
/**----------------BODY CONTENT------------------**/

body{
    font-family: "Helvetica Neue",Helvetica,"Segoe UI",Tahoma,Arial,sans-serif;
    font-size: 12px !important;
    font-family: 'Raleway', sans-serif;
}

header{
    padding: 0px 0 !important; 
}

#overlay{
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 1000000;
}
li.country {
    font-size: 13px;
}

.space-top {
    padding-top: 22px;
}
.min-height150{
    min-height: 150px;
    /*max-height: 150px;*/
}
.min-height250{
    min-height: 250px;
    /*max-height: 250px;*/
}
span.billing-button {
    background: #d73524;
    padding: 5px 10px 5px 10px;
    color: #ffe520;
    border-radius: 2px;
    border-radius: 15px 15px 15px 15px;
    -moz-border-radius: 15px 15px 15px 15px;
    -webkit-border-radius: 15px 15px 15px 15px;
    border: 0px solid #000000;
    margin-left: 5px;
}
span.billing-button a{
    color: #ffffff;
}
h5.box-title.blue {
    padding-top: 30px;
}

.bus-time {
    border: 0px solid #ddd;
}


input.mini-time.bus-time {
    border: 0px solid #000;
    border-bottom: 1px solid #e9e9e9;
}
.modal-title {
    padding: 7px;
}
.tr_background {
    background: #2667b4;
}
.tr_background th {
    color: #fff;
}

th.border{
    border: 1px solid #ccc;
    border-bottom: 1px solid #ccc !important;
    height: 80px;
}
.text-a{
   text-align: center; 
}
p.precentText{
     font-size: 25px;
}
.blue1{
    background: #2667b4;
    color: #fff;
}
.blue2{
    background: #3073c3;
    color: #fff;
}
.blue3{
    background: #357acb;
    color: #fff;
}
.blue4{
    background: #4784cc;
    color: #fff;
}
.blue5{
    background: #508cd3;
    color: #fff;
}
.blue6{
    background: #6294d0;
    color: #fff;
}

.remove{
    color: #e85151;
}

.w_noti_space {
    padding-bottom: 96px;
}
.w_o_noti_space {
    padding-bottom: 54px;
}
.noti-closeBtn{
    float: right;
    position: absolute;
    right: 10px;
    top: 5px;
}
.btn-warning.active.focus, .btn-warning.active:focus, .btn-warning.active:hover, .btn-warning:active.focus, .btn-warning:active:focus, .btn-warning:active:hover, .open>.dropdown-toggle.btn-warning.focus, .open>.dropdown-toggle.btn-warning:focus, .open>.dropdown-toggle.btn-warning:hover {
    color: #fff;
    background-color: #1d6aad;
    border-color: #1d6aad;
}
.credit_cards img{
    height:30px;margin-right:10px;outline:1px solid #3C418A
}
#credit_card_number{
    background:url(../icon/check-invalid.png);
    background-repeat:no-repeat;
    background-position:99% 50%;
    background-size:auto 50%
}
#credit_card_number.valid{
    background-image:url(../icon/check-valid.png)
}
.content-container.list{
    background: #fff;
    padding: 15px;
    margin: auto 5px;
    margin-top: 0px;
    -webkit-box-shadow: 0px 0px 2px 0px rgb(189, 189, 189);
    -moz-box-shadow: 0px 0px 2px 0px rgb(189, 189, 189);
    box-shadow: 0px 0px 2px 0px rgb(189, 189, 189);
}

.main-footer {
    background: #f9f9f9;
    padding: 15px;
    color: #353535;
    border-top: 1px solid #ffffff;
    margin-top: 12px;
    font-weight: normal !important;
}

a.lookna-copyright {
    color: #e02708;
}

table.table-bordered.dataTable td {
    border-collapse: separate !important;
    padding: 5px !important;
    line-height: 2.5;
    border: none !important;
    border-bottom: 1px solid #f8fafb !important;
}

.all-listings{
    max-height: 821px;
    overflow: auto;
    
}

section.content-header:after {
    content: "";
    clear: both;
    display: block;
}

.all-campaigns{
    max-height: 783px;
    overflow: auto;
    
}

select[size]::-webkit-scrollbar {
    display: none;
}


.content-wrapper {

    background-color: #ffffff;

}


.main-content {
    /*background: #deebff;*/
   /* margin-top: 15px;*/
   background: #fff;
}


button.btn.btn-blue {
    background: #4581bf;
    color: #fff;
    font-size: 13px;
    padding: 6px 10px 6px 10px;
    /* margin-top: 10px; */
    float: right;
}

.padding-0 {
   padding: 0 !important;
   margin: 0 !important;
}

section.content-header {
    padding: 30px 76px;
    padding-bottom: 30px;
}
.customSelect{
    border: 1px solid #e9e9e9;
    padding: 4px;
}
button#customChangeDate {
    border: 1px solid #e9e9e9;
    padding: 5px 10px;
    background: #2667b4;
    color: #fff;
}

.content {
    /*min-height: 250px;
    min-height: 550px;
    padding: 10px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 25px;
    padding-right: 20px;
    padding-top: 0px;*/
    min-height: 250px;
    padding: 10px 46px;
    margin-right: auto;
    margin-left: auto;
}

/*alternative for main-content with border*/
/*.content-container { 
    background: #fff;
    padding: 10px;
    margin: auto 5px;
    margin-top: 15px;
    border-top: 3px solid #ccc;
    border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
} */


.inner-content {
    margin-top: 15px;
    background: #fff;
}

.box-container {
    border: 1px solid #ddd;
    border-top: none;    
}

.content-wrapper, .right-side, .main-footer {
    margin-left: 0px;
    z-index: 820;
}

.admin.sidebar-toggle:before {
    color: #fff ;
}

/**----------------end CONTENT------------------**/

/* ALERT */

.alert-dismissable .close, .alert-dismissible .close {
    position: relative;
    top: 8px !important;
    right: 17px !important;
    color: inherit;
}
.alert h4 {
    margin-top: 9px !important;
    color: inherit;
    font-size: 15px !important;
    padding: 5px !important;
    font-size: 15px !important;
    padding-left: 22px !important;
}

.alert {
    padding: 3px !important;
}
/* END ALERT */

/*------------start NAVIGATION HEADER-------------*/
.navbar-nav>li>a {
    padding-top: 16px;
    padding-bottom: 16px;
}

img.header-icon {
    width: 18px;
}

img.lookna_adv_logo {
    width: 18%;
}

span.small.grey {
    padding-left: 10px;
    font-size: 12px;
}

span.small.grey.black {
    color: #000 !important;
    font-size: 11px;
}

.navbar-nav>.user-menu .user-image {
    float: left;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    margin-right: 10px;
    margin-left: 9px;
    margin-top: -2px;
    border: 1px solid #ddd;
}
.disable-click{
    pointer-events: none;
}

.sender-ticket-logo {
    display: block;
    text-align: center;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    z-index: 99;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    margin-top: 10px;
    border: 3px solid #eeeeee;
}

li.user-header:after {
    content: "";
    width: 10px;
    height: 10px;
    border: transparent;
    display: block;
    border-bottom-color: #FFF;
    border-style: dashed dashed solid;
    border-width: 0 8.5px 8.5px;
    position: absolute;
    right: 17px;
    top: -10px;
    z-index: 1;
}

span.glyphicon.glyphicon-menu-down {
    color: #a0a1a2 !important;
    font-size: 8px !important;
    padding-left: 5px;
    top: 1px;
}

nav.navbar-static-top:after {
    content: "";
    display: block;
    clear: both;
}

nav.navbar-static-top {
    background: #fff;
    -webkit-box-shadow: 0px 1px 5px 0px rgb(219, 219, 219);
    -moz-box-shadow: 0px 1px 5px 0px rgb(219, 219, 219);
    box-shadow: 0px 1px 5px 0px rgb(219, 219, 219);
}
li.dropdown.user.user-menu {
    padding-right: 62px;
}

span.glyphicon.glyphicon-align-left{
    padding-left: 20px;
    font-size: 14px !important;
    color: #292929 !important;
}

ul.dropdown-menu.user {
    -webkit-box-shadow: 0px 0px 36px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 36px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 36px 2px rgba(0, 0, 0, 0.1);
    border-radius: 2px !important;
    top: 53px;
}

.navbar-custom-menu>.navbar-nav>li>.dropdown-menu {
    position: absolute;
    right: 0;
    left: auto;
    right: 55px;
}

.navbar-nav>.user-menu>.dropdown-menu>li.user-header>img {
    border-color: rgba(185, 185, 185, 0.2);
}

.navbar-nav>.user-menu>.dropdown-menu>li.user-header>p {
    z-index: 5;
    color: #fff;
    color: #000000;
    font-size: 15px;
    margin-top: 10px;
}

a.member-date {
    font-size: 11px;
    color: #1e73dc;
}

.text-center {
    text-align: center;
}

.pull-left {
    float: left!important;
}

.pull-right {
    float: right!important;
}

.navbar-nav>.user-menu>.dropdown-menu>.user-body {
    padding: 15px;
    border-bottom: 0px solid #f4f4f4;
    border-top: 1px solid #f4f4f4;
    font-size: 13px;
}

.navbar-nav>.user-menu>.dropdown-menu>.user-footer {
    background-color: #ffffff;
    padding: 10px;
}

.btn.btn-sign-out {
    border: 1px solid #dddddd;
    padding: 5px 12px;
    font-size: 13px;
    color: #000;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: transparent;
    border-color: transparent;
}

.nav>li>a:hover, .nav>li>a:active, .nav>li>a:focus {
    color: #444;
    background: transparent;
}

.bg-red, .callout.callout-danger, .alert-danger, .alert-error, .label-danger, .modal-danger .modal-body {
    background-color: #ea2c2c !important;
    -webkit-box-shadow: 0px 0px 2px 0px rgb(189, 189, 189);
    -moz-box-shadow: 0px 0px 2px 0px rgb(189, 189, 189);
    box-shadow: 0px 0px 2px 0px rgb(189, 189, 189);
    border-radius: 0px !important;
    padding: 12px !important;
}

/*------------END NAVIGATION HEADER-------------*/

/*------------START SIDEBAR MENU-------------*/
li.lnav {
    list-style: none;
}

ul#more-list {
    padding-left: 32px;
}

ul#more-list li a {
    line-height: 4.5;
}

li.lnav span {
    padding-right: 15px;
}
li.lnav span {
    padding-right: 27px;
    font-size: 14px;
}

/*------------END SIDEBAR MENU-------------*/


/*------------start TAB NAVIGATION-------------*/

.tab-navigation {
    margin: 10px 5px 0px 5px;
    /*background: #FFF;*/
}

.tab-navigation .nav-tabs>li.active>a, .tab-navigation .nav-tabs>li.active>a:focus, .tab-navigation .nav-tabs>li.active>a:hover {
    color: #2159B5;
    cursor: default;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    background: #DEEBFF;
    padding: 11px;
    margin: auto 5px;
   /* margin-left: 10px;*/
}

