
/******** Header/Footer Styles ***************/
.soteiral_header {
    float: left;
    width: 100%;
    height: 0px;
    margin-bottom: 15px;
    /*background: #333333;*/
    /*border-color: #333333;*/
    /*border-style: solid;
    border-width: 3px;*/
    margin-bottom: 10px;
    color: #888888;
    /*-moz-border-radius: 20px;
    border-radius: 20px;*/
    /*background: url('../application_images/header_filler.png') repeat-x;*/
    background-color: rgba(255,255,255,0.3);
    background-size: cover;
}

.stratus_footer {
    width: 100%;
    height: 65px;
    position: relative;
    color: #888888;
    background: url('../application_images/footer_filler.png') repeat-x;
}
.footer_copyright {
    height:65px;
    width:100%;
    background: url('../application_images/footer_copyright.png') center no-repeat;
}

.header_left {
    cursor: pointer;
    height:60px;
    width:300px;
    overflow-x: visible;
    float:left;
    background: url('../application_images/header_left.png') no-repeat;
    background-size: cover;
}

.header_right {
    height: 60px;
    width:130px;
    overflow-x: visible;
    float:right;
    background: url('../application_images/header_right.png') no-repeat;
    background-position: right center;
}

.header_site {
    font-size: 24pt;
    font-family: 'Orbitron', arial, serif;
    float: left;
    padding-left:45px;
    padding-top:20px;
    width: auto;
    height: 100px;
}

.header_filler {
    height: 120px;
    width:61%;
    float:left;
    background: url('../application_images/header_filler.png') repeat-x;
}

.header_title {
    font-size: 24pt;
    font-family: 'Orbitron', arial, serif;
    float: left;
    padding-top:40px;
    padding-left:5px;
    width: 80%;
    height: 80px;
    background: #333333;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.header_title a {
    color: #AAAAAA;
    text-decoration: none;
}

.header_s_logo {
    float: right;
    margin: 0;
    margin-top: 10px;
    margin-right: 10px;
    padding: 0;
    
    /*border-color: #99cc33;
    border-style: solid;*/
    border-right-width: 2px;
    border-left-width:2px;
    border-top-width: 2px;
    border-bottom-width: 2px;
    width: 128px;
    height: 96px;
    background: url('../application_images/ss_small_trans.png') no-repeat;
}

.header_base {
    width: 100%;
    height: 3px;
    background: #99cc33;
    margin-top: 30px;
}
/****** END *********************/


/****** BODY STYLES ************************/
html {
    height: 100%;
}
body {
    font-family: 'Lato', arial, serif;
    height:inherit;
    margin-left:0px;
    margin-right: 0px;
    margin-top:0px;
    margin-bottom:0px;
    background-attachment: fixed;
    background-color: #E9EBEE;
}

.soteiral_content {
    font-family: 'Lato', arial, serif;
    width: 75%;
    background-color: #46464b;
    background-color: rgba(170, 170, 175, .9); /*#f3fbe4;*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d2d2d7', endColorstr='#46464b'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(210, 210, 215, .9)), to(rgba(70, 70, 75, .9))); /* for webkit browsers */
    background: -moz-linear-gradient(top,  rgba(210, 210, 215, .9),  rgba(70, 70, 75, .9)); /* for firefox 3.6+ */ 
    /*background: -webkit-gradient(linear, left top, left bottom, from(rgba(210, 210, 215, .9)), to(rgba(107, 156, 0, .9))); /* for webkit browsers */
    /*background: -moz-linear-gradient(top,  rgba(210, 210, 215, .9),  rgba(107, 156, 0, .9)); /* for firefox 3.6+ */
    display:inline;
    margin-right: 6px;
    margin-bottom: 10px;
    padding: 5px;
    float: right;
    border-color: #333333;
    border-width: 2px;
    border-style: solid;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: visible;
}

.stratus_content {
    font-family: 'Lato', arial, serif;
    background-color: #FFF;
    -moz-border-radius: 6px;
    border-radius: 6px;
    overflow: visible;
    margin-top:10px;
    margin-bottom:5px;
    padding:5px;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.soteiral_menu {
    float: left;
    font-family: 'Arial', arial, serif;
    top: 141px;
    width: 18.5%;
    min-height:100%;
    z-index: 50;
    margin-left: 6px;
    /*margin-bottom: 12px;*/
}

.stratus_menu {
    float: left;
    font-family: 'Arial', arial, serif;
    min-height:100%;
    z-index: 50;
    /*margin-bottom: 12px;*/
}


#main_body {
}

