﻿input:focus, input.form-control:focus, button:focus, button:active, button:after, DropDownList, DropDownList:after, DropDownList:active,
a, a:after, a:active {
    outline: none !important;
    outline-width: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

a {
    text-decoration: none;
}

textarea {
    resize: none;
    padding-left: 10px;
}

.fontCheck {
    font-size: 9px !important;
}

.rbl input[type="radio"] {
    margin-left: 10px;
    margin-right: 5px;
}

/*.dxgvCSD {
    height: 100px !important;
}*/

.dxpc-content {
    background: #F5F5F5;
}

.mCSB_inside > .mCSB_container {
    margin-right: 5px !important;
}

.legacy-theme .sidebar-wrapper .sidebar-item {
    border-bottom: none !important;
    border-top: none !important;
}

.dxrpControl_iOS td.dxrpHeader_iOS {
    padding: 10px !important;
}

@keyframes swing {
    0% {
        transform: rotate(0deg);
    }

    10% {
        transform: rotate(10deg);
    }

    30% {
        transform: rotate(0deg);
    }

    40% {
        transform: rotate(-10deg);
    }

    50% {
        transform: rotate(0deg);
    }

    60% {
        transform: rotate(5deg);
    }

    70% {
        transform: rotate(0deg);
    }

    80% {
        transform: rotate(-5deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

@keyframes sonar {
    0% {
        transform: scale(0.9);
        opacity: 1;
    }

    100% {
        transform: scale(2);
        opacity: 0;
    }
}

body {
    font-size: 0.9rem;
    font-family: 'Segoe UI', Helvetica, 'Droid Sans', Tahoma, Geneva, sans-serif !important;
    background: #F5F5F5;
}

/*.form-group {
    font-size: 1.1rem;
}*/

.sidebar-wrapper, .sidebar-submenu {
    font-size: 12px !important;
}

    .page-wrapper .sidebar-wrapper,
    .sidebar-wrapper .sidebar-brand > a,
    .sidebar-wrapper .sidebar-dropdown > a:after,
    .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before,
    .sidebar-wrapper ul li a i,
    .page-wrapper .page-content,
    .sidebar-wrapper .sidebar-search input.search-menu,
    .sidebar-wrapper .sidebar-search .input-group-text,
    .sidebar-wrapper .sidebar-menu ul li a,
    #show-sidebar,
    #close-sidebar {
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

/*----------------page-wrapper----------------*/

.page-wrapper {
    height: 100vh;
}

    .page-wrapper .theme {
        width: 40px;
        height: 40px;
        display: inline-block;
        border-radius: 4px;
        margin: 2px;
    }

        .page-wrapper .theme.chiller-theme {
            background: #1e2229;
        }

    /*----------------toggeled sidebar----------------*/

    .page-wrapper.toggled .sidebar-wrapper {
        left: 0px;
    }

@media screen and (min-width: 768px) {
    .page-wrapper.toggled .page-content {
        padding-left: 260px;
    }
}
/*----------------show sidebar button----------------*/
#show-sidebar {
    position: fixed;
    left: 0;
    top: 10px;
    border-radius: 0 4px 4px 0px;
    width: 35px;
    transition-delay: 0.3s;
}

.page-wrapper.toggled #show-sidebar {
    left: -40px;
}
/*----------------sidebar-wrapper----------------*/

.sidebar-wrapper {
    width: 19%;
    max-width: 250px;
    max-width: 280px;
    height: 100%;
    max-height: 100%;
    position: fixed;
    top: 0;
    left: -300px;
    z-index: 999;
}

    .sidebar-wrapper ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

    .sidebar-wrapper a {
        text-decoration: none;
    }

/*----------------sidebar-content----------------*/

.sidebar-content {
    max-height: calc(100% - 30px);
    height: calc(100% - 30px);
    overflow-y: auto;
    position: relative;
}

    .sidebar-content.desktop {
        overflow-y: hidden;
    }

/*--------------------sidebar-brand----------------------*/

.sidebar-wrapper .sidebar-brand {
    padding: 13.5px 20px;
    display: flex;
    align-items: center;
}

    .sidebar-wrapper .sidebar-brand > a {
        text-transform: uppercase;
        font-weight: bold;
        flex-grow: 1;
    }

    .sidebar-wrapper .sidebar-brand #close-sidebar {
        cursor: pointer;
        font-size: 20px;
    }
/*--------------------sidebar-header----------------------*/

.sidebar-wrapper .sidebar-header {
    padding: 20px;
    overflow: hidden;
}

    .sidebar-wrapper .sidebar-header .user-pic {
        float: left;
        width: 60px;
        padding: 2px;
        border-radius: 12px;
        margin-right: 15px;
        overflow: hidden;
    }

        .sidebar-wrapper .sidebar-header .user-pic img {
            object-fit: cover;
            height: 100%;
            width: 100%;
        }

    .sidebar-wrapper .sidebar-header .user-info {
        float: left;
    }

        .sidebar-wrapper .sidebar-header .user-info > span {
            display: block;
        }

        .sidebar-wrapper .sidebar-header .user-info .user-role {
            font-size: 12px;
        }

        .sidebar-wrapper .sidebar-header .user-info .user-status {
            font-size: 11px;
            margin-top: 4px;
        }

            .sidebar-wrapper .sidebar-header .user-info .user-status i {
                font-size: 8px;
                margin-right: 4px;
                color: #5cb85c;
            }

/*-----------------------sidebar-search------------------------*/

.sidebar-wrapper .sidebar-search > div {
    padding: 10px 20px;
}

/*----------------------sidebar-menu-------------------------*/

.sidebar-wrapper .sidebar-menu {
    padding-bottom: 10px;
}

    .sidebar-wrapper .sidebar-menu .header-menu span {
        font-weight: bold;
        font-size: 14px;
        padding: 15px 20px 5px 20px;
        display: inline-block;
    }

    .sidebar-wrapper .sidebar-menu ul li a {
        display: inline-block;
        width: 100%;
        text-decoration: none;
        position: relative;
        padding: 8px 30px 8px 20px;
        
    }

        .sidebar-wrapper .sidebar-menu ul li a i {
            margin-right: 10px;
            font-size: 12px;
            width: 30px;
            height: 30px;
            line-height: 30px;
            text-align: center;
            border-radius: 4px;
        }

        .sidebar-wrapper .sidebar-menu ul li a:hover > i::before {
            display: inline-block;
            animation: swing ease-in-out 0.5s 1 alternate;
        }

    .sidebar-wrapper .sidebar-menu .sidebar-dropdown > a:after {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f105";
        font-style: normal;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        text-align: center;
        background: 0 0;
        position: absolute;
        right: 15px;
        top: 14px;
    }

    .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu ul {
        padding: 5px 0;
    }

    .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li {
        padding-left: 25px;
        font-size: 12px;
    }

        .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before {
            content: "\f111";
            font-family: "Font Awesome 5 Free";
            font-weight: 400;
            font-style: normal;
            display: inline-block;
            text-align: center;
            text-decoration: none;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            margin-right: 10px;
            font-size: 8px;
        }

    .sidebar-wrapper .sidebar-menu ul li a span.label,
    .sidebar-wrapper .sidebar-menu ul li a span.badge {
        float: right;
        margin-top: 8px;
        margin-left: 5px;
    }

    .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .badge,
    .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .label {
        float: right;
        margin-top: 0px;
    }

    .sidebar-wrapper .sidebar-menu .sidebar-submenu {
        display: none;
    }

    .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active > a:after {
        transform: rotate(90deg);
        right: 17px;
    }

/*--------------------------side-footer------------------------------*/

.sidebar-footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    display: flex;
    height: 30px;
}

    .sidebar-footer > a {
        flex-grow: 1;
        text-align: center;
        height: 30px;
        line-height: 30px;
        position: relative;
    }

        .sidebar-footer > a .notification {
            position: absolute;
            top: 0;
        }

