.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eee !important;
    opacity: 1 !important;
}
ul
{
    margin: 0px;
    list-style: none;
}
.padding_zero
{
    padding: 0px;
}
/* Amigo loader start */
.amigo-preloader{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    z-index:999999;
    background-repeat:repeat;
    background-size:80px;
    background-repeat:no-repeat;
    background-position:center;
    background-size:80px
}
.uap-flyer-box .uap-account-title-label {
    line-height: 40px;
    color: #0536b8;
font-size: 16px;
}
.uap-flyer-box .invite_friend.amigo_btn
{
    width: 30% !important;
    font-size: 14px;
font-weight: 800 !important;
text-shadow: none;
text-transform: uppercase;
font-family: "Raleway", sans-serif;
    background: #cd6405 !important;
}
.uap-flyer-box .uap-account-title-label
{
    color: #0536b8;
}
}
.amigo-preloader-inner{
    position:absolute;
    top:50%;
    text-align:center;
    left:50%;
    transform:translate(-50%,-50%)
}
.amigo-loader img
{
    width:50px
}
.bg-white
{
    background: #ffffff;
}
.amigo_btn
{
    background: #ff7f27;
    border: none !important;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    position: relative;
    text-decoration: none;
    text-align: center;
    outline: none;
    line-height: normal;
    color: #fff;
    cursor: pointer;
    padding: 10px 20px;
    border-radius: 3px;
    width: auto;
    transition: box-shadow 0.2s ease 0s;
    font-weight: 600;
    transition: 0.3s;
    display: inline-block;
}
.amigo_btn:hover, .amigo_btn:focus, .amigo_btn:active
{
    background: #cf641a;
}
.amigo-help-tip{
    top: 0px;
    right: 155px;
    text-align: center;
    background-color: green;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    font-size: 14px;
    line-height: 22px;
    cursor: pointer;
    display: inline-block;
}

.amigo-help-tip:before{
    content:'?';
    font-weight: bold;
    color:#fff;
}

.amigo-help-tip:hover p{
    display:block;
    transform-origin: 100% 0%;

    -webkit-animation: fadeIn 0.3s ease-in-out;
    animation: fadeIn 0.3s ease-in-out;

}

.amigo-help-tip p{    /* The tooltip */
    display: none;
    text-align: left;
    background-color: #fff;
    padding: 20px;
    width: 340px;
    position: absolute;
    border-radius: 3px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    left: 0px;
    color: #000;
    font-size: 13px;
    line-height: 1.4;
    z-index: 999;
}

.amigo-help-tip p:before{ /* The pointer of the tooltip */
    position: absolute;
    content: '';
    width:0;
    height: 0;
    border:6px solid transparent;
    border-bottom-color:#1E2021;
    left: 103px;
    top: -11px;
}

