/*!
 * Start Bootstrap - SB Admin 2 Bootstrap Admin Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

html {
    position: relative;
    min-height: 100%;
}

body {
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.363;
    /* Margin bottom by footer height */
    margin-bottom: 67px;
    overflow: hidden;
}

a {
    color: #1e5d7d;
}

hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

#header .navbar {
    margin-bottom: 0;
}

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 67px;
    padding-top: 20px;
}

.footer-inner {
    color: #666;
    /*background: url("images/crif_logo_76x25.jpg") no-repeat scroll 10px 8px;*/
    border-top: 1px solid #eeeeee;
    padding: 15px 0;
    /*15px 100px;*/
}

#wrapper {
    width: 100%;
}

#page-wrapper {
    padding: 0 15px;
    /*min-height: 568px;*/
    background-color: #fff;
}

@media(min-width:768px) {
    #page-wrapper {
        position: inherit;
        /*padding: 0 30px;*/
    }
    .has-sidebar {
        margin: 0 0 0 250px;
        border-left: 1px solid #e7e7e7;
    }
}

.navbar {
    min-height: 0;
    border-radius: 0;
}

.navbar:last-child {
    margin-bottom: 0;
}

.dropdown-menu {
    font-size: 1em;
}

.dropdown-menu > li > a {
    color: #003b79;
    padding: 0.5em 1em;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    color: #003b79;
    background-color: #d6dde2;
}

.dropdown-language {
    min-width: 100%;
}

.dropdown-header {
    padding: 0.5em 1em;
}

.navbar-nav > li > .dropdown-menu {
    margin-top: -1px;
    border-radius: 0;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.176);
}

.navbar-default {
    background: rgb(255, 255, 255);
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY4JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmYWZhZmEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 68%, rgba(250, 250, 250, 1) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(68%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(250, 250, 250, 1)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 68%, rgba(250, 250, 250, 1) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 68%, rgba(250, 250, 250, 1) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 68%, rgba(250, 250, 250, 1) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 68%, rgba(250, 250, 250, 1) 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fafafa', GradientType=0);
    /* IE6-8 */
    border-color: #d4d4d4;
}

.navbar-default .navbar-brand {
    color: #2E547C;
    font-size: 1em;
    height: auto;
    padding: 0.5em 1em 0.5em;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #2a6496;
}

.navbar-default .navbar-brand i {
    font-size: 1.454em;
    color: #1e5d7d;
}

.navbar-default .navbar-brand.active {
    border-top: 0.2em solid #003B79;
    padding: 0.4em 1em 0.4em;
    color: #000;
    font-weight: bold;
    background-color: #d6dde2;
    z-index: -1;
}

.navbar-default .navbar-toggle {
    padding: 4px;
    margin-top: 3px;
    margin-bottom: 3px;
}

.navbar-default .navbar-nav > li > a {
    color: #003b79;
    padding: 0.5em 1em 0.5em;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a.active {
    background-color: #D6DDE2;
}

.navbar-default .navbar-nav > li.active {
    border-top: 2px solid #003B79;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #000;
    font-weight: bold;
    background-color: #d6dde2;
    z-index: -1;
    margin-top: -2px;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    background-color: #fff;
    color: #003b79;
    z-index: 1001;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-width: 0 1px;
    box-shadow: 0 -5px 5px rgba(0, 0, 0, 0.176);
}

.navbar-default .navbar-nav > li.dropdown.active {
    cursor: pointer;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #003b79;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    background-color: #D6DDE2;
}

.navbar-default .navbar-text {
    margin-top: 8px;
    margin-bottom: 8px;
    margin-left: 0;
    line-height: 20px;
    font-weight: bold;
    color: #003b79;
}

.navbar-default .navbar-form {
    border: none;
}

#navbar {
    padding-right: 15px;
}

.breadcrumb-wrapper {
    background-color: #2E547C;
    border-radius: 0 0 4px 4px;
    margin-bottom: 20px;
}

.breadcrumb-wrapper .breadcrumb {
    background-color: #2E547C;
    padding: 4px 10px;
    display: inline-block;
    margin: 0;
}

.breadcrumb > li + li:before,
.breadcrumb a,
.breadcrumb > .active {
    color: #FFFFFF;
}

.recently-visited {
    margin: 0;
    padding: 4px 10px;
}

.recently-visited > li {
    padding: 0;
}

.recently-visited > li + li::before {
    color: #fff;
    content: ", ";
    margin-left: -2px;
}

.recently-visited a {
    color: #FFFFFF;
    font-size: 10px;
}

.sidebar .sidebar-nav.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}

.sidebar .sidebar-search {
    padding: 15px;
}

.sidebar ul {
    border-top: 1px solid #e7e7e7;
}

.sidebar ul li {
    border-bottom: 1px solid #e7e7e7;
}

.sidebar ul li a.active {
    background-color: #eee;
}

.sidebar .arrow {
    float: right;
}

.sidebar .fa.arrow:before {
    content: "\f104";
}

.sidebar .active > a > .fa.arrow:before {
    content: "\f107";
}

.sidebar .nav-second-level li,
.sidebar .nav-third-level li {
    border-bottom: 0 !important;
}

.sidebar .nav-second-level li a {
    padding-left: 37px;
}

.sidebar .nav-third-level li a {
    padding-left: 52px;
}

@media(min-width:768px) {
    .sidebar {
        z-index: 1;
        position: absolute;
        width: 250px;
    }
}

