﻿/*Main View*/
@font-face {
    font-family: 'iransansweb';
    src: url('../font/iransans/eot/iransansweb(fanum).eot') format('embedded-opentype'), url('../font/iransans/ttf/iransansweb(fanum).ttf') format('truetype'), url('../font/iransans/woff/iransansweb(fanum).woff') format('woff'), url('../font/iransans/woff2/iransansweb(fanum).woff2') format('woff2');
}

@font-face {
    font-family: 'iransansweb_black';
    src: url('../font/iransans/eot/iransansweb(fanum)_black.eot') format('embedded-opentype'), url('../font/iransans/ttf/iransansweb(fanum)_black.ttf') format('truetype'), url('../font/iransans/woff/iransansweb(fanum)_black.woff') format('woff'), url('../font/iransans/woff2/iransansweb(fanum)_black.woff2') format('woff2');
}

@font-face {
    font-family: 'iransansweb_bold';
    src: url('../font/iransans/eot/iransansweb(fanum)_bold.eot') format('embedded-opentype'), url('../font/iransans/ttf/iransansweb(fanum)_bold.ttf') format('truetype'), url('../font/iransans/woff/iransansweb(fanum)_bold.woff') format('woff'), url('../font/iransans/woff2/iransansweb(fanum)_bold.woff2') format('woff2');
}

@font-face {
    font-family: 'iransansweb_light';
    src: url('../font/iransans/eot/iransansweb(fanum)_light.eot') format('embedded-opentype'), url('../font/iransans/ttf/iransansweb(fanum)_light.ttf') format('truetype'), url('../font/iransans/woff/iransansweb(fanum)_light.woff') format('woff'), url('../font/iransans/woff2/iransansweb(fanum)_light.woff2') format('woff2');
}

@font-face {
    font-family: 'iransansweb_medium';
    src: url('../font/iransans/eot/iransansweb(fanum)_medium.eot') format('embedded-opentype'), url('../font/iransans/ttf/iransansweb(fanum)_medium.ttf') format('truetype'), url('../font/iransans/woff/iransansweb(fanum)_medium.woff') format('woff'), url('../font/iransans/woff2/iransansweb(fanum)_medium.woff2') format('woff2');
}

@font-face {
    font-family: 'iransansweb_ultralight';
    src: url('../font/iransans/eot/iransansweb(fanum)_ultralight.eot') format('embedded-opentype'), url('../font/iransans/ttf/iransansweb(fanum)_ultralight.ttf') format('truetype'), url('../font/iransans/woff/iransansweb(fanum)_ultralight.woff') format('woff'), url('../font/iransans/woff2/iransansweb(fanum)_ultralight.woff2') format('woff2');
}

:root {
    --signin-color: #121317;
    --body-color: #f3f7f8;
    --menu-bg: #FFFFFF;
    --biminess-color: #ffffff;
    --tab-container-color: #7065F0;
}

body {
    /*background: var(--body-color);*/
    overflow: hidden;
    background-color: #EAEAEA;
}

* {
    font-family: iransansweb;
}

.fLbl_header_login {
    display: inline-block;
    font-weight: bold;
    font-style: normal;
    font-weight: bold;
    line-height: 36px;
    font-size: 24px;
    /* identical to box height, or 129% */
    letter-spacing: -0.24px;
    color: var(--signin-color);
}

#tab_container {
    height: 41px;
    width: 100%;
    padding-left: 100px;
    padding-right: 270px;
    display: flex;
    flex-direction: row-reverse;
    /*background: linear-gradient(45deg,#7065F0 0%, #F7F7FD 100%);*/
    /*box-shadow: 0 1px 5px rgba(0,0,0,0.3);*/
    /*float:right;*/
}

#fullmenucontainer {
    /*height: 75px;*/
    background: linear-gradient(45deg,#006DA7 0%, #FFFFFF 100%);
}



.main_view_header {
    height: 40px;
    background-color: white;
    border-bottom: #EBEFF2 1px solid;
    position: relative;
    margin-bottom: 2px;
    /*border-radius: 8px;*/
}

.outermaintoolscontainer {
    width: calc(100% - 270px);
    height: calc(100% - 76px);
    float: left;
}

#main_view_tools_container {
    height: calc(100% );
    padding: 5px;
}

#main_view_tools_menu {
    height: 100%;
    background: #FFFFFF;
    border-left: #EBEFF2 1px solid;
}

.main_view_container {
    height: 100%;
    overflow: auto;
}

.main_view_search_ico {
    background-image: url('../imgs/Search.png');
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 60px;
    background-position: center;
    background-size: 40px 40px;
    background-repeat: no-repeat;
}


.main_view_search_input {
    width: 100%;
    height: 100%;
    direction: rtl;
    border: none;
    padding-right: 60px;
    font-size: 12pt;
    font-weight: bold;
    transition: all .3s ease-out;
    float: right;
    outline: none;
    border-radius: 0;
}

    .main_view_search_input:focus {
        /*border-radius: 25px;*/
        /*margin: 0 10px 0 10px;*/
        /*width: calc(100% - 20px);*/
        /*position: fixed;
        height: 60px;
        top: 0;
        left:0;
        right:0;
        bottom:0*/
    }

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #5D6C76;
    /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #5D6C76;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #5D6C76;
}

.main_view_search_blocker {
    position: fixed;
    opacity: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: black;
}

.search_result_container {
    opacity: 0;
    position: fixed;
    top: 0;
    left: 10px;
    right: 10px;
    bottom: 10px;
    margin: auto;
    background-color: #F5F6F8;
    border-radius: 5px;
    overflow: hidden;
    width: 90%;
    height: 90%;
}

.inner_search_result_container {
    overflow: auto;
    height: calc(100% - 55px);
}

.search_result_closer {
    height: 50px;
    /*border: 1px solid #EBEFF2;*/
    background: #FFFFFF;
}



/*Main View*/

.mainv_view_search_item {
    min-height: 128px;
    direction: rtl;
    cursor: pointer;
    padding: 5px;
    transition: all .3s ease-out;
}

.inner_mainv_view_search_item {
    cursor: pointer;
    padding: 5px;
    background-color: white;
    transition: all .3s ease-out;
    border: 1px solid #EBEFF2;
    border-radius: 5px;
}

    .inner_mainv_view_search_item:hover {
    }

.main_view_rownumber {
    float: right;
    height: 128px;
    width: 48px;
    line-height: 128px;
    text-align: center;
}

.main_view_pic {
    padding: 3px;
    margin: auto;
    min-height: 128px;
}

    .main_view_pic img {
        background-color: #F5F6F8;
        width: 96px;
        height: 96px;
        border: none;
        border-radius: 50%;
        margin: auto;
        margin-top: 12px;
        display: block;
    }

