/* ----------------------------
*
* NAVBAR
*
* --------------------------- */
#header {
    background-color: #fff;
}
#header.navbar .navbar-toolbar .navbar-nav > .navbar-main > a,
#header.navbar .navbar-toolbar .navbar-nav > li > a {
    color: rgba(0, 0, 0, 0.75);
}
#header.navbar .navbar-toolbar .navbar-nav > li > a:hover,
#header.navbar .navbar-toolbar .navbar-nav > li > a:active {
    background-color: #EBF7FF;
}
#header.navbar .navbar-toolbar .navbar-nav > .navbar-main > a > .meta > .label,
#header.navbar .navbar-toolbar .navbar-nav > li > a > .meta > .label,
#header.navbar .navbar-toolbar .navbar-nav > .navbar-main > a > .meta > .badge,
#header.navbar .navbar-toolbar .navbar-nav > li > a > .meta > .badge,
#header.navbar .navbar-toolbar .navbar-nav > .navbar-main > a > .meta > .hasnotification,
#header.navbar .navbar-toolbar .navbar-nav > li > a > .meta > .hasnotification {
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.95);
    -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.95);
}
#header.navbar .navbar-toolbar .navbar-nav > .navbar-main.open > a,
#header.navbar .navbar-toolbar .navbar-nav > li.open > a,
#header.navbar .navbar-toolbar .navbar-nav > .navbar-main.active > a,
#header.navbar .navbar-toolbar .navbar-nav > li.active > a,
#header.navbar .navbar-toolbar .navbar-nav > .navbar-main.open > a:hover,
#header.navbar .navbar-toolbar .navbar-nav > li.open > a:hover,
#header.navbar .navbar-toolbar .navbar-nav > .navbar-main.active > a:hover,
#header.navbar .navbar-toolbar .navbar-nav > li.active > a:hover,
#header.navbar .navbar-toolbar .navbar-nav > .navbar-main.open > a:active,
#header.navbar .navbar-toolbar .navbar-nav > li.open > a:active,
#header.navbar .navbar-toolbar .navbar-nav > .navbar-main.active > a:active,
#header.navbar .navbar-toolbar .navbar-nav > li.active > a:active,
#header.navbar .navbar-toolbar .navbar-nav > .navbar-main.open > a:focus,
#header.navbar .navbar-toolbar .navbar-nav > li.open > a:focus,
#header.navbar .navbar-toolbar .navbar-nav > .navbar-main.active > a:focus,
#header.navbar .navbar-toolbar .navbar-nav > li.active > a:focus {
    color: rgba(0, 0, 0, 0.7);
    background-color: rgba(39, 75, 195, 0.95);
}
#header .navbar-toolbar .dropdown-menu > li > a:hover {
    background-color: #eeeeee;
}
#header .navbar-toolbar .dropdown-menu-profile > li > a:hover {
    background-color: #EBF7FF;
}
#header .navbar-toolbar .soporte-link {
    display: flex;
    align-items: center;
}
#header .navbar-toolbar .soporte-link > img {
    width: 20px;
}
/* ----------------------------
*
* SIDEBAR
*
* --------------------------- */
.sidebar {
    background-color: #009DFF;
}
.sidebar .header,
.sidebar .footer {
    background-color: #415c71;
}
.sidebar .header:after,
.sidebar .footer:after {
    border-color: #146CBB;
}
.sidebar.sidebar-left .scrollbar {
    right: 3px !important;
}
.sidebar.sidebar-right .scrollbar {
    left: 3px !important;
}
.sidebar .content .heading {
    color: rgba(255, 255, 255, 0.3);
}
/*.sidebar .media-list > .media .media-heading {
    color: rgba(255, 255, 255, 0.8) !important;
}
.sidebar .media-list > .media .media-meta {
    color: rgba(255, 255, 255, 0.6) !important;
}
.sidebar .media-list > .media:after {
    background-color: #F7F7F7;
}
.sidebar .media-list > .media:active {
    background-color: #F7F7F7;
}*/
.sidebar .topmenu > li:after,
.sidebar .mainmenu > li:after {
    border-color: #009DFF;
}
.sidebar-minimized .sidebar .topmenu li:before,
.sidebar-minimized .sidebar .mainmenu li:before,
.screen-sm .sidebar .topmenu li:before,
.screen-sm .sidebar .mainmenu li:before {
    border-color: transparent #f7f9f9 transparent transparent !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    right: -2px;
}
.sidebar .topmenu li a,
.sidebar .mainmenu li a {
    color: rgba(255, 255, 255, 1.00);
    transition: all .075s ease-in-out;
}
.sidebar .topmenu > li > a:hover {
    background-color: #007ECC;
}
.sidebar .topmenu li.active a:hover,
.sidebar .topmenu li.open a:hover {
    background-color: transparent;
}
.sidebar .topmenu li.active > a,
.sidebar .mainmenu li.active > a {
    background-color: #F7F7F7 !important;
    color: rgba(255, 255, 255, 0.7) !important;
}
.sidebar .topmenu li.open > a,
.sidebar .mainmenu li.open > a {
    background-color: #007ECC !important;
    color: #FFFFFF !important;
}
.sidebar .topmenu li.active > a > .figure > [class^="ico-"],
.sidebar .mainmenu li.active > a > .figure > [class^="ico-"],
.sidebar .topmenu li.active > a > .figure > [class*=" ico-"],
.sidebar .mainmenu li.active > a > .figure > [class*=" ico-"] {
    color: #3f5fa3;
}
.sidebar .topmenu li > .submenu li a,
.sidebar .mainmenu li > .submenu li a {
    background-color: #007ECC;
    color: rgba(255, 255, 255, 1.00);
}
.sidebar-minimized .sidebar .topmenu li > .submenu,
.sidebar-minimized .sidebar .mainmenu li > .submenu,
.screen-sm .sidebar .topmenu li > .submenu,
.screen-sm .sidebar .mainmenu li > .submenu {
    background-color: #f7f9f9;
    border-radius: 3px;
    box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.1);
    padding-left: 0px;
}
.sidebar-minimized .sidebar .topmenu li > .submenu:before,
.sidebar-minimized .sidebar .mainmenu li > .submenu:before,
.screen-sm .sidebar .topmenu li > .submenu:before,
.screen-sm .sidebar .mainmenu li > .submenu:before {
    background-color: #f7f9f9;
    left: 5px;
}
.sidebar .topmenu li > .submenu:after,
.sidebar .mainmenu li > .submenu:after {
    display: none;
}
.sidebar .topmenu li > .submenu > li.submenu-header,
.sidebar .mainmenu li > .submenu > li.submenu-header {
    background-color: #007ECC;
    color: rgba(255, 255, 255, 1) !important;
    font-size: 14px!important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    padding-left: 20px !important;
}
.sidebar .topmenu li > .submenu > li.open > a,
.sidebar .mainmenu li > .submenu > li.open > a {
    background-color: #006EB2 !important;
    color: rgba(255, 255, 255, 1.00) !important;
}
.sidebar .topmenu li > .submenu > li.open > a > .text,
.sidebar .mainmenu li > .submenu > li.open > a > .text {
    font-weight: 600 !important;
}
.sidebar .topmenu li > .submenu > li a:hover,
.sidebar .mainmenu li > .submenu > li a:hover {
    color : #FFF;
    background-color: #006EB2;
}
.sidebar .topmenu li > .submenu > li:after,
.sidebar .mainmenu li > .submenu > li:after {
    display: none;
}
.sidebar .topmenu li > .submenu > li.active:after,
.sidebar .mainmenu li > .submenu > li.active:after {
    background-color: #3f5fa3;
}
.sidebar .topmenu li > .submenu > li.active a,
.sidebar .mainmenu li > .submenu > li.active a {
    color: rgba(255, 255, 255, 0.8);
}
.sidebar .topmenu li > .submenu .submenu,
.sidebar .mainmenu li > .submenu .submenu {
    box-shadow: none;
    -webkit-box-shadow: none;
    position: static;
}
.sidebar-minimized .sidebar .topmenu li > .submenu .submenu,
.sidebar-minimized .sidebar .mainmenu li > .submenu .submenu,
.screen-sm .sidebar .topmenu li > .submenu .submenu,
.screen-sm .sidebar .mainmenu li > .submenu .submenu {
    padding-left: 0px!important;
}
.topmenu li.open > .submenu li .submenu li a{
    padding-left:60px!important;
}
.topmenu li.open > .submenu li .submenu li .submenu li a{
    padding-left:80px!important;
}
.sidebar-minimized .sidebar .topmenu li.open > .submenu li .submenu li a{
    padding-left: 30px!important;
}
.sidebar-minimized .sidebar .topmenu li.open > .submenu li .submenu li .submenu li a{
    padding-left: 30px!important;
}
.topmenu li > .submenu, .mainmenu li > .submenu{
    padding-left: 0px!important;
}
.sidebar-maximized .topmenu li a{
    padding-left: 16px!important;
    padding-top: 8px;
    padding-right: 16px;
    padding-bottom: 8px;
}
.sidebar-maximized .topmenu li > .submenu li .submenu li a{
    padding-left: 60px!important;
}
.sidebar-maximized .topmenu li > .submenu li a{
    padding-left: 40px!important;
}
.sidebar.sidebar-fixed {
    position: fixed !important;
    top: 0 !important;
}
/* ----------------------------
*
* MASTER
*
* --------------------------- */
/* PANELES */
.panel-default {
    border-color: #EEEEEE;
}
.panel-default > .panel-heading {
    display: flex;
    color: #F9F9F9;
    background-color: #FFFFFF;
    border-color: #EEEEEE;
    padding: 0px 20px;
}
.panel-default > .panel-heading.heading-clear {
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
    background-color: #fff;
    border-color: #cfd9db;
    color: #333;
    height: 35px;
    position: relative;
    z-index: 1;
}
.panel.panel-default > .panel-heading.heading-clear > .panel-toolbar > .option > .btn {
    color: #333;
}
.panel .panel-toolbar > .option > .btn.right > .arrow:before {
    content: "\e3b1";
}
.panel .panel-toolbar > .option > .btn > .arrow:before {
    content: "\e3b2";
}
.panel-heading > .panel-title, 
.panel-heading > .panel-toolbar {
    display: block;
    width: auto;
    height: 40px;
    line-height: 40px;
}
.panel-heading > .panel-title{
    font-size: 18px;
    font-weight: 700;
}
.panel-heading > .panel-toolbar{
    padding-right: 16px;
}
.panel-heading > .panel-title.ellipsis,
.panel-heading > .panel-toolbar.ellipsis {
  max-width: 100%;
}
.panel-default-grey{
    border: 1px solid #cfd9db;
}
.panel-default-grey > .bloque-item {
    color: #444444;
    background-color: white !important;
    border-color: #cfd9db;
}
.panel-default-grey > .panel-heading {
    color: #444444;
    background-color: #f1f1f1;
    border-color: #cfd9db;
}
.panel.panel-default .panel-toolbar > .option > .btn {
    color: #009DFF;
}
.panel.panel-default .panel-toolbar > .option > .btn:hover,
.panel.panel-default .panel-toolbar > .option > .btn:active,
.panel.panel-default .panel-toolbar > .option > .btn:focus {
  color: #009DFF;
}
.panel .panel-body h5 {
    color: #777;
    font-weight: bold;
}
.panel-body{
    background-color: white;
}
.panel-footer {
    padding: 10px 0px;
    background-color: #F3F7F9;
    border-top: 1px solid #F3F7F9;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel-default > .panel-heading.heading-danger {
    background-color: #FFF !important;
    border: 1px solid #e3e3e3 !important;
    color: #ed5466 !important;
}
.panel-default > .panel-heading.heading-danger > .panel-toolbar > .option > .btn {
    color: #ed5466 !important;
}
.panel-default > .panel-heading.heading-success {
    background-color: #FFF !important;
    border: 1px solid #e3e3e3 !important;
    color: #5cb85c !important;
}
.panel-default > .panel-heading.heading-success > .panel-toolbar > .option > .btn {
    color: #5cb85c !important;
}
.panel-default > .panel-heading.heading-warning {
    background-color: #FFF !important;
    border: 1px solid #e3e3e3 !important;
    color: #ffcc00 !important;
}
.panel-default > .panel-heading.heading-warning > .panel-toolbar > .option > .btn {
    color: #ffcc00 !important;
}
.panel-primary {
    border-color: #f3f7f9 !important;
}
/* --------------------------- */
/* MAIN SECTION */
#main .page-header.page-header-block {
    background-color: transparent;
    border: none;
    margin: -15px -15px 10px -15px;
    padding: 15px 15px 0 15px;
}
#main .page-header h4 {
    font-family: 'Nunito Sans';
    font-size: 20px;
    font-weight: 800;
    line-height: 32px;
    text-align: left;
    color: #37465A;
}

