body {
    background-color: #fff;
    color: #3C4858;
    font-weight: 300;
}

.g-sidenav-hidden #disk-space{
    display: none;
}
.used-space-relative {
    margin: 0px 15px 0px;
    background: rgba(255,255,255,0.7);
    border-radius: 8px;
    padding: 10px;
    position: relative;
    /*width: 192px;*/
    bottom: 0;
    left: 0px;
    transition: all ease 0.6s;
}

.sidebar-wrapper.used-space {
    margin: 0px 15px 0px;
    background: #fff;
    border-radius: 8px;
    padding: 10px;
    position: fixed;
    width: 192px;
    bottom: 5px;
    left: 0px;
    transition: all ease 0.6s;
}

.sidebar-wrapper .used-space h6 {
    color: #415367;
    font-size: 12px;
    font-weight: 400;
}

.sidebar-wrapper .used-space p {
    white-space: pre-wrap !important;
    font-size: 11px;
    color: #415367;
    opacity: 0.6;
    font-weight: 300;
    letter-spacing: 0.5px;
    margin: 0px;
}

.sidebar-wrapper .used-space .used-count {
    margin-top: 14px;
}

.sidebar-wrapper .used-space .used-count .progress {
    box-shadow: none;
    border-radius: 50px;
    height: 4px;
    background-color: #ffffff;
    margin: 0px;
}

.sidebar-wrapper .used-space .used-count .progress .progress-bar {
    background-color: #fdb70e;
}

.sidebar-wrapper .used-space .used-count p {
    margin: 10px 0px 0px;
}

.sidebar-closed .used-space,
.sidebar-closed #sidebar .theme-account {
    left: -222px !important;
    transition: all ease 0.4s;
}


::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    z-index: 1000;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(63, 83, 103, 0.8);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(63, 83, 103, 0.4);
}



/* Preloader
-------------------------------------------------------------- */

.loader {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #fefefe;
    z-index: 100000;
}

.block-loader {
    background-color: #3f5367;
    float: left;
    height: 24px;
    margin-left: 7px;
    width: 24px;
    opacity: 0.1;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-animation-name: bounceG;
    -moz-animation-duration: 1.3s;
    -moz-animation-iteration-count: infinite;
    /*-moz-animation-direction: linear;*/
    -moz-transform: scale(0.7);
    -webkit-animation-name: bounceG;
    -webkit-animation-duration: 1.3s;
    -webkit-animation-iteration-count: infinite;
    /*-webkit-animation-direction: linear;*/
    -webkit-transform: scale(0.7);
    -ms-animation-name: bounceG;
    -ms-animation-duration: 1.3s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-direction: linear;
    -ms-transform: scale(0.7);
    -o-animation-name: bounceG;
    -o-animation-duration: 1.3s;
    -o-animation-iteration-count: infinite;
    /*-o-animation-direction: linear;*/
    -o-transform: scale(0.7);
    animation-name: bounceG;
    animation-duration: 1.3s;
    animation-iteration-count: infinite;
    /*animation-direction: linear;*/
    transform: scale(0.7);
}

.loader1 {
    margin-left: -30px;
    -moz-animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
    -ms-animation-delay: 0.5s;
    -o-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.loader2 {
    margin-left: 0px;
    -moz-animation-delay: 08s;
    -webkit-animation-delay: .8s;
    -ms-animation-delay: .8s;
    -o-animation-delay: .8s;
    animation-delay: .8s;
}

.loader3 {
    margin-left: 30px;
    -moz-animation-delay: 1.3s;
    -webkit-animation-delay: 1.3s;
    -ms-animation-delay: 1.3s;
    -o-animation-delay: 1.3s;
    animation-delay: 1.3s;
}

@-moz-keyframes bounceG {
    0% {
        -moz-transform: scale(1.2);
        opacity: 1
    }
    100% {
        -moz-transform: scale(0.7);
        opacity: 0.1
    }
}

@-webkit-keyframes bounceG {
    0% {
        -webkit-transform: scale(1.2);
        opacity: 1
    }
    100% {
        -webkit-transform: scale(0.7);
        opacity: 0.1
    }
}

@-ms-keyframes bounceG {
    0% {
        -ms-transform: scale(1.2);
        opacity: 1
    }
    100% {
        -ms-transform: scale(0.7);
        opacity: 0.1
    }
}

@-o-keyframes bounceG {
    0% {
        -o-transform: scale(1.2);
        opacity: 1
    }
    100% {
        -o-transform: scale(0.7);
        opacity: 0.1
    }
}

@keyframes bounceG {
    0% {
        transform: scale(1.2);
        opacity: 1
    }
    100% {
        transform: scale(0.7);
        opacity: 0.1
    }
}

.footer {
    background: #fff !important;
    display: none;

}



.sidenav {
    z-index: 2;
}

.modal-header {
    background: #415669;
    cursor: move;

}

.modal-title {
    color: #fff;
}

#msform {
    text-align: center;
    position: relative;
    margin-top: 20px
}

