﻿.image-accident {
    position: relative;
}

    .image-accident img {
        width: 100%;
        height: auto;
    }

    .image-accident i {
        position: absolute;
        top: 13%;
        left: 89%;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        background-color: #fff;
        padding: 10px 10px;
        border: none;
        cursor: pointer;
    }

        .image-accident i:hover {
            background-color: black;
        }

.hand {
    cursor: pointer;
}

.row-hover:hover {
    background-color: #bde3f8;
}

.btn-group-header{
    padding:10px 12px;
}

#ulContractSelected li {
    list-style: none;
}

.font-vtimes {
    font-family: VNI-Times,"Helvetica Neue",Helvetica,Arial,sans-serif;
}

.label-day {
    padding: 10px !important;
    font-size: 14px;
    font-weight: normal;
    border-radius: 2px;
    margin: 5px;
    display: inline-block;
}

.w-1800{
    width: 1800px;
}

.p-20 {
    padding: 20px;
}

.p-30 {
    padding: 30px;
}

.w-10p {
    width: 10%;
}

.w-15p {
    width: 15%;
}

.w-20p {
    width: 20%;
}

.bg-primary {
    background-color: #0078d4 !important;
}

.max-h-300{
    max-height: 300px;
    overflow-y: auto;
}

.max-h-200 {
    max-height: 200px;
    overflow-y: auto;
}

.p-hr {
    border-bottom: 1px solid #cdcaca;
    margin-bottom: 0px;
    margin-top: 10px;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #0078d4;
    border-color: #0078d4;
}

.w-25p {
    width: 25%;
}

.w-30p {
    width: 30%;
}

.w-40p {
    width: 40%;
}

.w-50p {
    width: 50%;
}

.w-60p {
    width: 60%;
}

.w-70p {
    width: 70%;
}

.w-80p {
    width: 80%;
}

.w-90p {
    width: 90%;
}

.w-100p {
    width: 100%;
}

.m-b-10-imp {
    margin-bottom: 10px !important;
}

.p-r-17-imp {
    padding-right: 17px !important;
}

.text-white {
    color: #fff;
}

.daterangepicker .ranges li.active {
    background-color: #0078d4 !important;
}

.p-r-28-imp {
    padding-right: 28px !important;
}

.img-100-per {
    width: 100%;
    height: 100%
}

.img-farm {
    object-fit: cover;
    width: 100%;
    height: 300px;
    vertical-align: middle;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px !important;
}

    .btn-circle.btn-lg {
        width: 50px;
        height: 50px;
        padding: 10px 16px;
        font-size: 18px;
        line-height: 1.33;
        border-radius: 25px;
    }

    .btn-circle.btn-xl {
        width: 70px;
        height: 70px;
        padding: 10px 16px;
        font-size: 24px;
        line-height: 1.33;
        border-radius: 35px;
    }

.login-logo {
    font-size: 22px;
}

.dis-block {
    display: block;
}

.text-normal-imp {
    font-weight: normal !important
}

.timeline > li > .timeline-item > .timeline-header {
    font-size: 14px !important;
}

.text-transparent {
    color: transparent !important;
}

.tbody-edit > tr > td.td-edit:hover > i {
    color: #3c8dbc !important;
}

.input-tranp {
    background: unset;
    border: unset;
    padding: 0;
}

.p-t-0-imp {
    padding-top: 0 !important;
}

.p-b-0-imp {
    padding-bottom: 0 !important;
}

.img-edit {
    font-size: 20px;
    padding-top: 7px;
    padding-right: 25px;
    position: absolute;
    right: 0;
    top: 0;
    display: none;
    text-shadow: 2px 2px 3px #868686;
}

.page-tit {
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    margin: 0;
    margin-top: 5px;
}

.li-edit:hover > a > .icon-edit {
    color: #3c8dbc !important;
}

@keyframes rotate360 {
    100% {
        transform: rotate(360deg);
    }
}

.rotate360 {
    animation: rotate360 1s infinite;
}

.min-w-100 {
    min-width: 100px;
}

