﻿/***** GENERAL STYLES *****/
/*****************************/
body {
    font-size: 12px;
    font-family: 'robotoregular', Arial, Helvetica, sans-serif;
    color: #666;
}

a {
    text-decoration: none;
    color: #666;
    outline: none;
}

    a img {
        border: 0;
    }

h1, h2, h3, h4, h5 {
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 0px;
    display: inline;
}

small {
    font-size: 11px;
}

h1 {
    font-size: 32px;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 14px;
}

ul {
    padding: 0px;
    margin: 0px;
}

    ul li {
        list-style-type: none;
    }

label {
    font-weight: normal;
    cursor: pointer;
}


.label-white {
    background-color: #FFF;
    color: #000;
    border: 1px solid #cbcbcb;
}

/***** GENERAL BOOSTRAP RESET *****/
/***********************/

input, select, textarea, button {
    outline: none;
}

.wrapper {
    padding: 10px;
    width: 100%;
    overflow-x: auto;
}

.wrapper-dialog {
    padding: 10px;
}

.navbar {
    margin-bottom: 0px;
}

#nav-main #nav-menu .nav > li > a {
    padding-left: 10px !important;
}

.panel-compact .panel-heading {
    padding: 6px;
}

.tab-content {
    border-right: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 10px;
    background-color: white;
}

.panel-body {
    padding: 0px;
}

.disabled {
    background-color: #f5f5f5 !important;
    color: #333 !important;
    border-color: #CCCCCC !important;
}

.dropdown-menu > li > label {
    font-size: 11px !important;
    display: block;
    padding: 3px 4px 3px 6px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    margin: 0px;
    cursor: pointer;
}

.dropdown-menu > li:hover {
    background-color: #e5e5e5;
}

.dropdown-left {
    right: 0;
    left: auto;
}


/* BUTTONS  */
.btn.btn-icon {
    font-weight: normal;
    width: 26px;
    height: 26px;
    padding: 0px !important;
    font-size: 12px;
}

.btn.btn-icon-sm {
    font-weight: normal;
    width: 23px;
    height: 23px;
    padding: 5px !important;
    font-size: 9px;
}

.btn.btn-icon-xs {
    font-weight: normal;
    width: 20px;
    height: 20px;
    padding: 3px !important;
    font-size: 9px;
}

.btn.btn-circle {
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    padding: 5px 8px;
}

.btn.loading .fa {
    display: none;
}

.btn.loading::before {
    display: inline-block;
    content: "\f110";
    font-family: FontAwesome;
    margin-right: 5px;
    animation: 1s steps(8) 0s normal none infinite running fa-spin;
}

.btn-blank {
    border: 1px solid #e5e5e5;
    padding: 2px;
}

.btn.btn-white {
    background: #fff;
    border-color: #f1f1f1;
    color: #1e1e1e;
}

    .btn.btn-white:focus, .btn.btn-white:active, .btn.btn-white.active {
        background-color: #428bca;
        border-color: #428bca;
        color: #FFFFFF;
    }

.control-sm {
    font-size: 12px;
    height: 30px;
    padding-top: 7px;
}

@keyframes fa-spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(359deg);
    }
}

.nav > li > a:hover, .nav > li > a:focus {
    background-color: none !important;
}

.nav > li > a { /*border-radius: 2px 2px 0 0;*/
}


.row {
    margin-right: -10px;
    margin-left: -10px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3,
.col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5,
.col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8,
.col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10,
.col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}




/***** DIALOG STYLES *****/
/***********************/
.ui-dialog {
    box-shadow: rgb(0, 0, 0) 4px 4px 4px;
    filter: progid:DXImageTransform.Microsoft.DropShadow(OffX=5, OffY=5, Color=#ff0000);
    border: none !important;
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    outline: none;
}

.ui-widget-header {
    margin: 0;
    padding: 12px 10px;
    text-align: center;
    border-radius: 2px 2px 0 0;
    -webkit-border-radius: 2px 2px 0 0;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 300;
}

.ui-dialog-content {
    background-color: #FFFFFF;
}

.ui-dialog-title {
    width: 400px;
    font-weight: normal;
}

.ui-dialog-titlebar-close {
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.ui-widget-overlay {
    background: #aaaaaa none 0 0 repeat-x;
    opacity: .3;
    filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
    margin: -4px 0 0 -4px;
    padding: 4px;
    background: #aaaaaa none 0 0 repeat-x;
    opacity: .35;
    filter: Alpha(Opacity=35);
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.ui-dialog-titlebar-close:hover {
    border: 1px solid black;
    background: url('../images/ic_close.gif' ) #e5e5e5 no-repeat center center;
}

.ui-dialog-titlebar-close {
    position: absolute;
    right: 16px;
    top: 25px;
    margin: -10px 0 0 0;
    padding: 1px;
    border: 1px solid #6D84B4;
    background: url('../images/ic_close.gif' ) #FFFFFF no-repeat center center;
    cursor: pointer;
    font-size: 8px;
    max-width: 24px;
    width: 24px !important;
    max-height: 24px;
    height: 24px;
    text-indent: -99999px;
}

.ui-draggable-handle {
    cursor: move;
}

.loading-overlay {
    background: #FFFFFF;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 199;
    opacity: 0.8;
    border-radius: inherit;
}

.ui-dialog-titlebar #btnexternal {
    margin: -10px 0 0 0;
    padding: 3px;
    border: 1px solid #6D84B4;
    background: white;
    cursor: pointer;
    font-size: 13px;
    max-width: 24px;
    width: 24px !important;
    max-height: 24px;
    height: 24px;
    position: absolute;
    right: 47px;
    top: 25px;
    color: black;
}

    .ui-dialog-titlebar #btnexternal:hover {
        border: 1px solid black;
        background-color: #e5e5e5;
    }



/****************************************************************
/***** TOP HEADER STYLES *****/
/****************************************************************
    

/* SEARCHBOX TOP MENU SCREEN*/
#txtsearchboxheader:focus {
    width: 150px;
}

#txtsearchboxheader {
    display: block;
    width: 73px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.nav > li > a:hover, .nav > li > a:focus {
    background-color: #f5f5f5 !important;
}

.navbar {
    border-radius: 0px;
}

/*

@media screen and (max-width: 320px) {
    .nav-tabs > li { float: none !important; border-bottom: 1px solid #e5e5e5; }
}
#nav-main { background-color: white; min-height: inherit; margin-bottom: 0px !important; min-width: 330px; }
#nav-main .navbar-header { color: #b9c2cf; }
#nav-main .navbar-header .navbar-brand { font-size: 22px; padding: 15px 10px; outline: none; }
*/
#nav-main #nav-menu .dropdown-menu > li {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    cursor: pointer;
}

#nav-main #nav-menu .nav > li.open > a {
    background-color: #FFFFFF;
    color: black;
}

#nav-main #nav-menu .nav > li.dropdown a:hover {
    background-color: #E5E5E5;
    color: black;
}

#nav-main #nav-menu .nav > li > a:hover {
    text-decoration: none;
    color: black;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}

#nav-main #nav-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    margin-top: 0px;
}

#nav-main #nav-menu .dropdown-menu {
    box-shadow: none !important;
    border-radius: 0px !important;
    background-color: white !important;
}

    #nav-main #nav-menu .dropdown-menu > li > a {
        padding: 6px 6px;
        font-size: 12px;
    }

#nav-main .navbar-nav .navbar-toggle i {
    color: white;
}

#nav-main .navbar-nav .navbar-toggle:hover {
    background-color: #666666;
}

#nav-main .navbar-nav .nav > li > a:focus {
    color: black;
    background-color: transparent;
}

#nav-main .navbar-nav .open > a, .navbar-nav .dropdown > a:hover, .navbar-nav .open > a:focus {
    background-color: transparent !important;
}

#nav-main .navbar-nav .nav > li > a:focus {
    color: black;
    background-color: transparent;
}

#nav-main .loading-bar {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    height: 4px;
}

    #nav-main .loading-bar .active {
        background-image: linear-gradient(45deg, rgba(255,255,255,1) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.9) 50%, rgba(255,255,255,1) 75%, transparent 75%, transparent);
    }

