﻿.select2-container--default .select2-selection--multiple .select2-selection__choice {
    padding-left: 28px;
    padding-right: 6px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-right: 10px;
    color: black;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: 5px;
}





.select2-selection--single {
    height: 38px !important;
}

.select2-selection__arrow {
    height: 100% !important;
}



.btnElswidy {
    min-width: 150px;
    
    text-align: center;
    background-color: #EE3625 !important;
    color: #FFF;
    font-weight: 500;
}
.content-wrapper {
    background-color: rgba(250,250,250,0);
}
/*
.card-primary>.card-header {
    background-color: #dc3545 !important;
}*/

.card-header, .card-body, .card-footer{
    padding: 8px 10px !important;
}

 

.page-item.active .page-link, .back-to-top /*.main-header*/ {
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
}

/*.page-item.active .page-link, .back-to-top {
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
}*/


#employeetable_processing {
    z-index:10000;
}

.styled-table {
    border-collapse: collapse !important;
    margin-bottom: 30px !important;
    margin-top: 230px !important;
    font-size: 0.9em;
    font-family: sans-serif;
    min-width: 400px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
}
    .styled-table thead tr {
        background-color:#6c757d ;/*rgba(220, 53, 69, 0.7); /*#dc3545;*/
        color: #ffffff;
        text-align: center;
    }
        .styled-table thead tr th.sorting_asc, .styled-table thead tr th.sorting_desc {
            background-color: #212529; /*rgba(220, 53, 69, 0.8); /*#E82C3F*/
            color: #ffffff;
            white-space: nowrap;
            text-align: center;
        }


    .styled-table th {
        padding: 8px 10px;
        white-space: nowrap;
    }


   
 
.styled-table td {
    padding: 8px 10px;
}



.select2-container--default .select2-selection--multiple .select2-selection__choice {
    padding-left: 28px;
    padding-right: 6px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-right: 10px;
    color: black;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: 5px;
}


.dataTables_wrapper  {

    margin:0px 0px;
    
}

 .dataTables_wrapper > .row:nth-child(2) {
    margin-top: 10px;
    margin-bottom: 10px;
}


.styled-table tbody tr {
    border-bottom: 0px solid #dddddd;
}

    .styled-table tbody tr:nth-of-type(even) {
        background-color: #f3f3f3;
    }

    .styled-table tbody tr:last-of-type {
        border-bottom: 0px solid #009879;
    }



    .styled-table tbody tr.active-row {
        font-weight: bold;
        color: #009879;
    }


.preloader2 {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100vh;
    transition: height .6s linear;
    position: fixed;
    left: 0;
    top: 0;
}

.bg {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 100vh;
    opacity: 0.2;
   background-size:cover;
    background-repeat: no-repeat;
    background-image: url('../../dist/img/AppImages/background.svg');
}
.bgsticky {
    position: absolute;
    bottom: 5%;
    width:30%;
    height:40%;
     right:0px;
  /*  object-position:right;*/
    object-fit: cover;
}

.bgstickyAr {
    position: absolute;
    bottom: 5%;
    width: 30%;
    height: 40%;
    left: 0px;
     transform:rotate(180deg);
    object-fit: cover;
}


.dt-buttons {
    direction: ltr;
    float: left;
}



.removform-control-padding {
    padding: 0px !important;
    border: unset !important;
}

.iti.iti--allow-dropdown {

    width:100%;
}

.image-previewer {
    height: 300px;
    width: 300px;
    display: flex;
    border-radius: 10px;
    border: 1px solid lightgrey;
}












.select2-selection--single {
    height: 38px !important;
     
}

.select2-selection__arrow {
    height: 100% !important;
}




li.nav-item.has-treeview > a {
    font-size: 16px;
}

li.nav-item.has-treeview > ul > li > a > div > p {
    font-size: 14px;
}

li.nav-item.has-treeview > ul > li > a > div > i {
    font-size: 14px !important;
}

.sidbarP {
    overflow: hidden;
    white-space: nowrap;
    font-size: 14px !important;
    text-overflow: ellipsis;
}




/*.styled-table td {
    max-height:200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}*/

/*minContainerHeight: height,
minContainerWidth: width,
minCanvasHeight: height,
minCanvasWidth: width,*/