﻿@media (max-width: 769px) {

    .width-min-auto {
        width: 100% !important;
    }

    .float-min-right {
        float: right !important;
    }

    .p-min-0 {
        padding: 0px;
    }

    .form-group .select2-container {
        width: 100% !important;
    }

    .select-form-group .multipleSelect-search__field {
        width: 100% !important;
    }
}

@media (min-width: 769px) {

    .text-align-right {
        text-align: right;
    }

    .width-min-auto {
        width: 84% !important;
    }

    .float-min-right {
        float: none !important;
    }

    .m-max-0 {
        margin: 0;
    }

    .select2-selection {
        height: 30px !important;
    }

    .height-30px {
        height: 27px !important;
    }

    .select-form-group .select2-container {
        width: 84% !important;
    }

    .select-form-group .multipleSelect-container {
        width: 84% !important;
    }

    .select-form-group .multipleSelect-search__field {
        width: 100% !important;
    }

    .max-width-14 {
        max-width: 14%
    }

    .max-width-17 {
        max-width: 17%
    }
}

.tooltip-inner {
    max-width: 70% !important;
}

.hidden {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: none !important;
}

.smaller-font {
    font-size: 0.85rem !important;
}

.breadcrumb a {
    color: #033C77;
}

.color-primary {
    color: #3699FF;
}

@media (max-width: 769px) {
    .flex-column-small-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
}


@media (min-width: 1200px) {
    .col-xl-1-half {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 16%;
        max-width: 10.33333%;
    }
}


@media (min-width: 992px) {
    .col-lg-1-half {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 16%;
        max-width: 10.33333%;
    }
}


@media (min-width: 1200px) {
    .col-xl-6-half {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.text-align-center {
    text-align: center;
}

.bd-example-modal-lg .modal-dialog {
    display: table;
    position: relative;
    margin: 0 auto;
    top: calc(50% - 24px);
}

    .bd-example-modal-lg .modal-dialog .modal-content {
        background-color: transparent;
        border: none;
    }

.font-bold {
    font-weight: bold !important;
}

#IncidentsTable {
    width: 103% !important
}

.surveyname_sidebar {
    font-size: 0.8rem !important
}

@media (min-width: 1200px) {
    .wspan-50 > span {
        width: 300px !important
    }
}


@media (min-width: 1200px) {
    .wspan-200 > span {
        width: 300px !important
    }
}

@media (min-width: 1200px) {
    .wspan-90 > span {
        width: 85px !important
    }
}

.profile-item-small {
    font-size: 0.9rem !important;
}

.profile-item-nowrap {
    white-space: nowrap;
}


.noHoverColor {
    color: #3F4254 !important;
}

    .noHoverColor:hover {
        color: #3F4254 !important;
    }

.above_999 {
    width: 29px !important;
    height: 27px !important;
}

.datepicker-dropdown {
    z-index: 10000 !important
}

#reportContainer {
    width: 100%;
}

iframe {
    border: none;
    padding: 0;
    margin: 0;
}

.desktop-view iframe, .mobile-view iframe {
    border: none;
}

body {
    background-color: #F5FAFE;
    overflow-x: hidden;
}

.page-padding {
    padding: 25px 90px 25px 90px;
}

.main-caption {
    color: #002D62;
    font-size: 40px;
}

.text-desc {
    color: #A3A1C8;
    font-size: 18px;
}

.btnnew-darkgreen {
    background-color: #18988B;
    color: #FFF
}

.btnnew {
    border-radius: 25px;
    font-weight: bold;
    padding: 15px 50px;
    font-size: large;
}

.btnnew-darkgreen:hover {
    background-color: #002D62;
    color: #FFF
}

.btn-link {
    color: #8987AB !important;
}


.btn-si {
    background-position: 1.3em;
    background-repeat: no-repeat;
    background-size: 2em;
    border: none;
    color: white;
    cursor: pointer;
    font-size: 1em;
    height: 4em;
    line-height: 1em;
    padding: 0 2em 0 4em;
    text-decoration: none;
    transition: all 0.5s;
}

.btn-microsoft {
    background-color: #0b86df;
    background-image: url(../img/microsoft.svg);
    font-size: initial;
}

/**
 * ==============================================
 * Dot Pulse
 * ==============================================
 */
.dot-pulse {
    position: relative;
    left: -9999px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #fff;
    color: #fff;
    box-shadow: 9999px 0 0 -5px #fff;
    animation: dotPulse 1.5s infinite linear;
    animation-delay: .25s;
}

    .dot-pulse::before, .dot-pulse::after {
        content: '';
        display: inline-block;
        position: absolute;
        top: 0;
        width: 10px;
        height: 10px;
        border-radius: 5px;
        background-color: #fff;
        color: #fff;
    }

    .dot-pulse::before {
        box-shadow: 9984px 0 0 -5px #fff;
        animation: dotPulseBefore 1.5s infinite linear;
        animation-delay: 0s;
    }

    .dot-pulse::after {
        box-shadow: 10014px 0 0 -5px #fff;
        animation: dotPulseAfter 1.5s infinite linear;
        animation-delay: .5s;
    }

