﻿/* FIX SIDEBAR & CONTEND & BODY BEGIN */
body {
    position: relative !important;
    height: auto !important;
    min-height: 100vh !important;
}

.main-container {
    position: relative !important;
    height: auto !important;
}

img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
}

label {
    position: relative;
}

.user-info .ua {
    width: 30px;
    height: 30px;
    display: inline-block;
    float: left;
    margin-top: 2px;
    border-radius: 50%;
    overflow: hidden;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
}

/*.page-sidebar {
    position: relative !important;
    float: left !important;
}
.main-container .page-content {
    float: left;
    width: calc((100%) - 224px);
    width: -webkit-calc((100%) - 224px);
    width: -moz-calc((100%) - 224px);
    width: -ms-calc((100%) - 224px);
    width: -o-calc((100%) - 224px);
    margin-left: 0;
    display: inline-block;

    height: 100% !important;
}*/



.page-container {
    display: table !important;
    width: 100% !important;
    height: 100%;
    position: relative !important;
    background-color: #eee !important;
    table-layout: fixed;
}

.page-sidebar {
    display: table-cell !important;
    position: relative !important;
    vertical-align: top !important;
    background-color: #fff !important;
    z-index: 127;
    max-width: 224px !important;
}

.page-content {
    display: table-cell;
    margin-left: 0 !important;
    vertical-align: top !important;
    background-color: #eee;
}

/*REMOVE*/
/*.page-sidebar {
    height: 100%;

}*/
/*.dataTables_wrapper {
     overflow: auto;
}*/
/*TABLE COLOR DONE*/
input[type=checkbox] ~ .text:before,
input[type=radio] ~ .text:before {
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.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-color: #ddd !important;
}

.dataTable > thead > tr > th {
    /*color: #222 !important;*/
}

.dataTable > tbody > tr > td {
    /*color: #666 !important;*/
}

.pagination > li.disabled > a,
.pager > li.disabled > a,
.pagination > li.disabled > a:hover,
.pager > li.disabled > a:hover {
    background-color: #fcfcfc !important;
}

.pagination > li:not(.active) > a:hover,
.pager > li:not(.active) > a:hover {
    background-color: #fafafa !important;
    border-color: #ccc !important;
}

.dataTables_paginate .btn-default:hover,
.dataTables_paginate .open .btn-default.dropdown-toggle {
    background: #fbfbfb !important;
    border-color: #ccc !important;
}

/*TABLE BETA 1*/
.fc-border-separate thead tr,
.table thead tr {
    background-image: none !important;
    background: #fbfbfb !important;
}

.table-hover > tbody > tr:hover,
.table-striped > tbody > tr:nth-child(odd):hover {
    background-color: #fbfbfb;
}

.widget-body .DTTTFooter {
    background: #fbfbfb !important;
}

.table-striped > tbody > tr:nth-child(odd) {
    background-color: #fbfbfb;
}

.table > thead > tr > .active,
.table > tbody > tr > .active,
.table > tfoot > tr > .active,
.table > thead > .active > td,
.table > tbody > .active > td,
.table > tfoot > .active > td,
.table > thead > .active > th,
.table > tbody > .active > th,
.table > tfoot > .active > th,
.table-striped > tbody > tr.active:nth-child(odd) > td,
.table-striped > tbody > tr > .active:nth-child(odd) > th {
    background-color: #fbfbfb;
}

.table-hover > tbody > tr > .active:hover,
.table-hover > tbody > .active:hover > td,
.table-hover > tbody > .active:hover > th,
.table-striped > tbody > tr.active:hover:nth-child(odd) > td,
.table-striped > tbody > tr > .active:hover:nth-child(odd) > th {
    background-color: #fbfbfb;
}

/*TABLE BETA 2*/

.dataTables_filter .form-control {
    background-color: #fff !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    width: 100%;
}

.dataTables_filter {
    background: #fff !important;
    clear: both;
    float: left;
    width: 100%;
}

.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-left: none !important;
    border-right: none !important; */
}


/*CUSTOM THEME BETA*/
.widget-header.bordered-bottom {
    /*        border-bottom: 1px solid #ffce55; */
    /*     border-bottom: 1px solid #eee !important; */
}

/*SIDEBAR*/
.page-sidebar .sidebar-menu > li > a .menu-text,
.page-sidebar .sidebar-menu .submenu > li > a .menu-text {
    display: block;
    float: left;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.page-sidebar .sidebar-menu > li > a .menu-text {
    max-width: calc((100%) - 45px);
    width: auto;
}

.page-sidebar .sidebar-menu .submenu > li > a .menu-text {
    width: auto;
    max-width: calc((100%) - 40px);
    max-width: -ms-calc((100%) - 40px);
    max-width: -o-calc((100%) - 40px);
}

    .page-sidebar .sidebar-menu .submenu > li > a .menu-text.next_has_star {
        max-width: calc((100%) - 60px);
    }

.page-sidebar .sidebar-menu .submenu > li > .submenu > li > a .menu-text {
    max-width: 100%;
    width: auto;
}

    .page-sidebar .sidebar-menu .submenu > li > .submenu > li > a .menu-text.next_has_star {
        max-width: calc((100%) - 25px);
    }

sup.star {
    margin-left: 5px;
}

/*CUSTOM THEME DONE*/
.widget-header > .widget-caption:not(.tabitem) {
    float: none !important;
    text-align: center !important;
    font-weight: bold !important;
    font-size: 12px !important;
    text-transform: uppercase !important;
    color: #777 !important;
    white-space: nowrap;
    display: inline-block;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    margin: 0 auto;
}

.widget-header.bordered-bottom {
    height: 36px;
}

.page-sidebar:before {
    -webkit-box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08) !important;
    box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08) !important;
}

.databox.databox-shadowed {
    -webkit-box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08) !important;
    box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08) !important;
}

.page-container {
    background-color: #f2f2f2 !important;
}

.custdatabox .databox {
    /*     border: 1px solid #eaeaea !important; */
    /*     border-radius: 0 !important; */
    /*     box-shadow: none !important; */
    -webkit-box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08) !important;
    box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08) !important;
}

.page-breadcrumbs {
    /*     box-shadow: none !important; */
    background: #fbfbfb !important;
    -webkit-box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08) !important;
    box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08) !important;
    /*     border-bottom: 1px solid #eaeaea !important;     */
}

.page-body {
    background: #f2f2f2 !important;
}

    .page-body.content_page {
        margin-top: 20px;
    }

.page-content {
    background-color: #f2f2f2 !important;
}

.timeline > li {
    /*    background: #f2f2f2 !important;*/
}

body:before {
    background-color: #f2f2f2 !important;
}

.tree.useTree .tree-folder-name a {
    padding-left: 0 !important;
}

.ui-dialog .ui-dialog-titlebar-close::before {
    content: "\f2d7" !important;
    font-family: "Ionicons" !important;
    font-size: 16px !important;
    line-height: 18px !important;
}

.ui-dialog .ui-dialog-titlebar-close {
    border: 1px solid transparent;
    text-align: center;
}

.tEditor {
    padding: 2px 5px 2px 5px !important;
}

    .tEditor .openEditor {
        color: #ccc !important;
        font-size: 11px;
        -webkit-transition: all .25s;
        -o-transition: all .25s;
        transition: all .25s;
    }

        .tEditor .openEditor:hover {
            color: #aaa !important;
        }

#viewer.pdfViewer {
    padding-top: 20px;
}

.pdfViewer .page {
    margin: 1px auto 10px auto !important;
    border: none !important;
    -o-border-image: none !important;
    border-image: none !important;
    -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, .35) !important;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, .35) !important;
}

.page-sidebar .sidebar-menu > li > .submenu .menu-expand {
    /*display: none !important;*/
    color: #222;
}

.DTTT.btn-group .dropdown-menu-right li a > i {
    width: 15px !important;
    display: inline-block !important;
    text-align: center !important;
}

.DTTT.btn-group .dropdown-menu-right li a > span {
    display: inline-block !important;
}

.doc-viewer {
    overflow: auto;
    position: relative;
    display: block;
}

#FileViewer .secrtc1 .doc-viewer .textviewer #textContent {
    width: 100%;
    padding: 30px 35px;
    background: #fcfcfc;
    color: #222;
}

#mainContainer {
    min-width: 260px !important;
}

.page-sidebar.menu-compact .sidebar-menu {
    overflow: visible !important;
    width: 42px !important;
}

    .page-sidebar.menu-compact .sidebar-menu div[class*="ps-scrollbar"] {
        display: none !important;
    }

.btn-searchs .btn {
    height: 30px !important;
}

.padl_half {
    padding-left: 7.5px;
}

.padr_half {
    padding-right: 7.5px;
}

.btnNext,
.btnPrev {
    padding: 0 !important;
}

.lhp_miv_map {
    z-index: 125 !important;
}

.recent .recent_link > a:active {
    background: transparent !important;
}

.custdatabox .databox {
    -webkit-box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08) !important;
    box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08) !important;
    background: #fff;
    height: 180px !important;
}

    .custdatabox .databox .databox-left {
        height: 48px !important;
        width: 48px !important;
        margin-top: 20px !important;
        margin-left: 20px !important;
    }

        .custdatabox .databox .databox-left .myavatar {
            width: 48px;
            height: 48px;
            -o-object-fit: cover;
            object-fit: cover;
            -o-object-position: center center;
            object-position: center center;
        }

.custdatabox .ionicons,
.custdatabox .fa,
.custdatabox .glyphicon {
    line-height: 48px !important;
}

.custdatabox .glyphicon {
    font-size: 23px !important;
}

.custdatabox .ionicons {
    font-size: 25px !important;
}

.custdatabox .fa {
    font-size: 23px !important;
}

.custdatabox .databox .databox-right {
    width: calc((100%) - (88px)) !important;
    width: -ms-calc((100%) - (88px)) !important;
    width: -o-calc((100%) - (88px)) !important;
}

    .custdatabox .databox .databox-right .databox-text.title {
        font-weight: normal !important;
        text-transform: uppercase !important;
        padding-top: 15px;
    }

.custdatabox .databox .title a.red {
    font-size: 16px;
    color: #02adea !important;
}

.custdatabox .databox .title a.yellow {
    font-size: 16px;
    color: #ffb900 !important;
}

.custdatabox .databox .databox-right .databox-text > ul {
    margin: 0;
    margin-left: 1px;
    max-height: 105px !important;
}

    .custdatabox .databox .databox-right .databox-text > ul > li > a {
        color: #363636 !important;
    }

.viewer-wapper {
    display: block !important;
}

.fileviewer {
    display: table !important;
    position: relative;
    table-layout: fixed !important;
}

.secrtc1 {
    display: table-cell;
    vertical-align: top;
    float: none !important;
    width: auto !important;
}

.secrtc2 {
    display: table-cell;
    vertical-align: top;
    float: none !important;
}

#FileViewer .group-tab .tab-data {
    padding-top: 0 !important;
}

    #FileViewer .group-tab .tab-data > div {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

#FileViewer .group-tab .tab-data,
#FileViewer #outerContainer {
    overflow: auto;
    width: 100%;
}

#FileViewer #Player_wrapper #Player {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
}

#FileViewer #Player_wrapper {
    width: 100% !important;
    height: 25px !important;
    margin: 0 auto !important;
}

.dataTable > tbody > tr > td .fileitem img {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background: transparent !important;
    border: none !important;
}

.dataTable > tbody > tr > td .text > .label {
    margin-bottom: 2px;
    margin-right: 2px;
    margin-top: 2px;
}

/* FIX SIDEBAR & CONTEND & BODY END */
.databox.databox-vertical.databox-xxlg {
    height: 310px;
}

.databox.databox-vertical.databox-xxxlg {
    height: 400px;
}

.menu-expand {
    pointer-events: none;
}

.page-breadcrumbs {
    min-height: 38px;
    line-height: 38px;
}

.page-sidebar > .sidebar-menu > li > a {
    background-color: #2b8bd7 !important;
    color: #fff !important;
    font-weight: bold;
}

    .page-sidebar > .sidebar-menu > li > a:hover,
    .page-sidebar > .sidebar-menu > li > a:focus {
        background-color: #217ac5 !important;
    }

.page-sidebar .sidebar-menu > li > a {
    border-top: 0px !important;
}

.page-sidebar .sidebar-menu .submenu > li > a {
    padding-left: 7px !important;
    border-top: 1px solid #f3f3f3;
}

.page-sidebar .sidebar-menu .submenu > li:first-child > a {
    border-top: 0;
}

.page-sidebar .sidebar-menu > li > .submenu > li > a:before {
    display: none;
}

.page-sidebar .sidebar-menu > li > .submenu {
    background-color: #fff;
}

/*.page-sidebar .sidebar-menu .submenu>li:not(.open)>a:hover {
    background: #fbfbfb;
}*/

.page-sidebar .sidebar-menu > li > .submenu {
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .page-sidebar .sidebar-menu > li > .submenu > li > .submenu {
        background-color: #fbfbfb;
        -webkit-box-shadow: inset 0 4px 4px -2px rgba(0, 0, 0, .15), inset 0 -4px 4px -2px rgba(0, 0, 0, .15);
        box-shadow: inset 0 4px 4px -2px rgba(0, 0, 0, .15), inset 0 -4px 4px -2px rgba(0, 0, 0, .15);
        border: none !important;
    }

/*.page-sidebar .sidebar-menu>li>.submenu>li>.submenu:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    left: 23px;
    top: 0;
    bottom: 19px;
    border-left: 1px solid #e2e2e2;
}*/

.page-sidebar .sidebar-menu .submenu > li > .submenu > li > a {
    padding-left: 37px !important;
    border-top: 0 !important;
}

.page-sidebar .sidebar-menu > li > .submenu > li > .submenu > li > a:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 5px;
    height: 5px;
    left: 21px;
    top: 17px;
    background-color: #fff;
    border: 1px solid #e2e2e2;
    z-index: 2;
}

.page-sidebar .sidebar-menu > li > .submenu > li > .submenu > li.active:first-child > a {
    -webkit-box-shadow: inset 0 4px 4px -2px rgba(0, 0, 0, .15);
    box-shadow: inset 0 4px 4px -2px rgba(0, 0, 0, .15);
}

.page-sidebar .sidebar-menu .submenu > li > .submenu > li.active > a:hover {
    background: #f5f5f5 !important;
}

.page-sidebar .sidebar-menu .submenu > li > .submenu > li > a:hover {
    background: transparent;
}

.page-sidebar.menu-compact .sidebar-menu > li:hover > a > i {
    color: #fff;
}

.page-sidebar.menu-compact .sidebar-menu > li > .submenu {
    background-color: #fff;
}

    .page-sidebar .sidebar-menu > li > .submenu > li.active:last-child a,
    .page-sidebar.menu-compact .sidebar-menu > li > .submenu > li > .submenu > li.active:first-child > a,
    .page-sidebar.menu-compact .sidebar-menu > li > .submenu > li > .submenu {
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

        .page-sidebar.menu-compact .sidebar-menu > li > .submenu > li > .submenu > li > a:hover,
        .page-sidebar.menu-compact .sidebar-menu > li > .submenu > li > .submenu > li.active > a,
        .page-sidebar.menu-compact .sidebar-menu > li > .submenu > li > .submenu > li.active > a:hover {
            background-color: #fbfbfb !important;
        }

    .page-sidebar.menu-compact .sidebar-menu > li > .submenu li .submenu {
        background-color: #fff;
    }

    .page-sidebar.menu-compact .sidebar-menu > li > .submenu > li > .submenu {
        border-top: 1px solid #f3f3f3 !important;
    }

        .page-sidebar.menu-compact .sidebar-menu > li > .submenu > li > .submenu > li > a:before {
            display: none;
        }

.page-sidebar > .sidebar-menu > li > a > i {
    color: #fff !important;
}

.dropdown-notifications .tab-content .user_search .form-control {
    background-position: right 10px top -30px;
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu li a:hover {
    background-color: transparent;
}

.page-sidebar .sidebar-menu a {
    height: 38px;
    line-height: 38px;
    text-align: left !important;
    clear: both !important;
}

    .page-sidebar .sidebar-menu a .menu-icon {
        margin-top: 0px;
        float: left;
        line-height: 38px;
    }

.page-sidebar .sidebar-menu .submenu {
    width: 100%;
}

select.form-control {
    padding-right: 12px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

input[type*="hidden"] {
    display: none !important;
}

#user_activity_importanr,
#user_activity_ntf,
#user_activity_recent {
    clear: both;
    overflow: hidden;
}

.recent {
    padding: 5px 0;
    display: inline-block;
    float: none;
    border-bottom: 1px solid #eee;
}

    .recent:last-child {
        border-bottom: none;
    }

#user_activity_recent .recent {
    display: block;
    overflow: hidden;
    padding: 5px 0 5px 0 !important;
}

.recent .recent_icon {
    padding: 0;
    display: inline-block;
    float: left;
    padding-top: 2px;
    width: auto;
}

.recent .recent_link {
    padding: 0;
    height: 26px;
    line-height: 26px;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    padding-left: 15px;
}

.user_activity .tab-content {
    padding: 10px 0px 0px 0px !important;
}

    .user_activity .tab-content > div {
        max-height: 260px;
        padding: 0px 12px 0px 12px !important;
    }

        .user_activity .tab-content > div > .ps-scrollbar-x-rail {
            display: none !important;
        }

.exts-24.ext-folder {
    background-size: 20px auto;
    background-position: 1px -522px;
}

.databox-top .databox-number {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.line-control-panel {
    position: relative !important;
}

.ps-container .ps-scrollbar-y-rail,
.ps-container .ps-scrollbar-x-rail {
    z-index: 123;
}

.page-sidebar > .sidebar-menu > li.active > a,
.page-sidebar > .sidebar-menu > li.active > a span {
    color: #fff !important;
}

.exts-24.ext-wmv,
.exts-24.ext-flv {
    background-position: 0 -810px;
}

.page-sidebar.menu-compact > .sidebar-menu > li.active > a,
.page-sidebar.menu-compact > .sidebar-menu > li.active > a span {
    color: #262626 !important;
}

#DPlugin .pluginTooltip {
    padding: 10px 10px;
    font-size: 13px;
}

.dataTables_filter > .quickSearch > label {
    width: auto;
}

.secrtc2 .widget-header > .widget-caption {
    float: none;
    text-transform: uppercase;
}

.secrtc2 .widget-header {
    border-bottom: 1px solid #eee;
}

#RecordCmts .cmt-cnt .arrow {
    display: none;
}

#RecordCmts .cmt-avt {
    width: 41px;
}

#InfoCmts > .padt15 > .form-cmts {
    padding-top: 15px;
    padding-bottom: 15px;
}

#InfoCmts > .padt15 {
    padding-top: 0 !important;
}

.fileviewer .tab-content.tabs-flat .tab-pane > .padt15 {
    padding-bottom: 15px !important;
}



.DTTT.btn-group > .btn-group {
    margin-left: 3px !important;
    z-index: 100;
}

    .DTTT.btn-group > .btn-group:last-child > .btn:first-child {
        border-top-left-radius: 3px !important;
        border-bottom-left-radius: 3px !important;
    }

    .DTTT.btn-group > .btn-group:last-child > .dropdown-toggle {
        border-top-right-radius: 3px !important;
        border-bottom-right-radius: 3px !important;
    }

#FrmCrChannel .scrollItems {
    margin-top: 5px !important;
    clear: both;
    float: left;
    width: 100%;
}

.advanced_search_bar .btn-searchs > .btn-group > .btn {
    padding-left: 5px !important;
}

.advanced_search_bar .btn-searchs .btn-group {
    margin-left: 0 !important;
    position: absolute;
    top: 0;
    left: -19px;
}

.advanced_search_bar .btn-searchs {
    position: relative;
}

.recent .recent_link > a {
    max-width: 210px;
    overflow: hidden;
    display: inline-block;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-top: 5px !important;
    padding-bottom: 0 !important;
}

.dialogEditor #dialogEditor {
    border-color: #ddd !important;
}

.dialogEditor .ui-dialog-buttonpane {
    background-color: #f2f2f2 !important;
}

    .dialogEditor .ui-dialog-buttonpane .ui-dialog-buttonset button {
        border: 1px solid #ccc;
        padding: 6px 12px;
        color: #ffffff;
        -moz-border-radius: 2px;
        -moz-background-clip: padding;
        border-radius: 2px;
        -webkit-transition: all .25s;
        -o-transition: all .25s;
        transition: all .25s;
    }

    .dialogEditor .ui-dialog-buttonpane .ui-dialog-buttonset button {
        background-color: #57b5e3 !important;
        border-color: #57b5e3 !important;
    }

        .dialogEditor .ui-dialog-buttonpane .ui-dialog-buttonset button + button {
            background-color: #fff !important;
            border-color: #ccc !important;
            color: #222 !important;
        }

        .dialogEditor .ui-dialog-buttonpane .ui-dialog-buttonset button:hover {
            background-color: #6abce2 !important;
            border-color: #6abce2 !important;
        }

        .dialogEditor .ui-dialog-buttonpane .ui-dialog-buttonset button + button:hover {
            background-color: #fff !important;
            border-color: #ccc !important;
        }

.databox .useScrollBar .databox-row.bordered-bottom:nth-last-child(3),
.databox .databox-row.bordered-bottom:last-child {
    border: none !important;
}

#scaleSelectContainer {
    margin-top: 5px;
}

.verticalToolbarSeparator {
    display: block;
    padding: 8px 0;
    margin: 8px 4px;
    width: 1px;
    background-color: hsla(0, 0%, 0%, .5);
    -webkit-box-shadow: 0 0 0 1px hsla(0, 0%, 100%, .08);
    box-shadow: 0 0 0 1px hsla(0, 0%, 100%, .08);
}

.ScanResult {
    background: #fff;
}

.toolbarViewer_Scanfile {
    height: 32px;
    background-color: #00A2E8;
    background-image: url(/pdf/images/texture.png), -o-linear-gradient(hsla(198, 100%, 45%, .99), hsla(198, 100%, 45%, .95));
    background-image: url(/pdf/images/texture.png), -webkit-gradient(linear, left top, left bottom, from(hsla(198, 100%, 45%, .99)), to(hsla(198, 100%, 45%, .95)));
    background-image: url(/pdf/images/texture.png), linear-gradient(hsla(198, 100%, 45%, .99), hsla(198, 100%, 45%, .95));
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
}

.ScanResult .items_Scan {
    padding-bottom: 10px;
    padding-top: 20px;
}

.prev_next_page {
    display: inline-block;
    float: left;
    margin: 0;
    margin-left: 16px;
}

    .prev_next_page li a {
        font-size: 18px;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, .15);
        float: left;
        /*    background-color: hsla(0,0%,0%,.05);
    background-image: linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,100%,0));
    background-clip: padding-box;
    border: 1px solid hsla(0,0%,0%,.05);
    border-color: hsla(0,0%,0%,.1) hsla(0,0%,0%,.15) hsla(0,0%,0%,.2);
    box-shadow: 0 1px 0 hsla(0,0%,100%,.05) inset, 0 0 1px hsla(0,0%,100%,.15) inset, 0 1px 0 hsla(0,0%,100%,.05);*/
        border-radius: 2px;
        color: rgba(255, 255, 255, .95);
        min-width: 16px;
        padding: 2px 7px 2px;
        line-height: 28px;
        cursor: pointer;
    }

.step_page label,
.step_page span {
    color: rgba(255, 255, 255, .95);
    margin: 0;
}

.step_page {
    float: left;
    margin-left: 15px;
    margin-top: 1px;
}

.page_zoomer,
.page_zoomer li {
    float: left;
}

.full_screen {
    float: left;
}

.other_tools {
    float: left;
    margin-left: 15px;
}

    .other_tools ul li {
        float: left;
    }

    .other_tools > ul > li > ul {
        display: none;
    }

.page_zoomer {
    margin: 0 0 0 15px;
}

.other_tools ul {
    margin: 0;
}

.other_tools > ul > li > a {
    font-size: 12px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .15);
    float: left;
    border-radius: 2px;
    color: rgba(255, 255, 255, .95);
    min-width: 16px;
    padding: 2px 7px 2px;
    line-height: 30px;
    cursor: pointer;
    overflow: hidden;
    height: 30px;
}

    .other_tools > ul > li > a .fa-angle-double-up,
    .other_tools > ul > li > a .fa-angle-double-down {
        font-size: 17px;
        margin-top: 6px;
    }

.step_page #page_Number::-webkit-inner-spin-button,
.step_page #page_Number::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.page_zoomer a {
    color: rgba(255, 255, 255, .95);
    line-height: 30px;
}

.step_page #page_Number {
    border: 1px solid #039adb !important;
}

.prev_next_page li {
    float: left;
}

.page_zoomer > li > a {
    font-size: 14px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .15);
    float: left;
    border-radius: 2px;
    color: rgba(255, 255, 255, .95);
    min-width: 16px;
    padding: 2px 7px 2px;
    line-height: 30px;
    height: 30px;
    cursor: pointer;
}

#page_zoom_select {
    margin: 0;
    background: rgba(0, 0, 0, 0);
    background-color: hsla(0, 0%, 0%, .05);
    background-image: -o-linear-gradient(hsla(0, 0%, 100%, .05), hsla(0, 0%, 100%, 0));
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, .05)), to(hsla(0, 0%, 100%, 0)));
    background-image: linear-gradient(hsla(0, 0%, 100%, .05), hsla(0, 0%, 100%, 0));
    background-clip: padding-box;
    border: 1px solid hsla(0, 0%, 0%, .05);
    border-color: hsla(0, 0%, 0%, .1) hsla(0, 0%, 0%, .15) hsla(0, 0%, 0%, .2);
    -webkit-box-shadow: 0 1px 0 hsla(0, 0%, 100%, .05) inset, 0 0 1px hsla(0, 0%, 100%, .15) inset, 0 1px 0 hsla(0, 0%, 100%, .05);
    box-shadow: 0 1px 0 hsla(0, 0%, 100%, .05) inset, 0 0 1px hsla(0, 0%, 100%, .15) inset, 0 1px 0 hsla(0, 0%, 100%, .05);
    width: 120px;
    max-width: 120px;
    padding: 0 2px !important;
    color: hsla(0, 0%, 100%, .8);
    font-size: 12px;
    line-height: 11px;
    height: 22px;
    margin-top: 5px;
    margin-left: 10px;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

    #page_zoom_select:hover {
        background-color: hsla(0, 0%, 0%, .2);
        -webkit-box-shadow: 0 1px 0 hsla(0, 0%, 100%, .05) inset, 0 0 1px hsla(0, 0%, 100%, .15) inset, 0 0 1px hsla(0, 0%, 0%, .05);
        box-shadow: 0 1px 0 hsla(0, 0%, 100%, .05) inset, 0 0 1px hsla(0, 0%, 100%, .15) inset, 0 0 1px hsla(0, 0%, 0%, .05);
    }

    #page_zoom_select option {
        background: #fff;
        color: #222;
    }

.page_zoomer > li > a .ion-minus-round {
    margin-top: 0.5px;
    display: inline-block;
}

.prev_next_page li a,
.page_zoomer > li > a,
.other_tools > ul > li > a {
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

    .prev_next_page li a:hover,
    .page_zoomer > li > a:hover,
    .other_tools > ul > li > a:hover {
        color: rgba(255, 255, 255, 1);
        text-shadow: none;
    }

.mrgl_15 {
    margin-left: 15px;
}

a#ScanPlugin {
    white-space: normal;
}

.ScanResult .items_Scan .itemScan {
    position: relative;
    padding: 0 15px;
}

    .ScanResult .items_Scan .itemScan .Del_itemScan {
        position: absolute;
        top: 0;
        right: 0;
    }

    .ScanResult .items_Scan .itemScan .itemScan_img {
        display: inline-block;
        position: relative;
    }

.ScanResult .items_Scan.auto_width_view .itemScan .itemScan_img img {
    -webkit-transform-origin: center center !important;
    -ms-transform-origin: center center !important;
    transform-origin: center center !important;
}

.ScanResult .items_Scan .itemScan .Del_itemScan {
    position: absolute;
    top: -10px;
    right: -10px;
    background: #222;
    width: 20px;
    height: 20px;
    color: #fff;
    border-radius: 50%;
    overflow: hidden;
    font-size: 15px;
    text-align: center;
    padding: 0 !important;
    line-height: 20px;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    opacity: 0;
}

    .ScanResult .items_Scan .itemScan .Del_itemScan:hover {
        background: #000;
    }

.ScanResult .items_Scan .itemScan:hover .Del_itemScan {
    opacity: 1;
}

.ScanResult .items_Scan.auto_width_view .itemScan .itemScan_img img {
    max-width: 100%;
    width: 680px;
    height: auto;
}

.ScanResult .items_Scan .itemScan .itemScan_img {
    width: 680px;
}

#num_Pages b {
    font-weight: normal;
}

.recent_link > a:focus {
    background: transparent !important;
}






















































.btn {
    text-shadow: none !important;
}

.timeline-body-img .card-video,
.timeline-body-img .card-audio {
    display: block;
    width: 100%;
    clear: both;
    margin-bottom: 5px;
}

    .timeline-body-img .card-audio audio {
        width: 100%;
    }

    .timeline-body-img .card-video video {
        width: 100%;
        height: auto;
    }

.fileviewer .tabs-flat > li.active > a,
.fileviewer .tabs-flat > li.active > a:hover,
.fileviewer .tabs-flat > li.active > a:focus {
    color: #049bdd;
    border-top: 2px solid #2dc3e8 !important;
    border-left: none !important;
    border-right: none !important;
}

.fileviewer .tabs-flat > li > a {
    line-height: 16px;
    border-top: 2px solid transparent;
}

input.date,
input.monthYear,
input.datetime,
input.timepicker {
    background: url("/Assets/app/img/calendar.svg");
    padding-right: 26px !important;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-position: right 5px center;
}

#FrmCrWorkflow .widget .task-container .form-group.has-feedback.has-error i.form-control-feedback {
    top: 47px;
}



.star {
    /*background-color: orange;*/
    border-radius: 3px;
    color: #fff;
    font-weight: bold;
    padding: 2px 5px;
}

.fileviewer .important_action_btn {
    padding-top: 0;
}

.page-sidebar .sidebar-menu > li > .treeViewer {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background-color: #fff !important;
}

.star[data-value="0"],
.star[data-value=""] {
    display: none;
}

.linkdoctypes {
    max-height: none !important;
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-notifications li .notification-icon i.ionicons {
    font-size: 18px;
}

@media (min-width: 992px) {
    .quickSearch .quickSearch_md {
        /*width: auto !important;*/
        /*max-width: 20%;*/
    }
}

.dock .dock_icons .dock_icon.active > a:before {
    content: "";
    position: absolute;
    bottom: -13px;
    left: 50%;
    width: 14px;
    height: 14px;
    margin-left: -7px;
    border-radius: 50%;
    /* box-shadow: 0px 0px 12px rgba(255,255,255,1); */
    /* background: #555; */
    background-image: url(/Assets/app/img/indicator.png);
}

.file_button_action_list {
    max-width: none !important;
    width: auto !important;
}

.sharefile_icon:before {
    width: 20px;
    height: 20px;
    background-image: url(/Assets/app/img/sharefile_icon_orange.png);
    content: "" !important;
    background-size: auto 18px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center center;
}

.sharefile_icon.orange:before {
    background-image: url(/Assets/app/img/sharefile_icon_orange.png);
}

.sharefile_icon.blue:before {
    background-image: url(/Assets/app/img/sharefile_icon_blue.png);
}

.sharefile_icon.white:before {
    background-image: url(/Assets/app/img/sharefile_icon_white.png);
}

.doctype_icon:before {
    width: 20px;
    height: 20px;
    background-image: url(/Assets/app/img/doctype_icon_orange.png);
    content: "" !important;
    background-size: auto 11px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center center;
}

.doctype_icon.orange:before {
    background-image: url(/Assets/app/img/doctype_icon_orange.png);
}

.doctype_icon.blue:before {
    background-image: url(/Assets/app/img/doctype_icon_blue.png);
}

.doctype_icon.white:before {
    background-image: url(/Assets/app/img/doctype_icon_white.png);
}

.menu-icon.sharefile_icon {
    padding-top: 4px;
}

.notification-icon .blue {
    color: #6acbf9 !important;
}

.widget-header {
    text-align: center !important;
}

.widget-buttons {
    padding-right: 10px;
    float: right !important;
    z-index: 2;
    background: #fff;
    position: absolute;
    top: 0;
    right: 5px;
    height: 100%;
}

.widget > .widget-header > .widget-caption {
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 50%;*/
    /*width: auto;*/
    /*z-index: 1;*/
    /*-webkit-transform: translateX(-50%);*/
    /*-moz-transform: translateX(-50%);*/
    /*-ms-transform: translateX(-50%);*/
    /*-o-transform: translateX(-50%);*/
    /*transform: translateX(-50%);*/
    /*max-width: 100%;*/
    /*padding: 0 35px;*/
}

    .widget > .widget-header > .widget-caption i {
        background: #57b5e3;
        color: #fff;
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        border-radius: 50%;
        margin-right: 10px;
        font-size: 14px;
    }

.widget-header > .widget-caption:not(.tabitem) {
    float: none !important;
    text-align: center !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    text-transform: uppercase !important;
    color: #03A9F4 !important;
    white-space: nowrap;
    display: inline-block;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    margin: 0 auto;
}

.widget-buttons:before {
    content: "";
    width: 10px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -10px;
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0), rgb(255, 255, 255));
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgb(255, 255, 255));
}

.widget-header > .widget_back_btn + .widget-caption {
    /*float: none !important;*/
    text-align: center !important;
    font-weight: bold !important;
    font-size: 12px !important;
    text-transform: uppercase !important;
    color: #03A9F4 !important
}

.widget > .widget-header > .widget-caption {
    position: relative;
    top: 0;
    left: 0;
    width: auto;
    z-index: 1;
    max-width: 85%;
    float: left !important;
    padding-top: 9px;
    padding-left: 5px;
    padding-bottom: 5px;
}

.important_action_btn li .btns {
    margin-top: 0;
    float: none;
}

.widget-body.no-padding .DTTT.btn-group {
    right: 15px;
    z-index: 12;
}

    .widget-body.no-padding .DTTT.btn-group:before {
        content: "";
        position: absolute;
        top: 0;
        left: -5px;
        width: 5px;
        height: 100%;
        background: -o-linear-gradient(left, rgba(255, 255, 255, 0), #fff);
        background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#fff));
        background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff);
    }

.widget-header {
    padding-left: 10px;
    padding-right: 5px;
}