/*
#nav-main #nav-menu .nav > li > a { color: white; }
#nav-main .navbar-nav  > li > a { padding: 6px 10px; }

#nav-main .userinfo { margin-top: 2px; padding: 5px 8px 6px 6px; background: #FFFFFF no-repeat right center; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; -moz-box-shadow: inset 1px 1px 2px #2b384e; float: left; border-bottom: 1px solid #445775; -webkit-box-shadow: inset 1px 1px 2px #2b384e; box-shadow: inset 1px 1px 2px #2b384e; cursor: pointer; }
#nav-main .userinfo:hover { background-color: #e5e5e5; }
#nav-main .userinfo span { color: black; display: inline-block; margin-left: 5px; }
#nav-main .dropdown .userinfodrop { right: 10px !important; padding: 10px; position: absolute; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; background: #fff; -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); z-index: 200; }
#nav-main .userinfodrop .dropdown-menu li a { font-size: 11px !important; }
#nav-main .userdata h4 { color: black; display: inline-block; }
#nav-main .userdata .email { color: #999; font-size: 11px; display: inline-block; }
#nav-main .userdata ul { list-style: none; margin-top: 10px; }
#nav-main .userdata ul li { display: block; margin-bottom: 1px; }
#nav-main .userdata ul li:last-child { margin-bottom: 0; }
#nav-main .userdata ul li a { display: block; padding: 5px; background: #f7f7f7; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; font-size: 12px; text-decoration: none; }
#nav-main .userdata ul li a:hover { background: #5D9731; color: white; }
*/
/***** TITLES STYLES *****/
/**************************************/
.pageheader {
    padding-top: 10px;
    background-color: white;
    border-bottom: 1px solid #ddd;
    padding-bottom: 4px;
    padding: 10px;
}

    .pageheader .pagetitle {
        margin: 0 0px;
        color: #485b79;
        font-weight: normal;
        font-size: 28px;
    }

    .pageheader .pagedesc {
        color: #666;
        margin: 0 10px;
    }

.breadcrumb {
    list-style: none;
    background-color: transparent;
    padding: 4px 0px 0px 0px;
    margin-bottom: 0px;
}



/***** FORM STYLES *****/
/***********************/
.form input {
    border: 1px solid #ccc;
    padding: 6px; /*width: 100%;*/
}

    .form input[type=checkbox], .form input[type=radio] {
        border: none;
        width: auto;
    }

.form-row .row-label {
    float: left;
    display: inline-block;
    padding: 12px 10px 0 10px;
    vertical-align: top;
    text-align: left;
    font-weight: bold;
    color: #666;
    font-size: 12px;
}

.form-row .row-field {
    margin-left: 160px;
    display: block;
    background: #fff;
    padding: 10px;
}

.form-row .row-field-bottom {
    display: inline-block;
    padding: 10px;
    width: 100%;
    padding-top: 3px;
}

.form-row {
    border-top: 1px solid #ddd;
    margin: 0;
    clear: both;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    background-color: #f9f9f9;
}

.form-row-first {
    border-top: 0px !important;
}

.form-row-compact .form-row .row-field {
    padding: 4px;
}

.form-row-compact .form-row .row-label {
    padding: 4px 0 0 10px;
}

.form-container .form-row .row-field {
    padding: 4px;
}

.form-container .form-row .row-label {
    padding: 4px 0 0 10px;
}



@media screen and (max-width: 768px) {
    .form-row .row-label {
        max-width: 1000px;
        float: none !important;
        width: auto;
        display: block;
        text-align: left;
        margin-bottom: 0px !important;
        padding: 2px 0px 4px 10px !important;
    }

    .form-row .row-field {
        margin-left: 0 !important;
        border-left: 0px !important;
        padding: 2px 10px 4px 10px !important;
    }

    .form-row-first {
        border-top: 0px !important;
        margin-top: 0px;
    }
}

@media print {
    .ui-dialog {
        top: 0% !important;
        left: 0 !important;
        background-color: white !important;
    }

        .ui-dialog .btn {
            display: none;
        }

    .ui-widget-overlay {
        background-color: white !important;
        opacity: 1;
    }
}


/***** TABS STYLES *****/
/*******************************************/
.bigtabs {
    list-style: none;
    margin-top: 15px;
    border-bottom: 1px solid #ccc;
    padding: 0 10px;
    height: 42px;
}

    .bigtabs li {
        display: inline-block;
        float: left;
        margin-right: 5px;
    }

        .bigtabs li a {
            display: block;
            padding: 10px 20px;
            background: #ccc;
            color: #fff;
            text-transform: uppercase;
            font-size: 14px;
            -moz-border-radius: 2px 2px 0 0;
            -webkit-border-radius: 2px 2px 0 0;
            border-radius: 2px 2px 0 0;
            border: 1px solid #ccc;
            border-bottom: 0;
        }

            .bigtabs li a:hover {
                background: #bbb;
                border-color: #aaa;
                text-decoration: none;
            }

        .bigtabs li.active a {
            background: #fff;
            color: #FB9337;
        }

            .bigtabs li.active a:hover {
                border-color: #ccc;
            }


.verticaltab {
    padding-bottom: 15px;
}

    .verticaltab .nav-tabs li {
        border-bottom: 1px solid #bbb;
        border-left: 1px solid #bbb;
        border-right: 1px solid #bbb;
        margin: 0;
    }

        .verticaltab .nav-tabs li:first-child {
            border-top: 1px solid #bbb;
        }

        .verticaltab .nav-tabs li a {
            border: 0;
            color: #666;
        }

            .verticaltab .nav-tabs li a:hover {
                border: 0;
            }

    .verticaltab .nav-tabs > .active {
        margin-right: 0;
        font-weight: bold;
        background: #f7f7f7;
        border-right: 1px solid #f7f7f7;
        text-align: right;
        font-size: 14px;
    }

    .verticaltab .nav-tabs li span {
        font-size: 11px;
        font-weight: normal;
    }

    .verticaltab .nav-tabs.nav-stacked > li > a:hover {
        background: #eee;
    }

    .verticaltab .nav-tabs.nav-stacked > li.active > a {
        background: #f7f7f7;
    }

    .verticaltab .nav-tabs > .active > a span {
        opacity: 0.8;
    }

    .verticaltab .nav-tabs > .active ul li {
        font-weight: normal;
    }

    .verticaltab .nav-tabs ul {
        list-style: none;
        background: #d3d3d3;
        display: none;
    }

        .verticaltab .nav-tabs ul li {
            margin-right: 0;
            background: none;
        }

            .verticaltab .nav-tabs ul li a {
                padding: 5px 10px;
                display: block;
                padding-left: 33px;
            }

                .verticaltab .nav-tabs ul li a:hover {
                    text-decoration: none;
                    background: #d7d7d7;
                }

            .verticaltab .nav-tabs ul li:last-child {
                border-bottom: 0;
            }

    .verticaltab .nav-tabs li, .nav-tabs.nav-stacked > li > a, .nav-list li.nav-header {
        background: rgb(237,237,237);
        background: -moz-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(222,222,222,1) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(237,237,237,1)), color-stop(100%,rgba(222,222,222,1)));
        background: -webkit-linear-gradient(top, rgba(237,237,237,1) 0%,rgba(222,222,222,1) 100%);
        background: -o-linear-gradient(top, rgba(237,237,237,1) 0%,rgba(222,222,222,1) 100%);
        background: -ms-linear-gradient(top, rgba(237,237,237,1) 0%,rgba(222,222,222,1) 100%);
        background: linear-gradient(to bottom, rgba(237,237,237,1) 0%,rgba(222,222,222,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#dedede',GradientType=0 );
    }

    .verticaltab .nav-tabs > li.active > a, .verticaltab .nav-tabs > li.active > a:hover, .verticaltab .nav-tabs > li.active > a:focus {
        border: 0px solid #ddd;
    }

    .verticaltab .nav-header {
        display: block;
        padding: 3px 15px;
        font-size: 11px;
        font-weight: bold;
        line-height: 20px;
        color: black; /* text-shadow: 0 1px 0 rgba(255,255,255,0.5); */
        text-transform: uppercase;
        background: transparent !important;
        border-left: 0 !important;
        border-top: 0 !important;
        text-align: center;
    }

@media screen and (max-width: 767px) {
    .verticaltab .nav-header {
        border-right: 1px solid transparent !important;
    }

    .verticaltab .nav-tabs > .active {
        text-align: center !important;
        border-right: 1px solid #bbb;
    }
}

/***** EDITABLE GRID TABLE STYLES *****/
/**************************************/

.table-grid {
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    width: 100%;
}

    .table-grid > th, .table-grid > td {
        vertical-align: middle;
        color: #333;
    }

    .table-grid > thead td, .table-grid tfoot td {
        padding: 7px 10px;
        text-align: left;
        border-right: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
    }

    .table-grid > thead tr th, .table-grid tfoot tr th {
        border-right: 1px solid #ddd;
        border-bottom: 2px solid #ddd;
        padding: 4px 6px;
        text-align: left;
    }

    .table-grid .table-tbody tr td {
        padding: 6px 4px;
        border-right: 0px solid #eee;
        border-left: 0px solid #eee;
        border-bottom: 1px solid #eee;
    }

    .table-grid .table-noborder, .table-grid .table-noborder td {
        border: 0px !important;
    }

/*   LOADING SPINNER */
.spinner-container-fullscreen {
    opacity: 1;
    position: fixed;
    top: 30%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 480px;
    height: 260px;
    text-align: center;
    z-index: 200;
    border: 10px solid #CCCCCC;
    padding-top: 60px;
    border-radius: 10px;
    background-color: white;
}

    .spinner-container-fullscreen .spinner div {
        height: 200px;
        width: 25px;
    }

.spinner-container {
    padding-left: 8px;
}

    .spinner-container .text {
        vertical-align: top;
        display: inline-block;
        height: 30px;
        color: #777;
        padding: 15px 0px 0px 5px;
    }

.spinner {
    height: 40px;
    text-align: center;
    font-size: 10px;
    padding-top: 10px;
    display: inline-block;
}

    .spinner > div {
        background-color: #FFFFFF;
        height: 100%;
        width: 6px;
        display: inline-block;
        -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
        animation: sk-stretchdelay 1.2s infinite ease-in-out;
    }

    .spinner .rect2 {
        -webkit-animation-delay: -1.1s;
        animation-delay: -1.1s;
    }

    .spinner .rect3 {
        -webkit-animation-delay: -1.0s;
        animation-delay: -1.0s;
    }

    .spinner .rect4 {
        -webkit-animation-delay: -0.9s;
        animation-delay: -0.9s;
    }

    .spinner .rect5 {
        -webkit-animation-delay: -0.8s;
        animation-delay: -0.8s;
    }

@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4);
    }

    20% {
        -webkit-transform: scaleY(1.0);
    }
}

