/*
theme-color = #E90000  light green
old theme-color = #C60000 mireg
sub theme-color = #8DC830
light grey sec color : #f7f8fa */


body{
    /* color: #444; */
    line-height: 20px;
    /* background-color: #eff1f4; */
    /* font-family: raleway-medium; */
    font-size: 12px;
    font-family: Nunito,sans-serif;
    color: #515d66;
    font-weight: 100;
}
h1,h2,h3,h4,h5,h6{
  
}

/*dashboard*/

.dashboard-page-bg{
    height: 500px;
    height: 1000px;
    height: 100%;
    width: 100%;
    opacity: 0.4;
    background: url(../../img/app/dashboard-bg.jpg) no-repeat ;
    background-size: 100% 100%;
    position: fixed;
    top: 100px;
    top: 0px;
    z-index: -100;
}
.dashboard-menu-panel{
    background-color: #eff1f4;
    border-bottom: 4px solid #555;
    border-radius: 0px;
    box-shadow: 0px 1px 10px #ccc;
}
.dashboard-menu-panel .panel-heading{
    border-bottom: 1px solid #555;
}
.dashboard-menu-panel a{
    background-color: #999;
}
/*dashboard*/
.large:hover {
    -webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -o-transform:scale(1.1);
    transform:scale(1.09);
}
.large {
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.sidemanu{ 
    top: 0px;
    /*float:left!important;*/
    /*position:fixed!important;*/
    left:-230px!important;
    z-index: 1000!important;
    position:absolute!important;
}

.sidemanu-left.sidemanu-left-open
{
    left:0px!important;   
}
.sidemanu-open{
    -webkit-transition: all 0.3s ease!important;
    -moz-transition: all 0.3s ease!important;
    transition: all 0.3s ease!important;
}

.sidemanupos
{
    position: relative;
    float:left!important;   

}
/*manue button*/
#showLeft
{
    top: 0px;
    /*float:left!important;
    position:fixed!important;*/
    left:200px!important;
    z-index: 1000!important;
    position:absolute!important;

}

.tree{
    padding-left: 25px;
}

.divider{

    clear: both;
    float: none;
    width: 100%;
    height: 1px;
    margin: 1.4em 0;
    border: none;
    background: #ddd;
    background-image: -webkit-gradient(
        linear,
        left bottom,
        right bottom,
        color-stop(0, rgb(255,255,255)),
        color-stop(0.1, rgb(221,221,221)),
        color-stop(0.9, rgb(221,221,221)),
        color-stop(1, rgb(255,255,255))
        );
    background-image: -moz-linear-gradient(
        left center,
        rgb(255,255,255) 0%,
        rgb(221,221,221) 10%,
        rgb(221,221,221) 90%,
        rgb(255,255,255) 100%
        );

}

.fa-chevron-down{
    padding-left:5em !important;
}

/*rotate arrow*/
.downarrow{
    font-size: 10px;
    color: #ccc;
    -moz-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.downarrow.down{
    -moz-transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
    transform:rotate(180deg);
}



.manuebutton{
    position: relative!important;
    z-index: 1000!important;
    padding-left:30px;
}

/*order pannels*/
.pcoler {
    color: #fff;
}

/*new admin styles*/

/*welcome page*/
.welcome-container{
    background-color: #f1f1f1;
    /*background-color: #f2f2f2;*/
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;

}

.welcome-heading{
    height: 55px;
    font-size: 20px;
    background-color: #E90000;
    color: #fff;
    margin-top: -24px;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
    box-shadow: 2px 2px 10px #aaa;

}
.welcome-heading span, .welcome-heading i{
    font-size: 30px;
}
.welcome-heading small{
    font-size: 12px;
    color: #f1f1f1;
    font-style: italic;
}

.welcome-menu-sec{
    text-align: center;
    vertical-align: central;
    margin: 20px;
}

.welcome-menu{
    width: 200px;
    height: 110px;
    width: 180px;
    height: 100px;
    padding-top: 20px;
    margin: 10px;
    display: inline-block;
    border-radius: 3px;
    background-color: #fff;
    /*box-shadow: 1px 1px 1px #ddd;*/
    text-align: center;
    vertical-align: central;
    text-decoration: none;
    line-height: 30px;
    color: #E90000;
    border-bottom: 3px solid #fff;

}

.dashboard-menu-sec {
    text-align: center;
    text-decoration: none;
}
.dashboard-menu-sec .welcome-menu{
    width: 200px;
    height: 120px;
    text-decoration: none;
}

.welcome-menu:hover{
    background-color: #f9f9f9;
    color:  #E90000;
    transition: 1s;
    border-bottom: 3px solid #E90000;

}

.welcome-menu i{
    font-size: 50px;
}
.welcome-menu img{
    height: 50px;
}

.welcome-menu span{
    font-size: 12px;
    font-family: raleway-bold;
    /*font-weight: bold;*/
    /*font-weight: 600;*/
}

.welcome-footer{
    border-top: 1px solid #E90000;
    height: 30px;
    position: absolute;
    bottom: 0px;
    width: 100%;
    text-align: center;
    padding-top: 10px;
    color: #666;
    font-size: 13px;
    background-color: #fff;
}
.welcome-footer a{
    color: #E90000;
    text-decoration: none;
    padding: 3px;

}
.welcome-footer a:hover{
    color: #fff;
    background-color: #E90000;

}
/*end welcome container*/

.table-search{
    width: 200px;
}


.sub-head-sec{
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: right;
}
.sub-head-sec *{
    margin-left: 5px;
    margin-right: 5px;
}

.sub-heading-txt{
    color: #263850;
    color: #050505;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
    /*background-color: #eff1f4;*/
}
.sub-heading-txt i{
    color: #E90000;   
    color: #888;   
    color: #050505;   
    color: #050505;   
    background-color: #f7f8fa;
    padding: 10px;
    border-radius: 16px;

    /*padding: 5px;*/
}

.sub-page-title{
    color: #E90000;
    font-size: 15px;
}

/*report*/
.report-head-sec{
    margin-top: -15px;
    /*    padding-top: 5px;
        padding-bottom: 5px;*/
    margin-bottom: 5px;
    background-color: #f6f6f6;
    background-color: #016a87;
}
.report-head-sec .nav{
    border-bottom: none
}
.report-head-sec a{
    color: #fff;
}
.report-head-sec a:hover{
    color: #0083ff;
}
.total-tb-col{
    background-color: #cdeff4;
    width: 200px;
}
/*end report*/

/* anaysis */
.analysis-head-sec{
    color: #E90000;
    color: #e21694;
    text-align: center;
    padding: 0px;
    line-height: 23px;
    font-size: 1.2em;
}
.analysis-head-sec *{
    display: block;
}
.analysis-head-sec *{
    display: block;
}
/* end anaysis */

/*login page*/
.login-container{
    /*background-color: #f4f4f4;*/
    background-color: #eff1f4;
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 100%;
    /*height: 100%;*/
    text-align: center;
font-weight: 100;
}

.login-content{
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 1px 1px 20px #aaa;
    width: 320px;
    margin: 100px auto;
    vertical-align: middle;


}

.login-sec-heading{
    height: 80px;
    font-size: 18px;
    /*    background-color: #E90000;
        background-color: #E90000;
        background-color: #E90000;*/
    color: #E90000;
    text-align: center;
    /*margin-left: -15px;*/
    /*margin-right: -15px;*/
    padding-top: 20px;
    
    border-radius: 2px;
    width: 100%;
    /* border-bottom: 2px solid #E90000; */

}
.login-sec-heading img{
    width: 50px;
    margin-bottom: 20px;
}

.login-sec{
    margin: 40px auto;
    height: 220px;
    width: 300px;
    padding: 20px;

}
.login-sec .btn-primary{
    background-color: #E90000;
    color: #fff;
    border: 1px solid #E90000;
    width: 100%;

}
.login-sec .input-group-addon{
    border:none; 
    background-color: #eff1f4;
    padding-top: 12px;
}
.lbl-login-sec{
    background-color: #E90000;
    color: #fff;
    transition: 1s;


}
.login-sec .btn-primary:hover{
    background-color: #fff;
    color: #E90000;
    border: 1px solid #E90000;

    transition: 1s;
}

.login-sec-footer{
    /* border-top: 1px solid #E90000; */
    height: 30px;
    width: 300px;
    text-align: center;
    padding-top: 10px;
    color: #666;
    font-size: 10px;
    background-color: #fff;
}

/*person*/
.profile-img-sec{
    background-color: #f4f4f4;
    box-shadow: 0px 2px 10px #ccc;
    border-radius: 3px;
    text-align: center;
    padding: 15px;
    margin-bottom: 20px;
    line-height: 24px;
}
.profile-name-txt{
    color: #1a7ac9;
    font-size: 14px;
    /*margin: 20px;*/
}
.btn-group-emp{
    display: inline-block;
}
.btn-group-emp button{
    padding: 5px;
    background-color: #eee;
    box-shadow: inset 1px 2px 6px #aaa;

}

.btn-group-emp .active{
    background-color: #27e51d;
    color: #fff;
    transition: 1s;
}

.list-group-item.active, .list-group-item.active ul li{
    border: none;
    background-color: #fff;
    color: #fff;
}
.list-group-item.active:hover{
    border: none;
    background-color: #fff;
    color: #fff;
}
.list-group-item.active a{
    color: #E90000;
}
.list-group-item:hover{
    background: #f1f1f1;
    transition: .5s;
}

.list-group-item.active ul li.active{
    background-color: none;
    background-color: #000;
    color: #000;
}

.pagination-sec .pagination{
float: right;
background-color: none;
}
.pagination-sec .pagination .page-item {
background-color: none;
}
.pagination-sec .pagination .page-item.active {
background-color: #E90000;
}
.pagination-sec .pagination .page-item.active {
background-color: #E90000;
}
.pagination-sec .pagination .page-item .page-link {
color: #E90000;
}

.name-sec{
    background-color: #f4f4f4;
    text-align: center;
    padding: 10px;
    margin-bottom: 16px;
}

.engineers-ind-sec{
    background-color: #fff;
    border-left: 2px solid #E90000;
    border-radius: 2px;
    transition: 1s;
}
.engineers-ind-sec:hover{
    -o-transition: 1s;
    -moz-transition: 1s;
    -webkit-transition: 1s;
    transition: 1s;
    background-color: #fefefe;
    border-left: 2px solid #3d4f63;
}
.engineers-ind-sec:hover .img-profile-icon{
    -o-transition: 1s;
    -moz-transition: 1s;
    -webkit-transition: 1s;
    transition: 1s;

    transform: scale(1.25);
}
.engineers-ind-sec .pull-right{
    font-size: 15px;

}
.engineers-ind-sec .img-profile-icon{
    -o-transition: 1s;
    -moz-transition: 1s;
    -webkit-transition: 1s;
    transition: 1s;

    margin-right: 30px;
    margin-left: 10px;
}
.engineer-upload-btn-sec .row, .engineer-info-sub-sec{
    /*border-bottom: 1px solid #eee;*/
    background-color: #f9f9f9;
    margin-bottom: 5px;
    padding: 5px;
    padding-top: 8px;
    padding-left: 8px;
}
.engineer-info-sub-sec .table{
    margin-bottom: 0px;
}
.engineer-upload-btn-sec label{
    font-weight: 100;
    font-size: 14px;
    cursor: pointer;
    color: #444;
    padding: 0px;
}
.engineer-upload-btn-sec label:hover{
    color: #000;
}
.engineer-upload-btn-sec span, .engineer-upload-btn-sec a{
    padding-left: 25px;
    color: #7f8d96;
}
.engineer-upload-btn-sec a{
    padding-left: 25px;
    color: #15aeef;
}
.engineer-upload-btn-sec input{
    margin-left: 25px;
    color: #7f8d96;
    height: 30px;
    background-color: #f9f9f9;
    border:none;
}
.engineer-upload-btn-sec i{
    background-color: #f7f8fa; 
    padding-right: 10px; 
    border-radius: 20px; 
    /*margin-left: 20px;*/
}

.expiry-success-label{
    background-color: #8DC830;
    width: 24px;
    height: 24px;
    border-radius: 12px;
    margin-top: 25px
}

.expiry-danger-label{
    background-color: #dc3545;
     width: 24px;
    height: 24px;
    border-radius: 12px;
     margin-top: 25px
}
.expiry-warning-label{
    background-color: #F7B900;
     width: 24px;
    height: 24px;
    border-radius: 12px;
     margin-top: 25px
}
.expiry-success-label.sm-margin, .expiry-danger-label.sm-margin, .expiry-warning-label.sm-margin{
    margin-top: 5px;
}

.expiry-danger-label-sm{
    background-color: #dc3545;
     width: 14px;
    height: 14px;
    border-radius: 7px;
}
.expiry-warning-label-sm{
    background-color: #F7B900;
     width: 14px;
    height: 14px;
    border-radius: 7px;
}

.btn-send-email, .btn-send-plumber-email, .btn-send-sales-manager-email, .btn-send-gdpr-installer-email{
    height: 20px;
    width: 60px;
    padding: 3px;
    text-align: center;
    border: none;
    color: #fff;
    font-weight: bold;
    font-size: 11px;
    background-color: #ea1e7d;   
}
.btn-send-email.on, .btn-send-plumber-email.on, .btn-send-sales-manager-email.on, .btn-send-gdpr-installer-email.on{
    background-color: #00ffed;

}

.permitted-area-sec h5{
    cursor: pointer;
}
.sub-area-sec{
    line-height: 30px;
    margin-left: 30px;
}

.customer-installation-full-sec input[type=number]::-webkit-inner-spin-button, 
.customer-installation-full-sec input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none; 
}

.customer-installation-full-sec input[type=number] {
    -moz-appearance: textfield;
}
.customer-installation-full-sec h4{
    font-size: 14px;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 100;
}
.customer-installation-full-sec h4 *{
    display: block;
}
.customer-installation-full-sec h4 i{
    font-size: 30px;
    padding-bottom: 10px;
}



/*general*/
.light-grey-sec{
    background-color: #f6f6f6;
    background-color: #f6f7f9;
    padding: 10px;
    border-radius: 1px;
    /*box-shadow: 1px 1px 2px #eee;*/
    margin: 10px 0px;
}
.btn-light-grey{
    background-color: #f6f7f9;
    color: #E90000;
}
.btn-light-grey:hover{
    background-color: #f1f3f8;
    color: #000;
}

.theme-border{
    border: 1px solid #E90000;
}
.theme-title{
    color: #E90000;
    font-weight: bold;
    padding: 5px 0px;
}
.theme-txt{
    color: #E90000;
}
.rose-border{
    border: 1px solid #e21694;
}
.rose-title{
    color: #e21694;
    font-weight: bold;
}
.rose-txt{
    color: #e21694;
}
.rose-sec{
    background-color: #e21694;
    color: #fff;
    padding: 3px;
    border-radius: 3px;
}

.blue-border{
    border: 1px solid #0083ff;
}
.blue-title{
    color: #0083ff;
    font-weight: bold;
    margin-bottom: 15px;
}
.blue-txt{
    color: #0083ff;
}
.blue-sec{
    background-color: #0083ff;
    color: #fff;
    padding: 3px;
    border-radius: 3px;
}

.center-txt{
    text-align: center;
}
.bold-txt{
    font-weight: bold;
}



.data-enter-sec{
    margin-bottom: 20px;
    background-color: #f6f6f6;
    padding: 15px;
    border-radius: 2px;
    box-shadow: 0.5px 0.5px 10px #eee;
    /*box-shadow: 1px 1px 15px #ddd;*/
}
.exam-bg-img{
    z-index: 1;
    position: relative;

}
.exam-bg-img:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url("../../img/app/exam.jpg") no-repeat;
    opacity: .15;
    border-radius: 60px;
    height: 100%;
    width: 100%;
}
.btn-display-sec{
    background-color: #f1f1f1;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 15px;
}

