/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
@import url("animate.css");


html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body {
    margin: 0;
    font-family: 'Open Sans',Helvetica Neue,Arial,sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    text-align: left;
    background: radial-gradient( 50em circle at 100% 0%, #412637, #1d1733);
}

.h2, h2 {
    font-size: 1.7rem;
    color: #dce3ff;
}

.h3, h3 {
    font-size: 1.2rem;
    color: #dce3ff;
}

.signin-wrapper {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 40px;
    width: 100%;
    height: 100vh;
}

.sidebar {
    background-color: #1d1733;
    color: #fff;
    bottom: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    width: 280px;
    z-index: 1000;
}

.sidebar-inner {
    position: relative;
    height: 100%;
}

.sidebar-logo {
    border-bottom: 1px solid rgba(255,255,255,.1);
    border-right: 1px solid rgba(255,255,255,.1);
    line-height: 0;
    padding: 0 20px;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    height: 65px;
}

.sidebar-menu:hover .sidebar-logo {
    border-bottom: 1px solid rgba(255,255,255,.1) !important;
}

.sidebar-logo a {
    display: inline-block;
    width: 100%;
}

    .sidebar-logo a .logo {
        background-position: 0;
        background-repeat: no-repeat;
        display: inline-block;
        min-height: 55px;
        height: 55px;
        width: 100%;
        margin: 5px 0 0 0;
    }

        .sidebar-logo a .logo img {
            height: 100%;
            display: block;
            margin-left: auto;
            margin-right: auto;
        }

.logo-text {
    color: #fff;
    margin: 12px 0 0 0;
    font-family: 'Cairo', Helvetica Neue, Arial, sans-serif;
    font-size: 19px;
    margin: 0 0 0 20px;
}


.sidebar-logo .mobile-toggle {
    display: none;
    float: right;
    font-size: 18px;
    line-height: 64px;
}

    .sidebar-logo .mobile-toggle a {
        color: #72777a;
    }


.sidebar ul {
    list-style-type: none;
}

.sidebar-menu {
    border-right: 1px solid rgba(255,255,255,.1);
    height: calc(100vh - 65px);
    list-style: none;
    margin: 0;
    overflow: auto;
    padding: 0;
    position: relative;
}

    .sidebar-menu > li > a {
        display: block;
        font-size: 15px;
        font-weight: 500;
        padding: 5px 15px;
        position: relative;
        white-space: nowrap;
    }

    .sidebar-menu li a {
        color: rgba(255,255,255,.5);
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        font-family: 'Cairo',Helvetica Neue,Arial,sans-serif;
    }

        .sidebar-menu li a.active {
            color: rgba(103,174,194,.9);
            -webkit-transition: all .3s ease;
            -o-transition: all .3s ease;
            transition: all .3s ease;
        }

    .sidebar-menu > li > a .icon-holder {
        border-radius: 6px;
        display: inline-block;
        font-size: 17px;
        height: 35px;
        left: 0;
        line-height: 35px;
        margin-right: 14px;
        position: relative;
        text-align: center;
        width: 35px;
    }

    .header .header-container .nav-left > li > a:hover,
    .header .header-container .nav-right > li > a:hover,
    .sidebar-menu li a:focus, .sidebar-menu li a:hover {
        color: #fff;
        text-decoration: none;
    }

    .sidebar-menu li.dropdown .arrow {
        font-size: 10px;
        line-height: 40px;
        position: absolute;
        right: 30px;
        -webkit-transition: all .05s ease-in;
        -o-transition: all .05s ease-in;
        transition: all .05s ease-in;
    }

    .sidebar-menu > li.dropdown ul.dropdown-menu {
        background-color: transparent;
        border-radius: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        float: none;
        padding-left: 50px;
        padding-top: 0;
        position: relative;
        width: 100%;
    }

.dropdown-toggle::after {
    display: none;
}

.sidebar-menu > li.dropdown ul.dropdown-menu > li > a {
    display: block;
    padding: 10px 15px;
}


.lh-1 {
    line-height: 1 !important;
}

.mB-0 {
    margin-bottom: 0 !important;
}

.fxw-nw {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.ai-c {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.td-n {
    text-decoration: none !important;
}

.ps {
    overflow: hidden !important;
    overflow-anchor: none;
    -ms-overflow-style: none;
    touch-action: auto;
    -ms-touch-action: auto;
}

.pos-r {
    position: relative !important;
}

.peers {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    height: auto;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

.peer-greed, .peers-greed > .peer, .peers-greed > .peers {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.peer {
    display: block;
    height: auto;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

    .peer > img {
        max-width: none;
    }

.mT-30 {
    margin-top: 30px !important;
}

.mR-10 {
    margin-right: 10px !important;
}

.sz-2r, .w-2r {
    width: 32px;
    width: 2rem;
}




/**/

.page-container {
    min-height: 100vh;
    padding-left: 280px;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}


.navbar {
    position: relative;
    padding: 8px 16px;
    padding: .5rem 1rem;
}

    .navbar, .navbar > .container, .navbar > .container-fluid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

.header {
    border-bottom: 1px solid rgba(255,255,255,.1);
    display: block;
    height: 65px;
    margin-bottom: 0;
    padding: 0;
    position: fixed;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    width: calc(100% - 280px);
    z-index: 800;
    background: radial-gradient( 50em circle at 100% 0%, #412637, #1d1733);
}

.nav-right {
    float: right;
}

    .nav-right > li.options > a {
        min-height: 16px !important;
        line-height: 16px;
    }

        .nav-right > li.options > a i {
            margin: 0 10px 0 0;
        }

.header .header-container .nav-left {
    float: left;
    margin-left: 15px;
}

.header .header-container .nav-left,
.header .header-container .nav-right, .nav-right {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
    position: relative;
}

    .header .header-container .nav-left > li,
    .header .header-container .nav-right > li, .nav-right > li {
        float: left;
    }

        .header .header-container .nav-left > li > a i,
        .header .header-container .nav-right > li > a i, .nav-right > li > a i {
            font-size: 17px;
        }

        .header .header-container .nav-left > li > a,
        .header .header-container .nav-right > li > a, .nav-right > li > a {
            color: rgba(255,255,255,.5);
            display: block;
            line-height: 65px;
            min-height: 65px;
            padding: 0 15px;
            -webkit-transition: all .2s ease-in-out;
            -o-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
        }

.header .header-container .nav-right {
    float: right;
}

    .header .header-container .nav-left .notifications,
    .header .header-container .nav-right .notifications {
        position: relative;
    }

    .header .header-container .nav-left > li,
    .header .header-container .nav-right > li, .nav-right > li {
        float: left;
    }

    .header .header-container .nav-left .notifications .counter,
    .header .header-container .nav-right .notifications .counter, .nav-right .notifications .counter {
        background-color: #ff3c7e;
        border-radius: 50px;
        color: #fff;
        font-size: 10px;
        line-height: 1;
        padding: 3px 5.5px;
        position: absolute;
        right: 6px;
        top: 12px;
    }

    .header .header-container .nav-left .notifications .dropdown-menu,
    .header .header-container .nav-right .notifications .dropdown-menu, .nav-right .notifications .dropdown-menu {
        min-width: 350px;
        padding: 0;
    }

    .header .header-container .nav-right .dropdown-menu > li, .nav-right .dropdown-menu > li {
        width: 100%;
    }

    .header .header-container .nav-right .notifications .dropdown-menu > li:first-child {
        border-bottom: 1px solid rgba(0,0,0,.0625) !important;
        padding: 15px 20px;
        text-align: center;
    }

    .header .header-container .nav-right .notifications .dropdown-menu > ul > li:first-child i {
        padding-right: 10px !important;
    }

    .header .header-container .nav-right .notifications .dropdown-menu > li:first-child span {
        font-weight: 600 !important;
        color: #313435 !important;
        font-size: .87rem !important;
    }

    .header .header-container .nav-right .notifications .dropdown-menu > li:last-child {
        border-top: 1px solid rgba(0,0,0,.0625) !important;
        text-decoration: none;
        text-align: center;
        padding: 15px 20px;
        color: #313435;
    }

    .header .header-container .nav-right .notifications .dropdown-menu li:last-child a {
        color: #313435;
    }

        .header .header-container .nav-right .notifications .dropdown-menu li:last-child a:hover {
            color: #313435;
        }

        .header .header-container .nav-right .notifications .dropdown-menu li:last-child a i {
            font-size: 0.8em;
        }

    .header .header-container .nav-right .notifications .dropdown-menu > li > ul {
        overflow: hidden !important;
        overflow-anchor: none;
        -ms-overflow-style: none;
        touch-action: auto;
        -ms-touch-action: auto;
        padding: 0 !important;
        overflow-y: auto !important;
        margin: 0 !important;
    }

    .header .header-container .nav-right .notifications .dropdown-menu li ul li {
        border-bottom: 1px solid rgba(0,0,0,.0625) !important;
    }

        .header .header-container .nav-right .notifications .dropdown-menu li ul li a {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
            color: #7c8695;
            text-decoration: none;
            padding: 15px 20px;
        }

            .header .header-container .nav-right .notifications .dropdown-menu li ul li a:hover {
                background-color: #f9fafb !important;
            }



            .header .header-container .nav-right .notifications .dropdown-menu li ul li a div {
                margin-right: 15px !important;
            }

                .header .header-container .nav-right .notifications .dropdown-menu li ul li a div p {
                    margin: 0px !important;
                }

                .header .header-container .nav-right .notifications .dropdown-menu li ul li a div img {
                    width: 48px;
                    width: 3rem;
                }

.header .header-container .dropdown-menu {
    display: block;
    margin: 0;
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform .15s ease-out;
    transition: -webkit-transform .15s ease-out;
    -o-transition: transform .15s ease-out;
    transition: transform .15s ease-out;
    transition: transform .15s ease-out,-webkit-transform .15s ease-out;
}

.collapsing, .dropdown, .dropup {
    position: relative;
}

.fsz-sm {
    font-size: 13.92px !important;
    /* font-size: .87rem!important; */
}

.header .header-container .nav-right .dropdown-menu {
    left: auto;
    right: 0;
}

.header .header-container .show .dropdown-menu {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.header .header-container .dropdown-menu {
    display: block;
    margin: 0;
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform .15s ease-out;
    transition: -webkit-transform .15s ease-out;
    -o-transition: transform .15s ease-out;
    transition: transform .15s ease-out;
    transition: transform .15s ease-out,-webkit-transform .15s ease-out;
}

.dropdown-menu.show {
    display: block;
}

.header .header-container .nav-right .dropdown-menu > li, .nav-right .dropdown-menu > li {
    width: 100%;
}

    .header .header-container .nav-right .dropdown-menu > li > a, .nav-right .dropdown-menu > li > a {
        line-height: 1.5;
        min-height: auto;
        padding: 10px 15px;
    }

.header .header-container .dropdown-menu > li > a {
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.header .header-container .dropdown-menu .divider {
    border-bottom: 1px solid rgba(255,255,255,.1);
    height: 1px;
    overflow: hidden;
}

.user .dropdown-menu > li > a, .options .dropdown-menu > li > a {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    display: block !important;
    color: #72777a !important;
}

    .user .dropdown-menu > li > a:hover, .options .dropdown-menu > li > a:hover {
        background-color: #f9fafb !important;
    }

.main-content {
    padding: 85px 20px 20px;
    min-height: calc(100vh - 61px);
}

.pY-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.d-b {
    display: block !important;
}

.c-grey-700, .cH-grey-700:hover {
    color: #72777a !important;
}

.bgc-grey-100, .bgcH-grey-100:hover {
    background-color: #f9fafb !important;
}



.fsz-sm {
    font-size: 13.92px !important;
    font-size: .87rem !important;
}


.c-black {
    color: #000;
}

hr {
    border-color: rgba(255,255,255,0.05);
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #9370DB;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

    #loader:before {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #BA55D3;
        -webkit-animation: spin 3s linear infinite;
        animation: spin 3s linear infinite;
    }

    #loader:after {
        content: "";
        position: absolute;
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #FF00FF;
        -webkit-animation: spin 1.5s linear infinite;
        animation: spin 1.5s linear infinite;
    }

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*login*/

.form-signin {
    width: 100%;
    max-width: 330px;
    padding: 35px;
    /*margin: 0 auto!important;*/
    background: rgba(255,255,255,0.05);
    border-radius: 0px;
}

    .form-signin .checkbox {
        font-weight: 400;
    }

    .form-signin .form-control {
        position: relative;
        box-sizing: border-box;
        height: auto;
        padding: 10px;
        font-size: 13px;
        font-family: Arial;
    }

        .form-signin .form-control:focus {
            z-index: 2;
        }

    .form-signin input[type="email"] {
        margin-bottom: -1px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .form-signin input[type="password"] {
        margin-bottom: 10px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

/*CARDS*/

.card .title, .h2, h2, .h3, h3, .h4, h4 {
    font-family: 'Cairo',Helvetica Neue,Arial,sans-serif;
}

.card {
    border-radius: 0px;
    background: rgba(255,255,255,0.05);
    margin-bottom: 20px;
}

    .card .image {
        width: 100%;
        overflow: hidden;
        height: 260px;
        border-radius: 6px 6px 0 0;
        position: relative;
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        transform-style: preserve-3d;
    }

        .card .image img {
            width: 100%;
        }

    .card .content {
        padding: 20px 15px 0px 15px;
    }

    .card .header {
        position: relative;
        float: left;
        padding: 20px 15px 0;
        border: none !important;
        height: auto;
    }

.card-header {
    background: rgba( 255,255,255,0.05);
}

    .card-header.list {
        font-size: 12px;
    }

.card .description {
    font-size: 16px;
    color: #66615b;
}

.card h6 {
    font-size: 12px;
    margin: 0;
}

.card .category,
.card label {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: #5978dd;
    margin-bottom: 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .card .category i,
    .card label i {
        font-size: 16px;
    }

.card label {
    font-size: 14px;
    margin-bottom: 5px;
}

.card .title {
    font-size: 18px;
    margin: 0;
    color: #dce3ff;
    font-weight: 300;
}

.card .avatar {
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 5px;
}

.card .footer {
    padding: 0;
    line-height: 30px;
}

    .card .footer .legend {
        padding: 5px 0;
    }

    .card .footer .chart-legend {
        color: #dce3ff !important;
    }

        .card .footer .chart-legend i {
            margin: 0 2px 0 5px;
            min-width: 15px;
            display: inline-block;
            position: relative;
            top: -2px;
            font-size: 10px;
            height: 15px;
            width: 15px;
        }

    .card .footer hr {
        margin-top: 5px;
        margin-bottom: 5px;
    }

.card .stats {
    color: #949cb9;
    font-weight: 300;
}

    .card .stats i {
        margin-right: 2px;
        min-width: 15px;
        width: 15px;
        height: 15px;
        display: inline-block;
    }

.card .footer div {
    display: inline-block;
}

.card .author {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

    .card .author i {
        font-size: 14px;
    }

.card.card-separator:after {
    height: 100%;
    right: -15px;
    top: 0;
    width: 1px;
    background-color: #DDDDDD;
    content: "";
    position: absolute;
}

.card .ct-chart {
    margin: 30px 0 30px;
    height: 245px;
}

.card .table tbody td:first-child,
.card .table thead th:first-child {
    padding-left: 15px;
}

.card .table tbody td:last-child,
.card .table thead th:last-child {
    padding-right: 15px;
}

.card .alert {
    border-radius: 4px;
    position: relative;
}

    .card .alert.alert-with-icon {
        padding-left: 65px;
    }

.card .icon-big.icon-big {
    font-size: 3em;
    min-height: 64px;
}

.card .icon-big i,
.icon-big i {
    height: 64px;
    width: 64px;
    margin: 10px;
}

.content .icon-big i {
    margin: 15px 0 0 0;
    font-size: 54px;
    line-height: 64px;
}

.icon-small {
    font-size: 1.5rem;
}

.card .numbers,
.content .numbers {
    font-size: 2em;
    text-align: right;
}

.numbers.txt-left {
    text-align: left;
}

.card .numbers p,
.content .numbers p {
    font-size: 16px;
    line-height: 1.4em;
    margin: 0;
}

.card ul.team-members li {
    padding: 10px 0px;
}

    .card ul.team-members li:not(:last-child) {
        border-bottom: 1px solid #F1EAE0;
    }

.card-user .image {
    border-radius: 8px 8px 0 0;
    height: 150px;
    position: relative;
    overflow: hidden;
}

    .card-user .image img {
        width: 100%;
    }

.card-user .image-plain {
    height: 0;
    margin-top: 110px;
}

.card-user .author {
    text-align: center;
    text-transform: none;
    margin-top: -65px;
}

    .card-user .author .title {
        font-weight: 400;
    }

        .card-user .author .title small {
            color: #ccc5b9;
        }

.card-user .avatar {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: relative;
    margin-bottom: 15px;
}

    .card-user .avatar.border-white {
        border: 5px solid #FFFFFF;
    }

    .card-user .avatar.border-gray {
        border: 5px solid #ccc5b9;
    }

.card-user .title {
    font-weight: 600;
    line-height: 24px;
}

.card-user .description {
    margin-top: 10px;
}

.card-user .content {
    min-height: 200px;
}

.card-user.card-plain .avatar {
    height: 190px;
    width: 190px;
}

.card-map .map {
    height: 500px;
    padding-top: 20px;
}

    .card-map .map > div {
        height: 100%;
    }

.card-user .footer,
.card-price .footer {
    padding: 5px 15px 10px;
}

.card-user hr,
.card-price hr {
    margin: 5px 15px;
}

.card-plain {
    background-color: transparent;
    box-shadow: none;
    border-radius: 0;
}

    .card-plain .image {
        border-radius: 4px;
    }

.bg-light table {
    margin: 0;
}

.--tableb-p {
    width: 100%;
    padding: 0 30px;
}

    .--tableb-p table tbody tr:first-child td {
        border-top: none;
    }

    .--tableb-p table tbody tr td .empty-state {
        height: 35vh;
    }

.card.only-txt .numbers p {
    display: inline-block;
}

/*
 * Utilities
 */
button .icon {
    font-size: 14px;
    height: 16px;
    width: 16px;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

/*btn*/

.btn-primary {
    background: #5978dd;
}

.btn-outline-secondary {
    color: #5978dd;
    border-color: #5978dd;
}

    .btn-outline-secondary:hover {
        background: #5978dd;
        border-color: #647ac4;
    }

.btn-secondary {
    background: #5978dd;
}


.w-70 {
    width: 100%;
}

a .card {
    color: #fff
}

    a .card:hover {
        color: #4bc0c0 !important;
    }

a:hover {
    text-decoration: none !important;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


.pdf-icon {
    font-size: 100%;
    box-sizing: border-box;
    display: block;
    position: relative;
    width: 50px;
    height: 70px;
    background-color: #eee;
    background-image: url("../img/pdf.png");
    background-repeat: no-repeat;
    background-size: 85% auto;
    background-position: center 2em;
    border-radius: 1px 5px 1px 1px;
    border: 1px solid #ddd;
    margin: 4px 0;
}

    .pdf-icon:after {
        content: 'PDF';
        font-family: 'Arial';
        font-weight: bold;
        font-size: 12px;
        text-align: center;
        padding: .2em 0 .1em;
        color: white;
        display: block;
        position: absolute;
        top: .7em;
        left: -5px;
        width: 3.4em;
        height: auto;
        background: #da2525;
        border-radius: 2px;
    }

#more-arrows {
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: -3px;
    right: -3px;
    margin: 0;
    padding: 0;
    z-index: 1000;
}

    #more-arrows svg {
        width: 30px;
        height: 30px;
        padding: 0;
        margin: 0;
        position: absolute;
        top: 0;
        left: 0;
        color: #ff6384 !important;
    }

a:hover #more-arrows svg {
    color: #4bc0c0 !important;
    transition: all .2s ease-out;
}

    a:hover #more-arrows svg.arrow-bottom {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }

    a:hover #more-arrows svg.arrow-top {
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }

#more-arrows svg.top-arrow {
    transition: all .2s ease-out;
}


/*LOADER*/


.preload-back {
    position: absolute;
    top: 0;
    width: 0;
    z-index: 6000;
    width: 100vw;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(0,0,0,0.5);
}

.dank-ass-loader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .dank-ass-loader .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

.arrow {
    width: 0;
    height: 0;
    margin: 0 -6px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 21.6px solid #2e5aef;
    -webkit-animation: blink 1s infinite;
    animation: blink 1s infinite;
    -webkit-filter: drop-shadow(0 0 18px #2e5aef);
    filter: drop-shadow(0 0 18px #2e5aef);
}

    .arrow.down {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .arrow.outer-1 {
        -webkit-animation-delay: -0.0555555556s;
        animation-delay: -0.0555555556s;
    }

    .arrow.outer-2 {
        -webkit-animation-delay: -0.1111111111s;
        animation-delay: -0.1111111111s;
    }

    .arrow.outer-3 {
        -webkit-animation-delay: -0.1666666667s;
        animation-delay: -0.1666666667s;
    }

    .arrow.outer-4 {
        -webkit-animation-delay: -0.2222222222s;
        animation-delay: -0.2222222222s;
    }

    .arrow.outer-5 {
        -webkit-animation-delay: -0.2777777778s;
        animation-delay: -0.2777777778s;
    }

    .arrow.outer-6 {
        -webkit-animation-delay: -0.3333333333s;
        animation-delay: -0.3333333333s;
    }

    .arrow.outer-7 {
        -webkit-animation-delay: -0.3888888889s;
        animation-delay: -0.3888888889s;
    }

    .arrow.outer-8 {
        -webkit-animation-delay: -0.4444444444s;
        animation-delay: -0.4444444444s;
    }

    .arrow.outer-9 {
        -webkit-animation-delay: -0.5s;
        animation-delay: -0.5s;
    }

    .arrow.outer-10 {
        -webkit-animation-delay: -0.5555555556s;
        animation-delay: -0.5555555556s;
    }

    .arrow.outer-11 {
        -webkit-animation-delay: -0.6111111111s;
        animation-delay: -0.6111111111s;
    }

    .arrow.outer-12 {
        -webkit-animation-delay: -0.6666666667s;
        animation-delay: -0.6666666667s;
    }

    .arrow.outer-13 {
        -webkit-animation-delay: -0.7222222222s;
        animation-delay: -0.7222222222s;
    }

    .arrow.outer-14 {
        -webkit-animation-delay: -0.7777777778s;
        animation-delay: -0.7777777778s;
    }

    .arrow.outer-15 {
        -webkit-animation-delay: -0.8333333333s;
        animation-delay: -0.8333333333s;
    }

    .arrow.outer-16 {
        -webkit-animation-delay: -0.8888888889s;
        animation-delay: -0.8888888889s;
    }

    .arrow.outer-17 {
        -webkit-animation-delay: -0.9444444444s;
        animation-delay: -0.9444444444s;
    }

    .arrow.outer-18 {
        -webkit-animation-delay: -1s;
        animation-delay: -1s;
    }

    .arrow.inner-1 {
        -webkit-animation-delay: -0.1666666667s;
        animation-delay: -0.1666666667s;
    }

    .arrow.inner-2 {
        -webkit-animation-delay: -0.3333333333s;
        animation-delay: -0.3333333333s;
    }

    .arrow.inner-3 {
        -webkit-animation-delay: -0.5s;
        animation-delay: -0.5s;
    }

    .arrow.inner-4 {
        -webkit-animation-delay: -0.6666666667s;
        animation-delay: -0.6666666667s;
    }

    .arrow.inner-5 {
        -webkit-animation-delay: -0.8333333333s;
        animation-delay: -0.8333333333s;
    }

    .arrow.inner-6 {
        -webkit-animation-delay: -1s;
        animation-delay: -1s;
    }

@-webkit-keyframes blink {
    0% {
        opacity: 0.1;
    }

    30% {
        opacity: 1;
    }

    100% {
        opacity: 0.1;
    }
}

@keyframes blink {
    0% {
        opacity: 0.1;
    }

    30% {
        opacity: 1;
    }

    100% {
        opacity: 0.1;
    }
}




/*FORMS*/
.has-warning .form-control, .has-warning .input-group-addon {
    border-color: #f0ad4e !important;
}

.has-danger .form-control, .has-danger .input-group-addon {
    border-color: #dc3545 !important;
}

.has-success .form-control, .has-success .input-group-addon {
    border-color: #32bd83 !important;
}

.text-muted {
    color: #fff !important;
    font-size: 13px !important;
    font-weight: 400;
    font-family: "Open Sans" !important;
}

.animated .text-muted {
    color: #fff !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    font-family: "Open Sans" !important;
}

.has-warning .col-form-label,
.has-warning .custom-control,
.has-warning .form-check-label,
.has-warning .form-control-feedback,
.has-warning .form-control-label {
    color: #f0ad4e !important;
}

.has-danger .col-form-label,
.has-danger .custom-control,
.has-danger .form-check-label,
.has-danger .form-control-feedback,
.has-danger .form-control-label {
    color: #dc3545 !important;
}

.has-success .col-form-label,
.has-success .custom-control,
.has-success .form-check-label,
.has-success .form-control-feedback,
.has-success .form-control-label {
    color: #32bd83 !important;
}


.txt-success {
    color: #32bd83;
}

.txt-danger {
    color: #dc3545;
}

.txt-warning {
    color: #ffc107;
}

.txt-info {
    color: #17a2b8;
}

/*TOASTS*/
.alert-success {
    background: #32bd83;
    color: #fff;
}

.alert-danger {
    background: #dc3545;
    color: #fff;
}

.alert-warning {
    background: #ffc107;
    color: #212529 !important;
}

.alert-info {
    background: #17a2b8;
    color: #fff;
}

.form-group small {
    font-size: 12px !important;
}

.btn-xs {
    height: 25px;
}

.has-danger .dropzone1 {
    border-color: #dc3545 !important;
}

/* FORMS */



/****  floating-Lable style start ****/
.form-group {
    position: relative;
    margin: 10px 0 20px;
}

.floating-input, .floating-select {
    font-size: 14px;
    padding: 4px 4px;
    display: block;
    width: 100%;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #757575;
    height: 34px;
}

    .floating-input:focus, .floating-select:focus {
        outline: none;
        border-bottom: 2px solid #5264AE;
    }

.form-group label {
    color: #5978dd !important;
    font-size: 14px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 8px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

    .form-group label.control-label {
        color: #5978dd !important;
        font-size: 14px;
        position: relative;
        pointer-events: all;
        left: 0px;
        top: 0px;
        -webkit-transition: 0.2s ease all;
    }

.floating-input:focus ~ label,
.floating-input:not(:placeholder-shown) ~ label,
.label-block {
    top: -25px !important;
    font-size: 14px !important;
    color: #83628d !important;
}

.label-block {
    position: relative;
    top: 0;
    left: 0 !important;
    margin: 0 0 5px 0 !important;
}

.board-p {
    font-size: 18px
}

.divider-progress {
    height: 7px;
}


.floating-select:focus ~ label, .floating-select:not([value=""]):valid ~ label {
    top: -25px;
    font-size: 14px;
    color: #83628d !important;
}

/* active state */
.floating-input:focus ~ .bar:before, .floating-input:focus ~ .bar:after, .floating-select:focus ~ .bar:before, .floating-select:focus ~ .bar:after {
    width: 50%;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.floating-textarea {
    min-height: 30px;
    max-height: 260px;
    overflow: hidden;
    overflow-x: hidden;
}

.nav-left {
    display: none
}

/* highlighter */

/* active state */
.floating-input:focus ~ .highlight, .floating-select:focus ~ .highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
}

/* animation */
@-webkit-keyframes inputHighlighter {
    from {
        background: #5264AE;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@-moz-keyframes inputHighlighter {
    from {
        background: #5264AE;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@keyframes inputHighlighter {
    from {
        background: #5264AE;
    }

    to {
        width: 0;
        background: transparent;
    }
}

/****  floating-Lable style end ****/

.form-control {
    background: transparent;
    border-left: transparent;
    border-right: transparent;
    border-top: transparent;
    border-bottom: solid #5978dd 1px !important;
    border-radius: 0;
    color: #fff !important;
    height: 35px;
}

    .form-control:hover,
    .form-control:focus {
        background: rgba(255,255,255,0.05);
        color: #fff !important;
        transition: all .2s ease-out;
        box-shadow: none;
    }

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #dadbe1 !important;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #dadbe1 !important;
}

:-ms-input-placeholder { /* IE 10+ */
    color: #dadbe1 !important;
}

:-moz-placeholder { /* Firefox 18- */
    color: #dadbe1 !important;
}

.input-group-addon {
    border-left: transparent;
    border-right: transparent;
    border-top: transparent;
    border-bottom: solid #5978dd 1px !important;
    border-radius: 0;
    color: #83628d !important;
    height: 35px;
}

    .input-group-addon:hover {
        background: rgba(255,255,255, 0.05);
    }

    .input-group-addon i {
        height: 20px;
        width: 20px;
        margin: 5px 10px;
        line-height: 35px
    }

.form-control:disabled {
    cursor: not-allowed;
    border-color: #37417b !important;
    color: #dce3ff !important;
}

.form-control:disabled, .form-control[readonly] {
    background-color: transparent;
    opacity: 1;
    border-color: #37417b !important;
    color: #dce3ff !important;
}


.form-text {
    display: block;
    margin-top: .25rem;
}

select.form-control:not([size]):not([multiple]) {
    height: 35px;
}



.has-float-label input:focus,
.has-float-label textarea:focus,
.has-float-label select:focus {
    border-color: #2CA8B3;
    box-shadow: none;
}

.has-float-label .form-control:placeholder-shown:not(:focus) + * {
    font-size: 100%;
    margin-top: 4px;
}

.btn-add-more {
    left: 330px;
    color: #fff;
    background: #5978dd;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 10px;
}

    .btn-add-more:hover {
        left: 330px;
        color: #fff;
        background: #3b56ae;
    }

.btn-process {
    color: #fff;
    background: #5978dd /*#6573c3*/;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 10px;
    width: 150px;
    position: relative;
}

    .btn-process span {
        position: relative;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }

    .btn-process img {
        left: 70%;
        opacity: 0;
        width: 10px;
        height: 10px;
        position: absolute;
        height: 100%;
        font-size: 10px;
        line-height: 5px;
        color: #fff;
        -webkit-transition: all 1s;
        -moz-transition: all 1s;
        transition: all 1s;
    }

    .btn-process:hover {
        color: #fff;
        background: #3b56ae /*#3f51b5*/;
        font-size: 12px;
        text-transform: uppercase;
        line-height: 10px;
    }

        .btn-process:hover span {
            position: relative;
            text-indent: -5px;
            -webkit-transition: all 1s;
            -moz-transition: all 1s;
            transition: all 1s;
        }

        .btn-process:hover img {
            left: 80%;
            display: inline-block;
            line-height: 5px;
            height: 10px;
            width: 10px;
            font-size: 10px;
            opacity: 1;
            -webkit-animation-name: spin;
            -webkit-animation-duration: 4000ms;
            -webkit-animation-iteration-count: infinite;
            -webkit-animation-timing-function: linear;
            -moz-animation-name: spin;
            -moz-animation-duration: 4000ms;
            -moz-animation-iteration-count: infinite;
            -moz-animation-timing-function: linear;
            -ms-animation-name: spin;
            -ms-animation-duration: 4000ms;
            -ms-animation-iteration-count: infinite;
            -ms-animation-timing-function: linear;
            animation-name: spin;
            animation-duration: 4000ms;
            animation-iteration-count: infinite;
            animation-timing-function: linear;
        }

@-ms-keyframes spin {
    from {
        -ms-transform: rotate(0deg);
    }

    to {
        -ms-transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.btn-add-aprove:hover {
    left: 330px;
    color: #fff;
    background: #3b56ae;
}


.btn-see-more {
    left: 330px;
    color: #fff;
    background: #17a2b8 !important;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 10px;
}

    .btn-see-more:hover {
        background: #17a2b8 !important;
        color: #fff;
    }

/* --------------------------------- progress*/


.circle.progress {
    width: 100px;
    height: 100px;
    line-height: 150px;
    background: none;
    margin: 0 auto;
    box-shadow: none;
    position: relative;
    padding: 0
}

    .circle.progress:after {
        content: "";
        width: 100%;
        height: 100%;
        border-radius: 50%;
        border: 7px solid #eee;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0.3;
    }

    .circle.progress > span {
        width: 50%;
        height: 100%;
        overflow: hidden;
        position: absolute;
        top: 0;
        z-index: 1;
    }

    .circle.progress .progress-left {
        left: 0;
    }

    .circle.progress .progress-bar {
        width: 100%;
        height: 100%;
        background: none;
        border-width: 7px;
        border-style: solid;
        position: absolute;
        top: 0;
        border-color: #ffb43e;
    }

    .circle.progress .progress-left .progress-bar {
        left: 100%;
        border-top-right-radius: 75px;
        border-bottom-right-radius: 75px;
        border-left: 0;
        -webkit-transform-origin: center left;
        transform-origin: center left;
    }

    .circle.progress .progress-right {
        right: 0;
    }

        .circle.progress .progress-right .progress-bar {
            left: -100%;
            border-top-left-radius: 75px;
            border-bottom-left-radius: 75px;
            border-right: 0;
            -webkit-transform-origin: center right;
            transform-origin: center right;
        }

    .circle.progress .progress-value {
        display: flex;
        border-radius: 50%;
        font-size: 26px;
        text-align: center;
        line-height: 20px;
        align-items: center;
        justify-content: center;
        height: 100%;
        font-weight: 300;
        width: 100%;
    }

        .circle.progress .progress-value div {
            margin-top: 10px;
        }

        .circle.progress .progress-value span {
            font-size: 10px;
            text-transform: uppercase;
        }

    /* This for loop creates the    necessary css animation names 
Due to the split circle of progress-left and progress right, we must use the animations on each side. 
*/
    .circle.progress[data-percentage="10"] .progress-right .progress-bar {
        animation: loading-1 1.5s linear forwards;
    }

    .circle.progress[data-percentage="10"] .progress-left .progress-bar {
        animation: 0;
    }

    .circle.progress[data-percentage="20"] .progress-right .progress-bar {
        animation: loading-2 1.5s linear forwards;
    }

    .circle.progress[data-percentage="20"] .progress-left .progress-bar {
        animation: 0;
    }

    .circle.progress[data-percentage="30"] .progress-right .progress-bar {
        animation: loading-3 1.5s linear forwards;
    }

    .circle.progress[data-percentage="30"] .progress-left .progress-bar {
        animation: 0;
    }

    .circle.progress[data-percentage="40"] .progress-right .progress-bar {
        animation: loading-4 1.5s linear forwards;
    }

    .circle.progress[data-percentage="40"] .progress-left .progress-bar {
        animation: 0;
    }

    .circle.progress[data-percentage="50"] .progress-right .progress-bar {
        animation: loading-5 1.5s linear forwards;
    }

    .circle.progress[data-percentage="50"] .progress-left .progress-bar {
        animation: 0;
    }

    .circle.progress[data-percentage="60"] .progress-right .progress-bar {
        animation: loading-5 1.5s linear forwards;
    }

    .circle.progress[data-percentage="60"] .progress-left .progress-bar {
        animation: loading-1 1.5s linear forwards 1.5s;
    }

    .circle.progress[data-percentage="70"] .progress-right .progress-bar {
        animation: loading-5 1.5s linear forwards;
    }

    .circle.progress[data-percentage="70"] .progress-left .progress-bar {
        animation: loading-2 1.5s linear forwards 1.5s;
    }

    .circle.progress[data-percentage="80"] .progress-right .progress-bar {
        animation: loading-5 1.5s linear forwards;
    }

    .circle.progress[data-percentage="80"] .progress-left .progress-bar {
        animation: loading-3 1.5s linear forwards 1.5s;
    }

    .circle.progress[data-percentage="90"] .progress-right .progress-bar {
        animation: loading-5 1.5s linear forwards;
    }

    .circle.progress[data-percentage="90"] .progress-left .progress-bar {
        animation: loading-4 1.5s linear forwards 1.5s;
    }

    .circle.progress[data-percentage="100"] .progress-right .progress-bar {
        animation: loading-5 1.5s linear forwards;
    }

    .circle.progress[data-percentage="100"] .progress-left .progress-bar {
        animation: loading-5 1.5s linear forwards 1.5s;
    }

@keyframes loading-1 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(36);
        transform: rotate(36deg);
    }
}

@keyframes loading-2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(72);
        transform: rotate(72deg);
    }
}

@keyframes loading-3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(108);
        transform: rotate(108deg);
    }
}

@keyframes loading-4 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(144);
        transform: rotate(144deg);
    }
}

@keyframes loading-5 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(180);
        transform: rotate(180deg);
    }
}

.progress-value-bar {
    display: block;
    border-radius: 50%;
    font-size: 26px;
    text-align: right;
    line-height: 20px;
    align-items: right;
    justify-content: right;
    font-weight: 300;
    width: 100%;
    margin: 0 0 10px 0;
}

    .progress-value-bar div {
    }

    .progress-value-bar span {
        font-size: 10px;
        text-transform: uppercase;
    }


/*---------------------------------------------*/



.list-group-model {
    max-height: calc( 100vh - 400px);
    overflow-y: scroll;
    overflow-x: hidden;
    font-size: 14px;
}

    .list-group-model .list-group-item {
        background: rgba(0,0,0, 0.01);
        position: relative;
    }

        .list-group-model .list-group-item .progress {
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            overflow: hidden;
            background-color: transparent;
            border-radius: 0rem;
            z-index: 0;
            width: 100%;
            opacity: 0.3;
        }


.list-group-item > a {
    position: relative;
    color: #dce3ff;
    display: block;
    transition: all .2s ease-out;
    z-index: 1;
}

    .list-group-item > a:hover {
        opacity: 0.5;
    }

.list-group-vh {
    height: calc(100vh - 400px);
}


.nobackground {
    background: none;
    color: #5978dd;
}

    .nobackground:hover {
        background: #e4e4e4;
    }


/* Estilo personalizado para modal oscuro */
.modal-content.bg-dark {
    background-color: #1d1733 !important;
    color: #fff;
}

.modal-header.bg-dark .close {
    color: #fff;
}

.modal-header.bg-dark {
    background-color: #1d1733 !important;
    border-color: #2b3e4e !important;
}



.modal-footer.bg-dark {
    background-color: #1d1733 !important;
    border: #2b3e4e !important;
}


.modal {
    color: #7c8695;
}

.modal-content {
    border-radius: 2px;
}

.confirm-txt {
    font-size: 1.5em;
    color: #7c8695;
    width: 100%;
    margin: 50px 0;
    text-align: center;
}

.modal-title {
    font-family: 'Cairo',Helvetica Neue,Arial,sans-serif;
    font-size: 1.3em;
}

.modal-body label, .floating-select:focus ~ label, .modal-content .floating-select:not([value=""]):valid ~ label,
.modal-body .floating-input:focus ~ label, .modal-content .floating-input:not(:placeholder-shown) ~ label, .modal-content .label-block {
    color: #5978dd !important;
}

.modal-content .form-control,
.modal-content .form-control option,
.form-control option {
    color: #7c8695 !important;
}





.scroll::-webkit-scrollbar {
    width: 9px;
}

.scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

.scroll::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
}

/*           CUSTOM CONTROL             */


/**/



.chip {
    display: inline-block;
    height: 32px;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    line-height: 32px;
    padding: 0 12px;
    border-radius: 16px;
    background-color: rgba(255,255,255,0.2);
    margin-bottom: 5px;
    margin-right: 5px;
}

    .chip > img {
        float: left;
        margin: 0 8px 0 -12px;
        height: 32px;
        width: 32px;
        border-radius: 50%;
    }

    .chip > span {
        float: left;
        margin: 0 8px 0 -12px;
        height: 32px;
        width: 32px;
        border-radius: 50%;
        text-align: center;
        font-size: 14px;
    }

        .chip > span > i {
            font-size: 15px;
            margin: 8px 0 0 0;
        }

    .chip .close {
        cursor: pointer;
        float: right;
        font-size: 16px;
        line-height: 32px;
        padding-left: 8px;
    }


.chips {
    border: none;
    border-bottom: 1px solid #9e9e9e;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0 0 20px 0;
    min-height: 45px;
    outline: none;
    -webkit-transition: all .3s;
    transition: all .3s;
}

    .chips.focus {
        border-bottom: 1px solid #26a69a;
        -webkit-box-shadow: 0 1px 0 0 #26a69a;
        box-shadow: 0 1px 0 0 #26a69a;
    }

    .chips:hover {
        cursor: text;
    }

    .chips .chip.selected {
        background-color: #26a69a;
        color: #fff;
    }

    .chips .input {
        background: none;
        border: 0;
        color: rgba(0, 0, 0, 0.6);
        display: inline-block;
        font-size: 1rem;
        height: 3rem;
        line-height: 32px;
        outline: 0;
        margin: 0;
        padding: 0 !important;
        width: 120px !important;
    }

        .chips .input:focus {
            border: 0 !important;
            -webkit-box-shadow: none !important;
            box-shadow: none !important;
        }

    .chips .autocomplete-content {
        margin-top: 0;
        margin-bottom: 0;
    }

.prefix ~ .chips {
    margin-left: 3rem;
    width: 92%;
    width: calc(100% - 3rem);
}

.chips:empty ~ label {
    font-size: 0.8rem;
    -webkit-transform: translateY(-140%);
    transform: translateY(-140%);
}



/* dropzone*/

@-webkit-keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
    }

    30%, 70% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px);
    }
}

@-moz-keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
    }

    30%, 70% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px);
    }
}

@keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
    }

    30%, 70% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px);
    }
}

@-webkit-keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
    }

    30% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@-moz-keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
    }

    30% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
    }

    30% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    10% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }

    20% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    10% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }

    20% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    10% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }

    20% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}



.dropzone, .dropzone * {
    box-sizing: border-box;
}

    .dropzone .thumb-preview {
        position: relative;
        display: inline-block;
        vertical-align: top;
        margin: 16px;
        min-height: 100px;
    }

.biometric-preview .thumb-preview {
    display: block;
}

.dropzone {
    min-height: 150px;
    border: 2px solid rgba(0, 0, 0, 0.3);
    background: rgba(255,255,255,0.05);
    padding: 54px 54px;
    text-align: center;
}

    .dropzone.dz-clickable {
        cursor: pointer;
    }

        .dropzone.dz-clickable * {
            cursor: default;
        }

        .dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
            cursor: pointer;
        }

    .dropzone.dz-started .dz-message {
        display: none;
    }

    .dropzone.dz-drag-hover {
        border-style: solid;
    }

        .dropzone.dz-drag-hover .dz-message {
            opacity: 0.5;
        }

    .dropzone .dz-message {
        text-align: center;
        margin: 0;
    }

    .dropzone .dz-preview {
        position: relative;
        display: inline-block;
        vertical-align: top;
        margin: 16px;
        min-height: 120px;
    }

        .dropzone .dz-preview:hover {
            z-index: 1000;
        }

            .dropzone .dz-preview:hover .dz-details {
                opacity: 1;
            }

        .dropzone .dz-preview.dz-file-preview .dz-image {
            border-radius: 20px;
            background: #999;
            background: linear-gradient(to bottom, #eee, #ddd);
        }

        .dropzone .dz-preview.dz-file-preview .dz-details {
            opacity: 1;
        }

        .dropzone .dz-preview.dz-image-preview, .thumb-preview {
            background: white;
        }

            .dropzone .dz-preview.dz-image-preview .dz-details {
                -webkit-transition: opacity 0.2s linear;
                -moz-transition: opacity 0.2s linear;
                -ms-transition: opacity 0.2s linear;
                -o-transition: opacity 0.2s linear;
                transition: opacity 0.2s linear;
            }

        .dropzone .dz-preview .dz-remove {
            position: absolute;
            top: 50px;
            left: 71px;
            font-size: 14px;
            text-align: center;
            display: block;
            cursor: pointer;
            border: none;
            float: left;
            color: red;
            z-index: 300;
        }

            .dropzone .dz-preview .dz-remove:hover {
                text-decoration: underline;
            }

        .dropzone .dz-preview:hover .dz-details {
            opacity: 1;
        }

        .dropzone .dz-preview .dz-details {
            z-index: 20;
            position: absolute;
            top: 0;
            left: 50px;
            opacity: 0;
            font-size: 13px;
            min-width: 100%;
            max-width: 100%;
            padding: 2em 1em;
            text-align: center;
            color: rgba(0, 0, 0, 0.9);
            line-height: 150%;
        }

            .dropzone .dz-preview .dz-details .dz-size {
                margin-bottom: 1em;
                font-size: 16px;
            }

            .dropzone .dz-preview .dz-details .dz-filename {
                white-space: nowrap;
            }

                .dropzone .dz-preview .dz-details .dz-filename:hover span {
                    border: 1px solid rgba(200, 200, 200, 0.8);
                    background-color: rgba(255, 255, 255, 0.8);
                }

                .dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
                    overflow: hidden;
                    text-overflow: ellipsis;
                }

                    .dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
                        border: 1px solid transparent;
                    }

                .dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
                    background-color: rgba(255, 255, 255, 0.4);
                    padding: 0 0.4em;
                    border-radius: 3px;
                }

        .dropzone .dz-preview:hover .dz-image img, .thumb-circle:hover img {
            -webkit-transform: scale(1.05, 1.05);
            -moz-transform: scale(1.05, 1.05);
            -ms-transform: scale(1.05, 1.05);
            -o-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05);
            -webkit-filter: blur(8px);
            filter: blur(8px);
        }

        .dropzone .dz-preview .dz-image, .thumb-circle {
            float: left;
            margin: 10px;
            border-radius: 50%;
            overflow: hidden;
            width: 45px;
            height: 45px;
            position: relative;
            display: block;
            z-index: 10;
            border: 1px solid #ccc;
        }

            .dropzone .dz-preview .dz-image img, .thu mb-circle img {
                display: block;
            }

        .dropzone .dz-preview.dz-success .dz-success-mark {
            -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
            -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
            -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
            -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
            animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
        }

        .dropzone .dz-preview.dz-error .dz-error-mark {
            opacity: 1;
            -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
            -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
            -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
            -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
            animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
        }

        .dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
            pointer-events: none;
            opacity: 0;
            z-index: 500;
            position: absolute;
            display: block;
            top: 50%;
            left: 50%;
            margin-left: -27px;
            margin-top: -35px;
        }

            .dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {
                display: block;
                width: 54px;
                height: 54px;
            }

        .dropzone .dz-preview.dz-processing .dz-progress, .imageControl .dropzone .dz-preview.dz-processing .dz-progress {
            opacity: 1;
            -webkit-transition: all 0.2s linear;
            -moz-transition: all 0.2s linear;
            -ms-transition: all 0.2s linear;
            -o-transition: all 0.2s linear;
            transition: all 0.2s linear;
        }

        .dropzone .dz-preview.dz-complete .dz-progress, .imageControl .dropzone .dz-preview.dz-complete .dz-progress {
            opacity: 0;
            -webkit-transition: opacity 0.4s ease-in;
            -moz-transition: opacity 0.4s ease-in;
            -ms-transition: opacity 0.4s ease-in;
            -o-transition: opacity 0.4s ease-in;
            transition: opacity 0.4s ease-in;
        }

        .dropzone .dz-preview:not(.dz-processing) .dz-progress, .imageControl .dropzone .dz-preview:not(.dz-processing) .dz-progress {
            -webkit-animation: pulse 6s ease infinite;
            -moz-animation: pulse 6s ease infinite;
            -ms-animation: pulse 6s ease infinite;
            -o-animation: pulse 6s ease infinite;
            animation: pulse 6s ease infinite;
        }

        .dropzone .dz-preview .dz-progress {
            opacity: 1;
            z-index: 1000;
            pointer-events: none;
            position: absolute;
            height: 16px;
            left: 110px;
            top: 40px;
            margin-top: -8px;
            width: 80px;
            margin-left: -40px;
            background: rgba(255, 255, 255, 0.9);
            -webkit-transform: scale(1);
            border-radius: 8px;
            overflow: hidden;
        }

            .dropzone .dz-preview .dz-progress .dz-upload {
                background: #333;
                background: linear-gradient(to bottom, #666, #444);
                position: absolute;
                top: 0;
                left: 0;
                bottom: 0;
                width: 0;
                -webkit-transition: width 300ms ease-in-out;
                -moz-transition: width 300ms ease-in-out;
                -ms-transition: width 300ms ease-in-out;
                -o-transition: width 300ms ease-in-out;
                transition: width 300ms ease-in-out;
            }

        .dropzone .dz-preview.dz-error .dz-error-message {
            display: block;
        }

        .dropzone .dz-preview.dz-error:hover .dz-error-message {
            opacity: 1;
            pointer-events: auto;
        }

        .dropzone .dz-preview .dz-error-message {
            pointer-events: none;
            z-index: 1000;
            position: absolute;
            display: block;
            display: none;
            opacity: 0;
            -webkit-transition: opacity 0.3s ease;
            -moz-transition: opacity 0.3s ease;
            -ms-transition: opacity 0.3s ease;
            -o-transition: opacity 0.3s ease;
            transition: opacity 0.3s ease;
            border-radius: 8px;
            font-size: 13px;
            top: 130px;
            left: -10px;
            width: 140px;
            background: #be2626;
            background: linear-gradient(to bottom, #be2626, #a92222);
            padding: 0.5em 1.2em;
            color: white;
        }

            .dropzone .dz-preview .dz-error-message:after {
                content: '';
                position: absolute;
                top: -6px;
                left: 64px;
                width: 0;
                height: 0;
                border-left: 6px solid transparent;
                border-right: 6px solid transparent;
                border-bottom: 6px solid #be2626;
            }

#dropzone {
    margin-bottom: 3rem;
}

.dropzone {
    border: 2px dashed #ccc;
    border-radius: 2px;
}

    .dropzone .dz-message {
        font-weight: 400;
    }

        .dropzone .dz-message .note {
            font-size: 0.8em;
            font-weight: 200;
            display: block;
            margin-top: 1.4rem;
        }
/* titulos principales*/

.imageControl {
    position: relative;
    width: 130px;
    height: 130px;
    float: left;
    margin: 15px 0 0 15px;
}

    .imageControl .user-dropzone {
        position: absolute;
        left: 0;
        top: 0;
        width: 130px;
        height: 130px;
        margin: 0 auto;
        padding: 0;
        background: url("../img/default-user.jpg") center;
        z-index: 0;
        border-radius: 50%;
        border: 1px solid #d4d9e3
    }

    .imageControl .dz-message {
        position: absolute;
        left: 0;
        top: 0;
        width: 130px;
        height: 130px;
        margin: 0;
        text-align: center;
        z-index: 1;
    }

        .imageControl .dz-message:hover {
            background: rgba(83,132,255,1);
            color: #fff;
            border-radius: 50%;
            -webkit-animation: slide-in 0.5s cubic-bezier(0.77, 0, 0.175, 1);
            -moz-animation: slide-in 0.5s cubic-bezier(0.77, 0, 0.175, 1);
            -ms-animation: slide-in 0.5s cubic-bezier(0.77, 0, 0.175, 1);
            -o-animation: slide-in 0.5s cubic-bezier(0.77, 0, 0.175, 1);
            animation: slide-in 0.5s cubic-bezier(0.77, 0, 0.175, 1);
        }

            .imageControl .dz-message:hover:after {
                content: "arrastre una imagen o haga click";
                position: absolute;
                top: 40%;
                left: 0;
                font-size: 12px;
                font-size: 500;
            }

    .imageControl .dropzone .dz-preview .dz-image {
        position: absolute;
        left: 0;
        top: 0;
        width: 130px;
        height: 130px;
        text-align: center;
        margin: 0;
        z-index: 1;
        overflow: hidden;
    }

    .imageControl .dropzone {
        border: none !important;
    }

        .imageControl .dropzone .dz-preview {
            border-radius: 50%;
            height: 130px;
            width: 130px;
            margin: 0;
            position: absolute;
            top: 0;
            left: 0px;
        }

    .imageControl .dz-preview .dz-image img {
        border-radius: 50%;
        width: 100%;
    }

    .imageControl .dropzone .dz-preview:hover {
        z-index: 1000;
    }

        .imageControl .dropzone .dz-preview:hover .dz-details {
            opacity: 1;
        }

    .imageControl .dropzone .dz-preview.dz-file-preview .dz-image {
        border-radius: 5px;
        background: #999;
        background: linear-gradient(to bottom, #eee, #ddd);
    }

    .imageControl.dropzone .dz-preview.dz-file-preview .dz-details {
        opacity: 1;
    }

    .imageControl .dropzone .dz-preview.dz-image-preview {
        background: white;
    }

    .imageControl .dropzone .dz-preview .dz-remove {
        position: absolute;
        top: 150px !important;
        left: 25%;
        right: 25%;
        font-size: 14px;
        text-align: center;
        display: block;
        cursor: pointer;
        border: none;
        color: #454545;
    }

        .imageControl .dropzone .dz-preview .dz-remove:before {
            content: '\f135';
            font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
            color: #ccc;
            margin: 0 5px 0 0;
        }

        .imageControl .dropzone .dz-preview .dz-remove:hover {
            text-decoration: underline;
        }

    .imageControl .dropzone .dz-preview:hover .dz-details {
        opacity: 1;
    }

    .imageControl .dropzone .dz-preview .dz-details {
        z-index: 20;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        font-size: 13px;
        min-width: 100%;
        max-width: 100%;
        padding: 2em 1em;
        text-align: center;
        color: rgba(0, 0, 0, 0.9);
        line-height: 150%;
    }

        .imageControl .dropzone .dz-preview .dz-details .dz-size {
            margin-bottom: 1em;
            font-size: 16px;
        }

        .imageControl .dropzone .dz-preview .dz-details .dz-filename {
            white-space: nowrap;
        }

            .imageControl .dropzone .dz-preview .dz-details .dz-filename:hover span {
                border: none;
                background-color: rgba(255, 255, 255, 0.8);
            }

            .imageControl .dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
                overflow: hidden;
                text-overflow: ellipsis;
            }

                .imageControl .dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
                    border: 1px solid transparent;
                }

            .imageControl .dropzone .dz-preview .dz-details .dz-filename span,
            .imageControl .dropzone .dz-preview .dz-details .dz-size span {
                background-color: rgba(255, 255, 255, 0.4);
                padding: 0 0.4em;
                border-radius: 3px;
            }

    .imageControl .dropzone .dz-preview .dz-image img {
        display: block;
    }

    .imageControl .dropzone .dz-preview .dz-success-mark,
    .imageControl .dropzone .dz-preview .dz-error-mark {
        pointer-events: none;
        opacity: 0;
        z-index: 500;
        position: absolute;
        display: block;
        top: 55%;
        margin: -25px 0 0 -85px;
    }

        .imageControl .dropzone .dz-preview .dz-success-mark svg,
        .imageControl .dropzone .dz-preview .dz-error-mark svg {
            display: block;
            width: 54px;
            height: 54px;
        }

    .imageControl .dropzone .dz-preview .dz-progress {
        opacity: 1;
        z-index: 1000;
        pointer-events: none;
        position: absolute;
        height: 16px;
        left: 50%;
        top: 50%;
        margin-top: -8px;
        width: 80px;
        margin-left: -40px;
        background: rgba(255, 255, 255, 0.9);
        -webkit-transform: scale(1);
        border-radius: 8px;
        overflow: hidden;
    }

    .imageControl .dropzone .dz-preview.dz-error .dz-error-message {
        display: block;
    }

    .imageControl .dropzone .dz-preview.dz-error:hover .dz-error-message {
        opacity: 1;
        pointer-events: auto;
    }


