﻿body {
}

.error_msg {
    color: red;
    text-align: left;
    font-size: 15px;
}

.required_txt {
    color: red;
}

.boxstop {
    border: 1px solid #209538;
    border-radius: 90%;
    padding-left: 8px;
    padding-right: 8px;
    background-color: #209538;
    color: white;
    font-weight: 800;
    font-size: 15pt;
    margin-right: 20px;
    padding-top: 3px;
    padding-bottom: 3px;
}

#MsgCommanSuccess, #MsgCommanError {
    display: none;
    padding: 8px 15px;
    margin-top: 5px;
}

.mywizard {
    border: 1px solid #dde2ef;
    background-color: #fff;
}

    .mywizard > .mywizard_content, .mywizard_actions, .mywizard_steps {
        padding: 20px;
    }

    .mywizard > .mywizard_content {
        border-bottom: 1px solid #dde2ef;
    }

    .mywizard > .mywizard_steps {
        border-bottom: 1px solid #dde2ef;
    }

    .mywizard > .mywizard_actions {
        justify-content: space-between;
        display: flex;
    }

.mywizard_steps > .mywizard_steps_peocess {
    width: 100%;
    display: flex;
}

    .mywizard_steps > .mywizard_steps_peocess li {
        list-style-type: none;
        float: left;
        width: 30%;
        position: relative;
        text-align: center;
        z-index: 1;
    }

        .mywizard_steps > .mywizard_steps_peocess li .number {
            content: " ";
            line-height: 30px;
            border-radius: 70%;
            width: 30px;
            height: 30px;
            border: 1px solid #ddd;
            display: block;
            text-align: center;
            margin: 0 auto 10px;
            background-color: white
        }

        .mywizard_steps > .mywizard_steps_peocess li:after {
            content: "";
            position: absolute;
            width: 100%;
            height: 2px;
            background-color: #ddd;
            top: 15px;
            left: -42%;
            z-index: -1;
        }

        .mywizard_steps > .mywizard_steps_peocess li:first-child:after {
            content: none;
        }

        .mywizard_steps > .mywizard_steps_peocess li.active {
            color: dodgerblue;
            z-index: 2;
        }

            .mywizard_steps > .mywizard_steps_peocess li.active .number {
                color: white;
                border-color: dodgerblue;
                background-color: dodgerblue
            }

            .mywizard_steps > .mywizard_steps_peocess li.active:after {
                background-color: dodgerblue;
            }

        .mywizard_steps > .mywizard_steps_peocess li.done {
            color: #00cccc;
            z-index: 3;
        }

            .mywizard_steps > .mywizard_steps_peocess li.done .number {
                color: white;
                border-color: dodgerblue;
                background-color: #00cccc
            }

            .mywizard_steps > .mywizard_steps_peocess li.done:after {
                color: white;
                background-color: #00cccc;
            }

.app-sidebar .slide-menu a:before {
    content: "";
    font-family: 'feather' !important;
    position: absolute;
    top: 9px;
    left: 27px;
    font-size: 9px;
    color: #6d7790;
}

.sub-slide-menu li {
    margin: 4px 0;
}

.slide.is-expanded .sub-side-menu__item:before {
    content: "";
    font-family: 'feather' !important;
    position: absolute;
    top: 9px;
    left: 23px;
    font-size: 9px;
}

.sub-side-menu__item {
    /* position: relative; */
    /* display: -webkit-box; */
    /*  display: -ms-flexbox;*/
    /* display: flex; */
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 7px 0;
    font-size: 14px;
}

.sub-side-menu__item {
    /* position: relative; */
    /* display: -webkit-box; */
    /* display: flex; */
    /* -webkit-box-align: center; */
    -ms-flex-align: center;
    align-items: center;
    padding: 7px 0;
    font-size: 14px;
}

.wall_show_img {
    /* max-height: 170px;*/
    overflow: hidden;
    position: relative;
}

.add_img_btn {
    position: absolute;
    right: 0;
    overflow: hidden;
    top: 5px;
}

    .add_img_btn input {
        position: absolute;
        left: 0;
        top: -21px;
        height: 55px;
        width: 39px;
        opacity: 0;
    }

    .add_img_btn a {
        border-radius: 50%;
        width: 35px;
        height: 35px;
        padding: 7px 0;
        text-align: center;
    }

.remove_img_btn a {
    border-radius: 50%;
    width: 35px;
    height: 35px;
    text-align: center;
    padding: 6px 0;
}

.remove_img_btn {
    position: absolute;
    right: 0;
    top: 5px;
}

.myautocompletelist {
    width: 100%;
    border: 1px solid #00000047;
    background-color: #fff;
}

.autocompletelist_box_img {
    float: left;
}

