
/*@import url('bootstrap.min.css');*/
@import url('bootstrap-override.css');
@import url('jquery-ui-1.10.3.css');
@import url('font-awesome.min.css');
@import url('animate.min.css');
@import url('animate.delay.css');
@import url('lato.css');
@import url('roboto.css');


body {
    background: #1d2939;
    /*  background-color: #E4E7EA;*/
    font-family: 'LatoRegular', 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, sans-serif !important;
    line-height: 21px;
    color: #333;
    overflow: hidden;
}
/*GDM 2019
border: 1px solid #ccc;
    border-color: grey;
*/


/*--------------------------------------
/ FIX  CAMPOS HORIZONTALES
--------------------------------------*/

.clearfix {
    display: block;
    content: "";
    clear: both;
}
/*FIX BTN LINE UPLOAD 2019 GREEN RED */
.uneditable-input {
    height: 39px !important;

}

/*--------------------------------------
/ UL LI LINEA + LINK  FALTA EL HOVER? 
--------------------------------------*/

.detail ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.detail ul li  {
    border-bottom: 1px solid #eee;
    padding: 8px 5px;
    display: block;
    color: #444;

}

.detail ul li a {
    /*  border-bottom: 1px solid #eee;*/
    padding: 7px 5px;
    display: block;
    color: #444;
    transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    text-decoration: none;
}

.detail ul li a:hover {

    padding: 7px 5px;
    display: block;
    color: #9d132b;
    transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    text-decoration: none;
}
.detail li span {
    padding-right: 5px;
    /*float: right;*/
    color: #9d132b;
    font-size: 16px;
}


.detail li i {
    color: #9d132b;
    font-size: 16px;
    margin-right: 8px;
}

/*--------------------------------------
/ FIX  CAMPOS HORIZONTALES
--------------------------------------*/

.special {
    font-family: 'Roboto';
    font-weight: 600 !important;
    color:#c72b59;
}
.form-horizontal .control-label {
    font-weight: normal;
    font-weight: bold;
    margin-bottom: 5px !important;
    color: #000;
    font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.6px;
}
@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: left;
        padding-left: 22px;
    }
}


/*--------------------------------------
/ FUCK TABLE RESPONSIVE FIXED UNIMPLEMENTED TFOOT CU19  VEASMOS QUE DICE LA RUTH  >.< 

*/
@media screen and (max-width: 600px) {
    table {
        border: 0;
    }

    table caption {
        font-size: 1.3em;
    }

    table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    table tr {
        border-bottom: 3px solid #ddd;
        display: block;
        margin-bottom: .625em;
    }

    table td {
        border-bottom: 1px solid #ddd;
        display: block;

        text-align: right;
    }

    table td::before {
        /*
        * aria-label has no advantage, it won't be read inside a table
        content: attr(aria-label);
        */
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
        margin-right: 20px;
    }

    table td:last-child {
        border-bottom: 0;
    }
}


.doc-excel {
    color: #1CAF9A;
    font-size: 15px;
}
.doc-word {
    color: #31708f;
    font-size: 15px;

}
@media print {
    .hidden-print {
        display: none !important;
    }
}

.dt-buttons {
    padding-bottom: 30px;
    float: right;
}




/*--------------------------------------
/ BARRAS PROGRESO + NUMEROS 
--------------------------------------*/
.fix-icono {
    color:#fff;
    z-index: 2;
    margin-left: 4px;
    margin-top: 7px;
}
.borde-left-table {
    border-left:1px solid #dee2e6;
}

.borde-table-dup
{
    border-left:1px solid #dee2e6 !important;
    border-top:1px solid #dee2e6 !important;
}
.borde-table-db{

    border-left:1px solid #dee2e6 !important;
    border-top:1px solid #dee2e6 !important;
    border-bottom:1px solid #dee2e6 !important;
}
.borde-table-gris {
    border:1px solid #dee2e6 !important;
}
.borde-bottom-table {

    border-bottom: 1px solid #dee2e6 !important;
}
.flexer, .progress-indicator {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.no-flexer, .progress-indicator.stacked {
    display: block;
}
.no-flexer-element {
    -ms-flex: 0;
    -webkit-flex: 0;
    -moz-flex: 0;
    flex: 0;
}
.flexer-element, .progress-indicator > li {
    -ms-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    flex: 1;
}
.progress-indicator {
    margin: 0;
    padding: 0;
    font-size: 80%;
    text-transform: uppercase;
    margin-bottom: 1em;
}
.progress-indicator > li {
    list-style: none;
    text-align: center;
    width: auto;
    padding: 0;
    margin: 0;
    position: relative;
    text-overflow: ellipsis;
    color: #bbbbbb;
    display: block;
}
.progress-indicator > li:hover {
    color: #6e6e6e;
}
.progress-indicator > li .bubble {
    border-radius: 1000px;
    width: 25px;
    height: 25px;
    background-color: #bbbbbb;
    display: block;
    margin: 0 auto 0.5em auto;
    border-bottom: 1px solid #888888;
}
.progress-indicator > li .bubble {
    border-radius: 1000px;
    width: 25px;
    height: 25px;
    background-color: #bbbbbb;
    display: block;
    margin: 0 auto 0.5em auto;
    border-bottom: 1px solid #888888;
}
.progress-indicator > li .bubble:before, .progress-indicator > li .bubble:after {
    display: block;
    position: absolute;
    top: 9px;
    width: 100%;
    height: 3px;
    content: '';
    background-color: #bbbbbb;
}
.progress-indicator > li .bubble:before {
    left: 0;
}
.progress-indicator > li .bubble:after {
    right: 0;
}
.progress-indicator > li.completed {
    color: green;
}
.progress-indicator > li.completed-orange {
    color: orange;
}
.progress-indicator > li.completed .bubble {
    background-color: #65d074;
    color: #65d074;
    border-color: #247830;
}
.progress-indicator > li.completed-orange .bubble {
    background-color: orange;
    color: #a94442;
    border-color: #a94442;
}
.progress-indicator > li.completed .bubble:before, .progress-indicator > li.completed .bubble:after {
    background-color: #65d074;
    border-color: #247830;
}

.progress-indicator > li.completed-orange .bubble:before, .progress-indicator > li.completed-orange .bubble:after {
    background-color: orange;
    border-color: #247830;
}

.progress-indicator.stacked > li {
    text-indent: -10px;
    text-align: center;
    display: block;
}
.progress-indicator.stacked > li .bubble:before, .progress-indicator.stacked > li .bubble:after {
    left: 50%;
    margin-left: -1.5px;
    width: 3px;
    height: 100%;
}
.progress-indicator.stacked .stacked-text {
    position: relative;
    z-index: 10;
    top: 0;
    margin-left: 60% !important;
    width: 45% !important;
    display: inline-block;
    text-align: left;
    line-height: 1.2em;
}
.progress-indicator.stacked > li a {
    border: none;
}
@media handheld, screen and (max-width: 400px) {
    .progress-indicator {
        font-size: 60%;
    }
}

/*--------------------------------------
/ BARRAS PROGRESO
--------------------------------------*/

.progress {
    height: 4px;
    border-radius: 0;
    box-shadow: none;
    background: #c8c8c8;
}

.progress {
    margin: 5px 0 5px 0;
}
.progress {
    margin-bottom: 0;
}
.progress {
    overflow: hidden;
    height: 10px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}
.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #428bca;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    transition: width .6s ease;
}
.info .progress-bar {
    background-color: #5bc0de;
}
.success .progress-bar {
    background-color: #5cb85c;
}
.danger .progress-bar {
    background-color: #c72b59;
}
.warning .progress-bar {
    background-color: #f0ad4e;
}
.progress .progress-bar {
    box-shadow: none;
}


/*--------------------------------------
/BOX  LEFT 
--------------------------------------*/
.progress-money  .w90 {
    width:130px;

}
.progress-money  .mr20{
    margin-right: 20px;
}


.progress-money  .ml30{
    margin-left:30px;
}

.box-horizontal {
    float: left;
}
.box-horizontal strong , .box-horizontal-progress strong{
    font-weight: 600;
    text-transform: uppercase;
}

.box-horizontal-progress {
    width: 50%;
}

/*--------------------------------------
/ WIDGET CU 16 MONTOS
--------------------------------------*/
.widget-messaging ul {
    list-style: none;
    padding: 0;
    margin: 0;
    color: #333;
    font-size: 13px;
}
.widget-messaging small {

    color: #333;
    font-size: 13px;
    width: 500px;
    float: right;

}
.widget-messaging .sender {
    font-size: 13px;
    color: #333;
    margin: 0;
    font-weight: 600;


}

.subtitle-red {
    color: #a94442;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
    margin-bottom: 15px;
    margin-top: 0;
}

@media (min-width: 992px) {
    .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
        float: left !important;
    }
}


@media (min-width: 576px) {
    .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
        float: left !important;
    }

    .fix-oculta {
        min-width:200px !important;
    }



}
/*GDM IPHONE */
@media only screen and (max-width: 480px) {
    .widget-messaging small {
        width: 160px;
    }
    .box-horizontal-progress {
        width: 90%;
    }

    .progress-money .box-horizontal .w90 {


        margin-left: 0px !important;

    }

    .progress-money  .ml30{
        margin-left:0px;
    }

}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
        float: left !important;
    }
}

html {
    font-family: sans-serif;
    font-size: 13px;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
/* eliminando fix 2017 GDM 2019 
body {
    margin: 0;
    font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
    font-size: 13px;
  
    font-weight: normal;
    line-height: 1.5;
    color: #000000;
    background-color: #E9ECEF;
}
*/
label {
    font-weight: bold;
    margin-bottom: 5px !important;
    color: #000;
    font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.6px;
}

body.notfound,
body.signin {
    background: #E4E7EA;
}

input,select,textarea {
    font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
    color: #636e7b;
}

a:focus, a:active  {
    outline: none;
}


h1,h2 {
    font-family: "Roboto", "Helvetica Neue", Arial, sans-serif !important;

}
h3,h4,h5 {
    font-family: "Roboto", "Helvetica Neue", Arial, sans-serif !important;
    font-weight: 600;
}

strong {
    /*  font-family: 'Roboto';*/
    font-weight: 600 !important;
}

.col-center{
    float: none;
    margin: 0 auto;
}

.select-multiple{
    height: 200px;
}

.select-multiple option{
    padding: 0 0 4px 4px;
}

/* preloader */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #e4e7ea;
    z-index: 10000;
}

#status {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -15px 0 0 -15px;
    font-size: 32px;
}


/***** HEADER PANEL *****/
/************************/

.headerbar {
    border-left: 1px solid #eee;
    background: #fff;
}

.headerbar::after {
    clear: both;
    display: block;
    content: '';
}

