﻿.pages-head {
    background: none repeat scroll 0 0 #fff;
    border-bottom: 1px solid #dee5e7;
    box-shadow: none;
    display: block;
    margin-bottom: 10px;
    padding: 10px 10px 5px 10px;
    border-radius: 5px;
}

/*-----------------------------------------------------------------------------------*/
.details-menu {
    background: none repeat scroll 0 0 #fff;
    background-color: rgb(255, 255, 255);
    border-bottom: 1px solid #dee5e7;
    box-shadow: none;
    display: block;
    margin-bottom: 10px;
    padding: 10px 10px 0px 10px;
    border-radius: 5px;
    height: 44px;
}

.menuTabs {
    position: relative;
    top: 1.5px;
    float: right;
    right: -30px
}

    .menuTabs ul {
        list-style-type: none;
        margin-bottom: 0;
        float: right
    }

        .menuTabs ul li {
            float: right
        }

@media screen and (max-width:768px) {
    .menuTabs ul li:last-child {
        margin: 20px
    }
}

.menuTabs .tab {
    border-bottom: none;
    padding: 10px 40px 14px 40px;
    background-color: #181c32;
    border-radius: 8px 8px 0 0;
    color: #fff;
}

    .menuTabs .tab:hover {
        background-color: #2a2a3c;
        color: #fff
    }

/*.menuTabs li:first-child a {
    font-weight: bold;
}*/

.menuTabs a.selected {
    background-color: #fff;
    color: #000 !important
}

.tabBody {
    border: Solid 1px #000;
    padding: 20px;
    background-color: #fff
}

@media screen and (max-width:768px) {
    .menuTabs ul li {
        margin: 10px;
        display: block
    }
}

/*---------------------------------------------------------------------------------------------------*/
.flatpickr-input {
    direction: ltr;
}
/*---------------------------------------------------------------------------------------------------*/
.nav-LinkTabName {
    cursor: pointer;
}
/*---------------------------------------------------------------------------------------------------*/
.select2-container--default .select2-selection--single {
    direction: rtl;
    text-align: right;
}

.select2-results__options {
    text-align: right;
}

.js-example-basic-single {
    direction: rtl;
}

.select2-container--bootstrap5 .select2-dropdown .select2-results_option.select2-results_option--selected::after {
    left: 1.25rem;
}
