
/* --------------- Global styles --------------- */



html,body{

    /*height:100%;*/
    font-family: 'Montserrat', helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

p,.label {
    font-family: arial, helvetica, sans-serif;
}


.container{
    width:95%;
    padding-top: 40px;
}

.h3-help {
    font-size: 13px;
    line-height: 20px;
    font-weight: normal;
    color: #000000;
}

.card-body h2.portal {
    color: #005580;
    padding-bottom: 4px;
    border-bottom-color: rgba(0, 85, 128, 0.16);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    margin-bottom: 20px;
}

.ops-error {
    color: #a94442;
}

#resultErrorDiv {
    border-color: #a94442;
    background-color:#f2dede;
}

.dt-center{
    text-align: center;
}
.dt-left{
    text-align: left;
}


/*---------- navbar bootrsap customized --------------*/
.navbar-inverse {
    background-color: #000000;
}

.navbar-toggle {
    min-height: 50px;
}

#OpsPortalGlobalMenuSmall > li.divider {
    background-color : #e5e5e5;
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
}

.nav-item > a{
    color: #fff;
    line-height: 20px;
    text-transform: uppercase;
}

.nav-tabs .nav-item > a{
    color: #005580;
}

#navbarSF3Big > li > a {
    color:#fff;
    padding: 15px;
    line-height: 20px;
    text-transform: uppercase;
}

.navbar-brand {
    padding-top: 5px !important;
}

.badge-nav {
    color:white;
    line-height: 20px;
    display: inline;
    background-color: #53424a;
    border: 1px solid white;
    padding: 7px;
    padding-left: 11px;
    padding-right: 11px;

}


.navbar .navbar-brand {
    color:#eeeeee;
    font-family: 'Montserrat', sans-serif;
    text-transform:uppercase;
    letter-spacing:2px;
    font-weight:700;
}


.subnav {
    padding: 8px;
}
/**/

.label-age {
    padding-right:9px;
    padding-left:9px;
    -webkit-border-radius:8px;
    -moz-border-radius:8px;
    border-radius:8px
}

.navbar-text {
    padding: 0 10px;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    border-left: 4px solid #33CCFF;
    border-right: 4px solid #33CCFF;
}


#navbarSupportedContent>ul>li{
    margin: 0 5px;
}

.inverse-navbar-text {

    color: #ffffff !important;

}

/*#navbarSF3Big {*/
/*margin-top: 21px;*/
/*}*/


.navbar-inverse .navbar-nav > .active, .navbar-inverse .navbar-nav > .active.open,
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active.open > a {
    background-color: #585858 !important;
}

#dropdownMenu1, #dropdownMenu2 {
    margin-top: 5px;
}

.arrowList {
    list-style-type: none;
}
.arrowList:before {
    content: "\21D2";
}

.dropdown-menu > li:hover, .dropdown-menu > li:focus {
    background-color: #f5f5f5;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    text-decoration: none;
}
.dropdown-menu > li > a {
    color: #262626;
    margin: 0 20px;
}

.hide {
    display: none;
}

li.list-style-none {
    list-style-type: none;
}


/*---------- Bootstrap[dropdown-submenu] --------------*/


ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
}

@media (min-width: 979px) {
    ul.nav li.dropdown:hover > ul.dropdown-menu {
        display: block;
    }
}

.navbar .dropdown-menu {
    margin-top: 0px;
}


/*---------- label inverse --------------*/

.label-warning {
    background-color: #f29547;

}
.label-warning[href]:hover,
.label-warning[href]:focus {
    background-color: #ec712b;

}

.label-warning {
    background-color: #f29547;

}
.label-warning[href]:hover,
.label-warning[href]:focus {
    background-color: #ec712b;

}

.label-inverse {
    background-color: rgba(0, 0, 0, 0.76);
    color: white;

}

.label-inverse[href]:hover,
.label-inverse[href]:focus {
    background-color: #53424a;
    color: white;
}

.label-inverse {
    background-color: rgba(0, 0, 0, 0.76);
    color: white;

}

.label-inverse[href]:hover,
.label-inverse[href]:focus {
    background-color: #af5420;
    color: white;
}