.dropzone1 {
    float: left;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    min-height: 70px !important
}

    .dropzone1 .drag-and-drop div span {
        display: block;
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0;
        text-align: center;
        white-space: normal;
    }

    .dropzone1 .dz-message {
        float: left;
        display: block;
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0;
        text-align: center;
    }

    .dropzone1 .dz-preview {
        padding: 10px 0;
        width: 100%;
        display: block;
    }

        .dropzone1 .dz-preview .dz-details {
            opacity: 1;
            margin: 0;
            padding: 15px;
        }

    .dropzone1 .dz-preview, .dropzone1 .dz-details, .dropzone1 .dz-filename, .dropzone1 .dz-size,
    .dropzone1 .dz-success-mark, .dropzone1 .dz-error-mark {
        float: left !important;
        height: auto;
        margin: 0;
        padding: 0;
    }

    .dropzone1 .dz-filename {
        max-width: 50%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
    top: 50%;
    left: 95% !important;
}

.dropzone1 .dz-default {
    margin-top: 10px;
    padding: 15px 2%;
}

.dropzone1 .dz-preview.dz-error .dz-error-message {
    opacity: 1;
    color: red;
    background: none;
    top: 75px;
    left: 10px;
    width: auto;
    background-color: red;
    color: #fff;
    border-radius: 2px;
    margin: 5px;
}

