html {
  width: 100%;
}
.glide * {
    margin: 0 auto;
}
td {
    max-width: 120px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
body {
  overflow-x: hidden !important;
}
.DTE_Action_Edit {

    min-width:350px !important;
}
body.show-spinner > main {
    overflow: hidden !important;
}
.cursor-pointer {

cursor:pointer
}
/* Hide everything under body tag */
body.show-spinner > * {
    opacity: 0;
}
.blink_me {
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}
.menu .main-menu ul li a {

height:100px !important
}

.theme-colors {
    transform: translate(320px, -50%) ;
    width:320px !important;
}
.navbar #iconMenuDropdown {
    width: max-content !important;
}
/*.dropdown-menu-right {
right:unset !important

}*/
.menu .main-menu ul li i {
    font-size: 22px;
    line-height: 42px;
}
#app-container.sub-hidden main,
#app-container.menu-sub-hidden main,
#app-container.menu-hidden main {
    margin-left: 120px;
}
@media (max-width: 1439px) {
    #app-container.sub-hidden main,
    #app-container.menu-sub-hidden main,
    #app-container.menu-hidden main {
        margin-left: 120px;
    }

    #app-container.main-hidden main,
    #app-container.menu-hidden main {
        margin-left: 50px;
    }

    #app-container.menu-main-hidden main {
        margin-left: 280px;
    }

    #app-container.menu-main-hidden.menu-hidden main {
        margin-left: 50px;
    }
}
/* Spinner */
body.show-spinner::after {
    content: " ";
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 2px solid rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    border-top-color: rgba(0, 0, 0, 0.3);
    animation: spin 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite;
    left: calc(50% - 15px);
    top: calc(50% - 15px);
    position: fixed;
    z-index: 1;
}
.mypadding {
    padding-right: 0 !important
}

.modal-right .modal-dialog {
    max-width: 600px
}

.alert {
    left: 20px !important;
    right: unset !important;
    z-index: 20000000 !important;
}

/*autocomplete*/
.autocomplete {
    position: relative;
    display: inline-block;
}

.myautocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 1000;
    width: 100%;
    color:black;
}
.myDisplayNone {
    display:none !important
}
.myautocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
}

        .myautocomplete-items div:hover {
            background-color: #e9e9e9;
        }

.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
    color:black;
}

    .autocomplete-items div {
        padding: 10px;
        cursor: pointer;
        background-color: #fff;
        border-bottom: 1px solid #d4d4d4;
    }

        /*when hovering an item:*/
        .autocomplete-items div:hover {
            background-color: #e9e9e9;
        }

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
    background-color: DodgerBlue !important;
    color: #ffffff;
}

/*end autocomplete*/

.myHide {
    display: none !important
}

.myDisableInput {
    background: none !important;
    border: 0 !important;
    border-bottom: 1px solid #e9ecef !important;
}

table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_desc_disabled:after {
    top: 7px;
}

table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_desc_disabled:before {
    top: 7px;
}

.view-pager {
    width: 100%;
}

.dataTables_wrapper {
    overflow: auto;
}
::-webkit-scrollbar {
    width: 20px;
}

::-webkit-scrollbar-track {
    background-color: transparent;
}

::-webkit-scrollbar-thumb {
    background-color: #d6dee1;
    border-radius: 20px;
    border: 6px solid transparent;
    background-clip: content-box;
}

    ::-webkit-scrollbar-thumb:hover {
        background-color: #a8bbbf;
    }
.select2-results__options {
    max-height: 150px;
    overflow: auto;
}

@media (max-width: 800px) {
    .dt-buttons {
        display: inherit !important;
        position: relative;
    }
    .mywizlenght {
        display: none;
        
    }
    .mydtwizardlenght {
        height: fit-content;
        margin-top: 0px;
        margin-left: 5px;
    }
}
.select2-selection--multiple
{

    max-height: 59px !important;
    overflow: auto !important
}
.btn {
    border-radius: 5px;
}
.my_search_datatable {

float:left;
margin-top:16px
}
.myhover:hover {
    color: var(--theme-color-1);
}
/*.btn-outline-primary:hover {
    color: white;
    background-color: #900604 !important;
    border-color: #900604 !important;
}*/
.forceHide {
    display: none !important;
}
.notifyjs-corner {
    z-index: 2000 !important;
}
.select2-selection {

    height:59px !important
}
.search-query {
    height: 38px !important;
    margin: 0 !important;
}
.dt-buttons {
    margin-left:10px !important;

}

.stamp {
    text-align: center, transform: rotate(0deg);
    color: #555;
    font-size: 3rem;
    font-weight: 700;
    border: 0.25rem solid #555;
    display: inline-block;
    padding: 0.25rem 1rem;
    text-transform: uppercase;
    font-family: 'Courier';
    -webkit-mask-image: url('/img/grunge.png');
    -webkit-mask-size: 944px 604px;
    mix-blend-mode: multiply;
}
.search-sm input {
    border-radius: 3px !important;
    
}
/*.custom-control-label::before {
    top: 5px !important;
}*/
.is-nope {
    color: #D23;
    border: 0.5rem double #D23;
    transform: rotate(0deg);
    -webkit-mask-position: 2rem 3rem;
    font-size: 2rem;
}

.is-approved {
    color: #0A9928;
    border: 0.5rem solid #0A9928;
    -webkit-mask-position: 13rem 6rem;
    transform: rotate(0deg);
    border-radius: 0;
}

.is-draft {
    color: #C4C4C4;
    border: 0.3rem solid #C4C4C4;
    transform: rotate(0deg);
    font-size: 6rem;
    font-family: "Open sans", Helvetica, Arial, sans-serif;
    border-radius: 0;
    padding: 0.5rem;
} 
.notifyjs-foo-base {
    opacity: 1;
    background: #F5F5F5;
    padding: 5px;
    border-radius: 10px;
}

    .notifyjs-foo-base .title {
        float: left;
        margin: 10px 10px 10px 10px;
        text-align: right;
    }

    .notifyjs-foo-base .buttons {
        width: 70px;
        float: right;
        font-size: 9px;
        padding: 5px;
        margin: 2px;
    }

    .notifyjs-foo-base button {
        font-size: 9px;
        padding: 5px;
        margin: 2px;
        width: 60px;
    }
.custom-control-label::before {
    top: 2px;
    left: -30px;
}.custom-control-label::after {
    top: 2px;
    left: -30px;
}
.myselected {
   /* color: #fff;
    background-color: #00365a;
    border-color: #00365a;*/
}
.mydisabled {
    color: #fff !important;
    background-color: gray !important;
    border-color: #00365a !important;
}
.mybackground {
    height: 100% !important; /* You must set a specified height */
    background-position: center !important; /* Center the image */
    background-repeat: no-repeat !important; /* Do not repeat the image */
    background-size: cover !important; /* Resize the background image to cover the entire container */
}
.progress-banner .progress-bar-banner .progressbar-text {
    color: #fff !important;
    font-size: 1.7rem;
    width: 110px;
    font-weight: 300;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 90%;
}
.navDisabled {
    color:transparent !important

}
.navmenudisabled {
    pointer-events: none;
    background-color: transparent !important;
    color: #00365a !important
}
.disabled {
    color: lightgrey !important;
}
.menuhover:hover {
    color: var(--theme-color-1) !important
}

.logo {
    height: 70px !important;
    width: 148px !important;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}


