/* Bootstrap css overwrite */
*, *:before, *:after {box-sizing: border-box;}
*{margin:0; padding:0;}
html{
    height: 100%;
    position: relative;
}
body{
	font-family: 'Lato', sans-serif;
	color:#3d444e;
    min-height: 100%;
}
/* Sticky footer styles
-------------------------------------------------- */

html, body{
	background-color: rgb(255, 255, 255);
}

a {cursor: pointer;color:#ffda4b;}
a:hover {
    text-decoration: underline;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: 'Lato', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;	
}
.strong {
    font-weight: 700;
}
.black {
    color: rgb(35, 40, 45);
}
.red {
    color: red;
}
label .red {
    vertical-align: middle;
}

.grey {
    font-size: 15px;
    color: rgb(169, 172, 174);  
}
.font_normal {
    font-size: 14px;
}
.font_lato {
    font-family: 'Lato', sans-serif;
}

/* FONT COLOR */
.form-control {
    height: 50px;
	font-size: 16px;
	border: none;    
	box-shadow:none;
    -webkit-transition: none;
    transition: none;
}
.form-control:focus, .form-control:active {
	border: 1px solid rgb(255, 218, 75);
    box-shadow:none;
}
.form-control::-moz-placeholder {
    color: #23282d;
    font-size: 13px;
}
.form-control:-ms-input-placeholder {
    color: #23282d;
    font-size: 13px;
}
.form-control::-webkit-input-placeholder {
    color: #23282d;
    font-size: 13px;
}
select.form-control {
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #f3f5f6 url("../../images/arrow_down.png") no-repeat scroll;
    background-position: right 20px center;
    cursor: pointer;
    outline: none;
}
select:focus, select:active{
     outline: none;
    -moz-outline: none;
    text-shadow: 0 0 0 #000 !important;
}
select::-moz-focus-inner {border:0;}
select:-moz-focusring, select:-webkit-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}
select.form-control > option {
    padding: 10px;
}
textarea {
    resize: none;
}
/* ------------------------------Input Background images CSS------------------------------------ */
input.search_input {
    background: #f3f5f6 url("../../images/search.png") no-repeat scroll;
    background-position: right 20px center;
}
label{
	font-size: 15px;
    color: #a9acae;
    font-weight: normal;
}
label.error {
    color: red;
}
.form-group{
	margin-bottom:25px;
    margin-top: 10px;
    text-align: left;
}
.form-group.text-center {
    text-align: center;
}
.form-group.last-child {
    margin-top: -5px;
    margin-bottom: 20px;
}

/* COMMON CLASS */
.overflow-h{ overflow:hidden;}
.link, .link:hover, .link:focus {
    font-size: 15px;
    color: rgb(35, 40, 45);
    outline: none;
/*    text-decoration: none;*/
}
/*MARGIN*/
.mr-0{margin:0;}

/* BUTTON OVERIDE CSS */
.btn{
	font-family:'Lato', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;	
	padding: 10px 30px;
}
.btn-default, .btn-default:hover, .btn-default:focus {
    border: none;
    border-radius: 5px;
    background-color: rgb(255, 218, 75);
    font-size: 14px;
    font-weight: 700;
    color: #23282d;
    height: 40px;
    width: auto;
    text-transform: uppercase;
}
.btn-default.full-width, .btn-default.full-width:hover, .btn-default.full-width:focus {
    border: none;
    border-radius: 5px;
    background-color: rgb(255, 218, 75);
    font-size: 14px;
    font-weight: 700;
    color: #23282d;
    height: 40px;
    width: 100%;
    text-transform: uppercase;
}
.btn-default.cancel {
    background: #fff;
    border: 1px solid rgb(255, 218, 75);
}
.btn-lg{
	padding: 15px 50px;
}
.btn-file {
  position: relative;
  overflow: hidden;
  padding:12px 30px;
}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  background: red;
  cursor: inherit;
  display: block;
}
/* BOOTSTRAP MODAL */
.modal-vertical-centered {
  transform: translate(0, 50%) !important;
  -ms-transform: translate(0, 50%) !important; /* IE 9 */
  -webkit-transform: translate(0, 50%) !important; /* Safari and Chrome */
}
.modal-content .modal-body .close {
    margin-top: -35px;
	color:#fff;
	opacity:1;
	font-weight:normal;
	font-size:30px;
}
.modal-content{
	background-color:transparent;
	border:none;
	box-shadow:none;
}
.modal-body {
   
}
/* ============================== Font Awasome Spinner Style */

