/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on March 5, 2019 */
/*Importamos las fuentes de la pagina, Caviar Dreams y COCOMAT*/
@font-face {
    font-family: 'Caviar Dreams';
    src: url('../fonts/solcv/caviardreams-webfont.woff2') format('woff2'),
         url('../fonts/solcv/caviardreams-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Caviar Dreams Bold';
    src: url('../fonts/solcv/caviardreams_bold-webfont.woff2') format('woff2'),
         url('../fonts/solcv/caviardreams_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Caviar Dreams Bold Italic';
    src: url('../fonts/solcv/caviardreams_bolditalic-webfont.woff2') format('woff2'),
         url('../fonts/solcv/caviardreams_bolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Caviar Dreams Italic';
    src: url('../fonts/solcv/caviardreams_italic-webfont.woff2') format('woff2'),
         url('../fonts/solcv/caviardreams_italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'COCOMAT Light';
    src: url('../fonts/solcv/cocomat-light-webfont.woff2') format('woff2'),
         url('../fonts/solcv/cocomat-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'COCOMAT UltraLight';
    src: url('../fonts/solcv/cocomat-ultralight-webfont.woff2') format('woff2'),
         url('../fonts/solcv/cocomat-ultralight-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

/* PERSONALIZACION CSS PLANTILLA  */
body, html {
  font-family: Caviar Dreams, COCOMAT Light;
}

/*---------------------------------------------*/
a,p {
  font-family: Caviar Dreams;
}

.title_left,.x_title,.profile_info,.menu_section{
  font-family: COCOMAT Light;
}
.x_content{
  font-family: Caviar Dreams;
}
.btn{
  font-family: Caviar Dreams !important;
}
table thead tr th{
  font-family: Caviar Dreams !important;
  /*COCOMAT Light!important;*/
}
table tbody tr td{
  font-family: Caviar Dreams bold !important;
}
/* BOTONES Y LINKS */
.toggle a i {
  color: #FFF;
}
.nav-md .navbar.nav_title a img{
  width: 30px;
  margin-top: -6px; 
}
.nav-sm .navbar.nav_title a img{
  width: 36px;
  margin: 0px 0 0 7px; 
}
.top_nav .nav .open>a, .top_nav .nav .open>a:focus, .top_nav .nav .open>a:hover, .top_nav .nav>li>a:focus, .top_nav .nav>li>a:hover{
  background: #FF6601 !important;
}
.btn-info{
  background: #FF6601 !important;
  border-color: #FF6601 !important;
}
.btn-info:hover{
  background: #FBB700 !important;
  border-color: #FBB700 !important;
}
.btn-danger{
  background-color: rgba(229, 21, 47,0.8) !important;
  border-color: rgb(210, 37, 59) !important;
}
.btn-danger:hover{
  background-color: rgb(229, 21, 47) !important;
}
.btn-primary{
  background-color: #FF6601 !important;
  border-color: #FF6601 !important;
}
.btn-primary:hover{
  background-color: #FBB700 !important;
  border-color: #FBB700 !important
}
.nav.side-menu>li.active{
   border-right: 5px solid rgb(210, 37, 59) !important; 
} 
.nav-sm .nav.child_menu li.active, .nav-sm .nav.side-menu li.active-sm{
  border-right: 5px solid #FBB700 !important; 
}

  

/* Estilos para motores Webkit y blink (Chrome, Safari, Opera... )*/
.menu_section::-webkit-scrollbar {
    -webkit-appearance: none;
}

.menu_section::-webkit-scrollbar:vertical {
    width:6px;
}

.menu_section::-webkit-scrollbar-button:increment,.menu_section::-webkit-scrollbar-button {
    display: none;
} 

.menu_section::-webkit-scrollbar:horizontal {
    height: 6px;
}

.menu_section::-webkit-scrollbar-thumb {
    background-color: rgb(210, 37, 59);
    border-radius: 20px;
    /*border: 1px solid #f1f2f3;*/
}

.menu_section::-webkit-scrollbar-track {
    border-radius: 6px;  
}
.nav.side-menu>li.active {
    border-right: none !important;
}
.cl_scroll{
  height: 75vh; 
  overflow-y: auto;
}