.menutoggle {
    float: left;
    width: 50px;
    height: 50px;
    font-size: 22px;
    cursor: pointer;
    float: left;
    color: #1d2939;
    border-right: 1px solid #eee;
    -moz-transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.menutoggle:hover {
    color: #1d2939;
    background-color: #f7f7f7;
}

.menutoggle .fa,
.menutoggle .glyphicon {
    margin: 14px 0 0 15px;
}

.searchform input {
    width: 250px;
    background: #fff url(../images/icon-search.png) no-repeat 95% center;
    float: left;
    padding: 18px 20px;
    border: 0;
    border-right: 1px solid #eee;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    height: 50px;
    font-size: 13px;
}

.searchform input:focus {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #ddd;
}

.searchform-left {
    margin-top: 10px;
    margin-bottom: 20px;
}

.searchform-left .form-control {
    border: 0;
    background: #131b26;
}

.header-left {
    float: left;
}

.header-right {
    float: right;
}

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

.headermenu:after {
    clear: both;
    display: block;
    content: '';
}

.headermenu > li {
    display: inline-block;
    float: left;
    border-left: 1px solid #eee;
    position: relative;
}

.headermenu .dropdown-toggle {
    padding: 12px 10px;
    border-color: #fff;
    background: #fff;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 0;
}

.headermenu .dropdown-toggle:hover,
.headermenu .dropdown-toggle:focus,
.headermenu .dropdown-toggle:active,
.headermenu .dropdown-toggle.active,
.headermenu .open .dropdown-toggle.dropdown-toggle {
    background: #f9f9f9;
    color: #333;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.headermenu .dropdown-toggle img {
    vertical-align: middle;
    margin-right: 5px;
    width: 26px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}

.headermenu .dropdown-toggle .caret {
    margin-left: 5px;
}

.headermenu .dropdown-menu {
    border: 0;
    margin-top: 0px;
    margin-right: -1px;
    -moz-border-radius: 2px 0 2px 2px;
    -webkit-border-radius: 2px 0 2px 2px;
    border-radius: 2px 0 2px 2px;
    -moz-box-shadow: 3px 3px 0 rgba(12,12,12,0.05);
    -webkit-box-shadow: 3px 3px 0 rgba(12,12,12,0.05);
    box-shadow: 3px 3px 0 rgba(12,12,12,0.05);
    padding: 5px;
}

.headermenu .dropdown-menu:after {
    /*border-bottom: 6px solid #1d2939;*/
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    content: "";
    display: inline-block;
    right: 17px;
    position: absolute;
    top: -6px;
}

.headermenu .dropdown-grid .grid-list {
    padding: 20px;
}

.headermenu .dropdown-menu li {
    display: block;
    margin: 0;
    float: none;
    background: none;
    padding: 15px 5px;
}

.headermenu .dropdown-menu-usermenu li {
    padding: 0;
}

.headermenu .dropdown-menu-usermenu:after {
    right: 95px;
}

.headermenu .dropdown-menu li a {
    color: #cacdd4; /*GDM 2019*/
    font-size: 13px;
    padding: 7px 10px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.headermenu .dropdown-menu li a:hover {
    background: #1caf9a;
    color: #fff;
}

.headermenu .dropdown-menu li i {
    font-size: 12px;
    margin-right: 5px;
}

.headermenu .dropdown-menu-head {
    padding: 0;
    min-width: 300px;
}

.headermenu .tp-icon {
    padding: 12px 15px;
    height: 50px;
    font-size: 16px;
    background: #fff;
    color: #333;
    border-color: #fff;
    -moz-transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.headermenu .tp-icon + .dropdown-menu:after {
    right: 17px;
}

.headermenu .chat-icon {
    border-right: 0;
}

.headermenu .dropdown-menu-usermenu {
    background: #1d2939;
    min-width: 200px;
}

.headermenu .dropdown-menu-head ul {
    border: 1px solid #ddd;
    border-top: 0;
    padding: 0 10px;
}

.headermenu .dropdown-menu-head li a {
    color: #333;
    padding: 0;
    opacity: 1;
}

.headermenu .dropdown-menu-head li a:hover {
    background: none;
    color: #428BCA;
    text-decoration: none;
}

.headermenu .btn-group {
    margin-bottom: 0;
}

.dropdown-list li {
    padding: 15px;
    overflow: hidden;
    border-bottom: 1px solid #eee;
}

.dropdown-list li:last-child {
    border-bottom: 0;
}

.dropdown-list .thumb {
    width: 36px;
    float: left;
}

.dropdown-list .thumb img {
    width: 100%;
    display: block;
    vertical-align: middle;
}

.dropdown-list .desc {
    margin-left: 45px;
    display: block;
}

.dropdown-list .desc h5 {
    font-size: 13px;
    margin-top: 7px;
}

.dropdown-list li:last-child {
    padding: 7px 5px;
}

.dropdown-list li .badge {
    float: right;
}

.user-list {
    width: 300px;
}


/***** LEFT PANEL *****/
/**********************/

.leftpanel {
    width: 240px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
}

.sticky-leftpanel {
    position: fixed;
    height: 100%;
    overflow-y: auto;
}

.logopanel {
    height: 50px;
    width: 50px;
    background: #fff;
}

.logopanel h1 {
    font-size: 30px;
    font-family: 'LatoBold', 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, sans-serif;
    letter-spacing: -1.5px;
    color: #060708;
    line-height: 30px;
    margin: 0;
}

.logopanel h1 span {
    color: #1caf9a;
}
.leftpanelinner, h4{
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 10px;
}


.leftpanelinner {
    padding: 5px 15px;
}

.leftpanel .searchform {
    display: none;
}

.leftpanel .searchform::after {
    content: '';
    display: block;
    clear: both;
}

.leftpanel .searchform input {
    padding: 10px;
    height: auto;
    width: 100%;
    margin: 5px 0 20px 0;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.leftpanel .userlogged {
    margin: 0;
    padding: 0;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    display: none;
}

.leftpanel .userlogged .media-object {
    width: 40px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    float: left;
    border: 2px solid #1CAF9A;
    padding: 2px;
    margin-left: 2px;
}

.leftpanel .userlogged .media-body {
    margin-left: 50px;
    color: #ccc;
}

.leftpanel .userlogged .media-body h4 {
    font-size: 13px;
    margin: 0;
}

.leftpanel .userlogged .media-body span {
    font-style: italic;
    font-size: 11px;
    opacity: 0.5;
}

.sidebartitle {
    font-size: 11px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 10px;
}

.nav-bracket {
    margin-bottom: 30px;
}

.nav-bracket > li > a {
    color: #cacdd4; /* GDM 2019*/
    padding: 7px 10px;
}

.nav-bracket > li > a:hover,
.nav-bracket > li > a:active,
.nav-bracket > li > a:focus {
    background-color: #fff;
    color: #1d2939;
    -moz-box-shadow: 0 3px 0 rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 3px 0 rgba(0,0,0,0.2);
    box-shadow: 0 3px 0 rgba(0,0,0,0.2);
}

.nav-bracket > li.nav-parent > a {
    background: transparent url(../images/plus-white.png) no-repeat 96% center;
}

.nav-bracket > li.nav-parent > a:focus {
    background-color: none;
    color: #8F939E;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.nav-bracket > li.nav-parent > a:hover,
.nav-bracket > li.nav-parent > a:active {
    color: #1d2939;
    background-color: #fff;
    background-image: url(../images/plus.png);
}

.nav-bracket > li.nav-active > a {
    background-color: #fff;
    background-image: url(../images/minus.png);
    color: #1d2939;
    -moz-box-shadow: 0 3px 0 rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 3px 0 rgba(0,0,0,0.2);
    box-shadow: 0 3px 0 rgba(0,0,0,0.2);
}

.nav-bracket > li.nav-active > a:hover {
    background-image: url(../images/minus.png);
    background-repeat: no-repeat;
}

.nav-bracket > li.nav-active > a:focus {
    color: #1d2939;
}

.nav-bracket > li.active > a,
.nav-bracket > li.active > a:hover,
.nav-bracket > li.active > a:focus {
    background-color: #1caf9a;
    color: #fff;
}

.nav-bracket > li.active > a {
    -moz-box-shadow: 0 3px 0 rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 3px 0 rgba(0,0,0,0.2);
    box-shadow: 0 3px 0 rgba(0,0,0,0.2);
}

.nav-bracket > li.nav-parent.active > a {
    background-image: url(../images/plus.png);
}

.nav-bracket > li.nav-active.active > a {
    background-image: url(../images/minus.png);
}

.nav-bracket > li.nav-active.active > a:hover {
    background-image: url(../images/minus.png);
}

.nav-bracket li .fa,
.nav-bracket li .glyphicon {
    font-size: 16px;
    vertical-align: middle;
    margin-right: 10px;
    width: 16px;
    text-align: center;
}

.nav-bracket > li > a > .badge {
    margin-top: 2px;
}

.nav-bracket .children {
    list-style: none;
    display: none;
    margin: 5px 0;
    padding: 0;
}

.nav-bracket .children > li > a {
    color: #94989d;
    font-size: 13px;
    display: block;
    padding: 5px 0 5px 27px;
    -moz-transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.nav-bracket .children > li > a > span {
    margin-top: 2px;
}

.nav-bracket .children > li > a:hover,
.nav-bracket .children > li > a:active,
.nav-bracket .children > li > a:focus {
    text-decoration: none;
    color: #1caf9a;
}

.nav-bracket .children > li .fa {
    font-size: 12px;
    opacity: 0.5;
    margin-right: 5px;
    text-align: left;
    width: auto;
    vertical-align: baseline;
}

.nav-bracket .children > li.active > a {
    color: #1caf9a;
}

.nav-bracket .children ul {
    margin-left: 12px;
    border: 0;
}





/***** MAIN PANEL *****/
/**********************/

.mainpanel {
    margin-left: 0px;
    background: #e4e7ea;
    min-height: 1000px
}

.pageheader {
    padding: 15px;
    border-bottom: 1px solid #d3d7db;
    border-top: 1px solid #eee;
    background: #f7f7f7;
    position: relative;



    /* 
        background: rgba(7,103,145,1);
    background: -moz-linear-gradient(left, rgba(7,103,145,1) 0%, rgba(9,132,112,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(7,103,145,1)), color-stop(100%, rgba(9,132,112,1)));
    background: -webkit-linear-gradient(left, rgba(7,103,145,1) 0%, rgba(9,132,112,1) 100%);
    background: -o-linear-gradient(left, rgba(7,103,145,1) 0%, rgba(9,132,112,1) 100%);
    background: -ms-linear-gradient(left, rgba(7,103,145,1) 0%, rgba(9,132,112,1) 100%);
    background: linear-gradient(to right, rgba(7,103,145,1) 0%, rgba(9,132,112,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#076791', endColorstr='#098470', GradientType=1 );
    
    */
}

.pageheader h2 {
    font-size: 20px;
    color: #1D2939;

    letter-spacing: -0.5px;
    margin: 0;
    text-transform: uppercase;
}

.pageheader .glyphicon,
.pageheader .fa {
    font-size: 24px;
    margin-right: 5px;
    padding: 6px 7px;
    /*border: 0px solid #1D2939;*/
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}

.pageheader .fa.fa-pencil {
    padding: 6px 9px;
}

.pageheader .fa.fa-hand-o-up {
    padding: 6px 9px 6px 7px;
}

.pageheader .fa-file-o {
    padding: 6px 10px;
}

.pageheader .fa-user {
    padding: 6px 10px;
}

.pageheader .fa-file-text {
    padding: 6px 10px;
}

.pageheader .fa-map-marker {
    padding: 6px 12px;
}

.pageheader .fa-dollar {
    padding: 6px 12px;
}

.pageheader .fa-clock-o {
    padding: 6px 8px;
}

.pageheader h2 span {
    font-size: 13px;
    text-transform: none;
    color: #999;
    font-style: italic;
    vertical-align: middle;
    letter-spacing: 0;
}

.pageheader h2 span::before {
    content: '/';
    margin: 0 10px 0 5px;
    color: #ccc;
}

.pageheader .breadcrumb-wrapper {
    position: absolute;
    top: 23px;
    right: 25px;
}

.pageheader .breadcrumb-wrapper .label {
    color: #999;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: normal;
    display: inline-block;
}

.pageheader .breadcrumb {
    background: none;
    display: inline-block;
    padding: 0;
}

.pageheader .breadcrumb li {
    font-size: 12px;
}

.pageheader .breadcrumb li.active {
    color: #333;
}

.contentpanel {
    padding: 10px;
    position: relative;
}

.contentpanel::after {
    clear: both;
    display: block;
    content: '';
}

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

.row-pad-5 {
    margin-left: -5px;
    margin-right: -5px;
}

.row-pad-5 [class*="col-lg"],
.row-pad-5 [class*="col-md"],
.row-pad-5 [class*="col-sm"] {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
}

.subtitle {
    font-size: 16px;
    text-transform: uppercase;
    color: #333;
    font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
    margin-bottom: 15px;
    margin-top: 0;
    font-weight: 600;
}

h6 .subtitle {
    font-size: 12px;
    text-transform: uppercase;
    color: #a94442;
    ;
    font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
    margin-bottom: 15px;
    margin-top: 0;
    font-weight: 600;
}

.subtitle-lined {
    border-bottom: 1px dotted #ddd;
    padding-bottom: 5px;
}
/*GDM 2019*/
.dropdown-menu .subtitle-lined {
    border-bottom: 1px dotted #ddd;
    padding-bottom: 5px;
    color:rgb(3, 146, 125);
}
.nav-horizontal  .subtitle-lined {
    border-bottom: 1px dotted #ddd;
    padding-bottom: 5px;
    color:rgb(3, 146, 125);
}
.dropdown-menu .text-warning {
    color: #ea9e1a;
}
/*GDM 2019*/
p {
    margin-bottom: 10px;
}


/***** DASHBOARD *****/
/*********************/

.panel-stat {
    background: none;
}

.panel-stat .panel-heading {
    padding: 15px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.panel-stat .stat {
    color: #fff;
    max-width: 250px;
}

.panel-stat .stat img {
    text-align: center;
}

.panel-stat i {
    font-size: 30px;
    border: 1px solid #fff;
    padding: 15px;
    border-radius: 50px;
    opacity: 0.5;
}

.panel-stat .stat-label {
    text-transform: uppercase;
    font-size: 11px;
    opacity: 0.75;
    display: block;
    line-height: normal;
    margin-bottom: 2px;
}

.panel-stat h1 {
    margin: 0;
    line-height: 36px;
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 38px;
}

.panel-stat h4 {
    margin: 0;
    font-family: 'Helvetica Neue', sans-serif;
}

.sublabel {
    display: block;
    font-size: 12px;
    margin-bottom: 2px;
}

.dashboard-datatable .dataTables_filter {
    float: left;
}



/***** FORM STYLES *****/
/***********************/


.ckbox,
.rdio {
    position: relative;
}

.ckbox input[type="checkbox"],
.rdio input[type="radio"] {
    opacity: 0;
}

.ckbox label,
.rdio label {
    padding-left: 30px;
    cursor: pointer;
    margin-bottom: 7px !important;
}

.ckbox label:before {
    width: 18px;
    height: 18px;
    margin-left: 15px;/**/
    position: absolute;
    top: 1px;
    left: 0;
    content: '';
    display: inline-block;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #bbb;
    background: #fff;
}

.ckbox input[type="checkbox"]:disabled + label  {
    color: #999;
}

.ckbox input[type="checkbox"]:disabled + label:before  {
    background-color: #eee;
}

.ckbox input[type="checkbox"]:checked + label::after  {
    font-family: 'FontAwesome';
    content: "\F00C";
    position: absolute;
    top: 1px;
    left: 18px;
    display: inline-block;
    font-size: 12px;
    width: 16px;
    height: 16px;
    color: #fff;
}

.ckbox-default input[type="checkbox"]:checked + label:before {
    border-color: #999;
}

.ckbox-default input[type="checkbox"]:checked + label::after {
    color: #333;
}

.ckbox-primary input[type="checkbox"]:checked + label:before {
    border-color: #357EBD;
    background-color: #428BCA;
}

.ckbox-warning input[type="checkbox"]:checked + label:before {
    border-color: #EEA236;
    background-color: #F0AD4E;
}

.ckbox-success input[type="checkbox"]:checked + label:before {
    border-color: #1CAF9A;
    background-color: #1CAF9A;
}

.ckbox-danger input[type="checkbox"]:checked + label:before {
    border-color: #D43F3A;
    background-color: #D9534F;
}


.rdio label:before {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 1px;
    left: 0;
    content: '';
    display: inline-block;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    border: 1px solid #bbb;
    background: #fff;
}

.rdio input[type="radio"]:disabled + label  {
    color: #999;
}

.rdio input[type="radio"]:disabled + label:before  {
    background-color: #eee;
}

.rdio input[type="radio"]:checked + label::after  {
    content: '';
    position: absolute;
    top: 5px;
    left: 4px;
    display: inline-block;
    font-size: 12px;
    width: 10px;
    height: 10px;
    background-color: #444;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}

.rdio-default input[type="radio"]:checked + label:before {
    border-color: #999;
}

.rdio-primary input[type="radio"]:checked + label:before {
    border-color: #428BCA;
}

.rdio-primary input[type="radio"]:checked + label::after {
    background-color: #428BCA;
}

.rdio-warning input[type="radio"]:checked + label:before {
    border-color: #F0AD4E;
}

.rdio-warning input[type="radio"]:checked + label::after {
    background-color: #F0AD4E;
}

.rdio-success input[type="radio"]:checked + label:before {
    border-color: #1CAF9A;
}

.rdio-success input[type="radio"]:checked + label::after {
    background-color: #1CAF9A;
}

.rdio-danger input[type="radio"]:checked + label:before {
    border-color: #D9534F;
}

.rdio-danger input[type="radio"]:checked + label::after {
    background-color: #D9534F;
}


pre {
    font-size: 12px;
    color: #C7254E;
    border: 1px solid #ddd;
    padding: 8px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #fff;
}

label.error {
    color: #B94A48;
    margin-top: 2px;
}

label.error:empty {
    display: none !important;
}


.asterisk {
    color: #D9534F;
}

div.error {
    margin-bottom: 20px;
    display: none;
    position: relative;
}

div.error label.error {
    display: block;
    padding-left: 25px;
    position: relative;
}

div.error label.error:before {
    font-family: 'Glyphicons Halflings';
    content: '\e101';
    position: absolute;
    top: -2px;
    left: 0;
    font-size: 16px;
    color: #D9534F;
    display: inline-block;
}

.bootstrap-timepicker .dropdown-menu {
    top: 40px;
}

/* CKEDITOR */
.editable {
    padding: 10px;
    border: 1px solid #fcfcfc;
    margin-bottom: 20px;
}

.editable:hover {
    border: 1px solid #ccc;
}

.editable h4 {
    color: #333;
}


/***** FORM WIZARD STYLES *****/
/**************************/


.tab-pane::after {
    clear: both;
    display: block;
    content: '';
}


/***** UI ELEMENTS *****/
/***********************/

.btn-demo::after {
    clear: both;
    display: block;
    content: '';
}

.btn-demo .btn {
    float: left;
    margin: 0 10px 10px 0;
}

.fonticon-list {
    list-style: none;
    margin: 20px 0;
    padding: 0;
}

.fontawesome-list {
    list-style: none;
    padding: 0;
}

.fonticon-list li,
.fontawesome-list li {
    display: block;
    margin-bottom: 5px;
}

.fonticon-list li span,
.fontawesome-list li span {
    color: #333;
    vertical-align: middle;
    margin-right: 8px;
    min-width: 20px;
    display: inline-block;
    width: 20px;
}

.tooltip-example .btn,
.popover-example .btn {
    margin: 0 5px 5px 0;
}

.tooltipflot {
    background-color: rgba(0,0,0,0.75);
    font-size: 11px;
    color: #fff;
    padding: 3px 10px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.jqstooltip{
    min-height: 25px;
    border: 0;
    min-width: 30px;
    height: auto !important;
    width: auto !important;
}


.widget-slider .carousel-control.right,
.widget-slider .carousel-control.left {
    background: none;
}

.widget-slider .carousel-control {
    width: auto;
    text-shadow: none;
    color: #fff;
    bottom: auto;
    top: -55px;
    padding: 0;
    line-height: normal;
}

.widget-slider .carousel-control.left {
    left: auto;
    right: 25px;
}

.widget-slider .carousel-control span {
    line-height: normal;
    font-size: 18px;
}

.widget-slider .media {
    padding-bottom: 0;
}

.widget-slider .carousel-indicators {
    top: -53px;
    right: 0;
    bottom: auto;
    left: auto;
    width: auto;
}


/***** EMAIL *****/
/*****************/

.btn-compose-email {
    padding: 10px 0;
    margin-bottom: 20px;
}

.nav-email > li > a > .badge {
    margin-top: 2px;
}

.nav-email > li > a {
    color: #444;
}

.nav-email > li > a > i {
    width: 16px;
    text-align: center;
    margin-right: 10px;
}

.nav-email > li > a:hover {
    background-color: #d8dcdf;
}

.table-email {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid #eee;
    margin: 0;
    background-color: #f7f7f7;
}

.table-email tr.unread td {
    background-color: #fff;
}

.table-email tbody > tr > td {
    vertical-align: middle;
}

.table-email tr:hover {
    background-color: #eee;
    cursor: pointer;
}

.table-email tr.selected td {
    background-color: #eee;
}

.table-email .ckbox {
    width: 18px;
    height: 19px;
}

.table-email .ckbox input[type="checkbox"]:checked + label:after {
    top: 2px;
}

.table-email .star {
    color: #ccc;
}

.table-email .star-checked {
    color: #F0AD4E;
}

.table-email td:first-child {
    width: 30px;
}

.table-email td:nth-child(2) {
    width: 30px;
}

.table-email .media {
    margin: 0;
    padding: 0;
}

.table-email .media-object {
    width: 35px;
}

.table-email .media h4 {
    margin: 0;
    font-size: 14px;
    line-height: normal;
    font-family: 'LatoBold', sans-serif;
}

.table-email .media-meta {
    font-size: 12px;
    color: #999;
}

.table-email .email-summary {
    margin: 2px 0 0 0;
}

.table-email .email-summary strong {
    color: #333;
}

.read-panel {
    margin-top: 10px;
    border-top: 1px solid #eee;
    padding-top: 20px;
}

.read-panel .media-object {
    width: 35px;
}

.read-panel .media h4 {
    margin: 2px 0 0 0;
    font-size: 14px;
    line-height: normal;
}

.read-panel .media-meta {
    font-size: 12px;
}

.email-subject {
    color: #333;
}


/***** TABLES *****/
/******************/

.dataTables_length .chosen-container {
    min-width: 75px;
}

.dataTables_length .chosen-container-single .chosen-single {
    padding-right: 0;
}

.table-action {
    text-align: center;
}

.table-action-hide a {
    opacity: 0;
}

.table-action a,
.table-action-hide a {
    display: inline-block;
    margin-right: 5px;
    color: #666;
}

.table-action a:hover,
.table-action-hide a:hover {
    color: #333;
}

.table-action a:last-child,
.table-action-hide a:last-child {
    margin-right: 0;
}

/***** PAGES *****/
/*****************/


/* mediamanager */
.filemanager-options {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
    background: #fcfcfc;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 3px 0 rgba(12,12,12,0.03);
    -webkit-box-shadow: 0 3px 0 rgba(12,12,12,0.03);
    box-shadow: 0 3px 0 rgba(12,12,12,0.03);
}

.filemanager-options li {
    display: inline-block;
    padding: 12px 15px;
    border-right: 1px solid #eee;
    font-size: 13px;
    color: #666;
}

.filemanager-options li a {
    color: #666;
}

.filemanager-options li a.disabled {
    opacity: 0.5;
    cursor: default;
}

.filemanager-options li a.disabled:hover {
    text-decoration: none;
}

.filemanager-options li i {
    font-size: 14px;
    margin-right: 5px;
    color: #444;
}

.filemanager-options .ckbox label {
    margin: 0 !important;
}

.filemanager-options .filter-type {
    float: right;
    border-right: 0;
    border-left: 1px solid #eee;
}

.filemanager-options .filter-type a {
    display: inline-block;
    margin-right: 10px;
}

.filemanager-options .filter-type a:last-child {
    margin-right: 0;
}

.filemanager-options .filter-type a:first-child {
    margin-left: 10px;
}

.filemanager-options .filter-type a.active {
    text-decoration: underline;
    color: #2A6496;
}

.filemanager .thmb {
    border: 1px solid #fcfcfc;
    background: #fcfcfc;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 10px;
    margin-bottom: 20px;
    position: relative;
    -moz-box-shadow: 0 3px 0 rgba(12,12,12,0.03);
    -webkit-box-shadow: 0 3px 0 rgba(12,12,12,0.03);
    box-shadow: 0 3px 0 rgba(12,12,12,0.03);
}

.filemanager .thmb.checked {
    border-color: #ccc;
}

.filemanager .thmb::after {
    clear: both;
    display: block;
    content: '';
}

.filemanager .ckbox {
    position: absolute;
    top: 15px;
    left: 15px;
    display: none;
}

.filemanager .fm-group {
    position: absolute;
    top: 15px;
    right: 15px;
    display: none;
}

.filemanager .fm-toggle {
    padding: 1px 4px;
    line-height: normal;
    background: #fff;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.filemanager .fm-menu {
    min-width: 120px;
}

.filemanager .fm-menu a {
    font-size: 12px;
    color: #333;
}

.filemanager .fm-menu i {
    margin-right: 7px;
    color: #999;
    width: 16px;
    font-size: 13px;
}

.filemanager .thmb-prev {
    background: #eee;
    overflow: hidden;
}

.filemanager .thmb-prev a {
    display: block;
}

.filemanager .fm-title {
    margin-bottom: 0;
    font-size: 13px;
}

.filemanager .fm-title a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.fm-sidebar {
    padding-left: 10px;
}

.fm-sidebar .subtitle a {
    color: #999;
    font-size: 11px;
}

.fm-sidebar .subtitle a:hover {
    text-decoration: none;
    color: #333;
}


.fm-sidebar .tag-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.fm-sidebar .tag-list li {
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}

.fm-sidebar .tag-list li a {
    display: block;
    padding: 2px 7px;
    font-size: 11px;
    background: #fcfcfc;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #666;
}

.fm-sidebar .tag-list li a:hover {
    color: #fff;
    text-decoration: none;
    background: #428BCA;
}

/* profile */


.uploadphoto-list {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 20px;
}

.uploadphoto-list li {
    width: 20%;
    float: left;
}

.uploadphoto-list li a {
    display: block;
    margin-right: 5px;
}

/* bloglist */

/* blog single */

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

.sidebar-list li {
    display: block;
    border-bottom: 1px solid #ddd;
}

.sidebar-list li a {
    padding: 7px 0;
    display: block;
}

.sidebar-list li i {
    display: inline-block;
    margin-right: 5px;
}

/* comment list */


/* people directory */

.notfoundpanel {
    text-align: center;
    margin-top: 10%;
    width: 600px;
    margin: 10% auto 0 auto;
}

.notfoundpanel h1 {
    font-size: 130px;
    font-family: 'LatoBold', sans-serif;
    color: #333;
    margin: 0;
    line-height: 130px;
}

.notfoundpanel h3 {
    color: #333;
    margin: 0;
}

.notfound h4 {
    font-size: 14px;
}

.notfoundpanel form {
    width: 350px;
    margin: 20px auto 0 auto;
}

.notfoundpanel .form-control {
    width: 250px;
    float: left;
}

/* search results */
.nav-sr li {
    border-bottom: 1px solid #ddd;
}

.nav-sr li a {
    padding: 5px 0;
    color: #555;
}

.nav-sr li a:hover {
    background: none;
    color: #333;
}

.nav-sr li a i {
    margin-right: 5px;
}

.results-list .media {
    border-bottom: 1px solid #eee;
}

.results-list .media-object {
    width: 125px;
    margin-right: 10px;
}

.results-list .filename {
    margin: 0;
    font-size: 16px;
}

.results-list .media-body {
    line-height: 18px;
}


/* invoice */
.table-invoice {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid #eee;
    margin-top: 20px;
}

.table-invoice thead > tr > th {
    background: none;
}

.table-invoice thead > tr > th:last-child,
.table-invoice thead > tr > th:nth-child(3),
.table-invoice thead > tr > th:nth-child(2) {
    text-align: right;
}

.table-invoice tbody > tr > td:last-child,
.table-invoice tbody > tr > td:nth-child(3),
.table-invoice tbody > tr > td:nth-child(2) {
    width: 15%;
    text-align: right;
}

.table-total {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    float: right;
}

.table-total > tbody > tr > td {
    border: 0;
}

.table-total > tbody > tr > td:last-child {
    border-bottom: 1px solid #ddd;
    width: 15%;
    text-align: right;
}

.table-total > tbody > tr > td:first-child {
    text-align: right;
    color: #333;
}

/* timeline */


/* locked screen */


/* sign in */

.signinpanel {
    width: 780px;
    margin: 5% auto 0 auto;
}

.signinpanel .logopanel {
    float: none;
    width: auto;
    padding: 0;
    background: none;
}

.signinpanel .signin-info ul {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.signinpanel .signin-info a {
    color: #333;
}

.signinpanel .form-control {
    display: block;
    margin-top: 15px;
}

.signinpanel .uname {
    background: #fff url(../images/user.png) no-repeat 95% center;
}

.signinpanel .pword {
    background: #fff url(../images/locked.png) no-repeat 95% center;
}

.signinpanel .btn {
    margin-top: 15px;
    text-transform: uppercase;
}

.signinpanel form {
    background: rgba(255,255,255,0.2);
    border: 1px solid #ccc;
    -moz-box-shadow: 0 3px 0 rgba(12,12,12,0.03);
    -webkit-box-shadow: 0 3px 0 rgba(12,12,12,0.03);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 30px;


}

.signinpanel form a {
    color: #333;
}

/* sign up */

.signuppanel {
    margin: 5% auto 0 auto;
    width: 780px;
}

.signuppanel .row {
    margin-left: -5px;
    margin-right: -5px;
}

.signuppanel .logopanel {
    float: none;
    width: auto;
    padding: 0;
    background: none;
}

.signuppanel .col-sm-6,
.signuppanel .col-sm-5,
.signuppanel .col-sm-3,
.signuppanel .col-sm-4 {
    padding-left: 5px;
    padding-right: 5px;
}

.signuppanel .signup-info {
    padding-right: 20px;
}

.signuppanel form {
    background: rgba(255,255,255,0.2);
    border: 1px solid #ccc;
    -moz-box-shadow: 0 3px 0 rgba(12,12,12,0.03);
    -webkit-box-shadow: 0 3px 0 rgba(12,12,12,0.03);
    box-shadow: 0 3px 0 rgba(12,12,12,0.03);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 30px;
}


.signup-footer {
    border-top: 1px solid #ddd;
    margin-top: 30px;
    padding-top: 10px;
    font-size: 13px;
}


/***** LEFT PANEL COLLAPSE *****/
/*******************************/


/***** RIGHT PANEL STYLES *****/
/**************************/



/***** HORIZONTAL MENU *****/
/***************************/


.horizontal-menu {
    margin: 0;
}

.horizontal-menu .menutoggle {
    display: none;
}

.horizontal-menu .leftpanel {
    display: none;
}

.horizontal-menu .mainpanel {
    margin: 0;
    width: 100%;
    overflow: hidden;
}

.horizontal-menu.chat-view .mainpanel {
    margin-left: -240px
}

.headerbar .logopanel {
    float: left;
    width: 120px;
    border-right: 1px solid #eee;
}

.horizontal-menu.chat-view .navhor-bracket {
    padding: 0;
}

.headerbar .topnav {
    float: left;
    margin: 0;
}

.headerbar .topnav > ul {
    padding: 0;
    margin: 0;
    float: left;
}

.headerbar .topnav > ul > li {
    margin: 0;
    float: left;
}

.headerbar .topnav > ul > li > a {
    padding: 15px 15px 12px 15px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 12px;
    color: #666;
    font-family: 'LatoBold', sans-serif;
}

.headerbar .topnav > ul > li > a:hover,
.headerbar .topnav > ul > li > a:focus,
.headerbar .topnav > ul > li.open > a,
.headerbar .topnav > ul > li.active > a {
    box-shadow: 0 3px 0 #1CAF9A;
    color: #1CAF9A;
    background: none;
}

.headerbar .topnav > ul > li > a i {
    margin-right: 5px;
}

.headerbar .topnav > ul > li > a .badge {
    margin-left: 10px;
}

.headerbar .topnav > ul > li .dropdown-menu {
    margin-top: 2px;
    -moz-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}

.headerbar .topnav > ul > li .dropdown-menu > li > a {
    padding: 6px 10px;
    font-size: 13px;
}

.headerbar .topnav > ul > li .dropdown-menu > li > a:hover {
    background: #1CAF9A;
    color: #fff;
}

.headerbar .topnav > ul > li .dropdown-menu i {
    display: none;
}



/***** FIXED WIDTH *****/
/***********************/

.fixed {
    background: #c9cccf;
}

.fixed section {
    margin: auto;
    max-width: 1050px;
    position: relative;
    background: #1D2939;
}

.fixed .rightpanel {
    background: #1D2939;
}

.fixed-noleft .leftpanel {
    display: none;
}

.fixed-noleft .mainpanel {
    margin-left: 0;
}

.fixed-noleft.chat-view .headerbar {
    margin-left: 0;
}

.fixed-noleft.chat-view .logopanel {
    display: block;
}

.fixed-noleft .menutoggle {
    display: none;
}


/***** MODALS *****/
/******************/

.bs-example-modal-panel .modal-content {
    background: none;
}

.modal-photo-viewer {
    margin-top: 0;
    margin-bottom: 0;
    top: 50%;
    left: 50%;
    width: auto;
    position: absolute;
}

.modal-photo-viewer .modal-content {
    position: relative;
    width: 900px;
    height: 600px;
    margin-left: -50%;
    margin-top: -300px;
}

.modal-photo-viewer .modal-photo-left,
.modal-photo-viewer .modal-photo-right {
    padding: 0;
}

.modal-photo-viewer .modal-photo-left {
    background: #000;
}

.modal-photo-viewer .modal-photo {
    top: 50%;
    position: relative;
}

.modal-photo-viewer .row {
    margin-left: 0;
    margin-right: 0;
}

.modal-photo-viewer .img-responsive {
    max-height: 600px;
    margin: auto;
}

.media-details {
    padding: 20px;
}

.media-details .categ {
    font-size: 11px;
}

.media-details .media-title {
    margin: 0;
    margin-bottom: 10px;
    color: #333;
    font-size: 20px;
}

.media-details p {
    font-size: 13px;
}

.media-details .details {
    margin-top: 20px;
}

.media-details .details h4 {
    font-size: 12px;
    color: #333;
    text-transform: uppercase;
    font-family: 'LatoBold';
}

.media-details .table {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.media-details .table tr td {
    padding: 3px 0;
    font-size: 13px;
    background: none;
}


/***** TABLE STYLES ******/
/*************************/

.table-primary thead tr th {
    background: #428BCA;
    border: 1px solid #dee2e6; /* keko */
}

.table-success thead tr th {
    background: #1CAF9A;
}

.table-warning thead tr th {
    background: #F0AD4E;
}

.table-danger thead tr th {
    background: #D9534F;
}

.table-info thead tr th {
    background: #5BC0DE;
}

.table-dark thead tr th {
    background: #1D2939;
}

.table.table-primary thead tr th,
.table.table-success thead tr th,
.table.table-danger thead tr th,
.table.table-warning thead tr th,
.table.table-info thead tr th,
.table.table-dark thead tr th {
    color: #fff;
    border-bottom: 0;
}

.table-bordered.table-primary thead tr th,
.table-bordered.table-success thead tr th,
.table-bordered.table-warning thead tr th,
.table-bordered.table-danger thead tr th,
.table-bordered.table-info thead tr th,
.table-bordered.table-dark thead tr th {
    /*border-color: rgba(255,255,255,0.2);*/
    border: 1px solid #dee2e6; /* keko */
}


/***** BUG TRACKER *****/
/***********************/

.panel .panel-table {
    padding: 0;
}

.panel-table .table {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
}

.table-buglist thead tr th:first-child,
.table-buglist tbody tr td:first-child {
    text-align: center;
    width: 30px;
}

.table-buglist .fa {
    cursor: pointer;
}

.table-buglist .fa-bug {
    color: #D9534F;
}

.table-buglist .fa-magic {
    color: #1CAF9A;
}

.table-buglist .btn-group {
    margin: 0;
}

.table-buglist .btn-group .dropdown-toggle {
    color: #999;
    cursor: pointer;
}

.table-buglist .btn-group .dropdown-toggle:hover {
    color: #666;
}

.bug-key-title {
    margin: 0;
    margin-bottom: 5px;
}



/***** ADDITIONAL STYLES *****/
/*****************************/


/* DROPDOWN */

.dropdown-menu-head {
    background: #fff
}

.dropdown-menu-head .title {
    background: #1d2939;
    color: #94989d;
    padding: 15px;
    text-transform: uppercase;
    font-size: 11px;
    margin: 0;
}


/* ICON */

.tp-icon {
    padding: 10px 20px;
    line-height: 20px;
    border-color: #ddd;
    position: relative;
}

.tp-icon .badge {
    position: absolute;
    font-size: 10px;
    font-weight: normal;
    right: 4px;
    top: 10px;
    line-height: 13px;
    background-color: #D9534F;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding: 2px 5px;
}

/* CHOSEN OVERRIDE */

.chosen-container-single .chosen-single div {
    width: 30px;
    border-left: 1px solid #ccc;
    background: #e4e7ea;
}

.chosen-container-single .chosen-single div b {
    background: url(../images/dropdown-arrow.png) no-repeat 8px 15px;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
    width: 30px;
    border-left: 0;
    background: #fff;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: 8px -33px;
}

/* TIME PICKER */

.bootstrap-timepicker-widget.dropdown-menu {
    width: 230px;
}

/* COLOR PICKER */

.colorpicker-input {
    width: 200px;
    float: left;
}

.colorselector {
    margin-top: 4px;
}

/* STICKY HEADER */

.stickyheader .logopanel {
    position: fixed;
    top: 0;
    left: 0;
    width: 240px;
    z-index: 100;
}

.stickyheader .leftpanel {
    top: 50px;
}

.stickyheader .sticky-leftpanel {
    top: 0;
}

.stickyheader .sticky-leftpanel .leftpanelinner {
    margin-top: 55px;
}

.stickyheader .headerbar {
    position: fixed;
    top: 0;
    left: 240px;
    width: 100%;
    z-index: 100;
    box-shadow: 0 1px rgba(0,0,0,0.05);
}

.stickyheader .mainpanel {
    padding-top: 50px;
}

.stickyheader .header-right {
    margin-right: 240px;
}

.stickyheader.leftpanel-collapsed .headerbar {
    left: 50px;
}

.stickyheader.leftpanel-collapsed .header-right {
    margin-right: 0;
}

.stickyheader.chat-view .headerbar {
    right: 240px;
    width: auto;
}

/* CUSTOM STYLES */

.mb0 {
    margin-bottom: -5px;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

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

.ml5 {
    margin-left: 5px;
}

.ml10 {
    margin-left: 10px;
}

.ml20 {
    margin-left: 20px;
}

.ml30 {
    margin-left: 30px;
}

.mr0 {
    margin-right: -5px;
}

.mr5 {
    margin-right: 5px;
}
.mr10 {
    margin-right: 10px;
}

.mr20 {
    margin-right: 20px;
}

.mr30 {
    margin-right: 30px;
}

.mt0 {
    margin-top: -5px;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}
.mt15 {
    margin-top: 15px;
}
.mt20 {
    margin-top: 20px;
}
.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.nomargin {
    margin: 0;
}

.pb20 {
    padding-bottom:20px;
}

.noshadow {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.border-right-0 {
    border-right: 0;
}

.border-left-0 {
    border-left: 0;
}

.nopadding {
    padding: 0 !important;
}

.padding-top-0 {
    padding-top: 0;
}

.padding5 {
    padding: 5px;
}

.padding10 {
    padding: 10px;
}

.serif {
    font-family: 'Georgia, serif';
}

.italic {
    font-style: italic;
}

.dark {
    color: #333;
}

.width100p {
    width: 100%;
}

.width20 {
    width: 20px;
}

.width30 {
    width: 30px;
}

.inblock {
    display: inline-block;
}


/* ---------------------------------------------- */
/* ############### 4.3 DataTables ############### */
/* ---------------------------------------------- */
/**/
.dataTable th{
    font-size: 12px !important;
    border-top: 1px solid #dee2e6;
}

.dataTable td{
    font-size: 11.5px !important;
    padding: 5px !important;
}

table.dataTable {
    border: 1px solid #dee2e6;
    margin-bottom: 15px;
}
table.dataTable thead th, table.dataTable thead td {
    padding: 0.75rem;
    border-bottom: 1px solid #dee2e6;
    position: relative;
}
table.dataTable thead th.sorting::after, table.dataTable thead th.sorting_asc::after, table.dataTable thead th.sorting_desc::after, table.dataTable thead td.sorting::after, table.dataTable thead td.sorting_asc::after, table.dataTable thead td.sorting_desc::after {
    content: '';
    border: 4px solid transparent;
    border-top-color: #ced4da;
    position: absolute;
    z-index: 10;
    top: 22px;
    right: 8px;
}
table.dataTable thead th.sorting::before, table.dataTable thead th.sorting_asc::before, table.dataTable thead th.sorting_desc::before, table.dataTable thead td.sorting::before, table.dataTable thead td.sorting_asc::before, table.dataTable thead td.sorting_desc::before {
    content: '';
    border: 4px solid transparent;
    border-bottom-color: #ced4da;
    position: absolute;
    z-index: 10;
    top: 12px;
    right: 8px;
}
table.dataTable thead th.sorting_asc::before, table.dataTable thead td.sorting_asc::before {
    border-bottom-color: #17A2B8;
}
table.dataTable thead th.sorting_desc::after, table.dataTable thead td.sorting_desc::after {
    border-top-color: #17A2B8;
}
table.dataTable tbody th, table.dataTable tbody td {
    /*padding: 1.29rem;*/
    padding: 0.9rem !important;
}
table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
    border-top-color: #dee2e6;
}
table.dataTable.no-footer {
    border-bottom-color: #dee2e6;
}

.dataTables_length {
    padding-bottom: 10px;
}
.dataTables_length .select2-container {
    width: 60px;
    margin-left: 0;
    margin-right: 10px;
}

.dataTables_filter {
    padding-bottom: 10px;
    padding-right: 5px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding-top: 0.54rem;
    padding-bottom: 0.54rem;
    background-color: #e9ecef;
    border-color: transparent;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover, .dataTables_wrapper .dataTables_paginate .paginate_button:focus {
    background-color: #ced4da;
    background-image: none;
    border-color: transparent;
    color: #343a40 !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
    box-shadow: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.current:focus {
    background-color: #17A2B8;
    background-image: none;
    border-color: transparent;
    color: #fff !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:focus {
    background-color: #e9ecef;
    color: #adb5bd !important;
}
/* ------------------------------------------- */
/* ############### 3.13 Tables ############### */
/* ------------------------------------------- */
.text-danger-table {
    color: #ff9f9d;
}

.table {
    border-collapse: separate;

    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #dee2e6; /* border-spacing: 0; keko */

}
.table th.valign-middle,
.table td.valign-middle {
    vertical-align: middle;
}
.table thead > tr > th {
    border-top: 0;
    border-bottom: 0;

    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    color: #343a40;
    letter-spacing: 0.5px;
    /*border: 1px solid #dee2e6; */
}
.table tfoot > tr > th {
    border-top: 1px solid #eee;
    border-bottom: 0;

    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    color: #ff0000;
    letter-spacing: 0.5px;
}
.table .thead-colored > tr > th,
.table .thead-colored > tr > td {
    font-weight: 500;
    color: rgba(255, 255, 255, 0.75);
    border-color: rgba(255, 255, 255, 0.2);
    border-bottom-width: 0;
    border-top-width: 0;
}
.table .thead-colored > tr > th:first-child,
.table .thead-colored > tr > td:first-child {
    border-top-left-radius: 3px;
}
.table .thead-colored > tr > th:last-child,
.table .thead-colored > tr > td:last-child {
    border-top-right-radius: 3px;
}
.table .thead-colored + tbody > tr:first-child > td,
.table .thead-colored + tbody > tr:first-child > th {
    border-top-width: 0;
}
.table .thead-primary > tr > th, .table .thead-primary > tr > td {
    background-color: #0866C6;
}
.table .thead-success > tr > th, .table .thead-success > tr > td {
    background-color: #23bf08;
}
.table .thead-warning > tr > th, .table .thead-warning > tr > td {
    background-color: #f49917;
}
.table .thead-danger > tr > th, .table .thead-danger > tr > td {
    background-color: #DC3545;
}
.table .thead-info > tr > th, .table .thead-info > tr > td {
    background-color: #17A2B8;
}
.table .thead-teal > tr > th, .table .thead-teal > tr > td {
    background-color: #00b297;
}
.table .thead-indigo > tr > th, .table .thead-indigo > tr > td {
    background-color: #6610f2;
}
.table .thead-purple > tr > th, .table .thead-purple > tr > td {
    background-color: #6f42c1;
}
.table .thead-pink > tr > th, .table .thead-pink > tr > td {
    background-color: #e83e8c;
}
.table .thead-orange > tr > th, .table .thead-orange > tr > td {
    background-color: #f27510;
}
.table .thead-dark > tr > th, .table .thead-dark > tr > td {
    background-color: #343a40;
}
.table .thead-light > tr > th, .table .thead-light > tr > td {
    background-color: #e9ecef;
    color: #343a40;
}
.table tbody > tr > th {
    color: #343a40;
    font-weight: 500;
}

.table-bordered {
    border: 0;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
    border-bottom: 1px solid #e9ecef;
    border-top: 0;
    border-right-width: 0;
}
.table-bordered > thead > tr > th:first-child,
.table-bordered > thead > tr > td:first-child {
    border-left-width: 0;
}
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td {
    border-right-width: 0;
    border-top-width: 0;
}
.table-bordered > tbody > tr > th:first-child,
.table-bordered > tbody > tr > td:first-child {
    border-left-width: 0;
}
.table-bordered > tbody > tr:last-child > th,
.table-bordered > tbody > tr:last-child > td {
    border-bottom-width: 0;
}

.table-colored {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 0;
    border-radius: 3px;
}
.table-colored > thead > tr > th,
.table-colored > thead > tr > td {
    color: rgba(255, 255, 255, 0.75);
    font-weight: 500;
    border-top: 0;
}
.table-colored > thead > tr:first-child > th:first-child,
.table-colored > thead > tr:first-child > td:first-child {
    border-top-left-radius: 3px;
}
.table-colored > thead > tr:first-child > th:last-child,
.table-colored > thead > tr:first-child > td:last-child {
    border-top-right-radius: 3px;
}
.table-colored > tbody > tr > th,
.table-colored > tbody > tr > td {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.4);
}
.table-colored > tbody > tr:first-child > th,
.table-colored > tbody > tr:first-child > td {
    border-top-width: 0;
}
.table-colored > tbody > tr:last-child > th,
.table-colored > tbody > tr:last-child > td {
    border-bottom-width: 0;
}
.table-colored.table-bordered thead tr > th,
.table-colored.table-bordered thead tr > td {
    border-top: 0;
    border-bottom: 0;
    border-color: rgba(255, 255, 255, 0.3);
}
.table-colored.table-bordered thead tr > th:first-child,
.table-colored.table-bordered thead tr > td:first-child {
    border-left-width: 0;
}
.table-colored.table-bordered thead tr > th:last-child,
.table-colored.table-bordered thead tr > td:last-child {
    border-right-width: 0;
}
.table-colored.table-bordered tbody tr > th:first-child,
.table-colored.table-bordered tbody tr > td:first-child {
    border-left-width: 0;
}
.table-colored.table-bordered tbody tr > th:last-child,
.table-colored.table-bordered tbody tr > td:last-child {
    border-right-width: 0;
}
.table-colored.table-bordered tbody tr:last-child > th:first-child,
.table-colored.table-bordered tbody tr:last-child > td:first-child {
    border-bottom-left-radius: 3px;
}
.table-colored.table-bordered tbody tr:last-child > th:last-child,
.table-colored.table-bordered tbody tr:last-child > td:last-child {
    border-bottom-right-radius: 3px;
}

.table-valign-middle thead tr th,
.table-valign-middle thead tr td,
.table-valign-middle tbody tr th,
.table-valign-middle tbody tr td {
    vertical-align: middle;
}

.table-primary > thead > tr > th,
.table-primary > thead > tr > td {
    background-color: #0866C6;
}
.table-primary > tbody > tr > th,
.table-primary > tbody > tr > td {
    /* background-color: #d0e6fd; nazka tabla*/
    color: #4c4a4a;
    font-size: 12px;

}
td {
    font-size: 12px;
}
.table-primary.table-striped tbody tr:nth-of-type(2n+1) {
    background-color: transparent;
}
.table-primary.table-striped tbody tr:nth-of-type(2n+1) > th,
.table-primary.table-striped tbody tr:nth-of-type(2n+1) > td {
    /*background-color: #b7d9fc; */

}

.table-success > thead > tr > th,
.table-success > thead > tr > td {
    background-color: #23bf08;
}
.table-success > tbody > tr > th,
.table-success > tbody > tr > td {
    background-color: #d1fdc9;
    color: #4c4a4a;
}
.table-success.table-striped tbody tr:nth-of-type(2n+1) {
    background-color: transparent;
}
.table-success.table-striped tbody tr:nth-of-type(2n+1) > th,
.table-success.table-striped tbody tr:nth-of-type(2n+1) > td {
    background-color: #bcfcb1;
}

.table-warning > thead > tr > th,
.table-warning > thead > tr > td {
    background-color: #f49917;
}
.table-warning > tbody > tr > th,
.table-warning > tbody > tr > td {
    background-color: #fdefda;
    color: #9e6007;
}
.table-warning.table-striped tbody tr:nth-of-type(2n+1) {
    background-color: transparent;
}
.table-warning.table-striped tbody tr:nth-of-type(2n+1) > th,
.table-warning.table-striped tbody tr:nth-of-type(2n+1) > td {
    background-color: #fce4c1;
}

.table-danger > thead > tr > th,
.table-danger > thead > tr > td {
    background-color: #DC3545;
}
.table-danger > tbody > tr > th,
.table-danger > tbody > tr > td {
    background-color: #fae3e5;
    color: #921925;
}
.table-danger.table-striped tbody tr:nth-of-type(2n+1) {
    background-color: transparent;
}
.table-danger.table-striped tbody tr:nth-of-type(2n+1) > th,
.table-danger.table-striped tbody tr:nth-of-type(2n+1) > td {
    background-color: #f6cdd1;
}

.table-info > thead > tr > th,
.table-info > thead > tr > td {
    background-color: #17A2B8;
}
.table-info > tbody > tr > th,
.table-info > tbody > tr > td {
    background-color: #beeff7;
    color: #0c525d;
}
.table-info.table-striped tbody tr:nth-of-type(2n+1) {
    background-color: transparent;
}
.table-info.table-striped tbody tr:nth-of-type(2n+1) > th,
.table-info.table-striped tbody tr:nth-of-type(2n+1) > td {
    background-color: #a7e9f4;
}

.table-teal > thead > tr > th,
.table-teal > thead > tr > td {
    background-color: #00b297;
}
.table-teal > tbody > tr > th,
.table-teal > tbody > tr > td {
    background-color: #7fffec;
    color: #004c40;
}
.table-teal.table-striped tbody tr:nth-of-type(2n+1) {
    background-color: transparent;
}
.table-teal.table-striped tbody tr:nth-of-type(2n+1) > th,
.table-teal.table-striped tbody tr:nth-of-type(2n+1) > td {
    background-color: #66ffe8;
}

.table-indigo > thead > tr > th,
.table-indigo > thead > tr > td {
    background-color: #6610f2;
}
.table-indigo > tbody > tr > th,
.table-indigo > tbody > tr > td {
    background-color: #e2d1fd;
    color: #3d0894;
}
.table-indigo.table-striped tbody tr:nth-of-type(2n+1) {
    background-color: transparent;
}
.table-indigo.table-striped tbody tr:nth-of-type(2n+1) > th,
.table-indigo.table-striped tbody tr:nth-of-type(2n+1) > td {
    background-color: #d2b9fb;
}

.table-purple > thead > tr > th,
.table-purple > thead > tr > td {
    background-color: #6f42c1;
}
.table-purple > tbody > tr > th,
.table-purple > tbody > tr > td {
    background-color: #e4dcf3;
    color: #432776;
}
.table-purple.table-striped tbody tr:nth-of-type(2n+1) {
    background-color: transparent;
}
.table-purple.table-striped tbody tr:nth-of-type(2n+1) > th,
.table-purple.table-striped tbody tr:nth-of-type(2n+1) > td {
    background-color: #d5c8ed;
}

.table-pink > thead > tr > th,
.table-pink > thead > tr > td {
    background-color: #e83e8c;
}
.table-pink > tbody > tr > th,
.table-pink > tbody > tr > td {
    background-color: #fdebf3;
    color: #ac145a;
}
.table-pink.table-striped tbody tr:nth-of-type(2n+1) {
    background-color: transparent;
}
.table-pink.table-striped tbody tr:nth-of-type(2n+1) > th,
.table-pink.table-striped tbody tr:nth-of-type(2n+1) > td {
    background-color: #fad4e6;
}

.table-orange > thead > tr > th,
.table-orange > thead > tr > td {
    background-color: #f27510;
}
.table-orange > tbody > tr > th,
.table-orange > tbody > tr > td {
    background-color: #fde5d1;
    color: #944708;
}
.table-orange.table-striped tbody tr:nth-of-type(2n+1) {
    background-color: transparent;
}
.table-orange.table-striped tbody tr:nth-of-type(2n+1) > th,
.table-orange.table-striped tbody tr:nth-of-type(2n+1) > td {
    background-color: #fbd7b9;
}

.table-dark > thead > tr > th,
.table-dark > thead > tr > td {
    background-color: #343a40;
}
.table-dark > tbody > tr > th,
.table-dark > tbody > tr > td {
    background-color: #fff;
    color: #060708;
}
.table-dark.table-striped tbody tr:nth-of-type(2n+1) {
    background-color: transparent;
}
.table-dark.table-striped tbody tr:nth-of-type(2n+1) > th,
.table-dark.table-striped tbody tr:nth-of-type(2n+1) > td {
    background-color: #cfd5db;
}

.table-light > thead > tr > th,
.table-light > thead > tr > td {
    background-color: #ced4da;
}
.table-light > tbody > tr > th,
.table-light > tbody > tr > td {
    background-color: #e9ecef;
    color: #94a1ae;
}
.table-light.table-striped tbody tr:nth-of-type(2n+1) {
    background-color: transparent;
}
.table-light.table-striped tbody tr:nth-of-type(2n+1) > th,
.table-light.table-striped tbody tr:nth-of-type(2n+1) > td {
    background-color: #dadfe4;
}
.table-light > thead > tr > th,
.table-light > thead > tr > td {
    color: #343a40;
}

/* GDM CUSTOM END  */

/***** MEDIA QUERIES *****/
/*************************/

@media screen and (max-width: 1024px) {

    body {
        position: relative;
    }

    .leftpanel {
        display: none;
    }

    .mainpanel {
        margin-left: 0;
        width: 100%;
    }

    .leftpanel-collapsed .leftpanel {
        display: none;
    }

    .leftpanel-collapsed .mainpanel {
        margin-left: 0;
    }

    .leftpanel-collapsed .headerbar {
        margin-left: 0;
    }

    .leftpanel-show section {
        overflow-x: hidden;
    }

    .leftpanel-show .leftpanel {
        display: block;
    }

    .leftpanel-show .mainpanel {
        margin-left: 240px;
    }

    .stickyheader .headerbar {
        left: 0;
    }

    .stickyheader.leftpanel-show .headerbar {
        left: 240px;
    }

    .stickyheader.chat-relative-view .headerbar {
        right: 240px;
        left: auto;
    }

    .stickyheader .header-right {
        margin-right: 0;
    }

    .btn-demo {
        margin-bottom: 20px;
    }

    .leftpanelinner {
        padding: 5px 10px;
    }

    .leftpanelinner .searchform input {
        background: #131b26;
        border: 0;
    }

    /* horizontal menu related */
    .nav-horizontal {
        position: relative;
    }

    .horizontal-menu .menutoggle {
        display: block;
    }

    .horizontal-menu .headerbar .logopanel {
        display: none;
    }

    .nav-horizontal .caret {
        display: none;
    }

    .horizontal-menu .header-left,
    .horizontal-menu .topnav {
        float: none;
    }

    .horizontal-menu-sidebar .header-left,
    .horizontal-menu-sidebar .topnav {
        float: none;
    }

    .fixed-noleft .menutoggle {
        display: block;
    }

    .fixed-noleft .headerbar .logopanel {
        display: none;
    }

    .fixed-noleft .header-left,
    .fixed-noleft .topnav {
        float: none;
    }

}

@media screen and (max-width: 767px) {

    .searchform {
        position: relative;
    }

    .headermenu li:nth-child(4) {
        display: none;
    }

    .leftpanel .searchform,
    .leftpanel .userlogged {
        display: block;
    }

    .breadcrumb-wrapper {
        display: none;
    }

    .headermenu .dropdown-menu:after {
        display: none;
    }

    .rightpanel .nav-tabs.nav-justified > li > a,
    .rightpanel .nav-justified > li > a {
        margin-bottom: 0;
    }

    .panel-email .col-sm-3 {
        display: none;
    }
}

@media screen and (max-width: 640px) {
    .logopanel h1 {
        font-size: 25px;

    }
    .notfoundpanel {
        width: auto;
        padding: 0 20px;
    }

    .notfoundpanel h1 {
        font-size: 72px;
        line-height: 72px;
    }

    .notfoundpanel h3 {
        font-size: 14px;
        line-height: normal;
    }

    .notfound h4 {
        font-size: 12px;
        line-height: 18px;
    }

    .notfoundpanel form {
        width: auto;
    }

    .notfoundpanel .form-control {
        float: none;
        width: 100%;
    }

    .notfoundpanel .btn {
        margin-top: 10px;
        width: 100%;
    }

    .signinpanel,
    .signuppanel {
        margin: 0 auto;
        width: 480px;
        padding: 20px;
    }

    .signinpanel form {
        margin-top: 20px;
    }

    .signup-footer {
        margin-bottom: 10px;
    }

    .signuppanel .form-control {
        margin-bottom: 10px;
    }

    .signup-footer .pull-left,
    .signup-footer .pull-right {
        float: none !important;
        text-align: center;
    }

    .widget-quick-status-post .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
        margin-bottom: -5px;
    }

    .widget-quick-status-post .nav-tabs.nav-justified > li a {
        margin: 0;
    }

    .nav-tabs.nav-justified.nav-profile > li {
        float: none;
        margin-bottom: 0;
        display: table-cell;
        width: 1%;
    }

    .nav-tabs.nav-justified.nav-profile > li a {
        margin: 0;
        -moz-border-radius: 3px 3px 0 0;
        -webkit-border-radius: 3px 3px 0 0;
        border-radius: 3px 3px 0 0;

    }



    .dataTables_info {
        float: none !important;
        text-align: center;
        margin-bottom: 10px;
    }

    .dataTables_paginate {
        margin-bottom: 10px;
        text-align: center !important;
        float: none !important;
    }

    .paginate_disabled_previous,
    .paginate_enabled_previous,
    .paginate_disabled_next,
    .paginate_enabled_next {
        float: none !important;
    }

    .dataTables_filter,
    .dataTables_length {
        float: none !important;
        padding: 10px 0 0 10px;
        margin: auto !important;
        display: inline-block;
    }

    .table.dataTable th,
    .table.dataTable td {
        font-size: 13px;
        min-width: 150px;
    }

    .paging_full_numbers {
        min-width: 500px;
        margin: 0 0 10px 10px;
    }

    .paging_full_numbers:after {
        clear: both;
        display: block;
        content: '';
    }

}

@media screen and (max-width: 480px) {

    .signinpanel,
    .signuppanel {
        width: 360px;
    }

    .panel-email .pull-right {
        float: none !important;
    }

    .pageheader h2 {
        font-size: 18px;
    }

    .pageheader .glyphicon,
    .pageheader .fa {
        font-size: 18px;
    }

    .pageheader h2 span {
        font-size: 11px;
    }

    .fc-header td {
        display: block !important;
        text-align: center;
        width: 100%;
        border: 1px solid #eee;
        padding: 10px !important;
        margin-top: -1px;
    }

    .fc-button {
        padding: 2px 5px !important;
        margin: 0 !important;
    }

    .fc-header-title h2 {
        margin: 0 !important;
    }

    .filemanager-options li {
        padding: 5px 7px;
    }

    .filemanager-options .filter-type {
        display: block;
        float: none;
        border-top: 1px solid #eee;
    }

    .comment-list .media-object {
        width: 30px;
        padding: 2px;
    }

    .comment-list .media > .pull-left {
        margin: 0;
    }

    .comment-list h4 {
        font-size: 13px;
    }

    .comment-list .reply {
        font-size: 10px;
        padding: 2px 5px;
    }

    .comment-list .media-body {
        font-size: 12px;
        line-height: 18px;
    }

    .blog-content form {
        margin-bottom: 20px;
    }

    .letter-list {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .letter-list::after {
        clear: both;
        display: block;
        content: '';
    }

    .letter-list li {
        float: left;
        width: auto;
        display: inline-block;
    }

    .letter-list li a {
        display: block;
        padding: 2px 5px;
    }

    .btn-invoice:before {
        display: block;
        content: '';
        clear: both;
    }

    .btn-invoice .btn {
        display: block;
        width: 100%;
        margin-top: 10px;
    }

    .nav-tabs.nav-justified.nav-profile > li a {
        font-size: 13px;
        padding: 14px 10px;
    }

    #bloglist > div {
        padding: 0;
        margin: 0;
        float: none;
        width: auto;
    }

}

@media screen and (max-width: 360px) {

    .pageheader h2 span {
        display: none;
    }

    .blog-title {
        font-size: 14px;
        line-height: 18px;
    }

    .blog-summary {
        font-size: 12px;
        line-height: 18px;
    }

    .blog-summary .btn {
        padding: 2px 5px;
        display: block;
        width: 100%;
    }

    .headermenu li:first-child .dropdown-menu {
        margin-right: -130px;
    }

    .headermenu li:nth-child(2) .dropdown-menu {
        margin-right: -85px;
    }

    .headermenu li:nth-child(3) .dropdown-menu {
        margin-right: -37px;
    }

    .nav-tabs.nav-justified.nav-profile > li {
        float: none;
        display: block;
        width: auto;
    }

    .blog-media .media-body {
        overflow: visible;
    }

    .follower-list .btn {
        display: block;
        margin: 0 0 5px 0;
        width: 100%;
    }

    .filemanager-options li {
        display: block;
        border-top: 1px solid #eee;
    }

    .filemanager-options li:first-child {
        border-top: 0;
    }

    .authorpanel .media-object {
        width: 80px;
        margin-right: 10px;
    }

    .people-item .media-object {
        width: 80px !important;
        height: 80px !important;
    }

    .pagination {
        margin-bottom: 20px;
    }

}

@media screen and (max-width: 320px) {

    .signinpanel,
    .signuppanel {
        width: 310px;
    }


}

/* GDM NEW STYLE 2018 */
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 8px;
    padding-left: 8px;
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

.col-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
}

.col-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}

.col-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
}

.col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
}

.col-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

.order-1 {
    order: 1;
}

.order-2 {
    order: 2;
}

.order-3 {
    order: 3;
}

.order-4 {
    order: 4;
}

.order-5 {
    order: 5;
}

.order-6 {
    order: 6;
}

.order-7 {
    order: 7;
}

.order-8 {
    order: 8;
}

.order-9 {
    order: 9;
}

.order-10 {
    order: 10;
}

.order-11 {
    order: 11;
}

.order-12 {
    order: 12;
}

@media (min-width: 576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-sm-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }

    .col-sm-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .col-sm-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }

    .col-sm-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }

    .col-sm-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-sm-1 {
        order: 1;
    }

    .order-sm-2 {
        order: 2;
    }

    .order-sm-3 {
        order: 3;
    }

    .order-sm-4 {
        order: 4;
    }

    .order-sm-5 {
        order: 5;
    }

    .order-sm-6 {
        order: 6;
    }

    .order-sm-7 {
        order: 7;
    }

    .order-sm-8 {
        order: 8;
    }

    .order-sm-9 {
        order: 9;
    }

    .order-sm-10 {
        order: 10;
    }

    .order-sm-11 {
        order: 11;
    }

    .order-sm-12 {
        order: 12;
    }
}
@media (min-width: 768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-md-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }

    .col-md-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .col-md-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
        float: left;
    }

    .col-md-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }

    .col-md-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }

    .col-md-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-md-1 {
        order: 1;
    }

    .order-md-2 {
        order: 2;
    }

    .order-md-3 {
        order: 3;
    }

    .order-md-4 {
        order: 4;
    }

    .order-md-5 {
        order: 5;
    }

    .order-md-6 {
        order: 6;
    }

    .order-md-7 {
        order: 7;
    }

    .order-md-8 {
        order: 8;
    }

    .order-md-9 {
        order: 9;
    }

    .order-md-10 {
        order: 10;
    }

    .order-md-11 {
        order: 11;
    }

    .order-md-12 {
        order: 12;
    }
}
@media (min-width: 992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-lg-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }

    .col-lg-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .col-lg-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }

    .col-lg-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }

    .col-lg-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-lg-1 {
        order: 1;
    }

    .order-lg-2 {
        order: 2;
    }

    .order-lg-3 {
        order: 3;
    }

    .order-lg-4 {
        order: 4;
    }

    .order-lg-5 {
        order: 5;
    }

    .order-lg-6 {
        order: 6;
    }

    .order-lg-7 {
        order: 7;
    }

    .order-lg-8 {
        order: 8;
    }

    .order-lg-9 {
        order: 9;
    }

    .order-lg-10 {
        order: 10;
    }

    .order-lg-11 {
        order: 11;
    }

    .order-lg-12 {
        order: 12;
    }
}
@media (min-width: 1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-xl-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }

    .col-xl-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xl-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .col-xl-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xl-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }

    .col-xl-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xl-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }

    .col-xl-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }

    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-xl-1 {
        order: 1;
    }

    .order-xl-2 {
        order: 2;
    }

    .order-xl-3 {
        order: 3;
    }

    .order-xl-4 {
        order: 4;
    }

    .order-xl-5 {
        order: 5;
    }

    .order-xl-6 {
        order: 6;
    }

    .order-xl-7 {
        order: 7;
    }

    .order-xl-8 {
        order: 8;
    }

    .order-xl-9 {
        order: 9;
    }

    .order-xl-10 {
        order: 10;
    }

    .order-xl-11 {
        order: 11;
    }

    .order-xl-12 {
        order: 12;
    }
}