.tab-navigation .nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    background: #21246B;
    color: #fff;
    padding: 15px;
    padding: 9px 13px;
    /* transition: 0.3s; */
    margin: auto 5px;
    text-align: center;
    min-width: 120px;

}

.tab-navigation .nav-tabs>li>a:hover {
    background: #21246B;
    border-color: transparent;
}

.tab-navigation .tab-content {
    background: #DEEBFF;
/*  margin-top: -20px;*/
/*padding: 10px;*/
/*width: 100%;
border-radius: 0 10px 10px 10px;*/
}

.tab-navigation h3{
    margin: auto;

}


.table-listing {
    margin-top: 20px;
}

/*------------end TAB NAVIGATION-------------*/



/*----------ALERT---------*/

section.content div#alert-box {
    margin: 10px;
}


/*------------start INNER-HEADER TAB-------------*/



.inner-header-tab .nav-tabs>li.active>a, .inner-header-tab .nav-tabs>li.active>a:focus, .inner-header-tab .nav-tabs>li.active>a:hover {
    color: #333;
    cursor: default;
    border: 1px solid #e9e9e9;
    border-bottom-color: transparent;
    background: #fff;
    margin: auto 5px;
    padding: 10px;
}



.inner-header-tab .nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    /*background: #427DC6;*/
    color: #fff;
    padding: 10px;
    /* transition: 0.3s; */
    margin: auto 5px;
    text-align: center;
    min-width: 120px;
}



.inner-header-tab .tab-content {
    background: #ffffff;
    padding: 10px;
    min-height: auto;
    border: 1px solid #e9e9e9;
    border-top: transparent;
    margin-bottom: 10px;    
}


/*------------end INNER-HEADER TAB-------------*/

button.active {
    padding: 7px;
    border-radius: 3px;
    box-shadow: none;
    background: #fff;
    border: 1px solid #deebff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    color: #337ab7;
}
button.activeButton {
    padding: 7px;
    border-radius: 3px;
    box-shadow: none;
    background: #2667b4;
    border: 1px solid #deebff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
}

button.active a {
    color: #337ab7 !important;
}

/*------------REMOVE SIDEBAR BACKGROUND-------------*/
.content-wrapper, .right-side, .main-footer {

    /*margin-left: auto;*/

}



/*------------TABLE-------------*/

.sidebar-campaign table {
    word-break: break-all;
}

.table-top-10-keywords table{
    width:100%;
}

.table-top-10-keywords {

}

.table-top-10-keywords h3 {
    margin: 5px;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    color: #397DBD;
}


.table-top-10-keywords th {
    text-align: center;
    background: #e4e4e4;
    font-size: 11px;
    padding: 5px;
    border: 1px solid #ccc;

}

.table-top-10-keywords tr {
        width: 100%;
}

.table-top-10-keywords td {
    border: 1px solid #f3f3f3;
    padding: 7px 5px;
    font-size: 10px;
    word-break: break-word;
    font-weight: bold;
}

#mnu1 .menu {
	background: #fff;
}


.mini-button a {
    color: #ffffff;
}


.mini-button {
/*    float: none;
    display: block;
    text-align: center;
    margin-bottom: 10px; */ 
    float: right;  
        float: right;
    margin-right: 60px;
    margin-top: 20px;
}

.start {
    color: #fff;
    background-color: #ec8b1f;
    border-color: #db7f19;
    margin-right: 2px;
    text-transform: uppercase;
    font-size: 12px;
}

.add {
    color: #fff;
    background-color: #df342f;
    border-color: #e3403b;
    text-transform: uppercase;
    font-size: 12px;
}

.mini-btn {
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid transparent;
    padding: 7px;
}


.badge {
    display: inline-block;
    min-width: 5px;
    padding: 2px 5px;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px;  
}

.mini-badge {
    background-color: #3c8dbc !important;
}

.btn-primary {
    background-color: #ea2c2c !important;
    border-color: #ea2c2c !important;
}

.products-list>li {
  background: url(../icon/icon-product-bag.png) no-repeat;
  background-size: 18px;
  padding-left: 40px;
}

button.btn.btn-primary.margin.fright.advertise-button {
    background-color: #ec8b1f !important;
    border-color: #ea7c00 !important;
}
    
.btn-primary:hover {
    background-color: #e02708 !important;
    border-color: #e02708 !important;
}

.btn-success {
    background-color: #337ab7;
    border-color: #367fa9;
}

.btn-success:hover {
    background-color: #2669a3;
    border-color: #367fa9;
}

.btn-warning {
    background-color: #337ab7;
    border-color: #367fa9;
}

.btn-warning:hover {
    background-color: #2669a3;
    border-color: #367fa9;
}

.btn-group-xs>.btn, .btn-xs {
    padding: 1px 3px;
    font-size: 11px;
    line-height: 1.5;
    border-radius: 3px;
    padding: 1px 4px;
}

.dropdown-menu>li>a {
    font-size: 13px;
}

.dropdown-menu>li.logout>a {
    padding: 3px 0px;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f4f4f4;
}

.content-header>h1 {
    font-size: 20px;
    white-space: nowrap;
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
}

h1.title-edit {
    line-height: 27px !important;
    color: #333333;
}

.h1, h1 {
    font-size: 20px;
}

.h3, h3 {
    font-size: 20px;
    line-height: 30px;
}

/*------------end TABLE-------------*/



.days-chart {
    float: right;
}

.main-tab {
    background: #fff;
    border-top: 3px solid #ccc;
    border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
}

.fixed .content-wrapper, .fixed .right-side, .main-sidebar, .left-side {
    padding-top: 0;
}

.content-wrapper {
    background: #FFF;
}


/*---start INNER TAB NAV----*/

.inner-nav-tab {
    margin-top: 15px;
}

.inner-nav-tab .nav-tabs>li.active>a, .inner-nav-tab .nav-tabs>li.active>a:focus, .inner-nav-tab .nav-tabs>li.active>a:hover {
    color: #333;
    cursor: default;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    background: #fff;
    margin: auto 1px;
    padding: 10px;
    font-weight: bold;
}



.inner-nav-tab .nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
    background: #FFFBFF;
    color: #2f2f2f;
    padding: 10px;
    /* transition: 0.3s; */
    margin: auto 5px;
    text-align: center;
    min-width: 120px;
    font-weight: bold;
    margin: auto;
    margin-right:1px;
}


.inner-nav-tab .tab-content {
    background: #ffffff;
    /* margin-top: -20px; */
    padding: 10px;
    min-height: auto;
}

/*---end INNER TAB NAV----*/






/*-----------CAMPAIGN/BUSINESS------------*/

      /* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 0px solid #21246b;
    width: 80%;
    box-shadow: 0 3px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.22);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    -webkit-box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.41);
    -moz-box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.41);
    box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.41);
}

span.indent {
    padding-left: 23px;
}

/* Add Animation */
@-webkit-keyframes animatetop {
from {top:-300px; opacity:0}
to {top:0; opacity:1}
}

@keyframes animatetop {
from {top:-300px; opacity:0}
to {top:0; opacity:1}
}

/* The Close Button */
ul#messagesUL{
  width: 680px;
  height: 150px;
  overflow-y: scroll;
}
#messagesUL {
  width: 680px;
  height: 150px;
  padding: 20px;
  background-color: #eeeeee;
  overflow-y: auto;
}

li.align-left {
    font-size: 18px;
    border: 1px solid rgba(57, 106, 165, 0.46);
    border-radius: 8px;
    background: rgba(57, 106, 165, 0.46);
    margin: 5px;
}

li.align-right {
    font-size: 18px;
    border: 1px solid rgba(22, 28, 41, 0.24);
    border-radius: 8px;
    background: rgba(22, 28, 41, 0.24);
    margin: 5px;
}
.close {
    color: #346da8;
    float: right;
    font-size: 26px;
    font-weight: bold;
    opacity: 0.4;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 0px 16px;
    background-color: #346da8;
    color: white;
}

.modal-header .close {
    margin-top: -10px;
    margin-right: -26px;
    padding: 0px 8px 3px 8px;
    background: #fff;
    opacity: 1;
    font-size: 22px;
    border-radius: 100px 100px 100px 100px;
    -moz-border-radius: 100px 100px 100px 100px;
    -webkit-border-radius: 100px 100px 100px 100px;
    border: 2px solid #346da8;
    -webkit-box-shadow: 0px 0px 2px 0px rgb(88, 88, 88);
    -moz-box-shadow: 0px 0px 2px 0px rgb(88, 88, 88);
    box-shadow: 0px 0px 2px 0px rgb(88, 88, 88);
}

.modal-heading {
    padding: 0px 0px 7px 1px;
}

.modal {
    background: rgba(108, 160, 230, 0.31);
}

.modal-header h2 {
    font-size: 23px !important;
    font-weight: normal !important;
    font-family: 'Raleway', sans-serif !important;
    text-align: left !important;
    padding-left: 10px !important;
}
.modal-body {
    padding: 2px 16px;   
    font-size: 16px;
    padding-bottom: 15px !important;
}


.modal-footer {
    padding: 2px 16px;
    background-color: #292d8e;
    color: white;
}

h3.modal-heading {
    padding: 0px 0px 8px 1px;
}


label {
width: 100%;
}
span {
font-weight: 400;
}

      /*campaign - edit - business name */ 
      span.select2.select2-container.select2-container--default {
          width: 100% !important;
      }


    .box.box-primary {
        /* border-top-color: #3c8dbc; */
        /* border-top-color: transparent; */
        border: 1px solid #ddd;
        border-top: none;
        border-radius: 5px 5px 0px 0px;
        -moz-border-radius: 5px 5px 0px 0px;
        -webkit-border-radius: 5px 5px 0px 0px;
    }

    .sidebar-campaign .box.box-primary{
        border-top: 3px solid #ccc;
        border-radius: 5px 5px 0px 0px;
        -moz-border-radius: 5px 5px 0px 0px;
        -webkit-border-radius: 5px 5px 0px 0px;
    }

    .sidebar-listings .box.box-primary{
        border-top: 3px solid #ccc;
        border-radius: 5px 5px 0px 0px;
        -moz-border-radius: 5px 5px 0px 0px;
        -webkit-border-radius: 5px 5px 0px 0px;
    }

    .box .box-no-border {
    position: relative;
    border-radius: 3px;
    background: #ffffff;
    border-top: transparent;
    margin-bottom: 20px;
    width: 100%;      
        border: none;
    }

.box {
    position: relative;
    border-radius: 3px;
    background: #ffffff;
    border-top: 3px solid #d2d6de;
    border-top: none;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    box-shadow: none;
}

.fixed .content-wrapper, .fixed .right-side, .main-sidebar, .left-side {
     padding-top: 0px !important; 
}


.sidebar-campaign, .sidebar-listings{
    /*min-height: 200px;*/
    padding: 0px 15px;
    padding-top: 15px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 5px;
    padding-right: 5px;
}

.tab-navigation .nav-tabs {
    border-bottom: 0px;
}