#msform fieldset .form-card {
    background: white;
    border: 0 none;
    border-radius: 0px;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
    padding: 20px 40px 30px 40px;
    box-sizing: border-box;
    width: 94%;
    margin: 0 3% 20px 3%;
    position: relative
}

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative
}

#msform fieldset:not(:first-of-type) {
    display: none
}

#msform fieldset .form-card {
    text-align: left;
    color: #9E9E9E
}

#msform input,
#msform textarea {
    padding: 0px 8px 4px 8px;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 25px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2C3E50;
    font-size: 16px;
    letter-spacing: 1px
}

#msform input:focus,
#msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none;
    font-weight: bold;
    border-bottom: 2px solid skyblue;
    outline-width: 0
}

#msform .action-button {
    width: 100px;
    background: skyblue;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px
}

#msform .action-button:hover,
#msform .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px skyblue
}

#msform .action-button-previous {
    width: 100px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #616161
}

select.list-dt {
    border: none;
    outline: 0;
    border-bottom: 1px solid #ccc;
    padding: 2px 5px 3px 5px;
    margin: 2px
}

select.list-dt:focus {
    border-bottom: 2px solid skyblue
}

.card {
    z-index: 0;
    border: none;
    border-radius: 0.5rem;
    position: relative
}

.fs-title {
    font-size: 25px;
    color: #2C3E50;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: left
}

#progressbar {
    padding: 15px 10px;
    margin-bottom: 30px;
    overflow: hidden;
    width: 100%;
    background: #bcbcbc;
    color: #fff;
}

#progressbar .active {
    color: #969696;
}

#progressbar li {
    list-style-type: none;
    font-size: 18px;
    width: 33.33%;
    float: left;
    text-align: center;
    position: relative
}

#progressbar #account:before {
    font-family: FontAwesome;
    content: "\f023"
}

#progressbar #personal:before {
    font-family: FontAwesome;
    content: "\f007"
}

#progressbar #payment:before {
    font-family: FontAwesome;
    content: "\f09d"
}

#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\f00c"
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 18px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: skyblue
}

.radio-group {
    position: relative;
    margin-bottom: 25px
}

.radio {
    display: inline-block;
    width: 204px;
    height: 104px;
    border-radius: 0;
    background: lightblue;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    cursor: pointer;
    margin: 8px 2px
}

.radio:hover {
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3)
}

.radio.selected {
    box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1)
}

.fit-image {
    width: 100%;
    object-fit: cover
}

.next {
    float: right;
}

.swal2-popup .swal2-styled.swal2-confirm {
    background-color: rgb(67, 88, 107) !important;
    border-left-color: rgb(67, 88, 107) !important;
    border-right-color: rgb(67, 88, 107) !important;
}


.alert-success, .alert-success {
    color: #fff !important;

}

button.dt-button, div.dt-button, a.dt-button {
    font-size: 1em;
    color: #415669;
    background: transparent !important;
    border: 1px solid rgba(65, 86, 105, 0.7) !important;
}

button.dt-button:hover {
    background: #415669 !important;
    color: #fff;
}

.nav.nav-pills.nav-pills-primary .nav-link.active {
    color: #fff;
    background: #3e98d4;
}

.table > thead {
    background: #415669;
}

.table > :not(:last-child) > :last-child > * {
    color: #fff !important;
}

table.dataTable tbody tr {
    border-bottom: solid 1px #dddddd;
}


.table-responsive {
    height: 380px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.btn-importar {
    display: none;
}

td.details-control {
    background: url('../imagenes/details_open.png') no-repeat center center;
    cursor: pointer;
}

tr.shown td.details-control {
    background: url('../imagenes/details_close.png') no-repeat center center;
}

.choices .choices__list.choices__list--dropdown {
    background: #e8e8e8;
}

.choices[data-type*='select-one'] .choices__input {
    background: #f2f2f2;
    height: 28px;
}

.obli::before {
    content: "* ";
    color: red;
    font-weight: bold;
}

.card .card-header {
    padding: 1.5rem 1.5rem 0 1.5rem;
}

.fixed-plugin .fixed-plugin-button {
    display: none;
}

.choices {
    margin-bottom: 0px;
}

.form-text {
    font-size: 0.75em;
}

.form-group {
    margin-bottom: 18px !important;
}