.mobile-option-text{
    font-size: xx-small;
    margin-bottom: 0;
    margin-top: 1.1em;
}
.danger-label {
    border: none;
    color: #fff;
    padding: 5px 15px;
    font-size: 15px;
    background-color: #d9534f;
    border-color: #d43f3a;
    border-radius: 3px;
    outline: none;
    width: fit-content;
    margin: 0;
}

@media (min-width: 1200px) and (max-width: 1200px) {
    .standardbox {
    }
}
/*select2 mobile corrections*/
.select2{
    font-size: medium !important;
}

.select2-container .select2-selection--single{
    height: 34px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 31px !important;
}
/*Additional css for file uploader in mobile*/
.file{
    display: flex;
}
@media (max-width:1024px)
{
    .new_file_holder{
        margin-left: 0 !important;
    }

    .file_field{
        margin-right: 5px;
        width: 80% !important;
        width: -webkit-fill-available;
    }
    .file_delete_btn{
        width: 20% !important;
    }
    .new_file_delete_btn{
        height: 38px !important;
        width: 20% !important;
    }
}

/*standard box*/
.standardbox {
    padding-top: 15px;
    background-color: #fff;
    margin-top: 15px;
    max-width: 50rem;
    margin-left: auto;
    margin-right: auto;
    /*margin-left: 10px;*/
    /*margin-right: 10px;*/
    box-shadow: 0 0 15px black;

}
.table-nav nav {
    margin-top: 2rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
}
.standardlabel{
    font-weight: bold;
}
.flex-container{
    display: inline-flex;
    width: 100%;
}
.form-control-checkbox{
    margin-bottom: 20px;
    display: block;
     width: 100%;
    height: calc(.75em + .5rem + 2px);
    padding: .375rem .75rem;
    font-size: .9rem;
    font-weight: 400;
    line-height: 1.6;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;

}
.standardbutton{
    margin-top: 10px;
    margin-bottom: 15px;
    width: 100%;
}
.title{
    display: flex;
}
.title i{
    font-size: x-large;
    flex-basis: 10%;
}
.title h4{
    flex-basis: 90%;
}
.padding-right-5{
    padding-right: 5px;
}
#navbarDropdown{
    font-size: large;
}
.dropdown-item{
    font-size: larger;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
}

@media screen and (max-width: 1200px) {
    .btn {
        width: 100%;
        height: 50px;
        font-size: large;
        max-width: 20rem;
        display: block;
        margin-left: auto;
        margin-right: auto !important;

    }
}
.btn-info, .btn-danger, .btn-success, .btn-primary, .btn-secondary, .btn-warning{
    color: white !important;
    width: -webkit-fill-available;
}

.searchbar{
    margin-top: 1.25rem;
    margin-left: 1.25rem;
    margin-right: 1.25rem;
}

.options{
    display: flex;
}
.options a {
    height: 4.5rem;
    margin-bottom: 15px;
}
.options i{
    font-size: xx-large;
    position:relative;
    top: calc(50% - 1rem);
}
.options-big i{
    font-size: xx-large;
    /*position:relative;*/
    /*top: calc(50% - 1.5rem);*/
}
.call-btn{
    top: -1rem;
    padding: 15px;
    position: absolute;
    height: fit-content;
}
.call-btn i{
   font-size: x-large;
}
.qr-btn{
    width: 4rem;
    padding: 15px;
    margin-left: 12rem;

}
.qr-btn i{
    font-size: x-large;
}
.border-transparent{
    border: none !important;
    border-color: transparent;
}
.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.notification-icon{
    margin-left: 1rem;
    margin-right: 1rem;
    vertical-align: middle;
    margin-top: auto;
    margin-bottom: auto;
    font-size: large;
}
.notification-exit-icon{
    vertical-align: middle;
    display: block;
    margin-right: 0;
    margin-left: auto;
    margin-top: auto;
    margin-bottom: auto;
    font-size: large;
    cursor: pointer;
}
.notification-exit-icon:hover{
    color: black;
}
.notification-div{
    display: flex;
}
.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}
.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}

.whole-page-overlay{
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: fixed;
    background: rgba(0,0,0,0.6);
    width: 100%;
    height: 100% !important;
    z-index: 1050;
    display: none;
}
.whole-page-overlay .center-loader{
    top: 40%;
    left: 37%;
    position: absolute;
    color: white;
}

.warning-label {
    border: none;
    color: #fff;
    padding: 5px 15px;
    font-size: 15px;
    background: #f0ad4e;
    border-color: #eea236;
    border-radius: 3px;
    outline: none;
    width: fit-content;
    margin: 0;
}
@media (min-width: 1350px) {
    .navbar .container {
        max-width: 1500px !important;
    }
}
.unlink-btn{
    min-width: 35px;
    min-height: 35px;
    height: 35px;
}
.flatpickr-input[readonly]:not([disabled]) {
    background: none !important;
}