/* ----------------------------------------- */
/* ############### FIX CARD ############### */
/* ----------------------------------------- */

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 3px;

    box-shadow: 0px 16px 20px 0px rgba(219, 219, 219, 0.30);
}
.card-img-top {
    width: 100%;
    border-top-left-radius: calc(3px - 1px);
    border-top-right-radius: calc(3px - 1px);
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(3px - 1px);
    border-bottom-left-radius: calc(3px - 1px);
}
.card-body {
    flex: 1 1 auto;
    padding: 1.25rem;

    -webkit-box-shadow: 0 0 2rem #d8d8d8;
    box-shadow: 0 0 2rem #d8d8d8;
}

.card-title {
    margin-bottom: 0.75rem;
}

.card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-link:hover {
    text-decoration: none;
}
.card-link + .card-link {
    margin-left: 1.25rem;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

/* */
.mg-t-20 {
    margin-top: 20px;
}


/* ----------------------------------------- */
/* ############### TEXT ############### */
/* ----------------------------------------- */
.tx-white {
    color: #ffffff;
}
.tx-white-2 {
    color: rgba(255, 255, 255, 0.2);
}

.tx-white-3 {
    color: rgba(255, 255, 255, 0.3);
}

.tx-white-4 {
    color: rgba(255, 255, 255, 0.4);
}

.tx-white-5 {
    color: rgba(255, 255, 255, 0.5);
}

.tx-white-6 {
    color: rgba(255, 255, 255, 0.6);
}

.tx-white-7 {
    color: rgba(255, 255, 255, 0.7);
}

.tx-white-8 {
    color: rgba(255, 255, 255, 0.8);
}

.tx-8 {
    font-size: 8px;
}

.tx-8-force {
    font-size: 8px !important;
}

.tx-9 {
    font-size: 9px;
}

.tx-9-force {
    font-size: 9px !important;
}

.tx-10 {
    font-size: 10px;
}

.tx-10-force {
    font-size: 10px !important;
}

.tx-11 {
    font-size: 11px;
}

.tx-11-force {
    font-size: 11px !important;
}

.tx-12 {
    font-size: 12px;
}

.tx-12-force {
    font-size: 12px !important;
}

.tx-13 {
    font-size: 13px;
}

.tx-13-force {
    font-size: 13px !important;
}

.tx-14 {
    font-size: 14px;
}

.tx-14-force {
    font-size: 14px !important;
}

.tx-15 {
    font-size: 15px;
}

.tx-15-force {
    font-size: 15px !important;
}

.tx-16 {
    font-size: 16px;
}

.tx-16-force {
    font-size: 16px !important;
}

.tx-18 {
    font-size: 18px;
}

.tx-18-force {
    font-size: 18px !important;
}

.tx-20 {
    font-size: 20px;
}

.tx-20-force {
    font-size: 20px !important;
}

/* ----------------------------------------- */
/* ############### 6.4 Hover ############### */
/* ----------------------------------------- */
a.tx-success:hover, a.tx-success:focus {
    color: #1fa707;
}

a.tx-warning:hover, a.tx-warning:focus {
    color: #e78c0b;
}

a.tx-danger:hover, a.tx-danger:focus {
    color: #d32535;
}

a.tx-info:hover, a.tx-info:focus {
    color: #148ea1;
}

a.hover-gray-700:hover, a.hover-gray-700:focus {
    color: #495057;
}

a.hover-primary:hover, a.hover-primary:focus {
    color: #0866C6;
}

a.hover-success:hover, a.hover-success:focus {
    color: #23bf08;
}

a.hover-info:hover, a.hover-info:focus {
    color: #17A2B8;
}

a.hover-white:hover, a.hover-white:focus {
    color: #fff;
}

a.hover-dark:hover, a.hover-dark:focus {
    color: #212529;
}

a.hover-white-8:hover, a.hover-white-8:focus {
    color: rgba(255, 255, 255, 0.8);
}



.bg-primary {
    background-color: #0866C6 !important;
}

a.bg-primary:focus, a.bg-primary:hover {
    background-color: #064d95 !important;
}

.bg-secondary {
    background-color: #868e96 !important;
}

a.bg-secondary:focus, a.bg-secondary:hover {
    background-color: #6c757d !important;
}

.bg-success {
    background-color: #23BF08 !important;
}

a.bg-success:focus, a.bg-success:hover {
    background-color: #1a8e06 !important;
}

.bg-info {
    background-color: #17a2b8 !important;
}

a.bg-info:focus, a.bg-info:hover {
    background-color: #117a8b !important;
}

.bg-warning {
    background-color: #F49917 !important;
}

a.bg-warning:focus, a.bg-warning:hover {
    background-color: #ce7d0a !important;
}

.bg-danger {
    background-color: #dc3545 !important;
}

a.bg-danger:focus, a.bg-danger:hover {
    background-color: #bd2130 !important;
}

.bg-light {
    background-color: #f8f9fa !important;
}

a.bg-light:focus, a.bg-light:hover {
    background-color: #dae0e5 !important;
}

.bg-dark {
    background-color: #343a40 !important;
}

a.bg-dark:focus, a.bg-dark:hover {
    background-color: #1d2124 !important;
}

.bg-white {
    background-color: #fff !important;
}

.bg-transparent {
    background-color: transparent !important;
}

.bd-0 {
    border-width: 0;
}
.border {
    border: 1px solid #e9ecef !important;
}

.border-0 {
    border: 0 !important;
}

.border-top-0 {
    border-top: 0 !important;
}

.border-right-0 {
    border-right: 0 !important;
}

.border-bottom-0 {
    border-bottom: 0 !important;
}

.border-left-0 {
    border-left: 0 !important;
}

.border-primary {
    border-color: #0866C6 !important;
}

.border-secondary {
    border-color: #868e96 !important;
}

.border-success {
    border-color: #23BF08 !important;
}

.border-info {
    border-color: #17a2b8 !important;
}

.border-warning {
    border-color: #F49917 !important;
}

.border-danger {
    border-color: #dc3545 !important;
}

.border-light {
    border-color: #f8f9fa !important;
}

.border-dark {
    border-color: #343a40 !important;
}

.border-white {
    border-color: #fff !important;
}


@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }

    .mg-md-t-0 {
        margin-top: 0px;
    }

}
@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

