
.content-wrapper{
    margin-top: -1px;
}

#workers-modals{
    overflow:hidden;
}

.modal.fade.in{
    overflow-y: auto;
}

.invalid-feedback {
    white-space: normal;
    line-height: 1.5;
}


.balance-search-form{
    clear:both;
}

.balance-search-form label{
    vertical-align:middle;
    line-height:34px;
    margin:6px;
}

.balance-search-form input{
    max-width:120px;
    margin:6px 0;
}

.balance-search-form button{
    margin:6px;
}

textarea.validation-error{
    border: 1px solid #dd4b39;
}

.day-decorator-green .day-decorator,
.day-decorator-red .day-decorator,
.day-decorator-darkblue .day-decorator{
    /* position:relative;
    display:block;
    height:1px;
    width:100%;
    overflow:visible; */
}

.day-decorator-green .day-decorator:before,
.day-decorator-red .day-decorator:before,
.day-decorator-darkblue .day-decorator:before{
    content:'';
    display:block;
    top:-12px;
    right:-7px;
    position:absolute;
    width: 0; 
    height: 0; 
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    transform: rotate(-45deg);
}


.day-decorator-green .day-decorator:before{
    border-left: 10px solid #528b10;
}

.day-decorator-red .day-decorator:before{
    border-left: 10px solid #d01b13;
}

.day-decorator-darkblue .day-decorator:before{
    border-left: 10px solid #031a3d;
}



.score-widget{
    width:100%;
    background: #fff top center no-repeat;
    background-size:cover;
    height:250px;
    position: absolute;
    top: -30px;
    left: 0;
}


.score-widget-position{
    width:60px;
    height:60px;
    background: transparent center center no-repeat;
    background-size:cover;
/*    position:absolute;
    top:20px;
    left:20px;
*/
}

.score-widget-position.active{
    filter: brightness(75%) contrast(2);
}
/*
.score-widget-position-1{
}

.score-widget-position-2{
    top:100px;
}

.score-widget-position-3{
    top:180px;
}

.score-widget-position-4{
    left:auto;
    right:20px;
    top:20px;
}

.score-widget-position-5{
    left:auto;
    right:20px;
    top:100px;
}

.score-widget-position-6{
    left:auto;
    right:20px;
    top:180px;
}*/

.score-widget-buttons{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    flex-wrap:wrap;
    padding:10px;
}

.score-widget-buttons-left{
    position:absolute;
    top:0;
    left:0;
    height:100%;
}

.score-widget-buttons-right{
    position:absolute;
    top:0;
    right:0;
    height:100%;
}

.score-widget-buttons-center{
    position:absolute;
    top:0;
    left:50%;
    height:100%;
    width:300px;
    margin-left:-150px;
    flex-direction: row;
    align-items: center;
}

.score-widget-buttons .score-widget-position{
    display:block;
    margin:4px;
    cursor: pointer;
}

.score-wiget__popup {
    display:block;
}
/*.score-wiget__popup{
    position: absolute;
    z-index: 9999;
    display: block !important;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    padding: 20px 40px;
}

.score-wiget__popup .btn{
    margin-top:12px;
}*/



.items-group{
    width:100%;
    white-space: wrap;
}

.items-group .item{
    padding:4px;
    margin:0 6px 12px 6px;
    border:1px solid #ddd;
    border-radius:6px;
    white-space: nowrap;
    display:inline-block;
}

.items-group .item .close-icon{
    cursor:pointer;
    font-weight:bold;
    color:#999;
    padding:3px;
}

#autofocus-user-input,
#autofocus-user-input-edit{
    opacity:0;
    width:1px;
    height:1px;
    margin:0;
    padding:0;
    border:0;
    position:absolute;
}
#autofocus-user-input + label .fa-check,
#autofocus-user-input-edit + label .fa-check{
    opacity:0;
}

#autofocus-user-input:focus + label .fa-check,
#autofocus-user-input-edit:focus + label .fa-check{
    opacity:1;
}