.quick-link .title {
    background: rgb(66, 125, 198);

}

/*----------------ADMIN DASHBOARD----------------*/
.admin.main-footer {
    margin-left:230px;
}

.admin.content-wrapper {
      margin-left: 230px;
}

.skin-blue .wrapper, .skin-blue .main-sidebar, .skin-blue .left-side {
    margin-top: 40px;
}


.sidebar-toggle {
    background: #29246B !important;
}

.caret {
    margin-left: 9px;
}



/* ----------------- PROFILE ------------------*/
img.icon-location{
    width: 25px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    margin-right: 5px;
}

.profile-icon {
    color: #40aaf4;
    font-size: 13px;
}

img.pull-right.edit-icon {
    width: 34px;
    background: #f4f4f4;
    padding: 8px 8px 8px 8px;
    border-radius: 50px 50px 50px 50px;
    -moz-border-radius: 50px 50px 50px 50px;
    -webkit-border-radius: 50px 50px 50px 50px;
    border: 0px solid #000000;
}

div#openOfferModal {
    line-height: 3;
}
p.offers {
    line-height: 18px;
}

p#storeLocation {
    color: #40aaf4;
    font-size: 12px;
}

img.store-icon {
    width: 17px;
    margin-right: 4px;
    padding-bottom: 4px;
}

h1.busi-title.profile {
    padding: 0px 15px 0px 15px;
}

.profile-padding {
    padding: 0px 8px 0px 8px;
}

.nav-profile-bottom {
    border-top: 1px solid #f9f9f9;
    border-bottom: none !important;
    margin-top: 15px;
    line-height: 2.5;
}

.nav-profile-bottom p{
    padding-top: 6px;
}

.nav-profile>li {
    float: none !important;
    padding: 0px 0px !important;

}

.nav-profile>li a {
    line-height: 2.5 !important;
}

.nav-profile {
    border-bottom: 0px solid #ddd !important;
}

span.align-left {
    float: left;
}

span.align-right {
    float: right;
    color: #6894d6;
}

button.btn-submit {
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #5a84c3;
    padding: 4px;
    background: #6894d6;
    color: #fff;
}

.nav-tabs-custom>.nav-tabs>li.active {
    border-top-color: #6894d6;
}

.profile-user-img {
    border: 0px solid #6894d6;
    width: 100px !important;
}

li.list-group-item i {
    padding-right: 14px;
}

li.list-group-item {
    text-indent: 8px;
}

.list-group-item {
    border: 1px solid #f7f7fb;
    color: #505050;
}
button.sign-out {
    background: #fff;
    border-radius: 1px 1px 1px 1px;
    -moz-border-radius: 1px 1px 1px 1px;
    -webkit-border-radius: 1px 1px 1px 1px;
    border: 1px solid #c9c9c9;
    padding: 5px 18px 5px 18px;
    font-size: 12px;
    color: #000;
}

button.sign-out a {
    font-weight: bold;
    color: #000;
}

button.sign-out:hover a {
    color: #fff;
}

.button-out {
    /*text-align: center;*/
}

button.sign-out:hover {
    background: #6894d6;
    border: 1px solid #97a8c3;
}

a.user-nav {
    color: #6d6b6b;
}

/*li.list-group-item.nav {

    color: #818181;
}*/

/*li.list-group-item.active a{
    color: #fff !important;
}*/

/*li.list-group-item.nav:hover, li.list-group-item.active {
    background: #a8b9d3;
    color: #fff;
    border-color: #ffffff;
}*/


/*li.list-group-item.nav:hover a {
    color: #fff;
}*/
li.list-group-item.nav a{
    color: #6d6b6b !important;
}
li.list-group-item.nav.ui-state-active a{
    color: #337ab7 !important;
}

li.list-group-item b {
    font-size: 12px;
}

.profile-username {
    font-size: 19px;
    margin-top: 5px;
    color: #1b1b1b;
}

.text-muted {
    color: #3c8dbc;
}

code {
    background-color: transparent !important;
}

code {
    padding: 2px 4px;
    font-size: 12px;
    color: #b0b0b0;
    background-color: #f9f2f4;
    border-radius: 4px;
    font-family: 'Raleway', sans-serif;
    font-weight: normal;
}

.form-control {
    border: 1px solid #e9e9e9;
}

.content-container.list.profie-map {
    padding: 0px;
}

/* ----------------- END PROFILE ------------------*/

/* ----------------- BREADCRUMBS ------------------*/

.content-header>.breadcrumb {
    float: left !important;
    background: transparent;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 12px;
    padding: 7px 5px;
    position: relative !important;
    top: 0px;
    left: 44px;
    border-radius: 2px;
  }

/* ----------------- END BREADCRUMBS ------------------*/


/* ----------------- ADD LISTING BUTTON ------------------*/

img.add_icon {
    width: 14px;
    margin-right: 6px;
}

.btn-group {
    float: right;
    right: 65px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.btn .add-listing {
    text-transform: uppercase;
    font-size: 13px;
    -webkit-box-shadow: 0px 0px 3px 0px rgb(203, 203, 203);
    -moz-box-shadow: 0px 0px 3px 0px rgb(203, 203, 203);
    box-shadow: 0px 0px 3px 0px rgb(203, 203, 203);
}

.btn-group-sm>.btn, .btn-sm {
    padding: 6px 15px;
}

.btn-primary {
    background-color: #ea2c2c !important;
    border-color: #ea2c2c !important;
    border-radius: 100px 100px 100px 100px !important;
    -moz-border-radius: 100px 100px 100px 100px !important;
    -webkit-border-radius: 100px 100px 100px 100px !important;
    border: 0px solid #000000;
    -webkit-box-shadow: 0px 0px 3px 0px rgb(199, 199, 199) !important;
    -moz-box-shadow: 0px 0px 3px 0px rgb(199, 199, 199) !important;
    box-shadow: 0px 0px 3px 0px rgb(199, 199, 199) !important;
    text-transform: uppercase;
}

.listing{
    padding-top: 75px;
    padding-bottom: 22px;
}

/* ----------------- END ADD LISTING BUTTON ------------------*/


/* ----------------- BUSINESS LISTING LIST ------------------*/

div#example1_wrapper label {
    font-size: 13px;
}

.advertise {
    text-align: left;
}
.align-left {
    text-align: left;
}
.align-right {
    text-align: right;
}
.align-center {
    text-align: center;
}
.mailbox-read-message {
    padding: 20px;
}
.dropdown-menu>li>a:hover, .dropdown-menu li .active{
  background-color: #d2d2d2;
  color: #333;
}
.linkmodal {
    border-bottom: 1px dashed #0088cc;
}

button.dropdown-bulk-action {
  height: 30px;
  margin-bottom: 5px;
  background: #fff;
  border: 1px solid #a5a5a5;
}

a#updateAllListingStatus {
  color: #333;
  padding: 1px 15px;
}


div#example1_wrapper .col-sm-6 {
  right: auto;
  width: 15%;
  left: 14%;
}
/*billing page*/
.ads-billing ul.nav>li>a {
    padding: 0;
    padding-bottom: 15px;
}
/*.ads-billing ul.nav>li.active {
    border-top-color: #f9fafb;
}*/
/*end billing page*/
#chart3 div#example1_wrapper .col-sm-6 { /*for billing history page*/
  right: auto;
  width: 15%;
  left: 9%;
}

button.btn.btn1.btn-block.btn-primary.btn-sm.btn-flat.ads-button {
  border-radius: 3px;
  padding: 3px;
}

#example1_wrapper .row .col-sm-12 {
  overflow-y: initial !important;
}

#currency::-webkit-scrollbar, #mainList::-webkit-scrollbar, .bootstrap-tagsinput::-webkit-scrollbar, .DaysofMonthTable::-webkit-scrollbar, #tablediv::-webkit-scrollbar, #messagesDiv::-webkit-scrollbar {
    width: 7px;
}
 
/* Track */
#currency::-webkit-scrollbar-track, #mainList::-webkit-scrollbar-track, .bootstrap-tagsinput::-webkit-scrollbar-track, .DaysofMonthTable::-webkit-scrollbar-track, #tablediv::-webkit-scrollbar-track, #messagesDiv::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgb(234, 234, 234); 
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
#messagesDiv {
    width: 770px;
    height: 350px;
    overflow-y: scroll;
    height: 550px;
    padding: 20px;
    background-color: #eeeeee;
    overflow-y: auto;
}
/* Handle */
#mainList::-webkit-scrollbar-thumb, .bootstrap-tagsinput::-webkit-scrollbar-thumb, .services-container::-webkit-scrollbar-thumb, .product-container::-webkit-scrollbar-thumb,.DaysofMonthTable::-webkit-scrollbar-thumb,#tablediv::-webkit-scrollbar-thumb,#messagesDiv::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #dadada;
}

.content-container.list.business{
    padding: 25px 15px;
    margin-bottom: 5px;
}

div#example1_wrapper .form-control,div#datatables_length .form-control,div#datatables_filter .form-control {
    border-radius: 0;
    box-shadow: none;
    border-color: #d2d6de;
    border-radius: 100px 100px 100px 100px !important;
    -moz-border-radius: 100px 100px 100px 100px !important;
    -webkit-border-radius: 100px 100px 100px 100px !important;
    height: 28px;
}

.no-sort,.sorting, .sorting_disabled, .sorting_asc, .sorting_desc {
    background: #f4f6f7;
    line-height: 2;
}

th.no-sort, th.sorting, th.sorting_disabled, th.sorting_asc, th.sorting_desc{
    line-height: 2.7 !important;
    color: #121212 !important;
    font-weight: 500;
    font-size: 13px;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: transparent !important;
}

.table-bordered > thead > tr > th, 
.table-bordered > tbody > tr > th, 
.table-bordered > tfoot > tr > th, 
.table-bordered > thead > tr > td, 
.table-bordered > tbody > tr > td, 
.table-bordered > tfoot > tr > td {
    border: 0px solid #f6f8f9 !important;
}

table.table-bordered tbody th, table.table-bordered tbody td{
    border-bottom: 1px solid #f6f8f9 !important;
}

.table>tbody>tr>td, 
.table>tbody>tr>th, 
.table>tfoot>tr>td, 
.table>tfoot>tr>th, 
.table>thead>tr>td, 
.table>thead>tr>th{
    line-height: 2;
    vertical-align: middle;
}

table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after {
    position: absolute;
    top: 13px !important;
    right: 8px;
    display: block;
    font-family: 'Glyphicons Halflings';
    opacity: 1 !important;
    color: #a0a1a2 !important;
    font-size: 10px !important;
}

table.dataTable thead .sorting:after {
    opacity: 1;
    content:"\e259" !important; /* sort */
    /*content: url('default_sort_img.png') !important;*/
}

table.dataTable thead .sorting_asc:after {
    content:"\e260" !important; /* sort-by-attributes */
}

table.dataTable thead .sorting_desc:after {
    content:"\e259" !important; /* sort-by-attributes-alt */
}

