.fonts-ccf-strong-gray{
    color: #646c74;
}
.fonts-ccf-gray{
    color: #b9bec3 !important;        
}
.fonts-ccf-ligh-blue{
    color: #47a7de !important;    
}
.fonts-ccf-blue{
    color: #262957 !important;        
}
.fonts-ccf-orage{
    color: #eb5e3d !important;    
}
.fonts-ccf-bold{
    font-weight: bold !important;
}
.bgcolor-ccf-strong-gray{
    background-color: #646c74 !important;    
}
.bgcolor-ccf-gray{
    background-color: #b9bec3 !important;    
}
.bgcolor-ccf-ligh-blue{
    background-color: #47a7de !important;    
}
.bgcolor-ccf-blue{
    background-color: #262957 !important;        
}
.bgcolor-ccf-orage{
    background-color: #eb5e3d !important;        
}
/*Btn disabled*/
.btn-primary.disabled, .btn-primary:disabled, .btnSpnr.disabled {
    color: #939ba2 !important;
    background-color: #F5F7FB !important;
    border-color: #939ba2 !important;
}
.btn.disabled, .btn:disabled {
    opacity: .65;
}
/*logocff white*/
.sidebar-brand img{
    width: 80px;
}
/*logocff*/
#logocff{
    width: 20px;
}
/*Back to top*/
#btnBkTp {
    display: inline-block;
    background-color: #eb5e3d;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}