.modal-open-order label:not(.btn),
.modal-edit-order label:not(.btn){
    margin-top:18px;
    display:block;
    margin-bottom:12px;
}

.modal-open-order .buttons,
.modal-edit-order .buttons{
    margin-top:12px;
}

.edit-closed-order-only {
    display: none;
}

.toolbox-header {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    color: #444;
    border-left:1px solid #ddd;
}
.custom-switch {
    padding-left: 2.25rem;
}
.custom-control {
    position: relative;display: block; min-height: 1.5rem; padding-left: 1.5rem;
}
.custom-control-input {
    position: absolute;z-index: -1;opacity: 0;
}
.custom-control-label {
    position: relative; margin-bottom: 0;vertical-align: top; padding-left: 30px;
}
.custom-switch .custom-control-label::before {
    width: 40px;height: 20px;pointer-events: all; border-radius: 15px;
}
.custom-control-label::before, .custom-file-label, .custom-select {
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.custom-control-label::before {
    position: absolute;top: .25rem;left: -1.5rem;display: block;width: 1rem;height: 1rem; pointer-events: none; content: ""; background-color: #fff;border: #adb5bd solid 1px;
}
.custom-switch .custom-control-label::after {
    top: calc(.25rem + 2px);
    left: calc(-2.25rem + 10px);
    width: calc(20px - 4px);
    height: calc(20px - 4px);
    background-color: #adb5bd;
    border-radius: 15px;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out;
    transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out;
}
.custom-control-label::after {
    position: absolute; top: .25rem;left: -1.5rem; display: block; width: 1rem; height: 1rem; content: ""; background-repeat: no-repeat; background-position: center center;background-size: 50% 50%;
}
.custom-control-input:checked~.custom-control-label::before {
    color: #fff;border-color: #337ab7; background-color: #337ab7;
}
.custom-switch .custom-control-input:checked~.custom-control-label::after {
    background-color: #fff;-webkit-transform: translateX(20px);transform: translateX(20px);
}
.box-title-tools {
    font-size: 24px !important;
}
.box-update {
    border-top: none; border-radius:0px; 
    background: linear-gradient(#fff, transparent);
    background: -webkit-linear-gradient(#fff, #ecf0f5);
    background: -webkit-linear-gradient(to bottom, #fff, #ecf0f5 65%);
    background: linear-gradient(to bottom, #fff, #ecf0f5 65%);
    box-shadow: none; margin-bottom: 5px;
}
.box-tools-checker {
    font-size: 18px; font-weight: normal;
}
.box-tools-checker i {
    font-size: 20px; color: #6f6f6f; margin-top: 2px; margin-left: 10px;
}
.box-tools-icon {
    font-size: 20px;color: #6f6f6f; margin-top: 2px; margin-left: 10px;
}
.text20 {
    font-size: 20px;
}
.custom-control-label:hover:before, .custom-control-label:hover:after {
    cursor:pointer
}
.custom-success:checked~.custom-control-label::before {
    color: #fff;
    border-color: #00a65a !important;
    background-color: #00a65a !important;
}
.custom-control .popover {
    top: -37px !important;
    width: 230px;
    left: 38px !important;
}

/***** NEW WIDGET WORKER CARD *****/
.wincoins-stat td {
    border-top: none !important;
    padding:5px !important;
}
.new-widget .m-b-xs {
    margin-bottom:0px;
}
.new-widget .browse-button {
    cursor: pointer;
    width: 90px;
    height: 90px;
    border-radius: 100%;
    position: absolute;
    top: 3px;
    left: 3px;
    background: linear-gradient(180deg, transparent, black);
    transition: 0.3s ease;
}

.new-widget .registration-tabs {
    border: 1px solid #ecf0f5;
}
.new-widget .nav-tabs>li.ui-state-hover, .nav-tabs>li.ui-state-active, .nav-tabs>li.ui-state-focus{
    color: #555;
    cursor: default;
    background:#ecf0f5;
    border-radius:0px;
    border: none !important;
    border-bottom:3px solid #00acd6 !important;
}
.new-widget .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    border: none;
}
.new-widget .nav-tabs>li>a {
    font-size: 18px;
}
.new-widget .nav-tabs {
    border-bottom: 1px solid #5bc0de;
}
.new-widget .align-center {
    text-align: center;
}
.new-widget .width-50 {
    width: 50%;
}
.new-widget .panel .ibox {
    padding:0px !important;
}
.new-widget .panel .ibox-content .table {
    border:1px solid #f4f4f4;
    background: #fff;
    margin-bottom: 0px !important;
}
.new-widget .box-header.with-border
{
    border-top:1px solid #ecf0f5;
    background: linear-gradient(#fff, transparent);
    background: -webkit-linear-gradient(#fff, #ecf0f5);
    background: -webkit-linear-gradient(to bottom, #fff, #ecf0f5 65%);
    background: linear-gradient(to bottom, #fff, #ecf0f5 65%);
    border:none;
}
.new-widget .box {
    border:none
}
.new-widget .ibox {
    /*box-shadow: inset 0 -3em 3em rgba(0,0,0,0.1), 0 0  0 2px rgb(255,255,255), 0.3em 0.3em 1em rgba(0,0,0,0.3);*/
    box-shadow: 0px 0px 5px 2px rgb(0 0 0 / 20%);
    min-height:240px;
    padding:10px
}
.new-widget .box-title a {
    color: #444;
    font-size:16px;
}
.new-widget .padding-15 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.new-widget .profile-image {
    width: 120px;
    float: left;
}
.new-widget .profile-image img {
    width: 96px;
    height: 96px;
}
.new-widget img.circle-border {
    border: 6px solid #FFFFFF;
    border-radius: 50%;
}
.new-widget .m-b-md {
    margin-bottom: 20px;
}
.new-widget .rounded-circle {
    border-radius: 50%!important;
}
.new-widget img {
    vertical-align: middle;
    border-style: none;
}
.new-widget .profile-info {
    margin-left: 120px;
}
.new-widget .descriptions-table tbody tr td {
    max-width:400px
}
.new-widget .float-left {
    float: left!important;
}
.new-widget .float-right {
    float: right!important;
}
.new-widget .no-margins {
    margin: 0 !important;
}
.new-widget  .table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    border-top: 1px solid #f4f4f4;
}
.new-widget  .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
.close-modal-new-widget {
    /*border-color: #989898;*/
    font-size: 18px;
    border-radius: 50%;
    /*width: 32px;*/
    color: #898989;
    position: absolute;
    right: 5px;
    top: 5px;
}
.data-initiatives .message-initiative {
    position: absolute;
    top: 5px;
    right: 5px;
    background: #00a65a;
}
.data-initiatives .dropdown-header {
    font-weight: 600;
    color: #2d353c;
    font-size: 14px;
    background: #eff0f2;
    padding: .61875rem .9375rem;
    text-align: center;
}
.data-initiatives .dropdown-item {
    padding: .61875rem .9375rem;
}
.data-initiatives .media {
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    margin-top: 0;
    margin-bottom: -1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.data-initiatives .dropdown-item {
    padding: .3125rem .9375rem;
    font-weight: 600;
    text-decoration: none;
}
.data-initiatives .dropdown-item {
    display: block;
    width: 100%;
    clear: both;
    font-weight: 400;
    color: #495057;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.data-initiatives .media .media-left {
    padding-right: 12px;
    padding: 5px 10px 0px 10px !important;
}
.data-initiatives .media .media-object {
    height: 48px;
    width: 48px;
    line-height: 48px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    border-radius: 6px;
}
.data-initiatives .bg-gray-500, .bg-gray-500-500 {
    background-color: #adb5bd!important;
}
.data-initiatives .media .media-object {
    height: 48px;
    width: 48px;
    line-height: 48px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    border-radius: 6px;
}
.data-initiatives .media .media-object-icon {
    position: absolute;
    border: 3px solid #fff;
    background: #fff;
    margin-top: -11px;
    display: block;
    width: 21px;
    height: 21px;
    text-align: center;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    border-radius: 40px;
    margin-left: 30px;
}
.data-initiatives .text-blue, .text-blue-500 {
    color: #348fe2!important;
}
.data-initiatives .media .media-heading {
    color: #337ab7;
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 18px;
}
.data-initiatives .media p {
    margin-bottom: 5px;
    line-height: 16px;
    max-width: 450px;
    color: #404040;
    font-size: 16px;
}
.data-initiatives .text-muted, .text-muted-500 {
    color: #627884!important;
}
.data-initiatives .list-initiative div{
    padding: 3px 3px !important;
    white-space: normal !important;
}
.data-initiatives .list-initiative {
    width:500px !important;
}
.data-initiatives .dropdown-item {
    margin-bottom: 10px;
    border-bottom: 1px solid #eff0f2;
}
.btn-iniciative-approve {
    border-radius: 0px;
    border: 1px solid #00a65a;
    color: #222d32;
}
.btn-iniciative-decline, .btn-iniciative-redirect, .btn-iniciative-redirect-back, .btn-iniciative-redirect-bhp, .btn-iniciative-assign-realizer {
    border-radius: 0px;
    border: 1px solid #ddd;
    color: #222d32;
}
.btn-iniciative-decline:hover {
    background: #ddd;
}
.btn-iniciative-approve:hover {
    background: #00a65a;
    color:#fff
}

.wrapper {
    overflow: visible !important;
}
.main-header {
    position: fixed !important;
    width: calc(100vw - 10px);
}

.main-sidebar {
    position: fixed !important;
    overflow-y: auto;
    height: 0;
}

.content-wrapper > .content-header {
    transform: translate(0, 40px);
    margin-bottom: 100px;
}

.content-header {
    position: sticky;
    height: 0;
    top: 0;
    z-index: 10;
}

::-webkit-scrollbar {
  width:10px;
  height: 5px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
::-webkit-scrollbar-thumb {
  background: #888; 
}
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

.flash-alert {
    position: absolute;
    right: 20px;
    top: 10px;
    width: 300px;
    z-index: 99999;
}

.flash-alert-queued {
    width: 300px;
    margin-bottom: 1px;
}

.flash-container {
    position: fixed;
    right: 20px;
    top: 10px;
    width: 300px;
    height: 100%;
    z-index: 99999;
    pointer-events: none;
}
.flash-container .alert {
    border-radius:3px;
}
.flash-container .alert-success {
    background-color: #00a65ade !important;
    cursor:pointer;
    pointer-events: auto;
}
.flash-container .alert-success:hover {
    background-color: #0000007a !important;
    cursor:pointer;
}
.flash-container .alert-danger {
    background-color: #ff6464de !important;
    cursor:pointer;
    pointer-events: auto;
}
.flash-container .alert-danger:hover {
    background-color: #0000007a !important;
    cursor:pointer;
}

.flash-container-center {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
    margin-top: 20px;
    width:400px;
}


.flash-alert-queued {
    padding: 0px;
    background-color: rgb(255 255 255 / 85%) !important;
    overflow: hidden;
    background-color: rgba(255,255,255,.85);
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 0.25rem;
    box-shadow: 0 5px 15px rgb(0 0 0 / 52%);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    margin-bottom:10px;
    pointer-events: auto;
    cursor:pointer;
}

.flash-alert-queued .toast-header {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.25rem 0.75rem;
    color: #6c757d;
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0,0,0,.05);
}
.flash-alert-queued .toast-header-success .toast-header-icon {
    font-size: 1.125rem;
    text-anchor: middle;
    margin-right: 0.5rem!important;
    border-radius: 0.25rem!important;
    color: green;
}
.flash-alert-queued .toast-header-danger .toast-header-icon {
    font-size: 1.125rem;
    text-anchor: middle;
    margin-right: 0.5rem!important;
    border-radius: 0.25rem!important;
    color: #ff8d00;
}

.flash-alert-queued .toast-header-error .toast-header-icon {
    font-size: 1.125rem;
    text-anchor: middle;
    margin-right: 0.5rem!important;
    border-radius: 0.25rem!important;
    color: #ff0000;
}

.flash-alert-queued .toast-header-warning .toast-header-icon {
    font-size: 1.125rem;
    text-anchor: middle;
    margin-right: 0.5rem!important;
    border-radius: 0.25rem!important;
    color: #ff8d00;
}

.flash-alert-queued .toast-header-default .toast-header-icon {
    font-size: 1.125rem;
    text-anchor: middle;
    margin-right: 0.5rem!important;
    border-radius: 0.25rem!important;
    display:none;
}

.flash-alert-queued .toast-header-danger .toast-header-icon {
    font-size: 1.125rem;
    text-anchor: middle;
    margin-right: 0.5rem!important;
    border-radius: 0.25rem!important;
    color: #ff0000;
}

.flash-alert-queued .toast-header-default{
    background-color: #fff;
}

.flash-alert-queued .toast-header-success {
    background-color: rgb(233 255 236 / 85%);
}

.flash-alert-queued .toast-header-error{
    background-color: rgb(255 0 0 / 29%);
    color: #575757;
}

.flash-alert-queued .toast-header-warning{
    background-color: rgb(255 214 108 / 34%);
}

.flash-alert-queued .toast-header-danger{
    background-color: rgb(255 0 0 / 29%);
    color: #575757;
}

.flash-alert-queued .toast-header .mr-auto{
    margin-right: auto!important;
}

.flash-alert-queued .toast-header .close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    float: right;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    padding-left: 10px;
}

.flash-alert-queued .toast-body {
    padding: 0.75rem;
    color: #686868;
}


.flash-container-center .flash-alert-queued {
    width:400px;
}

.flash-alert-queued {
    position:relative;
}

.flash-alert-queued .progress {
    margin-bottom: 0px;
    height: 5px;
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0;
}

.flashAlert-confirmbox {
    position: fixed;
    width: 500px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99999;
    background: whitesmoke;
    border: 1px solid #ddd;
    text-align: center;
    padding: 20px;
}
.flashAlert-confirmbox  p {
    font-size: 16px
}
.flashAlert-confirmbox button {
    margin-left:5px; margin-right: 5px;
    border-radius: 0px;
    min-width: 100px;
}
.flashAlert-confirmbox .flash-icon {
    color: orange;
    font-size: 40px;
}
.flashAlert-confirmbox p {
    text-align:left
}
.flashAlert-confirmbox button[data-confirm="false"] {
    float:left
}
.flashAlert-confirmbox button[data-confirm="true"] {
    float:right
}
.flashAlert-dialog-backdrop {
    z-index: 9999;
}

.item-drag {
    list-style: none;
}

.draggable-dashboard {
    padding: 0px;
    margin: 0px;
}
.draggable-dashboard .card-header {
    cursor: move; /* fallback if grab cursor is unsupported */
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

.draggable-dashboard .card-header:active {
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

.jstree-themeicon {
    background-size: cover !important;
}

.dt-body-right {
    text-align: right;
}

.defaults-initiative, .defaults-violation {
    border: 5px solid black;
    border-radius: 50%
}

.notifi-item{
    width: 100%;
    border-bottom: 1px solid silver;
}

.notifi-item ul {
    padding: 0;
    overflow-y: scroll;
}

.notifi-item li{
    list-style: none;
    background-color: #ffffff;
    padding: 10px;
    border-top: 1px dashed#eee;
}

#collapsedMessages .btn-block {
    border-radius:0px;
}

#collapsedMessages {
    position: fixed;
    top: 50px;
    right: 0;
    width: 30vw;
    background-color: white;
    z-index: 10;
    border-left: 1px solid silver;
    min-height: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: scroll;
    box-shadow: silver;
    -webkit-box-shadow: 0px 0px 62px 13px rgba(66, 68, 90, 1);
    -moz-box-shadow: 0px 0px 62px 13px rgba(66, 68, 90, 1);
    box-shadow: 0px 0px 62px 13px rgba(66, 68, 90, 1);
}

@media only screen and (hover: none) and (pointer: coarse){

    #collapsedMessages {
        position: fixed;
        top: 100px;
        right: 0;
        width: 100vw;
        background-color: white;
        z-index: 10;
        border-left: 1px solid silver;
        min-height: 100%;
        height: 100%;
        max-height: 100%;
        overflow-y: scroll;
        -webkit-box-shadow: 0px 0px 62px 13px rgba(66, 68, 90, 1);
        -moz-box-shadow: 0px 0px 62px 13px rgba(66, 68, 90, 1);
        box-shadow: 0px 0px 62px 13px rgba(66, 68, 90, 1);
    }

}

.fc-daygrid-event-harness {
    cursor: pointer;
}

.profile-userpic img {
    float: none;
    margin: 0 auto;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
}

/** UPGRADE TO VERSION 5 **/

.company-logo img {
    max-height:100px;
}

.login-box-body .form-control-feedback, .register-box-body .form-control-feedback {
    color: #777;
}
.form-control-feedback.fa {
    line-height: 34px;
}

.has-feedback .form-control {
    padding-left: 42.5px;
    padding-right: 0px;
}

.brand small {
    font-size:12px;
}

body {
    font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-weight: 400;
    overflow-x: hidden;
    overflow-y: auto;
}

.brand {
    background: rgb (233,236,239);
}

.form-group {
    margin-bottom: 15px;
}

.has-feedback {
    position: relative;
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}

@media (max-width: 600px)
{
    .flash-container {
        width:100%;
        left:0;
    }
    .flash-container .flash-alert-queued {
        width:100%
    }
}

.show-my-password {
    border: 1px solid #ddd;background: #e5e5e5;position: absolute; right: 0px; top: 50%; margin-top: -15px;
}

.flash-alert-queued .toast-header-danger {
    color: #ffffff;
    background: rgba(220,53,69,1)!important;
    font-weight: 100;
}
.flash-alert-queued .toast-header-danger .toast-header-icon {
    font-size: 1.125rem;
    text-anchor: middle;
    margin-right: 0.5rem!important;
    border-radius: 0.25rem!important;
    color: #ffffff;
}

.toast-header-danger .text-muted {
    color: rgb(255 255 255 / 75%)!important;
}

.flash-alert-queued .toast-header .close {
    color:#fff !important;
}

.flash-alert-queued .toast-header-warning .toast-header .close {
    color:#000 !important;
}

.flash-alert-queued .toast-header-warning {
    background: RGBA(255,193,7,1)!important;
    font-weight: 100;
    color: #000;
}

.flash-alert-queued .toast-header-warning .toast-header-icon {
    font-size: 1.125rem;
    text-anchor: middle;
    margin-right: 0.5rem!important;
    border-radius: 0.25rem!important;
    color: #000000;
}

.flash-alert-queued .toast-header-default .toast-header .close {
    color:#000 !important;
}

.flash-alert-queued .toast-header-success {
    background: RGBA(25,135,84,1)!important;
    color: #fff;
}

.flash-alert-queued .toast-header-success .toast-header-icon {
    font-size: 1.125rem;
    text-anchor: middle;
    margin-right: 0.5rem!important;
    border-radius: 0.25rem!important;
    color: white;
}

.login-page-maintance {
    color: #000;
    padding: 8px;
    border-radius: 0px;
}

.change-password-messages .flash-alert {
    position: relative;
    width: 100%;
    left: unset;
    margin-left: 0px;
    background: RGBA(220,53,69,1)!important;
    color: #fff;
    right: unset;
    top: unset;
}

.login-page-messages .flash-alert {
    position: relative;
    width: 100%;
    left: unset;
    margin-left: 0px;
    background: RGBA(25,135,84,1)!important;
    color: #fff;
    right: unset;
    top: unset;
}