.btn-outline {
    color: inherit;
    background-color: transparent;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.btn-primary.btn-outline {
    color: #428bca;
}

.btn-success.btn-outline {
    color: #5cb85c;
}

.btn-info.btn-outline {
    color: #5bc0de;
}

.btn-warning.btn-outline {
    color: #f0ad4e;
}

.btn-danger.btn-outline {
    color: #d9534f;
}

.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
    color: #fff;
}

.chat {
    margin: 0;
    padding: 0;
    list-style: none;
}

.chat li {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #999;
}

.chat li.left .chat-body {
    margin-left: 60px;
}

.chat li.right .chat-body {
    margin-right: 60px;
}

.chat li .chat-body p {
    margin: 0;
}

.panel .slidedown .glyphicon,
.chat .glyphicon {
    margin-right: 5px;
}

.chat-panel .panel-body {
    height: 350px;
    overflow-y: scroll;
}

.login-panel {
    margin-top: 25%;
}

.flot-chart {
    display: block;
    height: 400px;
}

.flot-chart-content {
    width: 100%;
    height: 100%;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    background: 0 0;
}

table.dataTable thead .sorting_asc:after {
    content: "\f0de";
    float: right;
    font-family: fontawesome;
}

table.dataTable thead .sorting_desc:after {
    content: "\f0dd";
    float: right;
    font-family: fontawesome;
}

table.dataTable thead .sorting:after {
    content: "\f0dc";
    float: right;
    font-family: fontawesome;
    color: rgba(50, 50, 50, .5);
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.428571429;
}

.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    border-radius: 25px;
    font-size: 18px;
    line-height: 1.33;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}

.show-grid [class^=col-] {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #ddd;
    background-color: #eee !important;
}

.show-grid {
    margin: 15px 0;
}

.huge {
    font-size: 40px;
}

.panel {
    border-radius: 0;
    box-shadow: none;
}

.panel-green {
    border-color: #5cb85c;
}

.panel-green .panel-heading {
    border-color: #5cb85c;
    color: #fff;
    background-color: #5cb85c;
}

.panel-green a {
    color: #5cb85c;
}

.panel-green a:hover {
    color: #3d8b3d;
}

.panel-red {
    border-color: #d9534f;
}

.panel-red .panel-heading {
    border-color: #d9534f;
    color: #fff;
    background-color: #d9534f;
}

.panel-red a {
    color: #d9534f;
}

.panel-red a:hover {
    color: #b52b27;
}

.panel-yellow {
    border-color: #f0ad4e;
}

.panel-yellow .panel-heading {
    border-color: #f0ad4e;
    color: #fff;
    background-color: #f0ad4e;
}

.panel-yellow a {
    color: #f0ad4e;
}

.panel-yellow a:hover {
    color: #df8a13;
}

.page-header {
    margin: 0 0 20px;
}

.form-control,
.ui-inputfield,
.ui-widget-content .ui-inputfield,
.ui-widget-header .ui-inputfield,
.ui-paginator .ui-paginator-rpp-options {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 0;
    box-shadow: none;
    font-size: 11px;
    line-height: 1.363;
    width: 100%;
    height: 20px;
    padding: 2px 5px;
}

.ui-inputfield.ui-state-focus,
.ui-widget-content .ui-inputfield.ui-state-focus,
.ui-widget-header .ui-inputfield.ui-state-focus {
    box-shadow: none;
}

select.form-control {
    padding: 2px 1px;
}

.ui-datepicker-wrapper {
    position: relative;
    display: block;
}

.ui-datepicker-trigger,
.ui-widget-content .ui-datepicker-trigger,
.ui-widget-header .ui-datepicker-trigger {
    background: none;
    box-shadow: none;
    border: none;
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 2px;
    text-align: center;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
}

.ui-datepicker-trigger .ui-icon {
    background: url(images/icons/ui-icon-calendar.gif) no-repeat center center transparent;
    border-radius: 0;
    position: static;
    margin: 0;
}

.ui-datepicker-trigger .custom-icon {
    display: block;
}

.form-control:focus {
    border-color: #ccc;
    box-shadow: none;
}

.btn,
.ui-button.ui-state-default {
    border-radius: 0;
    font-size: 11px;
    line-height: 1.363;
    height: 20px;
    padding: 2px 12px;
    box-shadow: none;
    text-shadow: none;
}

.input-group-btn > .btn {
    font-size: 11px;
}

.btn-primary,
.ui-button.ui-state-default {
    background: #2e547c;
    color: #fff;
}

.ui-button.ui-state-default .ui-icon {
    background-image: url('./images/icons/ui-icons_ffffff_256x240.png');
    margin-top: -9px;
}

.ui-button > .ui-button-text {
    padding: 0;
}

.ui-button-text-icon-left > .ui-button-text {
    padding-left: 16px;
}

.ui-button > .ui-button-icon-left {}

.btn-lg,
.btn-group-lg > .btn {
    font-size: 13px;
    line-height: 20px;
    padding: 8px 16px;
    border-radius: 4px;
}

.input-group-addon {
    font-size: 11px;
    padding: 2px 6px;
}

.pagination > li > a,
.pagination > li > span {
    line-height: 1;
    padding: 3px 6px;
    font-weight: bold;
    color: inherit;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: #1e5d7d;
    border-color: #1e5d7d;
}

.confirmBtn {
    font-weight: normal !important;
}


/* ==========================================================================
   .list-group
   ========================================================================== */

.list-group-item:first-child,
.list-group-item:last-child {
    border-radius: 0;
}

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
    cursor: not-allowed;
    color: #999;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    background-color: #2E547C;
    border-color: #2E547C;
}