@keyframes dotPulseBefore {
    0% {
        box-shadow: 9984px 0 0 -5px #fff;
    }

    30% {
        box-shadow: 9984px 0 0 2px #fff;
    }

    60%, 100% {
        box-shadow: 9984px 0 0 -5px #fff;
    }
}

@keyframes dotPulse {
    0% {
        box-shadow: 9999px 0 0 -5px #fff;
    }

    30% {
        box-shadow: 9999px 0 0 2px #fff;
    }

    60%, 100% {
        box-shadow: 9999px 0 0 -5px #fff;
    }
}

@keyframes dotPulseAfter {
    0% {
        box-shadow: 10014px 0 0 -5px #fff;
    }

    30% {
        box-shadow: 10014px 0 0 2px #fff;
    }

    60%, 100% {
        box-shadow: 10014px 0 0 -5px #fff;
    }
}

.menu-text {
    color: #fff !important;
}

.aside-menu .menu-nav > .menu-item.menu-item-open > .menu-heading .menu-icon, .aside-menu .menu-nav > .menu-item > .menu-link .menu-icon {
    color: #fff;
}

.aside-menu .menu-nav > .menu-item.menu-item-open > .menu-heading .menu-icon, .aside-menu .menu-nav > .menu-item.menu-item-open > .menu-link .menu-icon {
    color: #fff;
}

h2.line {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #000;
    line-height: 0.1em;
    margin: 10px 0 20px;
}

    h2.line span {
        background: #f3f5f9;
        padding: 0 10px;
    }

.header .menu-text, .header .menu-icon {
    color: #7ea9d5 !important;
}

.height-100
{
    height :100% !important
}

.padding-height-Notification-table
{
    padding-top:3px !important ;
    padding-bottom:3px !important;

}

.modal-header-padding
{
  padding-top:7px;
  padding-bottom:7px;

}

.modal-bottom-padding {
    padding-top: 1px;
    padding-bottom: 1px;
}

.overflow-x-hidden
{
    overflow-x:hidden !important;
}

#usersNotDatatable  td {

    padding-left: 0.8rem !important;
}




[contenteditable] {
    outline: 0px solid transparent;
}

.ql-container {
    max-height: auto;
}


.ql-toolbar.ql-snow {

padding: 1px;
}

.spinner.spinner-xl:before {
    width: 5rem !important;
    height: 5rem !important;
    margin-top: -1rem !important;
}


.spinner-xl 
{
position:initial;

}

.loadingCustomReport {
    position: relative !important;
    left: 49.8% !important;
    top: 64% !important;
    color: #1BC5BD !important;
}
#clearButton {
    font-size: 18px;
    border: none;
    background-color: #fff;
    color: #333;
    position: relative;
    left: 84%;
    cursor: pointer;
    bottom: 32px;
    display:none
}


#loading {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100px;
    height: 100px;
    margin: auto;
    border-radius: 50%;
    z-index: 20;
    background-color: white;
}

    #loading i {
        color: white;
        font-size: 100px;
        line-height: 100px;
        animation: fa-spin 2s infinite linear;
        color: rgb(24 152 139 / 56%) 
    }


#loadingtext {
    right: 30%;
    position: absolute;
    top: 47px;
}

.btn.btn-success {
    color: #ffffff;
    background-color: #18988b !important;
}


.btn.btn-primary {
    color: #ffffff;
    background-color: #18988b !important;
}


.dataTables_wrapper .dataTable th.sorting_asc:before, .dataTables_wrapper .dataTable td.sorting_asc:before {
    opacity: 1;
    color: black !important;
}


.dataTables_wrapper .dataTable th.sorting_asc, .dataTables_wrapper .dataTable td.sorting_asc {
    color: #18988b !important;
}


.dataTables_wrapper .dataTable th.sorting_desc, .dataTables_wrapper .dataTable td.sorting_desc {
    color: #18988b !important;
}

.dataTables_wrapper .dataTable th.sorting_desc:after, .dataTables_wrapper .dataTable td.sorting_desc:after {
    opacity: 1;
    color: black !important;
}


.dataTables_wrapper .dataTables_paginate .pagination .page-item.active > .page-link {
    
    background-color: #18988b !important;
}


.dataTables_wrapper .dataTables_paginate .pagination .page-item:hover:not(.disabled) > .page-link {

    background-color: #78b8b2 !important;
}

#kt_login_singin_form_submit_button {

    background-color: #7ea9d5 !important;
}


#btnSearchAssociation {

    background-color: #7ea9d5 !important;
}

.select2-selection--multiple
{
    height: max-content !important;

}

td.usersGroupsHeader {
    font-size: 11px !important;
    font-weight: 800 !important;
}

.w-99per
{
    width:99%;
}

.userAssociate {

    width:15% !important;

}
.ReportFavorite  a {
    color: #52a0f4 !important;
    font-weight: 600;
}

td.FavoriteFont {
    font-size: 11px !important;
}

.disabledRow {
    pointer-events: none;
    opacity: 0.5;
}

.disabledlabel > label {
    pointer-events: none;
    opacity: 0.5;
}


.disabledlabel > div {
    pointer-events: none;
    opacity: 0.5;
}

.stickyHeaderFixed {
    z-index: 10;
    top: 9.7%;
    padding-top: 39px;
    background-color: white !important;
    position: sticky;

}