.badge-sonar {
    display: inline-block;
    background: #980303;
    border-radius: 50%;
    height: 8px;
    width: 8px;
    position: absolute;
    top: 0;
}

    .badge-sonar:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        border: 2px solid #980303;
        opacity: 0;
        border-radius: 50%;
        width: 100%;
        height: 100%;
        animation: sonar 1.5s infinite;
    }

/*--------------------------page-content-----------------------------*/

.page-content {
    height: 100%;
}

.page-wrapper .page-content {
    display: inline-block;
    width: 100%;
    padding-left: 0px;
    padding-top: 56px;
}

    .page-wrapper .page-content > div {
        padding: 20px 40px;
    }

.page-wrapper .page-content {
    overflow-x: hidden;
}

/*------scroll bar---------------------*/

::-webkit-scrollbar {
    width: 10px;
    height: 7px;
}

::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}

::-webkit-scrollbar-thumb {
    background: #525965;
    border: 0px none #ffffff;
    border-radius: 0px;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #525965;
    }

    ::-webkit-scrollbar-thumb:active {
        background: #525965;
    }

::-webkit-scrollbar-track {
    background: transparent;
    border: 0px none #ffffff;
    border-radius: 50px;
}

    ::-webkit-scrollbar-track:hover {
        background: transparent;
    }

    ::-webkit-scrollbar-track:active {
        background: transparent;
    }

