section.login-block img {
    /* width: 100px; */
    height: 60px;
    display: block;
    border-radius: 5px;
    margin: auto;
}

.none{
    display:none;
}

.noneI{
    display:none!important;
}

.authen-body, body[themebg-pattern=theme1]{
    background: url(../images/bg.jpg) 0 no-repeat;
    background-size: cover;
    min-height: 100vh;
    background-color:"none";
}

.authen-form .form-primary i {
    font-size: 13px;
    padding-right: 5px;
}

.authen-form .form-control:focus~label i{
    font-size:10px;
    padding-right: 2px;
}

.form-material .form-control {
    padding-left: 10px;
    padding-right: 10px;
}

.form-group {
    margin-bottom: 2.25em;
}

.form-material .form-control.fill~.float-label, .form-material .form-material .form-control.fill~.float-label {
    top: -20px;
}

.alert {
    padding: 10px;
    font-size: 13px;
    margin-bottom: 10px;
}

.errors li {
    list-style: none;
    position: relative;
    padding-left: 15px;
    margin: 10px 0;
}

.authen-body .error-field {
    border-bottom: 1px solid #f98181!important;
}

.errors {
    margin-bottom: 30px;
}
.errors li i {
    position: absolute;
    top: 4px;
    left: 0;
    font-size: 12px;
}

.navbar-logo .img-fluid {
    height: 35px;
}

table .action .btn {
    padding: 6px;
    font-size: 11px;
    color: #fff;
    text-align: center;
    display: block;
    width: 100px;
    margin: 10px auto;
    font-weight: bold;
    text-transform: uppercase;
}

table .action a.btn:hover {
    color: #fff;
}

ul.pagination {
    margin-top: 20px;
}


tr.trOther .name {
    /* font-weight: bold; */
    margin-bottom: 5px;
    color: #0e5fbd;
}

.form-group .radio {
    margin-right: 100px;
    cursor: pointer;
}

span.meta-item {
    padding-right: 25px;
}

span.meta-item i {
    padding-right: 4px;
}



.customers-input-wrap .ajax-result p {
    margin-bottom: 0;
}



.empty-result{
    color: #e83e8c;
    word-break: break-word;
    padding:20px;
    text-align: center;
}






span.remove-item {
    position: absolute;
    right: 5px;
    top: 1px;
    font-size: 12px;
    cursor: pointer;
}

span.remove-item:hover {
    color: red;
}

.error-field input, .error-field textarea, .error-field input, .error-field select {
    border: 1px dashed red!important;
}

.alert.successs {
    padding: .75rem 1.25rem;
    font-size: 15px;
    margin-bottom: 20px;
}

.successs.alert.alert-info.icons-alert:before {top: 12px;}

.successs li {
    list-style: none;
}

.successs li i {
    font-size: 12px;
    padding-right: 5px;
}

ul.pcoded-submenu.active {
    display: block!important;
}

a.new-button {
    position: absolute;
    right: 0;
    top: 14px;
    width: 20px;
    height: 20px;
    background: #4099ff;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    font-size: 9px;
    color: #fff;
}

.page-header.card .breadcrumb {
    margin-right: 25px;
}

a.new-button:hover {
    background: #2ed8b6;
}

.pending-delete {
    background: #ffe5b4;
}

/* Noti */
.fixedNoti {
    /* display: inline-block; */
    background: #72d987;
    padding: 11px 13px;
    border-radius: 5px 0 0px 5px;
    color: #397b50;
    min-width: 320px;
    border-left: 25px solid #2aa144;
    position: relative;
    opacity: 0;
    transition: all 1.3s;
    -webkit-transition: all 1.3s;
    margin: 10px 0;
    left: 220px;
}

.fixedNotis {
    position: fixed;
    bottom: 50px;
    right: 0;
    z-index: 999999;
}

.fixedNoti:before {
    font-family: Fontawesome;
    content: "\f00c";
    position: absolute;
    left: -19px;
    font-size: 14px;
    top: 13px;
    color: #fff;
}

.fixedNoti .fa-close {
    position: absolute;
    top: 14px;
    right: 5px;
    color: #1b6b2c;
    display: block;
    border: 1px solid #2aa144;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    text-align: center;
    line-height: 15px;
    font-size: 11px;
    cursor: pointer;
}

.fixedNoti .fa-close:hover {
    color: red;
}
.fixedNoti.failedNoti {
    background: #f3934f;
    border-left-color: #c77135;
    color: #4e3625;
}