.widget_back_btn {
    display: inline-block;
    padding: 0 5px;
    line-height: 34px;
    position: relative;
    text-align: left;
    height: 32px;
    float: left;
    color: #777;
    text-decoration: none;
    font-size: 14px;
    width: 25px;
    z-index: 2;
    background: #fff;
}

    .widget_back_btn:hover,
    .widget_back_btn:focus {
        opacity: .5;
        text-decoration: none;
        color: #777;
    }

    .widget_back_btn span {
        display: none;
    }

.progress-bar {
    background-image: -o-linear-gradient(top, #a0d468 0%, #a0d468 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#a0d468), to(#a0d468));
    background-image: linear-gradient(to bottom, #a0d468 0%, #a0d468 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a0d468', endColorstr='#a0d468', GradientType=0);
}

.progress.bg-yellow {
    background-color: #ffce55 !important;
    -webkit-filter: none !important;
    filter: none !important;
}

#CrStgDocTypeFieldDCText .col-md-4.nopad.padding-l-5 {
    text-transform: capitalize;
    font-size: 13px;
    display: inline-block;
    margin-top: 3px;
    color: #777;
}

#TblBlocks .btns .btn {
    min-width: 0;
}

.pd_ct_date .pd_ct {
    width: 50%;
    float: left;
}

.navbar {
    z-index: 500 !important;
}

.pane-cmt .form-cmts {
    width: 100%;
}

#SecRtContent .fileviewer .nav-tabs {
    height: auto;
    margin-bottom: -1px;
}

.list_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
    margin-left: -10px;
    margin-right: -10px;
}

.list_flex_item {
    width: 20%;
    padding: 10px;
}

.list_flex_item_ct {
    background: #fff;
    padding: 12px 10px;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
}

.list_flex_thumb {
    width: 45px;
    height: 45px;
    display: block;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
    /*background: #83d3fb;*/
}

    .list_flex_thumb a {
        text-decoration: none;
        color: #fff;
    }

        .list_flex_thumb a span {
            text-align: center;
            line-height: 54px;
            background: #83d3fb;
            display: block;
            color: #fff;
            font-size: 20px;
            text-decoration: none !important;
        }

.list_flex {
    margin-bottom: 15px;
}

.list_flex_title {
    margin: 10px 0 0 0;
    display: block;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    line-height: 1.4;
}

.list_flex_thumb img {
    width: 45px;
    height: 45px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
}

.list_flex_title a {
    color: #222;
    text-decoration: none;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

    .list_flex_title a:hover,
    .list_flex_title a:focus {
        color: #57b5e3;
    }

#FrmCrService .form-control {
    background: #fff;
}

.scrollItems {
    background: #fff;
}

.fileviewer .tab-pane {
    background-color: #fff !important;
}

#FrmUpServiceRecord .form-control {
    background: #fff;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    background: #fff;
}

#InfoHistories table thead tr {
    background-image: none !important;
    background-color: #fff;
}

#InfoCmts .form-cmts {
    background: #fff !important;
}

.pane-cmt .row {
    background-color: #fff !important;
}

.form-cmts textarea,
.form-cmts .form-control {
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #ddd;
    margin-bottom: 10px;
}

#FrmUpServiceInfoFile .clickViewer {
    margin-bottom: 3px;
}

#FrmCrUser .scrollItems,
#FrmUpUser .scrollItems {
    margin-top: 10px;
    clear: both;
    overflow: hidden;
    display: block;
    position: relative;
    float: left;
    width: 100%;
}

#TblChannels td .label {
    margin-bottom: 3px;
    min-width: 90px;
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area .login-area section h2 span {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    max-width: 150px;
}

.close_drap_drop:hover,
.close_drap_drop:focus {
    color: #fff;
    background: #57b5e3;
}

.close_drap_drop {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #fff;
    background: #89cbeb;
    width: 20px;
    height: 20px;
    text-align: center;
    padding: 0;
    line-height: 20px;
    font-size: 14px;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

.ui-autocomplete-input {
    background-position: calc((100%) - 10px) -30px;
}

input.ui-autocomplete-loading {
    background-position: right 5px center !important;
}

.autocompleteCategory {
    background-image: url(/Assets/app/img/collapses.png);
    background-position: calc((100%) - 10px) -30px;
    background-repeat: no-repeat;
}

.page-sidebar.menu-compact ~ .page-content {
    margin-left: 0px !important;
}

.page-sidebar.menu-compact ~ .page-content {
    width: calc((100%) - 0px);
    width: -ms-calc((100%) - 0px);
    width: -o-calc((100%) - 0px);
}

.exts-24.ext- {
    position: relative;
    background: none !important;
}

.borrow_user i {
    padding-top: 1px;
    display: inline-block;
    float: left;
    margin-right: 5px;
}

.navbar .sidebar-collapse {
    left: 184px;
}

.page-sidebar .sidebar_action_btn .auto_width_btn .btn {
    width: auto;
}

.sidebar_action_btn_content.auto_width_btn {
    text-align: center;
}

/*End cssd1004*/
.regester_td img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
}

.regester_td {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.regester_td_table {
    display: table;
    width: 100%;
}

.regester_td_left,
.regester_td_right {
    display: table-cell;
    vertical-align: middle;
}

.regester_td_left {
    width: 40px;
}

.regester_td_right {
    padding-left: 15px;
}

    .regester_td_right i {
        opacity: .65;
    }

#FrmAvatar div[class*="col-"] {
    width: 100%;
    padding: 0;
    text-align: center;
}

#FrmAvatar .actions {
    border: none;
    position: relative;
    float: none;
    margin-top: 10px;
}

#FrmAvatar .imgavt #ImageAvatar {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
}

#FrmAvatar #AvatarDrager .jcrop-active {
    margin: 0 auto;
}

.databox-cell.databox-cell-doctypes .badge.margin-5 {
    margin-top: 2px !important;
}

.submenu > li.active > a {
    color: #1a6ab3 !important;
}

/*.page-sidebar .sidebar-menu li:not(.has_mgtitle) a:hover .menu-text, .page-sidebar .sidebar-menu li:not(.has_mgtitle) a:focus .menu-text, .page-sidebar .sidebar-menu li:not(.has_mgtitle).active a .menu-text {
    color: #fff !important;
}*/

/*End cssd0404*/
/*body {
    position: relative !important;
    height: auto !important;
}
.main-container {
    height: auto !important;
}
*/
.padding-l-5 {
    padding-left: 5px !important;
}

.mb-5 {
    margin-bottom: 5px;
}

.timeline-comment .cmt-content {
    position: relative;
    display: block;
}

    .timeline-comment .cmt-content .send_cmt {
        position: absolute;
        top: 10px;
        right: 10px;
        padding-top: 4px;
        padding-bottom: 2px;
    }

.section_newfeed .nav > li .tooltip {
    white-space: nowrap;
}

/*End cssd0504*/
.wizard.wizard-wired ul li .more,
.wizard.wizard-wired ul li .title {
    padding: 0 5px;
}

@media(max-width: 640px) {
    #SecRtContent .wizard-wired {
        height: auto !important;
    }

    #SecRtContent #outerContainer {
        height: auto !important;
    }

    .wizard ul li:before {
        display: none !important;
    }

    #TblServiceRecords tr td:first-child + td,
    #TblServiceRecords tr th:first-child + th,
    #TblServiceRecords tr td:first-child,
    #TblServiceRecords tr th:first-child {
        display: none;
    }

    #InfoStatus .wizard.wizard-wired ul li {
        display: block;
        width: 100%;
        float: left;
    }

        #InfoStatus .wizard.wizard-wired ul li:first-child {
            padding-left: 0;
        }

        #InfoStatus .wizard.wizard-wired ul li > .step {
            margin: 0;
        }

    .wizard ul li.complete:before {
        display: none;
    }
}

.ScanResult .itemScan img {
    border: none !important;
    -o-border-image: none !important;
    border-image: none !important;
    /*    -webkit-transition: all .25s;
       -moz-transition: all .25s;
        -ms-transition: all .25s;
         -o-transition: all .25s;
            transition: all .25s;*/
}

.ScanResult .itemScan .itemScan_img {
    margin: 1px auto 10px auto !important;
    border: none !important;
    -o-border-image: none !important;
    border-image: none !important;
    -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, .35) !important;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, .35) !important;
}

.ScanResult {
    text-align: center !important;
}

.page-sidebar .sidebar-menu a .menu-icon.ionicons {
    font-size: 17px !important;
}

.cr_related_job_btn:hover,
.cr_related_job_btn:focus {
    border-color: #57b5e3;
    color: #57B5E2 !important;
    text-shadow: none !important;
}

.related_job label {
    font-weight: bold;
    color: #666;
    display: inline-block;
    font-size: 14px;
}

.timeline_job_item_status .label-primary {
    background: #57b5e3 !important;
}

.section_job_fw .timeline-panel .timeline-action-btn .dropdown-toggle i {
    font-size: 21px;
}

.section_job_fw .timeline-panel .timeline-action-btn .dropdown-toggle:hover,
.section_job_fw .timeline-panel .timeline-action-btn .dropdown-toggle:focus {
    color: #57b5e3 !important;
}

/*End cssd0704*/
.page-sidebar.menu-compact .sidebar-menu > li:hover > a {
    color: #262626 !important;
}

.page-sidebar.menu-compact .statistic_fifle {
    padding: 10px;
    /*display: none;*/
}

    .page-sidebar.menu-compact .statistic_fifle i {
        margin-right: 0;
    }

    .page-sidebar.menu-compact .statistic_fifle li .menu-text {
        max-width: 100px;
        display: inline-block;
        overflow: hidden;
        white-space: nowrap;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }

.page-sidebar.menu-compact .sidebar-menu > li > .submenu {
    -webkit-box-shadow: 5px 5px 5px -5px rgba(0, 0, 0, 0.13), 5px 5px 5px -5px rgba(0, 0, 0, 0.13), 5px -5px 5px -5px rgba(0, 0, 0, 0.13);
    box-shadow: 5px 5px 5px -5px rgba(0, 0, 0, 0.13), 5px 5px 5px -5px rgba(0, 0, 0, 0.13), 5px -5px 5px -5px rgba(0, 0, 0, 0.13);
}

.badge-primary,
.label-primary {
    background-color: #57b5e3 !important;
}

/*End cssd0804*/
.scrollItem_item .scrollItem_content {
    display: none;
}

.scrollItem_item.open .scrollItem_content {
    display: block;
}

.scrollItem_item .scrollItem_item_title {
    cursor: pointer;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

    .scrollItem_item .scrollItem_item_title:hover,
    .scrollItem_item .scrollItem_item_title:focus {
        color: #53a93f;
    }

.scrollItem_item .scrollItem_item_title {
    padding: 7px 15px 0 15px;
    display: block;
}

.scrollItem_item .checkbox .text {
    padding-left: 20px;
}

.scrollItem_item {
    clear: both;
    overflow: hidden;
}

/*.dataTables_filter .input-sm {
    min-width: 230px;
}*/
#FrmUpStgDocType .control-label,
#FrmCrStgDocType .control-label {
    margin-bottom: 5px !important;
}

.scrollItems {
    padding-bottom: 15px;
}

.scrollItem_item .scrollItem_item_title .fa_all {
    font-size: 10px;
    vertical-align: middle;
    margin-top: -4px;
}

.scrollItem_item .scrollItem_item_title .fa_some {
    font-size: 6px;
    vertical-align: middle;
    margin-top: -3px;
    margin-left: 3px;
}

.scrollItem_item .scrollItem_item_title .fa_right {
    color: #53a93f;
}

.statistic_fifle .glyphicon {
    font-size: 12px !important;
}

/*cssd03034*/
.page-sidebar:before {
    width: 224px;
    left: 0;
    background-color: #ffffff;
    /*    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.075);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.075);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.075);*/
}

.page-breadcrumbs {
    -webkit-box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08) !important;
    box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08) !important;
}

.search-container .container-fluid {
    -webkit-box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08) !important;
    box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08) !important;
    border: none;
    padding-bottom: 5px;
    padding-top: 20px;
}

.widget {
    padding: 0;
    -webkit-box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08) !important;
    box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08) !important;
}

.box-find-user {
    border-bottom: 1px solid #ecf0f1;
}

.quickSearch_custom .btn-searchs .btn-group .btn {
    border-top-right-radius: 2px !important;
    border-bottom-right-radius: 2px !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-left: 0 !important;
}

.quickSearch_custom:not(.advanced_search_bar) .btn-searchs .btn-group .btn {
    background-color: #57b5e3 !important;
}

.quickSearch_custom .btn-searchs .btn {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.widget-body .widget .widget-body {
    background: #fff;
    border: 1px solid #ededed;
    border-top: 0;
    border-bottom: 0;
}

.widget-body .widget .widget-body {
    background: #fff;
    border: 1px solid #ededed;
    border-top: 0;
    border-bottom: 0;
}

.widget-body .widget {
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
    border-top: 1px solid #ededed;
}

    .widget-body .widget .widget-body .form-control {
        background-color: #fff;
        border-color: #ddd;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    #FrmCrJob .tab-content,
    .widget-body .widget .widget-body .tab-content {
        padding-top: 0px;
        background: #fff;
        border-top: 0;
    }

    #FrmCrJob .nav-tabs li.active > a,
    .widget-body .widget .widget-body .nav-tabs li.active > a {
        background: #fff;
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
        -webkit-box-shadow: none;
        box-shadow: none;
        margin-top: -3px;
    }

    #FrmCrJob .nav-tabs > li,
    .widget-body .widget .widget-body .nav-tabs > li {
        margin-bottom: -1px;
    }

    #FrmCrJob .tab-content .scrollItems,
    .widget-body .widget .widget-body .tab-content .scrollItems {
        border: 1px solid #ddd;
    }

    .widget-body .widget .widget-body .has-feedback .form-control-feedback {
        bottom: 0;
        top: auto;
    }

#FrmUpWorkflow .container-fluid .form-group .form-control {
    background-color: #fff !important;
    border-color: #ddd;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#FrmCrJob .nav-tabs li > a,
#FrmUpWorkflow .nav-tabs li > a {
    padding-left: 10px;
    padding-right: 10px;
    background: #fff !important;
}

.upfile_ct_fw {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background-color: #fff !important;
    border: 1px solid #ddd !important;
    padding: 3px;
}

sup.star {
    border-radius: 5px;
}

.page-sidebar.menu-compact sup.star {
    display: none;
}

.sidebar-menu .mgtitle .menu-icon {
    color: #fff !important;
}

.quickSearch:not(.advanced_search_bar) label:before {
    color: #57b5e3;
}

.section_newfeed.section_job_fw {
    max-width: none !important;
    width: 100%;
}

.timeline_job_item_status {
    position: relative;
}

    .timeline_job_item_status span.label {
        float: left;
    }

    .timeline_job_item_status .jobitem-action-btn {
        position: relative;
        top: 0;
        right: 0;
        display: inline-block;
    }

        .timeline_job_item_status .jobitem-action-btn .dropdown-toggle {
            padding-top: 0;
            padding-bottom: 0;
        }

        .timeline_job_item_status .jobitem-action-btn .dropdown-menu {
            right: auto;
            left: 0;
        }

.related_job .user-company {
    display: inline-block;
}

.related_job .member {
    display: inline-block;
    clear: none;
    margin: 0;
}

.sub_job_item_info {
    float: left;
}

/*Header Search*/
.advanced_search_bar {
    position: relative;
    margin-top: 7px;
    margin-right: 10px;
    background: #fff;
    border-radius: 5px;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

    .advanced_search_bar:hover {
        background: #fff;
    }

    .advanced_search_bar .option_search {
        display: none;
        background: #fff;
        padding: 15px;
        position: absolute;
        left: 0;
        width: 100%;
        top: 34px;
        visibility: visible;
        opacity: 1;
    }

.option_search_flex {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
}

    .option_search_flex .flex_50 {
        width: 50%;
    }

    .option_search_flex .flex_100 {
        width: 100%;
    }

    .option_search_flex .flex_50,
    .option_search_flex .flex_100 {
        padding: 5px 5px;
    }

.btn_group_100 .btn {
    width: 50%;
}

.btn_group_100 {
    width: 100%;
}


/*STG DOC*/
.table_custom .item_datetime {
    display: block;
    color: #bbb;
}

.quickSearch_custom {
    float: left;
    width: auto;
}

    .quickSearch_custom label {
        margin: 0;
        width: auto;
        float: left;
    }

    .quickSearch_custom .btn-searchs {
        float: left;
    }

.table_custom .btns .btn-group .btn {
    text-align: center;
}

/*Fixed Menu Footer*/
.fixed--menu-footer {
    position: fixed;
    height: 53px;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    border-top: 1px solid #eee;
    background: rgba(255, 255, 255, 1);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(47%, rgba(246, 246, 246, 1)), color-stop(100%, rgba(237, 237, 237, 1)));
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(243, 243, 243, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 1)), color-stop(47%, rgba(246, 246, 246, 1)), to(rgba(243, 243, 243, 1)));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(243, 243, 243, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed', GradientType=0);
}

.fixed--menu-list li a:hover,
.fixed--menu-list li a:focus,
.fixed--menu-list li.active a {
    color: #dd0000;
}

.fixed--menu-list li a {
    padding: 12px 15px;
    display: block;
    color: #57b5e3;
    font-weight: bold;
    text-decoration: none;
}

.fixed--menu-list li {
    float: left;
}

.fixed--menu-list {
    list-style: none;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    clear: both;
}

.docpro_icon {
    height: 30px;
    width: 30px;
    background: #fff;
    display: inline-block;
    border: 1px solid #eee;
}

.fixed--menu-list li a .docpro_icon {
    float: left;
}

.fixed--menu-list li a span {
    display: inline-block;
    padding-top: 5px;
    padding-left: 10px;
}

.page-sidebar.menu-compact .sidebar-menu > li > a .menu-text {
    height: 39px;
    line-height: 39px;
    padding-left: 17px !important;
    padding-right: 15px !important;
    max-width: none !important;
}

.page-sidebar .sidebar-menu > li > .only_compact {
    display: none !important;
}

.page-sidebar.menu-compact .sidebar-menu > li > .only_compact {
    display: block !important;
}

.page-sidebar .sidebar-menu .submenu li a.active {
    color: #f6921e;
}

/*Sidebar button*/
.sidebar_action_btn {
    position: relative;
    overflow: hidden;
    z-index: 123;
    background: #fff;
}

.sidebar_action_btn_content {
    padding: 4px 5px;
    border-bottom: 1px solid #f5f5f5;
}

.sidebar_action_btn .btn-info i {
    font-size: 11px;
}

.page-sidebar .sidebar_action_btn .btn {
    padding: 5px;
    font-size: 12px;
    width: 102px;
    display: inline-block;
    position: relative;
    height: 29px;
    line-height: 29px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.page-sidebar.menu-compact .sidebar_action_btn .btn i {
    display: none;
}

.page-sidebar.menu-compact .sidebar_action_btn .btn {
    width: 86px;
}

.page-sidebar .sidebar_action_btn .btn:last-child {
    margin-right: 0;
}

.page-sidebar .sidebar_action_btn .btn {
    margin-right: 5px;
}

.btn-info {
    background-color: #57b5e3 !important;
    border-color: #57b5e3 !important;
}

/*Sidebar Drop & Drap file upload*/
#upload-modal .drag-drop-box .icon-upload,
#upload-modal .drag-drop-box .icon-upload img {
    z-index: -9999;
}

#upload-modal {
    position: relative;
    overflow: hidden;
    z-index: 123;
    background: #fff;
}

    #upload-modal .primary-actions {
        margin: 18px 0 18px 0;
        padding: 0 15px;
    }

    #upload-modal .drag-drop-box {
        margin: 0 auto;
        border: 1px dashed #ddd;
        border-radius: 5px;
        position: relative;
    }

        #upload-modal .drag-drop-box .upload-giraffe {
            position: absolute;
            width: 75px;
            top: -15px;
            right: -20px;
            -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, .1);
            box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, .1);
            border-radius: 7px;
        }

        #upload-modal .drag-drop-box .upload-pointer {
            position: absolute;
            width: 14px;
            top: 28px;
            right: -14px;
        }

        #upload-modal .drag-drop-box .icon-upload {
            font-size: 40px;
            margin-top: 0;
        }

    #upload-modal .drag-drop-text {
        margin-top: 5px;
        position: relative;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        text-align: center;
        padding: 0 30px 10px 30px;
    }

    #upload-modal .browse-btn {
        cursor: pointer;
        display: inline-block;
        color: #57b5e3;
        padding: 0;
        margin: 0;
        border-radius: 3px;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        background: rgba(255, 255, 255, 1);
        border: 0 !important;
        height: auto;
        line-height: 1.4;
        overflow: visible;
    }

    #upload-modal .drop_hover_text,
    #upload-modal .browse-btn,
    #upload-modal .drop_text {
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }

    #upload-modal.hover .browse-btn,
    #upload-modal.hover .drop_text {
        opacity: 0;
    }

    #upload-modal .drop_hover_text {
        opacity: 0;
        visibility: hidden;
        position: absolute;
        top: 4px;
        left: 0;
        width: 100%;
        text-align: center;
    }

    #upload-modal.hover .drop_hover_text {
        opacity: 1;
        visibility: visible;
    }

    #upload-modal.hover .drag-drop-box .icon-upload img {
        -webkit-animation: arrow_top_bottom_loop 2s infinite;
        animation: arrow_top_bottom_loop 2s infinite;
    }

@keyframes arrow_top_bottom_loop {
    0% {
        -webkit-transform: translateY(-20%);
        -ms-transform: translateY(-20%);
        transform: translateY(-20%);
    }

    50% {
        -webkit-transform: translateY(20%);
        -ms-transform: translateY(20%);
        transform: translateY(20%);
    }

    100% {
        -webkit-transform: translateY(-20%);
        -ms-transform: translateY(-20%);
        transform: translateY(-20%);
    }
}

@-webkit-keyframes arrow_top_bottom_loop {
    0% {
        -webkit-transform: translateY(-20%);
        -ms-transform: translateY(-20%);
        transform: translateY(-20%);
    }

    50% {
        -webkit-transform: translateY(20%);
        -ms-transform: translateY(20%);
        transform: translateY(20%);
    }

    100% {
        -webkit-transform: translateY(-20%);
        -ms-transform: translateY(-20%);
        transform: translateY(-20%);
    }
}

#upload-modal.hover .drag-drop-box {
    background: #fff;
    border-color: #57b5e3;
    border-width: 1px;
}

.nodisplay {
    display: none !important;
}

#upload-modal .drag-drop-box .icon-upload img {
    max-width: 100%;
    width: 35px;
    margin: 10px auto 0;
    display: block;
    opacity: .5;
}

#upload-modal.hover .drag-drop-box .icon-upload img {
    opacity: 1;
}

/*Statistic File*/
.statistic_fifle {
    padding: 10px 17px 10px 11px;
}

    .statistic_fifle li {
        padding: 8px 0 !important;
    }

        .statistic_fifle li:before {
            display: none !important;
        }

    .statistic_fifle .menu-text i {
        /*font-size: 15px;*/
        min-width: 20px;
        display: inline-block;
        text-align: center;
        /*margin-right: 5px;*/
    }

.page-sidebar .sidebar-menu .submenu li .pull-right {
    padding-top: 2px;
}