/* --------------------------- */
/* BOTONES */
.btn-default {
    color: #666666 !important;
    background-color: #f6f6f6 !important;
    border-color: #D8D8D8 !important;
    background-image: none !important;
}

.btn-primary {
    color: #FFF !important;
    background-color: #009DFF !important;
    border-color: #009DFF !important;
    background-image: none !important;
}
.btn-primary:hover {
    background-color: #4DBAFF !important;
    border-color: #4DBAFF !important;
    background-image: none !important;
}
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background-color: #007ECC !important;
    border-color: #007ECC !important;
    background-image: none !important;
}
.btn-outline-primary {
    color: #009dff !important;
    background-image: none !important;
    border-color: #D8D8D8 !important;
    background-color: #ffffff !important;
    text-shadow: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus,
.btn-outline-primary:active,
.btn-outline-primary.active,
.btn-outline-primary:hover {
    color: #009dff;
    background-image: none !important;
    background-color: #ebf7ff !important;
    border-color: #009dff !important;
}

.btn-outline-primary.pressed {
    background-color: #c4e8ff !important;
    border-color: #009DFF !important;
    color: #009DFF !important;
}

.btn-primary > i.ico-file-excel:before {
    color: white !important;
}

.dropdown-menu > li > a:active,
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
    color: #37465A;
    background-color: #EBF7FF;
    outline: 0;
}
/* --------------------------- */
/* TABS */
.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-tabs {
    border: 1px solid #dee2e6;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    background-color: #f3f7f9 !important;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    background-color: #fff;
    border: 1px solid #009DFF;
    border-bottom-color: transparent;
    color: #009DFF !important;
    border-top-color: transparent;
    border-right-color: #d8d8d8 !important;
    border-left-color: transparent;
    position: relative;
}