.rd-btn-sec .active{
    background-color: #1d7a93;
}

.btn-sec{
    margin-top: 15px;
}

.field-danger{
    border: 1px solid #ff006e;
    box-shadow: 0.5px 0.5px 5px #ff006e;
    transition: 0.5s;
}
.avoidBreak { 
    /*border: 2px solid;*/
    page-break-inside:avoid;
    page-break-before:auto;
    margin-top: 40px;
}

.lbl-success{
    width: 8px; 
    height: 8px; 
    border-radius: 4px; 
    background-color: #51ef39;
}
.lbl-danger{
    width: 8px; 
    height: 8px; 
    border-radius: 4px; 
    background-color: #ea4871;
}

.btn-sm-round-success{
    width: 22px;
    height: 22px;
    border-radius: 11px;
    background-color: #fff;
    border: 2px solid #08cece;
    color: #08cece;
    padding: 1.4px;
    transition: 1s;
}
.btn-sm-round-success:hover{
    background-color: #08cece;
    color: #fff;
    transition: 1s;
    cursor: pointer;
}

.btn-sm-round-danger{
    width: 22px;
    height: 22px;
    border-radius: 11px;
    background-color: #fff;
    border: 2px solid #ea4871;
    color: #ea4871;
    padding: 1.5px;
    transition: 1s;
}
.btn-sm-round-danger:hover{
    background-color: #ea4871;
    color: #fff;
    transition: 1s;
    cursor: pointer;
}