#menu_section {
    float:left;
    width:100%;
    background-color: rgba(170, 170, 175, .9);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d2d2d7', endColorstr='#46464b'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(210, 210, 215, .9)), to(rgba(70, 70, 75, .9))); /* for webkit browsers */
    background: -moz-linear-gradient(top,  rgba(210, 210, 215, .9),  rgba(70, 70, 75, .9)); /* for firefox 3.6+ */ 
    /*background: -webkit-gradient(linear, left top, left bottom, from(rgba(210, 210, 215, .9)), to(rgba(107, 156, 0, .9))); /* for webkit browsers */
    /*background: -moz-linear-gradient(top,  rgba(210, 210, 215, .9),  rgba(107, 156, 0, .9)); /* for firefox 3.6+ */ 
    padding: 5px;
    margin-bottom: 10px;
    border-color: #333333;
    border-width: 2px;
    border-style: solid;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

#menu_section a {
    font-size: 10pt;
    float: left;
    color: #000;
    width: 94%;
    cursor: pointer;
    text-decoration: none;
    background-color: #DCDCF0;
    padding: 5px;
    margin-top: 5px;
    margin-bottom:5px;
    margin-left:1%;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: -5px 5px 5px #111;
    -webkit-box-shadow: -5px 5px 5px #111;
    box-shadow: -5px 5px 5px #111;
}

#menu_section a:active {
    -moz-box-shadow: 0px 0px 5px #111;
    -webkit-box-shadow: 0px 0px 5px #111;
    box-shadow: 0px 0px 5px #111;
}
/****** END *********************/

/****** SUB CONTENT *********************/
.soteiral_subcontent {
    float: left;
    width: 98%;
    background-color: #DCDCF0;
    padding: 5px;
    margin-top: 5px;
    margin-bottom:5px;
    margin-left:1%;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: -5px 5px 5px #111;
    -webkit-box-shadow: -5px 5px 5px #111;
    box-shadow: -5px 5px 5px #111;
}

.stratus_subcontent {
    font-family: 'Lato', arial, serif;
    padding: 20px;
    padding-top: 5px;
    background-color: inherit; /*transparent*/
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: visible;
    min-height: 1px;
    position: relative;
}

.soteiral_subcontent_header {
    display: inline-block;
    width: auto;
    cursor: pointer;
    background-color: inherit;
    padding: 5px;
    margin: 5px;
    /* margin-bottom: 5px; */
    /* margin-left: 5px; */
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

.stratus_subcontent_header {
    float: left;
    width: auto;
    background-color: inherit;
    padding: 5px 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    cursor: pointer;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 1.1em;
    font-weight: bold;
}

.stratus_subcontent_header.focused {
   /* cursor: default;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 2px solid #FF8A00;*/
}

.soteiral_list, .stratus_list {
    float: left;
    border: 1px solid #666;
    padding: 5px;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 10px;
    /* margin: 2px; */
    /* margin-left: 2%; */
    /* margin-bottom: 2px; */
    /* padding-right: 6px; */
    /* padding-top: 6px; */
    /* background-color: #eeeef0; */
    /*-moz-border-radius: 3px; */
    /* border-radius: 3px; */
    /* -moz-box-shadow: inset -5px 5px 5px #888; */
    /* -webkit-box-shadow: inset -5px 5px 5px #888; */
    /* box-shadow: inset -5px 5px 5px #888; */
}

@media (max-width:767px) {
    .stratus_subcontent_header, .soteiral_subcontent_header {
        display:block;
        margin:1px;
    }
}

.list_header {
    float:left;
    width:100%;
    margin-top:5px;
    font-weight:bold;
    border-bottom-style:solid;
    border-bottom-color:#888888;
    border-bottom-width:2px;
    text-align:left;
}

.list_header_item {
    float:left;
    /*width:auto;*/
    margin-right:2px;
    padding-left:2px;
}

#list_name {
    width: 18%;
}
#list_role {
    width: 25%;
}
#list_actions {
    width: 15%;
    float:right;
    text-align:right;
    margin-right: 10px;
}

.list_row {
    float:left;
    width:100%;
    text-align:left;
    border-bottom: solid 1px #aaaaaa;
    padding: 2px 0px;
}
.list_row:last-child {
    border: none;
}

.list_row_item {
    float:left;
}
.list_row_item.severity_action { width:40px; }
.list_highlight {
    border-style:solid;
    border-width:1px;
    border-color: #000000;
}

.list_indent {
    text-align: right;
}

.inactive {
    color: #888888;
    /*opacity: .6;*/
}

