﻿/*body{
     max-width: 1200px;
    margin: auto;
    position: relative;
}*/
.modal-dialog {
    margin-top: 2%;
}
.ac-container{
   position: absolute !important;
    top: 37px !important;
    left: 15px !important;
    right: 0px !important;
    width: 100% !important;
}
table th,table tr{
    text-align:center !important;
}
table tr{
    cursor:pointer !important;
}
label{
    font-weight:normal;
}
.decimal-num{
    direction:ltr;
}
.plus{
    color:green;
}
.minues{
    color:red;
}
.form-success {
    font-style:normal !important;
}

.rtl .dropdown-toggle .caret {
    float: right;
    margin-right: 0;
    margin-left: 8px;
    margin-top: 10px;
}
.rtl .form-error .caret{
     margin-top: 5px;
}
.rtl .btn.dropdown-toggle {
    padding: 7px 10px 8px 12px !important;
}

.d-cash i {
    color: #ffffff;
    font-size: 20px;
    text-align: center;
}

.d-cash i::before {
     display: inline-block;
    height: 40px;
    margin-top: 0;
    padding: 9px;
    width: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.widget-cash-in-hand .cash{
    font-family:'TheSansArabic-SemiBold'
}
.widget-cash-in-hand .cash .cash-bold{
     font-family:'TheSansArabic-Bold'
}
legend{
    font-size: 21px;
}

.mg-spinner {
    margin: 0 auto;
    width: 70px;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px
}
.mg-spinner>div {
    width: 18px;
    height: 18px;
    background-color: #319db5;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
    animation: bouncedelay 1.4s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}
.mg-spinner .bounce1 {
    -webkit-animation-delay: -.32s;
    animation-delay: -.32s
}
.mg-spinner .bounce2 {
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s
}
.form-error {
    color: red;
    font-style:normal;
    margin-top: 5px;
    font-size:11px;
}