.dropzone .dz-preview .dz-error-message:after {
    content: '';
    border: none;
}

.dropzone1 .dz-default:hover {
    cursor: pointer;
    border-color: #348b7a;
}

.dropzone1 .dz-preview .dz-success-mark svg {
    width: 20px;
    height: 35px;
}

.dropzone1 .dz-preview .dz-error-mark svg {
    display: none
}

.alert-success {
    background-color: #689F38;
    color: #ffffff;
}

.alert-danger {
    background-color: #F44336;
    color: #ffffff;
}

.dropzone .thmub.thumb-preview-ok img,
.dropzone .thmub.thumb-preview-ok img {
    width: 50%;
    margin: 0 25% 25% 25%;
}



.dropzone.licence .thumb.thumb-preview-nolicence img {
    width: 50%;
    margin: 0 25% 10% 25%;
}

#map {
    height: 300px;
    width: 100%;
}


.empty-state {
    display: block;
    width: 100%;
    max-width: 500px;
    margin: 5% auto;
    text-align: center;
}


/* colores */

.c-red {
    color: #F44336 !important;
}

.c-cyan {
    color: #5384ff !important;
}

.c-blue {
    color: #3D5AFE !important;
}

.c-violet {
    color: #7E57C2 !important;
}

.c-indigo {
    color: #303f9f !important;
}

