.aw-editor-input{
    color: black;
}

.modal-backdrop {
    opacity: 0.4 !important;
 }


.pointer{
    
}

.pointer:hover{
    cursor: pointer;
}


.link{
    cursor: pointer;
    text-decoration: underline;
    text-underline-offset: .2rem;
}



.table .thead-dark th {
    color: #fff;
    background-color: var(--primary);
    border-color: var(--primary);
}


.action-group{
    box-sizing: border-box;
}
.action-group label{
    display: none;
}
.action-group div{
    display: block;
}


.badge{
    letter-spacing: 0.04rem !important;
    font-size: 0.8rem;
    line-height: 0.9;
    
  
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
   -khtml-user-select: none; /* Konqueror HTML */
     -moz-user-select: none; /* Old versions of Firefox */
      -ms-user-select: none; /* Internet Explorer/Edge */
          user-select: none; /* Non-prefixed version, currently
                                supported by Chrome, Edge, Opera and Firefox */
}





.sidebar-brand-img {
    width:72px;
}


.nav-row-item{
    font-weight: bold;    
}

.nav-row-item:hover{
    cursor: pointer;
    color: white;
    background-color: var(--primary-accent);
}


@media screen and (max-width: 480px) {
    .action-group{       
        width:100%;
        padding:5px;
        border-top:1px solid var(--dark);
        margin-top: 0.5rem;
        padding-top: 1rem;
        text-align: center !important;
    }
    .action-group label{
        display: block;
    }
    .action-group button{
        margin: 0.1rem 0.2rem !important;
        
    }
    .action-group input:checked ~ div{
        display: block;
    }
    .action-group input:not(checked) ~ div{
        display: none;
    }
}


/* Extra Small devices (landscape phones, 576px and down)*/
@media (max-width: 576px) {

.w-xs-100 {
    width:100% !important;
    }
    .w-xs-75 {
    width:75% !important;
    }
    .w-xs-60 {
    width:60% !important;
    }
    .w-xs-50 {
    width:50% !important;
    }
    .w-xs-30 {
    width:33.33% !important;
    }
    .w-xs-25 {
    width:25% !important;
    }
    .h-xs-100 {
    height:100% !important;
    }
    .h-xs-75 {
    height:75% !important;
    }
    .h-xs-50 {
    height:50% !important;
    }
    .h-xs-25 {
    height:25% !important;
    }
}


/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {

    .border-top-sm{
        border-top-width: 1px !important;
        border-top-style: solid !important;
    }
    
    .border-bottom-sm{
        border-bottom-width: 1px !important;
        border-bottom-style: solid !important;
    }
    
    .border-left-sm{
        border-left-width: 1px !important;
        border-left-style: solid !important;
    }
    
    .border-right-sm{
        border-right-width: 1px !important;
        border-right-style: solid !important;
    }

    .w-sm-100 {
    width:100% !important;
    }
    .w-sm-75 {
    width:75% !important;
    }
    .w-sm-60 {
    width:60% !important;
    }
    .w-sm-50 {
    width:50% !important;
    }
    .w-sm-30 {
    width:33.33% !important;
    }
    .w-sm-25 {
    width:25% !important;
    }
    .h-sm-100 {
    height:100% !important;
    }
    .h-sm-75 {
    height:75% !important;
    }
    .h-sm-50 {
    height:50% !important;
    }
    .h-sm-25 {
    height:25% !important;
    }
}
    
/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {

    
    .border-top-md{
        border-top-width: 1px !important;
        border-top-style: solid !important;
    }
    
    .border-bottom-md{
        border-bottom-width: 1px !important;
        border-bottom-style: solid !important;
    }
    
    .border-left-md{
        border-left-width: 1px !important;
        border-left-style: solid !important;
    }
    
    .border-right-md{
        border-right-width: 1px !important;
        border-right-style: solid !important;
    }

    .w-md-100 {
    width:100% !important;
    }
    .w-md-75 {
    width:75% !important;
    }
    .w-md-60 {
    width:60% !important;
    }
    .w-md-50 {
    width:50% !important;
    }
    .w-md-30 {
    width:33.33% !important;
    }
    .w-md-25 {
    width:25% !important;
    }
    .h-md-100 {
    height:100% !important;
    }
    .h-md-75 {
    height:75% !important;
    }
    .h-md-50 {
    height:50% !important;
    }
    .h-md-25 {
    height:25% !important;
    }
}
    
/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    .w-lg-100 {
    width:100% !important;
    }
    .w-lg-75 {
    width:75% !important;
    }
    .w-lg-60 {
    width:60% !important;
    }
    .w-lg-50 {
    width:50% !important;
    }
    .w-lg-30 {
    width:33.33% !important;
    }
    .w-lg-25 {
    width:25% !important;
    }
    .h-lg-100 {
    height:100% !important;
    }
    .h-lg-75 {
    height:75% !important;
    }
    .h-lg-50 {
    height:50% !important;
    }
    .h-lg-25 {
    height:25% !important;
    }
    }
    
/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .w-xl-100 {
    width:100% !important;
    }
    .w-xl-75 {
    width:75% !important;
    }
    .w-xl-60 {
    width:60% !important;
    }
    .w-xl-50 {
    width:50% !important;
    }
    .w-xl-30 {
    width:33.33% !important;
    }
    .w-xl-25 {
    width:25% !important;
    }
    .h-xl-100 {
    height:100% !important;
    }
    .h-xl-75 {
    height:75% !important;
    }
    .h-xl-50 {
    height:50% !important;
    }
    .h-xl-25 {
    height:25% !important;
    }
}



