﻿body {
    margin: 0;
    font-family: Poppins, sans-serif !important;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #333;
    text-align: left;
}

p {
    margin-bottom: 5px;
}

.hover-help,
.hover-help > * {
    cursor: help;
}

.tx-blue-direcional {
    color: #002E6E !important;
}

.select2 {
    width: 100% !important;
}

.input-group .select2 {
    width: 95% !important;
}

.select2-container {
    z-index: 9996;
}

.bootstrap-maxlength {
    color: #CCC;
    font-size: smaller;
}

.bootstrap-datetimepicker-widget {
    z-index: 9997;
}

.fc-unthemed tbody tr td .fc-today {
    background-color: #ECECEC;
}

/*
 * PRELOADER
 */
.blockUI.blockOverlay {
    background-color: #001E65 !important;
    opacity: 0.6 !important;
    z-index: 9998 !important;
}

.blockUI.blockMsg {
    background-color: transparent !important;
    border: none !important;
    z-index: 9999 !important;
}

#imgPreloader {
    -webkit-animation-name: spinner;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 2s;
    animation-name: spinner;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-duration: 2s;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    width: 100px;
}

@-webkit-keyframes spinner {
    from {
        -webkit-transform: rotateY(0deg);
    }

    to {
        -webkit-transform: rotateY(-360deg);
    }
}

@keyframes spinner {
    from {
        -moz-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }

    to {
        -moz-transform: rotateY(-360deg);
        -ms-transform: rotateY(-360deg);
        transform: rotateY(-360deg);
    }
}

/*
 * DASHBOARD
 */

.dates {
    border: 1px solid #EBEFF2;
    border-radius: 5px;
    padding: 20px 0px;
    margin: 10px 20px;
    font-size: 16px;
    overflow: auto;
}

    .dates div {
        float: left;
        width: 50%;
        text-align: center;
        position: relative;
    }

    .dates strong,
    .stats strong {
        display: block;
        font-size: 11px;
        font-weight: 700;
    }

    .dates span {
        width: 1px;
        height: 40px;
        position: absolute;
        right: 0;
        top: 0;
        background: #EBEFF2;
    }

.stats {
    border: 1px solid #EBEFF2;
    overflow: auto;
    padding: 15px 0;
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px;
}

    .stats div {
        border-right: 1px solid #EBEFF2;
        width: 33.33333%;
        float: left;
        text-align: center;
    }

        .stats div:nth-of-type(3) {
            border: none;
        }

/*
 * EXTRA UTILITIES
 */

.flex-equal > * {
    -ms-flex: 1;
    flex: 1;
}

@media (min-width: 768px) {
    .flex-md-equal > * {
        -ms-flex: 1;
        flex: 1;
    }
}

.overflow-hidden {
    overflow: hidden;
}


.toggle {
    margin-left: 20px;
}

@media (min-width: 576px) {
}

@media (min-width: 768px) {
    .tox-tinymce {
        min-height: 250px;
        width: 100%;
    }
}

@media (min-width: 992px) {
    .tox-tinymce {
        min-height: 300px;
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .tox-tinymce {
        min-height: 350px;
        width: 100%;
    }
}

/*
 * MODALFULL
 */
.modal-full {
    min-width: 95%;
    margin: 0;
}

    .modal-full .modal-content {
        min-height: 100vh;
    }


@media (min-width: 768px) {
    .slim-footer .container,
    .slim-footer .container-fluid {
        height: auto;
        display: block;
        text-align: center;
    }
}

.btn, .sp-container button {
    border-radius: 3px !important;
}

.btn-grad {
    background-color: #1515af;
    background-image: linear-gradient(to right, #1515af 0%, #d11717 100%) !important;
    background-repeat: repeat-x;
}