.c-green {
    color: #7CB342 !important;
}

.c-orange {
    color: #FB8C00 !important;
}

.c-black {
    color: #000 !important;
}

.c-grey {
    color: #454545 !important;
}

.c-bluetheme {
    color: #4164c2 !important;
}

.b-red {
    background: #F44336 !important;
    color: #fff !important;
}

.b-cyan {
    background: #5384ff !important;
    color: #fff !important;
}

.b-violet {
    background: #7E57C2 !important;
    color: #fff !important;
}

.b-indgio {
    background: #303f9f !important;
    color: #fff !important;
}

.b-blue {
    background: #49c3fd !important;
    color: #fff !important;
}

.b-green {
    background: #7CB342 !important;
    color: #fff !important;
}

.b-orange {
    background: #FB8C00 !important;
    color: #fff !important;
}

.b-black {
    background: #000000 !important;
    color: #fff !important;
}

.b-grey {
    background: #454545 !important;
    color: #fff !important;
}

.b-white {
    background: #fff !important;
    color: #fff !important;
}

.b-darkestblue {
    background: #0e1a35 !important;
    color: #fff !important;
}

.b-bluetheme {
    background: #4164c2 !important;
    color: #fff !important;
}

.b-bluethemegrey {
    background: #f2f2f2;
    color: #fff !important;
}




