@font-face {
    font-family: "HelveticaNeue";
    src: url("../vendor/fonts/Helvetica Neue LT Std 65 Medium.otf") format("opentype");
}

@font-face {
    font-family: "NexaLight";
    src: url("../vendor/fonts/Nexa Light.otf") format("opentype");
}

@font-face {
    font-family: "NexaBold";
    src: url("../vendor/fonts/Nexa Bold.otf") format("opentype");
}

#nim-container {
    position: fixed;
    top: 3rem;
    left: 3rem;
    /*width: 100%;*/
    display: none;
    transition: all 1s;
    z-index: 99999999;
}

/*==============================================================*/
/*	Inicio custom switch                                        */
/*==============================================================*/

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    /*float: right;*/
    margin: 0;
}


    /* Hide default HTML checkbox */
    .switch input {
        display: none;
    }

.switch-space {
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input.default:checked + .slider {
    background-color: #444;
}

input.primary:checked + .slider {
    background-color: #2196F3;
}

input.success:checked + .slider {
    background-color: #8bc34a;
}

input.info:checked + .slider {
    background-color: #3de0f5;
}

input.warning:checked + .slider {
    background-color: #FFC107;
}

input.danger:checked + .slider {
    background-color: #f44336;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

/*==============================================================*/
/*	Fin custom switch                                           */
/*==============================================================*/


/*==============================================================*/
/*	Inicio de Ajuste Para Tablas                                */
/*==============================================================*/

.table th,
.table td {
    padding: 0.25rem 0.75rem;
    vertical-align: middle;
    border-top: 1px solid #e3e6f0;
}

table.dataTable thead .sorting:before, table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:before, table.dataTable thead .sorting_desc_disabled:after {
    position: absolute;
    bottom: 0.25em;
    display: block;
    opacity: 0.3;
}

table.dataTable thead .sorting:before, table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:before, table.dataTable thead .sorting_desc_disabled:after {
    position: absolute;
    bottom: 0.25em;
    display: block;
    opacity: 0.3;
}

.fixedLargeTable {
    width: 100%;
    display: block;
}

    .fixedLargeTable thead tr th, .fixedLargeTable tbody tr td {
        white-space: nowrap;
    }


/*==============================================================*/
/*	Fin de Ajuste Para Tablas                                	*/
/*==============================================================*/


/* Ajustes 02.09.2021 */
nav.navbar.navbar-expand.navbar-light.bg-white.topbar.mb-4.static-top.shadow {
    border-left: 15px solid #83B3B8;
    width: 100%;
}

.sidebar-dark #sidebarToggle {
    background-color: #83B3B8 !important;
}

    .sidebar-dark #sidebarToggle:hover {
        background-color: #83B3B8 !important;
    }

.topbar {
    height: 6rem !important;
}

h1.ttl_subs_flekk {
    color: #1B2E5B;
    font-size: 32px;
    line-height: 38px;
    font-family: "NexaBold";
}

img.iconsubs_flekk {
    margin-right: 22px;
    padding-bottom: 20px;
}

.btns_subastas_flekk {
    float: left;
    position: relative;
    width: 100%;
    text-align: center;
    padding-top: 0;
    padding-bottom: 41px;
}

a.btnsubs_1 {
    background-color: #1B2E5B;
    padding: 9px 27px;
    color: #fff !important;
    font-size: 16px;
    font-family: 'NexaBold';
    line-height: 19px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    margin-left: 33px;
    margin-right: 33px;
    text-decoration: none !important;
}

a.btnsubs_2 {
    background-color: #A51890;
    padding: 9px 27px;
    color: #fff !important;
    font-size: 16px;
    font-family: 'NexaBold';
    line-height: 19px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    margin-left: 33px;
    margin-right: 33px;
    text-decoration: none !important;
}

img.iconsubsbtn_1 {
    text-align: left;
    position: relative;
    width: auto;
    left: -38px;
    top: -1px;
    background-color: #83B3B8;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    padding: 8px 11px;
}

img.iconsubsbtn_2 {
    text-align: left;
    position: relative;
    width: auto;
    left: -38px;
    top: -1px;
    background-color: #8D147B;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    padding: 8px 11px;
}

.sticky {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 100%;
    z-index: 3;
    border-left: 239px solid #83B3B8 !important;
}