.list-group-item .list-group-item-state {
    font-size: 12px;
    line-height: 1;
    margin-top: 11px;
    position: absolute;
    top: 0;
    right: 10px;
}


/*@media(max-width:992px) {
    .list-group-item {
        display: inline-block;
        margin-bottom: 3px;
        list-style-position: inside;
        list-style-type: decimal;
    }

        .list-group-item .list-group-item-state {
            position: static;
        }
    .list-group > .list-group-item + .list-group-item:before {
        content: "> ";
        padding: 0 5px;
    }
}
*/

@media(min-width:992px) {
    .list-group:only-child;
    {
        margin: 0;
    }
}


/* ==========================================================================
   ui-widget styles
   ========================================================================== */

.ui-widget {
    font-size: 11px;
}


/* ==========================================================================
   Tabs styles
   ========================================================================== */

.ui-tabs {
    padding: 0;
    border: none;
    border-radius: 0;
}

.nav-tabs,
.ui-tabs > .ui-tabs-nav {
    background: none;
    padding: 0 !important;
    border-bottom: 1px solid #d4d4d4;
}

.ui-tabs > .ui-tabs-nav > li,
.ui-tabs > .ui-tabs-nav > li.ui-tabs-selected {
    border-color: #d4d4d4;
    border-radius: 0;
}

.nav-tabs > li > a,
.ui-tabs > .ui-tabs-nav > li > a {
    background-color: #E7E8E9;
    border-color: #d4d4d4;
    border-radius: 0;
    color: #003b79;
    padding: 0.454em 1em;
    font-weight: bold;
    outline: none;
}

