b, strong {
     font-family: 'CircularBold';
}
body{
    font-family:"CircularStd";
    font-size:14px;
    line-height:1.42857143;
    color:#333;
    background-color:none;
}

.loginPage {
    background: url(../img/bg-1.jpg) fixed;
    background-size: cover;
    padding: 0;
    margin: 0;
}
.condition{
    font-size: 10px;

}
.navy-blue{
    color: #1e4164 !important;
    font-size: 17px;
}
.orange, .orange small{
    color: #f06426 !important;
}
/*side bar logo*/

.popover .popover-content tbody td, .popover-content th{
    font-size: 12px !important;
    padding: 4px;
}


.loader {
    border: 10px solid #f3f3f3;
    border-radius: 50%;
    border-top: 10px solid #3498db;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}



.hg-100{
    height: 70px;
}
.pad-right{
    padding-right: 6px;
}
.pad-left{
    padding-left: 6px;
}
@media (max-width: 768px){
    .sidebar-mini.sidebar-open .main-sidebar .sidebar .logo-mini img{
        display: none;
    }
    .main-sidebar, .left-side{
        padding-top: 0px !important;
    }

}

.skin-black-light .main-header .navbar .navbar-nav > li > a {
    border-right: 0px solid #d2d6de;
}

.main-header .left-menu {
    float: left;
    background-color: transparent;
    background-image: none;
    padding: 15px 15px;
    text-align: center;
    position: relative;
    left: 29%;
}

.hr {
    border:         none;
    border-left:    1px solid hsla(200, 10%, 50%,100);
    height:         auto;
    width:          1px;
    margin-left: 20px;
    padding-left: 20px;
}
.marquee {
  width: 100%;
  overflow: hidden;

}


.left-menu .main-text {
    font-size: 14px;
    color: #434a52;
    font-weight: 600;
}
.left-menu .sub-text {
    font-size: 13px;
    color: #8b98a1;

    font-weight: bold;
}

.left-menu select {   background: rgb(207, 214, 220);
    width: 167px;
    text-align: center;
    font-size: 17px;
    border-radius: 15px;
    height: 40px !important;
}

.fixed .content-wrapper, .fixed .right-side {
    padding-top: 65px !important;
}


.left-menu .form-control:focus {
    border-color: rgb(207, 214, 220) !important;
    box-shadow: none;
}

.skin-black-light .main-header {
    -webkit-box-shadow:none !important;
    box-shadow: none !important;
}

@media (min-width: 768px){
    .sidebar-mini.sidebar-collapse.skin-black-light .main-sidebar .logo>.logo-mini {
        display: block;
        width: 150px;
        margin: auto;
        height: 93px;
        background: #ecf0f5;
    }
    .sidebar-mini.sidebar-collapse .main-header .navbar {
        margin-left: 150px !important;
    }
    .sidebar-mini.sidebar-collapse .main-sidebar {
        z-index: 1000 !important;
    }

    .sidebar-mini.sidebar-collapse .main-sidebar .logo-mini img{
        object-fit: scale-down;
        width: 130px;
        margin: auto;
        z-index: 1043;
    }

    .sidebar-mini.sidebar-collapse .main-sidebar .logo>.logo-lg{
        display: none;
    }
    .main-sidebar .logo .logo-mini {
        display: none;
    }

}

.main-sidebar .logo .logo-lg {
    display: block;
    height: 108px;
    background: white;
}
.main-sidebar .logo .logo-lg img{
    width: 175px;
    margin: auto;
}
.main-header {
    z-index: 997 !important;
}

/*sidebar header */

.h60{
    margin-top: 60px;
}



.card {
    position: relative;
    margin: 0.5rem 0 1rem 0;
    background-color: #fff;
    transition: box-shadow .25s;
    border-radius: 2px;
    text-align: left;
    padding: 5px 10px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.card h4 {
    font-size: 2.28rem;
    font-family: inherit;
    margin: 0.14rem 0 -0.088rem 0;
}
.card .card-content {
    padding: 10px;
    border-radius: 0 0 2px 2px;
}

.card-content.graph_card{
    padding-bottom: 43px;
}

.black-text {
    color: #000000 !important;
}
.card .card-content p {
    margin: 0;
    color: #cfd6dc;
    font-weight: 600;

}
/*

#ticker .row .col-sm-2 {
    width: 19.666667%;
}*/

#ticker .row .fa{
    color: #3c8dbc;
}

.box-title {

    font-family: 'CircularStd';
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    color: #337ab7;
}

.main-title {
    font-size: 24px;
    color: black;
}

.pad-bot-30{
    padding-bottom: 30px;
}

.pad-top-50{
    padding-top: 50px;
}



@media (max-width: 600px) {
    .navbar-custom-menu {
        float: right !important;
    }
    .hg-100{
        height: 60px;
    }

    .sidebar, .content-wrapper {
        padding-top: 70px;
    }

    .navbar-custom-menu > .navbar-nav > li > .dropdown-menu {
        position: absolute;
        left: 17%;
    }

}


.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 14.28%;
    float: left;
}

