.hidetag .selected-tag{
    display: none !important
}
.carousel-card-container{
  overflow: hidden !important;
}
.carousel-card-mask{
  background-color: transparent !important;
}
.vue-numeric-input .numeric-input{
    font-size:14px !important;
}
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child>.btn-group:not(:first-child)>.btn, .input-group-btn:first-child>.btn:not(:first-child), .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group>.btn, .input-group-btn:last-child>.dropdown-toggle
{
  font-weight: 400 !important;
}
input[type="file"] {
        display: none !important;
    }
.vti__input {
    font-size: 14px !important;
    font-weight: 400 !important;
    background: white !important;
}
.vue-form-wizard .wizard-nav-pills>li>a{
	color:lightslategrey !important;
}
.vue-form-wizard .navbar .navbar-nav>li>a.wizard-btn, .vue-form-wizard .wizard-btn {
    padding:5px 12px !important;
    font-weight: 100 !important;
}
.spinner--rotate-square-2::after{
    background:#007bff !important
}
.spinner--rotate-square-2{
position: fixed !important; /* or absolute */
top: 50%;
left: 50%;
z-index: 100000;
}
.dayplan-img-wh{
	width:100%;
	height:120px;
}

/*firefox CSS*/
@-moz-document url-prefix(){
.dayplan-img-wh{
	width:100%;
	height:110px;
}
    textarea{
     line-height: 1;
    }
  .vti__dropdown {
    padding: 5px !important;
}
    .card-height{
        height:470px;
    }
  .vue-numeric-input .btn-increment .btn-icon::after {
    height: 60% !important;
    width: 7% !important;
  }
  .vue-numeric-input .btn-increment .btn-icon::before {
    height: 5% !important;
    width: 75% !important;
  }
  .vue-numeric-input .btn-decrement .btn-icon::before {
    height: 5% !important;
    width: 50% !important;
  }
}

/*@media screen and (-webkit-min-device-pixel-ratio:0){

}*/
.vue-numeric-input .numeric-input {

    line-height: 2.5rem !important;

}
/* checkbox css */
/* The container */
.footer-logo{
  height: 5.2%;
    width: 6.9%;
    position: fixed;
    margin-left: .9%;
    margin-top: 8%;

}
.file_upload{
    background:lightgrey;
    padding:5px 25px 5px 25px;
    border-radius:5px;
}
.b_r_1{
    border-radius:10px !important;
}
.border-top-dotted{
    border-top:2px dotted darkgray
}
/* css for checkbox*/
.custom-control.overflow-checkbox .overflow-control-input:checked ~ .overflow-control-indicator[data-v-40a37941]::after {
    top: -6px !important;
    backgrount-color:transparent !important;
}
.custom-control.overflow-checkbox .overflow-control-indicator[data-v-40a37941]::after{
    height: 20px !important;
}
.custom-control.overflow-checkbox .overflow-control-indicator[data-v-40a37941]::before{
    width: 16px !important;
}
/*end of checkbox*/
/*spinner css*/
.spinner-rotate-square-2::after{
	background:#007bff !important
}
.spinner-rotate-square-2{
	position: fixed !important;
	top: 50%;
	left: 50%;
	z-index: 100000;
}
.add_width {
        max-width: 850px !important;
}
.top-logo{
  height: 100px;width:100px;
}
.margin-left-for-tlogo{
  margin-left: 0%;
}
.ml-for_dur{
  margin-left: 0%;
}
.padding_top{padding-top:3px}
.ml-for-tr{
  margin-left: 6%;
}
.ml-for-nd{
  margin-left: 3%
}
.margin-for-pm-img{
  margin-left: 1.5%
}
a{
  text-decoration: none !important;
}
.card-height{
    height:450px;
}
.margin-l-card_body{
  margin-left: 10%;
}
.margin-l-card_footer{
  margin-left:30%
}
.h-w-2-5{
  height: 20px;
      width: 15px;
}
.mr-1rem{
    margin-right: 1rem !important;
}
.mr-2rem{
    margin-right: 2rem !important;
}
.mr-3rem{
    margin-right: 3rem !important;
}
.cursor{
  cursor:pointer;
}
.text_dec{
  text-decoration: none !important;
}
.container_input {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 18px;
    color: grey;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.mar-left-pm{
    margin-left: 1.3%;
}
.mar-left-for_loc{
    margin-left: 5.9%;
}

/* Hide the browser's default checkbox */
.container_input input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: white;
    border-radius: 6px;
}