.amigo-help-tip p:after{ /* Prevents the tooltip from being hidden */
    width:100%;
    height:40px;
    content:'';
    position: absolute;
    top:-40px;
    left:0;
}
.amigo-help-tip.paypal-tip-adver p:before {
    left: 76%;
    top: -12px;
}
.amigo-help-tip.paypal-tip-adver p {
    width: 255px;
    left: 65px;
}
#hobbieSec .amigo_btn
{
    /*width: 130px !important;*/
    min-width: 130px !important;
    height: auto !important;
    padding: 12px 0px;
    margin: 10px;
}
.display_flex
{
    display: flex;
}
.display_inline_block
{
    display: inline-block;
}
.error, .important {
    color: red !important;
    font-size: 13px !important;
    letter-spacing: 0.5px;
    font-weight: 700;
    line-height: 14px;
}
::placeholder {
    color: #8A8F9A !important;
    opacity: 1;
}
.center_align
{
    text-align: center;
}
.right_align
{
    text-align: right;
}
.amigo_box form
{
    padding: 0px;
}
h3.form_head {
    text-align: center;
    color: red;
    padding: 0px 0px 15px;
}
.check_radio_con label
{
    padding: 2px;
}
.amigo_field_con {
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 20px;
    padding: 3px 0px;
    float: left;
}
.amigo_field_con input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    z-index: 999;
    height: 20px;
    width: 20px;
    margin: 0px !important;
}
.amigo_mark {
    position: absolute;
    top: auto;
    left: auto;
    height: 18px;
    width: 18px;
    border: 2px solid #7e8993;
    border-radius: 4px;
}
.amigo_circle_mark
{
    border-radius: 100%;
}
.amigo_field_con input:checked ~ .amigo_mark {
    background-color: #fff;
    border: 2px solid #1AA85C;
}
.amigo_mark:after {
    content: "";
    position: absolute;
    display: none;
}
.amigo_field_con input:checked ~ .amigo_mark:after {
    display: block;
}
.amigo_circle_mark:after
{
    top: 3px;
    left: 3px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #1AA85C;
}
.amigo_tick_mark:after {
    top: 1px;
    left: 5px;
    width: 5px;
    height: 10px;
    background: #fff;
    border: solid #1AA85C;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.signup-block {
    padding: 40px;
    border: 1px solid;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
    border-color: #a08e0c;
    /* border-radius: 4px; */
    border-radius: 20px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 6px 7px rgba(0, 0, 0, 0.05);
    /* margin-top: 10px; */
    margin: 0 20px;
    /* background: #fff !important; */
    background: #f1f1f1 !important;
}
#advertiser_signup_btn {
    width: 50%;
    float: none;
    margin-bottom: 20px;
}
.signup-block #ad-signup {
    /* background-color: #fff; 
    border-radius: 5px; */
    padding: 0px 5px !important;
    overflow: hidden;
}
.reg_info {
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    color: green;
}
.user_signup_third_step p {
    font-size: 12px !important;
    line-height: 16px;
}
.frm-user-signup {
    padding: 20px 0px !important;
}
.signup-block .form-row {
    display: block;
}
.signup-block input.form-control {
    height: 39px;
    border-radius: 20px;
    font-family: 'Raleway', sans-serif;
    margin-bottom: 0px !important;
}
#ad-signup select
{
    font-family: 'Raleway', sans-serif;
}
.form-group .form-wrapper
{
    width: 100% !important;
    padding: 0px !important;
}
.signup-block .form-control::placeholder {
    color: #999999;
    opacity: 1;
}
.form-control {
    display: block;
    width: 100%;
    height: 39px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
}
.form-control:focus {
    border: 1px solid #ff7f27;
    background: #fff;
}
.tos-row span input {
    float: left;
    height: 16px;
    border: 1px solid #ccc;
}
.tos-row input[type="checkbox"]:checked::before
{
    color: #000 !important;
}
#colophon .loginwd_sidebar .form-control, #primary .loginwd_sidebar .form-control, .form-control
{
    margin: 0px;
}
.btn i.fa-spinner {
    visibility: hidden;
}
.btn-submit i {
    visibility: hidden;
    opacity: 0;
}
#advertiser_signup_btn {
    box-shadow: none;
}
.error, .important {
    font-size: 11px;
    color: red;
}
.padding_zero
{
    padding: 0px;
}
.tos-row label
{
    margin: 0px;
    display: block;
    padding-left: 0px !important;
}
.form-group
{
    margin: 0px !important;
}
.signup-block a:hover, .signup-block a:focus
{
    color: #052985!important;
}
.reg_success {
        text-align: center;
    background-color: #5cb85c;
    color: #fff;
    padding: 15px;
    font-size: 15px;
    border-radius: 3px;
}
#advertiser_signup_btn:focus {
    color: #fff;
}
.errorContainer {
    text-align: center;
    width: 100%;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
}
#message-green, #message-red {
    position: fixed;
    z-index: 99999;
    max-width: 500px !important;
    margin: 5px auto !important;
    right: 0;
    top: 0;
    left: 0;
}
#message-green span {
    font-weight: 500;
    line-height: 20px;
    font-size: 14px;
    color: #fff;
}
#message-green
{
    background-color: #5cb85c;
}
#message-red
{
    background-color: red;
}
.amigo-close-empty
{
    position: absolute;
    right: 14px;
    font-size: 36px;
    cursor: pointer;
    top: 7px;
    display: block;
    height: 30px;
    line-height: 30px;
    font-size: 36px;
    cursor: pointer;
    color: #fff;
}
/*amigoways changes*/
.amigo-registration-form a.go_to_login_link:hover {
    background: #f12424 !important;
    padding: 7px !important;
}
#otp_form
{
padding:0px !important;
}
/*amigoways changes*/