div#example1_length {
    padding-bottom: 15px;
}


table#example1 {
    padding-bottom: 15px;
}


a {
    color: #337ab7;
    color: #4581bf;
}

button.btn.btn-advertise {
    background: #4581bf;
    color: #fff;
    font-size: 12px;
    padding: 3px 10px 3px 10px;
}

button.btn.btn-retry-now {
    background: #fcda00;
    color: #000;
    font-size: 12px;
    padding: 3px 10px 3px 10px;
}

button.btn.btn-verified {
    background: #f4f6f7;
    font-size: 12px;
    padding: 3px 10px 3px 10px;
    color: #49d2b3;
}

button.btn.btn-verify {
    background: #f4f6f7;
    font-size: 12px;
    padding: 3px 10px 3px 10px;
    color: #f66868;
}

.stop-ads, .start-ads {
    display: inline-block;
    padding-left: 9px;
}

.view-ads{

    display: inline-block;

}

.view-ads a, .stop-ads a{
    color: #276cb4 !important;
}

i.fa.fa-pause{
    font-size: 12px !important;
}

span.glyphicon.glyphicon-eye-open, span.glyphicon.glyphicon-play, span.glyphicon.glyphicon-cog, span.glyphicon.glyphicon-stop{
    background: #f9fafb !important;
    border-radius: 100% !important;
    font-size: 14px;
    padding: 9px !important;
    text-align: center;
    align-self: center;
    padding: 6px !important;
    border-radius: 4% !important;
    background: #f4f6f7 !important;
}

span.glyphicon.glyphicon-warning-sign, span.glyphicon.glyphicon-check {
    padding-right: 4px;
}

h1.title-listing {
    margin: 0px;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    color: #3d3d3d;
}
/*Profile Page*/

.profile-images img {
    width: 100px !important;
    height: 100px;
    z-index: 99;
    position: absolute;
    right: auto;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.uploadprofile {
    position: relative;
    font-size: 25px;
    padding: 22px;
    z-index: 10;
    color: #fff;
    background: rgba(0, 0, 0, 0.39);
    border-radius: 100%;
    display: inline-block;
}

.uploadprofile:hover {
    z-index: 9999;
    cursor: pointer; 
}

.profile-images img:hover{
    z-index: 1;
}
/*End profile*/
.p-15{
    padding: 15px;
}
.p-20{
    padding: 20px;
}
.pl-30{
    padding-left: 30px;
}
.py-30{
    padding-left: 30px;
    padding-bottom: 30px;
}
.px-30{
    padding-left: 30px;
    padding-right: 30px;
}
.pl-40{
    padding-left: 40px;
}
.pl-50{
    padding-left: 50px;
}
.ml-20{
    margin-left: 20px;
}
.min-h {
    min-height: 460px;
    /*max-height: 450px;*/
}
.pb-15{
    padding-bottom: 15px;
}
.p-0-50{
    padding: 0px 50px;
}
.w-50-m-0>input{
    width: 50%;
    margin: 0; 
}
.tab-pane-footer {
    text-align: right;
}

form input {
    font-size: 13px !important;
    background: inherit;
    line-height: 2;
}
/*icon inside input*/
.input-group .icon-addon .form-control {
    border-radius: 0;
}

.icon-addon {
    position: relative;
    color: #555;
    display: block;
}

.icon-addon:after,
.icon-addon:before {
    display: table;
    content: " ";
}

.icon-addon:after {
    clear: both;
}
.icon-addon.addon-md .form-control,
.icon-addon .form-control {
    padding-left: 30px;
    float: left;
    font-weight: normal;
}
.icon-addon.addon-md .glyphicon,
.icon-addon .glyphicon, 
.icon-addon.addon-md .fa,
.icon-addon .fa {
    position: absolute;
    z-index: 2;
    left: 10px;
    font-size: 14px;
    width: 20px;
    margin-left: -2.5px;
    text-align: center;
    padding: 45px 22px;
    top: 1px;
    color: #dddddd;
}
.account-access .icon-addon.addon-md .glyphicon,
.account-access .icon-addon .glyphicon {
    padding: 30px 22px;
    left: 20em;
}

/* enable absolute positioning */
.inner-addon {
  position: relative;
}

/* style glyph */
.inner-addon .glyphicon {
    position: absolute;
    padding: 10px;
    pointer-events: auto;
    z-index: 9;
}

/* align glyph */
.left-addon .glyphicon  { left:  0px;}
.right-addon .glyphicon {     
    right: 30px;
    top: 20px;
    width: 50%;
}
.right-addon-tempPass .glyphicon {
    right: 10px;
    top: 20px;
    /* width: 50%; */
}
/* add padding  */
.left-addon input  { padding-left:  30px; }
.right-addon input { padding-right: 30px; }
.right-addon-tempPass > .form-group > input { padding-right: 30px; }

/*end*/
.advertisement-ads {
    text-align: left;
}
.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1 !important;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}/*end carousel fade on slider */

.nav-head{
    font-size:13.3px;
    color: #21246b;
}
.fright{
    float: right;
}
.alert a {
     text-decoration: none; 
}
span.glyphicon>.fa,li.nav>a>.fa {
    font-size: 16px;
}
.alert>.fright>span {
    margin-left: 10px;
    margin-right: 10px;
}
.header-user img.globe {
    height: 35px !important;
}
header.main-header {
    background: #fff;
}
.orange {
    color: #ea2c2c !important;
}
.blue {
    color: #2667b4 !important;
}
.grey {
    color: #5a5a5a !important;
}
.bg-orange {
    background: #ea2c2c !important;
}
.bg-blue {
    background: #2667b4 !important;
}
.bg-grey {
    background: #5a5a5a !important;
}
.padding-10-70{
    padding: 10px 70px !important;
}
#suggestions {
    cursor: pointer;
    z-index: 9999999;
    background: #FFF;
    box-shadow: 0 3px 8px 0 rgba(0,0,0,0.2), 0 0 0 1px rgba(0,0,0,0.08);
    text-align: left;
} 

#suggestions ul li {
    padding: 2px 10px;
}      

.suggest_categories li:last-child, .last-cat-result {
     border-bottom: 1px solid #cacaca;
}

#suggestions li.active {
    background: #ededed;
}

#suggestions li:focus, .main-search #suggestions li:hover  {
    outline: -webkit-focus-ring-color auto 5px;
}
.input_suggested {
    position: absolute;
    background: #fff;
    max-height: 100px;
    width: 100%;
    overflow-y: auto;
    padding: 5px 0;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    display: none;
    cursor: default;
    z-index: 9999;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.input_suggested.show ul {
    padding-left: 15px !important;
}
li {
    list-style: none;
}
.collapsible-nav {
    position: fixed !important;
    width: 20% !important;
    max-height: 100% !important;
    top: 33px !important;
    left: -1300px !important;
    bottom: 0 !important;
    z-index: -1 !important;
    background: #ffffff !important;
    text-shadow: none !important;
    -webkit-transition: all .3s ease-in-out !important;
    -o-transition: all .3s ease-in-out !important;
    transition: all .3s ease-in-out !important;
    -webkit-overflow-scrolling: touch !important;
    padding-top: 25px !important;
    -webkit-box-shadow: 0px 6px 5px 0px rgba(148, 148, 148, 0.66) !important;
    -moz-box-shadow: 0px 6px 5px 0px rgba(148, 148, 148, 0.66) !important;
    box-shadow: 0px 6px 5px 0px rgba(148, 148, 148, 0.66) !important;
}
.collapsible-nav.collapse-left {
    right: auto !important;
    top: 53px !important;
}
.collapsible-nav-open, .collapsible-nav-open.collapse-left {
    left: 0 !important;
    z-index: 9 !important;
}

/* ----------------- END BUSINESS LISTING LIST------------------*/

/* ----------------- PAGINATION ------------------*/
.pagination>li>a, .pagination>li>span {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(199,199,199,1) !important;
    -moz-box-shadow: 0px 0px 5px 0px rgba(199,199,199,1) !important;
    box-shadow: 0px 0px 2px 0px rgb(217, 217, 217) !important;
    border: none !important;
}

.pagination>.disabled>a, .pagination>.disabled>a:focus, 
.pagination>.disabled>a:hover, .pagination>.disabled>span, 
.pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(199,199,199,1) !important;
    -moz-box-shadow: 0px 0px 5px 0px rgba(199,199,199,1) !important;
    box-shadow: 0px 0px 2px 0px rgb(217, 217, 217) !important;
    border: none !important;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, 
.pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: none !important;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(199,199,199,1) !important;
    -moz-box-shadow: 0px 0px 5px 0px rgba(199,199,199,1) !important;
    box-shadow: 0px 0px 2px 0px rgb(217, 217, 217) !important;
}
/* ----------------- END PAGINATION ------------------*/

/* ----------------- LISTING EDIT ------------------*/
ul.country-list {
    max-height: 95px !important;
}   

.selected-flag {
    padding: 9px 16px 6px 6px !important;
}

.for-upload {
    padding: 8px 15px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #fff;
    background-color: #2667b4;
    font-size: 12px;
    top: 44px !important;
    /* margin-left: 40px; */
    margin: 0 auto;
    width: 38%;
    display: block;
    text-align: center;
}

div#openHourModal h5 {
    width: 85%;
}
.toggle-group label.btn {
    width: initial;
    font-size: 11px;
    padding: 2px;
    margin: 0;
}

.month option:first-child, .day option:first-child, .year option:first-child, .hour option:first-child, .minute option:first-child {
    display: none;
}

.form-group.offer h3 {
    /* color: #0663b3; */
    padding: 0px 0px 2px 0px;
    font-size: 16px;
    font-weight: bold;
}

.form-group.offer h2 {
    font-size: 17px;
    font-weight: bold;
    margin-top: 8px;
    color: #1d67b7;
}
    
label.type {
padding-bottom: 8px;
}

.desclabel {
    /* color: #0663b3; */
    padding: 0px 0px 2px 0px;
    /* font-size: 16px; */
    font-weight: bold;
    padding-top: 11px;
}

.form-group.offer p {
    border-radius: 0px;
    padding: 6px;
}

.business.info {
padding-top: 15px;
}

div#openHourModal .form-group label {
color: #0663b3;
padding: 12px 0px 10px 0px;
font-size: 16px;
}

h4.info-title {
    font-size: 16px;
    font-weight: bold;
    color: #0663b3;
    padding-bottom: 6px;
}

h5.open, h5.open {
font-size: 13px;
background: #e1e5e8;
font-size: 12px;
border-radius: 100px;
padding: 3px;
margin-right: 5px;
font-weight: bold;
}

.business.info h5 {
font-size: 13px;
}

i.fa.fa-times {
color: #f00;
}
div#chart3 #example1_filter {
    margin-left: -20px;
}
.silder-image img {
width: 100%;
display: block;
margin: 0px 0px 10px 0px;
border: 5px solid #ffffff !important;
height: 100px;
-webkit-box-shadow: 0px 0px 5px 0px rgba(136, 136, 136, 0.75);
-moz-box-shadow: 0px 0px 5px 0px rgba(136, 136, 136, 0.75);
box-shadow: 0px 0px 5px 0px rgba(136, 136, 136, 0.75);
}

