@charset "utf-8";

/* CSS Document */

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
section {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

body {
    margin: 0;
    padding: 0px !important;
    -webkit-font-smoothing: antialiased;
    word-wrap: break-word;
    color: #333;
    font-family: 'latoregular';
    font-size: 14px;
    background: #fff;
    line-height: 1.4;
    overflow-x: hidden;
    background: #e8e8e8;
    color: #495057;
}

html {
    min-height: 100%;
    position: relative;
}


/************************************** short codes ************************************/

i.fa {
    font-family: FontAwesome !important;
    font-weight: 400;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none
}

input[type="button"],
input[type="submit"] {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

a,
button {
    display: inline-block;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    outline-style: none;
    color: #3f6ad8;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline-style: none;
    color: #2955c8;
}


/*i {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}*/

h1 {
    font-size: 40px;
    color: #fff;
    padding-bottom: 10px;
    margin: 0;
    font-family: 'montserratbold';
    font-weight: normal;
}

h2 {
    font-size: 28px;
    margin: 0px;
    font-family: 'montserratbold';
    font-weight: normal;
}

h3 {
    font-size: 24px;
    padding-bottom: 0px;
    margin: 0;
    font-family: 'montserratbold';
    font-weight: normal;
}

h4 {
    font-size: 20px;
    padding: 0px;
    font-family: 'montserratbold';
    margin: 0;
    font-weight: normal;
}

h5 {
    font-size: 18px;
    padding-bottom: 0;
    font-family: 'montserratbold';
    font-weight: normal;
}

h6 {
    font-size: 16px;
    padding: 0;
    font-family: 'montserratbold';
    font-weight: normal;
}

strong {
    font-family: 'montserratbold';
}

label {
    display: inline-block;
    font-weight: 100;
    width: auto;
    font-family: 'montserratbold';
    text-transform: capitalize;
    font-size: 14px;
    color: #333;
    color: #495057;
}


/*small {
	font-family: 'poppinsregular', sans-serif;
}*/

.upperCase {
    text-transform: uppercase !important
}

.tshadow {
    text-shadow: 2px 7px 4px rgba(0, 0, 0, 0.5)
}

section {
    width: 100%;
    float: left;
}

.relative {
    position: relative
}

.absolute {
    position: absolute
}

.full,
.imgContainer {
    float: left;
    width: 100%;
}

.imgContainer img {
    width: 100%;
}

.autowidthL {
    width: auto;
    float: left;
}

.autowidthR {
    width: auto;
    float: right;
}

.formiddle {
    float: none;
    margin: 0 auto
}

.halfw {
    width: 50%;
}

.fordisplay {
    display: block;
}

.forHide {
    display: none;
}

.dTable {
    display: table;
    width: 100%;
}

.dcell {
    display: table-cell;
    vertical-align: middle;
}

.dis_I_block {
    display: inline-block;
    float: none !important;
}

.bordr {
    border: #ededed 1px solid;
}

.noborder {
    border: none !important
}

.noborderTop {
    border-top: none !important
}

.noborderB0ttom {
    border-bottom: none !important
}

.noborderleft {
    border-left: none !important
}

.noborderRight {
    border-right: none !important
}

.radius5 {
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.radius3 {
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.topRadius5 {
    -moz-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.radius30 {
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
}

.fullradius {
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.o_hidden {
    overflow: hidden;
}

.p10 {
    padding: 10px;
}

.p20 {
    padding: 20px;
}

.p30 {
    padding: 30px;
}

.p15 {
    padding: 15px;
}

.p3020 {
    padding: 30px 20px;
}

.p-t-10 {
    padding-top: 10px;
}

.p-t-15 {
    padding-top: 15px;
}

.p-t-20 {
    padding-top: 20px;
}

.p-t-25 {
    padding-top: 25px;
}

.p-t-30 {
    padding-top: 30px;
}

.p-t-40 {
    padding-top: 40px;
}

.p-t-50 {
    padding-top: 50px;
}

.p-b-10 {
    padding-bottom: 10px;
}

.p-b-20 {
    padding-bottom: 20px;
}

.p-b-30 {
    padding-bottom: 30px;
}

.p-b-40 {
    padding-bottom: 40px;
}

.p-b-15 {
    padding-bottom: 15px;
}

.p-b-25 {
    padding-bottom: 25px;
}

.p-v-10 {
    padding: 10px 0;
}

.p-v-15 {
    padding: 15px 0;
}

.p-v-20 {
    padding: 20px 0;
}

.p-v-30 {
    padding: 30px 0;
}

.p-v-40 {
    padding: 40px 0;
}

.p-v-50 {
    padding: 50px 0;
}

.p-v-4020 {
    padding: 40px 0 20px;
}

.p-v-5025 {
    padding: 50px 0 25px;
}

.p-h-10 {
    padding: 0 10px;
}

.p-h-15 {
    padding: 0 15px;
}

.p-h-20 {
    padding: 0 20px;
}

.p_l_15 {
    padding-left: 15px;
}

.p_l_5 {
    padding-left: 5px;
}

.noppding {
    padding: 0 !important
}

.noRightpadding {
    padding-right: 0em !important
}

.noLeftpadding {
    padding-left: 0em !important
}

.noTopPadding {
    padding-top: 0em !important
}

.nobtmPadding {
    padding-bottom: 0em !important;
}

.m_l_30 {
    margin-left: 30px;
}

.m_l_10 {
    margin-left: 10px;
}

.m-b-15 {
    margin-bottom: 15px;
}

.m_l_50 {
    margin-left: 50px;
}

.m_t_25 {
    margin-top: 25px;
}

.m_t_35 {
    margin-top: 35px;
}

.m-b-30 {
    margin-bottom: 30px;
}

.m-b-25 {
    margin-bottom: 25px;
}

.m_t_15 {
    margin-top: 15px;
}

.m-t-5 {
    margin-top: 5px;
}

.m-t-8 {
    margin-top: 8px;
}

.m-b-40 {
    margin-bottom: 40px;
}

.m-t-10 {
    margin-top: 10px;
}

.m-t-15 {
    margin-top: 15px;
}

.m-t-20 {
    margin-top: 20px;
}

.m-t-25 {
    margin-top: 25px;
}

.m-t-30 {
    margin-top: 30px;
}

.m-t-40 {
    margin-top: 40px;
}

.m-b-10 {
    margin-bottom: 10px;
}

.m-b-20 {
    margin-bottom: 20px;
}

.m-b-30 {
    margin-bottom: 30px !important;
}

.m-b-40 {
    margin-bottom: 40px !important;
}

.m-b-50 {
    margin-bottom: 50px !important;
}

.m-b-15 {
    margin-bottom: 15px;
}

.m-b-25 {
    margin-bottom: 25px;
}

.m-v-10 {
    margin: 10px 0;
}

.m-v-15 {
    margin: 15px 0;
}

.m-v-20 {
    margin: 20px 0;
}

.m-v-30 {
    margin: 30px 0;
}

.m-v-40 {
    margin: 40px 0;
}

.m-v-50 {
    margin: 50px 0;
}

.m-v-60 {
    margin: 60px 0;
}

.m-v-70 {
    margin: 70px 0;
}

.m-v-100 {
    margin: 100px 0;
}

.m-v-150-80 {
    margin: 150px 0 80px;
}

.m-t-300 {
    margin-top: 300px;
}

.m-v-150-00 {
    margin: 150px 0 0px;
}

.m-l-10 {
    margin-left: 10px;
}
.m-r-10 {
	margin-right: 10px;
}
.m-v-5 {
    margin: 5px 0;
}

.noMargin {
    margin: 0px !important
}

.noTop-margin {
    margin-top: 0px !important
}

.noBottom-margin {
    margin-bottom: 0px !important
}

.noLeft-margin {
    margin-left: 0px !important
}

.noRight-margin {
    margin-right: 0px !important
}

.gap60 {
    height: 60px
}

.gap25 {
    height: 25px
}

.gap100 {
    height: 100px
}

.gap160 {
    height: 160px
}

.darkbg {
    background: #6562b0;
    color: #fff;
}

.nobg {
    background: none !important
}

.lightbg {
    background: #f2f2f2;
}

.whitebg {
    background: #fff;
}

.f-red {
    color: #f76767 !important;
}

.textBox {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #ddd;
    color: #333;
    display: block;
    float: left;
    font-size: 14px;
    height: 40px;
    padding: 0 15px;
    width: 100%;
    color: #495057;
}

.textBox.selecttext {
    background: url(../images/select-angle2.png) right 3px center no-repeat !important;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    padding: 0 25px 0 12px;
    -moz-background-size: contain !important;
    -ms-background-size: contain !important;
    -webkit-background-size: contain !important;
    -o-background-size: contain !important;
    background-size: contain !important;
}

.textBox.selecttext:select {
    border: none;
}

.selecttext option {
    background: #fff;
    padding: 5px 12px;
    border-bottom: #ddd 1px solid;
    text-transform: capitalize;
    color: #333;
}

select::-ms-expand {
    display: none;
}

.textBox.txtaea {
    height: 80px !important;
    resize: none;
    padding: 0;
    line-height: normal;
}

.textBox::-webkit-input-placeholder {
    color: #333;
    opacity: 1;
}

.textBox:-moz-placeholder {
    color: #333;
    opacity: 1;
}

.textBox::-moz-placeholder {
    color: #333;
    opacity: 1;
}

.textBox:-ms-input-placeholder {
    color: #333;
    opacity: 1;
}

.commonBtn,
.commonBtn2,
.commonBtnDanger,
.commonBtnDanger2 {
    width: auto;
    display: inline-block;
    color: #fff !important;
    /*background: #007d8c;
	border: #007d8c 1px solid;
	font-family: 'montserratbold';*/
    padding: 9px 15px;
    font-size: 14px;
    border: none;
    line-height: normal;
    /*text-transform: uppercase;*/
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.commonBtn2,
.commonBtnDanger2 {
    padding: 9px 12px;
}

.commonBtn.b1 {
    background: #f9b000;
}

.commonBtn.b2 {
    background: #a95500;
}

.commonBtn.b3 {
    background: #dd4b39;
}

.commonBtn.b4 {
    background: #007d8c;
}

.commonBtn.b5 {
    background: #ab52a3;
}

.allBtn {
    display: inline-block;
    color: #fff;
    background: #f9b000;
    border: none;
    font-family: 'montserratbold';
    padding: 5px 5px;
    font-size: 12px;
    border: none;
    line-height: normal;
    text-transform: uppercase;
    padding: 7px 7px;
    font-size: 11px;
    border-radius: 4px;
}

.allBtn2 {
    display: inline-block;
    color: #fff;
    background: #007d8c;
    border: none;
    font-family: 'montserratbold';
    padding: 5px 5px;
    font-size: 12px;
    border: none;
    line-height: normal;
    text-transform: uppercase;
    padding: 7px 7px;
    font-size: 11px;
    border-radius: 4px;
}

.allBtn3 {
    display: inline-block;
    color: #fff;
    background: #dd4b39;
    border: none;
    font-family: 'montserratbold';
    padding: 5px 5px;
    font-size: 12px;
    border: none;
    line-height: normal;
    text-transform: uppercase;
    padding: 7px 7px;
    font-size: 11px;
    border-radius: 4px;
}

.allBtn4 {
    display: inline-block;
    color: #fff;
    background: #57a2ff;
    border: none;
    font-family: 'montserratbold';
    padding: 5px 5px;
    font-size: 12px;
    border: none;
    line-height: normal;
    text-transform: uppercase;
    padding: 7px 7px;
    font-size: 11px;
    border-radius: 4px;
}

.allBtn5 {
    display: inline-block;
    color: #fff;
    background: #5e1f58;
    background: #ab52a3;
    border: none;
    font-family: 'montserratbold';
    padding: 5px 5px;
    font-size: 12px;
    border: none;
    line-height: normal;
    text-transform: uppercase;
    padding: 7px 7px;
    font-size: 11px;
    border-radius: 4px;
}

.allBtn6 {
    display: inline-block;
    color: #fff;
    background: #6ad2d4;
    border: none;
    font-family: 'montserratbold';
    padding: 5px 5px;
    font-size: 12px;
    border: none;
    line-height: normal;
    text-transform: uppercase;
    padding: 7px 7px;
    font-size: 11px;
    border-radius: 4px;
}

.allBtn7 {
    display: inline-block;
    color: #fff;
    background: #aad81f;
    background: #8fb51a;
    border: none;
    font-family: 'montserratbold';
    padding: 5px 5px;
    font-size: 12px;
    border: none;
    line-height: normal;
    text-transform: uppercase;
    padding: 7px 7px;
    font-size: 11px;
    border-radius: 4px;
}

.allBtn8,
.allBtn9,
.allBtn10, .allBtn11 {
    display: inline-block;
    color: #fff;
    background: #909090;
    border: none;
    font-family: 'montserratbold';
    padding: 5px 5px;
    font-size: 12px;
    border: none;
    line-height: normal;
    text-transform: uppercase;
    padding: 7px 7px;
    font-size: 11px;
    border-radius: 4px;
}

.allBtn9 {
    color: #fff;
    background: #a95500;
}
.allBtn10 {
    color: #fff;
    background: #32ba7c;
}
.allBtn11 {
    color: #fff;
    background: #641d5e;
}

.allBtn:hover,
.allBtn2:hover,
.allBtn3:hover,
.allBtn4:hover,
.allBtn5:hover,
.allBtn6:hover,
.allBtn7:hover,
.allBtn8:hover,
.allBtn9:hover,
.allBtn10:hover {
    background: #333;
    color: #fff;
}

.allBtn.type2,
.allBtn2.type2,
.allBtn3.type2,
.allBtn4.type2,
.allBtn5.type2,
.allBtn6.type2,
.allBtn7.type2,
.allBtn8.type2,
.allBtn9.type2,
.allBtn10.type2 {
    padding: 9px 15px;
    font-size: 14px;
}

.commonBtn,
.commonBtn2 {
    background-color: #3f6ad8;
    border-color: #3f6ad8;
    border-radius: 4px;
}

.commonBtnDanger,
.commonBtnDanger2 {
    background-color: #dd4b39;
    border-color: #c33c2b;
    border-radius: 4px;
}

.commonBtn:hover,
.commonBtn.active,
.commonBtn.focus,
.commonBtn2:hover,
.commonBtn2.active,
.commonBtn2.focus {
    /*background: #cd604d;*/
    background-color: #2955c8;
    border-color: #2651be;
}

.commonBtnDanger:hover,
.commonBtnDanger.active,
.commonBtnDanger.focus,
.commonBtnDanger2:hover,
.commonBtnDanger2.active,
.commonBtnDanger2.focus {
    /*background: #cd604d;*/
    background-color: #d4412f;
    border-color: #c33c2b;
}

.commonBtn.disabled, 
.commonBtn2.disabled, 
.commonBtnDanger.disabled, 
.commonBtnDanger2.disabled {
    opacity: 0.5;
} 

.bCover {
    background-attachment: fixed !important;
    -moz-background-size: cover !important;
    -ms--moz-background-size: cover !important;
    -o--moz-background-size: cover !important;
    -webkit--moz-background-size: cover !important;
    background-size: cover !important;
}

.bCover2 {
    -moz-background-size: cover !important;
    -ms--moz-background-size: cover !important;
    -o--moz-background-size: cover !important;
    -webkit--moz-background-size: cover !important;
    background-size: cover !important;
}


/*********************************** short codes ***************************************/

header {
    background: #007d8c none repeat scroll 0 0;
    float: left;
    padding: 10px;
    top: 0;
    width: 100%;
    z-index: 3;
    position: fixed;
    background-image: radial-gradient(circle 248px at center, #16d9e3 0%, #30c7ec 47%, #46aef7 100%) !important;
    padding: 7px 10px;
}

.headTop {
    padding: 8px 0;
    border-bottom: rgba(0, 0, 0, 0.1) 1px dashed;
}

.headBottom {
    padding: 18px 0;
}

.scrollFixHeader.sticky {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    background: #333;
    /*padding: 10px 0 5px;*/
}

.darkbg.scrollFixHeader.sticky {
    background: #6562b0;
}


/*background: rgba(54, 51, 130, 1);*/

.logo {
    width: 200px;
    float: left;
    width: 140px;
}

.logo img {
    display: block;
    width: auto;
}

.logo a {
    display: block;
}

.infos ul {
    width: 100%;
    float: left;
}

.infos ul li {
    color: #757575;
    float: left;
    font-size: 14px;
    padding: 0 15px;
    position: relative;
    text-transform: capitalize;
    width: auto;
}

.infos ul li a {
    color: #757575;
}

.infos ul li a:hover {
    color: #000;
}

.infos ul li i {
    margin-right: 5px;
}

.infos ul li:after {
    position: absolute;
    right: 0;
    top: 0;
    content: "|";
    width: auto;
}

.infos ul li:last-child:after {
    content: "";
}

.infos ul li:last-child {
    padding-right: 0;
}

.infos ul li:first-child {
    padding-left: 0;
}

.infos .textBox.selecttext {
    background: url(../images/arrow.png) right 3px center no-repeat transparent !important;
    color: #757575;
    border: none;
    height: 20px;
    font-size: 14px;
    margin: -2px 0 0;
    padding: 0 10px 0 12px;
}

.menu-responsive {
    display: none;
}

.navigation ul {
    margin: 14px 0 0;
    float: left;
    width: 100%;
    margin: 2px 0 0;
}

.navigation ul li {
    width: auto;
    float: left;
    margin: 0 5px;
    position: relative;
}

.navigation ul li a i {
    /*margin-left:10px;*/
    font-size: 20px;
}

.navigation ul li ul {
    background: #f2f2f2;
    left: 0;
    margin: 0;
    position: absolute;
    top: 100%;
    width: 100%;
}

.navigation ul li ul li {
    width: 100%;
    float: left;
    margin: 0;
}

.navigation ul li ul li a {
    color: #333;
    border: none;
    border-bottom: #81c6c7 1px dashed;
    font-size: 13px;
}

.navigation ul li.signOut a,
.navigation ul li.switch_user a,
.navigation ul li.website_settings a {
    background: #81c6c7;
    border: #81c6c7 1px solid;
    background: #207ab9;
    border: #5eb4f1 1px solid;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    text-align: center;
    padding: 12px 0 0 0;

    background: rgb(0 0 0 / 28%);
    border: rgb(0 0 0 / 11%) 1px solid;
}

.navigation ul li.signOut a i,
.navigation ul li.switch_user a i,
.navigation ul li.website_settings a i {
    font-size: 18px;
}

.navigation ul li:last-child {
    margin-right: 0;
}

.navigation ul li a {
    border: 1px dashed #08b6c9;
    color: #fff;
    display: block;
    font-family: 'montserratbold';
    font-size: 15px;
    padding: 7px 23px;
    text-transform: uppercase;
}


/*nav.navMenu ul li:last-child a {
	padding-right: 0;
}*/

.menu-responsive {
    display: none;
}

.navigation ul li a:hover,
.navigation ul li a:focus,
.navigation ul li.active a {
    /*color: #f76767;*/
    /*background:#f9b000;
	border-color:#f9b000;*/
    background: #d91765;
    border: #ff64a2 1px solid;
    background: #f9b000;
    border: #c38b03 1px solid;
}

.loginMain {
    background: url(../images/logBg.jpg) center center no-repeat;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    height: 100vh;
    position: relative;
    z-index: 1;
}

.loginMain:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: -1;
}

.middleBox {
    left: 0;
    margin: 0 auto;
    padding: 0 15px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 100%;
    z-index: 3;
}

.logo2 {
    margin: 0 auto;
    max-width: 200px;
    width: 100%;
}

.logo2 img {
    width: 100%;
}

.loginBox {
    background: rgba(250, 255, 255, 1);
    -moz-box-shadow: 0 6px 12px 3px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 6px 12px 3px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 6px 12px 3px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 6px 12px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 6px 12px 3px rgba(0, 0, 0, 0.3);
    margin: 20px auto;
    max-width: 500px;
    /*padding: 20px;*/
    width: 100%;
}

.fieldBox {
    margin-bottom: 15px;
}

.fieldBox label {
    margin-bottom: 8px;
    font-family: 'montserratregular';
}

.fieldBox a {
    /*color: #007d8c ;
  padding: 10px 0 0;
  text-decoration: underline;*/
    padding: 10px 20px 0 0;
    font-family: 'montserratregular';
}

.fieldBox a:hover {
    text-decoration: underline;
}

.areaPannel {
    margin-top: 83px;
    margin-top: 58px;
}

.leftPannel {
    position: fixed;
    left: 0;
    top: 83px;
    background: #006473;
    height: calc(100% - 58px);
    color: #e5fcff;
    z-index: 2;
    background-image: linear-gradient(to right, #141e30, #243b55) !important;
    width: 240px;
    top: 58px;
}

.leftInner {
    position: relative;
    height: 100%;
    padding: 20px 0px 20px 10px;
    overflow-y: auto;

    padding: 10px 0px 10px 5px;
}

.leftPannelInner {
    padding-right: 10px;
}

.rightPannel {
    /*width:calc(100% - 240px);*/
    width: calc(100% - 200px);
    float: left;
    padding: 20px;
    /*margin-left: 240px;*/
    margin-left: 200px;
    background: #fff;
    background: #f1f4f6;
    background: #e8e8e8;
}

.portion1 h4 {
    font-family: 'montserratbold';
}

.portion1 {
    border-bottom: #007d8c 1px solid;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.portion2 {
    margin-top: 10px;
}

.customerDetails {
    margin-bottom: 20px;
    z-index: 1;
}

.customerDetails::after {
    background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 65%;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
}

.customerDetails img {
    width: 120px;
    box-shadow: rgba(0, 0, 0, 0.3) 0 0 11px 6px;
}

.cusDetBtm {
    margin-top: 5px;
}

.cusDetBtm ul {
    border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
    float: left;
    padding: 10px 0;
    width: 100%;
}

.cusDetBtm ul li {
    font-size: 16px;
}

.cusDetBtm ul li.val {
    float: left;
    width: 90px;
    font-family: 'montserratbold';
    text-align: right;
}

.cusDetBtm ul li.inf {
    float: left;
    width: calc(100% - 90px);
    padding-left: 15px;
}

.bg-aqua {
    background-color: #00c0ef;
    background-color: #81c7c7;
}

.bg-green {
    background-color: #179cab;
    background-color: #00a9c8;
}

.bg-yellow {
    background-color: #f39c12;
    background-color: #f9b000;
}

.bg-red {
    background-color: #dd4b39;
}

.bg-pink {
    background-color: #d91765;
}

.rightPannel .inner {
    padding: 30px 20px;
    padding: 20px 10px 20px 55px;
    padding: 20px 10px 20px 10px;
}

.rightPannel .inner i {
    color: #fff;
    font-size: 26px;
    position: absolute;
    left: 10px;
    top: 49%;
}

.rightPannel .inner h3 {
    color: #fff;
    font-size: 15px;
    margin-bottom: 10px;
}

.rightPannel .inner h3 span {
    display: block;
    font-size: 28px;
}


/*.rightPannel .inner .numBer {
	position:absolute;
	top:50%;
	right:20px;
	}*/

.rightPannel .inner .numBer {
    font-size: 24px;
    /*position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(0px, -50%);*/
    font-family: 'montserratregular';
    color: #fff;
    padding-left: 40px;
}

.small-box {
    position: relative;
    text-shadow: 1px 1px 3px rgb(0, 0, 0, 0.5);
}

.rightPannel table thead th {
    text-align: center;
    background: #f2f2f2;
    border-bottom: none;
}

.rightPannel table tbody th {
    text-align: center;
}

.bgBlue {
    background: #0598fa;
    color: #fff;
}

.deepGreen {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #757575;
    color: #fff;
    -moz-box-shadow: 0 0.46875rem 2.1875rem rgba(4, 9, 20, 0.03), 0 0.9375rem 1.40625rem rgba(4, 9, 20, 0.03), 0 0.25rem 0.53125rem rgba(4, 9, 20, 0.05), 0 0.125rem 0.1875rem rgba(4, 9, 20, 0.03);
    -webkit-box-shadow: 0 0.46875rem 2.1875rem rgba(4, 9, 20, 0.03), 0 0.9375rem 1.40625rem rgba(4, 9, 20, 0.03), 0 0.25rem 0.53125rem rgba(4, 9, 20, 0.05), 0 0.125rem 0.1875rem rgba(4, 9, 20, 0.03);
    box-shadow: 0 0.46875rem 2.1875rem rgba(4, 9, 20, 0.03), 0 0.9375rem 1.40625rem rgba(4, 9, 20, 0.03), 0 0.25rem 0.53125rem rgba(4, 9, 20, 0.05), 0 0.125rem 0.1875rem rgba(4, 9, 20, 0.03);
    border-width: 0;
    transition: all .2s;
    background: #fff;
    border: none;
    border-radius: 3px;
}

.srcSec {
    padding-left: 160px;
    position: relative;
}

.srcSec .textBox {
    border: 1px solid #969696;
    color: #333;
    font-size: 16px;
    border: 1px solid #ced4da;
    color: #495057;
}

.srcBtn {
    background: #1065b5;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    bottom: 0;
    color: #fff;
    position: absolute;
    left: 15px;
    width: 130px;
    border: none;
    text-align: center;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
}

.deepGreen .srcBtn {
    background: #49acb7;
    background-color: #3f6ad8;
}

.srcBtn:hover {
    background: #f9b000;
    background-color: #2955c8;
}

.srcSec label {
    color: #333;
    font-size: 14px;
    margin-bottom: 5px;
    color: #495057;
    font-weight: bold;
}

.deepGreen label {
    font-weight: bold;
}

.srcSec .textBox::-webkit-input-placeholder {
    color: #666;
    opacity: 1;
    font-size: 14px;
}

.srcSec .textBox:-moz-placeholder {
    color: #666;
    opacity: 1;
    font-size: 14px;
}

.srcSec .textBox::-moz-placeholder {
    color: #666;
    opacity: 1;
    font-size: 14px;
}

.srcSec .textBox:-ms-input-placeholder {
    color: #666;
    opacity: 1;
    font-size: 14px;
}

.srcSec .textBox.selecttext {
    background: url(../images/select-angle2.png) right 3px center no-repeat !important;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.srcSec .night_counts {
    position: absolute;
    z-index: 1;
    color: #fff;
    background: #8b8b8b;
    font-size: 12px;
    padding: 3px 4px;
    border-radius: 10px;
    top: 20px;
    left: -10px;
}
.srcSec .more_date .night_counts {
    top: -6px;
}

.hotelName {
    padding-left: 45px;
    position: relative;
}

.hotelName .hotelIcon {
    position: absolute;
    left: 0;
    top: 10px;
}

.hotelName .hotelIcon i {
    font-size: 30px;
}

.hotelName .hotelIcon[type="hotel"] i,
.quick_builder_modal .hotelIcon[type="hotel"] i {
    color: #ee5842;
}

.hotelName .hotelIcon[type="flight"] i,
.quick_builder_modal .hotelIcon[type="flight"] i {
    color: #07a3ec;
}

.hotelName .hotelIcon[type="attraction"] i,
.quick_builder_modal .hotelIcon[type="attraction"] i {
    color: #17954a;
}

.hotelName .hotelIcon[type="transfer"] i,
.quick_builder_modal .hotelIcon[type="transfer"] i {
    color: #f9b000;
}

.hotelName h2 {
    line-height: 40px;
}

.hotelReview {
    color: #f3da21;
    margin: 9px 0 0 15px;
    font-size: 15px;
}
.hotel_tags,
.hotel_gemstar {
    margin: 9px 0 0 15px;
}
.hotel_tags .label {
    margin-left: 2px;
}
.hotel_tags .label:nth-of-type(1) {
    margin-left: 0;
}
.checkinOut .autowidthL {
    color: #666;
    font-family: "montserratregular";
    font-size: 17px;
    margin: 11px 0 0 20px;
}


/*.table-sortable tbody tr {
    cursor: move;
}*/

.tableResponsive .textBox.selecttext {
    padding: 0 20px 0 7px;
    background: url(../images/select-angle2.png) right -7px center no-repeat #fff !important;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.tableResponsive .SumoSelect>.CaptionCont {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin: 0;
    min-height: 40px;
    position: relative;
}

.tableResponsive .textBox {
    background: #fff;
    box-shadow: none;
}

.tableResponsive th {
    vertical-align: middle !important;
}

.tableResponsive .SlectBox {
    width: 100%;
}

.tableResponsive .SumoSelect {
    width: 100%;
}

.p-v-20-40 {
    padding: 20px 40px;
}

.p-v-30-20 {
    padding: 30px 20px;
}

.pad20 {
    padding: 20px;
}

.pad-0-20 {
    padding: 0 20px;
}

.table-bordered {
    border: 1px solid #e9ecef;
}

.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border: 1px solid #e9ecef;
}

.rightPannel.pRinNer {}

.rightPannel.pRinNer {
    margin-left: 0;
    width: 100%;
}

.rightPannel.expendLeft {
    /*margin-left: 240px;
    width: calc(100% - 240px);*/
    margin-left: 200px;
    width: calc(100% - 200px);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    margin-left: 240px;
    width: calc(100% - 240px);
}


/* .rightPannel.expendLeft.active {
  margin-left:280px;
  width: 100%;
}*/

.rightPannel.expendLeft.active {
    /*margin-left: 240px;
  width: calc(100% - 240px);*/
    margin-left: 200px;
    width: calc(100% - 200px);
}

.leftPannel.lPinNer {
    /*left:-240px;*/
    left: -200px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.leftPannel.lPinNer.active {
    left: 0;
}

.ovrHidden {
    overflow-x: hidden;
}

.togBtn {
    background: #bebebe none repeat scroll 0 0;
    color: #fff;
    position: absolute;
    right: -60px;
    display: none;
}

.togBtn:focus {
    color: inherit;
}

.leftPannel.hideLeft {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    left: 0;
}

.leftPannel.hideLeft.active {
    left: 0;
}

.leftPannelInner .panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';
    /* essential for enabling glyphicon */
    content: "\e250";
    /* adjust as needed, taken from bootstrap.css */
    float: right;
    /* adjust as needed */
    color: #fff;
    /* adjust as needed */
    font-size: 11px;
    color: rgba(255, 255, 255, 0.6);
    /*content: "\e114";*/
}

.leftPannelInner .panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e252";
    /* adjust as needed, taken from bootstrap.css */
    /*content: "\e113";*/
}

.leftPannelInner .panel-heading .accordion-toggle:after,
.leftPannelInner .panel-heading .accordion-toggle[aria-expanded="false"]:after {
    content: "\e114";
}

.leftPannelInner .panel-heading .accordion-toggle[aria-expanded="true"]:after {
    content: "\e113";
}

.leftPannelInner .pannel,
.leftPannelInner .panel-group {
    float: left;
    width: 100%;
}

.leftPannelInner h4.panel-title {
    padding: 0;
}

.leftPannelInner .panel-default>.panel-heading {
    border: none;
    background-color: transparent;
    padding: 0;
}

.leftPannelInner .panel-default {
    border: none;
    border-bottom: #077e8e 1px solid;
    border-radius: 0 !important;
    box-shadow: none;
    background-color: transparent;
    border-bottom: none;
}

.leftPannelInner .panel-title {
    font-weight: normal;
}

.leftPannelInner .panel-title>a {
    color: #fff;
    display: block;
    font-size: 15px;
    padding: 12px 0;
    padding: 12px 6px;
    border-radius: 4px;
    color: rgba(255, 255, 255, 0.6);
    color: rgba(255, 255, 255, 1);
    font-family: 'latoregular';
    white-space: nowrap;
}
.leftPannelInner .panel-title a {
    text-shadow: 1px 1px 4px rgb(0 0 0 / 58%);
    text-shadow: 1px 1px 6px rgb(0 0 0);
}


.leftPannelInner .panel-title>a i {
    color: rgba(255, 255, 255, 0.25);
    color: rgba(255, 255, 255, 0.8);
    margin-right: 10px;

    font-size: 20px;
    vertical-align: bottom;
}
.leftPannelInner .panel-title>a svg {
    margin-right: 10px;
    height: 15px;
    filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 1));

    width: 15px;
    vertical-align: middle;

    width: 24px;
    height: 24px;
}


.leftPannelInner .panel-collapse ul {
    float: left;
    width: 100%;
    border-left: 3px solid rgba(255, 255, 255, 0.1);
    padding-left: 8px;
}

.leftPannelInner .panel-collapse ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    float: left;
    width: 100%;
    border-bottom: none;
}

.leftPannelInner .panel-collapse ul li:last-child {
    border: none;
}

.leftPannelInner .panel-collapse ul li a {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    display: block;
    padding: 8px 6px;
    font-size: 14px;
    background: none;
    color: rgba(255, 255, 255, 0.60);
    color: rgba(255, 255, 255, 1);
    border-radius: 4px;
    margin: 1px 0;

    text-shadow: 1px 1px 6px rgb(0 0 0);
}

.leftPannelInner .panel-collapse ul li a.active {
    color: #fff;
}

.leftPannelInner .dropDownItem.active,
.leftPannelInner .dropDownItem:hover,
.leftPannelInner .panel-title>a:hover,
.leftPannelInner .panel-collapse ul li a:hover {
    color: #219f92;
    color: #fff;
    background: rgba(255, 255, 255, 0.15);
}

.accordion-toggle.redColor {
    color: #f3c302 !important
}

.leftPannelInner .panel-collapse {
    padding-left: 12px;
}
.leftPannelInner .panel-title abbr {
    cursor: default;
    border-bottom: none;
    text-decoration: none;
}

.hamburger {
    padding: 6px 15px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
}

.hamburger:hover {
    opacity: 0.7;
}

.hamburger-box {
    width: 30px;
    height: 24px;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    width: 30px;
    height: 2px;
    background-color: #000;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
    content: "";
    display: block;
}

.hamburger-inner::before {
    top: -10px;
}

.hamburger-inner::after {
    bottom: -10px;
}


/*
   * 3DX
   */

.hamburger--3dx .hamburger-box {
    perspective: 80px;
}

.hamburger--3dx .hamburger-inner {
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx .hamburger-inner::before,
.hamburger--3dx .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx.is-active .hamburger-inner {
    background-color: transparent;
    transform: rotateY(180deg);
}

.hamburger--3dx.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg);
}


/*
   * 3DX Reverse
   */

.hamburger--3dx-r .hamburger-box {
    perspective: 80px;
}

.hamburger--3dx-r .hamburger-inner {
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx-r .hamburger-inner::before,
.hamburger--3dx-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx-r.is-active .hamburger-inner {
    background-color: transparent;
    transform: rotateY(-180deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg);
}


/*
   * 3DY
   */

.hamburger--3dy .hamburger-box {
    perspective: 80px;
}

.hamburger--3dy .hamburger-inner {
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy .hamburger-inner::before,
.hamburger--3dy .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy.is-active .hamburger-inner {
    background-color: transparent;
    transform: rotateX(-180deg);
}

.hamburger--3dy.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dy.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg);
}


/*
   * 3DY Reverse
   */

.hamburger--3dy-r .hamburger-box {
    perspective: 80px;
}

.hamburger--3dy-r .hamburger-inner {
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy-r .hamburger-inner::before,
.hamburger--3dy-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy-r.is-active .hamburger-inner {
    background-color: transparent;
    transform: rotateX(180deg);
}

.hamburger--3dy-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dy-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg);
}


/*
   * 3DXY
   */

.hamburger--3dxy .hamburger-box {
    perspective: 80px;
}

.hamburger--3dxy .hamburger-inner {
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy .hamburger-inner::before,
.hamburger--3dxy .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy.is-active .hamburger-inner {
    background-color: transparent;
    transform: rotateX(180deg) rotateY(180deg);
}

.hamburger--3dxy.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dxy.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg);
}


/*
   * 3DXY Reverse
   */

.hamburger--3dxy-r .hamburger-box {
    perspective: 80px;
}

.hamburger--3dxy-r .hamburger-inner {
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy-r .hamburger-inner::before,
.hamburger--3dxy-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy-r.is-active .hamburger-inner {
    background-color: transparent;
    transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
}

.hamburger--3dxy-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dxy-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg);
}