.fixedNoti.failedNoti .fa-close {
    color: red;
    border-color: red;
}

.fixedNoti.failedNoti:before {
    content: "\f05e";
}
.fixedNoti.active {
    left: 0;
    opacity: 0.85;
}
/* #END Noti */

button.btn a, a.btn {
    color: #fff!important;
    cursor: pointer!important;
}

.select-user-type-list {
    text-align: center;
}

.select-user-type-list button {
    margin: 0 10px;
}

.select-user-type-list button {
    min-width: 120px;
}

.card-select-user-type .card{
    box-shadow: none;
    -webkit-box-shadow: none;
}

.comp-card a {
    color: #d26779;
    /* text-decoration: underline; */
}



.comp-card a:hover {
    text-decoration: underline;
}

.depth-statistic-total {
    display: inline-block;
    margin-right: 20px;
    color: #00bcd4;
}

.depth-statistic {
    display: inline-block;
}

.wrap-depth-statistic {
    margin-bottom: 20px;
}



span.form-required-noti {
    color: #e42f2f;
    font-size: 12px;
    position: relative;
    padding: 0 0px;
    top: -5px;
}


.table-main-info-image {
    float: left;
    width: 20%;
    /* display: inline-block; */
    /* margin-right: 10px; */
}

.table-main-info-text {
    float: right;
    width: 80%;
    /* display: inline-block; */
}

.table-main-info-image img {
    max-width: 100%;
    display: block;
    max-height: 150px;
    /* width: 100%; */
}

.table-main-info {
    display: block;
}

td {
    max-width: 300px;
}

td, th {
    white-space: initial;
}

.table-main-info-text .price {
    font-weight: 600;
    color: #d4573b;
}


.num-input {
    /* float: left; */
}

.num-input {
    /* width: 50%; */
}

.num-input input {
    width: 45px;
    text-align: right;
    padding: 0px 5px;
    border: 1px solid #d8d8d8;
    display: block;
    float: left;
    height: inherit;
    line-height: inherit;
    font-size: 13px;
}

.num-input {
    border-radius: 3px;
    height: 28px;
    line-height: 28px;
    overflow: hidden;
    margin: auto;
    width: 85px;
    float: none;
}

.num-input .operator {
    padding: 0 5px;
    text-align: center;
    cursor: pointer;
    display: block;
    float: left;
    height: inherit;
    line-height: inherit;
    background: #d2cfcf;
    width: 18px;
    overflow: hidden;
}

.num-input .operator:hover {
    background: #a0a0a0;
}

.open-loading-opacity, .opacity {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #000000c4;
}