.active {
    
}
/* Inspection Information Block */
#insp_info_table {
    font-size: 90%;
    float:left;
}
#insp_info_room_detail, #insp_info_scope {
    font-size: 90%;
    float:left;
}
#insp_info_table td, #insp_info_room_detail td, #insp_info_scope td {
    padding:1px;
}
#insp_info_table th, #insp_info_room_detail th {
    padding:1px;
}
#insp_info_scope th {
    padding:1px;
}

/*
.insp_header_details {
    float: left;
    width: 55%;
    padding-top:5px;
    padding-left: 2px;
    padding-right: 5px;
    font-size:small;
    white-space:nowrap;
    overflow-x:hidden;
}
.insp_header_scope {
    float: left;
    width: 38%;
    padding-top:5px;
    padding-left: 2px;
    padding-right: 5px;
    font-size:small;
    white-space:nowrap;
    overflow-x:hidden;
}
.insp_header_details.text_only {
    width: 80%;
}

.insp_detail_label {
    float: left;
    width: 25%;
    overflow-x:hidden;
}
.insp_detail_asset_custom {
    color: blue;
    font-size: small;
    font-family: serif;
    cursor: pointer;
}
.insp_detail_asset_custom:hover {
    text-decoration: underline;
}
.insp_header_image {
    float:right;
    margin-right: 10px;
}
*/
/****** END *********************/

/****** FORM STYLES *********************/
.form {
    float: left;
    width: 98%;
    background-color: #d3dbc4;
    padding: 5px;
    margin-top: 5px;
    margin-bottom:5px;
    margin-left:1%;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: -5px 5px 5px #888;
    -webkit-box-shadow: -5px 5px 5px #888;
    box-shadow: -5px 5px 5px #888;
}

.form_last_item {
    float:none;
    width:auto;
    margin-right: 3px;
    margin-bottom: 2px;
}

.form_item_name {
    float:left;
    width:auto;
    margin-right: 3px;
    margin-bottom: 2px;
}

.form_item_email {
    float:left;
    width:85%;
    margin-bottom: 2px;
}

.form_item_submit {
    float:right;
    width:auto;
    font-size: medium;
    margin-bottom: 2px;
    padding-right: 10px;
}

.form_row {
    float:left;
    width:100%;
    margin-bottom:4px;
}

.form_group {
    float:left;
    margin-right: 10px;
}
.form_text {
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-size:medium;
    float:left;
}
.form_search {
    float:left;
    margin-left:5px;
    cursor:pointer;
}
.form_label {
    float: left;
    font-size: medium;
    font-weight: bold;
    margin-right: 10px;
}
/****** END *********************/

/****** SIGNS **************************/
.sign_row {
    float:left;
    width:100%;
    padding-bottom: 5px;
}
.sign_left {
    float:left;
    width: 20%;
    cursor: pointer;
}
.sign_right {
    float:left;
    width: 79%;
    margin-left: 5px;
}

/****** END ****************************/

/****** DIALOG BOX *********************/
#diagGroup
{
    
}

#diagModalOverlay
{
    left: 0;
    top: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000000 !important;
    opacity: .4;
    z-index: 200;
    display:none;
    overflow: auto;
}

#diagBox
{
    position: absolute;
    padding: 5px;
    /*padding-right: 5px;*/
    width: 30%;
    height: auto;
    background-color: #FFFFFF;
    display: none;
    z-index: 201;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: -5px 5px 5px #222;
    -webkit-box-shadow: -5px 5px 5px #222;
    box-shadow: -5px 5px 5px #222;
    margin-bottom: 500px;
}
#diagErrorOverlay
{
    left: 0px;
    top: 0px;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: .4;
    z-index: 300;
    display:none;
    overflow: hidden;
}

#diagError
{
    position: absolute;
    padding: 5px;
    /*padding-right: 5px;*/
    width: 30%;
    height: auto;
    background-color: #FFFFFF;
    display: none;
    z-index: 301;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: -5px 5px 5px #222;
    -webkit-box-shadow: -5px 5px 5px #222;
    box-shadow: -5px 5px 5px #222;
    margin-bottom: 500px;
}

#diagFileOverlay
{
    left: -20px;
    top: -20px;
    position: absolute;
    width: 99%;
    height: 99%;
    background-color: #000000;
    opacity: .4;
    z-index: 275;
    display:none;
    overflow: hidden;
}

#diagFileBox
{
    position: absolute;
    padding: 5px;
    /*padding-right: 5px;*/
    width: 30%;
    height: auto;
    background-color: #FFFFFF;
    display: none;
    z-index: 276;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: -5px 5px 5px #222;
    -webkit-box-shadow: -5px 5px 5px #222;
    box-shadow: -5px 5px 5px #222;
    margin-bottom: 500px;
}