/*
   * Arrow
   */

.hamburger--arrow.is-active .hamburger-inner::before {
    transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.hamburger--arrow.is-active .hamburger-inner::after {
    transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}


/*
   * Arrow Right
   */

.hamburger--arrow-r.is-active .hamburger-inner::before {
    transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.hamburger--arrow-r.is-active .hamburger-inner::after {
    transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}


/*
   * Arrow Alt
   */

.hamburger--arrowalt .hamburger-inner::before {
    transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt .hamburger-inner::after {
    transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt.is-active .hamburger-inner::before {
    top: 0;
    transform: translate3d(-8px, -7px, 0) rotate(-45deg) scale(0.7, 1);
    transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt.is-active .hamburger-inner::after {
    bottom: 0;
    transform: translate3d(-8px, 7px, 0) rotate(45deg) scale(0.7, 1);
    transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}


/*
   * Arrow Alt Right
   */

.hamburger--arrowalt-r .hamburger-inner::before {
    transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r .hamburger-inner::after {
    transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
    top: 0;
    transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
    transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
    transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}


/*
 * Arrow Turn
 */

.hamburger--arrowturn.is-active .hamburger-inner {
    transform: rotate(-180deg);
}

.hamburger--arrowturn.is-active .hamburger-inner::before {
    transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.hamburger--arrowturn.is-active .hamburger-inner::after {
    transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}


/*
 * Arrow Turn Right
 */

.hamburger--arrowturn-r.is-active .hamburger-inner {
    transform: rotate(-180deg);
}

.hamburger--arrowturn-r.is-active .hamburger-inner::before {
    transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.hamburger--arrowturn-r.is-active .hamburger-inner::after {
    transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}


/*
   * Boring
   */

.hamburger--boring .hamburger-inner,
.hamburger--boring .hamburger-inner::before,
.hamburger--boring .hamburger-inner::after {
    transition-property: none;
}

.hamburger--boring.is-active .hamburger-inner {
    transform: rotate(45deg);
}

.hamburger--boring.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
}

.hamburger--boring.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
}


/*
   * Collapse
   */

.hamburger--collapse .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-duration: 0.13s;
    transition-delay: 0.13s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
    transform: translate3d(0, -10px, 0) rotate(-45deg);
    transition-delay: 0.22s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}


/*
   * Collapse Reverse
   */

.hamburger--collapse-r .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-duration: 0.13s;
    transition-delay: 0.13s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse-r .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r.is-active .hamburger-inner {
    transform: translate3d(0, -10px, 0) rotate(45deg);
    transition-delay: 0.22s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}


/*
   * Elastic
   */

.hamburger--elastic .hamburger-inner {
    top: 2px;
    transition-duration: 0.275s;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic .hamburger-inner::before {
    top: 10px;
    transition: opacity 0.125s 0.275s ease;
}

.hamburger--elastic .hamburger-inner::after {
    top: 20px;
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic.is-active .hamburger-inner {
    transform: translate3d(0, 10px, 0) rotate(135deg);
    transition-delay: 0.075s;
}

.hamburger--elastic.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0;
}

.hamburger--elastic.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(-270deg);
    transition-delay: 0.075s;
}


/*
   * Elastic Reverse
   */

.hamburger--elastic-r .hamburger-inner {
    top: 2px;
    transition-duration: 0.275s;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r .hamburger-inner::before {
    top: 10px;
    transition: opacity 0.125s 0.275s ease;
}

.hamburger--elastic-r .hamburger-inner::after {
    top: 20px;
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r.is-active .hamburger-inner {
    transform: translate3d(0, 10px, 0) rotate(-135deg);
    transition-delay: 0.075s;
}

.hamburger--elastic-r.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0;
}

.hamburger--elastic-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(270deg);
    transition-delay: 0.075s;
}


/*
   * Emphatic
   */

.hamburger--emphatic {
    overflow: hidden;
}

.hamburger--emphatic .hamburger-inner {
    transition: background-color 0.125s 0.175s ease-in;
}

.hamburger--emphatic .hamburger-inner::before {
    left: 0;
    transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}

.hamburger--emphatic .hamburger-inner::after {
    top: 10px;
    right: 0;
    transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}

.hamburger--emphatic.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent;
}

.hamburger--emphatic.is-active .hamburger-inner::before {
    left: -80px;
    top: -80px;
    transform: translate3d(80px, 80px, 0) rotate(45deg);
    transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic.is-active .hamburger-inner::after {
    right: -80px;
    top: -80px;
    transform: translate3d(-80px, 80px, 0) rotate(-45deg);
    transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}


/*
   * Emphatic Reverse
   */

.hamburger--emphatic-r {
    overflow: hidden;
}

.hamburger--emphatic-r .hamburger-inner {
    transition: background-color 0.125s 0.175s ease-in;
}

.hamburger--emphatic-r .hamburger-inner::before {
    left: 0;
    transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}

.hamburger--emphatic-r .hamburger-inner::after {
    top: 10px;
    right: 0;
    transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}

.hamburger--emphatic-r.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent;
}

.hamburger--emphatic-r.is-active .hamburger-inner::before {
    left: -80px;
    top: 80px;
    transform: translate3d(80px, -80px, 0) rotate(-45deg);
    transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic-r.is-active .hamburger-inner::after {
    right: -80px;
    top: 80px;
    transform: translate3d(-80px, -80px, 0) rotate(45deg);
    transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}


/*
   * Minus
   */

.hamburger--minus .hamburger-inner::before,
.hamburger--minus .hamburger-inner::after {
    transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
}

.hamburger--minus.is-active .hamburger-inner::before,
.hamburger--minus.is-active .hamburger-inner::after {
    opacity: 0;
    transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
}

.hamburger--minus.is-active .hamburger-inner::before {
    top: 0;
}

.hamburger--minus.is-active .hamburger-inner::after {
    bottom: 0;
}


/*
   * Slider
   */

.hamburger--slider .hamburger-inner {
    top: 2px;
}

.hamburger--slider .hamburger-inner::before {
    top: 10px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s;
}

.hamburger--slider .hamburger-inner::after {
    top: 20px;
}

.hamburger--slider.is-active .hamburger-inner {
    transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner::before {
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    opacity: 0;
}

.hamburger--slider.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(-90deg);
}


/*
   * Slider Reverse
   */

.hamburger--slider-r .hamburger-inner {
    top: 2px;
}

.hamburger--slider-r .hamburger-inner::before {
    top: 10px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s;
}

.hamburger--slider-r .hamburger-inner::after {
    top: 20px;
}

.hamburger--slider-r.is-active .hamburger-inner {
    transform: translate3d(0, 10px, 0) rotate(-45deg);
}

.hamburger--slider-r.is-active .hamburger-inner::before {
    transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
    opacity: 0;
}

.hamburger--slider-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(90deg);
}


/*
   * Spin
   */

.hamburger--spin .hamburger-inner {
    transition-duration: 0.22s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
    transform: rotate(225deg);
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}


/*
   * Spin Reverse
   */

.hamburger--spin-r .hamburger-inner {
    transition-duration: 0.22s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin-r .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r.is-active .hamburger-inner {
    transform: rotate(-225deg);
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}


/*
   * Spring
   */

.hamburger--spring .hamburger-inner {
    top: 2px;
    transition: background-color 0s 0.13s linear;
}

.hamburger--spring .hamburger-inner::before {
    top: 10px;
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring .hamburger-inner::after {
    top: 20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring.is-active .hamburger-inner {
    transition-delay: 0.22s;
    background-color: transparent;
}

.hamburger--spring.is-active .hamburger-inner::before {
    top: 0;
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--spring.is-active .hamburger-inner::after {
    top: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(-45deg);
}


/*
   * Spring Reverse
   */

.hamburger--spring-r .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-duration: 0.13s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}

.hamburger--spring-r .hamburger-inner::before {
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r.is-active .hamburger-inner {
    transform: translate3d(0, -10px, 0) rotate(-45deg);
    transition-delay: 0.22s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spring-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
}

.hamburger--spring-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}


/*
   * Stand
   */

.hamburger--stand .hamburger-inner {
    transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}

.hamburger--stand .hamburger-inner::before {
    transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand .hamburger-inner::after {
    transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand.is-active .hamburger-inner {
    transform: rotate(90deg);
    background-color: transparent;
    transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}

.hamburger--stand.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}


/*
   * Stand Reverse
   */

.hamburger--stand-r .hamburger-inner {
    transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}

.hamburger--stand-r .hamburger-inner::before {
    transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand-r .hamburger-inner::after {
    transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand-r.is-active .hamburger-inner {
    transform: rotate(-90deg);
    background-color: transparent;
    transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}

.hamburger--stand-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}


/*
   * Squeeze
   */

.hamburger--squeeze .hamburger-inner {
    transition-duration: 0.075s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
    transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
    transform: rotate(45deg);
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}


/*
   * Vortex
   */

.hamburger--vortex .hamburger-inner {
    transition-duration: 0.2s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex .hamburger-inner::before,
.hamburger--vortex .hamburger-inner::after {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear;
}

.hamburger--vortex .hamburger-inner::before {
    transition-property: top, opacity;
}

.hamburger--vortex .hamburger-inner::after {
    transition-property: bottom, transform;
}

.hamburger--vortex.is-active .hamburger-inner {
    transform: rotate(765deg);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex.is-active .hamburger-inner::before,
.hamburger--vortex.is-active .hamburger-inner::after {
    transition-delay: 0s;
}

.hamburger--vortex.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
}

.hamburger--vortex.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(90deg);
}


/*
   * Vortex Reverse
   */

.hamburger--vortex-r .hamburger-inner {
    transition-duration: 0.2s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex-r .hamburger-inner::before,
.hamburger--vortex-r .hamburger-inner::after {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear;
}

.hamburger--vortex-r .hamburger-inner::before {
    transition-property: top, opacity;
}

.hamburger--vortex-r .hamburger-inner::after {
    transition-property: bottom, transform;
}

.hamburger--vortex-r.is-active .hamburger-inner {
    transform: rotate(-765deg);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex-r.is-active .hamburger-inner::before,
.hamburger--vortex-r.is-active .hamburger-inner::after {
    transition-delay: 0s;
}

.hamburger--vortex-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
}

.hamburger--vortex-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
}

.SlectBox.style1 {
    background: #fff;
    border-radius: 4px;
    color: #333;
    cursor: pointer;
    /*height: 40px;
  line-height: 38px;*/
    padding: 9px 10px;
    border: #ddd 1px solid;
    color: #495057;
}


/*.service_modal .service_item label {
  float: left;
  width: 370px;
}
	
.service_modal .service_item input {
  border: 1px solid #ddd;
  border-radius: 4px;
  float: left;
  height: 32px;
  padding-left: 10px;
  width: calc(100% - 370px);
}
.service_modal .service_item label input {
  height: auto;
  margin-right: 5px;
  width: auto;
}*/

.service_modal .service_item,
.forall_extras_modal .service_item,
.extras_modal .extra_item,
.forall_extras_modal .extra_item {
    /*float: left;*/
    margin: 5px 0;
    /*width: 100%;*/
}

.hotel_descwrap {
    background: #f2f2f2;
    border: 1px solid #dcdcdc;
    border-radius: 4px;
    padding: 20px;
    background: #fff;
}

.hotel_agent_comment {
    background: #cee3e6;
    border: 1px solid #9db9bd;
    border-radius: 4px;
    padding: 20px;
}
.hotel_agent_comment2 {
    background: #e3d5ff;
    border: 1px solid #9f89cb;
    border-radius: 4px;
    padding: 20px;
}

.modal-header,
.modal .btn-default {
    background: #49acb7;
    color: #fff;
    border: none;
    background-color: #3f6ad8;
    border-color: #3f6ad8;
}

.modal-header {
    background-image: radial-gradient(circle 248px at center, #16d9e3 0%, #30c7ec 47%, #46aef7 100%) !important;
}

.bold {
    font-weight: bold;
}

.th-group-title {
    font-size: 17px;
}

.quote_cart_msg {
    display: inline-block;
}


/*.quote_cart_msg p {
    display: inline-block;
    background: yellow;
    padding: 4px 10px 6px 10px;
    margin: 0 10px;
    border-radius: 10px;
}*/

.quote_cart_msg p {
    display: inline-block;
    background: yellow;
    padding: 4px 10px 6px 10px;
    margin: 0 10px;
    border-radius: 10px;
}

.quote_cart_msg p.text-success {
    background: #89ff4d;
    background: #21a500;
    color: #fff;
}

.quote_cart_msg p.text-danger {
    background: #ff0700;
    color: #fff;
}

.site-lang-iw * {
    /*text-align: right !important;
	direction: rtl !important;*/
    font-family: Arial, Helvetica, sans-serif !important;
    /*font-family: 'Open Sans Hebrew' !important;*/
}

.site-lang-iw .jclock h3 {
    font-family: 'montserratbold' !important;
}

.site-lang-iw .calculator_form *,
.site-lang-iw .srb_label {
    font-weight: bold;
}

.site-lang-iw p,
.site-lang-iw label,
.site-lang-iw .textBox,
.site-lang-iw textarea,
.site-lang-iw .hotel_agent_comment,
.site-lang-iw .hotel_agent_comment2,
.site-lang-iw .final_info,
.rightPannel .panel,
.site-lang-iw .daterangepickerfield {
    text-align: right !important;
}
.site-lang-iw div.noForceTextAlign p[style*="text-align:center"]{
    text-align: center !important;
}
.site-lang-iw div.noForceTextAlign p[style*="text-align:left"]{
    text-align: left !important;
}
.site-lang-iw div.noForceTextAlign p[style*="text-align:right"]{
    text-align: right !important;
}
.site-lang-iw p,
.site-lang-iw label,
.site-lang-iw .textBox,
.site-lang-iw textarea,
.site-lang-iw .hotel_agent_comment,
.site-lang-iw .hotel_agent_comment2,
.site-lang-iw .final_info,
.rightPannel .panel,
.site-lang-iw .daterangepickerfield {
    direction: rtl !important;
}


.site-lang-iw .attraction_form select[name="product"].textBox {
  direction: ltr !important;
  text-align: left !important;
}

.site-lang-iw label {
    float: right;
}

.site-lang-iw .SumoSelect>.optWrapper>.options>li label,
.site-lang-iw label.bulk_chk,
.site-lang-iw label.bulk_chk2,
.site-lang-iw label.bulk_chk3,
.site-lang-iw label.bulk_chk4,
.site-lang-iw label.bulk_chk_pink34,
.site-lang-iw .toggleSalesVal {
    float: none;
    direction: ltr !important;
}

.site-lang-iw .srb_advanced_box label {
    width: 100%;
}

.site-lang-iw .srb_advanced_box .SumoSelect>.CaptionCont>label {
    width: 30px;
}

.site-lang-iw .srb_advanced_box *,
.site-lang-iw .iw-left {
    text-align: left !important;
    direction: ltr !important;
}

.site-lang-iw .text-center,

/*.site-lang-iw .leftPannel,*/

.site-lang-iw .rightPannel table thead th,
.site-lang-iw .rightPannel table tbody td,
.site-lang-iw table thead th,
.site-lang-iw table tbody td,
.site-lang-iw .newsSection .panel-title,
.site-lang-iw .newsSection .panel-body,
.site-lang-iw table.quote_log td table thead th,
.site-lang-iw table.quote_log td table thead td {
    text-align: right;
}

.site-lang-iw .modal .modal-body,
.site-lang-iw .fc-event {
    direction: rtl !important;
}

.site-lang-iw .agent_team_agent.fc-event {
    direction: ltr !important;
}
.site-lang-iw .agent_team_agent.fc-event.has_red_dot {
    min-height: 40px;
}
.site-lang-iw .agent_team_agent.fc-event .red_dot {
    position: absolute;
    width: 12px;
    height: 12px;
    background: #e90a0a;
    left: 3px;
    bottom: 4px;
    border-radius: 50%;
    border: 2px solid #fff;
}
.site-lang-iw .fc-event.agent_calendar_item {
    direction: ltr !important;
    text-align: left;
}
.fullcalendar_calendar.agent_shift_calendar .fc-event.agent_calendar_item,
.fullcalendar_calendar.holiday_leave_calendar .fc-event.agent_calendar_item {
    padding-left: 22px;
}
.fc-event.agent_calendar_item.loggedin_user_item {
    min-height: 35px;
}
.fc-event.agent_calendar_item .fc-content {
    display: flex;
    justify-content: space-between;
}
.fullcalendar_calendar.agent_shift_calendar .fc-event.agent_calendar_item .fc-content .fc-title,
.fullcalendar_calendar.holiday_leave_calendar .fc-event.agent_calendar_item .fc-content .fc-title {
    /* flex: 0 0 calc(100% - 32px);
    width: calc(100% - 32px); */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}
.fc-event.agent_calendar_item .fc-content .cal_info {
    background: #fff;
    color: #333;
    padding: 1px 4px;
}
.fullcalendar_calendar.agent_shift_calendar .fc-event.agent_calendar_item .fc-content .cal_info,
.fullcalendar_calendar.holiday_leave_calendar .fc-event.agent_calendar_item .fc-content .cal_info {
    border-radius: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}
.fullcalendar_calendar.holiday_leave_calendar .fc-dayGrid-view .fc-week-number, .fc-dayGrid-view .fc-day-number,
.fullcalendar_calendar.agent_shift_calendar .fc-dayGrid-view .fc-week-number, .fc-dayGrid-view .fc-day-number {
    background: #39b442;
    color: #fff;
    font-size: 18px;
    min-width: 30px;
    min-height: 28px;
    text-align: center;
    padding: 4px 0 0 0;
    border-radius: 50%;
}
.site-lang-iw .modal .close {
    float: left;
}

.site-lang-iw .iw-all-left,
.site-lang-iw .iw-all-left.modal .modal-body,
.site-lang-iw .iw-all-left p,
.site-lang-iw .iw-all-left label,
.site-lang-iw .iw-all-left .textBox,
.site-lang-iw .iw-all-left table thead th,
.site-lang-iw .iw-all-left table tfoot th,
.site-lang-iw .iw-all-left table tbody td {
    text-align: left !important;
    direction: ltr !important;
}

.site-lang-iw .iw-all-left label {
    float: left;
}

.site-lang-iw .iw-all-left.modal .close,
.site-lang-iw .iw-all-left.modal-header .close {
    float: right;
}

.site-lang-iw .iw-text-center {
    text-align: center !important;
}

.site-lang-iw .iw-text-right {
    text-align: right !important;
}

.site-lang-iw .iw-text-left,
.site-lang-iw .moonTable p,
.site-lang-iw table.quote_log>thead tr>th,
.site-lang-iw table.quote_log>tbody>tr>td,
.site-lang-iw .salesInfo table th,
.site-lang-iw .salesInfo table td {
    text-align: left !important;
}

.site-lang-iw .rightPannel table th.fc-day-header,
.site-lang-iw .fullcalendar_modal table th.fc-day-header {
    text-align: center !important;
}
.site-lang-iw .splagreeTable p {
    text-align: left !important;
    direction: ltr !important;
}

.site-lang-iw .formArea .field label {
    font-weight: bold;
}

.site-lang-iw i.fa {
    font: normal normal normal 14px/1 FontAwesome !important;
}

.site-lang-iw i.fas,
.site-lang-iw i.far,
.site-lang-iw i.fal,
.site-lang-iw i.fad {
    font-family: 'Font Awesome 5 Free' !important;
}

.site-lang-iw i.fab {
    font-family: 'Font Awesome 5 Brands' !important;
}

.site-lang-iw .rightPannel .inner i.fa {
    font-size: 24px !important;
}

.site-lang-iw .cant_cancel_icon i.fa {
    font-size: 30px !important;
}

.site-lang-iw .flight_form .cant_cancel_icon i.fa {
    font-size: 20px !important;
}

.site-lang-iw .dropopt_wrap.type2 a i.fa,
.site-lang-iw .dropopt_wrap.type2 a i.fas {
    font-size: 40px !important;
}

.site-lang-iw .navigation ul li a i.fa {
    font-size: 18px !important;
}

.site-lang-iw .leftPannelInner .panel-title>a i.fa {
    /* font-size: 15px !important; */
    font-size: 20px !important;
}

.site-lang-iw .colorPickBlock i.fa {
    font-size: 30px !important;
}

.site-lang-iw .glyphicon {
    font-family: 'Glyphicons Halflings' !important;
}

.site-lang-iw .fc-icon {
    font-family: "fcicons" !important;
}

.site-lang-iw .arUpIcon i {
    font-size: 25px !important;
    color: rgb(58, 196, 125);
}


/*.earlyBird {
	color: #f9b000;
}*/

.site-lang-iw .earlyBird {
    float: left;
    /* margin-top: -20px; */
}

.site-lang-iw table.checkAvailability tbody .firstCol td,
.site-lang-iw table.checkAvailability tbody .tableRow td {
    text-align: left;
}

.site-lang-iw table.checkAvailability tbody label {
    float: none;
    direction: ltr !important;
}

.site-lang-iw table.checkAvailability tbody td textarea {
    direction: ltr !important;
    text-align: left !important;
}

.forRtl {
    direction: rtl;
}

a.toggleField {
    position: absolute;
    top: -30px;
    left: 40%;
    background: #81c6c7;
    color: #fff;
    padding: 0px 15px 3px;
    background-color: #3f6ad8;
    border-color: #3f6ad8;
    padding: 5px 15px;
}

.flight_form table th,
.flight_form table td,
table.flight_table th,
table.flight_table td,
.transfer_form table th,
.transfer_form table td,
table.transfer_table th,
table.transfer_table td {
    font-size: 12px;
}

.flight_form .table>thead>tr>th,
.flight_form .table>tbody>tr>td,
table.flight_table>thead>tr>th,
table.flight_table>tbody>tr>td,
.transfer_form .table>thead>tr>th,
.transfer_form .table>tbody>tr>td,
table.transfer_table>thead>tr>th,
table.transfer_table>tbody>tr>td {
    padding: 4px;
}

.flight_form table .textBox,
.transfer_form table .textBox {
    font-size: 12px;
    height: 30px;
    padding: 0 3px;
}


/*.flight_form textarea.textBox {
	height: auto;

}*/

.flight_form .btn.row-remove,
.flight_form .btn.row-remove-in,
.flight_form .btn.cant_cancel,
.transfer_form .btn.row-remove,
.transfer_form .btn.row-remove-in,
.flight_form .btn.flight_mode,
.flight_form .btn.flight_way {
    padding: 3px 6px;
    margin-bottom: 0;
    font-size: 12px;
    vertical-align: baseline;
}

.flightdatetimepicker,
.transferdatetimepicker {
    position: relative;
}

.flightdatetimepicker span,
.transferdatetimepicker span {
    position: absolute;
    bottom: -33px;
    left: 0;
}

.quick_builder,
.quote_calendar_quick_view {
    background: #49acb7;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    border: none;
    display: inline-block;
    padding: 6px 15px;
    font-size: 16px;
    background-color: #3f6ad8;
    border-color: #3f6ad8;
    border-radius: 4px;
    padding: 9px 20px;
    font-size: 14px;
}

.quick_builder:hover,
.quote_calendar_quick_view:hover {
    color: #fff;
}

.quick_builder_modal table h2,
.quick_view_quote_modal table h2 {
    font-size: 20px;
    padding-top: 5px;
}

.quick_builder_modal table img,
.quick_view_quote_modal table img {
    float: left;
    margin: 0 10px 0 0;
}

.quick_builder_modal table tr td:nth-of-type(1) {
    position: relative;
    padding-left: 55px;
    min-height: 46px;
}

.quick_builder_modal table tr td:nth-of-type(1) .hotelIcon {
    position: absolute;
    left: 8px;
    top: 8px;
}

.quick_builder_modal table tr td:nth-of-type(1) .hotelIcon i {
    font-size: 30px;
}

.quick_builder_modal table tr td:nth-of-type(2) {
    width: 42%;
    text-align: right !important;
}
.quick_builder_modal .price_breakdown_html table tr td:nth-of-type(1) {
    padding-left: 0px;
    min-height: unset;
}
.quick_builder_modal .price_breakdown_html table tr td:nth-of-type(2) {
    width: unset;
    text-align: unset !important;
}
.site-lang-iw .iw-all-left .price_breakdown_html table table > tbody > tr > td:nth-of-type(3) {
    text-align: right !important;
    direction: unset !important;
}
.site-lang-iw .iw-all-left .price_breakdown_html table table table td:nth-of-type(2) {
    text-align: right !important;
}

.qs_head_flight,
.qs_head_transfer,
.quote_block .qs_head {
    position: relative;
    border: 1px solid #d4d4d4;
}


/*.quote_block .qs_head {
    border: 1px solid #ffd7cf;
    background: #fff0ed;
}*/

.qs_head_flight .row_remove,
.qs_head_transfer .row_remove,
.quote_block .quote_block_remove,
.search_block_remove {
    position: absolute;
    right: 0;
    top: 0;
    padding: 3px 7px;
}

.srcBtn.quote_submit {
    top: 26px;
}

.add_more_date_wrapper,
.more_date,
.add_more_alt_search_wrapper,
.more_alt_search {
    position: relative;
}

.more_date,
.more_alt_search {
    /*margin: 6px 0;*/
    margin-top: 6px;
    margin-bottom: 6px;
}

.add_more_date,
.add_more_date:hover,
.more_date_remove,
.add_more_alt_search,
.add_more_alt_search:hover,
.more_alt_search_remove {
    background: #49acb7;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    border: none;
    display: inline-block;
    padding: 1px 6px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    position: absolute;
    right: 0;
    top: 6px;
    background-color: #3f6ad8;
    border-color: #3f6ad8;
}

.more_date_remove,
.more_date_remove:hover,
.more_alt_search_remove,
.more_alt_search_remove:hover {
    background: #d9534f;
    color: #fff;
}

.add_search_row,
.add_search_row:hover,
.add_search_row:focus,
.add_search_row:active {
    background: #49acb7;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    border: none;
    display: inline-block;
    padding: 3px 9px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    background-color: #3f6ad8;
    border-color: #3f6ad8;
}

.final_info {
    clear: both;
    font-size: 18px;
    line-height: 180%;
    margin: 20px 0;
}

.srcBtn.quote_submit2 {
    display: none;
    top: 44px;
}

.editMode .srcBtn.quote_submit {
    top: -6px;
}

.editMode .srcBtn.quote_submit2 {
    display: block;
}

.agent_remarks_block {
    font-weight: bold;
    background: yellow;
    padding: 1px 6px;
    display: inline-block;
}

.table-bordered>tbody>tr>td.price_breakdown,
.table-bordered>tbody>tr>td.room_details,
.table-bordered>tbody>tr>td.room_price_details {
    cursor: pointer;
    /*border: 2px dotted #ee5842;
    padding: 8px 8px 7px 8px;*/
    text-decoration: underline;
}

.price_breakdown:hover,
td.room_details:hover,
td.room_price_details:hover {
    border: 2px dotted #ee5842;
    padding: 8px 8px 7px 8px;
}

.price_breakdown_modal .modal-body-inner {
    line-height: 150%;
}

td .field_icon,
td .field_icon2,
td .field_icon3 {
    position: absolute;
    left: 2px;
    top: 2px;
    font-size: 12px;
    display: block;
    padding: 1px 3px;
    background: #f2f2f2;
    z-index: 1;
}

td .field_icon2 {
    left: auto;
    right: 2px;
}

td .field_icon3 {
    left: auto;
    top: 40px;
}

.flight_form td .field_icon2 {
    left: auto;
    padding: 0;
    top: -4px;
}

td .makcorps_price_compare {
    position: absolute;
    width: 16px;
    top: 34px;
    right: 6px;
}

.external_hotel_links {
    display: inline-block;
    margin-bottom: 10px;
}

.external_hotel_links a,
.external_flight_links a,
.qit_quick_buttons a {
    background: #49acb7;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    border: none;
    display: inline-block;
    padding: 6px 15px;
    font-size: 16px;
    margin: 0 4px;
}

.external_hotel_links a:hover,
.external_flight_links a:hover,
.qit_quick_buttons a:hover {
    color: #fff;
}

.external_hotel_links a.special_agreement_link,
.qit_quick_buttons a.special_agreement_link {
    background: #5e1f58;
}

.external_hotel_links a.full_moon_link,
.qit_quick_buttons a.full_moon_link {
    background: #f9b000;
    background: #fff;
    border: 1px solid #f9b000;
    color: #f9b000;
}

.external_flight_links a.b2,
.qit_quick_buttons a.b2 {
    background: #f9b000;
}

form[name="quote"] .SumoSelect,
.provisional_report_modal .SumoSelect,
.broken_report_modal .SumoSelect,
form[name="supplier_contact"] .SumoSelect,
form[name="report_profit_report_form"] .SumoSelect,
form[name="report_payment_report_form"] .SumoSelect,
form[name="report_production_report_form"] .SumoSelect,
form[name="report_outstanding_balance_report_form"] .SumoSelect,
form[name="report_discount_extra_report_form"] .SumoSelect,
form[name="report_profit_loss_report_form"] .SumoSelect,
form[name="report_pax_report_form"] .SumoSelect,
.hasSumoselectElement .SumoSelect {
    display: block;
}

form[name="quote"] .SumoSelect .placeholder,
.provisional_report_modal .SumoSelect .placeholder,
.broken_report_modal .SumoSelect .placeholder,
form[name="supplier_contact"] .SumoSelect .placeholder,
form[name="report_profit_report_form"] .SumoSelect .placeholder,
form[name="report_payment_report_form"] .SumoSelect .placeholder,
form[name="report_production_report_form"] .SumoSelect .placeholder,
form[name="report_outstanding_balance_report_form"] .SumoSelect .placeholder,
form[name="report_discount_extra_report_form"] .SumoSelect .placeholder,
form[name="report_profit_loss_report_form"] .SumoSelect .placeholder,
form[name="report_pax_report_form"] .SumoSelect .placeholder,
.hasSumoselectElement .SumoSelect .placeholder {
    color: #333;
    font-style: normal;
    font-size: 16px;
    color: #495057;
}

form[name="quote"] .SumoSelect>.CaptionCont,
.provisional_report_modal .SumoSelect>.CaptionCont,
.broken_report_modal .SumoSelect>.CaptionCont,
form[name="supplier_contact"] .SumoSelect>.CaptionCont,
form[name="report_profit_report_form"] .SumoSelect>.CaptionCont,
form[name="report_payment_report_form"] .SumoSelect>.CaptionCont,
form[name="report_production_report_form"] .SumoSelect>.CaptionCont,
form[name="report_outstanding_balance_report_form"] .SumoSelect>.CaptionCont,
form[name="report_discount_extra_report_form"] .SumoSelect>.CaptionCont,
form[name="report_profit_loss_report_form"] .SumoSelect>.CaptionCont,
form[name="report_pax_report_form"] .SumoSelect>.CaptionCont,
.hasSumoselectElement .SumoSelect>.CaptionCont {
    float: left;
    width: 100%;
    padding: 8px 12px;
    border-radius: 4px;
    border: 1px solid #ced4da;
}

form[name="quote"] .SumoSelect>.CaptionCont>span,
.provisional_report_modal .SumoSelect>.CaptionCont>span,
.broken_report_modal .SumoSelect>.CaptionCont>span,
form[name="supplier_contact"] .SumoSelect>.CaptionCont>span,
form[name="report_profit_report_form"] .SumoSelect>.CaptionCont>span,
form[name="report_payment_report_form"] .SumoSelect>.CaptionCont>span,
form[name="report_production_report_form"] .SumoSelect>.CaptionCont>span,
form[name="report_outstanding_balance_report_form"] .SumoSelect>.CaptionCont>span,
form[name="report_discount_extra_report_form"] .SumoSelect>.CaptionCont>span,
form[name="report_profit_loss_report_form"] .SumoSelect>.CaptionCont>span,
form[name="report_pax_report_form"] .SumoSelect>.CaptionCont>span,
.hasSumoselectElement .SumoSelect>.CaptionCont>span {
    color: #333;
    font-size: 16px;
    color: #495057;
}

.SumoSelect>.optWrapper.multiple>.options>li.selected span i,
.SumoSelect .select-all.selected>span i
/*.SumoSelect .select-all.partial>span i*/ {
    background-color: rgb(0, 125, 140);
    background-color: rgb(63, 106, 216);
}
.SumoSelect .select-all.selected.partial>span i {
    background-color: #ccc;
}

.SumoSelect>.CaptionCont>label>i {
    opacity: 0.5;
}

.SumoSelect>.optWrapper>.options>li:hover {
    background-color: #3f6ad8;
}

.SumoSelect>.optWrapper>.options>li:hover label {
    color: #fff;
}

.SumoSelect>.optWrapper>.options>li label img {
    height: 18px;
    float: left;
    padding-top: 2px;
}
.SumoSelect>.optWrapper>.options>li label img.diamond {
    float: none;
    height: 13px;
    padding-top: 0;
}
.SumoSelect .select-all {
    height: 35px;
}
.SumoSelect > .optWrapper > .options {
    clear: both;
}
.SumoSelect > .optWrapper label {
    float: none !important;
}

.hotel_block {
    padding-top: 30px;
}

.quote_blocks,
.hotel_blocks,
.hotel_block {
    clear: both;
}

.settings_form {
    line-height: 150%;
}

.settings_field {
    margin: 10px 0;
    clear: both;
}

.formArea {
    margin: 0 auto;
    max-width: 600px;
}

.formArea .field {
    margin: 10px 0;
}

.formArea .field label {
    margin-bottom: 6px;
}

.jclock {
    text-align: center;
    border: 6px double rgba(0, 125, 140, 0.23);
    padding: 10px;
    background: #f3f9f9;
}

.jclock h3 {
    padding-bottom: 10px;
}

.jclock .jclock_info {
    font-size: 18px;
    line-height: 150%;
}


/*table.moonTable,
table.moonTable.table-bordered > tbody > tr > td, table.moonTable.table-bordered > tbody > tr > th, table.moonTable.table-bordered > tfoot > tr > td, table.moonTable.table-bordered > tfoot > tr > th, table.moonTable.table-bordered > thead > tr > td, table.moonTable.table-bordered > thead > tr > th  {
	border: 2px solid #000;
}
table.moonTable.fullmoon thead tr:nth-of-type(1) th {
	background: #0866b7;
	color: #fff;
}
table.moonTable.halfmoon thead tr:nth-of-type(1) th {
	background: #a2d3fd;
}
table.moonTable thead tr:nth-of-type(2) th:nth-of-type(1) {
	background: #ded022;
}
table.moonTable thead tr:nth-of-type(2) th:nth-of-type(2) {
	background: #93e460;
}
table.moonTable tbody tr td:nth-of-type(1) {
	background: #e2e2e2;
}
table.moonTable tbody tr td:nth-of-type(2) {
	background: #ffddbf;
	font-size: 15px;
    font-weight: bold;
}*/

.rightPannel table.moonTable thead th,
.rightPannel table.moonTable tbody td {
    text-align: center;
}

.rightPannel table.moonTable tr:hover>td,
.rightPannel table.phonebookTable tr:hover>td,
.rightPannel table.table-hover > tbody > tr:hover>td,
.modal table.table-hover > tbody > tr:hover>td {
    background-color: #e0f3ff;
}

.horzLink {
    width: auto;
    float: right;
}

.horzLink li {
    width: auto;
    float: left;
    position: relative;
    margin-right: 5px
}

.horzLink li:last-child {
    margin-right: 0;
}

.horzLink li ul {
    max-width: 200px;
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9;
    display: none;
}


/*.horzLink li:hover ul {
	display: block;
}*/

.horzLink li ul li {
    width: 100%;
    float: left;
    display: block;
}

.horzLink li ul li a {
    width: 100%;
    float: left;
    padding: 7px 12px;
    background: #f2f2f2;
    color: #333;
    border: none;
    border-bottom: #81c6c7 1px dashed;
    font-family: 'montserratbold';
}

.horzLink li i {
    /*margin-left: 10px;*/
    /*font-size: 16px;*/
}

.horzLink li ul li a:hover {
    background: #f9b000;
    border-color: #f9b000;
}

.horzLink.centerhorz {
    display: block;
    float: none;
}

.horzLink.centerhorz li {
    float: none;
    display: inline-block;
}
.horzLink.centerhorz li ul li {
    display: block;
}

label.bulk_chk {
    width: 34px;
    height: 34px;
    background: url(../images/box-2.png) no-repeat;
    vertical-align: top;
    cursor: pointer;
    background-size: 100%;
}

label.bulk_chk.chk_on {
    background: url(../images/box-check-2.png) no-repeat;
    background-size: 100%;
}
label.bulk_chk.chk_on2 {
    background: url(../images/box-2-cross.png) no-repeat;
    background-size: 100%;
}

label.bulk_chk2 {
    width: 26px;
    height: 26px;
    background: url(../images/box.png) no-repeat;
    background-size: 100%;
    vertical-align: top;
    cursor: pointer;
}

label.bulk_chk2.chk_on {
    background: url(../images/box-check.png) no-repeat;
    background-size: 100%;
}

label.bulk_chk3 {
    width: 26px;
    height: 26px;
    background: url(../images/box3.png) no-repeat;
    background-size: 100%;
    vertical-align: top;
    cursor: pointer;
}

label.bulk_chk3.chk_on {
    background: url(../images/box-check3.png) no-repeat;
    background-size: 100%;
}

label.bulk_chk4 {
    width: 34px;
    height: 34px;
    background: url(../images/box4.png) no-repeat;
    background-size: 100%;
    vertical-align: top;
    cursor: pointer;
}

label.bulk_chk4.chk_on {
    background: url(../images/box-check4.png) no-repeat;
    background-size: 100%;
}

.rooms .carousel-control {
    box-shadow: none;
    background-image: none !important;
}

.list_m li {
    width: 50%;
    float: left;
    margin-bottom: 10px;
}

.list_m li img {
    width: 15px;
    margin-right: 5px;
}

.rm_desc p {
    margin-bottom: 20px;
}

.calculator_form {
    max-width: 700px;
    margin: 0 auto;
    background: #d7c1aa;
    background: #efddcb;
    border: 1px solid #94693c;
    padding: 20px;
}

.calculator_form .form-control {
    border: 1px solid #94693c;
}

.calculator_form input.calculator_result,
.calculator_form input.addon_value {
    background-color: #e4c2a0;
    border: 1px solid #94693c;
    color: #673400;
    font-weight: bold;
}

.iframepopup,
.iframeglobalpopup {
    position: absolute;
    z-index: 1;
    top: -28px;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    overflow: hidden;
}

.iframeglobalpopup {
    margin-left: 200px;
    width: calc(100% - 200px);
    top: 0;
}

.iframepopup .close,
.iframeglobalpopup .close {
    width: 40px;
    height: 40px;
    text-align: center;
    cursor: pointer;
    background: #ff0000;
    color: #fff;
    font-weight: bold;
    position: absolute;
    right: 25px;
    top: 40px;
    border-radius: 50%;
    border: 2px solid #941516;
    padding-top: 3px;
    opacity: .4;
}

.iframepopup .close:hover,
.iframeglobalpopup .close:hover {
    opacity: 1;
}

.iframebotbar {
    position: absolute;
    height: 30px;
    background: #007d8c;
    z-index: 2;
    width: 100%;
    bottom: -5px;
}

.flight_form .tableResponsive .SumoSelect>.CaptionCont,
.transfer_form .tableResponsive .SumoSelect>.CaptionCont {
    min-height: unset;
}

.flight_form .SumoSelect>.optWrapper>.options>li label,
.transfer_form .SumoSelect>.optWrapper>.options>li label {
    font-family: 'latoregular';
    font-size: 12px;
}

.add_more_field,
.add_more_field:hover,
.remove_more_field {
    background: #49acb7;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    border: none;
    display: inline-block;
    padding: 1px 6px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    position: absolute;
    right: -22px;
    top: 44px;
    background-color: #3f6ad8;
    border-color: #3f6ad8;
}

.remove_more_field,
.remove_more_field:hover {
    background: #d9534f;
    color: #fff;
    top: 33px;
    right: -38px;
}

.iframepopup .external_hotel_links {
    display: block;
    margin-bottom: 0px;
    position: absolute;
    right: 25px;
    top: 80px;
}

.iframepopup .external_hotel_links a {
    float: right;
    opacity: 0.6;
    margin-bottom: 10px;
}

.iframepopup .external_hotel_links a:hover {
    opacity: 1;
}

.agent_header {
    color: #fff;
    font-size: 20px;
    font-family: 'latoregular';
    /*margin: 15px 0 0 50px;*/
    margin: 2px 0 0 15px;
}

table.splagreeTable thead th {
    background: #ffee78;
}
.iframepopup .external_hotel_links a.early_bird_link {
    background: #d91764;
}
a.price_list_link {
    background: #f9b000;
}
a.provisional_report_link {
    background: #d84413;
}
a.broken_report_link {
    background: #ce2525;
}
a.hotel_map_link {
    background: #009805;
}
a.general_request_link {
    background: #d15787;
}
a.advance_purchase_voucher_link {
    background: #5f1f58;
}
.navigation ul li.welcome_user {
    color: #fff;
    font-size: 16px;
    padding-top: 8px;
}
.quote_block .qs_head.qtmsg_warning {
    background: #ffee78;
}

.quote_block .qs_head.qtmsg_error,
.quote_block .qs_head.qtmsg_warning.qtmsg_error {
    background: #ff8c88;
}

.quote_block .qs_head.qtmsg_warning .qtmsg_btn,
.quote_block .qs_head.qtmsg_error .qtmsg_btn {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    top: 0;
    height: 0;
}

.quote_block .qs_head.qtmsg_warning .qtmsg_btn .qtmsg_link,
.quote_block .qs_head.qtmsg_error .qtmsg_btn .qtminnight_link {
    margin: 24px 10px 0 10px;
    /*top: -46px;
    font-size: 34px;
    color: #e2c806;*/
    /*background: url('../images/qtmsg_warning.png');*/
}

.quote_block .qs_head.qtmsg_warning .qtmsg_btn .qtmsg_link img,
.quote_block .qs_head.qtmsg_error .qtmsg_btn .qtminnight_link img {
    height: 32px;
}

.top0 {
    top: 0;
}

.passenger_more .row {
    border-top: 2px solid #ccc;
    padding-top: 10px;
}

.passenger_more_delete_btn {
    position: absolute;
    right: 2px;
    top: 14px;
    padding: 3px 6px;
    font-size: 13px;
}

.newsSection .panel-title,
.newsSection .panel-body {
    font-weight: bold;
}

.newsSection .carousel-inner>.item {
    min-height: 200px;
    background: #007d8c;
    color: #fff;
    font-size: 18px;
    text-align: center;
    padding: 20px;
}

.leftPannelInner .flight_rate,
.leftPannelInner .exchange_rate {
    font-size: 13px;
    text-align: center;
    background-color: #d91765;
    padding: 10px 0;
    cursor: pointer;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.leftPannelInner .flight_rate:hover,
.leftPannelInner .exchange_rate:hover {
    background-color: #f9b000;
}

.leftPannelInner .exchange_rate {
    text-align: left;
    padding: 12px 6px;
}

.leftPannelInner .exchange_rate i {
    margin-right: 10px;
}

.headlink {
    padding: 0px 0px 0 10px;
    position: relative;
}

.headlink img {
    max-height: 30px;
    margin: 0 5px;
}

.provisional_report_modal .SumoSelect>.optWrapper.multiple>.options>li span,
.provisional_report_modal .SumoSelect .select-all>span,
.broken_report_modal .SumoSelect>.optWrapper.multiple>.options>li span,
.broken_report_modal .SumoSelect .select-all>span {
    left: 35px;
}

body.iniframe header,
body.iniframe .leftPannel {
    display: none;
}

body.iniframe .areaPannel {
    margin-top: 0px;
}

body.iniframe .rightPannel.expendLeft {
    margin-left: 0px;
    width: 100%;
}

.broken_report_image_preview,
.provisional_report_image_preview,
.files_reservation_staff_image_preview,
.files_agent_promo_title_image_preview,
.general_request_image_preview,
.payment_verify_image_preview,
.bulk_provisional_report_image_preview,
.informed_customer_proof_image_preview {
    min-height: 160px;
    background: #ffebd5;
    padding: 8px;
    border: 4px dashed #f3cda3;
}

.broken_report_image_preview .remove,
.provisional_report_image_preview .remove,
.files_reservation_staff_image_preview .remove,
.files_agent_promo_title_image_preview .remove,
.general_request_image_preview .remove,
.payment_verify_image_preview .remove,
.bulk_provisional_report_image_preview .remove,
.informed_customer_proof_image_preview .remove {
    position: absolute;
    width: 30px;
    height: 30px;
    color: #fff;
    border-radius: 50%;
    font-weight: bold;
    padding: 3px 0 0 0;
    top: -10px;
    right: -10px;
    cursor: pointer;
    border: 1px solid transparent;
    background-color: #c9302c;
    border-color: #ac2925;
}

.qit_remarks {
    display: inline-block;
    width: 34px;
    height: 34px;
    background: url(../images/remarks.png) center center no-repeat;
    background-size: cover;
    vertical-align: middle;
}

.qit_remarks.type2 {
    background: url(../images/remarks2.png) center center no-repeat;
    background-size: cover;
}

.row_total_td {
    position: relative;
}

.row_total_td .cant_cancel_icon {
    position: absolute;
    left: 0;
    top: -8px;
    color: #d9534f;
    font-size: 30px;
}

.flight_form .row_total_td .cant_cancel_icon {
    top: -6px;
    font-size: 20px;
}
tr td .flight_info {
    background-color: #666666;
    color: #fff;
    vertical-align: baseline;
}
tr td .cant_cancel,
tr td .flight_mode,
tr td .flight_way,
tr td .flight_info.active {
    background-color: #007d8c;
    color: #fff;
}
tr td .flight_info {
    padding: 4px;
    line-height: 0;
}
.flight_form .btn.flight_mode {
  vertical-align: bottom;
  padding: 0;
}
tr td .flight_mode span {
  display: block;
  width: 23px;
  height: 23px;
  background-size: 100%;
  background-position: center;
}
tr td .flight_mode.flight_mode_direct span {
  background-image: url('../images/direct-flight-white.png');
}
tr td .flight_mode.flight_mode_connecting span {
  background-image: url('../images/connecting-flight-white.png');
}

tr[cant_cancel="1"] td .cant_cancel {
    background: #d9534f;
}

.cant_cancel_row i {
    color: #d9534f;
}

tr td .no_abf,
tr td .abf_board,
tr td .promo_files_link {
    background-color: #007d8c;
    color: #fff;
}

tr[no_abf="1"] td .no_abf,
tr[abf_board="4"] td .abf_board {
    background: #d9534f;
}

.iframelink_modal .modal-header {
    padding: 0;
    position: relative;
}

.iframelink_modal .modal-header .close {
    position: absolute;
    right: -10px;
    top: -10px;
    background: #000946;
    opacity: 1;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    line-height: 127%;
    color: #fff;
    z-index: 1;
}

.iframelink_modal .modal-body {
    padding: 10px;
}

.dFlex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.hotel_link_wrap li,
.attraction_link_wrap li {
    margin-left: 25px;
}

.hotel_link_wrap li a,
.attraction_link_wrap li a {
    text-align: center;
}

.hotel_link_wrap li img,
.attraction_link_wrap li img {
    height: 40px;
}

.hotel_link_wrap li span,
.attraction_link_wrap li span {
    display: block;
    text-align: center;
    font-size: 13px;
    margin-top: 10px;
}

.mCSB_scrollTools {
    width: 6px;
}
.mCS-rounded-dots-dark .mCSB_scrollTools {
    width: 16px;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px;
    background-color: rgba(255, 255, 255, 0.1);
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: rgba(255, 255, 255, 0.3);
}

.leftInner.mCustomScrollbar .mCSB_inside>.mCSB_container {
    margin-right: 0px;
}

.leftInner.mCustomScrollbar .mCSB_scrollTools .mCSB_draggerRail {
    background: none;
}

.headlink>a,
.dropopt_btn {
    font-size: 17px;
    color: #fff;
    height: 44px;
    width: 44px;
    padding: 10px 0 0 0;
    border-radius: 50%;
    text-align: center;
    background: rgba(255, 255, 255, 0.2);
    margin: 0 0 0 10px;
}

.headlink>a:nth-of-type(1) {
    margin: 0;
}

.headlink>a:hover,
.headlink>a:focus,
.dropopt_btn:hover,
.dropopt_btn:focus {
    color: #fff;
}

.headlink>a.type-img,
.dropopt_btn.type-img {
    padding: 5px;
    overflow: hidden;
    vertical-align: middle;
}

.headlink>a.type-img img,
.dropopt_btn.type-img img {
    height: 100%;
    max-height: 100%;
    margin: 0;
    border-radius: 50%;
}

.dropopt_wrap {
    position: absolute;
    z-index: 99;
    top: 100%;
    background: #fff;
    margin-top: 7px;
    right: 0;
    width: 120px;
    border: 1px solid #bbb;
    border-radius: 0px 0px 4px 4px;
    display: none;
}

.dropopt_wrap.type2 {
    background: #fff;
    margin-top: 7px;
    right: 0;
    width: 330px;
}

.dropopt_wrap.type2 img {
    max-height: 45px;
    display: inline-block;
}

.dropopt_wrap.type2 a {
    width: 109px;
    height: 109px;
    text-align: center;
    border-left: 1px dashed #bbb;
    display: block;
    float: left;
    color: #a0d1f3;
    padding: 10px;
}

.dropopt_wrap.type2 a span {
    display: block;
    height: 100%;
    padding-top: 24px;
    border-radius: 3px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.dropopt_wrap.type2 a:hover {
    color: #fff;
}

.dropopt_wrap.type2 a:hover span {
    background: #f9b000;
}

.dropopt_wrap.type2 a i.fa,
.dropopt_wrap.type2 a i.fas {
    font-size: 40px;
}

.dropopt_wrap.type2 a:nth-of-type(1) {
    border-left: 0;
}

.dropopt_wrap.type-lang {
    width: 160px;
}

.dropopt_wrap.type-lang a {
    display: block;
    padding: 12px 10px;
    clear: both;
    color: #21344c;
    font-size: 13px;
}

.dropopt_wrap.type-lang a.active,
.dropopt_wrap.type-lang a:hover {
    background: #cae9ff;
}

.dropopt_wrap.type-lang a img {
    width: 70px;
    margin-right: 10px;
    vertical-align: middle;
    width: 40px;
    max-height: none;
    display: inline-block;
}

.dropopt_wrap.type-panel {
    background: none;
    border: none;
    border-radius: 4px;
}

.loginMain .title1 {
    font-size: 24px;
    line-height: 1.2;
    color: #495057;
    opacity: 0.6;
    margin-bottom: 6px;
}

.loginMain .title2 {
    font-size: 18px;
    line-height: 1.2;
    color: #495057;
    margin-bottom: 20px;
}

.loginMain .footbox.fieldBox {
    margin-bottom: 0px;
}

.loginMain .footbox {
    border-top: 1px solid #e9ecef;
    background: #f8f9fa;
}


/*//new by ar*/

.search-box {
    -webkit-box-flex: 0;
    max-width: 40px;
    width: 40px;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
    position: relative;
    margin: 3px 0 0 15px;
    overflow: hidden;
}

.agent_header {
    -webkit-box-flex: 1;
    max-width: 100%;
    -ms-flex: 1 0 0;
    -webkit-flex: 1 0 0;
    flex: 1 0 0;
}

.search-bar {
    width: 100%;
}

.search-box.active {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 300px;
    -webkit-flex: 0 0 300px;
    flex: 0 0 300px;
    width: 300px;
    max-width: 300px;
}

.searchBoxBar {
    position: relative;
}

.searchBoxBar button {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #207ab9;
    color: #fff;
    border: none;
    visibility: hidden;
    opacity: 0;

    background: rgb(0 0 0 / 28%);
}

.search-box.active .searchBoxBar button,
.search-box.active .searchBoxBar input,
.search-box.active .search-bar .closeBtnar {
    opacity: 1;
    visibility: visible;
}

.searchBoxBar input {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: none;
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    visibility: hidden;
    opacity: 0;
    padding: 0 40px 0 15px;
}

.searchBoxBar input::-webkit-input-placeholder {
    color: #f2f2f2;
}

.searchBoxBar input:-ms-input-placeholder {
    color: #f2f2f2;
}

.searchBoxBar input::placeholder {
    color: #f2f2f2;
}

.search-box .search-bar {
    padding-right: 40px;
    position: relative;
}

.search-box .search-bar .closeBtnar {
    width: 40px;
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    color: #fff;
    opacity: 0;
    visibility: hidden;
}

.basicSearchBtn {
    width: 40px;
    position: absolute;
    top: 0;
    left: 0;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 1;
}

.search-box.active .basicSearchBtn {
    opacity: 0;
    visibility: hidden;
}
.search-box .onoffButton {
    position: absolute;
    right: 45px;
    top: 1px;
}
.search-box .onoffButton>label {
    width: 35px;
}
.search-box .onoffButton.off .toggle-group {
    left: -35px;
}
.search-box .onoffButton .toggle-on {
    padding-left: 5px;
}
.search-box .onoffButton .toggle-off {
    padding-right: 5px;
}

.eachGiboinr {
    background: #fff;
    padding: 16px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0.46875rem 2.1875rem rgba(63, 106, 216, 0.03), 0 0.9375rem 1.40625rem rgba(63, 106, 216, 0.03), 0 0.25rem 0.53125rem rgba(63, 106, 216, 0.05), 0 0.125rem 0.1875rem rgba(63, 106, 216, 0.03);
    -moz-box-shadow: 0 0.46875rem 2.1875rem rgba(63, 106, 216, 0.03), 0 0.9375rem 1.40625rem rgba(63, 106, 216, 0.03), 0 0.25rem 0.53125rem rgba(63, 106, 216, 0.05), 0 0.125rem 0.1875rem rgba(63, 106, 216, 0.03);
    box-shadow: 0 0.46875rem 2.1875rem rgba(63, 106, 216, 0.03), 0 0.9375rem 1.40625rem rgba(63, 106, 216, 0.03), 0 0.25rem 0.53125rem rgba(63, 106, 216, 0.05), 0 0.125rem 0.1875rem rgba(63, 106, 216, 0.03);
}

.leftArPrice {
    font-size: 22px;
    font-weight: 900;
    color: #495057;
    color: rgb(97, 97, 97);
}

.otherTextsho {
    color: #bdbdbd;
    font-weight: 600;
}

.echGiboTitle {
    color: #afafaf;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.leftArPrice {
    /*-webkit-box-flex: 0;
	flex: 0 0 calc(100% - 46px);
	-ms-flex: 0 0 calc(100% - 46px);
	max-width: calc(100% - 46px);
	width: calc(100% - 46px);*/
}

.rightArPrice {
    -webkit-box-flex: 0;
    flex: 0 0 46px;
    -ms-flex: 0 0 46px;
    max-width: 46px;
    width: 46px;
    position: relative;
}

.arSvgs {
    width: 46px;
    height: 46px;
}

.arSvgs circle {
    stroke-dashoffset: 0;
    transition: stroke-dashoffset 1.5s linear;
    stroke-width: 3px;
    transform-origin: 50%;
}

.arSvgs circle {
    stroke-linecap: round;
    fill: transparent;
    stroke-dasharray: 125.6px;
}

.eachGiboinr .arSvgs circle:first-child {
    stroke: #e5e5e5;
}

.boxStyleBlue.eachGiboinr .arSvgs circle:last-child {
    stroke: #119fff;
}

.boxStyleRed.eachGiboinr .arSvgs circle:last-child {
    stroke: #d92550;
}

.boxStyleYellow.eachGiboinr .arSvgs circle:last-child {
    stroke: #fd7e14;
}

.boxStyleGreen.eachGiboinr .arSvgs circle:last-child {
    stroke: #39c37d;
}

.arDownIcon {
    color: #d92550 !important;
}

.boxStyleBlue.eachGiboinr {
    border-bottom: 4px solid #3f6ad8;
}

.boxStyleRed.eachGiboinr {
    border-bottom: 4px solid #d82551;
}

.boxStyleYellow.eachGiboinr {
    border-bottom: 4px solid #f6b825;
}

.boxStyleGreen.eachGiboinr {
    border-bottom: 4px solid #3ac37e;
}

.percentage {
    position: absolute;
    text-align: center;
    top: 50%;
    left: 0;
    right: 0;
    vertical-align: middle;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    font-weight: 600;
}

.gibo {
    margin-bottom: 20px;
}

.plusICon {
    font-size: 18px;
    color: green;
}

.arUpIcon {
    margin-right: 6px;
}

.dollarShadow {
    color: #3f6ad8;
    font-weight: 600;
}

.plusICon,
.arDownIcon,
.plusICon,
.dollarShadow {
    margin-right: 6px;
}

.card {
    -moz-box-shadow: 0 0.46875rem 2.1875rem rgba(4, 9, 20, 0.03), 0 0.9375rem 1.40625rem rgba(4, 9, 20, 0.03), 0 0.25rem 0.53125rem rgba(4, 9, 20, 0.05), 0 0.125rem 0.1875rem rgba(4, 9, 20, 0.03);
    -webkit-box-shadow: 0 0.46875rem 2.1875rem rgba(4, 9, 20, 0.03), 0 0.9375rem 1.40625rem rgba(4, 9, 20, 0.03), 0 0.25rem 0.53125rem rgba(4, 9, 20, 0.05), 0 0.125rem 0.1875rem rgba(4, 9, 20, 0.03);
    box-shadow: 0 0.46875rem 2.1875rem rgba(4, 9, 20, 0.03), 0 0.9375rem 1.40625rem rgba(4, 9, 20, 0.03), 0 0.25rem 0.53125rem rgba(4, 9, 20, 0.05), 0 0.125rem 0.1875rem rgba(4, 9, 20, 0.03);
    border-width: 0;
    transition: all .2s;
    background: #fff;
    padding: 15px;
    border-radius: 3px;
}

.card-title {
    text-transform: uppercase;
    color: rgba(13, 27, 62, 0.7);
    font-weight: bold;
    font-size: 14px;
    margin-bottom: .75rem;
}

.table>caption+thead>tr:first-child>td,
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>td,
.table>thead:first-child>tr:first-child>th {
    background-color: #fff;
    border-bottom: 2px solid #e9ecef;
}

.table>thead.bg-grey:first-child > tr:first-child > th {
    background-color: #e7e7e7;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.03);
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    border-top: 1px solid #e9ecef;
}

.table-striped2>tbody>tr:nth-of-type(4n+1) {
    background-color: rgba(0, 0, 0, 0.03);
}


/*.quote_section .table>thead:first-child>tr th {
    background-color: #ffcdc3;

    background-color: #ffded7;
}
.quote_section .table-striped>tbody>tr:nth-of-type(odd) {
    background-color: rgb(255, 246, 244);
}
.quote_section .table-bordered,
.quote_section .table-bordered > thead > tr > th {
    border: 1px solid #ffad9c;

    border: 1px solid #ffd7cf;
}
.quote_section .table>thead:first-child>tr:first-child>th {
	border-bottom: 2px solid #ffad9c;
	
	border-bottom: 2px solid #ffd7cf;
}
.quote_section .table>tbody>tr>td {
	border-top: 1px solid #ffd7cf;
}
.quote_section .table-bordered > tbody > tr > td {
    border: 1px solid #ffd7cf;
}*/

.rightPannel .panel-default>.panel-heading>.panel-title {
    text-transform: uppercase;
    color: rgba(13, 27, 62, 0.7);
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 0;
    padding: 0;
}

.rightPannel .panel {
    border-radius: 0;
    -moz-box-shadow: 0 0.46875rem 2.1875rem rgba(4, 9, 20, 0.03), 0 0.9375rem 1.40625rem rgba(4, 9, 20, 0.03), 0 0.25rem 0.53125rem rgba(4, 9, 20, 0.05), 0 0.125rem 0.1875rem rgba(4, 9, 20, 0.03);
    -webkit-box-shadow: 0 0.46875rem 2.1875rem rgba(4, 9, 20, 0.03), 0 0.9375rem 1.40625rem rgba(4, 9, 20, 0.03), 0 0.25rem 0.53125rem rgba(4, 9, 20, 0.05), 0 0.125rem 0.1875rem rgba(4, 9, 20, 0.03);
    box-shadow: 0 0.46875rem 2.1875rem rgba(4, 9, 20, 0.03), 0 0.9375rem 1.40625rem rgba(4, 9, 20, 0.03), 0 0.25rem 0.53125rem rgba(4, 9, 20, 0.05), 0 0.125rem 0.1875rem rgba(4, 9, 20, 0.03);
    border: none;
}

.rightPannel .panel-default>.panel-heading {
    background: transparent;
    padding: 14px 10px;
}

.hamberAr {
    width: 40px;
    margin-left: 34px;
    align-self: center;
    cursor: pointer;
    padding: 0;
}

.hamberAr .hamburger-inner,
.hamberAr .hamburger-inner::before,
.hamberAr .hamburger-inner::after {
    background-color: #fff;
}

.leftPannel .panel-title>a span {
    -webkit-transition: all ease-in-out 300ms;
    -moz-transition: all ease-in-out 300ms;
    transition: all ease-in-out 300ms;
}

.withMobNav .leftPannel .panel-title>a span {
    opacity: 0;
    visibility: hidden;
    width: 0;
    overflow: hidden;
    white-space: nowrap;
    height: 0;
    display: block;
}

.withMobNav .leftPannel {
    width: 70px;
    text-align: center;
}

.withMobNav .rightPannel.expendLeft {
    width: 100%;
    padding-left: 90px;
    margin-left: 0;
}

.withMobNav .leftPannelInner .panel-heading .accordion-toggle:after,
.withMobNav .leftPannelInner .panel-heading .accordion-toggle[aria-expanded="false"]:after {
    opacity: 0;
    visibility: hidden;
}

.flight_rate span {
    -ms-transition: all ease-in-out 300ms;
    -webkit-transition: all ease-in-out 300ms;
    transition: all ease-in-out 300ms;
}

.withMobNav .flight_rate span,
.withMobNav .exchange_rate span {
    display: none;
}

.withMobNav .panel-collapse.in {
    display: none;
}

.withMobNav .leftPannel:hover .panel-collapse.in {
    display: block;
}

.logoSmall {
    width: 44px;
    display: none;
    margin-left: -12px;
}

.hidelogo {
    display: none;
}

.showlogo {
    display: block;
}

.withMobNav .leftPannel:hover {
    width: 240px;
    text-align: left;
}

.withMobNav .leftPannel:hover .panel-title>a span {
    opacity: 1;
    visibility: visible;
    width: auto;
    overflow: visible;
    height: auto;
    display: inline-block;
}

.withMobNav .leftPannel:hover .leftPannelInner .panel-heading .accordion-toggle:after,
.withMobNav .leftPannel:hover .leftPannelInner .panel-heading .accordion-toggle[aria-expanded="false"]:after {
    opacity: 1;
    visibility: visible;
}

.withMobNav .leftPannel:hover .flight_rate span,
.withMobNav .leftPannel:hover .exchange_rate span {
    display: inline-block;
}

.srb_box2 .srcSec {
    padding-left: 0;
    padding-right: 160px;
    position: relative;
}

.srb_box2 .srcBtn {
    left: auto;
}

.quotes_search.absolute {
    right: 16px;
    padding: 12px 20px;
}


/* toggle switch button : START */

.onoffButton [type="checkbox"] {
    display: none;
}

.onoffButton {
    height: 26px;
    background: #f2f2f2;
    display: inline-block;
    border-radius: 4px;
    overflow: hidden;
    border-left: 1px solid #909090;
    border-right: 1px solid #909090;
    height: 38px;
    vertical-align: middle;
}

.onoffButton .toggle-group {
    position: absolute;
    width: 200%;
    top: 0;
    bottom: 0;
    left: 0;
    transition: left 0.35s;
    -webkit-transition: left 0.35s;
    -moz-user-select: none;
    -webkit-user-select: none;
}

.toggle-handle {
    position: absolute;
    margin: 0 auto;
    height: 100%;
    width: 0px;
    border-width: 0;
    float: none;
    top: 0;
    right: 50%;
    transform: translateX(+50%);
    background: #fff;
    border: 1px solid #909090;
    width: 20px;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.onoffButton>label {
    height: 26px;
    width: 70px;
    position: relative;
    overflow: hidden;
    height: 38px;
}

.toggle-on {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 50%;
    margin: 0;
    width: 50%;
    padding-top: 3px;
    background: #007d8c;
    color: #fff;
    /*border: 1px solid #207ab9;
    border-radius: 4px 0 0 4px;*/
    cursor: pointer;
    padding-top: 8px;
}

.toggle-off {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    width: 50%;
    background: #ab52a3;
    color: #fff;
    padding-top: 3px;
    cursor: pointer;
    padding-top: 8px;
}

.onoffButton.off .toggle-group {
    left: -70px;
}


/*///\\\ toggle switch button : END */

.quote_block .hotel_moon_schedule {}

.quote_block .hotel_moon_schedule div {
    /*background: #fff;
    border: 1px solid #d84413;
    color: #d84413;*/
    font-size: 14px;
    padding: 10px;
    font-weight: bold;
}

.fullcalendar_external_events {
    padding: 10px;
    border: 1px solid #ccc;
    background: #eee;
}

.fullcalendar_external_events .fc-event,
.team_bucket .fc-event {
    margin: 4px 0;
    cursor: pointer;
    padding: 4px;
    border: 1px solid #f3f3f3;
    font-size: 14px;
}
.team_bucket .fc-event {
    padding-left: 22px;
}

.fc-row .fc-content-skeleton {
    font-weight: bold;
}

.fc-event {
    cursor: pointer;
    padding: 4px;
    font-size: 14px;
}

.fc-event img {
    display: inline-block;
    width: 15px;
    height: 15px;
}

.fc-event .fc-content {
    padding-left: 20px;
}

.fc-event.type2 .fc-content {
    padding-left: 40px;
}
.fullcalendar_calendar.agent_shift_calendar .fc-event .fc-content,
.fullcalendar_calendar.holiday_leave_calendar .fc-event .fc-content {
    padding-left: 0px;
    display: block;
}

.fc-event .removeEvt,
.fc-event .add_quote_item_link {
    position: absolute;
    z-index: 2;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 17px;
    /* border-radius: 50%; */
    background: #333;
    color: #fff;
    top: 0px;
    left: 0px;
    font-size: 11px;
}
.fc-event .online_dot {
    position: absolute;
    width: 15px;
    height: 15px;
    background: #48fb33;
    background: url(../images/online.gif) #fff center center no-repeat;
    background-size: cover;
    left: 1px;
    bottom: 4px;
    border-radius: 50%;
    border: 1px solid #fff;
}

.fc-event .add_quote_item_link {
    left: 20px;
}

.fc-event .add_quote_item_link.active {
    background: #00d000;
    border: 1px solid rgba(255, 255, 255, 0.35);
    /*color: #333;*/
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 15px;
}

.fc.type2.fc-unthemed td.fc-widget-header {
    border-top: none;
    border-left: none;
}

.fc.type2.fc-unthemed td.fc-widget-header:last-child {
    border-right: none;
}

.fc.type2.fc-unthemed table tbody td {
    border-left: none;
}

.fc.type2.fc-unthemed table tbody td:last-child {
    border-right: none;
    border-bottom: none;
}

.fc.type2 th,
.fc.type2 td {
    padding: 3px;
}

.fc.type2 td.fc-today {
    border-style: solid;
    border-left: 0;
}

.colorPickBlock {}

.colorPickBlock li {
    float: left;
    font-size: 30px;
    margin-right: 0px;
    line-height: 30px;
    border: 2px solid transparent;
    padding: 0 2px;
    border-radius: 8px;
    transition: all 0.2s ease-in-out;
}

.colorPickBlock li.active {
    border: 2px solid #ccc;
}

.choose_icon_fields {}

.choose_icon_fields li {
    margin-right: 10px;
    float: left;
}

.choose_icon_fields li label {
    cursor: pointer;
    display: block;
    width: 44px;
    height: 44px;
    padding: 6px;
    border-radius: 8px;
    border: 2px solid transparent;
}

.choose_icon_fields li img {
    max-width: 100%;
    max-height: 100%;
}

.choose_icon_fields li input[type="radio"] {
    display: none;
}

.choose_icon_fields li.active label {
    border: 2px solid #ccc;
}

.checkAvailability {
    border-top: 1px solid #666;
    border-right: 1px solid #666;
}

.checkAvailability tr td {
    border-left: 1px solid #666;
    border-bottom: 1px solid #666;
    padding: 6px;
}

.checkAvailability .firstCol td {
    font-weight: bold;
    font-size: 11px;
    text-align: left;
}

.checkAvailability .tableRow td {
    font-size: 11px;
    text-align: left;
}

.checkAvailability .tableRow:hover td {
    background: #fff7e7;
}

.checkAvailability td.heading {
    font-weight: bold;
    background: #dadada;
}

.horz_links {}

.horz_links li {
    float: left;
    /*margin: 0 4px;*/
    border-left: 1px solid #e9ecef;
}

.horz_links li:first-child {
    /*margin: 0 4px 0 0;*/
    border-left: none;
}

.horz_links li a {
    display: block;
    padding: 8px 10px;
    color: #495057;
    font-size: 14px;
    font-weight: bold;
    border-radius: 4px;
}

.horz_links li a .badge {
    background-color: #dd4b39;
}

.horz_links li.active a,
.horz_links li a:hover {
    background: #d4d4d4;
}

table.makcorps th,
.rightPannel table.makcorps thead th,
.table.makcorps>thead:first-child>tr:first-child>th {
    background-color: #d4edff;
    border-bottom: none;
}

table.makcorps.table-bordered,
.makcorps.table-bordered>tbody>tr>td,
.makcorps.table-bordered>tbody>tr>th,
.makcorps.table-bordered>tfoot>tr>td,
.makcorps.table-bordered>tfoot>tr>th,
.makcorps.table-bordered>thead>tr>td,
.makcorps.table-bordered>thead>tr>th {
    border: 1px solid #46aef7;
}

.dataTables_wrapper {
    margin-bottom: 20px;
}

table.dataTable.no-footer {
    border-bottom: none !important;
}

table.dataTable {
    border-collapse: collapse !important;
}

.dataTables_wrapper .dataTables_filter input {
    border: 1px solid #ced4da;
    border-radius: 4px;
    padding: 4px;
}

.dataTables_wrapper .dataTables_filter {
    /*margin-bottom: 10px;*/
    position: absolute;
    top: 94px;
    left: 15px;
}

.tripadvisor_rating_box {
    width: 270px;
    float: left;
    direction: ltr;
    text-align: left;
    padding-left: 20px;
}

.hotel_description_box {
    width: calc(100% - 270px);
    float: right;
    padding-left: 20px;
}

.tripadvisor_logo {
    margin-bottom: 7px;
}

.tripadvisor_logo img {
    width: 166px;
    width: 120px;
}

.tripReviewImg img {
    width: 90px !important;
    width: 100px !important;
}

.avgTripRatings {
    font-size: 48px;
    font-weight: 900;
    color: #000;
    font-size: 24px;
    margin-bottom: 7px;
}

.align-items-center {
    -webkit-align-items: center;
    align-items: center;
}

.overallRatings {
    padding-left: 5px;
}

.tripadvisor_rating_box .overallRatings h4 {
    font-size: 16px;
    font-weight: 700;
}

.tripadvisor_rating_box .overallRatings a {
    color: #000;
    text-decoration: none;
}

.tolTripReviews {
    border-bottom: 1px dotted #d6d6d6;
    font-size: 14px;
}

.eprtInrLeft img {
    width: 80px;
    width: 60px;
}

.eprtInrLeft {
    margin-right: 5px;
}

.eprtInr+.eprtInr {
    margin-top: 0px;
}

.kink_box {
    position: absolute;
    top: -44px;
    left: 0;
}

.qtct,
.fqtct {
    position: absolute;
    border-radius: 50%;
    padding: 4px 4px;
    background: #333;
    color: #fff;
    text-align: center;
}

.qtct {
    left: -4px;
    top: -10px;
}

.fqtct {
    right: -4px;
    top: -10px;
}

.btn.change_net_currency {
    background-color: #007d8c;
    color: #fff;
}

.btn.change_sell_currency {
    background-color: #ee5842;
    color: #fff;
}

.ui-tooltip,
.arrow:after {
    background: black;
    /*border: 2px solid white;*/
}

.ui-tooltip {
    /*padding: 10px 20px;
  color: white;
  border-radius: 20px;
  font: bold 14px "Helvetica Neue", Sans-Serif;
  text-transform: uppercase;
  box-shadow: 0 0 7px black;*/
    padding: 6px 10px;
    color: white;
    border-radius: 10px;
}

.ui-tooltip.ui-widget.ui-widget-content {
    border: none;
}

.arrow {
    /*width: 70px;
  height: 16px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  margin-left: -35px;
  bottom: -16px;*/
    width: 30px;
    height: 10px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -15px;
    bottom: -10px;

    height: 20px;
    bottom: -20px;
}

.arrow.top {
    top: -10px;
    bottom: auto;
}

.arrow.left {
    left: 20%;
}


/*.arrow:after {
  content: "";
  position: absolute;
  left: 20px;
  top: -20px;
  width: 25px;
  height: 25px;
  box-shadow: 6px 5px 9px -9px black;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}*/

.arrow:after {
    content: "";
    position: absolute;
    left: 5px;
    top: -25px;
    width: 25px;
    height: 25px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);

    left: 2px;
    top: -20px;
}

.arrow.top:after {
    bottom: -20px;
    top: auto;
}

.drag_uploadarea {
    background: #eaeaea;
    border: 4px dashed #b1b1b1;
    padding: 15px;
    text-align: center;
    cursor: pointer;
}

.drag_uploadarea input[type="file"] {
    display: none;
}

.drag_uploadarea h1 {
    color: #666;
    font-size: 18px;
    line-height: 150%;
}

.check_files_others .col-md-6 {
    margin-bottom: 15px;
}

.check_quote_file {
    background: #eaeaea;
    border: 1px solid #b1b1b1;
    height: 100%;
    padding: 10px 40px 10px 10px;
    justify-content: center;
    align-items: center;
    word-break: break-all;
    min-height: 60px;
}

.check_quote_file .remove_check_file {
    position: absolute;
    top: 4px;
    right: 6px;
    display: block;
    width: 24px;
    height: 24px;
    background: #ce2525;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    padding-top: 2px;
}
.check_quote_file .unassigned_passenger_group,
.check_quote_file .assigned_passenger_group {
    position: absolute;
    bottom: 4px;
    right: 6px;
    display: block;
}
.check_quote_file .unassigned_passenger_group img,
.check_quote_file .assigned_passenger_group img {
    width: 24px;
    height: 24px;
}

.exchrt_head {
    padding: 10px;
    margin-bottom: 20px;
}

.exchrt_head .ttl {
    float: left;
    width: 100px;
    padding: 0 5px 0 0;
}

.exchrt_head .rates {
    float: right;
    width: calc(100% - 100px);
    padding: 0 0 0 5px;
}

.exchrt_head .rates ul li {
    list-style: none;
    display: inline-block;
    width: 50%;
}

.exchrt_frm {
    background-image: radial-gradient(circle 248px at center, #20a4b9 0%, #2088b9 47%, #207ab9 100%);
    padding: 10px;
    color: #fff;
    margin-bottom: 20px;
    border-radius: 4px;
}

.exchrt_frm .table>thead:first-child>tr:first-child>th {
    background-color: transparent;
    border-bottom: none;
}

.exchrt_frm .table>tbody>tr>td {
    border-top: none;
}

.exchrt_frm .issta_h_interchange_currency,
.exchrt_frm .issta_f_interchange_currency,
.exchrt_frm .lmt_interchange_currency {
    background: none;
    padding: 6px 0;
}

.site-lang-iw .iw-all-left .exchrt_frm table tbody td.iw-text-center {
    text-align: center !important;
}

.exchrt_result span {
    font-size: 14px;
}

.width50per {
    width: 50%;
}
.d-none {
    display: none;
}
.d-inline-block {
    display: inline-block;
}

.m-0-auto {
    margin: 0 auto;
}

.exchange_rate_modal .modal-body {
    background: #e8e8e8;
}

.vcenter,
.table>tbody>tr>td.vcenter {
    vertical-align: middle;
}

.text-red {
    color: #ce2525;
}

.text-blue {
    color: #2e99e4;
}

.text-green {
    color: #00aa6c
}

.prlst_blocks {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.prlst_blocks>.col-md-6 {
    display: flex;
}

.prlst_blocks>.col-md-6 .prlst_block {
    width: 100%;
}

.prlst_block .table>tbody>tr>td,
.prlst_block .table>tbody>tr>th,
.prlst_block .table>tfoot>tr>td,
.prlst_block .table>tfoot>tr>th,
.prlst_block .table>thead>tr>td,
.prlst_block .table>thead>tr>th {
    padding: 4px;
    font-size: 13px;
}

.prlst_blocks>.col-md-6 .prlst_block .room_details img {
    height: 16px;
}

.bg-light-green {
    background-color: #dbffc9;
}

.bg-light-blue {
    background-color: #c9eeff;
}

.service_modal .modal-body .row {
    border-bottom: #eee 1px solid;
}


/* .service_modal .modal-body .row {
    padding: 5px 0;
} */

.service_modal .modal-body .row .row {
    padding: 0;
    border-bottom: none;
}

.service_modal .service_item {
    margin: 0;
}

.service_modal .modal-body .row .col-md-2 {
    border-right: #eee 1px solid;
    padding: 5px 10px;
    min-height: 46px;
    text-align: center;
}

.service_modal .modal-body .service_item .row .row .col-md-4 {
    padding: 0 13px;
    border-right: #eee 1px solid;
    min-height: 46px;
}

.service_modal .modal-body .row .col-md-4 select {
    margin-top: 5px;
}

.service_modal .modal-body .row .col-md-4 .col-md-8 {
    padding: 12px 10px;
    font-weight: bold !important;
}

.service_modal .modal-body .row .col-md-8 .row .col-md-2 {
    font-weight: bold;
    line-height: 36px;
}

.service_modal .modal-body .service_item .row .col-md-8 .row .col-md-2 {
    font-weight: normal;
}

.head-row-1 .col-md-6.text-center {
    text-align: center !important;
    padding-bottom: 10px;
    font-weight: bold;
    padding-top: 10px;
}

.head-row-2 {
    background: #a5f6ff;
}

.row.head-row-1 {
    background: #1fd3e6;
}


/* .head-row-2 .col-md-2 {
    color: #fff;
} */

.head-row-2 label {
    font-weight: bold;
    line-height: 46px;
    /* color: #fff; */
}

.modal-body-inner {
    border: #eee 1px solid;
    padding: 0 15px;
}

.row.head-row-2 {
    border-bottom: none !important;
}
.callto_absbtn {
    position: absolute;
    top: 3px;
    right: 18px;
}
.prlist_rm_title {
    position: relative;
    padding: 0 30px 0 0;
}
.prlist_rm_title .room_surcharge_details {
    position: absolute;
    right: 0;
    top: -2px;
}
.reservation_table tbody,
.voucher_table tbody,
.customer_table tbody {
    cursor: pointer;
}
[row_expand] td,
td[row_expand] {
    cursor: pointer;
}
tr.prmomsg_warning,
.table-striped>tbody>tr:nth-of-type(odd).prmomsg_warning {
    background: #ffee78;
}
tr.prmominnight_error,
tr.prmomsg_warning.prmominnight_error,
.table-striped>tbody>tr:nth-of-type(odd).prmominnight_error,
.table-striped>tbody>tr:nth-of-type(odd).prmomsg_warning.prmominnight_error {
    background: #ff8c88;
}

.color_schemes ul {
    display: flex;
    flex-wrap: wrap;
}
.color_schemes ul li {

}
.color_schemes ul li a {
    display: block;
    width: 26px;
    height: 26px;
    margin: 5px;
    border-radius: 50%;
}
header[text_color_mode="1"] .hamberAr .hamburger-inner, 
header[text_color_mode="1"] .hamberAr .hamburger-inner::before, 
header[text_color_mode="1"] .hamberAr .hamburger-inner::after {
    background-color: #000;
}
header[text_color_mode="1"] .headlink>a, 
header[text_color_mode="1"] .dropopt_btn,
header[text_color_mode="1"] .basicSearchBtn,
header[text_color_mode="1"] .searchBoxBar input,
header[text_color_mode="1"] .searchBoxBar button,
header[text_color_mode="1"] .search-box .search-bar .closeBtnar,
header[text_color_mode="1"] .navigation ul li.welcome_user,
header[text_color_mode="1"] .navigation ul li a {
    color: #000;
}
header[text_color_mode="1"] .headlink>a, 
header[text_color_mode="1"] .dropopt_btn,
header[text_color_mode="1"] .basicSearchBtn {
    background: rgb(0 0 0 / 15%);
}
header[text_color_mode="1"] .searchBoxBar input::-webkit-input-placeholder {
    color: #000;
}
header[text_color_mode="1"] .searchBoxBar input:-ms-input-placeholder {
    color: #000;
}
header[text_color_mode="1"] .searchBoxBar input::placeholder {
    color: #000;
}
.navigation ul li a:hover, 
.navigation ul li a:focus, 
.navigation ul li.active a {
    background: rgba(0, 0, 0, 0.404);
    border: rgba(0, 0, 0, 0.575) 1px solid;
}
.leftPannel[text_color_mode="1"] .leftPannelInner .panel-title>a,
.leftPannel[text_color_mode="1"] .leftPannelInner .panel-title>a i,
.leftPannel[text_color_mode="1"] .leftPannelInner .panel-heading .accordion-toggle:after,
.leftPannel[text_color_mode="1"] .leftPannelInner .panel-collapse ul li a {
    color: #000;
}
.leftPannel[text_color_mode="1"] .leftPannelInner .dropDownItem.active, 
.leftPannel[text_color_mode="1"] .leftPannelInner .dropDownItem:hover, 
.leftPannel[text_color_mode="1"] .leftPannelInner .panel-title>a:hover, 
.leftPannel[text_color_mode="1"] .leftPannelInner .panel-collapse ul li a:hover {
    color: #000;
    background: rgba(0, 0, 0, 0.15);
}
.leftPannel[text_color_mode="1"] .leftPannelInner .panel-collapse ul {
    border-left: 3px solid rgba(0, 0, 0, 0.1);
}
.leftPannel[text_color_mode="1"] .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: rgb(0 0 0 / 10%);
}
.leftPannel[text_color_mode="1"] .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
.leftPannel[text_color_mode="1"] .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: rgb(0 0 0 / 30%);
}
.hotel_form .table>tbody>tr>td, 
.hotel_form .table>tbody>tr>th, 
.hotel_form .table>tfoot>tr>td, 
.hotel_form .table>tfoot>tr>th, 
.hotel_form .table>thead>tr>td, 
.hotel_form .table>thead>tr>th {
    border-top: 1px solid rgb(0 0 0 / 25%);
}
.hotel_form .table-bordered>tbody>tr>td, 
.hotel_form .table-bordered>tbody>tr>th, 
.hotel_form .table-bordered>tfoot>tr>td, 
.hotel_form .table-bordered>tfoot>tr>th, 
.hotel_form .table-bordered>thead>tr>td, 
.hotel_form .table-bordered>thead>tr>th {
    border: 1px solid rgb(0 0 0 / 25%);
}
.hotel_form .table>caption+thead>tr:first-child>td, 
.hotel_form .table>caption+thead>tr:first-child>th, 
.hotel_form .table>colgroup+thead>tr:first-child>td, 
.hotel_form .table>colgroup+thead>tr:first-child>th, 
.hotel_form .table>thead:first-child>tr:first-child>td, 
.hotel_form .table>thead:first-child>tr:first-child>th {
    border-bottom: 2px solid rgb(0 0 0 / 25%);
}
.hotel_form .table-bordered {
    border: 1px solid rgb(0 0 0 / 25%);
}
.hotel_form table .btn {
    padding: 4px 8px;
    vertical-align: unset;
}
.hotel_room_stop_sells .dayblk_separator {
    display: inline-block;
    margin: 0 6px 0px 0;
    padding: 3px 0px;
    background: #407bff;
    /*flex: 0 0 auto;
    width: auto;*/
}
.hotel_room_stop_sells .dayblk {
    text-align: center;
    display: inline-block;
    margin: 0 6px 6px 0;
    padding: 3px 6px;
    /*flex: 0 0 auto;
    width: auto;*/

    width: 100px;
    padding: 3px 0px;
}

.mcs-horizontal-example{
overflow-x: auto;
white-space: nowrap;
}
.mCSB_horizontal.mCSB_inside > .mCSB_container {
    padding-top: 10px;
    margin-bottom: 10px;
}

.hotel_room_stop_sells .dayblk[type="0"] {
    background: #5abb6b;
    color: #fff;
}
.hotel_room_stop_sells .dayblk[type="1"] {
    background: #681219;
    color: #d5a1a6;
}
.hotel_room_stop_sells .dayblk[type="2"] {
    background: #ed681a;
    color: #ffe9ce;
}
.hotel_room_stop_sells .dayblk span {
    color: #fff;
}
/*.hotel_room_stop_sells .dayblk.outline-green {
    outline: 6px double #1bff00;
    margin: 0 10px 10px 6px;
}*/
.hotel_room_stop_sells .dayblk.border-green {
    border: 6px double #1bff00;
}
/*.hotel_room_stop_sells .dayblk > div:nth-of-type(1) {
    font-size: 22px;
    line-height: normal;
}
.hotel_room_stop_sells .dayblk > div:nth-of-type(2) {
    color: #d5a1a6;
}
.hotel_room_stop_sells .dayblk > div:nth-of-type(3) {
    color: #d5a1a6;
}*/
.sformat_hms {
    display: inline-block;
    background: url('../images/clock.png') left center no-repeat;
    background-size: contain;
    min-width: 84px;
    padding-left: 24px;
}
.tableFixHead {
    overflow-y: auto;
}
.tableFixHead thead th {
    position: sticky;
    top: 0;
  }
tr[qit_ind] .qit_invalid_link {
    position: absolute;
    left: 2px;
    top: 2px;
    display: none;
    z-index: 1;
}
tr[qit_ind] .qit_invalid_link img {
    height: 20px;
}
tr.qit_invalid[qit_ind] .qit_invalid_link {
    display: block;
}
tr.qit_invalid[qit_ind] td[row_expand] {
    background: #fbdcdc;
}
.allBtn10.customer_view_locked.active,
.allBtn10.customer_view_remove_prices.active {
    background: #e1877c;
}
.customer_view_locked img:nth-of-type(1),
.customer_view_locked.active img:nth-of-type(2),
.customer_view_remove_prices img:nth-of-type(1),
.customer_view_remove_prices.active img:nth-of-type(2) {
    display: block;
}
.customer_view_locked img:nth-of-type(2),
.customer_view_locked.active img:nth-of-type(1),
.customer_view_remove_prices img:nth-of-type(2),
.customer_view_remove_prices.active img:nth-of-type(1) {
    display: none;
}
.inline-highlight {
    background: #ffe52e;
    display: inline-block;
    padding: 2px 4px;
}
.exchange_rate_log_list {
    position: relative;
    padding: 20px;
}
.exchange_rate_log_list .closebtn {
    position: absolute;
    right: 4px;
    top: 4px;
    background: red;
    color: #fff;
    font-size: 14px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    cursor: pointer;
    padding: 2px 0 0 0;
    display: block;
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
}

.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}

.align-self-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
}

.grow-1 {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.btn-green1 {
    background-color: #007d8c;
    color: #fff;
}

/* .sdp_timepicker : START */
.sdp_timepicker {
    position: absolute;
    background: #fff;
    padding: 6px;
    width: 210px;
    color: #333;
    z-index: 1;
    border: 1px solid #c9c9c9;
}
.sdp_timepicker.time_format_24h {
    width: 180px;
}
.sdp_timepicker .sdp_timepicker_setval {
    padding: 4px 12px;
    font-size: 11px;
    vertical-align: top;
}
/* .sdp_timepicker : END */
.horz_contents {

}
.horz_contents .horzc_item {
    margin-left: 10px;
}
.horz_contents .horzc_item:nth-of-type(1) {
    margin-left: 0px;
}
/* Flight List */
.flight-list-box{
    display: flex;
    background: #fff;
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}
.flight-list-box-lft{
    flex: 1 0;
    padding: 10px;
    border-right: 2px solid #c2c9cd;
    display: flex;
    align-items: center;
}
.flight-list-box-rgt{
    flex: 0 0 230px;
    max-width: 230px;    
}
.flight-price-box {
    padding: 10px 15px;
    text-align: center;
}
.flight-price-box h5{
    color: #666;
    font-size: 14px;
    text-align: center;
}
.flight-price-box h3 {
    font-size: 16px;
    margin: 8px 0;
    font-weight: 700;
    line-height: 1;
}
.flight-list-box .btn-select {
    height: 34px;
    line-height: 34px;
    color: #fff !important;
    background-color: #05203c;
    font-size: 14px;
    text-transform: capitalize;
    padding: 0 15px;
    border-radius: 5px;
}
.flight-list-box .btn-select i{
    margin-left: 8px;
}
.flight-list-img{
    flex: 0 0 130px;
    max-width: 130px;
}
.flight-list-timing {
    flex: 1 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.flight-list-img img {
    width: 60px;
    display: block;
    margin: 0 auto 10px;
}
.flight-list-img h5{
    color: #666;
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
}
.flight-list-timing-wrap {
    display: flex;
    width: 100%;
    align-items: center;
}
.flight-depr{
    flex: 1 0;
    text-align: right;
}
.flight-list-box .flight-duration{
    flex: 0 0 140px;
    max-width: 140px;
    text-align: center;
}
.flight-arivl{
    flex: 1 0;
    text-align: left;
}
.flight-depr h2,
.flight-arivl h2{
    font-size: 20px;
}
.flight-depr h3,
.flight-arivl h3 {
    font-size: 15px;
    margin: 12px 0;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}
.flight-list-box .flight-duration h4 {
    font-size: 13px;
}
sub, sup {
    position: relative;
    font-size: 0.75em;
    line-height: 0;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
.flight-list-box .direct{
    color: #32868a;
}
.flight-list-box .stop span{
    color: #e70866;
}
.flight-list-wrap .flight-list-box:not(:last-child){
    margin-bottom: 15px;
}
.flight-duration-icon {
    margin: 3px 0;
    display: block;
}
/* Flight List */
.w-100 {
    width: 100% !important;
}
.quote_section.flight_form .SumoSelect > .CaptionCont > span { display: block; padding-right: 30px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;cursor:default; width: 80px;}
.ui-menu .ui-menu-item .ui-menu-item-wrapper { padding: 0; }
.ui-menu .ui-menu-item .ui-menu-item-wrapper.label { padding: 0.2em 0.6em 0.3em; }
.ui-menu .ui-menu-item {
    padding: 4px 10px;
}
.ui-menu .label.ui-state-active,
.ui-menu .ui-widget-content .label.ui-state-active {
    display: inline;
    padding: 0.2em 0.6em 0.3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
    border: none;
}
.ui-menu img.ui-state-active,
.ui-menu i.ui-state-active,
.ui-menu font.ui-state-active {
    background-color: initial;
    border: none;
}
.ui-menu .label.label-default.ui-state-active,
.ui-menu .ui-widget-content .label.label-default.ui-state-active {
    background-color: #777;
}
.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
    margin: 0px;
}
.ui-menu .ui-list-item-custom:hover {
    background: #1065b5;
    color: #fff;
}
.agent_dashboard .hotel_photo_carousel_modal .carousel .carousel-control {
	position: absolute;
    top: 50%;
    bottom: auto;
    background: #000;
    opacity: 0.8;
    display: none;
}
.agent_dashboard .hotel_photo_carousel_modal .carousel .carousel-control i {
	font-size: 40px !important;
}
.agent_dashboard .hotel_photo_carousel_modal .carousel:hover .carousel-control {
    display: block;
}
.hotel_rating_opts {
    position: absolute;
    top: -25px;
    left: calc(40% + 160px);
}
.hotel_more_opt1 {
    position: absolute;
    top: -25px;
    left: calc(40% + 360px);
    color: #333;
    background: #f0deb9;
    padding: 2px 2px;
    cursor: pointer;
}
.hotel_more_opt1 span {
    display: inline-block;
    background: #e1c386;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    text-align: center;
    color: #5888ff;
}
.hotel_more_opt2 {
    position: absolute;
    top: -25px;
    left: calc(40% + 485px);
    color: #333;
    background: #ffb795;
    padding: 2px 2px;
    cursor: pointer;
}
.hotel_more_opt2 span {
    display: inline-block;
    background: #ffeee6;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    text-align: center;
    color: #06902f;
}
.select2-container--default .select2-search--inline .select2-search__field {
    text-align: left !important;
}
.hotel_icon_help {
    position: absolute;
    top: -28px;
    left: calc(40% - 30px);
    font-size: 20px;
}
.flag-switch-input {
    gap: 10px;
}
.flag-switch-input label {
    align-items: center;
    gap: 6px;
    padding: 4px;
    border: 1px solid #bfbfbf;
    border-radius: 4px;
    cursor: pointer;
    background: #ededed;
}
.flag-switch-input label.active {
    background: #6ad2d4;
    color: #fff;
}
.flag-switch-input label input {
    display: none;
}
.flag-switch-input label .flag {
    height: 16px;
}
.quote_info_msg_modal ul {
    list-style: disc;
    margin-left: 20px;
}

@keyframes shake {
    0% { transform: translate(1px, 1px) rotate(0deg); }
    10% { transform: translate(-1px, -2px) rotate(-1deg); }
    20% { transform: translate(-3px, 0px) rotate(1deg); }
    30% { transform: translate(3px, 2px) rotate(0deg); }
    40% { transform: translate(1px, -1px) rotate(1deg); }
    50% { transform: translate(-1px, 2px) rotate(-1deg); }
    60% { transform: translate(-3px, 1px) rotate(0deg); }
    70% { transform: translate(3px, 1px) rotate(-1deg); }
    80% { transform: translate(-1px, -1px) rotate(1deg); }
    90% { transform: translate(1px, 2px) rotate(0deg); }
    100% { transform: translate(1px, -2px) rotate(-1deg); }
  }

  @keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}

.birthday_wish_text {
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	font-size: 5vw;
	text-align: center;
	font-family: Monoton;
	color: hsl(328.65deg 100% 28.65%);
	z-index: 5;
	/* background: #fff; */
	display: flex;
	align-items: center;
	justify-content: center;
    -webkit-text-stroke: 4px white;
    font-weight: bold;
}
.birthday_wish_hide {
	position: fixed;
	z-index: 10;
	top: 4px;
	right: 4px;
	cursor: pointer;
	background: red;
	color: #fff;
	font-weight: bold;
	width: 40px;
	height: 40px;
	text-align: center;
	font-size: 24px;
	line-height: 40px;
	border-radius: 50%;
}
.birthday_wish_show {
	position: fixed;
	z-index: 4;
	top: 65px;
	left: 160px;
}
.birthday_wish_show img {
	/*animation: shake 2.5s;
	animation-iteration-count: infinite;
	transition: ease all 0.5s;*/
	-webkit-animation: mover 0.5s infinite  alternate;
	animation: mover 0.5s infinite  alternate;
}

.agent_daily_profit_achievements_text {
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	font-size: 5vw;
	text-align: center;
	font-family: Monoton;
	color: hsl(328.65deg 100% 28.65%);
	z-index: 5;
	/* background: #fff; */
	display: flex;
	align-items: center;
	justify-content: center;
    -webkit-text-stroke: 4px white;
    font-weight: bold;
}
.agent_daily_profit_achievements_hide {
	position: fixed;
	z-index: 10;
	top: 4px;
	right: 4px;
	cursor: pointer;
	background: red;
	color: #fff;
	font-weight: bold;
	width: 40px;
	height: 40px;
	text-align: center;
	font-size: 24px;
	line-height: 40px;
	border-radius: 50%;
}
.srcSec .choose_hotel_tag {
    margin-right: 35px; 
    background: #d0eecf;
    border: 1px solid #a6cda5;
    padding: 1px 3px; 
    border-radius: 8px;
    font-size: 12px;

    position: absolute;
    top: -25px;
    left: calc(40% - 120px);
}
.srcSec .hotel_tags_block {
    display: none;
    color: #333;
    background: #fff;
    border: 1px solid #e1e1e1;
    position: absolute;
    /* right: 15px; */
    top: 0px;
    /* left: 15px; */
    z-index: 1;
    padding: 10px;
}
.type_search_autocomplete_select_multiple .selected_cities,
.type_search_autocomplete_select_multiple .selected_items {
    position: absolute;
    display: none;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
}
.type_search_autocomplete_select_multiple .selected_cities .selected_cities_inner,
.type_search_autocomplete_select_multiple .selected_items .selected_items_inner {
    background: #fff;
    padding: 6px;
    border-radius: 6px;
    border: 1px solid #bebebe;
    max-height: 150px;
    overflow-y: auto;
}
.type_search_autocomplete_select_multiple .selected_cities span,
.type_search_autocomplete_select_multiple .selected_items span {
    margin: 2px;
}
.type_search_autocomplete_select_multiple .total_selected_cities,
.type_search_autocomplete_select_multiple .total_selected_items {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px 10px 6px 10px;
}
.passenger_folder {
    width: 250px;
    border: 2px solid #333;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    cursor: pointer;
    padding: 10px 30px 10px 10px;
    margin-bottom: 10px;

    background-image: linear-gradient(to bottom, #fdba85, #f7d266);
    border: 2px solid rgb(51 51 51 / 28%);
}
.passenger_folder .counter {
    position: absolute;
    right: 6px;
    background: #3f6ad8;
    color: #fff;
    padding: 4px;
    border-radius: 10px;
}
.passenger_folder.drag-over,
.passenger_folder.active {
    /* border-color: #76b4e7;
    background-color: #e7f0ff; */
    background-image: linear-gradient(to bottom, #fff4ea, #ffc3e8);
}

.blink1 {
    -webkit-animation: blink1 1s infinite;  /* Safari 4+ */
    -moz-animation: blink1 1s infinite;  /* Fx 5+ */
    -o-animation: blink1 1s infinite;  /* Opera 12+ */
    animation: blink1 1s infinite;  /* IE 10+, Fx 29+ */
  }
@-webkit-keyframes blink1 {
    0%, 25% {
      background: #5f1f58;
			outline: 4px dashed #f9b000;
    }
    26%, 50% {
      background: #f9b000;
      outline: 4px dashed #5f1f58;
    }
		51%, 75% {
			background: #d15787;
			outline: 4px dashed #009805;
    }
		76%, 100% {
      background: #009805;
      outline: 4px dashed #d15787;
    }
  }

.agent_upcoming_calendar_shift_reminder {
    position: absolute;
    z-index: 1;
    right: 4px;
    top: 6px;
    background: url(../images/round_circle3.gif) center center no-repeat;
    background-size: 100%;
    padding: 10px;
}
.agent_upcoming_calendar_shift_reminder img {
    height: 30px;
}
.ui-autocomplete {
    z-index: 10000 !important;
}