@-webkit-keyframes rotation {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes rotation {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.fa-spinner {
    -webkit-animation: rotation 2s infinite linear;
    animation: rotation 2s infinite linear;
    font-size: 22px;
}

/* ============================== End Font Awasome Spinner Style */
/* ------------------------------Header CSS------------------------------------ */
.top_header {
    background-color: rgb(35, 40, 45);
    height: 101px;
    /*float: left;
    width: 100%;*/
}

.top_header .logo {
    display: inline-block;
    height: 100%;
    padding: 28px 20px 29px 30px;
}
.header_nav_setting {
    height: 100%;
    display: table;
}
.setting_inner {
    display: table-cell;
    vertical-align: middle;
}
.setting_inner ul {
    list-style: outside none none;
    margin-bottom: 0;
    margin-left: 15px;
    margin-top: 5px;
}
.setting_inner ul.dropdown-menu {
    margin-top: 34px;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(35, 40, 45);
    background-color: rgb(255, 255, 255);
}
.setting_inner ul.dropdown-menu:after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent transparent #fff;
    -webkit-border-image: none;
    -o-border-image: none;
    border-image: none;
    border-style: solid;
    border-width: 8px;
    content: " ";
    height: 0;
    position: absolute;
    right: 6px;
    top: -16px;
    width: 0;
}
.setting_inner ul.dropdown-menu > li > a {
    padding: 5px 20px;
}
.setting_inner .profile_img {
    margin-right: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
/* ------------------------------Main Container CSS------------------------------------ */
.main-content {
   position: absolute;
    top:101px;
    left:0;
    right:0;
    bottom: 0;
}
.main-content .main_container {
    position: relative;
    min-height: 100%;
    display: table;
    margin:0 auto;
}
.main-content .main_container.main_sm_container {
    width: 372px;
/*
    width: 100%;
    width: calc(100% - 50px);
*/
}
.main-content .main_container.main_lg_container, .afterlogin .main-content .main_container.main_sm_container {
    width: 62%;
}
.inner_container {
    background-color: rgba(243, 245, 246, 0);
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    padding: 40px 0;
}
.inner_container .inner_content {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(220, 226, 229);
    border-radius: 10px;
}
.inner_container .outer_content {
    margin-top: 30px;
}
/* ------------------------------Inner content CSS------------------------------------ */
.panel_heading {
    font-family: 'Roboto Slab', serif;
    font-size: 20px;
    font-weight: 700;
    color: 23282d;
    margin-top: 32px;
    margin-bottom: 24px;
}
.divider_outer .panel_heading {
    margin-top: 20px;
    margin-bottom: 15px;
}
.panel_heading.grey {
    font-weight: normal;
}
.btn-default.facebook_login {
    border: none;
    width: 100%;
    height: 40px;
    font-size: 14px;
    font-weight: 700;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    border-radius: 5px;
    background-color: rgb(57, 87, 155);
}
.option_or {
    font-size: 12px;
    color: rgb(35, 40, 45);
    position: relative;
    float: left;
    width: 100%;
}
.option_or span {
    background: rgb(255, 255, 255);
    position: relative;
    padding: 0 15px;
    z-index: 1;
}
.option_or:before {
    content: "";
    background: rgb(220, 226, 229);
    display: block;
    height: 1px;
    width: 100%;
    position: absolute;
    top: 50%;
}
/* ------------------------------Image Upload Section CSS------------------------------------ */
.image_sec {
    position: relative;
}
.image_sec input {
    bottom: 0;
    cursor: pointer;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    width: 100px;
    height: 25px;
}
.upload_logo {
    position: relative;
}
.upload_logo .image_sec {
    bottom: 0;
    cursor: pointer;
    left: 0;
    margin: 0 auto;
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 60px;
}
.upload_logo .image_sec input {
    opacity: 0;
    width: 60px;
    height: 60px;
}
/* ------------------------------Map CSS------------------------------------ */
#map {
    width: 100%;
    height: 310px;
    border-bottom: 1px solid rgb(220, 226, 229);
    border-top: 1px solid rgb(220, 226, 229);
}
.map_sec {
    position: relative;
}
.map_outer {
    padding: 0;
}
#pac-input {
    position: absolute;
    background: #fff url("../../images/search.png") no-repeat scroll right 20px center;
    right: 40px;
    top: 20px;
    z-index: 1;
    width: 330px;
    height: 40px;
    padding-right: 45px;
}