/* On mouse-over, add a grey background color */
.container_input:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container_input input:checked ~ .checkmark {
    background-color: #2196F3;
    border-radius: 6px;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container_input input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container_input .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* CSS FOR LIST PAGES */
.extension_title{
    font-size: 15px;
}
.hotel_option_img{
    height: 60px;
    margin-top: -6px;
    margin-right: -6px;"
}

*body{font-family: sans-serif !important;}
.edit_form_img{
    position: absolute;
    left: 88%;
    top: 8%;
}
.universal_pointer{
    cursor:pointer;
}
.adjust_add-task{
    margin-top: -.6%;
}
/* CSS FOR LIST PAGES */
.extension_title{
    font-size: 15px;
}
.drop_box{
    min-widht:100%;
    left: 11.4%;
    top: 105%;
}
.color_sky{
    color: #0198CC !important;
}
.color_orange{
    color:orange !important;
}
.width{
    width: 80px !important;
}
.pop_up_box{
    overflow: hidden;
    background-color: white;
    position: absolute;
    width: 700px;
    height: 400px;
    border: 1px solid gainsboro;
    left: 24%;
    top: 40%;
    font-size: 16px;
    z-index: 3;
    box-shadow: 0px 5px 25px 0px;
}
.add_task{
  position: absolute;
  right: 9.5%;
  top: -252%;
  z-index: 1;
  text-align: center;
}
.border_left{border-left: 2px solid white}
.container, .container-lg, .container-md, .container-sm, .container-xl{
    max-width:94% !important;
    margin-left: 4% !important;
}
.box-footer {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top: none !important;
    padding: 10px;
    background-color: #fff;
}
.mar-left{
    margin-left: 3.43%;
}
.nav{
    float: right !important;
}
.ml-for-download_multidiv{
    margin-left: 15%
}
.ml-for-download_div{
    margin-left: 18%;
}
.extension_img{
    height:20px;
}
.filter_button{
    height: 50%;
    font-size: 15px !important;

}
.filter_bar{

    width: 50%;
    height: 50%;
    border-radius: 20px 0px 0px 20px;
    border: 1px solid white;
    padding-left: 10px;
    font-size: 15px !important;
    margin-left: 50px;

}
.filter_bar2{

    width: 50%;
    height: 100%;
    border-radius: 20px 0px 0px 20px;
    border: 1px solid white;
    padding-left: 10px;
    font-size: 15px !important;
    margin-left: 50px;

}
.filter_button2{
    height: 100% !important;
    font-size: 15px !important;

}
.add_new_button{
    font-size: 15px !important;
}
.refresh_button{
    font-size: 15px;
    margin-left: 5px;
    background-color: #ffc107 !important;
}
.box_design{
    background: transparent !important;
    border-top: none !important;
}
.box-header {
    color: #444;
    display: block;
    position: relative;
}
.model_div{
    margin-top: 20px;
}
.button_style{
    font-size: 15px;
}
.box{
    box-shadow: none;
}

.remark_design{

    margin-top: 10px;
    font-size: 15px;
}
.custom_button_design{
    background: rgb(23, 80, 125);
    color: white;
    padding: 2px 5px 2px 5px;
    border-radius: 6px;
}
body{padding-right: 0 !important}
aside{width: 5% !important;}
.sq-dot-line {
    height: 2px;
    background-image: linear-gradient(to right, #bab5b5 33%, rgba(255,255,255,0) 0%);
    background-size: 15px;
    background-repeat: repeat-x;
}
.file_hidden{    padding: 5px 35px 5px 35px;
    background: black;
    display: table;
    color: #fff;
    border-radius: 3px;
    width: 100%;
    font-size: 12px;}
.icon-name{margin-left: 20%!important; padding-top: 25%; height: 59px;}
.aside-bar{
    z-index: 810 !important;
    position: absolute;
    min-height: 100%;
}
.download_button{
    padding: 5px 39px 5px 39px;
    background: orange;
    display: table;
    color: #fff !important;
    border-radius: 3px;
    font-size: 12px;
    text-decoration: none !important;
}
.send-quotes{background-color: white;padding-left: 30px;padding-right: 30px;color:black;border:0;border-radius: 15px;box-shadow: 4px 3px 7px 0px grey;font-size: 16px }
.spec-padding{padding: 5px 50px 5px 50px !important; }
.button_color{background-color:#22507D !important}
.la{
    padding: 10px;
    background: red;
    display: table;
    color: #fff;
    font-size:12px;
}
textarea{resize:none !important;}
.edit-img-dem{
    width: 40px !important;
    height: 32px !important;
}
.label {margin-right:5px;margin-bottom:5px !important;display:inline-block;} #wrapper {
                                                                                 position: relative;
                                                                             }

.number_field{height:32px;width:80%}
.dim{min-height: 960px;}
.hotel-img{height:100px;width: 220px;}
.vue-numeric-input {
    position: relative;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 60px !important;
}
.carousel-dim{height: 470px !important;width: auto}
.width-15{width: 15%}
.b-1-5{border-radius: 15px !important;}
.ml-1-4{margin-left: 14%}
.badger-div{border-left: 1px solid #0058A1; margin-left: 5.5% !important;}
.num{background-color: rgb(0, 123, 255);width: 20px;color: white;font-size: 12px;margin-left: 94%;text-align: center;margin-top: -11%;}
.button-css{outline: currentcolor none 0px !important; box-sizing: border-box; border: 1px solid transparent; background-color: rgb(34, 80, 125); font-size: 14px; font-weight: 400; padding: 6px 12px; min-width: 140px; color: white; width: 100px; border-radius: 4px;; position: fixed;top: 90%;
  left: 86.8%; z-index: 10; display: inline-block; margin-bottom: 0px; text-align: center; vertical-align: middle; touch-action: manipulation; cursor: pointer; background-image: none; white-space: nowrap; line-height: 1.42857;}
.background-color-all{background-color: #ECF0F5 !important;}
.font_wieght{font-weight: 400}#topheader{z-index:1;background-image:url(public/uploads/dashboard_resources/ItenararyBackground.png)}
.fw-1{
    font-weight:100 !important;
}
.fw-2{
    font-weight:200 !important;
}
.fw-3{
    font-weight:300 !important;
}
.fw-4{
    font-weight:400 !important;
}
.fw-5{
    font-weight:500 !important;
}
.fw-6{
    font-weight:600 !important;
}
.icon-style{
    position: absolute; left: 6.5%; color: grey; font-size: 18px; top: 9.5%;
}
.m_b1{
    margin-bottom: 10px;
}
.m_b2{
    margin-bottom: 20px;
}
.mt_0_5{
    margin-top: 5px;
}
.m_t1{
    margin-top: 10px;
}
.m_t2{
    margin-top: 20px;
}
.m_t3{
    margin-top: 30px;
}
.m_t4{
    margin-top: 40px;
}
.m_t5{
    margin-top: 50px;
}
.c-grey{color: #A9ABAE}
.spe-border{border:solid gainsboro 1px;border-radius: 15px;}
.border-left-3{border-left:solid black 3px;}
.div-dec{background-color: white;border:solid gainsboro 1px;border-radius: 5px;margin-left:4.7%}
.div-back{background-color: white;border:solid gainsboro 1px;border-radius: 5px;}
.m-l-t{
    margin-left:6.8%;
}
.img-style{position: absolute; left: 6.5%; color: grey; top: 50%;}
.contact_img{
    left:4%;
}
.edit-img{
    position: absolute;
    left: 91%;
    top: 5%;}
.per{top:10%;left:95%}
.hw-1{height: 10px;width: 10px;}
.hw-1-5{height: 15px;width: 15px;}
.hw-2{height: 20px;width: 20px;}
.hw-3{height: 30px;width: 30px;}
.hw-4{height: 40px;width: 40px;}
.hw-5{height: 50px;width: 50px;}
#hw-5-5{height:55px;width:55px;}
.hw-icon{
    height: 68px;width: 92px;cursor: pointer;
}
.h-35{height: 35px}
.rating-w-all{width:19.2%;height: 18px}
.rating-5{width:20%;height: 18px}
.past-i{width: 94.3%;/* height: 60px; */background-color: white;border: 1px solid gainsboro;border-radius: 5px;font-size: 14px;/* margin-top: -25px; */}
.clock{border: 1px solid gainsboro;border-radius: 15px;color: red;}
.bg-w{background-color: white !important}
.lead-select{
    margin-left:2%;padding-left:8% !important;width:80% !important;height:34px !important;margin-top: -1%;
}
.hw-i{height:25px;width:25px;}
.hw-p-m{height:27px;width:27px;}
.h-3{
    height: 30px !important;
}
.h-2{
    height: 20px !important;
}
.w-2{
    width: 20px!important;
}
.w-3{
    width: 30px !important;
}
.check-in-img{
    top: 0;
    left: 65%;
}
.icon-color{
    color: #ABADB0;
}
.popup{
    background-color: white; width: 300px; height: 70px; position: absolute;  left: 27%; z-index: 5; box-shadow: grey 5px 2px 30px 5px; border-radius: 5px;
}

.check-box1{
    width:auto !important;
}
.f-1{font-size:10px !important}
.f-1-5{font-size:15px !important}
.f-1-3{font-size:13px !important}
.f-2{font-size:20px !important}
.f-3{font-size: 30px !important}
.f-4{font-size: 40px !important}
.f-2-5{font-size:25px !important}
.f-1-8{font-size: 18px !important}
.f-1-7{font-size: 17px !important}
.f-1-4{font-size:14px !important}
.f-1-2{font-size:12px !important}
.f-09{font-size:8px}
.f-1-6{font-size: 16px !important}
.in-ql{
width: 107%;
border: solid gainsboro 1px;
border-radius: 5px;}
.p-a{position: absolute}
.pa-img{
    position: absolute;
    top:15%;
    left:91.5%;
}
.pa-img2{
    position: absolute;
    top:15%;
    left:95%;
}
.font_style {
    font-size: 15px !important;
}
.font_style2 {
    font-size: 14px !important;
}
.font_style3 {
    font-size: 14px !important;
    text-align: center !important;
}
.m-t0{margin-top:24%}
.m-t1{margin-top:0%}
.m-t2{
    margin-top: 27%;
}
.m-t2px{
    margin-top: 20px;
}
.m-t3{
    margin-top: 1%;
}
.m-t4{
    margin-top: 35px;
}
.m-t5{
    margin-top: 10px;
}
.w-vue{width: 81%}
.sidenavactive {

    color: white !important;
    background-color: #00539F !important;
}
.wizard-card-footer.clearfix {

    top: 90%;
    position: fixed;

}
.wizard-footer-left {

    position:fixed;left: 24%;top:90%;

}
.wizard-footer-right {

    position:fixed;top: 90%;
    left: 86.8%;

}
.sidenav {
    /*height: 100%;*/
    z-index: 1;
    background-color: #ECF0F5;
    overflow-x: hidden;
    transition: 0.5s;
border-right:1px solid white;
    margin-left: -30%;
    list-style:none;

}

.sidenav a {
    padding-left: 20%;
    padding-top:5px;
    padding-bottom:5px;
    text-decoration: none !important;
    font-size: 18px;
    color:black;
    display: block;
    transition: 0.3s;

}
.sidenav a:hover {
    color: white;
    background-color: #00539F;
}
.query-content{
    font-size: 20px;
    width:100%;
    height: 100%;}
.summary-in-w{width: 106.8% !important;}
.div-col-{
    width: 31%; border: 1px solid gainsboro; border-radius: 3px; background-color: white;
}
.in-put-7{
    background-color: white;color:grey;padding-left:5%;width: 70%;height:100%;border: solid gainsboro 1px;font-size:15px;
}
.in-put-25{
    background-color: white;padding-left: 5%;color:grey;width: 25%;border:solid gainsboro 1px;height: 100%;font-size: 15px;
}
.p_r-3{
    padding-right: 1rem !important;
}
.ml-for-add{
      margin-left: 20%;
}
@media screen and (min-width: 1200px) and (max-width: 1300px){
.file_hidden{
	padding:5px 33px 5px 33px;
}
.download_button{
	padding:5px 30px 5px 30px;
}
  .footer-logo{
    margin-left: 1.4%;
  }
  .margin-left-for-tlogo{
    margin-left: 0%;
  }
  .ml-for_dur{
    margin-left: -.6%;
  }
.f-1-4{font-size:13px !important;}
  .ml-for-add{
        margin-left: 7%;
  }
  .past-i{width: 93.6%;}
  .rating-w-all{width:19.1%;}
  .ml-for-tr{
    margin-left: 5%;
  }
  .ml-for-nd{
    margin-left: 2.5%
  }
  .margin-for-pm-img{
    margin-left: 0%
  }
  .margin-l-card_body{
    margin-left: 7%;
  }
  .margin-l-card_footer{
    margin-left:28.5%
  }
    .m-l-t{margin-left: 6.5%}
    .mar-left-for_loc{
        margin-left: 5.5%;
    }
    .mar-left-pm{
        margin-left: 0.2%;
    }
    .adjust_add-task{
        margin-top: -.6%;
    }
    .pop_up_box {
        width: 52%;
    }
    .edit_form_img{
        left:88%;
    }
    .container, .container-lg, .container-md, .container-sm, .container-xl{
        max-width:96% !important;
        margin-left: 3% !important;
    }
    .p_r-3{
        padding-right: .6rem !important;}
    .add_task{
        position: absolute;
        left: 85.6%;
    }
    .mar-left{
        margin-left: 3.4%;
    }
    .ml-for-download_multidiv{
        margin-left: 11.5%
    }
    .ml-for-download{
        margin-left: 15%;
    }
    aside{width: 5.5% !important;}
    .number_field{width:78.5%}
    .pa-img{

        left:91%;
    }
    .badger-div{    margin-left: 5.5% !important;}
    .f-09{font-size:8px}
    .m-t1{margin-top:-2%}
    .m-t0{margin-top:26%}
    .w-vue{width:80%}
    .vue-numeric-input {
        position: relative;
        display: inline-block;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 60px !important;
    }

    .sidenav {
        height: 100%;
        z-index: 1;
        margin-left: -32%;
        background-color: #ECF0F5;
        overflow-x: hidden;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        list-style: none;

    }
    .sidenav a {
        padding: 1.5% 1.5% 1.5% 24%;
        text-decoration: none !important;
        font-size: 18px;
        color: black;
        display: block;
        transition: 0.3s;
    }
}
@media screen and (min-width: 1900px){
.file_hidden{
	width:100%;
}
.download_button{
	width:100%;
}
  .margin-left-for-tlogo{
    margin-left: -10%;
  }
  .ml-for_dur{
    margin-left: 0%;
  }
  .f-09{font-size:9px}
  .past-i{
    width:95.6%;
  }
  .ml-for-add{
        margin-left: 47.5%;
  }
  .rating-w-all{width:19.4%;}
  .ml-for-tr{
    margin-left: 8.5%;
  }
  .ml-for-nd{
    margin-left: 4%
  }
  .margin-for-pm-img{
    margin-left: 5%
  }
  .margin-l-card_body{
    margin-left: 22%;
  }
  .margin-l-card_footer{
    margin-left:36%
  }
    .m-l-t{margin-left: 9%}
    .mar-left-for_loc{
        margin-left: 6%;
    }
    .mar-left-pm{
    margin-left: 5%;
    }
    .adjust_add-task{
        margin-top: -.4%;
    }
    .edit_form_img{
        left:92%;
    }
    .pop_up_box{width:52%;}
    .p_r-3{
        padding-right: 2.5rem !important;
    }
    .add_task{
        position: absolute;
        left: 87%;
    }
    .mar-left{
        margin-left: 3.7%;
    }
    .container, .container-lg, .container-md, .container-sm, .container-xl{
        max-width:95% !important;
        margin-left: 3% !important;
    }
    .ml-for-download_multidiv{
        margin-left: 26.5%
    }
    .ml-for-download{
        margin-left: 28%;
    }
    aside{width: 3.5% !important;}
    .number_field{width:81.5%}
    .ml-3{margin-left:0 !important }

    .in-ql{width: 105%}
    .m-t1{ margin-top: 17%}
    .badger-div{    margin-left: 3.5% !important;}
    .m-t0{margin-top: 17%}
    .m-t2{
        margin-top: 19%;
    }
    .m_t3{
        margin-top: 30px;
    }
    .m_t4{
        margin-top: 40px;
    }
    .num{
        margin-left: 96%;
        margin-top: -8%;
    }
    .m-t3{
        margin-top: 19%;
    }

    .w-vue{width:87%}
    .sidenav {
        height: 100%;
        background-color: #ECF0F5;
        overflow-x: hidden;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        /* margin-left: -4.5%; */
        list-style: none;
        margin-left: -31%;
    }
    .sidenav a {
        padding-left:10%;
        text-decoration: none !important;
        font-size: 18px;
        color:black;
        display: block;
        transition: 0.3s;
        margin-left: 0;

    }
    .vue-numeric-input {
        position: relative;
        display: inline-block;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 60px !important;
    }
    .pa-img{
        left:94%;
    }
}

.content {
    min-height: 250px;
    padding: 0px !important;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.box-style {
    border: 1px solid gray;
    border-radius: 10px;
    margin: 18px;
    background: white;
    text-align: center;
}
.box-label {
    font-size: 17px;
    color: grey;
    margin-top: 5px;
    font-weight: 600;
}
.box-value {
    font-size: 25px;
    color: #ff0000;
    margin-top: -12px;
}
.pr-17-5r{
    padding-right: 17.5rem !important;
}
.doc_image1{
    height: 30px;
}
.doc_image2{
    height: 25px;
}
.f-w600{
    font-weight: 600 !important;
}
.mt_1rem{
    margin-top: 1rem !important;
}
.cost_update_buttons1{
    background: white;
    padding: 2px 15px;
}
.cost_update_buttons2{
    background: white;
    padding: 2px 20px;
}
@media screen and (min-width: 1200px) and (max-width: 1500px){
    .day_plan_edit{
        font-size: 14px;
        width: 310px;
        margin-top: 10px;
        border: 1px solid gainsboro;
        border-radius: 15px;
    }
}



@media screen and (min-width: 1501px) and (max-width: 1900px){
.day_plan_edit{
    font-size: 14px;
    width: 360px;
    margin-top: 10px;
    border: 1px solid gainsboro;
    border-radius: 15px;
        }
}
.width_10{
    width: 10%;
}
.width_20{
    width: 20%;
}
.width_30{
    width: 30%;
}
.width_40{
    width: 40%;
}
.center{
    text-align: center;
}
.mt_mb5{
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}
.vue-form-wizard.md .wizard-icon-circle {

    width: 30px !important;
    height: 30px !important;
    font-size: 14px !important;
    margin-top: 20px !important;

}
.cancelled_pax{
    text-decoration: line-through;
}
.float_b{
    position:fixed !important;
    width:60px !important;
    height:60px !important;
    bottom:80px !important;
    right:40px !important;
    background-color:#0C9 !important;
    color:#FFF !important;
    border-radius:50px !important;
    text-align:center !important;
    box-shadow: 2px 2px 3px #999 !important;
    z-index: 1000;
}

.my-float_b{
    margin-top:22px;
}


/*chat model css*/
.msg_container {
    border: 2px solid #ccc;
    background-color: #eee;
    border-radius: 5px;
    padding: 5px;
    margin: 5px 0
}

.msg_container::after {
    content: "";
    clear: both;
    display: table;
}

.msg_container img {
    float: left;
    margin-right: 20px;
    border-radius: 50%;
}

.msg_container span {
    font-size: 20px;
    margin-right: 15px;
}

@media (max-width: 500px) {
    .container {
        text-align: center;
    }
    .container img {
        margin: auto;
        float: none;
        display: block;
    }
}
a.notif {
    position: relative;
    display: block;
    height: 50px;
    width: 50px;
    /*background: url('http://i.imgur.com/evpC48G.png');*/
    background-size: contain;
    text-decoration: none;
}
/*.num {*/
/*    position: absolute;*/
/*    right: 0px;*/
/*    top: 2px;*/
/*    color: #fff;*/

/*}*/
/* form  alert-warning  */
.swal2-container {
    z-index: 20000 !important;
}
.disable-event{

    pointer-events: none;
}

.hidesec{
    display: none !important
}


.dz-preview{
    z-index: 0 !important;
}