#diagHelpOverlay
{
    left: -20px;
    top: -20px;
    position: absolute;
    width: 99%;
    height: 99%;
    background-color: #000000;
    opacity: .4;
    z-index: 250;
    display:none;
    overflow: hidden;
}

#diagHelp
{
    padding: 5px;
    cursor: auto;
    -mox-box-shadow: 1px 1px black;
    -webkit-box-shadow: 1px 1px black;
    box-shadow: 1px 1px black;
    position: absolute;
    width: 30%;
    border: 1px solid #E9EBEE;
    height: auto;
    background-color: #FFFFFF;
    display: none;
    z-index: 251 !important;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.dialog_buttons {
    float:right;
    width:auto;
    text-align: right;
}

#dialog_cancel {
    float: right;
}

.dialog_save {
    float: left;
}

/******* TAB BODY ***************************/
.animated_group {
    width:100%;
}
.focused {
cursor: default;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 2px solid #FF8A00 ;
}

.inactive {
    cursor: default;
    color:#595959;
}

/******* MISC ***************************/
.hidden {
    display: none;
}
.highlight {
    -moz-box-shadow: -5px 5px 10px #933;
    -webkit-box-shadow: -5px 5px 5px #933;
    box-shadow: -5px 5px 5px #933;
}

.text-orange {
    color:#FFBA3A;
}
.btn-orange { 
  color: #3D280E; 
  background-color: #FFA600; 
  border-color: #d39521; 
} 
 
.btn-orange:hover, 
.btn-orange:focus, 
.btn-orange:active, 
.btn-orange.active, 
.open .dropdown-toggle.btn-orange { 
  color: #3D3425; 
  background-color: #FFBA3A; 
  border-color: #d39521; 
} 
 
.btn-orange:active, 
.btn-orange.active, 
.open .dropdown-toggle.btn-orange { 
  background-image: none; 
} 
 
.btn-orange.disabled, 
.btn-orange[disabled], 
fieldset[disabled] .btn-orange, 
.btn-orange.disabled:hover, 
.btn-orange[disabled]:hover, 
fieldset[disabled] .btn-orange:hover, 
.btn-orange.disabled:focus, 
.btn-orange[disabled]:focus, 
fieldset[disabled] .btn-orange:focus, 
.btn-orange.disabled:active, 
.btn-orange[disabled]:active, 
fieldset[disabled] .btn-orange:active, 
.btn-orange.disabled.active, 
.btn-orange[disabled].active, 
fieldset[disabled] .btn-orange.active { 
  background-color: #FFBA3A; 
  border-color: #d39521; 
} 
 
.btn-orange .badge { 
  color: #FF8A00; 
  background-color: #ffffff; 
}

.bg-orange {
    background-color: #FFBA3A;
    color:#3D3425;
}

