fieldset {
    min-width: 0;
    padding: 10px 10px 0px;
    margin: 10px 0px;
    border: 1px solid silver;
    border-radius: 4px;
}

.error_msg {
    color: red;
}

fieldset legend {
    display: block;
    width: auto;
    padding: 0;
    margin-bottom: 0px;
    font-size: 14px;
    line-height: inherit;
    color: silver;
    border: 0;
}

/*.btn {*/
/*    background-color: #56328c;*/
/*    color: white;*/
/*}*/

.required-label::after {
    color: red;
    content: '*';
}

table {
    font-size: 13px;
}

/*.table thead tr th{
  background-color: #56328c;
  color: white;
}*/

.item input, .item textarea {
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
}

.bad input, .bad select, .bad textarea {
    border: 1px solid #CE5454 !important;
    box-shadow: 0 0 4px -2px #CE5454 !important;
    -moz-animation: .7s 1 shake linear;
    -webkit-animation: 0.7s 1 shake linear;
}

@keyframes shake {
    15% {
        transform: translateX(-5px);
    }
    30% {
        transform: translateX(5px);
    }
    45% {
        transform: translateX(-3px);
    }
    60% {
        transform: translateX(3px);
    }
    75% {
        transform: translateX(2px);
    }
    100% {
        transform: none;
    }
}

@-webkit-keyframes shake {
    25% {
        -webkit-transform: translateX(-6px);
    }
    75% {
        -webkit-transform: translateX(6px);
    }
}

.bad .select2-selection__rendered {
    border: 1px solid #f00;
    box-shadow: 0 0 4px -2px #f00;
    -moz-animation: .7s 1 shake linear;
    -webkit-animation: 0.7s 1 shake linear;
}

.eq-section .select2-container--default .select2-selection--single:hover {
    border: 1px solid #008833 !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple, .select2-container--default .select2-search--dropdown .select2-search__field, .eq-section .select2-container--default .select2-selection--single:focus {
    border-color: #008833 !important;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(81, 167, 232, 0.5) !important;
    outline: none !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple, .select2-container--default .select2-search--dropdown .select2-search__field > .eq-section .select2-container--default .select2-selection--single {
    border-color: #008833 !important;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(81, 167, 232, 0.5) !important;
    outline: none !important;
}

#loader {
    display: none;
}

#loader.show {
    display: block;
    position: fixed;
    z-index: 100000;
    background-image: url('loader.gif');
    background-color: #666;
    opacity: 0.8;
    background-repeat: no-repeat;
    background-position: center;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    background-size: 18vh;
}

.dataTables_processing {
    z-index: 11000 !important;
    background-color: #723AB2 !important;
    color: #fff !important;
    font-size: 15px !important;
    font-weight: bold;
    border: 2px solid #555;
    box-shadow: 3px 5px 4px 1px #555;
}
/* my new css */
@media only screen and (max-width:576px){
    .row-xs-column-reverse{
        display: flex;
        flex-direction: column-reverse;
    }
}
@media only screen and (max-width:767px){
    .mb-xs-10{
        margin-bottom: 7px;
    }
    .table-xs-responsive .table-responsive{
        overflow-x: visible;
    }
    .table-xs-responsive .table-responsive div.dataTables_filter input{
        max-width: 200px;
    }
    .table-xs-responsive .table-responsive div.dataTables_paginate ul.pagination{
        justify-content: center;
    }
    .table-xs-responsive .dataTables_info{
        white-space: pre-line !important;
    }
}
#camera{
    height: 100% !important;
    width: 100% !important;
}
#camera video{
    height: 100% !important;
    width: 100% !important;
}
#WebImage img{
    height: 100%;
    width: 100%;
}
@media only screen and (max-width:1200px){
    .mymargin-lg-20{
        margin-top: 20px !important;
    }
}
/* table css */
@media only screen and (min-width:767px){
    .dataTables_length#datatable_length{
        float: left;
    }
    .dataTables_length#ActiveDataTable_length{
        float: left;
    }
    .dataTables_info#ActiveDataTable_info{
        float: left;
    }
    .dataTables_info#datatable_info{
        float: left;
    }
    div.dataTables_wrapper div.dataTables_paginate {
        padding: 0.85em;
    }
}
/* scrollbar */