@keyframes sk-stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }

    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}


body {
    background: #fff;
}

.buffer {
    height: 100px;
}

.loading .layer1 {
    -webkit-animation: 4s linear infinite;
    animation: 4s linear infinite;
    -webkit-animation-name: cycle1;
    animation-name: cycle1;
}

.loading .layer2 {
    -webkit-animation: 4s linear infinite;
    animation: 4s linear infinite;
    -webkit-animation-name: cycle2;
    animation-name: cycle2;
}

.loading .layer3 {
    -webkit-animation: 4s linear infinite;
    animation: 4s linear infinite;
    -webkit-animation-name: cycle3;
    animation-name: cycle3;
}

@-webkit-keyframes cycle1 {
    0%, 65% {
        fill: #b2b2b2;
    }

    75%, 82% {
        fill: #4b4b4b;
    }

    92%, 100% {
        fill: #b2b2b2;
    }
}

@keyframes cycle1 {
    0%, 65% {
        fill: #b2b2b2;
    }

    75%, 82% {
        fill: #4b4b4b;
    }

    92%, 100% {
        fill: #b2b2b2;
    }
}

@-webkit-keyframes cycle2 {
    0%, 40% {
        fill: #b2b2b2;
    }

    50%, 86% {
        fill: #4b4b4b;
    }

    96%, 100% {
        fill: #b2b2b2;
    }
}

@keyframes cycle2 {
    0%, 40% {
        fill: #b2b2b2;
    }

    50%, 86% {
        fill: #4b4b4b;
    }

    96%, 100% {
        fill: #b2b2b2;
    }
}

@-webkit-keyframes cycle3 {
    0%, 15% {
        fill: #b2b2b2;
    }

    25%, 90% {
        fill: #4b4b4b;
    }

    100% {
        fill: #b2b2b2;
    }
}

@keyframes cycle3 {
    0%, 15% {
        fill: #b2b2b2;
    }

    25%, 90% {
        fill: #4b4b4b;
    }

    100% {
        fill: #b2b2b2;
    }
}






/****************************************************************************/
/* FOKUS.DATAGRID */


.datagrid .unselectable button, .unselectable tr, .unselectable th {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.datagrid .draggable-hover-section {
    background-color: #ffffdf;
    border: 1px solid #fb9337 !important;
    border-top: 2px solid #fb9337 !important;
}

    .datagrid .draggable-hover-section div {
        color: black !important;
    }

.datagrid #section-group {
    color: #CCCCCC;
}

    .datagrid #section-group span:hover i {
        color: #666666;
    }

    .datagrid #section-group span i { /*visibility:hidden;*/
    }

    .datagrid #section-group .fa {
        color: #CCCCCC;
        padding-left: 10px;
    }

    .datagrid #section-group span a {
        text-decoration: none;
    }

    .datagrid #section-group span {
        background: #fafafa;
        font-size: 11px;
        color: #666;
        padding: 2px 10px;
        margin-right: 4px;
        outline: none;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        line-height: 1;
        border: 1px solid #fb9337 !important;
        border-top: 2px solid #fb9337 !important;
    }

    .datagrid #section-group .group0 {
        border: 1px solid #fb9337 !important;
        border-top: 3px solid #fb9337 !important;
    }

    .datagrid #section-group .group1 {
        border: 1px solid #319cff !important;
        border-top: 3px solid #319cff !important;
    }

    .datagrid #section-group .group2 {
        border: 1px solid #78ce07 !important;
        border-top: 3px solid #78ce07 !important;
    }

    .datagrid #section-group .group3 {
        border: 1px solid #fb9337 !important;
        border-top: 3px solid #fb9337 !important;
    }

    .datagrid #section-group .group4 {
        border: 1px solid #fb9337 !important;
        border-top: 3px solid #fb9337 !important;
    }


.datagrid tbody .td-options {
    padding: 4px 0px 0px 4px;
    min-width: 10px;
}

.datagrid .group-col {
    background-color: #fb9337;
    width: 4px !important;
    padding: 0px !important;
}

.datagrid .group-col {
    background-color: #fb9337 !important;
    min-width: 4px;
}

.datagrid .datagrid .group-col {
    background-color: #319cff !important;
}

.datagrid .datagrid .datagrid .group-col {
    background-color: #78ce07 !important;
}

.datagrid .row-header th:hover {
}

.datagrid .header-params {
    padding: 0px;
}

    .datagrid .header-params .ui-draggable-handler {
        cursor: all-scroll;
    }

.datagrid .th-options {
    padding: 0px !important;
}

.datagrid .table-tbody .table-tfoot > tr > td {
    background-color: #ffffff;
}

.datagrid .section-group-active {
    background-color: #ffffdf;
}

.datagrid .group-row-header td {
    cursor: pointer;
}

.datagrid .group-row-0 {
    background-color: rgb(245,245,245);
    border-color: rgb(230,230,230) !important;
}

    .datagrid .group-row-0 td {
        border-color: #ddd !important;
    }

.datagrid .group-row-1 {
    background-color: rgb(246,246,246);
}

    .datagrid .group-row-1 td {
        border-color: #ddd !important;
    }

.datagrid .group-row-2 {
    background-color: rgb(247,247,247);
}

    .datagrid .group-row-2 td {
        border-color: #ddd !important;
    }

.datagrid .group-td-container {
    padding: 4px 2px !important;
}

.datagrid .row-header-compact table tbody tr td {
    padding: 2px !important;
}

.datagrid .row-header-compact th.head0, .row-header-compact th.head1 {
    background-color: #fafafa;
}

.datagrid .row-header-compact .header-params {
    padding: 3px;
}

.datagrid .row-container-hidden td {
    display: none;
}

.datagrid .ordered-col {
    background-color: #fafafa;
}

.datagrid .selected-row td {
    background-color: #aee7fa !important;
    border-right: 1px solid #aee7fa !important;
    color: black !important;
}

.datagrid .selected-row .fa {
    font-size: 12px;
    color: #3C4E69;
}


.datagrid .table-tfoot > tr > td {
    background-color: #fcfcfc;
}

.datagrid .table-tfoot .paging .numbers, .table-tfoot .paging .desc {
    padding: 3px;
}

    .datagrid .table-tfoot .paging .numbers li {
        min-width: 30px;
        list-style-type: none;
        display: inline;
        border: 1px solid #ccc;
        padding: 4px 7px;
        margin-left: 5px;
        font-weight: bold;
        background: #fcfcfc;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        font-size: 11px;
        -moz-box-shadow: 1px 1px 2px #ddd;
        -webkit-box-shadow: 1px 1px 2px #ddd;
        box-shadow: 1px 1px 2px #ddd;
        line-height: 16px;
    }

        .datagrid .table-tfoot .paging .numbers li.active {
            border: 1px solid #F0882C;
            background: #F0882C;
            color: #fff;
            margin-left: 5px;
            font-weight: bold;
            -moz-border-radius: 2px;
            -webkit-border-radius: 2px;
            border-radius: 2px;
            font-size: 11px;
        }

.datagrid .table-tfoot .numbers li:hover {
    background: #ddd;
    border: 1px solid #ccc;
    cursor: pointer;
    color: #333;
}





/* ANIMATIONS */
.main-content-temp {
    border-right: 40px solid #cccccc;
    min-height: 800px;
}

.transition {
    transition: all .2s ease-in-out;
    transform: scale(1);
    box-shadow: rgb(40, 40, 40) 4px 4px 4px;
    filter: progid:DXImageTransform.Microsoft.DropShadow(OffX=5, OffY=5, Color=#ff0000);
    left: 0;
}

.downscale {
    transform: scale(0.9) !important;
}

.rescale {
    transform: scale(1) !important;
    opacity: 1 !important;
}

.upscale {
    transform: scale(1.1) !important;
}

.start-right {
    transform: translateX(200%);
    -webkit-transform: translateX(200%);
}

.start-left {
    transform: translateX(-200%);
    -webkit-transform: translateX(-200%);
}

.slide-in-left {
    animation: slide-in-left 0.5s forwards !important;
    -webkit-animation: slide-in-left 0.5s forwards !important;
    z-index: 10;
}

@keyframes slide-in-left {
    100% {
        transform: translateX(0%);
    }
}

@-webkit-keyframes slide-in-left {
    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
    }
}

