﻿.hidden {
    opacity: 0!important;
    height: 0px !important;
    width: 0px !important;
    display: none !important;
}
 
div::-webkit-scrollbar {
    width: 0.3em;
}

div::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.1);
}

div::-webkit-scrollbar-thumb {
    background-color: #dc3545;
    outline: 1px solid white;
}

body::-webkit-scrollbar {
    width: 0.3em;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.1);
}

body::-webkit-scrollbar-thumb {
    background-color: #dc3545;
    outline: 1px solid white;
}

.card {
    box-shadow: 0 0 1px rgba(0,0,0,.125), 0 1px 3px rgba(0,0,0,.2);
    margin-bottom: 1rem;
    height: auto !important;
}
.card-title {
    float: left !important;
    font-size: 1.1rem !important;
    font-weight: 400 !important;
    margin: 0!important;
}
table#example.dataTable tbody tr:hover {
    background-color: #bee5eb;
}

    table#example.dataTable tbody tr:hover > .sorting_1 {
        background-color: #bee5eb;
    }

body {
 
    font-family: "Source Sans Pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol" !important;
    font-size: 1.2rem !important;
 
     
    
}
.btn-group-sm > .btn, .btn-sm {
 
    font-size: 1rem;
  
}

.brand-link {
 
    font-size: 1.45rem;
 
 
}

.completionList {
    border: solid 1px Gray;
    margin: 0px;
    padding: 3px;
    height: 120px;
    overflow: auto;
    background-color: #FFFFFF;
    z-index: 9999 !important;
}

.listItem {
    color: #191919;
}

.itemHighlighted {
    background-color: #ADD6FF;
}

.ReqFld {
    border: 1px solid #D797A0;
}

.back-to-top {
    position: fixed;
    bottom: 2em;
    right: 0px;
    text-decoration: none;
    color: #FFFFFF;
    background-color: #67809F;
    font-size: 12px;
    padding: 1em;
    display: none;
    font-weight: bold;
    opacity: 0.7;
}

    .back-to-top:hover {
        background-color: #3c8dbc;
        color: #FFFFFF;
        font-weight: bold;
        opacity: 1;
    }
@media (min-width: 1200px) {
    .modal-xl {
        /*max-width: 1140px;*/
        max-width: 95%!important;
    }
}
label:not(.form-check-label):not(.custom-file-label) {
    font-weight: 500!important;
}

.btn-blue {
    color: #fff;
    background-color: #3c8dbc !important;
    border-color: #3c8dbc !important;
    box-shadow: none;
}
.btn-blue {
    color: #fff;
    background-color: #3c8dbc !important;
    border-color: #3c8dbc !important;
    box-shadow: none;
}
.btn-red {
    color: #fff;
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
    box-shadow: none;
}

input:focus, select:focus, textarea:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);
    background: rgba(60,141,188,0.2);
}

.btn:focus, .btn:hover {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);
    background-color: rgba(0,0,0,0.8) !important;
    color: white !important;
}


.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.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:checked + .slider {
    background-color: #dc3545; /*#2196F3;*/
}

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%;
    }


.w50 {
width:50px!important;
}