﻿@charset "UTF-8";

@font-face {
    font-family: robotor;
    src: url("fonts/Roboto-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: robotob;
    src: url("fonts/Roboto-Bold.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: robotom;
    src: url("fonts/Roboto-Medium.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: robotol;
    src: url("fonts/Roboto-Light.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: robotor,sans-serif;
    font-size: 13px;
    color: #353535;
    font-weight: normal;
    line-height: 1.42857;
    background: #FFFFFF;
}

.read_only {
    pointer-events: none;
    /* background-color: #ccc;*/
}
/*CSS validation Sumary*/
.validation-summary-errors li {
    list-style: none;
}

.sumaryErrorItem {
    cursor: pointer;
}

.validation-summary-errors li:hover {
    color: blue;
    cursor: pointer;
    text-decoration: underline;
}

.panel-title {
    text-transform: initial;
}

.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings'; /* essential for enabling glyphicon */
    content: "\e114"; /* adjust as needed, taken from bootstrap.css */
    float: right; /* adjust as needed */
    color: grey; /* adjust as needed */
}

.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080"; /* adjust as needed, taken from bootstrap.css */
}

.panel-sumary {
    padding: 10px 10px 10px 30px;
}

.validation-summary-errors .panel-heading {
    background-color: #f8e7e7 !important;
}
/*END*/
/* Set padding to keep content from hitting the edges */
.body-content {
    padding: 0;
    margin: 0;
}

.disablelnk {
    pointer-events: none;
    color: gray;
}

.lnkGoBack {
}
/*Start Loader*/

.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    /*
    border-top: 7px solid blue;
    border-right: 7px solid green;
    border-bottom: 7px solid red;
    border-left: 7px solid pink;
    */
    border-top: 1px solid #04c3cc;
    border-right: 7px solid #04c3cc;
    border-bottom: 1px solid #ff6200;
    border-left: 7px solid #ff6200;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    position: fixed;
    left: 58%;
    top: 50%;
    margin: auto;
    /*margin-top: -50px;*/
    /*  margin-left: -100px;*/
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@media screen and (max-width: 767px) {
    .select2 {
        width: 100% !important;
    }

    .loader {
        border: 16px solid #f3f3f3;
        border-radius: 50%;
        border-top: 12px solid blue;
        border-right: 12px solid green;
        border-bottom: 12px solid red;
        border-left: 12px solid pink;
        width: 100px;
        height: 100px;
        -webkit-animation: spin 2s linear infinite;
        animation: spin 2s linear infinite;
        position: fixed;
        left: 50%;
        top: 50%;
        margin: auto;
        /*margin-top: -50px;*/
        /*  margin-left: -100px;*/
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.bg_load {
    position: fixed;
    /* left: 0px;*/
    top: 0px;
    z-index: 4;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.42);
}

.bg_readonly {
   cursor:none;
}

.modal {
    z-index: 99999999999999;
    background-color: #777777b0;
}
/*End Loader*/

.Date {
    max-width: 195px;
}

.validation-summary-errors {
    border: 1px solid;
    margin-bottom: 10px;
    padding: 10px;
    background: #fffde8;
}

.error {
    color: red;
}

.nav-bootom-fixed {
    position: fixed;
    width: 100%;
    bottom: 0px;
    right: 0px;
    text-align: right;
    padding: 10px 10px 10px 10px;
    margin-bottom: 0px !important;
}

label {
    font-weight: normal !important;
}

.panel {
    border-radius: 0px !important;
    margin-bottom: 5px;
}

ul, ol {
    margin-bottom: 0px;
}

.form-detail .control-label {
    text-align: right;
}

.dropdown-menu {
    border: 0px !important;
    border-radius: 0px !important;
    background-color: #eeeeee;
    padding: 0px;
}

.table {
    table-layout: fixed !important;
}

.btn {
    border-radius: 0px;
    padding: 4px 12px;
}

.Link {
    cursor: pointer;
    padding-bottom: 6px;
}

.LinkUnActive {
    cursor: default;
    padding-bottom: 6px;
    color: #667fa0;
}

.rowNewLoad {
    /*background-color: #fbfbfb;*/
}

.disabled {
    pointer-events: none;
}

.containerButtonSearch {
    text-align: right;
}

.dropdown-ctrl {
    width: 100%;
}

.table thead > tr > th, .table tbody > tr > th, .table tfoot > tr > th, .table thead > tr > td, .table tbody > tr > td, .table tfoot > tr > td {
    word-wrap: break-word;
}

table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
    color: #ff6300 !important;
}

.panel-body-custom {
    margin-top: -7px;
}
/*CSS by PHUONGNA*/
.imageSearch {
    float: right;
    margin-top: -28px;
    margin-right: 10px;
}

.btn-bottomlist {
    float: right;
    margin-right: -15px;
}

.margint10 {
    margin-top: 10px;
}

.margint25 {
    margin-top: 25px;
}

.margint5 {
    margin-top: 5px;
}

.marginl30 {
    margin-left: 30px;
}

.marginl20 {
    margin-left: 20px !important;
}

.marginr30 {
    margin-right: 30px;
}

.textcenter {
    text-align: center;
}

.navButtom {
    margin-bottom: 20px;
    float: right;
}

.navbar-default-btn {
    background-color: transparent;
    border-color: transparent;
    text-align: right;
}

.right {
    text-align: right;
    /*float: right !important;*/
}

.Bold {
    font-weight: bold !important;
}


/*CSS form ABBank SmartForm*/
.ABR .navbar-fixed-top .container {
    padding-left: 0;
    margin-left: 10px;
    max-width: 100%;
    padding-right: 0;
}

    .ABR .navbar-fixed-top .container .bg-logo {
        padding: 12px 15px 1px 20px;
    }

.ABR .navbar-top .navbar-left .dropdown-toggle {
    padding-top: 16px;
    padding-bottom: 14px;
}

.ABR .navbar-top .navbar-left .notification li .menu-action {
    float: left;
    clear: none;
}

.ABR #CountMsg {
    background: #ff6300;
    position: absolute;
    right: 6px;
    top: 6px;
    z-index: 100;
    display: inline-block;
    min-width: 10px;
    padding: 3px 4px;
    font-size: 7px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 10px;
}

.ABR .navbar-top .navbar-right .form-horizontal .row {
    margin-top: 10px;
}

    .ABR .navbar-top .navbar-right .form-horizontal .row .col-md-9 {
        width: 115px;
        padding-right: 0;
    }

    .ABR .navbar-top .navbar-right .form-horizontal .row .col-md-2 {
        width: 115px;
        padding-right: 0;
    }

    .ABR .navbar-top .navbar-right .form-horizontal .row .col-md-9 input {
        height: 28.5px;
    }

    .ABR .navbar-top .navbar-right .form-horizontal .row .col-md-2 button {
        width: 80px;
    }

.ABR .navbar-default {
    background-color: #fff;
      min-height:60px !important;
 }

.ABR .navbar-top .navbar-right .dropdown-toggle i {
    padding-right: 3px;
}

.ABR .navbar-default .navbar-brand, .navbar-default .navbar-brand:focus {
    font-size: 24px;
    color: #095f9d;
    font-weight: bold;
}

.navbar-default .navbar-nav > li > a {
    color: #FFFFFF;
    z-index: 2;
    padding-top:12px;
   
}

    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
        color: #e8fd56;
        background-color: transparent;
    }

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    /*background-color: #cc6b26;*/
    background-color: #095f9d;
    color: #FFF;
}

