﻿h2 {
    color: #333333 !important;
}

.titulo-color {
    color: #333333 !important;
}

h4 {
    color: #000000 !important;
}

label {
    padding: 0 !important;
}

/* BEGIN - buttons */

.btn-primary {
    border-color: #007bff;
    background-color: #007bff;
    color: #ffffff;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary.disabled, .btn-primary:disabled, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active {
        border-color: rgba(0, 110, 229, 242);
        background-color: rgba(0, 110, 229, 242);
        color: rgba(229, 229, 229, 242);
    }

.btn-danger {
    border-color: #dc3545;
    background-color: #dc3545;
    color: #ffffff;
}

    .btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger.disabled, .btn-danger:disabled, .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active {
        border-color: rgba(198, 47, 62, 242);
        background-color: rgba(198, 47, 62, 242);
        color: rgba(229, 229, 229, 242);
    }

.btn-success {
    border-color: #28a745;
    background-color: #28a745;
    color: #ffffff;
}

    .btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success.disabled, .btn-success:disabled, .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active {
        border-color: rgba(36, 150, 62, 242);
        background-color: rgba(36, 150, 62, 242);
        color: rgba(229, 229, 229, 242);
    }

.btn-light {
    border-color: #f8f9fa;
    background-color: rgba(229, 229, 229, 242) !important;
    color: #212529 !important;
}

    .btn-light:hover, .btn-light:focus, .btn-light.focus, .btn-light.disabled, .btn-light:disabled, .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active {
        border-color: rgba(223, 224, 225, 242);
        background-color: rgba(223, 224, 225, 242);
        color: rgba(29, 33, 36, 242);
    }

.btn-redondo {
    padding: 5px 12px 5px 12px !important;
}

/* END - buttons */

/* BEGIN - seet alert */

.collapse_menu {
    background-color: #007bff;
    color: #ffffff;
}

    .collapse_menu:hover, .collapse_menu:focus, .collapse_menu.focus, .collapse_menu.disabled, .collapse_menu:disabled, .collapse_menu:not(:disabled):not(.disabled):active, .collapse_menu:not(:disabled):not(.disabled).active {
        background-color: rgba(0, 110, 229, 242);
        color: rgba(229, 229, 229, 242);
    }

.swal2-confirm.swal2-styled {
    border: 2px solid green;
    background-color: green;
    color: #ffffff;
}

    .swal2-confirm.swal2-styled:hover, .swal2-confirm.swal2-styled:focus, .swal2-confirm.swal2-styled.focus, .swal2-confirm.swal2-styled.disabled, .swal2-confirm.swal2-styled:disabled, .swal2-confirm.swal2-styled:not(:disabled):not(.disabled):active, .swal2-confirm.swal2-styled:not(:disabled):not(.disabled).active {
        border: 2px solid #000;
        background-color: lightgreen;
        color: #000;
    }

.swal2-styled.swal2-cancel {
    background-color: !important;
    color: #ffffff;
}

    .swal2-styled.swal2-cancel:hover, .swal2-styled.swal2-cancel:focus, .swal2-styled.swal2-cancel.focus, .swal2-styled.swal2-cancel.disabled, .swal2-styled.swal2-cancel:disabled, .swal2-styled.swal2-cancel:not(:disabled):not(.disabled):active, .swal2-styled.swal2-cancel:not(:disabled):not(.disabled).active {
        background-color: rgba(36, 150, 62, 242);
        color: rgba(229, 229, 229, 242);
    }

.swal2-popup.swal2-toast {
    background: #fff;
}

.swal2-popup {
    width: 50em !important;
}

.swal2-html-container {
    text-align: left !important;
}

/* END - seet alert */

._1457s2 {
    margin: 0px -15px 0px 0px !important;
    padding: 10px 0px 10px 0px !important;
}

