@font-face {
    font-family: 'Adobe Garamond Pro';
    src: url('../fonts/AGaramondPro-Regular.woff') format('woff'),
    url('../fonts/AGaramondPro-Regular.ttf') format('truetype'),
    url('../fonts/AGaramondPro-Regular.svg#AGaramondPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Adobe Garamond Pro';
    src: url('../fonts/Adobe Garamond Pro Regular.eot');
    src: url('../fonts/Adobe Garamond Pro Regular.woff2') format('woff2'),
    url('../fonts/Adobe Garamond Pro Regular.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'icomoon';
    src:  url('../fonts/icomoon.eot?t5fb9g');
    src:  url('../fonts/icomoon.eot?t5fb9g#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?t5fb9g') format('truetype'),
    url('../fonts/icomoon.woff?t5fb9g') format('woff'),
    url('../fonts/icomoon.svg?t5fb9g#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-username:before {
    content: "\e900";
    color: #999;
}
.icon-password:before {
    content: "\e901";
    color: #999;
}

html,
body {
    height: 100%;
}
html,body,div,p,input,select,option {
    font-family: 'Adobe Garamond Pro';
}

h1 {
    font-size: 30px;
    color: #666666;
    margin-bottom: 10px;
}
h3 {
    font-size: 24px;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
.splash {
    z-index: 100;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
}
.row {
    margin-left: -15px;
    margin-right: -15px;
}
.form-group {
    margin-bottom: 15px;
}
.select2-container--krajee-bs5 .select2-selection--multiple .select2-selection__choice {
    font-size: 14px;
    padding-top: 0.5rem;
}

.select2-container--krajee-bs5 .select2-selection--multiple .select2-search--inline .select2-search__field {
    font-size: 14px;
    font-family: "Adobe Garamond Pro";
}

.select2-container--krajee-bs5 .select2-selection--single {
    height: 34px;
    line-height: 1.428571429;
    padding: 6px 24px 6px 12px;
}
.navbar-inverse {
    background: none;
    border: none;
}
.navbar-toggle {
    display: block;
    border: none;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #4e4e4e;
    width: 35px;
    height: 4px;
    margin-bottom: 6px;
}
.navbar-inverse .navbar-toggle .icon-bar:last-of-type {
    margin-bottom: 0;
}
.navbar-inverse .navbar-toggle:hover .icon-bar {
    background-color: #ffffff;
}
.navbar-collapse.collapse {
    display: none !important;
}
.navbar-collapse.collapse.in {
    display: block !important;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
    background: none;
    color: #990000;
    text-decoration: underline;
}
.main h1 {
    font-size:36px;
}
.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -100px;
    padding: 0 0 60px;
    background: url(../img/background.png) no-repeat;
    background-size: cover;
}
.container-xxl {
    max-width: 1170px !important;
}
.wrap > .container {
    padding: 70px 15px 20px;
}
.wrap .alert {
    max-width: 775px;
    font-size: 18px;
}
.wrap.main .alert{
    max-width: 100%;
}
.main-sub-title {
    font-size: 24px;
    color: rgb(153, 153, 153);
    line-height: 1.2em;
    letter-spacing: .5em;
    text-transform: uppercase;
}

.wrap.main h1,
.navbar-inverse .navbar-nav > li > a,
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .btn-link {
    color: #990000;
}
.navbar-inverse .navbar-nav > li > a:hover {
    text-decoration: underline;
}
.navbar-nav .nav-link {
    line-height: 20px;
    padding: 15px 12px;
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show,
.navbar-nav .nav-link:hover {
    background-color: #eeeeee;
    color: #990000;
    text-decoration: none;
}

.wrap.main .content-wrapper {
    background: rgba(242, 242, 242, 0.902);
    padding:60px 80px;
    margin-bottom: 50px;
}
.wrap.main #reviewers-wrapper .col-md-5:first-of-type {
    padding-left: 15px;
}
.wrap.main #reviewers-wrapper .col-md-5:last-of-type {
    padding-right: 15px;
}
#reviewers-wrapper .row.limited .glyphicon-minus,
#reviewers-wrapper .row .glyphicon-plus {
    display:none;
}

#reviewers-wrapper .row:last-of-type .glyphicon-plus{
    display: inline;
}
#reviewers-wrapper .glyphicon:hover {
    cursor: pointer;
}
#reviewers-wrapper .glyphicon-minus:before, #reviewers-wrapper .glyphicon-plus:before {
    content: '+';
    font-family: Adobe Garamond Pro;
    font-size: 30px;
    color: #999999;
}
#reviewers-wrapper .glyphicon-minus:before {
    content: '\2013';
}
.form-control {
    height: 42px;
    font-size: 20px;
    color: #999999;
    padding-top: 5px;
    border-radius: 0;
}