.autocompletelist_box_text {
    padding-top: 5px;
}

.upload-list-sec {
    width: 100%;
    height: 200px;
    border: 2px dashed;
    text-align: center;
    padding-top: 73px;
    position: relative;
    border-radius: 10px;
}


.checklabels {
    background-color: #d7e4f1;
    border: 2px solid lightblue;
    color: green;
    padding: 2px 40px;
    text-align: center;
    display: inline-block;
    font-size: 15px;
    margin: 2px 50px;
    cursor: pointer;
}

.checklabelssquare {
    background-color: #d7e4f1;
    border: 2px solid lightblue;
    color: green;
    padding: 10px 20px;
    text-align: center;
    display: inline-block;
    font-size: 15px;
    margin: 10px 20px;
    cursor: pointer;
}

.hdnchecklabels input[type="checkbox"] {
    visibility: hidden;
    position: absolute
}

.hdnchecklabels {
    color: #fff;
    background-color: #737f9e;
    border-color: #737f9e;
    padding: 7px;
    margin: 0px;
    cursor: pointer;
}

    .hdnchecklabels.active {
        background-color: #22c03c
    }


/** Room Allotment---------------->>*/
.BoxRoomAllotmentGreen {
    color: white !important;
    font-size: 15pt;
    background: url(../Images/green_pattern.png) repeat-x 0 0;
    padding: 10px;
    border-radius: 5px;
    margin: 2px;
    float: left;
    width: 70px;
    text-align: center;
    cursor: pointer;
}

.BoxRoomMultiAllotment {
    color: white !important;
    font-size: 15pt;
    background: url(../Images/mulitAllotment.png) repeat-x 0 0;
    padding: 10px;
    border-radius: 5px;
    margin: 2px;
    float: left;
    width: 70px;
    text-align: center;
    cursor: pointer;
}

.BoxRoomDetailsOrange {
    color: white !important;
    font-size: 15pt;
    background: url(../Images/orange_pattern.png) repeat-x 0 0;
    padding: 10px;
    border-radius: 5px;
    margin: 2px;
    float: left;
    width: 70px;
    text-align: center;
    cursor: pointer;
}

.customModal {
    display: none;
    position: absolute;
    z-index: 1;
}

.customModal-content {
    background-color: #fefefe;
    margin: auto;
    /* padding: 20px;*/
    /*border: 2px solid #888;
    border-radius: 20px;*/
}
/**RoomAllotment----------------<<*/

/*  table div css---->>>> */

.divTable {
    display: table;
    width: 100%;
}

.divTableRow {
    display: table-row;
}

.divTableHeading {
    background-color: #EEE;
    display: table-header-group;
}

.divTableCell,
.divTable2Cell,
.divTableHead {
    display: table-cell;
    padding: 3px 10px;
}

.divTableHeading {
    background-color: #EEE;
    display: table-header-group;
    font-weight: bold;
}

.divTableFoot {
    background-color: #EEE;
    display: table-footer-group;
    font-weight: bold;
}

.divTableBody {
    display: table-row-group;
}

.divTable2 {
    display: table;
    width: 100%;
}

.divTable2Row {
    display: table-row;
}

.divTable2Body {
    display: table-row-group;
}
/*  table div css----end */

.arrow {
    display: inline-block;
    height: 16px;
    vertical-align: middle;
    width: 16px;
}

    .arrow.up {
        background-image: url('/images/arrow-up.png');
    }

    .arrow.down {
        background-image: url('/images/arrow-down.png');
    }
/*Scorall menu Start*/

.allowscrollbary {
    overflow-y: scroll;
}

    .allowscrollbary::-webkit-scrollbar {
        width: 5px;
    }

    /* Track */
    .allowscrollbary::-webkit-scrollbar-track {
        box-shadow: inset 0 0 3px grey;
        border-radius: 2px;
    }

    /* Handle */
    .allowscrollbary::-webkit-scrollbar-thumb {
        background: #5e79bd85;
        border-radius: 20px;
    }

        /* Handle on hover */
        .allowscrollbary::-webkit-scrollbar-thumb:hover {
            background: #5e79bd;
        }

.allowscrollbarx {
    overflow-x: scroll;
}

    .allowscrollbarx::-webkit-scrollbar {
        width: 5px;
    }

    /* Track */
    .allowscrollbarx::-webkit-scrollbar-track {
        box-shadow: inset 0 0 3px grey;
        border-radius: 2px;
    }

    /* Handle */
    .allowscrollbarx::-webkit-scrollbar-thumb {
        background: #5e79bd85;
        border-radius: 20px;
    }

        /* Handle on hover */
        .allowscrollbarx::-webkit-scrollbar-thumb:hover {
            background: #5e79bd;
        }
/*Scorall menu End*/
