/*!
 
 */
section {
    background-color: #eeeeee;
}

section,
.container,
.container-fluid {
    position: relative;
    word-wrap: break-word;
}

.container {
    direction: rtl
}



a {
    font-style: normal;
    font-weight: 400;
    cursor: pointer;
}

a,
a:hover {
    text-decoration: none;
}

figure {
    margin-bottom: 0;
}

body {
    font-style: normal;
    line-height: 1.5;
    text-align: right;
    font-family: 'Assistant';
    direction: rtl
}

.general {
    position: relative;
    direction: rtl;
    text-align: right
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.display-1,
.display-2,
.display-3,
.display-4 {
    line-height: 1;
    word-break: break-word;
    word-wrap: break-word;
}

h2.bigtitle {
    width: 85%;
    display: inline-block;
    font-size: 2em;
    font-weight: bold;
   margin: 10px 0.4em 00;
    color: #07779f;
    text-shadow: 0px 0px 3px #ffffff;

}
.introText{
    display: inline-block;
    font-size: 1em;
    font-weight: bold;
     margin:0 0 00;
    color: #07779f;
    width: 100%;
    padding-right: 1em
}
h3 {
    color: #f7941d;
    font-weight: 600;
    font-size: 1.6rem;

}

b,
strong {
    font-weight: bold;
}


input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition-delay: 9999s;
    transition-property: background-color, color;
}

textarea[type="hidden"] {
    display: none;
}



section {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}



.hidden {
    visibility: hidden;
}

.gray{
	color: #ffffff !important
}

/*! Base colors */


/*! Text-aligns */
.align-left {
    text-align: left;
}

.align-center {
    text-align: center;
}

.container-fluid.align-right {
    padding: 20% 0 0 0
}
.adminEnter {
        background-image: url("../images/bg2.jpg");
        background-position: top
    }
@media (max-width: 767px) {

    .align-left,
    .align-center,
    .align-right,
    .mbr-section-btn,
    .mbr-section-title {
        text-align: right;
    }
}



/*! Media  */
.media-size-item {
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    -o-flex: 1 1 auto;
    flex: 1 1 auto;
}

.media-content {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
}






@media (min-width: 992px) {}









@media (max-width: 991px) {

}

/*! Buttons */
.mbr-section-btn {
    margin-left: -.25rem;
    margin-right: -.25rem;
    font-size: 0;
}

nav .mbr-section-btn {
    margin-left: 0rem;
    margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
    cursor: pointer;
    margin-right: 0.5rem;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
    margin-right: 0.8rem;
}



[type="submit"] {
    -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
    min-height: 100vh;
}

.mbr-fullscreen {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    align-items:flex-start;
    -webkit-align-items:flex-start;  
    min-height: 100vh;
   
}