.form-group.silder-image {
margin-bottom: 20px;
}

.listing-logo h4 {
font-size: 11px !important; 
color: #252525;
}

span.view-all {
float: right;
color: #337ab7;
font-size: 12px;
}

.dashed {
    border: 5px solid #ffffff !important;
    height: 100px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(136, 136, 136, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(136, 136, 136, 0.75);
    box-shadow: 0px 0px 5px 0px rgba(136, 136, 136, 0.75);
    background: #eaeaf2;
}

#myMapListing {
    height: 250px;
    width: 100%;
    display: block !important;
    border: 1px solid #dcdcdc !important;
}

#myMapListing img {
        max-width: none !important;
    display: block !important;

}

#myMapview {
    height: 150px;
    width: 100%;
    display: block !important;
}

#myMapview img {
        max-width: none !important;
    display: block !important;

}

.controls {
    margin-top: 10px;
    border: 1px solid transparent;
    border-radius: 2px 0 0 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 32px;
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

#listing-pac-input {
    background-color: #fff;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    font-weight: 300;
    margin-left: 12px;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;
    width: 300px;
}

#listing-pac-input:focus {
    border-color: #4d90fe;
}

.pac-container {
    font-family: 'Raleway', sans-serif;
    z-index: 1051 !important;
}

#type-selector {
    color: #fff;
    background-color: #4d90fe;
    padding: 5px 11px 0px 11px;
}

#type-selector label {
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    font-weight: 300;
}

.multiselect { 
    width: 200px;
}

.selectBox {
    position: relative;
}
.selectBox select {
    width: 100%;

}
.overSelect {
    position: absolute;
    left: 0; 
    right: 0; 
    top: 0; 
    bottom: 0;
}

.btn.btn-biz.right {
    float: right!important;
}

h1.biz-title{
    color: #00a73b;
}

h1.prev {
    color: #c9e6d0;
    font-size: 65px;
    font-weight: bold;
}

h3.business-listing {
    text-align: center;
    color: #000;
    font-size: 30px;
}

.col-md-12.note-wrapper-listing {
    background: rgb(255, 255, 255);
    padding: 5px;
    border: 1px solid rgba(0, 0, 0, 0.13);
    color: #000;
    position: absolute;
    width: 20%;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    top: auto;
    bottom: 145px;
    left: auto;
    right: -137px;
}
.note-wrapper-listing .tooltiptext::after {
    content: "";
    position: absolute;
    top: 38%;
    left: -25px;
    right: 172px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent rgb(21, 17, 17) transparent transparent;
}

.note-wrapper-listing p {
    margin: 0px !important;
}


.mwd100{
    width: 100%;
}

.vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
}
.vertical-align-center {
    display: table-cell;
    vertical-align: middle;
}
.modal-content {
    width:inherit;
    margin: 0 auto;
}
.cursor-hand:hover{
    cursor: pointer;
}
.silder-image img {
    width: 100%;
    display: block;
    margin: 0px 0px 10px 0px;
    border: 1px solid #ccc;
    height: 100px;
}
.img-chkbx2 {
    position: absolute;
    margin: 5px !important;
}
.tright{
    text-align: right;
}

.mgbottom {
    margin-bottom: 10px;
}

.tab-content>.active{
    margin-bottom: 10px !important;
}
.mop-group {
    display: inline-flex;
}
.mbot5{
    margin-bottom: 5px !important;
}
.operationTime {
    left: 60px !important;
}

.table {
  border: 0px;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #ffffff;
    /*border-bottom: 1px solid rgb(251, 225, 225);*/
}
.table-striped>tbody>tr:nth-of-type(even) {
    background-color: #ffffff;
    /*border-bottom: 1px solid rgba(223, 40, 40, 0.24);*/
}

.table-bordered>thead>tr>th, .table-bordered>thead>tr>td {
    border-bottom-width: 0px;
}
.table-bordered>thead>tr>th, .table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, 
.table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td {
    border: 0px solid #f4f4f4;
}

.table>tbody>tr>td, .table>tbody>tr>th, 
.table>tfoot>tr>td, .table>tfoot>tr>th, 
.table>thead>tr>td, .table>thead>tr>th {
    /*padding: 10px;*/
    font-size: 12px;
}

thead {
    background: #f4f6f7;
}

.services-wrapper {
    border-top: 3px solid #df2828;
    padding: 0px 20px 0px 20px;
    padding-bottom: 10px;
    box-shadow: 1px 1px 1px 1px #b5b0b0;
    background: #fff;
}

.services-container {
    height: 250px;
    overflow-y: auto;
    padding: 0 0px;
}

p.all_services {
    /*border-bottom: 1px solid rgba(223, 40, 40, 0.24);*/
    /*padding-bottom: 5px;*/
    margin: 0px 10px 0px !important;
}

.product-wrapper {
    border-top: 3px solid #df2828;
    padding: 0px 20px 0px 20px;
    padding-bottom: 10px;
    box-shadow: 1px 1px 1px 1px #b5b0b0;
    background: #fff;
}

.product-container {
    height: 250px;
    overflow-y: auto;
}
.height100{
    min-height: 100px;
    overflow-y: auto;
}

.product-table {
    margin: 0 10px 0 0;
}

/* Services Sroll bar*/
.services-container::-webkit-scrollbar {
    width: 8px;
    height: 11px;
}
     

.product-container::-webkit-scrollbar {
    width: 8px;
    height: 11px;
}
.busi-info {
    padding: 30px;
    color: #000;
    text-align: center;
}
.t-jstfy{
    text-align: justify;
}
.listing-logo {
    width: 30%;
    margin: 0 auto;
}
.mt15{
    margin-top: 15px;
}
.mb15{
    margin-bottom: 15px;
}
.busi-title {
    margin-bottom: 20px;
    color: #0070B3;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
}
.busi-title a {
    color: #0070B3;
    font-family: 'Raleway', sans-serif;
}
.busi-bg {
    background: #fff;
    box-shadow: 0px 2px 6px 3px #bdbcbc;
}
.m20{
    margin: 20px 0 20px 0;
}
.busi-kw {
    margin-bottom: 30px;
    border-bottom: 1px solid #c8c8c8;
    padding-bottom: 30px;
}
.mb30{
    margin-bottom: 30px;
}
.product-title {
    /* font-size: 14px; */
    font-weight: bold;
}
i.fa.fa-pencil {
    font-size: 17px;
    color: #d4d4d4;
    margin-left: 20px;
}
p.cursor-hand span {
    margin-right: 25px;
}
span.seemore {
    color: #0070B3;
}

/*.advertise-button {
    background-color: #2155c0 !important;
    border-color: #2155c0 !important;
}*/
.business_logo {
    padding-top: 20px;
}
.listing-logo-img:hover {
    z-index: 9;
}
.listing-logo-img {
    display: block;
    text-align: center;
    margin: 0 auto;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    margin-top: 10px;
    border: 3px solid #eeeeee;
    width: 100px;
    height: 100px;
    z-index: 99;
    position: relative;
    -webkit-border-radius: 50%;
    -moz-border-radius: 5px;
    margin-bottom: 8px;
}

.form-input {
    width: 90%;
    height: 34px;
    padding: 0px 12px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #676767;
    background-color: #fff;
    background-image: none;
    border: 1px solid #fbfbfb;
    box-shadow: none;
    border-left: none;
    border-top: none;
    border-right: none;
}

label.space_bottom {
    line-height: 2;
}

.product-table li {
    padding-bottom: 16px;
}

.products-list {
    max-height: 350px;
}

.products-list li {
    font-size: 13px;
    margin-bottom: 10px;
}

.products-list>li>span {
    display: block;
    margin-bottom: 10px;
}
.products-list>li>span.price {
    color: #3a3a3a;
    font-weight: bold;
}
.products-list>li>span {
    display: block;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.services-list li {
    color: #000;
    font-size: 13px;
    margin-bottom: 30px;
    text-transform: capitalize;
}
.products-list>li>span.price {
    color: #3a3a3a;
    font-weight: bold;
}
input.mini-time.form-control.operationTimeFrom.ui-timepicker-input {
    width: 47px !important;
}

label.listing_type {
    display: inline !important;
    font-size: 13px;

}
.content-container{
    margin-top: 0;
}
section.content div#alert-box {
   margin: 0px;
}


#modeOfPayments input[type=checkbox]{
    margin-right: 10px;
}

span.combodate select {
    padding: 3px 0px 3px 3px;
    font-size: 13px;
}
.img-chkbx2 {
    position: absolute;
    margin: 5px !important;
    display: initial !important;
}
h5.open span {
    float: right;
    padding-right: 8px;
}

.checkbox label, .radio label {
    padding-left: 0px;
}

.mop-deactive{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.30;
}

.mop-deactive span{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.30;
}

img.cc-icon {
    width: 40px;
    margin-right: 5px;
    margin-top: 20px;
    vertical-align: bottom !important;
}

div#openMopModal label {
    padding-bottom: 9px;
}
.txtalgn-center{
    text-align: center;
}

.name-label {
color: #000;
}

.form-group.description {
padding-top: 30px;
}

.dayContainer i.fa.fa-sun-o, #workingDayHours i.fa.fa-sun-o{
color: #d3a339;
font-size: 12px;
border-radius: 100px;
padding: 2px;
margin-right: 5px;
width: 15px;
height: 15px;
text-align: center;
}

.dayContainer i.fa.fa-moon-o,#workingDayHours i.fa.fa-moon-o{
color: #b1b1b1;
font-size: 12px;
border-radius: 100px;
padding: 2px;
margin-right: 5px;
width: 15px;
height: 15px;
text-align: center;
}


/* ----------------- END LISTING EDIT ------------------*/

/* ----------------- ADS SETTING ------------------*/

.webads-profile-heading{
    background: #f9fafb;
    padding: 10px;
    font-size: 16px;
    color: #4e4e54;
    text-transform: uppercase;
    font-weight: bold;
}

img#ad-title-edit, img#ad-address-edit, img#ad-website-edit, img#ad-category-edit, img#ad-description-edit, img#ad-title-edit3 {
    position: absolute;
    left: 420px;
    line-height: 2;
    color: #a2a2a2;
    font-size: 12px;
    width: 16px;
}
.box-footer {
    border-top: none;
}
 img#ad-title-edit2{

    width: 16px;
 }

 .inline-edit-icon2.setting {
    position: absolute;
    left: 419px;
    top: 60px;
    color: #a2a2a2;
    font-size: 12px;
    width: 16px;
}


.inline-edit-website {
    position: absolute;
    left: 419px;
    top: 60px;
    color: #a2a2a2;
    font-size: 12px;
    width: 16px;
}

img#business-logo-modal {
    width: 120px;
    height: 120px;
    border: 1px solid #ddd;
}