.nav-tabs > li > a {
    color: #777;
    font-family: 'Nunito Sans';
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-right-color: transparent;
    border-left-color: transparent;
    position: relative;
}

.nav-tabs > li > a::after {
    content: ""; /* Required for pseudo-elements */
    position: absolute;
    top: 50%; /* Center the border vertically */
    right: 0; /* Position at the right side of the element */
    transform: translateY(-50%); /* Adjust for centering */
    width: 1.2px; /* Set the thickness of the border */
    height: 50%; /* Set the desired length of the border */
    background-color: #d8d8d8; /* Set the border color */
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.nav-tabs > li.active > a::before {
    content: ""; /* Required for pseudo-elements */
    position: absolute;
    top: 0; /* Position at the top of the element */
    left: 50%; /* Center the border horizontally */
    transform: translateX(-50%); /* Adjust for centering */
    width: 95%; /* Set the desired length of the border */
    height: 10%; /* Set the thickness of the border */
    background-color: #009DFF; /* Set the border color */
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #37465a;
    background-color: #f6f6f6;
    border-color: #dee2e6 #dee2e6 #fff;    
}

.nav-link {
    display: block;
    padding: .5rem 1rem;
    color: #0d6efd;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.tab-content.panel {
    background-color: #ffffff;
    border: 1px solid #dee2e6;
    border-top-width: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    padding: 16px;    
}
/* ---------------------------- */
/* MODALS */
@media (min-width: 768px) {
    .modal-dialog {
        width: 700px;
        margin: 30px auto;
    }
}
.modal-dialog .modal-header > .modal-title {
    color: #37465A;
    font-family: 'Nunito Sans';
    font-size: 20px;
    font-weight: 800;
}
.siigo-modal-header {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between; /* Distribute space between items */
}
.siigo-modal-body {
    background-color: #FFFFFF;
}
/*.siigo-modal-frame-body {
    background-color: #FFFFFF;
    padding: 8px;
}*/
.siigo-modal-title {
    order: 1;
}
.siigo-close-button {
    font-size: 20px;
    font-weight: 900;
    color: #009DFF;
    opacity: 1;
    width: 24px;
    height: 24px;
    line-height: 22px;
    margin-top: 0px !important;
    order: 2;
    margin-left: auto; /* Push this item to the right */
}
#tbfilter .filter-label{
    font-family: 'Nunito Sans';
    font-size: 14px;
    color: #303030;
    line-height: 22px;
}
#tbfilter input[name="filtro"] {
    font-family: 'Nunito Sans';
    font-size: 14px;
    color: #37465A;
    height: auto;
    border: 1px solid #D8D8D8;
}
#tbfilter input[name="filtro"]:focus,
#tbfilter input[name="filtro"]:focus-visible {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #009dff !important;
}