/*!
 * FullCalendar v3.9.0
 * Docs & License: https://fullcalendar.io/
 * (c) 2018 Adam Shaw
 */ .fc button,
.fc table,
body .fc {
    font-size: 1em;
}

.fc-bg,
.fc-row .fc-bgevent-skeleton,
.fc-row .fc-highlight-skeleton {
    bottom: 0
}

.fc-icon,
.fc-unselectable {
    -webkit-touch-callout: none;
    -khtml-user-select: none
}

.fc {
    direction: ltr;
    text-align: left
}

.fc-rtl {
    text-align: right
}

.fc th,
.fc-basic-view td.fc-week-number,
.fc-icon,
.fc-toolbar {
    text-align: center
}

.fc-highlight {
    background: #bce8f1;
    opacity: .3
}

.fc-bgevent {
    background: #8fdf82;
    opacity: .3
}

.fc-nonbusiness {
    background: #d7d7d7
}

.fc button {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    height: 2.1em;
    padding: 0 .6em;
    white-space: nowrap;
    cursor: pointer
}

    .fc button::-moz-focus-inner {
        margin: 0;
        padding: 0
    }

.fc-state-default {
    border: 1px solid;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
    background-image: -o-linear-gradient(top, #fff, #e6e6e6);
    background-image: linear-gradient(to bottom, #fff, #e6e6e6);
    background-repeat: repeat-x;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    color: #333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, .75);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05)
}

    .fc-state-default.fc-corner-left {
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px
    }

    .fc-state-default.fc-corner-right {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px
    }

.fc button .fc-icon {
    position: relative;
    top: -.05em;
    margin: 0 .2em;
    vertical-align: middle
}

.fc-state-active,
.fc-state-disabled,
.fc-state-down,
.fc-state-hover {
    color: #333;
    background-color: #e6e6e6
}

.fc-state-hover {
    color: #333;
    text-decoration: none;
    background-position: 0 -15px;
    -webkit-transition: background-position .1s linear;
    -moz-transition: background-position .1s linear;
    -o-transition: background-position .1s linear;
    transition: background-position .1s linear
}

.fc-state-active,
.fc-state-down {
    background-color: #ccc;
    background-image: none;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05)
}

.fc-state-disabled {
    cursor: default;
    background-image: none;
    opacity: .65;
    box-shadow: none
}

.fc-event.fc-draggable,
.fc-event[href],
.fc-popover .fc-header .fc-close,
a[data-goto] {
    cursor: pointer
}

.fc-button-group {
    display: inline-block
}

.fc .fc-button-group > * {
    float: left;
    margin: 0 0 0 -1px
}

.fc .fc-button-group > :first-child {
    margin-left: 0
}

.fc .fc-button {
    padding: 5px 15px;
}

.fc .fc-button {
    padding: 5px 15px;
}

.fc-popover {
    position: absolute;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .15)
}

    .fc-popover .fc-header {
        padding: 2px 4px
    }

        .fc-popover .fc-header .fc-title {
            margin: 0 2px
        }

.fc-ltr .fc-popover .fc-header .fc-title,
.fc-rtl .fc-popover .fc-header .fc-close {
    float: left
}

.fc-ltr .fc-popover .fc-header .fc-close,
.fc-rtl .fc-popover .fc-header .fc-title {
    float: right
}

.fc-divider {
    border-style: solid;
    border-width: 1px
}

hr.fc-divider {
    height: 0;
    margin: 0;
    padding: 0 0 2px;
    border-width: 1px 0
}

.fc-bg table,
.fc-row .fc-bgevent-skeleton table,
.fc-row .fc-highlight-skeleton table {
    height: 100%
}

.fc-clear {
    clear: both
}

.fc-header-right .fc-button-group {
    float: right
}

.fc-bg,
.fc-bgevent-skeleton,
.fc-helper-skeleton,
.fc-highlight-skeleton {
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.fc table {
    width: 100%;
    box-sizing: border-box;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0
}

.fc td,
.fc th {
    border-style: solid;
    border-width: 1px;
    padding: 0;
    vertical-align: top;
    border-color: #7d7387 !important;
}

    .fc td.fc-today {
        border-style: double
    }

a[data-goto]:hover {
    text-decoration: underline
}

.fc-unthemed td.fc-today {
    background: transparent !important;
}

.fc .fc-row {
    border-style: solid;
    border-width: 0
}

.fc-row table {
    border-left: 0 hidden transparent;
    border-right: 0 hidden transparent;
    border-bottom: 0 hidden transparent
}

.fc-row:first-child table {
    border-top: 0 hidden transparent
}

.fc-row {
    position: relative
}

    .fc-row .fc-bg {
        z-index: 1
    }

    .fc-row .fc-bgevent-skeleton td,
    .fc-row .fc-highlight-skeleton td {
        border-color: transparent
    }

    .fc-row .fc-bgevent-skeleton {
        z-index: 2
    }

    .fc-row .fc-highlight-skeleton {
        z-index: 3
    }

    .fc-row .fc-content-skeleton {
        position: relative;
        z-index: 4;
        padding-bottom: 2px
    }

    .fc-row .fc-helper-skeleton {
        z-index: 5
    }

.fc .fc-row .fc-content-skeleton table,
.fc .fc-row .fc-content-skeleton td,
.fc .fc-row .fc-helper-skeleton td {
    background: 0 0;
    border-color: transparent
}

.fc-row .fc-content-skeleton td,
.fc-row .fc-helper-skeleton td {
    border-bottom: 0
}

.fc-row .fc-content-skeleton tbody td,
.fc-row .fc-helper-skeleton tbody td {
    border-top: 0
}

.fc-scroller {
    -webkit-overflow-scrolling: touch
}

.fc-icon,
.fc-row.fc-rigid,
.fc-time-grid-event {
    overflow: hidden
}

.fc-scroller > .fc-day-grid,
.fc-scroller > .fc-time-grid {
    position: relative;
    width: 100%
}

.fc-event {
    position: relative;
    display: block;
    font-size: .85em;
    line-height: 1.3;
    border-radius: 3px;
    border: 1px solid #112833
}

.fc-event,
.fc-event-dot {
    background-color: #2c3438
}

    .fc-event,
    .fc-event:hover {
        color: #fff;
        text-decoration: none
    }

.fc-not-allowed,
.fc-not-allowed .fc-event {
    cursor: not-allowed
}

.fc-event .fc-bg {
    z-index: 1;
    background: #fff;
    opacity: .25
}

.fc-event .fc-content {
    position: relative;
    z-index: 2
}

.fc-event .fc-resizer {
    position: absolute;
    z-index: 4;
    display: none
}

.fc-event.fc-allow-mouse-resize .fc-resizer,
.fc-event.fc-selected .fc-resizer {
    display: block
}

    .fc-event.fc-selected .fc-resizer:before {
        content: "";
        position: absolute;
        z-index: 9999;
        top: 50%;
        left: 50%;
        width: 40px;
        height: 40px;
        margin-left: -20px;
        margin-top: -20px
    }

.fc-event.fc-selected {
    z-index: 9999 !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2)
}

    .fc-event.fc-selected.fc-dragging {
        box-shadow: 0 2px 7px rgba(0, 0, 0, .3)
    }

.fc-h-event.fc-selected:before {
    content: "";
    position: absolute;
    z-index: 3;
    top: -10px;
    bottom: -10px;
    left: 0;
    right: 0
}