.btn-new {
    min-width: 160px;
}

.panel-group .panel-project-sec{
    margin: 13px 0px;
}
.panel-project-sec{
    background-color: #f1f1f1;

    border-bottom: 1px solid #29b9f2;
    border-left: 1px solid #29b9f2;


}
.panel-project-sec .panel-heading{
    cursor: pointer;


}
.panel-project-sec h4{
    font-size: 16px; 
    font-weight: 600
}
.panel-project-sec h4 i{
    color: #29b9f2;
    font-size: 20px;  
}

.project-img-sec {
    text-align: center;
}
.project-img-sec img{
    text-align: center;
    margin: 15px auto;
    /*    border: 3px solid #fff;
        padding: 3px;*/

}

.boiler-img-sec img, .signature-img-sec img{
    width: 100%;
    height: 200px;

}

.boiler-img-sec .img-caption, .signature-img-sec .img-caption{
    height: 35px;
    width: 100%;
    background-color: rgba(0,0,0,0.3);
    position: relative;
    bottom: 48px;
    border-top: 2px solid #29b9f2;
    color: #fff;
    padding-top: 6px;
    font-weight: 600;
}
.boiler-img-sec img:hover .boiler-img-sec .img-caption, .signature-img-sec img:hover .signature-img-sec .img-caption{
    background-color: rgba(0,0,0,0.9);
}
.boiler-img-sec a, .signature-img-sec a{
    margin-top: 0px;
    position: relative;
    bottom: 40px;
}