/*user activity*/
.user_activity .nav-tabs > li.active > a:after {
    content: "";
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #fff;
    height: 0;
    left: 50%;
    position: absolute;
    bottom: -3px;
    width: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.user_activity .nav-tabs > li.active > a {
    position: relative;
}

.user_activity .nav-tabs li:before {
    display: none !important;
}

.user_activity .nav-tabs li a {
    padding: 12px 24px !important;
}

.user_activity .nav-tabs > li > a {
    border-top: 0px;
    border-right: 0px !important;
    border-left: 0px !important;
    border-bottom: 0px !important;
    background: #57b5e3;
    color: #fff;
}

    .user_activity .nav-tabs > li > a:focus,
    .user_activity .nav-tabs > li.active > a,
    .user_activity .nav-tabs > li.active > a:hover,
    .user_activity .nav-tabs > li.active > a:focus {
        border-top: 0px;
        line-height: 36px;
        margin-right: 0;
        margin-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        background: #57b5e3 !important;
        color: #fff !important;
    }

.user_activity .nav-tabs > li.active {
    border-bottom: 2px solid #57b5e3 !important;
    margin-top: 0;
}

.user_activity .nav-tabs > li > a:hover,
.user_activity .nav-tabs > li > a:focus {
    background-color: #57b5e3 !important;
    color: #fff !important;
}

.user_activity .tab-content {
    padding-top: 10px;
}

    .user_activity .tab-content .user_search {
        padding-bottom: 7px;
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        background: #fff;
        z-index: 1;
    }

.user_activity .nav-tabs {
    background: #57b5e3;
}

    .user_activity .nav-tabs > li {
        margin-bottom: -1px !important;
    }

.user_item {
    display: table;
    width: 100%;
    /*table-layout: fixed;*/
    margin: 0;
    border: none;
    padding: 7px 5px 7px 5px;
    position: relative;
}

    .user_item:after {
        content: "";
        position: absolute;
        bottom: 0px;
        left: 5px;
        width: calc((100%) - 10px);
        width: -ms-calc((100%) - 10px);
        width: -o-calc((100%) - 10px);
        height: 1px !important;
        background: #eee;
    }

    .user_item:last-child {
        border: none;
    }

    .user_item .user_item_avatar {
        display: table-cell;
        vertical-align: top;
        width: 50px;
        text-align: left;
    }

        .user_item .user_item_avatar img {
            width: 40px !important;
            max-width: 40px !important;
            height: 40px;
            border-radius: 50%;
            overflow: hidden;
            -o-object-fit: cover;
            object-fit: cover;
            -o-object-position: center center;
            object-position: center center;
        }

    .user_item .user_item_right {
        display: table-cell;
        text-align: left;
        vertical-align: top;
    }

.user_item_info a,
.user_item_info span {
    padding: 0 !important;
    margin: 0 !important;
    line-height: 1.4 !important;
    height: auto !important;
    display: inline !important;
    border: 0 !important;
    white-space: normal !important;
    clear: both;
    background: none !important;
}

.user_item_datetime {
    margin-top: 2px;
    color: #bbb;
}

.user_item_info a {
    color: #57b5e3 !important;
    font-weight: 600;
}

.none-max-height {
    max-height: 100% !important;
}

.ps-container .ps-scrollbar-x,
.ps-container .ps-scrollbar-y {
    background-color: #ccc;
}

.page-sidebar .sidebar-menu li.has_mgtitle + li a {
    border-top: 0 !important;
}

.navbar-inner {
    border-bottom: 0 !important;
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area .login-area .avatar img {
    border-radius: 50%;
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area .login-area .avatar {
    border-left: 0;
}

.appname {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area .login-area section h2 span {
    line-height: 30px;
}

.ilogo {
    background-size: 50% auto;
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area > li > a .icon {
    font-size: 24px;
    line-height: 45px;
}

    .navbar .navbar-inner .navbar-header .navbar-account .account-area > li > a .icon.ion-earth {
        font-size: 20px;
        line-height: 47px;
    }

    .navbar .navbar-inner .navbar-header .navbar-account .account-area > li > a .icon.ion-log-out {
        font-size: 20px;
    }

.navbar .sidebar-collapse.active .collapse-icon,
.navbar .sidebar-collapse .collapse-icon {
    font-size: 24px;
    line-height: 24px;
    padding: 10px 11px;
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area .login-area section h2 span {
    font-weight: normal;
}

.navbar .sidebar-collapse {
    width: 40px;
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area > li > a .badge {
    top: 6px;
    left: auto;
    right: 5px;
    padding: 3px 5px 4px 5px;
    background-color: #f7941e !important;
    background: rgba(0, 0, 0, 0) -o-linear-gradient(top, rgba(255, 175, 75, 1) 0%, rgba(255, 146, 10, 1) 100%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, left bottom, from(rgba(255, 175, 75, 1)), to(rgba(255, 146, 10, 1))) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(255, 175, 75, 1) 0%, rgba(255, 146, 10, 1) 100%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) -o-linear-gradient(to bottom, rgba(255, 175, 75, 1) 0%, rgba(255, 146, 10, 1) 100%) repeat scroll 0 0;
    border: none;
    width: auto;
    height: 17px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

sub.statn {
    margin-left: 5px;
}

sub.statn,
sup {
    background: rgba(0, 0, 0, 0) -o-linear-gradient(top, rgba(255, 175, 75, 1) 0%, rgba(255, 146, 10, 1) 100%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, left bottom, from(rgba(255, 175, 75, 1)), to(rgba(255, 146, 10, 1))) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(255, 175, 75, 1) 0%, rgba(255, 146, 10, 1) 100%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) -o-linear-gradient(to bottom, rgba(255, 175, 75, 1) 0%, rgba(255, 146, 10, 1) 100%) repeat scroll 0 0;
}

.advanced_search_bar .form-control.input-sm {
    border: none;
    color: #666;
    background-color: transparent;
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
    border-style: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    padding: 0 28px;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    width: 209px;
}

.advanced_search_bar > .input-group {
    background: transparent;
}

.advanced_search_bar .btn-group .btn {
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}

.quickSearch_custom .btn-searchs {
    float: left;
    /*background: #4fb3b2;*/
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}

.advanced_search_bar .btn-searchs .btn {
    border-radius: 0;
    border: none;
    background-color: transparent;
    background-image: none !important;
    border-style: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 20px;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    color: #666 !important;
    text-shadow: none !important;
}

.advanced_search_bar .btn-searchs > .btn-group > .btn {
    padding: 0 5px 0 0;
    border-radius: 0px !important;
    opacity: 0;
    line-height: 1.4;
}

.advanced_search_bar .btn-searchs > .btn {
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
    padding: 1px 15px 0 10px;
    background: #f6f6f6;
}

.advanced_search_bar.active > .input-group > .show_form_btn,
.advanced_search_bar.active > .input-group > .input-group-btn > .btn {
    background-color: #fff;
}

.dropdown-notifications li.open {
    padding: 0 0px 0 0 !important;
}

    .dropdown-notifications li.open li {
        padding: 0 0 0 0 !important;
    }

.dropdown-notifications .tab-content {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #fff;
}

    .dropdown-notifications .tab-content .user_search .form-control {
        position: relative;
        border: none;
        background-color: #f6f7f9;
        border-radius: 5px !important;
        border-style: none;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 14px;
        height: 30px;
        line-height: 30px;
        padding: 0 28px 0 45px;
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.sidebar-menu.notifies {
    max-height: none !important;
}

.user_activity .tab-content .user_search:after {
    content: "\f4a5";
    position: absolute;
    top: 7px;
    left: 15px;
    display: inline-block;
    font-family: "Ionicons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
}

.advanced_search_bar:hover .form-control.input-sm {
    /* background: #fff;*/
}

.advanced_search_bar:hover .btn-searchs > .btn-group > .btn {
    background: transparent !important;
    opacity: 1;
    color: #666 !important;
}

.advanced_search_bar:hover .btn-searchs > .btn {
    color: #666 !important;
}

.advanced_search_bar .dropdown-menu {
    right: -40px;
    left: auto;
    float: none;
    width: 249px !important;
    min-width: 0 !important;
    border: none !important;
    box-shadow: 1px 8px 20px rgba(0, 0, 0, .175);
    -webkit-box-shadow: 1px 8px 20px rgba(0, 0, 0, .175);
    -moz-box-shadow: 1px 8px 20px rgba(0, 0, 0, .175);
    margin-top: 2px;
}

    .advanced_search_bar .dropdown-menu li {
        padding: 0 15px !important;
    }

/*FIXED CSS*/
.navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu li.dropdown-footer {
    padding: 0 0 0 0;
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area > li.open > a {
    background-color: #00689d;
    -webkit-box-shadow: 0 2px 40px rgba(0, 0, 0, .24);
    box-shadow: 0 2px 40px rgba(0, 0, 0, .24);
    border-top: 0px solid #fff;
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-arrow:before {
    background-color: transparent;
}

.dropdown-menu {
    -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1) !important;
}

.glyphicon.glyphicon-folder-close {
    display: inline-block;
    font-family: "Ionicons" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.dropdown-notifications .glyphicon.glyphicon-folder-close {
    font-size: 18px !important;
}

.glyphicon.glyphicon-folder-close:before {
    content: "\f2e0";
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area > li > a:hover {
    background-color: #1d76c7;
    -webkit-box-shadow: 0 0px 40px rgba(0, 0, 0, .24);
    box-shadow: 0 0px 40px rgba(0, 0, 0, .24);
}

.breadcrumb > li > a {
    color: #007AB7;
}

.sidebar-menu .mgtitle {
    background-color: #2b8bd7 !important;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

    .sidebar-menu .mgtitle:hover,
    .sidebar-menu .mgtitle:focus {
        background-color: #217ac5 !important;
    }

.navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-login-area > li.edit a:focus,
.navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-login-area > li.edit a:hover {
    background: transparent !important;
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-login-area > li .avatar-area .caption {
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

.dataTable > thead > tr > th,
.dataTable > tfoot > tr > th,
.dataTable > tbody > tr > td {
    outline: none;
    min-width: 50px;
}

.dataTable > tbody > tr > td {
    word-break: break-word;
}

.table_custom .exts-24.ext-folder {
    background: none;
    display: inline-block;
    font-family: "Ionicons" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #ffbb44;
    font-size: 23px;
}

    .table_custom .exts-24.ext-folder:before {
        content: "\f2e0";
    }

.orange {
    color: #ffbb44 !important;
}

.tree.useTree .tree-folder-name a {
    line-height: 20px;
    height: 20px;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.tree .tree-item .tree-item-name > i,
.tree .tree-folder .tree-folder-header > i {
    height: 20px;
    padding-top: 3px;
    float: left;
}

input[type=checkbox] ~ .text:hover:before,
input[type=radio] ~ .text:hover:before {
    border-color: #339a99;
}

input[type=checkbox]:checked ~ .text:before,
input[type=radio]:checked ~ .text:before {
    content: "\f3fd";
    border-color: #57b5e3;
    font-family: "Ionicons";
    font-size: 22px !important;
    line-height: 18px;
}

input[type=checkbox]:active ~ .text :before,
input[type=radio]:active ~ .text :before {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

input[type=checkbox] ~ .text:before,
input[type=radio] ~ .text:before {
    font-family: "Ionicons";
    color: #57b5e3;
}

.table tr.active td:first-child {
    -webkit-box-shadow: 0px 0 0 #737373 inset;
    box-shadow: 0px 0 0 #737373 inset;
}

.dataTables_filter .input-sm {
    border-color: #ddd !important;
    border-radius: 3px !important;
}


/*DATE TIME PICKER*/
.xdsoft_datetimepicker {
    padding: 10px;
    border-radius: .42rem;
    font-size: 1rem;
    color: #3f4254;
    list-style: none;
    background-color: #fff;
    border: 0 solid rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 0 50px 0 rgba(82, 63, 105, 0.15);
    box-shadow: 0 0 50px 0 rgba(82, 63, 105, 0.15);
}

    .xdsoft_datetimepicker .xdsoft_datepicker {
        margin-left: 0;
    }

    .xdsoft_datetimepicker .xdsoft_calendar th {
        background: #fff;
        color: #3f4254;
        font-weight: 500;
    }

    .xdsoft_datetimepicker .xdsoft_calendar td,
    .xdsoft_datetimepicker .xdsoft_calendar th {
        text-align: center;
        width: 35px;
        height: 35px;
        border-radius: 4px;
        border: none;
        color: #3f4254 !important;
        background: #fff !important;
        font-size: 12px;
        padding: 0 !important;
    }

        .xdsoft_datetimepicker .xdsoft_calendar td > div {
            padding-right: 0;
        }

        .xdsoft_datetimepicker .xdsoft_calendar td:hover,
        .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
            background: #f3f6f9 !important;
            color: #3f4254 !important;
        }

        .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
        .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
        .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
            background: #e1f0ff !important;
            -webkit-box-shadow: none;
            box-shadow: none;
            color: #3699ff !important;
            font-weight: 700;
            position: relative;
        }

            .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current:before {
                content: "";
                display: inline-block;
                border: solid transparent;
                border-width: 0 0 7px 7px;
                border-bottom-color: #3699ff;
                border-top-color: #3699ff;
                position: absolute;
                bottom: 4px;
                right: 4px;
            }

    .xdsoft_datetimepicker .xdsoft_datepicker {
        width: 245px;
    }

    .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
        height: 188px;
        border: 1px solid #ebedf3;
    }

        .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div {
            background: #fff;
            border: 0;
            height: 35px;
            line-height: 35px;
        }

    .xdsoft_datetimepicker.xdsoft_inline {
        border: 1px solid #ebedf3;
    }

    .xdsoft_datetimepicker .xdsoft_datepicker.active + .xdsoft_timepicker.active {
        margin-left: 8px;
    }

    .xdsoft_datetimepicker .xdsoft_timepicker {
        margin-left: 0;
    }

    .xdsoft_datetimepicker .xdsoft_month {
        text-align: center;
    }

    .xdsoft_datetimepicker .xdsoft_label {
        z-index: 27;
    }

        .xdsoft_datetimepicker .xdsoft_label > .xdsoft_select {
            -webkit-box-shadow: 0px 0px 30px 0px rgba(82, 63, 105, 0.20);
            box-shadow: 0px 0px 30px 0px rgba(82, 63, 105, 0.20);
            border: 1px solid #ebedf3;
            border-radius: .42rem;
            overflow: hidden;
        }

.xdsoft_scrollbar > .xdsoft_scroller {
    background: #d1d3e0 !important;
}

.xdsoft_scrollbar {
    width: 4px;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
    background: #ddecfb;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #3797fc;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:not(.xdsoft_current):hover {
    background: #f3f6f9;
    color: #3f4254;
}

/*END DATE TIME PICKER*/

.form-horizontal.quickSearch .form-group {
    margin-left: 0;
    margin-right: 0;
}

    .form-horizontal.quickSearch .form-group > div.col-lg-12 {
        padding: 0;
    }

    .form-horizontal.quickSearch .form-group .form-control {
        border-color: #ddd !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

.form-horizontal.quickSearch .FrmSrDoc_sbm {
    clear: both;
}

.btn {
    background-image: none;
    outline: none !important;
}

.btn-sm > .fa,
.btn-sm > .typcn,
.btn-sm > .glyphicon,
.btn-sm > [class*="wi-"] {
    font-size: 12px;
    margin-right: 3px;
}

.btn.closeForm:hover {
    background: #fff;
    color: #57b5e3 !important;
    border-color: #57b5e3;
}

.btn.closeForm {
    border-color: #ddd;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.search-container .container-fluid {
    margin: 0 15px 5px 15px;
    background-color: #fff;
}

.btn-info.dropdown-toggle {
    border-left-color: #46ade0 !important;
}

.dropdown-menu {
    border: 0px !important;
    border-radius: 0px !important;
    margin: 0px 0 0;
}

    .dropdown-menu > li > a {
        margin-bottom: 0;
        margin-top: 0;
        padding: 8px 20px;
    }

    .dropdown-menu > li > a {
        border-bottom: 1px solid #f5f5f5;
    }

.page-body {
    padding: 20px 20px 60px 20px !important;
}

.important_action_btn {
    list-style: none;
    margin: 0;
    display: inline-block;
    padding-top: 7px;
    position: relative;
    width: 100%;
    text-align: right;
}

    .important_action_btn li a .ion-minus-round {
        width: 1.28571429em;
        display: inline-block;
        text-align: center;
    }

    .important_action_btn li a {
        color: #222;
    }

        .important_action_btn li a i {
            color: #fff !important;
            padding: 1px 0 !important;
            font-size: 15px !important;
            line-height: 1.5 !important;
            border-radius: 3px !important;
            background-image: none !important;
            -webkit-box-shadow: none !important;
            box-shadow: none !important;
            margin: 0 !important;
            opacity: .7;
            -webkit-transition: all .25s;
            -o-transition: all .25s;
            transition: all .25s;
            width: calc(1.28571429em + 4px);
            width: -ms-calc(1.28571429em + 4px);
            width: -o-calc(1.28571429em + 4px);
            text-align: center;
        }

            .important_action_btn li a i:hover,
            .important_action_btn li a i:focus {
                opacity: 1;
            }

            .important_action_btn li a i.fa-share.btn-warning {
                background-color: #f6921e !important;
                border-color: #f6921e !important;
            }

    .important_action_btn li .btns {
        text-align: left;
    }

        .important_action_btn li .btns .btn-group {
            vertical-align: top;
            margin: 0;
        }

            .important_action_btn li .btns .btn-group .dropdown-toggle {
                padding: 0;
                min-width: 0;
                background: none !important;
                border: none !important;
                -webkit-box-shadow: none !important;
                box-shadow: none !important;
                color: #337ab7;
                font-size: 20px;
                line-height: 15px !important;
                height: 24px;
            }

    .important_action_btn li:last-child {
        /*margin-right: 0;*/
    }

    .important_action_btn li .btns .btn-group .dropdown-menu li {
        float: none;
        width: 100%;
        display: block;
        margin-right: 0 !important;
        margin-bottom: 0 !important;
        position: relative;
    }

.DTTT.btn-group .dropdown-menu-right li {
    float: none;
    width: 100%;
    padding: 0px 15px;
    display: block;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
    position: relative;
}

    .DTTT.btn-group .dropdown-menu-right li a,
    .important_action_btn li .btns .btn-group .dropdown-menu li a {
        background: none !important;
        border: none !important;
        -webkit-transition: all .25s;
        -o-transition: all .25s;
        transition: all .25s;
        padding: 0 0 !important;
        color: #222 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-align: left;
    }

        .DTTT.btn-group .dropdown-menu-right li a:hover > span,
        .DTTT.btn-group .dropdown-menu-right li a:hover,
        .DTTT.btn-group .dropdown-menu-right li a:focus,
        .important_action_btn li .btns .btn-group .dropdown-menu li a:hover,
        .important_action_btn li .btns .btn-group .dropdown-menu li a:focus {
            color: #1a6ab3 !important;
            background: none !important;
        }

    .DTTT.btn-group .dropdown-menu-right li:last-child,
    .important_action_btn li .btns .btn-group .dropdown-menu li:last-child {
        margin: 0;
    }

        .DTTT.btn-group .dropdown-menu-right li:last-child a,
        .important_action_btn li .btns .btn-group .dropdown-menu li:last-child a {
            border: 0;
        }

.important_action_btn li .btns .btn-group .dropdown-menu:before {
    content: "";
    left: auto;
    right: 15px;
    position: absolute;
    background-image: url(/Assets/app/img/icon-submenu.png);
    background-position: center top;
    background-repeat: no-repeat;
    height: 9px;
    top: -9px;
    width: 19px;
}

.DTTT.btn-group .dropdown-menu-right:before {
    content: "";
    left: auto;
    right: 3px;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-image: url(/Assets/app/img/icon-submenu.png);
    background-position: center top;
    background-repeat: no-repeat;
    height: 9px;
    top: -9px;
    width: 19px;
}

.important_action_btn li .btns .btn-group .dropdown-menu {
    left: auto;
    right: -15px;
    top: 25px;
    background: #fff;
    border: solid 1px #e5e5e5 !important;
    -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1) !important;
    padding: 10px 0;
    transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    width: auto;
    min-width: 0 !important;
}

.DTTT.btn-group .dropdown-menu-right {
    left: auto;
    right: -8px;
    top: 32px;
    background: #fff;
    border: solid 1px #e5e5e5 !important;
    -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1) !important;
    padding: 10px 0;
    transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    /*width: 150px;*/
    min-width: 0 !important;
}



.important_action_btn li {
    float: none;
    margin-right: 0;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 3px;
}

    .important_action_btn li a span {
        display: none;
    }

.widget-header,
.widget-body {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.page-sidebar .sidebar-menu {
    margin-left: 0px;
    width: 224px !important;
}

    .page-sidebar .sidebar-menu li span i {
        color: #ffbb44;
    }

    .page-sidebar .sidebar-menu > li > a {
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

        .page-sidebar .sidebar-menu > li > a:focus {
            border-color: #f3f3f3;
        }

.form-horizontal.quickSearch .form-group .form-control {
    background-color: #fff;
}

.ui-dialog .ui-dialog-title {
    background-color: #1d76c7;
    background-position: 15px center;
    color: #fff !important;
    background-size: 70px auto;
    padding-left: 100px;
    padding-right: 100px;
}

.tree .tree-folder-name.active {
    color: #339a99;
}

.tree .tree-folder {
    padding: 0;
    min-height: auto;
}

.tree .tree-item,
.tree .tree-folder {
    border: none;
}

.ui-dialog .ui-dialog-titlebar {
    border-bottom: 0px;
}

.ui-dialog .ui-dialog-titlebar-close {
    background-color: transparent;
    border-radius: 50%;
    height: 20px;
    margin: -3px 0 0;
    width: 20px;
    color: #fff;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

    .ui-dialog .ui-dialog-titlebar-close:hover,
    .ui-dialog .ui-dialog-titlebar-close:focus {
        border: 1px solid #fff !important;
    }

.ui-dialog .form-control {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background-color: #fff !important;
    border-color: #ccc !important;
}

.ui-dialog .btn-lg.quickTree {
    line-height: 34px;
    height: 34px;
    padding: 0 18px !important;
    float: left;
}

.ui-dialog .btn.closeDialog {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.widget-body .table-bordered {
    /*border-left: 0 !important;*/
    /*border-right: 0 !important;*/
}

    .widget-body .table-bordered > thead > tr > th:first-child,
    .widget-body .table-bordered > tbody > tr > th:first-child,
    .widget-body .table-bordered > tfoot > tr > th:first-child,
    .widget-body .table-bordered > thead > tr > td:first-child,
    .widget-body .table-bordered > tbody > tr > td:first-child,
    .widget-body .table-bordered > tfoot > tr > td:first-child {
        border-left: 0 !important;
    }

    .widget-body .table-bordered > thead > tr > th:last-child,
    .widget-body .table-bordered > tbody > tr > th:last-child,
    .widget-body .table-bordered > tfoot > tr > th:last-child,
    .widget-body .table-bordered > thead > tr > td:last-child,
    .widget-body .table-bordered > tbody > tr > td:last-child,
    .widget-body .table-bordered > tfoot > tr > td:last-child {
        border-right: 0 !important;
    }

.widget-body .DTTTFooter {
    border: 0 !important;
}

.exts-24 {
    height: 25px;
}

.checkrequired.error {
    border-color: #dd0000 !important;
}

.DTTT.btn-group .btn > .fa {
    font-size: 12px;
}

.quickSearch_custom:not(.advanced_search_bar) .btn-searchs .btn i {
    font-size: 12px;
}

.DTTT.btn-group .btn {
    line-height: 30px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    /* background: #57b5e3 !important;
    border-color: #57b5e3 !important; */
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    position: relative;
}

    .DTTT.btn-group .btn:hover,
    .DTTT.btn-group .btn:focus {
        /* background: #6abce2  !important;
    border-color: #6abce2  !important; */
    }

.btn-primary,
.btn-primary:focus {
    background-color: #57b5e3 !important;
    border-color: #57b5e3 !important;
    color: #ffffff;
}

    .btn-primary:hover,
    .open .btn-primary.dropdown-toggle {
        background-color: #6abce2 !important;
        border-color: #6abce2 !important;
    }

.tree .tree-folder .tree-folder-header:hover {
    background-color: transparent !important;
    color: #339a99 !important;
}

.page-sidebar .sidebar-menu a .menu-expand {
    font-size: 15px;
    color: #fff;
    height: 20px;
    width: 20px;
    text-align: center;
    padding: 0;
    line-height: 20px;
    top: 9px;
}

/*.ps-container .ps-scrollbar-y-rail {
    z-index: -200;
}*/
.page-sidebar.ps-container .ps-scrollbar-y-rail:hover,
.page-sidebar.ps-container .ps-scrollbar-y-rail.hover {
    background-color: rgba(255, 255, 255, .25) !important;
    filter: alpha(opacity=90);
    opacity: .9;
}

    .page-sidebar.ps-container .ps-scrollbar-y-rail:hover .ps-scrollbar-y,
    .page-sidebar.ps-container .ps-scrollbar-y-rail.hover .ps-scrollbar-y {
        background-color: #aaa !important;
    }

.ps-container .ps-scrollbar-y-rail:hover .ps-scrollbar-y,
.ps-container .ps-scrollbar-y-rail.hover .ps-scrollbar-y {
    background-color: #aaa !important;
}

.page-sidebar .sidebar-menu li:not(.open):hover:before {
    display: none !important;
}

#upload-modal,
.sidebar_action_btn {
    margin-left: 0;
}

.page-sidebar.menu-compact {
    width: 42px;
}

.only_menu_compact {
    display: block;
    margin: 0;
    padding: 0 16px 0 7px;
    -webkit-text-shadow: none !important;
    text-shadow: none !important;
    font-size: 13px;
    text-decoration: none;
    z-index: 123;
    background-color: #2b8bd7 !important;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    border-top: 0 none !important;
    -webkit-box-shadow: 0 3px 4px 0 #ccc;
    box-shadow: 0 3px 4px 0 #ccc;
    font-weight: bold;
    height: 39px !important;
    line-height: 39px !important;
    margin-top: 0 !important;
    color: #fff !important;
}

    .only_menu_compact:hover,
    .only_menu_compact:focus {
        background-color: #217ac5 !important;
    }

    .only_menu_compact i {
        display: inline-block;
        vertical-align: middle;
        min-width: 30px;
        text-align: center;
        font-size: 14px;
        font-weight: normal;
        font-style: normal;
        margin-top: -3px;
    }

/*
.page-sidebar.menu-compact .primary-actions,
.page-sidebar.menu-compact .sidebar_action_btn_content {
    display: none;
}*/
.page-sidebar .primary-actions,
.page-sidebar .sidebar_action_btn_content {
    display: block;
}

/*.page-sidebar.menu-compact .treeViewer {
    display: none;
}*/
.page-sidebar.menu-compact .linkdoctypes_custom,
.page-sidebar.menu-compact .treeViewer,
.page-sidebar.menu-compact #upload-modal,
.page-sidebar.menu-compact .sidebar_action_btn {
    /*    width: 195px;
    left: 42px;*/
    /*position: absolute;*/
}

.page-sidebar.menu-compact .sidebar-menu > li > .submenu {
    display: none !important;
}

.page-sidebar .sidebar-menu li:before {
    background: transparent !important;
}

.icons-16.icon-remove-file {
    color: #fff !important;
    font-size: 12px !important;
    line-height: 1.5 !important;
    border-radius: 3px !important;
    background-image: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    margin: 0 !important;
    opacity: 1;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    background-color: #d9534f !important;
    border-color: #d9534f;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

    .icons-16.icon-remove-file:before {
        content: "\f014";
    }

.btn.delFiles .icons-16.icon-remove-file,
.btn.delFile .icons-16.icon-remove-file {
    margin-top: -2px !important;
    float: left;
    margin-right: 5px !important;
}

.dragBox .form-files select {
    padding: 0 3px !important;
}

#drap_drop_fixed {
    padding: 15px;
    font-size: 200%;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
    -webkit-box-shadow: 3px 4px 5px rgba(0, 0, 0, .1);
    box-shadow: 3px 4px 5px rgba(0, 0, 0, .1);
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    opacity: 0;
    visibility: hidden;
    z-index: 0;
    width: 480px;
    height: 320px;
    border-radius: 5px;
}

    #drap_drop_fixed.active {
        opacity: 1;
        visibility: visible;
        z-index: 9999;
    }

.drap_drop_fixed_content {
    border: 1px dashed #ddd;
    border-radius: 5px;
    height: 290px;
    padding: 15px;
    text-align: center;
}

    .drap_drop_fixed_content img {
        width: 70px;
        display: block;
        margin: 80px auto 10px auto;
        opacity: .7;
    }

    .drap_drop_fixed_content span {
        font-weight: 300;
        font-size: 16px;
    }

.drap_drop_fixed_ov {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

#drap_drop_fixed.hover .drap_drop_fixed_content {
    border-color: #57b5e3;
}

.drap_drop_fixed_ov.active {
    opacity: 1;
    visibility: visible;
    z-index: 999;
}

.page-sidebar .sidebar-menu > li:last-child > a {
    border-bottom: 0 !important;
}

.file_button_action {
    position: relative;
    display: block;
    clear: both;
    background: #fff;
    padding: 8px 15px 5px 15px;
    height: 35px;
}

.file_button_action_list li {
    float: left;
    text-align: left;
}

.file_button_action_list {
    margin: 0;
    list-style: none;
}

    .file_button_action_list li .dropdown-menu:after {
        content: "";
        background-image: url(/Assets/app/img/icon-submenu.png);
        background-position: center top;
        background-repeat: no-repeat;
        height: 9px;
        left: 30px;
        position: absolute;
        top: -9px;
        width: 19px;
    }

    .file_button_action_list li .dropdown-menu {
        top: 26px !important;
        background: #fff;
        border: solid 1px #e5e5e5 !important;
        -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1) !important;
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1) !important;
        padding: 15px 0;
        transition: all .3s;
        -webkit-transition: all .3s;
        -ms-transition: all .3s;
        -moz-transition: all .3s;
        -o-transition: all .3s;
        border-radius: 5px !important;
        -webkit-border-radius: 5px !important;
        -moz-border-radius: 5px !important;
    }

        .file_button_action_list li .dropdown-menu li a:hover,
        .file_button_action_list li .dropdown-menu li a:focus {
            color: #007AB7 !important;
        }

        .file_button_action_list li .dropdown-menu li a {
            background: none !important;
            border: none !important;
            -webkit-transition: all .25s;
            -o-transition: all .25s;
            transition: all .25s;
            padding: 0 0 !important;
            color: #222 !important;
        }

        .file_button_action_list li .dropdown-menu li {
            width: 100%;
            padding: 5px 15px;
            display: block;
            margin-right: 0;
            margin-bottom: 0;
            position: relative;
        }

            .file_button_action_list li .dropdown-menu li .enableOcr_absolute {
                position: absolute;
                top: 8px;
                right: 15px;
                border: 1px solid #57b5e3 !important;
                padding: 1px 5px !important;
                color: #57b5e3 !important;
            }

            .file_button_action_list li .dropdown-menu li.divider + li {
                padding-top: 10px;
            }

            .file_button_action_list li .dropdown-menu li a.execOcrForm_float {
                float: right;
            }

                .file_button_action_list li .dropdown-menu li a.execOcrForm_float i {
                    color: #57b5e3 !important;
                }

        .file_button_action_list li .dropdown-menu .has_enableOcr_form > ul {
            margin-top: 5px;
        }

.label-group-tab.label_group_tab_custom {
    /*padding: 0; */
    border-bottom: 0px solid #eee;
    line-height: 35px;
    z-index: 1;
    overflow: hidden;
    -webkit-box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08) !important;
    box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08) !important;
    min-height: 0 !important;
}

.group_tab_scroll {
    display: block;
    overflow: hidden;
    clear: both;
    float: left;
    width: 100%;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

.group_tab_scroll_btn:hover {
    background: #f5f5f5;
}

.group_tab_scroll_next {
    right: 0px;
}

.group_tab_scroll_prev {
    left: 0px;
}

.group_tab_scroll_btn {
    position: absolute;
    top: 1px;
    background: #fbfbfb;
    width: 15px;
    line-height: 35px;
    color: #f79a2e !important;
    z-index: 1111;
    font-size: 13px;
}

.li_multi_link a:last-child {
    padding-left: 0;
}

.li_multi_link a:not(last-child) {
    padding-right: 0 !important;
}

.label-group-tab.label_group_tab_custom .tabitem.active {
    color: #f6921e !important;
}

.label-group-tab.label_group_tab_custom .tabitem {
    border-right: 1px solid #eee;
    line-height: 35px;
    padding: 0 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.label-group-tab.label_group_tab_custom .tabitem:last-child {
    border-right: 1px solid #fff !important;
}

#FileViewer .secrtc2 .widget,
#FileViewer .widget.group-tab {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    margin: 0 !important;
    /*width: 380px !important;*/
}

#FileViewer .group-tab .form-control {
    border-radius: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-color: #ddd !important;
    background-color: #fff !important;
}

#FileViewer #outerContainer {
    height: calc((100%) - 35px);
    height: -ms-calc((100%) - 35px);
    height: -o-calc((100%) - 35px);
}

@media(max-width: 991px) {
    .col_sm_paddinglr {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }

    .col_sm_nopaddinglr {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .col_sm_mb15 {
        margin-bottom: 15px !important;
    }

    #FileViewer .secrtc2 .widget {
        border-top: 1px solid #eee;
    }

    .fileviewer {
        display: block !important;
    }

    .ScanResult {
        height: 85vh !important;
    }

        .ScanResult .items_Scan {
            height: calc((100%) - 32px) !important;
        }

    #FileViewer #outerContainer {
        min-height: 400px !important;
    }
}

.secrtc2 {
    border-left: 1px solid #eee !important;
    background: #fff;
}

.file_button_action_list li a {
    cursor: pointer;
    text-decoration: none;
    color: #007AB7;
    padding: 2px 10px;
    border-radius: 3px;
}

#FileViewer .jbuttons {
    background-color: #f7ca4d;
    padding-left: 6px;
    padding-right: 6px;
}

    #FileViewer .jbuttons .btn-warning {
        opacity: 1 !important;
        background: #f7ca4d !important;
    }

.file_button_action_list li .dropdown-menu li.divider {
    padding: 0 15px;
}

.file_button_action_list li a:hover {
    color: #007AB7;
}

.file_button_action_list li {
    margin-right: 15px;
    margin-top: 1px;
    margin-bottom: 1px;
}

#SecRtContent.viewer-wapper {
    border-top: 0;
}

.fileviewer .important_action_btn li a .fa-fw {
    min-width: 20px !important;
}

.btnNext,
.btnPrev {
    z-index: 126 !important;
}

    .btnNext a,
    .btnPrev a {
        position: absolute;
        top: calc(((50%) - 15px)) !important;
        top: -ms-calc(((50%) - 15px)) !important;
        top: -o-calc(((50%) - 15px)) !important;
        z-index: 126 !important;
        background-color: rgba(255, 255, 255, .75);
        padding: 0;
        border-radius: 0 0 0 0;
        width: 30px;
        height: 50px;
        font-size: 25px;
        text-align: center;
        line-height: 50px;
        -webkit-transition: all .25s;
        -o-transition: all .25s;
        transition: all .25s;
        color: #f6921e;
    }

    .btnPrev a {
        left: 0;
        -webkit-box-shadow: 2px 3px 10px rgba(0, 0, 0, .15);
        box-shadow: 2px 3px 10px rgba(0, 0, 0, .15);
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    .btnNext a {
        right: 0;
        -webkit-box-shadow: -2px 3px 10px rgba(0, 0, 0, .15);
        box-shadow: -2px 3px 10px rgba(0, 0, 0, .15);
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }

        .btnNext a:hover,
        .btnNext a:focus,
        .btnPrev a:hover,
        .btnPrev a:focus {
            background-color: rgba(255, 255, 255, 1);
        }

#toolbarContainer,
.findbar,
.secondaryToolbar {
    background-color: #00A2E8;
    background-image: url("/pdf/images/texture.png"), -o-linear-gradient(hsla(198, 100%, 45%, .99), hsla(198, 100%, 45%, .95));
    background-image: url("/pdf/images/texture.png"), -webkit-gradient(linear, left top, left bottom, from(hsla(198, 100%, 45%, .99)), to(hsla(198, 100%, 45%, .95)));
    background-image: url("/pdf/images/texture.png"), linear-gradient(hsla(198, 100%, 45%, .99), hsla(198, 100%, 45%, .95));
}

.horizontalToolbarSeparator,
.splitToolbarButtonSeparator,
.verticalToolbarSeparator {
    background-color: hsla(0, 0%, 0%, .15);
}

.toolbarButton.toggled,
.splitToolbarButton.toggled > .toolbarButton.toggled,
.secondaryToolbarButton.toggled,
.toolbarButton:hover,
.toolbarButton:focus,
.dropdownToolbarButton,
.overlayButton,
.secondaryToolbarButton:hover,
.secondaryToolbarButton:focus {
    background-color: hsla(0, 0%, 0%, .05);
    background-image: -o-linear-gradient(hsla(0, 0%, 100%, .05), hsla(0, 0%, 100%, 0));
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, .05)), to(hsla(0, 0%, 100%, 0)));
    background-image: linear-gradient(hsla(0, 0%, 100%, .05), hsla(0, 0%, 100%, 0));
    background-clip: padding-box;
    border: 1px solid hsla(0, 0%, 0%, .05);
    border-color: hsla(0, 0%, 0%, .1) hsla(0, 0%, 0%, .15) hsla(0, 0%, 0%, .2);
    -webkit-box-shadow: 0 1px 0 hsla(0, 0%, 100%, .05) inset, 0 0 1px hsla(0, 0%, 100%, .15) inset, 0 1px 0 hsla(0, 0%, 100%, .05);
    box-shadow: 0 1px 0 hsla(0, 0%, 100%, .05) inset, 0 0 1px hsla(0, 0%, 100%, .15) inset, 0 1px 0 hsla(0, 0%, 100%, .05);
}

.splitToolbarButton:hover > .toolbarButton,
.splitToolbarButton:focus > .toolbarButton,
.splitToolbarButton.toggled > .toolbarButton,
.toolbarButton.textButton {
    border: 1px solid hsla(0, 0%, 0%, .2);
    border-color: hsla(0, 0%, 0%, .2) hsla(0, 0%, 0%, .2) hsla(0, 0%, 0%, .2);
}


.doorHanger,
.doorHangerRight {
    border: 1px solid hsla(0, 0%, 0%, .05);
}

    .doorHanger:before,
    .doorHangerRight:before {
        border-bottom-color: hsla(0, 0%, 0%, .15);
    }

    .doorHanger:after,
    .doorHangerRight:after {
        border-bottom-color: hsla(198, 100%, 45%, .99);
    }

.toolbarLabel {
    color: rgba(255, 255, 255, .95);
}

#FindChat {
    background-color: #f6f7f9;
    border-radius: 5px !important;
    border-style: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: Helvetica Neue, Segoe UI, Helvetica, Arial, sans-serif;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    padding: 0 28px 0 40px;
    background-image: none !important;
    display: block;
    overflow: hidden;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

    .box-chat-form-txt textarea::-webkit-input-placeholder,
    #FindChat::-webkit-input-placeholder {
        /* WebKit, Blink, Edge */
        color: #aaa;
    }

    .box-chat-form-txt textarea:-moz-placeholder,
    #FindChat:-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        color: #aaa;
        opacity: 1;
    }

    .box-chat-form-txt textarea::-moz-placeholder,
    #FindChat::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        color: #aaa;
        opacity: 1;
    }

    .box-chat-form-txt textarea:-ms-input-placeholder,
    #FindChat:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: #aaa;
    }

.box-find-user-content {
    position: relative;
}

    .box-find-user-content:after {
        content: "\f4a5";
        position: absolute;
        top: 7px;
        left: 15px;
        display: inline-block;
        font-family: "Ionicons";
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        text-rendering: auto;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 18px;
    }

.box-userlist ul li {
    background: #fff;
    border-bottom-color: #f5f5f5;
    height: auto;
    float: left;
    display: block;
}

    .box-userlist ul li .line-item-user {
        background: #fff;
        border: none;
        display: table;
        width: 100%;
    }

.left-avatar-user {
    display: table-cell;
    float: none;
    padding: 10px 15px;
    vertical-align: middle;
    width: 70px;
}

    .left-avatar-user img {
        width: 40px;
        height: 40px;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center center;
        object-position: center center;
    }

.box-userlist ul li.active * {
    color: #222 !important;
}

.box-userlist ul li.active .txt-new-message {
    color: #999 !important;
}

.box-userlist ul li.active .line-item-user {
    background: #f6f6f6;
}

.left-info-user {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    position: relative;
}

.left-user-msg {
    margin-left: 0 !important;
}

.label-group-tab .tabitem.active {
    color: #f6921e !important;
}

.info-box-message-user .label-group-tab .tabitem {
    border-right: 0 !important;
}

.info-box-message-user .label-group-tab {
    border-bottom: 1px solid #eee;
}

.info-box-message-user .tabitem .sbHolder {
    top: 3px;
}

.info-box-message-user .sbSelector:link,
.info-box-message-user .sbSelector:visited,
.info-box-message-user .sbSelector:hover {
    color: gray;
}

.info-box-message-user .sbOptions {
    border: solid 1px #fff !important;
    -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1) !important;
}

    .info-box-message-user .sbOptions a {
        border-top: 1px solid #eee !important;
        -webkit-transition: all .25s;
        -o-transition: all .25s;
        transition: all .25s;
    }

        .info-box-message-user .sbOptions a:hover,
        .info-box-message-user .sbOptions a:focus {
            color: #f6921e !important
        }

.box-chat-user-title a {
    color: #666;
    font-weight: normal;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

.chat-name {
    margin-top: 5px;
    display: block;
    text-align: center;
    font-size: 16px;
}

.message-thread .box-chat-user-title {
    height: 51px;
}

.chat-time {
    font-size: 11px;
    opacity: .7;
}

.box-chat-message-list {
    height: calc((100%) - 60px);
    height: -moz-calc((100%) - 60px);
}

.box-chat-form-txt {
    border: 1px solid rgba(0, 0, 0, 0.0980392);
    padding: 15px;
    border-radius: 5px;
    height: 66px;
}

    .box-chat-form-txt textarea {
        background: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        color: #666 !important;
    }

.page-profile-message .right-control-panel-line {
    min-width: 0 !important;
    margin-right: 0 !important;
}

.page-profile-message .master-view {
    right: 0 !important;
}

.page-profile-message .message-thread {
    margin-left: 286px;
    width: calc((100%) - 286px);
    width: -ms-calc((100%) - 286px);
    width: -o-calc((100%) - 286px);
}

.info-box-message-user .label-group-tab {
    padding: 0 15px !important;
}

.info-box-message-user .box-find-user {
    padding: 10px 15px !important;
}

/*DOCK*/
.dock {
    width: auto;
    position: fixed;
    bottom: 0px;
    left: 50%;
    height: 62px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    z-index: 130;
    text-align: center;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    min-width: 700px;
}

#dockWrapper {
    width: auto;
    display: inline-block;
    position: relative;
    border-bottom: solid 2px rgba(255, 255, 255, .35);
    line-height: 0;
}

.cap.left {
    position: absolute;
    bottom: 0px;
    left: 0px;
    float: left !important;
}

div.cap {
    display: block;
    height: 100px;
    width: 40px;
    background: url(/Assets/app/img/dock-background-left.png) bottom left no-repeat;
}


.dock .dock_icons {
    display: inline-block;
    padding: 10px 50px 20px 0;
    background: url(/Assets/app/img/dock-background-left.png) no-repeat right bottom;
    overflow: hidden;
    margin: 0 0 0 40px;
}

    .dock .dock_icons .dock_finder {
        width: 40px;
        margin-left: 15px;
        display: inline-block;
    }

        .dock .dock_icons .dock_finder:after {
            content: " ";
            height: 5px;
            width: 5px;
            background-color: #fff;
            border-radius: 50%;
            position: absolute;
            top: 60px;
            left: 4.5%;
        }

        .dock .dock_icons .dock_finder img {
            width: 50px;
            -webkit-transition: 0.2s;
            -o-transition: 0.2s;
            transition: 0.2s;
        }

            .dock .dock_icons .dock_finder img:hover {
                -webkit-transform: scale(1.2);
                -ms-transform: scale(1.2);
                transform: scale(1.2);
            }

    .dock .dock_icons .dock_icon {
        width: 40px;
        height: 40px;
        margin-left: 5px;
        display: inline-block;
    }

        .dock .dock_icons .dock_icon img {
            width: 40px;
            height: 40px;
            -webkit-transition: 0.2s;
            -o-transition: 0.2s;
            transition: 0.2s;
            -o-object-fit: cover;
            object-fit: cover;
            -o-object-position: center center;
            object-position: center center;
        }

        .dock .dock_icons .dock_icon > a:hover img {
            -webkit-transform: scale(1.2);
            -ms-transform: scale(1.2);
            transform: scale(1.2);
        }

        .dock .dock_icons .dock_icon.dock_settings {
            border-left: 1px solid #fff;
            padding-left: 10px;
        }

    .dock .dock_icons > div > a {
        clear: both;
        display: block;
    }

.page-sidebar .sidebar-menu .treeViewer {
    background-color: #fff;
    padding: 5px 3px;
}

.page-sidebar.menu-compact #upload-modal .drag-drop-text {
    padding: 0 10px 10px 10px;
}

.linkdoctypes_custom {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background-color: #fff !important;
    float: left;
    width: 100%;
}

