﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.footer {
    text-align: center;
    background-color: red;
    height: 50px;
    color: white;
    /*background-color:#2A395A;*/
    background-color: #333333;
    padding-top: 10px;
}

span.error {
    display: block;
    visibility: hidden;
    color: red;
    font-size: 90%;
}

span.errorShow {
    display: block;
    color: red;
    font-size: 90%;
}

tr.error {
    background-color: #a07777;
}

/*css for table*/
.container td {
    vertical-align: top;
}

.tablecontainer table {
    width: 100%;
    border-collapse: collapse;
    border-top: 1px solid #BFAEAE;
    border-right: 1px solid #BFAEAE;
}

.tablecontainer th {
    border-bottom: 2px solid #BFAEAE !important;
}

.tablecontainer th, .tablecontainer td {
    text-align: left;
    border-left: 1px solid #BFAEAE;
    padding: 5px;
    border-bottom: 1px solid #BFAEAE;
}

.ui-widget {
    font-size: 12px !important;
}


.DONE {
    background-color: #FF9933;
    border-color: #C0C0C0;
    color: White;
    background-position: 1px 1px;
    background-repeat: no-repeat;
    background-image: url('Bubble.png');
    padding-left: 50px;
}

.BOOKED {
    background-color: #33CCFF;
    border-color: #C0C0C0;
    color: White; /* text color */
    background-position: 1px 1px;
    background-repeat: no-repeat;
    background-image: url('ok.png');
    padding-left: 50px;
}

.PENDING {
    background-color: #33CC33;
    border-color: #C0C0C0;
    color: White; /* text color */
    background-position: 1px 1px;
    background-repeat: no-repeat;
    background-image: url('Money.png');
    padding-left: 50px;
}

#dialog-message {
    padding-top: 13px;
    text-align: center;
    border: 1px solid black;
    height: 120px !important;
}


.no-close .ui-dialog-titlebar-close {
    display: none
}

.p-loading {
    color: red;
    font-size: large
}

.popup {
    position: fixed !important;
    top: 10% !important;
    bottom: 2% !important;
    left: 50% !important;
    z-index: 1050 !important;
    width: 570px !important;
    margin-left: -280px !important;
    background-color: #ffffff !important;
    border: 1px solid #999 !important;
    border: 1px solid rgba(0, 0, 0, 0.3) !important;
    -webkit-border-radius: 6px !important;
    -moz-border-radius: 6px !important;
    border-radius: 6px !important;
    outline: none !important;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3) !important;
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3) !important;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3) !important;
    -webkit-background-clip: padding-box !important;
    -moz-background-clip: padding-box !important;
    background-clip: padding-box !important;
}

.popupbody {
    position: relative;
    padding: 5px;
    overflow-y: auto;
    /*border: 1px solid red !important;*/
}

.popupheader {
    padding: 9px 15px;
    border-bottom: 1px solid #eee;
}

.popupwell {
    min-height: 20px;
    padding: 10px;
    margin-bottom: 5px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}


.popupfooter {
    padding: 14px 15px 15px;
    margin-bottom: 0;
    text-align: right;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    -webkit-box-shadow: inset 0 1px 0 #ffffff;
    -moz-box-shadow: inset 0 1px 0 #ffffff;
    box-shadow: inset 0 1px 0 #ffffff;
}

.popup h3 {
    margin: 0;
    line-height: 30px;
}

h3 {
    font-size: 24.5px;
}

.Mylabel {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
}

/*for sub menu*/

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #ccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #fff;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }

/*for sub menu*/

input#Search {
    background: url(~/Content/themes/base/images/filter-add-icon.png);
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    border: 0;
}

input#Clear {
    background: url(~/Content/themes/base/images/filter-delete-icon.png);
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    border: 0;
}
table {
    border-collapse: collapse;
    width: 100%;
}

    table th {
        padding: 5px;
        background-color: #CE9C31;
        color: white;
        border: 1px solid black;
    }

    table td {
        padding: 5px;
        border: 1px solid black;
    }

    table tr:nth-child(even) {
        background: #fff;
    }

    table tr:nth-child(odd) {
        background: #eee;
    }

.jumbotron1 {
    padding: 0.5em 0.6em;
    
}

.swal-text {
    background-color: #FEFAE3;
    padding: 17px;
    border: 1px solid #F0E1A1;
    display: block;
    margin: 22px;
    text-align: center;
    color: #61534e;
}