.slide-in-right {
    animation: slide-in-right 0.5s forwards !important;
    -webkit-animation: slide-in-right 0.5s forwards !important;
    z-index: 10;
}

@keyframes slide-in-right {
    100% {
        transform: translateX(0%);
    }
}

@-webkit-keyframes slide-in-right {
    100% {
        -webkit-transform: translateX(0%);
    }
}

.slide-out-left {
    width: 100%;
    position: absolute;
    animation: slide-out-left 0.5s forwards !important;
    -webkit-animation: slide-out-left 0.5s forwards !important;
    transform: scale(1);
    left: 0px;
}

@keyframes slide-out-left {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-100%);
    }
}

@-webkit-keyframes slide-out-left {
    0% {
        -webkit-transform: translateX(0%);
    }

    100% {
        -webkit-transform: translateX(-100%);
    }
}

.slide-out-right {
    width: 100%;
    position: absolute;
    animation: slide-out-right 0.5s forwards !important;
    -webkit-animation: slide-out-right 0.5s forwards !important;
    transform: scale(1);
    left: 0px;
}

@keyframes slide-out-right {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(100%);
    }
}

@-webkit-keyframes slide-out-right {
    0% {
        -webkit-transform: translateX(0%);
    }

    100% {
        -webkit-transform: translateX(100%);
    }
}



/************************************************************
   table-selectable
*/

.table-selectable {
    /* border-collapse: separate; */
    border-collapse:collapse
}

    .table-selectable .table-tbody .ui-selecting {
        border: 1px dashed black !important;
        border-left: 1px dashed black !important;
    }

    .table-selectable .table-tbody .ui-selected {
        /* border: 1px double #999999; */
        /* padding: 1px 1px 1px 1px !important; */
        background: url("../images/border-dashed-h.gif") repeat-x 0 0, url("../images/border-dashed-v.gif") repeat-y 100% 0px, url("../images/border-dashed-h.gif") repeat-x 0 100%, url("../images/border-dashed-v.gif") repeat-y 0 0;
        background-color: #fafafa;
    }

    .table-selectable .table-tbody td.cell-editing {
    }

    .table-selectable .table-tbody tr td.cell-editable {
        /* padding: 0px 2px 0px 2px; */
        line-height: 28px !important;
        vertical-align: middle;
        min-height: 28px !important;
    }

    .table-selectable .table-tbody .row-editing td.cell-editable {
        background-color: aqua;
    }

    .table-selectable .table-tbody td.cell-editable {
        /* padding: 0px 3px 0px 3px; */
        line-height: 28px !important;
        vertical-align: middle;        
        max-width: 120px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .table-selectable .table-tbody tr td.cell-editing {
        background-color: white !important;
    }

    /* .table-selectable .table-tbody tr.row-selected > td {
       
        background: url("../images/border-dashed-h.gif") repeat-x 0 0, url("../images/border-dashed-v.gif") repeat-y 100% 0px, url("../images/border-dashed-h.gif") repeat-x 0 100%, none;
        background-color: #FAFAFA;
    } */

    .table-selectable .table-tbody tr.row-selected td.td-select-row {
        background-color: #428bca;
    }

    .table-selectable .table-tbody tr.row-selected-top td { /*   border-bottom:1px dashed #666666;*/
    }

    .table-selectable .table-tbody tr.row-selected td.cell-editable:first-child {
        border-left: 2px dashed #666666;
    }

    .table-selectable .table-tbody tr.row-selected td.td-select-row {
        cursor: move;
    }

    .table-selectable .table-tbody tr.row-selected .drag-handler {
        color: white !important;
    }

    .table-selectable tr .td-select-row {
        cursor: pointer;
        background-color: #5bc0de;
        padding: 1px !important;
        color: white;
        /* text-align: right; */
    }

    .table-selectable .table-tbody tr.row-selected td.td-select-row .drag-handler {
        display: inline-block !important;
        color: white;
        text-align: center;
        font-weight: normal;
        color: #666666;
    }

    .table-selectable .table-tbody tr td.no-editable {
        background-color: #f5f5f5;
    }

    .table-selectable .table-tfoot .fa, .table-selectable .table-tfoot a {
        visibility: hidden;
    }

    .table-selectable .table-tfoot .td-select-row {
        cursor: default;
    }

    .table-selectable .table-tfoot td {
        display: none;
    }

    .table-selectable .tr-empty td .fa {
        visibility: hidden;
    }

    .table-selectable .tr-empty td.td-select-row, .table-selectable .table-tfoot .td-select-row {
        background-color: #CCCCCC;
    }

    .table-selectable td.cell-dropdown select {
        height: 100%;
    }

    .table-selectable .table-tbody td.cell-dropdown .input {
        padding: 0px 2px 0px 2px !important;
        background-color: #FFFFFF !important;
        border: 1px solid black;
        padding: 0px 0px 0px 0px !important;
        line-height: 28px !important;
        display: inline-block;
        width: 100%;
    }

    .table-selectable .table-tbody td.cell-editable .input {
        border: 0;
        padding: 0px 2px 0px 2px;
        line-height: 28px;
        display: inline-block;
        width: 100%;
        height: 100%;
    }

    .table-selectable .table-tbody td.cell-checkbox {
        text-align: center;
    }

        .table-selectable .table-tbody td.cell-checkbox .input {
            outline: none;
        }

    .table-selectable .table-tbody td.cell-number,
    .table-selectable .table-tbody td.cell-number .input,
    .table-selectable .table-tbody td.cell-money,
    .table-selectable .table-tbody td.cell-money .input {
        text-align: right;
    }

    .table-selectable .table-tbody td.readonly {
        background-color: #fafafa;
    }

    .table-selectable .table-tbody td.cell-editable input::-ms-clear {
        display: none;
    }

    .table-selectable .table-tbody .option {
        vertical-align: middle;
    }


/********************************************/
/* WIZZARD  STEPS*/
/********************************************/
.wizard {
    background-color: #fff;
    margin: 10px 0 20px;
    overflow: hidden;
    counter-reset: step;
    display: table;
    width: 100%;
    box-shadow: 0 10px 30px #dddddd;
    -moz-box-shadow: 0 10px 30px #dddddd;
    -webkit-box-shadow: 0 10px 30px #dddddd;
}

    .wizard li {
        list-style-type: none;
        text-transform: uppercase;
        font-size: 1em;
        min-width: 110px;
        color: #8591a7;
        border-right: 1px #dddee3 solid;
        display: table-cell;
        text-align: center;
        position: relative;
        vertical-align: middle;
    }

        .wizard li:after {
            content: '';
            width: 100%;
            height: 5px;
            background: #eee;
            position: absolute;
            left: 0;
            bottom: 0;
        }

        .wizard li:last-child {
            border-right: none;
        }

        .wizard li.active a {
            color: #5684fe;
            font-weight: 700;
        }

        .wizard li.completed:after {
            content: "";
            position: absolute;
            border-bottom: 5px #07bb26 solid;
            bottom: 0;
            left: 0;
            right: -1px;
        }

        .wizard li.completed.active a {
            color: #5684fe;
        }

        .wizard li.completed a {
            color: #000;
        }

        .wizard li.current.active a {
            color: #5684fe;
        }

        .wizard li.current a {
            color: #000;
        }



        .wizard li a {
            padding-left: 10px !important;
            font-size: 0.9em;
            display: block;
            padding: 10px;
            color: #ccc;
        }

            .wizard li a:hover {
                text-decoration: none;
            }

@media (max-width: 768px) {
    .wizard li {
        display: block;
    }
}


/****************************
    UPLOAD
*****************************/
#fileupload {
    visibility: hidden;
    height: 0;
    width: 0;
    overflow: hidden;
}

.upload-alert {
    margin: 10px 0 0;
    background: #f4f4f4;
    padding: 10px 10px 0px 10px;
    border-radius: 3px;
    overflow: hidden;
}

    .upload-alert .single-file {
        overflow: hidden;
        border-top: 1px solid #ddd;
        padding-top: 10px;
    }

        .upload-alert .single-file:nth-of-type(1) {
            border: 0;
            padding-top: 0;
        }

    .upload-alert p {
        font-size: 12px;
        margin-bottom: 5px;
    }

    .upload-alert .loader {
        height: 4px;
        width: 100%;
        position: relative;
        overflow: hidden;
        background-color: #ddd;
    }

        .upload-alert .loader:before {
            display: block;
            position: absolute;
            content: "";
            left: -200px;
            width: 200px;
            height: 4px;
            background-color: #31b0d5;
            animation: loading 2s linear infinite;
        }

@keyframes loading {
    from {
        left: -200px;
        width: 30%;
    }

    50% {
        width: 30%;
    }

    70% {
        width: 70%;
    }

    80% {
        left: 50%;
    }

    95% {
        left: 120%;
    }

    to {
        left: 100%;
    }
}

@-webkit-keyframes loading {
    from {
        left: -200px;
        width: 30%;
    }

    50% {
        width: 30%;
    }

    70% {
        width: 70%;
    }

    80% {
        left: 50%;
    }

    95% {
        left: 120%;
    }

    to {
        left: 100%;
    }
}

/****************************
    OTHERS UTILS
*****************************/

