﻿/* here you can put your own css to customize and override the theme */
/* genaral */
.m0 {
    margin: 0 !important;
}

.m5 {
    margin: 5px !important;
}

.m10 {
    margin: 10px !important;
}

.m20 {
    margin: 20px !important;
}

.mt0 {
    margin-top: 0 !important;
}

.mt2 {
    margin-top: 2px !important;
}

.mt5 {
    margin-top: 5px !important;
}

.mt7 {
    margin-top: 7px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mt15 {
    margin-top: 15px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.mt50 {
    margin-top: 50px !important;
}

.mb0 {
    margin-bottom: 0 !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb15 {
    margin-bottom: 15px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mr5 {
    margin-right: 5px !important;
}

.mr7 {
    margin-right: 7px !important;
}

.mr10 {
    margin-right: 10px !important;
}

.mr15 {
    margin-right: 15px !important;
}

.ml0 {
    margin-left: 0px !important;
}

.ml10 {
    margin-left: 10px !important;
}

.p0 {
    padding: 0 !important;
}

.p10 {
    padding: 10px !important;
}

.p1020 {
    padding: 10px 20px !important;
}

.p20 {
    padding: 20px !important;
}

.pt0 {
    padding-top: 0px !important;
}

.pt2 {
    padding-top: 2px !important;
}

.pt5 {
    padding-top: 5px !important;
}

.pt7 {
    padding-top: 7px !important;
}

.pl0 {
    padding-left: 0px !important;
}

.pl5 {
    padding-left: 5px !important;
}

.pl10 {
    padding-left: 10px !important;
}

.pl15 {
    padding-left: 15px !important;
}

.pl20 {
    padding-left: 20px !important;
}

.pr0 {
    padding-right: 0 !important;
}

.pr5 {
    padding-right: 5px !important;
}

.pr10 {
    padding-right: 10px !important;
}

.pr15 {
    padding-right: 15px !important;
}

.pr20 {
    padding-right: 20px !important;
}

.pb0 {
    padding-bottom: 0 !important;
}

.pb5 {
    padding-bottom: 5px !important;
}

.pb10 {
    padding-bottom: 10px !important;
}

.pb20 {
    padding-bottom: 20px !important;
}

.pb30 {
    padding-bottom: 30px !important;
}

.pb40 {
    padding-bottom: 40px !important;
}

.pointer {
    cursor: pointer !important;
}

@media(min-width:768px) {
    .td60 {
        width: 60px !important;
    }

    .td80 {
        width: 80px !important;
    }

    .td100 {
        width: 100px !important;
    }

    .td120 {
        width: 120px !important;
    }

    .td150 {
        width: 150px !important;
    }

    .td200 {
        width: 200px !important;
    }

    .td250 {
        width: 250px !important;
    }
}

@media(min-width:992px) {
    .md-pl-0 {
        padding-left: 0 !important;
    }

    .md-pr-0 {
        padding-right: 0 !important;
    }

    .md-pl-10 {
        padding-left: 10px !important;
    }

    .md-pl-5 {
        padding-left: 5px !important;
    }

    .md-pr-5 {
        padding-right: 5px !important;
    }

    .md-pr-10 {
        padding-right: 10px !important;
    }

    .md-mt-10 {
        margin-top: 10px !important;
    }

    .md-ml-sub1 {
        margin-left: -1px !important;
    }

    .md-ml-sub3 {
        margin-left: -3px !important;
    }

    .md-pb-10 {
        padding-bottom: 10px !important;
    }

    .md-pb-15 {
        padding-bottom: 15px !important;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .sm-pl-0 {
        padding-left: 0 !important;
    }

    .sm-pr-0 {
        padding-right: 0 !important;
    }

    .sm-pl-5 {
        padding-left: 5px !important;
    }

    .sm-pl-10 {
        padding-left: 10px !important;
    }

    .sm-pr-5 {
        padding-right: 5px !important;
    }

    .sm-pr-10 {
        padding-right: 10px !important;
    }

    .sm-ml-sub1 {
        margin-left: -1px !important;
    }

    .sm-ml-sub3 {
        margin-left: -3px !important;
    }

    .sm-pb-10 {
        padding-bottom: 10px !important;
    }

    .sm-pb-15 {
        padding-bottom: 15px !important;
    }
    /**/
    .sm-pull-left {
        float: left !important;
    }
}

@media(max-width:767px) {
    .xs-mb-5 {
        margin-bottom: 5px !important;
    }

    .xs-mb-10 {
        margin-bottom: 10px !important;
    }

    .xs-mb-15 {
        margin-bottom: 15px !important;
    }

    .xs-mt-0 {
        margin-top: 0px !important;
    }

    .xs-mt-10 {
        margin-top: 10px !important;
    }

    .xs-mt-15 {
        margin-top: 15px !important;
    }

    .xs-pt-10 {
        padding-top: 10px !important;
    }

    .xs-pt-15 {
        padding-top: 15px !important;
    }

    .xs-pb-10 {
        padding-bottom: 10px !important;
    }

    .xs-pb-15 {
        padding-bottom: 15px !important;
    }

    .xs-pl-0 {
        padding-left: 0px !important;
    }

    .xs-pl-10 {
        padding-left: 10px !important;
    }

    .xs-pr-0 {
        padding-right: 0px !important;
    }

    .xs-pull-left {
        float: left !important;
    }

    .xs-pull-right {
        float: right !important;
    }

    .xs-text-left {
        text-align: left !important;
    }

    .xs-text-right {
        text-align: right !important;
    }

    .xs-clear {
        display: block;
        clear: both;
        height: 7px;
        overflow: hidden;
        border: 0 !important;
    }
    /**/
    .xs-pull-left {
        float: left !important;
    }
}
/** for table **/
.td-center {
    text-align: center !important;
}

.td-right {
    text-align: right !important;
}

.td50 {
    width: 50px !important;
}

.td100 {
    width: 100px !important;
}

.td150 {
    width: 150px !important;
}

.td200 {
    width: 200px !important;
}

.item-addnew .form-control {
    height: 28px;
    padding: 2px 6px;
}

.item-addnew .btn-xs {
    padding: 4px 12px;
}
/******/
.text-red {
    color: #e00 !important;
}

.bold {
    /*font-weight: 600 !important;*/
}

.form-control.short {
    width: 80px;
}

.form-control.no-border {
    border: 0 !important;
    padding: 2px 0 5px 0 !important;
    height: auto;
    margin-left: -5px;
    background-color: transparent;
    font-size: 15px;
}

.text-transparent {
    color: transparent;
}

.text-white {
    color: #fff;
}

.text-transparent {
    color: transparent;
}

.text-16 {
    font-size: 16px !important;
}

.text-18 {
    font-size: 18px !important;
}

.text-20 {
    font-size: 20px !important;
}
/****/
.page-sidebar .page-sidebar-menu > li > a, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li > a {
    color: #3f444a;
    font-weight: 600;
}

.page-sidebar .page-sidebar-menu .sub-menu li > a, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu li > a {
    font-weight: 600;
}

.page-sidebar .page-sidebar-menu .sub-menu li:hover > a {
    color: #d00;
    background-color: #eef1f5;
}

.maxh-450 {
    max-height: 435px;
    overflow: auto;
}
/** custom icheck ***/
.icheck-inline > label {
    margin-left: 0px;
}

.icheckbox_line-blue {
    border-radius: 30px !important;
}

.icheckbox_line-blue, .iradio_line-blue {
    background: #bbb;
    padding: 5px 14px 5px 30px;
    font-weight: normal;
}

    .icheckbox_line-blue.checked, .iradio_line-blue.checked,
    .icheckbox_line-blue:hover, .iradio_line-blue:hover,
    .icheckbox_line-blue.checked:hover, .iradio_line-blue.checked:hover {
        background-color: #32c5d2;
    }

    .icheckbox_line-blue .icheck_line-icon, .iradio_line-blue .icheck_line-icon {
        left: 10px;
    }
/*** DMS page **/
/***Custom Scrollbars***/
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-track {
    background-color: #e2e3e5;
}

::-webkit-scrollbar-thumb {
    background-color: #919da5;
    border-radius: 4px !important;
}

    ::-webkit-scrollbar-thumb:hover {
        background-color: #637389;
    }

::-webkit-scrollbar-track {
    border-radius: 0;
    box-shadow: none;
    border: 0;
}

::-webkit-scrollbar-thumb {
    border-radius: 0;
    box-shadow: none;
}
/** dms layout / dmscustom ***/
body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 14px;
    /*overflow: hidden;*/
}

label {
    color: #222;
    font-weight: 600;
}
.form-group p{
    /*font-weight:600;*/
}
.form-control {
    border: 1px solid #dfe0e4;
    border-bottom-color: #babec5;
    padding: 6px 7px;
}

.btn.default:not(.btn-outline) {
    background-color: #e8ebf1;
}

.page-content.lv-pageContent {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    min-height: 100% !important;
    /*overflow: auto;*/
}

div.inbox {
    margin-bottom: 0;
}

.page-container {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.page-content-wrapper {
    position: relative;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}
/******************site Admin****************/
.siteAdmin .page-content-wrapper {
    background: linear-gradient(to right, #206fb2 0, #00b7e1 100%);
    background: -moz-linear-gradient(to right, #206fb2 0, #00b7e1 100%);
    background: -webkit-linear-gradient(to right, #206fb2 0, #00b7e1 100%);
    background: linear-gradient(to right, #206fb2 0, #00b7e1 100%);
}

.siteAdmin .page-sidebar .page-sidebar-menu > li > a, .siteAdmin .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li > a {
    border-top: 0px solid #6399af;
    color: #ffffff;
    font-weight: 600;
}

.siteAdmin .sub-menu a {
    color: #ffffff;
}

.page-sidebar-wrapper {
    position: relative;
    z-index: 9999;
}

.page-content-main {
    position: absolute;
    left: 0px;
    top: 41px;
    right: 0;
    bottom: 0;
}

@media (min-width:768px) {
    .page-content-left {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 30%;
        border-right: 2px #e2e3e5 solid;
        overflow: auto;
    }

    .page-content-main {
        /*left: 20px;*/
    }

    .page-content-zone-right {
        position: absolute;
        width: 70%;
        top: 0;
        right: 0;
        bottom: 0;
        overflow: hidden;
        overflow-y: auto;
    }

    .page-content-right-top {
        height: 55px;
        border-bottom: 1px #e2e3e5 solid;
        background-color: #f1f1f1;
    }

    #collapse_search {
        border-bottom: 1px #e8ebec solid;
        background-color: #f1f1f1;
    }

    .page-content-right-top + #collapse_search {
        border-bottom: 3px #e8ebec solid;
    }

    .page-content-detail {
        overflow: auto;
        position: absolute;
        left: 0;
        top: 35px;
        bottom: 0;
        right: 0;
        padding: 15px 20px 10px 20px;
    }
}

.page-content-main .lv-listdms {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-right: 1px;
}

.pagination-control {
    text-align: left !important;
    padding-left: 12px;
    line-height: 38px;
}

.page-content-left .pagination-control {
    background-color: #f2f2f2;
    border-top: 1px #d2d2d2 solid;
    padding-top: 2px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.pagination-control .pull-right {
    text-align: right;
}

.page-breadcrumb a {
    color: #11a1e7 !important;
    text-decoration: none;
}

    .page-breadcrumb a:hover, .page-breadcrumb a:focus {
        color: #d00 !important;
    }

.page-bar {
    z-index: 999;
}

.label-left-border {
    color: #333;
    border-left: 2px #444 solid;
    background-color: #eee;
    font-weight: 400;
    font-size: 13px;
    padding: 2px 7px 2px 5px;
}

    .label-left-border.label-danger {
        border-left-color: #e00;
    }

    .label-left-border.label-success {
        border-left-color: #1BA39C;
    }

.label-info {
    background-color: #9B59B6;
}

.bg-gray-light {
    background-color: #f0f0f0;
}

.label {
    font-family: inherit;
}

.label-sm .label {
    font-size: 12px;
    font-weight: 400;
}

.label.label-sm {
    font-size: 12px;
    font-weight: 400;
}

@media (min-width: 992px) {
    .page-sidebar {
        width: 210px;
    }
}
/*** custom layout ****/
.btn-icon .fa {
    font-size: 18px;
    color: #333;
}

.icon-btn {
    height: 32px;
    margin: 0;
    border: 1px solid #d8dada;
    border-bottom-color: #aeb3b7;
    border-radius: 2px !important;
    padding: 4px 16px 4px 10px;
    background-color: #fafafa;
    line-height: 22px;
}

    .icon-btn:hover {
        text-decoration: none;
    }

    .icon-btn > i {
        font-size: 14px;
    }

.btn.blue:not(.btn-outline) {
    color: #FFFFFF;
    background-color: #11a2e7;
    border-color: #11a2e7;
}

.dropdown-user.lang img {
    border-radius: 0 !important;
}

.dropdown-user a {
    /*padding: 8px 16px;
    color: #0078d4;
    text-decoration: none;
    display: block;
    line-height: 18px;*/
}

    .dropdown-user a .icon-key {
        margin-right: 9px !important;
    }

.page-content-left .form-inline .input-group {
    width: 100%;
}

    .page-content-left .form-inline .input-group .input-group-btn {
        width: 30px;
    }

.quick-nav {
    top: 7%;
    margin-top: 0;
}

    .quick-nav ul {
        padding: 50px 0 0;
    }

        .quick-nav ul > li a > i {
            right: 17px;
        }

.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
    padding: 7px;
}

.modal-body-header {
    overflow: hidden;
    padding-bottom: 7px;
    border-bottom: 1px #eee solid;
}

.logon {
    float: left;
    width: 450px;
    line-height: 51px;
    color: #fff;
    font-size: 19px;
    padding-left: 20px;
    font-family: 'Roboto Condensed', sans-serif;
    border-left: 1px #3b9aea solid;
    height: 50px;
}

.page-header.navbar .page-logo .logo-default {
    margin: 10px 0 0 0;
}

@media (min-width: 768px) {
    .modal-dialog.w1000 {
        width: 1000px;
    }

    .modal-dialog.w900 {
        width: 900px;
    }

    .modal-dialog.w800 {
        width: 800px;
    }

    .modal-dialog.w700 {
        width: 700px;
    }

    .modal-dialog.w500 {
        width: 500px;
    }

    .modal-dialog.w400 {
        width: 400px;
    }

    .modal-body {
        padding: 15px 20px;
    }
}

.modal-title ,.lv-caption{  
     font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    color: #2e353a;
    font-family: "Roboto Condensed", sans-serif;
    padding-left: 0 !important;

}
.portlet.light > .doc-group-title > .caption {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    color: #2e353a;
    font-family: "Roboto Condensed", sans-serif;
    padding-left: 0 !important;
}
/*** page home ***/
.inbox .inbox-nav > li {
    border-right: 3px solid transparent;
}

    .inbox .inbox-nav > li:hover, .inbox .inbox-nav > li.active {
        border-right: 3px solid #11a2e7;
        background-color: #e5f7ff;
        border-bottom-color: #acd7eb;
        cursor: pointer;
    }

.lv-listdms-item {
    padding: 12px !important;
    border-bottom: 1px #e0e0e0 solid;
}

.task-serial {
    font-size: 15px;
    font-weight: 600;
    color: #1f262b;
}

.lv-listdms-item .task-endtime {
    float: right;
}

.task-endtime .label.label-sm {
    border-radius: 2px !important;
    font-size: 12px;
    font-weight: 500;
    padding: 1px 10px;
}
/** task group **/
.task-group {
    margin-top: 10px;
    padding-bottom: 2px;
    color: #707070;
    font-size: 13px;
}

.task-title {
    margin: 5px 0;
    color: #005a99;
    font-weight: 500;
    font-size: 15px !important;
}

.task-item.title {
    margin: 7px 0;
    color: #111;
    font-weight: 500;
}

.task-item span.label {
    color: #fff !important;
}

.task-item.text-16 {
    font-size: 16px !important;
}

.task-group span {
    padding: 0 7px;
    border-left: 1px #aaa solid;
}

.task-group .xs-clear + span {
    padding-left: 0;
    border-left: 0;
}

.page-content-detail .task-group span.task-author {
    color: #11a2e7;
}

.task-group span:first-child {
    border-left: 0;
    padding-left: 0;
}

.task-group span span {
    padding-left: 4px !important;
    font-size: 12px !important;
}

.task-item.bold, .task-item .bold {
    font-weight: 500;
}

.task-item.red, .task-item .red {
    color: #e00;
}

.task-item.blue, .task-item .blue {
    color: #0095de;
}

.task-item.black, .task-item .black {
    color: #000 !important;
}

.task-item.italic {
    font-style: italic;
    color: #888;
}

/*******/
.lv-shelf {
    border-bottom: 1px #c4cfd2 solid;
    padding-left: 12px;
}

    .lv-shelf a {
        display: block;
        color: #e00;
        font-size: 14px;
        font-weight: 500;
        height: 32px;
        line-height: 32px;
        padding-left: 15px;
        background: url("img/icon-show.png") no-repeat left 10px;
    }

        .lv-shelf a:hover {
            text-decoration: none;
        }

        .lv-shelf a.collapsed {
            background-image: url("img/icon-hidden.png");
        }
/** chi tiet ho so **/
.page-content-header {
    padding: 7px 15px;
}

.task-serial .task-endtime {
    margin-left: 20px;
    padding: 1px 10px;
}

.page-content-detail .task-serial {
    font-size: 17px;
}

.page-content-detail .task-title {
    font-size: 18px;
    margin: 10px 0;
    color: #005a99;
    font-weight: 500;
}

.doc-group-title {
    line-height: 1.8;
    border: 0 !important;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    color: #2e353a;
    font-family: "Roboto Condensed", sans-serif;
}

.portlet.light > .doc-group-title > .caption {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    color: #2e353a;
    font-family: "Roboto Condensed", sans-serif;
    padding-left: 0 !important;
}

.page-sub-title {
    font-size: 15px;
    line-height: 1.6;
    color: #111;
    font-weight: 500;
    margin: 30px 0 15px 0;
}

.span-total {
    margin-right: 5px !important;
    font-weight: 700; /*color:#d00;*/
}

span-total {
}

.doc-group-title span {
    margin-right: 3px;
}

.group-warehouse span {
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #222 !important;
}

.group-thanhphan {
    border: 1px #e2e2e2 solid;
    border-bottom-color: #b0b0b0;
    border-radius: 6px !important;
    padding: 15px 15px 0px;
    margin-bottom: 10px;
    box-shadow: 2px 2px 2px #ccc;
}

.task-group span {
    font-size: 14px !important;
}

.thanhphan-title {
    font-size: 13px;
    font-style: italic;
    color: #999;
    margin: 15px 0 10px;
}

    .thanhphan-title a {
        color: #11a2e7 !important;
        font-weight: 600 !important;
        margin-left: 5px;
    }

.btn-xs {
    padding: 2px 10px;
}

.thanhphan-item {
    margin-bottom: 15px;
}

.attach-style {
    font-style: italic;
}

    .attach-style span {
        font-size: 12px;
        padding: 0 3px;
    }

        .attach-style span.attach-type {
            color: #888;
        }

.thanhphan-name {
    font-weight: 600;
    color: #000;
}

.icon-type:before {
    font: normal normal normal 15px/1 FontAwesome;
    content: "\f0f6";
    color: cornflowerblue;
}

.icon-type.PDF:before {
    content: "\f1c1";
    color: #d00;
}
.icon-type.PNG:before {
    content: "\f03e ";
    color: #11a2e7;
}
.icon-type.XLSX:before{
    content:"\f1c3";
}
.icon-type.DOCX:before {
    content: "\f15c";
    color: #11a2e7;
}

.icon-type.JPG:before, .icon-type.JPEG:before {
    content: "\f1C5";
    color: green;
}
.icon-type.XLS {
    content: "\f1C5";
}

.icon-type.HTML:before {
    content: "\f13B";
  
    color: #11a2e7;
}

@media (max-width:767px) {
    .doc-group-title {
        padding-top: 10px;
    }
}

table.attach-list {
    width: 100%;
}

    table.attach-list td {
        padding: 7px;
        border-top: 1px #ddd solid;
    }

.attach-name a:hover, .attach-name a:focus {
    color: #d00;
    text-decoration: none;
}

.reg-info textarea.form-control {
    height: 62px;
}
/**** bien tap ****/
.tree-demo {
    padding: 10px 5px;
}

.page-bientap .inbox-header {
    padding: 5px 10px;
    border-bottom: 1px #e8ebec solid;
}

.jstree-default .jstree-node {
    min-height: 30px;
    line-height: 30px;
}

.dropdown-ghichu {
    padding: 10px 15px;
    min-width: 320px;
    margin-top: 3px !important;
    border-color: #2fb7c3;
    box-shadow: 1px 1px 5px rgb(54, 198, 211);
}

.form-btn {
    border-bottom: 1px #e8ebec solid;
    overflow: hidden;
    padding: 7px 15px;
}

.inbox-header.form-btn {
    padding: 5px 20px;
}

/***  bien tap / them moi ho so  ****/
.page-content-1zone {
    position: absolute;
    left: 20px;
    top: 20px;
    bottom: 0;
    width: calc(100% - 20px);
    overflow: auto;
}

@media(max-width:767px) {
    .page-content-1zone {
        left: 0;
        width: calc(100% - 0px);
    }
}

.portlet.light {
    /*padding: 12px 30px 15px 30px;*/
    background-color: #fff;
    margin-bottom: 0;
}

    .portlet.light > .portlet-title > .nav-tabs > li > a {
        font-size: 14px;
        color: #222;
        font-weight: 600;
    }

.datepicker.dropdown-menu {
    margin-left: -180px;
    z-index: 9999;
}

.datepicker-dropdown.datepicker-orient-left:after {
    left: auto;
    right: 18px;
}

.datepicker-dropdown.datepicker-orient-left:before {
    left: auto;
    right: 17px;
}

@media(max-width:767px) {
    .portlet.light {
        padding: 5px 10px;
        background-color: #fff;
    }

    li.lv-listdms-item .task-group .btn-group.pull-right {
        display: none;
    }
}

.thanhphan-content {
    border: 1px #c0e0e3 solid;
    margin: 10px 0;
    border-radius: 4px !important;
    box-shadow: 2px 2px 2px #d1e7e9;
}

.thanhphan-check {
    padding-top: 20px;
    border-right: 1px #e0e0e0 solid;
}

.thanhphan-content .thanhphan-so {
    padding-left: 20px;
    border-left: 1px #e0e0e0 solid;
    margin-left: -1px;
}

.thanhphan-content .thanhphan-giay {
    border-right: 1px #e0e0e0 solid;
    border-left: 1px #e0e0e0 solid;
    margin-left: -1px;
}

.thanhphan-item .btn-xs {
    padding: 2px 10px;
}

.thanhphan-item .fa {
    font-weight: normal;
    font-size: 12px !important;
}

.thanhphan-item .btn-xs.only-icon {
    padding: 0px 5px 2px;
}

    .thanhphan-item .btn-xs.only-icon .fa {
        font-size: 10px !important;
    }
/** them moi thanh phan **/
.tab-pane .group-thanhphan {
    border: 0;
    border-radius: 0 !important;
    box-shadow: none;
    padding: 5px 5px;
}

.btn-add {
    display: block;
    padding: 0 5px;
}

    .btn-add a {
        color: forestgreen;
        font-weight: 500;
        font-style: italic;
    }
/*** dashboard ***/
/* BEGIN HEADER */
.about-header {
    height: 400px;
    background: url("../img/dmsPic.png") no-repeat center top;
    background-position: center;
    text-align: center;
    margin: 0;
    margin-top: -41px;
}

    .about-header h1 {
        color: #fff;
        font-size: 45px;
        font-weight: 600;
        margin-top: 100px;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
    }

    .about-header h2 {
        color: #fff;
        font-size: 22px;
        font-weight: 400;
        letter-spacing: 1px;
        margin-top: 30px;
        margin-bottom: 40px;
        text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
    }

.widget-thumb .widget-thumb-heading {
    font-size: 15px;
    font-weight: 600;
    color: #3c454c;
}

.widget-thumb .widget-thumb-body .widget-thumb-subtitle {
    font-size: 13px;
    font-weight: 400;
    color: #8e9daa;
}
/**/
.search-content {
    width: 890px;
    background-color: #00a8ff;
    margin: 0 auto;
    margin-top: -80px;
    z-index: 99;
    position: relative;
    padding: 36px;
    margin-bottom: 50px;
}

    .search-content .search-text {
        color: #fff;
        text-transform: uppercase;
    }

.search-text .line {
    background-color: #fff;
    width: 145px;
    height: 1px;
    line-height: 1px;
    overflow: hidden;
    float: right;
}

    .search-text .line.top {
        height: 3px;
        line-height: 3px;
    }

.search-title {
    font-size: 22px;
    margin-bottom: 7px;
    margin-top: 25px;
}

.search-des {
    margin-bottom: 25px;
}

.search-tool {
    margin-top: 30px;
}

    .search-tool .form-control {
        display: block;
        width: 100%;
        height: 48px;
        padding: 10px 15px;
        font-size: 16px !important;
        border-color: white;
    }

    .search-tool .btn {
        padding: 10px 22px;
        font-size: 16px;
        height: 48px;
    }

.input-search {
    position: relative;
    padding-right: 132px;
}

    .input-search .btn-search-text {
        position: absolute;
        right: 35px;
        top: 0;
        width: 97px;
    }

    .input-search .btn-search-icon {
        position: absolute;
        right: 0;
        top: 0;
        width: 34px;
    }

.input-search-single-ex {
    position: relative;
    padding-right: 120px;
}

    .input-search-single-ex .btn-search-text {
        position: absolute;
        right: 35px;
        top: 0;
    }

    .input-search-single-ex .btn-search-icon {
        position: absolute;
        right: 0;
        top: 0;
        width: 34px;
    }

.input-search-single {
    position: relative;
}

    .input-search-single .btn-search-text-single {
        position: absolute;
        right: 0px;
        top: 0;
    }

.page-content-detail .input-search-single {
    width: 220px;
    float: right;
}

    .page-content-detail .input-search-single input.form-control {
        border-radius: 30px !important;
        padding: 6px 35px 6px 15px;
    }

    .page-content-detail .input-search-single a {
        border-radius: 50% !important;
        height: 34px;
        width: 34px;
        text-align: center;
        padding: 0;
        line-height: 34px !important;
    }

.about-header .widget-row {
    max-width: 900px;
    margin: 0 auto;
    padding-top: 210px;
}

    .about-header .widget-row .col-md-3 {
        padding: 0 5px;
    }

.search-content .viewAll {
    position: relative;
    margin-top: -10px;
}

    .search-content .viewAll a.text-white {
        color: #f1f9fd;
    }

        .search-content .viewAll a.text-white:hover {
            color: #feffc3;
            text-decoration: none;
        }
/****** search detail *********/
page-search-detail.page-content-main {
    top: 35px;
}
/****/
/*** dang ky muon ho so  ***/
.mt-widget-1 {
    margin-bottom: 15px;
    border: 0;
}

    .mt-widget-1 .mt-img {
        margin: 10px 0;
    }

        .mt-widget-1 .mt-img img {
            width: 82px;
            height: 82px;
        }

    .mt-widget-1 .mt-body .mt-stats {
        margin-top: 10px;
    }

.doc-item {
    padding: 10px;
    border: 1px #eee solid;
    border-radius: 5px !important;
    margin-bottom: 2px;
}
/******/
#sample_2_wrapper .dt-buttons {
    display: none;
}

th.sorting_none {
    background-image: none !important;
}
/*** ho so cua toi ***/
.mt-element-step .step-thin .mt-step-number {
    font-size: 24px;
    border-radius: 50% !important;
    float: left;
    margin: auto;
    padding: 5px 7px;
}

.mt-element-step .nav > li > a {
    padding: 0;
    margin: 0 0 1px 1px;
    border: 0;
}

.mt-element-step .step-thin .mt-step-col {
    padding: 10px 25px 10px 15px;
}

.mt-element-step .nav-tabs {
    border-bottom: 1px solid #ccc;
}

    .mt-element-step .nav-tabs > li.active > a, .mt-element-step .nav-tabs > li.active > a:focus, .mt-element-step .nav-tabs > li.active > a:hover {
        border: 0;
    }

.mt-element-step .step-thin .active .mt-step-col {
    background-color: #32c5d2 !important;
}

.mt-element-step .step-thin .mt-step-title {
    font-weight: 400;
}

.font-grey-cascade {
    color: #7f8484 !important;
}
/*** phantrang #sample_2 custom **/
#sample_2_wrapper > .row:first-child, #sample_2_wrapper > .row:first-child + .row {
    display: none;
}

/****** holiday  *********/
.holiday-setting > div {
    margin-left: 30px;
}

.holiday-setting div[class*='icheckbox_'] {
    margin-right: 2px;
}
/***  chart / thong ke ****/
a[title="JavaScript charts"] {
    visibility: hidden;
}

.chart, .pie, .bars {
    font-size: 15px;
    color: #333;
}
/***** cau hinh he thong  *****/
/* so do to chuc */
.mt-element-card .mt-card-item {
    border-color: #d9dee3;
    margin-bottom: 20px;
}

.mt-element-card.mt-card-round .mt-card-item {
    padding: 20px 40px 10px 40px;
}

    .mt-element-card.mt-card-round .mt-card-item .mt-card-content {
        margin: 0 -20px;
    }

.mt-element-card .mt-card-item .mt-card-content .mt-card-name {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
}

.mt-element-card .mt-card-item .mt-card-avatar {
    margin-bottom: 10px;
}

.mt-element-card .mt-card-item .mt-card-content .mt-card-name {
    margin-bottom: 3px;
}

div.group-radio {
    padding-top: 10px;
}

    div.group-radio label {
        margin-right: 10px;
    }

@media (max-width:767px) {
    .mt-element-card.mt-card-round .mt-card-item {
        padding: 20px 20px 10px 20px;
        margin-bottom: 5px;
    }

    .mt-element-card {
        padding: 5px 3px;
    }

        .mt-element-card .pr5 {
            padding-right: 2px !important;
        }

        .mt-element-card .pl5 {
            padding-left: 2px !important;
        }
}
/*** layout 3 zone ***/
.page-3zone .page-content-top {
    padding: 5px 0;
}

.page-content-top.zone-left-top {
}

.page-content-top.zone-right-top .row {
    margin-left: 0;
    margin-right: 0;
}

.page-3zone .page-content-main {
    padding: 10px 15px;
}
/* PROJECT LIST */
.page-3zone .todo-ui {
    border: 1px #eee solid;
}

.todo-projects-config {
    padding: 6px 9px 3px 9px !important;
}

    .todo-projects-config > i {
        font-size: 14px !important;
    }

.todo-tasklist {
    padding: 0;
}

.todo-project-list ul li a {
    padding: 10px 15px;
    color: #3f4a53;
}

.todo-project-list .nav li {
}

    .todo-project-list .nav li a .badge {
        float: right;
        margin-top: 1px !important;
    }

.todo-project-list .nav > li.active > a {
    color: #222;
    font-weight: 500;
    background-color: #e6edf4 !important;
}
/* END PROJECT LIST */
.portlet.light > .portlet-title {
    padding: 0;
    min-height: 36px;
    margin-bottom: 0;
}

    .portlet.light > .portlet-title > .caption {
        padding: 0 0 0 0px;
        font-size: 16px;
        line-height: 36px;      
        text-transform: uppercase;     
        font-family: "Roboto Condensed", sans-serif;
    }
    .portlet.light > .portlet-title > .caption > i{
        margin-top:12px;
    }

.zone-left-top.with-menuxo {
    position: relative;
}

    .zone-left-top.with-menuxo .actions {
        position: absolute;
        top: 2px;
        right: 10px;
    }

@keyframes example {
    0% {
        background-color: #F1C40F;
    }

    50% {
        background-color: #7cbe42;
        right: 18px;
    }

    100% {
        background-color: #F1C40F;
    }
}

.dropdown-toggle.add-basket .badge {
    background-color: #F1C40F;
    position: relative;
    animation-name: example;
    animation-duration: 0.2s;
    animation-iteration-count: infinite;
}
/******* fix mobile ******/
/** layout **/
@media (max-width: 991px) {
    .logon {
        display: none;
    }

    .page-sidebar-wrapper {
        top: 50px; 
    }

    .page-sidebar.navbar-collapse {
        margin: 0 !important;
    }

    .page-header.navbar .top-menu {
        display: inline-block;
        clear: none;
        float: right;
    }

    .page-content-main {
        top: 51px;
    }

    .search-content {
        width: 100%;
        top: 160px;
        z-index: 99;
        position: absolute;
        padding: 20px;
        margin-bottom: 0;
        margin-top: 0;
        height: 200px;
    }

    .about-header {
        height: 220px;
        margin: 0;
    }

        .about-header .widget-row {
            padding-top: 366px;
            padding-left: 3px;
            padding-right: 3px;
        }

    .search-des, .search-text .line {
        display: none;
    }

    .search-text .search-title {
        text-align: left;
        margin: 10px 0 0 0;
    }

    .search-tool {
        margin-top: 10px;
    }

    .search-content .viewAll {
        padding-top: 30px;
        clear: both;
        font-size: 16px;
    }

    .about-header .widget-bg-color-white.margin-bottom-20 {
        margin-bottom: 6px !important;
    }

    .dropdown-menu {
        box-shadow: 5px 5px rgba(102, 102, 102, 0.32) !important;
    }

    .widget-thumb.bordered {
        border: 1px solid #d5d9dc;
    }

    .about-header .widget-row .col-md-3 {
        padding: 0 3px;
    }

    .page-content-1zone {
        overflow-x: hidden;
    }

    .page-header.navbar .top-menu,
    .page-header.navbar .top-menu .navbar-nav > li.dropdown-user .dropdown-toggle {
        background-color: transparent;
    }

    .page-content-detail {
        padding: 15px 15px 10px 15px;
    }
}

@media (max-width: 767px) {
    /* layout */
    .page-header.navbar {
        padding: 0 5px 0 5px;
    }

    .page-bar .page-breadcrumb li {
        display: none;
    }

        .page-bar .page-breadcrumb li:first-child, .page-bar .page-breadcrumb li:last-child {
            display: inline-block;
        }
    /**/
    .mt-element-step .step-thin .mt-step-number {
        display: none;
    }

    .mt-element-step .step-thin .mt-step-title {
        padding-left: 0px;
    }

    .mt-element-step .step-thin .mt-step-content {
        padding-left: 0px;
        font-size: 13px;
    }

    .mt-element-step .step-thin .mt-step-col {
        padding: 10px;
    }
    /**/
    /* mobile 3 zone */
    body {
        /*background-color: #fff;*/
    }

    .page-content-left {
        width: 100%;
        border-right: 0;
        border-bottom: 2px #11a2e7 solid;
    }
    /* table flip-scroll */
    .flip-scroll .table-bordered.flip-content tbody tr td {
        min-height: 33px;
    }
}

#div-diu-upload div[id*="rowFile_"] {
    margin-bottom: 10px;
}

    #div-diu-upload div[id*="rowFile_"] .col-md-8 {
        overflow: hidden;
    }

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    margin: 1px 0;
    padding: 5px;
    height: 32px;
    outline: 0;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none;
    color: #ccc;
    font-size: 100%;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0;
}

.chosen-container.chosen-container-multi {
    width: 100% !important;
}

.chosen-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    zoom: 1;
    -moz-user-select: none;
    user-select: none;
}

.chosen-container-multi .chosen-choices {
    border: 1px #E5E5E5 solid !important;
}

.chosen-container-multi .chosen-choices {
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto !important;
    background-color: #fff;
    cursor: text;
}

.form-control, .chosen-choices {
    border: 1px #E5E5E5 solid !important;
    box-shadow: none !important;
    border-radius: 0px !important;
    background-image: none !important;
}

.chosen-container-multi .chosen-choices li.search-choice {
    position: relative;
    margin: 5px 0 5px 5px;
    padding: 3px 20px 3px 7px;
    border: 1px solid #aaa;
    border-radius: 3px;
    background-color: #e4e4e4;
    background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-clip: padding-box;
    box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0,0,0,0.05);
    color: #333;
    line-height: 16px;
    cursor: default;
}