div.divider {
    border-left: 1px solid rgb(220, 226, 229);
    padding-bottom: 20px;
}
.reniew_subs {
    font-size: 15px;
    color: #23282d;
}

.dropdown-menu > li > a.grey {
    font-size: 15px;
    color: rgb(169, 172, 174);  
}
.profile_details .row {
    padding-top: 20px;
    padding-bottom: 20px;
}
.profile_details .row .profile_label {
    text-align: right;
    color: rgb(169, 172, 174);
    padding-right: 30px;
}
.profile_details .row .profile_data {
    text-align: left;
    padding-left: 0;
    word-wrap: break-word;
}
.myprofile_pic img, .profile_image, .profile_logo {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
.alert-danger {
    font-size: 16px;
}
.add_service_group input {
    cursor: pointer;
}
.location_group, .add_service_group, .postcode_sec {
    position: relative;
}
.location_group .map_location , .add_service_group .add_input, .postcode_sec .ui-data-loader {
    position: absolute;
    top: 18px;
    right: 20px;
    cursor: pointer;
}
.location_group input[name="location"] {
    padding-right: 45px;
    cursor: pointer;
}
.service_details_box {
    background: #f3f5f6;
    border-radius: 4px;
}
.service_details_box .service_sec {
    padding: 10px;
}
.service_name {
    display: table;
    margin-bottom: 10px;
}
.service_name .name {
    display: table-cell;
    vertical-align: middle;
}
.close_icon {
    -ms-transform: rotate(45deg); /* IE 9 */
    -ms-transform-origin: 20% 40%; /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    -webkit-transform-origin: 20% 40%; /* Chrome, Safari, Opera */
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    cursor: pointer;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 20% 40%;
    -ms-transform-origin: 20% 40%;
    transform-origin: 20% 40%;
    display: table-cell;
    vertical-align: middle;
    margin-left: 5px;
}
.ui-loader-background {
    width:100%;
    height:100%;
    top:0;
    left: 0;
    padding: 0;
    margin: 0;
    background: rgba(0, 33, 51, 0.7) none repeat scroll 0 0;
    display:none;
    position: fixed;
    z-index:1000;
}
.ui-loader-background .fa-spinner {
    bottom: 0;
    color: #ffda4b;
    font-size: 55px;
    height: 55px;
    left: 0;
    margin: auto;
    position: fixed;
    right: 0;
    top: 0;
    width: 55px;
}
.postcode_sec .ui-data-loader {
    display:none;
    top: 14px;
}
.ui-data-loader .fa-spinner {
    color: #ffda4b;
    font-size: 25px;
    height: 25px;
    width: 25px;
}
.ui-autocomplete.ui-menu {
    height: 200px;
    overflow-x: hidden;
    overflow-y: scroll;
    background: #f3f5f6;
    border-radius: 3px;
    z-index: 9999;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    background: rgb(255, 218, 75);
}
.service_details_box {
/*    display: none;*/
}
.modal-content .close {
    background: #fff!important;
    border-radius: 50%;
    color: #333;
    font-size: 34px;
    font-weight: 600;
    height: 60px;
    margin-right: -60px;
    margin-top: -60px;
    opacity: 1;
    width: 60px;
}
.modal_inner_content {
    background: #fff;
}
.pac-container {
    z-index: 9999;
}
.modal-dialog {
    margin: 80px auto;
}
.multiselect-container.dropdown-menu {
    width: 100%;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background: #fff;
    text-decoration: none;
}
.select_multiple_btn {
    text-align: left;
    background: #f3f5f6 url("../../images/arrow_down.png") no-repeat scroll;
    background-position: right 20px center;
    cursor: pointer;
    outline: none;
}
.multiselect-selected-text {
    color: #23282d;
    font-size: 13px;
}
.checkbox-custom-label input {
    height: 30px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    top: -2px;
    width: 30px;
}
.multiselect-container.dropdown-menu .checkbox-inline {
    width: 100%;
}
.multiselect-container.dropdown-menu input[type="checkbox"] {
    margin-left: -32px;
    margin-top: auto;
    cursor: pointer;
}
.multiselect-container.dropdown-menu li .checkbox-custom-label:before {
    content: '';
    background: url("../../images/uncheck.png") no-repeat scroll 0 0;
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    padding: 2px;
    text-align: center;
}
.multiselect-container.dropdown-menu li.active .checkbox-custom-label:before {
    content: "";
    background: rgba(0, 0, 0, 0) url("../../images/check.png") no-repeat scroll 0 0;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
}
.multiselect-container.dropdown-menu .checkbox-custom, .checkbox-custom-label {
    width: 100%;
    padding: 10px !important;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    outline: none;
}
.custom_select_box {
    display: block;
}
.custom_select_box .dropdown-menu {
    width: 100%;
    margin-top: 0;
    padding-top: 0;
}
.custom_select_box .dropdown-menu li {
    padding: 10px;
}
.custom_select_box .dropdown-menu li:hover {
    background: #f5f5f5;
}
.custom_select_box .dropdown-menu li a, .custom_select_box .dropdown-menu li a:hover, .custom_select_box .dropdown-menu li a:focus, .custom_select_box .dropdown-menu li a:active {
    background: none;
    color: #a9acae;
    font-size: 15px;
}
.custom_select_box button.dropdown-toggle {
    background: #f3f5f6 url("../../images/arrow_down.png") no-repeat scroll;
    background-position: right 20px center;
    cursor: pointer;
    outline: none;
    border-radius: 4px !important;
    box-shadow: none;
}
custom_select_box button.dropdown-toggle:focus, custom_select_box button.dropdown-toggle:active {
    outline: none;
    border-radius: 4px !important;
    box-shadow: none;
}
.custom_select_box button.dropdown-toggle span {
    float: left;
    font-size: 13px;
}

.alert-danger ul {
    margin-left: 10px;
    text-align: left;
}
.expiry-wrapper .col-md-6 {
    padding-left: 0;
}
.setting_image{
    width:60px;
    height:60px;
    border-radius: 50%;
}
.active_package .fa.fa-check {
    color: green;
    font-size: 28px;
}
.upload_text {
    text-decoration: underline;
}
.stripe_logo {
    width: 200px;
}
.bootstrap-dialog.type-primary .modal-header {
    background-color: rgb(255, 218, 75);
    text-align: center;
}
.bootstrap-dialog .bootstrap-dialog-title {
    font-size: 22px;
    color: #23282d;
}
.modal-content {
    background-color: #fff;
}
.modal-footer {
    text-align: center;
}
.bootstrap-dialog .bootstrap-dialog-message {
    font-size: 14px;
    padding: 40px 20px;
    text-align: center;
}
.content_pages {
    padding: 40px;
}
h1 {text-transform: uppercase;font-weight: 600;margin-bottom: 25px;margin-top: 30px;font-size:18px;}
.strong {font-weight: 600;opacity: 1;}
.uppercase_text {text-transform: uppercase;}
.mar_20 {margin-bottom: 20px;}
.no_mar {margin: 0;}
.text-underline {text-decoration: underline;}
ul {padding-left: 20px;}
ul.style_dot {list-style-type: disc;}
ul.style_circle {list-style-type: circle ;}
ul.style_none {list-style-type: none;}
.mar_l_50 {margin-left: 50px;}








/* ----------------------------Media Queries---------------------------------- */
@media (max-width: 767px){
    .main-content .main_container.main_lg_container, .afterlogin .main-content .main_container.main_sm_container, .beforelogin .main-content .main_container.main_sm_container {
        width: 90%;
    }
    .modal-dialog {
        width: 80%;
        margin: 30px auto;
    }
    .modal-content .close {
        margin-right: -30px;
        margin-top: -30px;
    }
    body {
        cursor: pointer;
    }
    #pac-input {
        width: 90%;
        right: 0;
        top: 50px;
        left: 0;
        bottom: 0;
        margin: 0 auto;
    }
}
@media (max-width: 480px){
    .top_header {
        display: table;
        width: 100%;
    }
    .top_header .logo, .header_nav_setting {
        width: 50%;
        padding: 0 10px !important;
        display: table-cell;
        vertical-align: middle;
        float: none !important;
    }
    .top_header .logo img {
        width: 100%;
    }
    .setting_inner {
        float: right;
        width: 100%;
        text-align: right;
    }
    .setting_inner ul {
        margin-left: 5px;
        margin-top: 7px;
    }
    .setting_inner .profile_name {
        font-size: 13px;
    }
    .setting_inner .dropdown-toggle > img {
        width: 20px;
        height: 20px;
    }
}
@media (max-width: 320px){
    
    .radio-inline, .checkbox-inline {
        display: block;
    }
    .radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
        margin-left: 0;
    }
    .setting_inner ul {
        margin-top: 0;
    }
    .setting_inner .profile_img {
        display: none;
    }
}