.p-l-0-imp {
    padding-left: 0 !important;
}

.p-r-0-imp {
    padding-right: 0 !important;
}

.p-l-8-imp {
    padding-left: 8px !important;
}

.p-r-8-imp {
    padding-right: 8px !important;
}

.form-control:focus {
    border-color: #0078d4 !important;
}

.btn-primary:hover {
    background-color: #005da6;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #0078d4 !important;
}

.skin-blue-light .main-header .navbar {
    background-color: #0078d4 !important;
}

.dropdown-menu {
    background-color: #0078d4 !important;
}

    .dropdown-menu > li > a:hover {
        background-color: #005da6 !important;
    }

.box.box-solid.box-primary > .box-header {
    background: #0078d4 !important;
    background-color: #0078d4 !important;
}

.nav-tabs-custom > .nav-tabs > li.active {
    border-top-color: #0078d4 !important;
}

.bg-light-blue, .label-primary, .modal-primary .modal-body {
    background-color: #0078d4 !important;
}

a {
    color: #0078d4;
}

.box.box-primary {
    border-top-color: #0078d4 !important;
}

.btn-primary {
    border-color: #0078d4;
    background-color: #0078d4;
}

.w-2000 {
    width: 2000px !important;
}

.w-2500 {
    width: 2500px !important;
}

.w-1200 {
    width: 1200px !important;
}

.p-t-5-imp {
    padding-top: 5px !important;
}

.p-b-5-imp {
    padding-bottom: 5px !important;
}

.btn {
    border-radius: 2px;
    border: unset;
}

.text-italic {
    font-style: italic;
}

.div-modal-footer {
    padding-top: 15px;
    border-top: 1px solid #f4f4f4;
    text-align: right
}

.bor-top {
    border-top: 1px solid #f4f4f4;
}

.w-100-per {
    width: 100%;
}

.m-l-0-imp {
    margin-left: 0 !important;
}

.m-t-10-imp {
    margin-top: 10px !important;
}

.listcheck-product {
    height: 293px;
    overflow-x: auto;
}

.table {
    margin-bottom: 0;
}

.div-footer {
    margin-top: 10px;
    padding-top: 15px;
    border-top: 1px solid #f4f4f4;
    text-align: right;
}

.font-40 {
    font-size: 40px;
}

.font-14 {
    font-size: 14px !important;
}

.font-12 {
    font-size: 12px;
}

.font-11 {
    font-size: 11px;
}

.font-10-imp {
    font-size: 10px !important;
}

.font-16-imp {
    font-size: 16px !important;
}


.font-13 {
    font-size: 13px;
}

.p-8 {
    padding: 8px;
}

.label-default {
    background-color: #e1e6ef;
}

.label {
    padding: 5px;
}

.text-normal {
    font-weight: normal
}

.text-normal-imp {
    font-weight: normal !important;
}

.user-block .username {
    font-size: 14px;
    font-weight: 400;
}

.content-wrapper {
    overflow: auto -moz-hidden-unscrollable;
}

textarea {
    resize: vertical;
}

.box.box-solid.box-primary {
    border: unset;
    border-radius: 2px;
}

.box-body {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
}

.box-header > .fa, .box-header > .glyphicon, .box-header > .ion, .box-header .box-title {
    font-weight: 600;
    font-size: 14px;
}