/*new Feed*/
.box-userlist-section .submenu {
    background-color: #fff !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

    .box-userlist-section .submenu:before {
        display: none !important;
    }

.box-userlist-section .left-info-user {
    position: relative;
    padding-right: 30px;
}

.user-online-status {
    position: absolute;
    top: 50%;
    right: 15px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

    .user-online-status.is_online {
        background: rgb(66, 183, 42);
    }

.box-userlist-section .left-avatar-user {
    padding: 10px 10px;
    width: 55px;
}

.box-userlist-section .left-user-name {
    top: 0px;
}

.box-userlist-section .left-avatar-user img {
    width: 35px;
    height: 35px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
}

.box-userlist-section .box-userlist ul li .line-item-user:hover {
    background: #f6f6f6;
}

.card-profile-title {
    padding: 20px 20px 5px 20px;
    display: table;
    width: 100%;
}

    .card-profile-title .left-avatar-profile img {
        width: 45px;
        height: 45px;
        border-radius: 50%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center center;
        object-position: center center;
    }

    .card-profile-title .left-avatar-profile {
        display: table-cell;
        vertical-align: middle;
        width: 45px;
    }

    .card-profile-title .timeline-title {
        display: table-cell !important;
        vertical-align: middle;
        padding: 0 0 0 10px !important;
    }

/*.timeline-badge {
    width: 10px !important;
    height: 10px !important;
    margin-left: -5px !important;
    top: 27px !important;
}
.timeline-badge i,
.timeline-badge img{
    display: none;
}*/
.timeline > li > .timeline-panel .timeline-body > p {
    margin-bottom: 5px !important;
    white-space: pre-wrap;
}

.timeline-body .card-image video {
    width: 100%;
    height: auto;
}

.section_newfeed .widget_newfeed .widget-header .widget-caption {
    text-align: left !important;
    display: block !important;
    margin: 0 !important;
    line-height: 40px !important;
    padding: 0 15px !important;
    position: relative;
    left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.section_newfeed .widget_newfeed .widget-header {
    padding: 0 !important;
}

.timeline-header,
.timeline > li > .timeline-panel .timeline-body {
    background: #fff !important;
}

.timeline_videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
}

    .timeline_videoWrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.timeline-btn-group {
    position: relative;
    border-top: 1px solid #eee;
    padding: 5px 0;
    margin-top: 15px;
}

    .timeline-btn-group .timeline-btn {
        float: left;
        margin-right: 15px;
    }

        .timeline-btn-group .timeline-btn a {
            color: #8C9097;
            -webkit-transition: all .25s;
            -o-transition: all .25s;
            transition: all .25s;
        }

            .timeline-btn-group .timeline-btn a:hover,
            .timeline-btn-group .timeline-btn a:focus {
                color: #8C9097;
            }

.timeline-footer {
    background: #F6F7F9;
}

.quickLike.active {
    color: #337ab7 !important;
}

.timeline-like-count i {
    color: #fff;
    background: #337ab7;
    height: 15px;
    width: 15px;
    text-align: center;
    border-radius: 50%;
    font-size: 8px;
    float: left;
    margin-right: 5px;
    padding-top: 3px;
}

.timeline-panel .timeline-action-btn .dropdown-toggle {
    background: transparent !important;
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #999 !important;
}

.timeline-panel .timeline-action-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    opacity: 0;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

.timeline-panel:hover .timeline-action-btn {
    opacity: 1;
}

.timeline-panel .timeline-action-btn .dropdown-menu {
    right: 0 !important;
    left: auto !important;
    overflow: hidden;
}

.timeline-panel .timeline-action-btn .dropdown-toggle {
    background: transparent !important;
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #999 !important;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

    .timeline-panel .timeline-action-btn .dropdown-toggle:hover,
    .timeline-panel .timeline-action-btn .dropdown-toggle:focus {
        color: #777 !important;
    }

.timeline-like-count {
    padding-top: 3px;
}

.timeline-comment {
    margin-top: 5px;
    padding-top: 10px;
    border-top: 1px solid #eee;
}

.timeline-comment-item.card-profile-title {
    padding: 0 0 5px 0;
    position: relative;
}

    .timeline-comment-item.card-profile-title .left-avatar-profile {
        width: 35px;
        vertical-align: top;
    }

        .timeline-comment-item.card-profile-title .left-avatar-profile img {
            width: 35px;
            height: 35px;
        }

    .timeline-comment-item.card-profile-title .timeline-title {
        vertical-align: top;
        padding-top: 0px !important;
    }

.timeline-comment-item:hover {
}

.timeline-comment-item .cmt-btn .dropdown-toggle {
    background: transparent !important;
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #999 !important;
}

.timeline-comment-item .cmt-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    opacity: 0;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

.timeline-comment-item:hover .cmt-btn {
    opacity: 1;
}

.timeline-comment-item .cmt-btn .dropdown-menu {
    right: 0 !important;
    left: auto !important;
}

.timeline-comment-item .cmt-btn > a,
.timeline-comment-item .cmt-btn .dropdown-toggle {
    background: transparent !important;
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #999 !important;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    padding: 0 !important;
}

    .timeline-comment-item .cmt-btn > a:hover,
    .timeline-comment-item .cmt-btn > a:focus,
    .timeline-comment-item .cmt-btn .dropdown-toggle:hover,
    .timeline-comment-item .cmt-btn .dropdown-toggle:focus {
        color: #777 !important;
    }

.timeline-comment-item.card-profile-title .timeline-title {
    padding-right: 15px !important;
}

.timeline-comment-item .cmt-btn a i,
.timeline-comment-item .cmt-btn .dropdown-toggle i {
    margin: 0;
}

.timeline-comment-item.card-profile-title .timeline-title > a {
    font-weight: bold;
}

.comment-reply-btn {
    display: block;
    padding: 2px 0;
}

    .comment-reply-btn span {
        color: #90949c;
    }

    .comment-reply-btn a {
        padding-right: 5px;
    }

.reply-cmt-content {
    padding-left: 25px;
    border-left: 1px solid #ededed;
    margin-left: 15px;
    margin-bottom: 5px;
}

    .reply-cmt-content .left-avatar-profile img {
        width: 30px !important;
        height: 30px !important;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center center;
        object-position: center center;
    }

    .reply-cmt-content .left-avatar-profile {
        width: 30px !important;
    }

.count_reply_cmt_item {
    display: block;
    margin-bottom: 10px;
    margin-top: -5px;
    background-image: url("/Assets/app/img/load_more_cmt.png");
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 15px;
}

.not_show {
    display: none;
}



.section_newfeed .cover.profile {
    position: relative;
    background: #ffffff;
    /*-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05) !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05) !important;*/
    border: 1px solid;
    border-color: #e5e6e9 #dfe0e4 #dfe0e4;
    border-radius: 3px;
}

.section_newfeed .cover {
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}

    .section_newfeed .cover.profile .wrapper {
        position: relative;
        overflow: hidden;
        max-height: 315px;
        border-bottom: 1px solid #e2e9e6;
        height: 315px;
    }

        .section_newfeed .cover.profile .wrapper .image {
            width: 100%;
            overflow-y: hidden;
            position: relative;
            min-height: 170px;
            height: 100%;
        }

            .section_newfeed .cover.profile .wrapper .image img {
                width: 100%;
                height: 100%;
            }

        .section_newfeed .cover.profile .wrapper .friends {
            list-style: none;
            display: inline-block;
            position: absolute;
            background: #fff;
            top: 0;
            right: 0;
            width: 250px;
            height: 250px;
            z-index: 2;
            margin-bottom: 0;
            padding: 0;
        }

            .section_newfeed .cover.profile .wrapper .friends li {
                float: left;
                margin: 0;
                width: 33.33%;
            }

                .section_newfeed .cover.profile .wrapper .friends li a {
                    display: block;
                    padding-left: 1px;
                    padding-top: 1px;
                }

                    .section_newfeed .cover.profile .wrapper .friends li a img {
                        width: 100%;
                    }

    .section_newfeed .cover.profile .cover-info {
        position: relative;
        height: 57px;
        z-index: 12;
    }

        .section_newfeed .cover.profile .cover-info .avatar {
            position: absolute;
            display: inline-block;
            bottom: 0px;
            margin-bottom: 8px;
            left: 30px;
            z-index: 4;
            overflow: hidden;
        }

            .section_newfeed .cover.profile .cover-info .avatar img {
                width: 140px;
                height: 140px;
                border: 3px solid #fff;
                border-bottom: 0;
                background: #fff;
                -o-object-fit: cover;
                object-fit: cover;
                -o-object-position: center center;
                object-position: center center;
                display: block;
            }

        .section_newfeed .cover.profile .cover-info .name {
            position: absolute;
            left: 185px;
            bottom: 0px;
            margin-bottom: 65px;
            display: block;
            z-index: 3;
        }

            .section_newfeed .cover.profile .cover-info .name a {
                color: #fff;
                font-size: 24px;
                font-weight: 500;
                text-shadow: 0 0 3px rgba(0, 0, 0, .58);
                text-decoration: none;
            }

        .section_newfeed .cover.profile .cover-info .cover-nav {
            position: absolute;
            bottom: 0;
            left: 170px;
            list-style: none;
            float: left;
            margin: 0;
            padding-left: 0;
        }

            .section_newfeed .cover.profile .cover-info .cover-nav li {
                border-right: 1px solid #eee;
                border-left: 1px solid transparent;
            }

            .section_newfeed .cover.profile .cover-info .cover-nav li {
                float: left;
                display: block;
            }

            .section_newfeed .cover.profile .cover-info .cover-nav > li > a {
                line-height: 20px;
                padding: 18px 15px;
                color: #bebebe;
                font-size: 14px;
                font-weight: 500;
                display: block;
            }

            .section_newfeed .cover.profile .cover-info .cover-nav > li.active > a i {
                color: #6c6c6c;
            }

            .section_newfeed .cover.profile .cover-info .cover-nav > li > a i {
                font-size: 20px;
                vertical-align: middle;
                color: #e4e4e4;
                margin-top: -3px;
            }

            .section_newfeed .cover.profile .cover-info .cover-nav > li.active > a {
                background: none;
                color: #6c6c6c;
            }

    .section_newfeed .cover.profile .wrapper:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: -o-linear-gradient(rgba(0, 0, 0, 0) 71%, rgba(0, 0, 0, .53));
        background: -webkit-gradient(linear, left top, left bottom, color-stop(71%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .53)));
        background: linear-gradient(rgba(0, 0, 0, 0) 71%, rgba(0, 0, 0, .53));
        z-index: 11;
    }

.section_newfeed .widget {
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0 0 30px 0;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05) !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05) !important;
    border: 1px solid;
    border-color: #e5e6e9 #dfe0e4 #dfe0e4;
    border-radius: 3px;
}

.section_newfeed .widget-header {
    position: relative;
    min-height: 40px;
    background: #fff;
    color: #555;
    padding-left: 15px;
    text-align: right;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    display: block;
    height: auto;
    max-height: none;
}

    .section_newfeed .widget-header > .widget-caption {
        line-height: 34px;
        padding: 0;
        margin: 0;
        float: left;
        text-align: left;
        font-weight: 400 !important;
        font-size: 13px;
    }

.section_newfeed .widget-body.bordered-top {
    border-top: 3px solid #fff;
}

.section_newfeed .bordered-sky {
    border-color: #2dc3e8 !important;
}

.section_newfeed .widget-body {
    background-color: #fbfbfb;
    padding: 10px 15px;
}

.section_newfeed .list-unstyled {
    padding-left: 0;
    list-style: none;
}

.section_newfeed .margin-none {
    margin: 0 !important;
}

.section_newfeed .padding-v-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.section_newfeed .text-muted {
    color: #777777;
}

.section_newfeed .n-border-top {
    border-top: none !important;
}

.section_newfeed .box {
    position: relative;
    background: #ffffff;
    margin-bottom: 5px;
    width: 100%;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    border: 1px solid;
    border-color: #e5e6e9 #dfe0e4 #dfe0e4;
    border-radius: 3px;
}

    .section_newfeed .box .form-control {
        padding: 15px;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: none;
        min-height: 115px;
        background: #fff;
    }

.section_newfeed .box-form {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.section_newfeed .box-footer {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top: 1px solid #f4f4f4;
    padding: 10px;
}

.section_newfeed .btn-azure,
.section_newfeed .btn-azure:focus {
    background-color: #2dc3e8 !important;
    border-color: #2dc3e8;
    color: #fff;
}

.section_newfeed .nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.section_newfeed .nav-pills > li {
    float: left;
}

.section_newfeed .nav > li {
    position: relative;
    display: block;
}

.section_newfeed .nav-pills > li > a {
    border-radius: 4px;
}

.section_newfeed .nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
    background-color: transparent;
    color: #337ab7;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

.section_newfeed .nav-pills > li.active > a,
.section_newfeed .nav-pills > li.active > a:hover,
.section_newfeed .nav-pills > li.active > a:focus {
    background-color: transparent;
    color: #337ab7;
}

.section_newfeed .nav-pills > li a:hover,
.section_newfeed .nav-pills > li a:focus {
    background-color: #eee !important;
    color: #337ab7;
}

.profile_info_update a {
    border-color: #ced0d4 !important;
    color: #4b4f56;
    background-color: #f6f7f9;
    line-height: 26px;
    padding: 0 10px;
    border: 1px solid;
    border-radius: 2px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    font-size: 12px;
    -webkit-font-smoothing: antialiased;
    font-weight: bold;
    position: relative;
    text-align: center;
    text-shadow: none;
    vertical-align: middle;
    opacity: .75;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

.profile_info_update {
    position: absolute;
    bottom: 20px;
    right: 30px;
    z-index: 12;
}

    .profile_info_update a:hover {
        background-color: #fff;
        text-decoration: none;
        opacity: 1;
    }

.update_avatar {
    position: absolute;
    top: 20px;
    left: 20px;
    color: #eee;
    padding: 7px 15px;
    border: 1px solid transparent;
    border-radius: 3px;
    background: rgba(0, 0, 0, 0);
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    z-index: 12;
}

    .update_avatar:hover,
    .update_avatar:focus {
        border: 1px solid #eee;
        background: rgba(0, 0, 0, .35);
    }

    .update_avatar a {
        color: #eee;
        text-decoration: none;
    }

    .update_avatar i {
        font-size: 20px;
        float: left;
        -webkit-transition: all .25s;
        -o-transition: all .25s;
        transition: all .25s;
    }

    .update_avatar:hover i,
    .update_avatar:focus i {
        -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
        transform: scale(0.7);
    }

    .update_avatar span {
        line-height: 20px;
        padding-left: 10px;
        font-weight: bold;
        -webkit-transition: all .25s;
        -o-transition: all .25s;
        transition: all .25s;
        opacity: 0;
    }

    .update_avatar:hover span,
    .update_avatar:focus span {
        opacity: 1;
    }

.section_newfeed .cover.profile .cover-info .avatar .update_avatar {
    opacity: 0;
    background: rgba(0, 0, 0, .5);
    left: 3px;
    top: auto;
    bottom: 0px;
    border-radius: 0;
    right: 3px;
    border: 0;
    padding: 7px 10px;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
}

.section_newfeed .cover.profile .cover-info .avatar:hover .update_avatar,
.section_newfeed .cover.profile .cover-info .avatar:focus .update_avatar {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
}

.section_newfeed .cover.profile .cover-info .avatar .update_avatar:hover,
.section_newfeed .cover.profile .cover-info .avatar .update_avatar:focus {
    background: rgba(0, 0, 0, .75);
}

.section_newfeed .cover.profile .cover-info .avatar .update_avatar span {
    opacity: 1;
    text-align: left;
    padding-left: 30px;
    display: block;
}

.section_newfeed .cover.profile .cover-info .avatar .update_avatar i {
    padding-top: 5px;
}

.mynote_temp {
    margin-bottom: 20px;
    display: inline-block;
    background: #c20000;
    color: #fff;
    padding: 10px 20px;
    border-radius: 30px;
}

.contact-box.center-version {
    padding: 0;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05) !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05) !important;
    border: 1px solid;
    border-color: #e5e6e9 #dfe0e4 #dfe0e4;
    border-radius: 3px;
}

.contact-box {
    background-color: #ffffff;
    margin-bottom: 20px;
}

    .contact-box.center-version > a {
        display: block;
        background-color: #ffffff;
        padding: 20px 20px 30px 20px;
        text-align: center;
        text-decoration: none;
    }

    .contact-box > a {
        color: #222;
    }

    .contact-box.center-version > a img {
        width: 90px;
        height: 90px;
        margin-top: 10px;
        margin-bottom: 10px;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center center;
        object-position: center center;
    }

.img-circle {
    border-radius: 50%;
}

.contact-box.center-version > a h3 {
    font-size: 14px;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

.contact-box.center-version > a:hover h3 {
    color: #337ab7;
}

.margin30 {
    margin-bottom: 30px;
}

.item-img-wrap {
    position: relative;
    text-align: center;
    overflow: hidden;
}

    .item-img-wrap img {
        -o-transition: all 200ms linear;
        -webkit-transition: all 200ms linear;
        transition: all 200ms linear;
        width: 100%;
    }

.item-img-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

    .item-img-overlay span {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: url(/Assets/app/img/plus.png) no-repeat center center rgba(0, 0, 0, 0.7);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        opacity: 0;
        -o-transition: opacity 250ms linear;
        -webkit-transition: opacity 250ms linear;
        transition: opacity 250ms linear;
    }

.item-img-wrap:hover .item-img-overlay span {
    opacity: 1;
}


/*1_1_Fix_img_fit_parent_div*/
.fit_thumbnail {
    padding: 0;
    border-radius: 0;
    border: 0;
    margin: 0 !important;
    position: relative;
    overflow: hidden;
}

    .fit_thumbnail img {
        height: auto;
        width: 100%;
    }

    .fit_thumbnail img {
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center center;
        object-position: center center;
    }

    .fit_thumbnail > a {
        position: absolute !important;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        margin: 0 !important;
        padding: 0;
        overflow: hidden;
        /*    -webkit-transform: translate(0);
       -moz-transform: translate(0);
        -ms-transform: translate(0);
         -o-transform: translate(0);
            transform: translate(0);*/
    }

.item-img-wrap {
    width: 100%;
    height: 0;
    padding-bottom: 62%;
    border: 1px solid #f5f5f5 !important;
}

.timeline > li > .timeline-panel .timeline-header .timeline-datetime {
    position: relative;
    top: 0;
    right: auto;
    left: 0;
    display: block !important;
    margin-bottom: 0;
    font-weight: normal;
    font-size: 14px;
}

.timeline > li > .timeline-panel {
    width: 100%;
    margin: 5px 0;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    border: 1px solid;
    border-color: #e5e6e9 #dfe0e4 #dfe0e4;
    border-radius: 3px;
}

.timeline > li:not(.timeline-node):before,
.timeline > li:not(.timeline-node):after {
    display: none;
}

.timeline:before,
.timeline > li > .timeline-panel:after,
.timeline > li > .timeline-panel:before,
.timeline > li .timeline-badge {
    display: none;
}

.timeline > li.timeline-node {
    clear: both;
    width: 100%;
    display: none;
}

.timeline > li {
    display: inline-block;
    width: 100%;
    /*    background: #efefef;*/
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    /*padding: 0 15px 15px 15px;*/
    margin: 0;
}

.timeline {
    /*overflow: hidden;
    column-count: 2;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-gap: 0;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;*/
}

.cmt-content .form-control {
    border-color: #ededed;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 40px !important;
    resize: vertical;
    overflow: auto !important;
    background: #fff;
}

.section_newfeed {
    padding: 30px;
    max-width: 1170px;
    margin: 0 auto;
}

    .section_newfeed .dropdown-menu li a:hover,
    .section_newfeed .dropdown-menu li a:focus,
    .section_newfeed .dropdown-menu li a:active,
    .section_newfeed .dropdown-menu li.active a,
    .section_newfeed .dropdown-menu li.active a:hover,
    .section_newfeed .dropdown-menu .dropdown-submenu:hover > a,
    .section_newfeed .nav-tabs .dropdown-menu li > a:focus {
        background: #f6f6f6;
    }

.comment-reply-btn .timeline-like-count {
    padding-top: 0;
    display: inline-block;
}

    .comment-reply-btn .timeline-like-count i {
        font-size: 6px;
        padding-top: 4px;
    }

.timeline-comment .reply-cmt-form .timeline-title {
    padding-right: 0 !important;
}

.page-sidebar .sidebar-header-wrapper {
    z-index: 110;
}

.open.box-userlist-section .mgtitle i {
    color: #222 !important;
}

.open.box-userlist-section .mgtitle {
    background: #fff !important;
    color: #222 !important;
    border: none !important;
    display: none !important;
}

.box-find-user.no_border {
    border: none;
}

.sidebar-header-wrapper.auto_height {
    height: auto !important;
}

/*Cửa sổ chat*/

/*DOCK*/
.ChatTtems {
    width: auto;
    position: fixed;
    bottom: 0px;
    right: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 400;
    text-align: center;
    height: 340px !important;
}

#ChatTtemWrapper {
    width: auto;
    display: inline-block;
    position: relative;
}

.ChatTtems .chat_w_items {
    display: inline-block;
    padding: 0 60px 0 0;
    margin: 0;
}

    .ChatTtems .chat_w_items .chat_w_item {
        width: 280px;
        margin-left: 12px;
        display: inline-block;
        background: #fff;
        height: 340px;
        position: relative;
        float: left;
        -webkit-box-shadow: 2px 5px 16px rgba(0, 0, 0, 0.175);
        box-shadow: 2px 5px 16px rgba(0, 0, 0, 0.175);
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        overflow: hidden;
    }


.chat_w_item.slideDown {
    -webkit-transform: translateY(310px);
    -ms-transform: translateY(310px);
    transform: translateY(310px);
}

.ChatTtems .chat_w_items > div > a {
    clear: both;
    display: block;
}

.chat_w_item_content .box-chat-user-title {
    background: #65a3fb;
    height: 35px;
    border: none !important;
    cursor: pointer;
}

.chat_w_item_content .message-thread {
    width: 280px;
    margin-left: 0 !important;
    height: 340px;
    border: none !important;
}

.chat_w_item_content .box-chat-user-title .chat-name {
    margin-left: 0 !important;
    margin-top: 0 !important;
    text-align: left;
    padding-left: 30px;
    font-size: 13px;
    position: relative;
}

    .chat_w_item_content .box-chat-user-title .chat-name .user-online-status.is_online {
        right: auto;
        left: 15px;
        background: #fff !important;
    }

    .chat_w_item_content .box-chat-user-title .chat-name a:hover,
    .chat_w_item_content .box-chat-user-title .chat-name a:focus {
        text-decoration: underline !important;
    }

    .chat_w_item_content .box-chat-user-title .chat-name a {
        color: #fff;
        display: inline-block;
        line-height: 35px !important;
        height: auto !important;
        float: left;
        position: relative;
        z-index: 99;
    }

.rightchat-info-user.right {
    width: 100%;
    text-align: right !important;
    float: right !important;
}

    .rightchat-info-user.right .arrow {
        right: 39px;
        left: auto !important;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .rightchat-info-user.right .rightchat-user-msg,
    .rightchat-info-user.right .rightchat-user-name {
        float: right !important;
    }

.rightchat-link-profile img {
    min-width: 35px;
}

.rightchat-info-user.right .chat-time {
    float: right !important;
    text-align: right !important;
    margin-left: 0 !important;
    padding-right: 55px;
    padding-left: 0px;
}

.chat_w_item_content .box-chat-message-list {
    margin-top: -5px;
    height: 100% !important;
}

.chat_w_item_content .box-chat-form {
    border-color: #eee !important;
    padding: 0 !important;
    height: 45px !important;
}

    .chat_w_item_content .box-chat-form .box-chat-form-txt {
        border: none !important;
        height: 45px;
        padding: 0 !important;
    }

    .chat_w_item_content .box-chat-form .box-chat-form-menu {
        padding-right: 15px;
        display: none;
    }

    .chat_w_item_content .box-chat-form .box-chat-form-txt textarea {
        padding: 10px !important;
        max-height: 45px !important;
    }

.chat_w_item_content .box-chat-bround-message {
    height: calc((100%) - 80px);
    -moz-height: calc((100%) - 80px);
    -webkit-height: calc((100%) - 80px);
    -ms-height: calc((100%) - 80px);
}

.chat_w_item_content .chat-close {
    display: block !important;
    position: absolute;
    top: 5px;
    right: 5px;
    color: #fff;
    font-size: 11px;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    opacity: .75;
}

    .chat_w_item_content .chat-close:hover,
    .chat_w_item_content .chat-close:focus {
        opacity: 1;
    }

.fileviewer .important_action_btn .form-control {
    background: #fff;
    border-color: #007AB7;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #007AB7;
    margin-top: 0px;
    display: inline-block;
}

.important_action_btn li .form-group-sm {
    margin-top: -2px;
}

    .important_action_btn li .form-group-sm div[class*="col-"] .execOcrForm {
        margin-top: 1px;
        display: inline-block;
        margin-left: 2px;
    }

    .important_action_btn li .form-group-sm div[class*="col-"] {
        width: auto !important;
        padding-left: 0;
        padding-right: 0;
        float: left;
    }

.dataTables_filter .quickSearch div[class*="col-"] label {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.box-chat-message-list .chat-time,
.info-box-message-user .chat-time {
    float: left !important;
    display: block !important;
    clear: both !important;
    margin-left: 0px !important;
    color: #aaa !important;
    margin-top: 5px;
    padding-left: 54px;
}

.groupt_slide_button {
    position: absolute;
    top: 0;
    height: 35px;
    width: 35px;
    line-height: 35px;
    z-index: 1;
    font-size: 18px;
    color: #007AB7;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

.gsb_prev {
    text-align: left;
    padding-left: 10px;
    left: 0;
    background: rgba(255, 255, 255, 1);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(50%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 1)), color-stop(50%, rgba(255, 255, 255, 1)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
}

.gsb_next {
    text-align: right;
    padding-right: 10px;
    right: 0;
    background: rgba(255, 255, 255, 0);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 1)));
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 1)), to(rgba(255, 255, 255, 1)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
}

.groupt_slide_button:hover,
.groupt_slide_button:focus {
    color: #f6921e;
}

.page-breadcrumbs {
    z-index: 2 !important;
}

.breadcrumb {
    margin: 0 36px;
    padding-top: 5px;
}

.btn-default:hover,
.open .btn-default.dropdown-toggle {
    background: #f6f6f6 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

table .quickUpdate,
table .quickDelete {
    margin-bottom: 3px;
    /*min-width: 53px;*/
}

.dataTables_filter .quickSearch .checkbox span.text {
    margin-top: -6px;
    display: block;
}

.dataTables_paginate .dropup {
    float: left;
}

    .dataTables_paginate .dropup .dropdown-toggle {
        top: 3px !important;
    }

.contain_paging {
    /* width: auto; */
}

.pagination > li > a,
.pager > li > a,
.pagination > li > span,
.pager > li > span {
    margin-bottom: 5px;
}

.jnote .jcrop-dragbar.ord-s {
    margin-bottom: -1px;
    border-bottom: 1px solid yellow;
}

.jnote .jcrop-dragbar.ord-n {
    margin-top: -1px;
    border-top: 1px solid yellow;
}

.jnote .jcrop-dragbar.ord-e {
    margin-right: -1px;
    border-right: 1px solid yellow;
}

.jnote .jcrop-dragbar.ord-w {
    margin-left: -1px;
    border-left: 1px solid yellow;
}

.jnote .jcrop-dragbar.ord-e,
.jnote .jcrop-dragbar.ord-w {
    width: 1px !important;
    background: #fff;
    z-index: 20;
}

.jnote .jcrop-dragbar.ord-n,
.jnote .jcrop-dragbar.ord-s {
    height: 1px !important;
    background: #fff;
    z-index: 20;
}

.jnote.jcrop-focus {
    background: rgba(255, 255, 0, .25)
}

.section_newfeed .profile-info .thumbnails .fileitem {
    width: 25%;
    padding: 5px;
}

.section_newfeed .profile-info .thumbnails .fileNames {
    max-width: 90%;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.section_newfeed .profile-info .thumbnails .fileitem img {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-color: #eee;
    border-radius: 0px;
}

.section_newfeed .profile-info .thumbnails .fileitem .delMember {
    color: #2dc3e8 !important;
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu > li > a:focus {
    background: transparent !important;
}

.page-sidebar.menu-compact .box-find-user {
    display: none;
}

.timeline-body .card-image img {
    width: 100%;
}

.timeline-body .card-image img {
    width: 100%;
    background: #fff;
    padding: 2px;
    border: 1px solid #f6f6f6;
    margin: 1px;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

    .timeline-body .card-image img:hover {
        opacity: .8;
    }

.timeline-body .card-image {
    float: left;
    position: relative;
}

.multi_card_img:nth-of-type(2),
.multi_card_img:nth-of-type(3) {
    width: 50%;
}

    .multi_card_img:nth-of-type(3) a:after {
        content: "";
        position: absolute;
        top: 3px;
        left: 3px;
        right: 3px;
        bottom: 3px;
        background: rgba(0, 0, 0, .25);
        -webkit-transition: all .25s;
        -o-transition: all .25s;
        transition: all .25s;
    }

    .multi_card_img:nth-of-type(3):hover a:after {
        opacity: .8;
    }

.other_img_count i {
    padding-left: 3px;
}

.other_img_count {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    z-index: 10;
    font-size: 30px;
    font-weight: bold;
    margin-top: -15px;
}

.multi_card_img:nth-of-type(3) img {
    -webkit-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
}

.timeline-body-img {
    position: relative;
    display: block;
    clear: both;
    overflow: hidden;
}

.secrtc1 {
    overflow: visible;
}

#FileViewer .file_button_action_list li .dropdown-menu {
    right: auto;
    left: -18px;
    min-width: 225px;
}

.box-userlist {
    background: #fff;
}

.message-thread {
    background: #fff;
}

.master-view {
    background: #fff;
}

.line-control-panel {
    height: calc(100vh - 85px);
    height: -ms-calc(100vh - 85px);
    height: -o-calc(100vh - 85px);
}

#FileViewer .file_button_action {
    padding-bottom: 0;
    min-height: 35px;
    padding-top: 8px;
    height: auto;
}

#FileViewer .file_button_action_list li .dropdown-menu-right {
    min-width: 170px;
}

#DocumentVersions .quickView {
    color: #337ab7;
}

#DocumentVersions .form-group-lg {
    padding-top: 10px;
    margin-top: 0 !important;
    padding-bottom: 10px;
}

.Doc_current_version {
    color: #f6921e !important;
    font-weight: bold;
}

.DTTT_last_btn {
    padding-left: 10px !important;
    padding-right: 10px !important;
    color: #fff !important;
}

#FrmCrService .btn .glyphicon,
#FrmUpServiceForm .btn .glyphicon,
.widget-body #FrmUpCategory .btn .glyphicon {
    font-size: 11px;
}

.task-container .tasks-list .task-item .task-body {
    left: 0 !important;
    top: 10px !important;
    padding-right: 50px !important;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    width: 100%;
    padding-left: 20px !important;
}

    .task-container .tasks-list .task-item .task-body > div {
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
        color: #777;
    }

.task-container .tasks-list .task-item .task-creator {
    top: 103px !important;
    left: 20px !important;
    color: #777;
}

.task-container .tasks-list .task-item .task-assignedto {
    top: 125px !important;
    right: auto !important;
    left: 0px !important;
    height: 24px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}

    .task-container .tasks-list .task-item .task-assignedto a {
        text-decoration: none;
        float: left;
        margin-right: 5px;
    }

        .task-container .tasks-list .task-item .task-assignedto a:last-child {
            margin-right: 0;
        }

    .task-container .tasks-list .task-item .task-assignedto .assignedto_list {
        float: left;
        margin-top: 0;
        width: 100%;
        text-align: left;
        overflow: hidden;
        height: 24px;
    }

    .task-container .tasks-list .task-item .task-assignedto a img {
        border-radius: 50%;
        width: 24px;
        height: 24px;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center center;
        object-position: center center;
    }

.task-container .tasks-list .task-item {
    position: relative;
    height: 165px !important;
    border-bottom: 1px solid #e5e5e5 !important;
    background: #fff;
}

    .task-container .tasks-list .task-item:hover {
        background-color: #fbfbfb;
    }

    .task-container .tasks-list .task-item .task-state {
        top: 75px !important;
        left: 20px !important;
    }

    .task-container .tasks-list .task-item .task-time {
        top: 55px !important;
        right: auto !important;
        color: #999;
        left: 20px !important;
    }

    .task-container .tasks-list .task-item .task-body > div > a {
        font-weight: bold;
        color: #11a9cc;
        display: block;
        width: 100%;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .task-container .tasks-list .task-item .task-state .label {
        padding: 6px 7px 5px 7px;
        font-size: 11px;
        opacity: .95;
    }

    .task-container .tasks-list .task-item .task-creator a {
        display: inline-block;
        width: auto;
    }

        .task-container .tasks-list .task-item .task-creator a:hover,
        .task-container .tasks-list .task-item .task-creator a:focus {
            text-decoration: underline;
        }

.jobitem-action-btn.open .dropdown-toggle:hover,
.jobitem-action-btn.open .dropdown-toggle:focus,
.jobitem-action-btn .dropdown-toggle:hover,
.jobitem-action-btn .dropdown-toggle:focus {
    color: #11a9cc !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background-color: transparent !important;
    background: none !important;
}

.timeline_job_item_status .jobitem-action-btn.open .dropdown-toggle,
.timeline_job_item_status .jobitem-action-btn .dropdown-toggle {
    margin: 0;
    background: none !important;
    border: none !important;
    color: #777 !important;
    text-shadow: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 18px;
    height: auto !important;
    line-height: 18px !important;
    margin-top: -4px;
    padding-left: 5px;
}

    .timeline_job_item_status .jobitem-action-btn.open .dropdown-toggle i,
    .timeline_job_item_status .jobitem-action-btn .dropdown-toggle i {
        border: 1px solid #57b5e3;
        padding: 3px;
        border-radius: 50%;
        color: #57b5e3;
        margin-right: 0;
        width: 19px !important;
        height: 19px !important;
        display: inline-block;
        text-align: center;
        font-size: 11px;
    }

.jobitem-action-btn.open .dropdown-toggle,
.jobitem-action-btn .dropdown-toggle {
    margin: 0;
    background: none !important;
    border: none !important;
    color: #999 !important;
    text-shadow: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 18px;
}

.timeline_job_item_body .star_rate.box-rating input.useRate {
    border: none;
    font-size: 14px;
    display: none;
}

.jobitem-action-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 100;
}

    .jobitem-action-btn .dropdown-menu {
        right: 0;
        left: auto;
    }

.timeline_job_item .timeline-comment {
    border-top: 0 !important;
    margin-top: 0 !important;
}