.btn-page-head{
    position: absolute; 
    top: -40px; 
    z-index: 10;
    right: 20px;
}

/*bootstrap custom*/
.btn{
    border-radius: 1px;
    /*font-weight: 600;*/
    /*color: #E90000;*/
}

.btn.btn-primary{

    background-color: #E90000;
    border: none;
    border-bottom: 2px solid #E90000;

    color: #fff;
    /*font-weight: bold;*/
}
.btn.btn-primary:hover{
    /*    background-color: #eee;*/
    opacity: .8;
    /*color: #E90000;*/
    transition: 1s;
}
.btn.btn-secondary{
    background-color: #eff1f4;
    /*background-color: #7F8D96;*/
    border: none;
    border-bottom: 2px solid #eff1f4;
    color: #7f8d96;
    color: #666;
    /*font-weight: bold;*/
}
.btn.btn-secondary:hover{
    background-color: #eee;
    color: #E90000;
    transition: 1s;
}
.btn.btn-info{

    background-color: #17a2b8;
    border-bottom: 1px solid #17a2b8;

    color: #fff;
    /*font-weight: bold;*/
}
.btn.btn-info:hover{
    background-color: #fff;
    color: #fff;
    transition: 1s;
}

.btn.btn-success{
    border: none;
    /*background-color: #eee;*/
    background-color: #fff;
    /*border-bottom: 2px solid #218838;*/
    border: 1px solid #218838;
    color: #218838;
    /*font-weight: bold;*/
}
.btn.btn-success:hover{
    /*background-color: #218838;*/
    background-color: #eee;
    color: #218838;
    transition: 1s;
}
.btn.btn-warning{
    border: none;
    background-color: #fff;
    /*border-bottom: 2px solid #dc3545;*/
    border: 1px solid #dc3545;
    color: #dc3545;
    /*font-weight: bold;*/
}
.btn.btn-warning:hover{
    background-color: #eee;
    color: #dc3545;
    transition: 1s;
}