::-webkit-scrollbar-corner {
    background: transparent;
}


/*-----------------------------chiller-theme-------------------------------------------------*/

.chiller-theme .sidebar-wrapper {
    background: #31353D;
}

    .chiller-theme .sidebar-wrapper .sidebar-header,
    .chiller-theme .sidebar-wrapper .sidebar-search,
    .chiller-theme .sidebar-wrapper .sidebar-menu {
        border-top: 1px solid #3a3f48;
    }

        .chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
        .chiller-theme .sidebar-wrapper .sidebar-search .input-group-text {
            border-color: transparent;
            box-shadow: none;
        }

        .chiller-theme .sidebar-wrapper .sidebar-header .user-info .user-role,
        .chiller-theme .sidebar-wrapper .sidebar-header .user-info .user-status,
        .chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
        .chiller-theme .sidebar-wrapper .sidebar-search .input-group-text,
        .chiller-theme .sidebar-wrapper .sidebar-brand > a,
        .chiller-theme .sidebar-wrapper .sidebar-menu ul li a,
        .chiller-theme .sidebar-footer > a {
            color: #818896;
        }

            .chiller-theme .sidebar-wrapper .sidebar-menu ul li:hover > a,
            .chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active > a,
            .chiller-theme .sidebar-wrapper .sidebar-header .user-info,
            .chiller-theme .sidebar-wrapper .sidebar-brand > a:hover,
            .chiller-theme .sidebar-footer > a:hover i {
                color: #b8bfce;
            }

.page-wrapper.chiller-theme.toggled #close-sidebar {
    color: #bdbdbd;
}

    .page-wrapper.chiller-theme.toggled #close-sidebar:hover {
        color: #ffffff;
    }

.chiller-theme .sidebar-wrapper ul li:hover a i,
.chiller-theme .sidebar-wrapper .sidebar-dropdown .sidebar-submenu li a:hover:before,
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu:focus + span,
.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active a i {
    color: #16c7ff;
    text-shadow: 0px 0px 10px rgba(22, 199, 255, 0.5);
}

.chiller-theme .sidebar-wrapper .sidebar-menu ul li a i,
.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown div,
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
.chiller-theme .sidebar-wrapper .sidebar-search .input-group-text {
    background: #3a3f48;
}

.chiller-theme .sidebar-wrapper .sidebar-menu .header-menu span {
    color: #6c7b88;
}

.chiller-theme .sidebar-footer {
    background: #3a3f48;
    box-shadow: 0px -1px 5px #282c33;
    border-top: 1px solid #464a52;
}

    .chiller-theme .sidebar-footer > a:first-child {
        border-left: none;
    }

    .chiller-theme .sidebar-footer > a:last-child {
        border-right: none;
    }

.bottomMenuFix {
    width: 25%;
    margin: 0 auto;
    text-align: center;
    padding-top: 5px;
}

.navbarTop {
    padding: .5rem 1rem !important;
    font-size: 12px !important;
}

