/* Write your custom CSS here */
.page-controll{
    display: block;
    height: 36px;
    line-height: 36px;
    background: #fff;
    padding: 0 10px;
    margin-bottom: 10px;
}
.page-controll .btn-group .btn{
     line-height: 14px;
    padding-left: 14px;
    padding-right: 14px;
}
.page-controll .btn-group .btn:hover{
    background: #30B19B;
    color: #fff;
}
#main-wrapper {
    margin: 10px;
    padding: 0;
}
.btn.green {
    color: white;
    text-shadow: none;
    background-color: #35aa47;
}
.pace .pace-activity {
    border-top-color: #30B19B;
    border-left-color: #30B19B;
    margin-top: 0;
    margin-right: 0;
    position: absolute;
    top: 50%;
    left: 50%;
}
.no-boder{
    border:none !important;
}
.panel .panel-body {
    padding: 10px;
}
.table {
    margin-bottom: 0px;
    border-bottom: 1px solid #d8d8d8;
}
.form-group {
    margin-bottom: 10px;
}
.btn.red {
    color: white;
    text-shadow: none;
    background-color: #d84a38;
}
.btn.green {
    color: white;
    text-shadow: none;
    background-color: #35aa47;
}
.btn.yellow {
    color: white;
    text-shadow: none;
    background-color: #ff9900;
}
.title-table-tab {
    font-size: 16px;
    margin: 0px;
    padding: 5px;
    background: #e8e8e8;
    width: 100%;
    float: left;
    /*border: 1px solid #d8d8d8;*/
    border-bottom: none;
}
.title-table-tab > span {
    line-height: 30px;
    font-size: 15px;
}
a.btn-create {
    border: 1px solid #d8d8d8;
    padding: 7px;
    font-size: 13px;
    border-radius: 3px !important;
    color: #fff;
    background: #0d638f;
    float: right;
    transition: background .2s;
}
a.btn-create:hover {
    text-decoration: none;
    background: #7abd1a;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    background-color: #e8e8e8;
    border-bottom-color: #e8e8e8;
}
.nav-tabs>li>a:hover {
    border-color: #eee #eee #e8e8e8;
}
.form-control {
    height: 36px;
    line-height: 22px;
}
.search-element {
    padding-right: 0px;
}
.text-info {
    border: 1px solid #d8d8d8;
    padding: 7px 10px;
    border-radius: 3px;
    min-height: 34px;
    color: #555;
    background: #f8f8f8;
}
.text-red {
    color: #ff0000;
}

.text-left {
    text-align: left;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.text-bold {
    font-weight: 600;
}


@media (min-width: 1366px) {
    .modal-lg {
        width: 1120px;
    }
}


/*Begin Tạo cố định cột và dòng*/
div.table-fixed {
    position: relative;
    overflow-x: auto;
    overflow-y: auto;
}

div.table-fixed table {
    position: relative;
}

div.table-fixed thead th {
    position: -webkit-sticky; /* for Safari */
    position: sticky;
    top: 0;
    z-index: 10;
}

div.table-fixed thead th.fix-head {
    left: 0;
    z-index: 100;
}

div.table-fixed thead th{
    left: 0;
    z-index: 100;
}

div.table-fixed tbody th {
    position: -webkit-sticky; /* for Safari */
    position: sticky;
    left: 0;
}
.page-sidebar-fixed.page-header-fixed .page-inner {
    padding: 50px 0 0px 170px;
}
.select2-container--disabled{
    width: 100% !important;
}

.form-group .multil-item {
    width: auto;
    padding: 0px 30px 0px 0px;
    float: left;
    height: 36px;
    line-height: 36px;
}
.form-group .multil-item input{
    display: inline-block;
    float: left;
    margin: 10px 5px 0px 0px;
}
.form-group .multil-item label{
    float: left;
    width: auto;
    font-weight: normal;
    margin-bottom: 0 !important;
}
.form-group .checkbox-style{
    margin-top: 10px;
    height: 14px;
    width: 14px;
    margin-bottom: 12px;
}
.title-box {
    margin-bottom: 0;
    margin-top: 0;
    padding: 0px 0px 7px 0px;
    border-bottom: 1px solid #d8d8d8;
    color: #30b19b;
}
.menu.accordion-menu a {
    padding: 10px;
}
.menu.accordion-menu li.active a .active-page {
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid #F5F5F5;
}
.menu.accordion-menu ul li a {
    padding: 9px 14px;
}