/*.btn.btn-danger{
    border: none;
    background-color: #eee;
    border-bottom: 2px solid #ea1e7d;
    color: #ea1e7d;
    font-weight: bold;
}
.btn.btn-danger:hover{
    background-color: #ea1e7d;
    color: #fff;
    transition: 1s;
}*/

.btn-outline{
    background-color: #fff;
    color: #29b9f2;
    border: 1px solid #29b9f2;
}
.btn-outline:hover{
    background-color: #29b9f2;
    color: #fff;
    -o-transition: 1s;
    -moz-transition: 1s;
    -webkit-transition: 1s;
    transition: 1s;
}

.form-control{
    border-radius: 1px;
    background-color: #eff1f4;
    border: none;
    border-bottom: 2px solid #eff1f4;
    /*border: 1px solid #eee;*/
    box-shadow: none;
    transition: .5s;
}
.form-control:focus{
    border-bottom: 2px solid #E90000;
    transition: .5s;
}
.nav-tabs .nav-link{
    border-radius: 1px;
}
.nav-tabs .nav-link.active{
    border-top: 2px solid #E90000;
    color: #E90000;

}
/*bootstrap custom*/

/*print*/
div.tablePage {
    page-break-inside:avoid; page-break-after:always;            
}

.img-sm-icon{
    width: 40px;
    height: 50px;
    border: 1px solid #ddd;
    padding: 1.5px;
}

