.ftr-red-bg {
    background-color: #ef3e39;
}

.page-title-wrapper{
    padding:0;
}
.page-title{
    color: #000;
    text-align: center;
    padding: 0 0 10px;
    margin-top: 0px;
    margin-bottom: 10px;
    font-weight: 700;
    border-bottom: 1px solid #ef3e39;
}

.alt-page-title{
    color: #000;
    text-align: center;
    padding: 10px;
    margin-top: 0px;
    margin-bottom: 10px;
    font-weight: 700;
    border-top: 1px solid #ef3e39;
    border-bottom: 1px solid #ef3e39;
}



.login-info-wrapper h5{
    margin: 10px 5px 0 0;
    text-align: right;
    float:none;
}


.progressBar {
    position: absolute;
    height: 100%;
    background: #ef3e39; /* Old browsers */
    background: -moz-linear-gradient(top,  #ff726e 0%, #ef3e39 50%, #ff726e 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #ff726e 0%,#ef3e39 50%,#ff726e 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #ff726e 0%,#ef3e39 50%, #ff726e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef3e39', endColorstr='#ff726e',GradientType=0 ); /* IE6-9 */
}


.logo{
    padding:5px;
    max-height: 50px;
    max-width:240px;
    display: inline;
}

.account-name{
    line-height:30px;
    border-top: 1px solid #ef3e39;
    border-bottom: 1px solid #ef3e39;
}
.navbar-wrapper{
    margin-bottom: 5px;
}
.navbar-ul {
    padding:0;
    margin-right:0px;
    margin-bottom:0;
    list-style: none;
}

.navbar-li {
    display: inline-block;
    background-color: #fff;
    color: #ef3e39;
    padding: 2px 0;
    margin-bottom: 0px;
    -webkit-transition: background 300ms ease-in;
    -moz-transition: background 300ms ease-in;
    -ms-transition: background 300ms ease-in;
    -o-transition: background 300ms ease-in;
    transition: background 300ms ease-in;
}

.navbar-li.active {
    background-color: #ef3e39;
}

.navbar-li a{
    color:#ef3e39;
    text-decoration: none;
}
.navbar-li.active a{
    color:#fff;
}

.secondary-navbar-wrapper{
    text-align:center;
    padding:0;
    display: none;
}

.clickable-panel .panel-heading{
    cursor: pointer;
    opacity: 1;
    -webkit-transition: opacity 250ms ease;
    -moz-transition: opacity 250ms ease;
    -ms-transition: opacity 250ms ease;
    -o-transition: opacity 250ms ease;
    transition: opacity 250ms ease;
}

.clickable-panel .panel-glyph{
    margin-right:5px;
}
.clickable-panel .panel-heading:hover{
    opacity: 0.8;
}

.clickable-panel.closed .panel-body, .clickable-panel.closed .panel-footer{
    display:none;
}

.clickable-panel.closed .panel-heading{
    opacity: 0.6;
}
.clickable-panel.closed .panel-heading:hover{
    opacity: 1;
}

#livesearch{
    padding:0 15px 5px;
}

.page-content-wrapper{
    min-height:150px;
}

.page-content-row{

}
.page-content-row-10{
    margin-top:10px;
}
#footer{
    margin-top:15px;
}


.mt-0{
    margin-top:0;
}
.mt-10{
    margin-top:10px;
}
.mb-10{
    margin-bottom:10px;
}

.mb-0{
    margin-bottom:0px;
}

.no-margin{
    margin:0px;
}
.no-padding{
    padding:0;
}
.full-width{
    width:100%;
}
.ghost{
    opacity:0;
}
.overflow-hidden{
    overflow: hidden;
}



.forgot-pw-wrapper{
    text-align: right;
    margin-top: 10px;
    margin-bottom: 0px;
}

#timeStatCheck h2{
    text-align: center;
    margin-top:0;
    padding: 0 15px;
}

.exception-status{
    padding:0 15px;
}

/*==================================================
Updates by:CD
===================================================*/
.customerList{
    border: 0px;
    font-weight: normal;
}

#footer{
    clear: both;
    padding-top: 5px;
    border-top: 1px solid #ef3e39;
}

.page-title {
    /* display: none; */
    color: #000;
    text-align: center;
    padding: 0 0 10px;
    margin-top: 0px;
    margin-bottom: 10px;
    font-weight: 700;
    /* border-top: 1px solid #ef3e39; */
    border-bottom: 1px solid #ef3e39;
}

.logo{
    margin: 0px 5px;
}

/*==================================================
=                 Dashboard Grid                   =
==================================================*/

.scrollable-panel-body{
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}


.panel-primary .panel-body h4{
    margin-top:0;
}


/*==================================================
=               Mobile Scroll Button               =
==================================================*/

body{
    margin-bottom: 5rem;
}
#mobile-scroll-button-wrapper{
    position: fixed;
    z-index:999999;
    bottom: 0px;
    right: 15px;
}
@media only screen and (min-width : 992px) {
    #mobile-scroll-button-wrapper{
        display: none;
    }
    body{
        margin-bottom: 0;
    }
}