#tbfilter .btn {
    top: 0;
    gap: 8px;
}
#tbfilter .btn-primary:hover{
    background-color: #4DBAFF !important;
    border-color: #4DBAFF !important;
    background-image: none;
}

#tbfilter .btn-primary:focus,
#tbfilter .btn-primary:active {
    background-color: #007ECC !important;
    border-color: #007ECC !important;
    background-image: none;
}
.contifico-modal-icons-search {
    font-weight: 900;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 0px;
    padding-right: 8px;
}
/* ---------------------------- */
html {
    font-size: 14px;
}
html body {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 14px;
    min-height: 100%;
    background-color: #F3F7F9;
    overflow-x: hidden;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: normal !important;
}
.well-sm {
  padding: 9px !important;
  border-radius: 0px !important;
}
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: white;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
#main > .container-fluid, #main > .container {
    float: left;
    width: 100%;
    padding-bottom: 0;
    background-color: #F3F7F9;
}
.scrollbar {
  border-radius: 7px !important;
  right: 3px !important;
}
.ml40 {
    margin-left: 40px !important;
}


#header.navbar {
    -webkit-box-shadow: none;
    box-shadow: none;
}
/*color barra superior*/
#header.navbar .navbar-toolbar {
    border-bottom: 1px solid #e2e8e9;
}

.toolbar a.btn-sm{
  font-size: 1rem;
}

.toolbar button.btn-sm{
  font-size: 1rem;
}

/* estilos para botones dropdown en el toolbar con más de un span */
.toolbar a.btn-sm.dropdown-toggle span:first-child:not(:only-of-type),
.toolbar button.btn-sm.dropdown-toggle span:first-child:not(:only-of-type) {
    margin-right: 0.57rem;
}

.toolbar a.btn-sm.dropdown-toggle span:only-of-type,
.toolbar button.btn-sm.dropdown-toggle span:only-of-type {
    margin-right: 0;
}

/* Css color letra tabs */
.panel-heading-contifico {
    margin-left: 0px;
    margin-right: 0px;
}

.btn-login-contifico {
    color: #ffffff;
    background-color: #00AAFF;
    border-color: #00AAFF;
}
.btn-login-contifico:hover {
    color: #ffffff;
    background-color: #00AAFF;
    border-color: #00AAFF;
}

.dl-horizontal-left dt{
  float: left;
    width: 120px;
    overflow: hidden;
    clear: left;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dl-horizontal-left dd {
    margin-left: 180px;
}


.logo-figure-contifico {
    width: 170px;
    background-image: url('../../image/logo/logo-siigo.png');
    background-repeat: no-repeat;
    background-position: 15px 5px;
    -webkit-background-size: 175px 67px;
    background-size: 64px 40px;
}
.screen-xs #header.navbar .navbar-header > .navbar-brand .logo-figure-contifico{
    background-size: 64px 40px;
    height: 50px;
}

.pager > li > a {
    border: #D8D8D8 solid 1px;
    border-radius: 4px;
    padding: 4px 12px;
}

.pager > li > a:link,
.pager > li > a:visited {
    color: #009DFF;
}
.pager > li > a:hover,
.pager > li > a:active,
.pager > li > a:focus {
    background-color: #EBF7FF;
    border-color: #009DFF;
    color: #009DFF;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #00b1e1;
  border-color: #00a5d2;
}
.btn-primary .badge {
  color: #00b1e1;
  background-color: #ffffff;
}
.btn-primary.btn-outline {
  color: #00a5d2;
  background-color: transparent;
}

.text-primary-contifico {
    color: #116eff;
}

.text-primary,
a.text-primary,
a.text-primary:focus,
a.text-primary:hover {
    color: #009DFF;
}
a.btn.text-primary:hover {
    background-color: #EBF7FF;
    border-color: #009DFF;
    color: #009DFF;
}
a.btn.text-primary:link {
    background-color: #FFFFFF;
    border-color: #D8D8D8;
    color: #009DFF;
}
a.btn.text-primary:visited,
a.btn.text-primary:active,
a.btn.text-primary:focus {
    background-color: #C4E8FF;
    border-color: #009DFF;
    color: #009DFF;
}
.pagination > li > a {
    background-color: #FFFFFF;
    border-color: #D8D8D8;
    color: #009DFF !important;
}
.pagination > li > a:hover {
    background-color: #EBF7FF;
    border-color: #009DFF;
    color: #009DFF !important;
}
.pagination > li > a:active
.pagination > li > a:focus {
    background-color: #C4E8FF;
    border-color: #009DFF;
    color: #009DFF !important;
}
.pagination > .active > a {
    background-color: #c4e8ff !important;
    border-color: #009DFF !important;
    color: #009DFF !important;
}
/* btn success - color reset */
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #91c854;
  border-color: #8ac448;
}
.btn-success .badge {
  color: #91c854;
  background-color: #ffffff;
}
.btn-success.btn-outline {
  color: #8ac448;
  background-color: transparent;
}

.text-success-contifico {
  color: #319A32;
}
.text-success {
    color: #619B2E !important;
}
a.text-success:link, a.text-success:visited, a.text-success:hover, a.text-success:active {
    color: #619B2E !important;
}

/*css checkboxs */

