
.navbarSub {
    padding: 15px 10px;
    /*  background: #fff;*/
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbarSub-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.wrapperSub {
    display: flex;
    flex-wrap: wrap;
    /*  align-items: stretch;*/
}


#SidebarLeft {
    /* background-color: rgb(0 0 0 / 55%); */
    width: 320px;
    transition: all 0.3s;
    /* transition: width 2s; */
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 5px;
}


    #SidebarLeft.active {
        margin-left: -340px;
        margin-right: 20px;
    }

#ContentRight {
    margin-left: 0px;
    margin-right: 0px;
    min-height: 100vh;
    transition: all 0.3s;
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
}

/*dropdown xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

.dropbtn {
    /*  background-color: #3498DB;*/
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

    .dropbtn:hover, .dropbtn:focus {
        /*  background-color: #2980B9;
*/
    }

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #2a2b36;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

.dropdown a:hover {
    background-color: #ddd;
}

.show {
    display: block;
}



    /*#FolioToolBar, .dx-toolbar .dx-toolbar-items-container {
    height: 100px;
}*/

    .btn-outline:not(:disabled):not(.disabled):active, .btn-outline:not(:disabled):not(.disabled).active, .show > .btn-outline.dropdown-toggle {
        color: #fff;
        background-color: #334758b8;
        border-color: rgb(0 0 0 / 15%);
    }

.ContentWidth100 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-right: 10px;
}

.ContentWidthSmall {
    flex: 0 0 320px;
    max-width: 320px;
}

.ContentHide {
    display: none;
}

.rowNewMargin {
    margin-left: 0px !important;
    margin-right: 0px !important;
}


.resize {
    width: 49.5%;
    resize: vertical;
    overflow: hidden;
    margin: 2px;
    border: 1px solid #808080;
    background-color: #dddddd4d;
    border-radius: 8px;
    padding-left: 1px;
    padding-right: 1px;
}

.folio-header {
    padding-left: 8px;
    padding-right: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
}




.clsAmountBox .dx-texteditor-container .dx-texteditor-input-container .dx-texteditor-input {
    text-align: right !important;
}

.clsClick {
    cursor: pointer;
}



.clsTotalOutsBox {
    display: inline-block !important;
}

.containGuestPic {
    width: 80px;
    height: 80px;
    margin-left: 3px;
    margin-right: 8px;
}