/*==TAGEDIT==*/
div.tagsinput {
	border:1px solid #CCC;
	background: #FFF;
	padding:5px;
	width:auto !important;
	height:auto;
	overflow-y: auto;
	margin: 10px 0px 0px !important;
}
div.tagsinput span.tag {
	border: 1px solid #0d4e8b;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	display: block;
	float: left;
	padding: 5px;
	text-decoration:none;
	background: #5381ad;
	color: #fff;
	margin-right: 5px;
	margin-bottom:5px;
	font-family: helvetica;
	font-size:13px;
}
div.tagsinput span.tag a {
	font-weight: 500;
	color: #fcff00;
	text-decoration:none;
	font-size: 12px;
}
div.tagsinput input {
	width:100% !important;
	margin:0px;
	font-family: helvetica;
	font-size: 13px;
	border:1px solid transparent;
	padding:5px;
	background: transparent;
	color: #111;
	outline:0px;
	margin-right:5px;
	margin-bottom:0px;
}
div.tagsinput div {
	display:block;
	float: left;
    width: 100%;
}
.tags_clear {
	clear: both;
	width: 100%;
	height: 0px;
}
.not_valid {
	background: #FBD8DB !important;
	color: #90111A !important;
}
.max_width_450
{
    max-width: 450px;
    margin: 25px auto;
    overflow: hidden;
}
.max_width_250
{
    max-width: 250px;
    margin: 25px auto;
    overflow: hidden;
}
.center_align
{
    text-align: center;
}
.amigo_box
{
    padding: 20px;
    background: #fbfbfb;
    border-radius: 20px;
    border: 1px solid #a08e0c;
    box-shadow: 0 1px 6px 7px rgb(0 0 0 / 5%);
}
.submit_btns button {
    margin: 10px 0 !important;
    background: #ff7f27 !important;
    border-radius: 30px;
    min-width: 250px;
    padding: 16px 20px !important;
    line-height: 1em;
    height: auto !important;
    border: none !important;
}
.submit_btns button::before
{
    background: #cf641a;
}
.form-wrapper label {
    margin-bottom: 9px;
    display: block;
    font-size: 15px;
    line-height: 22px;
    font-weight: 500;
    color: #000000;
}
.control-label {
    font-size: 14px;
    line-height: 16px;
    color: #000;
    font-weight: 500;
    text-transform: capitalize;
}
.popup_tab_content {
    padding: 15px 5px;
    /*overflow: hidden;*/
    width: 100%;
}
.my_model_popup .close {
    font-size: 20px;
    font-weight: 400;
    opacity: 1;
    position: absolute;
    top: 0;
    text-shadow: none;
    right: 0px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    z-index: 9999999;
    box-shadow: inset 0px 0px 0px 100px #fff;
    transform: translate(50%, -50%);
    color: #074369;
    margin: 0px;
}
.my_model_popup .close {
    font-size: 20px;
    font-weight: 400;
    text-shadow: none;
    color: #ff7f27;
}
.my_model_popup .modal-content
{
    overflow: hidden;
    padding: 10px;
}


#irfs-all .form-control {
    border-right: 0px !important;
    border-left: 0px;
        border-left-color: currentcolor;
    border-top: 0px;
        border-top-color: currentcolor;
    border-color: green;
        border-right-color: green;
    border-radius: 0px !important;
    height: 30px;
    margin-bottom: 20px;
}
.ent_level23
{
    display: flex;
}
.ent_level1 {
    padding-right: 10px;
}
.item_level1 {
    padding-left: 20px;
}
.item_level2 {
    padding-left: 40px;
}
.ent_level23 .item_level2 {
    padding-left: 0px;
}
.level2_div, .level3_div {
    padding-bottom: 5px;
    /*padding-left: 40px;*/
}
.item_level1 {
    padding-left: 20px;
}
.entertainment_level1, .favorites_level1,
.hobbies_level1, .interests_level1,
 .wants_level1, .entertainment_level2, .favorites_level2,
.hobbies_level2, .interests_level2,
.education_level2, .wants_level2, .make,
.model, .year,.occupation_level2 {
    display: none;
}
.extra_field {
    margin-left: 23px;
}
.add_more_btn
{
    padding: 5px 0px;
    font-size: 13px;
    font-weight: 600;
    color: #102e67;
    display: block;
    text-align: right;
}
.add_more_btn:hover {
    color: #102e67 !important;
}
.remove {
    position: absolute;
    right: 0;
}
.first_input
{
    padding: 0px;
}
.jQTagBox, .telev_3, .ent_2 {
    display: none !important;
}
input.tagBox-input, select.tagBox-input, input.tagsinput, select.tagsinput, div.tagsinput
{
    border-width: 0px 0px 1px 0px;
    border-color: green !important;
    width: 70%;
}
.ent_level23 label {
    min-height: 20px !important;
    max-height: 60px !important;
    display: block;
    /* margin-bottom: 10px; */
}
.item_level2 {
    padding-left: 40px;
}
.item_level3 {
    padding-left: 60px;
}
.frm-user-signup select {
    border-radius: 20px;
    font-family: 'Raleway', sans-serif;
}
.signup-block h3
{
    font-size: 20px !important;
    font-family: 'Raleway', sans-serif !important;
}
.tos-row.checkbox {
    margin: 4px 0px;
}