.fa-xs {
    font-size: 8px;
}

.fa-sm {
    font-size: 10px;
}

.number {
    text-align: right;
}

.money {
    text-align: right;
}

    .money:before {
        text-align: left;
        content: '$';
        margin: 3px 3px 0px 0px;
        vertical-align: top;
    }

.tooltip {
    font-weight: normal !important;
}

.highlight {
    background-color: yellow;
}

.div-768-responsive {
    overflow: auto;
    min-width: 755px;
}


/****************************
    PADDING /MARGIN
*****************************/

.pr0 {
    padding-right: 0px !important;
}

.pl0 {
    padding-left: 0px !important;
}

.pt0 {
    padding-top: 0px !important;
}

.pb0 {
    padding-bottom: 0px !important;
}

.pa0 {
    padding: 0px !important;
}

.pr5 {
    padding-right: 5px !important;
}

.pl5 {
    padding-left: 5px !important;
}

.pt5 {
    padding-top: 5px !important;
}

.pb5 {
    padding-bottom: 5px !important;
}

.pa5 {
    padding: 5px !important;
}

.pr10 {
    padding-right: 10px !important;
}

.pl10 {
    padding-left: 10px !important;
}

.pt10 {
    padding-top: 10px !important;
}

.pb10 {
    padding-bottom: 10px !important;
}

.pa10 {
    padding: 10px !important;
}

.pr15 {
    padding-right: 15px !important;
}

.pl15 {
    padding-left: 15px !important;
}

.pt15 {
    padding-top: 15px !important;
}

.pb15 {
    padding-bottom: 15px !important;
}

.pa15 {
    padding: 15px !important;
}

.pr20 {
    padding-right: 20px !important;
}

.pl20 {
    padding-left: 20px !important;
}

.pt20 {
    padding-top: 20px !important;
}

.pb20 {
    padding-bottom: 20px !important;
}

.pa20 {
    padding: 20px !important;
}

.mr0 {
    margin-right: 0px !important;
}

.ml0 {
    margin-left: 0px !important;
}

.mt0 {
    margin-top: 0px !important;
}

.mb0 {
    margin-bottom: 0px !important;
}

.ma0 {
    margin: 0px !important;
}

.mr5 {
    margin-right: 5px !important;
}

.ml5 {
    margin-left: 5px !important;
}

.mt5 {
    margin-top: 5px !important;
}

.mb5 {
    margin-bottom: 5px !important;
}

.ma5 {
    margin: 5px !important;
}

.mr10 {
    margin-right: 10px !important;
}

.ml10 {
    margin-left: 10px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.ma10 {
    margin: 10px !important;
}

.mr15 {
    margin-right: 15px !important;
}

.ml15 {
    margin-left: 15px !important;
}

.mt15 {
    margin-top: 15px !important;
}

.mb15 {
    margin-bottom: 15px !important;
}

.ma15 {
    margin: 15px !important;
}

.mr20 {
    margin-right: 20px !important;
}

.ml20 {
    margin-left: 20px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.ma20 {
    margin: 20px !important;
}

.fz7 {
    font-size: 7px !important;
}

.fz8 {
    font-size: 8px !important;
}

.fz9 {
    font-size: 9px !important;
}

.fz10 {
    font-size: 10px !important;
}

.fz11 {
    font-size: 11px !important;
}

.fz12 {
    font-size: 12px !important;
}

.fz13 {
    font-size: 13px !important;
}

.fz14 {
    font-size: 14px !important;
}

.fz15 {
    font-size: 15px !important;
}

.fz16 {
    font-size: 16px !important;
}

.fz17 {
    font-size: 17px !important;
}

.fz18 {
    font-size: 18px !important;
}

.fz20 {
    font-size: 20px !important;
}

.fz22 {
    font-size: 22px !important;
}

.fz24 {
    font-size: 24px !important;
}

.fade75 {
    -webkit-opacity: 0.75;
    -moz-opacity: 0.75;
    opacity: 0.75;
}

.fade50 {
    -webkit-opacity: 0.50;
    -moz-opacity: 0.50;
    opacity: 0.50;
}

.fade25 {
    -webkit-opacity: 0.25;
    -moz-opacity: 0.25;
    opacity: 0.25;
}




/* DETAIL TABLE (NUMBER CIRCLE ANIMATION)*/
.detail li {
    list-style: none;
    border-bottom: 1px #ddd dashed;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

    .detail li h5 {
        text-transform: uppercase;
        padding: 5px 0;
        margin-bottom: 0;
        font-size: 1.1em;
    }

    .detail li ul {
        display: table;
        padding: 0 10px;
    }

        .detail li ul li {
            margin-bottom: 0;
            display: inline-block;
            text-align: center;
            padding-right: 10px;
            font-size: 0.8em;
            border-bottom: none;
            padding-bottom: 0;
        }

            .detail li ul li span {
                font-size: 1.2em;
                font-weight: 700;
                border-radius: 30px;
                -moz-border-radius: 30px;
                -webkit-border-radius: 30px;
                display: block;
                margin: 0 auto;
                width: 25px;
                height: 25px;
                text-align: center;
                background-color: #5684fe;
                color: #fff;
                line-height: 25px;
                animation: zoom 1s ease-in-out;
            }

@keyframes zoom {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}


/**************************************
    CONTEXT MENU
**************************************/
.nu-context-menu {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,0.10);
    border-radius: 2px;
    box-shadow: 0 2px 2px rgba(0,0,0,0.15);
    box-sizing: border-box;
    display: block;
    height: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    width: 0;
    z-index: 9999;
}

    .nu-context-menu.active {
        opacity: 1;
        height: auto;
        width: auto;
    }

    .nu-context-menu ul {
        font-size: 15px;
        list-style: none;
        margin: 2px 0 0;
        padding: 4px 0;
        text-align: left;
    }

        .nu-context-menu ul li {
            clear: both;
            color: #777;
            cursor: pointer;
            font-weight: 400;
            line-height: 1.42857;
            padding: 2px 20px;
            white-space: nowrap;
        }

            .nu-context-menu ul li:hover {
                background: #f2f2f2;
                color: #333;
            }

        .nu-context-menu ul hr {
            background: #e8e8e8;
            border: 0;
            color: #e8e8e8;
            height: 1px;
            margin: 4px 0;
        }




/****************************************************************
 AUTOCOMPLETE
**************************************************************/
.autocomplete-suggestions .autocomplete-group strong {
    font-weight: bold;
    text-decoration: none;
    background-color: transparent;
    padding: 2px;
}

.autocomplete-suggestions .autocomplete-group {
    width: 100%;
    border-bottom: 1px solid #cccccc;
    background-color: #f5f5f5;
}

.autocomplete-suggestions {
    border: 1px solid #999;
    background: #FFF;
    cursor: default;
    overflow: auto;
    -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
    -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
    box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
}

.autocomplete-suggestion {
    padding: 2px 5px;
    white-space: nowrap;
    overflow: hidden;
}

    .autocomplete-suggestion i {
        float: right;
    }

.autocomplete-no-suggestion {
    padding: 2px 5px;
}

.autocomplete-selected {
    background: #F0F0F0;
}

.autocomplete-suggestions strong {
    font-weight: normal;
    text-decoration: underline;
    background-color: yellow;
}


/*********************************************
    Progress Bar Custom (for policy Status)
*/
.progress-bar-empty {
    background-color: transparent !important;
    color: #CCCCCC;
}

.progress-bar .fa {
    display: none;
}

.progress-custom {
    height: 13px;
}

    .progress-custom .progress-bar {
        border-right: 1px solid #e5e5e5;
        font-size: 9px;
        line-height: 13px;
    }


::-webkit-input-placeholder {
    color: #333333;
    opacity: 1 !important;
}

:-moz-placeholder {
    color: #333333;
}

::-moz-placeholder {
    color: #333333;
}

:-ms-input-placeholder {
    color: #333333;
}

input[placeholder], [placeholder], *[placeholder] {
    color: #333333;
}




/*********************************************
    Others
*/

.nowrap {
    white-space: nowrap;
}

.bold {
    font-weight: bold !important;
}

/*.img-policyhelp:hover,*/
.img-policyhelp:active {
    background: url('../images/help_policynumber.png');
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    position: fixed;
    z-index: 100;
    box-shadow: 0px 0px 15px #2a2a2a;
    height: 300px;
    width: 400px;
    left: 20%;
}

.img-csvhelp:active {
    background: url('../images/help_creditcardcsv.jpg') no-repeat;
    position: absolute;
    z-index: 100;
    box-shadow: 0px 0px 15px #2a2a2a;
    height: 220px;
    width: 265px;
    right: 0%;
    top: 25%;
}
/* QuickReset */ 
* {margin: 0; box-sizing: border-box;}

/*Posicion de la hora en el renglon del chat*/
.timePosition{
  font-size: 7px;
  text-align: right;
  position: absolute; 
  right: 5px;
  bottom: 3px;
}

.chat {
  font: 13px/1.5 sans-serif;
  display: flex;
  flex-direction: column;
  max-width: 698px;
  margin: auto;

}

#claimChatBody{
height: 371px; 
max-height: 500px; 
overflow: auto; 
padding-top: 10px
}

#chatlistbody{
  height: 100%; 
  overflow: auto; 
  padding-top: 10px
  }