#navbar .dropdown-menu {
    background-color: #095f9d;
    border: 0;
}

.dropdown-menu > li > a {
    display: block;
    padding: 7px 14px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #ffffff;
    white-space: nowrap;
    font-size:13px;
}

.notification {
    background: #fff !important;
    max-height: 400px;
    overflow-y: scroll;
}

    .notification > li > a {
        /*background:#fff !important;*/
        color: #1d2129 !important;
        border-bottom: 1px solid #dddfe2 !important;
        padding-top: 7px !important;
        padding-bottom: 0px !important;
    }

.li-list-notify {
    border-bottom: 1px solid #dddfe2;
    border-top: 1px solid #dddfe2;
    background-color: #fff;
    min-height: 50px;
}

.navbar-top .menu-child {
    text-transform: none;
    font-weight: 400;
    cursor: pointer;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: #203572;
}

.notification > li > a:hover, .notification > li > a:focus {
    background-color: #edf2fa !important;
}

.bannerPage {
    float: left;
    width: 100%;
    padding-top: 50px;
}

.detail-news {
    width: 100%;
    float: left;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #ffffff;
}

    .detail-news h1.title-news {
        font-size: 24px;
        color: #ff6300;
        margin: 5px 0;
    }

.content-news-detail {
    float: left;
    width: 100%;
    color: #000;
    line-height: 1.5em;
    font-family: robotor !important;
    text-align: justify;
}

.plr-15 {
    padding-right: 15px;
    padding-left: 15px;
}

.wrapper {
    display: inline-block;
    margin-top: 50px;
    padding: 10px 5px 30px 5px;
    width: 100%;
}

.panel_custome {
    margin-bottom: 5px;
    background-color: #fff;
    width: 100%;
    float: left;
}

.panel-heading {
    text-transform: uppercase !important;
    padding: 10px !important;
    color: #095f9d;
    font-size: 13px;
}

.form-group {
    clear: both;
}

.input-append input {
    padding-right: 30px !important;
}

.form-control {
    font-size: 13px;
    height: 27px;
    padding: 0px 4px 0px 10px;
    margin-bottom: 5px;
}

.add-on {
    float: right;
    margin-top: -38px;
    padding: 3px;
    text-align: center;
    border-radius: 0;
}

    .add-on .btn {
        padding: 9px;
    }

    .add-on a {
        width: 30px;
        height: 30px;
        margin-left: -27px !important;
        padding-top: 5px !important;
        border: 0;
    }

.navbar-fixed-breadcrumb {
    min-height: 34px !important;
    height: 30px !important;
    background-color: #f5f5f5;
    z-index: 2;
    top: 44px;
    left: 0px;
    bottom: auto;
    border-bottom: 0;
    right: 0;
    border-width: 0;
    bottom: 0;
    border-radius: 0 !important;
    box-shadow: 0 3px 5px -2px rgba(0,0,0,0.16), 0 2px 10px -2px rgba(0,0,0,0.12);
    margin-bottom: 5px;
    position: fixed;
   /* color: #027FCA;*/
}

.breadcrumb {
    padding: 5px 15px 5px 15px;
    margin-bottom: 0px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 0;
    box-shadow: 0 3px 5px -2px rgba(0,0,0,0.16), 0 2px 10px -2px rgba(0,0,0,0.12);
}

    .breadcrumb li {
        font-size: 12px;
    }
    .breadcrumb li a {
            color: #027FCA !important;
        }

.no-menu-left {
    padding-top: 2px;
}


.fr-menu-left {
    padding-top: 2px;
    margin-left: 255px;
}

.RegisterCustomer {
    float: left;
    width: 100%;
}

.formRes .form-group {
    float: left;
    width: 100%;
    margin-bottom: 5px;
}

    .formRes .form-group label {
        font-weight: normal;
        margin-bottom: 0;
        padding-top: 0;
    }

.RegisterCustomer label {
    line-height: 15px;
    font-weight: normal;
}