.modal-title {
    font-size: 18px;
    color: #333;
    text-transform: uppercase;
}

.nav-danger {
    background-color: #dc3545 !important;
    color: #fff  !important;
    text-transform: uppercase;
}
.nav-danger > li > a{
    color: #fff  !important;
}
.nav-danger > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    background-color: #fcfcfc;
    border: 0;
    color: #000  !important;
    padding-bottom: 15px;
}
.nav-tabs-danger > li > a {
    -moz-border-radius: 0px 0px 0 0;
    -webkit-border-radius: 0px 0px 0 0;
    border-radius: 0px 0px 0 0;
}

.nav-tabs > li > a {
    -moz-border-radius: 0px 0px 0 0;
    -webkit-border-radius: 0px 0px 0 0;
    border-radius: 0px 0px 0 0;
}
/* */
.nav-tabs-danger > li > a {
    border: 0;
    padding: 14px 20px;
    color: #fff !important;
}
.nav-tabs-danger>li>a {
    margin-right: 2px;
    line-height: 1.42857143;

    border-radius: 0px 0px 0 0;
    color: #fff !important;

}

/*TAB 1 NIVEL GREEN  */


.nav-green {
    background-color: #1D2939 !important;
    color: #fff  !important;
    text-transform: uppercase;
}
.nav-green > li > a{
    color: #fff  !important;
}
.nav-green > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    background-color: #fff;
    border: 0;
    color: #000  !important;
    padding-bottom: 15px;
}
.nav-tabs-green > li > a {
    -moz-border-radius: 0px 0px 0 0;
    -webkit-border-radius: 0px 0px 0 0;
    border-radius: 0px 0px 0 0;
}


