﻿/*Định dạng snip*/
.bs-wizard {
    margin-top: 20px;
}

/*Form Wizard*/
.bs-wizard {
    border-bottom: solid 1px #e0e0e0;
    padding: 0 0 10px 0;
}

    .bs-wizard > .bs-wizard-step {
        padding: 0;
        position: relative;
    }

        .bs-wizard > .bs-wizard-step + .bs-wizard-step {
        }

        .bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
            color: #595959;
            font-size: 14px;
            margin-bottom: 5px;
        }

        .bs-wizard > .bs-wizard-step .bs-wizard-info {
            color: #999;
            font-size: 14px;
        }

        .bs-wizard > .bs-wizard-step > .bs-wizard-dot {
            position: absolute;
            width: 30px;
            height: 30px;
            display: block;
            background: #fbe8aa;
            top: 45px;
            left: 50%;
            margin-top: -15px;
            margin-left: -15px;
            border-radius: 50%;
        }

            .bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {
                content: ' ';
                width: 14px;
                height: 14px;
                background: #fbbd19;
                border-radius: 50px;
                position: absolute;
                top: 8px;
                left: 8px;
            }

        .bs-wizard > .bs-wizard-step > .progress {
            position: relative;
            border-radius: 0px;
            height: 8px;
            box-shadow: none;
            margin: 20px 0;
        }

            .bs-wizard > .bs-wizard-step > .progress > .progress-bar {
                width: 0px;
                box-shadow: none;
                background: #fbe8aa;
            }

        .bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {
            width: 100%;
        }

        .bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {
            width: 50%;
        }

        .bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {
            width: 0%;
        }

        .bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {
            width: 100%;
        }

        .bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {
            background-color: #f5f5f5;
        }

            .bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {
                opacity: 0;
            }

        .bs-wizard > .bs-wizard-step:first-child > .progress {
            left: 50%;
            width: 50%;
        }

        .bs-wizard > .bs-wizard-step:last-child > .progress {
            width: 50%;
        }

        .bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot {
            pointer-events: none;
        }
/*END Form Wizard*/

.table thead tr {
    background-color: #3C8DBC;
    color: #ffffff;
}

.table tbody tr:nth-child(2n) {
    background: #EAF2F3;
}

/*Định dạng hover khi ghê chuột vào dòng trên table*/
.table tbody tr:hover {
    cursor: default;
    background-color: #80d4de !important;
    color: #ffffff;
}

/*Định dạng hover khi ghê chuột vào dòng trên table của DNO*/
.dnoTable tbody tr:hover {
    cursor: default;
    background-color: #f5f5f5 !important;
    color: #000000;
}

.table tbody tr td {
    padding-bottom: 5px;
    padding-top: 5px;
}

.table thead tr th.trich_yeu {
    width: 40% !important;
}


/*Định dạng cho các select và input trong table khi hover*/
.table tbody tr:hover select,
.table tbody tr:hover input,
.table tbody tr:hover .datepicker {
    background-color: #ffffff !important;
    color: #000000 !important;
}
.datepicker,.date{
    z-index:999;
}
[class^='select2'] {
    border-radius: 0px !important;
    margin-top: 0px;
}

.select2-container--default .select2-selection--single {
    height: 34px;
    font-size: 1.2em;
    position: relative;
    border-radius: 0px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-image: none;
    background-color: #fff;
    border: 1px solid #ccc;
}

.select2-selection__rendered {
    padding-left: 0px !important;
}

.select2 {
    width: 100% !important;
}

/*Định dạng phẳng cho các button*/
.flat {
    border-radius: 0px;
}

.paint {
    cursor: default;
    background-color: #99d8e0 !important;
    color: #ffffff;
}

.select2-container option {
    display: none;
}

/*Định dạng icon trong select2*/
.select2-results .fa {
    float: right;
    position: relative;
    line-height: 20px;
    color: black;
}

/*Định dạng kiểu ghê chuột dạng button*/
.pointer {
    cursor: pointer;
}

.modal-open {
    overflow: scroll !important;
}

.content-wrapper {
    padding-top: 30px;
    min-height: 1700px !important;
}

/*Định dạng placeholder cho combobox*/
select:required:invalid {
    color: gray;
}

option[value=""][disabled] {
    display: none;
}