.msg {
border-radius: 3px 3px 0px 3px !important;
position: relative;
max-width: 95%;
padding: 4px 10px;
margin-bottom: 18px;
padding-bottom: 10px;
}

.msg.sent {
border-radius: var(--rad) var(--rad-sm) var(--rad-sm) var(--rad);
background: #42a5f5;
color: #fff;
/* moves it to the right */
margin-left: auto;
display: flex;
flex-direction: column;
}

.msg.rcvd {
border-radius: var(--rad-sm) var(--rad) var(--rad) var(--rad-sm);

background: #f1f1f1;
color: #555;
/* moves it to the left */
margin-right: auto;
}

.msg.sent:first-child,
.msg.rcvd+.msg.sent {
border-top-right-radius: var(--rad);
}

.msg.rcvd:first-child,
.msg.sent+.msg.rcvd {
border-top-left-radius: var(--rad);
}

.msg::before {
content: attr(data-time);
font-size: 0.8rem;
position: absolute;
bottom: 100%;
color: #888;
white-space: nowrap;
}

.msg.sent::before {
right: 0px;
}

.msg.rcvd::before {
left: 0;
}

.msg:first-child::before,
.msg.sent+.msg.rcvd::before,
.msg.rcvd+.msg.sent::before {
/* Show only for first message in group */
display: block;
}

.msg.rcvd+.msg.sent::before {
/* Show only for first message in group */
display: block;
}

#claimChat {
  position: absolute;
  z-index: 9;
  background-color: #f1f1f1;
  border: 1px solid #d3d3d3;
  position: fixed;  
  bottom: 0;  
  right: 0;  
  width: 300px;  
  height: 450px; 
  z-index: 1061;
  border-radius: 4px 4px 0px 0px;

}

#claimNotes {
  background-color: #f1f1f1;
  border: 1px solid #d3d3d3;
  position: fixed;  
  height: 450px; 
  z-index: 1061;
  border-radius: 4px 4px 0px 0px;

}

#chatlistcontainer {
  position: fixed;
  background-color: #ffffff;
  border: 1px solid #d3d3d3;
  bottom: 0;  
  width: 300px;  
  height: 100%; 
  z-index: 1061;
  border-radius: 4px;

}

#chatlistheader {
  padding: 5px;
  cursor: move;
  z-index: 10;
  background-color: #d9edf7;
  color: #393939;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
  border-radius: 4px 4px 0px 0px;
}

#claimChatHeader {
  padding: 10px;
  cursor: move;
  z-index: 10;
  background-color: #2196F3;
  color: #fff;
  border-radius: 4px 4px 0px 0px;
}



#claimNotesHeader {
  
  cursor: move;
  z-index: 10;
  background-color: #d9edf7;
  color: #fff;
  border-radius: 4px 4px 0px 0px;
}

#draggable-header{
  cursor: move;
}

.hideReacted {
  display: none;
}

.hideReactedYou {
  display: none;
}

.ILike:hover{
  color: #8BB432 !important;
}

.IDislike:hover{
  color: #df0404 !important;
}

.ILikeReact{
  color: #8BB432 !important;
}

.IDislikeReact{
  color: #df0404 !important;
}

.showReacted {
  display: block;
  color: red;
  text-align: right;
  z-index: 1069;
  margin-top: -25px;
  margin-bottom: 21px;
}

.showReactedYou {
  display: block;
  color: red;
  text-align: left;
  z-index: 1069;
  margin-top: -25px;
  margin-bottom: 21px;
}
    
.react:hover .hideReacted {
  display: none;
  z-index: 1069;
  position:absolute;
  top: 30%;
  margin-left: -58px;
}

.react:hover .hideReactedYou {
  display: none;
  z-index: 1069;
  width: 64px;
  left: 82%;
  position:absolute;
  top: 30%;
  margin-left: 5px;
}

.like-outer{
  float: left;
}

.like-view{
  float: left;
}
.like-area{
  width:100%;
  float: left;
}

.like-areaYou{
  float: left;
}

.like-area ul{
  list-style: none;
  margin: 0px
}

.like-areaYou ul{
  list-style: none;
  margin: 0px
}

.like-area ul li{
  display: inline-block;
  margin: 0px 0px 0px 0px;
}
.like-areaYou ul li{
  display: inline-block;
  margin: 0px 0px 0px 0px;
}

.like-area ul li a{
  width: 100%;
  font-size: 10px;
  color: #000;
  cursor: pointer;
  float: left;
  -webkit-user-select: none; /* Safari */      
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+/Edge */
  user-select: none; /* Standard */
}

.like-areaYou ul li a{
  width: 100%;
  font-size: 10px;
  color: #000;
  cursor: pointer;
  float: left;
  -webkit-user-select: none; /* Safari */      
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+/Edge */
  user-select: none; /* Standard */
}
.like-no{
  font-size: 10px;
}
.like-area i{
  float: left;
}
.like-areaYou i{
  float: left;
}
.like-area .fas{
  font-size: 0px;
}
.like-active .fas{
  font-size:10px;
}
.like-active .far{
  font-size: 0px;
}
.chat-closebutton{
    position: absolute;
    right: 11px;
    top: 19px;
    margin: -10px 0 0 0;
    padding: 1px;
    cursor: pointer;
    color: #df0404;
    opacity: 60%;
}

#chatlist_closebutton{
  position: absolute;
  right: 5px;
  top: 19px;
  margin: -10px 0 0 0;
  background-color: transparent;
  border: none;
  font: normal normal normal 14px/1 FontAwesome;
  opacity: 0.5;
  
}

.chat-closebutton:hover {
  color: #d9534f;
  opacity: 100%;
  text-decoration: none;
}

.claimNotes-closebutton:hover {
  color: #d9534f;
  opacity: 100%;
  text-decoration: none;
}

.claimNotes-closebutton{
  position: absolute;
  right: 11px;
  top: 19px;
  margin: -10px 0 0 0;
  padding: 1px;
  cursor: pointer;
  color: #df0404;
  opacity: 60%;
}

.reactions {
text-align: right;
margin-top: -23px;
z-index: 1060;
position: relative;
}

/* tooltip para las personas que reaccionaron en mis mensajes en el chat */
a[title-custom]:hover:after {
content: attr(title-custom);
text-decoration: none;
position:absolute;
margin-left: -130px;
font-size:12px;
width: 100px;
background:black;
color:white;
padding:5px;
z-index:9999;
text-align: left;
border-radius:5px;
}

/* tooltip para las personas que reaccionaron en los mensajes que no envie yo*/
a[title-custom-left]:hover:after {
content: attr(title-custom-left);
text-decoration: none;
position:absolute;
font-size:12px;
width: 100px;
background:black;
color:white;
padding:5px;
z-index:9999;
text-align: left;
border-radius:5px;
}

.suscription-row{
  padding: 5px;
  margin-bottom: 5px;
  display: flex;
  position: relative;
  gap: 1rem;
  align-items: center;
  font: "Popins", sans-serif;
}

.suscription-row:hover{
  background-color: #dce2eb;
  cursor: pointer;
}

.drag-over {
  border-color: #1700f0 !important; 
  border-width: 15px;
}

/* NUEVO ESTILO PARA EL CHAT */

#chatlist_openbutton{
  position: fixed; 
  bottom: 20px; 
  left: 20px; 
  z-index: 1060; 
  border-radius: 40px; 
  padding: 15px;

}

.chatlist_openbutton_fixed{
  opacity: 50%;
}

.chatlist_openbutton_new{
  opacity: 50%;
  animation: fadeInOut 2s ease-in-out infinite;
}

@keyframes fadeInOut {
  0% {
      opacity: 0.5; /* Starting opacity */
  }
  50% {
      opacity: 1; /* Midpoint opacity (100%) */
  }
  100% {
      opacity: 0.5; /* Ending opacity */
  }
}

#chatlist_openbutton:hover{
  transition: cubic-bezier(0.4, 0, 0.2, 1) 0.3s;
  opacity: 100%;
}

#chatlistbody::-webkit-scrollbar {
  width: 10px;
}

#chatlistbody::-webkit-scrollbar-track {
  border-radius: 8px;
  background-color: #e7e7e7;
  border: 1px solid #cacaca;
}

#chatlistbody::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #79bff8;
  
}

.chatlist_date{
    padding-left: 147px;
    font-size: 12px;
    color: #343333;
}

.suscription_row_icon{
    display: flex;
    background-color: #408EDB; 
    color: white; 
    padding: 12px; 
    border-radius: 50%; 
    font-weight: bold; 
    border: 1px solid; 
    font-size: 12px
}

.suscription_row_content{
    display: flex; 
    flex-direction: column; 
    flex-grow: 1;
}

.suscription_row_icon label{
    margin-bottom: 0px !important;	
    font-weight: bold;
}
.suscription_row_content_user{
    padding-top: 13px;
}

.suscription_row_content_user span{
    position: absolute;
    right: 0;
    font-size: 10px;
    padding-right: 5px;
}