.nav-tabs > li > a:hover,
.ui-tabs > .ui-tabs-nav > li.ui-state-hover,
.ui-tabs > .ui-tabs-nav > li > a:hover {
    background: #EEEEEE;
    box-shadow: none;
    border-color: #d4d4d4;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus,
.ui-tabs > .ui-tabs-nav > .ui-tabs-selected > a,
.ui-tabs > .ui-tabs-nav > .ui-tabs-selected > a:hover,
.ui-tabs > .ui-tabs-nav > .ui-tabs-selected > a:focus {
    background: #FFFFFF;
    border-color: #d4d4d4;
    border-width: 1px 1px 0 1px;
    color: #555;
    position: relative;
    padding-bottom: 0.545em;
    margin-top: -1px;
    bottom: -1px;
}

.tab-content,
.ui-tabs > .ui-tabs-panels {
    border-color: #d4d4d4;
    border-style: solid;
    border-width: 0 1px 1px 1px;
    position: relative;
    height: 100%;
    overflow-y: auto;
}

.tab-pane,
.ui-tabs .ui-tabs-panel {
    padding: 10px;
    height: 100%;
}


/* ==========================================================================
   Table styles
   ========================================================================== */

.ui-datatable {
    overflow: hidden;
}

.ui-datatable table {
    table-layout: fixed;
    border: 1px solid #d4d4d4;
}

.ui-datatable .ui-widget-content,
.ui-datatable .ui-widget-content a {
    color: #003b79;
}
a i.fas, a i.fa {
    color: #374957;
}

.icon-20px i.fas, .icon-2px i.fa {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 15px;
}

.ui-datatable .ui-datatable-header,
.ui-datatable .ui-datatable-footer {
    text-align: left;
    text-shadow: none;
    border: 1px solid #d4d4d4;
    border-radius: 0;
    background: #E7E8E9;
    line-height: 20px;
}

.ui-datatable .ui-datatable-footer {
    border-top: 0 none;
}

.ui-datatable .ui-datatable-header {
    border-bottom: 0 none;
}

.ui-datatable .ui-datatable-header:after {
    content: " ";
    display: table;
    clear: both;
}

.ui-datatable .ui-datatable-header .ui-outputpanel {
    float: right;
    position: relative;
}

.ui-datatable thead th,
.ui-datatable tfoot td {
    text-align: left;
}

.ui-datatable thead th.text-left,
.ui-datatable tfoot td.text-left {
    text-align: left;
}

.ui-datatable thead th.text-right,
.ui-datatable tfoot td.text-right {
    text-align: right;
}

.ui-datatable thead th.text-center,
.ui-datatable tfoot td.text-center {
    text-align: center;
}

.ui-datatable thead th,
.ui-datatable tbody td,
.ui-datatable tfoot td,
.ui-datatable tbody,
.ui-datatable tbody tr,
.ui-widget-content .ui-datatable thead th,
.ui-widget-content .ui-datatable tbody td,
.ui-widget-content .ui-datatable tfoot td,
.ui-widget-content .ui-datatable tbody,
.ui-widget-content .ui-datatable tbody tr {
    border-width: 0;
}

.ui-datatable thead th,
.ui-datatable thead th.ui-state-default {
    background: #D6DDE2;
    border: none;
    color: #003b79;
    text-shadow: none;
    box-shadow: none;
}

.ui-datatable-scrollable-header {
    background: #D6DDE2;
    border: 1px solid #d4d4d4;
}

.ui-datatable-scrollable-body {
    border: 1px solid #d4d4d4;
    border-top: none;
}

.ui-datatable-scrollable-header table,
.ui-datatable-scrollable-body table {
    border: none;
    table-layout: fixed;
}

.ui-datatable-scrollable-header table td,
.ui-datatable-scrollable-body table td {
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ui-datatable tbody td {
    border-color: inherit;
    text-overflow: ellipsis;
}

.ui-datatable-odd {
    background-color: #e7e8e9;
}

.ui-datatable div.ui-dt-c {
    position: relative;
}

.ui-datatable .ui-sortable-column-icon {
    display: inline-block;
    margin: -5px 0 -5px 2px;
}

.ui-datatable-clickable tbody tr:hover,
#tblFileExchange .ui-datatable-clickable tbody tr:hover a,
.ui-datatable-clickable-cell tbody tr td:not(.cell-label):hover,
.ui-datatable .ui-datatable-data tr.ui-state-hover,
.ui-datatable .ui-datatable-data tr.ui-state-highlight {
    background: #2E547C;
    box-shadow: none;
    border: none;
    color: #FFFFFF;
    cursor: pointer;
    text-shadow: none;
}

.ui-treetable .ui-treetable-data tr.ui-state-hover,
.ui-treetable .ui-treetable-data tr.ui-state-highlight {
    border: none;
    box-shadow: none;
}

.ui-datatable .ui-paginator {
    border: none;
    padding: 5px 0;
}

.ui-paginator .ui-paginator-pages {
    margin: 0;
    padding: 0;
}

.ui-paginator,
.ui-paginator .ui-paginator-page,
.ui-paginator .ui-paginator-next,
.ui-paginator .ui-paginator-last,
.ui-paginator .ui-paginator-first,
.ui-paginator .ui-paginator-prev {
    background: none;
    border: 1px solid #ddd;
    border-radius: 0;
    text-shadow: none;
    box-shadow: none;
    margin: 0;
    padding: 3px 6px;
    line-height: 1;
}

.ui-paginator .ui-state-active {
    color: #FFFFFF;
    background-color: #1e5d7d;
}

.ui-paginator .ui-icon {
    position: relative;
    top: -3px;
}


/* ==========================================================================
ui-dialog
========================================================================== */

.ui-dialog .ui-dialog-titlebar {
    background: #E7E8E9;
    text-shadow: none;
    padding-left: 15px;
}

.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-icon {
    box-shadow: none;
}

.ui-dialog .ui-dialog-content {
    padding: 15px;
}


/* ==========================================================================
   Custom styles
   ========================================================================== */

@media(min-width:768px) {
    /*#block-form {
        margin-right: -15px;
    }*/
}

@media(min-width:992px) {
    /*#block-form:not(:first-child):not(:last-child) {
        margin-left: -15px;
        margin-right: -15px;
    }*/
}

#block-message .tab-content .tab-pane,
#block-message .ui-tabs .ui-tabs-panel {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

#block-message .publications-wrapper {
    border: 1px solid #d4d4d4;
    min-height: 400px;
}

.form-horizontal .form-inline .form-control {
    width: 100%;
}

@media(max-width:768px) {
    .form-horizontal .form-inline > .row > label {
        margin-top: 5px;
    }
}

@media(min-width:768px) {
    .form-horizontal .form-inline > .row > div[class^='col']:first-child {
        padding-right: 1px;
    }
    .form-horizontal .form-inline > .row > div[class^='col']:not(:first-child):not(:last-child) {
        padding-right: 1px;
        padding-left: 1px;
    }
    .form-horizontal .form-inline > .row > div[class^='col']:last-child {
        padding-left: 1px;
    }
    .form-horizontal .form-inline > .row > div[class^='col']:last-child .form-control-static {
        padding-left: 5px;
    }
}

.form-group {
    margin-bottom: 5px;
}

.form-horizontal .form-group:last-child {
    margin-bottom: 0;
}

.form-horizontal .control-label,
.form-horizontal .form-control-static {
    padding-top: 3px;
    padding-bottom: 2px;
    min-height: 0;
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    padding-top: 3px;
    padding-bottom: 2px;
}

label.required::before {
    color: red;
    content: "*";
    margin-right: 0.5ex;
}

legend.required::after {
    color: red;
    content: "*";
    margin-left: 1ex;
}

.publications-wrapper {
    min-height: 100%;
    overflow: auto;
    position: relative;
}

.publications-wrapper pre {
    background-color: #FFFFFF;
    border: none;
    font-family: "Courier";
    left: 0;
    position: absolute;
    right: 0;
    white-space: pre-wrap;
}

.no-margin {
    margin: 0;
}

.no-padding {
    padding: 0 !important;
}

.text-nowrap {
    white-space: nowrap;
}

.custom-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: middle;
    border-radius: 0;
}

.custom-icon + .custom-icon {
    margin-left: 2px;
}

.custom-icon.disabled {
    opacity: 0.5;
}

.custom-icon-view {
    background: url(images/icons/information.png) no-repeat center center;
}

.custom-icon-add {
    background: url(images/icons/ui-icon-add.png) no-repeat center center;
}

.custom-icon-edit {
    background: url(images/icons/ui-icon-edit.png) no-repeat center center;
}

.custom-icon-delete {
    background: url(images/icons/ui-icon-delete.png) no-repeat center center;
}

.custom-icon-verify {
    background: url(images/icons/ui-icon-accept.png) no-repeat center center;
}

.custom-icon-move {
    background: url(images/icons/bullet_go.png) no-repeat center center;
}

.custom-icon-shab {
    background: url(images/icons/information.png) no-repeat center center;
}

.custom-icon-history {
    background: url(images/icons/time.png) no-repeat center center;
}

.custom-icon.custom-icon-company {
    background: url(images/icons/ui-icon-company.gif) no-repeat center center;
}

.custom-icon.custom-icon-person {
    background: url(images/icons/ui-icon-person.gif) no-repeat center center;
}

.custom-icon-website {
    background: url(images/icons/page_world.png) no-repeat center center;
}

