@media (max-width: 991px) {
    .horizontal-menu .top-navbar .navbar-menu-wrapper .navbar-toggler.navbar-toggler-right {
        padding-left: 15px;
        padding-right: 11px;
        margin-top: 0px;
        margin-right: 10px;
    }
}


p {
    margin-top: 0;
    margin-bottom: 0px;
}
.spincenter {
    z-index: 60000;
    position: fixed;
    left: auto;
    right: auto;
    justify-content: center;
    top: auto;
    bottom: auto;
    text-align: center;
    display: contents;
}
.spincircle {
    -webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 4s linear infinite;
}
.spinlogo {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 120px;
    height: 120px;
    margin:-60px 0 0 -60px;
}
@-moz-keyframes spin { 
    100% { -moz-transform: rotate(360deg); } 
}
@-webkit-keyframes spin { 
    100% { -webkit-transform: rotate(360deg); } 
}
@keyframes spin { 
    100% { 
        -webkit-transform: rotate(360deg); 
        transform:rotate(360deg); 
    } 
}


.coltime {
    padding: 3px;
}
.form-group label {
    margin-bottom: 0px;
}
#image-preview {
    width: 100%;
    height: 200px;
    position: relative;
    overflow: hidden;
    background-color: #ffffff;
    color: #ecf0f1;
    border-color: #212529;
    border-radius: 15px;
    border-style: ridge;
    border-width: 1px;
}
#image-preview input {
    line-height: 200px;
    font-size: 200px;
    position: absolute;
    opacity: 0;
    z-index: 10;
}
#image-preview label {
    position: absolute;
    z-index: 5;
    opacity: 0.8;
    cursor: pointer;
    background-color: #0277c6;
    width: 200px;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
    text-transform: uppercase;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
}
.buttonon {
    font-size: 20px !important;
    cursor: pointer;
    border-radius: 10px;
    border-color: brown;
    border-style: solid;
    height: 27px;
    width: 30px;
    background-color: crimson;
    border-width: 1px;
    padding-top: 3px !important;
    padding-right: 0px !important;
}
.buttononGreen {
    font-size: 20px !important;
    cursor: pointer;
    border-radius: 10px;
    border-color: #57b657;
    border-style: solid;
    height: 27px;
    width: 30px;
    background-color: #57b657;
    border-width: 1px;
    padding-top: 3px !important;
    padding-right: 0px !important;
}
.buttonoff {
    font-size: 20px !important;
    cursor: pointer;
    border-radius: 10px;
    border-color: #2d2f84;
    border-style: solid;
    height: 27px;
    width: 30px;
    background-color: #2d2f84;
    border-width: 1px;;
    padding-top: 3px !important;
    padding-right: 0px !important;
}
.iconfilteron {
    width:80px;
    filter: drop-shadow(1px 2px 3px green);
    cursor: pointer;
    padding-bottom:6px;
    padding-right:5px;
    padding-left: 2px;
}
.iconfilteroff {
    width:80px;
    filter: opacity(0.4);
    cursor: pointer;
    padding-bottom:6px;
    padding-right:5px;
    padding-left: 2px;
}
.faa {
    font-size: 20px;
    cursor: pointer;
}
.pt-5 {
    padding-top: 0rem !important;
    margin: 0px !important;
}
.gm-style .gm-style-iw-d {
    
    overflow:hidden !important;
}
.mdisp {
    padding-top: 45px;
}
.mtxt {
    padding-top: 45px;
    text-align: center;
    padding-left: 39px;
    width: 134px;
}
.row {
    margin-left: 0px;
    margin-right: 0px;
}
.modal .modal-dialog .modal-content .modal-body {
    padding: 0px 6px;
}
.footer {
    padding:3px;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #2d2f84;;
    color: white;
    text-align: center;
}
select.form-control, select.typeahead, select.tt-query, select.tt-hint, .select2-container--default .select2-selection--single select.select2-search__field, .select2-container--default select.select2-selection--single, .jsgrid .jsgrid-table .jsgrid-filter-row select, .dataTables_wrapper select, select.asColorPicker-input {
    padding: 0.4375rem 0.75rem;
    border: 0;
    outline: 1px solid #CED4DA;
    color: black;
}
.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    width: 100% !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice{
    background: #4B49AC !important;
    color: white;
    font-size: 15px;
    font-weight: 100;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    background: #4B49AC !important;
    color: white;
    font-size: 15px;
    font-weight: 100;
}

.select2-dropdown {
    z-index:99999;
}

select.form-control {
    padding: 1px !important;
}

@media only screen 
    and (min-device-width: 320px) 
    and (max-device-width: 480px)
    and (-webkit-min-device-pixel-ratio: 2) {
        .footerrow {
            margin-bottom: 13px;
            padding-top: 5px;
        }
        .mimg {
            width:100px;
        }
        .mtxt {
            padding-top: 35px;
            text-align: center;
            padding-left: 39px;
            width: 73px;
        }
        .mdisp {
            padding-top: 0px;
            text-align: center;
        }
        .mimg2 {
            max-width: 80px;
        }
        h3 {
            font-size: 15px;
        }
        h4 {
            font-size: 13px;
        }
        .row {
            margin-left: 0px;
            margin-right: 0px;
        }
}

.form-group {
    margin-bottom: 0px;
}

.form-control {
    padding: 3px;
}