.img-item{
    width: 160px;
    height: 210px;
    margin: 0px auto;
}

.img-profile{
    width: 160px; 
    height: 200px
}

.md-margin-bot{
    margin-bottom: 30px;
}
.sm-margin-bot{
    margin-bottom: 15px;
}

.table-head{
    background-color: #eff1f4;
    background-color: #eee;
    background-color: #F0F1F3;
}

.theme-border-bot{
    border-bottom: 1px solid #E90000;
}


.amounts-summary-sec{
    border-top: 4px solid #E90000;
    border-bottom: 3px solid #E90000;
    background-color: #eff1f4;
    background-color: #F0F1F3;
    font-weight: bold;
}

.label-col{
    width: 120px;
}

.print-header{
    text-align: center;
}

.print-sale-summary-sec{
    border: 1px solid #ccc;
    /*border-bottom: 1px solid #ccc;*/
}

.print-footer{
    text-align: center;
    border-top: 1px solid #ccc;
    padding-top: 10px;
}

/* end sale interface */

.benchmark-detail-sec .light-grey-sec{
    padding: 3px;
    margin: 8px;
    /* border-left: 2px solid #E90000; */
    box-shadow: none;
    /*border-right: 2px solid #E90000;*/
}

/*bootstrap customization*/
.panel{
    border-radius: 1px;
}

.panel-info{


}
.panel-info .panel-heading{
    color: #E90000;
    border-bottom: 2px solid #E90000;

}
/*bootstrap customization*/

/****  floating-Lable style start ****/
.floating-label-sec { 
  position:relative; 
  margin-top:30px; 
   background-color: #f7f8fa;
}
.floating-label-sec input , .floating-label-sec select, .floating-label-sec .form-control {
  /*font-size:14px;*/
  padding:4px 4px;
  display:block;
/*  width:100%;
  height:30px;*/
  background-color: transparent;
  background-color: #f7f8fa;
  border:none;
  border-bottom:2px solid #f7f8fa;
}

