﻿
input, textarea, .input-sm, .input-md {
    border-radius: 3px !important;
}

.blink {
    animation: blinker .5s cubic-bezier(.5, 0, 1, 1) infinite alternate;
}

select {
    cursor: pointer;
}

@keyframes blinker {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

body, #main, #main:before {
    background-color: #edf0f5 !important;
}

    body.iframe-layout, .iframe-layout #main {
        background: #fff !important;
    }

.box {
    background-color: transparent !important;
    padding: 0 !important;
}

    .box .child-rubik {
        padding-left: 10px;
        padding-right: 10px;
    }

.panel-heading-tabs {
    z-index: 999 !important;
}

    .panel-heading-tabs li > a {
        min-width: initial !important;
        padding: 10px 12px;
    }

.panel-footer {
    border: none;
    background-color: #fdfdfd;
}

.iframe-layout .panel-footer {
    border: none;
    border-top: 1px solid #f0f0f0;
}

.admin-form {
    font-size: 13px;
}

    .admin-form.table, .admin-form .table {
        font-size: 13px !important;
    }

    .admin-form label, .admin-form input, .admin-form button, .admin-form select, .admin-form textarea {
        font-family: "Open Sans", Helvetica, Arial, sans-serif !important;
        border-radius: 3px;
        font-size: 13px !important;
    }

    .admin-form .radio,
    .admin-form .checkbox {
        -webkit-transition: none !important;
        -moz-transition: none !important;
        transition: none !important;
    }

    .admin-form .checkbox, .admin-form .radio {
        border-radius: 2px;
        border: 1px solid #DDD;
        min-height: 20px !important;
        height: 20px;
        width: 20px;
    }

        .admin-form .checkbox:before {
            top: 5px;
            left: 3px;
            width: 10px;
            height: 3px;
            border-width: 0 0 2px 2px;
        }

    .admin-form .option-primary input:checked .checkbox, .admin-form .option-primary input:checked .radio {
        border-color: #00aeef;
        background-color: #00aeef;
    }

    .admin-form .option-primary input:checked ~ .checkbox:before {
        border-color: #4a89dc;
    }

    .admin-form .option-primary input:checked .checkbox:before, .admin-form .option-primary input:focus .checkbox:before {
        border-color: #ffffff;
    }

    .admin-form input:checked ~ .checkbox:before {
        display: block;
    }

    .admin-form input:checked + .checkbox, .admin-form input:checked + .radio {
        border: 1px solid #888;
    }

    .admin-form .option-primary input:checked + .checkbox, .admin-form .option-primary input:checked + .radio {
        border-color: #00aeef;
        background-color: #00aeef;
    }

        .admin-form .option-primary input:checked + .checkbox:before, .admin-form .option-primary input:focus + .checkbox:before {
            border-color: #ffffff;
        }

    .admin-form .panel {
        border: 0;
        border-radius: 0;
    }

    .admin-form .mfp-close, .admin-form .mfp-close-btn-in {
        padding-top: 0;
    }

    .admin-form .button {
        font-size: 13px;
        border-radius: 4px;
    }

.form-horizontal .control-label {
    padding-top: 7px;
}

.panel-menu .control-label, .panel-menu-callrecord .control-label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 600;
    line-height: 1.5;
}
/* Panel */
.panel {
    box-shadow: 0 1px 2px #ccc;
}

    .panel .panel-body {
        border: none;
    }

.panel-body.tab-content {
    margin-bottom: 30px;
}

.panel .panel-menu {
    border: none;
}

.btn.btn-sm {
    padding: 6px 8px !important;
}

.topbar-right .btn i {
    vertical-align: middle;
}

#topbar {
    background-color: #fff;
    padding: 7px 10px !important;
    min-height: 48px;
}

    #topbar .btn {
        padding: 6px 10px;
        font-size: 13px;
        line-height: 1.5;
    }

