.sattviki-container{
    min-height: 750px;
}

.per-page-select{
    display: inline;
    width: 80px;
    background: #e8e6f1;
    border-radius: 32px;
}

.table-stats table td{
    font-weight: 400;
}

.badge.badge-xs{
    padding  : .35rem .3rem;
    font-size  : .875rem;
    line-height  : .5;
}

.btn.btn-xs{
    padding  : .35rem .3rem;
    font-size  : .875rem;
    line-height  : .5;
}

.form-control:focus{
     box-shadow: none;
}


.form-control{
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 0.9375rem;
    border-radius: 0;
}

select.form-control:not([size]):not([multiple]){
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
}

.form-actions{
    padding: 15px;
    border-top: 1px solid #e2e2e2;
}

.f-s-14{
    font-size: 14px;
}

.list-style-none{
    list-style: none;
}

.text-danger-s{
    color: #f7356f !important;
}

.form-group.has-danger .form-control{
    border-color: #ea8faa;
}

.table th.c-pointer:hover{
    cursor: pointer;
}

.search-form-control{
    padding: 0.275rem 0.55rem;
    font-size: 0.6375rem;
}

.back-light-gray{
    background: #f7f7f7;
    border-top: 1px solid #c8cbcf;
}

.multiselect .multiselect__tags{
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 0px;
    min-height: 36px;
    border-radius: 0px;
    border: 1px solid #ced4da;
}

.multiselect__placeholder {
    padding-top: 18px !important;
}

.multiselect__input, .multiselect__single{
    padding-top: 10px !important;
}

.multiselect__tag{
    margin-top: 6px !important;
    background: #0190fe !important;
    margin-bottom: 3px !important;
}

.has-danger .multiselect__tags{
    border-color: #fb434a !important;
}

.multiselect__tag-icon:focus, .multiselect__tag-icon:hover{
    background: #3c6f96 !important;
}

.multiselect__option:focus,
.multiselect__option:hover{
    background: #0190fe !important;
    color:white;
}

.animated {
    webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: none !important;
    animation-fill-mode: none !important;
}

@keyframes placeHolderShimmer{
    0%{
        background-position: -468px 0
    }
    100%{
        background-position: 468px 0
    }
}

.animated-background {
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background-size: 800px 104px;
    height: 100%;
    position: relative;
}


.tr-search-container .multiselect {
    min-height: 30px;
}

.tr-search-container .multiselect__tag{
    font-size: 13px;
    padding: 3px 24px 3px 8px;
}

.tr-search-container .multiselect .multiselect__tags{
    min-height: 30px;
}

.tr-search-container .multiselect__placeholder {
    padding-top: 14px !important;
    font-size: 10px;
    color: #777777;
}

.tr-search-container .multiselect__select {
    height: 30px;
}

.tr-search-container .multiselect__option {
    padding: 5px;
    font-size: 13px;
    min-height: 30px;
}

.tr-search-container .multiselect__select:before {
    top: 73%;
}

.tr-search-container .multiselect {
    height: 30px;
}

.tr-search-container .multiselect__input {
    font-size: 0.6375rem;
}

html{
    overflow-x: hidden;
}

.navbar .navbar-nav > li.active{
    background: #f1f2f7;
}

.right-panel .navbar-brand img{
    /*max-width: 40px;*/
}

.tr-detailed{
    background: #f1f2f7;
}

.tr-detailed .panel-box{
    border-bottom: 1px solid #cccccc;
    padding: 12px 6px;
}

.w-5{ width: 5%; }
.w-10{ width: 10%; }
.w-15{ width: 15%; }
.w-20{ width: 20%; }
.w-30{ width: 30%; }
.w-35{ width: 35%; }
.w-40{ width: 40%; }
.w-50{ width: 50%; }
.w-60{ width: 60%; }
.w-70{ width: 70%; }
.w-80{ width: 80%; }
.w-90{ width: 90%; }

.order-table:after, .order-table:before,
.order-table tr th{
    background: #f1f2f7;
}

.table-stats table th{
    color: #6b6c6d;
}

.ql-container.ql-snow{
    min-height: 200px;
}

.ql-showHtml:after {
    content: "S";
}