/* custom checkbox & radio - checked */
th .custom-checkbox, td .custom-checkbox {
    height: 20px;
}
.custom-checkbox > label{
    position: relative;
    line-height: 20px !important;
    padding-left: 20px; /* Add space for the custom box */
}
.custom-checkbox > label:after {
  float: left;
  content: "\e370";
  overflow: hidden;
  color: transparent;
  font-size: 10px;
  line-height: 10px;
  left: 3px;
  top: 3px;
  -webkit-transition: max-width ease 0.1s;
       -o-transition: max-width ease 0.1s;
          transition: max-width ease 0.1s;
}
.custom-checkbox > label:before {
  background-color: white;
  content: "";
  width: 16px;
  height: 16px;
  border: 1px solid #c8c8c8;
  border-radius: 3px;
}
.custom-radio > label:before {
  background-color: white;
  content: "";
  width: 18px;
  height: 18px;
  border: 1px solid #c8c8c8;
  border-radius: 50%;
}
.checkbox-icon > label:before {
  content: "";
  width: 16px;
  height: 16px;
}
.custom-checkbox-primary > label:hover:before,
.custom-radio-primary > label:hover:before {
    border: 1px solid #4DBAFF;
}
.custom-checkbox-primary > input[type="checkbox"]:checked + label:before,
.custom-radio-primary > input[type="radio"]:checked + label:before {
    background-color: #009DFF;
    border-color: #009DFF;
}
.bg-blue {
    background-color: #116eff !important;
}
.bg-lightblue {
    background-color: #5497E8 !important;
}
.bg-white {
    background-color: #FFF !important;
}
/* ----------------------------
 *
 * Brand
 *
 * --------------------------- */
.logo-text,
.logo-figure {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  height: 80px;
}

.logo-text {
  width: 110px;
  background-image: url("../image/logo/logo-text.png");
  background-repeat: no-repeat;
  -webkit-background-size: 110px 50px;
          background-size: 110px 50px;
}

.logo-text + .logo-figure {
  margin-left: -13px;
}

.logo-text.inverse {
  background-image: url("../image/logo/logo-text-inverse.png");
}



.logo-figure {
    width: 200px;
    background-image: url("../../image/logo/logo-contifico-new.png");
    background-repeat: no-repeat;
    background-position: 15px 5px;
    -webkit-background-size: 175px 67px;
    background-size: 175px 67px;
}
.logo-figure + .logo-text {
  margin-left: -13px;
}
.logo-figure.inverse {
  background-image: url("../image/logo/logo-figure-inverse.png");
}

.logo-text-contifico,
.logo-figure-contifico {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  height: 50px;
}



/* ----------------------------
*
* Table
*
* --------------------------- */

.table>tbody>tr>td, 
.table>tbody>tr>th, 
.table>tfoot>tr>td, 
.table>tfoot>tr>th, 
.table>thead>tr>td, 
.table>thead>tr>th{
    border-top-color: #D8D8D8 !important;
}
.table>thead>tr>th {
    border-bottom-color: #D8D8D8 !important;
}
.table > thead > tr > th{
    color: #666666;
    background-color: #EEEEEE;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 8px;
    line-height: 24px;
    text-shadow: none;
}
/* labels en th */
.table > thead > tr > th > div > label
{
    color: #666666;
}
/* Botones lupa en thead */
table thead span.btn-default,
table thead span.input-group-addon.btn-primary,
table thead span a.btn.btn-xs.btn-default,
table thead span a i.ico-copy.text-default
 {
    border:none;
    margin: none;
    color: #5f6a6a !important;
    background-color: transparent !important;
    padding-left: 3px;
    font-size: 16px;
    font-weight: bold;
}
/* Botones lupa en thead hover */
table thead span.btn-default:hover,
table thead span.input-group-addon.btn-primary:hover,
table thead span a.btn.btn-xs.btn-default:hover,
table thead span a i.ico-copy.text-default:hover
{
    color: #5f6a6a !important;
    background-color: transparent !important;
    font-size: 15px;
} 
.table > thead > tr > th:first-child,
.panel-default{
    border-top-left-radius: 6px;
}
.table > thead > tr > th:last-child,
.panel-default{
    border-top-right-radius: 6px;
}
.table > .tbody > tr > td {
    font-weight: 400;
    color: #37465A;
    line-height: 22px;
}
.table-bordered {
    border: 1px solid #D8D8D8 !important;
}
.table-responsive{
    margin-bottom: 0px;
}
.table-bordered>tbody>tr>td, 
.table-bordered>tbody>tr>th, 
.table-bordered>tfoot>tr>td, 
.table-bordered>tfoot>tr>th, 
.table-bordered>thead>tr>td, 
.table-bordered>thead>tr>th{
    border-color: #D8D8D8 !important;
}

.noborderLeftTable{
    border-left-color: unset !important;
    border-left-style: hidden !important;
}

ul.errorlist {
  list-style: none;
  margin: 0;
  padding: 0;
  color: red;
}

.nav-section {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0 auto;
    text-align: center;
}
.nav-section.nav-justified > li {
    display: table-cell;
    width: 26rem !important;
}

/* ----------------------------
 *
 * To Top Scroller
 *
 * --------------------------- */
.totop {
    position: fixed;
    bottom: 10px;
    right: 92.5%;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background-color: #009DFF;
    color: #FFFFFF;
    text-align: center;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
    font-size: 16px;
}

.totop.pull-left {
  right: auto;
  left: 10px;
}
.totop:hover,
.totop:active,
.totop:focus {
    color: #FFFFFF;
    background-color: #007ECC;
    outline: 0;
}
/* hide on sidebar open */
.sidebar-open-rtl .totop,
.sidebar-open-ltr .totop {
  opacity: 0;
}

.panel .panel-toolbar > .option > .btn .grey{
  float: left;
  background-color: transparent;
  color: #777777;
  padding-left: 6px;
  padding-right: 6px;
}

.form-control.input-sm {
  font-size: 1rem;
}

.input-sm {
    height: 2.14rem;
    padding: 0.57rem;
    font-size: 1rem;
    line-height: normal;
    border-radius: 0.21rem;
}

select.input-sm {
    height: 2.14rem;
    line-height: 2.14rem;
    padding: 0rem 0.57rem;
}