.btn-scroll{
    font-size: 5rem;
    color: #000;
    opacity:0.15;
    cursor: pointer;
    -webkit-transition: opacity 250ms ease;
    -moz-transition: opacity 250ms ease;
    -ms-transition: opacity 250ms ease;
    -o-transition: opacity 250ms ease;
    transition: opacity 250ms ease;
}
.btn-scroll:hover{
    opacity:0.3;
}


/*==================================================
=             Panel Status Icon Colors             =
==================================================*/
.panel-status-icon{
    margin-right: 10px;
    color:white;
    text-shadow: 1px 1px #828282, -1px -1px #828282, -1px 1px #828282, 1px -1px #828282, 1px 0px #828282, -1px 0px #828282, 0px 1px #828282, 0px -1px #828282;
}
.yellow-icon{
    color: #ffb300;
}
.red-icon{
    color:#fff;
    text-shadow: 1px 1px #ef3e39, -1px -1px #ef3e39, -1px 1px #ef3e39, 1px -1px #ef3e39, 1px 0px #ef3e39, -1px 0px #ef3e39, 0px 1px #ef3e39, 0px -1px #ef3e39;
}
.danger-icon{
    color:#ef3e39;
}
.info-icon{
    color: #0DA2F9;
}
.warning-icon{
    color: #ffb300;
}
.default-icon{
    color:#d0d0d0;
}

.panel-success{

}

.panel-red-icon, .panel-red-icon .panel-heading, .panel-red-icon .panel-footer{
    border-color: #ef3e39;
}

@keyframes color-animation {
    0% {
       background: #FFF;
    }
    50% {
       background: #ef3e39;
    } 
    100% {
       background: #FFF
    } 
}

.inRecordException {
    background-image: none;
    background-repeat: no-repeat;
    animation: color-animation 5s infinite linear alternate;
}


.alt-panels-1 .panel-status-icon{
    display:none;
}
.alt-panels-1 .panel-red-icon .panel-heading{
    background-color: #ffffff;
    color: #ef3e39;
    border-color: #ef3e39;
}

.alt-panels-1 .panel-danger-icon .panel-heading{
    color: #ffffff;
    background-color: #ef3e39;
}

.alt-panels-1 .panel-warning-icon .panel-heading{
    color: #ffffff;
    background-color: #ffb300;
}

.alt-panels-1 .panel-info-icon .panel-heading{
    color: #ffffff;
    background-color: #0da2f9;
}


.alt-panels-2 .panel-status-icon{
    display:none;
}
.alt-panels-2 .panel-red-icon .panel-heading{
    background-color: #ef3e39;
    color: white;
}

.alt-panels-2 .panel-danger-icon .panel-heading{
    color: #ef3e39;
    background-color: #f5f5f5;
    border-color: #ef3e39;
}

.alt-panels-2 .panel-warning-icon .panel-heading{
    color: #ff692d;
    background-color: #f5f5f5;
    border-color: #ff692d;
}

.alt-panels-2 .panel-info-icon .panel-heading{
    color: #0da2f9;
    background-color: #f5f5f5;
    border-color: #0da2f9;
}

.alt-panels-3 .panel-status-icon{
    display:none;
}
.alt-panels-3 .panel-red-icon .panel-heading{
    background-color: #ef3e39;
    color: #fff;
    border-color: #a2a2a2;
}

.alt-panels-3 .panel-danger-icon .panel-heading{
    color: #f12822;
    background-color: #ffbbb9;
    border-color: #ef3e39;
}

.alt-panels-3 .panel-warning-icon .panel-heading{
    color: #ff692d;
    background-color: #ffee95;
    border-color: #ffb212;
}

.alt-panels-3 .panel-info-icon .panel-heading{
    color: #31708f;
    background-color: #b4e3ff;
    border-color: #0da2f9;
}


.alt-panels-4 .panel-status-icon{
    display:none;
}
.alt-panels-4 .panel-red-icon .panel-heading{
    background-color: #ef3e39;
    color: white;
}

.alt-panels-4 .panel-danger-icon .panel-heading{
    color: #d0413e;
    background-color: #ffe6e5;
}

.alt-panels-4 .panel-warning-icon .panel-heading{
    color: #8a6d3b;
    background-color: #fcf8e3;
}

.alt-panels-4 .panel-info-icon .panel-heading{
    color: #31708f;
    background-color: #d9edf7;
}

/*.panel-red-icon .panel-heading, .panel-red-icon .panel-footer{
    border-color:#ef3e39;
}
.panel-red-icon .panel-body {
    color: #ee3e39;
}*/