.timeline_job_item_body {
    display: block;
    position: relative;
    clear: both;
}

    .timeline_job_item_body .member {
        display: block;
        position: relative;
        margin-bottom: 10px;
        clear: both;
        overflow: hidden;
    }

        .timeline_job_item_body .star_rate span label,
        .timeline_job_item_body .member span label {
            font-weight: bold;
            color: #666;
            display: block;
            font-size: 14px;
        }

        .timeline_job_item_body .member ul {
            margin: 0;
        }

            .timeline_job_item_body .member ul li {
                float: left;
                margin-right: 7px;
                margin-bottom: 5px;
            }

                .timeline_job_item_body .member ul li:last-child {
                    margin-right: 0;
                }

                .timeline_job_item_body .member ul li img {
                    width: 30px;
                    height: 30px;
                    border-radius: 50%;
                    overflow: hidden;
                    -o-object-fit: cover;
                    object-fit: cover;
                    -o-object-position: center center;
                    object-position: center center;
                }

    .timeline_job_item_body .star_rate span label {
        margin-bottom: 0px;
    }

.box-rating #star {
    display: block;
    cursor: pointer;
    width: 100%;
}

.timeline_job_item_attach span label,
.timeline_job_item_status span label {
    font-weight: bold;
    color: #666;
    display: block;
    font-size: 14px;
}

    .timeline_job_item_body .star_rate span label i,
    .timeline_job_item_body .member span label i,
    .timeline_job_item_attach span label i,
    .timeline_job_item_status span label i {
        color: #999;
        display: none;
    }

.timeline_job_item_attach,
.star_rate.box-rating,
.timeline_job_item_status {
    margin-bottom: 15px;
}

    .timeline_job_item_attach ul li:last-child a {
        color: #999;
        border: 1px solid #ddd;
        padding: 3px 10px;
        border-radius: 3px;
        -webkit-transition: all .25s;
        -o-transition: all .25s;
        transition: all .25s;
        display: inline-block;
    }

        .timeline_job_item_attach ul li:last-child a:hover,
        .timeline_job_item_attach ul li:last-child a:focus {
            color: #57b5e3;
            border-color: #57b5e3;
            text-decoration: none;
        }

    .timeline_job_item_attach ul li:last-child {
        margin-top: 5px;
    }

    .timeline_job_item_attach ul li a {
        display: block;
    }

.related_job span label {
    font-weight: bold;
    color: #666;
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
}

.related_job .task-item.jobitem {
    border: 1px solid #eee;
    background: #fff !important;
    margin: 0 5px 15px 5px;
    float: left;
    width: calc(50% - 10px);
    width: calc(50% - 10px);
    width: -ms-calc(50% - 10px);
    width: -o-calc(50% - 10px);
}

.related_job > .row {
    margin-left: -5px;
    margin-right: -5px;
}

#CrWorkflowSteps .nav-tabs > li > a {
    padding-left: 10px;
    padding-right: 10px;
}


.tickets-container .tickets-list .ticket-item .ticket-user {
    overflow: visible;
}

.related_job .user-company .dropdown-toggle {
    background: none !important;
    border: none !important;
    padding: 5px 0 0 5px !important;
    margin: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
    color: #777 !important;
    display: block;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    text-align: left;
}

.sub_job_item_info .user-at {
    color: #999999 !important;
}

.sub_job_item_info .user-name {
    color: #337ab7;
}

.sub_job_item_info a:first-child {
    text-decoration: none;
}

.sub_job_item_info a img {
    width: 30px !important;
    height: 30px !important;
    border-radius: 50% !important;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
}

.related_job .user-company .dropdown-toggle:hover,
.related_job .user-company .dropdown-toggle:focus {
    text-decoration: underline;
}

.related_job .user-company .dropdown-menu {
    left: auto;
    right: 0;
    top: 35px;
    background: #fff;
    border: solid 1px #e5e5e5 !important;
    padding: 10px 0;
    transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    min-width: 0 !important;
}

    .related_job .user-company .dropdown-menu li {
        float: none;
        width: 100%;
        padding: 5px 15px;
        display: block;
        margin-right: 0 !important;
        margin-bottom: 0 !important;
        position: relative;
    }

        .related_job .user-company .dropdown-menu li a {
            background: none !important;
            border: none !important;
            -webkit-transition: all .25s;
            -o-transition: all .25s;
            transition: all .25s;
            padding: 0 0 !important;
            color: #222 !important;
            -webkit-box-shadow: none !important;
            box-shadow: none !important;
        }

            .related_job .user-company .dropdown-menu li a:hover,
            .related_job .user-company .dropdown-menu li a:focus {
                color: #007AB7 !important;
                background: none !important;
            }

        .related_job .user-company .dropdown-menu li:last-child {
            margin: 0;
        }

            .related_job .user-company .dropdown-menu li:last-child a {
                border: 0;
            }

    .related_job .user-company .dropdown-menu:before {
        content: "";
        left: auto;
        right: 3px;
        position: absolute;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        background-image: url(/Assets/app/img/icon-submenu.png);
        background-position: center top;
        background-repeat: no-repeat;
        height: 9px;
        top: -9px;
        width: 19px;
        z-index: 10;
    }

.related_job .tickets-container {
    padding: 0;
    background: transparent;
}

.related_job {
    padding: 15px 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

    .related_job span label i {
        color: #999;
    }

.sub_job_item {
    margin-right: -15px;
    margin-left: -15px;
    padding-bottom: 10px;
}

.timeline_job_item_body .member,
.timeline_job_item_body .timeline_job_item_status,
.timeline_job_item_body .star_rate.box-rating {
    width: calc(50% - 10px);
    width: -ms-calc(50% - 10px);
    width: -o-calc(50% - 10px);
    margin: 0px 5px 10px 5px;
    float: left;
    clear: none;
    padding: 15px;
    /*box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);*/
    border: 1px solid;
    border-color: #eee;
}

.timeline_job_item_attach {
    width: 100%;
    clear: both;
}

/*.ui-dialog > .useScrollBar {
    height: auto !important;
}*/
.files .fileNames {
    padding-right: 30px;
}

.timeline_job_item_body {
    /*border: 1px solid #eee;*/
    margin-top: 15px;
    padding: 0 0;
}

.timeline_job_item_attach {
    padding: 10px 0px;
}

.star_rate.box-rating .star {
    background: transparent;
    color: #ffde3d !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
    -webkit-text-stroke: 0 !important;
    font-size: 18px;
    margin: 0;
    cursor: pointer;
}

.star_rate.box-rating .caption {
    display: none;
}

/*cssd313*/
.dropdown-notifications .user_item_info {
    color: #222;
}

.dock .dock_icons .dock_icon {
    margin-left: 8px !important;
    float: left;
}

.dock .dock_icons > div > a {
    position: relative;
}

.multi-action {
    display: block;
    clear: both;
}

    .multi-action .actions li a > img {
        width: 25px !important;
        height: 25px !important;
        border-radius: 50%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center center;
        object-position: center center;
    }

    .multi-action .action-button {
        width: 40px;
        height: 40px;
        border-radius: 10px;
        border: 0;
        outline: 0;
        background: rgba(255, 196, 0, 1);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 196, 0, 1)), color-stop(100%, rgba(255, 164, 0, 1)));
        background: -o-linear-gradient(top, rgba(255, 196, 0, 1) 0%, rgba(255, 164, 0, 1) 100%);
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 196, 0, 1)), to(rgba(255, 164, 0, 1)));
        background: linear-gradient(to bottom, rgba(255, 196, 0, 1) 0%, rgba(255, 164, 0, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc400', endColorstr='#ffa400', GradientType=0);
        font-size: 16px;
        color: white;
        z-index: 2;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        line-height: 1.4;
        position: relative;
    }

    .multi-action .actions {
        position: absolute;
        list-style: none inside none;
        margin: 0 0 0 0;
        padding: 0;
        width: auto;
        float: right;
        background-color: transparent;
        bottom: 65px;
        right: 47px;
        z-index: 1;
        border: none !important;
    }

.actions.shortcuts li {
    height: 32px !important;
}

.multi-action .actions li {
    /*  position: absolute;*/
    display: block;
    width: 45px;
    height: 45px;
    /*  border-radius: 50%;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.26);*/
    margin: 0 0 10px 0;
    color: #ffffff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
}

    .multi-action .actions li a {
        background: none !important;
        color: inherit;
        display: block;
        width: 45px;
        height: 45px;
        /*  border-radius: 50%;*/
        line-height: 45px;
        text-align: center;
        position: relative;
    }

.multi-action .action-button.active ~ .actions li {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}


.multi-action .action-button.active ~ .actions {
    visibility: visible;
    opacity: 1;
}

.multi-action .actions {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.multi-action .action-button span {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    color: white;
    position: absolute;
    top: 0;
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 0;
    margin: 0;
    line-height: 40px;
    font-size: 32px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    -webkit-animation: plus-out 0.3s;
    animation: plus-out 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.Dshort_title {
    position: absolute;
    right: auto;
    left: 100%;
    width: auto;
    max-width: 200px;
    color: #fff;
    background: rgba(0, 0, 0, .75);
    top: 10px;
    margin-left: 0;
    -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, .25);
    box-shadow: 2px 2px 4px rgba(0, 0, 0, .25);
    border-radius: 3px;
    text-align: left;
    padding: 0 10px;
    height: 25px;
    line-height: 25px;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

@keyframes plus-in {
    from {
        opacity: 1;
        -webkit-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
    }

    to {
        opacity: 0;
        -webkit-transform: rotateZ(180deg);
        transform: rotateZ(180deg);
    }
}

@-webkit-keyframes plus-in {
    from {
        opacity: 1;
        -webkit-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
    }

    to {
        opacity: 0;
        -webkit-transform: rotateZ(180deg);
        transform: rotateZ(180deg);
    }
}

@keyframes plus-out {
    from {
        opacity: 0;
        -webkit-transform: rotateZ(180deg);
        transform: rotateZ(180deg);
    }

    to {
        opacity: 1;
        -webkit-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
    }
}

@-webkit-keyframes plus-out {
    from {
        opacity: 0;
        -webkit-transform: rotateZ(180deg);
        transform: rotateZ(180deg);
    }

    to {
        opacity: 1;
        -webkit-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
    }
}

.multi-action .action-button.active:not(.no-rotate) span {
    -webkit-animation: plus-in 0.15s linear;
    animation: plus-in 0.15s linear;
}

.other_Dscut_item {
    border: none;
    padding: 0;
    color: #ffaa00;
    position: absolute;
    left: 24px;
    top: -6px;
    background: #fff;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    font-size: 11px;
    text-align: center;
    line-height: 11px;
    -webkit-box-shadow: 2px -2px 4px rgba(0, 0, 0, .25);
    box-shadow: 2px -2px 4px rgba(0, 0, 0, .25);
    z-index: 100;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    opacity: 0;
    visibility: hidden;
}

.del_Dscut_item {
    border: none;
    padding: 0;
    color: #ffaa00;
    position: absolute;
    left: 7px;
    top: -6px;
    background: #fff;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    font-size: 11px;
    text-align: center;
    line-height: 11px;
    -webkit-box-shadow: 2px -2px 4px rgba(0, 0, 0, .25);
    box-shadow: 2px -2px 4px rgba(0, 0, 0, .25);
    z-index: 100;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    opacity: 0;
    visibility: hidden;
}

.multi-action .actions li a:hover .del_Dscut_item,
.multi-action .actions li a:hover .other_Dscut_item,
.multi-action .actions li a:focus .del_Dscut_item,
.multi-action .actions li a:focus .other_Dscut_item,
.dock .dock_icons > div > a:hover .del_Dscut_item,
.dock .dock_icons > div > a:hover .other_Dscut_item,
.dock .dock_icons > div > a:focus .del_Dscut_item,
.dock .dock_icons > div > a:focus .other_Dscut_item {
    opacity: 1;
    visibility: visible;
}

/*cssd014*/
.ui-dialog .ui-dialog-content {
    padding-bottom: 0;
}

.attach_File_ct div[class*="col-"] {
    line-height: 36px;
    padding-top: 0;
    padding-bottom: 0;
    height: 36px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    .attach_File_ct div[class*="col-"] .files .fileitem {
        padding: 0;
    }

        .attach_File_ct div[class*="col-"] .files .fileitem .fileNames {
            padding-top: 0;
            padding-bottom: 0;
            padding-left: 10px;
        }

.attach_File_ct {
    border-bottom: 1px solid #ddd;
    height: 36px;
    padding: 0;
}

    .attach_File_ct .files {
        width: calc((100%) - 30px);
        width: -ms-calc((100%) - 30px);
        width: -o-calc((100%) - 30px);
    }

.attach_File_ct_btngroup {
    width: 30px;
    float: right;
}

.attach_File_ct .files .fileitem .delMember {
    right: -5px;
}

.attach_File_ct_btngroup .btn i {
    float: left;
    vertical-align: top;
}

.attach_File_ct_btngroup .btn {
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #08c !important;
    opacity: 1 !important;
    height: 14px !important;
    padding: 0 !important;
    margin: 0 !important;
}

.attach_File_ct .files .fileitem {
    border: none !important;
}

.attach_File_ct_btngroup .ct_download_file_at i {
    margin-top: 2px;
}

.other_at_file_ct .files {
    margin-bottom: 10px;
}

/*End cssd0304*/
#FileViewer .secrtc2 .widget {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    margin: 0 !important;
}

#ScanPlugin .icons-16.icon-download {
    background: none !important;
    top: 2px !important;
}

    #ScanPlugin .icons-16.icon-download:before {
        content: "\f019";
        font: normal normal normal 14px/1 FontAwesome;
    }

/*.tree-folder > .tree-folder-content > .tree-folder > .tree-folder > .tree-folder-content > .tree-folder .tree-folder-header {
    padding-bottom: 4px !important;
}*/
.tree .tree-item,
.tree .tree-folder .tree-folder-header {
    padding: 4px 5px 2px 5px !important;
}

.quickSearch_custom .dropdown-menu > li > a {
    display: block;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-notifications li .notification-body > .title,
.navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-notifications li .notification-body .description {
    width: 238px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.navbar-brand .logo {
    padding: 5px 0;
}

.rptdoctypes .databox {
    /* margin-bottom: 20px !important;*/
}

.custdatabox .databox .databox-left > i {
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

.custdatabox .databox .databox-left:hover > i {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.databox-cell-doctypes .databox-text.pull-left {
    width: calc((100%) - 65px);
    width: -ms-calc((100%) - 65px);
    width: -o-calc((100%) - 65px);
}

.databox .databox-text {
    font-size: 13px !important;
}

.show_Tooltip {
    -webkit-transform: translate(-50%, -100%);
    -ms-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    color: #fff;
    background: rgba(0, 0, 0, .75) !important;
}

.lhp-map {
    border: solid 1px #ddd !important;
}



.btn_hide_dock {
    position: absolute;
    top: 19px;
    right: 16px;
    width: 20px;
    height: 20px;
    overflow: hidden;
    border-radius: 50%;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

    .btn_hide_dock > i {
        color: #000 !important;
        line-height: 20px !important;
        font-size: 18px !important;
    }

        .btn_hide_dock > i:before {
            content: "\f35e";
        }

#dockWrapper:hover .btn_hide_dock {
    opacity: .25;
    visibility: visible;
}

#dockWrapper .btn_hide_dock:hover {
    opacity: 1;
}

.toggle_dock .btn_show_dock {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 40px 40px;
    background-position: center center;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 42px;
}

    .toggle_dock .btn_show_dock:hover {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
        background-size: 35px 35px;
    }

.toggle_dock {
    background: #00aeef;
    position: fixed;
    bottom: 30px;
    right: 30px;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    z-index: 9999;
    -webkit-box-shadow: 2px 3px 10px rgba(0, 0, 0, .25);
    box-shadow: 2px 3px 10px rgba(0, 0, 0, .25);
    overflow: hidden;
}

    .toggle_dock:hover {
        -webkit-box-shadow: 2px 3px 15px rgba(0, 0, 0, .35);
        box-shadow: 2px 3px 15px rgba(0, 0, 0, .35);
    }

.dock #dockWrapper {
    margin-top: 100px;
    opacity: 0;
}


#dialogPage403 img {
    max-width: 100%;
    width: 400px;
    padding-top: 20px;
}

.ui-autocomplete li.itemf {
    overflow: hidden;
}

    .ui-autocomplete li.itemf > div,
    .ui-autocomplete li.itemf > .span {
        float: left;
    }

.media-viewer .media-contain {
    width: 100% !important;
    height: 0 !important;
    margin: 0 auto !important;
    padding-bottom: 56.25% !important;
    position: relative !important;
    overflow: hidden !important;
    padding-top: 0 !important;
}

    .media-viewer .media-contain video {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        max-width: none !important;
    }

.timeline_job_body {
    clear: both;
    position: relative;
    display: block;
    float: left;
    width: 100%;
    padding-bottom: 0 !important;
}

    .timeline_job_body + .timeline-footer {
        float: left;
        clear: both;
        width: 100%;
        display: block;
    }

    .timeline_job_body .timeline_job_item_body {
        margin-top: 10px;
        margin-bottom: 15px;
        float: left;
        width: 100%;
        display: block;
    }

.close.deleteItem {
    font-size: 14px;
    margin-top: 6px;
}

#UpWorkflowSteps .widget .widget-header,
#CrWorkflowSteps .widget .widget-header {
    border: none !important;
}

#UpWorkflowSteps .widget .widget-body,
#CrWorkflowSteps .widget .widget-body {
    border: none !important;
}

#UpWorkflowSteps .widget,
#CrWorkflowSteps .widget {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #ddd !important;
    border-radius: 3px !important;
    overflow: hidden;
}

#UpWorkflowSteps,
#CrWorkflowSteps {
    padding-top: 10px;
}

#CrWorkflowName,
#CrWorkflowDescribe {
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
}

button.close.delMember {
    text-indent: -9999px;
}

    button.close.delMember:before {
        content: "\f129";
        display: inline-block;
        font-family: "Ionicons";
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        top: 3px;
        right: 5px;
        width: 25px;
        height: 25px;
        padding: 0 !important;
        text-indent: 1px;
        vertical-align: middle;
        line-height: 25px;
        text-align: center;
        font-size: 14px;
        color: #777;
        -webkit-transition: all .25s;
        -o-transition: all .25s;
        transition: all .25s;
    }

    button.close.delMember:hover:before {
        color: #222;
    }

#FrmCrServiceForm #CrServiceFormFile + i {
    right: 35px;
    margin-top: 1px;
}

#FrmCrServiceForm .btn-info {
    line-height: 1.4;
}

.form_group_custom {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.pad_top_15 {
    padding-top: 15px;
}

#FrmUpCategory .form-control,
#FrmCrService .form-control {
    background: #fff;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#UpServiceSFContainer,
#CrServiceSFContainer {
    padding-top: 10px;
    width: 100%;
}

.ui-dialog.ui-widget-content {
    max-height: calc(100vh - 10px) !important;
    max-height: -ms-calc(100vh - 10px) !important;
    max-height: -o-calc(100vh - 10px) !important;
    margin-top: -5px;
    min-width: 320px;
    padding-bottom: 15px;
}

.dp_block {
    display: block;
}

.mt_2 {
    margin-top: 2px;
}

#InfoStatus .wizard-wired {
    height: auto !important;
}

#InfoStatus .steps_parent {
    padding-top: 10px;
    padding-bottom: 10px;
}

.toogle_steps {
    display: block;
    width: 100%;
    clear: both;
    background: #fbfbfb;
    color: #999 !important;
}

.form-horizontal .form-group-sm .control-label {
    margin-bottom: 2px;
}

.choose_folder {
    position: relative;
}

.choose_folder_content {
    display: table;
    table-layout: fixed;
    width: 100%;
}

    .choose_folder_content > div {
        display: table-cell;
        width: auto;
        vertical-align: top;
    }

        .choose_folder_content > div + div {
            width: 75px;
        }

            .choose_folder_content > div + div > .btn {
                background: #fff !important;
                border-color: #ddd !important;
                border-left: 0 !important;
                color: #222 !important;
                -webkit-box-shadow: none !important;
                box-shadow: none !important;
                -webkit-transition: all .25s;
                -o-transition: all .25s;
                transition: all .25s;
                border-top-left-radius: 0 !important;
                border-bottom-left-radius: 0 !important;
            }

                .choose_folder_content > div + div > .btn:hover,
                .choose_folder_content > div + div > .btn:focus {
                    background: #57b5e3 !important;
                    color: #fff !important;
                    border-color: #57b5e3 !important;
                }

.mb10 {
    margin-bottom: 10px;
}

.downPlugin > i,
.downPlugin > span {
    float: left;
    width: auto;
    line-height: 32px;
    margin-bottom: 2px;
    font-weight: bold;
}

.colJobDone,
.colJobProgress,
.colJobTodo {
    clear: both;
    overflow: hidden;
}

#SecRtContent {
    min-height: 60vh;
}

#Timelines .timeline-body {
    padding-bottom: 2px;
}

.timeline-btn-group {
    overflow: hidden;
    clear: both;
}

.center-block {
    float: none;
}

#TblGuests strong.red {
    font-weight: normal;
    display: block;
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area > li > a .flags {
    display: block;
    margin: 0 auto;
}

#FormLicense .btn[type*="submit"],
#FormSecret .btn[type*="submit"] {
    margin-top: 10px;
    height: 32px;
    line-height: 32px;
    padding: 0 15px;
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

#FormSecret #SecretActiveKey {
    height: 32px;
    line-height: 32px;
    background: #fff;
    padding: 0 15px;
    width: 100%;
    border-color: #ddd;
    border-radius: 3px !important;
}

#FormSecret {
    padding-bottom: 0;
}

.todoJob_Board > .widget > .widget-header > .widget-icon,
.progressJob_Board > .widget > .widget-header > .widget-icon,
.doneJob_Board > .widget > .widget-header > .widget-icon {
    display: inline-block;
    font-family: "Ionicons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 32px;
}

    .todoJob_Board > .widget > .widget-header > .widget-icon:before {
        content: "\f3a6";
    }

    .progressJob_Board > .widget > .widget-header > .widget-icon:before {
        content: "\f49b";
    }

    .doneJob_Board > .widget > .widget-header > .widget-icon:before {
        content: "\f375";
    }

.task-container .tasks-list .task-item .task-body > div:first-letter,
.task-container .tasks-list .task-item .task-body > div > a:first-letter {
    text-transform: uppercase;
}

.widget-body.no-padding > .dataTables_wrapper > form#FrmUpRegService,
.widget-body.no-padding > .dataTables_wrapper > form#FrmCrRegService {
    padding: 15px 0 !important;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
    background-color: #fff;
}

.label {
    padding: 4px 7px 4px 7px;
    border-radius: 3px !important;
}

#FrmUpServiceInfoFile .btn {
    margin-bottom: 3px;
}

    #FrmUpServiceInfoFile .btn > i {
        vertical-align: text-top;
    }

#SecRtContent .fileviewer .tabs-flat > li > a {
    border-left: 0 !important;
    border-right: 0 !important;
}

.record_actions .btn {
    position: relative !important;
    top: auto !important;
    right: auto !important;
}

.record_actions {
    position: absolute;
    top: 8px;
    right: 10px;
    z-index: 100;
}

.dataTables_filter label > select {
    position: relative;
    z-index: 1;
    padding-left: 10px !important;
}

.label + .label {
    margin-left: 3px;
}

.secrtc2.useScrollBar .ps-scrollbar-x-rail {
    display: none !important;
}

.group_tab_scroll .tabitem {
    float: left;
}