@media (max-width: 767px) {
    .live-ticker .info-box{
        margin-bottom: 15px !important;
    }
}
@media (min-width: 576px) and (max-width: 767px) {
    .col-sm-15 {
        width: 50%;
        float: left;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .col-md-15 {
        width: 33%;
        float: left;
    }

    .live-ticker .info-box{
        margin-bottom: 15px !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .col-lg-15 {
        width: 25%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

@media (max-width: 575px){
    .col-sm-15 {
        width: 100%;
        float: left;
    }
}


@media (min-width: 768px){
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1  {
    width: 100%;
    *width: 100%;
  }
}


@media (min-width: 992px) {
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
    width: 14.285714285714285714285714285714%;
    *width: 14.285714285714285714285714285714%;
  }
}


@media (min-width: 1200px) {
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
    width: 14.285714285714285714285714285714%;
    *width: 14.285714285714285714285714285714%;
  }
}


#app .content-wrapper, #app .main-header .navbar{
    margin-left: 0px !important;
}




@media (max-width: 991px)
{
    .collapse.in.navbar-custom-menu>.navbar-nav {
        float: none;
    }
}


.table {
	margin-bottom: 10px;
}
.box {
	    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.95) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.95) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.95) 100%);
    -webkit-box-shadow: 0 30px 50px -30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 30px 50px -30px rgba(0, 0, 0, 0.1);
}

.box .products-list .product-description{
	white-space: unset;
    text-overflow: inherit;
}

.navbar-nav.powered-by .nav>li>a:hover, .navbar-nav.powered-by .nav>li>a:active, .navbar-nav.powered-by .nav>li>a:focus {

    background: #fff;
}

/* Portrait*/

@media (min-width: 992px) and (max-width: 1200px)  {

    #ticker_col.col-md-12 .ticket_ipad{
        width: 50% !important;
    }


}

@media (min-width: 768px) and (max-width: 1200px)  {

  #myNavbar.navbar-custom-menu.collapse {
        display: none !important;
    }
    .navbar-toggle {
        display: block!important ;
    }
}


/*header */
.logo {
    width: 300px;
    height: 40px;
}
.powered-by img {
    width: 100px;
    margin-top: -10px;
    height: 60px;
}
.skin-black-light .main-header .navbar-brand {
    padding: 8px;
     border-right: 0px solid #d2d6de;
}
.main-header .logo{
    width: auto;
}
.navbar.navbar-static-top.hg-100 {
    position: fixed;
    z-index: 1000;
    background-color: #fff;
    width: 100%;
    top: 0;
    -webkit-box-shadow: 0 30px 50px -30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 30px 50px -30px rgba(0, 0, 0, 0.1);
}
.blinker, .highcharts-markers.highcharts-series-0 path[fill="#f50000"]
{
    animation: blinker 1s linear infinite;
}
path[fill="#f50000"].highcharts-point{
	   animation: blinker 1s linear infinite;
}

@keyframes blinker {
    50% { opacity: 0; }
}

.cellLink:hover {
    color:#337ab7;
    cursor: pointer;
}
/* BURST */