.box-header {
    padding: 8px 10px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.box.box-solid.box-primary > .box-header {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.nav-action > li > a {
    padding: 9px 0px;
}

.nav-tabs-custom {
    border-radius: 2px;
}

.img-avatar {
    display: block;
    width: 120px;
    height: 130px;
    border: 1px solid #d2d6de;
    margin: 0px auto;
    vertical-align: middle;
}

.hide-scroll::-webkit-scrollbar {
    display: none;
}


.datepicker {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0px;
    padding-left: 13px;
}

.datepicker-dropdown {
    background-color: #fff !important;
    padding: 10px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #0078d4 !important;
}

.select2-container--default .select2-results__option[aria-selected=true], .select2-container--default .select2-results__option[aria-selected=true]:hover {
    color: #fff !important;
}

.datepicker table tr td.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active:hover {
    background-color: #0078d4 !important;
    background-image: unset;
    border-color: unset;
    text-shadow: unset;
    border-radius: 0px;
}

.datepicker table tr td.day.focused, .datepicker table tr td.day:hover {
    background: #eee;
    cursor: pointer;
    border-radius: 0px;
}

.pagination {
    margin: 5px 5px 0 0 !important;
}

.p-0-imp {
    padding: 0 !important;
}

.p-t-15-imp {
    padding-top: 15px !important;
}

.p-l-5 {
    padding-left: 5px;
}

.p-l-10-imp {
    padding-left: 10px !important;
}

.p-r-10-imp {
    padding-right: 10px !important;
}

.font13 {
    font-size: 13px;
}

.no-shadown {
    box-shadow: unset
}

.no-border {
    border: none !important;
}

.bg-white-imp {
    background-color: #fff !important;
}

.report-background {
    background-color: #909090;
}

.a4-fit-poitrait {
    width: 210mm;
    min-height: 297mm;
    margin: auto;
    font-family: Tahoma;
}

    .a4-fit-poitrait > #contentReport {
        padding: 20px 30px;
    }

.a4-fit-landscape {
    width: 297mm;
    min-height: 210mm;
    margin: auto;
    font-family: Tahoma;
}

    .a4-fit-landscape > #contentReport {
        padding: 20px 30px;
    }

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}


.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.waitMe_progress > div {
    background-color: #0078d4 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    padding: 3px 10px;
    margin-top: 4px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    border: unset;
    border-radius: 1px;
}

.select2-container .select2-search--inline .select2-search__field {
    margin-left: 8px;
    margin-top: 7px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] > .text-muted {
    background-color: #3c8dbc;
    color: white !important;
}

/* Chrome, Safari and Opera syntax */
:-webkit-full-screen {
    background-color: white;
}

/* Firefox syntax */
:-moz-full-screen {
    background-color: white;
}

/* IE/Edge syntax */
:-ms-fullscreen {
    background-color: white;
}

/* Standard syntax */
:fullscreen {
    background-color: white;
    overflow-y: auto;
}

@media screen and (max-width: 768px) {
    .xs-p-r-15 {
        padding-right: 15px;
    }

    .xs-text-center {
        text-align: center;
    }

    .xs-m-b-15 {
        margin-bottom: 15px;
    }
}

@media (min-width: 768px) {
    .modal-xl {
        width: 90%;
        max-width: 1900px;
    }
}

@media screen and (min-width: 1100px) {
    .col-left {
        width: 23% !important;
    }

    .col-right {
        width: 77% !important;
    }
}

@media screen and (min-width: 1200px) {
    .col-left {
        width: 22% !important;
    }

    .col-right {
        width: 78% !important;
    }
}

@media screen and (min-width: 1300px) {
    .col-left {
        width: 21% !important;
    }

    .col-right {
        width: 79% !important;
    }
}

@media screen and (min-width: 1400px) {
    .col-left {
        width: 20% !important;
    }

    .col-right {
        width: 80% !important;
    }
}

@media screen and (min-width: 1500px) {
    .col-left {
        width: 19% !important;
    }

    .col-right {
        width: 81% !important;
    }
}

@media screen and (min-width: 1600px) {
    .col-left {
        width: 18% !important;
    }

    .col-right {
        width: 82% !important;
    }
}

@media screen and (min-width: 1700px) {
    .col-left {
        width: 17% !important;
    }

    .col-right {
        width: 83% !important;
    }
}

@media screen and (min-width: 1800px) {
    .col-left {
        width: 16% !important;
    }

    .col-right {
        width: 84% !important;
    }
}

@media screen and (min-width: 1900px) {
    .col-left {
        width: 15% !important;
    }

    .col-right {
        width: 85% !important;
    }
}

@media screen and (min-width: 2000px) {
    .col-left {
        width: 14% !important;
    }

    .col-right {
        width: 86% !important;
    }
}
