/*CUSTOM*/
.loginWrap main{
    background:url('../images/loginBg.jpg') center center no-repeat;
    width: 100%;
    min-height: 100%;
    padding:70px;
    position: relative;
}
.loginWrap main:before{
    content:"";
    position: absolute;
    top:0;
    right:0;
    width:100%;
    height:100%;
    background: -moz-linear-gradient(0deg, rgba(41,59,90,0.95) 0%, rgba(123,150,196,0.95) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(41,59,90,0.95)), color-stop(100%, rgba(123,150,196,0.95))); /* safari4+,chrome */
    background: -webkit-linear-gradient(0deg, rgba(41,59,90,0.95) 0%, rgba(123,150,196,0.95) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(0deg, rgba(41,59,90,0.95) 0%, rgba(123,150,196,0.95) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(0deg, rgba(41,59,90,0.95) 0%, rgba(123,150,196,0.95) 100%); /* ie10+ */
    background: linear-gradient(90deg, rgba(41,59,90,0.95) 0%, rgba(123,150,196,0.95) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#293b5a', endColorstr='#7b96c4',GradientType=1 ); /* ie6-9 */
}
.vdp-datepicker__calendar header{
    display: initial !important;
    right: initial !important;
    width: initial !important;
    line-height: initial !important;
    position: initial !important;
    padding: initial !important;
}
.mainContent{
    transition: .2s ease-in-out;
}
/* Make clicks pass-through */
#nprogress {
    pointer-events: none;
}

#nprogress .bar {
    background: #293B5A;

    position: fixed;
    z-index: 1031;
    top: 0;
    left: 0;

    width: 100%;
    height: 2px;
}

/* Fancy blur effect */
#nprogress .peg {
    display: block;
    position: absolute;
    right: 0px;
    width: 100px;
    height: 100%;
    box-shadow: 0 0 10px #293B5A, 0 0 5px #293B5A;
    opacity: 1.0;

    -webkit-transform: rotate(3deg) translate(0px, -4px);
    -ms-transform: rotate(3deg) translate(0px, -4px);
    transform: rotate(3deg) translate(0px, -4px);
}

/* Remove these to get rid of the spinner */
#nprogress .spinner {
    display: none;
    position: fixed;
    z-index: 1031;
    top: 15px;
    right: 15px;
}

#nprogress .spinner-icon {
    width: 18px;
    height: 18px;
    box-sizing: border-box;

    border: solid 2px transparent;
    border-top-color: #293B5A;
    border-left-color: #293B5A;
    border-radius: 50%;

    -webkit-animation: nprogress-spinner 400ms linear infinite;
    animation: nprogress-spinner 400ms linear infinite;
}

.nprogress-custom-parent {
    overflow: hidden;
    position: relative;
}

.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
    position: absolute;
}

@-webkit-keyframes nprogress-spinner {
    0%   { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}
@keyframes nprogress-spinner {
    0%   { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
svg.i_calender.datePickerIcon {
    position: absolute;
    height: 30px;
    margin-top: -42px;
    left: 10px;
    width: 50px;
    fill: #2a6496;
    cursor: pointer;
}
.multiselect{
    width: 100%;
    height: 54px;
    line-height: 54px;
    border-radius: 27px;
    border: 1px solid #bfc1c5;
    border-top-color: rgb(191, 193, 197);
    border-top-style: solid;
    border-top-width: 1px;
    border-right-color: rgb(191, 193, 197);
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-color: rgb(191, 193, 197);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: rgb(191, 193, 197);
    border-left-style: solid;
    border-left-width: 1px;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    padding: 0 15px;
}
.multiselect__content{
    display: inline-block;
    z-index: 99999999;
    border: 1px solid black;
    position: absolute;
    background: #fff;
    width: 100%;
    /* height: 54px; */
    line-height: 54px;
    border-radius: 27px;
    border: 1px solid #bfc1c5;
    border-top-color: rgb(191, 193, 197);
    border-top-style: solid;
    border-top-width: 1px;
    border-right-color: rgb(191, 193, 197);
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-color: rgb(191, 193, 197);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: rgb(191, 193, 197);
    border-left-style: solid;
    border-left-width: 1px;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    padding: 0 15px;
    right: 0px;
    margin-top: 10px;
}
.multiselect__element{
    border-bottom: 1px dotted #ccc;
}
.controlBar{
    padding: 10px;
    float: left;
    width: 100%;
    position: absolute;
    z-index: 1;
    padding-left: 50px;
}
.controlBar button{
    color:#fff;
    font-weight: bold;
    cursor: pointer;
    float: left;
}
.item.selected{
    outline: 8px solid rgba(255, 0, 0, 0.51);
    -webkit-box-shadow:inset 0px 0px 0px 5px #f00;
    -moz-box-shadow:inset 0px 0px 0px 5px #f00;
    box-shadow:inset 0px 0px 0px 5px #f00;
}
header{
    z-index: 2 !important;
}
.screenManageView .owl-nav svg {
    height: 20px;
    position: absolute;
}
.screenManageView .owl-prev {
    top:0px;
    position: absolute;
    transform: rotate(-90deg);
    float: right;
    right: -10px;
}
.screenManageView .owl-next {
    top:0px;
    transform: rotate(90deg);
    float: left;
    left: -10px;
}
.bootstrap-datetimepicker-widget{
    direction: ltr !important;
}
main.kioskComp header{
    display: none;
}
main.kioskComp .mainContent{
    height: 100vh;
}
.adminEnt time span{
    font-size: 3rem !important;
    font-weight: bold;
    color: #474747e3 !important;
}
.adminEnt time{
    direction: ltr!important;
}
.adminEnt{
    direction: ltr!important;
}

input[type=email]{
    direction: ltr!important;
    text-align: left!important;
}

.peopleAmount,.printBtn,.bottomLink{
    z-index:1;
    position: relative;
}

body.kioskView{
    overflow: hidden;
    max-width: 100%;
}

.quantityController{
    position: absolute;
    background: #efefef;
    width: 52px;
    font-weight: bold;
    margin-right: -13px;
    font-size: 31pt;
    cursor: pointer;
    border-bottom: 1px solid #8b8b8b;
    border-left: 1px solid #8b8b8b;
    border-right: 1px solid #8b8b8b;
}
.quantityController ul li+li{
    border-bottom: 1px solid #8b8b8b;
}

.square,.circle{
    z-index: 3;
}

.rectangle{
    z-index: 2;
}

body{
    background-color: rgb(239, 239, 239);
}

.tableItem i.guestArrived{
    margin-right: 0px;
    margin-top: -10px;
}

.GuestsArrival i.guestArrived{
    margin-top: -15px;
}

#keyboard{
    z-index: 99999999;
}