#content .tray.tray-center {
    padding: 20px !important;
}

.navbar-branding.bg-sogo {
    background-color: #fff !important;
}

#sidebar_left, .navbar-branding {
    width: 210px;
}

#content_wrapper, .sb-l-o #content_wrapper {
    margin-left: 210px;
}

#sidebar_left.sidebar-light .sidebar-menu > li > a:hover, #sidebar_left.sidebar-light .sidebar-menu > li > a:focus, #sidebar_left.sidebar-light .sidebar-menu > li > a:active {
    background-color: transparent !important;
}

#sidebar_left.sidebar-light {
    border-right: none;
    z-index: 999;
    box-shadow: 2px 0 4px rgba(0,0,0,.08);
    font-family: Open Sans,"Helvetica Neue", Helvetica, Arial, sans-serif;
}

    #sidebar_left.sidebar-light .sidebar-menu > li a {
        font-size: 14px;
    }

    #sidebar_left.sidebar-light .sidebar-menu > li.active {
        background-color: rgb(246, 247, 250);
    }

    #sidebar_left.sidebar-light .sidebar-menu > li:hover {
        background-color: rgb(253, 253, 253);
    }

    #sidebar_left.sidebar-light .sidebar-menu > li.active a {
        background-color: transparent !important;
    }

.sidebar-menu li.active a.menu-item, .sidebar-menu li.active a.menu-item span, .sidebar-menu ul.sub-nav li.active a {
    color: #00aeef !important;
    font-weight: normal;
}

#sidebar_left.sidebar-light .sidebar-menu > li:not(.active) > a > span:nth-child(1) {
    color: #6a6c6f !important;
}

.sidebar-menu > li > a > span:nth-child(1) {
    line-height: 36px;
    padding-left: 5px;
}

#sidebar_left.sidebar-light .sidebar-menu > li > a > span:nth-child(2) {
    font-size: 14px;
    font-weight: 400;
    padding-left: 4px;
}

#sidebar_left.sidebar-light .sidebar-menu > li > ul {
    box-shadow: none;
    -webkit-box-shadow: none;
}

    #sidebar_left.sidebar-light .sidebar-menu > li > ul > li > a {
        padding-left: 40px !important;
        font-size: 13px;
    }

#sidebar_left.sidebar-light .sidebar-menu > li > a {
    line-height: 36px;
    height: 36px;
}

#sidebar_left.sidebar-light .sidebar-menu .sidebar-label {
    padding-left: 12px;
}

#toggle_sidemenu_l {
    color: #6a6c6f;
}

    #toggle_sidemenu_l:hover {
        color: #000;
    }

#sidebar_left.sidebar-light.light .sidebar-menu > li > ul {
    background-color: rgb(246, 247, 250);
    width: 210px;
}

body.sb-l-m .sidebar-menu > li > a > .sidebar-title {
    width: 210px;
}

#content_wrapper .table-bordered {
    border-top: 1px solid #e3e3e3;
}

.table .table {
    background-color: transparent !important;
}

.table > thead > tr > th {
    font-weight: 600;
}

.table.table-bordered th.text-right {
    text-align: right !important;
}

.table .option {
    margin-right: 8px;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    border-top: 1px solid #e3e3e3;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
    border: 1px solid #e3e3e3;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
    border-top: 0;
}

.table-subgrid {
    /*padding: 15px;*/
    position: relative;
    background-color: #f7f7f7;
}

    .table-subgrid:after {
        bottom: 100%;
        left: 30px;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(136, 183, 213, 0);
        border-bottom-color: #e2e2e2;
        border-width: 10px;
        margin-left: -5px;
    }

.row-subgrid td {
    border: 0 !important;
}