.fav_hotel_wrap li {
    padding-left: 0;
}
.fav_hotel_wrap .ent_level1 {
    width: 33.33%;
    float: left;
}
.fav_hotel_wrap {
    display: inline-block;
}
.fav_hotel_wrap span.count_no {
    float: left;
    width: 20px;
    margin-left: -20px;
}
.fav_hotel_wrap span.remove {}


.cook_center_align {
    text-align: center;
    width: 100%;
    margin: 50px 0px 0px;
}
.cookies_btn {
    background: #F4F4F4;
    padding: 10px;
    width: 30%;
    text-align: center;
    color: #2f2f2f;
    cursor: pointer;
    margin: 0px 0px 20px;
    display: inline-block;
}
.link_sec
{
    text-decoration: underline;
    display: block;
}
.cookie_btn{
    border: 3px solid #1a1a1a;
    display: inline-block;
    padding: 10px;
    position: relative;
    text-align: center;
    transition: background 600ms ease, color 600ms ease;
}


/*=== IPHONE STYLE BUTTON ===*/
.ios-ui-select{
    background: #dddddd;
    border: none;
    height: 36px;
    background: #dddddd;
    -webkit-border-radius: 18px;
    border-radius: 18px;
    width: 60px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    position: relative;
    display: inline-block;
}
.ios-ui-select.checked{
    -webkit-box-shadow: inset 0 0 0 36px #5aa1e3;
    box-shadow: inset 0 0 0 36px #5aa1e3;
}
.ios-ui-select.checked .inner{
    left: 27px;
}
.ios-ui-select .inner{
    width: 30px;
    height: 30px;
    position: absolute;
    top: 3px;
    left: 3px;
    padding: 0px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background: white;
    -webkit-transition: all 350ms cubic-bezier(0, 0.89, 0.44, 1);
    -moz-transition: all 350ms cubic-bezier(0, 0.89, 0.44, 1);
    -o-transition: all 350ms cubic-bezier(0, 0.89, 0.44, 1);
    transition: all 350ms cubic-bezier(0, 0.89, 0.44, 1);
    -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2),0 3px 4px 0 rgba(0,0,0,0.1);
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2),0 3px 4px 0 rgba(0,0,0,0.1);
}
#no_of_children {
    width: 100px;
}
.navbar.default
{
    z-index: 0 !important;
}
body.home .navbar.default
{
    z-index: 9999 !important;
}
.ebor-page-wrapper {
    overflow: hidden;
    margin: 33px 0px 0px;
}
h2.add_ad_head_main
{
    color: #BA9958;
    list-style-type: none;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
}
h2.add_ad_head_main
{
    color: #67676A;
    list-style-type: none;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    font-style: italic;
}
h2.add_ad_head
{
    color: #673AB7;
    list-style-type: none;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    font-style: italic;
    text-transform: capitalize;
    padding: 30px 0px 20px;
}
#add_edit_add .important
{
    font-size: 25px !important;
}
.ordering_con {
    padding-bottom: 10px;
text-align: center;
}
.ordering_con .add_ad_head_main
{
font-size: 35px;
color: #a08e0c;
letter-spacing: 0px;
}


.ordering_con .add_ad_head_inner

{
 font-size: 32px;
    letter-spacing: 0.3px;
    font-weight: 400;
}

/*button*/
.col-md-6.submit_btns .cancel_btn {
    width: 100% !important;
    line-height: 20px;
    background: #ff7f27;
    color:#fff;

}
#add_address_book .amigo_btn {
    min-width: 250px;
background: #ff7f27;
    color:#fff;
}
#otpverify {
    width: 40%;
background: #ff7f27;
    color:#fff;
}
.invite_frnd_section .amigo_btn
{
width: 50%;
background: #ff7f27;
    color:#fff;
}
#earningSubmit, #payoutSubmit {
    width: 50%;
}
/*button*/


/*Media Queries*/
@media(min-width: 768px)
{
    .my_model_popup .modal-dialog
    {
        /*margin: 0px !important;*/
        left: auto !important;
        width: 600px !important;
        background: #fff;
        z-index: 99999;
        border-radius: 5px;
    }
    .my_model_popup .modal-content
    {
        background: #fff;
    }
}
@media(max-width: 767px)
{
    .frm-user-signup .col-xs-12.col-sm-6.col-md-6:nth-child(2), form#ad-signup .col-xs-12, .signup-block {
        margin: 0px !important;
    }
    .amigo-help-tip {
        position: static;
    }
    .amigo-help-tip p, .amigo-help-tip.paypal-tip-adver p
    {
        width: 300px !important;
    }
}
@media (max-width: 1080px) and (min-width: 800px)
{
    .inverse-wrapper .display_flex
    {
    margin-left:0px !important;
    }
    .footer.inverse-wrapper .row
    {
    margin-right: -90px !important;
    }
}