.chosen-container-multi .chosen-choices li {
    float: left;
    list-style: none;
}

    .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
        position: absolute;
        top: 6px;
        right: 3px;
        display: block;
        width: 12px;
        height: 12px;
        background: url(/Content/images/chosen-sprite.png) -42px 1px no-repeat;
        font-size: 1px;
    }

.chosen-container a {
    cursor: pointer;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    min-height: 34px !important;
}
/*********************************custom-22/8/2018********/
.img-thumbnail, body {
    /*background-color:#eef1f5;*/
}

.page-container-bg-solid .page-content {
    /*background: #eef1f5;*/
}

.page-container {
    /*border-left: 1px solid #F0F5F7;
    border-bottom: 1px solid #F0F5F7;*/
}

.page-sidebar .page-sidebar-menu > li.active.open > a, .page-sidebar .page-sidebar-menu > li.active > a, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.active.open > a, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.active > a {
    color: #fff;
    background: -moz-linear-gradient(-45deg, #07a7e3 0%, #32dac3 100%) !important;
    background: -webkit-linear-gradient(-45deg, #07a7e3 0%, #32dac3 100%) !important;
    background: linear-gradient(135deg, #07a7e3 0%, #32dac3 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=$qp-color-1, endColorstr=$qp-color-2,GradientType=1 ) !important;
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
}

.page-sidebar .page-sidebar-menu > li > a, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li > a {
    border-top: 1px solid #fff;
    color: #3f444a;
    font-weight: 600;
}

.siteAdmin .page-sidebar .page-sidebar-menu > li > a, .siteAdmin .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li > a {
    border-top: 1px solid #488ab7;
    color: #fff;
    font-weight: 600;
}

.page-sidebar .page-sidebar-menu > li.open > a, .page-sidebar .page-sidebar-menu > li:hover > a, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.open > a, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li:hover > a {
    color: #fff;
    background: -moz-linear-gradient(-45deg, #07a7e3 0%, #32dac3 100%) !important;
    background: -webkit-linear-gradient(-45deg, #07a7e3 0%, #32dac3 100%) !important;
    background: linear-gradient(135deg, #07a7e3 0%, #32dac3 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=$qp-color-1, endColorstr=$qp-color-2,GradientType=1 ) !important;
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
}
/*********************************End custom-22/8/2018********/
/*Upload*/
.files-attach-item {
    /*width: 120px;
    height: 120px;
    border: 1px solid #ddd;
    border-radius: 5px !important;*/
}

/*portal/index*/
.pricing-content-1 {
    background-color: #fff;
    box-shadow: 0 0 13px 0 rgba(82,63,105,.1);
    padding-top: 20px;
    padding-bottom: 20px;
}

    .pricing-content-1:after, .pricing-content-1:before {
        content: " ";
        display: table;
    }

    .pricing-content-1:after {
        clear: both;
    }

    .pricing-content-1 .arrow-down {
        width: 0;
        height: 0;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        border-top: 15px solid;
        margin: auto;
    }

        .pricing-content-1 .arrow-down.arrow-blue {
            border-top-color: #3598DC;
        }

        .pricing-content-1 .arrow-down.arrow-green {
            border-top-color: #32C5D2;
        }

        .pricing-content-1 .arrow-down.arrow-dark {
            border-top-color: #2F353B;
        }

        .pricing-content-1 .arrow-down.arrow-grey {
            border-top-color: #f7f9fb;
        }

    .pricing-content-1 .price-ribbon {
        position: absolute;
        top: 75px;
        right: -4px;
        width: 90px;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 300;
        padding: 6px 20px 6px 15px;
        color: #fff;
        background-color: #D91E18;
        text-shadow: 0 1px 2px #bbb;
        -webkit-box-shadow: 0 2px 4px #888;
        -moz-box-shadow: 0 2px 4px #888;
        box-shadow: 0 2px 4px #888;
    }

        .pricing-content-1 .price-ribbon:after {
            content: ' ';
            position: absolute;
            width: 0;
            height: 0;
            right: 0;
            top: 100%;
            border-width: 5px 10px;
            border-style: solid;
            border-color: #64120f transparent transparent #64120f;
        }

    .pricing-content-1 .pricing-title {
        border-bottom: 1px solid;
        border-color: #fff;
    }

        .pricing-content-1 .pricing-title > h1 {
            margin: 20px 0;
        }

    .pricing-content-1 .price-column-container {
        text-align: center;
        margin: 0;
        background-color: #fff;
        /*height: calc(100% - 300px);*/
        overflow: auto;
    }

@media (max-width:767px) {
    .pricing-content-1 .price-column-container {
        margin-bottom: 10px;
    }
}

.pricing-content-1 .price-column-container.border-active {
    border: 1px solid #e5e9ee;
}

.pricing-content-1 .price-column-container:first-child {
    margin-left: 0;
}

.pricing-content-1 .price-column-container:last-child {
    margin-right: 0;
}

.pricing-content-1 .price-table-head {
    color: #fff;
    padding: 20px 0;
}

    .pricing-content-1 .price-table-head h2 {
        font-size: 26px;
    }

    .pricing-content-1 .price-table-head.price-1 {
        background-color: #3598DC;
    }

    .pricing-content-1 .price-table-head.price-2 {
        background-color: #32C5D2;
    }

    .pricing-content-1 .price-table-head.price-3 {
        background-color: #2F353B;
    }

.pricing-content-1 .price-table-pricing > h3 {
    font-size: 60px; margin-bottom:0; margin-top:0;
    position: relative;
}

    .pricing-content-1 .price-table-pricing > h3 > .price-sign {
        font-size: 24px;
        margin-left: -15px;
        vertical-align: top;
        top: 15px;
    }

.pricing-content-1 .price-table-pricing > p {
    margin-top: 0;
}

.pricing-content-1 .price-table-content {
   background-color: #f7f9fb;
    color: #5c6d7e;
    font-weight: 600;
    font-size: 16px;
}

@media(min-width:768px) {
    .pricing-content-1 .price-table-content {
        min-height: 350px;
    }
}

.pricing-content-1 .price-table-content a, .pricing-content-1 .price-table-content a:link {
    background-color: #f7f9fb;
    color: #3f444a;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
}

    .pricing-content-1 .price-table-content a:hover {
        color: #d00;
    }
   
.pricing-content-1 .price-table-content .row {
    /*padding-top: 7px;*/
    padding-bottom: 8px;   
    /*border-bottom: 1px dashed #e3e3e3;*/  

}

    .pricing-content-1 .price-table-content .row i {
        color: #6cade6;
    }

    .pricing-content-1 .price-table-content .row:first-child {
        padding-top: 15px;
    }

    .pricing-content-1 .price-table-content .row:last-child {
        padding-bottom: 15px;
    }
    .sameyear{
        /*margin-bottom:20px;*/
    }
    .group-year{
    font-size: 18px;
    color:#3598dc;
    margin-top: 0;
    font-weight: 600;
    text-transform: uppercase; 

    padding-bottom:6px;

    }
    .group-year span:before{
     /*font-family: Simple-Line-Icons;    content: "\e080";
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;*/    
    }
.pricing-content-1 .price-table-footer {
    padding: 15px 0;
}

    .pricing-content-1 .price-table-footer > .price-button, .search-banner .search-bar .btn {
        font-weight: 700;
        /* padding: 10px 20px;*/
        color: #fff;
        /*background: -moz-linear-gradient(-45deg, #07a7e3 0%, #32dac3 100%) !important;
    background: -webkit-linear-gradient(-45deg, #07a7e3 0%, #32dac3 100%) !important;
    background: linear-gradient(135deg, #07a7e3 0%, #32dac3 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=$qp-color-1, endColorstr=$qp-color-2,GradientType=1 ) !important;
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;*/
        background: linear-gradient(to right, #206fb2 0, #00b7e1 100%);
        background: -moz-linear-gradient(to right, #206fb2 0, #00b7e1 100%);
        background: -webkit-linear-gradient(to right, #206fb2 0, #00b7e1 100%);
        background: linear-gradient(to right, #206fb2 0, #00b7e1 100%);
        border: 0;
    }

        .pricing-content-1 .price-table-footer > .price-button:hover, .pricing-content-1 .price-table-footer > .price-button:focus,
        .search-banner .search-bar .btn:hover, .search-banner .search-bar .btn:focus {
            background: -moz-linear-gradient(-45deg, #07a7e3 0%, #32dac3 100%) !important;
            background: -webkit-linear-gradient(-45deg, #07a7e3 0%, #32dac3 100%) !important;
            background: linear-gradient(135deg, #07a7e3 0%, #32dac3 100%) !important;
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=$qp-color-1, endColorstr=$qp-color-2,GradientType=1 ) !important;
            -webkit-transition: opacity 0.2s ease-out;
            -moz-transition: opacity 0.2s ease-out;
            -o-transition: opacity 0.2s ease-out;
            transition: opacity 0.2s ease-out;
        }

@media (max-width:1024px) {
    .pricing-content-1 .mobile-padding {
        padding: 0 15px;
        margin: 0 -15px;
    }

        .pricing-content-1 .mobile-padding > i {
            margin-right: 20px;
        }

    .pricing-content-1 .price-table-content {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.pricing-content-2 {
    background-color: #fff;
}

    .pricing-content-2 .no-padding {
        padding: 0;
    }

    .pricing-content-2 .text-left {
        text-align: left;
    }

    .pricing-content-2 .text-right {
        text-align: right;
    }

    .pricing-content-2.pricing-bg-dark {
        background-color: #2F353B;
    }

    .pricing-content-2 .pricing-title {
        border-color: #444;
    }

        .pricing-content-2 .pricing-title > h1 {
            color: #fff;
        }

    .pricing-content-2 .pricing-table-container {
        padding-top: 40px;
        padding-bottom: 40px;
    }

        .pricing-content-2 .pricing-table-container .padding-fix {
            padding-left: 15px;
            padding-right: 15px;
        }

        .pricing-content-2 .pricing-table-container .price-column-container {
            background-color: #fff;
            margin: 30px 0;
            padding: 60px 0;
            text-align: center;
            border-bottom: 4px solid #ccc;
        }

            .pricing-content-2 .pricing-table-container .price-column-container.border-right {
                border-right: 1px solid #ccc;
            }

            .pricing-content-2 .pricing-table-container .price-column-container.border-left {
                border-left: 1px solid #ccc;
            }

            .pricing-content-2 .pricing-table-container .price-column-container.border-top {
                border-top: 1px solid #ccc;
            }

            .pricing-content-2 .pricing-table-container .price-column-container.featured-price {
                margin: 0;
                padding: 89px 0;
                border: 1px solid #ccc;
                border-bottom: 4px solid;
            }

                .pricing-content-2 .pricing-table-container .price-column-container.featured-price > .price-feature-label {
                    position: absolute;
                    top: 0;
                    left: 50%;
                    display: inline-block;
                    width: 110px;
                    margin: 0 0 0 -60px;
                    padding: 7px 15px;
                    color: #fff;
                    font-weight: 300;
                }

            .pricing-content-2 .pricing-table-container .price-column-container > .price-table-head > h2 {
                letter-spacing: 1px;
                font-weight: 600;
                font-size: 18px;
                color: #ACB5C3;
            }

                .pricing-content-2 .pricing-table-container .price-column-container > .price-table-head > h2.opt-pricing-5 {
                    padding: 7px 15px;
                    display: inline;
                    margin: 0 auto 20px;
                    font-size: 16px;
                }

            .pricing-content-2 .pricing-table-container .price-column-container > .price-table-pricing > h3 {
                font-size: 60px;
                position: relative;
                font-weight: 600;
            }

                .pricing-content-2 .pricing-table-container .price-column-container > .price-table-pricing > h3 > .price-sign {
                    font-size: 24px;
                    margin-left: -15px;
                    vertical-align: top;
                    top: 15px;
                }

            .pricing-content-2 .pricing-table-container .price-column-container > .price-table-pricing > p {
                margin-top: 0;
            }

            .pricing-content-2 .pricing-table-container .price-column-container > .price-table-content {
                color: #333;
                font-weight: 300;
                font-size: 16px;
            }

                .pricing-content-2 .pricing-table-container .price-column-container > .price-table-content .row {
                    padding-top: 20px;
                    padding-bottom: 20px;
                    border-bottom: 1px solid;
                    border-color: #eee;
                }

                    .pricing-content-2 .pricing-table-container .price-column-container > .price-table-content .row:first-child {
                        border-top: 1px solid;
                        border-color: #eee;
                    }

            .pricing-content-2 .pricing-table-container .price-column-container > .price-table-footer {
                padding: 40px 0 0;
            }

                .pricing-content-2 .pricing-table-container .price-column-container > .price-table-footer > .featured-price {
                    font-size: 20px;
                    font-weight: 300;
                    border-bottom: 3px solid #3FABA4;
                }

@media (max-width:991px) {
    .pricing-content-2 .price-column-container {
        border-left: 1px solid;
        border-right: 1px solid;
        border-color: #ccc;
    }
}

/*Search*/
.search-banner .search-bar {
    overflow: hidden;
    margin-bottom: 5px;
}

.search-box .search-bar {
    padding: 20px 0;
    background-color: #fff;
    margin-bottom: 20px;
    border-radius: 4px;
    box-shadow: 0 0 13px 0 rgba(82,63,105,.1);
    /*height: calc(100% - 20px);*/
}

@media(max-width:767px) {
    .search-box .search-bar {
        margin-bottom: 2px;
    }
}


.search-box .search-bar .form-control, .search-filter .search-bar .form-control {
    border: none;
    background-color: #f3f6f9;
    color: #222;
    height: 40px;
}

.search-box .search-bar .btn, .search-filter .search-bar .btn {
    color: #fff;
    margin-left: -3px;
    padding: 10px 16px;
}

.search-filter {
    padding: 20px 0 16px 0;
    background-color: #fff;
    margin-bottom: 20px;
    border-radius: 4px;
    box-shadow: 0 0 13px 0 rgba(82,63,105,.1);
}

#tb-se-search-view .fa {
    margin-right: 5px;
    color: #0078d4;
}

body a {
    color: #0078d4;
    text-decoration: none;
}

    body a:hover, body a:focus {
        color: #d00;
        text-decoration: none;
    }

body .table thead tr th {
    color: #000;
    font-weight: 600;
}

body .table td {
    color: #2a3239;
    font-weight: 400;
    text-decoration: none;
}

td.word-wrap > div {
    margin-bottom: 5px; /*white-space: nowrap;*/
}
.searh-result td > a{
    font-weight:bold;
    display:inline-block;
    margin-bottom:5px;
}
.searh-result td div a,.attach-name{
    font-weight:400!important;
}
/************user top menu**********/
.page-header.navbar .top-menu .navbar-nav > li.dropdown-user > .dropdown-menu {
    width: 195px;
}

.page-header.navbar .top-menu .navbar-nav > li.dropdown .dropdown-toggle:hover, .page-header.navbar .top-menu .navbar-nav > li.dropdown.open .dropdown-toggle {
    color: #fff;
    background: -moz-linear-gradient(-45deg, #07a7e3 0%, #32dac3 100%) !important;
    background: -webkit-linear-gradient(-45deg, #07a7e3 0%, #32dac3 100%) !important;
    background: linear-gradient(135deg, #07a7e3 0%, #32dac3 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=$qp-color-1, endColorstr=$qp-color-2,GradientType=1 ) !important;
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
}

.page-header.navbar .top-menu .navbar-nav > li.dropdown-language > .dropdown-toggle > .langname, .page-header.navbar .top-menu .navbar-nav > li.dropdown-user > .dropdown-toggle > .username, .page-header.navbar .top-menu .navbar-nav > li.dropdown-user > .dropdown-toggle > i {
    color: #eff8ff;
}

.page-header.navbar .top-menu .dropdown-header, .page-header.navbar .top-menu .dropdown-menu > li > a {
    display: block;
    line-height: 1.42857;
    white-space: nowrap;
}

.page-header.navbar .top-menu .navbar-nav > li.dropdown-user > .dropdown-menu li a {
    color: #555;
}

.page-header.navbar .top-menu .dropdown-menu {
    padding-top: 5px;
    padding-bottom: 5px;
}

    .page-header.navbar .top-menu .dropdown-menu li:hover {
    }

.dropdown-menu-default li {
}

#logoutForm a {
    padding: 8px 16px;
    color: #6f6f6f;
    text-decoration: none;
    display: block;
    clear: both;
    font-weight: 300;
    line-height: 18px;
    white-space: nowrap;
}

@media(max-width:991px) {
    .page-bar {
        display: none;
    }
}

.page-sidebar .page-sidebar-menu .sub-menu li > a, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu li > a{
    padding:8px 15px 8px 35px; 
}
@media (max-width:767px) {
    .page-content-main {
        /*top: 32px;*/
    }

    .page-sidebar.navbar-collapse.in {
        border-top: 0 !important;
        margin: 20px;
        position: relative;
        overflow: hidden !important;
        overflow-y: auto !important;
        display: block !important;
        background-color:white;
    }
  .siteAdmin .page-sidebar.navbar-collapse.in {
   background-color:#206fb2;
    background: linear-gradient(to right, #206fb2 0, #00b7e1 100%);
    background: -moz-linear-gradient(to right, #206fb2 0, #00b7e1 100%);
    background: -webkit-linear-gradient(to right, #206fb2 0, #00b7e1 100%);
    background: linear-gradient(to right, #206fb2 0, #00b7e1 100%);
    }
}
/******CheckLisst*/
.timeline-list-all{
    margin-top:10px;
}
.timeline-list-all:before {
    content: '';
    position: absolute;
    display: block;
    width: 4px;
    background: #f5f6fa;
    top: 55px;
    bottom: 0px;
    margin-left: 7px;
}
.icheck-list-all .label-check{
    font-weight: 500;
    margin-left: -5px;
}

.lv-icheck-list{
    margin:0;   display:inline-block;
}
.lv-icheck-list .label-check{
    /*margin-left:30px;*/ display:inline-block; font-weight:400;
}
.list-check-list{
    padding:10px 15px;
}
.list-check-list .form-group{
    margin-bottom:0;
}
.lv-icheck-list  .mt-checkbox {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    float: left;
    margin-bottom: 15px;
   
    cursor: pointer;
    font-size: 14px;
  
}
.open>.dropdown-menu {
    display: block;
}
.dropdown-menu {
    box-shadow: 5px 5px rgba(102,102,102,.1);
    left: 0;
    min-width: 175px;
    position: absolute;
    z-index: 1000;
    display: none;
    float: left;
    list-style: none;
    text-shadow: none;
    padding: 0;
    background-color: #fff;
    margin: 10px 0 0;
    border: 1px solid #eee;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
.white-space-normal,.white-space-normal .label{
    white-space:normal!important;
}
.siteAdmin .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu > li:hover > a,.siteAdmin .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu > li.open > a,.siteAdmin .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu > li.active > a,.siteAdmin .page-sidebar .page-sidebar-menu .sub-menu > li:hover > a, .page-sidebar .page-sidebar-menu .sub-menu > li.open > a,.siteAdmin .page-sidebar .page-sidebar-menu .sub-menu > li.active > a {
    background:#2b87ca !important;
}
.siteAdmin.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu > li > a,.siteAdmin .page-sidebar .page-sidebar-menu .sub-menu > li > a {
    color:#fffdfd;
}
.page-sidebar .page-sidebar-menu > li.active.open > a, .page-sidebar .page-sidebar-menu > li.active > a, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.active.open > a, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.active > a {
    color: #fff;
    background: -moz-linear-gradient(-45deg, #07a7e3 0%, #32dac3 100%) !important;
    background: -webkit-linear-gradient(-45deg, #07a7e3 0%, #32dac3 100%) !important;
    background: linear-gradient(135deg, #07a7e3 0%, #32dac3 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=$qp-color-1, endColorstr=$qp-color-2,GradientType=1 ) !important;
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
}

.page-sidebar .page-sidebar-menu > li > a, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li > a {
    border-top: 1px solid #fff;
    color: #3f444a;
    font-weight: 600;
}
.ms-webpart-titleText.ms-webpart-titleText, .ms-webpart-titleText > a{
	text-align:center !important;border-bottom: 1px solid #ccc;padding:10px;text-transform: uppercase;
}
.ms-WPBorder{
	border:0px !important;
}


.ckns_header {
	background: #2673b4;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    padding: 0 10px;
    width: 97%;
    height:40px;
}
.ckns_header .1{
							border-bottom: 1px solid #e6e6e6;
							background:#e6e6e6
						}
.ckns_header .0{
							border-bottom: 1px solid #e6e6e6;
							background:#000;
							color:black;
						}

.ckns_header .tenvanban{
							float:left; width:280px;
							font-weight:bold;
							margin-top:10px;
						}
.ckns_header .sokyhieu{
							float:left;width:100px;font-weight:bold;margin-top:10px;
						}
.ckns_header .ngaycongkhai{
							float:left;width:120px;font-weight:bold;margin-left:-5px;margin-top:10px;						}
.ckns_header .maubaocao{
							float:left;width:120px;font-weight:bold;margin-left:10px;margin-top:10px;
						}
.ckns_header .nambaocao{
							float:left;width:100px;font-weight:bold;margin-left:8px;margin-top:10px;
						}

.ckns_item {
	font-size: 13px;
    float: left;
    padding: 0 9px;
    width: 97%;
    border-bottom: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    
}
.ckns_item .tenvanban{
							float:left;width:280px;
							padding:5px 0;
						}
.ckns_item .tenvanban a {
						color:#2673b4;
	
}						
.ckns_item .sokyhieu{
							float:left;width:100px;
							text-align:center;
							padding:5px 0;

						}
.ckns_item .sokyhieu a{ color:black; }
.ckns_item .ngaycongkhai{
							float:left;width:110px;
							text-align:center;
							padding:5px 0;

						}
.ckns_item .ngaycongkhai a{ 
							color:black
						}

.ckns_item .maubaocao{
							float:left;width:120px;
							text-align:center;
							padding:5px 0;

						}
.ckns_item .maubaocao a{ color:black;

}
.ckns_item .nambaocao{
							float:left;width:120px;
							text-align:center;
							padding:5px 0;
		
						}
.ckns_item .nambaocao a{
							color:black;		
						}

.ckns {
	font-size: 13px;
    float: left;
    width: 100%;
    
}						
.ckns .ckns_item_row{
							padding:10px;
							border-bottom: 1px solid #e6e6e6;
    						border-right: 1px solid #e6e6e6;
    						border-left: 1px solid #e6e6e6;
							
						}
.ckns .ckns_item_row1 {
	margin-left: 15px;
    margin-right: 15px;
    padding-top:15px;
    padding-bottom: 15px;
}
.ckns_item_tenvanban{
	float:left;
	width:35%;
	
}
.ckns_item_sokyhieu {
	float:left;
	width:20%;
}
.ckns_item_loaibaocao {
	float:left;
	width:20%;
}
.ckns_item_vanbanquydinh{
	float:left;
	width:20%;
}
.ckns .ckns_item_row2 {
	margin-left: 15px;
    margin-right: 15px;
    padding-bottom: 15px;
   
}

.ckns_item_ngaycongkhai
{
    float:left;
	width:35%;
	color:#9d0d0d;
    font-weight:bold;
}
.ckns_item_ngaycongkhai::first-line
{
    float:left;
	width:35%;
	color:#3a3a3a;
}


.ckns_item_ngaybanhanh {
	float:left;
	width:20%;	
	color:#9d0d0d;
    font-weight:bold;
}
.ckns_item_ngaybanhanh::first-line 
{
	float:left;
	width:35%;
	color:#3a3a3a;

}

.ckns_item_nambaocao {
	float:left;
	width:20%;
	color:#9d0d0d;
    font-weight:bold;
}
.ckns_item_nambaocao::first-line {
	float:left;
	width:20%;
	color:#3a3a3a;
}

.ckns_item_nguoiky {
	float:left;
	width:20%;
}
.ckns_item_nguoiky:first-line {
	float:left;
	width:20%;
	color:#3a3a3a;

}

.ckns .ckns_item_row3 {
	margin-left: 15px;
    margin-right: 15px;
    padding-bottom: 15px;

}

.ckns .ckns_item_row4 {
	margin-left: 15px;
    margin-right: 15px;
    padding-bottom: 15px;

}
.ckns .ckns_item_row4::first-line{
	
	color:#3a3a3a;
	}
.ckns .ckns_item_row4 b::after {
	content:"\a";
    white-space: pre;
}
.ckns_item_attack_name {
	float:left;
	width:50%;
	border-bottom:1px solid #e6e6e6;
	vertical-align: middle;
    line-height: 30px;


}
.ckns_item_download_button {
	float:left;	
	width:50%;
	border-bottom:1px solid #e6e6e6;
	
    margin-bottom: 10px;
    vertical-align: middle;
    line-height: 30px;

}