h3.serv-title {
    margin: 0px;
    padding: 10px;
}

li.list-services {
    font-size: 14px;
    padding: 10px;
}

li.active>a>i, li.active>a>span {
    color: #337ab7 !important;
}

.modal-dialog.ads-setting-modal {
    width: 64%;
}

.ads-logo-img {
    display: block;
    text-align: center;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    z-index: 99;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    margin-top: 10px;
    border: 3px solid #eeeeee;
}


.box.box-container {
  border: none;
}

h6.category.text-center {
  color: #337ab7;
}


li.list-group-item.nav {
    border: 1px solid rgba(247, 247, 251, 0.09);
    color: #3d3d3d;
/*    text-align: left;*/
    line-height: 2;
    font-size: 13px;
}

li.list-group-item.nav i {
    padding-right: 25px;
}

li.list-group-item.nav:hover, li.list-group-item.active,li.list-group-item.nav>a:hover,li.list-group-item.active>a {
    background: rgba(255,255,255,.15);
    color: #337ab7;
    border-color: #ffffff !important;
    background-color: #ffffff !important;
    border-radius: 0px;
}

ul.create-ads {
    padding: 13px 0px 5px 0px;
}

.modal-dialog {
  margin-top: 25px auto;
}
a:hover {
    cursor: pointer;
    cursor: hand;
}

.ad-title {
  color: #3c418a;
}
      
.ads-setting-preview, .ads-details-preview{
  background: #f9fafb;
  padding: 10px 10px!important;
  margin-bottom: 15px;
  margin-top: 15px;
  color: #f9fafb;
  box-shadow: 0px 0px 2px 0px rgb(230, 237, 245);

}

.ads-whatToAdvertise{
  background: #fff;
  border: 2px solid rgba(134, 137, 140, 0.24);
  padding: 10px 10px!important;
  margin-bottom: 15px;
}
      
.content-header>.breadcrumb {
    float: none;
    position: relative;
    top: 0px;
    right: auto;
}

label {
    display: inline;
}

.btn.btn-biz {
    padding: 6px 13px;
    background: #00a73b;
    color: #fff;
    /* border-radius: 4px; */
}
.ads-checkbox-custom{
    opacity: 0;
    position: absolute;   
}

.ads-checkbox-custom, .ads-checkbox-custom-label{
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    cursor: pointer;
}

.ads-checkbox-custom-label, .radio-custom-label {
    position: relative;
}

.ads-checkbox-custom + .ads-checkbox-custom-label:before {
    content: '';
    background: #fff;
    border: 2px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 25px;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
}

.ads-checkbox-custom:checked + .ads-checkbox-custom-label:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    background: #2667b4;
    color: #fff;
}

.col-md-3.sidebar_nav div {
    background: #21246b;
    border-bottom: 2px solid #fff;
    color: #fff;
    font-size: 13px;

}
#ads-business-logo{
    z-index: 99;
    width: 100px;
    height: 100px;
    float: left;
    margin-right: 10px;
    z-index: 99;
    position: relative;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
#business-logo{
background: rgba(86, 144, 213, 0.57);
}

#ads-business-logo:hover {
    z-index: 9;
}

#ads-business-logo-modal{
  width: 120px;
  height: 120px;
  border: 1px solid #ddd;
}

.ads-setting-editprofile {
    float: left;
    position: absolute;
    top: 0px;
    font-size: 25px;
    padding: 23px;
    z-index: 10;
    color: #fff;
    border-radius: 6px;
    width: 100%;

}

.ads-setting-editprofile:hover {
    z-index: 999;
    cursor: pointer;
}

select#currency {
    width: 60%;
    display: inline-block;
    /* float: right; */
    margin-bottom: 5px;
    padding: 1px;
}

span.combodate select {
    padding: 3px 0px 3px 3px;
    font-size: 13px;
}

.clickAdsSettting, .clickServices, .clickProducts, .clickOffers {
    cursor: pointer;
}

#ad-title:focus, #ad-description:focus, #ad-phone:focus {
    outline: none;
}
/*.inline-edit-icon{
    position: absolute;
    left: 0;
    top: 1px;
}

.inline-edit-icon3{
    left: 380px;
} */
.inline-edit-icon2{
    position: absolute;
    left: 419px;
    color: #555555;
    top: 57px;
}

#ad-description {
      resize: none;
}

.input-error{
    border: 2px solid #d63737 !important;
}

#adsMap {
    height: 250px;
    width: 94%;
    display: block !important;
    margin: 0 auto 0 auto;
    border: 1px solid #ddd;
    -webkit-box-shadow: 0px 0px 3px 0px rgb(214, 214, 214);
    -moz-box-shadow: 0px 0px 3px 0px rgb(214, 214, 214);
    box-shadow: 0px 0px 3px 0px rgb(214, 214, 214);
}

#adsMap img {
  max-width: none !important;
  display: block !important;
}

#ads-pac-input {
  background-color: #fff;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
  margin-left: 12px;
  padding: 0 11px 0 13px;
  text-overflow: ellipsis;
  width: 50%;
}

#ads-pac-input:focus {
  border-color: #4d90fe;
}

.pac-container {
  font-family: Roboto;
  z-index: 1051 !important;
}


#type-selector label {
  font-family: Roboto;
  font-size: 13px;
  font-weight: 300;
}



.btn.btn-biz{
  padding: 6px 13px;
  background: #dadada;
  color: #444;
  /* border-radius: 4px; */
}



.tab-navigation .nav-tabs>li>a:hover {
    background: #deebff;
    border-color: transparent;
}

.col-md-12.ads-note-wrapper {
    background: rgb(255, 255, 255);
    padding: 5px;
    border: 1px solid rgba(0, 0, 0, 0.13);
    color: #000;
    position: absolute;
    width: 41%;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    top: auto;
    bottom: 70px;
    left: auto;
    right: -205px;
}
.col-md-12.note-wrapper-ads {
    background: rgb(255, 255, 255);
    padding: 7px;
    border: 1px solid rgba(0, 0, 0, 0.13);
    color: #000;
    position: absolute;
    width: 26%;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    top: auto;
    bottom: 95px;
    left: auto;
    right: -204px;
}
.note-wrapper-ads .tooltiptext::after {
    content: "";
    position: absolute;
    top: 38%;
    left: -35px;
    right: 267px;
    border-width: 11px;
    border-style: solid;
    border-color: transparent rgb(21, 17, 17) transparent transparent;
    /* transform: rotate(180deg); */
}

.ads-note-wrapper .tooltiptext::after {
    content: "";
    position: absolute;
    top: 38%;
    left: -35px;
    right: 267px;
    border-width: 11px;
    border-style: solid;
    border-color: transparent rgb(21, 17, 17) transparent transparent;
    /* transform: rotate(180deg); */
}
.no-img {
    text-align: center;
    font-weight: 800;
}

.ads-note-wrapper p {
    margin: 0px !important;
}


.ads-start label {
    font-size: 13px;
}

.ads-start {
    background: rgba(255,255,255,0.15) !important;
    color: #49d2b3 !important;
    text-align: center;
    padding: 0px;
}
.ads-stop {
    background: rgba(255,255,255,0.15) !important;
    color: #f10505 !important;
    text-align: center;
    padding: 0px;
}
.ads-col-md-3 {
  min-height: 300px;
  height: 410px;
  box-shadow: 0px 0px 2px 0px rgb(217, 217, 217);
  width: 24%;
  margin-right: 7px;
  margin-left: 3px;
}
.ads-col-md-9 {
  min-height: 300px;
  height: 410px;
  box-shadow: 0px 0px 2px 0px rgb(217, 217, 217);
}

span#closedOpen {
  color: #3fd4ac;
}
.ads-form-group {
  padding: 10px 110px;
  /*float: left;*/
}

.ads-table-form-group {
  padding: 10px 50px
}

.box-body {
    margin: 0px auto !important;
}

.webads-heading{
  font-size: 14px;
  margin-right: 2%;
  text-align: center;
  padding-bottom: 5px;
}

.active-heading{
  border-bottom: 3px solid #0069af;
  color: #0069af;
}



/* ----------------- END ADS SETTING ------------------*/

/* -----------------  ADS SERVICES ------------------*/

div#datatables_wrapper .col-sm-6 {
    right: auto;
    width: 13%;
    left: 54%;
}

i.fa.fa-circle {
    color: #45bfa4;
}

i.fa.fa-fw.fa-pause {
    color: #e85151 !important;
}

i.fa.fa-angle-down {
    color: #a0a1a2;
}

.fsize12{
    font-size: 12px;
}

.fsize12 i{
    padding-left: 5px !important;
    line-height: 1;
}

i.fa.fa-angle-down {
    padding-left: 10px !important;
}

h3.ads_name.text-center {
  margin: 5px 0 0 0;
}

div.dataTables_length label {
    margin-left: -90px;
}

/*input.form-control.input-sm {
    padding-right: 0px !important;
    height: 28px;
}*/

.input-group.fsize12 {
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border: 1px solid #e9e9e9;
    line-height: 1;
}  

table.table-bordered.dataTable td .input-group.fsize12 i{
    line-height: 1 !important;
}

/* ----------------- END ADS SERVICES ------------------*/

/**-----------------CREATE AD--------------------**/

img.bus-location {
    width: 20px;
    margin-right: 4px;
    padding-bottom: 4px;
}

input#ad-title,  input#ad-website,  input#ad-description{
    border: none;
    width: 100%;
    color: rgb(0, 112, 232);
    font-size: 14px !important;
    background: none;
}


#web-ad-title, #web-ad-display-url {
    border: none;
    width: 100%;
    color: #f0171c;
    background: none;
    
}

#web-ad-title{
    font-size: 24px !important;
    font-family: 'Bell Mt';
}
#web-ad-display-url {

}

.ads-billing {
    padding: 15px 5px 0px 5px;
    background: #f9fafb !important;
    clear: both;
    line-height: 2;
    margin-top: 15px;
}

button.btn.btn-blue.payment-submit {
    background: #2667b4;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(199,199,199,1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(199,199,199,1);
    box-shadow: 0px 0px 2px 0px rgb(217, 217, 217);
    font-size: 13px;
    float: right;
}


.campaign .stepbg {
    width: 100%;
    text-align: left;
}

.checkbox-custom{
    opacity: 0;
    position: absolute;   
}

.checkbox-custom, .checkbox-custom-label{
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    cursor: pointer;
    padding-top: 5px;
    padding-bottom: 2px;

}

.checkbox-custom-label, .radio-custom-label {
    position: relative;
    position: relative;
    font-size: 13px;
    font-weight: normal;
}

.checkbox-custom + .checkbox-custom-label:before {
    content: '';
    background: #fff;
    border: 1px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
}

.checkbox-custom:checked + .checkbox-custom-label:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    background: #2667b4;
    color: #fff;
    border: none;
    font-size: 12px;
}

#business-logo, #ad-logo{
    z-index: 99;
    width: 100px;
    height: 100px;
    float: left;
    margin-right: 10px;
    z-index: 99;
    position: relative;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}