.table tbody tr th, .table thead tr th, .table-header .th label {
    /*background: #990000;*/
	background-image: -moz-linear-gradient( 90deg, rgb(204,0,0) 0, rgb(153,0,0) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(204,0,0) 0, rgb(153,0,0) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(204,0,0) 0, rgb(153,0,0) 100%);
	box-shadow: 0 6px 0.84px 0.16px rgba(191, 191, 191, 0.35);
    color: #cccccc;
    font-size: 20px;
    font-weight: normal;
    line-height: 1em;
}

.table tbody tr th a, .table thead tr th a {
    color: #ffffff;
}
.table-header .th label {
    width: 100%;
    padding: 8px;
}
.table tbody tr td {
    font-size: 20px;
    color: #666666;
    line-height: 1em;
}
.table tbody tr td a {
    color: #990000;
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 4px solid #f2f2f2;
}

.table td:nth-child(odd) {
    background: #eeeeee;
}
.table td:nth-child(even) {
    background: #ffffff;
}
.table .glyphicon:before, .table .glyphicon:after {
    color: #990000;
}
.table.detail-view th,
.table.detail-view td {
    line-height: 1.4em;
}

.table.detail-view th, .table.detail-view.table-striped > tbody > tr th {
    background: #cccccc;
    color: #666666;
}
.table .form-control {
    height: 35px;
}
.table.detail-view.table-striped > tbody > tr td {
    background-color: #ffffff !important;
    box-shadow: none;
}
.table.objective-report td:nth-child(2) {
    word-wrap: break-word;
    max-width: 150px;
}
.pagination > li > a, .pagination > li > span
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    color: #990000;
    font-size: 14px;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background: #990000;
    border-color: #990000;
    text-decoration: none;
}
#reviewers-wrapper .row .col-md-5 {
    padding-left: 2px;
    padding-right: 2px;
}
.required-fields {
    padding-left: 10px;
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    line-height: 2em;
}
.footer {
    height: 100px;
    padding-top: 20px;
    background: url(../img/footer-bg.png) no-repeat center top;
    position:relative;
}
.footer p {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
}
.bottom-logo {
    position: absolute;
    left: 0;
    bottom: 0;
    max-width: 160px;
}
.no-padding-left {
    padding-left: 0;
}
.no-padding-right {
    padding-right: 0;
}

.copyright, .motto {
    font-size:24px;
    color:#ffffff;
}
.motto {
    font-family: 'WallbaumBook';
    color: #c2c2c2;
}

.btn.btn-primary {
    background-image: -moz-linear-gradient( 90deg, rgb(204,0,0) 0, rgb(153,0,0) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(204,0,0) 0, rgb(153,0,0) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(204,0,0) 0, rgb(153,0,0) 100%);
    box-shadow: 0 6px 0.84px 0.16px rgba(191, 191, 191, 0.35);
    border:none;
    border-radius: 0;
    font-size: 20px;
    line-height: 1.2em;
    min-width:105px;
}
.btn.btn-primary:focus {
    outline: none;
    border: 0;
}
.btn.btn-primary:hover {
    background-image: -moz-linear-gradient( 90deg, rgb(153,0,0) 0%, rgb(204,0,0) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(153,0,0) 0%, rgb(204,0,0) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(153,0,0) 0%, rgb(204,0,0) 100%);
    text-decoration: none;
}