.custom-icon-save {
    background: url(images/icons/ui-icon-save.png) no-repeat center center;
}

.custom-icon-shared {
    background: url(images/icons/group.png) no-repeat center center;
}

.custom-icon-folder {
    background: url(images/icons/folder.png) no-repeat center center;
    background-size: 16px;
}

.custom-icon-hash {
    background: url(images/icons/hash-icon.png) no-repeat center center;
    background-size: 16px;
}

.custom-icon-zip {
    background: url(images/icons/zip.png) no-repeat center center;
    background-size: 16px;
}


/* ==========================================================================
ui-fileupload
========================================================================== */

.ui-fileupload {
    position: relative;
}

.ui-fileupload-buttonbar {
    background: none;
    border: none;
    border-radius: 0;
    padding: 0;
}

.ui-fileupload-content {
    border: none;
}

.ui-fileupload-files {
    width: 100%;
    margin: 0;
}

.ui-fileupload-files tbody tr td {
    border-bottom: 1px solid #eee;
}

.ui-fileupload-preview {
    display: none;
}

.ui-fileupload-content .ui-progressbar {
    height: 8px;
    width: 100%;
    min-width: 100px;
}

.ui-progressbar .ui-progressbar-value {
    margin: 0;
}

.ui-fileupload-cancel {
    float: right;
}

.new > td {
    font-weight: bold;
    font-size: 12px;
}

#dialogUpload .ui-fileupload {
    margin: -15px;
}

#dialogUpload .ui-fileupload-buttonbar {
    background: #E7E8E9;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 5px;
    text-align: right;
}

#dialogUpload .ui-fileupload-buttonbar .ui-fileupload-choose {
    float: left;
}

#dialogUpload .ui-fileupload-content {
    background: #fff url("images/placeholder-add.png") no-repeat scroll center center;
    height: 500px;
    overflow: auto;
    padding: 0 0 30px 0;
}


/* ==========================================================================
ui-autocomplete
========================================================================== */

.ui-autocomplete {
    display: block;
}

.ui-autocomplete .ui-autocomplete-multiple-container {
    box-shadow: none;
    padding: 0;
}

.ui-autocomplete .ui-autocomplete-token {
    margin: 1px 2px 0 2px;
    padding: 0;
    border: none;
}

.ui-autocomplete-token + .ui-autocomplete-token {
    margin-left: 2px;
}

.ui-autocomplete-token.ui-state-active {
    background: #D6DDE2;
}

.ui-autocomplete-input-token input {
    margin: 0;
}


/* begin to customize css for upload view */

.ui-datepicker .ui-datepicker-current-day .ui-state-highlight,
.ui-datepicker .ui-datepicker-current-day .ui-state-default {
    background: #5f83b9 none repeat scroll 0 0;
    box-shadow: none;
    font-weight: bold;
}

.uploadblock {
    position: relative;
    min-height: 30px;
}
.download-block {
    position: relative;
    min-height: 30px;
    margin-left: 15px;
}

.uploadsubmit>span {
    padding-left: 0 !important;
}

.tblUploadFiles .ui-datatable-scrollable-body tr.ui-datatable-odd.ui-state-highlight {
    background: #e7e8e9;
    color: #003b79;
}

.tblUploadFiles .ui-datatable-scrollable-body tr.ui-datatable-even.ui-state-highlight {
    background: none;
    color: #003b79;
}

#tblDownloadFiles .ui-datatable-scrollable-body tr.ui-datatable-odd.ui-state-highlight {
    background: #e7e8e9;
    color: #003b79;
}

#tblDownloadFiles .ui-datatable-scrollable-body tr.ui-datatable-even.ui-state-highlight {
    background: none;
    color: #003b79;
}

.tblUploadFiles .ui-datatable-scrollable-body, #tblDownloadFiles .ui-datatable-scrollable-body {
    max-height: calc(100% - 60px);
}

#tblUploadFiles .ui-datatable-scrollable-body {
    max-height: calc(100% - 54px);
}
/*Customize css for check boxes*/

.ui-chkbox {
    display: block;
}

.ui-chkbox .ui-chkbox-box {
    border-radius: 0;
}

.ui-chkbox-box.ui-state-default {
    background: none;
    border: none;
    box-shadow: none;
}

.ui-chkbox-box .ui-icon-blank {
    background: url("./images/icons/nocheck.gif") no-repeat 0px 1px;
}

.ui-chkbox-box.ui-state-selected .ui-icon-blank {
    background: url("./images/icons/nocheck_focus.gif") no-repeat 0px 1px;
}

.ui-chkbox-icon.ui-icon {
    border-radius: 0;
}

.ui-chkbox-box.ui-state-active .ui-icon-check {
    background: url("./images/icons/check_nofocus.gif") no-repeat 0px 1px;
}

.disabled .ui-chkbox-box.ui-state-active .ui-icon-check {
    background: url("./images/icons/nocheck.gif") no-repeat 0px 1px;
}

.ui-chkbox-box.ui-state-active.ui-state-selected .ui-icon-check {
    background: url("./images/icons/check.gif") no-repeat 0px 1px;
}


/* end to customize css for upload view */

.ui-datatable-scrollable-header table td.checkbox-col,
.ui-datatable-scrollable-body table td.checkbox-col {
    text-overflow: clip !important;
}

.loading-status {
    width: 100% !important;
    left: 50% !important;
    top: 50% !important;
    margin-left: -50px !important;
    margin-top: -50px !important;
    border: none;
    box-shadow: none;
    background: transparent;
}

.loading-status .ui-widget-header {
    background: transparent;
}