.sortitem_th .sortitem .clickSort > i,
.sortitem_th .sortitem .clickSort:before {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.sortitem_th .sortitem .clickSort > i {
    margin-top: -3px;
}

.sortitem_th .sortitem .clickSort:before {
    margin-top: 3px;
}

.sortitem_th .sortitem .clickSort > i:before {
    content: "\f0d8";
}

.sortitem_th .sortitem {
    position: absolute;
    top: 0;
    height: 100%;
    left: 7px;
    width: 7px;
}

.sortitem_th {
    position: relative;
    padding-left: 21px !important;
}

    .sortitem_th .sortitem .clickSort {
        position: relative;
        height: 26px;
        width: 7px;
        height: 100%;
        display: inline-block;
    }

        .sortitem_th .sortitem .clickSort > i {
            position: absolute;
            width: 7px;
            height: 13px;
            font-size: 13px;
        }

        .sortitem_th .sortitem .clickSort:before {
            width: 7px;
            height: 13px;
        }

        .sortitem_th .sortitem .clickSort:before {
            content: "\f0d7";
            display: inline-block;
            font: normal normal normal 14px/1 FontAwesome;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            position: absolute;
            font-size: 13px;
        }

.sortitem .clickSort {
    display: none;
}

.sortitem_th .sortitem .clickSort {
    display: block;
}

    .sortitem_th .sortitem .clickSort.active[data-sorttype*="1"] > i {
        color: #0382ad;
    }

    .sortitem_th .sortitem .clickSort.active[data-sorttype*="0"]:before {
        color: #57b5e3;
    }

    .sortitem_th .sortitem .clickSort:before,
    .sortitem_th .sortitem .clickSort > i,
    .sortitem_th .sortitem .clickSort.active:before,
    .sortitem_th .sortitem .clickSort.active > i {
        color: #aaa;
    }

.page-sidebar .sidebar-menu a.text-center {
    text-align: center !important;
}

.related_document > li > a {
    color: #222;
    display: block;
    text-decoration: none;
    position: relative;
    padding-right: 95px;
    padding-left: 15px;
}

.related_document {
    padding: 0;
    list-style: none;
}

    .related_document > li {
        display: block;
        margin: 0 0 15px 0;
    }

        .related_document > li > a > i {
            position: absolute;
            top: 3px;
            left: 0;
        }

        .related_document > li > a > .related_stt {
            background: #8cc474;
            color: #fff;
            padding: 1px 6px;
            border-radius: 3px;
            position: absolute;
            top: 3px;
            right: 0;
            max-width: 90px;
            width: auto;
            display: inline-block;
            font-size: 11px;
            text-align: center;
        }

        .related_document > li > a:hover > span + span {
            text-decoration: none;
            color: #fff;
        }

        .related_document > li > a:hover > span {
            text-decoration: underline;
            color: #337ab7;
        }

.FileNotification.is-opened .FileNotification_btn {
    opacity: 0;
    visibility: hidden;
}

.FileNotification_btn {
    position: absolute;
    bottom: 11px;
    right: 30px;
    z-index: 150;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    opacity: 1;
    visibility: visible;
}

.FileNotification_content {
    position: absolute;
    bottom: 50px;
    right: 30px;
    z-index: 500;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    background: #fff;
    clear: both;
    -webkit-box-shadow: 0 5px 40px rgba(0, 0, 0, .16) !important;
    box-shadow: 0 5px 40px rgba(0, 0, 0, .16) !important;
    border-radius: 5px;
    border-radius: 5px;
    width: 320px;
    overflow: hidden;
}

.FileNotification.is-opened .FileNotification_content {
    visibility: visible;
    opacity: 1;
    bottom: 70px;
}

.FileNotification_content .FileNoti_title h2 {
    margin: 0;
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: 600 !important;
    text-transform: uppercase;
    padding: 12px 0;
    background: #57b5e3;
    color: #fff;
}

.FileNotification_content .FileNoti_list ul {
    margin: 0;
    padding: 10px 0;
}

    .FileNotification_content .FileNoti_list ul > li:last-child {
        border: none;
    }

    .FileNotification_content .FileNoti_list ul > li {
        border-bottom: 1px dotted #eee;
    }

        .FileNotification_content .FileNoti_list ul > li > a {
            display: block;
            padding: 7px 0;
            color: #222;
            -webkit-transition: all .25s;
            -o-transition: all .25s;
            transition: all .25s;
            padding-left: 12px;
            position: relative;
        }

            .FileNotification_content .FileNoti_list ul > li > a > i {
                color: #57b5e3;
                position: absolute;
                top: 8px;
                left: 0;
            }

                .FileNotification_content .FileNoti_list ul > li > a > i:before {
                    content: "\f111";
                    font-size: 5px;
                    vertical-align: middle;
                    display: inline-block;
                }

            .FileNotification_content .FileNoti_list ul > li > a:hover,
            .FileNotification_content .FileNoti_list ul > li > a:focus {
                color: #1d76c7;
                text-decoration: none;
            }

.FileNotification_content .FileNoti_list .useScrollBar {
    max-height: 180px;
    padding: 0 15px;
}

    .FileNotification_content .FileNoti_list .useScrollBar .ps-scrollbar-x-rail {
        display: none !important;
    }

.FileNotification_btn {
    background: #57b5e3;
    color: #fff;
    padding: 0;
    text-align: center;
    line-height: 36px;
    min-width: 36px;
    height: 36px;
    border-radius: 50%;
    -webkit-box-shadow: 3px 5px 15px rgba(0, 0, 0, .125);
    box-shadow: 3px 5px 15px rgba(0, 0, 0, .125);
    font-weight: bold;
    cursor: pointer;
}


@-webkit-keyframes close-in {
    from {
        opacity: 0;
        -webkit-transform: rotateZ(-70deg);
        transform: rotateZ(-70deg);
    }

    to {
        opacity: 1;
        -webkit-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
    }
}


@keyframes close-in {
    from {
        opacity: 0;
        -webkit-transform: rotateZ(-70deg);
        transform: rotateZ(-70deg);
    }

    to {
        opacity: 1;
        -webkit-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
    }
}

@-webkit-keyframes close-out {
    from {
        opacity: 1;
        -webkit-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
    }

    to {
        opacity: 0;
        -webkit-transform: rotateZ(-70deg);
        transform: rotateZ(-70deg);
    }
}

@keyframes close-out {
    from {
        opacity: 1;
        -webkit-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
    }

    to {
        opacity: 0;
        -webkit-transform: rotateZ(-70deg);
        transform: rotateZ(-70deg);
    }
}

@keyframes plus-in {
    from {
        opacity: 1;
        -webkit-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
    }

    to {
        opacity: 0;
        -webkit-transform: rotateZ(180deg);
        transform: rotateZ(180deg);
    }
}

@keyframes plus-out {
    from {
        opacity: 0;
        -webkit-transform: rotateZ(180deg);
        transform: rotateZ(180deg);
    }

    to {
        opacity: 1;
        -webkit-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
    }
}

.FileNoti_count {
    color: white;
    position: absolute;
    top: 0;
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 0;
    margin: 0;
    line-height: 36px;
    font-size: 14px;
    font-family: 'Roboto';
    font-weight: bold;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.FileNoti_close {
    position: absolute;
    top: 0;
    display: block;
    bottom: 0;
    left: 0;
    display: block;
    right: 0;
    padding: 0;
    opacity: 0;
    margin: auto;
    line-height: 36px;
    font-size: 16px;
    -webkit-transform: rotateZ(-70deg);
    -ms-transform: rotate(-70deg);
    transform: rotateZ(-70deg);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    vertical-align: middle;
}

    .FileNoti_close > i {
        line-height: 36px;
        vertical-align: middle;
        width: 36px;
    }

.FileNoti_title {
    position: relative;
}

.FileNotiClose {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 31px;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    vertical-align: middle;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    border-radius: 50%;
}

    .FileNotiClose:hover {
        background: #47a9d8;
    }

.FileNoti_count:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 0;
    border: 15px solid transparent;
    border-top-color: #57b5e3;
    border-bottom: 0;
    border-right: 0;
    margin-left: 0px;
    margin-bottom: -4px;
    -webkit-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    transform: rotate(-30deg);
}

.FileNotification_content .FileNoti_title h2 > i:before {
    content: "\f11e";
    display: inline-block;
    font-family: "Ionicons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.gEditorNoted {
    position: relative;
}

    .gEditorNoted > .tNote {
        position: absolute;
        right: 6px;
        top: 10px;
    }

    .gEditorNoted > .fEditor {
        padding-right: 20px;
        border: none;
        display: block;
        white-space: nowrap;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }

.navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-login-area > li.email,
.navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu li.dropdown-footer {
    display: none;
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-login-area > li.edit > a {
    display: block;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-login-area > li.edit {
    border: none;
}

.dataTables_filter .quickSearch > div:not(.quickSearch_md) label:before {
    display: none;
}

.dataTables_filter .quickSearch > div:not(.quickSearch_md) label > .form-control {
    /*padding-left: 10px;*/
}

    .dataTables_filter .quickSearch > div:not(.quickSearch_md) label > .form-control.date {
        padding-right: 28px;
    }

.btn-searchs .btn-default:hover,
.btn-searchs .btn-default:focus {
    background: #fbfbfb !important;
}

.btn-searchs .btn-default {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #ddd !important;
}

.people-details .bootstrap-select > .btn > .filter-option > span:first-letter,
.timeline-comment-item.card-profile-title .timeline-title > a:first-letter,
.navbar .navbar-inner .navbar-header .navbar-account .account-area .login-area section h2 > span:first-letter {
    text-transform: uppercase;
}

.timeline-comment-item.card-profile-title .timeline-title > a {
    display: inline-block;
}

body.maximize {
    height: 100vh !important;
    overflow: hidden !important;
}

.widget.maximized .widget-body {
    background: #fff;
}

body .widget.maximized {
    z-index: 500;
}

.font13 {
    font-size: 13px;
}

.require_symbol {
    display: inline-block;
    color: #F44336;
}

.ofTextarea .col-md-4.nopad.padding-l-5 {
    text-transform: capitalize;
    font-size: 13px;
    display: inline-block;
    margin-top: 3px;
    color: #777;
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area > li.open li.dropdown-hover > .dropdown-menu {
    display: block;
    visibility: hidden;
    opacity: 0;
    z-index: -10;
    left: 100%;
    right: 0;
    top: -2px;
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area > li.open li.dropdown-hover:hover > .dropdown-menu {
    visibility: visible;
    opacity: 1;
    z-index: 100;
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area > li.open li.dropdown-hover a .dropdown-expand {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.recent .recent_link a:hover {
    color: #337ab7;
}

.tabbable .nav-tabs + .tab-content {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 16px;
}

    .tabbable .nav-tabs + .tab-content > .tab-pane > .scrollItems {
        padding: 0;
    }

.tabbable .form-control.slChangeFT {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.ui-dialog textarea.form-control {
    overflow-x: hidden;
}


.dataTables_filter .btn > .fa {
    line-height: 16.7px;
}

.col-md-50 {
    width: 20%;
    float: left;
}

.dataTable > tbody > tr > td .label {
    margin-left: 0;
    margin-right: 3px;
    margin-bottom: 2px;
    margin-top: 2px;
}

.dataTables_filter .select2-container .select2-choice {
    line-height: 30px;
}

.widget-body > form {
    padding: 15px 0;
}

.select2-search {
    padding-top: 4px;
}

.fileviewer .file_button_action_list > li {
    min-height: 22px;
}

.ui-dialog .ui-dialog-titlebar {
    height: 40px;
}

.ui-dialog .ui-dialog-content {
    max-height: calc(100vh - 50px) !important;
    max-height: -ms-calc(100vh - 50px) !important;
    max-height: -o-calc(100vh - 50px) !important;
}

.setNestabled {
    margin-bottom: 10px;
}

.ps-container .ps-scrollbar-y-rail,
.ps-container .ps-scrollbar-x-rail {
    opacity: .5;
}

.ps-container:hover > .ps-scrollbar-y-rail {
    opacity: 1;
}

.padding_lr_20 {
    padding-left: 20px;
    padding-right: 20px;
}

.padding_lr_15 {
    padding-left: 15px;
    padding-right: 15px;
}

.padding_lr_10 {
    padding-left: 10px;
    padding-right: 10px;
}

.padding_lr_5 {
    padding-left: 5px;
    padding-right: 5px;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.widget.group-tab {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.tickets_report {
    clear: both;
}

.dataTables_wrapper .tickets-container.tickets_report {
    padding: 15px 15px 25px 15px;
}

#FrmCrServiceForm i[data-bv-icon-for="ServiceFormFiles"] {
    display: none !important;
}

.Empty-resutl {
    overflow: hidden;
}

.widget > .widget-header > .widget-caption > .star {
    position: absolute;
    margin-left: 5px;
    line-height: 1.4;
    top: 7px;
    background: rgba(0, 0, 0, 0) -o-linear-gradient(top, rgba(255, 175, 75, 1) 0%, rgba(255, 146, 10, 1) 100%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, left bottom, from(rgba(255, 175, 75, 1)), to(rgba(255, 146, 10, 1))) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(255, 175, 75, 1) 0%, rgba(255, 146, 10, 1) 100%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) -o-linear-gradient(to bottom, rgba(255, 175, 75, 1) 0%, rgba(255, 146, 10, 1) 100%) repeat scroll 0 0;
    border-radius: 5px;
    padding: 1px 5px;
}

.dropdown-notifications .user_item_info > a {
    display: inline-block !important;
}

    .dropdown-notifications .user_item_info > a + a {
        display: inline-block !important;
        margin: 0 3px !important;
    }

.dropdown-notifications .user_item_info > em {
    display: block;
    clear: both;
    max-height: 88px;
    overflow: hidden;
    line-height: 22px;
}

    .dropdown-notifications .user_item_info > em.active {
        padding-bottom: 20px;
        position: relative;
    }

    .dropdown-notifications .user_item_info > em .icon_show_full_content {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 20px !important;
        text-align: right;
        background: #fff !important;
        color: #ccc !important;
    }

.dropdown-notifications .ntfit.unread .user_item_info > em .icon_show_full_content {
    background: #FFFFAA !important;
    color: #888 !important;
}

.dropdown-notifications .user_item_info > em .icon_show_full_content:before {
    content: "...";
    position: absolute;
    bottom: 4px;
    right: 15px;
    color: #222;
    display: block;
    font-weight: normal;
}

.dropdown-notifications .user_item_info > em .icon_show_full_content:hover {
    color: #57b5e3 !important;
}

.dropdown-notifications .user_item_info > em.open {
    max-height: none;
}

    .dropdown-notifications .user_item_info > em.open .icon_show_full_content:before {
        display: none;
    }

    .dropdown-notifications .user_item_info > em.open .icon_show_full_content i:before {
        content: "\f146";
    }

.dropdown-notifications .user_item_info > em > p {
    display: block;
    clear: both;
    margin-bottom: 0;
}


.user_item:last-child:after {
    display: none;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    min-height: 19px;
}

.bootstrap-select .dropdown-menu li a span.text {
    white-space: normal;
}

.bootstrap-select > .btn-default {
    padding-top: 5px;
    padding-bottom: 5px;
}

.bootstrap-select > .dropdown-menu {
    border-radius: 4px !important;
    padding: 5px 0 0px 0;
    border: 1px solid #ccc !important;
    z-index: 999;
}

.bootstrap-select .dropdown-menu > li > a {
    border: none !important;
}

.dataTables_filter .quickSearch > div label > .form-control.bootstrap-select {
    width: 100%;
}

.dropdown.bootstrap-select > .btn.dropdown-toggle {
    margin-left: 0;
    border-left-width: 1px !important;
    padding-top: 5px;
    padding-bottom: 5px;
    outline: none !important;
    margin: 0;
}

.bootstrap-select > .dropdown-menu {
    max-height: 350px !important;
}

    .bootstrap-select > .dropdown-menu.show,
    .bootstrap-select.open > .dropdown-menu.open {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

.dataTables_info strong {
    font-weight: normal;
}

.dataTables_info > div {
    display: inline-block;
    font-size: 13px;
}

.dataTables_info {
    padding: 8px 0;
}

body > .row {
    margin-left: 0;
    margin-right: 0;
}

.page-sidebar .sidebar-menu li.open > .submenu {
    display: block;
}

img {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    max-width: 100%;
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

textarea.form-control {
    overflow-x: hidden;
    overflow-y: auto;
}

.table > thead > tr > th[valign="center"] {
    vertical-align: middle;
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-login-area > li.email a {
    word-break: break-word;
    display: block;
    white-space: normal;
}

.dataTables_filter .bootstrap-select .dropdown-toggle {
    border-color: #ddd;
    color: #858585 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.bootstrap-select.btn-group .dropdown-toggle .option_inline {
    min-height: 0;
}


.chart svg text {
    font-family: "Roboto", sans-serif !important;
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-login-area > li .avatar-area .avatar {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
}

.dataTables_filter .dropdown-menu {
    max-height: 350px;
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area .login-area .avatar img {
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
}

/*==== HEADER MAIN MENU BEGIN ====*/
.header_mainMenu.is_full {
    position: static !important;
}

    .header_mainMenu.is_full > .dropdown-notifications {
        position: absolute;
        left: auto;
        right: 0 !important;
        width: 100%;
        min-width: auto !important;
        max-width: none;
    }

        .header_mainMenu.is_full > .dropdown-notifications > li {
            float: left;
            width: 25%;
        }

.account-area.is_full {
    position: static !important;
    padding-right: 50px;
    right: 0 !important;
    -webkit-transition: all 0s !important;
    -o-transition: all 0s !important;
    transition: all 0s !important;
}

.header_mainMenu.is_full > .dropdown-notifications > li > ul {
    top: 51px !important;
    left: 0 !important;
}

.header_mainMenu.is_full > .dropdown-notifications .notification-body .description {
    display: none !important;
}

.header_mainMenu.is_full > .dropdown-notifications > li > a .notification-body .title {
    line-height: 32px;
    font-size: 14px !important;
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area > li.open li.dropdown-hover a .dropdown-expand {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

/*==== HEADER MAIN MENU END ====*/



/*==== HEADER LEFT MENU WHEN SIDBAR EMPTY BEGIN ====*/
#empty-sidebar-collapse .dropdown-notifications {
    min-width: 300px;
}

    #empty-sidebar-collapse .dropdown-notifications:before {
        left: 13px;
    }

    #empty-sidebar-collapse .dropdown-notifications > li {
        background-color: #ffffff;
        border: 0;
        padding: 0 8px;
        border-bottom: 1px solid #f3f3f3;
    }

        #empty-sidebar-collapse .dropdown-notifications > li > a {
            margin: 0;
            font-size: 12px;
            line-height: 16px;
            padding: 10px 2px;
            border-bottom: none !important;
        }

            #empty-sidebar-collapse .dropdown-notifications > li > a .notification-icon {
                float: left;
            }

            #empty-sidebar-collapse .dropdown-notifications > li > a .notification-body {
                float: left;
            }

                #empty-sidebar-collapse .dropdown-notifications > li > a .notification-body .title {
                    display: block;
                    font-size: 13px;
                    margin-top: 2px;
                }

                #empty-sidebar-collapse .dropdown-notifications > li > a .notification-body .description {
                    display: block;
                    font-size: 10px;
                    color: #999999;
                }

            #empty-sidebar-collapse .dropdown-notifications > li > a .notification-icon i {
                width: 32px;
                height: 32px;
                text-align: center;
                line-height: 32px;
                margin-right: 10px;
                font-size: 15px;
                border-radius: 50%;
            }

            #empty-sidebar-collapse .dropdown-notifications > li > a .notification-body .title,
            #empty-sidebar-collapse .dropdown-notifications > li > a .notification-body .description {
                width: 238px;
                overflow: hidden;
                -o-text-overflow: ellipsis;
                text-overflow: ellipsis;
                white-space: nowrap;
            }

            #empty-sidebar-collapse .dropdown-notifications > li > a:hover {
                background-color: transparent;
            }

        #empty-sidebar-collapse .dropdown-notifications > li:hover {
            background-color: #f5f5f5;
        }

/*==== HEADER LEFT MENU WHEN SIDBAR EMPTY END ====*/

/*==== HOME LINK BEGIN ====*/
.appname a {
    color: #fff;
    text-decoration: none;
}

/*==== HOME LINK END ====*/
.widget > .widget-header > .widget-caption .widget-caption-left,
.widget > .widget-header > .widget-caption .widget-caption-right {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}

.widget-mainCaption {
    font-weight: 300 !important;
    font-size: 30px;
    clear: both;
    display: block;
    line-height: 1.4;
}

.widget-subCaption {
    display: block;
    clear: both;
    font-size: 11px;
    color: #757575;
    line-height: 1.4;
    font-weight: normal;
}

.widget > .widget-header > .widget-caption.has-sub-caption {
    display: table;
    padding-top: 20px;
    padding-bottom: 7px;
}

body .widget-header > .widget-caption.has-sub-caption:not(.tabitem) {
    text-transform: none !important;
}

.widget .widget-header {
    overflow: hidden;
    height: auto;
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area > li > .drop_click_caret::after {
    content: "";
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    position: absolute;
    top: -8px;
    right: 17px;
}

.appname_logo img {
    max-height: 18px;
    margin-top: -2px;
}

.appname a + a {
    margin-left: 10px;
}

.drop_click_caret .edit {
    border-top: 1px solid #eee !important;
}

.drop_click_caret {
    background: #fff !important;
}

    .drop_click_caret .username,
    .drop_click_caret .email {
        display: block !important;
        border: none !important;
        line-height: 1.4 !important;
        height: auto !important;
    }

    .drop_click_caret .email {
        margin-bottom: 8px;
    }

    .drop_click_caret .user_ava {
        border: none !important;
    }

        .drop_click_caret .user_ava .avatar-area {
            position: relative;
            margin-top: 20px !important;
        }

            .drop_click_caret .user_ava .avatar-area > img {
                display: inline-block;
                width: 100px !important;
                height: 100px !important;
                overflow: hidden;
                border-radius: 50%;
                -o-object-fit: cover;
                object-fit: cover;
                -o-object-position: center center;
                object-position: center center;
            }

            .drop_click_caret .user_ava .avatar-area > a {
                width: 22px !important;
                height: 22px !important;
                padding: 0 !important;
                text-align: center !important;
                line-height: 22px !important;
                border-radius: 50%;
                font-size: 11px !important;
                position: absolute !important;
                bottom: 0px !important;
                right: 15px !important;
                left: auto !important;
                -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, .125);
                box-shadow: 0px 2px 6px rgba(0, 0, 0, .125);
                background: #FFC107 !important;
                -webkit-transition: all .25s;
                -o-transition: all .25s;
                transition: all .25s;
            }

                .drop_click_caret .user_ava .avatar-area > a:hover,
                .drop_click_caret .user_ava .avatar-area > a:focus {
                    background: #ff9800 !important;
                }

                .drop_click_caret .user_ava .avatar-area > a > i {
                    margin: 0 !important;
                }

    .drop_click_caret .username a {
        color: #222 !important;
        font-weight: bold !important;
        margin-top: 5px !important;
        text-transform: capitalize;
        padding: 8px 0 !important;
    }

.drop_click_caret {
    width: 225px !important;
}

    .drop_click_caret .username a,
    .drop_click_caret .email a {
        line-height: 1.4 !important;
        display: block;
        text-align: center !important;
    }

    .drop_click_caret .email a {
        color: #757575 !important;
    }

    .drop_click_caret .edit,
    .drop_click_caret .user_logout,
    .drop_click_caret .user_changePass {
        padding: 0 15px !important;
    }

.appname.fullwidth {
    margin-left: 0;
}

.appname_logo {
    border: 1px solid rgba(255, 255, 255, .5);
    padding: 5px 7px 5px 10px;
    height: auto !important;
    line-height: 1.4;
    margin-top: 7px;
    margin-left: 4px;
}

.appname {
    margin-left: 47px;
    display: none;
}

#sidebar-collapse {
    visibility: hidden;
}

    #sidebar-collapse.is_show {
        visibility: visible;
    }

.quickSearch .btn,
.quickSearch .form-control {
    height: 31px;
}

.drop_click_caret .edit i,
.drop_click_caret .user_logout i,
.drop_click_caret .user_changePass i {
    width: 1.28571429em;
    text-align: center;
}

.switch_lang .flags {
    top: 10px;
}

.login_2nd .switch_lang .flags {
    top: 0;
}

body .bootstrap-select > select {
    display: none !important;
}

.overflow_btnUl {
    width: 300px;
}

.DTTT.btn-group .dropdown-menu-right.overflow_btnUl li > a {
    display: block;
    white-space: normal;
    border-bottom: 1px solid #f5f5f5 !important;
}

.DTTT.btn-group .dropdown-menu-right.overflow_btnUl li:last-child > a {
    border: none !important;
}

.has_arrow_bottom {
    position: relative;
    z-index: 335 !important;
}

    .has_arrow_bottom:after {
        content: "";
        left: auto;
        right: 3px;
        position: absolute;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        background-image: url(/Assets/app/img/icon-submenu.png);
        background-position: center top;
        background-repeat: no-repeat;
        height: 9px;
        bottom: -4px;
        width: 19px;
        display: none;
    }

    .has_arrow_bottom[aria-expanded="true"]:after {
        display: block;
    }


.important_action_btn li a {
    padding: 0;
}

.bootstrap-select > .dropdown-menu.open > ul.dropdown-menu.inner > li > a {
    position: relative;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
    top: 50%;
    margin-top: 0px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* Fix pagination begin*/
.dataTables_paginate .pagination {
    float: right;
}

@media(max-width: 1024px) {
    .dataTables_paginate .pagination li a {
        padding: 6px 10px;
        margin-top: 1px;
    }

    .dataTables_paginate .dropup .dropdown-toggle {
        padding: 6px 6px;
    }
}

/* Fix pagination end*/
.dataTables_filter input {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.btns.no_minwidth .btn {
    min-width: auto !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #222;
    line-height: 32px;
}

/*DataFilter Dropdown begin*/


.dataFilter_Dropdown {
    position: static;
    float: left;
    margin-right: 10px;
}

    .dataFilter_Dropdown > .btn.dropdown-toggle {
        -webkit-box-shadow: none;
        box-shadow: none;
        border-color: #ddd;
        border-radius: 3px;
        color: #858585 !important;
        margin: 10px 0 !important;
    }

    .dataFilter_Dropdown.open > .dropdown-toggle,
    .dataFilter_Dropdown > .dropdown-toggle:hover,
    .dataFilter_Dropdown > .dropdown-toggle:focus {
        color: #57b5e4 !important;
        background: #fff !important;
        border-color: rgba(87, 181, 228, .5);
    }

.dataFilter_Dropdown_target {
    position: relative;
    top: auto;
    left: 15px;
    width: calc(100% - 30px);
    min-height: 85px;
    border: 1px solid #ccc !important;
    border-radius: 3px !important;
    padding: 10px 0;
    margin-bottom: 15px;
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05) !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05) !important;
}

.dataFilter_Dropdown_Section {
    position: static !important;
    width: auto !important;
}

.dataFilter_Dropdown.open > .dropdown-toggle:before {
    content: "";
    position: absolute;
    bottom: -14px;
    left: 50%;
    margin-left: -5px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    z-index: 301;
}

.dataFilter_Dropdown.open > .dropdown-toggle:after {
    content: "";
    position: absolute;
    bottom: -13px;
    left: 50%;
    margin-left: -5px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #ddd;
}

.dataFilter_Dropdown_target .dropdown-menu-content {
    position: relative;
    float: left;
    width: 100%;
    padding: 15px;
}

.dataFilter_Dropdown_target .dataFilter_Dropdown_close {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 20px;
    height: 20px;
    background: #fff;
    color: #757575;
    text-align: center;
    line-height: 19px;
    font-size: 12px;
    border: 1px solid #ddd;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1;
    transition: all .25s;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

    .dataFilter_Dropdown_target .dataFilter_Dropdown_close:hover,
    .dataFilter_Dropdown_target .dataFilter_Dropdown_close:focus {
        color: #57b5e4 !important;
        background: #fff !important;
        border-color: rgba(87, 181, 228, .5);
    }

.dataFilter_Dropdown_target .DropdownFilter_item {
    float: left;
}

    .dataFilter_Dropdown_target .DropdownFilter_item > label {
        margin: 10px 12px !important;
    }

.dataFilter_Dropdown_target.open {
    display: block;
}

.dataFilter_Dropdown_target.open {
    display: block;
    z-index: auto;
}

@media(max-width: 1200px) and (min-width: 992px) {
    .dataFilter_Dropdown_target .DropdownFilter_item {
        width: 25% !important;
    }
}

@media(max-width: 991px) and (min-width: 640px) {
    .dataFilter_Dropdown_target .DropdownFilter_item {
        width: 50% !important;
    }
}

@media(max-width: 640px) {
    .dataFilter_Dropdown_target .DropdownFilter_item {
        width: 100% !important;
    }
}

/*DataFilter Dropdown end*/
@media(min-width:1200px) {
    .dataFilter_Dropdown_target .DropdownFilter_item:last-child .dropdown-menu {
        right: 0;
        left: auto;
    }
}

@media(max-width:1200px) {
    .dataFilter_Dropdown_target .DropdownFilter_item:nth-of-type(4n) .dropdown-menu {
        right: 0;
        left: auto;
    }
}

@media(max-width:991px) {
    .dataFilter_Dropdown_target .DropdownFilter_item:nth-of-type(2n) .dropdown-menu {
        right: 0;
        left: auto;
    }
}

.dataFilter_Dropdown_target .DropdownFilter_item > label > *:first-child {
    height: 31px !important;
}

.header_mainMenu.is_full > .dropdown-notifications > li > a .notification-icon > i {
    font-size: 17px !important;
}

    .header_mainMenu.is_full > .dropdown-notifications > li > a .notification-icon > i.ionicons {
        font-size: 20px !important;
    }

.navbar .navbar-inner > .navbar-container > .navbar-header.pull-right {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 1;
}


    .navbar .navbar-inner > .navbar-container > .navbar-header.pull-right > .navbar-account > .navbar-header.pull-right {
        width: 100%;
    }

        .navbar .navbar-inner > .navbar-container > .navbar-header.pull-right > .navbar-account > .navbar-header.pull-right .navbar-account .account-area {
            -webkit-box-pack: end;
            -ms-flex-pack: end;
            justify-content: flex-end;
            -webkit-justify-content: flex-end;
            -webkit-box-align: end;
            -ms-flex-align: end;
            align-items: flex-end;
        }

.navbar .navbar-inner > .navbar-container > div {
    z-index: 2;
    position: relative;
}

    .navbar .navbar-inner > .navbar-container > div.sidebar-collapse {
        position: absolute;
    }

.header_mainMenu.is_full > .dropdown-notifications > li > a .notification-icon {
    width: 35px;
    text-align: left;
}

    .header_mainMenu.is_full > .dropdown-notifications > li > a .notification-icon i {
        margin: 0 !important;
    }

.header_mainMenu.is_full > .dropdown-notifications > li > a .notification-body {
    width: calc(100% - 45px);
    width: -ms-calc(100% - 45px);
    width: -o-calc(100% - 45px);
}

    .header_mainMenu.is_full > .dropdown-notifications > li > a .notification-body .title {
        width: calc(100% - 15px) !important;
        width: -ms-calc(100% - 15px) !important;
        width: -o-calc(100% - 15px) !important;
    }

.header_mainMenu.is_full > .dropdown-notifications > li > a .dropdown-expand {
    right: 0;
}

@media(max-width:1024px) {
    .header_mainMenu.is_full > .dropdown-notifications > li {
        width: 33.33%;
    }
}

@media(max-width:640px) {
    .header_mainMenu.is_full > .dropdown-notifications > li {
        width: 100%;
    }
}

.navbar .navbar-inner .navbar-container {
    padding-left: 0;
}

@media (max-width: 640px) {
    .navbar .navbar-inner > .navbar-container > .navbar-header.pull-right {
        position: relative;
    }

        .navbar .navbar-inner > .navbar-container > .navbar-header.pull-right > .navbar-account > .navbar-header.pull-right .navbar-account .account-area {
            -webkit-box-pack: center !important;
            -ms-flex-pack: center !important;
            justify-content: center !important;
            -webkit-justify-content: center !important;
            -webkit-box-align: center !important;
            -ms-flex-align: center !important;
            align-items: center !important;
            width: 100%;
        }

    .navbar .navbar-inner .navbar-header .navbar-account .account-area {
        right: 0 !important;
        padding-right: 0 !important;
        top: 0 !important;
    }
}

@media only screen and (max-width: 530px) {
    .navbar .navbar-inner .navbar-header .navbar-account {
        float: none;
    }
}

@media(max-width:420px) {
    .appname_logo {
        border: 0;
        padding: 7px 0px 5px 0px;
    }
}

@media only screen and (max-width: 760px) {
    .navbar .navbar-inner .navbar-header .navbar-account .account-area > li {
        position: static;
    }

        .navbar .navbar-inner .navbar-header .navbar-account .account-area > li > .drop_click_caret::after {
            display: none;
        }

        .navbar .navbar-inner .navbar-header .navbar-account .account-area > li:not(.header_mainMenu) > .dropdown-menu {
            right: 20px !important;
            left: auto !important;
            -webkit-transform: translateX(0) translateY(-20px) !important;
            -ms-transform: translateX(0) translateY(-20px) !important;
            transform: translateX(0) translateY(-20px) !important;
            display: block;
            opacity: 0;
            visibility: hidden;
            -webkit-transition: all ease .3s;
            -o-transition: all ease .3s;
            transition: all ease .3s;
            z-index: 0;
        }

            .navbar .navbar-inner .navbar-header .navbar-account .account-area > li:not(.header_mainMenu) > .dropdown-menu * {
                visibility: hidden;
            }

        .navbar .navbar-inner .navbar-header .navbar-account .account-area > li > .dropdown-menu.open *,
        .navbar .navbar-inner .navbar-header .navbar-account .account-area > li:not(.header_mainMenu).open > .dropdown-menu * {
            visibility: initial;
        }

        .navbar .navbar-inner .navbar-header .navbar-account .account-area > li.header_mainMenu > .dropdown-menu {
            right: 0 !important;
        }

        .navbar .navbar-inner .navbar-header .navbar-account .account-area > li > .dropdown-menu.open,
        .navbar .navbar-inner .navbar-header .navbar-account .account-area > li.open > .dropdown-menu {
            opacity: 1;
            visibility: visible;
            -webkit-transform: translateX(0) translateY(0) !important;
            -ms-transform: translateX(0) translateY(0) !important;
            transform: translateX(0) translateY(0) !important;
            max-width: 100%;
            z-index: 1;
        }
}





@media only screen and (max-width: 640px) {

    .navbar .navbar-inner .navbar-header .navbar-account .account-area > li:not(.header_mainMenu) > .dropdown-menu {
        right: 50% !important;
        -webkit-transform: translateX(50%) translateY(-20px) !important;
        -ms-transform: translateX(50%) translateY(-20px) !important;
        transform: translateX(50%) translateY(-20px) !important;
    }

        .navbar .navbar-inner .navbar-header .navbar-account .account-area > li:not(.header_mainMenu) > .dropdown-menu.open,
        .navbar .navbar-inner .navbar-header .navbar-account .account-area > li:not(.header_mainMenu).open > .dropdown-menu {
            -webkit-transform: translateX(50%) translateY(0) !important;
            -ms-transform: translateX(50%) translateY(0) !important;
            transform: translateX(50%) translateY(0) !important;
        }
}

@media(max-width:767px) {
    .navbar .navbar-inner .navbar-header .navbar-account .account-area > li.open li.dropdown-hover > .dropdown-menu {
        left: 0;
        right: 0;
        visibility: visible;
        opacity: 1;
        z-index: 100;
        width: 100%;
        display: none;
        background: #57b5e3;
    }

        .navbar .navbar-inner .navbar-header .navbar-account .account-area > li.open li.dropdown-hover > .dropdown-menu > li > a {
            padding-left: 35px;
            color: #fff;
        }

        .navbar .navbar-inner .navbar-header .navbar-account .account-area > li.open li.dropdown-hover > .dropdown-menu > li {
            background: none;
        }

    .navbar .navbar-inner .navbar-header .navbar-account .account-area > li.open li.dropdown-hover a .dropdown-expand {
        width: 20px;
        height: 20px;
        text-align: center;
        vertical-align: middle;
        line-height: 18px;
        border-radius: 50%;
        right: 5px;
        background: #fff;
        color: #57b5e3;
        border: 1px solid #57b5e3;
    }

    .navbar .navbar-inner .navbar-header .navbar-account .account-area > li.header_mainMenu li:hover,
    .navbar .navbar-inner .navbar-header .navbar-account .account-area > li.header_mainMenu li:focus {
        background: #fff;
    }
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area > li.open li.dropdown-hover a .dropdown-expand.active:before {
    content: "\f107";
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area > li.open li.dropdown-hover a {
    position: relative;
}

.switch_lang > .dropdown-menu {
    min-width: 175px !important;
    width: 175px;
}

    .switch_lang > .dropdown-menu .flags {
        top: 0;
        height: 25px;
        width: 32px;
    }

        .switch_lang > .dropdown-menu .flags + span {
            line-height: 25px;
            vertical-align: middle;
            padding-left: 3px;
        }

    .switch_lang > .dropdown-menu > li > a {
        padding-left: 5px !important;
        padding-right: 5px !important;
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }

    .switch_lang > .dropdown-menu .flag-en {
        background-position: 0 -43px;
    }

.switch_lang > .dropdown-menu {
    padding: 5px 0 10px 0 !important;
}

.flash-warn .close-flash,
.flash-success .close-flash,
.flash-error .close-flash,
.flash-notifies .close-flash {
    top: 8px;
    right: 8px;
}

@media(min-width: 1200px) {
    .mobile_icon {
        display: none !important;
    }
}

.DTTT.btn-group .btn > .fa + .fa {
    margin-left: 5px;
}

.no_link {
    text-decoration: none !important;
    cursor: default !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
    pointer-events: none !important;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #9E9E9E !important;
}

#TabDataDocInfo .bootstrap-select > .dropdown-menu {
    right: 0;
    left: auto;
}

.page_euro {
    overflow: hidden;
    display: block;
    min-height: 90vh;
    padding: 0 !important;
}

.td_btns_action .btn {
    min-width: auto;
    padding-left: 0;
    padding-right: 0;
    width: 25px;
    text-align: center;
}

.mod-content {
    display: block;
    position: relative;
    clear: both;
    /*overflow: hidden;*/
}

    .mod-content .mod-content-cell {
        width: calc(100% - 30px);
        width: -ms-calc(100% - 30px);
        width: -o-calc(100% - 30px);
        vertical-align: middle;
        float: left;
    }

        .mod-content .mod-content-cell + .mod-content-cell {
            width: 30px;
            text-align: center;
        }

.user-info .ui .nowrap {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: block;
}

    .user-info .ui .nowrap:hover,
    .user-info .ui .nowrap:focus {
        white-space: normal;
    }

.databox.databox-vertical.radius-bordered .databox-top {
    border-radius: 0;
}

.mod-content .mod-content-cell .btn-pencel {
    margin-top: 0;
}

.over_auto {
    display: block;
    overflow: auto;
    position: relative;
    clear: both;
}



@media(max-width:1000px) {
    .dataTables_wrapper .over_auto > .table:not(.small-only) {
        min-width: -webkit-max-content;
        min-width: -moz-max-content;
        min-width: max-content;
        width: 100%;
    }

        .dataTables_wrapper .over_auto > .table:not(.small-only) tr th,
        .dataTables_wrapper .over_auto > .table:not(.small-only) tr td {
            max-width: 250px;
        }

    .colfit {
        width: -webkit-fit-content !important;
        width: -moz-fit-content !important;
        width: fit-content !important;
    }
}

.ui-dialog .form-control {
    height: 31px;
    border-radius: 3px !important;
}

.navbar .navbar-brand {
    min-width: 168px;
}

    .navbar .navbar-brand small img {
        height: 40px;
        width: auto !important;
        max-width: 125px;
        -o-object-fit: contain;
        object-fit: contain;
        -o-object-position: left center;
        object-position: left center;
    }

[class*="flash-"] {
    position: fixed;
    bottom: 20px;
    right: 20px;
    top: auto;
    left: auto;
    width: 250px;
    height: auto;
    border-radius: 5px;
    padding: 35px 15px 15px 15px;
    -webkit-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.1);
}

.flash-success {
    border: 1px solid #53a93f;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,2989d8+20,ffffff+21,ffffff+100 */
    background-image: none;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -o-linear-gradient(top, #53a93f 0%, #53a93f 35px, #ffffff 35px, #ffffff 100%);
    background: linear-gradient(to bottom, #53a93f 0%, #53a93f 35px, #ffffff 35px, #ffffff 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#53a93f', endColorstr='#53a93f', GradientType=0);
    /* IE6-9 */
}

.flash-warn {
    border: 1px solid #f4b400;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,2989d8+20,ffffff+21,ffffff+100 */
    background-image: none;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -o-linear-gradient(top, #f4b400 0%, #f4b400 35px, #ffffff 35px, #ffffff 100%);
    background: linear-gradient(to bottom, #f4b400 0%, #f4b400 35px, #ffffff 35px, #ffffff 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4b400', endColorstr='#f4b400', GradientType=0);
    /* IE6-9 */
}

.flash-error {
    border: 1px solid #d73d32;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,2989d8+20,ffffff+21,ffffff+100 */
    background-image: none;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -o-linear-gradient(top, #d73d32 0%, #d73d32 35px, #ffffff 35px, #ffffff 100%);
    background: linear-gradient(to bottom, #d73d32 0%, #d73d32 35px, #ffffff 35px, #ffffff 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d73d32', endColorstr='#d73d32', GradientType=0);
    /* IE6-9 */
}

.flash-notifies {
    border: 1px solid #57b5e3;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,2989d8+20,ffffff+21,ffffff+100 */
    background-image: none;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -o-linear-gradient(top, #57b5e3 0%, #57b5e3 35px, #ffffff 35px, #ffffff 100%);
    background: linear-gradient(to bottom, #57b5e3 0%, #57b5e3 35px, #ffffff 35px, #ffffff 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#57b5e3', endColorstr='#57b5e3', GradientType=0);
    /* IE6-9 */
}

[class*="flash-"] ul {
    padding-left: 25px;
    padding-top: 12px;
    position: relative;
    width: 100%;
    display: block;
    margin-bottom: 0;
}

    [class*="flash-"] ul:after {
        content: "";
        position: absolute;
        top: 10px;
        left: 0;
        width: 20px;
        height: 20px;
        background-repeat: no-repeat;
    }

.flash-success ul:after {
    background-image: url(/Assets/app/img/message-ok.png);
    background-size: contain;
}

.flash-warn ul:after {
    background-image: url(/Assets/app/img/message-warn.png);
    background-size: contain;
}

.flash-error ul:after {
    background-image: url(/Assets/app/img/message-error.png);
    background-size: contain;
}

.flash-notifies ul:after {
    background-image: url(/Assets/app/img/message-notifies.png);
    background-size: contain;
}

[class*="flash-"] .close-flash {
    top: 5px;
    right: 7px;
    text-indent: 0px;
    font-size: 16px;
    padding: 0 5px;
    z-index: 1;
    background: transparent;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

[class*="flash-"]:after {
    content: "Thông báo";
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    display: block;
    text-align: center;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}

[class*="flash-"]:before {
    content: "\f11e";
    font-family: "Ionicons";
    position: absolute;
    color: #fff;
    top: 8px;
    left: 68px;
    /* opacity: 0; */
    font-size: 16px;
}

[class*="flash-"] .close-flash:after {
}

[class*="flash-"] .close-flash:after {
    content: "\f2d7";
    font-family: "Ionicons";
    color: #fff;
    font-style: normal;
}

[class*="flash-"] .close-flash:hover {
    background: rgba(0, 0, 0, .1);
}

.flash + .flash {
    bottom: 125px;
}

    .flash + .flash + .flash {
        bottom: 230px;
    }

.highcharts-scrollbar-thumb {
    fill: #c1c1c1;
}

.list_items_count .item_count span a:hover,
.list_items_count .item_count span a:hover > span {
    color: #337ab7 !important;
}

.page-body > .row {
    margin-left: -20px;
    margin-right: -20px;
}

text.highcharts-title {
    font-size: 16px !important;
    line-height: 1.5 !important;
    font-family: 'Open Sans', sans-serif !important;
    fill: #222 !important;
    color: #222 !important;
}

.fsi_group_tabs .nav-tabs {
    display: none;
}

._title--ChartSection a {
    font-weight: 600;
    text-transform: uppercase;
}

.highcharts-axis text tspan,
.highcharts-yaxis text tspan {
    line-height: 1.4;
    font-family: "Arial", sans-serif;
}

.bootstrap-select > .dropdown-menu.open {
    max-height: 350px !important;
}

    .bootstrap-select > .dropdown-menu.open > ul.dropdown-menu.inner {
        max-height: 270px !important;
        overflow-y: auto !important;
    }

    .bootstrap-select > .dropdown-menu.open > .bs-searchbox + ul.dropdown-menu.inner {
        max-height: 300px !important;
        overflow-y: auto !important;
    }



/* TABLE COLOR BEGIN*/
.table thead tr,
.table thead tr th {
    border-color: #bcdff1 !important;
    background: #d9edf7;
    color: #31708f;
    border: 1px solid;
}

    .table thead tr th input[type=checkbox] ~ .text:before,
    .table thead tr th input[type=radio] ~ .text:before {
        /* border-color:#bcdff1; */
    }

    .table thead tr th input[type=checkbox]:checked ~ .text:before,
    .table thead tr th input[type=radio]:checked ~ .text:before {
        border-color: #00a8ff;
    }

    .table thead tr .sortitem_th .sortitem .clickSort:before,
    .table thead tr .sortitem_th .sortitem .clickSort > i {
        color: #9fcde4;
    }

/* TABLE COLOR END*/
.bootstrap-select > .dropdown-menu > .dropdown-menu.inner > li > a {
    white-space: normal;
}

/*==== RESPONSIVE ====*/
.important_action_btn {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

    .important_action_btn li a:not(.hidden) {
        margin-right: 8px;
    }

    .important_action_btn li {
        display: block;
        clear: both;
        position: relative;
        float: left;
    }

        .important_action_btn li a {
            display: block;
        }

/*===FIX VIEW FILE=*/
.file_button_action_list.important_action_btn {
    display: inline-block !important;
    position: relative;
    text-align: right;
}

    .file_button_action_list.important_action_btn li {
        display: inline-block;
        vertical-align: top;
        clear: none;
    }

        .file_button_action_list.important_action_btn li a:not(.hidden) {
            margin-right: 0;
        }

        .file_button_action_list.important_action_btn li a {
            display: initial;
        }

.highcharts-text-outline {
    opacity: 0;
}

.form-group.has-success .control-label,
.input-group.has-success .control-label,
.form-group.has-success .help-block,
.input-group.has-success .help-block,
.form-group.has-success .help-inline,
.input-group.has-success .help-inline {
    color: #4CAF50;
}

.form-group.has-success input,
.input-group.has-success input,
.form-group.has-success select,
.input-group.has-success select,
.form-group.has-success textarea,
.input-group.has-success textarea {
    border-color: #4CAF50;
    color: #4CAF50;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #f3f7f1;
}

.slChangeFT .btn {
    padding-top: 0;
    padding-bottom: 0;
}

#FrmSrDoc .form-group div[class*="col"] {
    margin-bottom: 5px;
    padding: 0 5px !important;
}

.select2-container .select2-choice {
    border: 1px solid #ddd;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.dropdown_Scroll {
    overflow: auto;
    border: 1px solid #ddd !important;
    margin-top: -1px;
}

.dataTables_filter .btn-default {
    border: 1px solid #ddd;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.bootstrap-select > .dropdown-toggle {
    border-color: #ddd;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.select2-drop,
.bootstrap-select > .dropdown-menu > .dropdown-menu.inner {
    min-width: 150px;
}

* {
    word-break: break-word;
}

.mod-content .mod-content-cell.wpx150 {
    max-width: 150px;
}

.dataFilter_Dropdown_Section > .btn-group {
    margin: 10px 0;
}

.note-editor .note-toolbar .btn {
    height: 27px;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_yearselect {
    min-width: 60px;
    text-align: center;
}

.main-container .page-content {
    height: 100%;
    min-height: 100px;
    position: relative;
    float: left;
    width: 100%;
}

@media(max-width:1200px) {
    #tabJobInfo > li {
        display: table-cell;
        float: none;
        width: 33.333333%;
    }

        #tabJobInfo > li.active {
            background: #fff;
        }

    #tabJobInfo {
        display: table;
        width: 100%;
    }
}

@media(max-width:1024px) {
    .dataTables_wrapper .over_auto > .table.max_content_width {
        min-width: -webkit-max-content;
        min-width: -moz-max-content;
        min-width: max-content;
        width: 100%;
    }

        .dataTables_wrapper .over_auto > .table.max_content_width tr th,
        .dataTables_wrapper .over_auto > .table.max_content_width tr td {
            max-width: 250px;
        }
}

.job_search_list_content .paging_bootstrap .btn-group > .dropdown-menu {
    left: 0;
    right: auto;
}

form .form-group > div[class*="col-"] {
    margin-bottom: 3px;
}

.breadcrumb-jobs {
    margin: 0;
}

    .breadcrumb-jobs > li:first-child > a {
        padding-left: 0;
    }

.jobFile_Media {
    margin-right: 10px;
    max-width: 65px;
    width: 100%;
}

.jobFile_body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.jobFile_Attach {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.jobFile_Media .jobFile_Media_Item {
    width: 100%;
    height: 0;
    padding-bottom: 65% !important;
    overflow: hidden;
    background: #fff !important;
    border: 1px solid #eee !important;
    border-radius: 2px;
    position: relative;
    display: block;
    float: left;
    margin-right: 10px;
}

    .jobFile_Media .jobFile_Media_Item > img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .jobFile_Media .jobFile_Media_Item > img {
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: top center;
        object-position: top center;
    }

.jobFile_Media .jobFile_Extension_content {
    position: absolute;
    top: 50%;
    left: 50%;
    white-space: nowrap;
    font-size: 14px;
    color: #888;
    text-transform: uppercase;
    height: 24px;
    width: 24px;
    margin-left: -12px;
    margin-top: -12px;
}

.jobFile_body .jobFile_Name:hover,
.jobFile_body .jobFile_Name:focus {
    text-decoration: underline;
    color: #23527c;
}

.jobFile_body .jobFile_Name {
    display: block;
    clear: both;
    float: none;
    color: #337ab7;
    cursor: pointer;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

.jobFile_body .jobFile_Date,
.jobFile_body .deleteFile {
    font-size: 13px;
}

.jobFile_body .jobFile_Date {
    display: inline-block;
    line-height: 20px;
    float: left;
    margin: 0 0 3px 0;
}

.jobFile_body .deleteFile {
    z-index: 2;
}

.jobFile_body .deleteFile {
    position: relative !important;
    opacity: 1 !important;
    visibility: visible !important;
    display: inline-block;
    color: gray !important;
    margin: 0 0 3px 5px;
    text-decoration: underline !important;
}

.dropdown-notifications .user_item_info > em > *:not(.icon_show_full_content),
.dropdown-notifications .user_item_info > em > *:not(.icon_show_full_content) * {
    color: #222 !important;
    font-size: 12px !important;
    font-family: inherit !important;
}

.jobDt_content ol:not(.list-unstyled),
.jobDt_content ul:not(.list-unstyled) {
    padding-left: 30px;
}

.jobDt_content ol.list-unstyled,
.jobDt_content ul.list-unstyled {
    padding-left: 15px;
}

.fancybox-thumbs-x > ul {
    margin: 0 auto;
}

.jobFile_Media .jobFile_Media_Item > video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.useSlider {
    margin: 3px 0;
    float: left;
    width: 100%;
    padding-left: 9px;
}

.SliderBar {
    width: calc(100% - 60px);
    width: -ms-calc(100% - 60px);
    width: -o-calc(100% - 60px);
    float: left;
    margin: 5px 0 5px 0;
}

.noUi-horizontal .noUi-handle {
    left: -9px;
    top: -4px;
}

.noUi-horizontal.slider-xs .noUi-handle {
    height: 20px;
    width: 20px;
}

.useSlider_percent {
    height: 20%;
    display: none;
    float: right;
    width: 45px;
    text-align: center;
}

.noUi-connect,
[disabled].noUi-connect,
[disabled] .noUi-connect {
    background: #a0d468;
}

.noUi-horizontal.slider-xs .noUi-handle:before {
    left: 7px;
    top: 4px;
    height: 10px;
}

.noUi-horizontal.slider-xs .noUi-handle:after {
    left: 10px;
    top: 4px;
    height: 10px;
}

.ui-dialog .ui-dialog-titlebar .ui-dialog-title {
    height: 40px;
    line-height: 40px;
    padding-top: 0;
    padding-bottom: 0;
}

.timeline > li .timeline-badge .badge-picture {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

/*==== BIGUPDATE ====*/


@media(min-width: 1440px) {
    .highcharts-text-outline {
        opacity: 0;
    }
}

@media(min-width: 1200px) {

    .sub_job_item .ticket-item {
        border: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

        .sub_job_item .ticket-item .ticket-user {
            padding-left: 45px !important;
            position: relative;
        }

            .sub_job_item .ticket-item .ticket-user:before {
                content: "";
                position: absolute;
                top: 0;
                right: 0;
                left: 30px;
                bottom: 0;
                border: 1px solid #eee;
                border-right: 0;
                border-top-left-radius: 5px;
                border-bottom-left-radius: 5px;
            }

        .sub_job_item .ticket-item .ticket-type {
            border-top: 1px solid #eee;
            border-bottom: 1px solid #eee;
        }

        .sub_job_item .ticket-item .ticket-time {
            border-top: 1px solid #eee;
            border-bottom: 1px solid #eee;
        }

    .tickets-container .tickets-list .ticket-item .ticket-type .type {
        white-space: nowrap;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        display: block;
    }
}

@media(max-width: 1300px) {
    .appname {
        display: none;
    }
}

@media(max-width: 1280px) and (min-width: 1200px) {

    #FrmCrJob .nav-tabs li,
    #FrmUpWorkflow .nav-tabs li {
        display: block;
        width: 100%;
    }

        #FrmCrJob .nav-tabs li > a,
        #FrmUpWorkflow .nav-tabs li > a {
            display: block;
            width: 100%;
        }

        #FrmCrJob .nav-tabs li > a,
        .widget-body .widget .widget-body .nav-tabs li > a {
            background: #fff;
            border-left: 1px solid #fff !important;
            border-right: 1px solid #fff !important;
            -webkit-box-shadow: none;
            box-shadow: none;
            border-top: 0 !important;
            border-bottom: 0 !important;
            line-height: 34px !important;
            padding-top: 0 !important;
            padding-bottom: 0 !important;
            margin: 0 !important;
        }

    #FrmCrJob .nav-tabs,
    #FrmUpWorkflow .nav-tabs {
        border: 1px solid #ddd;
    }

        #FrmCrJob .nav-tabs li.active > a,
        .widget-body .widget .widget-body .nav-tabs li.active > a {
            color: #57b5e3;
        }
}

@media(max-width: 1200px) and (min-width: 992px) {
    .advanced_search_bar .form-control.input-sm {
        width: 150px;
    }

    .advanced_search_bar .dropdown-menu {
        width: 190px !important;
    }

    .width-md-auto {
        width: auto !important;
    }

    #page_zoom_select {
        display: none;
    }

    #UpWorkflowSteps .sortitem {
        width: 50%;
    }

    #FileViewer .widget.group-tab .label-group-tab.label_group_tab_custom .tabitem {
        padding: 0 5px !important;
        font-size: 12px;
    }

        #FileViewer .widget.group-tab .label-group-tab.label_group_tab_custom .tabitem:first-child {
            padding-left: 5px !important;
        }
}

@media(max-width: 1200px) {
    .dataTables_filter .quickSearch > div[class*="col-md-2"] > div[class*="col-"] label > .form-control.date {
        background: none !important;
        padding-right: 10px;
    }

    .record_actions .btn > span {
        display: none;
    }

    .quickSearch .quickSearch_md .form-control {
        /*max-width: 150px !important;*/
    }

    .list_flex_item {
        width: 25%;
    }

    #scaleSelectContainer,
    #pageNumberLabel,
    #pageNumber,
    #numPages {
        display: none;
    }

    .sub_job_item {
        margin-left: 10px;
    }

        .sub_job_item .divider {
            width: 0 !important;
        }

    .section_newfeed .profile-about li div[class*="col-"] {
        width: 50%;
        float: left;
    }

    .appname {
        display: none;
    }

    .DTTT.btn-group .btn:not(.quickDeletes) span,
    .DTTT.btn-group .btn:not(.quickMoves) span {
        display: none;
    }

    .DTTT.btn-group .btn.quickDeletes span,
    .DTTT.btn-group .btn.quickMoves span {
        display: inline-block !important;
    }

    .DTTT.btn-group .btn > .glyphicon,
    .DTTT.btn-group .btn > .fa {
        margin-right: 0;
    }

    #FileViewer .widget.group-tab,
    #FileViewer .secrtc2 .widget,
    .secrtc2 {
        width: 320px !important;
    }
}

@media(max-width: 1136px) {
}

@media(max-width: 1024px) {
    .section_newfeed .cover.profile .wrapper {
        height: 280px;
    }
}

@media(max-width: 991px) {
    .custdatabox .databox.bg-color .databox-right .databox-text > ul > li > a {
        padding-right: 60px;
    }

    .databox.bg-color .databox-left {
        width: 40px !important;
        height: 40px !important;
    }

        .databox.bg-color .databox-left > i {
            font-size: 20px !important;
            line-height: 40px !important;
            width: 40px;
            height: 40px;
        }

    .toggle_dock {
        display: none !important;
    }

    .timeline_job_body > .nopadl {
        padding-right: 0;
    }

    .timeline_job_body > .nopadr {
        padding-left: 0;
    }

    #FileViewer .secrtc2 .widget,
    #FileViewer .widget.group-tab {
        width: 100% !important;
    }

    #InfoCmts .form-cmts,
    .pane-cmt .cmts {
        position: relative;
        width: 100%;
    }

    .label-group-tab.label_group_tab_custom {
        border-top: 1px solid #eee;
    }

    .secrtc1 {
        width: 100% !important;
        display: block !important;
    }

    .secrtc2 {
        display: block !important;
        width: 100% !important;
        height: auto !important;
    }

    .dataTables_filter .quickSearch div[class*="col-"] {
        position: relative;
        /*clear: both;*/
        /*max-width: 50%;*/
    }
}

@media(max-width: 991px) and (min-width: 768px) {
    .section_newfeed .profile-info .thumbnails .fileitem {
        width: 33.333333%;
    }
}

@media(max-width: 930px) {
    .quickSearch_custom {
        width: 205px;
    }

    .advanced_search_bar .form-control.input-sm {
        width: 150px;
    }

    .advanced_search_bar .dropdown-menu {
        width: 200px !important;
    }
}

@media(max-width: 880px) {

    .page-sidebar.hide:not(.menu-compact) ~ .page-content .search-container,
    .page-sidebar.hide:not(.menu-compact) ~ .page-content .page-breadcrumbs,
    .page-sidebar.hide:not(.menu-compact) ~ .page-content .page-body,
    .page-sidebar.hide:not(.menu-compact) ~ .page-content .viewer-wapper {
        width: calc((100%) + 224px) !important;
    }

    .page-sidebar.hide {
        display: table-cell !important;
    }

    .page-sidebar {
        display: none !important;
        float: none;
    }

        .page-sidebar.hide:not(.menu-compact) ~ .page-content {
            margin-left: 0 !important;
        }

    .important_action_btn li {
        margin-bottom: 6px;
        text-align: left;
    }

    .page-sidebar.menu-compact.hide ~ .page-content {
        margin-left: 0px !important;
    }

    .page-sidebar.menu-compact ~ .page-content {
        margin-left: 0px !important;
    }
}

@media(max-width: 860px) {
    .switch_lang .dropdown-menu {
        right: 0 !important;
        left: auto !important;
    }

    .navbar .sidebar-collapse.active .collapse-icon,
    .navbar .sidebar-collapse .collapse-icon {
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    .navbar .sidebar-collapse {
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    .navbar .navbar-inner .navbar-header .navbar-account .account-area > li > a:hover {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .navbar .navbar-inner .navbar-header .navbar-account .account-area > li.open .dropdown-menu {
        right: auto;
        left: 0;
    }

        .navbar .navbar-inner .navbar-header .navbar-account .account-area > li.open .dropdown-menu.dropdown-login-area {
            right: 0;
            left: auto;
        }

    .navbar .sidebar-collapse {
        left: 150px;
    }
}

@media(max-width: 768px) {
    .related_job .user-company .dropdown-menu {
        left: 0;
        right: auto;
    }

        .related_job .user-company .dropdown-menu:before {
            left: 30px;
            right: auto;
        }

    .tickets-container .tickets-list .ticket-item .ticket-type {
        padding-bottom: 0;
        height: auto;
    }

    .tickets-container .tickets-list .ticket-item .ticket-time {
        padding-top: 0;
        height: auto;
        border-bottom: 0 !important;
    }
}

@media(min-width: 767px) {
    .dataTables_filter .quickSearch > div[class*="col"]:first-child {
        padding-right: 5px;
        padding-left: 15px;
    }

    .dataTables_filter .quickSearch > div[class*="col"]:last-child {
        padding-left: 5px;
        padding-right: 15px;
    }

    .dataTables_filter .quickSearch > div[class*="col"] {
        padding: 0 5px;
    }

        .dataTables_filter .quickSearch > div[class*="col"] > div[class*="col"] {
            padding: 0 5px;
        }
}

@media(min-width: 760px) {
    .navbar .navbar-inner .navbar-header .navbar-account .account-area > li > .login-area {
        min-width: 144px;
    }
}

@media(max-width: 1200px) and (min-width: 768px) {
    .dataTables_filter .quickSearch .btn-searchs .btn[type="submit"] > span {
        display: none;
    }
}

@media(max-width: 767px) {
    .dataTables_filter .quickSearch {
        padding-top: 40px;
    }

        .dataTables_filter .quickSearch div[class*="col-"] {
            width: 100%;
        }

            .dataTables_filter > .quickSearch > label + .btn-searchs .btn[type="submit"],
            .dataTables_filter .quickSearch div[class*="col-"] .btn[type="submit"] {
                float: right;
            }

    .dataTables_filter > .quickSearch > label + .btn-searchs {
        padding: 0 15px;
    }

    .dataTables_filter > .quickSearch > label {
        width: 100%;
        margin: 10px 0 !important;
        padding: 0 15px;
    }

        .dataTables_filter > .quickSearch > label:before {
            left: 15px;
        }

    #page_zoom_select {
        display: none;
    }

    #FrmScan .form-group-source > label {
        width: 100% !important;
    }

        #FrmScan .form-group-source > label + div {
            width: calc((100%) - 60px) !important;
            display: inline-block !important;
            padding-right: 0 !important;
        }

            #FrmScan .form-group-source > label + div + div {
                width: 55px !important;
                display: inline-block !important;
                padding-left: 0 !important;
            }

    .section_newfeed .profile-info .thumbnails .fileitem {
        width: 25%;
    }

    .page-profile-message .master-view {
        width: 250px;
    }

    .page-profile-message .message-thread {
        margin-left: 250px;
        width: calc((100%) - 250px);
        width: -ms-calc((100%) - 250px);
        width: -o-calc((100%) - 250px);
    }

    .dataTables_filter .quickSearch .checkbox {
        height: 30px;
        padding-top: 8px;
        overflow: hidden;
        float: left;
    }

        .dataTables_filter .quickSearch .checkbox span.text {
            margin-top: 0;
        }

    .timeline-panel .timeline-action-btn {
        top: 15px;
    }

    .advanced_search_bar .form-control.input-sm {
        width: 150px;
    }

    .advanced_search_bar .dropdown-menu {
        width: 200px !important;
    }

    .rptdoctypes .databox-row.text-left {
        height: auto;
    }
}

@media only screen and (max-width: 760px) {

    .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-login-area > li.username,
    .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-login-area > li.username a {
        color: #1d76c7;
    }

    .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-notifications {
        right: 0;
        left: auto;
    }
}

@media(min-width: 640px) {
    .section_job_fw .timeline-action-btn {
        opacity: 1 !important;
        top: 15px;
        right: 15px;
    }

        .section_job_fw .timeline-action-btn .dropdown-menu {
            display: block !important;
            top: 10px;
            margin-right: 10px !important;
            -webkit-box-shadow: none !important;
            box-shadow: none !important;
            /*width: 100% !important;*/
            max-width: none !important;
            min-width: 320px;
            text-align: right;
        }

            .section_job_fw .timeline-action-btn .dropdown-menu > li {
                display: inline-block;
                width: auto !important;
            }

                .section_job_fw .timeline-action-btn .dropdown-menu > li > a {
                    clear: none !important;
                    float: left;
                    display: inline-block !important;
                    border: 1px solid #eee;
                    border-radius: 3px;
                    padding: 2px 10px;
                    color: #777;
                    -webkit-transition: all .25s;
                    -o-transition: all .25s;
                    transition: all .25s;
                }

                    .section_job_fw .timeline-action-btn .dropdown-menu > li > a.quickUpdate {
                        border-color: #57b5e3;
                        color: #57b5e3;
                    }

                        .section_job_fw .timeline-action-btn .dropdown-menu > li > a.quickUpdate:hover,
                        .section_job_fw .timeline-action-btn .dropdown-menu > li > a.quickUpdate:focus {
                            background: #57b5e3;
                            color: #fff;
                        }

                    .section_job_fw .timeline-action-btn .dropdown-menu > li > a.quickDelete {
                        border-color: #d73d32;
                        color: #d73d32;
                    }

                        .section_job_fw .timeline-action-btn .dropdown-menu > li > a.quickDelete:hover,
                        .section_job_fw .timeline-action-btn .dropdown-menu > li > a.quickDelete:focus {
                            background: #d73d32;
                            color: #fff;
                        }
}

@media(max-width: 640px) {


    .important_action_btn {
        text-align: left;
    }


    .line-control-panel {
        height: calc(100vh - 130px);
        height: -ms-calc(100vh - 130px);
        height: -o-calc(100vh - 130px);
    }

    .navbar {
        height: 90px;
    }

        .navbar .sidebar-collapse {
            left: auto;
            right: 0;
            width: 50px;
        }

        .navbar .navbar-inner .navbar-header {
            float: none !important;
            display: block;
        }

    .list_flex_item {
        width: 33.333333%;
    }

    .section_newfeed .cover.profile .cover-info .avatar .update_avatar {
        -webkit-transform: translateY(0%) !important;
        -ms-transform: translateY(0%) !important;
        transform: translateY(0%) !important;
        opacity: 1 !important;
    }

    .update_avatar {
        top: 15px;
    }

    .related_job .user-company .dropdown-toggle {
        padding-left: 0 !important;
    }

    .sub_job_item_info {
        float: left;
        display: block;
        width: 100%;
    }

    .related_job .user-company {
        display: block;
        width: 100%;
        float: left;
        margin-top: 5px;
        margin-left: 0 !important;
    }

    .tickets-container .tickets-list .ticket-item .ticket-user {
        overflow: visible;
        height: 80px;
        clear: both;
    }

    .ui-dialog {
        max-width: 600px;
        width: 100% !important;
    }

    .section_newfeed .cover.profile .wrapper,
    .section_newfeed .cover.profile .wrapper .image {
        height: 200px;
    }

    .profile_info_update {
        position: absolute;
        bottom: auto;
        right: 20px;
        z-index: 12;
        top: 15px;
    }

    .section_newfeed .cover.profile .cover-info .cover-nav {
        left: 0;
        width: 100%;
        border-top: 1px solid #eee;
    }

    .section_newfeed .cover.profile .cover-info .avatar {
        bottom: auto;
        left: 50%;
        top: -70px;
        margin-left: -70px;
        /*border-radius: 50%;*/
        border: 3px solid #fff;
        background: #fff;
    }

        .section_newfeed .cover.profile .cover-info .avatar .update_avatar {
            left: 0;
            bottom: 0px;
            right: 0;
            padding: 5px 5px 5px 5px;
        }

    .update_avatar i {
        font-size: 10px;
    }

    .section_newfeed .cover.profile .cover-info .avatar .update_avatar span {
        padding-left: 15px;
        font-size: 10px;
        font-weight: normal;
    }

    .section_newfeed .cover.profile .cover-info .avatar img {
        border: 0;
    }

    .section_newfeed .cover.profile .cover-info .cover-nav li {
        width: 33.333333%;
        text-align: center;
    }

    .section_newfeed .cover.profile .cover-info .name {
        position: absolute;
        left: 50%;
        bottom: auto;
        margin-bottom: 0;
        display: block;
        z-index: 3;
        top: 80px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        height: 34px;
        white-space: nowrap;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }

        .section_newfeed .cover.profile .cover-info .name a {
            color: #222;
            font-size: 24px;
            font-weight: 500;
            text-shadow: none !important;
            text-decoration: none;
        }

    .section_newfeed .cover.profile .cover-info {
        height: 180px;
    }

    .left-info-user {
        display: none;
    }

    .box-userlist-section .left-info-user {
        display: table-cell;
    }

    .page-profile-message .master-view {
        width: 70px;
    }

    .page-profile-message .message-thread {
        margin-left: 70px;
        width: calc((100%) - 70px);
        width: -ms-calc((100%) - 70px);
        width: -o-calc((100%) - 70px);
    }

    .box-userlist ul li.active .line-item-user {
        background: rgba(0, 0, 0, .05);
    }

    .box-find-user {
        display: none;
    }

        .box-find-user.finder_newfeed {
            display: block;
        }

    .info-box-message-user .tabitem .sbHolder .sbToggle {
        display: none;
    }

    .info-box-message-user .tabitem .sbHolder .sbSelector {
        width: auto !important;
        position: relative;
        z-index: 9999;
        height: auto !important;
        text-indent: 0 !important;
        text-align: center;
    }

    .info-box-message-user .sbOptions {
        z-index: 2 !important;
        top: auto !important;
    }

    .info-box-message-user .tabitem .sbHolder {
        top: 0;
        right: auto;
        left: 0;
        position: relative;
        width: 50px;
        border: 1px solid #eee;
        height: auto !important;
        margin-right: 0 !important;
        border-radius: 5px;
        padding: 2px;
    }

    .left-avatar-user {
        padding: 10px 15px;
        width: 70px;
    }

    .info-box-message-user .label-group-tab .tabitem {
        display: block;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .info-box-message-user .label-group-tab {
        padding: 10px 10px !important;
    }

    .timeline {
        column-count: 1;
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-gap: 0;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
    }

    .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-notifications {
        right: auto;
        /*left: -125px;*/
    }
}

@media(max-width: 580px) {
    .section_newfeed .cover.profile .cover-info .cover-nav > li > a span {
        display: none;
    }
}

@media(max-width: 530px) {
    .nav-tabs.tabs-flat li {
        display: block;
        width: 100%;
    }

        .nav-tabs.tabs-flat li > a {
            display: block;
            width: 100%;
        }

        .nav-tabs.tabs-flat li > a {
            background: #fff;
            border-left: 1px solid #fff !important;
            border-right: 1px solid #fff !important;
            -webkit-box-shadow: none;
            box-shadow: none;
            border-top: 0 !important;
            border-bottom: 0 !important;
            line-height: 34px !important;
            padding-top: 0 !important;
            padding-bottom: 0 !important;
            margin: 0 !important;
        }

    .nav-tabs.tabs-flat {
        border: 1px solid #ddd;
    }

        .nav-tabs.tabs-flat li.active > a {
            color: #57b5e3;
        }

        .nav-tabs.tabs-flat li:last-child {
            border-bottom: 1px solid #eee !important;
        }

    .line-control-panel {
        height: calc(100vh - 130px);
        height: -ms-calc(100vh - 130px);
        height: -o-calc(100vh - 130px);
    }

    #TblServiceRecords tr td:first-child + td + td + td + td,
    #TblServiceRecords tr th:first-child + th + th + th + th,
    #TblServiceRecords tr td:first-child + td + td + td,
    #TblServiceRecords tr th:first-child + th + th + th {
        /*display: none;*/
    }

    .navbar .sidebar-collapse {
        left: auto;
        right: 0;
        width: 50px;
    }

    /*    .navbar .navbar-brand {
        padding-left: 0px !important;
    }*/
    .navbar .navbar-inner .navbar-header .navbar-account .account-area > li:first-child {
        margin-left: 115px;
    }

    .navbar .navbar-inner .navbar-header .navbar-account .account-area > li.open > a {
        background-color: #00689d;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-top: 0px solid #fff;
        border-bottom: 0px solid #fff;
    }

    .navbar .navbar-inner .navbar-header .navbar-account .account-area > li > a {
        min-width: 40px;
    }

    .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-notifications {
        right: auto;
        left: 0;
    }

    #TblChannels tr td:first-child,
    #TblChannels tr th:first-child,
    #TblDepts tr th:first-child,
    #TblDepts tr td:first-child {
        /*display: none;*/
    }
}

@media(max-width: 500px) {
    .timeline > li > .timeline-panel .timeline-header .timeline-datetime {
        padding: 0px 0px 0 !important;
    }
}

@media(max-width: 1200px) and (min-width: 480px) {

    .colJobDone > .jobitem,
    .colJobProgress > .jobitem,
    .colJobTodo > .jobitem,
    .colJobClose > .jobitem {
        height: 130px;
        float: left;
        width: 50%;
    }
}

@media(max-width: 480px) {
    #TblDepts th {
        width: auto;
    }

    .regester_td_left {
        display: none;
    }

    .regester_td_right {
        padding-left: 0;
    }

    .other_tools {
        display: none !important;
    }

    .list_flex_item {
        width: 50%;
    }

    .pd_ct_date .pd_ct {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 15px;
    }

        .pd_ct_date .pd_ct:last-child {
            margin-bottom: 0;
        }

    .timeline_job_item_body .member,
    .timeline_job_item_body .timeline_job_item_status,
    .timeline_job_item_body .star_rate.box-rating {
        width: 100%;
        margin: 0 0 10px 0;
    }

    .section_newfeed .profile-info .thumbnails .fileitem {
        width: 33.333333%;
    }

    .col-xs-custom {
        width: 100%;
    }

    #TblOrgans tr td:first-child,
    #TblOrgans tr th:first-child,
    #TblStgPhongs tr td:first-child,
    #TblStgPhongs tr th:first-child,
    #TblUsers tr td:first-child,
    #TblUsers tr th:first-child {
        /*display: none;*/
    }

    #TblStgDocs:not(.table_not_checkbox) tr td:first-child + td,
    #TblStgDocs:not(.table_not_checkbox) tr th:first-child + th,
    #TblChannels tr td:first-child + td,
    #TblChannels tr th:first-child + th,
    #TblChannels tr td:first-child + td + td,
    #TblChannels tr th:first-child + th + th,
    #TblDepts tr td:first-child + td + td + td + td,
    #TblDepts tr th:first-child + th + th + th + th,
    #TblDepts tr td:first-child + td + td + td,
    #TblDepts tr th:first-child + th + th + th,
    #TblDepts tr td:first-child + td,
    #TblDepts tr th:first-child + th {
        /*display: none;*/
    }

    .dataTables_paginate .dropup {
        float: left;
        /*        display: block;
        width: 100%;*/
        margin-bottom: 10px;
    }

    .dataTable > tbody > tr > td {
        padding-left: 15px;
    }
}