[data-simplebar] {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.simplebar-wrapper {
    overflow: visible;
    width: inherit;
    height: inherit;
    max-width: inherit;
    max-height: inherit
}

.simplebar-mask {
    direction: inherit;
    position: absolute;
    overflow: visible;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: auto !important;
    height: auto !important;
    z-index: 0
}

.simplebar-offset {
    direction: inherit !important;
    -webkit-box-sizing: inherit !important;
    box-sizing: inherit !important;
    resize: none !important;
    position: absolute;
    top: 0;
    left: 0 !important;
    bottom: 0;
    right: 0 !important;
    padding: 0;
    margin: 0;
    -webkit-overflow-scrolling: touch
}
@media only screen and (max-width: 992px){
    .simplebar-content-wrapper{
        overflow: visible !important;
    }
}
.sidebar.toggled .simplebar-content-wrapper{
    overflow: visible !important;
}
@media only screen and (min-width: 992px){
    .simplebar-content-wrapper{
        overflow-y: scroll !important;
    }
}
.simplebar-content-wrapper {
    direction: inherit;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    position: relative;
    display: block;
    height: 100%;
    width: auto;
    visibility: visible;
    max-width: 100%;
    max-height: 100%;
    scrollbar-width: none;
    padding: 0 !important
}

.simplebar-content-wrapper::-webkit-scrollbar, .simplebar-hide-scrollbar::-webkit-scrollbar {
    display: none
}

.simplebar-content:after, .simplebar-content:before {
    content: ' ';
    display: table
}

.simplebar-placeholder {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    pointer-events: none
}

.simplebar-height-auto-observer-wrapper {
    -webkit-box-sizing: inherit !important;
    box-sizing: inherit !important;
    height: 100%;
    width: 100%;
    max-width: 1px;
    position: relative;
    float: left;
    max-height: 1px;
    overflow: hidden;
    z-index: -1;
    padding: 0;
    margin: 0;
    pointer-events: none;
    -webkit-box-flex: inherit;
    -ms-flex-positive: inherit;
    flex-grow: inherit;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0
}

.simplebar-height-auto-observer {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 1000%;
    width: 1000%;
    min-height: 1px;
    min-width: 1px;
    overflow: hidden;
    pointer-events: none;
    z-index: -1
}

.simplebar-track {
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none;
    overflow: hidden
}

[data-simplebar].simplebar-dragging .simplebar-content {
    pointer-events: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

[data-simplebar].simplebar-dragging .simplebar-track {
    pointer-events: all
}

.simplebar-scrollbar {
    position: absolute;
    right: 2px;
    width: 4px;
    min-height: 10px
}

.simplebar-scrollbar:before {
    position: absolute;
    content: '';
    background: #a2adb7;
    border-radius: 7px;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear
}

.simplebar-scrollbar.simplebar-visible:before {
    opacity: .5;
    -webkit-transition: opacity 0s linear;
    transition: opacity 0s linear
}

.simplebar-track.simplebar-vertical {
    top: 0;
    width: 11px
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
    top: 2px;
    bottom: 2px
}

.simplebar-track.simplebar-horizontal {
    left: 0;
    height: 11px
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
    height: 100%;
    left: 2px;
    right: 2px
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    right: auto;
    left: 0;
    top: 2px;
    height: 7px;
    min-height: 0;
    min-width: 10px;
    width: auto
}

[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
    right: auto;
    left: 0
}

.hs-dummy-scrollbar-size {
    direction: rtl;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    height: 500px;
    width: 500px;
    overflow-y: hidden;
    overflow-x: scroll
}

.simplebar-hide-scrollbar {
    position: fixed;
    left: 0;
    visibility: hidden;
    overflow-y: scroll;
    scrollbar-width: none
}

.button-container {
    display: flex;
    gap: 3px;
    align-items: center;
}
