﻿
.PageTitleIcon {
    padding-right: 10px;
    font-size: 20px;
    color: #0033A0;
}

.loader-container {
    z-index: 100;
    position: fixed;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    background: black;
    opacity: .5;
}

.loader-body {
    z-index: 100;
    margin: 0px auto;
    width: 0px;
    text-align: center;
    height: 100%;
}

.loader-image {
    position: fixed;
    top: 50%;
}
/*Search Style*/
.search-box-container {
    margin-bottom: 20px;
}

.search-box {
    border: 1px solid #2c77f4;
    padding-top: 10px;
    margin: 0px !important;
}

.search-title {
    cursor: pointer;
    background: #2f5bb7;
    color: #fff;
    padding: 5px 10px 0px;
    margin: 0px !important;
}
/*/Search Style*/

.table thead th {
    background: #2f5bb7;
    color: #fff !important;
}

.form-footer {
    text-align: center;
}

    .form-footer input[type="button"], .form-footer input[type="submit"] {
        width: 130px;
    }

.head-title-manage {
    width: 40%;
}

.head-buttons-manage {
    width: 60%;
    direction: rtl;
}

.repeater-icons {
    text-align: center;
    font-size: 2rem !important;
}
.fa-false, .fa- {
    color: red;
}
.fa-true{
    color:green;
}
input[type="text"]:disabled, .disabled {
    background: #dddddd !important;
    cursor:not-allowed;
}
.link-onlineCkeckin-container {
    white-space: nowrap;
    overflow: hidden;
    padding: 5px;
}
.link-onlineCkeckin {
    border: 1px solid;
    padding: 0px 10px;
    border-radius: 10px;
    text-decoration: none;
    color: #0033a0;
}
.Plus{
    color:green;
}
.Minus{
    color:red;
}
.gridIcon{
    font-size:30px;
}
.right-icon {
    float: right;
}
.search-icon {
    padding-right: 4px;
}


@media all and (-ms-high-contrast: none) {
    .IEColor {
        color: #0033a0;
    }
}

.lnk_Pending{
    display:none !important;
}
label.Pending, span.Pending i {
    color: #FFB81C !important;
    font-weight:bold;
}

label.Confirmed, span.Confirmed i, label.Complete, span.Complete i {
    color: #5CB8B2 !important;
    font-weight: bold;
}

label.Rejected, span.Rejected i {
    color: #D22630 !important;
    font-weight: bold;
}

label.Canceled, span.Canceled i, label.Incomplete, span.Incomplete i {
    color: #D22630 !important;
    font-weight: bold;
}
label.Default, span.Default i {
    color: #646c9a !important;
    font-weight: bold;
}
.dropzone-Click-message {
    display: none;
}

/*IE and old versions Browsers Style*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .dropzone-DragDrop-message {
        display: none !important;
    }
    .dropzone-Click-message{
        display:block !important;
    }
}