.select2-container .select2-choice {
    display: block;
    height: 26px;
    padding: 0 0 0 8px;
    overflow: hidden;
    position: relative;
    border: 1px solid #aaa;
    white-space: nowrap;
    line-height: 26px;
    color: #444;
    text-decoration: none;
    border-radius: 4px;
    background-clip: padding-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0,#eee),color-stop(.5,#fff));
    background-image: -webkit-linear-gradient(center bottom,#eee 0%,#fff 50%);
    background-image: -moz-linear-gradient(center bottom,#eee 0%,#fff 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#eeeeee',GradientType=0);
    background-image: linear-gradient(to top,#eee 0%,#fff 50%);
}

.select2-container .select2-choice {
    height: 34px;
    line-height: 34px;
    border-color: #d9d9d9;
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #fff;
    height: 42px;
    line-height: 40px;
}

.formRes .select2-container .select2-choice {
    height: 30px;
    line-height: 30px;
    color: #444;
}

.select2-container, .select2-drop, .select2-search, .select2-search input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.select2-container {
    margin: 0 0 5px 0;
    position: relative;
    display: inline-block;
    zoom: 1;
    vertical-align: middle;
}

.formRes .boxOption {
    float: left;
    padding: 25px 0 15px 0;
    border-top: 1px dashed #e5e5e5;
    margin-top: 10px;
    width: 100%;
}

.formRes .boxSelectCard .form-group {
    margin-bottom: 5px;
}

.formRes .boxSelectCard .itemCheckBox {
    margin-right: 10px;
    display: block;
}

.RegisterCustomer .btSendRegister {
    margin-top: 15px;
    padding: 10px 20px;
    color: #fff;
    background-color: #ff6300;
    margin-bottom: 30px;
    border: 0;
    font-size: 18px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

.notyfi-chovay {
    float: left;
    width: 100%;
    margin-top: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
}

    .notyfi-chovay span {
        float: left;
        width: 70px;
        display: block;
        color: #ff6300;
    }

.RegisterCustomer .form-control {
    width: 100% !important;
    height: 30px;
}

.form-group .form-control {
    border-color: #d7d7d7;
    border-radius: 3px;
}

.form-group input.form-control {
    height: 30px;
}

.select2-container .select2-choice .select2-arrow b {
    background: none;
    position: relative;
}

.select2-container .select2-choice .select2-arrow {
    display: inline-block;
    width: 18px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border-left: 1px solid #aaa;
    border-radius: 0 4px 4px 0;
    background-clip: padding-box;
    background: #ccc;
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0,#ccc),color-stop(.6,#eee));
    background-image: -webkit-linear-gradient(center bottom,#ccc 0%,#eee 60%);
    background-image: -moz-linear-gradient(center bottom,#ccc 0%,#eee 60%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee',endColorstr='#cccccc',GradientType=0);
    background-image: linear-gradient(to top,#ccc 0%,#eee 60%);
}

.select2-container .select2-choice .select2-arrow {
    background-color: transparent;
    background-image: none;
    border-left: none;
}

.notyfi-chovay ul li {
    display: block;
    float: left;
    width: 100%;
}

.notyfi-chovay ul {
    width: calc(100% - 70px);
    float: left;
    display: block;
}

ul li {
    list-style: none;
}

ul {
    list-style-type: none;
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}


.formRes .noteSent {
    border-top: 1px dashed #e5e5e5;
    float: left;
    width: 100%;
}

.formRes .boxSelectCard b {
    width: 100%;
    display: block;
    float: left;
    color: #ff6300;
    font-size: 18px;
    font-weight: bold;
    font-family: robotol;
    padding-bottom: 10px;
}

.required {
    padding-left: 5px !important;
    color: #ff4f1f !important;
}


#sidebar {
    width: 255px;
    height: 100%;
    position: fixed;
    overflow-y: auto;
    background: #FFF;
    margin-top: 75px;
}

    #sidebar .panel-body {
        padding: 0 5px 10px 6px;
    }


.fr-menu-left .formRes .form-group label {
    font-size: 13px;
}

.fr-menu-left .required {
    padding-left: 0 !important;
}

.fr-menu-left .formRes {
    padding: 0;
}

.fr-menu-left .form-group .form-control {
    font-size: 13px;
}

.fr-menu-left .select2-container .select2-choice > .select2-chosen {
    font-size: 13px;
}

.action-bottom, .action-approve-bottom, .action-bottom-report {
    height: 40px;
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #095f9d;
    border-right: 0;
    border-left: 0;
    right: 0;
    box-shadow: 0 -5px 8px -5px #a1a1a1;
    z-index: 999;
    padding: 0;
}

    .action-bottom .btn-noborder {
        background-color: transparent;
        color: #fff;
    }

    .action-bottom .button-right, .action-approve-bottom .button-right, .action-bottom-report .button-right, .action-bottom-process .button-right {
        margin-top: 0;
        margin-right: 5px;
        vertical-align: bottom;
        cursor: pointer;
        float: right !important;
        font-weight: bold;
    }

        .action-bottom .button-right i, .action-bottom .button-right glyphicon, .action-approve-bottom .button-right i, .action-approve-bottom .button-right glyphicon, .action-bottom-report .button-right i, .action-bottom-report .button-right glyphicon, .action-bottom-process .button-right i, .action-bottom-process .button-right glyphicon {
            vertical-align: middle;
            font-size: 26px;
            padding-right: 3px;
            padding-bottom: 3px;
        }

    .action-bottom .btn-noborder:not([disabled]):hover, .action-bottom .btn-noborder:not([disabled]):active {
        color: #000 !important;
    }
      .action-bottom .button-lefthelp {
        margin-top: 10px;
        margin-left: 7px;
        vertical-align: bottom;
        cursor: pointer;
        float: left !important;
    }

.tree-actions {
    display: inline-block !important;
}

.tree .tree-actions {
    top: 5px;
    right: -24px !important;
}

.panel_search .panel-body {
    padding-top: 25px;
}

    .panel_search .panel-body .formRes {
        margin-bottom: 0;
    }

.formRes .input-group-btn a {
    background-color: #095f9d;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}


.panel_form .panel-body .formRes .col-md-6 .row {
    min-height: 50px;
}

.radio-ctrl {
    min-height: 35px;
}

.input-group-addon{
    border-left: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
    padding: 5px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    text-align: center;
    background-color: #d8d7d7;
    border: 1px solid #d8d7d7;
    border-radius: 4px;
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
    display: table-cell;
    color: #3895d8;
}

.input-group-addon .glyphicon, .input-group-addon .fa {
    color: #3895d8 !important;
}

.form-group .date .form-control {
    border-right: 0;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    margin-bottom: 5px;
}

.one-line {
    width: 100%;
    float: left;
    padding-bottom: 8px;
}

    .one-line label {
        font-weight: bold !important;
    }

        .one-line label a {
            padding-left: 5px;
            font-weight: normal;
        }


.control-label {
    padding: 0;
}

.form-group input.form-control:focus {
    box-shadow: none;
    border-color: #095f9d;
}

.input-validation-error, .input-validation-error a {
    border-color: #ff6300 !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(126, 239, 104, 0.6);
    outline: 0 none;
}

input.input-validation-error {
    border: 1px solid #ff6300;
}

.field-validation-error {
    color: #ff6300;
    font-size: 14px;
}

.pd-top-15 {
    padding-top: 15px;
}

.min-h45 {
    min-height: 35px;
}

.float-l {
    float: left;
}

.fs-16 {
    font-size: 16px;
}

.fright {
    float: right;
}

.fleft {
    float: left;
}

.centerImage {
    width: 18px;
    height: 18px;
    margin-left: 50px;
}

.input-group-btn {
    text-align: right;
}

.panel_detail .panel-body {
}

.form-detail .control-label {
    color: #666 !important;
}

.form-detail .formRes .form-group label {
    font-size: 13px;
}

.form-detail .col-md-6 .col-md-8, .col-md-7, .form-detail .col-md-9 {
    font-weight: bold;
    color: #333;
}

.form-detail .col-md-6, .form-detail .col-md-2, .form-detail .col-md-9, .form-detail .col-md-4 {
    padding-bottom: 5px;
}
/*Phuongna edit */
.form-detail .col-md-2 {
    /*margin-left: 15px;*/
}
/*Phuongna edit */
.form-detail .col-md-8, .form-detail .col-md-9 {
    padding-left: 25px;
}

.form-detail .panel-body {
    padding-top: 25px;
}

.his-object {
    padding-bottom: 0;
    padding-left: 15px;
    float: left;
    width: 100%;
}

    .his-object img {
        margin-right: 2px;
    }

    .his-object a {
        font-size: 11px;
        color: #999999;
        font-weight: bold;
    }

    .his-object span {
        color: #999999;
        font-size: 12px;
        font-style: italic;
    }

.frm-detail-body {
    float: left;
    width: 100%;
    padding-bottom: 10px;
}

.btn-primary {
    font-size:13px !important;
    background-color: #095f9d;
    border-color: #095f9d;
}

.a-notify-message {
    cursor: pointer;
    border-top: 1px solid #e3e6ed;
    border-bottom: 1px solid #e3e6ed;
}

    .a-notify-message:hover {
        background-color: #07767a !important;
    }

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active,
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active {
    border-color: transparent;
}

.alert {
    margin-bottom: 5px;
}

.modal-custom-width {
    width: 1200px !important;
}


/******************************** all-changes *************************/
.all-changes .his-container {
    border-collapse: collapse;
    box-sizing: border-box;
    color: rgb(34, 34, 34);
    height: 280.375px;
    text-decoration: none solid rgb(34, 34, 34);
    column-rule-color: rgb(34, 34, 34);
    perspective-origin: 262px 103.188px;
    transform-origin: 262px 103.188px;
    caret-color: rgb(34, 34, 34);
    border: 0px none rgb(34, 34, 34);
    font: normal normal normal normal 12px / normal "Segoe UI", "Helvetica Neue", Helvetica, Arial, Verdana;
    outline: rgb(34, 34, 34) none 0px;
    float: left;
}

.all-changes .his-item {
    border-collapse: collapse;
    bottom: 0px;
    box-sizing: border-box;
    color: rgb(34, 34, 34);
    cursor: pointer;
    height: 32px;
    left: 0px;
    min-height: 18px;
    position: relative;
    right: 0px;
    text-decoration: none solid rgb(34, 34, 34);
    top: 0px;
    column-rule-color: rgb(34, 34, 34);
    perspective-origin: 262px 21.5938px;
    transform-origin: 262px 21.5938px;
    caret-color: rgb(34, 34, 34);
    border: 1px solid rgba(0, 0, 0, 0);
    font: normal normal normal normal 12px / normal "Segoe UI", "Helvetica Neue", Helvetica, Arial, Verdana;
    outline: rgb(34, 34, 34) none 0px;
    padding: 5px 0px;
}

.all-changes .his-arow {
    border-collapse: collapse;
    box-sizing: border-box;
    color: rgb(34, 34, 34);
    cursor: pointer;
    display: inline-block;
    height: 16px;
    speak: none;
    text-align: center;
    text-decoration: none solid rgb(34, 34, 34);
    vertical-align: middle;
    column-rule-color: rgb(34, 34, 34);
    perspective-origin: 8px 8px;
    transform-origin: 8px 8px;
    caret-color: rgb(34, 34, 34);
    border: 0px none rgb(34, 34, 34);
    font: normal normal normal normal 14px / 16px bowtie;
    margin: 0;
    outline: rgb(34, 34, 34) none 0px;
    overflow: hidden;
    margin-bottom: 6px;
}

.all-changes .his-avata {
    border-collapse: collapse;
    box-sizing: border-box;
    color: rgb(34, 34, 34);
    cursor: pointer;
    text-decoration: none solid rgb(34, 34, 34);
    column-rule-color: rgb(34, 34, 34);
    caret-color: rgb(34, 34, 34);
    border: 0px none rgb(34, 34, 34);
    font: normal normal normal normal 12px / normal "Segoe UI", "Helvetica Neue", Helvetica, Arial, Verdana;
    outline: rgb(34, 34, 34) none 0px;
}

.all-changes #SPAN_5 {
    border-collapse: collapse;
    box-sizing: border-box;
    color: rgb(109, 109, 109);
    cursor: pointer;
    text-decoration: none solid rgb(109, 109, 109);
    column-rule-color: rgb(109, 109, 109);
    caret-color: rgb(109, 109, 109);
    border: 0px none rgb(109, 109, 109);
    font: normal normal normal normal 12px / normal "Segoe UI", "Helvetica Neue", Helvetica, Arial, Verdana;
    outline: rgb(109, 109, 109) none 0px;
    padding: 0px 5px 0px 0px;
}
/*#SPAN_5*/

.all-changes #B_6 {
    border-collapse: collapse;
    box-sizing: border-box;
    color: rgb(109, 109, 109);
    cursor: pointer;
    text-decoration: none solid rgb(109, 109, 109);
    column-rule-color: rgb(109, 109, 109);
    caret-color: rgb(109, 109, 109);
    border: 0px none rgb(109, 109, 109);
    font: normal normal bold normal 12px / normal "Segoe UI", "Helvetica Neue", Helvetica, Arial, Verdana;
    outline: rgb(109, 109, 109) none 0px;
}
/*#B_6*/

.all-changes #SPAN_7 {
    border-collapse: collapse;
    box-sizing: border-box;
    color: rgb(34, 34, 34);
    cursor: pointer;
    text-decoration: none solid rgb(34, 34, 34);
    column-rule-color: rgb(34, 34, 34);
    caret-color: rgb(34, 34, 34);
    border: 0px none rgb(34, 34, 34);
    font: normal normal bold normal 12px / normal "Segoe UI", "Helvetica Neue", Helvetica, Arial, Verdana;
    outline: rgb(34, 34, 34) none 0px;
}
/*#SPAN_7*/

.all-changes #SPAN_8 {
    border-collapse: collapse;
    box-sizing: border-box;
    color: rgb(34, 34, 34);
    cursor: pointer;
    text-decoration: none solid rgb(34, 34, 34);
    column-rule-color: rgb(34, 34, 34);
    caret-color: rgb(34, 34, 34);
    border: 0px none rgb(34, 34, 34);
    font: italic normal normal normal 12px / normal "Segoe UI", "Helvetica Neue", Helvetica, Arial, Verdana;
    outline: rgb(34, 34, 34) none 0px;
}
/*#SPAN_8*/

.all-changes #SPAN_9 {
    border-collapse: collapse;
    box-sizing: border-box;
    color: rgb(153, 153, 153);
    cursor: pointer;
    text-decoration: none solid rgb(153, 153, 153);
    column-rule-color: rgb(153, 153, 153);
    caret-color: rgb(153, 153, 153);
    border: 0px none rgb(153, 153, 153);
    font: italic normal normal normal 11px / normal "Segoe UI", "Helvetica Neue", Helvetica, Arial, Verdana;
    outline: rgb(153, 153, 153) none 0px;
    padding: 0px 0px 0px 3px;
}
/*#SPAN_9*/

.all-changes .his-item-content {
    border-collapse: collapse;
    box-sizing: border-box;
    color: rgb(34, 34, 34);
    text-decoration: none solid rgb(34, 34, 34);
    column-rule-color: rgb(34, 34, 34);
    perspective-origin: 262px 81.5938px;
    transform-origin: 262px 81.5938px;
    caret-color: rgb(34, 34, 34);
    border: 0px none rgb(34, 34, 34);
    font: normal normal normal normal 12px / normal "Segoe UI", "Helvetica Neue", Helvetica, Arial, Verdana;
    outline: rgb(34, 34, 34) none 0px;
    padding: 10px 0 10px 19px;
}

.all-changes #DIV_13 {
    border-collapse: collapse;
    bottom: 0px;
    box-sizing: border-box;
    color: rgb(34, 34, 34);
    cursor: pointer;
    height: 27.1875px;
    left: 0px;
    min-height: 18px;
    position: relative;
    right: 0px;
    text-decoration: none solid rgb(34, 34, 34);
    top: 0px;
    column-rule-color: rgb(34, 34, 34);
    perspective-origin: 251px 13.5938px;
    transform-origin: 251px 13.5938px;
    caret-color: rgb(34, 34, 34);
    border: 1px solid rgba(0, 0, 0, 0);
    font: normal normal normal normal 12px / normal "Segoe UI", "Helvetica Neue", Helvetica, Arial, Verdana;
    outline: rgb(34, 34, 34) none 0px;
    padding: 3.6px 0px;
}
/*#DIV_13*/