.ui-widget-overlay {
    opacity: 0.2
}

a.button-style:hover {
    border: solid 1px #7096ab;
    outline: none;
}

.uploadblock .ui-fileupload .ui-fileupload-buttonbar {
    min-width: 252px;
    float: left;
}

.uploadblock .ui-fileupload .ui-fileupload-content {
    float: right;
}

.uploadblock .ui-fileupload:after {
    content: '';
    display: block;
    clear: both;
}

.uploadblock table.ui-fileupload-files {
    margin-top: -8px;
    table-layout: fixed;
}
.uploadblock table.ui-fileupload-files tr td:nth-child(2) {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}


.ui-datatable .ui-state-highlight a {
    color: #ffffff;
}

.ui-datatable .ui-selection-column .ui-chkbox-all {
    width: auto;
}

.width-5-percent {
    width: 5%;
}

.width-10-percent {
    width: 10%;
}

.width-15-percent {
    width: 15%;
}

.width-20-percent {
    width: 20%;
}

.width-30-percent {
    width: 30%;
}

.width-55-percent {
    width: 55%;
}

.width-60-percent {
    width: 60%;
}

.change-password-form {
    max-width: 900px;
    margin: auto;
    padding: 30px;
}

.password-policy {
    padding-left: 20px;
}

.password-policy ul {
    padding-left: 14px;
    list-style: none;
}

.password-policy b {
    padding: 3px 0;
}

.password-policy ul li {
    padding: 3px 0;
}

.generate-example-password {
    color: #003b79!important;
    cursor: pointer;
}

.highlight {
    color: #c98901;
    margin-top: 10px;
}

.frmlabel  {
    position: absolute;
    top: 0px;
    right: 0px;
}


.download-select-box {
    position: absolute;
    top: 10px;
    right: 10px;
}


.wrap-folders {
    padding: 0;
    /* margin-right: 10px; */
    height: calc(100% - 34px);
    overflow: auto;
}

.wrap-folders .icon-folder {
    height: 20px;
    color: #4f4f4f;
    vertical-align: middle;
}

.wrap-folders .dropdown-toggle-customize {
    display: flex;
    align-items: center;
    min-height: 20px;
}
.ui-hide-hash {
    height: 0px;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.ui-show-hash {
    height: auto !important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.dropdown-menu-customize {
    position: unset !important;
    float: unset !important;
    min-width: 160px;
    padding: 0 !important;
    margin: 0 !important;
    font-size: 11px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: unset !important;
    box-shadow: unset !important;
}

.ui-padding-l-30 {
    padding-left: 30px !important;
}

.ui-padding-l-20 {
    padding-left: 20px;
}
.ui-padding-l-23 {
    padding-left: 23px;
}

.ui-padding-l-7 {
    padding-left: 7px;
}
.ui-padding-l-5 {
    padding-left: 5px;
}
.ui-padding-t-5 {
    padding-top: 5px;
}
.ui-padding-t-10 {
    padding-top: 10px;
}

.ui-padding-0 {
    padding: 0px !important;
}
.ui-display-inline-block {
    display: inline-block;
}

.ui-chevron-down {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.ui-chevron-right {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.wrap-symbol {
    display: flex;
    align-items: center;
}

.wrap-symbol span {
    text-decoration: underline;
}

.wrap-symbol:hover span {
    text-decoration: none;
}

.cursor-pointer {
    cursor: pointer;
}


.fl-right {
    float: right;
}

.tree-table-no-header thead {
    display: none;
}

.btn-text {
    padding: 2px 8px;
    background-color: transparent;
    border-color: transparent;
    color: #333;
}
.btn-text:hover {
    color: #2e547c;
}

.ui-icon-info {
    background: url(images/icons/information.png) no-repeat center center !important;
}


/* ui-fieldset
***************************************************************/

.ui-fieldset {
    position: relative;
    padding-bottom: 15px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
}

.ui-fieldset legend {
    padding: 0;
}


.ui-icon-folder {
    margin-bottom: 2px;
    background: url(images/icons/folder_icon.png) no-repeat center center !important;
    background-size: 16px !important;
    margin-right: 5%;
}

.custom-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: middle;
    border-radius: 0;
}

legend {
    font-size: 1.091em;
    font-weight: bold;
    border: none;
    padding: 0.3em;
}

fieldset {
    padding: 5px 0 0;
    margin: 0 0 15px 0;
    border: 0 solid #dbdbdb;
}

#deliveryTab {
    height: auto;
    min-height: auto;
    padding: 0.5em 2em 1em;
}
#deliveryTab .box {
    display: flex;
    flex-direction: column;
    padding: 24px;
    width: 100%;
    min-width: 300px;
    border: 1px solid #2e547c;
}
#deliveryTab .box-no-outline {
    border-color: transparent;
}
#deliveryTab .box strong {
    font-size: 14px;
}
#deliveryTab .box select {
    max-width: 800px;
    margin-top: 8px;
    padding: 8px;
    font-size: 13px;
    border-color: #bdbcbc;
    color: #333;
}

#deliveryTab .btn-rounded {
    margin: 20px 0 24px 24px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    font-size: 18px !important;
    padding: 0;
    box-sizing: border-box;
}

.custom-icon-delete {
    background: url(images/icons/ui-icon-delete-2.png) no-repeat center center;
}

.btn-text {
    padding: 2px 8px;
    background-color: transparent;
    border-color: transparent;
    color: #333;
}
.btn-text:hover {
    color: #2e547c;
}

