@media print {
    .no-print,
    .no-print * {
        display: none !important;
    }
}

.allBackground {
    background: #f4f6f9;
}

.width-100 {
    width: 100%;
}

.tRight {
    text-align: right
}

.tCenter {
    text-align: center
}

.tLeft {
    text-align: left
}


/* td {
    text-align: center
} */


/* .loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: transparent url('img/rolling.gif') 50% 50% no-repeat rgba(249, 249, 249, 0.2);
} */

.error {
    color: red;
}

.active {
    background-color: blue;
    color: white;
    pointer-events: none;
    cursor: default;
}

.required:after {
    color: #d00;
    content: "*";
    font-weight: bold;
    /* position: absolute;
    margin-left: 5px;
    top: 7px; */
}

.errorBorder {
    bottom: 1px solid red;
}


/* card start */

.card-body {
    padding: 0;
}

.card {
    background: #ffffff;
    margin: 7.5px 0;
    padding: 20px;
    border: 1px solid #e7e7e7;
    border-radius: 3px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.card-subtitle {
    font-size: 12px;
    margin: 10px 0;
}

.card-title {
    font-weight: 400;
    font-size: 18px;
    margin: 0;
}

.card-title h4 {
    display: inline-block;
    font-weight: 400;
    font-size: 18px;
}

.card-title p {
    font-family: 'Roboto', sans-serif;
    margin-bottom: 12px;
}

.card-header-right-icon {
    display: inline-block;
    float: right;
}

.card-header-right-icon li {
    float: right;
    padding-left: 14px;
    color: #868e96;
    cursor: pointer;
    vertical-align: middle;
    transition: all 0.5s ease-in-out;
    display: inline-block;
}

.card-header-right-icon li .ti-close {
    font-size: 12px;
}

.card-option {
    position: relative;
}

.card-option-dropdown {
    display: none;
    left: auto;
    right: 0;
}

.card-option-dropdown li {
    display: block;
    float: left;
    width: 100%;
    padding: 0;
}

.card-option-dropdown li a {
    line-height: 25px;
    font-size: 12px;
}

.card-option-dropdown li a i {
    margin-right: 10px;
}


/* card end */


/* loader start*/

.loader {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.4);
    z-index: 9999;
}

.loader::after {
    content: '';
    display: block;
    position: absolute;
    left: 48%;
    top: 40%;
    width: 40px;
    height: 40px;
    border-style: solid;
    border-color: #3498db;
    border-top-color: transparent;
    border-width: 4px;
    border-radius: 50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/* loader end */


/* Book Stall */

.rect {
    border: 1px solid black;
    height: 20px;
    width: 20px;
}

.requested {
    background-color: rgba(255, 69, 0, 0.75);
}

.selected {
    background-color: rgba(0, 255, 0, 0.75);
}

.available {
    background-color: white;
}

.booked {
    background-color: grey;
}

.inputfile+label {
    font-size: 1.25em;
    font-weight: 700;
    color: white;
    background-color: black;
    display: inline-block;
}

.inputfile:focus+label,
.inputfile+label:hover {
    background-color: red;
}

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

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    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-content a:hover {
    background-color: #ddd
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}


/* td {
    vertical-align: middle;
} */


/* tr {
    text-align: center;
} */

.multiselect-parent {
    width: 100%;
}

.multiselect-parent .dropdown-toggle {
    width: 100%;
}

.multiselect-parent .dropdown-menu {
    width: 100%;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.successColor {
    color: #3c763d;
}

.panel-green>.panel-heading {
    border-color: #5cb85c;
    background-color: #5cb85c;
    color: #ffffff;
}

.panel-yellow>.panel-heading {
    border-color: #f0ad4e;
    background-color: #f0ad4e;
    color: #ffffff;
}

.panel-red>.panel-heading {
    border-color: #d9534f;
    background-color: #d9534f;
    color: #ffffff;
}

.panel-seaGreen>.panel-heading {
    border-color: #3CB371;
    background-color: #3CB371;
    color: #ffffff;
}

.panel-slateBlue>.panel-heading {
    border-color: #6A5ACD;
    background-color: #6A5ACD;
    color: #ffffff;
}

.panel-footer-text-red {
    color: #d9534f;
}

.panel-footer-text-green {
    color: #5cb85c;
}

.panel-footer-text-seaGreen {
    color: #3CB371;
}

.panel-footer-text-yellow {
    color: #f0ad4e;
}

.panel-footer-text-blue {
    color: #337ab7;
}

.panel-footer-text-slateBlue {
    color: #6A5ACD;
}

.disabled {
    pointer-events: none;
    cursor: default;
}