.navbar {
    /*background-color: #ececec;*/
    border-bottom: 1px solid #DCDCDC;
    font-size: 9px;
    padding: 0px;
    background: #F5F5F5;
}

    .navbar .navbar-nav .nav-link {
        color: #9da2ad;
    }

        .navbar .navbar-nav .nav-link:hover {
            color: #007bff;
        }

    .navbar .navbar-nav .active > .nav-link {
        color: #007bff;
    }

.navBarSearch {
    display: flex;
    width: 30%;
    float: right;
    font-size: 14px;
}

.menu-popup-item-text {
    font-size: 12px;
    color: #1e2229;
}

.divSpace {
    height: 5px;
}

a {
    text-decoration: none !important;
}

*:focus, *.form-control:focus {
    outline: none !important;
    outline-width: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.styleBack {
    background-color: #373D48;
    color: #ffffff;
}

.h4 {
    font-size: 22px;
    line-height: 30px;
    font-weight: normal;
}

.label {
    font-size: 12px;
    font-weight: 400;
    color: #9a9a9a;
    margin-bottom: 0;
}

.vinculo {
    color: #9a9a9a;
    padding-bottom: 5px;
}

.control {
    font-size: 12px !important;
    font-weight: normal !important;
    border-radius: 0px !important;
}

.text-white {
    color: #fff;
}

.text-Orange {
    color: #DE3B21;
}

.text-blue {
    color: #002E43;
}

.text-blueClear {
    color: #007bff !important;
}

.input-group-text, .form-control {
    border-radius: 0px !important;
    border-color: #aaa !important;
    border: 1px solid #aaa;
    border-top-color: rgb(170, 170, 170);
    border-top-style: solid;
    border-top-width: 1px;
    border-right-color: rgb(170, 170, 170);
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-color: rgb(170, 170, 170);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: rgb(170, 170, 170);
    border-left-style: solid;
    border-left-width: 1px;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    height: 28px !important;
}

.custom-control-input:checked ~ .custom-control-label::before {
    background-color: #1e2229;
}

.custom-control-input:checked ~ .custom-control-label::before {
    outline: none !important;
    outline-width: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.table {
    display: table;
}

.table-cell {
    display: table-cell;
}

.table-row {
    display: table-row;
}

.verticalTop {
    vertical-align: top;
}

.table td, .table th {
    border-top: none;
}

.width160px {
    width: 160px;
}

.width100 {
    width: 100%;
}

.width2 {
    width: 2%;
}

.width10 {
    width: 10%;
}

.width15 {
    width: 15%;
}

.width20 {
    width: 20%;
}

.width25 {
    width: 25%;
}

.width30 {
    width: 30%;
}

.width40 {
    width: 40%;
}

.width48 {
    width: 48%;
}

.width50 {
    width: 50%;
}

.width60 {
    width: 60%;
}

.width70 {
    width: 70%
}

.width80 {
    width: 80%
}

.width90 {
    width: 90%
}

.width95 {
    width: 95%
}

.width98 {
    width: 98%
}

.width35 {
    width: 35%
}

.width15 {
    width: 15%
}

.height3px {
    height: 3px;
}

.height5px {
    height: 5px;
}

.height40 {
    height: 40%;
}

.height50 {
    height: 50%;
}

.height60 {
    height: 65%;
}

.height65 {
    height: 60%;
}

.height70 {
    height: 70%;
}

.height50px {
    height: 50px;
}

.height100px {
    height: 100px;
}

.height250px {
    height: 250px;
}

.paddingTop10 {
    padding-top: 10px;
}

.paddingTop20 {
    padding-top: 20px;
}

.paddingTop30 {
    padding-top: 30px;
}

.paddingTop50 {
    padding-top: 50px;
}

.paddingBottom10 {
    padding-bottom: 10px;
}

.fontSize12 {
    font-size: 12px;
}

.fontSize13 {
    font-size: 13px;
}

.fontSize14 {
    font-size: 14px;
}

.fontSize15 {
    font-size: 15px;
}

.fontSize16 {
    font-size: 16px;
}

.fontSize17 {
    font-size: 17px;
}

.fontSize18 {
    font-size: 18px;
}

.fontSize19 {
    font-size: 19px;
}

.fontSize20 {
    font-size: 20px;
}

.fontSize21 {
    font-size: 21px;
}

.fontSize22 {
    font-size: 22px;
}

.fontSize23 {
    font-size: 23px;
}

.fontSize24 {
    font-size: 24px;
}

.fontSize25 {
    font-size: 25px;
}

.fontSize26 {
    font-size: 26px;
}

.fontSize27 {
    font-size: 27px;
}

.fontSize28 {
    font-size: 28px;
}

.fontSize29 {
    font-size: 29px;
}

.fontSize30 {
    font-size: 30px;
}

.textBlack {
    color: #000;
}

.sep {
    height: 40px;
}

.fileViewer {
    width: 98% !important;
    margin: 0 auto !important;
    height: 650px !important;
}

.tituloBlack {
    font-size: 20px;
    font-weight: bolder;
}

.subtituloBlack {
    font-size: 12px;
    font-weight: bolder;
}

.dxgvControl_iOS .dxgvHSDC {
    background-color: #fff;
}

.dxgvArm {
    display: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 12px !important;
    font-weight: normal !important;
}

.select2-results {
    font-size: 12px !important;
    font-weight: normal !important;
}


.select2-dropdown {
    z-index: 50000 !important;
}

.titleFormSmall {
    padding-top: 10px;
    padding-left: 10px;
    font-weight: bolder;
}

.left {
    text-align: left !important;
}

.right {
    text-align: right !important;
}

.closePopup {
    font-size: 16px;
}

/*.dxgvHeader_iOS {
    display: none;
}*/
/* Checkbox */
.custom-checkbox {
    min-height: 1rem;
    padding-left: 0;
    margin-right: 0;
    cursor: pointer;
}

    .custom-checkbox .custom-control-indicator {
        content: "";
        display: inline-block;
        position: relative;
        width: 30px;
        height: 10px;
        background-color: #818181;
        border-radius: 15px;
        margin-right: 10px;
        -webkit-transition: background .3s ease;
        transition: background .3s ease;
        vertical-align: middle;
        margin: 0 16px;
        box-shadow: none;
    }

        .custom-checkbox .custom-control-indicator:after {
            content: "";
            position: absolute;
            display: inline-block;
            width: 18px;
            height: 18px;
            background-color: #f1f1f1;
            border-radius: 21px;
            box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4);
            left: -2px;
            top: -4px;
            -webkit-transition: left .3s ease, background .3s ease, box-shadow .1s ease;
            transition: left .3s ease, background .3s ease, box-shadow .1s ease;
        }

    .custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
        background-color: #007bff;
        background-image: none;
        box-shadow: none !important;
    }

        .custom-checkbox .custom-control-input:checked ~ .custom-control-indicator:after {
            background-color: #007bff;
            left: 15px;
        }

    .custom-checkbox .custom-control-input:focus ~ .custom-control-indicator {
        box-shadow: none !important;
    }