.sidebar {
    z-index: 4 !important;
}

tr.background_Flekk {
    background-color: #e6e8ed;
}

.table thead th {
    border: 1px solid #c9ced8 !important;
}

.table-bordered th, .table-bordered td {
    border: 1px solid #c9ced8 !important;
    color: #1B2E5B !important;
}

div#t_info {
    color: #1B2E5B !important;
    font-family: 'NexaBold';
}

div#t_length {
    color: #1B2E5B !important;
    font-family: 'NexaBold';
}

div#t_filter {
    color: #1B2E5B !important;
    font-family: 'NexaBold';
}
/* Loggin */
.cardlogg {
    border-radius: 16px !important;
}

.bg-login-image {
    background-size: 260px !important;
}

.form-control {
    border: 1px solid #1B2E5B !important;
    border-radius: 6px !important;
}

form.user .btn-user {
    border-radius: 6px !important;
}

.txt_bldblumarine {
    color: #1B2E5B !important;
    font-size: 25px;
    font-family: 'NexaBold';
}

.bg-login-image::after {
    content: '';
    height: 450px !important;
    width: 1px;
    background: #1B2E5B;
    position: absolute;
    right: 0;
    bottom: 14px;
    display: inline;
}

table#dataTable th {
    color: #1B2E5B !important;
}

.sorting {
    color: #1B2E5B !important;
}

.sidebar .sidebar-brand {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

form.user .btn-user {
    border-radius: 6px !important;
}

form.user .form-control-user {
    border-radius: 6px !important;
}

.text-gray-800 {
    color: #1B2E5B !important;
    font-size: 32px;
    line-height: 38px;
    font-family: "NexaBold";
}

tr.odd {
    background-color: #e6e8ed;
}

img.iconusers_flekk {
    width: 30px;
    margin-right: 22px;
    padding-bottom: 13px;
}

th.sorting {
    font-family: 'NexaBold';
}

table#dataTable thead th {
    font-family: 'NexaBold';
    color: #1B2E5B !important;
}

.text_ttlflekk {
    color: #1B2E5B !important;
}

.copyright {
    color: #1B2E5B;
    font-size: 16px;
    font-family: 'NexaBold';
    line-height: 19px;
}

span.text {
    font-family: 'NexaBold';
}
/* Última Conexión */


.textsession {
    float: left;
    position: relative;
    width: 52%;
}

    .textsession p {
        margin: 0;
        font-size: 10px;
    }

.datesession {
    float: left;
    position: relative;
    width: 30%;
}

    .datesession p {
        margin: 0;
        text-align: center;
        font-size: 10px;
    }

.hoursession {
    float: left;
    position: relative;
    width: 18%;
}

    .hoursession p {
        margin: 0;
        font-size: 10px;
        text-align: center;
    }

.lastsession {
    float: left;
    position: absolute;
    width: 215px;
    right: 0;
    bottom: -5px;
}
/* Ajustes 08/09/21 */
#wrapper #content-wrapper {
    height: 100vh !important;
}

ul#accordionSidebar {
    height: auto;
    min-height: 100vh !important;
}

.btn-warning {
    background-color: #83b3b8 !important;
    border-color: #83b3b8 !important;
}

    .btn-warning:hover {
        background-color: #80aca2 !important;
        border-color: #80aca2 !important;
    }

nav#navdesk {
    float: left;
    position: sticky;
    z-index: 10;
    top: 0;
}

.btn-info {
    background-color: #80aca2 !important;
    border-color: #80aca2 !important;
}

    .btn-info:hover {
        background-color: #83b3b8 !important;
        border-color: #83b3b8 !important;
    }

.overflow60 {
    max-height: 60vh;
    overflow-x: auto;
}

.overflow60fixedH {
    max-height: 60vh;
    overflow-x: auto;
    padding: 0px !important;
    margin: 20px;
    border-top: solid 1px #c9ced8;
}

.tableFixHead thead th {
    position: sticky;
    top: 0;
    z-index: 1;
    background-color: white;
}

.formInputInvalid {
    border-color: red !important;
}

#dynamicCarousel .carousel-inner {
    background: rgba(90, 92, 105, .3) !important;
}

#dynamicCarousel .carousel-item {
    text-align: center;
}

#dynamicCarousel .carousel-caption {
    background: rgba(90, 92, 105, .3) !important;
}