.all-changes .his-item-table {
    border-collapse: collapse;
    box-sizing: border-box;
    color: rgb(34, 34, 34);
    width: 100%;
    text-decoration: none solid rgb(34, 34, 34);
    column-rule-color: rgb(34, 34, 34);
    perspective-origin: 232px 62px;
    transform-origin: 232px 62px;
    caret-color: rgb(34, 34, 34);
    background: rgb(255, 255, 255) none repeat scroll 0% 0% / auto padding-box border-box;
    border: 0px none rgb(34, 34, 34);
    border-spacing: 0px 0px;
    font: normal normal normal normal 12px / normal "Segoe UI", "Helvetica Neue", Helvetica, Arial, Verdana;
    outline: rgb(34, 34, 34) none 0px;
}

.all-changes .his-item-table-body {
    border-collapse: collapse;
    box-sizing: border-box;
    color: rgb(34, 34, 34);
    height: 123.333px;
    text-decoration: none solid rgb(34, 34, 34);
    column-rule-color: rgb(34, 34, 34);
    perspective-origin: 231.667px 61.6667px;
    transform-origin: 231.667px 61.6667px;
    caret-color: rgb(34, 34, 34);
    border: 0px none rgb(34, 34, 34);
    font: normal normal normal normal 12px / normal "Segoe UI", "Helvetica Neue", Helvetica, Arial, Verdana;
    outline: rgb(34, 34, 34) none 0px;
}

    .all-changes .his-item-table-body tr {
        border-collapse: collapse;
        box-sizing: border-box;
        color: rgb(34, 34, 34);
        height: 24.6667px;
        text-decoration: none solid rgb(34, 34, 34);
        vertical-align: middle;
        column-rule-color: rgb(34, 34, 34);
        perspective-origin: 231.667px 12.3333px;
        transform-origin: 231.667px 12.3333px;
        caret-color: rgb(34, 34, 34);
        border: 0px none rgb(34, 34, 34);
        font: normal normal normal normal 12px / normal "Segoe UI", "Helvetica Neue", Helvetica, Arial, Verdana;
        outline: rgb(34, 34, 34) none 0px;
    }