.placeholder {
    color: #999;
}

.not-placeholder {
    color: #555;
}

option {
    color: black;
}

/*Định dạng ký tự required*/
.require::after {
    content: " (*)";
    color: #fc0303;
}

/*Định dạng thông báo lỗi nhập liệu*/
.error-message {
    color: #fc0303;
    padding-top: 5px;
    font-style: italic;
}

/*Định nghĩa toogle-message*/
.toogle-message {
    position: fixed;
    bottom: 0;
    right: 10px;
    width: 1100px;
    background-color: rgba(0, 0, 0, 0.7);
    min-height: 100px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    display: none;
    color: #ffffff;
    text-align: center;
    font-size: 20px;
    font-family: sans-serif;
    padding-top: 30px;
    z-index: 99999999999;
}

    .toogle-message span {
        padding-right: 10px;
        padding-top: 10px;
        font-size: 15px;
        cursor: pointer;
    }

    .toogle-message .content {
        padding-top: 20px;
        min-height: 100px;
    }

.table tbody tr > td.success {
    background-color: #dff0d8 !important;
}

.table tbody tr > td.error {
    background-color: #f2dede !important;
}

.table-form tr td {
    width: 50% !important;
}

.btn-group {
    padding-left: 5px;
}

textarea {
    min-height: 55px;
    padding-left: 5px;
}

.datepicker {
    border-radius: 0px !important;
}

.control-inline {
    padding-top: 10px;
}

    .control-inline .groub-inline {
        padding-left: 0px;
    }

    .control-inline div.groub-inline:last-child {
        padding-right: 0px;
    }

.container {
    width: auto !important;
}

.table-select tbody tr td {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: none;
    border-top: none;
}

.table-select tbody tr:last-child td {
    border-bottom: 1px solid #ccc;
}

.table-file tr td, .table-file tr th {
    border: 1px solid #ccc !important;
}

.table-file thead tr {
    background-color: #ffffff;
    color: #000000;
}

#menu1 {
    text-align: right;
    border-radius: 0px;
    background-color: #ffffff;
}

input, select, .datepicker {
    padding-left: 5px !important;
}

/*Định nghĩa lại màu cho nút primary*/
.btn-primary {
    background-color: #367FA9;
    color: #ffffff;
}

.tab-search {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 20px;
}

.tab-table {
    padding-top: 30px;
}
.phan-trang-tren{
    padding-top:5px;
    padding-bottom: 5px;
    padding-right: 10px;
}
.phan-trang {
    padding-bottom: 20px;
    padding-right: 10px;
}

.box-footer {
    text-align: center;
}

    .box-footer .btn {
        margin-right: 3px;
        margin-top: 6px;
    }

/*Định dạng file slider*/
.file-slider {
    background-color: rgba(0, 0, 0, 0.7);
    height: 170px;
}

.file-slider-active {
    background-color: rgba(0, 0, 0, 0.1);
    height: 170px;
}

.visited {
    color: #b70df1;
}

.file-active {
    color: #f70a0a;
}

.error-line {
    border: 1px solid #a94442;
    font-style: italic;
    background-color: #f8e9e9;
}

.group-control {
    margin-bottom: 10px;
}

.load-hidden {
    display: none !important;
    visibility: hidden !important;
}

.khan-thuong {
    color: #07830a;
}

.khan {
    color: #fbbd19;
}

.thuong-khan {
    color: #fc0303;
}

.hoa-toc {
    color: #fbbd19;
}

.hoa-toc-hen-gio {
    color: #fc0303;
}

#tb_lctct tbody tr:hover {
    background-color: #ffffff !important;
    color: #000000 !important;
}

*::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}

*::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,0.5);
    border-radius: 5px;
}

.box-tree {
    margin-bottom: 0px;
}

.box-jstree-single{
    padding-right:15px;
    margin-bottom:10px;
    margin-top:-10px!important
}

.box-jstree-left{
    padding-right:7.5px;
    margin-bottom:10px;
    margin-top:-10px!important
}

.box-jstree-right{
    padding-left:7.5px;
    margin-bottom:10px;
    margin-top:-10px!important
}