.main_view_pic_big {
    float: right;
    width: 100%;
    height: 100%;
    padding: 3px;
    background-size: contain;
    background-position: center;
}

    .main_view_pic_big img {
        width: 100%;
        height: 100%;
        border: none;
        margin: auto;
        object-fit: scale-down;
        object-position: top;
    }



#main_nav_container {
    height: 34px;
    position: relative;
    /*background: linear-gradient(45deg,#7065F0 0%, #F7F7FD 100%);*/
}

#inner_main_nav_containerbg {
    height: 35px;
    width: 100%;
    /*background: #3C444C;*/
    position: absolute;
    opacity: 0.5;
}

#inner_main_nav_container {
    height: 35px;
    width: 100%;
    position: absolute;
}

.menu_btn {
    background-image: url('img/menu.svg');
    height: 100%;
    min-width: 30px;
    float: right;
    transition: all .2s;
    background-size: 30px 30px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 5px;
}

    .menu_btn:hover {
        filter: drop-shadow(-2px -2px 5px rgba(0,0,0,0.5));
        /*background-image: url('img/menuoverlay.svg');*/
    }


.logout_btn {
    transition: all .2s;
    background-size: contain;
    cursor: pointer;
    background-repeat: no-repeat;
    background-image: url('img/logout.png');
    width: 32px;
    height: 32px;
    float: left;
    background-position: center;
    margin-left: 32px;
    margin-top: 20px;
    cursor: pointer;
}

    .logout_btn:hover {
        filter: drop-shadow(0 0 5px rgba(0,0,0,0.2));
    }

.changepass_btn {
    transition: all .2s;
    background-size: contain;
    cursor: pointer;
    background-repeat: no-repeat;
    background-image: url('img/changepassword.png');
    width: 32px;
    height: 32px;
    float: left;
    background-position: center;
    margin-left: 16px;
    margin-top: 20px;
    cursor: pointer;
}

    .changepass_btn:hover {
        filter: drop-shadow(0 0 5px rgba(0,0,0,0.2));
    }

.timesheet_btn {
    background-image: url('../imgs/timeoff.png');
    height: 32px;
    width: 32px;
    float: left;
    margin-left: 5px;
    margin-top: 2px;
    transition: all .2s;
    background-size: contain;
    cursor: pointer;
    background-size: 32px 32px;
    background-position: center;
    background-repeat: no-repeat;
}

    .timesheet_btn:hover {
        filter: drop-shadow(-2px -2px 5px rgba(0,0,0,0.5));
    }



.menu_blocker_hide {
    position: fixed;
    margin: auto;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    visibility: collapse;
    opacity: 0;
    transition: all 0.4s;
    background-color: #555555;
    direction: ltr;
    z-index: 3;
}

.menu_blocker_show {
    visibility: visible;
    opacity: 0.5;
    background-color: #000000;
    direction: ltr;
    z-index: 3;
}

.rightmenu {
    float: right;
    width: 270px;
    height: calc(100% - 76px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    background: var(--menu-bg);
    background: #F9FAFB;
    transition: .3s ease-out;
    z-index: 3;
}

.right_menu_hide {
    position: fixed;
    margin: auto;
    right: -500px;
    top: 0;
    bottom: 0;
    visibility: collapse;
    transition: all 0.4s ease-out;
    width: 80%;
    max-width: 270px;
    overflow-y: auto;
    background: var(--menu-bg);
}

.right_menu_show {
    box-shadow: 0px 30px 10px rgba(0, 0, 0, 0.5);
    right: 0;
    visibility: visible;
}




@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes dash {
    0% {
        stroke-dasharray: 1, 150;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -35;
    }

    100% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -124;
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1, 150;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -35;
    }

    100% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -124;
    }
}


/*TreeView*/

.tree_view_item {
    direction: rtl;
    padding: 1px 2px 1px 2px;
    line-height: 38px;
    cursor: pointer;
    transition: all 0.3s ease-in;
    font-weight: bold;
    color: white;
    /*border: 1px transparent solid;*/
    /*border-right: 5px transparent solid;*/
    padding-right: 10px;
}

    .tree_view_item:hover {
        /*border: 1px white solid;*/
        background-color: #1F8EFA;
        z-index: 999;
        box-shadow: 0px 30px 40px rgba(0, 0, 0, 0.1);
    }


.tree_view_item_icon {
    height: 32px;
    width: 24px;
    margin: 3px 3px 0 0;
    float: right;
    cursor: pointer;
    background-image: url('../imgs/menu_group.png');
    background-position: center;
    background-size: 16px 16px;
    background-repeat: no-repeat;
}
/*TreeView*/
.outter_login_container_view {
    position: fixed;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    float: right;
    border-radius: 11px;
    background-color: white;
    max-width: 398px;
    max-height: 320px;
    height: auto;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
}

.login_container_view {
    /*background: #121317;*/
    position: absolute;
    /*left: 50%;
    top: 50%;
    transform: translate(-50%, -90%);*/
    /*border-radius: 4px;*/
    padding: 10px;
    width: 100%;
    margin: auto;
    top: 0;
    bottom: 0;
}

    .login_container_view .formGrp {
        margin-bottom: 10px;
    }