.all-changes .his-item-table-th {
    border-collapse: collapse;
    box-sizing: border-box;
    height: 24.6667px;
    vertical-align: middle;
    perspective-origin: 56.6667px 12.3333px;
    transform-origin: 56.6667px 12.3333px;
    background: rgb(246, 248, 250) none repeat scroll 0% 0% / auto padding-box border-box;
    border-top: 1px solid rgb(242, 242, 242);
    border-right: 1px solid rgb(255, 255, 255);
    border-bottom: 1px solid rgb(236, 236, 234);
    border-left: 1px solid rgb(255, 255, 255);
    font: normal normal bold normal 12px / normal "Segoe UI", "Helvetica Neue", Helvetica, Arial, Verdana;
    overflow: auto;
    padding: 4px 10px 4px 4px;
}

.all-changes .his-item-table-tl {
    border-collapse: collapse;
    box-sizing: border-box;
    height: 24.6667px;
    vertical-align: text-top;
    perspective-origin: 56.6667px 12.3333px;
    transform-origin: 56.6667px 12.3333px;
    border-right: 1px solid rgb(255, 255, 255);
    border-bottom: 1px solid rgb(236, 236, 234);
    border-left: 1px solid rgb(255, 255, 255);
    font: normal normal normal normal 12px / normal "Segoe UI", "Helvetica Neue", Helvetica, Arial, Verdana;
    overflow: auto;
    padding: 4px 10px 4px 4px;
}

