body {
    color: #707070;
    font-size: 15px;
    line-height: 28px;
    background-color: #fff;
}
body p {
    font-size: 16px;
    line-height: 28px;
}
body, h1, h2, h3, h4, h5, h6, input[type="text"], input[type="password"], input[type="email"], textarea, select, input[type="button"], input[type="submit"], button, #tiptip_content, .map-box p, .map-box div, .numerical-rating .utf_counter_star_rating, body .nav_responsive i.menu-trigger:after {
    font-family:'Nunito', sans-serif;
    text-transform: none;
}
h1, h2, h3, h4, h5, h6 {
    color: #323232;
}
* {
    margin: 0px; 
    padding: 0px; 
    box-sizing: border-box;
}
a:focus {
    outline: none !important;
}
ul, li {
    margin: 0px;
    list-style-type: none;
}
textarea:focus, input:focus {
    border:1px solid #d8d8d8;
}
label {
    display: block;
    margin: 0;
}
::-webkit-input-placeholder {
    color:#888;
    opacity:1;
}
:-moz-placeholder {
    color:#888;
    opacity:1;
}
::-moz-placeholder {
    color:#888;
    opacity:1;
}
:-ms-input-placeholder {
    color:#888;
    opacity:1;
}

.imagePreview {
    width: 100%;
    height: 280px;
    background-size: 300px 280px !important;
    background-position: center center;
    background:url(http://cliquecities.com/assets/no-image-e3699ae23f866f6cbdf8ba2443ee5c4e.jpg);
    background-color:#fff;
    background-size: cover;
    background-repeat:no-repeat;
    display: inline-block;
    box-shadow:0px -3px 6px 2px rgba(0,0,0,0.2);
}
.btn-primary
{
    display:block;
    border-radius:0px;
    box-shadow:0px 4px 6px 2px rgba(0,0,0,0.2);
    margin-top:-5px;
    background-color: rgb(255, 34, 34);
    color: #ffff;
}
.applyBtn.btn-primary{
    background-color: #337ab7;
    display: inline-block;
    border-radius: 3px;
}
.imgUp
{
    margin-top: 6px;

    margin-bottom:15px;
}
.imgAdd
{
    width:30px;
    height:30px;
    border-radius:50%;
    background-color:#4bd7ef;
    color:#fff;
    box-shadow:0px 0px 2px 1px rgba(0,0,0,0.2);
    text-align:center;
    line-height:30px;
    margin-top:0px;
    cursor:pointer;
    font-size:15px;
}

/*multipal img upload*/

.preview-images-zone {
    width: 100%;
    border: 1px solid #ddd;
    min-height: 180px;
    /* display: flex; */
    margin-top: 10px;
    padding: 5px 5px 0px 5px;
    position: relative;
    overflow:auto;
}
.preview-images-zone > .preview-image:first-child {
    height: 185px;
    width: 185px;
    position: relative;
    margin-right: 5px;
}
.preview-images-zone > .preview-image {
    height: 185px;
    width: 180px;
    position: relative;
    margin-right: 5px;
    float: left;
    margin-bottom: 5px;
}
.btn-file-upload {
    background-color: red;
    padding: 10px;
    border-radius: 5px;
    color: #fff;
}
.preview-images-zone > .preview-image > .image-zone {
    width: 100%;
    height: 100%;
}
.preview-images-zone > .preview-image > .image-zone > img {
    width: 100%;
}
.preview-images-zone > .preview-image > .tools-edit-image {
    position: absolute;
    z-index: 100;
    color: #fff;
    bottom: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    display: none;
}
.preview-images-zone > .preview-image > .image-cancel {
    font-size: 25px;
    position: absolute;
    top: 0;
    right: 0;
    font-weight: bold;
    margin-right: 10px;
    color: red;
    cursor: pointer;
    display: none;
    z-index: 100;
}
.preview-image:hover > .image-zone {
    cursor: move;
    opacity: .5;
}
.preview-image:hover > .tools-edit-image,
.preview-image:hover > .image-cancel {
    display: block;
}
.ui-sortable-helper {
    width: 90px !important;
    height: 90px !important;
}

.container3 {
    padding-top: 50px;
}

/*multipal img upload end*/



input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus::-moz-placeholder {color:transparent;}
input:focus:-ms-input-placeholder {color:transparent;}

textarea:focus::-webkit-input-placeholder {color:transparent;}
textarea:focus:-moz-placeholder {color:transparent;}
textarea:focus::-moz-placeholder {color:transparent;}
textarea:focus:-ms-input-placeholder {color:transparent;}

input::-webkit-input-placeholder {color:#828282;}
input:-moz-placeholder {color:#828282;}
input::-moz-placeholder {color:#828282;}
input:-ms-input-placeholder {color:#828282;}

textarea::-webkit-input-placeholder {color:#828282;}
textarea:-moz-placeholder {color:#828282;}
textarea::-moz-placeholder {color:#828282;}
textarea:-ms-input-placeholder {color:#828282;}

.error , .invalid-feedback{
    color: red;
    font-weight: bold;
}



/* Dropify */
.dropify-wrapper {
    border: 2px dashed #999;
    border-radius: 7px; }
.dropify-wrapper:hover {
    background-size: 30px 30px;
    background-image: -webkit-linear-gradient(135deg, #F2F7F8 25%, transparent 25%, transparent 50%, #F2F7F8 50%, #F2F7F8 75%, transparent 75%, transparent);
    background-image: linear-gradient(135deg, #F2F7F8 25%, transparent 25%, transparent 50%, #F2F7F8 50%, #F2F7F8 75%, transparent 75%, transparent);
    -webkit-animation: stripes 2s linear infinite;
    animation: stripes 2s linear infinite; }
.dropify-wrapper .dropify-message span.file-icon:before {
    display: inline-block;
    font: normal normal normal 24px/1 "Material Design Icons";
    font-size: inherit;
    text-rendering: auto;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    content: '\F552';
    color: #212529;
    font-size: 1.25rem; }
.dropify-wrapper .dropify-message p {
    font-size: 0.8125rem;
    color: #212529; }
.dropify-wrapper .dropify-preview .dropify-infos {
    background: rgba(255, 255, 255, 0.9); }
.dropify-wrapper .dropify-preview .dropify-infos .dropify-infos-inner .dropify-filename {
    color: #269bff;
    font-size: 20px;
    font-weight: 400; }
.dropify-wrapper .dropify-preview .dropify-infos .dropify-infos-inner .dropify-infos-message {
    color: #333;
    font-weight: 600; }
.dropify-wrapper .dropify-preview .dropify-render img {
    opacity: 0.7; }
.dropify-wrapper .dropify-clear {
    background: #fff;
    border: none;
    font-weight: 700;
    color: #6c757d; }


.description {
    white-space: nowrap; 
    width: 120px; 
    overflow: hidden;
    text-overflow: ellipsis; 
    /*border: 1px solid #000000;*/
}

.utf_sort_by_select_item input[type="submit"]{
    position: absolute !important;
    right: 10px !important;
    top: -9px !important;
}




/* For Radio Button */
.container1 {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-top: 12px;
    cursor: pointer;
    font-size: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.container1 input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color:#eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container1:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container1 input:checked ~ .checkmark {
    background-color: red;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.container1 input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.container1 .checkmark:after {
    top: 8px;
    left: 8px;
    width: 5px;
    height: 5px;

    border-radius: 50%;
    background: white;
}


.page-item.active, .page-item.disabled {
    background-color: #2aca6a;
    color: #fff;
}
.green{
    background-color: #2aca6a !important;
}

.fc-content {
    cursor: pointer;
}
.required{
    color: red;
}
.inline-block{
    display: inline-block;
}

#form-farmhouse .small, #form-farmhouse-edit .small{
    font-size: 60%;
}

#form-farmhouse .form-group > input, #form-farmhouse-edit .form-group > input, #form-farmhouse .form-group > select, #form-farmhouse-edit .form-group > select, #form-farmhouse .form-group > .chosen-container, #form-farmhouse-edit .form-group > .chosen-container{
    margin-bottom: 0px;
}

#signup .form-group > input, #signup .form-group > select, #signup .form-group > .chosen-container{
    margin-bottom: 0px;
}

.form-group .form-control{
    margin-bottom: 0px !important;
}

button[disabled], html input[disabled]{
    background: #e6e6e6;
}

.fc-start.fc-not-end{
    width: 100% !important;
    margin-left: 16.6667% !important;
}

.fc-not-start.fc-end{
    width: 12% !important;
    margin-left: 0px !important;
}

.id_proof_container,.id_proof_other_container{
    position: relative;
}
.id_proof_container #id_proof_front, #id_proof_back, .id_proof_other_container #id_proof_other{
    opacity: 0;
}
.id_proof_container #id_proof_front, #id_proof_back{
    height: 50px;
}
.id_proof_label,.id_proof_label_back,.id_proof_other_label{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    line-height: 50px;
    border: 1px solid #dbdbdb;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.03);
    padding: 0 15px;
    border-radius: 6px;
    background: white;
}
.id_proof_label:hover,.id_proof_label_back:hover,.id_proof_other_label:hover{
    cursor: pointer;
}


.m-t-xxl {
    margin-top: 30px;
}
.m-t-3xl {
    margin-top: 50px;
}
.m-b-sm{
    margin-bottom: 15px;
}
.m-b-xs{
    margin-bottom: 5px;
}
.m-r-sm{
    margin-right: 15px;
}
.m-t-sm{
    margin-top: 15px;
}
.m-t-xs{
    margin-top: 5px;
}

.m{
    margin: 15px;
}
.m-sm{
    margin: 8px;
}

.booking_details_container {
    background: #f9f9f9;
    padding-top: 30px;
    border-radius: 10px;
    padding-bottom: 30px;
    border: 1px solid rgba(0, 0, 0, 0.02);
}
.dealer-manual-booking .booking_details_container{
    margin-top: 10px;
    padding: 0px 15px;
    line-height: 55px;
}
.booking-title, .booking-amt, .extra-guest-title, .extra-guest-amt, .amt-title, .amt {
    font-size: 16px;
    font-weight: 600;
    color: #777777;
}
.booking-sub-title, .extra-guest-sub-title {
    font-size: 12px;
    color: #777777;
    font-weight: 400;
}

.amt-title.advance_amt, .amt-title.payable_amt {
    line-height: 55px;
}
#advance_amt, #discount_amt, #payable_amt{
    float: right;
    width: 200px;
    text-align: right;
}

#payable_amt[readonly]{
    background-color: #f9f9f9;
    border: 1px solid #f9f9f9;
    box-shadow: 0 4px 8px 0 rgb(249, 249, 249);
}
input#id_proof{
    margin-bottom: 0px;
}
.text-black{
    color: #111;
}

/* Remove button border */
.swal2-confirm-custom {
    border: none !important;
}

/* Increase font size */
.swal2-popup {
    font-size: 16px !important;
}