/* CSS para quicksearch */
label.qs_label {
    display: inline;
    font-weight: 700 !important;
}
input.qs_input {
    width: 400px;
    font-family: 'Nunito Sans';
    font-size: 14px;
    color: #37465A;
    height: auto;
    border: 1px solid #D8D8D8;
}
input.qs_input:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #009dff;
}
/* End CSS para quicksearch */

select.form-control.text-right {
    padding-right: 1.78rem;
}

/* Select2 global styles */
.select2-container {
    border: none;
    padding: 0;
}

/* Hover effect for Select2 dropdown options */
.select2-results li {
    background-color: #FFFFFF !important;
    color: #37465A !important;
    cursor: pointer !important;
}
.select2-results li:hover {
    background-color: #EBF7FF !important;
}

.form-group {
    margin-bottom: 0.36rem;
}

.form-group .control-label {
    display: inline-block;
    line-height: 2.14rem;
    text-align: right;
    white-space: nowrap;
}

.form-control .fileinput-filename {
    vertical-align: bottom;
    width: auto;
}

.file-selector-input {
    height: 41.33px;
}

.control_label_contif {
    font-weight: 600;
    color: #444444;
}

.sidebar-minimized .topmenu.topmenu-responsive > li > a, .screen-sm .topmenu.topmenu-responsive > li > a{
  padding: 8px 16px 8px 16px;
}

hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #EEEEEE !important;
}

/* color labels */
.control-label {
    font-weight: 400;
    color: #37465A;
    font-size: 1rem;
    line-height: 22px;
    letter-spacing: 0px;
    text-align: right;
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        padding-top: 0rem;
    }
}

/*para que salga el submenu al costado*/
.sidebar-minimized .sidebar .topmenu li > .submenu{
  overflow: initial!important;
}
.sidebar-minimized .sidebar .topmenu li.hover.open .submenu li.hover.open > .submenu{
  display:block;
  position: absolute;
    z-index: 100;
    width: 200px;
    left: 200px!important;
    height: auto!important;

    -webkit-box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.1);
    background-color: #f7f9f9;
    padding-left: 0px;
    border-radius: 3px;
}
.sidebar-minimized .topmenu li.open a > .arrow:before, .mainmenu li.open a > .arrow:before {
    content: "\e64f"!important;
}

body .fondo_gris{
  background-color:#F5F7F7 !important;
}

tr .fondo_cabecera_tabla{
  background-color:#F1F1F1 !important;
}

.popover-title {
    font-size: 13px;
    background-color :#116eff;
    color :white;
    border-radius: 2px 2px 0 0;
}
.label-primary, .badge-primary, .hasnotification-primary {
  background-color: #009DFF;
}
.label-success, .badge-success, .hasnotification-success {
  background-color: #5cb85c;
}
.list-group-tabs > .list-group-item.active > a {
    color: #666666;
}
.list-group-tabs > .list-group-item.active {
    color: #6f6666 !important;
    background-color: #eeeeee;
    border-color: #cfd9db;
}
.auto_extra{
  display:none;
}
.code-success {
  padding: 2px 4px;
  font-size: 90%;
  color: #0e770e;
  background-color: #eaf9e4;
  border-radius: 4px;
}
table#ttransacciones, table#tcomprobantes {
  margin: 0em 0 !important;
  border-collapse: collapse;
  width: 100%;
}
.text-success-help {
    color: #a2de5e !important;
}
#header.navbar .navbar-toolbar .navbar-nav {
    margin: 0;
    float: left;
    padding-left: 0px;
}
.vue-treeselect__placeholder {
    color: #555555 !important;
}
.vue-treeselect__control{
  height: 33px !important;
}
.switch.switch-primary input:checked ~ .switch {
    border-color: #009dff;
    -webkit-box-shadow: inset 0 0 0 0.6em #009dff;
    box-shadow: inset 0 0 0 0.6em #009dff;
}
/* ----------------------------
*
* MISC
*
* --------------------------- */
.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
    color: #003b99;
}
.fc-day-header a {
    color: #003b99;
}
.fc-day-header a:hover,
.fc-day-header a:active {
    color: #3381ff;
}
.div_categoria .categoria_nombre a:link,
.div_categoria .categoria_nombre a:visited
 {
    color: rgba(0, 0, 0, 0.75);
}
.div_categoria > .categoria_nombre > a:hover,
.div_categoria > .categoria_nombre > a:active {
    color: rgba(0, 0, 0, 0.60);
}
.label-bold-800 {
    font-weight: 800;
}
.text-16 {
    font-size: 16px;
}
.text-18 {
    font-size: 18px;
}
.text-24 {
    font-size: 24px;
}
.text-30 {
    font-size: 30px;
}
.text-40 {
    font-size: 40px;
}
.text-70 {
    font-size: 70px;
}
.text-80 {
    font-size: 80px;
}
.text-85 {
    font-size: 85px;
}
.text-100 {
    font-size: 100px;
}
.text-black40 {
    color: #666;
}
.text-gray {
    color: #777;
}
.text-darkgray {
    color: #464747 !important;
}
.text-black {
    color: #000;
}
.title-gray {
    color: #777;
    font-weight: bold;
}
.text-italic {
    font-style: italic;
}
.text-bold {
    font-weight: bold;
}
.text-dark_blue {
    color: #17293a;
}
.text-lightblue {
    color: #3d82f2 !important;
}
.text-desaturatedblue {
    color: #37465A !important
}
#banners-closed_menu-icon  img {
    width: 25px;
}
html.menu-opened #banners-closed_menu-icon {
    /*visibility: hidden;*/
    display: none;
}
.sidebar-banner {
    display: none !important;
}
html.menu-opened .sidebar-banner {
    display: block !important;
}
html.menu-opened .sidebar-banner > a {
    margin-top: -25px;
}
html.menu-opened .sidebar-banner > a > img {
    width: 240px !important;
}
html.menu-opened #menu_principal .item-opened-p0 {
    padding: 0 !important;
}