.all-changes .his-item-table-tl2 {
    border-collapse: collapse;
    box-sizing: border-box;
    height: 24.6667px;
    vertical-align: text-top;
    perspective-origin: 87px 12.3333px;
    transform-origin: 87px 12.3333px;
    border-right: 1px solid rgb(255, 255, 255);
    border-bottom: 1px solid rgb(236, 236, 234);
    border-left: 1px solid rgb(255, 255, 255);
    font: normal normal normal normal 12px / normal "Segoe UI", "Helvetica Neue", Helvetica, Arial, Verdana;
    overflow: auto;
    padding: 4px 10px 4px 4px;
}

.all-changes .his-item-table-vold {
    border-collapse: collapse;
    box-sizing: border-box;
    color: rgb(160, 160, 160);
    height: 24.6667px;
    text-decoration: none solid rgb(160, 160, 160);
    vertical-align: text-top;
    column-rule-color: rgb(160, 160, 160);
    perspective-origin: 88px 12.3333px;
    transform-origin: 88px 12.3333px;
    caret-color: rgb(160, 160, 160);
    border-top: 0px none rgb(160, 160, 160);
    border-right: 1px solid rgb(255, 255, 255);
    border-bottom: 1px solid rgb(236, 236, 234);
    border-left: 1px solid rgb(255, 255, 255);
    font: italic normal normal normal 12px / normal "Segoe UI", "Helvetica Neue", Helvetica, Arial, Verdana;
    outline: rgb(160, 160, 160) none 0px;
    overflow: auto;
    padding: 4px 10px 4px 4px;
}

.all-changes #TD_34 {
    border-collapse: collapse;
    box-sizing: border-box;
    color: rgb(160, 160, 160);
    height: 24.6667px;
    text-decoration: none solid rgb(160, 160, 160);
    vertical-align: middle;
    column-rule-color: rgb(160, 160, 160);
    perspective-origin: 88px 12.3333px;
    transform-origin: 88px 12.3333px;
    caret-color: rgb(160, 160, 160);
    border-top: 0px none rgb(160, 160, 160);
    border-right: 1px solid rgb(255, 255, 255);
    border-bottom: 1px solid rgb(236, 236, 234);
    border-left: 1px solid rgb(255, 255, 255);
    font: italic normal normal normal 12px / normal "Segoe UI", "Helvetica Neue", Helvetica, Arial, Verdana;
    outline: rgb(160, 160, 160) none 0px;
    overflow: auto;
    padding: 4px 10px 4px 4px;
}
/*#TD_34*/


.bg-exp-icon {
    background-image: url(../Content/Images/row-exp-icon.png);
    width: 14px;
    opacity: 0.6;
}

.his-comment-a {
    padding-right: 14px;
    padding-top: 1px;
}

    .his-comment-a:hover {
        text-decoration: none;
    }

.his-comment {
    padding: 0;
    position: relative !important;
    width: 20px !important;
    cursor: pointer;
}

    .his-comment .badge {
        position: absolute !important;
        right: 0px;
        top: 1px;
        font-size: 4.5pt !important;
        z-index: 100;
        background: transparent;
        padding: 4px 5px 3px 9px;
        color: rgb(109, 109, 109);
    }

.his-item:hover, .his-item-active {
    background-color: #DCEBFC;
    /*border: 1px solid #B8D6FB;*/
}

.his-comment .fa-comment-o {
    font-size: 13px;
}

.timeline-comment-wrapper .form-control {
    border: 0.5px solid #CCCCCC;
}

    .timeline-comment-wrapper .form-control:focus {
        border-bottom: 1px solid #FC563B;
    }

.his-item-active .his-comment-a {
    padding-right: 9px;
}

.section-desk .timeline-comment-wrapper {
    z-index: 2 !important;
}

.section-desk .discussion-timeline:before {
    z-index: 1 !important;
}

.padding-bottom-40 {
    padding-bottom: 40px;
}

.margint5 {
    margin-top: 5px !important;
}

.min-height-270 {
    min-height: 270px;
}

.padding-bottom-90 {
    padding-bottom: 90px;
}

table.table-custom {
    border-collapse: collapse !important;
    border: 1px solid grey;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #f0f2f5;
}

.noneBackground {
    background-color: #fff;
}

.one-line {
    padding-left: 15px;
}

.min-height-525 {
    min-height: 525px;
}


/*state overview*/