/* Checkbox */

/* Navbar */


.navbar-icon-top .navbar-nav .nav-link > .fa,
.navbar-icon-top .navbar-nav .nav-link > .fas {
    position: relative;
    width: 36px;
    font-size: 24px;
}

    .navbar-icon-top .navbar-nav .nav-link > .fa > .badge {
        font-size: 0.75rem;
        position: absolute;
        right: 0;
        font-family: sans-serif;
    }

.navbar-icon-top .navbar-nav .nav-link > .fa {
    top: 3px;
    line-height: 12px;
}

    .navbar-icon-top .navbar-nav .nav-link > .fa > .badge {
        top: -10px;
    }

@media (min-width: 576px) {
    .navbar-icon-top.navbar-expand-sm .navbar-nav .nav-link {
        text-align: center;
        display: table-cell;
        height: 70px;
        vertical-align: middle;
        padding-top: 0;
        padding-bottom: 0;
    }

        .navbar-icon-top.navbar-expand-sm .navbar-nav .nav-link > .fa {
            display: block;
            width: 48px;
            margin: 2px auto 4px auto;
            top: 0;
            line-height: 24px;
        }

            .navbar-icon-top.navbar-expand-sm .navbar-nav .nav-link > .fa > .badge {
                top: -7px;
            }
}