p.info-no-data > .glyphicon{
    color: #969696;
    font-size: 32px;
}
p.info-no-data > .msg{
    color: #969696;
}
a.link-underlined {
    text-decoration: underline;
}
input.highlight-red,
input.highlight-red:focus {
    border: 1px solid rgb(237,84,102) !important;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(237,84,102,0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(237,84,102,0.5);
    box-shadow: 0px 0px 5px 0px rgba(237,84,102,0.5);
}
input.highlight-yellow,
input.highlight-yellow:focus {
    border: 1px solid rgb(240, 173, 78, 0.75) !important;
     -webkit-box-shadow: 0px 0px 5px 0px rgba(240, 173, 78,0.5); 
    -moz-box-shadow: 0px 0px 5px 0px rgba(240, 173, 78,0.5);
    box-shadow: 0px 0px 5px 0px rgba(240, 173, 78, 1);
}
.table-overflow-container {
    overflow-x: scroll;
}
a.link-primary-contifico:link,
a.link-primary-contifico:visited,
a.link-primary-contifico:hover,
a.link-primary-contifico:active {
    color: #116eff;
}
/* ----------------------------
*
* TOOLTIP PARA OBJECTFIELDS
*
* --------------------------- */
.objfield-highlight-tooltip {
    color: #ed5466;
    display: table-cell;
    font-size: 15px;
    text-align: center;
    vertical-align: middle;
}
.objfield-highlight-tooltip .tooltiptext {
    background-color: black;
    border-radius: 6px;
    color: #fff;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    text-align: center;
    padding: 5px 0;
    position: absolute;
    opacity: 0;
    transition: opacity .6s;
    -moz-transition: opacity .6s;
    -o-transition: opacity .6s;
    -webkit-transition: opacity .6s;
    visibility: hidden;
    width: 120px;
    z-index: 5;
}
.objfield-highlight-tooltip .tooltiptext.objtooltip-top {
    left: 50%;
    bottom: 100%;
    margin-left: -60px;
    width: 120px;
}
.objfield-highlight-tooltip .tooltiptext.objtooltip-top::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}
/* ========================== */
/* ==== SPINNER DE CARGA ==== */
/* ========================== */
.spinner {
	width: 40px;
	height: 40px;
	position: relative;
	margin: 100px auto;
}
.double-bounce1,
.double-bounce2 {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #333;
	opacity: 0.6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: sk-bounce 2.0s infinite ease-in-out;
	animation: sk-bounce 2.0s infinite ease-in-out;
}
.double-bounce2 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}
/* ========================== */
/* ========== FLEX ========== */
/* ========================== */
.flex {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.flex.v-center {
	align-items: center;
}
.flex.flex-wrap {
	flex-wrap: wrap;
}
@-webkit-keyframes sk-bounce {
	0%, 100% { -webkit-transform: scale(0.0) }
	50% { -webkit-transform: scale(1.0) }
}
@keyframes sk-bounce {
	0%, 100% { 
		transform: scale(0.0);
		-webkit-transform: scale(0.0);
	} 50% { 
		transform: scale(1.0);
		-webkit-transform: scale(1.0);
	}
}
/* ========================== */
/* ======= RESPONSIVE ======= */
/* ========================== */
@media (max-width: 991px) {
    .text-sm-60 {
        font-size: 60px;
    }
}
@media (min-width: 768px) {
    .objfield-highlight-tooltip:hover .tooltiptext {
        opacity: 1;
        visibility: visible;
    }
}
@media (max-width: 767px) {
    #header > .navbar-toolbar {
        display: flex;
        justify-content: center;
    }
    #banners-closed_menu-icon {
        display: none;
    }
    .sidebar-banner {
        display: block !important;
    }
    .sidebar-banner > a > img {
        width: 230px;
    }
    #menu_principal .item-opened-p0 {
        padding: 0 !important;
    }
    .totop {
        left: 87%;
    }
    .text-xs-85 {
        font-size: 85px;
    }
}

/* Toolbar */
.siigo-toolbar {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding: 0px;
    gap: 8px;
}
.siigo-action-button-light {
    box-sizing: border-box;

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px;

    width: 36px;
    height: 32px;

    background: #FFFFFF;
    border: 1px solid #D8D8D8;
    border-radius: 4px;
}
.siigo-action-button-light:hover,
.siigo-action-button-light:active,
.siigo-action-button-light:focus,
.siigo-action-button-light.show {
    background-color: #EBF7FF !important;
    border-color: #009DFF !important;
}
.siigo-action-button-dark {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px;

    width: 36px;
    height: 32px;

    background: #009DFF;
    border-radius: 4px;
}
.siigo-action-button-dark:hover,
.siigo-action-button-dark:active,
.siigo-action-button-dark:focus,
.siigo-action-button-dark.show {
    background-color: #009DFF !important;
    border-color: #EBF7FF !important;
}
.siigo-action-button-light-span,
.siigo-action-button-dark-span {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 4px 12px;
    gap: 4px;

    width: 36px;
    height: 32px;

    border-radius: 4px;

    flex: none;
    order: 0;
    flex-grow: 1;
}
.siigo-action-button-light-span > svg,
.siigo-action-button-dark-span > svg {
    flex: none;
    order: 0;
    flex-grow: 0;
}

.siigo-action-button-dark-dropdown {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 16px;
    height: 32px;
}