.spinner-app {
    border: 8px solid #E6E6E6;
    border-left-color: darkcyan;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: 0;
    z-index: 9;
    position: absolute;
    top: 0;
    left: 0;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.required-field {
    font-weight: bolder;
    font-size: 1.2em;
    color: red;
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    margin: 0;
    opacity: 0;
}

:active, :focus {
    outline: 0;
}

button, input {
    overflow: visible;
}

button, input, optgroup, select, textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

.input-group > .custom-file {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.input-group > .custom-file, .input-group > .custom-select, .input-group > .form-control, .input-group > .form-control-plaintext {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}

.part_input .custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 1.3rem 2rem;
    padding-left: 30px !important;
    font-weight: 400;
    line-height: 2.9;
    height: 40px !important;
    color: #686f7a;
    background-color: #fff;
    border: 1px solid #efefef;
    border-radius: 7px;
    margin-bottom: 0;
    box-shadow: inset 0px 1px 4px rgb(0 0 0 / 10%) !important;
}

    .part_input .custom-file-label::after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 3;
        display: block;
        height: calc(1.5em + 0.75rem);
        padding: 1.3rem 2rem;
        line-height: 0;
        border-left: inherit;
        border-radius: 0 7px 7px 0;
    }

*, :after, :before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

.view__img {
    width: 100%;
    float: left;
}

    .view__img img {
        width: 100%;
        border-radius: 7px;
    }

img {
    border-style: none;
    vertical-align: middle
}

.eye-style {
    margin-top: 14px;
    margin-right: 15px;
    position: absolute;
    right: 0;
    opacity: 0.5;
}

.box {
    background: #fff;
    width: 100%;
    float: left;
    padding: 30px;
    border-radius: 10px;
    border: 1px solid #efefef;
    transition: all .2s ease-in-out;
    margin-bottom: 30px;
}

.small-box {
    border-radius: 0.25rem;
    box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%);
    display: block;
    margin-bottom: 20px;
    position: relative;
}

    .small-box > .inner {
        padding: 10px;
    }

    .small-box .icon > i {
        font-size: 60px;
        position: absolute;
        right: 25px;
        top: 20px;
        transition: -webkit-transform .3s linear;
        transition: transform .3s linear;
        transition: transform .3s linear,-webkit-transform .3s linear;
    }

.main-p-pagination .pagination .page-link {
    margin-left: 2px;
}

.read-only {
    background-color: #f1f1f1 !important;
}

.ui.search .prompt, .ui.selection.dropdown.cntry152, .btn-redondo {
    border-radius: 7px !important;
}

.ui.selection.cntry152.dropdown.yy {
    width: 70%;
    min-width: unset !important;
}

.ui.selection.cntry152.dropdown.zz {
    width: 30%;
    min-width: unset !important;
}

nav.grid {
    display: inline;
}

.ck-reset_all :not(.ck-reset_all-excluded *), .ck.ck-reset_all {
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 10px 10px 0 0 !important;
    border-radius: 10px 10px 0 0 !important;
}

.ck.ck-editor__main > .ck-editor__editable:not(.ck-focused) {
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0 0 10px 10px !important;
    border-radius: 0 0 10px 10px !important;
}

.table th, .table td {
    vertical-align: middle;
}

/* BEGIN - Signup Signin Page */

.main_logo25 {
    float: none;
    text-align: center;
    margin: auto !important;
    padding: 20px 0;
}

    .main_logo25 img {
        height: 70px !important;
    }

.sign_in_up_bg {
    background: linear-gradient(90deg, rgba(9,3,107,1) 0%, rgba(9,9,121,1) 50%, rgba(0,212,255,1) 100%) !important;
    min-height: 100%;
    position: relative;
    width: 100%;
}

    .sign_in_up_bg:before {
        content: "";
        /*background: url(../../images/sign.svg) no-repeat center;*/
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        position: absolute;
        pointer-events: none;
        background-size: cover;
        opacity: 0.04;
    }

.sign_form {
    background: #fff;
    border-radius: 10px;
    padding: 50px 50px 30px;
    box-shadow: -0.083333333in 0.5pc 1.125pc -7px rgba(25,42,70,.13);
    flex: 1;
    float: left;
    width: 100%;
    margin-top: 0;
    text-align: center;
}

.ui.form.checkbox_sign {
    text-align: left;
}

.ui.checkbox.mncheck .box, .ui.checkbox.mncheck label {
    font-family: 'Roboto', sans-serif !important;
    color: #333;
    line-height: 20px;
}

.ui.checkbox.mncheck input:checked ~ .box:after, .ui.checkbox.mncheck input:checked ~ label:after {
    opacity: 1;
    color: #ed2a26 !important;
    font-size: 10px !important;
    border-radius: 100%;
    margin-top: 0;
}

.ui.checkbox.mncheck .box:before, .ui.checkbox.mncheck label:before {
    border-radius: 100%;
    width: 18px !important;
    height: 18px !important;
    margin-top: 1px;
}