.open-loading img {width: 40px;height: 40px;position: fixed;top: 45%;top: calc( 50% - 20px );z-index: 9999;background: #ffffffdb;border-radius: 5px;display: block;padding: 10px;left: 45%;left: calc( 50% - 20px );}



.popup-title {
    background: #1ba8f3;
    padding: 0 0px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    /* font-weight: bold; */
    text-transform: uppercase;
    position: relative;
}

img {
    max-width: 100%;
}



.popup-content {
    /* height: 90%; */
    overflow: auto;
    /* height: calc(100% - 35px); */
    max-height: 95%;
    /* max-height: calc( 70% - 40px ); */
    position: relative;
}

.popup-noti {
    max-width: 95%;
    z-index: 9999999999999;
    position: fixed;
    background: #fff;
    top: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
    transform:translateX(-50%) translateY(-50%);
    left: 50%;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0;
    padding: 20px 30px;
    color: #615f5f;
}

span.popup-noti-icon {
    color: #fff;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -55px;
    width: 95px;
    height: 95px;
    border-radius: 50%;
    z-index: 9;
    background: #82ce34;
    padding: 15px;
    text-align: center;
    box-shadow: 0px 2px 2px rgb(0 0 0 / 10%);
    font-size: 42px;
}

.popup-noti-title {
    text-align: center;
    font-size: 26px;
    margin-top: 25px;
    margin-bottom: 10px;
}

.popup-noti-content {
    text-align: center;
}

.popup-noti-link a, .popup-noti-link span {
    color: #fff;
    border-radius: 4px;
    background: #82ce34;
    text-decoration: none;
    transition: all 0.4s;
    line-height: normal;
    border: none;
    text-align: center;
    display: inline-block;
    margin: 20px auto;
    margin-top: 30px;
    height: 40px;
    line-height: 40px;
    width: 210px;
    color: #fff;
}

.popup-noti-link a:hover {
    background: #5b981c;
}

.popup {
    position: fixed;
    top: 50%;
    left: 50%;
    max-width: 95%;
    width: 600px;
    /* height: 60%; */
    z-index: 10000;
    background: #fff;
    box-sizing: border-box;
    -ms-transform: translateX(-50%) translateY(-50%);
    transform:translateX(-50%) translateY(-50%);
    max-height: 95%;
}
span.close-popup {
    position: absolute;
    right: 10px;
    /* top: 7px; */
    cursor: pointer;
    color: #fff;
    z-index: 2;
}

span.close-popup:hover{
    color: #cd4040;
}

.hidden {
    visibility: hidden!important;
}

.ajax-notification-item img{
    display: none;
}

h5.notification-user {
    color: #c74040;
}

li.ajax-notification-item {
    padding: 8px 15px!important;
}

.notification-list a:hover {
    background: none!important;

}

.notification-list a{
    padding: 0!important;
    cursor: pointer;
}



.ta-r {
    text-align:right;
}
.ta-c {
    text-align:center;
}
.ta-l {
    text-align:left;
}
img.filter-loading {
    display: block;
    width: 50px;
    margin: 20px auto;
}

.table-responsive {
    /* background: white; */
}

.switch-input {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 15px;
}

.switch-input input {
    opacity: 0;
    width: 0;
    height: 0;
}

.switch-input .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.switch-input .slider:before {
    position: absolute;
    content: "";
    height: 11px;
    width: 11px;
    left: 3px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.switch-input input:checked + .slider {
    background-color: #2196F3;
}

.switch-input input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

.switch-input input:checked + .slider:before {
    -webkit-transform: translateX(13px);
    -ms-transform: translateX(13px);
    transform: translateX(13px);
}

/* Rounded sliders */
.switch-input .slider.round {
    border-radius: 34px;
}

.switch-input .slider.round:before {
    border-radius: 50%;
}



.form-group select {
    padding: 5px;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #cccccc;
    border-radius: 1px;
    color: #504f4f;
}



.col-form-label{
    font-weight: 600;
}

table .hl, table a {
    color: #03a9f4;
}

table a:hover{
    color:#e84405
}

.text-price {
    color: #d85617;
}

.empty-noti {
    color: #e62e04;
    font-style: italic;
    padding: 20px;
    text-align: center;
    font-size: 14px;
}

input.ta-real-datetime {
    display: none;
}

@keyframes example {
    from {color: red!important;}
    to {color: yellow;!important;}
}





.popup-noti-link {
    text-align: center;
}

.mobile-bars::before {
    content: "\f0c9";
    font-size: 25px;
    top: 3px;
    position: relative;
}

tr.new {
    background: #a8c6de;
}

.wrap-export-excel {
    text-align: center;
    font-size: 14px;
}

.wrap-export-excel .export-excel {
    font-size: 13px;
}

.user-profile img{
    height: 40px;
}

.notification-list li {
    position: relative;
}

.notification-label-sent {
    position: absolute;
    right: 0;
    top: 10px;
    font-size: 9px;
}

.view-full-noti {
    text-align: center;
    line-height: 25px;
}

.view-full-noti a {
    color: #4099ff!important;
}

.card-notification .ajax-notification-item p {
    margin: 5px 0;
}

.card-notification .notification-time {
    font-size: 10px;
    font-style: italic;
}

.card-notification .ajax-notification-item {
    border-bottom: 1px dotted silver;
    padding: 10px 0!important;
    list-style: none;
    position: relative;
}

.helpersCheckBoxItem .fa-check-square-o {
    color: #0075ff;
}

.filter{
    width: 100%;
    padding: 10px;
    background: #e5e7e8;
    display: block;
}





.filter .filter-item input, .filter .filter-item select {
    padding: 7px 10px;
    background: #fff;
    border: 1px solid #dcdcdc;
    border-radius: 3px;
    width: 100%;
    box-sizing: border-box;
}

.filter-item {
    width: 180px;
    margin: 0 10px;
    display: block;
    margin-left: 0;
}

.visibility .helpersCheckBoxItem {
    cursor: pointer;
    background: #1089ce;
    color: #fff;
    border-radius: 0px;
    position: relative;
    padding: 6px 15px;
}

.visibility .helpersCheckBoxItem:hover {
    background: #0e699c;
}

.visibility .helpersCheckBoxItem i {
    font-size: 16px;
    position: relative;
    top: 1px;
    padding-right: 5px;
    color: #fff;
}

.visibility {
    border-radius: 2px;
    width: 200px;
    float: right;
    position: relative;
}

.visibility-sub{
    background: #2a2f35;
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -moz-transition: -moz-transform .15s linear;
    -ms-transition: -ms-transform .15s linear;
    -o-transition: -o-transform .15s linear;
    -webkit-transition: -webkit-transform .25s linear;
    transition: transform .15s linear;
    color: #fff;
    position: absolute;
    box-sizing: border-box;
    width: 100%;
    top: 100%;
    left: 0;
    z-index: 3;
}

.helpersCheckBox:hover .visibility-sub {
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.failedNotis b {
    font-weight: 600;
}

/* Menu */

.h-menu li {
    line-height: 69px!important;
    padding: 0 10px!important;
}

.user-profile.header-notification {
    display: none;
}

.h-menu li span.pcoded-micon {
    font-size: 13px;
    padding-right: 3px;
}

.h-menu .pcoded-hasmenu:hover .pcoded-submenu {
    display: block!important;
}



.h-menu   .pcoded-submenu {
    position: absolute;
    z-index: 2;
    width: 250px;
    background: #43586d;
    top: 90%;
    border-radius: 2px;
    display: none;
}

.h-menu .pcoded-submenu:before {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid transparent;
    border-bottom: 10px solid rgb(67 88 109);
    position: absolute;
    top: -20px;
    left: 15px;
    content: "";
}

.h-menu .pcoded-submenu li {
    line-height: 40px!important;
    float: none!important;
    border-radius: 3px;
}

.h-menu .pcoded-hasmenu:hover .pcoded-submenu a {
    color: #fff;
}

.h-menu .pcoded-submenu li:hover {
    background: #142b42;
}

.h-menu a:hover {
    color: red!important;
}

.h-menu .pcoded-submenu a:hover {
    color: #fff!important;
}
ul.pcoded-submenu-2 {
    position: absolute;
    right: 100%;
    background: #497ebb;
    width: 250px;
    top: 0;
    z-index: 2;
    display: none;
}

ul.pcoded-submenu-2:before {
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
    border-left: 10px solid rgb(73 126 187);
    position: absolute;
    top: 10px;
    right: -20px;
    content: "";
}

ul.pcoded-submenu li:hover ul.pcoded-submenu-2 {
    display: block;
}

.h-menu .pcoded-submenu .pcoded-submenu-2 li:hover {
    background: #2b5a90;
}

.h-menu .pcoded-submenu .pcoded-submenu-2 li i{
    font-size: 12px;
    padding-right: 5px;
}
/* #end Menu */

.bold {
    font-weight: 600;
}

.table-main-info-text i {
    width: 20px;
    font-size: 14px;
}

.h-menu .pcoded-submenu a i {
    font-size: 13px;
    padding-right: 5px;
}

ul.project-branch li {
    float: none!important;
    line-height: 31px!important;
    padding: 2px 10px!important;
}

ul.project-branch-sub {
    display: none;
    position: absolute;
    right: 97%;
    width: 300px;
    top: 5px;
    z-index: 2;
    background: #43586d;
    border-radius: 3px;
}

ul.project-branch-sub:before{
    width: 0;
    height: 0;
    border-bottom: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid transparent;
    border-left: 10px solid rgb(67 88 109);
    position: absolute;
    top: 5px;
    right: -19px;
    content: "";
}

ul.project-branch {
    height: 70px;
    border-left: 3px solid #89abd2;
    /* background: #9dd2fd; */
}

ul.project-branch-sub a {
    color: #fff!important;
    padding: 5px 10px!important;
}

li.project-branch-item:hover ul.project-branch-sub {
    display: block;
}

ul.project-branch-sub a i {
    padding-right: 5px;
    display: inline-block;
    width: 21px;
    font-size: 12px;
    position: relative;
    top: -1px;
}

ul.project-branch-sub a:hover {
    background: #073869;
}

ul.project-branch-sub li {
    padding: 0!important;
}

ul.project-branch .view-all {
    border-top: 1px solid #648eb7;
}

.project-branch .current i {
    font-size: 13px;
    display: inline-block;
    width: 20px;
    text-align: center;
}


/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 26px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 13px;
}

.slider.round:before {
    border-radius: 50%;
}
.money-hl {
    color: #f05f0f;
}
