img{
    max-width: 100%;
}
.login_container{
	background-image: url("../img/login-back.jpg");
	background-color: rgba(0, 0, 0, 0.7);
    background-blend-mode: overlay;
    background-size: cover;
    background-position: center;
}
.login_container .sign-form .box {
    margin: 0;
    padding: 20px;
    background: white;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 99;
    border-radius: 0 0 15px 15px;
    margin-bottom: 50px;
}
.login_container .sign-form .box .logo_part{
	padding: 0px;
	margin-bottom: 20px;
}
.login_container .sign-form .box .form-control {
    height: 50px;
    border: 1px solid rgba(0,0,0,.15);
    padding: 15px;
    font-size: 16px;
    background: transparent;
    color: black !important;
}
.login_container .form-material .form-control, 
.login_container .form-material .form-control.focus{
	background-image: linear-gradient(#3177f7, #3177f7), linear-gradient(rgba(0, 0, 0, 0.125), rgba(0, 0, 0, 0.125));
}
.login_container .sign-form .box .form-group button {
    padding: 13px;
    font-size: 16px;
}
.login_container .sign-form .box .form-group label.text-danger {
    width: 100%;
    margin-top: 9px;
    font-weight: 500;
}
.login_container .sign-form .box #error .alert-danger {
    padding: 10px;
    border: none;
}
#canvas{
	background-color: #2c343f;
	width: 100%;
	height: 100%;
	position: fixed;
    top: 0;
    left: 0;		
}
.login_container .top_area {
    background: #3e70c9;
    position: relative;
    z-index: 999;
    padding: 22px 15px;
    text-align: center;
    color: white;
    border-radius: 15px 15px 0 0;
}
.login_container .top_area p {
    margin: 0;
    font-size: 16px;
    line-height: 22px;
}
.login_container .top_area h2 {
    text-transform: uppercase;
    font-weight: 800;
}
.login_container .sign-form {
    padding-top: 80px;
}
.login_container .sign-form .box .logo_part img {
    max-width: 320px;
}
.main_index_page .section_title {
    font-size: 20px;
    margin: 10px 0 20px;
}
.main_index_page .box.box-block {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    display: flex;
    flex-wrap: wrap;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
}
.main_index_page .first_row .box.box-block h6 {
    margin: 0;
}
.main_index_page .box.box-block,
.main_index_page .table_box {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}
.main_index_page .section_title {
    font-size: 20px;
    margin: 10px 0 20px 0;
}
.main_index_page .box.box-block .t-content {
    width: 100%;
}
.main_index_page .second_row .box.box-block .t-icon {
    top: 11px;
}
.main_index_page .box-block h5 {
    font-size: 20px;
}
body .table td, body .table th {
    font-size: 15px;
    padding: 12px;
    vertical-align: middle;
}
.table td span.tag {
    border-radius: 100px;
    padding: 6px 16px;
    font-weight: 500;
    line-height: 19px;
}
.site-header .navbar-brand {
    padding: 6px 0 0;
}
.site-header .navbar-brand img.logo {
    width: 178px;
    height: initial;
}
.site-header .navbar-right i.ti-fullscreen {
    position: relative;
    top: 5px;
}
.site-header .navbar-right .header-form button {
    top: 1px;
    line-height: 3px !important;
    height: 25px;
}
.right_area_header a.nav-link {
    font-size: 16px;
}
.right_area_header .dropdown-menu {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.11);
    border: none;
    border-radius: 5px;
}
.right_area_header .dropdown-menu a.dropdown-item {
    font-size: 15px;
}
.right_area_header span.avatar {
    width: 42px;
    height: 42px;
    line-height: 42px;
}
.fadeInUp{
    -webkit-animation: fadeInUp 0.3s 1;
    -moz-animation: fadeInUp 0.3s 1;
    -ms-animation: fadeInUp 0.3s 1;
    -o-animation: fadeInUp 0.3s 1;
    animation: fadeInUp 0.3s 1;
}
.navbar_toggle_area .header-form {
    padding-top: 11px;
}
.navbar_toggle_area .header-form button.btn {
    right: 21px;
    width: 20px;
    text-align: center;
    font-size: 16px;
}
.navbar_toggle_area .header-form .form-control {
    border-radius: 100px;
    padding: 10px;
    width: 210px;
}
.site-sidebar ul{
    padding: 20px 0;
}
.site-sidebar ul ul {
    padding: 9px 0;
    margin-bottom: 10px;
}
.custom_block_design h4 {
    text-transform: uppercase;
    font-size: 22px;
}
.custom_block_design .box-block {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}
.btn {
    border-radius: 5px;
    padding: 10px;
    font-size: 16px;
}
body .form-material.material-primary  .form-control {
    border: 1px solid #dedede !important;
    padding: 12px 13px !important;
    border-radius: 5px;
    font-size: 16px;
    background-image: linear-gradient(transparent, transparent), linear-gradient(transparent, transparent);
}
.col-form-label {
    font-size: 16px;
}
.title_inside_block {
    background: #3e70c9;
    margin-top: 0;
    border-radius: 6px;
    text-align: center;
    padding: 10px;
    margin-bottom: 15px;
}
.title_inside_block h5 {
    color: white;
    font-size: 22px;
    margin-top: 4px;
}
.title_inside_block p {
    font-size: 16px;
    color: white;
    margin: 0px;
}
.dataTables_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: space-between;
}
table.dataTable {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}
.dataTables_wrapper .dataTables_filter label {
    margin: 0;
    font-size: 16px;
}
.dataTables_wrapper .dataTables_filter input {
    height: 42px;
    border-radius: 5px;
}
body div.dataTables_wrapper div.dataTables_info {
    font-size: 16px;
    padding: 7px 0;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination a.page-link {
    font-size: 16px;
}
.buttons-copy {
    display: none;
}
.dataTables_wrapper .dt-buttons .btn {
    padding: 0;
    font-size: 0px;
    width: 42px;
    height: 42px;
    border-radius: 0px;
    margin-right: 5px;
}
.dataTables_wrapper .dt-buttons .buttons-excel{
    background-image: url("../img/excel.jpg");
    background-size: 100%;
}
.dataTables_wrapper .dt-buttons .buttons-csv{
    background-image: url("../img/csv.jpg");
    background-size: 100%;
}
.dataTables_wrapper .dt-buttons .buttons-pdf{
    background-image: url("../img/pdf.jpg");
    background-size: 100%;
}
.dataTables_wrapper .dt-buttons .buttons-print{
    background-image: url("../img/print.jpg");
    background-size: 100%;
}
.d-flex{
    display: flex;
    display: -webkit-flex;
}
.d-flex .btn {
    margin-right: 7px;
}
.modal-content {
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}
.modal-content .modal-header {
    display: flex;
    align-items: center;
    display: -webkit-flex;
    -webkit-align-items: center;
    background: #3e70c9;        
    color: white;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
.modal-content .modal-header button.close {
    color: white;
    opacity: 2;
    order: 1;
    text-shadow: none;
    font-size: 22px;
}
.modal-content .modal-header h4 {
    font-size: 19px;
}
body select.form-control,
.custom_block_design input.form-control {
    padding: 12px 13px;
    height: initial !important;
    border-radius: 5px;
    font-size: 16px;
}
label.inside_choose {
    background: #e7e7e7;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    border-radius: 10px;
    cursor: pointer;
}
label.inside_choose input#userfile {
    width: 265px;
    font-size: 16px;
}
body .form-material.material-primary select.form-control {
    padding: 8px 13px !important;
}



@media (min-width: 768px){
    .compact-sidebar .site-header .navbar-right {
        margin-left: 0;
    }
    .compact-sidebar .site-header .navbar-left {
        display: none;
    }
    .site-header .header-form .form-control:focus {
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }
}



@media (max-width: 767px){
    div.dataTables_wrapper div.dataTables_filter {
        text-align: center;
        width: 100%;
        margin-top: 10px;
    }
    body div.dataTables_wrapper div.dataTables_info {
        width: 100%;
    }
    div.dataTables_wrapper div.dataTables_paginate {
        margin: 10px auto 0;
    }
}