.login-btn {
    font-size: 14px;
    margin-top: 30px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    background: #ed2a26;
    border-radius: 20px;
    text-align: center;
    border: 0;
    width: 100%;
    height: 40px;
}

    .login-btn:hover {
        color: #fff;
        background: #333;
    }

.sign_form h2 {
    font-size: 24px;
    margin-bottom: 17px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    color: #333;
    text-align: center;
}

.sign_form p {
    font-size: 14px;
    margin-bottom: 47px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    color: #686f7a;
    text-align: center;
    line-height: 26px;
}

.sgntrm145 {
    padding: 30px 0 10px 0;
    margin-bottom: 0 !important;
}

.sign_footer {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    color: #333;
    padding: 50px 0;
    display: block;
    float: left;
    width: 100%;
}

    .sign_footer img {
        margin-right: 10px;
    }

.sgntrm145 a {
    color: #ed2a26;
}

    .sgntrm145 a:hover {
        color: #333 !important;
        text-decoration: underline !important;
    }

.ui.swdh95 {
    font-size: 14px !important;
    width: 100%;
}

.ui[class*="left icon"].swdh95.input > input {
    padding-left: 4.2em !important;
    padding-right: 1em !important;
    height: 40px;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

    .ui[class*="left icon"].swdh95.input > input:focus {
        padding-left: 4.2em !important;
        padding-right: 1em !important;
        height: 40px;
        font-size: 14px;
        font-weight: 400;
        font-family: 'Roboto', sans-serif;
    }

/* Mobiles */
@media (max-width: 412px) {
    .main_logo25 img {
        height: 50px !important;
        margin-top: 10px;
    }

    .sign_form {
        padding: 50px 20px;
    }
}

/* END - Signup Signin Page */

.st_title {
    margin-bottom: 2rem !important;
}

/* Mobiles */
@media (max-width: 412px) {
    .box {
        padding: 30px 0 0 0;
        margin-bottom: 0;
    }

    .st_title {
        margin-top: 0;
    }
}
/* Tablets */
@media(max-width: 576px) {
    .fs-1 {
        font-size: 2.5rem !important;
    }

    .fs-2 {
        font-size: 2rem !important;
    }

    .fs-3 {
        font-size: 1.75rem !important;
    }

    .fs-4 {
        font-size: 1.5rem !important;
    }

    .fs-5 {
        font-size: 1.15rem !important;
    }

    .fs-6 {
        font-size: 0.9rem !important;
    }

    .fs-7 {
        font-size: 0.75rem !important;
    }
}

@media(min-width: 576px) {
    .h2-sm {
        font-size: 2rem;
    }

    .fs-sm-1 {
        font-size: 2.5rem !important;
    }

    .fs-sm-2 {
        font-size: 2rem !important;
    }

    .fs-sm-3 {
        font-size: 1.75rem !important;
    }

    .fs-sm-4 {
        font-size: 1.5rem !important;
    }

    .fs-sm-5 {
        font-size: 1.15rem !important;
    }

    .fs-sm-6 {
        font-size: 0.9rem !important;
    }

    .fs-sm-7 {
        font-size: 0.75rem;
    }
}

@media(min-width:768px) {
    .fs-md-1 {
        font-size: 2.5rem !important;
    }

    .fs-md-2 {
        font-size: 2rem !important;
    }

    .fs-md-3 {
        font-size: 1.75rem !important;
    }

    .fs-md-4 {
        font-size: 1.5rem !important;
    }

    .fs-md-5 {
        font-size: 1.15rem !important;
    }

    .fs-md-6 {
        font-size: 0.9rem !important;
    }

    .fs-md-7 {
        font-size: 0.75rem;
    }

    .mw-md {
        max-width: auto;
    }
}

@media(min-width:992px) {
    .fs-lg-1 {
        font-size: 2.5rem !important;
    }

    .fs-lg-2 {
        font-size: 2rem !important;
    }

    .fs-lg-3 {
        font-size: 1.75rem !important;
    }

    .fs-lg-4 {
        font-size: 1.5rem !important;
    }

    .fs-lg-5 {
        font-size: 1.15rem !important;
    }

    .fs-lg-6 {
        font-size: 0.9rem !important;
    }

    .fs-lg-7 {
        font-size: 0.75rem;
    }
}