.btn-green, .btn-success {
    background: #26832b;
    color: #fff;
    border-color: #196a1d;
}
.btn-green:hover, .btn-success:hover
{
    background:#1E6F22;
    color: #fff;
    border-color:#176C1B}
.btn-green:active, .btn-green:focus,
.btn-success:active, .btn-success:focus
{
    background:#1E6F22;
    color: #fff;
    border-color:#176C1B
}
.btn-blue{background:#155F82;color:#fff;border-color:#105576;}
.btn-blue:hover{background:#105576;border-color:#0F4D6A;color: #fff;}
.btn-blue:active,.btn-blue:focus{background:#105576;border-color:#0F4D6A;color: #fff;}

.btn-yellow{background:#FFC200;color:#fff;border-color:#FFC200;}
.btn-yellow:hover{background:#FFD300;border-color:#FFD300;color: #fff;}
.btn-yellow:active,.btn-yellow:focus{background:#FFC200;border-color:#FFC200;color: #fff;}

.bg-green {
    background-color: #26832b;
    color:white;
}
.bg-gray {
    background-color: #DDDDDD;
    color:#999999;
}
.cursor-not-allowed {
    cursor: not-allowed;
}
.Q {
    color: #87BE18;
}
#show_help{
    cursor: help;
}
.clear {
    clear:both;
}
hr {
}
.export_xls_list_button {
    height: 2rem;
    font-size: 1rem;
    cursor: pointer;
    background-color: #EEEEEE;
    background-image: url('../application_images/spreadsheet-48.png');
    background-repeat: no-repeat;
    background-position: right;
    background-size: 35px 25px;
    text-decoration: none;
    margin-left:10px;
    padding-right: 45px;
    font-family: 'Varela', 'Arial', sans-serif;
    font-weight: bold;
    float: left;
    border-radius: 10px;
}

.add_item_button {
    height: 2rem;
    font-size: 1rem;
    cursor: pointer;
    background-color: #EEEEEE;
    background-image: url('../application_images/plus.png');
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 25px 25px;
    text-decoration: none;
    margin-left:10px;
    padding-right: 35px;
    font-family: 'Varela', 'Arial', sans-serif;
    font-weight: bold;
    float: right;
    border-radius: 10px;
}

.search_field {
    height: 1.5rem;
    font-size: 1rem;
    background-image: url('../application_images/search.png');
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 25px 25px;
    text-decoration: none;
    margin-left:10px;
    padding-right: 35px;
    font-family: 'Varela', 'Arial', sans-serif;
    float: right;
    border-radius: 10px;

}

.edit_button {
    height: 2rem;
    font-size: 1rem;
    cursor: pointer;
    padding-right: 35px;
    background-image: url('../application_images/edit.png');
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 25px 25px;
    font-family: 'Varela', 'Arial', sans-serif;
}

.info_button {
    height: 2rem;
    font-size: 1rem;
    cursor: help;
    background-image: url('../application_images/help.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 25px 25px;
    min-width: 25px;
    min-height: 25px;
}

.checked {
    height: 2rem;
    font-size: 1rem;
    background-image: url('../application_images/check.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 25px 25px;
    min-width: 25px;
    min-height: 25px;
}

.unchecked {
    height: 2rem;
    font-size: 1rem;
    background-image: url('../application_images/delete.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 25px 25px;
    min-width: 25px;
    min-height: 25px;
}

.error_notice {
    float: left;
    font-weight: bold;
    color: #FF2222;
    width: auto;
    padding-right: 20px;
    background-image: url('../application_images/information.png');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 15px 15px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

/******* HELP *****************************/
/* Screenshots in help dialog */
.help_image {
    width: 40%;
    float: right;
    margin: 10px 0px 10px 5px;
    border: 1px white solid;
}
/******* LOGIN ****************************/
.sso_checkbox {
    float: left;
        margin-left: 10px;
        margin-top: 3px;
}
.sso_label {
        float: left;
        margin-left: 10px;
        margin-top: 3px;
        font-size: medium;
}
/***** BOOTSTRAP ADJUSTMENTS *************/
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #0C5C95;
}
.alert-sm {
    padding:10px;
}
.alert-xs {
    padding:5px;
}
.alert-orange {
    color: white;
    background-color: #FF8A00;
    border-color: #b35f00;
}
.alert-orange {
    background-image: -webkit-linear-gradient(top,#FF8A00 0,#995200 100%);
    background-image: -o-linear-gradient(top,#FF8A00 0,#995200 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#FF8A00),to(#995200));
    background-image: linear-gradient(to bottom,#FF8A00 0,#995200 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffFF8A00', endColorstr='#ffff941a', GradientType=0);
    background-repeat: repeat-x;
    border-color: #b35f00;
}
.alert-orange>label {
    border-color: white;
}
.btn-primary {
    background-image: -webkit-linear-gradient(top,#0C5C95 0,#0A5090 100%);
    background-image: -o-linear-gradient(top,#0C5C95 0,#0A5090 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#0C5C95),to(#0A5090));
    background-image: linear-gradient(to bottom,#0C5C95 0,#0A5090 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0C5C95', endColorstr='#ff0A5090', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #0A5090;
}
.btn-primary:focus, .btn-primary:hover {
    background-position: 0 -50px;
}
a {
    color: #0C5C95;
    text-decoration: none;
}
/******* DATATABLES BUTTONS *****************/
a.buttons-excel>span>i, i.fa-file-excel-o {
    color:#008A00;
    font-size:16px;
}
i.fa-file-word-o {
    color:#2B5797;
    font-size:16px;
}
a.buttons-pdf>span>i, i.fa-file-pdf-o {
    color:#FC0D1B;
    font-size:16px;
}
div.dt-buttons {
    margin-bottom:5px;
}
table.datatable tr i {
    cursor:pointer;
}
table.datatable i, table.datatable i {
    font-size: 1.25em;
    cursor: pointer;
}
div.dt-button, button.dt-button, a.dt-button {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
        text-shadow: 0 1px 0 #fff;
    background-image: -webkit-linear-gradient(top,#fff 0,#e0e0e0 100%);
    background-image: -o-linear-gradient(top,#fff 0,#e0e0e0 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#e0e0e0));
    background-image: linear-gradient(to bottom,#fff 0,#e0e0e0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #dbdbdb;
    border-color: #ccc;
}
.dt-icon-container {
  display: inline-block;
  margin: 0px 5px;
  padding: 5px;
  text-align: center;
  cursor: pointer;
}
.dt-icon-text {
    font-size: 1em;
    text-decoration: none;
}
a>.dt-icon-container:hover {
    color:black;
}
a .dt-icon-text {
    color:black;
}
.dt-icon {
  vertical-align: middle;
  font-size: 1.5em;
  display: block;
  text-align: center;
}
@media screen and (max-width: 1024px) {
    .dt-icon-text {
        display:none;
    }
    .dt-icon-text.always-show {
        display:inline-block;
    }
}
.datatable>tbody>tr>td {
    vertical-align: middle;
}
.dt-nowrap td:last-child{
    white-space: nowrap;
}
#open_timeline_table tbody tr td:last-child{ white-space: nowrap;}
ul.dtr-details>li {
    clear: both;
    display: inline-block;
}
.dtr-title {
    width:25%;
}
.dtr-data {
    width:75%;
    padding-left: 0;
    float:right;
}
ul.dtr-details {
    width:100%;
}
ul.dtr-details>li {
    width:100%;
}
.pointer {
    cursor: pointer;
}
input[type=file] {
    width:auto;
    background-color: inherit;
    color:inherit;
    margin-top:2px;
}
.dataTables_processing {
    background-color: #ffff99;
    position: fixed !important;
}

.typeahead.dropdown-menu {
    overflow-x: hidden;
}
/**** Checkbox override ****/
input[type=checkbox] + label {
    cursor: pointer;
}
input[type=checkbox].form_checkbox { display:none; } /* to hide the checkbox itself */
input[type=checkbox].form_checkbox + label:before {
  font-family: FontAwesome;
  display: inline-block;
}

input[type=checkbox].form_checkbox + label:before { content: "\f096"; } /* unchecked icon */
input[type=checkbox].form_checkbox + label:before { letter-spacing: 5px; } /* space between checkbox and label */

input[type=checkbox].form_checkbox:checked + label:before { content: "\f046"; } /* checked icon */
input[type=checkbox].form_checkbox:checked + label:before { letter-spacing: 3px; } /* allow space for check mark */

/*** Bootstrap DualListbox Overrides ***/
.bootstrap-duallistbox-container .btn-group .btn {
    height: 35px;
}
.bootstrap-duallistbox-container {
    margin-bottom: 10px;
}

.table-filters-2 th {
    width: 20%;
    text-align: right;
}
.table-filters-2 td {
    width: 30%;
}

.btn-secondary {
    background-color: rgba(0,0,0,0.0);
}

span.badge {
    background: red;
    width: auto;
    height: auto;
    margin: 0;
    border-radius: 50%;
    position:absolute;
    top:-5px;
    right:1px;
    padding:5px;
}

.error {
    color: #9e0000;
}

/** Bootstrap Typeahead **/
.typeahead.dropdown-menu {
    overflow-x: hidden;
}

/*** Showing file attachments ***/
div.stratus_file_display {
    margin-bottom:8px;
}

div.stratus_file_display>a {
    margin-bottom: 1px;
}

/*** LDAP SEARCH STYLES ***/
div.ldap_user_record {
    margin-bottom:1px;
    cursor: pointer;
}


span.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem;
    position: relative;
    top: auto;
    right: auto;
    margin-right:2px;
}
span.badge-info {
    color: #fff;
    background-color: #17a2b8;
}
span.badge-warning {
    color: #212529;
    background-color: #ffc107;
}
span.badge-primary {
    color: #fff;
    background-color: #007bff;
}
span.badge-success {
    color: #fff;
    background-color: #28a745;
}
span.badge-danger {
    color: #fff;
    background-color: #dc3545;
}
span.badge-light {
    color: #212529;
    background-color: #f8f9fa;
}
span.badge-dark {
    color: #fff;
    background-color: #343a40;
}
/* Checkbox Buttons */
.btn-cbox span.fa {               
    opacity: 0;             
}
.btn-cbox.active span.fa {                
    opacity: 1;             
}
.btn-cbox input {
    width:0px;
    opacity:0;
}

/*Dropdown Menu Styles*/
li.stratus_subcontent_dropdown_item.inactive a {
    color: #CCC;
    cursor: not-allowed;
}
/* Only needed if FontAwesome updated to JS/SVG version
@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.7.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}*/


/* Session Warning Style */
.ss_session_timeout_warning {
    z-index: 1000;
    background: white;
    border: 1px solid darkblue;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: -5px 5px 5px #111;
    -webkit-box-shadow: -5px 5px 5px #111;
    box-shadow: -5px 5px 5px #111;
    width: 400px;
    padding: 1rem;
    text-align: center;
    position: absolute;
}
.ss_session_timeout_warning>h1 {
    color: #31708f;
    font-weight: bold;
    margin: 0rem 2rem;
}

/* New button - Cyan */
.btn-cyan { 
  color: #ffffff; 
  background-color: #298CB0; 
  border-color: #11756E; 
} 
 
.btn-cyan:hover, 
.btn-cyan:focus, 
.btn-cyan:active, 
.btn-cyan.active, 
.open .dropdown-toggle.btn-cyan { 
  color: #ffffff; 
  background-color: #2FA2CC; 
  border-color: #11756E; 
} 
 
.btn-cyan:active, 
.btn-cyan.active, 
.open .dropdown-toggle.btn-cyan { 
  background-image: none; 
} 
 
.btn-cyan.disabled, 
.btn-cyan[disabled], 
fieldset[disabled] .btn-cyan, 
.btn-cyan.disabled:hover, 
.btn-cyan[disabled]:hover, 
fieldset[disabled] .btn-cyan:hover, 
.btn-cyan.disabled:focus, 
.btn-cyan[disabled]:focus, 
fieldset[disabled] .btn-cyan:focus, 
.btn-cyan.disabled:active, 
.btn-cyan[disabled]:active, 
fieldset[disabled] .btn-cyan:active, 
.btn-cyan.disabled.active, 
.btn-cyan[disabled].active, 
fieldset[disabled] .btn-cyan.active { 
  background-color: #298CB0; 
  border-color: #11756E; 
} 
 
.btn-cyan .badge { 
  color: #298CB0; 
  background-color: #ffffff; 
}
div.stratus_file_display>a.thumbnail > img {
    height: 70px !important;
    object-fit: contain;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus, a:focus{outline-offset: 4px !important;}
div#id-skip-to-group-headings, div#id-skip-to-group-headings-label {
    display: none !important;
}

h1.incident_page_title_h1 {
    font-size: 18px;
    margin: 0;
    font-weight: 700;
    padding: 0 0 15px 0;
}

.hlp_text_block {
    background: #ffffff;
    border-radius: 5px;
    margin: 0;
    padding: 14px;
    border: 1px solid #efefef;
    border-top: 4px solid #f2c923;
    margin-bottom: 20px;
    position: relative;
    box-shadow: 0px 15px 11px -16px rgba(151,141,99,0.75);
    -webkit-box-shadow: 0px 15px 11px -16px rgba(151,141,99,0.75);
    -moz-box-shadow: 0px 15px 11px -16px rgba(151,141,99,0.75);
}
.help_text {
    float: left;
    margin-bottom: 6px;
    color: #5f5a45;
       
}
.hlp_text_block .help_text i {
    padding: 0 5px 0 0;
    float: left;
    position: relative;
    top: 3px;
    font-size: 16px;
}
.hlp_text_block .help_text p.cl_green{
    color: #547e26;
}
.help_text em {
    font-weight: bold;
    font-style: normal;
}
.ht_info_q{ 
    min-height: inherit !important;
    color: #8a6d3b;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
}
.hlp_text_block.row.block2 {
    background-image: -webkit-linear-gradient(top,#fcf8e3 0,#f8efc0 100%);
    border-top:none ;
}
.hlp_text_block.row.block3 i{
    font-size: 0;
    width: 18px;
    height: 11px;
    margin-right: 3px;
    position: relative;
    box-shadow: 0px 15px 11px -16px rgb(0 0 0 / 75%);
        top: 5px;
}


/*.hlp_text_block.row.block3 div:nth-child(3) i {
    background: #e59726;
}
.hlp_text_block.row.block3 div:nth-child(4) i {
    background: #cc514a;
}
.hlp_text_block.row.block3 div:nth-child(5) i, .hlp_text_block.row.block3 div:nth-child(6) i {
    background: #224f8f;
}*/
.cst_help_block {
    border: 1px solid #ebebeb;
    padding: 10px;
    border-radius: 4px;
    background: #fafafa;
    box-shadow: 1px 2px 3px #e8e8e8;
    margin-bottom: 9px;
    padding-left: 60px;
    position: relative;
}
.cst_help_block p {
    font-size: 13px;
    padding-bottom: 0;
    margin-bottom: 6px;
}
.cst_help_block p:last-child {
    margin: 0;
}
.cst_help_block > i {
    font-size: 26px;
    color: #f9b56ccc;
    position: absolute;
    left: 23px;
}
.ht_info_q i {
    font-size: 20px !important;
    background: none !important;
    top: 0px !important;
}
.cst_lb_cbox{ font-size: 18px; line-height: 46px; margin: 0 8px 0 0;}
.cst_lb_cbox > input[type='checkbox']{margin: 17px 5px 0 0; transform: scale(1.3);}
.login-page{ min-height:inherit !important; }
table#auth_info_table tbody tr th {
    width: 40%;
}

.no-max-height{ max-height: inherit !important; }


/*This is fixes for the Complaince Calender Once upgrade BS5, please remove this css.---- Start */
.ccalender-page #reassign_task_form,
 .ccalender-page #extend_task_form{
    padding: 25px;
}
.ccalender-page #reassign_task_form h1, .ccalender-page #extend_task_form h1 {
    margin: 0;
    padding: 0 0 15px 0;
}
.ccalender-page #reassign_task_form .float-end,
.ccalender-page #extend_task_form .float-end{float: right !important;}

.ccalender-page #reassign_task_form .float-end.my-3,
.ccalender-page #extend_task_form .float-end.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}
[for~="form_comment_text"] + .m-0 {
    margin: 0 0 12px 0;
}
[for~="form_comment_text"] + .m-0 + .btn-groups.float-end.my-3 {
    float: right;
    margin-bottom: 15px;
}
.ccalender-page .tui-full-calendar-floating-layer{ z-index:200 !important; }
.ccalender-page .btn-group, .ccalender-page .btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle; width: auto;
}
.ccalender-page .stratus_subcontent.text-center{text-align: center !important;}
.ccalender-page .manage-task-pop-info + .row { margin: 0;}
/*This is fixes for the Complaince Calender Once upgrade BS5, please remove this css.---- END */


.flush-multi-select span .btn-group{ width:100% !important; }
.flush-multi-select span .btn-group .btn.dropdown-toggle {
    box-shadow: none !important;
    width: 100% !important; min-width: 100% !important;
    margin: 0 !important;
}

.bulltins-attachments-cst a.thumbnail {
    height: 170px;
    margin-bottom: 10px !important;
}

.o-limit-bg{
    background-color:yellow;
    border:1px solid red;
}
.visually-hidden, .visually-hidden-focusable:not(:focus):not(:focus-within) {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.popup_container {
        text-align: left;
        width: 364px;
        max-height: 500px;
        background: transparent;
        border: solid 1px #dedede;
        border-bottom-color: rgb(222, 222, 222);
        border-bottom-style: solid;
        border-bottom-width: 1px;
        color: #000000;
        overflow-y: scroll;
        overflow-x: hidden;
        z-index: 100;
        right: 0;
        position: absolute;
    }
    .popup_title {
        display: none;
        background:#0D69AA;
        color: white;
        width: 100%;
        margin: 0px;
        vertical-align: middle;
        display: inline-block;
        line-height: 2;
        font-size: 130%;
        padding: 0rem 1rem;
        font-weight: bold;
    }
    .popup_message
    {
        padding-top: 15px;
        padding-left: 15px;
        border-bottom: solid 2px #0D69AA;
        background: #F3F3F3;
    }
    .popup_message a {
        color:inherit;
    }
    .popup_message a:hover {
        /*text-decoration: none;*/
    }
    .popup_panel
    {
    text-align: left;
    padding-left:15px;
    }
    .select2-container{ 
        width: 100% !important;
    }

    .lc-close-icn {
        position: absolute;
        right: 1px;
        top: 0;
        padding: 10px;
        color: #ac2525; text-decoration: none;
        border-left: 1px solid #0000001c;
    }
    .lc-close-icn:hover, .lc-close-icn:focus{
        color: #ce2c2c;text-decoration: none;
    }
    .search_text{
        padding-right:40px !important;
    }
    .blink {animation: blinker 1s linear infinite;color:green;}
    @keyframes blinker {50% {opacity: 0;}}

    #diagError {
    left: 0 !important;
    right: 0 !important;
    margin-right: auto !important;
    margin-left: auto !important;
    border-radius: 8px !important;
    /*width: 40% !important;
    text-align: center;*/
    overflow: hidden;   
    }
    
    #diagError:hover {
      overflow: auto;
    }
#diagError .dialog_buttons{ float:none; text-align:center !important; margin-top:10px; }
.d-block{ display:block !important;  }
.w-100{ width:100% !important;}
#sdsRequest a.mdl-btn-close {
    display: none;
}
#packages_table tbody tr th{
    vertical-align: middle !important;
}

/* Make sure picker can show custom content */
.datepicker {
  overflow: visible !important;
}

/* Space for Clear button */
.datepicker-days {
  position: relative;
  padding-bottom: 32px !important;
}

/* Clear button */
.datepicker-clear {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 6px;
  text-align: center;
  cursor: pointer;
  border: 1px solid #ddd;
  background: #f7f7f7;
  font-size: 12px;
}

.datepicker-clear:hover {
  background: #eee;
}