@media(min-width: 421px) and (max-width: 580px) {
    #FileViewer .tabs-flat > li > a {
        padding-left: 5px;
        padding-right: 5px;
        font-size: 12px;
    }
}

@media(max-width: 420px) {
    .navbar .navbar-inner .navbar-header .navbar-account .account-area > li > a {
        min-width: 40px;
    }

    .label-group-tab.label_group_tab_custom .tabitem:first-child {
        padding-left: 0;
    }

    .label-group-tab.label_group_tab_custom .tabitem {
        padding: 0 5px;
        font-size: 10px;
    }

    .list_flex_item {
        width: 100%;
    }

    .timeline-comment .cmt-content .send_cmt {
        top: 5px;
        right: auto;
        left: 0;
    }

    .update_avatar span {
        display: none;
    }

    /*    .dataTables_filter .input-sm {
        min-width: 180px;
    }  */
    .col-420-12 {
        width: 100%;
    }

    .attach_File_ct div[class*="col-"] .files .fileitem .fileNames {
        padding-left: 0;
    }

    .attach_File_ct {
        height: auto;
        clear: both;
        overflow: hidden;
    }

    .section_newfeed .profile-about li div[class*="col-"] {
        width: 100%;
        float: left;
        margin-bottom: 3px;
    }

        .section_newfeed .profile-about li div[class*="col-"]:nth-of-type(2) {
            padding-left: 36px;
        }

    .navbar .navbar-inner .navbar-header .navbar-account .account-area > li {
        position: static;
    }

    .DTTT.btn-group .btn {
        padding: 0 4px;
    }

    #TblOrgans tr td:first-child + td,
    #TblOrgans tr th:first-child + th,
    #TblStgPhongs tr td:first-child + td,
    #TblStgPhongs tr th:first-child + th,
    #TblChannels tr td:first-child + td + td + td + td,
    #TblChannels tr th:first-child + th + th + th + th,
    #TblBackups tr th:first-child,
    #TblBackups tr td:first-child,
    #TblTranslates tr th:first-child,
    #TblTranslates tr td:first-child,
    #TblProfiles tr th:first-child,
    #TblProfiles tr td:first-child,
    #TblRoles tr th:first-child,
    #TblRoles tr td:first-child,
    #TblDepts tr th:first-child,
    #TblDepts tr td:first-child,
    #TblPositions tr th:first-child,
    #TblPositions tr td:first-child,
    #TblTeams tr th:first-child,
    #TblTeams tr td:first-child,
    #TblStgDocTypes tr th:first-child + th,
    #TblStgDocTypes tr td:first-child + td,
    #TblStgDocTypes tr th:first-child,
    #TblStgDocTypes tr td:first-child {
        /*display: none;*/
    }

        #TblBackups tr td:first-child + td,
        #TblBackups tr th:first-child + th,
        #TblUsers tr td:first-child + td,
        #TblUsers tr th:first-child + th {
            /*display: none;*/
        }

    #FrmCrJob .nav-tabs li,
    #FrmUpWorkflow .nav-tabs li {
        display: block;
        width: 100%;
    }

        #FrmCrJob .nav-tabs li > a,
        #FrmUpWorkflow .nav-tabs li > a {
            display: block;
            width: 100%;
        }

        #FrmCrJob .nav-tabs li > a,
        .widget-body .widget .widget-body .nav-tabs li > a {
            background: #fff;
            border-left: 1px solid #fff !important;
            border-right: 1px solid #fff !important;
            -webkit-box-shadow: none;
            box-shadow: none;
            border-top: 0 !important;
            border-bottom: 0 !important;
            line-height: 34px !important;
            padding-top: 0 !important;
            padding-bottom: 0 !important;
            margin: 0 !important;
        }

    #FrmCrJob .nav-tabs,
    #FrmUpWorkflow .nav-tabs {
        border: 1px solid #ddd;
    }

        #FrmCrJob .nav-tabs li.active > a,
        .widget-body .widget .widget-body .nav-tabs li.active > a {
            color: #57b5e3;
        }
}

body {
    min-width: initial !important;
}

.grd-blue:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, .05) 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .1)), to(rgba(0, 0, 0, .05)));
    background-image: linear-gradient(to top, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, .05) 100%);
    /* background: #01aeef; */
    opacity: .25;
}

.form-login {
    /* height: 355px !important;
    margin-left: -150px;
    margin-top: -175px;
    left: 50%;
    top: 50%;
    z-index: 9999;
    box-shadow: 0 16px 28px 0 rgba(0,0,0,0.22), 0 25px 55px 0 rgba(0,0,0,0.21) !important;
    width: 300px !important;
    padding: 25px; */
}

    .form-login.two_step {
        height: 220px !important;
        margin-top: -110px;
    }

    .form-login .login-logo {
        display: block;
        margin: 0 auto;
        height: 44px;
    }