/* Form */
.form-asterisk {
    font-family: initial;
    position: absolute;
    top: -2px;
    font-weight: normal;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
    bottom: 25px;
    right: 90px;
    position: fixed;
    text-align: right;
    z-index: 5000;
    color: #ffffff;
    font-size: 32px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.mbr-arrow-up a {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    height: 60px;
    width: 60px;
    outline-style: none !important;
    position: relative;
    text-decoration: none;
    transition: all .3s ease-in-out;
    cursor: pointer;
    text-align: center;
}

.mbr-arrow-up a:hover {
    background-color: rgba(0, 0, 0, 0.4);
}

.mbr-arrow-up a i {
    line-height: 60px;
}

.mbr-arrow-up-icon {
    display: block;
    color: #fff;
}

.mbr-arrow-up-icon::before {
    content: "\203a";
    display: inline-block;
    font-family: serif;
    font-size: 32px;
    line-height: 1;
    font-style: normal;
    position: relative;
    top: 6px;
    left: -4px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
    position: absolute;
    bottom: 45px;
    left: 50%;
    width: 60px;
    height: 60px;
    cursor: pointer;
    background-color: rgba(80, 80, 80, 0.5);
    border-radius: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.mbr-arrow > a {
    display: inline-block;
    text-decoration: none;
    outline-style: none;
    -webkit-animation: arrowdown 1.7s ease-in-out infinite;
    animation: arrowdown 1.7s ease-in-out infinite;
}

.mbr-arrow > a > i {
    position: absolute;
    top: -2px;
    left: 15px;
    font-size: 2rem;
}

@keyframes arrowdown {
    0% {
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
    }

    50% {
        transform: translateY(-5px);
        -webkit-transform: translateY(-5px);
    }

    100% {
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
    }
}

@-webkit-keyframes arrowdown {
    0% {
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
    }

    50% {
        transform: translateY(-5px);
        -webkit-transform: translateY(-5px);
    }

    100% {
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
    }
}

@media (max-width: 500px) {
    .mbr-arrow-up {
        left: 50%;
        right: auto;
        transform: translateX(-50%) rotate(180deg);
        -webkit-transform: translateX(-50%) rotate(180deg);
    }
}


.row {
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
}

.justify-content-center {
    -webkit-justify-content: center;
}

.form-inline {
    display: -webkit-flex;
    -webkit-flex-flow: row wrap;
    -webkit-align-items: center;
}



@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .card-wrapper {
        flex: auto !important;
    }
}



.form-control,
.form-control:focus {
    background: #ffffff;
    border: 1px solid #07779f;
}




.adminEnter .input-group-btn {
    justify-content: center;
    -webkit-justify-content: center;
}

@media (min-width: 768px) {
    .adminEnter .content-container {
        padding-right: 5rem;
    }
}


.findForm {
    width: 100%;
    padding: 0;
    width: 98%;
    margin: auto
   


}
.findForm1{
    padding-bottom: 2em
}


.error {
    position: absolute;
    width: 200px;
    height: 40px;
    z-index: 10;
    top: 460px;
    right: 750px;
    display: none;
}


input[type=checkbox] {
    display: none;
}

input[type=checkbox]:checked + label:before {
    content: "\2714";
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    font-size: 18px;
    font-weight: bold;
    color: #666;
    text-align: center;
    line-height: 15px;
    padding: 0 0 2px 2px;
    
  
}

label:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-left: 10px;
    position: absolute;
    right: 0;
    top: 1px;
    background-color: #efefef;
    box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, .2), 0px 1px 0px 0px rgba(255, 255, 255, .6);
    border: 1px solid #d2d2d2;

}
.form-check{
    text-align: right;
    padding-right: 30px;
   
    
   
}
.button_big {
    margin: 15px auto;
    border: 2px solid #fff;
    font-size: 22px;
    padding: 0 30px;
    text-decoration: none;
    display: inline-block;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
    color: #FFFFFF;
    background-color: #3093c7;
    width: 80%;

}

.formcont {
    text-align: center;
    
}

.adminEnter H1 {
    color: #333333;
    font-size: 16px;
    margin-bottom: 0;
    padding-right: 6px
}

.orangebut {
    background-color: #f7941d;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    padding: 2px 10px 4px 10px;
    margin: 0 auto
}
.sendButton{
    background-color: #2c77bd;
    color: #fff;
    font-size: 20px;
    padding: 2px 30px;
    border: none;
    font-weight: 600;
    margin: 1em auto;
    cursor: pointer;
}
.buttonCancel { background-color: #959595; color: #fff; font-size: 20px; padding: 2px 30px; border: none; font-weight: 600; margin: 1em auto; cursor: pointer; }
.dark {
    background-color: #576573;
    padding-top: 1rem
}


.engine {
    display: none
}

.logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    background-color: rgb(249, 250, 252, 0.7) ;
    text-align: center;
    padding: 5px 0;
}

.logo img {
    width: 35%;
    height: auto
}
.row.halfWhite{
    background: rgba(255, 255, 255, 0.70);
    width: 100%;
    margin: 9.0em 0 0 0;
    padding: 0;
    align-content: flex-end
   
}
.form-control{
    border-radius: 0;
    border:1px solid #07779f;
    margin:  0 0 1em 0 ;
    padding: .375rem .3rem;
}
.phoneNr{
    position: relative
}
.phoneNr::after{
    content: "-";
    position: absolute;
    top: 4px;
    left: 0
   
}
.formTitle{
    color: #1a7dbb;
    display: block;
    width: 100%;
    font-weight: bold;
    margin: 1.0em 1em 0.2em 0;
    font-size: 18px;
    text-align: right
}
.observation{
    font-size: 14px;
    color:
}
h2.cancellation{
    color:#07779f;
    font-size:18px;
    font-weight: bold;
    margin: 1em 0.5em 1em 0;
}
.blueText{
    font-size: 24px;
    color:#07779f;
    font-weight: bold;
    text-shadow: 0px 0px 6px #ffffff;
}
.findForm div{
    padding-right: 8px;
    padding-left: 8px;
}
.form-check-label{
    margin-right: 1em
}
.input-group.date.form_date{
    margin:0;
    padding: 0;
}
.form-control:disabled, .form-control[readonly] {
    background-color: #ffffff;
    opacity: 1;
}
.startdateshow{
    padding-right: 26px
}
.datetimepicker-dropdown-bottom-right{
    width: 300px;
}
.table-condensed{
    width: 100%
}
.confirmation{
    padding: 1.2em !important;
    font-size:1.3em;
    text-align: right
}
.confirmation span{
    font-weight:bold !important;
}
.findForm.confirmation{
	
    background: rgba(255, 255, 255, 0.30);
    border: 1px solid #ccc
	
}
.form-control option{
	padding-right: 0 !important
}
/* media for desktop */