@media (min-width: 768px) {
    .navbar-icon-top.navbar-expand-md .navbar-nav .nav-link {
        text-align: center;
        display: table-cell;
        height: 70px;
        vertical-align: middle;
        padding-top: 0;
        padding-bottom: 0;
    }

        .navbar-icon-top.navbar-expand-md .navbar-nav .nav-link > .fa {
            display: block;
            width: 48px;
            margin: 2px auto 4px auto;
            top: 0;
            line-height: 24px;
        }

            .navbar-icon-top.navbar-expand-md .navbar-nav .nav-link > .fa > .badge {
                top: -7px;
            }
}

@media (min-width: 992px) {
    .navbar-icon-top.navbar-expand-lg .navbar-nav .nav-link {
        text-align: center;
        display: table-cell;
        height: 70px;
        vertical-align: middle;
        padding-top: 0;
        padding-bottom: 0;
    }

        .navbar-icon-top.navbar-expand-lg .navbar-nav .nav-link > .fa,
        .navbar-icon-top.navbar-expand-lg .navbar-nav .nav-link > .fas {
            display: block;
            width: 48px;
            margin: 2px auto 4px auto;
            top: 0;
            line-height: 24px;
        }

            .navbar-icon-top.navbar-expand-lg .navbar-nav .nav-link > .fa > .badge {
                top: -7px;
            }
}

@media (min-width: 1200px) {
    .navbar-icon-top.navbar-expand-xl .navbar-nav .nav-link {
        text-align: center;
        display: table-cell;
        height: 70px;
        vertical-align: middle;
        padding-top: 0;
        padding-bottom: 0;
    }

        .navbar-icon-top.navbar-expand-xl .navbar-nav .nav-link > .fa {
            display: block;
            width: 48px;
            margin: 2px auto 4px auto;
            top: 0;
            line-height: 24px;
        }

            .navbar-icon-top.navbar-expand-xl .navbar-nav .nav-link > .fa > .badge {
                top: -7px;
            }
}

/* Navbar */

/* Quita Borders Tab */

.dxtcLite_iOS > .dxtc-content {
    border: 1px solid #DCDCDC !important;
}

.dxtcLite_iOS.dxtc-top > .dxtc-stripContainer .dxtc-leftIndent, .dxtcLite_iOS.dxtc-top > .dxtc-stripContainer .dxtc-rightIndent {
    border-bottom: none !important;
}

.dxtcLite_iOS.dxtc-top > .dxtc-stripContainer .dxtc-activeTab, .dxtcLite_iOS.dxtc-top > .dxtc-stripContainer .dxtc-tab {
    border: none !important;
    border-bottom: none !important;
}

.dxtcLite_iOS > .dxtc-stripContainer .dxtc-sbWrapper {
    border-bottom: none !important;
}

.dxtcLite_iOS {
    width: 100% !important;
}

    .dxtcLite_iOS.dxtc-top > .dxtc-stripContainer .dxtc-spacer {
        border-bottom: none !important;
    }

    .dxtcLite_iOS > .dxtc-stripContainer .dxtc-sbIndent, .dxtcLite_iOS > .dxtc-stripContainer .dxtc-sbWrapper {
        border-bottom: none !important;
    }

    .dxtcLite_iOS > .dxtc-stripContainer .dxtc-sbSpacer, .dxtcLite_iOS > .dxtc-stripContainer .dxtc-sbIndent, .dxtcLite_iOS > .dxtc-stripContainer .dxtc-sbWrapper {
        border-bottom: none !important;
    }

/* Quita Borders Tab */

.backAzul {
    background: #002E43;
}

.backNaranja {
    background: #DE3B21;
}

/* Login */

.quitOverflow {
    overflow: hidden;
}

