/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jun 19, 2019, 11:52:33 AM
    Author     : dell
*/

/*Final print styling*/

.mytablepadding>tbody>tr>td, .mytablepadding>tbody>tr>th, .mytablepadding>tfoot>tr>td, .mytablepadding>tfoot>tr>th, .mytablepadding>thead>tr>td, .mytablepadding>thead>tr>th {
    padding: 2px !important;

}


 #print_page{
    width: 100%;
    height: 420px;
    font-size: 11px;
     /*border: 1px solid #ccc;*/
    }
    .my1{
        width: 23%;
        float: left;
        }
.my2{
    width: 50%;
    float: left;
    text-align: center;
} 
.my3{
    width: 27%;
    float: left;
    }
.myclear{
    clear: both;
    }
.mytablefix tr td{
    width: 250px;
}
.mytablefix tr td{
    width: 250px;
}

.table_border tr td{
    border: 1px solid #7f7c7c !important;
}
.table_border tr th{
    border: 1px solid #7f7c7c !important;
}

/*** Loginpage ***/
.login-logo{
    padding-bottom: 50px;
    color: #fff;
}
.loginlogo {
    text-align: center;
    margin-top: -80px;
}
.loginlogo img{
    width: 120px;
    height: 120px;
    border: 1px solid #ccc;
    padding: 5px;
    border-radius: 50%;
    background: #f5f5f5;
}
.login-box-msg{
    font-size: 40px;
    color: #000;
    font-weight: bold;
    padding: 15px 0;
}
.submit-btn button{
    padding: 13px 0;
    font-size: 18px;
    border: none;
}
.login-box-body .form-control{
    padding: 20px 15px;
}
.login-page{
    background-color: #000;
    background-image: url(../../images/login-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    font-family: Arial, Helvetica, sans-serif;
}
.skin-blue .main-header .logo{
    height: 70px;
}
.main-header .logo .logo-lg{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.main-header .sidebar-toggle{
    font-size: 25px;
    padding: 18px;
}
.content-header{
    border-bottom: 1px solid #ccc;
    padding: 15px 25px;
}
.dashboard-item{
    margin-top: 15px;
}
.dashboard-item .inner p{
    font-size: 25px;
    padding: 20px;
    display: flex;
    align-items: center;
    height: 100%;
    margin: 0px;
}
.bg-gray-active{
    color: #fff;
}
.small-box>.inner{
    height: 120px;
}
.icon{
    margin-right: 20px;
}
.icon i{
    color: #fff;
    font-size: 70px;
}
.inner-dashboard .inner p{
    font-size: 22px;
    padding: 20px;
    display: flex;
    align-items: center;
    height: 100%;
    margin: 0px;
}
.form-control{
    padding: 17x 15px !important;
    border: 1px solid #aaa;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 10px !important;
}
.select2-container--default .select2-selection--single{
    padding: 17px 10px !important;
    border-radius: 0px !important;
}
.select2-container .select2-selection--single .select2-selection__rendered{
    overflow: visible !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 40px !important;
}
.add_page{
    margin: 25px 16px;
}
.adding-form-field{
    background: #ccc;
    padding: 20px;
    display: inline-block;
    width: 100%;
}
.btn.submit-btn{
    padding: 6px 20px;
    font-size: 14px;
}
thead{
    background: #333;
    color: #fff;
}
thead tr th{
    padding: 15px 10px !important;
}
.table>tbody>tr>td, .table>tbody>tr>th{
    vertical-align: middle !important;
    padding: 5px 15px;
}
.dataTables_filter{
    float: right;
}
.input-group-lg>.form-control, .input-group-lg>.input-group-addon, .input-group-lg>.input-group-btn>.btn{
    height: unset;
    padding: 4px 16px;
    border-radius: 0px;
}
.panel{
    border-radius: 0px;
}
.panel-default>.panel-heading, .box-header{
    background: #3C8DBC;
    border-radius: 0px;
    color: #fff;
    font-weight: bold;
}