/* bootstrap.css */

* {
    font-size: 14px;
    line-height: 1.428;
}


/* sc.css */

* {
    font-size: 13px;
    line-height: 1.2;
}


/* Container holding the image and the text */

.trtr-container {
    position: relative;
}


/* badge text */

.trtr-text-block {
    position: absolute;
    top: 32%;
    left: 38%;
    color: rgb(0, 0, 255);
}

.trtr-centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.full-width {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
}

.form-control {
    width: auto;
}

.formback {
    background-color: #e9ecef;
    border-top: 1px solid #e9ecef;
    border-bottom: 1px solid #e9ecef;
    padding-top: 10px;
    margin-bottom: 10px;
}

.navbar-inverse {
    background-color: #42cab8;
    border-color: #42cab8;
}

.navbar-inverse .navbar-brand {
    color: #fff;
}

.navbar-inverse .navbar-nav>li>a {
    color: #fff !important;
}

.dropdown-menu>li>a {
    color: #333;
}

.navbar-text a {
    color: white;
}

h2 {
    font-weight: bold;
}

.form-group {
    margin-bottom: 8px;
}

.help-block {
    margin-bottom: 0;
}

.editablebox {
    z-index: 9000;
    position: absolute;
    background-color: #efefef;
    border: 1px solid #888;
    padding: 6px;
}

.popdownul {
    position: absolute;
    background-color: white;
    border: 1px solid #ccc;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 130px;
    text-align: left;
}

.popdownli {
    display: inline;
}

.popdownli a {
    display: block;
    font-weight: bold;
    padding: 5px;
}

.popdownli a.menuitemlight {
    background-color: #efefef;
}

.highlistcell {
    background-color: #ffdd93 !important;
}

.highlistrow td {
    height: 25px;
    border-bottom: 1px solid #dddddd;
    background-color: #ffffcc;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.well h3 {
    margin-top: 0px;
}

.documentarea {
    border: 1px solid #ccc;
    padding: 15px;
    margin-bottom: 10px;
}

.documentarea h1 {
    font-size: 20px;
}

.documentarea h2 {
    font-size: 18px;
}

.documentarea h3 {
    font-size: 16px;
}

.documentarea h4 {
    font-size: 14px;
}

h6 {
    font-size: 11px;
}

.documentarea img {
    max-width: 100%;
}

.imageletter {
    padding: 5px;
    background-color: #ebf3ff;
    margin-left: 1px;
}

.imageletterhigh {
    padding: 5px;
    background-color: #428BCA;
    margin-left: 1px;
    color: white;
}

a:hover.imageletterhigh {
    color: white !important;
}

.nav-xs {
    font-size: 11px;
}

.nav-xs>li>a {
    padding: 5px !important;
}

.coverpage-row {
    background-color: #F5F5F5;
    padding: 10px;
    border: 1px solid #FFFFFF;
}

.documentarea h1:first-of-type {
    margin-top: 0;
}

.documentarea h2:first-of-type {
    margin-top: 0;
}

.documentarea h3:first-of-type {
    margin-top: 0;
}

.tabs-below>.nav-tabs,
.tabs-right>.nav-tabs,
.tabs-left>.nav-tabs {
    border-bottom: 0;
}

.tab-content>.tab-pane,
.pill-content>.pill-pane {
    display: none;
}

.tab-content>.active,
.pill-content>.active {
    display: block;
}

.tabs-below>.nav-tabs {
    border-top: 1px solid #ddd;
}

.tabs-below>.nav-tabs>li {
    margin-top: -1px;
    margin-bottom: 0;
}

.tabs-below>.nav-tabs>li>a {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}

.tabs-below>.nav-tabs>li>a:hover,
.tabs-below>.nav-tabs>li>a:focus {
    border-top-color: #ddd;
    border-bottom-color: transparent;
}

.tabs-below>.nav-tabs>.active>a,
.tabs-below>.nav-tabs>.active>a:hover,
.tabs-below>.nav-tabs>.active>a:focus {
    border-color: transparent #ddd #ddd #ddd;
}

.tabs-left>.nav-tabs>li,
.tabs-right>.nav-tabs>li {
    float: none;
}

.tabs-left>.nav-tabs>li>a,
.tabs-right>.nav-tabs>li>a {
    min-width: 74px;
    margin-right: 0;
    margin-bottom: 3px;
}

.tabs-left>.nav-tabs {
    float: left;
    margin-right: 19px;
    border-right: 1px solid #ddd;
}

.tabs-left>.nav-tabs>li>a {
    margin-right: -1px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

.tabs-left>.nav-tabs>li>a:hover,
.tabs-left>.nav-tabs>li>a:focus {
    border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

.tabs-left>.nav-tabs .active>a,
.tabs-left>.nav-tabs .active>a:hover,
.tabs-left>.nav-tabs .active>a:focus {
    border-color: #ddd transparent #ddd #ddd;
    *border-right-color: #ffffff;
}

.tabs-right>.nav-tabs {
    float: right;
    margin-left: 19px;
    border-left: 1px solid #ddd;
}

.tabs-right>.nav-tabs>li>a {
    margin-left: -1px;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

.tabs-right>.nav-tabs>li>a:hover,
.tabs-right>.nav-tabs>li>a:focus {
    border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}

.tabs-right>.nav-tabs .active>a,
.tabs-right>.nav-tabs .active>a:hover,
.tabs-right>.nav-tabs .active>a:focus {
    border-color: #ddd #ddd #ddd transparent;
    *border-left-color: #ffffff;
}

del {
    background: #FFE6E6;
}

ins {
    background: #E6FFE6;
}

.detailsvcol-label {
    font-weight: bold;
}

.detailslabel {
    font-weight: bold;
}

.detailsrow td {
    border-bottom: 1px solid #ddd;
    border-top: none !important;
}

.glyphicon-education:before {
    content: "\e233";
}

.navbar {
    border-radius: 0;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    background-color: #f5f5f5;
}

.tabs-below>.nav-tabs {
    border-top: none;
}

.breadcrumb {
    border-bottom: #999 1px solid;
}

.tabs-below>.nav-tabs>.active>a,
.tabs-below>.nav-tabs>.active>a:hover,
.tabs-below>.nav-tabs>.active>a:focus {
    border-color: transparent #999 #999 #999;
}