/*==================================================
=                       Tweaks                     =
==================================================*/


    /*Fixes mobile dropdown for customer*/


    /* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) {
        select.customerList:not([size]):not([multiple]), select.customerList[size="0"], select.customerList[size="1"] {
            background-color: #FFF;
            -webkit-appearance: none;
        }

    }

    @media only screen and (max-width : 768px) {
        select.customerList:not([size]):not([multiple]), select.customerList[size="0"], select.customerList[size="1"] {
            background-color: #FFF;
            -webkit-appearance: none;
        }
    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 480px) {
        select.customerList:not([size]):not([multiple]), select.customerList[size="0"], select.customerList[size="1"] {
            background-color: #FFF;
            -webkit-appearance: none;
        }


    }

    /* Custom, iPhone Retina */ 
    @media only screen and (max-width : 320px) {
        select.customerList:not([size]):not([multiple]), select.customerList[size="0"], select.customerList[size="1"] {
            background-color: #FFF;
            -webkit-appearance: none;
        }
    }


/*==================================================
=           Endpoint Search Typeahead              =
==================================================*/
#endpoint-search{
    margin-bottom:0px;
}
#endpoint-search span.twitter-typeahead{
    width:100%;
}
#endpoint-search-input{
    width:100%;
}

.tt-endpoint strong{
    font-weight: 400;
}

.tt-query {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
    color: #999
}

.tt-menu {    /* used to be tt-dropdown-menu in older versions */
    width: 100%;
    max-height: 250px;
    overflow-y: auto;
    margin-top: 4px;
    padding: 4px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
     -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
          box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

    @media only screen and (min-width : 992px) {
        .tt-menu {    /* used to be tt-dropdown-menu in older versions */
            max-height: 350px;
        }
    }

.tt-suggestion {
    padding: 3px 20px;
    line-height: 24px;
}
.tt-suggestion.tt-cursor,.tt-suggestion {
    cursor: pointer;
}
.tt-suggestion.tt-cursor,.tt-suggestion:hover,.tt-suggestion:active,.tt-suggestion:focus {
    color: #ef3e39;
    background-color: #fff;
}



.tt-suggestion p {
    margin: 0;
}


/*==================================================
=               Loading Animation                  =
==================================================*/
.ftr-red{
  color: #ef3e39;
}
.loading-wrapper h1{
    font-weight: 100;
}
.loading-wrapper{
    text-align:center;
    position: absolute;
    width:100%;
    top: 0;
    left: 0;
}

.loading-wrapper.loading-relative{
    position: relative;
}

.loading-wrapper h1{
    font-weight: 100;
}
.spinner {
  margin: 20px auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}

.spinner > div {
  background-color: #ef3e39;
  height: 100%;
  width: 6px;
  display: inline-block;
  
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% { 
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% { 
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}

/*==================================================
=                  Status Stylings                 =
==================================================*/

#status-site-select{
    margin-top:5px;
    margin-bottom:8px;
}
@media only screen and (min-width : 992px) {
    #status-site-select{
        margin-top:0px;
    }
}



/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/

    /*==========  Mobile First Method  ==========*/

    /* Custom, iPhone Retina */ 
    @media only screen and (min-width : 320px) {
        .logo-wrapper{
            text-align:center;
        }
        .account-name{
            margin:2px 0 6px;
        }
        .navbar-ul {
            text-align:center;
        }
        .navbar-ul {
            margin-top: 0px;
        }

    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (min-width : 480px) {

    }

    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {

    }

    /* Medium Devices, Desktops */
    @media only screen and (min-width : 992px) {
        .logo-wrapper{
            text-align:left;
        }
        .navbar-wrapper{
            padding-left:0;
        }
        .account-name{
            margin:10px 0 5px;
        }
        .navbar-ul {
            text-align:right;
        }
        .navbar-ul {
            margin-top: 7px;
        }
        .navbar-ul .dropdown-menu{
            right: 0;
            left: auto;
        }
    }

    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) {

    }

    /*==========  Non-Mobile First Method  ==========*/

    /* Large Devices, Wide Screens */
    @media only screen and (max-width : 1200px) {
        .logo-wrapper{
            text-align:left;
        }
        .navbar-ul {
            text-align:right;
        }
        .navbar-ul {
            margin-top: 7px;
        }
    }

    /* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) {
        .logo-wrapper{
            text-align:center;
        }
        .navbar-ul {
            text-align:center;
            margin-top: 0px;
            margin-left:0px;
        }

    }

    /* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {
        .loading-wrapper h1{
            font-size: 1.1em;
        }
    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 480px) {
        .loading-wrapper h1{
            font-size: 1.1em;
        }
        .navbar-ul .btn-ftr{
            /*width:145px;*/
            padding: 6px;
        }
        .optionsDropdown {
            right: 0;
            left: auto;
        }       
    }

    /* Custom, iPhone Retina */ 
    @media only screen and (max-width : 320px) {
        .loading-wrapper h1{
            font-size: 1.1em;
        }
        .account-name{
            margin:2px 0 6px;
        }
        .navbar-ul .btn-ftr{
            /*width:145px;*/
            padding: 4px;
        }   
        .optionsDropdown {
            right: 0;
            left: auto;
        }
    }