.ui-icon-folder {
    margin-bottom: 2px;
    background: url(images/icons/folder_icon.png) no-repeat center center !important;
    background-size: 16px !important;
    margin-right: 10%;
}

.custom-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: middle;
    border-radius: 0;
}

#deliveryTab .btn-group {
    margin-top: 24px;
}

.custom-icon-delete {
    background: url(images/icons/ui-icon-delete-2.png) no-repeat center center;
}

.btn-text {
    padding: 2px 8px;
    background-color: transparent;
    border-color: transparent;
    color: #333;
}
.btn-text:hover {
    color: #2e547c;
}

.ui-icon-folder {
    margin-bottom: 2px;
    background: url(images/icons/folder_icon.png) no-repeat center center !important;
    background-size: 16px !important;
    margin-right: 5%;
}

.custom-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: middle;
    border-radius: 0;
}

input.text {
    padding: 2px;
    border: 1px solid #bdbcbc;
    background: #FFFFFF;
    box-shadow: none;
}

.text {
    width: 17.455em;
}

.input-mini {
    width: 5em;
}

.input-small {
    width: 7.273em;
}

.input-medium {
    width: 22.727em;
}

.input-large {
    width: 26em;
}

.input-xlarge {
    width: 32.363em;
}

.input-xxlarge {
    width: 40em;
}

select {
    padding: 1px;
}

.frmlabel.input-mini {
    width: 4.273em;
}

.frmlabel.input-small {
    width: 7.636em;
}

.frmlabel.input-medium {
    width: 9.454em;
}

.frmlabel.input-large {
    width: 12.182em;
}

.help-text {
    color: #999;
}

@media (max-width: 1360px) {
    .input-xxlarge {
        width: 37em;
    }
}

@media (max-width: 1300px) {
    .input-xxlarge {
        width: 33.5em;
    }
}

@media (max-width: 1200px) {
    .input-xxlarge {
        width: 40em;
    }
}

/* ui-paginator
***************************************************************/
.ui-datatable .ui-paginator {
    border: none;
    padding: 5px 0;
}

.ui-paginator .ui-paginator-pages {
    margin: 0;
    padding: 0;
}

.ui-paginator,
.ui-paginator .ui-paginator-page,
.ui-paginator .ui-paginator-next,
.ui-paginator .ui-paginator-last,
.ui-paginator .ui-paginator-first,
.ui-paginator .ui-paginator-prev {
    background: none;
    border: 1px solid #ddd;
    border-radius: 0;
    text-shadow: none;
    box-shadow: none;
    margin: 0;
    padding: 3px 6px;
    line-height: 1;
}

    .ui-paginator .ui-state-active {
        color: #FFFFFF;
        background-color: #1e5d7d;
    }

    .ui-paginator .ui-icon {
        position: relative;
        top: -3px;
    }
    .ui-paginator .ui-paginator-rpp-options {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        height: 19px;
        vertical-align: bottom;
        width:auto !important;
    }

/* ui-dialog
***************************************************************/
.ui-widget-overlay {
    position: fixed;
    z-index: 100;
}

.ui-dialog {
    z-index: 100;
}

.ui-dialog .ui-dialog-titlebar-close {
    padding: 1px;
    position: absolute;
    right: 0.3em;
    top: 50%;
    margin: -10px 0 0;
}

.ui-dialog button.ui-dialog-titlebar-close {
    width: 20px;
    height: 20px;
}

.ui-dialog .ui-dialog-titlebar-close:focus {
    outline: none;
}

.ui-dialog .ui-dialog-content {
    padding: 1em;
}

.ui-dialog .ui-dialog-buttonpane {
    padding: 1em 1em;
    border-width: 1px 0 0 0;
}

/* ui-tooltip
***************************************************************/
.ui-tooltip {
    position: absolute !important;
}


button,
.button,
a.button,
.ui-button {
    background: #2E547C;
    border: 1px solid #eeeeee;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    padding: 2px 12px;
    line-height: 1.273;
    /*position: relative;*/
    text-align: center;
    text-decoration: none;
    font-weight: normal;
}

.ui-button .ui-button-text {
    padding: 0;
    font-weight: normal;
    line-height: 1.273;
}

.ui-button-text-icon-left .ui-button-text {
    padding-left: 1.3em;
}


/* For link buttons */

.button,
a.button {
    padding: 2px 14px;
    line-height: 1.273;
}


/*button, input.button, x:-moz-any-link {padding: 2px 8px;}*/

button:hover,
.button:hover,
a.button:hover {
    text-decoration: none;
    /*CSS3 properties*/
    /*
     filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#ff6e7f45',  endColorstr='#ff6a7b42');
     background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(110, 127, 69, 1.0)), to(rgba(106, 123, 66, 1.0)));
     background: -moz-linear-gradient(top, rgba(110, 127, 69, 1.0), rgba(106, 123, 66, 1.0));
    */
}

button:active,
.button:active,
a.button:active {
    text-decoration: none;
}


/*button:focus::-moz-focus-inner, .button:focus::-moz-focus-inner {
  border: 1px dotted transparent;
}*/

button:focus,
.button:focus {
    outline: 1px dotted #000;
}


/*disabled*/

button.disabled,
.button.disabled,
.button.disabled:visited,
.button.disabled:hover,
.button.disabled:active,
.button.disabled:focus {
    background-color: #e7e8e9;
    cursor: default;
}


/* and allow all of that button style to be undone and beyond - to look like a link */