@media (min-width: 991px) {
    .container-fluid.align-right {
    padding: 0 1% 0 1%;
}
    .adminEnter {
        background-image: url("../images/bg1.jpg");
        background-position: top
    }

    h1 {
        font-size: 1.2rem !important;
    }

    h3 {

        font-size: 2.0rem;

    }
    
  .row.halfWhite{
    background-color: transparent;
      margin-top: 2em
    }  
.formcont {
    text-align: right;
    
    
}
  .findForm{
    border: 1px solid #fff;
    background: rgba(255, 255, 255, 0.50);
     padding: 0 1em;
      margin-left: 10%
    }
    .findForm1{
    border: 1px solid #fff;
    background: rgba(255, 255, 255, 0.80);
     padding: 0 1em;
      margin-left: 10%
    }
    .button_big {
        margin: 15px auto;
        border: 2px solid #fff;
        font-size: 22px;
        padding: 0 30px;
        text-decoration: none;
        display: inline-block;
        text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
        color: #FFFFFF;
        background-color: #3093c7;
        width: 50%;

    }

    .logo{
        background-color: transparent;
        text-align: right;
        position: relative;
        padding-right: 3rem;
        width: 100%;
        clear: both
    }
    .logo img{
        width: 20%;
       
    }

h2.bigtitle {
    width: 100%;
    display: inline-block;
    font-size: 2.2em;
    font-weight: bold;
    margin: 6px 30px 00;
    color: #07779f;
    text-shadow: 0px 0px 3px #ffffff

}
.introText{
    display: inline-block;
    font-size: 1.6em;
    font-weight: bold;
    color: #07779f;
    width: 100%;
    padding-left: 50%;
	padding-top: 10px;
	padding-bottom: 20px;
    text-shadow: 0px 0px 3px #ffffff;
}

    .formTitle.mt{
        margin-top: -0.6em;
        
    }
    

.findForm.confirmation{
    margin-top: 5rem
	
   
}
}

@media (min-width: 1200px) {
.findForm{
    border: 1px solid #fff;
    background: rgba(255, 255, 255, 0.50);
    width: 90%;
   padding: 1.3rem 1rem 0 1rem;
      margin-left: 10%;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    }
    .findForm1{
    border: 1px solid #fff;
    background: rgba(255, 255, 255, 0.80);
    width: 90%;
   padding: 0 1em;
      margin-left: 10%
    }
.container-fluid.align-right {
    padding: 0 5% 0 5%;

}
    .where .form-control {
    border-radius: 0;
    border: 1px solid #07779f;
    margin: 0 0 0 0;
    
}
}
.glyphicon-calendar{
	
	width: 30px;
	height: 30px;
}
.glyphicon-calendar:before {
  content: "";
}
.input-group-addon span {
cursor:pointer;
width:22px !important;
height:22px !important;

	position: absolute;
	z-index: 100;
	right: 2px;
	top:5px;
	background-image: url(../images/calendar.png);
	background-size: cover
		
}
.formTitle.mt1{
        margin-top: 0.6em;
        margin-right: 0.5em
        
    }
.prev span::after { content: "\003c" }
.next span::after { content: "\003e" }

.form-cont div { position: relative }
.valid { font-size: 12px; color: red; position: absolute; right: 0; }
.bold {font-weight: bold; }

@media (min-width: 1200px) {
  .row.where .valid { bottom: -20px !important; }
}

.row.where .valid { bottom: 0; }
.name .valid { bottom: 0; }

#RegularExpressionValidator3.valid { bottom: 0; }
#RequiredFieldValidator5.valid { bottom: 0; }

#divCancel div { position: relative }
#divCancel .valid { bottom: -2px; right:10px;}
#RequiredFieldValidator9.valid { bottom: -17px; right: 10px; }
#divCancel { display: flex !important; }
.confirmation span { font-weight: bold; font-size: 18px; }
.confirmation a { font-size: 18px; text-decoration: underline }
@media (min-width: 1200px) {
  span#lblError { position: absolute; top: 130px; right: 30px; }
}
#reqPhone.valid { top: 40px; }