.parent-box-tree{
    padding-left:0px;
    padding-right:0px;
}

    .box-tree h4 {
        height: 41px;
        background-color: #3C8DBC;
        color: #ffffff;
        padding-left: 5px;
        padding-top: 10px;
        margin-bottom: 0px;
    }

    .box-tree input.txt_tim_kiem {
        width: 100%;
        border: 0px;
        height: 30px;
        font-style: italic;
        border-left: 1px solid #d2d6de;
        border-right: 1px solid #d2d6de;
        border-radius:0px!important;
    }


.jstree {
    border: 1px solid #d2d6de;
}

.jstree-mobile{
    overflow-x:scroll;
    height:350px;
    overflow-y:scroll
}


.modal-body-jstree{
    padding:10px 0px 0px 0px!important;
}

.move {
    width:80% !important;
    position: fixed;
    right: 2%;
    bottom: 10px;
    z-index: 99999999999999999999999999999;
}

.child-tab {
    background-color: #3C8DBC;
}

    .child-tab > li > a {
        color: #ffffff;
    }

.GET {
    background-color: #FCA130 !important;
    color: #ffffff;
}

.POST {
    background-color: #67A248 !important;
    color: #ffffff;
}

.PUT {
    background-color: #61AFFE !important;
    color: #ffffff;
}

.DELETE {
    background-color: #d32b2b !important;
    color: #ffffff;
}

.formTimKiem {
    border: dashed #ccc 1px;
    margin: 15px 0px 15px 0px;
    display: block;
    padding-top: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
}

    .formTimKiem .tra-cuu-thong-tin {
        height: 30px;
        width: 150px;
        background-color: #3c8dbc;
        margin-top: 0px;
        border-bottom-right-radius: 15px;
        color: #ffffff;
        /*font-size: 15px;*/
        padding-left: 5px;
        padding-top: 5px;
        margin-bottom: 10px;
    }

    .formTimKiem .container-tra-cuu {
        margin-left: 15px;
        ;
    }

.tra-cuu-thong-tin::after {
    content: " TRA CỨU THÔNG TIN";
}

.margin-vblq {
    margin-top: -2%;
}

.width-vblq {
    width: 90%;
}

.padding-vblq {
    padding: 10px !important;
}

.vanbandi {
    margin-top: 24px;
}

.width-ndpt {
    width: 70%;
}
@media only screen and (max-width: 770px) {
    .vanbandi {
        margin-top: 24px;
    }

        .vanbandi .btn-trolai {
            margin-left: 0px !important;
        }

    .css-vanbandi .btn-trolai {
        margin-left: 0px !important;
    }
}

.box-tooltip {
    position: absolute;
    left: 80px;
    top: 0px;
    padding-left: 0px;
}

    .box-tooltip img {
        height: 64px;
        width: 64px;
    }

    .box-tooltip .col-xs-6 {
        padding: 0px 5px 0px 5px;
    }

.w3-tooltip .direct-chat-img {
    margin-top: 20px;
    margin-left: 5px;
    margin-right: 5px;
}

@media only screen and (max-width: 480px) {
    .img-header {
        width: 80% !important;
    }
}

.chua_xem {
    font-weight: bold;
}

.da_xem {
    color: #660099;
}

div.row ol.breadcrumb {
    padding-top: 10px !important;
}

.breadcrumb {
    margin-bottom: -15px !important;
    background-color: #ECF0F5 !important;
    font-size: 17px !important;
}

ol.breadcrumb li:last-child a{
    color:#777!important;
}

/*.breadcrumb > li + li:before {
    color: #ccc;
    content: ">";
    padding: 0 5px;
}*/

/*Định nghĩa các table chứa control như datetimepicker...*/
.table-control thead tr
{
    background-color:white;
    color: black;
}

.table-control tbody tr:nth-child(2n)
{
    background-color:white;
}
.table-control tbody tr:hover {
    cursor: default;
    background-color: white;
    color: black;
}

.modal-header-no-padding{
    padding:7px;
    padding-top:10px
}

.modal-footer-no-padding{
    padding:7px;
}

.highlight
{
    background-color:yellow;
}

.select-text{
    border-radius:0px!important;
    padding: 0px 0!important;
}

.search_datatable:focus{
    outline:none;
}

