/*side bar logo*/
.sidebar-collapse {

}

.hg-100{
    height: 70px;
}

@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-brand {
    color: #333;
    border-right: 0px solid #eee !important;
}
.skin-black-light .main-header .navbar .navbar-nav>li>a {
    border-right: 0px solid #eee !important;
}
/*.skin-black-light .main-header .navbar {
    background-color: #ecf0f5 !important;
}
*/
#app .main-header .logo {
    width: 80px;
    height: 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);
}
.main-header .left-menu {
    float: left;
    background-color: transparent;
    background-image: none;
    padding: 15px 15px;
    text-align: center;


}
.powered-by img {
    width: 90px;
    margin-top: 3px;
    height: 25px;
}

.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 */






.card {
    position: relative;
    margin: 0.5rem 0 1rem 0;
    background-color: #fff;
    transition: box-shadow .25s;
    border-radius: 5px;
    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;
}

.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: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;

    text-align: left;
    color: #337ab7;
}
.box.box-widget {
    border-radius: 5px;
    background-color: #ffffff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.box-header {
    color: #444;
    display: block;
    padding: 10px;
    position: relative;
}
.box-body {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 10px;
}
.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;
    }
    #ticker{
        padding-top: 50px;
    }

    .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: 20%;
    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: 1525px) {
    .date-form ul {
        margin-bottom: 18px;
    }
}

.skin-black-light .content-wrapper, .skin-black-light .main-footer {
    border-left: 0px solid #d2d6de;
}


.ellipse-8-copy {

    border-radius: 50%;color: #ff0000;
    box-shadow: 0px 3px 5.8px 0.2px rgba(255, 0, 0, 0.35);
}
.live {
    width: 20px;
    height: 7px;
    font-family: inherit;
    font-size: 9.1px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.5px;
    text-align: left;
    color: #787878;
}

.card-stats-number {
    text-align: center;
}

.ticker-head {
    text-align: center;
}

#ticker_col .box-body a{
    font-size: 24px;
    vertical-align: middle;
    color: gray;
}


#ticker_col .col-md-3 .info-box-content{
    font-size: 13px;
}

#ticker_col .col-md-4 .info-box-number{
    font-size: 22px;
}

.ticker .box .box-title{
    font-size: 18px !important;
}
#ticker .table.table-bordered>thead>tr>th, #ticker .table-bordered>tbody>tr>th,
#ticker  .table-bordered>thead>tr>td, #ticker .table-bordered>tbody>tr>td, #ticker .table-bordered>tfoot>tr>td {
    border: 1px solid #337ab7;
}


.ticker .info-box-icon {
    height: 77px !important;
    width: 77px !important;
}

.ticker .info-box {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    min-height: 77px !important;
    margin-bottom: 22px;
    border-radius: 5px;

}
.ticker .info-box-content{
    margin-left: 75px;
}
.ticker .fa {

    color: white !important;
    font-size: 35px;
    top: -7px;
    position: relative;

}

.table-height{
    min-height: 490px;

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

.date-form .form-group{
    margin-bottom: -2px;
}
.date-form .note-color {
    margin-bottom: 0px;
    color: #FF5722;
    font-size: 12px;
}
.date-form ul {
    margin-bottom: 7px;
    padding-left: 16px;
    -webkit-padding-start: 18px;
}

.note-color{
    color: #FF5722;
}

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

.box.box-widget .description-block.border-right {
    border-right: 2px solid #7986cb !important;
}
#analysis_table.table>thead>tr>th{
    border-top: 0px solid #dee2e6 !important;
}

#analysis_table.table>tbody>tr>td {
    /* border-bottom: 2px solid #f4f4f4;
       padding: 7px;
     vertical-align: middle;*/
    line-height: 0.3;
}


.day_cumulative.table>tbody>tr>th {
    line-height: 0.99rem;
}


.navbar-toggle:before {
    content: "\f0c9";
}

.collapse.in{
    /* background: rgb(121, 134, 203);*/
}

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

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

.bg-org{
    background: linear-gradient(60deg, #ffa726, #fb8c00)!important;
}
.bg-grn {
    background: linear-gradient(60deg, #66bb6a, #43a047)!important;
}
.bg-rd {
    background: linear-gradient(60deg, #ef5350, #e53935)!important;
}
.bg-sky{
    background: linear-gradient(60deg, #26c6da, #00acc1)!important;
}

.ticker .table-striped th .fa{
    font-size: 14px;
    vertical-align: bottom;
    margin-right: 4px;
    color: #3c8dbc !important;
    top: -5px;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #E0E0E0 !important;
}
td.card12 [data-background-color] {
    color: #FFFFFF;
    /* width: 30px;
     height: 30px;*/
}

.card-stats .card-header {
    text-align: center;
}
.card12 .fa {
    color: #ffffff !important;
    width: 85% !important;
    font-size: 18px;
}
.card12 [data-background-color="green"] {
    background: linear-gradient(60deg, #66bb6a, #43a047);
    box-shadow: 0 12px 20px -10px rgba(76, 175, 80, 0.28), 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(76, 175, 80, 0.2);
}
.card12 .fa.fa-remove {
    position: absolute;
    top: 0px;
    color: red !important;
}

/*carousel slider controle position */
#carousel-example-generic .carousel-control {
    position: absolute;
    top: 50%;
    /*  left: -10px;*/
    width: 30px;
    height: 30px;
    margin-top: -20px;
    font-size: 60px;
    font-weight: 100;
    line-height: 30px;
    color: #ffffff;
    text-align: center;
    background: #fff;
    border: 0px solid #ffffff;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
#carousel-example-generic .carousel-control>.fa {
    font-size: 25px !important;
    z-index: 5 !important;
    color: #0097a7;
    margin-top: -13px !important;
}
#plant_data .right.carousel-control {
    right: 0px !important;
}

#plant_data .box-header {
    padding: 11px 20px !important
}
#plant_data .box-body .table th, #plant_data .box-body .table td{
    padding:2px;
    font-size: 13px;
    vertical-align: middle;
}
#plant_data .card12 .fa-stack{
    width: 10px;
    height: 20px;
    line-height: 30px;
}
#plant_data .card12 i {
    font-size: 20px;
    line-height: 26px;
    width: 24px !important;
    height: 24px;
    margin-left: -63%;
}