.btn.btn-primary1 {
    background-image: -moz-linear-gradient( 90deg, rgb(123, 123, 123) 0%, rgb(222, 222, 222) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(123, 123, 123) 0%, rgb(222, 222, 222) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(123, 123, 123) 0%, rgb(222, 222, 222) 100%);
    box-shadow: 0 6px 0.84px 0.16px rgba(191, 191, 191, 0.35);
    border:none;
    border-radius: 0;
    font-size: 20px;
    line-height: 1.2em;
    min-width:105px;
	color: #333;
    padding: 6px 12px;
}
.btn.btn-primary1:focus {
    outline: none;
    border: 0;
}
.btn.btn-primary1:hover {
    background-image: -moz-linear-gradient( 90deg, rgb(51,51,51) 0%, rgb(222,222,222) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(51,51,51) 0%, rgb(222,222,222) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(51,51,51) 0%, rgb(222,222,222) 100%);
	color: #ccc;
    text-decoration:none;
}

.btn.btn-lg {
    max-width: 432px;
    height: 56px;
    width:100%;
    padding-top:15px;
}

.forgot-pass {
    font-size: 20px;
    font-style: italic;
    text-decoration: underline;
    color: #666666;
    display: inline-block;
    vertical-align: middle;
    line-height: 38px;
}
#login-form, #reset-password-form {
    padding:65px;
    background-color: rgb(255, 255, 255);
    opacity: 0.749;
    box-shadow: 11.756px 16.18px 0.84px 0.16px rgba(191, 191, 191, 0.5);
    position: absolute;
    max-width: 775px;
    width: 100%;
    border-bottom: 5px solid rgb(153,0,0);
}
#reset-password-form {
    height: auto;
}
.password-change-message {
    margin-bottom: 15px;
    font-size:24px;
    color: #666666;
}
.password-change-message h3 {
    margin-top: 0;
    margin-bottom: 0;
}

.not-set {
    color: #c55;
    font-style: italic;
}
.comment, .note {
    font-size:24px;
    color: #666666;
    line-height: 1em;
    margin-bottom: 0;
}
.note {
    font-size:16px;
    margin-bottom: 20px;
}

#reviewers-wrapper .row {
    margin-bottom: 8px;
}

#reviewers-wrapper .row .form-control {
    height: 35px;
    font-size: 20px;
    padding-top: 6px;
    padding-bottom:4px;
    color: #666666;
}
#reviewers-wrapper .row .form-control[disabled] {
    background-color: #cccccc;
}
.actions-panel > div {
    word-spacing: 10px;
}
.actions-panel > div a {
    word-spacing: initial;
}

.dashboard-view .row {
    margin-bottom:10px;
}

.dashboard-view .btn {
    width: 250px;
}
.body-content {
    position: absolute;
    width: 100%;
    left: 0;
    margin-left: -15px;
    margin-right: -15px;
    visibility: hidden;
}
/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}
.content-wrapper .icon-username {
    margin-right: 3px;
    margin-top: 8px;
    display: block;
}
.content-wrapper .icon-username:before {
    font-size: 40px;
}
#login-form .col-lg-12 {
    position: relative;
}
#login-form .form-control, #reset-password-form .form-control {
    padding-left: 35px;
    padding-top: 13px
}
#login-form .icon-username,
#login-form .icon-password,
#reset-password-form .icon-password {
    font-size: 24px;
    position: absolute;
    top: 8px;
    left: 20px;
}
a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}
.hr-area {
    background: rgba(242, 242, 242, 0.902);
    margin-left: 0;
    padding: 0 8px;
}
.wrap.main .hr-area .content-wrapper {
    padding-left: 0;
    padding-right: 0;
}
.hr-menu {
    padding-top: 60px;
	padding-bottom: 25px;
}
.hr-menu li {
    width: 100%;
/*    background: #990000;*/
background-image: -moz-linear-gradient( 90deg, rgb(204,0,0) 0, rgb(153,0,0) 100%);
background-image: -webkit-linear-gradient( 90deg, rgb(204,0,0) 0, rgb(153,0,0) 100%);
background-image: -ms-linear-gradient( 90deg, rgb(204,0,0) 0, rgb(153,0,0) 100%);
box-shadow: 0 6px 0.84px 0.16px rgba(191, 191, 191, 0.35);
    font-size: 20px;
    margin-bottom: 4px;
}
.hr-menu li a, .hr-menu li button {
    color: #ffffff;
    font-size: 20px;
}
.hr-menu li:hover a, .hr-menu li:hover button {
    color: #990000;
}