#business-logo:hover, #ad-logo:hover{
    z-index: 9;
}

#business-logo-modal, #ad-logo-modal{
    width: 100px;
    height: 100px;
}

.clickAdsSettting, .clickServices, .clickProducts, .clickOffers {
    cursor: pointer;
}



#myMap {
    -webkit-box-shadow: 0px 0px 3px 0px rgb(214, 214, 214);
    -moz-box-shadow: 0px 0px 3px 0px rgb(214, 214, 214);
    box-shadow: 0px 0px 3px 0px rgb(214, 214, 214);
    height: 250px;
    width: 100%;
    display: block !important;
    border-radius: 0px;
    border: 1px solid #ddd;
}

/*#myMap {
  height: 250px;
  width: 97%;
  display: block !important;
  border-radius: 10px;
  border: 7px solid #fff;
  box-shadow: 0px 0px 11px -2px;
  margin: 0 auto 0 auto;
} */

#myMap img {
  max-width: none !important;
  display: block !important;
}


#pac-input {
  background-color: #fff;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
  margin-left: 12px;
  padding: 0 11px 0 13px;
  text-overflow: ellipsis;
  width: 50%;
}

#pac-input:focus {
  border-color: #4d90fe;
}

.pac-container {
  font-family: Roboto;
  z-index: 1051 !important;
}

#type-selector {
  color: #fff;
  background-color: #4d90fe;
  padding: 5px 11px 0px 11px;
}

#type-selector label {
  font-family: Roboto;
  font-size: 13px;
  font-weight: 300;
}



.tab-navigation .nav-tabs>li>a:hover {
    background: #deebff;
    border-color: transparent;
}

.col-md-12.note-wrapper {
    background: rgb(255, 255, 255);
    padding: 7px;
    border: 1px solid rgba(0, 0, 0, 0.13);
    color: #000;
    position: absolute;
    width: 12%;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    top: auto;
    bottom: 95px;
    left: auto;
    right: -64px;
}

.note-wrapper .tooltiptext::after {
    content: "";
    position: absolute;
    top: 35%;
    left: -25px;
    right: 208px;
    /* margin-left: -45px; */
    border-width: 10px;
    border-style: solid;
    border-color: transparent rgb(0, 109, 240) transparent transparent;
}

.col-md-12.note-wrapper-2 {
    background: rgb(255, 255, 255);
    padding: 7px;
    border: 1px solid rgba(0, 0, 0, 0.13);
    color: #000;
    position: absolute;
    width: 12%;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    top: auto;
    bottom: 95px;
    left: auto;
    right: -64px;
}

.note-wrapper-2 .tooltiptext2::after {
    content: "";
    position: absolute;
    top: 35%;
    left: -25px;
    right: 208px;
    /* margin-left: -45px; */
    border-width: 10px;
    border-style: solid;
    border-color: transparent rgb(0, 109, 240) transparent transparent;
}

.note-wrapper-2 p {
    margin: 0px !important;
}

#pac-input {
    background-color: #fff;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    margin-left: 12px;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;
    width: 300px;
}

#pac-input:focus {
    border-color: #4d90fe;
}

#pac-input-two {
    background-color: #fff;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    margin-left: 12px;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;
    width: 300px;
}

#pac-input-two:focus {
    border-color: #4d90fe;
}

.pac-container {
    font-family: Roboto;
}


.no-img {
    text-align: center;
    font-weight: 800;
}

.note-wrapper p {
    margin: 0px !important;
}


span.combodate select {
    padding: 5px 1px 5px 4px;
    font-size: 13px;
    border: 1px solid #e9e9e9;
    color: #3d3d3d;
}

textarea#listings_offer_description {
    padding: 8px 15px;
}

button.btn.light-button-first {
    background: #4581bf;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(199,199,199,1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(199,199,199,1);
    box-shadow: 0px 0px 2px 0px rgb(217, 217, 217);
    font-size: 13px;
    padding: 5px 10px 5px 4px;
    color: #fff;
}
.btn.btn-biz {
    padding: 7px 13px;
    background: #286fc3;
    color: #fff;
    font-size: 13px;
}

.btn.btn-biz i {
    padding-right: 5px;
}

.space-bottom {
    padding-bottom: 10px !important;
}

.editprofile:hover {
    background: rgba(86, 144, 213, 0.57);
}


.editprofile {
    float: left;
    position: absolute;
    top: 0px;
    font-size: 25px;
    padding: 23px;
    z-index: 10;
    color: #fff;
    border-radius: 6px;
    width: 100%;

}
.editprofile:hover {
    z-index: 999;
    cursor: pointer;
}
select#currency {
    width: 50%;
    display: inline-block;
    float: none;
    margin-bottom: 5px;
    padding: 6px;
    border: 1px solid #e9e9e9;
}

#count {
    color: #4581bf;
}

.bootstrap-tagsinput {
    width: 100%;
    min-height: 20em;
    max-height: 20em;
    overflow: auto;
    border: none;
    padding: 9px 11px;
    border: 1px solid #e9e9e9;
    box-shadow: none;
    border-radius: 0px;
    margin-top: 10px;
}
.form-group.suggestions {
    padding-left: 6px;
}
.form-group-key {
    padding-right: 5px;
}

img.create-ad-graphic {
    padding: 18px;
    padding-top: 5px;
    border-bottom: 1px solid #ebf5ff;
}

label.adstitle {
    font-size: 15px !important;
    font-weight: 500 !important;
}
label.note, span.category{
    font-size: 11px;
    color: #949494;
    font-weight: normal;
}
p.create-ads-title {
    float: left;
    padding-left: 50px !important;
    padding-top: 5px;
    padding: 5px 0px 10px 0px;
    font-size: 15px;
    font-weight: 500;
}
.ad-preview {
    background: #f9fafb;
    padding: 10px 10px!important;
    box-shadow: navajowhite;
    border-radius: 0px;
    margin-bottom: 15px;
    color: #3d3d3d;
    -webkit-box-shadow: 0px 0px 2px 0px rgb(230, 237, 245);
    -moz-box-shadow: 0px 0px 2px 0px rgb(230, 237, 245);
    box-shadow: 0px 0px 2px 0px rgb(230, 237, 245);
}
.step-by-step fieldset {
    width: 75%;
    margin: 0px auto !important;
}

.ad {
    background-color: #dd3a21;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    line-height: 14px;
    margin-left: 0;
    margin-right: 2px;
    padding: 0 2px;
    vertical-align: baseline;
}

.ad-title {
    color: #3c418a;
}
.ad-preview .tooltiptext::after{
    content: "";
    position: absolute;
    top: 100%;
    left: 10%;
    margin-left: -5px;
    border-width: 14px;
    border-style: solid;
    border-color: rgb(249, 250, 251) transparent transparent transparent;
}

.whatToAdvertise{
    background: #fff;
    padding: 20px 0px 20px 23px!important;
    margin-bottom: 15px;
    -webkit-box-shadow: 0px 0px 3px 0px rgb(214, 214, 214);
    -moz-box-shadow: 0px 0px 3px 0px rgb(214, 214, 214);
    box-shadow: 0px 0px 3px 0px rgb(214, 214, 214);
    top: 5px;
}

.campaign-btn {
    padding-right: 50px;
    padding-top: 15px;
    text-align: left;
    padding-left: 50px;
}

button.btn.light-button {
    background: #efefef;
    -webkit-box-shadow: 0px 0px 2px 0px rgb(237, 246, 255);
    -moz-box-shadow: 0px 0px 2px 0px rgb(237, 246, 255);
    box-shadow: 0px 0px 2px 0px rgb(237, 246, 255);
    font-size: 13px;
    padding: 6px 10px 6px 10px;
    color: #676767;
}

span.tag.label.label-info {
    padding: 5px;
    line-height: 2.7;
    font-size: 10px;
    font-weight: normal;
}

.bg-aqua, .callout.callout-info, .alert-info, .label-info, .modal-info .modal-body {
    background-color: #518dd3 !important;
}

input.tagsinputs {
    width: 100%;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: rgba(255,255,255,.15) !important;
}
.table-bordered>tbody>tr>td {
    border:none !important;
    padding: 0;
}
.table-bordered {
    border:none !important;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 0px 12px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #676767;
    background-color: #fff !important;
    background-image: none;
    border: 1px solid #e9e9e9;
    box-shadow: none;
}

#mainList {
    width: 100%;
    height: 20em;
    line-height: 18px;
    padding: 0;
    margin: 0;
    overflow: scroll;
    overflow-x: hidden;
    border: 1px solid #e9e9e9;
    box-shadow: none;
    border-radius: 0px;
    padding: 9px 2px;
    margin-top: 10px;
}

#mainList li{
    padding-left: 10px;
    line-height: 2;
}
ul ul ul {
    text-indent: 2em;
}

fieldset.keywords-suggest {
    width: 100% !important;
}

ul#mainList i {
    padding-right: 10px;
    font-size: 13px;
}

/*ul ul#subList {
    text-indent: 1em;
}*/
ul#subList {
    padding-left: 15px;
}

.content-header>.breadcrumb {
    float: none;
    position: relative;
    top: 0px;
    right: auto;
}

label {
    display: inline;
    font-size: 13px;
    font-weight: 500;
}

label.space-bottom{
    line-height: 2.5;
    padding-bottom: 5px !important;
}

label.space-left{
    padding-left: 10px !important;
}


.products-list::-webkit-scrollbar {
    width: 7px;

}
 
/* Track */
.products-list::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
 
/* Handle */
.products-list::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #009be0;
}

.products-list>li {
  background: url(../icon/icon-product-bag.png) no-repeat;
  background-size: 18px;
  padding-left: 40px;
}


.form-top {
    padding: 0 15px 5px 15px !important;
}

form .form-bottom button.btn {
    min-width: 90px;
}

table#productsTable th {
    background: #f4f6f7;
    font-size: 13px;
    font-weight: 500;
}


/* ----------------- END CREATE AD ------------------*/

/* ----------------- CREATE LISTING ------------------*/

form#business-listing-form fieldset{
    display: block !important;
}

form .form-bottom .input-error {
    border-color: #e71945 !important;
}


.list-form-group label {
    line-height: 2.5;
}

.bus-info-partition select, .bus-info-partition input {
    margin-top: 10px;
    margin-bottom: 10px;
}


fieldset.BusinessInfo.first-step {
    width: 100% !important;
}

section.create-listing {
    padding: 10px 0px !important;
}

.bus-info-partition {
    padding: 20px !important;
}

p.listing-title {
    font-size: 20px;
    padding-left: 21px;
    margin: 0px !important;
    padding-bottom: 5px !important;
    color: #2667b4;
}

.space-right {
    margin-right: 10px !important;
}

.bus-info-partition #myMap img {
    max-width: none !important;
    display: block !important;

}