.fc-ltr .fc-h-event.fc-not-start,
.fc-rtl .fc-h-event.fc-not-end {
    margin-left: 0;
    border-left-width: 0;
    padding-left: 1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.fc-ltr .fc-h-event.fc-not-end,
.fc-rtl .fc-h-event.fc-not-start {
    margin-right: 0;
    border-right-width: 0;
    padding-right: 1px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.fc-ltr .fc-h-event .fc-start-resizer,
.fc-rtl .fc-h-event .fc-end-resizer {
    cursor: w-resize;
    left: -1px
}

.fc-ltr .fc-h-event .fc-end-resizer,
.fc-rtl .fc-h-event .fc-start-resizer {
    cursor: e-resize;
    right: -1px
}

.fc-h-event.fc-allow-mouse-resize .fc-resizer {
    width: 7px;
    top: -1px;
    bottom: -1px
}

.fc-h-event.fc-selected .fc-resizer {
    border-radius: 4px;
    border-width: 1px;
    border-color: rgba(255,255,255,0.5);
    width: 6px;
    height: 6px;
    border-style: solid;
    border-color: inherit;
    background: #fff;
    top: 50%;
    margin-top: -4px
}

.fc-ltr .fc-h-event.fc-selected .fc-start-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-end-resizer {
    margin-left: -4px
}

.fc-ltr .fc-h-event.fc-selected .fc-end-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-start-resizer {
    margin-right: -4px
}

.fc-day-grid-event {
    margin: 1px 2px 0;
    padding: 0 1px
}

tr:first-child > td > .fc-day-grid-event {
    margin-top: 2px
}

.fc-day-grid-event.fc-selected:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    background: #000;
    opacity: .25
}

.fc-day-grid-event .fc-content {
    white-space: nowrap;
    overflow: hidden
}

.fc-day-grid-event .fc-time {
    font-weight: 700
}

.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer {
    margin-left: -2px
}

.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer {
    margin-right: -2px
}

a.fc-more {
    margin: 1px 3px;
    font-size: .85em;
    cursor: pointer;
    text-decoration: none
}

    a.fc-more:hover {
        text-decoration: underline
    }

.fc.fc-bootstrap3 a,
.ui-widget .fc-event {
    text-decoration: none
}

.fc-limited {
    display: none
}

.fc-icon,
.fc-toolbar .fc-center {
    display: inline-block
}

.fc-day-grid .fc-row {
    z-index: 1
}

.fc-more-popover {
    z-index: 2;
    width: 220px
}

    .fc-more-popover .fc-event-container {
        padding: 10px
    }

.fc-bootstrap3 .fc-popover .panel-body,
.fc-bootstrap4 .fc-popover .card-body {
    padding: 0
}

.fc-now-indicator {
    position: absolute;
    border: 0 solid red
}

.fc-bootstrap3 .fc-today.alert,
.fc-bootstrap4 .fc-today.alert {
    border-radius: 0
}

.fc-unselectable {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent
}

.fc-unthemed .fc-content,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-list-heading td,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-row,
.fc-unthemed tbody,
.fc-unthemed td,
.fc-unthemed th,
.fc-unthemed thead {
    border-color: #ddd
}

.fc-unthemed .fc-popover {
    background-color: #fff;
    border-width: 1px;
    border-style: solid
}

    .fc-unthemed .fc-divider,
    .fc-unthemed .fc-list-heading td,
    .fc-unthemed .fc-popover .fc-header {
        background: #eee;
    }



.fc-unthemed td.fc-today {
    background: #fcf8e3
}

.fc-unthemed .fc-disabled-day {
    background: #d7d7d7;
    opacity: .3
}

.fc-icon {
    height: 1em;
    line-height: 1em;
    font-size: 1em;
    font-family: "Courier New", Courier, monospace;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

    .fc-icon:after {
        position: relative
    }

.fc-icon-left-single-arrow:after {
    content: "\2039";
    font-weight: 700;
    font-size: 200%;
    top: -7%
}

.fc-icon-right-single-arrow:after {
    content: "\203A";
    font-weight: 700;
    font-size: 200%;
    top: -7%
}

.fc-icon-left-double-arrow:after {
    content: "\AB";
    font-size: 160%;
    top: -7%
}

.fc-icon-right-double-arrow:after {
    content: "\BB";
    font-size: 160%;
    top: -7%
}

.fc-icon-left-triangle:after {
    content: "\25C4";
    font-size: 125%;
    top: 3%
}

.fc-icon-right-triangle:after {
    content: "\25BA";
    font-size: 125%;
    top: 3%
}

.fc-icon-down-triangle:after {
    content: "\25BC";
    font-size: 125%;
    top: 2%
}

.fc-icon-x:after {
    content: "\D7";
    font-size: 200%;
    top: 6%
}

.fc-unthemed .fc-popover .fc-header .fc-close {
    color: #666;
    font-size: .9em;
    margin-top: 2px
}

.fc-unthemed .fc-list-item:hover td {
    background-color: #f5f5f5
}

.ui-widget .fc-disabled-day {
    background-image: none
}

.fc-bootstrap3 .fc-time-grid .fc-slats table,
.fc-bootstrap4 .fc-time-grid .fc-slats table,
.fc-time-grid .fc-slats .ui-widget-content {
    background: 0 0
}

.fc-popover > .ui-widget-header + .ui-widget-content {
    border-top: 0
}

.fc-bootstrap3 hr.fc-divider,
.fc-bootstrap4 hr.fc-divider {
    border-color: inherit
}

.ui-widget .fc-event {
    color: #fff;
    font-weight: 400
}

.ui-widget td.fc-axis {
    font-weight: 400
}

.fc.fc-bootstrap3 a[data-goto]:hover {
    text-decoration: underline
}

.fc.fc-bootstrap4 a {
    text-decoration: none
}

    .fc.fc-bootstrap4 a[data-goto]:hover {
        text-decoration: underline
    }

.fc-bootstrap4 a.fc-event:not([href]):not([tabindex]) {
    color: #fff
}

.fc-bootstrap4 .fc-popover.card {
    position: absolute
}

.fc-toolbar.fc-header-toolbar {
    margin-bottom: 1em
}

.fc-toolbar.fc-footer-toolbar {
    margin-top: 1em
}

.fc-toolbar .fc-left {
    float: left
}

.fc-toolbar .fc-right {
    float: right
}

.fc .fc-toolbar > * > * {
    float: left;
    margin-left: .75em
}

.fc .fc-toolbar > * > :first-child {
    margin-left: 0
}

.fc-toolbar h2 {
    margin: 0
}

.fc-toolbar button {
    position: relative
}

.fc-toolbar .fc-state-hover,
.fc-toolbar .ui-state-hover {
    z-index: 2
}

.fc-toolbar .fc-state-down {
    z-index: 3
}

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active {
    z-index: 4
}

.fc-toolbar button:focus {
    z-index: 5
}

.fc-view-container *,
.fc-view-container :after,
.fc-view-container :before {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.fc-view,
.fc-view > table {
    position: relative;
    z-index: 1
}

.fc-basicDay-view .fc-content-skeleton,
.fc-basicWeek-view .fc-content-skeleton {
    padding-bottom: 1em
}

.fc-basic-view .fc-body .fc-row {
    min-height: 4em
}

.fc-row.fc-rigid .fc-content-skeleton {
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.fc-day-top.fc-other-month {
    opacity: .3
}

.fc-basic-view .fc-day-number,
.fc-basic-view .fc-week-number {
    padding: 2px
}

.fc-basic-view th.fc-day-number,
.fc-basic-view th.fc-week-number {
    padding: 0 2px
}

.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
    float: right
}

.fc-rtl .fc-basic-view .fc-day-top .fc-day-number {
    float: left
}

.fc-ltr .fc-basic-view .fc-day-top .fc-week-number {
    float: left;
    border-radius: 0 0 3px
}

.fc-rtl .fc-basic-view .fc-day-top .fc-week-number {
    float: right;
    border-radius: 0 0 0 3px
}

.fc-basic-view .fc-day-top .fc-week-number {
    min-width: 1.5em;
    text-align: center;
    background-color: #f2f2f2;
    color: grey
}

.fc-basic-view td.fc-week-number > * {
    display: inline-block;
    min-width: 1.25em
}

.fc-agenda-view .fc-day-grid {
    position: relative;
    z-index: 2
}

    .fc-agenda-view .fc-day-grid .fc-row {
        min-height: 3em
    }

        .fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
            padding-bottom: 1em
        }

.fc .fc-axis {
    vertical-align: middle;
    padding: 0 4px;
    white-space: nowrap
}

.fc-ltr .fc-axis {
    text-align: right
}

.fc-rtl .fc-axis {
    text-align: left
}

.fc-time-grid,
.fc-time-grid-container {
    position: relative;
    z-index: 1
}

.fc-time-grid {
    min-height: 100%
}

    .fc-time-grid table {
        border: 0 hidden transparent
    }

    .fc-time-grid > .fc-bg {
        z-index: 1
    }

    .fc-time-grid .fc-slats,
    .fc-time-grid > hr {
        position: relative;
        z-index: 2
    }

    .fc-time-grid .fc-content-col {
        position: relative
    }

    .fc-time-grid .fc-content-skeleton {
        position: absolute;
        z-index: 3;
        top: 0;
        left: 0;
        right: 0
    }

    .fc-time-grid .fc-business-container {
        position: relative;
        z-index: 1
    }

    .fc-time-grid .fc-bgevent-container {
        position: relative;
        z-index: 2
    }

    .fc-time-grid .fc-highlight-container {
        z-index: 3;
        position: relative
    }

    .fc-time-grid .fc-event-container {
        position: relative;
        z-index: 4
    }

    .fc-time-grid .fc-now-indicator-line {
        z-index: 5
    }

    .fc-time-grid .fc-helper-container {
        position: relative;
        z-index: 6
    }

    .fc-time-grid .fc-slats td {
        height: 1.5em;
        border-bottom: 0
    }

    .fc-time-grid .fc-slats .fc-minor td {
        border-top-style: dotted
    }

    .fc-time-grid .fc-highlight {
        position: absolute;
        left: 0;
        right: 0
    }

.fc-ltr .fc-time-grid .fc-event-container {
    margin: 0 2.5% 0 2px
}

.fc-rtl .fc-time-grid .fc-event-container {
    margin: 0 2px 0 2.5%
}

.fc-time-grid .fc-bgevent,
.fc-time-grid .fc-event {
    position: absolute;
    z-index: 1
}

.fc-time-grid .fc-bgevent {
    left: 0;
    right: 0
}

.fc-v-event.fc-not-start {
    border-top-width: 0;
    padding-top: 1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.fc-v-event.fc-not-end {
    border-bottom-width: 0;
    padding-bottom: 1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.fc-time-grid-event.fc-selected {
    overflow: visible
}

    .fc-time-grid-event.fc-selected .fc-bg {
        display: none
    }

.fc-time-grid-event .fc-content {
    overflow: hidden
}

.fc-time-grid-event .fc-time,
.fc-time-grid-event .fc-title {
    padding: 0 1px
}

.fc-time-grid-event .fc-time {
    font-size: .85em;
    white-space: nowrap
}

.fc-time-grid-event.fc-short .fc-content {
    white-space: nowrap
}

.fc-time-grid-event.fc-short .fc-time,
.fc-time-grid-event.fc-short .fc-title {
    display: inline-block;
    vertical-align: top
}

    .fc-time-grid-event.fc-short .fc-time span {
        display: none
    }

    .fc-time-grid-event.fc-short .fc-time:before {
        content: attr(data-start)
    }

    .fc-time-grid-event.fc-short .fc-time:after {
        content: "\A0-\A0"
    }

.fc-time-grid-event.fc-short .fc-title {
    font-size: .85em;
    padding: 0
}

.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer {
    left: 0;
    right: 0;
    bottom: 0;
    height: 8px;
    overflow: hidden;
    line-height: 8px;
    font-size: 11px;
    font-family: monospace;
    text-align: center;
    cursor: s-resize
}

    .fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after {
        content: "="
    }

.fc-time-grid-event.fc-selected .fc-resizer {
    border-radius: 5px;
    border-width: 1px;
    width: 8px;
    height: 8px;
    border-style: solid;
    border-color: inherit;
    background: #fff;
    left: 50%;
    margin-left: -5px;
    bottom: -5px
}

.fc-time-grid .fc-now-indicator-line {
    border-top-width: 1px;
    left: 0;
    right: 0
}

.fc-time-grid .fc-now-indicator-arrow {
    margin-top: -5px
}

.fc-ltr .fc-time-grid .fc-now-indicator-arrow {
    left: 0;
    border-width: 5px 0 5px 6px;
    border-top-color: transparent;
    border-bottom-color: transparent
}

.fc-rtl .fc-time-grid .fc-now-indicator-arrow {
    right: 0;
    border-width: 5px 6px 5px 0;
    border-top-color: transparent;
    border-bottom-color: transparent
}

.fc-event-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 5px
}

.fc-rtl .fc-list-view {
    direction: rtl
}

.fc-list-view {
    border-width: 1px;
    border-style: solid
}

.fc .fc-list-table {
    table-layout: auto
}

.fc-list-table td {
    border-width: 1px 0 0;
    padding: 8px 14px
}

.fc-list-table tr:first-child td {
    border-top-width: 0
}

.fc-list-heading {
    border-bottom-width: 1px
}

    .fc-list-heading td {
        font-weight: 700
    }

.fc-ltr .fc-list-heading-main {
    float: left
}

.fc-ltr .fc-list-heading-alt,
.fc-rtl .fc-list-heading-main {
    float: right
}

.fc-rtl .fc-list-heading-alt {
    float: left
}

.fc-list-item.fc-has-url {
    cursor: pointer
}

.fc-list-item-marker,
.fc-list-item-time {
    white-space: nowrap;
    width: 1px
}

.fc-ltr .fc-list-item-marker {
    padding-right: 0
}

.fc-rtl .fc-list-item-marker {
    padding-left: 0
}

.fc-list-item-title a {
    text-decoration: none;
    color: inherit
}

    .fc-list-item-title a[href]:hover {
        text-decoration: underline
    }

.fc-list-empty-wrap2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.fc-list-empty-wrap1 {
    width: 100%;
    height: 100%;
    display: table
}

.fc-list-empty {
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

.fc-unthemed .fc-list-empty {
    background-color: #eee
}

.fc .fc-header,
.fc .fc-header tbody,
.fc .fc-header tbody tr,
.fc .fc-header tbody tr td {
    border: none !important;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers:
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

    /*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

    .visuallyhidden.focusable:active,
    .visuallyhidden.focusable:focus {
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        width: auto;
    }

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print, (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}


@media only screen and (min-width: 526px) {
    body {
        font-size: 80%;
    }
    /* Style adjustments for viewports that meet the condition */
    .sidebar .nav-link svg:not(:root) {
        position: relative;
        top: 7px;
        float: left;
        height: 15px;
        width: 15px;
        margin: 0 10px 0 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .alert.alert-toast {
        right: 0;
        right: 0;
        width: 94%;
        margin: auto;
    }

    .alert-toast.in {
        opacity: 1;
        -webkit-transform: translateY(-85px);
        transform: translateY(-85px);
        -webkit-transform: translate3d(0,-85px,0);
        transform: translate3d(0,-85px,0);
    }

    /* Toast Notifications ***************************/

    .alert-toast {
        position: fixed;
        right: 15px;
        top: inherit;
        bottom: 0;
        left: inherit;
        min-height: 45px;
        height: auto;
        min-width: 300px;
        margin: 0;
        padding: 8px 15px 8px 15px;
        opacity: 0;
        border: none;
        border-radius: 3px;
        box-shadow: 0 10px 50px rgba(0,0,0,0.19), 0 6px 30px rgba(0,0,0,0.23);
        -webkit-transform: translateY(45px);
        transform: translateY(45px);
        -webkit-transform: translate3d(0,45px,0);
        transform: translate3d(0,45px,0);
        transition: transform .3s ease, opacity .3s ease;
        will-change: transform, opacity;
        z-index: 9999;
        cursor: pointer;
    }

        .alert-toast.in:hover {
            opacity: 0.85;
        }

        .alert-toast > p {
            font-size: 14px;
            font-weight: 300;
            line-height: 1.6;
        }

            .alert-toast > p strong {
                font-weight: 400;
            }

        .alert-toast.alert-success:before {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            margin: auto 0;
            width: 30px;
            text-align: center;
            vertical-align: middle;
            display: table;
            padding: 0;
        }
}

@media only screen and (min-width : 992px) {
    .alert.alert-toast {
        right: 15px;
        left: inherit;
        width: auto;
        margin: 0;
    }

    .alert-toast.in {
        opacity: 1;
        -webkit-transform: translateY(-45px);
        transform: translateY(-45px);
        -webkit-transform: translate3d(0,-45px,0);
        transform: translate3d(0,-45px,0);
    }
}

@media screen and (max-width: 1439px) and (min-width: 992px) {

    .sidebar {
        width: 70px;
    }

        .sidebar:hover {
            width: 280px;
        }

        .sidebar .sidebar-inner .sidebar-logo {
            border-bottom: 1px solid transparent;
            padding: 0;
        }


            .sidebar .sidebar-inner .sidebar-logo a .logo {
                background-position: 50%;
                width: 70px;
            }

        .is-collapsed .sidebar .sidebar-inner .sidebar-logo,
        .sidebar:hover .sidebar-inner .sidebar-logo {
            border-bottom: 1px solid rgba(255,255,255,.1);
            padding: 0 10px;
        }

    .sidebar-logo .mobile-toggle {
        display: none;
    }

    .sidebar .sidebar-inner .sidebar-menu {
        overflow-x: hidden;
    }

        .sidebar .sidebar-inner .sidebar-menu > li > a .title {
            display: none;
        }

    .sidebar:hover .sidebar-inner .sidebar-menu > li > a .title {
        display: inline-block;
    }

    .sidebar:hover .sidebar-inner .sidebar-menu li.dropdown .arrow {
        opacity: 1;
    }

    .is-collapsed .sidebar {
        width: 280px;
    }

    .is-collapsed .page-container {
        padding-left: 280px;
    }

    .is-collapsed .header {
        width: calc(100% - 280px);
    }

    .is-collapsed .sidebar .sidebar-inner .sidebar-menu > li > a .title {
        display: inline-block;
    }

    .is-collapsed .sidebar .sidebar-inner .sidebar-menu li.dropdown .arrow {
        opacity: 1;
    }

    .sidebar .sidebar-inner .sidebar-menu li.dropdown .arrow {
        opacity: 0;
    }

    .is-collapsed .sidebar .sidebar-inner .sidebar-menu li.open > ul.dropdown-menu {
        display: block !important;
    }

    .sidebar .sidebar-inner .sidebar-menu li.dropdown.open ul.dropdown-menu {
        display: none !important;
    }

    .page-container {
        padding-left: 70px;
    }

    .header {
        width: calc(100% - 70px);
    }

    .logo-text {
        color: #fff;
        margin: 12px 0 0 0;
        font-family: 'Cairo', Helvetica Neue, Arial, sans-serif;
        font-size: 19px;
        margin: 0px;
    }

    .list-group-vh {
        height: calc( 100vh - 400px);
    }

    .menu {
        display: block !important;
    }

    .nav-left {
        display: block !important;
    }
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}


.fecha-acreditados {
    font-size: 1.5rem;
    font-weight: bold;
    color: #2e5aef;
}

.procesos-acreditados {
    font-size: 1.5rem;
    font-weight: bold;
    color: #da2525;
}

.separador-line {
    width: 100%;
    background: #dadbe1;
    height: 2px;
}

.bg-darkblue {
    background: #1d1733;
}

.borderless td, .borderless th {
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.empty-icon-size {
    font-size: 2.5rem;
}


/*DETALLES DEL CALENDARIO*/
.fc-popover-header {
    background: #1d1733 !important;
}

.fc-popover-body {
    background: #1b1044 !important;
}

.fc-theme-standard .fc-popover {
    border: none !important;
}

.fc-list-day-cushion {
    background: #1d1733 !important;
}







/*TOAST*/
.alert-toast {
    position: fixed;
    right: 15px;
    top: inherit;
    bottom: 0;
    left: inherit;
    min-height: 45px;
    height: auto;
    min-width: 300px;
    margin: 0;
    padding: 8px 15px 8px 45px;
    opacity: 0;
    border: none;
    border-radius: 5px;
    box-shadow: 0 10px 50px rgba(0,0,0,0.19), 0 6px 30px rgba(0,0,0,0.23);
    -webkit-transform: translateY(45px);
    transform: translateY(45px);
    -webkit-transform: translate3d(0,45px,0);
    transform: translate3d(0,45px,0);
    transition: transform .3s ease, opacity .3s ease;
    will-change: transform, opacity;
    z-index: 9999;
    cursor: pointer;
}

    .alert-toast.in {
        opacity: 0.8;
        -webkit-transform: translateY(-45px);
        transform: translateY(-45px);
        -webkit-transform: translate3d(0,-45px,0);
        transform: translate3d(0,-45px,0);
    }

        .alert-toast.in:hover {
            opacity: 0.85;
        }

    .alert-toast .ap {
        position: absolute;
        left: 10px;
        top: 0;
        bottom: 0;
        margin: auto 0;
    }

    .alert-toast > p {
        font-size: 14px;
        font-weight: 300;
        line-height: 1.6;
    }

        .alert-toast > p strong {
            font-weight: 400;
        }

    .alert-toast.alert-success:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto 0;
        width: 30px;
        text-align: center;
        vertical-align: middle;
        display: table;
        padding: 0;
    }

.text-toast {
    line-height: 1rem;
    font-size: 0.8rem;
}


/*PROCESAR IMRPRESION*/
.p-numero {
    font-size: 1.2rem;
    font-weight: bold;
    color: #e2e2e2;
    margin: 0;
}

.p-estado {
    font-size: 0.8rem;
    font-weight: bold;
    color: #fff;
    margin: 0;
}

.p-user {
    font-size: 0.8rem;
    color: #e2e2e2;
    margin: 0;
}

.p-date {
    margin: 0;
    font-size: 0.8rem;
    color: #fff;
}


.btn-listado {
    font-size: 0.8rem;
    text-transform: capitalize;
    padding: 2px 10px;
}

.divVersionLogin {
    position: absolute;
    bottom: 15px;
    right: 15px;
}

.text-14 {
    font-size: 14px;
}



.p-0 {
    padding: 0px;
}






/********************
sweet alert 
*********************/

.swal-button--cancel {
    color: #5978dd;
    border: 1px solid #5978dd;
    background: transparent;
}

    .swal-button--cancel:hover {
        color: #5978dd;
        background-color: rgba(252, 252, 252, 0.5);
        border-color: #5978dd;
    }

.swal-button--confirm {
    color: #fff;
    border: 1px solid #5978dd;
    background: #5978dd;
}

    .swal-button--confirm:hover {
        color: #fff;
        border: 1px solid #5978dd;
        background: #5978dd;
    }














/*************
 Textos tamaņos
 ************/
.text-8 {
    font-size: 8px !important;
}

.text-9 {
    font-size: 9px !important;
}

.text-10 {
    font-size: 10px !important;
}

.text-11 {
    font-size: 11px !important;
}

.text-12 {
    font-size: 12px !important;
    ;
}

.text-13 {
    font-size: 13px !important;
}

.text-14 {
    font-size: 14px !important;
}

.text-15 {
    font-size: 15px;
}

.text-16 {
    font-size: 16px !important;
}

.text-18 {
    font-size: 18px !important;
}

.text-20 {
    font-size: 20px !important;
}

.text-22 {
    font-size: 22px !important;
}

.text-24 {
    font-size: 24px !important;
}

.text-25 {
    font-size: 25px !important;
}

.text-30 {
    font-size: 30px !important;
}

.text-40 {
    font-size: 40px !important;
}

.text-45 {
    font-size: 45px !important;
}

.text-50 {
    font-size: 50px !important;
}

.text-60 {
    font-size: 60px !important;
}

.text-70 {
    font-size: 70px !important;
}

.text-80 {
    font-size: 80px !important;
}

.text-100 {
    font-size: 100px !important;
}


.img-circle-xs {
    border-radius: 50%;
    width: 35px;
    height: 35px;
    object-fit: cover;
    position: relative;
}


.border-dashed {
    border: 1px dashed #6b6e7c !important;
}

.color-01 {
    color: rgb(106, 183, 204);
}


/*flecha acordion*/

.rotate-icon {
    transition: transform 0.3s ease;
}



#accordionProcesos .card-header {
    cursor: pointer;
}


/*******
listados con divs
************/



.list-item {
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #425158;
    padding: 0.6rem 0rem;
}

a.list-item {
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #537788;
    padding: 1rem;
    display: block;
}





.input-icon {
    position: relative;
}

    .input-icon i {
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
        color: #aaa;
    }

    .input-icon input {
    }
