.table-wrapper-scroll-y{
display: block;
max-height: 300px;
min-height: 300px;
overflow-y: auto;
-ms-overflow-style: -ms-autohiding-scrollbar;
}

.modal-wrapper-scroll-y{
display: block;
max-height: 400px;
min-height: 203px;
overflow-y: auto;
-ms-overflow-style: -ms-autohiding-scrollbar;
}

.message-wrapper-scroll-y{
    display: block;
    max-height: 453px;
    overflow-y: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.img-panel{
    max-height: 180px;
    border-radius: 5px;
    border: 1px solid #d2d6de;
    width: 100%;


}

.img-panel-fixed{
    height: 180px !important;
    border-radius: 5px;
    border: 1px solid #d2d6de;
    width: 100%;


}

.img-panel-large{
    max-height: 208px;
    border-radius: 5px;
    border: 1px solid #d2d6de;
    width: 100%;


}

.video-panel{
    height: 108px !important;
    border-radius: 5px;
    border: 1px solid #d2d6de;
    width: 100%;

}


.img-panel-small{
    height: 80px !important;
    border-radius: 5px;
    border: 1px solid #F5F5F5;
    width: 100%;
}




.table-opr-warning{
    background-color: orangered;
    padding: 5px 20px;
    color: #ffffff;
    font-size: 14px;
    border-radius: 3px;
    margin-left: 8px;
}
.table-opr-success{
    background-color: #008b00;
    padding: 5px 20px;
    color: #ffffff;
    font-size: 14px;
    border-radius: 3px;
}

.table-opr-success:hover,.table-opr-warning:hover{
    text-decoration: none;
    color: #ffffff;
    font-size: 14px;
    opacity: 0.7;
}
.table>tbody>tr>td {
    vertical-align: middle !important;
}
.margin-bottom-15{
    margin-bottom: 15px;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 25px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 17px;
    width: 17px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #008b00;
}

input:focus + .slider {
    box-shadow: 0 0 1px #008b00;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 25px;
}

.slider.round:before {
    border-radius: 50%;
}
.pad-10{
    padding: 10px;
}
.borderff{
    border-width: 1px;
    border-style: initial;
    border-color: initial;
}

.animated-message {
    /*-webkit-animation: lightSpeedIn 0.5s ease-in 200ms both;
    animation: lightSpeedIn 0.5s ease-in 200ms both;*/
    -webkit-animation: bounceIn 0.3s ease-in 150ms both;
    animation: bounceIn 0.3s ease-in 150ms both;
}

.dataTables_filter {
    display: none;
}

select{
    padding-top: 0 !important;

}

.widths-100{
   width: 100%;
}

@media screen and (min-width: 992px) {
    .marg-tp-15{
        margin-top: 20px;
    }
}

.login-box-style{
    border-radius: 10px;
    background-color: #f39c12 !important;
}
.text-white
{
    color: white;
}

.btn {
    border-radius: 15px 3px 15px 3px !important;
}


/* Animation Timers
---------------------------------*/
.delay-02s {
    animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s;
}
.delay-03s {
    animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
}
.delay-04s {
    animation-delay: 0.4s;
    -webkit-animation-delay: 0.4s;
}

.delay-05s {
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
}
.delay-06s {
    animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
}

.delay-07s {
    animation-delay: 0.7s;
    -webkit-animation-delay: 0.7s;
}
.delay-08s {
    animation-delay: 0.8s;
    -webkit-animation-delay: 0.8s;
}

.delay-09s {
    animation-delay: 0.9s;
    -webkit-animation-delay: 0.9s;
}
.delay-1s {
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
}
.delay-12s {
    animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s;
}

/*----------------------------------------------------------------*/
@media print {
    th:last-child, td:last-child {
        visibility: hidden;
        width: 0;
        display: none;
    }
}

.tooltip {
    font-family: Vazir !important;
    z-index: 9999999 !important;
    /*width: 600px !important;*/
}
.tooltip-inner
{
    padding: 4px 8px !important;

}

.buttons-excel{
    margin-left: 4px !important;
}

.buttons-print{
    margin-left: 4px !important;
}

.dropdown-menu > ul >li{
    background-color: red !important;
}

.box-header{
    /*margin-top: 6px !important;*/

    vertical-align: middle;
}

.table-row-p{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 250px;
}

.bodOpenModal{
    z-index: 999999999;
}