button.link {
    background: none;
    border: 0;
    padding: inherit;
    text-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    filter: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

button.btn-block,
a.btn-block {
    padding: 8px 0;
    width: 150px;
    margin: 20px 0 20px;
    font-weight: bold;
}

.btn-text {
    padding: 2px 8px;
    background-color: transparent;
    border-color: transparent;
    color: #333;
}
.btn-text:hover {
    color: #2e547c;
}

.borderNone {
  border: none;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight {
    background: #5e98d6 !important;
    text-shadow: none;
}

.ui-treetable-data > .ui-widget-content {
    cursor: pointer;
}

.btn-secondary {
    background-color: #fff;
    border-color: #d4d4d4;
    color: #2e547c;
}

.custom-icon-refresh {
    background: url(images/icons/refresh-button.png) no-repeat center center;
}

.ui-icon-switch {
    background: url(images/icons/switch-icon.png) no-repeat center center !important;
}

#switchhUserForm input{
    background-color:white !important;
}
.dropZone {
    cursor: pointer;
    background: rgba(0, 0, 0, 0.03) none repeat scroll 0 0;
    min-height: 65px;
    text-align: center!important;
    background-clip: content-box;
    margin-bottom: 5px;
    color: #2e547c !important;
}
.dropZone-icon{
    margin-top:0.3em;
}

.tblUploadFiles .ui-fileupload-buttonbar .ui-fileupload-choose {
  display: none;
}

.tblUploadFiles .ui-fileupload-content {
  padding: 0 !important;
}

.ui-menu .ui-menuitem-link {
  width: 100%;
}

#upload-tab .ui-clock {
    display: none;
}

#settingForm .frmlabel {
    position: unset;
    width: 200px;
    text-align: right;
    margin-right: 10px;
    margin-bottom: 0px;
}

#settingForm .frmrow {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 5px;
}

#settingForm button {
  margin-top: 10px;
}

#settingForm input {
    width: 100px;
}

#settingForm input[type=checkbox] {
    width: 15px;
    margin-top: 0px;
}

#navbar .dropdown-user .fa {
  width: 15px;
}

.ui-datatable-odd.ui-state-highlight:has(.checkbox-col.disabled) {
    background: none repeat scroll 0 0 #e7e8e9 !important;
    color: #003b79;
}

.ui-datatable-odd.ui-state-highlight:has(.checkbox-col.disabled) a {
    color: #003b79;
}

.ui-datatable-even.ui-state-highlight:has(.checkbox-col.disabled) {
    background: none repeat scroll 0 0 #fff !important;
    color: #003b79;
}

.ui-datatable-even.ui-state-highlight:has(.checkbox-col.disabled) a {
    color: #003b79;
}

.blue-icon {
    width: 20px;
    height: 20px;
    background-image: url("images/icons/ui-icons_38667f_256x240.png") !important;
    background-size: 320px 300px;
}

.blue-icon.ui-icon-circle-minus {
    background-position: -20px -240px;
}

.blue-icon.ui-icon-circle-plus {
    background-position: 0px -240px;
}

.icon-20px {
    width: 20px !important;
    height: 20px !important;
    background-size: 15px 15px !important;
}

.ml-5 {
    margin-left: 5px;
}

.ml-10 {
    margin-left: 10px;
}

.h-95{
    height: 95%;
}
.h-96{
    height: 96%;
}
.h-100{
    height: 100%;
}
.height-wrapper {
    height: calc(100vh - 215px);
}
.overflow-auto{
    overflow: auto;
}

.overflow-hidden{
    overflow: hidden;
}
.row-no-margin{
    margin: 0px;
}

.d-flex{
    display:flex;
}


/* ==========================================================================
   ui-table-list-file
   ========================================================================== */

.height-list-folder-table,
.height-download-table-and-tree-block {
    height: calc(100% - 34px);
}

.height-list-folder-table-upload{
    height: calc(100% - 41px);
}

.height-btn-add-subdirectory{
    height: 20px;
    font-weight: bold;
}
.padding-content-tab{
    padding-bottom: 30px;
}

.height-tree-upload{
    height: calc(100% - 20px)
}


/* ==========================================================================
   ui-splitter
   ========================================================================== */
.ui-splitter-gutter-handle{
    background: #dee2e6 !important;
    height: 6px!important;
    border-radius: 10px!important;
    width: 40px!important;
}
.w-100{
    width: 100%;
}

.upload-table {
  position: relative;
    height: calc(100% - 73px);
}

#userDetailForm .ui-state-disabled{
    opacity: 1;
    background: #E7E8E9;
}

#userDetailForm input:hover{
    border-color: #ccc !important;
    background-color: #fff !important;
}

#userDetailForm button:hover{
    border-color: #ccc !important;
    background-color: #2e547c !important;
}

#userDetailForm .output-label{
    text-align: right;
    width: 25%;
    margin-right: 2%;
}

#userDetailForm .input-text{
    width:73%;
    height:2em;
}

#userDetailForm .frmrow{
    padding-top: 0.5em;
}

#userDetailForm .invalid-msg {
    color: red;
    background-color:transparent !important;
    border:none;
    margin-left: 25% !important;
}

.wrapper {
    border: 1px solid #d4d4d4;
    padding: 10px;
}

.fas {
    width: 1em;
    text-align:center;
}

#settingForm\:userLanguage {
    width: 100px;
}

#settingForm\:userLanguage .ui-selectonemenu-trigger {
    width: 23px;
}

.btn-disabled {
    pointer-events: none;
    opacity: 0.5;
}

.color-red {
    color: red;
}

#fileTableForm .ui-cell-editor {
    display: inline-block;
    padding-left: 5px;
}

.folder-tree-button {
    float: right;
    margin-right: 0.5em;
    display:none;
}