.hr-menu li form:hover {
    background: rgb(242, 242, 242);
}
/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px 12px;
    border: none;
    font-size: 19px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 20px;
}
.select2-container--krajee .select2-selection--single {
    height: 42px;
    border-radius: 0;
}
.select2-container--krajee .select2-selection--single .select2-selection__arrow {
    height: 40px;
    border-left: 0;
}
.select2-container--krajee .select2-results__option[aria-selected],
.select2-container--krajee .select2-search--dropdown .select2-search__field {
    font-size: 20px;
}
.select2-container--krajee .select2-results__option--highlighted[aria-selected] {
    background: #990000;
}
.has-success .form-control {
    border-color: #cccccc;
}
select.form-control {
    padding-top: 5px;
}
.table .filters select {
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 0;
}
.menu-tabs {
    list-style-type: none;
    margin-bottom: 0;
    padding-right: 0;
}
.menu-tabs li {
    display:inline-block;
    font-size: 24px;
    color: #ffffff;
    padding: 4px 45px;
    background-image: -moz-linear-gradient( 90deg, rgb(204,0,0) 0%, rgb(153,0,0) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(204,0,0) 0%, rgb(153,0,0) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(204,0,0) 0%, rgb(153,0,0) 100%);
}
.menu-tabs li.active {
    background-image: -moz-linear-gradient( 90deg, rgb(123, 123, 123) 0%, rgb(222, 222, 222) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(123, 123, 123) 0%, rgb(222, 222, 222) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(123, 123, 123) 0%, rgb(222, 222, 222) 100%);
}
.menu-tabs li a {
    color: #ffffff;
}
.icon-menu {
    margin-bottom: 15px;
}
.icon-menu li {
    list-style-type:none;
    vertical-align: top;
    display: inline-block;
}
.icon-menu li a, .icon-menu li button {
    display: inline-block;
    height: 29px;
    width: 32px;
}
.icon-menu li.icon-profile {
    background: url(../img/profile.png) no-repeat;
}
.icon-menu li.icon-logout {
    background: url(../img/logout.png) no-repeat;
}

.alert-success {
	background-color: #eeeeee !important;
	border-color: #eeeeee !important;
	color: #666 !important;
}

.glyphicon {
	border-color: #990000;
	border-style: solid;
	border-width: 1px;
	border-radius: 15px;
	padding: 4px;
	font-size: 14px;
	margin-right: 5px !important;
    line-height: 1em;
}

.review-form {
	font-size: 18px;
	padding-bottom: 15px;
	border-bottom: 1px solid;
	padding-top: 15px;
	
}
.objective-update textarea.form-control {
    min-height: 120px;
}
.objective-update label {
    font-size: 18px;
}

.objective-wrapper .form-group {
    border-bottom: 2px solid #9C9A9A;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.objective-wrapper .form-group:last-of-type {
    border: none;
}
.section-separator {
    border-bottom: 1px solid #333333;
    margin-left: -80px;
    margin-right: -80px;
}
.objective-view .objective-wrapper {
    margin-bottom: 35px;
}
.objective-view .objective-wrapper .section-separator {
    border-bottom: 1px solid #333333;
    margin: 15px 0;
}
.objective-view .title {
    font-size: 18px;
    font-weight: 600;
    word-wrap: break-word;
}
.objective-wrapper .text {
    word-wrap: break-word;
}
.section-divider {
    border-bottom: 1px solid #333333;
    margin-top: 24px;
    margin-bottom: 24px;
}
.objective-section .btn {
    width: auto;
}
.objective-type-table td {
    max-width: 150px;
    word-wrap: break-word;
}
@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
        color: #990000;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    color: #990000;
}

.nav > li > form > button.logout:focus {
    outline: none;
}