.loginPage {
    /*background: url(../img/bg-1.jpg) fixed;*/
    background-size: cover;
    padding: 0;
    margin: 0;
    overflow-y: hidden;
}

.common-text{
    color: #434a52;
}
.highcharts-markers path[fill="#f50000"]
{
    animation: blinker 1s linear infinite;
}
@keyframes  blinker {
    50% { opacity: 0; }
}
.highcharts-name-rajasthan{
    fill: #C2BFBE !important;
}

.error-page {
    background-color: #ecf0f5;
    width: 600px;
    margin: 20px auto 0 auto;
}

.error-page>.headline {
    float: left;
    font-size: 100px;
    font-weight: 300;
}

.text-yellow {
    color: #f39c12!important;
}

.error-page>.error-content {
    margin-left: 190px;
    display: block;
}

.info-box {
    display: block;
    min-height: 90px;
    background: #fff;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    border-radius: 2px;
    margin-bottom: 15px;
}

.info-box-icon {
    border-top-left-radius: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 2px;
    display: block;
    float: left;
    height: 90px;
    width: 90px;
    text-align: center;
    font-size: 45px;
    line-height: 90px;
    background: rgba(0,0,0,0.2);
}

.info-box-content {
    padding: 5px 10px;
    margin-left: 90px;
}

.box-widget {
    border: 0;
    position: relative;
}

.box {
    position: relative;
    border-radius: 3px;
    background: #fff;
    border-top: 0px solid #d2d6de;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}

.from_date.input-group-prepend,.to_date.input-group-prepend ,.report_from_date.input-group-prepend,
.report_to_date.input-group-prepend
{
    height: 28px !important;
}

.input-group>.from_date.form-control:not(:first-child),.input-group>.to_date.form-control:not(:first-child),
.report_from_date.form-control,.report_to_date.form-control
{
    height: 28px;
}

.to_date_label.pr-4,.report_to_date_label.pr-4
{
    padding-right: 1.9rem !important;
}

.modal-header
{
    border-top-left-radius: 0rem!important;
    border-top-right-radius: 0rem!important;
}

.white-text
{
    color: white;
}

a:hover{
    text-decoration: none;
}

.card12 .card-header
{
    padding: 0.3rem 0.25rem;
}

.login_header
{
    border-bottom: 0px;
}

#plant_data,#live-generation,#day-cumulative,#day-wise-penalty,#month-wise-penalty,#time-block-table,#report-filter,
#daily-card-panel,#daily-card,#monthly-card-panel,#manual-upload-head,#current-day-upload,#revised-schedule-upload,#actual-upload,
#real-time-lag,#change-password,#curtailment-card
{
    transition: box-shadow .0s!important;
    text-align: left!important;
    padding: 0px!important;
 }


.card-body.plant-table,.card-body.day-cumulative,.card-body.day-wise-penalty,.card-body.month-wise-penalty,.card-body.time-block-table
{
    padding: 0.25rem;
}
.card-header.plant-table>h4
{
    margin-bottom: 0.15rem;
}

.card-header>h4
{
    margin-bottom: 0.15rem;
}

.thead-default.plant-table,tbody.plant-table
{
    font-size: 0.8rem;
}
.table.plant-table th,#table_time_analysis th
{
    border-top : 0px!important;
}
.card-title
{
    margin-bottom: 0.10rem!important;
}
.card-header
{
    background-color: white;
}

.card
{
    border-radius: 0.0rem;
}



/* accordion style */

.accordion {
    background-color: #ffffff;
    color: #1084C4;
    cursor: pointer;
    padding: 10px;
    width: 100%;
    border: none;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    outline: none;
    border-radius: 5px;
    font-weight: bold;
    font-size: 18px;
    transition: 0.4s;
  }
  
  .active, .accordion:hover {
    background-color: #FFFFFF;
  }
  
  .accordion:after {
    content: '\002B';
    color: #777;
    font-size: 25px;
    font-weight: bold;
    float: right;
    margin-left: 5px;
  }
  
  .activeSign:after {
    content: "\2212";
  }

  .fileError {
    background-color: #ffffff;
    color: red;
    padding: 10px;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    outline: none;
    border-radius: 5px;
    font-weight: bold;
    font-size: 18px;

  }