/* WO24 NFIRS -- Grayscale CSS */
/* Colors:  Blue h2/a: #005ebd #2a6496;  a:focus, a:hover: #337ebd
						Orange: #c74709
						Blue-gray: #536680
						Light-blue border h2: #d4e2f3
						Light-blue border: #d0dff2
						Alternating row color: #f2f2f2;
*/

/*Datepicker fix for NFIRS-920, increasing z-index so it will not display behind dropdowns*/
.ui-datepicker { z-index: 1100 !important; }

/* remove when remove Notes section is removed */
.notes {color:#707070;margin-top:25px;border-top:1px solid #dadada;}
.notes h2 {font-size:16px;}
table p.notes {font-size:11px;margin:0;border:0;}
.not-completed {background-color:yellow;}
/* end remove */

/* Bootstrap Overrides */
body {min-height:400px;padding-top:90px;font-family:'Open Sans', Arial, Helvetica;font-weight:300;} /* for the fixed top nav */
table a[role="button"] {font-size:12px;white-space:nowrap;}
fieldset legend {font-size:16px;font-style:italic;}
fieldset.form-group legend {font-size:14px;font-style:normal;font-weight:bold;border:none;margin-bottom:0;}
h1 {font-size:34px;font-weight:500;}
h2 {font-size:24px;font-weight:300;border-bottom:1px solid #dce4ef;padding-bottom:7px;margin-bottom:13px;} /* border was #d4e2f3 */
h2 a {color:#005ebd;}
h2 a:hover {text-decoration:none;}
h3 {font-size:20px;font-weight:500;}
h4 {font-size:16px;font-weight:500;}
a {color:#005ebd;}/* was #005ebd */
a:focus {outline:thin dotted;}
a:hover, a:focus {color:#2a6496;text-decoration:underline;}/* was #2a6496 lighter: #337ab7 */
table {font-size:14px;}
table.ng-table th {text-align: left;}
.checkbox label, .radio label {font-weight:300;}
div.row {margin:0;}
div.btn-group {white-space:nowrap;min-width:150px;}
h1 div.btn-group {min-width:auto;}
td.actions, th.actions {white-space:nowrap;}
.sync td.actions, .sync th.actions, .edw th.actions, .edw td.actions {white-space:nowrap;min-width:170px;width:15%;}
.nd th.actions, .nd td.actions, .disaster.table th.actions, .disaster.table td.actions {white-space:normal;min-width:auto;width:15%;}
/*.pagination>li>a,.pagination>li>span, .pagination>.active>a:focus,.pagination>.active>span:focus{color:#005ebd;}*/
br {clear:both;}
br.cb {clear: both;}

.navbar-brand>img {display:inline-block;height:49px;vertical-align:middle;line-height:20px;margin-top:2px;padding-right:0px;}
.navbar-brand {font-weight:400;font-size:22px;padding-top:10px;}
.navbar-default .navbar-nav>li>a {color:#666;}
ul.dropdown-menu li a span.badge {min-width:28px;}


/* ---start nd review hide radio button *---/
/*
  Hide radio button (the round disc)
  we will use just the label to create pushbutton effect
  .hideRadio class will apply the style only where it is specified
*/
.hideRadio input[type="radio"] {
    opacity:0;
    margin:-9px;
}
.hideRadio input[type="radio"] + label {
    display:inline-block;
    margin:-2px;
    padding: 2px 10px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255,255,255,0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
    background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
    background-image: -o-linear-gradient(top,#fff,#e6e6e6);
    background-image: linear-gradient(to bottom,#fff,#e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #ccc;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    border-bottom-color: #b3b3b3;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
}

.hideRadio input[type="radio"]:checked + label {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
    box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
    background-color:#e0e0e0;
}
/* ---end nd review hide radio button *---/

/* hide li style starts*/
li.noStyle {
    display: inline-block;
    padding: 0;
    list-style-type: none;
}
/* hide li style ends */

/* angularSpinner style */
div.spinner {
    text-align: center;
}
/* angularSpinner ends */
/* large uibModal starts*/
.app-modal-window .modal-dialog{
    width: 800px !important;
    overflow: auto;
}
/* ie override */
body > [uib-modal-window]:not([modal-render]) {
    display: none;
}
/* large uibModal ends*/

/* Accordion Overrides */
uib-accordion {border:none;}
uib-accordion .panel-default > .panel-heading {font-size:24px;font-weight:300;border-bottom:1px solid #d4e2f3;padding-bottom:7px;margin-bottom:13px;}
uib-accordion .panel-heading, uib-accordion .panel-group .panel-heading {border:none;color:#2a6496;background-color:#fff;padding:0;}
uib-accordion .panel {border:none;box-shadow:none;}
uib-accordion .panel-default {border:none;border-color:#fff;}
uib-accordion .panel-group .panel-heading + .panel-collapse > .list-group, uib-accordion .panel-group .panel-heading + .panel-collapse > .panel-body {border-top:none;}
uib-accordion .panel-body {padding:0 0 15px;}
h2.panel-title {font-size:24px;font-weight:300;border-bottom:1px solid #d4e2f3;padding-bottom:7px;margin-bottom:13px;}
.pull-left.glyphicon.glyphicon-chevron-down, .pull-left.glyphicon.glyphicon-chevron-right {font-weight:300;padding-right:5px;}



.med-col {width:10%;}
.medlg-col {width:15%;}

.aligntop * {vertical-align:text-top;padding-top:0px;}
.alignbottom * {vertical-align:text-bottom;padding-bottom:3px;}
.instructions {font-style:italic;}
span.inline-instructions, label.inline-instructions {font-size:smaller;font-style:italic;font-weight:300;display:inline;margin-left:10px;color:#707070;}
span.fail, span.error, i.error {color:#a94442;}
span.required  {color:#a94442; font-size:22px; line-height:20px;}
span.fail {font-size:10px;font-weight:700;text-transform:uppercase;padding-right:5px;}
span.date {margin-right:3px;}
span.time {margin-left:3px;white-space:nowrap;}
.form-fillin .form-group span.required {color:#a94442;float:right;font-size:16px;vertical-align:middle;}
.buttons {margin-top:15px;}

/* Home */
.jumbotron ul {margin-top:-10px;margin-bottom:35px;font-size:16px;}
.jumbotron ul strong {display:inline-block;min-width:230px;margin-right:5px;}
.jumbotron ul a.certificate {margin-left:15px;}

/* User Details */
table.nd ul, table.disaster.table ul, table td ul {margin:0;padding-left:0;list-style-type:none;}
button+h4 {margin-top:25px;}

.edw {margin-top:50px;}

.user-details label, .user-details #editNonFemaEmployeeModal label, #assignDisasterModal label, #assignConfirmationModal label {width:125px;}
#reassignHomebaseModal label {width:175px;}
.user-details #teamAssignmentModal label, .user-details #roleAssignmentModal label, #addApprovalAuthorityModal label, #deleteApprovalAuthorityModal label {width:auto;}

span.user {font-weight:700;color:#c74709}
.modal-body textarea.form-control {width:100%;}
.modal-body fieldset legend {font-style:normal;margin-left:0;/* was 15px;*/}
.modal-body fieldset.form-control legend {margin-left:-15px;font-weight:700;} /* quickfix - special for active/inactive */
fieldset.module legend {margin-left:-18px;font-weight:700;} /* quickfix - for add module */
.modal-body fieldset div.btn-group {margin-left:-7px;} /* quickfix - special for active/inactive */
.modal-body label.control-label {text-align:left;}
.modal-body fieldset label.checkbox {font-weight:300;}
.modal-body fieldset div {padding-left:22px;}

#addApprovalAuthorityModal div.col-md-4 {}
#approvalAuthorityOptions {list-style-type:none;margin:0;padding:0 15px;}
#approvalAuthorityOptions li {padding:0;}
div.delegated {color:#c74709;}
span.delegated:before {content:'-- ';}
#deleteMultipleApprovalAuthorityModal ul {list-style-type:none;margin:0;padding-left:0;}
#deleteMultipleApprovalAuthorityModal ul ul {list-style-type:none;margin:0;padding-left:20px;}

/* Non-FEMA Add/Edit */
.form-fillin label, .modal-body .form-fillin label {display:inline-block;width:25%;min-width:125px;} /* left-aligned inline labels */
.form-fillin input, .form-fillin select, .form-fillin ul {display:inline-block;width:70%;min-width:200px;}
.form-fillin input[type="checkbox"] {width:auto;min-width:0;}
.input-vs, .form-control.input-vs, .input-xs, .form-control.input-xs {width:75px;min-width:75px;}
.input-xxs, .form-control.input-xxs {width:60px;min-width:60px;}
.input-small, .form-control.input-small, .form-fillin input.form-control.input-small {width:125px;min-width:125px;}
/*.modal-body .form-fillin label, .modal-body .form-fillin input, .modal-body select {display:block;min-width:100%;}*/
.input-md {width:235px;min-width:235px;}
textarea#taComments {height:110px;}

/* Manage User, Manage Account */
.search label {width:auto;}
.search a.btn {margin-top:7px;}
#search-results {display:none;}

/* Review */
.btn-group label < input[type="radio"][selected="selected"] {background-color:blue;}
span.request-for, span.application, span.group, span.team, span.position {display:inline-block;padding:0 15px;}
span.request-for {min-width:150px;}
span.application, span.team {min-width:200px;}
ul.fail+h5 {margin-top:15px;}
ul.success span.approval-action {display:inline-block;min-width:100px;}

/* Account Management */
span.password-activation-key, span.highlight, span.username-id, span.delegated, .highlight {color:#c74709;font-weight:bold;}
td.phone, th.phone {white-space:nowrap;display:none;}
/*div.phone {display:none;}*/
th.xs, td.xs {width:5%;}

/* Settings - Password */
#password-guidelines, .guidelines {font-size:10px;margin-bottom:15px;}
#password-guidelines.vendor {margin-top:32%;}
#password-guidelines.user {margin-top:20%;}
#password-guidelines p, .guidelines p {margin-bottom:0;font-weight:700;}
#password-guidelines ul, .guidelines ul {padding-left:15px;width:100%;}
#form-password .panel.panel-default {min-height:425px;}
#form-password p.instructions {font-size:12px;}
#form-password.form-fillin label {min-width:175px;width:30%;}
#form-password.form-fillin input {width:65%;}
#form-password.form-fillin span.form-control-static, #form-password.form-fillin span.field-value {color:#3c763d;padding-right:10px;}
#panel-change-password {padding-right:0;}

/* Settings - Training */
/*#form-training-login {margin:0 auto;max-width:400px;}*/
#form-training fieldset legend, #form-training-quiz fieldset legend {border:none;font-style:normal;font-weight:bold;margin-bottom:0;}
div.lesson-text {overflow:auto;height:350px;border:1px dotted #f2f2f2;box-shadow: 3px 3px 3px #ededed;}
div.video object {}
div.answer {color:#0071bc;}
div.answer em {font-style:normal;font-weight:700;color:#e31c3d;}
.form-length {font-family:monospace;font-weight:300;}
.form-training blockquote {font-size:13px;background:url("../images/watermark-sample.png") no-repeat 10% center;}
h3.doc-info {font-weight:700;}
h3.doc-info span {display:block;margin-bottom:5px;}
.doc-info .doc-version, .doc-info .doc-date, .doc-info .doc-tagline {font-size:13px;font-weight:300;margin-bottom:0;}
.doc-info .doc-tagline {font-style:italic;margin-top:20px;}
img.dhs-logo {height:75px;}


/* Modal Dialogs */
.modal-body .form-fillin .col-md-6 {width:100%;}
.modal-body fieldset legend {font-size:14px;border:none;margin-bottom:0;font-weight:bold;}
.modal-body textarea#taComments {display:inline-block;height:50px;min-width:60%;width:auto;}
.modal-body em {font-weight:500;}

/* Alert Overrides */
.alert .alert-actions {margin:3px 0;font-size:14px;}
.alert .alert-actions a, .alert .alert-actions input[type="submit"], .alert .alert-actions input[type="button"], .alert .alert-actions button {margin-right:5px;}
.alert .alert-actions a {line-height:1.4em;vertical-align: middle;}

/* Overrides Placeholder text: if stops working may need to add .form-control in front of colons (:) */
*::-webkit-input-placeholder {color:#757575 !important;font-style:italic;} /* WebKit, Blink, Edge */
*:-moz-placeholder {color:#757575 !important;opacity:1;font-style:italic;} /* Mozilla Firefox 4 to 18 */
*::-moz-placeholder {color:#757575 !important;opacity:1;font-style:italic;} /* Mozilla Firefox 19+ */
*:-ms-input-placeholder {color:#757575 !important;font-style:italic;} /* Internet Explorer 10-11 */

/* 508 fixes */
a.dropdown-toggle:focus {border:1px dotted #333;}
.btn-danger {color:#fff;background-color:#ac2925;border-color:#ebccd1;} /* fix color contrast on red buttons */
.btn-danger:hover {background-color:#c9302c;}
a.anchor{display:block;position:relative;top:-80px;visibility:hidden;} /* to account for fixed header */

/* Resolution Breakpoint Overrides -- Only uncomment if there is another top-level menu
@media (max-width: 1200px) {
  .navbar-header {float:none;}
  .navbar-left,.navbar-right {float:none !important;}
  .navbar-toggle {display:block;}
  .navbar-collapse {border-top:1px solid transparent;box-shadow:inset 0 1px 0 rgba(255,255,255,0.1);}
  .navbar-fixed-top {top:0;border-width:0 0 1px;}
  .navbar-collapse.collapse {display:none!important;}
  .navbar-nav {float: none!important;margin-top:7.5px;}
	.navbar-nav>li {float:none;}
  .navbar-nav>li>a {padding-top:10px;padding-bottom:10px;}
  .collapse.in{display:block !important;}
}
*/

/* Help page */
li.file:before {content:"\e022";font-family:'Glyphicons Halflings';font-size:14px;float:left;margin-left:-18px;top:4px;}
li.video:before {content:"\e009";font-family:'Glyphicons Halflings';font-size:14px;float:left;margin-left:-18px;top:4px;}
li.download:before {content:"\e025";font-family:'Glyphicons Halflings';font-size:14px;float:left;margin-left:-18px;top:4px;}
li.file, li.video, li.download {list-style-type:none;}


/* Challenge Questions */
#challengeQuestionForm fieldset {margin-top:15px;}
#challengeQuestionForm legend {margin-left:0;font-style:italic;}

/* WO24 */
div.jumbotron > p:last-child {
    margin-bottom: 0;
}

.jumbotron h1 {font-weight: 300;font-size:36px;margin-bottom:30px;margin-top:-10px;}
div.headline article i.fa {font-size:72px;}
.home h2 {margin-top:30px;}
h2.login-header {margin: 0; padding:0; border:none; font-size:16px; font-weight:500;}
#password-guidelines h2 {margin-top:10px;font-size:16px;font-weight:500;border:none;padding:0;}
table h5 {margin-top:0;}

h2 span.buttons {padding:0;display:inline-block;float:right;margin-top:-12px;}
h2 a[role="button"].btn.btn-primary {color:#fff;}
h2 a[role="button"].btn {color:#333;}
h2 a:hover {text-decoration:none;}
h2 a:hover[role="button"] {text-decoration:none;}
#content.container {margin-bottom:30px;}

a[rel="nofollow"] {
    padding-right: 1.3em;
    background-repeat: no-repeat;
    background-position: right 50%;
    background-image: url(../images/external.14x12.png); /* JLK - changed image path */
    background-size: 14px 12px
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
    a[rel="nofollow"] {
        background-image: url(../images/external-2x.37x32.png) /* JLK - changed image path */
    }
}

.btn[rel="nofollow"] {
    padding-left: 2.5em;
    background-repeat: no-repeat;
    background-position: 1em 50%;
    background-image: url(../images/external-reverse.14x12.png); /* JLK - changed image path */
    background-size: 14px 12px
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
    .btn[rel="nofollow"] {
        background-image: url(../images/external-2x-reverse.37x32.png) /* JLK - changed image path */
    }
}

.btn-success {
    color: #fff;
    background-color: #2e8540; /* overriding #5cb85c */
    border-color: #4cae4c;
}
.bs-callout-success { /* added by JLK on 02/01/2017 */
    border-left-color: #2e8540;
}
.bs-callout-success h4 { /* added by JLK on 02/01/2017 */
    color: #2e8540;
}

/*.bs-callout h4 i {  added by JLK on 02/01/2017
  color: #205493;
}*/

/* Datatables Overrides
table.dataTable thead .sorting:after {opacity:1;color:#757575 !important;}*/
table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after {opacity:0.95;color:#3c763d !important;}


/* Scrollspy - Incident Details */
p i.bullet-lg {font-size:30px;margin-right:10px;}
.bs-docs-sidebar .nav .nav .nav > li > a {padding-left: 50px;}
.bs-docs-sidebar .nav .nav {margin-bottom:0;padding-bottom:3px;}
.bs-docs-sidebar .nav .nav .nav .nav > li > a {padding-left: 70px;}
#stamp #overview-wrapper p {margin-bottom:30px;}
#stamp #overview-wrapper p i {font-size:30px;}
#stamp #tblAccessLevel th[scope="col"] {text-align:center;}
#stamp figure+p {margin-top:15px;}
#stamp li figcaption {margin-top:10px;}
#stamp figure {margin-bottom:15px;}
#stamp div+figcaption {margin-top:0px;}
.usercare #stamp section {margin-top:30px;}
.usercare #stamp section > h3 {margin-top:15px;padding-top:15px;border-top:1px solid #eee;}
.usercare #stamp .bs-docs-sidebar h5 {font-weight:700;}
/*.usercare.studies #stamp h1.page-title, .usercare #stamp .bs-docs-sidebar h5.studies {color:#2c3e50;}  green 20% darker than #5cb85c -- 4.7:1 color contrast */
.usercare #stamp p+ol, .usercare #stamp p+ul {margin-top:-7px;}
.sidebar-details {padding-top:3px;}


.bs-docs-sidebar .nav span.badge {display: inline-block;margin-top:-3px;}
.bs-docs-sidebar .nav > .active > a, .bs-docs-sidebar .nav > .active:hover > a, .bs-docs-sidebar .nav > .active:focus > a {color:#2c3e50;border-color:#2c3e50;}
.key-info {font-size:12px;font-weight: 300;vertical-align: text-bottom;margin-top:15px;}
label.cb {font-weight:300;}


/* Modals
.modal-dialog .form-horizontal .control-label {text-align:left;}*/
a.profile-state:before {content:"\e031";font-family:'Glyphicons Halflings';font-size:14px;float:left;margin-left:-18px;padding-left:15px;top:4px;}
button.btn-profile, input.btn-profile {height:70px;min-width:200px;margin-right:10px;margin-bottom:15px;}
button.btn-profile.selected, input.btn-profile.selected {background-color:#e6e6e6;border-color:#adadad;}
#switcher-backdrop {display:block;position:absolute;top:0;left:0;height:100%;min-height:1080px;width:100%;background:rgba(0, 0, 0, 0.3);z-index:10;}
#switcher {display:block;position:absolute;left:calc(50% - 300px);top:calc(50% - 50px);min-height:300px;width:668px;background:#fff;text-align:left;z-index:11;border-radius:5px;}

/* Logout Button overrides button look in the top menu */
.dropdown-menu>li>form>button.menu-item, .dropdown-menu>li>form>input[type="button"].menu-item, .dropdown-menu>li>form>input[type="submit"].menu-item {width:100%;text-align:left;display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333;white-space:nowrap;border:none;background:none;}
.dropdown-menu>li>form>button.menu-item:focus, .dropdown-menu>li>form>button.menu-item:hover,
.dropdown-menu>li>form>input[type="button"].menu-item:focus, .dropdown-menu>li>form>input[type="button"].menu-item:hover,
.dropdown-menu>li>form>input[type="submit"].menu-item:focus, .dropdown-menu>li>form>input[type="submit"].menu-item:hover {width:100%;text-align:left;display:block;background-color:#e8e8e8;background-image:-webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);background-image:-o-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#e8e8e8));background-image:linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);background-repeat: repeat-x;}

div.edw-tree {max-height:350px;overflow-x:scroll;} /* makes the User Details > Add EDW Group tree a fixed height */

/* Login */
p.fed-warning {font-style:italic;font-size:14px;color:#ac2925;max-width:100%;}
#panel-piv #piv {width:30%;}
.panel-heading a {font-size:17px;}
.panel-body a.forgot, #forgot-username-link, #forgot-password-link {font-size:12px;font-weight:500;}
.panel-body p {font-size:15px;}
.panel-body p.instructions {font-size:14px;}
.panel-body {min-height:335px;}

/* Incident Details */
h1 span i {margin-left:7px;}


/* Vendor */
table#vendor-software {width:50%;}
#vendor-software.table-striped>tbody>tr:nth-of-type(odd) {background-color:#f9f9f9;}
#vendor-software.table-striped>tbody>tr:nth-of-type(even), #vendor-software.table-striped>thead>tr {background-color:#fff;}
.buttons .col-sm-offset-2 {padding-left:15px;}
table.confirmation-layout-table th[scope="row"] {width:15%;}

/* Scrollspy fix */
/* make room for the nav bar */
h1[id],
h2[id],
h3[id],
h4[id],
h5[id],
h6[id],
dt[id]{
    padding-top: 60px;
    margin-top: -40px;
    background:
}
.modal h4[id] {padding-top:0;margin-top:0;}

.navbar-nav>li>a.navbar-link, .navbar-nav>li>a.navbar-link:hover, .navbar-nav>li>a.navbar-link:focus {color:#005ebd;}
.navbar-nav>li>a.navbar-link:hover {text-decoration:underline;}
a.danger {color:#a94442/*#843534*/;}
input.error, select.error {border:2px solid #a94442;}
.form-horizontal .control-label i.error {margin-left:5px;margin-right:-20px;}

.inline-checkbox {font-weight:normal;}
[disabled] {cursor:not-allowed;}

/* System Admin */
#selectAddState {width:100% !important;}
.tab-content .checkbox input[type=checkbox], .tab-content .checkbox-inline input[type=checkbox], .tab-content .radio input[type=radio], .tab-content .radio-inline input[type=radio] {position:relative;margin-left:0;}
label.checkbox, label-radio {font-weight:normal;}
label.instructions {font-weight:300;}
.log .buttons {margin-top:0;margin-bottom:30px;}
span.time {display:inline-block;margin-left:15px;font-style:italic;}
#group-data {width:40%;}
label.error {display:none;width:auto;}
.form-inline #list-values .form-control {width:100%;} /* overridding datatables addition of form-inline class width */

/* User Details / Profile */
.user-info .col-md-3.col-sm-6 {padding-left:0;padding-right:0;}

/*auto table index */
table {
    counter-reset: rowNumber;
}

table tbody tr {
    counter-increment: rowNumber;
}

table[class*='autonumber'] tr td:first-child::before {
    content: counter(rowNumber);
    min-width: 1em;
    margin-right: 0.5em;
}
.modal-body h4 {margin-top:30px;font-style:italic;}
.modal-body h4 .sameAddress label {font-size:14px;font-weight:normal;font-style:normal;}
.ui-front{
    z-index:1051;
}
.removeDropDownArrow::-ms-expand{display:none;}


@font-face {
    font-family: 'Open Sans';
    src: url(../fonts/OpenSans-Regular.ttf);
}

div.alert.alert-danger a {color:#23527c;text-decoration:underline;}

.no-titlebar .ui-dialog-titlebar {
    display: none;
}

td.stats, th.stats {width:5%;}

#loading-img {
    background: url(../images/spinner.gif) center center no-repeat transparent;
    position: relative;
    height: 100%;
    z-index: 20;
}

.overlayDisplay {
    background: #e9e9e9;
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
}


.overlayBulkReleaseUnlrease {
    background: #e9e9e9;
    display: none;
    position: absolute;
    top: 40%;
    right: 0;
    bottom: 12%;
    left: 0;
    opacity: 1;
}
.overlayManageJobs {
    background: #e9e9e9;
    display: none;
    position: absolute;
    top: 4%;
    right: 0;
    bottom: 40%;
    left: 0;
    opacity: 1;
    z-index: 3;
}

.ui-dialog {
    z-index: 9999 !important;
}

div.user-info div.form-group p.col-sm-8 {min-height:20px;}