.nav-tabs-green > li > a {
    border: 0;
    padding: 14px 20px;
    color: #fff !important;
}
.nav-tabs-green>li>a {
    margin-right: 2px;
    line-height: 1.42857143;

    border-radius: 0px 0px 0 0;
    color: #fff !important;

}
/*TAB 3 NIVEL  */
.tab-content-blanco {
    background-color: #fff !important;

}
.nav-gris {
    background-color: #838384 !important;
    color: #fff  !important;
    text-transform: uppercase;
}
.nav-gris > li > a{
    color: #fff  !important;
}
.nav-gris > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    background-color: #fff;
    border: 0;
    color: #000  !important;
    padding-bottom: 15px;
}
.nav-tabs-gris > li > a {
    -moz-border-radius: 0px 0px 0 0;
    -webkit-border-radius: 0px 0px 0 0;
    border-radius: 0px 0px 0 0;
}


.nav-tabs-gris > li > a {
    border: 0;
    padding: 14px 20px;
    color: #fff !important;
}
.nav-tabs-gris>li>a {
    margin-right: 2px;
    line-height: 1.42857143;

    border-radius: 0px 0px 0 0;
    color: #fff !important;

}

.tab-content {
    background: #fff;
}
/*
.nav-tabs-danger>li> a :hover{
    margin-right: 2px;
    line-height: 1.42857143;
   
    border-radius: 0px;
    color: #fff !important;
    background-color: #b20a18;
     padding: 14px 20px;
}
*/
/* ------------------------------------------ */
/* ############### 3.1 Alerts ############### */
/* ------------------------------------------ 
.alert-success {
  color: #1c9806;
  background-color: #bcfcb1;
  border-color: #23bf08;
}
.alert-success hr {
  border-top-color: #1fa707;
}
.alert-success .alert-link {
  color: #136704;
}

.alert-info {
  color: #128294;
  background-color: #beeff7;
  border-color: #17A2B8;
}
.alert-info hr {
  border-top-color: #148ea1;
}
.alert-info .alert-link {
  color: #0d5a66;
}

.alert-warning {
  color: #c47709;
  background-color: #fce6c6;
  border-color: #f49917;
}
.alert-warning hr {
  border-top-color: #e78c0b;
}
.alert-warning .alert-link {
  color: #945a07;
}

.alert-danger {
  color: #b51f2e;
  background-color: #f7d1d5;
  border-color: #DC3545;
}
.alert-danger hr {
  border-top-color: #d32535;
}
.alert-danger .alert-link {
  color: #891823;
}

.alert {
  border-width: 0;
  padding: 15px 20px;
  position: relative;
}
.alert .close {
  opacity: .25;
}

.alert-bordered {
  border-width: 1px;
}
.alert-bordered.alert-success {
  background-color: #f2fef0;
}
.alert-bordered.alert-info {
  background-color: #f7fbff;
}
.alert-bordered.alert-warning {
  background-color: #fef7ed;
}
.alert-bordered.alert-danger {
  background-color: #fceced;
}

.alert-icon {
  opacity: .95;
  line-height: 0;
  margin-right: 10px;
  position: relative;
}

.alert-outline {
  background-color: transparent;
}
.alert-outline .alert-icon {
  float: left;
  line-height: 0;
  margin-right: 15px;
}
.alert-outline.alert-success {
  border: 1px solid #23bf08;
}
*/