.suscription_row_content_number{
    position: absolute;
}

.suscription-row-link:hover{
    text-decoration: none;   
}

.chatDate{
    font-size: 12px;
    color: #343333;
    padding: 10px;
    text-align: center;
}

.totalChatBadget{    
    color: #000;
    background-color: white;
    position: absolute;
    left: 32px;
    text-align: center;
    border-radius: 10px;
    width: 22px;
    font-family: sans-serif;
    height: 18px;
    padding-top: 0px;
}

.suscription_row_content_message{
    display: flex;
    justify-content: space-between;
}


.form-row .row-field-lg {
    margin-left: 230px;
    display: block;
    background: #fff;
    padding: 10px;
}
/*************************************************
    Bouncing Arrow
************************************************/



.bounce div.text {
    max-width: 160px;
    font-size: 10px;
    line-height: 10px;
    text-align: center;
    color: black;
    font-weight: bold;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: yellow;
    border: 1px solid #EEEEEE;
    padding: 3px;
}

.bounce .fa {
    color: yellow;
    font-size: 40px;
    /*text-shadow: 1px 1px #666666;*/
}




.bounce-bottom {
    text-align: center;
    z-index: 10000;
    position: absolute;
    animation: bounce-bottom 2s infinite;
    -webkit-animation: bounce-bottom 2s infinite;
    -moz-animation: bounce-bottom 2s infinite;
    -o-animation: bounce-bottom 2s infinite;
}

@-webkit-keyframes bounce-bottom {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-30px);
    }

    60% {
        -webkit-transform: translateY(-15px);
    }
}

@-moz-keyframes bounce-bottom {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
    }

    40% {
        -moz-transform: translateY(-30px);
    }

    60% {
        -moz-transform: translateY(-15px);
    }
}

@-o-keyframes bounce-bottom {
    0%, 20%, 50%, 80%, 100% {
        -o-transform: translateY(0);
    }

    40% {
        -o-transform: translateY(-30px);
    }

    60% {
        -o-transform: translateY(-15px);
    }
}

@keyframes bounce-bottom {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-30px);
    }

    60% {
        transform: translateY(-15px);
    }
}


.bounce-top {
    text-align: center;
    z-index: 10000;
    position: absolute;
    animation: bounce-top 2s infinite;
    -webkit-animation: bounce-top 2s infinite;
    -moz-animation: bounce-top 2s infinite;
    -o-animation: bounce-top 2s infinite;
}





@-webkit-keyframes bounce-top {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-30px);
    }

    60% {
        -webkit-transform: translateY(-15px);
    }
}

@-moz-keyframes bounce-top {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
    }

    40% {
        -moz-transform: translateY(-30px);
    }

    60% {
        -moz-transform: translateY(-15px);
    }
}

@-o-keyframes bounce-top {
    0%, 20%, 50%, 80%, 100% {
        -o-transform: translateY(0);
    }

    40% {
        -o-transform: translateY(-30px);
    }

    60% {
        -o-transform: translateY(-15px);
    }
}

@keyframes bounce-top {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-30px);
    }

    60% {
        transform: translateY(-15px);
    }
}



/***************************
    UPDATE FOKUS FLOATING ICON
*/
#divfokusupdate {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    padding: 5px;
    display: block;
    position: fixed;
    right: -116px;
    top: 50%;
    background-color: #2c2927;
    width: 200px;
    margin-top: -100px;
    z-index: 999;
    text-align: center;
    -webkit-transition: all 0.5s ease; /* Safari and Chrome */
    -moz-transition: all 0.5s ease; /* Firefox */
    -ms-transition: all 0.5s ease; /* IE 9 */
    -o-transition: all 0.5s ease; /* Opera */
    transition: all 0.5s ease;
}

    #divfokusupdate a {
        color: white;
    }

        #divfokusupdate a:hover {
            text-decoration: none;
        }

    #divfokusupdate:hover {
        right: 0px;
    }


/**/

.btnaddfavorite .fa-star {
    color: #AAF26F;
}

.btnaddfavorite .fa-star-o {
    color: #CCCCCC;
}

.btnaddfavorite .fa:hover {
    color: black;
}

.btnaddspecialattention .fa-flag {
    color: #f93131;
}

.btnaddspecialattention .fa-flag-o {
    color: #CCCCCC;
}

.btnaddspecialattention .fa:hover {
    color: black;
}


#fileupload {
    visibility: hidden;
    height: 0;
    width: 0;
    overflow: hidden;
}

.panel-admin {
    border-bottom: 1px solid #e5e5e5;
    background-color: #1FBBA6;
    color: white;
}

.panel-user {
    border-bottom: 1px solid #e5e5e5;
    background-color: #1FBBA6;
    color: white;
}

.panel-search {
    border-bottom: 1px solid #e5e5e5;
    background-color: #fcfcfc;
}

.box-point {
    background: #ffffff;
}

.number-usd {
    background-color: #53c1c0;
    color: white;
    width: 50%;
}

.login .login-input {
    border-radius: 2px;
    height: 42px;
}

.message-popup .wrapper-dialog {
    padding-top: 10px !important;
}

.message-popup .wrapper-dialog {
    padding-top: 10px !important;
}

.message-popup-alert .wrapper-dialog .fa {
    font-size: 0px;
}

.noborder {
    border: 0px !important;
}

.bg-default {
    background: #f3f1f1 !important;
    color: #717171;
}

    .bg-default > td {
        border: 1px solid #e2e2e2 !important;
    }

/****************************
    DROPZONE
*****************************/
.dropzone {
    border: 2px dashed #ccc;
    border-radius: 20px;
    padding: 20px;
}

.dropzone-without-radius {
    border: 2px dashed #ccc;
    padding: 20px;
}

.dropzone-highlight {
    border: 2px dashed #66afe9;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
}

.dropzone-highlight-wap {
    filter: brightness(0.8) blur(3px);
}

/**/
.banner-coverage {
    background: #efa4ba;
    padding: 7px !important;
    color: #FFF;
    z-index: 99999;
    position: absolute;
    top: 0;
    width: 100%;
    /*border-top: 1px solid #d83665;
    border-bottom: 1px solid #d83665;*/
}


.highcharts-figure,
.highcharts-data-table table {
    min-width: 310px;
    max-width: 800px;
    margin: 1em auto;
}

#container {
    height: 400px;
}

.highcharts-data-table table {
    font-family: Verdana, sans-serif;
    border-collapse: collapse;
    border: 1px solid #ebebeb;
    margin: 10px auto;
    text-align: center;
    width: 100%;
    max-width: 500px;
}

.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #555;
}

.highcharts-data-table th {
    font-weight: 600;
    padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
    padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
    background: #f8f8f8;
}

.highcharts-data-table tr:hover {
    background: #f1f7ff;
}

.va-middle {
    vertical-align: middle !important;
}

.emanifest-popup .autocomplete-suggestions {
    width: 350px !important;
}

.cell-noeditable .btnsearchsctdocument, .cell-noeditable .fa-check {
    display: none !important;
}


.input1char:focus {
    border: 1px solid black;
}

.input1char {
    border-radius: 0px;
    outline: none;
    width: 14px;
    height: 30px;
    font-size: 12px;
    /* text-transform: capitalize; */
    border: 1px solid #CCCCCC;
    text-align: center;
    padding-inline: 0px !important;
}

.cell-curp {
    min-width: 262px;
}

    .cell-curp .container-cell {
        text-align: center;
        width: 16px;
        border: 1px solid #CCCCCC !important;
        padding: 0px 0px !important;
        height: 30px;
        background-color: white
    }

    .cell-curp .cell-curp-table {
        display: block;
    }


#table-drivers input, #table-drivers .cell-text {
    text-transform: uppercase;
}

#table-drivers th {
    white-space: nowrap;
}

#drivers {
    overflow: auto;
    width: 100%;
}



#documents-drivers-wrapper .progress-container {
    width: 100%;
    border: 1px solid #CCCCCC;
}

#documents-drivers-table tr.processrow .progress {
    display: block;
}

#documents-drivers-table tr .progress-bar {
    color: #333333;
    white-space: nowrap;
}

#documents-drivers-table tr .progress {
    display: none;
    margin-bottom: 0px;
    height: auto;
    outline: white;
}

.processrow
/* #documents-drivers-wrapper .progress-bar {
    
    min-height: 20px;    
    white-space: nowrap;    
    padding: 4px 0px;
    margin-bottom: 0px;
}  */
#table-drivers .row-verified .fa-lock {
    color: green;
    opacity: 0.5;
    ;
}
#table-drivers .fa-unlock{
    color:black;
}

.firstingroup {
    margin-left: 2px;
}

.only-char {
    background-color: #FEF9E7 !important
}

.only-number {
    background-color: #D6EAF8 !important
}


#documents-drivers-wrapper .progress-container {
    width: 100%;
    border: 1px solid #CCCCCC; 
    
}
#documents-drivers-table tr.processrow .div-progress-component{
    display:block;    
}
#documents-drivers-table tr .progress-bar{    
    color:#333333;
    white-space: nowrap;
}