.table .accordion-toggle {
    cursor: pointer !important;
    position: relative;
}

    .table .accordion-toggle td {
        position: relative;
    }

    /* .table .accordion-toggle td:first-child::before { */
    /* content: "\f105"; */
    /* position: absolute; */
    /* top: 50%; */
    /* left: 10px; */
    /* margin-top: -7px; */
    /* font: normal normal normal 14px/1 FontAwesome; */
    /* text-align: left; */
    /* } */
    /* .table .accordion-toggle.row-active td:first-child::before { */
    /* content: "\f107"; */
    /* } */

    .table .accordion-toggle.row-active td {
        border-bottom: 1px solid #dedede;
    }
/*.collapse {
    transition: height 0.001s;
}

.collapsing {
    -webkit-transition: none;
    transition: none;
    display: none;
}*/
.table .checkbox {
    margin-right: 0 !important;
}

.table .row-total {
    background-color: #e2f1f7;
}

    .table .row-total td {
        border-top: 1px solid #ccc !important;
    }

.table > tbody + tbody {
    border-top: 1px solid #eeeeee;
}

/* button */
.btn {
    outline: 0 !important;
    border-radius: 3px;
}

.btn-success {
    color: #fff;
    background-color: #10c469 !important;
    border-color: #10c469 !important;
}

    .btn-success:focus, .btn-success.focus {
        color: #fff;
        background-color: #0c9550 !important;
        border-color: #0b8246 !important;
    }

    .btn-success:hover {
        color: #fff;
        background-color: #0da357 !important;
        border-color: #0b8b4b !important;
    }

    .btn-success:active, .btn-success.active,
    .open > .btn-success.dropdown-toggle {
        color: #fff;
        background-color: #0c9550 !important;
        border-color: #0b8246 !important;
    }

        .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
        .open > .btn-success.dropdown-toggle:hover,
        .open > .btn-success.dropdown-toggle:focus,
        .open > .btn-success.dropdown-toggle.focus {
            color: #fff;
            background-color: #0b8b4b !important;
            border-color: #0a7941 !important;
        }

    .btn-success:active, .btn-success.active,
    .open > .btn-success.dropdown-toggle {
        background-image: none;
    }

    .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
    fieldset[disabled] .btn-success:hover,
    fieldset[disabled] .btn-success:focus,
    fieldset[disabled] .btn-success.focus {
        background-color: #10c469 !important;
        border-color: #10c469 !important;
    }

    .btn-success .badge {
        color: #10c469 !important;
        background-color: #fff;
    }

/*loader*/
.fullscreen-loader .progress-circular {
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: relative;
    top: 50%;
    left: 50%;
    z-index: 10000;
    background-color: #fff;
    display: block;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    text-align: center;
    padding-top: 14px;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    width: 120px;
    height: 50px;
}

.progress-circular .process-text {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
}

div.dataTables_paginate {
    padding: 10px;
}

.select2-container .select2-selection--single {
    border-radius: 3px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #666;
}

.select2-container .select2-choice {
    border-radius: 3px !important;
}

.mce-tinymce {
    border-radius: 3px;
}

.mce-btn, .mce-panel {
    background: #fff !important;
}