/*ALERTAS*/
.alert {
    border: 1px solid ;
    border-radius: 3px;
    margin-bottom: 18px;
    padding: 25px;
}
.alert h4 {
    color: inherit;
    margin-top: 0;
}
.alert .alert-link {
    font-weight: 700;
}
.alert > p, .alert > ul {
    margin-bottom: 0;
}
.alert > p + p {
    margin-top: 5px;
}
.alert-dismissable, .alert-dismissible {
    padding-right: 35px;
}
.alert-dismissable .close, .alert-dismissible .close {
    font-weight: bold;
    font-size: 20px;
    color: #000;
    position: relative;
    right: -21px;
    top: -12px;
    opacity: .5;
}
.alert-success {
    background-color: #f2fef0;
    border-color: #23bf08;
    color: #1c9806;
    font-size: 15px;
}
.alert-success  .fa{
    color: #aece4e;
    font-size: 18px;

}
.alert-success .title {
    color: #666;
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
}
.alert-success strong {
    color: #aece4e;
    font-size: 14px;

}

.alert-success hr {
    border-top-color: #a5c83a;
}
.alert-success .alert-link {
    color: #e6e6e6;
}


.alert-info {
    /*background-color: #fff;*/
    background-color: #f7fbff;
    border-color: #17A2B8;
    color: #128294;
    font-size: 15px;
}
.alert-info  .fa{
    color: #a5c8e5;
    font-size: 18px;

}
.alert-info .title {
    color: #666;
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
}
.alert-info strong {
    color: #489cc9;
    font-size: 14px;

}