.floating-label-sec input:focus , .floating-label-sec select:focus, .floating-label-sec .form-control:focus {
     outline:none;
     box-shadow: none;
     border-bottom:2px solid #E90000; 
}

.floating-label-sec label {
  color:#999; 
  color:#7f8d96; 
  /*font-size:14px;*/
  font-weight:normal;
  position:absolute;
  pointer-events:none;
  left:5px;
  top:7px;
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
}

.floating-label-sec input:focus ~ label, .floating-label-sec input:not(:placeholder-shown) ~ label {
  top:-22px;
  left: 0px;
  /*font-size:14px;*/
  color:#E90000;
  color:#777;
}
.floating-label-sec textarea:focus ~ label, .floating-label-sec textarea:not(:placeholder-shown) ~ label {
  top:-22px;
  left: 0px;
  /*font-size:14px;*/
  color:#E90000;
    color:#777;
}

.floating-label-sec select:focus ~ label , .floating-label-sec select:not([value=""]):valid ~ label {
   top:-22px;
   left: 0px;
  /*font-size:14px;*/
  color:#E90000;
   color:#777;
}
/*.floating-label-sec .form-control:focus ~ label , .floating-label-sec .form-control:not(:placeholder-shown) ~ label {
  top:-18px;
  font-size:14px;
  color:#E90000;
}*/

/* highlighter */
.floating-label-sec .highlight {
  position:absolute;
  height:50%; 
  width:100%; 
  top:15%; 
  left:0;
  pointer-events:none;
  opacity:0.5;
}

/* active state */
.floating-label-sec input:focus ~ .highlight , .floating-label-sec select:focus ~ .highlight, .floating-label-sec .form-control:focus ~ .highlight {
  -webkit-animation:inputHighlighter 0.3s ease;
  -moz-animation:inputHighlighter 0.3s ease;
  animation:inputHighlighter 0.3s ease;
}

/* animation */
@-webkit-keyframes inputHighlighter {
	from { background:#E90000; }
  to 	{ width:0; background:transparent; }
}
@-moz-keyframes inputHighlighter {
	from { background:#E90000; }
  to 	{ width:0; background:transparent; }
}
@keyframes inputHighlighter {
	from { background:#E90000; }
  to 	{ width:0; background:transparent; }
}

/****  floating-Lable style end ****/
/** end floating input label style*/



@media print{
    #slider{
        width: 0px;
    }
    .content-right{
        font-size: 12px;
    }
    .visible-print{
        width: 100%;
    }

    .panel-info{
        border: 1px solid #ccc;
    }
    .panel-info .panel-heading{
        border-bottom: 1px solid #ccc;

    }
    /*    #id16
          {
              padding-top: 60px;
              display: block;
            page-break-after: always;
            page-break-inside: avoid;
          }*/
    div.tablePage {
        page-break-inside:avoid; page-break-after:always;            
    }

    .table td, .table th{
        padding: 0px;
    }


    table tr.page-break{page-break-inside:avoid; page-break-after:always}
    table { page-break-after:auto }
    tr    { page-break-inside:avoid; page-break-after:auto }
    td    { page-break-inside:avoid; page-break-after:auto }
    thead { display:table-header-group }
    tfoot { display:table-footer-group }
}











/* The sidepanel menu */
.right-side-panel {
    height: 100%; 
    width: 100%; 
    position: fixed; 
    z-index: 1; 
    top: 0;
    right: 0;
    overflow-x: hidden; 
    transition: 0.5s; 
    display: none;
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.2); /* Black w/ opacity */
  }
  .right-side-panel-content{
    height: 100%; 
    width: 300px;
    position: absolute;
    right: 0px;
    top: 0px;
    background-color: #f7f8fa; 
    overflow-x: hidden; 
    padding: 15px 10px; 
    transition: 0.5s; 
    box-shadow: 0px 0px 10px #7f7c7c;
  }
  
  .right-side-panel .btn-close {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 16px;
    margin-left: 30px;
    margin-top: 10px;
  }
  .right-side-panel .btn-close:checked{
    display:none;
  }