.mce-panel {
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.mce-menubar .mce-menubtn button span, .mce-ico {
    color: #626262 !important;
}

/* select2 */
.select2-container-multi .select2-choices .select2-search-choice {
    background-color: #f7f7f7;
    background-image: none;
    padding: 6px 6px 6px 22px;
}

.select2-container-multi .select2-search-choice-close {
    left: 6px;
}

.select2-search-choice-close {
    top: 6px;
}

.select2-container {
    cursor: pointer;
}

.select2-drop {
    z-index: 999;
}

.select2-container-multi .select2-choices .select2-search-field input {
    width: auto !important;
}

.select2-container-multi .select2-choices {
    border: 1px solid #ddd;
    padding: 3px;
    background-image: -webkit-linear-gradient(top, #efefef 0.5%, #fff 10%);
    background-image: -moz-linear-gradient(top, #efefef 0.5%, #fff 10%);
    background-image: linear-gradient(top, #efefef 0.5%, #fff 10%);
    background-image: -webkit-gradient(top, #efefef 0.5%, #fff 10%);
}

.ui-select-bootstrap .ui-select-toggle {
    height: 34px !important;
    padding: 8px 10px !important;
}

.ui-select-container.ui-select-multiple .select2-search-choice-close {
    top: 6px !important;
}
/* modal */
.mfp-bg {
    opacity: 0.7;
}

#modal-form > .panel {
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

#modal-form > .table {
    background-color: #fff;
}

.admin-form .mfp-close, .admin-form .mfp-close-btn-in {
    font-size: 26px !important;
}

.panel-menu {
    background-color: #fff;
    z-index: 99;
    position: relative;
}

/*==================================================================
  B. Primary Button
-===================================================================*/
.admin-form .btn-primary {
    background-color: #00aeef;
}

    .admin-form .btn-primary:hover,
    .admin-form .btn-primary:focus {
        background-color: #00aeef;
    }

    .admin-form .btn-primary:active {
        background-color: #00aeef;
    }

    .admin-form .btn-primary,
    .admin-form .btn-primary:hover,
    .admin-form .btn-primary:focus,
    .admin-form .btn-primary:active {
        color: #fff;
        text-shadow: 0 1px rgba(0, 0, 0, 0.08);
    }
/*==================================================================
  B. Dropdown Menu
-===================================================================*/
.dropdown-menu {
    box-shadow: 0 1px 3px rgba(49, 58, 70, 0.2);
    -webkit-box-shadow: 0 1px 3px rgba(49, 58, 70, 0.2);
    border: 1px solid rgba(152, 166, 173, 0.15);
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.section-devider-left {
    text-align: left !important;
}

    .section-devider-left span {
        padding-left: 0 !important;
    }

.ADMdtpInput input {
    transition: none;
    -webkit-transition: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    border: 1px solid #dddddd;
    line-height: 1.5;
    height: 39px;
    padding: 9px 12px;
}

.dtp-ig .calendarIcon, .dtp-ig .removeIcon, .dtp-ig .closeIcon {
    height: 39px;
}

.ADMdtpInput input:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
}

.modal-fullscreen .modal-body {
    font-weight: 500;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 32px;
}

div.mce-fullscreen {
    top: 50px;
    z-index: 1030;
}

.cssload-wraper {
    text-align: center;
    height: 100px;
    width: 170px;
    margin: auto;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    background: white;
    border-radius: 6px;
    padding: 10px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    border: 1px solid #e6e6e6;
}

.select2-container .select2-choice .select2-arrow b {
    background-position-y: 5px !important;
}

.select2-container .select2-choice {
    height: 34px !important;
}

    .select2-container .select2-choice > .select2-chosen {
        line-height: 32px !important;
    }

.input-group.inline_select_lists .dropdown-toggle {
    padding: 6px 8px 7px;
}

.list-disc {
    list-style-type: disc;
    -webkit-margin-before: 0.5em;
    -webkit-margin-after: 0.5em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 20px;
}

.table-group > thead, .table-group > tbody {
    box-shadow: 0.5px 0 1px #4e4e4e;
}

.bg-light-grey {
    background-color: #efefef;
}

.italic {
    font-style: italic;
}

.w-auto {
    width: auto !important;
}

.pt0 {
    padding-top: 0 !important;
}

.pr0 {
    padding-right: 0 !important;
}
/* switcher */
.admin-form .switch > label {
    width: 45px;
    height: 25px;
    border-radius: 20px;
}

    .admin-form .switch > label:after {
        margin: 0 !important;
        width: 21px !important;
        height: 21px !important;
        display: block;
        border-radius: 100%;
        background: #fff;
        box-shadow: 0 1px 3px rgba(0,0,0,.4);
    }

div.switch input:checked + label:after {
    left: 20px;
}

div.switch.switch-success input:checked + label {
    background-color: rgb(0, 174, 239);
}

.admin-form .switch-success > input:checked + label {
    background-color: rgb(0, 174, 239);
    border-color: rgb(0, 174, 239);
    box-shadow: rgb(0, 174, 239) 0px 0px 0px 11px inset;
    transition: border 0.4s, box-shadow 0.4s, background-color 1.2s;
}

.bootbox-confirm .btn-primary {
    background-color: #00aeef !important;
}

.arrow-expand-collapse {
    font-size: 16px !important;
    width: 20px;
    height: 30px;
    vertical-align: middle;
    line-height: 30px !important;
    cursor: pointer;
}

    .arrow-expand-collapse:hover {
        color: #00aeef;
    }

.text-shadow {
    text-shadow: 0 2px rgba(0,0,0,0.2);
}

/** fix paging **/

@media (max-width: 900px) {
    .panel-footer {
        text-align: center;
    }

        .panel-footer .pagination,
        .panel-footer .pagination.display-count {
            float: none !important;
        }

            .panel-footer .pagination.display-count {
                display: none;
            }
}

.bg-light {
    background-color: #F2F2F2;
}

/*@media screen and (max-width: 1366px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 14.25px;
        overflow-y: hidden;
        overflow-x: auto;
        border: 1px solid #eeeeee;
    }
        .table-responsive > .table {
            margin-bottom: 0;
        }
}*/


.table-responsive-lg {
    width: 100%;
    margin-bottom: 14.25px;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #eeeeee;
    -webkit-overflow-scrolling: touch;
}

    .table-responsive-lg > .table {
        margin-bottom: 0;
    }

        .table-responsive-lg > .table > thead > tr > th,
        .table-responsive-lg > .table > tbody > tr > th,
        .table-responsive-lg > .table > tfoot > tr > th,
        .table-responsive-lg > .table > thead > tr > td,
        .table-responsive-lg > .table > tbody > tr > td,
        .table-responsive-lg > .table > tfoot > tr > td {
            white-space: nowrap;
        }

    .table-responsive-lg > .table-bordered {
        border: 0;
    }

        .table-responsive-lg > .table-bordered > thead > tr > th:first-child,
        .table-responsive-lg > .table-bordered > tbody > tr > th:first-child,
        .table-responsive-lg > .table-bordered > tfoot > tr > th:first-child,
        .table-responsive-lg > .table-bordered > thead > tr > td:first-child,
        .table-responsive-lg > .table-bordered > tbody > tr > td:first-child,
        .table-responsive-lg > .table-bordered > tfoot > tr > td:first-child {
            border-left: 0;
        }

        .table-responsive-lg > .table-bordered > thead > tr > th:last-child,
        .table-responsive-lg > .table-bordered > tbody > tr > th:last-child,
        .table-responsive-lg > .table-bordered > tfoot > tr > th:last-child,
        .table-responsive-lg > .table-bordered > thead > tr > td:last-child,
        .table-responsive-lg > .table-bordered > tbody > tr > td:last-child,
        .table-responsive-lg > .table-bordered > tfoot > tr > td:last-child {
            border-right: 0;
        }

        .table-responsive-lg > .table-bordered > tbody > tr:last-child > th,
        .table-responsive-lg > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive-lg > .table-bordered > tbody > tr:last-child > td,
        .table-responsive-lg > .table-bordered > tfoot > tr:last-child > td {
            border-bottom: 0;
        }


@media screen and (max-width: 1600px) {
    .table-responsive-md {
        width: 100%;
        margin-bottom: 14.25px;
        overflow-y: hidden;
        overflow-x: auto;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #eeeeee;
        -webkit-overflow-scrolling: touch;
    }

        .table-responsive-md > .table {
            margin-bottom: 0;
        }

            .table-responsive-md > .table > thead > tr > th,
            .table-responsive-md > .table > tbody > tr > th,
            .table-responsive-md > .table > tfoot > tr > th,
            .table-responsive-md > .table > thead > tr > td,
            .table-responsive-md > .table > tbody > tr > td,
            .table-responsive-md > .table > tfoot > tr > td {
                white-space: nowrap;
            }

        .table-responsive-md > .table-bordered {
            border: 0;
        }

            .table-responsive-md > .table-bordered > thead > tr > th:first-child,
            .table-responsive-md > .table-bordered > tbody > tr > th:first-child,
            .table-responsive-md > .table-bordered > tfoot > tr > th:first-child,
            .table-responsive-md > .table-bordered > thead > tr > td:first-child,
            .table-responsive-md > .table-bordered > tbody > tr > td:first-child,
            .table-responsive-md > .table-bordered > tfoot > tr > td:first-child {
                border-left: 0;
            }

            .table-responsive-md > .table-bordered > thead > tr > th:last-child,
            .table-responsive-md > .table-bordered > tbody > tr > th:last-child,
            .table-responsive-md > .table-bordered > tfoot > tr > th:last-child,
            .table-responsive-md > .table-bordered > thead > tr > td:last-child,
            .table-responsive-md > .table-bordered > tbody > tr > td:last-child,
            .table-responsive-md > .table-bordered > tfoot > tr > td:last-child {
                border-right: 0;
            }

            .table-responsive-md > .table-bordered > tbody > tr:last-child > th,
            .table-responsive-md > .table-bordered > tfoot > tr:last-child > th,
            .table-responsive-md > .table-bordered > tbody > tr:last-child > td,
            .table-responsive-md > .table-bordered > tfoot > tr:last-child > td {
                border-bottom: 0;
            }
}


@media (max-width: 900px) {
    /** TEXT ALIGN STYLE **/
    .m-text-left {
        text-align: left !important;
    }

    .m-text-right {
        text-align: right !important;
    }

    .m-text-center {
        text-align: center !important;
    }

    .mmt10 {
        margin-top: 10px !important;
    }

    .mmt15 {
        margin-top: 15px !important;
    }
}

.admin-form .field-icon i {
    color: #696969;
}


/* background for report */
.bg-light-purple {
    background-color: #fcf4ff !important;
}

    .bg-light-purple > td {
        background-color: #fcf4ff !important;
    }

.bg-light-green {
    background-color: #f0fff6 !important;
}

    .bg-light-green > td {
        background-color: #f0fff6 !important;
    }

.bg-light-yellow {
    background-color: #fffeec !important;
}

    .bg-light-yellow > td {
        background-color: #fffeec !important;
    }

.bg-light-orange {
    background-color: #ffe1af !important;
}

    .bg-light-orange > td {
        background-color: #ffe1af !important;
    }

.bg-light-orange-dark {
    background-color: #ffe699 !important;
}

    .bg-light-orange-dark > td {
        background-color: #ffe699 !important;
    }

.bg-light-red {
    background-color: #f9ecea !important;
    color: #666666 !important;
}

    .bg-light-red:hover > td {
        background-color: #f9ecea !important;
        color: #666666 !important;
    }


.input-percent, .input-vnd {
    position: relative;
}

    .input-percent input, .input-vnd input {
        padding-right: 25px;
    }

    .input-percent:after {
        content: '%';
        position: absolute;
        right: 11px;
        top: 8px;
        color: #b3b3b3;
    }

    .input-vnd:after {
        content: 'đ';
        position: absolute;
        right: 11px;
        top: 8px;
        color: #b3b3b3;
    }

/**********************************************
* Tab content
***********************************************/
.tab-content {
    box-shadow: 0 1px 2px #ccc;
}

    .tab-content .panel {
        box-shadow: none !important;
    }



.title-group {
    font-size: 13px;
    font-weight: 600;
    padding-bottom: 8px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e0e0e0;
    color: #00aeef;
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
}