.formNhacViec {
    border: dashed #ccc 1px;
    margin: 5px 0px 5px 0px;
    display: block;
    padding-top: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
}
    .formNhacViec .thong-tin-nhac-viec {
        height: 25px !important;
        
        max-width: 150px !important;
        background-color: #3c8dbc;
        margin-top: 0px !important;
        border-bottom-right-radius: 15px !important;
        color: #ffffff;
        padding-left: 5px !important;
        padding-top: 5px !important;
        margin-bottom: 10px !important;
    }

    .formNhacViec .container-nhac-viec {
        margin-left: 15px;
        padding-left: 1%;
    }

.box-title{
    font-size: 12px!important;
    font-weight:bold!important;
    text-transform: uppercase;
}

.box-header{
    padding-top:3px!important;
    padding-bottom:3px!important;
}

/*IOFFV4SUPP-5729 - Quang Huy - 17/05/2019*/
/*Loại bỏ các dấu +/- khi đóng mở tab hiển thị nội dung*/
.box-header .fa-minus::before{
    content: none;
}

.box-header .fa-plus::before{
    content: none;
}

/*Điều chỉnh kích thước icon*/
.icon_eye{
    margin: 0 3px !important;
    font-size: 20px;
}
 
.icon_edit{
    margin: 0 3px !important;
    font-size: 18px;
}

.icon_download{
    font-size: 18px !important;
}

.icon_delete{
    font-size: 18px !important;
}
.span{
    margin: 0 7px !important;
}
.fixed_buttom{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top: 1px solid #f4f4f4;
    padding: 10px;
    text-align:center;
}

/*BEGIN: Css custom checkbox, radio button*/
     .container-check{
        display: inline-block;
        position: relative;
        cursor: pointer;
        user-select: none;
        height: 8px;
       /*margin-left:10px;*/ 
        padding-left:15px;
    }
    .container-check input {
      position: absolute;
      opacity: 0;
      cursor: pointer;
      height: 0;
      width: 0;
    }
    .checkmark{
        position: absolute;
        top: 0;
        left: 0;
        width: 16px;
        height: 16px;
        background: #dedede;
        border: 1px solid #a6a6a6;
        border-radius: 3px;
    }
    .container-check:hover .checkmark{
      background:#ccc;
    }
    .checkmark:after{
      content:"";
      position:absolute;
      display:none;
    }
    .container-check .checkmark:after{
      top:50%;
      left:50%;
      width: 5px;
      height: 10px;
      border: solid white;
      border-width: 0 3px 3px 0;
      transform:translate(-50%,-50%) rotate(45deg);
    }
    .container-check input:checked ~ .checkmark{
      background:#2196F3;
    }
    .container-check input:checked ~ .checkmark:after{
      display:block;
    }
/*END: Css custom checkbox, radio button*/

/*BEGIN: Css show dotdotdot '...' when width long , only table*/
   .dotdotdot-table{
      display: table;
      table-layout: fixed;
      width: 100%;
   }
   .dotdotdot-table span{
      display: table-cell;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
   }

 .container-tra-cuu .form-group{
        padding-left:0px;
        padding-right:5px;
    }
    .formTimKiem{
        padding-right:10px;
    }

.my-input-control{
    height: 34px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    padding:0px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.container {
       padding: 2rem 0rem;
    }

    .modal-header .close {
       margin-top: -0.5rem;
     }

    .form-title {
       margin: -2rem 0rem 2rem;

    }

    .btn-round {
        border-radius: 3rem;

    }
    
    .delimiter {
        padding: 1rem;  
    }

    .signup-section {
        padding: 0.3rem 0rem;
    }
/*END: Css show dotdotdot '...' when width long */
.table-bordered-lucky thead tr th {
    border: 1px solid #9c9393;
    padding: 5px;
    text-align:center;
    background-color: white !important;
    color: #605959 !important;
}
.table-bordered-lucky tbody tr td {
    border: 1px solid #9c9393;
    padding: 5px;
    border-color: #9c9393 !important;
}


.table-lucky {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    border-collapse: collapse;
    border-spacing: 0;
    background-color: transparent;
}/*start FIX giao dien <  768px menu top DE len menu trai va content */
@media (max-width: 768px){
.sidebar-menu,.content-header{
  padding-top: 50px !important;
}
}

 .dang-xu-ly {
    color: orange;
 }

.dotdotdot-2line-content {
    display:flex !important;
}
.dotdotdot-2line-item {
    display: inline;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
}