.alert-info hr {
    border-top-color: #29b3e7;
}
.alert-info .alert-link {
    color: #e6e6e6;
}



.alert-warning {
    background-color: #fff7db;
    border-color: #f47607;
    color: #f47607;
    font-size: 15px;
}
.alert-warning  .fa{
    color: #f47607;
    font-size: 18px;

}
.alert-warning .title {
    color: #666;
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
}

.alert-warning  .subtitle-lined {
    border-bottom: 1px dotted #f47607;
    padding-bottom: 5px;
}

.alert-warning strong {
    color: #f47607;
    font-size: 14px;

}
.alert-warning hr {
    border-top-color: #f47607;
}
.alert-warning .alert-link {
    color: #e6e6e6;
}


.alert-danger {
    background-color: #fceced;
    border-color: #DC3545;
    color: #dc3545;
    font-size: 15px;
}
.alert-danger  .fa{
    color: #e77755;
    font-size: 18px;

}
.alert-danger .title {
    color: #666;
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
}
.alert-danger strong {
    color: #bf3338;
    font-size: 14px;

}
.alert-danger hr {
    border-top-color: #bf3338;
}
.alert-danger .alert-link {
    color: #e6e6e6;
}

.btn-group {
    margin-bottom: 0px !important;
}

.btn {
    text-transform: uppercase !important;
}
.btn, .sp-container button {
    display: inline-block;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.65rem 0.75rem;
    font-size: 0.875rem;
    line-height: 1.25;
    border-radius: 3px;
    transition: all 0.15s ease-in-out;
}
.btn:focus, .sp-container button:focus, .btn:hover, .sp-container button:hover {
    text-decoration: none;
}
.btn:focus, .sp-container button:focus, .btn.focus, .sp-container button.focus {
    outline: 0;
    box-shadow: 0 0 0 3px rgba(8, 102, 198, 0.25);
}
.btn.disabled, .sp-container button.disabled, .btn:disabled, .sp-container button:disabled {
    opacity: .65;
}
.btn:active, .sp-container button:active, .btn.active, .sp-container button.active {
    background-image: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none;
}
/*EXCEL EXPORT */