#documents-drivers-table tr .progress{   
    margin-bottom: 0px;
    height: auto;    
    outline: white;
}
#documents-drivers-table tr .div-progress-component{
    display:none;
    margin-bottom: 0px;
    height: auto;    
    outline: white;
}


#documents-drivers-table .result-drivers-table{
    display: table;
    width:100%;
}

#documents-drivers-table .result-drivers-row{
    display: table-row;
}

#documents-drivers-table .result-drivers-td{    
    display: table-cell;
    padding: 2px 6px;
    border-top: 1px solid #e5e5e5;
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -.125em;
    border: .25em solid currentcolor;
    border-right-color: currentcolor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: .75s linear infinite spinner-border;
    animation: .75s linear infinite spinner-border;
}

/* TRACKER - edit title */
.tr-issue [contenteditable] {
    outline: 1px dashed transparent;
    color: #808080;
    background: url("../images/border-dashed-h.gif") repeat-x 0 0, url("../images/border-dashed-v.gif") repeat-y 100% 0px, url("../images/border-dashed-h.gif") repeat-x 0 100%, url("../images/border-dashed-v.gif") repeat-y 0 0;
}

.alert-warning-clone:after {
    content: "\f071";
    padding-left: 5px;
    color: #8f853b;
    font: normal normal normal 14px / 1 FontAwesome;
}

.modalNote {
    display: none;
    position: fixed;
    width: 0px;
    height: 0px;
    justify-content: center;
    align-items: center;
    z-index: 10000;
}

.modal-content {
    position: absolute;
    background: white;
    width: 400px;
    height: 300px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    resize: both;
    overflow: auto;
    display: flex;
    flex-direction: column;
    z-index: 10000;
}

.modal-header {
    background-color: #007BFF;
    color: white;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 8px 8px 0 0;
    cursor: grab;
}

.modal-header:active {
    cursor: grabbing;
}

.close {
    font-size: 24px;
    cursor: pointer;
}

.pin-to-notes{
    color:white;
    cursor: pointer;
    border: 2px solid white;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 2px;
    border-radius: 2px;
}

.claimTemporalNote {
    flex-grow: 1;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 4px;
    margin: 10px 10px 0 10px;
    overflow-y: auto;
    min-height: 50px;
}

.claimTemporalNote:empty:before {
    content: attr(data-placeholder);
    color: #aaa;
    pointer-events: none;
    display: block;
}

.stick-button {
    align-self: flex-end;
    background-color: #007BFF;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    margin: 10px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.pin-to-notes:hover {
    background-color: #0056b3;
}

.resizer {
    position: absolute;
    width: 10px;
    height: 10px;
    bottom: 0;
    right: 0;
    cursor: se-resize;
    border-radius: 50%;
}

/*### TREE ####*/

#container-documents-tree .list-group.tree {
    margin-left: 15px;
    padding-right: 0px;
    border-left: 1px dashed #e5e5e5 !important;
}

#container-documents-tree  .list-group-item {
    padding: 6px 15px 6px 7px;
    border: 0px !important;
}

#container-documents-tree  .tree {
    margin: 0 0 0 15px;
    padding-left: 5px;
    list-style: none;
    position: relative;
    font-size: 12px !important;
}

    #container-documents-tree .tree a:before {
        content: "_";
        color: #d4d4d4;
        display: block;
        width: 0;
        position: absolute;
        top: 5%;
        bottom: 50%;
        left: -5px;
        border-left: 0px dashed;
        font-size: 10px;
    }

    #container-documents-tree .tree a.selected {
        background-image: linear-gradient(to bottom, #edf5fa, #d9e7ef);
        border-radius: 5px;
        margin-right: 5px !important;
        font-weight: bold;
    }

    #container-documents-tree .tree a:hover {
        background-image: #f1f1f1;
        border-radius: 5px;
    }

    #container-documents-tree .tree icon {
        background-repeat: no-repeat;
        background-position: 4px center;
        padding-left: 24px;
    }

    #container-documents-tree .tree .folder-close {
        background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAQCAYAAADwMZRfAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAIGSURBVHjapJO7axRRFMZ/985MHm52s7L4iIagBhUiJJiAhRFsJCCoQQg2Cv4RgoVlKgujQjrBPnaxEZQINhaCIpjKFyjig7DsZnd2Z3buzNxjMbshIZgs+HWHy/nxne+cq2jr7fKZwvDwnp5OXflWs2Nz7yvsIhHB7RRFL3nQWPNnO3VvzvsOTNGFXICX90uPCyM3ZvND06XOQ2LKuZWFm69BX7twa+3njpBPz6YW3cLMlfyBsVKP14N2DBCCW+0bmTh/VsV/Hr56VBwNwngol+v9HUUJR46PLp+YeT5/Z0H6gdDVcH3k5ORe3bsPRQRpDCoBlWf09CXi6ue5w8cMWjsAB4OgRfnLk3H/3eXa0uqHJRgPXQBROYQ8AqDaHhXggbd/eov1gvIYPHTR+bV67+7kqY9PYRxXECQOQTe7yRAFKG0AaDWdLJMkFZSEaBt0QdAgFps0SC30ebUM0gpCpOWD050TsSk2aqIc3SpXihkkiiwSNyD1d2jVG8MoESRtEjQjrLUZxLQMpA1IDWB3AGycKMQhNkkxUZRBYgtifEj8XQZpw5KQJKhhQoOVtpM0UW+i+tdzYioDWXbev3NVimq9CdCo1n3xSuvRxlW8WDy6ohQT2zaxDeJQ9wMGi4WB2nq9H+Dq7R/Z3zHGzqG0u7XFths3w1LSVLPue4naDBcR/ld/BwDSldqbdxXosgAAAABJRU5ErkJggg==');
    }

    #container-documents-tree .tree .folder-open {
        background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAQCAYAAADwMZRfAAAAAXNSR0IArs4c6QAAAAlwSFlzAAALEwAACxMBAJqcGAAAAnJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IlhNUCBDb3JlIDUuNC4wIj4KICAgPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICAgICAgPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIKICAgICAgICAgICAgeG1sbnM6dGlmZj0iaHR0cDovL25zLmFkb2JlLmNvbS90aWZmLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyI+CiAgICAgICAgIDx0aWZmOllSZXNvbHV0aW9uPjcyPC90aWZmOllSZXNvbHV0aW9uPgogICAgICAgICA8dGlmZjpDb21wcmVzc2lvbj41PC90aWZmOkNvbXByZXNzaW9uPgogICAgICAgICA8dGlmZjpYUmVzb2x1dGlvbj43MjwvdGlmZjpYUmVzb2x1dGlvbj4KICAgICAgICAgPHhtcDpDcmVhdG9yVG9vbD5GbHlpbmcgTWVhdCBBY29ybiA1LjIuMTwveG1wOkNyZWF0b3JUb29sPgogICAgICAgICA8eG1wOk1vZGlmeURhdGU+MjAxNi0wMi0wMlQxMjo0OTowOTwveG1wOk1vZGlmeURhdGU+CiAgICAgIDwvcmRmOkRlc2NyaXB0aW9uPgogICA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgrkd8ulAAACb0lEQVQ4EZVSTWgTQRT+ZjP5L21KIeAfFpTWikJVqJdeiuJF0qulePHqRcGriAdPXqrFQy8i6EHwIGigFEQQvbRQxP5pSkzbxCbpT9o0SZvs7uzu+HabTeslxQcz7++bb957Mwx1mRy92sp1w+f6lV3TGHj8Y8f1m2neSOoYE5LfcP1AmE+RfdP1j9Tx+12v/0y+3S5nZ6S78t8/lOL3ut4feZgAbOLR5RedvVeGT1y63s5DHTB0AcswsbuZw+r0xF4xt/KO+xSpKIBpWHREgcLx5drD6TfuBXY7t6PdvW3BFg5DFKFYBmAJhMIMnX0D4Ug+c0fxMDACWpZEMZtCKZ/WyT0gkcIE97bBwyPw+OojsonqEj1z3jUdvfhtHIXM8j8xbmgqLL0CqYcaCbslrbq370tJTdt17EutXIIQViT+4OI5QAOCIZPDH4SubUGtErgu+eRvzH76TC1IeIQK0xsg64CIKWxIcgwxoUCaKHNoNUDaAwOEJpBbmEO1WET/8C0nxqgSeagSJ0ibTWnjZuIfwUHD8pp0m6oiO78AWavgVPdZ+AMBBLmFXV1Bi8863JHDU9ooIDs3m4Yp7zqTrFZqKGfmiXoHHcePIdzeBiYq0C0//EYNOoIIQIWAlx6YiDfXsbq4kiisLD2NjSbHHZJcKk1pDSdPR9EajcCkyrx0VKNHCqKKqkG9E4kkgp3CFtZTqUQmsTwWG0m+sssiEjm19nOuv6fvQoh5FFQ21pxy3U11jG2i2Jf1pdX08q+ll4PPks9djDNy+vZfKdDjBptqxp7ERhYbBDbWaceAPsgbP60pBTqsvfoHao777+xfmRQTxswccNgAAAAASUVORK5CYII=');
    }

/*############*/