#btnBkTp i {
    font-size: 2em;
    color: #fff;
    line-height: 60px;
}
#btnBkTp:hover {
    cursor: pointer;
    background-color: #333;
}
#btnBkTp:active {
    background-color: #555;
}
#btnBkTp.show {
    opacity: 1;
    visibility: visible;
}
/*******************Animate button to Loader*******************/
.btnSpnr.large {
    height: 60px;
    width: 200px;
    font-size: 16px;
}
.btnSpnr.large.spinning-loader {
    height: 60px;
    width: 60px;
}
.btnSpnr.normal {
    height: 50px;
    width: 150px;
    font-size: 14px;
}
.btnSpnr.normal.spinning-loader {
    height: 50px;
    width: 50px;
}
.btnSpnr.small {
    height: 30px;
    width: 100px;
    font-size: 12px;
}
.btnSpnr.small.spinning-loader {
    height: 30px;
    width: 30px;
}
.btnSpnr.primary {
    border-color: #57BDE8;
    color: #57BDE8;
}
.btnSpnr.primary:hover {
    background-color: #57BDE8;
}
.btnSpnr.primary.spinning-loader {
    border-color: rgba(0,0,0,.25);
    border-left-color: #57BDE8;
}
.btnSpnr.primary.action_success {
    background: #4CAF50;
}
.btnSpnr.save {
    border-color: #F7BD51;
    color: #F7BD51;
}
.btnSpnr.save:hover {
    background-color: #F7BD51;
}
.btnSpnr.save:after {
    content: 'Save';
}
.btnSpnr.save.spinning-loader {
    border-color: rgba(0,0,0,.25);
    border-left-color: #F7BD51;
}
.btnSpnr.save.action_success {
    background: #4CAF50;
}
/*btnEntry*/
.btnSpnr.btnEntry {
    border-color: #45aaf2;
    color: #45aaf2;
}
.btnSpnr.btnEntry:hover {
    background-color: #45aaf2;
}
.btnSpnr.btnEntry:after {
    content: 'Registrar entrada';
}
.btnSpnr.btnEntry.spinning-loader {
    border-color: rgba(0,0,0,.25);
    border-left-color: #45aaf2;
}
/*btnDeparture*/
.btnSpnr.btnDeparture {
    border-color: #D47A1B;
    color: #D47A1B;
}
.btnSpnr.btnDeparture:hover {
    background-color: #D47A1B;
}
.btnSpnr.btnDeparture:after {
    content: 'Registrar salida';
}
.btnSpnr.btnDeparture.spinning-loader {
    border-color: rgba(0,0,0,.25);
    border-left-color: #D47A1B;
}
/* Botón base */
.btnSpnr {
    display: inline-block;
    background: transparent;
    color: #E85757;
    padding: 0;
    border: 2px solid #E85757;
    border-radius: 40px;
    text-transform: uppercase;
    outline: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    letter-spacing: 2px;
    transition: all 0.25s ease;
    width: 150px;
    height: 50px;
    cursor: pointer;
}
.btnSpnr:hover {
    background-color: #E85757;
    color: #fff;
}
.btnSpnr:active {
    letter-spacing: 1px;
}
.btnSpnr:after {
    content: 'Send';
    opacity: 1;
}
/*action_success*/
.action_success {
    color: #fff !important;
    background: #4CAF50 !important;
    border-color: #4CAF50 !important;
}
.action_success:after {
    font-family: 'FontAwesome';
    content: "\f00c" !important;
    opacity: 1;
}
/*action_failed*/
.action_failed {
    color: #fff !important;
    background: #E85757 !important;
    border-color: #E85757 !important;
}
.action_failed:after {
    font-family: 'FontAwesome';
    content: "\f00d" !important;
    opacity: 1;
}/*btn_disabled*/
.btn_disabled{
    opacity: 0.6;
    cursor: not-allowed !important;
    color: #9aa0ac !important;
    border-color: #9aa0ac !important;
}
.btn_disabled:hover {
    background-color: transparent !important;
}
.bubble {
    animation: bubble 0.25s 0.25s ease 2;
}
@keyframes bubble {
    0% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(0.95, 0.95);
    }
    100% {
        transform: scale(1, 1);
    }
}
.spinning-loader {
    vertical-align: middle;
    border-radius: 50% !important;
    border: 2px solid rgba(0, 0, 0, 0.25);
    padding: 0;
    border-left-color: #E85757;
    background: transparent;
    transform: rotate(0deg);
    color: #fff !important;
    animation: spinning 1s 0.25s linear infinite;
    width: 50px !important;
    height: 50px !important;
}
.spinning-loader:after {
    content: '';
    opacity: 0;
}
.spinning-loader:hover {
    background-color: transparent !important;
}
@keyframes spinning {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
/*btnLgnGl*/
#btnLgnGl{
    width: 180px;    
}
#btnLgnGl:after, #btnLgnFrm:after {
    content: 'Inicia sesión';
}
/*circle-progress*/
circle-progress::part(base) {
    width: 60px; 
    height: auto;
}
circle-progress::part(circle) {
    fill: none;
    stroke: #495057bf;
}
circle-progress::part(value) {
    fill: none;
    stroke: #FF0000 !important;
}
circle-progress::part(text) {
    font: 16px Arial, sans-serif;
    text-anchor: middle;
    fill: #000;
}
/*circle-progress theme-dark*/
.theme-dark circle-progress::part(text) {
    fill: #fff !important;
}
.theme-dark circle-progress::part(circle) {
    stroke: #2A3A54 !important;    
}
/*alert*/
.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}
.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}
.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}
.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}
.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}
.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe;
}
.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
}
/*swal2-title i*/
.swal2-title i{
    margin-right: 1%;
}
/*theme dark*/
.theme-dark {
    color: #fafbfc;
    background-color: #1b2434;
}
.theme-dark .content {
    background-color: #2a3a54 !important;
}
.theme-dark .navbar-bg, .theme-dark .card, .theme-dark .footer{
    background: #34495E !important;
    background-color: #34495E !important;
}
.theme-dark .icon_black, .theme-dark p, .theme-dark span, .theme-dark a, .theme-dark h1, .theme-dark h2:not(.swal2-title), .theme-dark h3, .theme-dark h4,
.theme-dark h5, .theme-dark h6, .theme-dark th, .theme-dark td, .theme-dark .text-muted{
    color: #fafbfc !important;
}
.theme-dark .swal2-html-container p{
    color: #545454 !important;
}
.theme-dark .popUp div:first-child {
    background-color: #2a3a54 !important;
}
.theme-dark .dropdown-menu a, .theme-dark .dropdown-menu a span, .theme-dark .jconfirm p,.theme-dark .jconfirm div, .theme-dark .jconfirm span{
    color: #1b2434 !important;    
}
.theme-dark .hamburger, .theme-dark .hamburger:after, .theme-dark .hamburger:before{
    background: #fff !important;
}
/*******************responsive*******************/