body:not(.login_2nd) .form-login .form-group > input.form-control {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid #ddd;
    width: calc((100%) - 30px);
    width: -ms-calc((100%) - 30px);
    width: -o-calc((100%) - 30px);
    padding-left: 0;
    padding-right: 0;
}

    body:not(.login_2nd) .form-login .form-group > input.form-control:-webkit-autofill {
        -webkit-box-shadow: 0 0 0 30px white inset;
    }

body:not(.login_2nd) .form-login .form-group > label[for*="Username"],
body:not(.login_2nd) .form-login .form-group > label[for*="Password"] {
    width: 30px;
    height: 34px;
    /*     background: #fbfbfb; */
    float: left;
    overflow: hidden;
    text-indent: -9999px;
    position: relative;
    margin: 0;
    text-align: center;
}

    body:not(.login_2nd) .form-login .form-group > label[for*="Username"]:before,
    body:not(.login_2nd) .form-login .form-group > label[for*="Password"]:before {
        position: absolute;
        top: 7px;
        left: 1px;
        font-size: 22px;
        color: #777;
        text-indent: 0;
        display: inline-block;
        font-family: "Ionicons";
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        text-rendering: auto;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    body:not(.login_2nd) .form-login .form-group > label[for*="Username"]:before {
        content: "\f3a0";
    }

    body:not(.login_2nd) .form-login .form-group > label[for*="Password"]:before {
        content: "\f392";
    }

body:not(.login_2nd) .form-login label[for*="AuthType"] + select.form-control {
    display: block;
    clear: both;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    border-color: #ddd;
}

body:not(.login_2nd) .form-login label[for*="AuthType"] {
    margin-top: 10px;
}

.form-login .remember + .form-group > button:hover {
    /*    background-color: #ffce55;
    border-color: #ffce55;*/
}

.form-login .remember + .form-group > button {
    border-radius: 0;
    margin-top: 2px;
    /*    background-color: #ffbb44;
    border-color: #ffbb44;*/
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    outline: none;
}

.not_found h2 {
    font-size: 60px;
    color: #fff;
    margin: 0 0 10px 0;
    font-weight: bold;
    text-transform: uppercase;
}

.not_found h3 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    margin-top: 0;
}

.not_found_noti,
.not_found_noti a {
    color: #fff;
}

.not_found_noti {
    margin: 15px 0;
}

.not_found_btn {
    position: relative;
    overflow: hidden;
    clear: both;
    margin-bottom: 15px;
}

.not_found {
    position: relative;
    display: block;
    padding: 100px 0;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
}

.not_found_btn .main_button_2 {
    color: #fff;
    background: #2dc3e8;
    border-radius: 25px;
    display: inline-block;
    padding: 10px 35px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

    .not_found_btn .main_button_2:hover,
    .not_found_btn .main_button_2:focus {
        color: #fff;
        background: #27b9dc;
    }

/* .squared_checkbox */
.squared_checkbox {
    width: 16px;
    position: relative;
    margin: 0;
    float: left;
    margin-right: 5px;
}

    .squared_checkbox label {
        width: 16px !important;
        height: 16px;
        cursor: pointer;
        position: absolute;
        top: 4px;
        left: 0;
        background: #fff;
        border: 1px solid #ddd;
        border-radius: 0px;
        text-indent: -9999px;
        margin: 0 !important;
        color: #374151;
    }

        .squared_checkbox label:after {
            content: '';
            width: 9px;
            height: 5px;
            position: absolute;
            top: 4px;
            left: 2px;
            border: 3px solid #666;
            border-top: none;
            border-right: none;
            background: transparent;
            opacity: 0;
            -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

        .squared_checkbox label:hover::after {
            opacity: 0.5;
        }

    .squared_checkbox input[type=checkbox] {
        visibility: hidden;
    }

        .squared_checkbox input[type=checkbox]:checked + label:after {
            opacity: 1;
        }





/***************** CSS User Menu Headed ********************/
.click_caret {
    padding: 8px;
    color: #ebf4f7;
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area > li > .drop_click_caret {
    position: absolute;
    right: 0;
    min-width: 150px;
    background: #fbfbfb;
    webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1) !important;
    -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1) !important;
    width: 100%;
    top: 50%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease .4s;
    -o-transition: all ease .4s;
    transition: all ease .4s;
}

    .navbar .navbar-inner .navbar-header .navbar-account .account-area > li > .drop_click_caret.open {
        top: 100%;
        visibility: visible;
        opacity: 1;
        display: block;
        right: 4px;
    }

    .navbar .navbar-inner .navbar-header .navbar-account .account-area > li > .drop_click_caret li {
        list-style: none;
        line-height: 30px;
        border-bottom: 1px solid #f4f4f4;
        display: block;
        overflow: hidden;
    }

        .navbar .navbar-inner .navbar-header .navbar-account .account-area > li > .drop_click_caret li:last-child {
            border-bottom: none;
        }

        .navbar .navbar-inner .navbar-header .navbar-account .account-area > li > .drop_click_caret li a {
            color: #555;
        }

            .navbar .navbar-inner .navbar-header .navbar-account .account-area > li > .drop_click_caret li a:hover {
                color: #11a9cc;
                text-decoration: none;
            }

            .navbar .navbar-inner .navbar-header .navbar-account .account-area > li > .drop_click_caret li a .fa {
                margin: 0 5px 0 0;
            }

.navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-login-area > li.edit {
    border-bottom: 1px solid #f4f4f4;
}

    .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-login-area > li.edit > a {
        color: #555;
        text-transform: none;
        text-align: left;
    }



/*************** ADV SEARCH *****************/

.quickSearch_custom .btn-searchs .bootstrap-select > .dropdown-toggle {
    display: none;
}

.quickSearch_custom .btn-searchs .bootstrap-select > .dropdown-menu {
    display: block !important;
    border: none !important;
}

    .quickSearch_custom .btn-searchs .bootstrap-select > .dropdown-menu .dropdown-menu.inner > li > a {
        display: none;
    }

        .quickSearch_custom .btn-searchs .bootstrap-select > .dropdown-menu .dropdown-menu.inner > li > a + a {
            display: block !important;
        }

    .quickSearch_custom .btn-searchs .bootstrap-select > .dropdown-menu .dropdown-menu.inner > li span {
        display: none;
    }

.advanced_search_bar .btn-searchs .btn-group .bootstrap-select > .dropdown-menu > .dropdown-menu.inner {
    max-height: 300px;
    margin: 0;
    padding: 0;
    float: left;
    height: 100%;
    position: relative;
    left: 0;
}

.advanced_search_bar .btn-searchs .btn-group .bootstrap-select > .dropdown-menu .ps-scrollbar-y-rail {
    background-color: #f2f2f2;
    display: block !important;
}

.advanced_search_bar .dropdown-menu {
    right: -30px;
}

.linkdoctypes .user_activity {
    width: 360px;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
}

.dataTables_filter .quickSearch .bootstrap-select.form-control {
    padding-left: 0 !important;
}

.dataTables_filter .bootstrap-select .dropdown-toggle {
    background-color: #fff !important;
}

.overflow_btnUl {
    max-height: 300px;
    overflow-y: auto;
}

.user_activity ._SeeMore {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    background: #fff;
}

    .user_activity ._SeeMore a {
        color: #57b5e3;
        border-top: 1px solid #eee;
        display: inline-block;
        width: 100%;
        background: #ffffff;
        -webkit-transition: all .4s ease;
        -o-transition: all .4s ease;
        transition: all .4s ease;
    }

    .user_activity ._SeeMore:hover a {
        background: #fff;
    }

.pre-line {
    white-space: pre-line;
}

/* NEWFEED */
.job_search_widget td > .user-info {
    overflow: hidden;
    float: none;
    min-width: 90px;
}

.user-info .ua {
    width: 30px;
    height: 30px;
    display: inline-block;
    float: left;
    margin-top: 2px;
    border-radius: 50%;
    overflow: hidden;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
}

.user-info .ui {
    width: calc((100%) - 30px);
    display: inline-block;
    float: left;
    padding-left: 10px;
}

.section_newfeed .cover.profile .cover-info.fixed-header {
    position: fixed;
    height: 57px;
    z-index: 12;
    width: 100%;
    max-width: 1128px;
    background: #fff;
    top: 0;
    border-bottom: 1px solid #ddd;
}

    .section_newfeed .cover.profile .cover-info.fixed-header .avatar .update_avatar {
        display: none;
    }

    .section_newfeed .cover.profile .cover-info.fixed-header .avatar {
        left: 10px;
    }

    .section_newfeed .cover.profile .cover-info.fixed-header .name {
        position: absolute;
        left: 65px;
        bottom: 0px;
        margin-bottom: 17px;
        display: block;
        z-index: 3;
    }

        .section_newfeed .cover.profile .cover-info.fixed-header .name a {
            font-size: 14px;
            color: #6c6c6c;
            text-shadow: none;
            font-weight: bold;
        }

    .section_newfeed .cover.profile .cover-info.fixed-header .cover-nav > li > a {
        color: #6c6c6c;
        font-weight: bold;
    }

        .section_newfeed .cover.profile .cover-info.fixed-header .cover-nav > li > a i {
            display: none;
        }

    .section_newfeed .cover.profile .cover-info.fixed-header .avatar img {
        width: 40px;
        height: 40px;
    }

    .section_newfeed .cover.profile .cover-info.fixed-header .cover-nav li {
        border: none;
    }

._ikh ._ikh_left {
    width: calc(35% - 12px);
    float: left;
    margin-right: 12px;
    position: -webkit-sticky;
    position: sticky;
    top: 65px;
}

._ikh ._ikh_right {
    width: 65%;
    float: left;
}

.timeline-panel .timeline-action-btn .dropdown-toggle i {
    font-size: 20px;
}

.timeline-panel .timeline-action-btn {
    opacity: 1;
}

.sp_fb2 {
    background-image: url(../img/fb_2.png);
    background-size: auto;
    background-repeat: no-repeat;
    display: inline-block;
    height: 16px;
    width: 16px;
}

.sp_fb3 {
    background-image: url(../img/fb_3.png);
    background-size: auto;
    background-repeat: no-repeat;
    display: inline-block;
    height: 16px;
    width: 16px;
}

._24px {
    margin: 0 5px 0 0;
}

    ._24px i {
        font-size: 17px;
    }

._ls1 {
    background-position: 0 -199px;
}

._cs1 {
    background-position: 0 -67px;
}

.timeline-btn-group {
    position: relative;
    border-top: 1px solid #eee;
    padding: 5px 0;
    margin-top: 0px;
    display: table;
    width: 100%;
}

    .timeline-btn-group .timeline-btn {
        float: none;
        margin-right: 15px;
        display: table-cell;
        text-align: center;
        cursor: pointer;
        width: 50%;
    }

.timeline-btn:hover {
    background-color: rgba(0, 0, 0, .05);
    border-radius: 2px;
}

.timeline-btn-group .timeline-btn a {
    width: 100%;
    display: inline-block;
    padding: 5px 0;
}

    .timeline-btn-group .timeline-btn a:hover {
        text-decoration: none;
    }

.section_newfeed .cover {
    margin-bottom: 12px;
}

    .section_newfeed .cover.profile .cover-info .cover-nav {
        left: 190px;
    }

.d-inline-block {
    display: inline-block;
}

._Search {
    position: absolute;
    width: 300px;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

    ._Search ._W_s {
        position: relative;
    }

        ._Search ._W_s ._s1i {
            width: 100%;
            height: 30px;
            padding: 5px 30px 5px 10px;
            border-radius: 5px !important;
        }

        ._Search ._W_s ._s1b {
            position: absolute;
            top: 1px;
            right: 1px;
            height: 28px;
            border: none;
            line-height: 20px;
            border-radius: 0 5px 5px 0;
        }

            ._Search ._W_s ._s1b i {
                font-size: 17px;
            }

.one_card_img {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 56.25%;
}

    .one_card_img img,
    .one_card_img video {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
        border: none;
    }

.section_newfeed .widget {
    margin: 0 0 12px 0;
}

.note_highlights {
    border: 1px solid #ddd;
    margin: 0 0 12px 0;
}

.d-block {
    display: block;
}

.note_highlights .title {
    margin: 0;
    padding: 0 10px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

    .note_highlights .title a {
        font-size: 14px;
        font-weight: 500;
    }

        .note_highlights .title a:hover {
            text-decoration: none;
        }

.note_highlights .card-profile-title {
    padding: 5px 20px 5px 10px;
}

.note_highlights .one_card_img {
    padding-top: 30%;
}

.two_card_img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.card_img {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
    width: calc(100% - 2px);
    margin: 1px;
}

    .card_img img {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
        border: none;
    }

.three_card_img,
.nth_card_img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.three_card_left {
    width: 65%;
}

.three_card_right {
    width: 35%;
}

    .three_card_right .card_img {
        padding-top: 52%;
    }

.nth_number {
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

    .nth_number ._n_nb {
        color: #fff;
        font-size: 50px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

@media (max-width: 1366px) {
    .section_newfeed .cover.profile .cover-info.fixed-header {
        max-width: 1082px;
    }
}

@media (max-width: 1024px) {
    .section_newfeed .cover.profile .cover-info.fixed-header {
        max-width: 741px;
    }

    ._Search {
        width: 200px;
    }
}

@media (max-width: 991px) {
    .section_newfeed .cover.profile .cover-info.fixed-header {
        max-width: 708px;
    }
}

@media (max-width: 880px) {
    .section_newfeed .cover.profile .cover-info.fixed-header {
        max-width: inherit;
        width: 100%;
        left: 0;
    }
}

@media (max-width: 768px) {
    ._ikh ._ikh_left {
        display: none;
    }

    ._ikh ._ikh_right {
        width: 100%;
    }
}

@media (max-width: 640px) {
    .section_newfeed .cover.profile .cover-info .cover-nav {
        left: 0;
    }

        .section_newfeed .cover.profile .cover-info .cover-nav li {
            width: auto;
        }

    .section_newfeed .cover.profile .cover-info ._Search {
        top: 85%;
    }

    .section_newfeed .cover.profile .cover-info.fixed-header ._Search {
        top: 50%;
    }

    .section_newfeed .cover.profile .cover-info.fixed-header .avatar {
        top: 5px;
        left: 90px;
    }

    .section_newfeed .cover.profile .cover-info.fixed-header .name {
        display: none;
    }

    .section_newfeed .cover.profile .cover-info.fixed-header .cover-nav {
        left: 65px;
    }
}

@media (max-width: 580px) {
    .section_newfeed .cover.profile .cover-info.fixed-header .cover-nav {
        top: 0;
    }

        .section_newfeed .cover.profile .cover-info.fixed-header .cover-nav > li > a i {
            display: block;
        }
}

/** END **/

.widget > .widget-header > .widget-caption i {
    display: none;
}

.widget-header > .widget-caption:not(.tabitem) {
    font-weight: 300 !important;
    font-size: 30px !important;
    text-transform: none !important;
    color: #000 !important;
    padding-top: 15px;
    padding-bottom: 15px;
}


/* display */
.d-none {
    display: none !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.flex-1 {
    flex: 1;
    min-width: 1px;
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }

    .d-sm-inline {
        display: inline !important;
    }

    .d-sm-inline-block {
        display: inline-block !important;
    }

    .d-sm-block {
        display: block !important;
    }

    .d-sm-table {
        display: table !important;
    }

    .d-sm-table-row {
        display: table-row !important;
    }

    .d-sm-table-cell {
        display: table-cell !important;
    }

    .d-sm-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }

    .d-md-inline {
        display: inline !important;
    }

    .d-md-inline-block {
        display: inline-block !important;
    }

    .d-md-block {
        display: block !important;
    }

    .d-md-table {
        display: table !important;
    }

    .d-md-table-row {
        display: table-row !important;
    }

    .d-md-table-cell {
        display: table-cell !important;
    }

    .d-md-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }

    .d-lg-inline {
        display: inline !important;
    }

    .d-lg-inline-block {
        display: inline-block !important;
    }

    .d-lg-block {
        display: block !important;
    }

    .d-lg-table {
        display: table !important;
    }

    .d-lg-table-row {
        display: table-row !important;
    }

    .d-lg-table-cell {
        display: table-cell !important;
    }

    .d-lg-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }

    .d-xl-inline {
        display: inline !important;
    }

    .d-xl-inline-block {
        display: inline-block !important;
    }

    .d-xl-block {
        display: block !important;
    }

    .d-xl-table {
        display: table !important;
    }

    .d-xl-table-row {
        display: table-row !important;
    }

    .d-xl-table-cell {
        display: table-cell !important;
    }

    .d-xl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 1400px) {
    .d-xxl-none {
        display: none !important;
    }

    .d-xxl-inline {
        display: inline !important;
    }

    .d-xxl-inline-block {
        display: inline-block !important;
    }

    .d-xxl-block {
        display: block !important;
    }

    .d-xxl-table {
        display: table !important;
    }

    .d-xxl-table-row {
        display: table-row !important;
    }

    .d-xxl-table-cell {
        display: table-cell !important;
    }

    .d-xxl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-xxl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media print {
    .d-print-none {
        display: none !important;
    }

    .d-print-inline {
        display: inline !important;
    }

    .d-print-inline-block {
        display: inline-block !important;
    }

    .d-print-block {
        display: block !important;
    }

    .d-print-table {
        display: table !important;
    }

    .d-print-table-row {
        display: table-row !important;
    }

    .d-print-table-cell {
        display: table-cell !important;
    }

    .d-print-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

/* flex justify and align*/
.flex-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important
}

.flex-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    flex-direction: column-reverse !important
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
    flex: 1 1 auto !important
}

.flex-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
    flex-grow: 0 !important
}

.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
    flex-grow: 1 !important
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
}

.justify-content-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.align-items-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important
}

@media (min-width:576px) {
    .flex-sm-row {
        -ms-flex-direction: row !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        flex-direction: row !important
    }

    .flex-sm-column {
        -ms-flex-direction: column !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill {
        -ms-flex: 1 1 auto !important;
        -webkit-box-flex: 1 !important;
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        -ms-flex-positive: 0 !important;
        -webkit-box-flex: 0 !important;
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        -ms-flex-positive: 1 !important;
        -webkit-box-flex: 1 !important;
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-sm-start {
        -ms-flex-pack: start !important;
        -webkit-box-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        -ms-flex-pack: end !important;
        -webkit-box-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        -ms-flex-pack: center !important;
        -webkit-box-pack: center !important;
        justify-content: center !important
    }

    .justify-content-sm-between {
        -ms-flex-pack: justify !important;
        -webkit-box-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-sm-start {
        -ms-flex-align: start !important;
        -webkit-box-align: start !important;
        align-items: flex-start !important
    }

    .align-items-sm-end {
        -ms-flex-align: end !important;
        -webkit-box-align: end !important;
        align-items: flex-end !important
    }

    .align-items-sm-center {
        -ms-flex-align: center !important;
        -webkit-box-align: center !important;
        align-items: center !important
    }

    .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        -webkit-box-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        -webkit-box-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }

    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:768px) {
    .flex-md-row {
        -ms-flex-direction: row !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        flex-direction: row !important
    }

    .flex-md-column {
        -ms-flex-direction: column !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill {
        -ms-flex: 1 1 auto !important;
        -webkit-box-flex: 1 !important;
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        -ms-flex-positive: 0 !important;
        -webkit-box-flex: 0 !important;
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        -ms-flex-positive: 1 !important;
        -webkit-box-flex: 1 !important;
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-md-start {
        -ms-flex-pack: start !important;
        -webkit-box-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        -ms-flex-pack: end !important;
        -webkit-box-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        -ms-flex-pack: center !important;
        -webkit-box-pack: center !important;
        justify-content: center !important
    }

    .justify-content-md-between {
        -ms-flex-pack: justify !important;
        -webkit-box-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-md-start {
        -ms-flex-align: start !important;
        -webkit-box-align: start !important;
        align-items: flex-start !important
    }

    .align-items-md-end {
        -ms-flex-align: end !important;
        -webkit-box-align: end !important;
        align-items: flex-end !important
    }

    .align-items-md-center {
        -ms-flex-align: center !important;
        -webkit-box-align: center !important;
        align-items: center !important
    }

    .align-items-md-baseline {
        -ms-flex-align: baseline !important;
        -webkit-box-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-md-stretch {
        -ms-flex-align: stretch !important;
        -webkit-box-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:992px) {
    .flex-lg-row {
        -ms-flex-direction: row !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        flex-direction: row !important
    }

    .flex-lg-column {
        -ms-flex-direction: column !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill {
        -ms-flex: 1 1 auto !important;
        -webkit-box-flex: 1 !important;
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        -ms-flex-positive: 0 !important;
        -webkit-box-flex: 0 !important;
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        -ms-flex-positive: 1 !important;
        -webkit-box-flex: 1 !important;
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-lg-start {
        -ms-flex-pack: start !important;
        -webkit-box-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        -ms-flex-pack: end !important;
        -webkit-box-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        -ms-flex-pack: center !important;
        -webkit-box-pack: center !important;
        justify-content: center !important
    }

    .justify-content-lg-between {
        -ms-flex-pack: justify !important;
        -webkit-box-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-lg-start {
        -ms-flex-align: start !important;
        -webkit-box-align: start !important;
        align-items: flex-start !important
    }

    .align-items-lg-end {
        -ms-flex-align: end !important;
        -webkit-box-align: end !important;
        align-items: flex-end !important
    }

    .align-items-lg-center {
        -ms-flex-align: center !important;
        -webkit-box-align: center !important;
        align-items: center !important
    }

    .align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        -webkit-box-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        -ms-flex-align: stretch !important;
        -webkit-box-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:1200px) {
    .flex-xl-row {
        -ms-flex-direction: row !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        flex-direction: row !important
    }

    .flex-xl-column {
        -ms-flex-direction: column !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill {
        -ms-flex: 1 1 auto !important;
        -webkit-box-flex: 1 !important;
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        -ms-flex-positive: 0 !important;
        -webkit-box-flex: 0 !important;
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        -ms-flex-positive: 1 !important;
        -webkit-box-flex: 1 !important;
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-xl-start {
        -ms-flex-pack: start !important;
        -webkit-box-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        -ms-flex-pack: end !important;
        -webkit-box-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        -ms-flex-pack: center !important;
        -webkit-box-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xl-between {
        -ms-flex-pack: justify !important;
        -webkit-box-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-xl-start {
        -ms-flex-align: start !important;
        -webkit-box-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xl-end {
        -ms-flex-align: end !important;
        -webkit-box-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xl-center {
        -ms-flex-align: center !important;
        -webkit-box-align: center !important;
        align-items: center !important
    }

    .align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        -webkit-box-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        -ms-flex-align: stretch !important;
        -webkit-box-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }
}

/* guideline */
.m-0 {
    margin: 0 !important
}

.mt-0,
.my-0 {
    margin-top: 0 !important
}

.mr-0,
.mx-0 {
    margin-right: 0 !important
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important
}

.ml-0,
.mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1,
.my-1 {
    margin-top: .25rem !important
}

.mr-1,
.mx-1 {
    margin-right: .25rem !important
}

.mb-1,
.my-1 {
    margin-bottom: .25rem !important
}

.ml-1,
.mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2,
.my-2 {
    margin-top: .5rem !important
}

.mr-2,
.mx-2 {
    margin-right: .5rem !important
}

.mb-2,
.my-2 {
    margin-bottom: .5rem !important
}

.ml-2,
.mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3,
.my-3 {
    margin-top: 1rem !important
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5,
.my-5 {
    margin-top: 3rem !important
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0,
.py-0 {
    padding-top: 0 !important
}

.pr-0,
.px-0 {
    padding-right: 0 !important
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important
}

.pl-0,
.px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1,
.py-1 {
    padding-top: .25rem !important
}

.pr-1,
.px-1 {
    padding-right: .25rem !important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2,
.py-2 {
    padding-top: .5rem !important
}

.pr-2,
.px-2 {
    padding-right: .5rem !important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3,
.py-3 {
    padding-top: 1rem !important
}

.pr-3,
.px-3 {
    padding-right: 1rem !important
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important
}

.pl-3,
.px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5,
.py-5 {
    padding-top: 3rem !important
}

.pr-5,
.px-5 {
    padding-right: 3rem !important
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important
}

.pl-5,
.px-5 {
    padding-left: 3rem !important
}

.m-n1 {
    margin: -.25rem !important
}

.mt-n1,
.my-n1 {
    margin-top: -.25rem !important
}

.mr-n1,
.mx-n1 {
    margin-right: -.25rem !important
}

.mb-n1,
.my-n1 {
    margin-bottom: -.25rem !important
}

.ml-n1,
.mx-n1 {
    margin-left: -.25rem !important
}

.m-n2 {
    margin: -.5rem !important
}

.mt-n2,
.my-n2 {
    margin-top: -.5rem !important
}

.mr-n2,
.mx-n2 {
    margin-right: -.5rem !important
}

.mb-n2,
.my-n2 {
    margin-bottom: -.5rem !important
}

.ml-n2,
.mx-n2 {
    margin-left: -.5rem !important
}

.m-n3 {
    margin: -1rem !important
}

.mt-n3,
.my-n3 {
    margin-top: -1rem !important
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem !important
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem !important
}

.m-n4 {
    margin: -1.5rem !important
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important
}

.m-n5 {
    margin: -3rem !important
}

.mt-n5,
.my-n5 {
    margin-top: -3rem !important
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem !important
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important
}

.ml-n5,
.mx-n5 {
    margin-left: -3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto,
.my-auto {
    margin-top: auto !important
}

.mr-auto,
.mx-auto {
    margin-right: auto !important
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important
}

.ml-auto,
.mx-auto {
    margin-left: auto !important
}

@media (min-width:576px) {
    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important
    }

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important
    }

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important
    }

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important
    }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important
    }

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important
    }

    .m-sm-n1 {
        margin: -.25rem !important
    }

    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -.25rem !important
    }

    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -.25rem !important
    }

    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -.25rem !important
    }

    .m-sm-n2 {
        margin: -.5rem !important
    }

    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -.5rem !important
    }

    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -.5rem !important
    }

    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -.5rem !important
    }

    .m-sm-n3 {
        margin: -1rem !important
    }

    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important
    }

    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important
    }

    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important
    }

    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important
    }

    .m-sm-n4 {
        margin: -1.5rem !important
    }

    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important
    }

    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important
    }

    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important
    }

    .m-sm-n5 {
        margin: -3rem !important
    }

    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important
    }

    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important
    }

    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important
    }

    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width:768px) {
    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important
    }

    .m-md-n1 {
        margin: -.25rem !important
    }

    .mt-md-n1,
    .my-md-n1 {
        margin-top: -.25rem !important
    }

    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -.25rem !important
    }

    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -.25rem !important
    }

    .m-md-n2 {
        margin: -.5rem !important
    }

    .mt-md-n2,
    .my-md-n2 {
        margin-top: -.5rem !important
    }

    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -.5rem !important
    }

    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -.5rem !important
    }

    .m-md-n3 {
        margin: -1rem !important
    }

    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important
    }

    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important
    }

    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important
    }

    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important
    }

    .m-md-n4 {
        margin: -1.5rem !important
    }

    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important
    }

    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important
    }

    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important
    }

    .m-md-n5 {
        margin: -3rem !important
    }

    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important
    }

    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important
    }

    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important
    }

    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width:992px) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important
    }

    .m-lg-n1 {
        margin: -.25rem !important
    }

    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -.25rem !important
    }

    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -.25rem !important
    }

    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -.25rem !important
    }

    .m-lg-n2 {
        margin: -.5rem !important
    }

    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -.5rem !important
    }

    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -.5rem !important
    }

    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -.5rem !important
    }

    .m-lg-n3 {
        margin: -1rem !important
    }

    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important
    }

    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important
    }

    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important
    }

    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important
    }

    .m-lg-n4 {
        margin: -1.5rem !important
    }

    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important
    }

    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important
    }

    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important
    }

    .m-lg-n5 {
        margin: -3rem !important
    }

    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important
    }

    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important
    }

    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important
    }

    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width:1200px) {
    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important
    }

    .m-xl-n1 {
        margin: -.25rem !important
    }

    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -.25rem !important
    }

    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -.25rem !important
    }

    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -.25rem !important
    }

    .m-xl-n2 {
        margin: -.5rem !important
    }

    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -.5rem !important
    }

    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -.5rem !important
    }

    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -.5rem !important
    }

    .m-xl-n3 {
        margin: -1rem !important
    }

    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important
    }

    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important
    }

    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important
    }

    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important
    }

    .m-xl-n4 {
        margin: -1.5rem !important
    }

    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important
    }

    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important
    }

    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important
    }

    .m-xl-n5 {
        margin: -3rem !important
    }

    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important
    }

    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important
    }

    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important
    }

    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important
    }
}

/* Summernote */
.note-modal-backdrop {
    display: none !important;
}

.note-modal.open {
    background: rgba(0, 0, 0, .5);
}

.note-modal-content .btn {
    width: auto;
    border: 0;
}

.note-modal-footer {
    display: block;
    height: auto;
    clear: both;
    overflow: hidden;
}

.note-modal-content .checkbox input[type="checkbox"] {
    margin: 4px !important;
    -webkit-appearance: auto !important;
    -moz-appearance: auto !important;
    appearance: auto !important;
    width: auto !important;
    border: 0 !important;
    opacity: 1 !important;
    position: relative !important;
    height: auto !important;
    left: auto !important;
    right: auto !important;
}

    .note-modal-content .checkbox input[type="checkbox"]:before,
    .note-modal-content .checkbox input[type="checkbox"]:after {
        display: none !important;
    }

.note-modal-content .checkbox > label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.note-btn:after {
    display: none;
}

/* bootstrap-select */
.bootstrap-select.form-control {
    border: 0 !important;
}

.dataTables_filter .bootstrap-select.form-control {
    width: 100% !important;
}

.bootstrap-select .dropdown-toggle .filter-option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .bootstrap-select .dropdown-toggle .filter-option .filter-option-inner {
        display: block;
        width: 100%;
    }

/* table update */
.table tbody tr td:last-child {
    border-right: 1px solid #ddd !important;
}

.table thead tr th {
    border-top: 1px solid #ddd !important;
}

/*shadow*/
.shadow-xs {
    -webkit-box-shadow: 0 0.25rem 0.5rem 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0.25rem 0.5rem 0 rgba(0, 0, 0, 0.05);
}

.shadow-sm {
    -webkit-box-shadow: 0 0.1rem 1rem 0.25rem rgba(0, 0, 0, 0.05) !important;
    box-shadow: 0 0.1rem 1rem 0.25rem rgba(0, 0, 0, 0.05) !important;
}

.shadow {
    -webkit-box-shadow: 0 0.5rem 1.5rem 0.5rem rgba(0, 0, 0, 0.075) !important;
    box-shadow: 0 0.5rem 1.5rem 0.5rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
    -webkit-box-shadow: 0 1rem 2rem 1rem rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0 1rem 2rem 1rem rgba(0, 0, 0, 0.1) !important;
}

.shadow-none {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

/* table update */
.table-layout-fixed {
    table-layout: fixed;
}

/* dialog update*/
.ui-dialog {
    position: fixed;
}

/* edit avatar popup */
.frm-avatar .avatarDrager .imgavt {
    display: inline-block;
    margin: 0 auto;
}

/* boundary dropdown */
.boundary-body > .dropdown-menu {
    -webkit-transition: top, bottom 0s;
    -o-transition: top, bottom 0s;
    transition: top, bottom 0s;
    position: fixed;
    width: 150px !important;
}

/* ---- text ---- */
.text-truncate-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.text-truncate-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.text-truncate-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.text-truncate-4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.text-truncate-5 {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.text-truncate-6 {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.text-lowercase {
    text-transform: lowercase !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.text-justify {
    text-align: justify !important;
}

.text-wrap {
    white-space: normal !important;
}

.text-nowrap {
    white-space: nowrap !important;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-break {
    word-break: break-word !important;
    word-wrap: break-word !important;
}

.text-pre-line {
    white-space: pre-line !important;
}

/* donglv update */
.article_container ul,
.article_container ol {
    padding-left: 1em;
}

.jcrop-box {
    height: 100% !important;
}

#SmtAvatar {
    pointer-events: none;
    opacity: .85;
}

    #SmtAvatar.is-active {
        pointer-events: auto;
        opacity: 1;
    }

.disabled > .select2-container--default .select2-selection--single,
.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #f8f9fe !important;
}

.dropdown-blue.dropdown-menu-right > li > a:hover,
.dropdown-blue.dropdown-menu-right > li > a:focus {
    background: #F3F6F9 !important;
    color: #1a6ab3 !important;
}

.dropdown-blue.dropdown-menu-right > li > a {
    color: #101221 !important;
}

body .widget.maximized {
    background: #fff;
}

.select2-dropdown {
    border: 1px solid #ccc;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #F3F6F9;
    color: #101221;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #F3F6F9;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #ccc;
}

.bootstrap-select .dropdown-menu.inner > li.selected > a {
    background: #F3F6F9;
}

.bootstrap-select .dropdown-menu.inner > li.selected > a,
.bootstrap-select .dropdown-menu.inner > li:hover > a {
    background: #F3F6F9;
}

.bootstrap-select .dropdown-menu > li > a {
    color: #181C32 !important;
}

body .navbar .account-area .dropdown-menu.dropdown-login-area li.email a {
    padding: 0 !important;
    color: #6C757D !important;
}

.bootstrap-select .selectpicker[data-size] ~ .dropdown-menu {
    max-height: none !important;
}

.bootstrap-select > .dropdown-menu > .inner > .dropdown-menu {
    max-height: none !important;
}

.dataTables_filter ul {
    list-style: none;
}

.icon[class*="ion-"] {
    font-family: "Ionicons" !important;
}

.nav-cat .nav_dropdown li a:hover {
    text-decoration: none;
}

.hding_page {
    font-size: 30px;
    font-weight: 300 !important;
}

.note-editable ol,
.note-editable ul {
    padding: revert !important;
}

.ui-dialog.ui-widget-content {
    max-width: 100vw;
}

.bootstrap-select > select {
    left: 0;
}

.bootstrap-select > .dropdown-toggle:not(:first-child) {
    border-left-width: 1px !important;
    margin-left: 0 !important;
}

/* update for Acc */
.profile-detail-widget,
.profile-detail-widget .tab-content,
.page-container .profile-detail-widget .nav-tabs {
    background-color: #fff !important;
}

    .profile-detail-widget .tab-content {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

span.fileitem.member {
    padding: 4px 0;
    display: block;
}

.fileitem {
    position: relative;
}

.text-white {
    color: white !important;
}

a.text-white:hover {
    color: white !important;
    text-decoration: underline;
}

.qrcode-appinfo {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 90;
    height: 150px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 8px;
    cursor: pointer;
} 