.red_btn {
    width: 90px;
    margin: auto;
    border-radius: 2px;
    background: linear-gradient(45deg,#7065F0 0%, #7065F0 100%);
    border: none;
    color: #FFFFFF;
    text-align: center;
    transition: all 0.5s;
    cursor: pointer;
    height: 40px;
    cursor: pointer;
    display: block;
    position: relative;
    transition: 0.5s;
    outline: none;
    box-shadow: 0 2px 5px rgba(0,0,0,0.16),0 2px 10px rgba(0,0,0,0.12);
}

    .red_btn:hover {
        box-shadow: 0 0 8px rgba(0,0,0,0.18),0 8px 16px rgba(0,0,0,0.36);
    }

.blue_btn {
    width: 100%;
    margin: auto;
    border-radius: 11px;
    background: #006DA7;
    border: none;
    color: #FFFFFF;
    text-align: center;
    transition: all 0.5s;
    cursor: pointer;
    height: 40px;
    cursor: pointer;
    display: block;
    position: relative;
    transition: 0.5s;
    outline: none;
    /*box-shadow: 0 2px 5px rgba(0,0,0,0.16),0 2px 10px rgba(0,0,0,0.12);*/
}

.red_btn:hover {
    box-shadow: 0 0 8px rgba(0,0,0,0.18),0 8px 16px rgba(0,0,0,0.36);
}

.login_container_view {
    transition: 0.5s all ease-out;
    opacity: 0;
    /*margin-top: -30px;*/
}

.login_container_loaded {
    opacity: 1;
    /*margin-top: 0;*/
}




.form_footer {
    height: 40px;
    margin-top: 3px;
    background: white;
    box-shadow: 0px 4px 20px rgb(14 8 84 / 8%);
}




.footer_btn {
    height: 30px;
    line-height: 30px;
    transition: all .3s;
    background-repeat: no-repeat;
    float: left;
    cursor: pointer;
    position: relative;
    margin-left: 10px;
    margin-top: 5px;
    background-color:;
    /*background: linear-gradient(45deg,#7065F0 0%, #7065F0 100%);*/
    color: #FFFFFF;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
    border-radius: 2px;
    min-width: 80px;
    text-align: center;
    transition: all .3s;
    z-index: 0;
    background: #006DA7;
    border-radius: 11px;
}

    /* .footer_btn:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        background: linear-gradient(45deg,#7065F0 0%, #7065F0 100%);
        transition: all 0.3s;
        z-index: -1;
        content: "";
    }*/




    .footer_btn:hover {
        /*box-shadow: 0 2px 5px rgba(0,0,0,0.16),0 2px 10px rgba(0,0,0,0.12);*/
    }

        .footer_btn:hover:before {
            /*opacity: 1;*/
        }

        .footer_btn:hover > .tooltip {
            visibility: visible;
            opacity: 1;
            transition: all .3s;
            transform: rotateX(0);
        }

.footer_btn_ok {
    /*background: linear-gradient(45deg, #7065F0 0%, #7065F0 100%);*/
    border-style: none;
}


@-webkit-keyframes bganiamte {
    0% {
        background: linear-gradient(45deg,#7065F0 0%,#7065F0 100%);
    }

    100% {
        background: linear-gradient(45deg, #7065F0 0%, #7065F0 100%);
    }
}

@keyframes bganiamte {
    0% {
        background: linear-gradient(45deg,#7065F0 0%,#7065F0 100%);
    }

    100% {
        background: linear-gradient(45deg, #7065F0 0%, #7065F0 100%);
    }
}


.footer_btn_ico {
    height: 100%;
    width: 32px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    float: right;
}


.add_btn_ico {
    background-image: url('img/add.svg');
}

.print_btn_ico {
    background-image: url('img/print.png');
}

.ok_btn_ico {
    background-image: url('img/ok.svg');
}

.lock_btn_ico {
    background-image: url('img/lock.png');
}

.goods_btn_ico {
    background-image: url('img/good.png');
}

.unit_btn_ico {
    background-image: url('img/unit.png');
}


.edit_btn_ico {
    background-image: url('img/edit.svg');
}


.increase_btn_ico {
    transition: 0.5s all;
    background-image: url('img/increase.svg');
}


.decrease_btn_ico {
    transition: 0.5s all;
    background-image: url('img/decrease.svg');
}

.delete_btn_ico {
    transition: 0.5s all;
    background-image: url('img/delete.svg');
}

    .delete_btn_ico:hover {
        /*background-image: url('img/delete.svg');*/
    }


.addclient_btn_ico {
    transition: 0.5s all;
    background-image: url('img/add_client.svg');
}

    .addclient_btn_ico:hover {
        /*background-image: url('img/delete.svg');*/
    }


.send_btn_ico {
    background-image: url('img/send.png');
}

.invoicecancellation_btn_ico {
    background-image: url('img/invoicecancellation.png');
}

.statuscheck_btn_ico {
    background-image: url('img/statuscheck.png');
}

.taxmemory_btn_ico {
    background-image: url('img/taxmemory.png');
}

.invoice_btn_ico {
    background-image: url('img/invoice.png');
}

.server_btn_ico {
    background-image: url('img/server.png');
}

.refresh_btn_ico {
    background-image: url('img/refresh.png');
}


.usertocompany_btn_ico {
    background-image: url('img/usertocompany.png');
}

.voucher_btn_ico {
    background-image: url('img/documentdetail.png');
}

.connect_btn_ico {
    background-image: url('img/connected.png');
}

.food_btn_ico {
    background-image: url('img/food.png');
}

.choosefoodforusers_btn_ico {
    background-image: url('img/choose.png');
}

.choosefoodforotherusers_btn_ico {
    background-image: url('img/choose.png');
}

.grid_active {
    background-image: url('img/ic_checkmark.svg') !important;
}

.grid_deactive {
    background-image: url('img/ic_close.svg') !important;
}

.addgroup_btn_ico {
    background-image: url('img/ic_follow_Yellow.svg');
}

.veiwsummary_btn_ico {
    background-image: url('img/ic_topic_Green.svg');
}

.addappointment_btn_ico {
    background-image: url('img/ic_calendar.svg');
}

.map_btn_ico {
    background-image: url('img/ic_map.svg');
}

.veiwimgnews_btn_ico {
    background-image: url('img/ic_photo_library_Yellow.svg');
}

.sendsms_btn_ico {
    background-image: url('img/ic_send_sms1.svg');
}

.sendnotification_btn_ico {
    background-image: url('img/ic_send_notification.svg');
}


.showtypes_btn_ico {
    /*    background-image: url('img/ic_topic.svg');*/
    background-image: url('img/ic_topic_Green.svg');
}

.UpImage_btn_ico {
    background-image: url('img/pic_Add.svg');
}

.RemoveImage_btn_ico {
    background-image: url('img/pic_Remove.svg');
}

.UpImage_face_btn_ico {
    background-image: url('img/pic_Add.svg');
    /*    background-image: url('img/face_add.svg');*/
}

.RemoveImage_face_btn_ico {
    background-image: url('img/pic_Remove.svg');
    /*    background-image: url('img/face_remove.svg');*/
}


.adduser_btn_ico {
    background-image: url('img/ic_add_user_Yellow.svg');
}
/*
.adduser_Green_btn_ico {
    background-image: url('img/ic_add_user_Green.svg');
}*/

.msgbox_ico_container_warnning {
    animation-play-state: paused;
}

.uploadImg {
    /* width: 100%;
    height: auto;*/
    display: block;
}

.tooltip {
    display: inline-block;
    visibility: collapse;
    position: absolute;
    bottom: 90%;
    left: 0;
    min-width: 200px;
    background: white;
    opacity: 0;
    transition: all .3s;
    padding-right: 5px;
    padding-left: 5px;
    border-radius: 5px;
    border: 1px solid #CBCFD4;
    transform: rotateX(90deg);
    transform-style: preserve-3d;
}


.tooltip_header {
    display: inline-block;
    width: 100%;
    height: 35px;
    line-height: 35px;
    font-weight: bold;
    border-bottom: 2px solid #CBCFD4;
}

.tooltip_detail {
    height: auto;
    display: inline-block;
    width: 100%;
    height: 35px;
    line-height: 35px;
}



.aliglogo {
    display: block;
    width: 30px;
    height: 24px;
    float: left;
}

.biminessmenuname {
    display: inline-block;
    float: right;
    color: var(--biminess-color);
    font-weight: bold;
    line-height: 48px;
    margin-right: 3px;
    font-size: 16pt;
    margin-top: 18px;
    filter: drop-shadow(0 0 5px rgba(0,0,0,0.1));
    color: #0B0A0F;
    padding-top: 6px;
}

.menulogocontainer {
    margin-left: 15px;
    height: 35px;
    line-height: 35px;
}

.TypesGroupView {
    height: 100%;
    width: 100%;
}

.TypesView {
    height: 100%;
    width: 100%;
}

.AddTypesGroupView {
    margin: auto;
}

.UsersView {
    height: 100%;
    width: 100%;
}

.form_grid_container {
    width: 100%;
    height: calc(100% - 43px);
}

.form_grid_container_overlay {
    width: 100%;
    height: calc(100% - 83px);
}

.form_grid_container_withoutfooter {
    width: 100%;
    height: 100%;
}

.parenttyperowcontainer {
    border: 1px solid #dee2e6;
    margin: 5px;
}

.typerowcontainer {
    padding: 5px;
    border-bottom: 1px solid #dee2e6;
    transition: background .5s;
}

    .typerowcontainer:hover {
        /*background: #F7F7FD !important;
        color: white;*/
    }


    .typerowcontainer:nth-child(even) {
        background-color: rgba(0,0,0,.075);
    }

    .typerowcontainer:nth-child(odd) {
    }

    .typerowcontainer:last-child {
        border-bottom: 0;
    }

    .typerowcontainer input[type=checkbox] {
        float: right;
        width: 24px;
        height: 24px;
        margin: 3px;
        margin-top: 6px;
    }



    .typerowcontainer label {
        line-height: 24px;
        display: inline-block;
        float: right;
        min-height: 24px;
        margin: 3px;
        margin-top: 6px;
        color: inherit;
        transition: color .5s;
    }

    .typerowcontainer .imguploadbtn {
        display: inline-block;
        float: right;
        height: 24px;
        width: 24px;
        margin: 3px;
        background-image: url('img/pic_Add.svg');
        cursor: pointer;
        background-position: center;
        transition: all .3s;
    }

        .typerowcontainer .imguploadbtn:hover {
            filter: drop-shadow(0 5px 10px rgba(18,178,179,1));
        }



    .typerowcontainer .deleteimgbtn {
        display: inline-block;
        float: right;
        height: 24px;
        width: 24px;
        margin: 3px;
        background-image: url('img/pic_Remove.svg');
        cursor: pointer;
        background-position: center;
        transition: all .3s;
    }

        .typerowcontainer .deleteimgbtn:hover {
            filter: drop-shadow(0 5px 10px rgba(250,65,105,1));
        }


    .typerowcontainer .moreoptionbtn {
        display: inline-block;
        float: right;
        height: 24px;
        width: 24px;
        margin: 3px;
        background-image: url('img/ic_follow_Yellow.svg');
        cursor: pointer;
        background-position: center;
        transition: all .3s;
    }

        .typerowcontainer .moreoptionbtn:hover {
            /*            filter: drop-shadow(0 5px 10px rgba(247,195,89,1));*/
            filter: drop-shadow(0 5px 10px rgba(246,187,66,1));
        }

    .typerowcontainer .showtypesbtn {
        display: inline-block;
        float: left;
        height: 24px;
        width: 24px;
        margin: 3px;
        background-image: url('img/ic_topic_Green.svg');
        cursor: pointer;
        background-position: center;
        transition: all .3s;
    }



        .typerowcontainer .showtypesbtn:hover {
            /*            filter: drop-shadow(0 5px 10px rgba(247,195,89,1));*/
            filter: drop-shadow(0 5px 10px rgba(246,187,66,1));
        }

    .typerowcontainer img {
        display: block;
        float: left;
        height: 24px;
        width: 24px;
        margin: 3px;
        transition: all .3s;
    }

.NewsListView {
    height: 100%;
    width: 100%;
}


.SMSListView {
    height: 100%;
    width: 100%;
}

.NotificationListView {
    height: 100%;
    width: 100%;
}

.AccessPackageListView {
    height: 100%;
    width: 100%;
}

.ServiceView {
    height: 100%;
    width: 100%;
}

.accesspackagerowcontainer {
    border: 1px solid #dee2e6;
    margin: 5px;
}

.servicetoaccesspackagerowcontainer {
    border: 1px solid #dee2e6;
    margin: 5px;
    height: calc(100% - 55px);
    overflow: auto;
}






.ServiceToAccessPackageViewContainer {
    height: 100%;
}

.ServiceToAccessPackageView {
    height: calc(100% - 32px);
    overflow: hidden;
}

.AddressOnTheMapForThePatientView {
    height: 100%;
    width: 100%;
}

.AddressOnTheMapForThePatientView {
    height: 100%;
    width: 100%;
}


.ShowTypesForTypeGroupViewContainer {
    height: 100%;
    width: 100%;
}

.ShowTypesForTypeGroupView {
    height: calc(100% - 32px);
    overflow: hidden;
}

.menuItemContainer {
    height: calc(100% - 72px);
    overflow: auto;
}

.menuGroup {
    font-weight: bold;
    height: 52px;
    line-height: 52px;
    padding-right: 15px;
    transition: .3s all;
    border-left: 4px solid transparent;
    cursor: pointer;
    text-align: right;
}

    .menuGroup:hover {
        background-color: rgba(0,0,0,0.05);
    }

.menuGroupSelected {
    border-right: 4px solid #006DA7;
    /*border-right: 4px solid #7065F0;*/
    background-color: rgba(0,0,0,0.05);
}



.menuItem {
    height: 36px;
    line-height: 36px;
    padding-right: 38px;
    cursor: pointer;
    transition: .3s;
    text-align: right
}

    .menuItem:hover {
        background-color: rgba(0,0,0,.05);
    }

    .menuItem > img {
        display: block;
        float: right;
        margin-top: 8px;
        height: 18px;
        width: 18px;
        object-fit: cover;
        object-position: center;
        transform: rotateZ(180deg);
    }

.subMenuGroup {
    overflow: hidden;
    transition: all .3s;
    max-height: 0;
    background-color: rgba(0,0,0,0.05);
    border-left: 4px solid transparent;
}

.profiledatacontainer {
    background: #37474f;
    padding: 13px 15px 12px 15px;
}

    .profiledatacontainer > img {
        display: block;
        height: 48px;
        width: 48px;
        float: right;
        border-radius: 50%;
        object-fit: cover;
        object-position: center;
        background-color: white;
        box-shadow: 0 3px 10px rgba(0,0,0,0.8);
    }

.profile_name {
    display: inline-block;
    width: calc(100% - 48px);
    font-weight: bold;
    color: white;
    height: 48px;
    line-height: 48px;
    padding-right: 10px;
    text-align: right;
}

.opensubmenu {
    background-color: rgba(0,0,0,0.05);
    border-right: 4px solid #006DA7;
    /*border-right: 4px solid #7065F0;*/
}




.innerpanellogo {
    filter: drop-shadow(0 0 5px rgba(0,0,0,0.1));
    width: 113px;
    height: 75px;
    margin: auto;
    float: right;
    /*animation: rotate 10s normal infinite;*/
    position: relative;
    margin-right: 16px;
    color: #0B0A0F;
}

    .innerpanellogo > .taxlogo {
        filter: drop-shadow(0 0 5px rgba(0,0,0,0.1));
        display: block;
        background-size: contain;
        width: 100%;
        height: 100%;
        background-image: url('img/');
        background-position: center;
        background-repeat: no-repeat;
        position: absolute;
        left: 0;
        top: 0;
    }

    .innerpanellogo > .circle {
        filter: drop-shadow(0 0 5px rgba(0,0,0,0.1));
        display: block;
        width: 100%;
        height: 100%;
        background-image: url('img/circle.svg');
        background-size: 40px 40px;
        background-position: center;
        background-repeat: no-repeat;
        position: absolute;
        left: 0;
        top: 0;
    }

    .innerpanellogo > .dot {
        filter: drop-shadow(0 0 5px rgba(0,0,0,0.1));
        display: block;
        width: 100%;
        height: 100%;
        background-image: url('img/logodot.svg');
        background-size: 10px 10px;
        background-position: right top;
        background-repeat: no-repeat;
        position: absolute;
        left: 0;
        top: 0;
    }




/*
.AddMoreOptionForBaseTypeToTypeGroupViewContainer {
    height: 100%;
}*/

.AddMoreOptionForBaseTypeToTypeGroupView {
    margin: auto;
    max-width: 400px;
}


.AddTypeToTypeGroupViewContainer {
    height: 100%;
}

.AddTypeToTypeGroupView {
    height: calc(100% - 32px);
    overflow: hidden;
}


.parenttyperowcontainer {
    overflow: auto;
    height: calc(100% - 54px);
}


.parenttyperowcontainer {
    overflow: auto;
    height: calc(100% - 54px);
}



/*///////////////////////////*/

.AccessPackageToServiceViewContainer {
    height: 100%;
}

.AccessPackageToServiceView {
    height: calc(100% - 32px);
    overflow: hidden;
}

.accesspackagetoservicerowcontainer {
    overflow: auto;
    height: calc(100% - 54px);
}


.accesspackagetoservicetyperowcontainer {
    padding: 5px;
    border-bottom: 1px solid #dee2e6;
    transition: background .5s;
}

    .accesspackagetoservicetyperowcontainer:hover {
        background: #7065F0 !important;
        color: white;
    }


    .accesspackagetoservicetyperowcontainer:nth-child(even) {
        background-color: rgba(0,0,0,.075);
    }

    .accesspackagetoservicetyperowcontainer:nth-child(odd) {
    }

    .accesspackagetoservicetyperowcontainer:last-child {
        border-bottom: 0;
    }

    .accesspackagetoservicetyperowcontainer > input[type=checkbox] {
        float: left;
        width: 24px;
        height: 24px;
        margin: 0;
        margin: 3px;
    }


    .accesspackagetoservicetyperowcontainer > label {
        line-height: 24px;
        display: inline-block;
        float: left;
        height: 24px;
        margin: 3px;
        color: inherit;
        transition: color .5s;
    }

/*////////////////////////////////*/

.AccessPackageToAUserViewContainer {
    height: 100%;
}

.AccessPackageToAUserView {
    height: calc(100% - 32px);
    overflow: hidden;
}

.AccessPackageToAUserrowcontainer {
    overflow: auto;
    height: calc(100% - 54px);
}

.AccessPackageToAUsertyperowcontainer {
    padding: 5px;
    border-bottom: 1px solid #dee2e6;
    transition: background .5s;
}

    .AccessPackageToAUsertyperowcontainer:hover {
        background: #006DA7 !important;
        color: white;
    }


    .AccessPackageToAUsertyperowcontainer:nth-child(even) {
        background-color: rgba(0,0,0,.075);
    }

    .AccessPackageToAUsertyperowcontainer:nth-child(odd) {
    }

    .AccessPackageToAUsertyperowcontainer:last-child {
        border-bottom: 0;
    }

    .AccessPackageToAUsertyperowcontainer > input[type=checkbox] {
        float: right;
        width: 24px;
        height: 24px;
        margin: 0;
        margin: 3px;
    }


    .AccessPackageToAUsertyperowcontainer > label {
        line-height: 24px;
        display: inline-block;
        float: right;
        height: 24px;
        margin: 3px;
        color: inherit;
        transition: color .5s;
    }


/*////////////////////////////////*/

.ServiceProviderListView {
    height: 100%;
    width: 100%;
}

.btn_edit_profession {
    height: 28px;
    border: 0 none #ff0000;
    background-image: url('img/edit.svg');
    width: 41px;
    background-position: center;
    background-color: transparent;
    background-repeat: no-repeat;
    transition: all .5s;
    cursor: pointer;
    float: left;
}

    .btn_edit_profession:hover {
        filter: drop-shadow(-2px -2px 5px rgba(0,0,0,0.5));
        /*        box-shadow: 0 0 30px rgba(0,0,0,0.33);*/
    }

.btn_delete_profession {
    height: 28px;
    width: 41px;
    border: 0 none #ff0000;
    background-image: url(img/delete.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    transition: all .5s;
    cursor: pointer;
    float: left;
}

    .btn_delete_profession:hover {
        filter: drop-shadow(-2px -2px 5px rgba(0,0,0,0.5));
    }

.btn_add_subgroup_profession {
    height: 28px;
    width: 41px;
    border: 0 none #ff0000;
    background-image: url(img/addtogroup.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    transition: all .5s;
    cursor: pointer;
    float: left;
}

    .btn_add_subgroup_profession:hover {
        filter: drop-shadow(-2px -2px 5px rgba(0,0,0,0.5));
    }

.btn_Add_profession {
    height: 28px;
    width: 41px;
    border: 0 none #ff0000;
    background-image: url(img/add.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    transition: all .5s;
    cursor: pointer;
    float: left;
}

    .btn_Add_profession:hover {
        filter: drop-shadow(-2px -2px 5px rgba(0,0,0,0.5));
    }

.btn_edit_parent_profession {
    height: 28px;
    width: 41px;
    border: 0 none #ff0000;
    background-image: url(img/edit.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    transition: all .5s;
    cursor: pointer;
    float: left;
}

    .btn_edit_parent_profession:hover {
        filter: drop-shadow(-2px -2px 5px rgba(0,0,0,0.5));
    }


.icon_active {
    background-image: url(img/active.svg);
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-position: 1px 1px;
    float: left;
    height: 24px;
    width: 24px;
    display: inline-block;
}

.icon_deactive {
    background-image: url(img/deactive.svg);
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-position: 1px 1px;
    float: left;
    height: 24px;
    width: 24px;
    display: inline-block;
}

.SUsersSummaryViewContainer {
    width: 100%;
    height: 100%;
}

.SUsersSummaryView {
    height: 100%;
    overflow: hidden;
}

.SUserssummarycontainer {
    overflow: auto;
    height: calc(100% - 54px);
}

.outer_main_view_items_container {
    padding: 10px;
    overflow: auto;
}

.AddNewsViewContainer {
    width: 100%;
    height: 100%;
}

.AddNewsView {
    height: 100%;
    overflow: hidden;
}

.AddNewsRowContainer {
    overflow: auto;
    height: calc(100% - 54px);
}

.AddSUsersViewContainer {
    width: 100%;
}

.AddSUsersView {
    height: 100%;
    overflow: hidden;
}

.AddSUsersRowContainer {
    overflow: auto;
    height: calc(100% - 54px);
}

.AddServiceProviderViewContainer {
    width: 100%;
}

.AddServiceProviderView {
    height: 100%;
    overflow: hidden;
}

.AddServiceProviderRowContainer {
    overflow: auto;
    height: calc(100% - 54px);
}

.rowtextarea {
    height: auto;
    border-spacing: 4px;
    padding-top: 1px;
    padding-right: 2px;
    padding-bottom: 1px;
    padding-left: 2px;
}

.ServiceProviderSummaryViewContainer {
    width: 100%;
    height: 100%;
}

.ServiceProviderSummaryView {
    height: 100%;
    overflow: hidden;
}

.ServiceProvidersummarycontainer {
    overflow: auto;
    height: calc(100% - 54px);
}

.serviceprovidersummaryrowcontainer {
    padding: 5px;
    border: 1px solid #dee2e6;
    /*border-bottom: 1px solid #dee2e6;*/
}

    .serviceprovidersummaryrowcontainer:nth-child(even) {
        background-color: rgba(0,0,0,.075);
    }

    .serviceprovidersummaryrowcontainer:nth-child(odd) {
    }

    .serviceprovidersummaryrowcontainer:last-child {
        /* border-bottom: 0;*/
    }

.wardsofserviceproviderrowcontainer {
    overflow: auto;
    height: calc(100% - 54px);
    border: 1px solid #dee2e6;
    margin: 5px;
}


.wardsofserviceprovidertyperowcontainer {
    padding: 5px;
    border-bottom: 1px solid #dee2e6;
    transition: background .5s;
}

    .wardsofserviceprovidertyperowcontainer:hover {
        background: #7065F0 !important;
        color: white;
    }


    .wardsofserviceprovidertyperowcontainer:nth-child(even) {
        background-color: rgba(0,0,0,.075);
    }

    .wardsofserviceprovidertyperowcontainer:nth-child(odd) {
    }

    .wardsofserviceprovidertyperowcontainer:last-child {
        border-bottom: 0;
    }

    .wardsofserviceprovidertyperowcontainer > input[type=checkbox] {
        float: left;
        width: 24px;
        height: 24px;
        margin: 0;
        margin: 3px;
    }


    .wardsofserviceprovidertyperowcontainer > label {
        line-height: 24px;
        display: inline-block;
        float: left;
        height: 24px;
        margin: 3px;
        color: inherit;
        transition: color .5s;
    }

/*/////////////////////////////////////////*/



.UsersToAServiceProviderrowcontainer {
    overflow: auto;
    height: calc(100% - 54px);
    border: 1px solid #dee2e6;
    margin: 5px;
}


.UsersToAServiceProvidertyperowcontainer {
    padding: 5px;
    border-bottom: 1px solid #dee2e6;
    transition: background .5s;
}

    .UsersToAServiceProvidertyperowcontainer:hover {
        background: #7065F0 !important;
        color: white;
    }


    .UsersToAServiceProvidertyperowcontainer:nth-child(even) {
        background-color: rgba(0,0,0,.075);
    }

    .UsersToAServiceProvidertyperowcontainer:nth-child(odd) {
    }

    .UsersToAServiceProvidertyperowcontainer:last-child {
        border-bottom: 0;
    }

    .UsersToAServiceProvidertyperowcontainer > input[type=checkbox] {
        float: left;
        width: 24px;
        height: 24px;
        margin: 0;
        margin: 3px;
    }


    .UsersToAServiceProvidertyperowcontainer > label {
        line-height: 24px;
        display: inline-block;
        float: left;
        height: 24px;
        margin: 3px;
        color: inherit;
        transition: color .5s;
    }





.AUserToServiceProvidersrowcontainer {
    overflow: auto;
    height: calc(100% - 54px);
    border: 1px solid #dee2e6;
    margin: 5px;
}


.AUserToServiceProviderstyperowcontainer {
    padding: 5px;
    border-bottom: 1px solid #dee2e6;
    transition: background .5s;
}

    .AUserToServiceProviderstyperowcontainer:hover {
        background: #7065F0 !important;
        color: white;
    }


    .AUserToServiceProviderstyperowcontainer:nth-child(even) {
        background-color: rgba(0,0,0,.075);
    }

    .AUserToServiceProviderstyperowcontainer:nth-child(odd) {
    }

    .AUserToServiceProviderstyperowcontainer:last-child {
        border-bottom: 0;
    }

    .AUserToServiceProviderstyperowcontainer > input[type=checkbox] {
        float: left;
        width: 24px;
        height: 24px;
        margin: 0;
        margin: 3px;
    }


    .AUserToServiceProviderstyperowcontainer > label {
        line-height: 24px;
        display: inline-block;
        float: left;
        height: 24px;
        margin: 3px;
        color: inherit;
        transition: color .5s;
    }

/*////////////////////////*/


.UsersToAccessPackageViewContainer {
    height: 100%;
}

.UsersToAccessPackageView {
    height: calc(100% - 32px);
    overflow: hidden;
}


.userstoAccessPackagerowcontainer {
    overflow: auto;
    height: calc(100% - 100px);
    border: 1px solid #dee2e6;
    margin: 5px;
}


.userstoAccessPackagetyperowcontainer {
    padding: 5px;
    border-bottom: 1px solid #dee2e6;
    transition: background .2s;
    background-color: rgba(0,0,0,.075);
    background-color: rgba(255,255,255,1);
}

    .userstoAccessPackagetyperowcontainer:hover {
        background: #2965FC !important;
        color: white;
    }


    .userstoAccessPackagetyperowcontainer:nth-child(even) {
    }

    .userstoAccessPackagetyperowcontainer:nth-child(odd) {
    }

    .userstoAccessPackagetyperowcontainer:last-child {
        border-bottom: 0;
    }

    .userstoAccessPackagetyperowcontainer > input[type=checkbox] {
        float: right;
        width: 24px;
        height: 24px;
        margin: 0;
        margin: 3px;
    }


    .userstoAccessPackagetyperowcontainer > label {
        line-height: 24px;
        display: inline-block;
        float: right;
        height: 24px;
        margin: 3px;
        color: inherit;
        transition: color .5s;
        direction: rtl;
    }


.patientsummaryimg {
    display: block;
    margin: auto;
    /*shape-margin: 20px;*/
    width: auto;
    height: auto;
    max-width: 90%;
    object-fit: contain;
    object-position: center;
}

.serviceprovidersummaryimg {
    display: block;
    margin: auto;
    /*shape-margin: 20px;*/
    width: auto;
    height: auto;
    max-width: 90%;
    object-fit: contain;
    object-position: center;
}



.newsimg {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
}


.AddressOnTheMapForThePatientViewContainer {
    width: 100%;
    height: 100%;
}



.calendarweekdayscontainer {
    width: 100%;
    height: 40px;
}

.outercalendar {
    padding: 5px;
    height: 330px;
}

.calendar {
    font-family: Mulish;
    background-color: white;
    box-shadow: 0px 5px 10px rgba(0, 64, 128, 0.04);
    height: 100%;
    border: 1px #9393AA99 solid;
}

.calendarweekdaysname {
    float: left;
    width: 14.28%;
    text-align: center;
    height: 40px;
    line-height: 40px;
    color: #9393AA;
    font-family: inherit;
    font-size: 10pt;
}

.calendarmonthyearname {
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #9393AA;
    font-weight: bold;
    font-size: 10pt;
    font-family: inherit;
    text-align: center;
}

.calendardaydumy {
    width: 14.28%;
    height: 40px;
    line-height: 40px;
    color: #1E1F20;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    font-family: inherit;
    float: left;
    text-align: center;
    transition: .3s all;
    border-radius: 12px;
}

.calendarday {
    width: 14.28%;
    height: 40px;
    line-height: 40px;
    color: #1E1F20;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    font-family: inherit;
    float: left;
    text-align: center;
    transition: .3s all;
    border-radius: 12px;
    cursor: pointer;
    position: relative;
}

    .calendarday:hover {
        background-color: #FE9870;
        color: white;
        box-shadow: 0 2px 5px rgba(0,0,0,0.3);
    }

.calendardayhavesession {
    background-image: url(img/havesession.svg);
    left: 0;
    right: 0;
    bottom: 0;
    height: 16px;
    background-position: center;
    background-size: 16px 16px;
    position: absolute;
    background-repeat: no-repeat;
    animation: flashing 1s alternate-reverse infinite;
}

@-webkit-keyframes flashing {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes flashing {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.outermonthnamescontainer {
    max-height: 173px;
    margin: 5px;
    font-family: Mulish;
    box-shadow: 0px 5px 10px rgba(0, 64, 128, 0.04);
    overflow: auto;
    border: 1px #9393AA99 solid;
    background-color: white;
    width: calc(100% - 10px);
}

.monthnamescontainer {
    height: 100%;
    width: 100%;
    font-family: inherit;
    overflow: auto;
}

.monthname {
    float: left;
    line-height: 40px;
    height: 40px;
    cursor: pointer;
    transition: .3s all;
    padding-left: 15px;
}

    .monthname:hover {
        background-color: #FE9870;
        color: white;
        box-shadow: 0 2px 5px rgba(0,0,0,0.3);
    }


.outeryearnamecontainer {
    height: 50px;
    margin: auto;
    padding: 5px;
    font-family: Mulish;
}

.yearnamecontainer {
    height: 100%;
    background-color: white;
    box-shadow: 0px 5px 10px rgba(0, 64, 128, 0.04);
    font-family: inherit;
    overflow: auto;
    padding-right: 5px;
    padding-left: 5px;
    margin: auto;
    width: 128.72px;
}

    .yearnamecontainer button {
        float: left;
        width: 32px;
        height: 100%;
        background-size: 32px 32px;
        background-position: center;
        border: none;
        background-repeat: no-repeat;
        background-color: transparent;
        transition: all .3s;
        cursor: pointer;
    }

        .yearnamecontainer button:hover {
            filter: drop-shadow(0 2px 5px rgba(0,0,0,0.3));
        }

        .yearnamecontainer button:first-child {
            background-image: url('img/previous.svg');
        }

        .yearnamecontainer button:last-child {
            background-image: url('img/next.svg');
        }



.YearName {
    float: left;
    height: 100%;
    display: inline-block;
    line-height: 40px;
    font-size: 11pt;
    width: calc(100% - 64px);
    text-align: center;
}



.BookHoursForOneMonthViewContainer {
    width: 100%;
    height: 100%;
}

.BookHoursForOneDayViewContainer {
    max-width: 450px;
    height: 100%;
    overflow: hidden;
}

.BookHoursForOneMonthView {
    width: 100%;
    height: 100%;
}

.BookHoursForOneDayView {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.outerweekdaysheaderforscheduale {
    position: relative;
    width: auto;
    height: calc(100% - 96px);
    overflow: auto;
}


.weekdaysheaderforscheduale {
    position: sticky !important;
    display: inline-flex;
    position: relative;
    min-width: 100%;
    height: 40px;
    /*border: 1px #9393AA99 solid;*/
    background-color: white;
    box-shadow: 0px 5px 10px rgba(0, 64, 128, 0.04);
    z-index: 2;
    top: 0;
}

    .weekdaysheaderforscheduale > div {
        float: left;
        width: 150px;
        height: 100%;
        height: 39px;
        text-align: center;
        font-size: 10pt;
        border-right: black;
        line-height: 39px;
        /*border-right: 1px #9393AA99 solid;*/
    }

        .weekdaysheaderforscheduale > div:last-child {
            /*border-right: 0 #9393AA99 solid;*/
        }

.outerschedualefordays {
    display: inline-flex;
    position: relative;
    height: calc(100% - 36px);
    overflow: auto;
    width: 100%;
    height: 100%;
}


.schedualefordays {
    display: inline-flex;
    position: relative;
    height: calc(100% - 44px);
    overflow: visible;
    min-width: 100%;
}

    .schedualefordays > div {
        float: left;
        width: 150px;
        height: auto;
        text-align: center;
    }

        .schedualefordays > div:last-child {
            /*border-right: 1px #9393AA99 solid;*/
        }

        .schedualefordays > div > div {
            width: 150px;
            height: 40px;
            text-align: center;
            line-height: 40px;
            /*border-right: 1px #9393AA99 solid;*/
            /*border-left: 1px #9393AA99 solid;*/
            /*border-bottom: 1px #9393AA99 solid;*/
        }

.AddBookHoursForOneMonthViewContainer {
}


.appointmenthoutoolscontainer {
    display: inline-flex;
    position: relative;
    overflow: auto;
    width: 100%;
    height: 100%;
    background-color: white;
    box-shadow: 0px 5px 10px rgba(0, 64, 128, 0.04);
    margin: 5px;
}

    .appointmenthoutoolscontainer > div > div {
        float: left;
        width: 120px;
        height: 40px;
        line-height: 40px;
        text-align: center;
    }

    .appointmenthoutoolscontainer > div > label {
        float: left;
        width: 150px;
        height: 40px;
        line-height: 40px;
        text-align: center;
    }

    .appointmenthoutoolscontainer > div {
        padding: 5px;
    }



.clear_btn {
    height: 32px !important;
    line-height: 32px !important;
    transition: all .3s;
    background-repeat: no-repeat;
    cursor: pointer;
    position: relative;
    background: linear-gradient(45deg, #7065F0, #7065F0);
    color: #FFFFFF;
    display: inline-block;
    border-radius: 2px;
    text-align: center;
    transition: all .3s;
    z-index: 0;
}

    .clear_btn:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        background: linear-gradient(45deg,#7065F0, #7065F0 );
        transition: all 0.3s;
        z-index: -1;
        content: "";
    }

    .clear_btn:hover {
        box-shadow: 0 2px 5px rgba(0,0,0,0.16),0 2px 10px rgba(0,0,0,0.12);
    }

        .clear_btn:hover:before {
            opacity: 1;
        }



.show_menu {
    right: 0;
}

.menu_btn {
    display: block;
    float: right;
    width: 32px;
    height: 100%;
    margin-left: 5px;
    margin-right: 5px;
    display: none;
}

.scheduleday {
    width: calc(100% - 10px);
    height: 45px;
    line-height: 39px;
    margin: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    background: white;
    padding: 3px;
    cursor: pointer;
    border-radius: 3px;
    transition: .3s all;
}

    .scheduleday:hover {
        /* background-color: #FE9870;
        color: white;*/
        box-shadow: 0px 5px 10px rgba(0, 64, 128, 0.04);
    }

.scheduletimetaken {
    float: right;
    width: 24px;
    height: 100%;
    background-position: center;
    background-size: 24px 24px;
    background-image: url('img/timetaken.svg');
    background-repeat: no-repeat;
}

.TravelPolicyView {
    height: 100%;
}

.AddTravelPolicyAndPersonViewContainer {
    height: 100%;
    width: 100%;
}

.AddTravelPolicyAndPersonView {
    height: 100%;
    width: 100%;
}

.CustomersView {
    height: 100%;
}

.FanavaLogView {
    height: 100%;
}

.innercontainer {
    height: calc(100% - 40px);
    width: 100%;
    overflow: scroll;
    overflow-x: hidden;
}

.TrafficList {
    height: 100%;
}

.CompanyList {
    height: 100%;
}

.AccountList {
    height: 100%;
}

.CompanyApplicationView {
    height: calc(100% - 32px);
}

.TaxMemoryView {
    height: calc(100% - 32px);
}

.ToalAccount {
    height: 100%;
}

.SubsidiaryAccount {
    height: 100%;
}

.DetailGroupAccount {
    height: 100%;
}

.DetailAccount {
    height: 100%;
}

.FoodList {
    height: 100%;
}

.BudgetVoucherList {
    height: 100%;
}

.SendingInvoiceStatusLastErrorView {
    height: calc(100% - 32px);
}

.AddBudgetVoucher {
    height: calc(100% - 32px);
}

.GoodsView {
    height: calc(100% - 32px);
}


.AddFoodToMenu {
    height: calc(100% - 32px);
}

.UnitView {
    height: calc(100% - 32px);
}

.SendInvoiceView {
    height: calc(100% - 32px);
}


.ChangePassword {
    width: 300px !important;
    right: 16px;
}


.Print {
    height: calc(100% - 32px);
}

.chartcontainer {
    width: calc(100% );
    background-color: white;
    border-radius: 5px;
    filter: drop-shadow(0px 4px 6px rgba(0, 0, 0, 0.2));
    overflow: hidden;
}

.chartoutercontainer {
    padding: 8px;
}


.ClientsView {
    height: 100%;
}

.DashBoardView {
    height: 100%;
}

.CompanyView {
    height: 100%;
}

.InvoiceView {
    height: 100%;
}

.dashboardcounter {
    display: block;
    height: 40px;
    font-weight: bold;
    width: 100%;
    font-size: 22pt;
    text-align: center;
}


.SubsidiaryToDetail {
    height: calc(100% - 32px);
}

.FoodHistory {
    height: 100%;
}

.BudgetDeatil {
    height: calc(100% - 32px);
}

.OtherPerson {
    height: 100%;
}


.ChooseFoodForOtherPersons {
    height: calc(100% - 32px);
    width: calc(100% - 32px);
}

.ChooseFoodForOtherUserList {
    height: calc(100% - 32px);
    width: calc(100% - 32px);
}

.MenuPrint {
    /*   height: calc(100% - 32px);
    width: calc(100% - 32px);*/
}

.AddTranslatorToBookView {
    height: calc(100% - 32px);
}

.AddWriterToBookView {
    height: calc(100% - 32px);
}

.DashboardView {
    height: calc(100% );
    overflow: auto;
    margin: 32px;
}

.numberofpeopleeachmonth {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.outterclientstatescontainer {
    position: relative;
    width: auto;
    height: 100%;
    overflow: auto;
    direction: rtl;
}

.clientstatescontainer {
    display: inline-flex;
    position: relative;
    min-width: 100%;
    overflow: visible;
    height: 100%;
}

    .clientstatescontainer > div {
        width: 300px;
        border-left: 2px solid #dee2e6;
        padding:8px;
    }

.clientstatetitle {
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: white;
    filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.1));
    border-radius: 5px;
    font-weight:bold;
}

.clientstateitem {
    background-color: white;
    filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.1));
    border-radius: 5px;
    height:150px;
    margin-top:8px;
}

.OrderDetailContainer{
    height:calc(100% - 563px);
    min-height:265px;
    
}

.OrderSystemSettingsContainer {
    height: calc(100% - 43px)
}

.searchtoolforbinderform
{
    width:100%;
}


@media screen and (max-width: 767px) {
    .show_menu {
        right: 0 !important;
    }

    .menu_btn {
        display: block;
    }

    .rightmenu {
        position: fixed;
        width: 100%;
        max-width: 300px;
        right: -400px;
        z-index: 3;
        top: 0;
        bottom: 0;
        height: 100%;
    }

    #main_nav_container {
        height: 75px;
    }

    .outermaintoolscontainer {
        width: 100%;
        height: calc(100% - 116px);
    }

    #tab_container {
        padding-right: 0;
        padding-left: 0;
        /*margin-top: -1px;*/
    }

    #inner_main_nav_containerbg {
        height: 75px;
    }

    #inner_main_nav_container {
        height: 75px;
    }
}

@media screen and (min-width: 768px) {
}




@media (min-width: 768px) and (max-width: 991px) {
}


@media (min-width: 992px) and (max-width: 1199px) {
}



@media (max-device-width: 480px) and (orientation: landscape) {
}

@media all and (transform-3d), (-webkit-transform-3d) {
}