/* Tooltips */
.tooltip > .tooltip-inner {
    background-color: #37465A; /* Background color */
    color: #FFFFFF; /* Text color */
    font-family: 'Nunito Sans';
    font-size: 12px; /* Font size */
    font-weight: 600;
    padding: 8px; /* Padding */
    border-radius: 3px; /* Border radius */
    opacity: 1; /* Opacity */
}
.tooltip > .tooltip-arrow {
    border-top-color: #37465A; /* Arrow color */
    border-bottom-color: #37465A; /* Arrow color */
}
.tooltip.top > .tooltip-arrow {
    border-top-color: #37465A; /* Override the top arrow color */
    border-bottom-color: #37465A; /* Override the bottom arrow color */
}

/***
    * Alerts
    * Contifico
***/
.alert {
    padding: 0.57rem 1.14rem;
    display: block;
    align-items: center;
    border: 1.8px solid transparent;
    color: #37465a !important;
}
.alert>p{
    color: #37465a !important;
}

.alert strong{
    padding-left: 8px;
}

.alert-info {
    background-color: #e8f7ff !important;
    border-color: #008DE6 !important;
}

.alert-info strong, .alert-info i, .alert-info span{ 
    color: #008DE6 !important;
}

.alert-info a.close, .alert-info button.close{
    color: #008de6 !important;
    opacity: inherit;
}

.alert-success {
    background-color: #f4fded !important;
    border-color: #619b2e !important;
}

.alert-success strong, .alert-success i, .alert-success span{
    color: #619b2e !important;
}

.alert-success a.close, .alert-success button.close{
    color: #619b2e !important;
    opacity: inherit;
}

.alert-warning {
    background-color: #fff7ec !important;
    border-color: #ffa532 !important;
}

.alert-warning strong, .alert-warning i, .alert-warning span{
    color: #ffa532 !important;
}

.alert-warning a.close, .alert-warning button.close{
    color: #ffa532 !important;
    opacity: inherit;
}

.alert-danger {
    background-color: #fff0f4 !important;
    border-color: #d42143 !important;
}

.alert-danger strong, .alert-danger i, .alert-danger span{
    color: #d42143 !important;
}

.alert-danger a.close, .alert-danger button.close{
    color: #d42143 !important;
    opacity: inherit;
}


/***
 Icons Contifico
***/
.ico-pencil5:before {
    font-family: 'contifico-global-icons' !important;
    content: "\e939";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ico-plus:before {
    font-family: 'contifico-global-icons' !important;
    content: "\e93a";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ico-plus-circle2:before {
    font-family: 'contifico-global-icons' !important;
    content: "\e918";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ico-remove3:before {
    font-family: 'contifico-global-icons' !important;
    content: "\e943";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ico-file-pdf:before {
    font-family: 'contifico-global-icons' !important;
    content: "\e927";
    color: #009dff;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ico-file-excel:before {
    font-family: 'contifico-global-icons' !important;
    content: "\e923";
    color: #009dff;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ico-file-download:before {
    font-family: 'contifico-global-icons' !important;
    content: "\e920";
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ico-list-alt:before {
    font-family: 'contifico-global-icons' !important;
    content: "\e933";
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ico-repeat:before {
    font-family: 'contifico-global-icons' !important;
    content: "\e93e";
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ico-newspaper:before {
    font-family: 'contifico-global-icons' !important;
    content: "\e934";
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ico-book2:before {
    font-family: 'contifico-global-icons' !important;
    content: "\e903";
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ico-transmission2:before {
    font-family: 'contifico-global-icons' !important;
    content: "\e93d";
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ico-print:before {
    font-family: 'contifico-global-icons' !important;
    content: "\e93b";
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; 
}

.ico-signup:before {
    font-family: 'contifico-global-icons' !important;
    content: "\e919";
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; 
}

.ico-dollar:before {
    font-family: 'contifico-global-icons' !important;
    content: "\e91d";
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; 
}

.ico-users2:before {
    font-family: 'contifico-global-icons' !important;
    content: "\e947";
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; 
}

.ico-users4:before {
    font-family: 'contifico-global-icons' !important;
    content: "\e949";
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; 
}

.ico-coins:before {
    font-family: 'contifico-global-icons' !important;
    content: "\e913";
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; 
}

.ico-interset:before {
    font-family: 'contifico-global-icons' !important;
    content: "\e935";
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; 
}

.ico-file7:before {
    font-family: 'contifico-global-icons' !important;
    content: "\e94c";
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; 
}

.ico-libreoffice:before {
    font-family: 'contifico-global-icons' !important;
    content: "\e926";
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; 
}

.ico-file-xml:before {
    font-family: 'contifico-global-icons' !important;
    content: "\e92a";
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; 
}

.ico-files:before {
    font-family: 'contifico-global-icons' !important;
    content: "\e929";
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; 
}

.ico-cog:before {
    font-family: 'contifico-global-icons' !important;
    content: "\e92c";
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; 
}

.glyphicon.glyphicon-plus:before {
    font-family: 'contifico-global-icons' !important;
    content: "\e93a";
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; 
}

.glyphicon.glyphicon-gear:before {
    font-family: 'contifico-global-icons' !important;
    content: "\e92c";
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; 
}

.glyphicon.glyphicon-open:before {
    font-family: 'contifico-global-icons' !important;
    content: "\e946";
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; 
}

.glyphicon.glyphicon-floppy-disk:before {
    font-family: 'contifico-global-icons' !important;
    content: "\e92b";
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; 
}

.glyphicon.glyphicon-chevron-down::before {
    font-family: 'contifico-global-icons' !important;
    content: "\e90d";
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; 
}

.glyphicon.glyphicon-cog::before {
    font-family: 'contifico-global-icons' !important;
    content: "\e92c";
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; 
}
.glyphicon.glyphicon-paper-plane:before {
    font-family: 'contifico-global-icons' !important;
    content: "\e937";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.glyphicon.glyphicon-calendar-solid:before {
    font-family: 'contifico-global-icons' !important;
    content: "\e906";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