.btn-export {
    color: #fff;
    background-color: #868e96;
    border-color: #868e96;

}
.btn-export:hover {
    color: #fff;
    background-color: #535a61;
    border-color: #868e96;

}
.btn-export:focus, .btn-export.focus {
    box-shadow: 0 0 0 3px rgba(8, 102, 198, 0.5);
    color: #fff;
}
.btn-export.disabled, .btn-export:disabled {

    background-color: #c2c6ca;
    border-color: #868e96;
    color:#000;

}
.btn-export:active, .btn-export.active, .show > .btn-export.dropdown-toggle {

    background-color: #868e96;
    border-color: #868e96;
    background-image: none;

}
/* END EXCEL */
.btn-primary {
    color: #fff;
    background-color: #0866C6;
    border-color: #0866C6;
}
.btn-primary:hover {
    color: #fff;
    background-color: #0753a1;
    border-color: #064d95;
}
.btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 3px rgba(8, 102, 198, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
    background-color: #0866C6;
    border-color: #0866C6;
}
.btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
    background-color: #0753a1;
    background-image: none;
    border-color: #064d95;
}

.btn-secondary {
    color: #fff;
    background-color: #868e96;
    border-color: #868e96;
}
.btn-secondary:hover {
    color: #fff;
    background-color: #727b84;
    border-color: #6c757d;
}
.btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 3px rgba(134, 142, 150, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
    background-color: #868e96;
    border-color: #868e96;
}
.btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
    background-color: #727b84;
    background-image: none;
    border-color: #6c757d;
}

.btn-success {
    color: #fff;
    background-color: #23BF08;
    border-color: #23BF08;
}
.btn-success:hover {
    color: #fff;
    background-color: #1c9a06;
    border-color: #1a8e06;
}
.btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 3px rgba(35, 191, 8, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
    background-color: #23BF08;
    border-color: #23BF08;
}
.btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
    background-color: #1c9a06;
    background-image: none;
    border-color: #1a8e06;
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
}
.btn-info:focus, .btn-info.focus {
    box-shadow: 0 0 0 3px rgba(23, 162, 184, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
    background-color: #138496;
    background-image: none;
    border-color: #117a8b;
}

.btn-warning {
    color: #fff;
    background-color: #f47607;
    border-color: #f47607;
}
.btn-warning:hover {
    color: #fff;
    background-color: #cc5f00;
    border-color: #cc5f00;
}
.btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 0 0 3px rgba(244, 153, 23, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
    background-color: #F49917;
    border-color: #F49917;
}
.btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
    background-color: #da850a;
    background-image: none;
    border-color: #ce7d0a;
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
}
.btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
    background-color: #dc3545;
    border-color: #dc3545;
}
.btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
    background-color: #c82333;
    background-image: none;
    border-color: #bd2130;
}

.btn-light {
    color: #111;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-light:hover {
    color: #111;
    background-color: #e2e6ea;
    border-color: #dae0e5;
}
.btn-light:focus, .btn-light.focus {
    box-shadow: 0 0 0 3px rgba(248, 249, 250, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
    background-color: #e2e6ea;
    background-image: none;
    border-color: #dae0e5;
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}
.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
}
.btn-dark:focus, .btn-dark.focus {
    box-shadow: 0 0 0 3px rgba(52, 58, 64, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
    background-color: #343a40;
    border-color: #343a40;
}
.btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
    background-color: #23272b;
    background-image: none;
    border-color: #1d2124;
}

.btn-outline-primary {
    color: #0866C6;
    background-color: transparent;
    background-image: none;
    border-color: #0866C6;
}
.btn-outline-primary:hover {
    color: #fff;
    background-color: #0866C6;
    border-color: #0866C6;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 3px rgba(8, 102, 198, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #0866C6;
    background-color: transparent;
}
.btn-outline-primary:active, .btn-outline-primary.active, .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #0866C6;
    border-color: #0866C6;
}

.btn-outline-secondary {
    color: #868e96;
    background-color: transparent;
    background-image: none;
    border-color: #868e96;
}
.btn-outline-secondary:hover {
    color: #fff;
    background-color: #868e96;
    border-color: #868e96;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 3px rgba(134, 142, 150, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #868e96;
    background-color: transparent;
}
.btn-outline-secondary:active, .btn-outline-secondary.active, .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #868e96;
    border-color: #868e96;
}

.btn-outline-success {
    color: #23BF08;
    background-color: transparent;
    background-image: none;
    border-color: #23BF08;
}
.btn-outline-success:hover {
    color: #fff;
    background-color: #23BF08;
    border-color: #23BF08;
}
.btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 3px rgba(35, 191, 8, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #23BF08;
    background-color: transparent;
}
.btn-outline-success:active, .btn-outline-success.active, .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #23BF08;
    border-color: #23BF08;
}

.btn-outline-info {
    color: #17a2b8;
    background-color: transparent;
    background-image: none;
    border-color: #17a2b8;
}
.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 3px rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent;
}
.btn-outline-info:active, .btn-outline-info.active, .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-outline-warning {
    color: #F49917;
    background-color: transparent;
    background-image: none;
    border-color: #F49917;
}
.btn-outline-warning:hover {
    color: #fff;
    background-color: #F49917;
    border-color: #F49917;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 3px rgba(244, 153, 23, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #F49917;
    background-color: transparent;
}
.btn-outline-warning:active, .btn-outline-warning.active, .show > .btn-outline-warning.dropdown-toggle {
    color: #fff;
    background-color: #F49917;
    border-color: #F49917;
}

.btn-outline-danger {
    color: #dc3545;
    background-color: transparent;
    background-image: none;
    border-color: #dc3545;
}
.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent;
}
.btn-outline-danger:active, .btn-outline-danger.active, .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-outline-light {
    color: #f8f9fa;
    background-color: transparent;
    background-image: none;
    border-color: #f8f9fa;
}
.btn-outline-light:hover {
    color: #fff;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 3px rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent;
}
.btn-outline-light:active, .btn-outline-light.active, .show > .btn-outline-light.dropdown-toggle {
    color: #fff;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-outline-dark {
    color: #343a40;
    background-color: transparent;
    background-image: none;
    border-color: #343a40;
}
.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 3px rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent;
}
.btn-outline-dark:active, .btn-outline-dark.active, .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-link {
    font-weight: normal;
    color: #0866C6;
    border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link:disabled {
    background-color: transparent;
}
.btn-link, .btn-link:focus, .btn-link:active {
    border-color: transparent;
    box-shadow: none;
}
.btn-link:hover {
    border-color: transparent;
}
.btn-link:focus, .btn-link:hover {
    color: #05407c;
    text-decoration: none;
    background-color: transparent;
}
.btn-link:disabled {
    color: #868e96;
}
.btn-link:disabled:focus, .btn-link:disabled:hover {
    text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn, .sp-container .btn-group-lg > button {
    padding: 0.5rem 1rem;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn, .sp-container .btn-group-sm > button {
    padding: 0.25rem 0.5rem;
    /*font-size: 12px; */
    line-height: 1.5;
    border-radius: 0.2rem;
}

.btn-block {
    /* display: block; */
    width: 100%;
}

.btn-block + .btn-block {
    margin-top: 0.5rem;
}

/*FONT SIZE */
.txt-100 {
    font-size: 100px;
}
.txt-15 {
    font-size: 15px;
}

.txt-red {
    color:#dc3545;
}
.txt-center {
    text-align: center;
}


.txt-center  a {
    text-align: center;
}

.img-center {
    display:block;
    margin:auto;
    text-align:center;
}

.dataTables_paginate {
    margin-top: 20px;
}
.txt-up {
    text-transform: uppercase;
}
.strong-up {
    text-transform: uppercase;
    font-weight: 600;
}

/*FIX DATATABLE EXPORT*/

.dt-button {
    display: inline-block;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.65rem 0.75rem;
    font-size: 13px;
    line-height: 1.25;
    border-radius: 3px;
    transition: all 0.15s ease-in-out;
    margin-right: 10px;
}
.dt-button  {
    color: #fff;
    background-color: #868e96;
    border-color: #868e96;
}
.dt-button:hover {
    color: #fff;
    background-color: #727b84;
    border-color: #6c757d;
}
.dt-button:focus, dt-button.focus {
    box-shadow: 0 0 0 3px rgba(134, 142, 150, 0.5);
}
.dt-button .disabled, .dt-button:disabled {
    background-color: #868e96;
    border-color: #868e96;
}
.dt-button:active, .dt-button.active, .show > .dt-button.dropdown-toggle {
    background-color: #727b84;
    background-image: none;
    border-color: #6c757d;
}

.btn-xs {
    padding: 3px  !important;
    /*color: #fff !important;*/
    font-size: 10px !important;
    margin-left: 5px;
}

.btn-xs-sin-margin {
    padding: 3px  !important;
    /*color: #fff !important;*/
    font-size: 10px !important;
    margin-left: 3px;
}

.form-control {
    font-size: 14px;
}

.dataTables_wrapper .dataTables_paginate .paginate_active {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: 0.5em 1em;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    *cursor: hand;
    color: #333 !important;
    border: 1px solid transparent;
    border-radius: 2px;
}

.date-picker .datepicker{
    cursor: pointer;
    background:white !important;
}

.text-center{
    text-align: center !important;
}

.form-control-sm{
    padding: 5px;
    font-size: 12px !important;
}

.rounded-circle {
    border-radius: 50%;
    margin: 4px 10px 0 10px;
}

.headermenu .fa{
    margin: 0 1px 0 1px;
}

.periodo-activo .dropdown-menu{
    margin-top: 13px;
    left: -164px;
}

.botonCU {
    width:130px;
    height:40px;
    background-color:transparent;
    text-align:center;
    background-image:url(../images/btn_claveunica.png);
    background-repeat:no-repeat;
    background-position:center;
    border:hidden;
    margin-top:5px;
}

table.dataTable thead th{
    padding: 10px 11px !important;
}

input[type=date]{
    line-height: 17px;
    padding-bottom: 8px
}

input[type=number]{
    padding-bottom: 7px
}