@-webkit-keyframes burst {
  0% {
    opacity: .6;
  }

  50% {
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@keyframes burst {
  0% {
    opacity: .6;
  }

  50% {
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

.faa-burst.animated,
.faa-burst.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-burst {
  -webkit-animation: burst 2s infinite linear;
  animation: burst 2s infinite linear;
}

.faa-burst.animated.faa-fast,
.faa-burst.animated-hover.faa-fast:hover,
.faa-parent.animated-hover:hover > .faa-burst.faa-fast {
  -webkit-animation: burst 1s infinite linear;
  animation: burst 1s infinite linear;
}

.faa-burst.animated.faa-slow,
.faa-burst.animated-hover.faa-slow:hover,
.faa-parent.animated-hover:hover > .faa-burst.faa-slow {
  -webkit-animation: burst 3s infinite linear;
  animation: burst 3s infinite linear;
}


.overlay {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    display: none;
}


/*home page */

.ticker-home .card .description-block .description-header
{
  font-size: 20px;
  font-weight: 100;
  color: #1e4164;
}
.ticker-home .card .description-block .description-header .unit {
    color: #1e4164;
    font-size: 14px;
}
.ticker-home .card .description-block .description-text, .card-home .description-block .description-text
{
    color: #f06426;
        font-size: 11px;
}
.card .border-right {
    border-right: 2px solid #E4E5E7;
}

 .card-home .description-block .description-header
{
  font-size: 204px;
  font-weight: 100;
  color: #1e4164;
}
  .unit{
    color: #1e4164  ;
    font-size: 12px;
}

.border-right {
    border-right: 2px solid #E4E5E7;
}
.table-home td{
    color: #1e4164;
    font-size: 16px;
}

.home-bottom-table td{
    color: #1e4164;
    font-size: 16px;
}

.table-home th, .home-bottom-table th{
    vertical-align: middle  !important;
    color: #f06426;
}
.table-home.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: transparent !important;
}
#marquee {
    font-size: 16px;
}

.form-group label , .table thead th
{
    font-family: 'Courier New', Courier, monospace;
}
#rostering-table.table.table-bordered>thead>tr>th, #rostering-table.table.table-bordered>tbody>tr>td {
    border: 2px solid #ddd;

}
#rostering-table2.table.table-bordered>thead>tr>th, #rostering-table2.table.table-bordered>tbody>tr>td {
    border: 2px solid #ddd;
    
}   

.bg-table
{
    background: #eee
}

.timeSelect {
    width: 120px;
    margin: auto;
}



/*
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {



}

/*
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {


}

/*
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {

  .main-header .left-menu{
    left: 25%;
  }
  .main-header .left-menu .sub-text,.main-header .left-menu .current_time{
    font-size: 16px !important;
  }
  .timeSelect {
    width: 60px;
    margin: auto;
}
.pad-right{
    padding-right: 15px;
  }
  .pad-left{
    padding-left: 15px;
  }
}

/*
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {

 .navbar-brand{
    width: 30%;
 }
 .main-header .logo{
    width: 100%;
 }
 .powered-by .nav .dropdown-toggle h6{
  font-size: 6px;
 }

 .timeSelect {
    width: 60px;
    margin: auto;
}
.pad-right{
    padding-right: 15px;
  }
  .pad-left{
    padding-left: 15px;
  }
    .ticker-home .card .description-block .description-header{
        font-size: 16px;
    }
    .ticker-home .card .description-block .description-header .unit{
        font-size: 12px;
    }
    
    .box-title .input-group{
        width: 130px !important;
    }
    .card .current_tb_0 {
        font-size: 20px;
    }
}

/*
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
    .powered-by .nav .dropdown-toggle h6{
        display: none;
  }
  .pad-right{
    padding-right: 15px;
  }
  .pad-left{
    padding-left: 15px;
  }
}

/*
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {

  .main-header .logo{
     width: 60%;
    height: 30px;
 }
     .powered-by.navbar-nav {
        margin: 2.5px -11px;
    }

    .timeSelect {
    width: 80px;
    margin: auto;
}
.pad-right{
    padding-right: 15px;
  }
  .pad-left{
    padding-left: 15px;
  }
}

.schedule_upload_btn{
    position:absolute;
    right:40px;
    top:5px;
}
.capacity_upload_btn{
    position:absolute;
    right:195px;
    top:5px;
}


/*
login page css
*/
.bslogo{
    width:167px;
    margin-left:-31px;
}

.login-page{
    background-image: url("https://brpl-load.regentclimateconnect.com/img/loginbg.jpg");
}
.login-box-body{
    background-color: rgba(255,255,255,0.7) !important;
}

#Intra_Day_Forecast_Logs_Table tr td{
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 17px;
}