.state-overview .symbol, .state-overview .value h1 {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.state-overview .value {
    float: right;
}

    .state-overview .value h1, .state-overview .value p {
        margin: 0;
        padding: 0 0 10px 10px;
    }

    .state-overview .value h1 {
        font-weight: bold;
        font-size: 16px;
        text-align: left !important;
    }

.state-overview .symbol i {
    color: #fff;
    font-size: 50px;
}

.state-overview .symbol {
    width: 25%;
    padding: 25px 15px;
    -webkit-border-radius: 4px 0px 0px 0px;
    border-radius: 4px 0px 0px 0px;
}

.state-overview .value {
    width: 73%;
    padding-top: 5px;
}

.state-overview .terques {
    background: #6ccac9;
}

.state-overview .red {
    background: #ff6c60;
}

.state-overview .yellow {
    background: #f8d347;
}

.state-overview .blue {
    background: #57c8f2;
}


.state-overview .nsy {
    background: #8075c4;
}

.state-overview .art {
    background: #a9d86e;
}

.no-padding-left {
    padding-left: 0;
}

.phone-sms-banking {
    width: 100%;
    float: left;
    padding-bottom: 5px;
}

    .phone-sms-banking a {
        float: right;
        font-size: 13px;
    }

    .phone-sms-banking:first-child {
        padding-top: 7px;
    }

.hide {
    visibility: hidden;
}

.marginb5 {
    margin-bottom: 5px !important;
}

.b {
    font-weight: bold !important;
}


// // Progress bars // -------------------------------------------------- // Bar animations // ------------------------- // WebKit @-webkit-keyframes progress-bar-stripes {
    from;

{
    background-position: 40px 0;
}

to {
    background-position: 0 0;
}

}

// Spec and IE10 + @keyframes progress-bar-stripes {
    from;

{
    background-position: 40px 0;
}

to {
    background-position: 0 0;
}

}


// Bar itself // ------------------------- // Outer container .progress {
    overflow: hidden;
    height: @line-height-computed;
    margin-bottom: @line-height-computed;
    background-color: @progress-bg;
    border-radius: @progress-border-radius;
    .box-shadow(inset 0 1px 2px rgba(0,0,0,.1));
}

// Bar of progress .progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: @font-size-small;
    line-height: @line-height-computed;
    color: @progress-bar-color;
    text-align: center;
    background-color: @progress-bar-bg;
    .box-shadow(inset 0 -1px 0 rgba(0,0,0,.15));
    .transition(width .6s ease);
}


.progress-striped .progress-bar,
.progress-bar-striped {
    #gradient > .striped();
    background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
    .animation(progress-bar-stripes 2s linear infinite);
}

.progress-bar-success {
    .progress-bar-variant(@progress-bar-success-bg);
}

.progress-bar-info {
    .progress-bar-variant(@progress-bar-info-bg);
}

.progress-bar-warning {
    .progress-bar-variant(@progress-bar-warning-bg);
}

.progress-bar-danger {
    .progress-bar-variant(@progress-bar-danger-bg);
}

.b {
    font-weight: bold !important;
}

.marrginl {
    margin-left: 0px !important;
}
/*ScrollBar*/
/* width */
::-webkit-scrollbar {
    width: 10px;
    cursor: pointer;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 1px grey;
    border-radius: 1px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    -moz-box-shadow: inset 1px 1px 0 rgba(0,0,0,0.1),inset 0 -1px 0 rgba(0,0,0,0.07) !important;
    -webkit-box-shadow: inset 1px 1px 0 rgba(0,0,0,0.1), inset 0 -1px 0 rgba(0,0,0,0.07) !important;
    background-clip: padding-box !important;
    background-color: rgba(0,0,0,0.2) !important;
    border-width: 0 !important;
    border: 0 !important;
    box-shadow: inset 1px 1px 0 rgba(0,0,0,0.1), inset 0 -1px 0 rgba(0,0,0,0.07) !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    cursor: pointer !important;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        /*background: #095f9d;*/
    }