.label-default, .alert-default, .badge-default {
    background-color: transparent;
    border: 1px solid #a9a9a9;
    color: #4a4a4a;
    padding-left: -10px;
}

.label-inverse {
    background-color: rgba(0, 0, 0, 0.76);
    color: white;
}

.label-unknown
{
    color:#a9a9a9;
    background-color: white;
    border: 1px solid #a9a9a9
}

/*-------------------------*/
/* form */

label.required:after  {
    content: " *";
    color: #cd0a0a;
}

#metrics_report_entity .required:after {
    content: inherit;
}


form label.error, label.error {
    /* remove the next line when you have trouble in IE6 with labels in list */
    color: #cd0a0a;
}

/*---------------------------*/
/* anchor */
.a-with-anchor:before
{ content: ''; display: block; position: relative; width: 0; height: 5em; margin-top: -5em }

/*----------------------------------*/
/* loaders */

.loader-wrapper.absolute {
    width: 100%;
    min-height: 1000%;
    position: absolute;
    z-index: 1070;
    top: 0;
    left: 0;
    background-color: #b8b8b8;
    height: 100%;
    opacity: 0.8;
}

.loader-wrapper.absolute .loader {
    top: 5%;

}


.loader-wrapper .loader {
    margin-right: auto;
    margin-left: auto;
    top: 40%;
    position: relative;
    height: 70px;
    width: 70px;
    float : inherit;
}

.loader, .loader-middle {
    border-bottom: 4px solid #ddd;
    border-left: 4px solid #ddd;
    border-right: 4px solid #003bb3;
    border-top: 4px solid #003bb3;
    border-radius: 100%;
    height: 50px;
    width: 50px;
    float: left;
    -webkit-animation: spin .6s infinite linear;
    -moz-animation: spin .6s infinite linear;
    -ms-animation: spin .6s infinite linear;
    -o-animation: spin .6s infinite linear;
    animation: spin .6s infinite linear;
    margin-left : 45%

}

/* --------------- modal --------------- */

.modal-details{
    width: 75%;
    margin: auto;
}

.modal-dialog{
    max-width: 100%;
}

.modal-details>.modal-content>.modal-header{
    margin: auto;
}

.modal-details>.modal-content>.modal-header>.close{
    right: 20px;
    position: absolute;
}


/* -------   font size classes   ------- */

.fs-12px {
  font-size: 12px;
}

.fs-14px {
  font-size: 14px;
}

.fs-15px {
  font-size: 15px;
}

.fs-16px {
  font-size: 16px;
}

.fs-18px {
  font-size: 18px;
}

.fs-20px {
    font-size: 20px;
}

.fs-24px {
    font-size: 24px;
}

.fs-25px {
  font-size: 25px;
}

.fs-30px {
    font-size: 30px;
}

.fs-40px {
    font-size: 40px;
}

/* -------   bootstrap custom classes   ------- */

.max-w-60 {
    max-width: 60% !important;
}

.w-60 {
    width: 60%;
}

.h-60 {
    height: 80%;
}

.border-left-lightgray {
    border-left: 1px solid rgba(0,0,0,.125)
}

.mt-250px {
    margin-top: 250px;
}

/*!* replace folder icons with another image, remove leaf image *!*/
/*li.jstree-open > a .jstree-icon {background:url("https://goo.gl/images/cbcnL9") 0px 0px no-repeat !important;}*/
/*li.jstree-closed > a .jstree-icon {background:url("https://goo.gl/images/cbcnL9") 0px 0px no-repeat !important;}*/
/*li.jstree-leaf > a .jstree-icon { display: none; }*/


/*!* replace checkbox icons *!*/
/*li.jstree-unchecked > a .jstree-checkbox, li.jstree-undetermined > a .jstree-checkbox*/
/*{*/
    /*background:url("https://goo.gl/images/re2ZyP") 0px 0px no-repeat !important;*/
    /*width: 32px;*/
    /*height: 29px;*/
    /*padding-top: 5px;*/
/*}*/
/*li.jstree-checked > a .jstree-checkbox*/
/*{*/
    /*background:url("https://goo.gl/images/Wd1Drb") 0px 0px no-repeat !important;*/
    /*width: 32px;*/
    /*height: 29px;*/
    /*padding-top: 5px;*/
/*}*/