.bus-info-partition #map_canvas_two {
    -webkit-box-shadow: 0px 0px 3px 0px rgb(214, 214, 214);
    -moz-box-shadow: 0px 0px 3px 0px rgb(214, 214, 214);
    box-shadow: 0px 0px 3px 0px rgb(214, 214, 214);
    height: 250px;
    width: 100%;
    display: block !important;
    border-radius: 0px;
    border: 1px solid #ddd;

}
.modal-dialog {
    width: 50%; 
    margin: 0px auto;
    height: 100%;
}

#cropModal .modal-dialog {
    width: 60%;
}

.modal-content {
    margin-top: 2% !important;
    border: 0px solid;
/*    height: 90%;*/
    border: 0px !important;
}

/*.modal-body {
    height: 93%;
}
*/
.modal-footer {
    padding: 2px 16px;
    background: none !important;
    color: white;
}

#profile_id_upload {
    width: 260px;
    height: 150px;
}

/* ----------------- END CREATE LISTING ------------------*/

/**-----------------VERIFY BUSINESS --------------------**/

.btn_upload.icon img{
    width: 56% !important;
}
span#address {
    width: 70% !important;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.modal-dialog.verify-img-modal {
    width: 80% !important;
}
   
.modal-dialog.verify-img-modal .modal-header  {
    /*padding: 9px 18px;*/
}
   
.checkbox-custom:checked + .document_name:before{
    content: "\f00c";
    font-family: 'FontAwesome';
    background: #2667b4;
    color: #fff;
    border: none;
    font-size: 8px;
}
.checkbox-custom + .document_name:before{
    content: '';
    background: #fff;
    border: 1px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    width: 17px;
    height: 17px;
    margin-right: 10px;
    text-align: center;
}

div#documentList {
    line-height: 2;
    padding-top: 16px;
}
.side-documents {
    padding-top: 20px;
}

h3.business {
    font-weight: bold;
    margin-top: -10px;  
}
h6.category.text-center {
    color: #3c8dbc;
    font-family: 'Raleway', sans-serif !important;
    font-size: 11px;
}
.verify-logo-img {
    display: block;
    text-align: center;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    z-index: 99;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    margin-top: 10px;
    border: 3px solid #eeeeee;
}

h1.list-documents {
    margin: 10px 0 10px 0;
    font-size: 14px;
    font-weight: normal;
    display: block;
    color: #4d4d4d;
}

label.listed_documents {
  display: inline;
  font-weight: 300;
  letter-spacing: -0.7px;
  display: inline-block;
  font-weight: 300;
  letter-spacing: -0.7px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 80%;
  margin-bottom: -3px;
  /*cursor: pointer;*/
}

a.see_image {
  width: 110px !important;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;      
}

span.documents_names {
width: 65%;
display: inline-block;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
/*width: 200px;*/
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}

small.note {
color: #e85151;
}

table#example11 th {
    background: #f4f6f7;
    font-size: 13px;
    font-weight: 500;
}

.btn_upload, .btn_upload:hover, .btn_upload.active:focus{
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0px !important;
    width: 60%;
}
.modal-dialog.verify-img-modal {
    width: 100%;
}

.content-container.list.verify {
    padding: 0px;
    padding-top: 0px;
}

/**-----------------END VERIFY BUSINESS --------------------**/

/* PERFORMANCE  */
select#month, select#year {
    border: 1px solid #e9e9e9;
    padding: 4px;
}

button#changeDate {
    border: 1px solid #e9e9e9;
    padding: 5px 10px;
    background: #2667b4;
    color: #fff;
}
.DaysofMonthTable {
    padding-top: 10px;
}
/* END PERFORMANCE  */


/* PAYMENT METHOD */
    .cc-pay ul.nav>li>a {
    padding: 0;
    padding-bottom: 0px;
    }
    #cc-icon {
        width: 17px;
        margin-right: 15px;
    }

    .add_payment_method #accordion a[aria-expanded="true"] #cc-icon{
         content: url(../images/radio-hover.png);
    }

    .btn.cc-make-primary, .btn.cc-remove {
        color: #4581bf;
        min-width: 65px;
        padding: 3px;
        margin-top: 6px;
        font-size: 11px;
        border-radius: 2px;
        background: #fff;
        border: 1px solid #ddd;
        margin-right: 10px;
    }
    .card-details {
        padding: 12px 0px 25px 0px;
        line-height: 2;
        border-bottom: 1px solid #f1f1f1;
    }

    .card-image img {
        border: 1px solid #ddd;
        border-radius: 2px;
    }

    .disabled .card-image img {
        -moz-filter: grayscale(100%);
        -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
        filter: grayscale(100%);
    }

    span.cc-style {
        font-weight: bold;
        color: #000;
        padding: 0px 50px 0px 0px;
        letter-spacing: 1px;
    }

    .disabled span.cc-style{
        color: #5a5a5a;
        text-decoration: line-through;
    }

    span.cc-style.primary {
    color: #337ab7;
    }

    em.cc-name {
    font-size: 11px;
    }

    h3.box-title.grey.billing {
        padding: 0px 0px 0px 10px;
        font-size: 18px;
    }

/* END PAYMENT METHOD */


/* PRE-LOADER */
#search_pre_loader {
    width: 100%;
    width: 100vw;
    margin: 0 auto;
    z-index: 9999;
    height: 100%;
    top: 0;
    position: fixed;
    /* background: #999999; */
     display: none; 
}
#loader {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 9999;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 0.75s linear infinite;
  animation: spin 0.75s linear infinite;
  animation-timing-function: ease-in-out;
  display: block;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Add animation to "page content" */
.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s
}

@-webkit-keyframes animatebottom {
  from { bottom:-100px; opacity:0 } 
  to { bottom:0px; opacity:1 }
}

@keyframes animatebottom { 
  from{ bottom:-100px; opacity:0 } 
  to{ bottom:0; opacity:1 }
}
/* END PRE-LOADER*/
/**-----------------MOBILE DEVICES--------------------**/


@media(max-width:480px){



.mini-button {
    float: none !important;
    display: block;
    text-align: center;
    margin-bottom: 10px; 
    background: #deebff;
    border-radius: 5px;
    padding: 5px; 
    margin-bottom: 20px;
    margin-bottom: 15px !important; 
}


.tab-navigation .nav-tabs>li>a {


    padding: 6px 5px;
    /* transition: 0.3s; */
    margin: auto 2px;
    font-size: 10px;
    min-width: 85px;
}

td {
    font-size: 9px;
}

th {
    font-size: 9px;
}


.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 5px;
    font-size: 9px;
}

.content {

    padding: 10px 15px !important;
}


.days-chart {
    float: none;
    display: block;
    text-align: center;
    width: 100%;
    background: #eee;
    padding: 5px;
    border-radius: 5px;
}

.days-chart select  {
    width: 100%;
    padding: 3px;
}


.inner-nav-tab .nav-tabs>li>a {
    min-width: 40px !important;
    font-size: 8px;
  }


}









@media(max-width:767px){

.mini-button {

    float: right;  
    margin: auto;
    margin-top: 7px;
    padding: 4px;
}


.tab-navigation .nav-tabs>li>a {
    padding: 6px 5px;
    /* transition: 0.3s; */
    margin: auto 2px;
    font-size: 10px;
    min-width: 47px;
}

.mini-button a {
    color: #ffffff;
    font-size: 9px;
    }

.content {

    padding: 10px 30px !important;
}

.alert h4 {
    font-weight: 600;
    font-size: 13px;
  
}

.tab-navigation .nav-tabs>li.active>a, .tab-navigation .nav-tabs>li.active>a:focus, .tab-navigation .nav-tabs>li.active>a:hover {
 padding: 9px;
}


.narrow-container {
    padding: 10px 15px;
}

.table-top-10-keywords td {
    text-align: center;
    }

.main-tab {
    padding-top: 5px;
}

.inner-nav-tab .nav-tabs>li>a {
    min-width: 80px;
    font-size: 10px;
  }


table#datatables {
    font-size: 9px;
}

.box-body h1 {
    font-size: 20px;
}

.admin.content-wrapper {
      margin-left: 0px;
}

.admin.main-footer {
margin-left:0px;
}

.step-by-step fieldset {
    width: 80% !important;

}

.inner-header-tab .nav-tabs>li>a {
    padding: 10px;
    min-width: 90px;
    font-size: 10px;
    margin: auto;
}
/*invoice modal*/
 .invoice-box{
        max-width:800px;
        margin:auto;
        padding:30px;
        border:1px solid #eee;
        box-shadow:0 0 10px rgba(0, 0, 0, .15);
        font-size:16px;
        line-height:24px;
        font-family:'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif;
        color:#555;
    }
    
    .invoice-box table{
        width:100%;
        line-height:inherit;
        text-align:left;
    }
    
    .invoice-box table td{
        padding:5px;
        vertical-align:top;
    }
    
    .invoice-box table tr td:nth-child(2){
        text-align:right;
    }
    
    .invoice-box table tr.top table td{
        padding-bottom:20px;
    }
    
    .invoice-box table tr.top table td.title{
        font-size:45px;
        line-height:45px;
        color:#333;
    }
    .invoice-box table tr.heading td{
        background:#eee;
        border-bottom:1px solid #ddd;
        font-weight:bold;
    }
    
    .invoice-box table tr.details td{
        padding-bottom:20px;
    }
    
    .invoice-box table tr.item td{
        border-bottom:1px solid #eee;
    }
    
    .invoice-box table tr.item.last td{
        border-bottom:none;
    }
    
    .invoice-box table tr.total td:nth-child(2){
        border-top:2px solid #eee;
        font-weight:bold;
    }


}



@media (min-width: 768px) {
  .container {
    width: 750px;
  }

.narrow-container {
    padding: 15px 30px;
}



}



@media (min-width: 768px) and (max-width: 992px) {


.narrow-container {
    padding: 15px 15px;
}

.table-top-10-keywords td {
padding: 3px;
}

.table-top-10-keywords td {
    padding: 3px 3px;
    font-size: 8px;
}


.inner-header-tab .tab-content {
    min-height: 162px;
}

.box-body h1 {
    font-size: 25px;
}

button.btn.btn1.btn-block.btn-primary.btn-sm.btn-flat {
    font-size: 10px;
}

.tab-navigation .nav-tabs>li>a {
    margin: auto 2px;
    min-width: 60px;
}

.inner-nav-tab .nav-tabs>li>a {
    min-width: 70px;
}


@media (min-width: 992px) {
  .container {
    width: 970px;
  }

.narrow-container {
    padding: 20px 50px;
}

}


@media (min-width: 992px) and (max-width: 1200px) { 

.table-top-10-keywords td {

    padding: 3px 3px;
    font-size: 10px;
}

.table-top-10-keywords td {
    padding: 7px 4px;
    }

.badge {
    padding: 2px 4px;
    font-size: 9px;
    font-weight: 700;
    }

.narrow-container {
    padding: 15px 25px;
}

}



@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }

  .narrow-container {
      padding: 15px 50px;
  }

}


@media (max-width: 991px) {

  .content-header>.breadcrumb {
      background: #ffffff;
      background: #f7f7f7;
  }
}