.LableHeight {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

span label span {
    font-weight: bold;
}

.checkboxS {
    cursor: pointer;
}

.login-box select {
    text-align-last: center !important;
    text-align: center !important;
    -ms-text-align-last: center !important;
    -moz-text-align-last: center !important;
    height: 32px !important;
    cursor: pointer !important;
}

.login-box .lgb-header {
    font-weight: bold !important;
    color: #095f9d !important;
}

.login-box .form-group, .login-box .btn {
    margin-bottom: 10px !important;
}

.table-list-card tr td {
    padding-top: 5px;
    padding-bottom: 2px;
    padding-left: 5px;
    padding-right: 5px;
    min-width: 180px;
}

.icon-card-create {
    height: 60px;
    width: 110px;
    cursor: pointer;
}

.card-text-info {
    text-align: left;
    padding: 0 !important;
    font-size: 13px;
    vertical-align: top;
    margin-top: 1px;
    cursor: pointer;
}

.modal-dialog {
    width: 900px;
}
/*dialog time out*/
.ui-widget-header {
    border: 0px !important;
    background: #cc6b26 !important;
    color: #ffffff !important;
    font-weight: normal !important;
}

.btn-tranparent {
    background-color: transparent;
    border-color: transparent;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

    .btn-tranparent:focus {
        outline: thin dotted #333;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .btn-tranparent:hover,
    .btn-tranparent:focus {
        color: #333333;
        text-decoration: none;
    }

    .btn-tranparent:active,
    .btn-tranparent.active {
        background-image: none;
        outline: 0;
        -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    }

    .btn-tranparent.disabled,
    .btn-tranparent[disabled],
    fieldset[disabled] .btn-tranparent {
        pointer-events: none;
        cursor: not-allowed;
        opacity: 0.65;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.read-only a {
   /* background-color: transparent !important;*/
}

.hidden {
    display: none;
}

.color_ab {
    color: #095f9d;
}

.quantity::-webkit-inner-spin-button,
.quantity::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.clock-real-time {
    z-index: 99999;
    top: 62px;
    position: fixed;
    /*right: 0;*/
    margin-left: 35px;
}


/**Bootstrap Collapsible Panel**/
.bc-icon {
    font-weight: bold !important;
    font-size: 21px !important;
    vertical-align: middle;
    padding-left: 5px !important;
}

.bc-one-line {
    color: #667fa0;
    cursor: pointer;
}


.nicescroll-rails div {
    -moz-box-shadow: inset 1px 1px 0 rgba(0,0,0,0.1),inset 0 -1px 0 rgba(0,0,0,0.07) !important;
    -webkit-box-shadow: inset 1px 1px 0 rgba(0,0,0,0.1), inset 0 -1px 0 rgba(0,0,0,0.07) !important;
    background-clip: padding-box !important;
    background-color: rgba(0,0,0,0.2) !important;
    border-width: 0 !important;
    border: 0 !important;
    box-shadow: inset 1px 1px 0 rgba(0,0,0,0.1), inset 0 -1px 0 rgba(0,0,0,0.07) !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    cursor: pointer !important;
}

.nicescroll-rails {
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    background-color: #e6e3e3 !important;
    border-radius: 0 !important;
}

.action-bottom-main {
    height: 40px;
    position: fixed;
    top: 46px;
  /*  width: 100%;*/
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    right: 0;
    box-shadow: 0 -5px 8px -5px #a1a1a1;
    z-index: 2;
    padding: 0;
}

    .action-bottom-main .btn-noborder {
        background-color: #f5f5f5;
        color: #027FCA;
        padding: 4px 12px !important;
        border: none;
    }

    .action-bottom-main .button-right, .action-approve-bottom .button-right, .action-bottom-main-report .button-right, .action-bottom-main-process .button-right {
        margin-top: 5px;
        margin-right: 17px;
        vertical-align: bottom;
        cursor: pointer;
        float: right !important;
    }

        .action-bottom-main .button-right i, .action-bottom-main .button-right glyphicon, .action-approve-bottom .button-right i, .action-approve-bottom .button-right glyphicon, .action-bottom-main-report .button-right i, .action-bottom-main-report .button-right glyphicon, .action-bottom-main-process .button-right i, .action-bottom-main-process .button-right glyphicon {
            vertical-align: middle;
            font-size: 20px;
            padding-right: 3px;
            padding-bottom: 3px;
        }

    .action-bottom-main .btn-noborder:not([disabled]):hover, .action-bottom-main .btn-noborder:not([disabled]):active {
        color: #000 !important;
        text-decoration:none;
    }
  
        .action-bottom-main .button-left, .action-approve-bottom .button-left, .action-bottom-main-report .button-left, .action-bottom-main-process .button-left {
        margin-top: 4px;
        margin-right: 17px;
        vertical-align: bottom;
        cursor: pointer;
        float: left !important;
    }

    .action-bottom-main .button-left i, .action-bottom-main .button-left glyphicon, .action-approve-bottom .button-left i, .action-approve-bottom .button-left glyphicon, .action-bottom-main-report .button-left i, .action-bottom-main-report .button-left glyphicon, .action-bottom-main-process .button-left i, .action-bottom-main-process .button-left glyphicon {
            vertical-align: middle;
            font-size: 24px;
            padding-right: 3px;
            padding-bottom: 3px;
        }

         .action-bottom .button-left, .action-approve .button-left, .action-bottom-report .button-left, .action-bottom-process .button-left {
        margin-top: 2px;
        margin-right: 17px;
        vertical-align: bottom;
        cursor: pointer;
        float: left !important;
    }

    .action-bottom .button-left i, .action-bottom .button-left glyphicon, .action-approve-bottom .button-left i, .action-approve-bottom .button-left glyphicon, .action-bottom-report .button-left i, .action-bottom-report .button-left glyphicon, .action-bottom-process .button-left i, .action-bottom-process .button-left glyphicon {
            vertical-align: middle;
            font-size: 24px;
            padding-right: 3px;
            padding-bottom: 3px;
        }
.label-detail {
    font-weight: bold;
}

.tree .tree-item-front, .tree .tree-folder-front {
    /* border: 1px solid #000; */
    border-bottom: 1px solid #027FCA;
    /*font-weight: bold;*/
    padding: 10px;
}

.tree .tree-folder-front, .tree .tree-item-front {
    position: relative;
}

.tree .tree-folder-front {
    width: auto;
    min-height: 20px;
    cursor: pointer;
}

    .tree .tree-folder-front:hover {
         font-weight:700;
        padding-left: 20px;
    }

    .tree .tree-item-front, .tree .tree-folder-front .tree-folder-header {
        margin: 0;
        padding: 4px 5px 6px 2px;
        color: #333;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
    }

    .tree .tree-folder-front .tree-folder-header {
        position: relative;
        min-height: 10px;
        line-height: 10px;
        min-width: 100px;
    }

        .tree .tree-folder-front .tree-folder-header .tree-folder-name {
            margin-left: 2px;
            font-size: 14px;
        }

        .tree .tree-folder-front .tree-folder-header .tree-folder-name, .tree .tree-item-front .tree-item-name {
            display: inline;
            z-index: 2;
            vertical-align: middle;
        }
.material-icons{
    vertical-align:middle;
}

.panel-body {
    padding: 15px 15px 0 15px;
}

.formRes .boxOption {
    float: left;
    padding: 25px 0 15px 0;
    border-top: 1px dashed #e5e5e5;
    margin-top: 10px;
    width: 100%;
}

.formRes .boxSelectRelation .form-group {
    margin-bottom: 5px;
}

.formRes .boxSelectRelation .itemCheckBox {
    margin-right: 10px;
    display: block;
}
.quickSearch {
  height:24px !important;
  border:1px solid #027fca;
}

#f-quick-search:before {
    padding: 0 !important;
    color: none !important;
    content: none !important;
}

.action-bottom .btn-default {
    border-color: transparent !important;
}

.action-bottom i.fa-save {
    font-size: 20px;
    padding-top: 6px;
    vertical-align: sub;
}
#nav-top-menu {
    border-bottom:1px solid #DDDDDD;
}