.centerAll {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.login {
    background: #fff;
}

.loginLeft {
    background: #ececec;
    color: #fff;
}

.subtituloLogin {
    color: #414956;
    font-weight: bolder;
    font-size: 22px;
}

.subtituloLoginGray {
    color: #BFBFBF;
    font-size: 18px;
}

.subtituloSmallLogin {
    color: #414956;
    font-weight: bolder;
    font-size: 14px;
}

.subtituloSmallLoginGray {
    color: #BFBFBF;
    font-size: 14px;
}

.verticalCenter {
    vertical-align: middle;
}

.center {
    margin: 0 auto;
    text-align: center;
}

.justCenter {
    margin: 0 auto;
}

.padding50 {
    padding: 50px;
}

.padding100 {
    padding: 100px;
}

.relative {
    position: relative;
}

.floatRight {
    float: right;
}

.floatLeft {
    float: left;
}

.right {
    text-align: right !important;
}

.paddingLeft15 {
    padding-left: 15%;
}

.paddingRight15 {
    padding-right: 15%;
}

.inline-block {
    display: inline-block;
}

.bottomLogin {
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.loginIcons {
    width: 5%;
}

.tituloSocial {
    color: #DE3B21;
    font-weight: bolder;
    font-size: 16px;
    font-style: normal;
}

.bottomLoginBar {
    position: absolute;
    left: 0px;
    bottom: 0px;
}

/* Login */

.fontawesome-select {
    font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Brands', 'Segoe UI';
}

.hidden {
    display: none;
}

.loading-background {
    opacity: 0.3 !important;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
}

    .no-gutters > [class^="col-"],
    .no-gutters > [class*=" col-"] {
        padding-right: 0;
        padding-left: 0;
    }


.dxgvFilterRow_iOS td.dxgv {
    padding: 4px !important;
}

.bootstrap-growl.alert {
    z-index: 999999 !important;
}


.swiper-container {
    width: 85%;
    margin: 0 auto;
}

.swiper-pagination {
    background: #fff;
    width: 100%;
    margin: 0 auto;
}

.swiperWrapper {
    background: #fff;
}

.swiper-slide {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 12px;
    background: #fff;
    /*display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;*/
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

input[type="radio"] {
    margin-right: 10px;
    height: 15px;
    width: 15px;
    vertical-align: middle;
    font-weight: normal;
}

[data-toggle="collapse"] .fa:before {
    content: "\f078";
}

[data-toggle="collapse"].collapsed .fa:before {
    content: "\f077";
}


.over-controls {
    position: absolute;
    bottom: 0px;
    z-index: 10000;
    right: 66px;
    background: whitesmoke;
    width: 985px;
    border: 1px solid rgba(0,0,0,.125);
    border-width: 0 1px 1px 1px;
}

.p-2.footer .dxgv {
    padding: .5rem !important;
}

.mx-width-1 {
    width: 0.255rem !important;
}

.mx-width-2 {
    width: 0.5rem !important;
}

.mx-width-3 {
    width: 1rem !important;
}

.mx-width-3 {
    width: 1.5rem !important;
}


.listbox-light .dxeListBoxItemSelected_iOS {
    background-color: inherit;
    color: inherit;
}

.dxgvHeader_iOS {
    font-weight: 500;
}

.dxgvControl_iOS, .dxgvDisabled_iOS {
    border: 1px solid #dcdcdc;
}

.dxpcLite_iOS .dxpc-headerText, .dxdpLite_iOS .dxpc-headerText {
    font-weight: 500;
}

.dxtlHeader_iOS {
    font-weight: 500;
}

.min-height-100 {
    min-height: 100%
}

.relativeDropdown .dxpcDropDown_iOS {
    position: relative !important;
    top: 0px !important;
    left: 0px !important;
}

.bg-gray-200 {
    background-color: #EDEDEE !important;
}

.text-black {
    color: black;
}

.autoHeight .dxlbd {
    height: auto !important;
}

.maxHeight150 .dxlbd {
    max-height: 150px;
}

.ASPxDropDownVisible .dxpcDropDown_iOS {
    z-index: 12000 !important;
    visibility: visible !important;
    display: table !important;
}


.dxeListBox_iOS .dxeHC, .dxeListBox_iOS .dxeHLC {
    text-align: center;
}


.dxeListBox_iOS.dxeFocused_iOS {
    border: 1px solid #DBDBDB;
}