a {
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

a:hover,
a:focus {
    color: #01BB41;
}

.nav > li > a:hover, .nav > li > a:focus {
    background: transparent;
}
.footer {
    margin-top: 40px;
    padding-top: 5px;
    -webkit-font-smoothing: antialiased;
}

.footer .copyright {
    margin-top: 1.85714286em;
    padding: 1.85714286em 0;
    color: #999;
}

.nosession .footer {
    padding-top: 7.42857143em;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    border-color: transparent;
    border-bottom: 1px solid #eee;
}
.btn-large {
    padding: 15px 30px;
    font-size: 1.2em;
    border-radius: 4px;
}

.br {
    display: block;
    min-height: 10px;
}

.form-group.required >label:after {
    content:"*";
    color:red;
}

.form-group .help-block {
    font-size: 0.9em;
}

form hr {
    margin: 15px 0px;
}

p {
    text-rendering: optimizeLegibility;
}

.medium {
    font-size: .9em;
    font-weight: normal;
    color: #777;
}

.form-control:not(.form-control-sm) {
    box-shadow: none;
}

.form-control.disabled {
    border: transparent;
    background: #f6f6f6;
}

.form-control:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
}

select.form-control {
    height: 30px;
    border-radius: 0px;
    margin-top: 5px;
}

.btn {
    border-radius: 5px;
    transition: background 150ms ease-in;
    text-transform: initial;
}

.btn-default {
    border: 1px solid #ccc;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active  {
    background-color: #f6f6f6;
    border-color: #ccc;
}

.btn-success {
    background-color: #2bab66;
}

.btn-success:focus,
.btn-success.focus,
.btn-success:hover,
.btn-success:active,
.btn-success.active  {
    background-color: #2bab66;
}

.btn-info {
    background: #009cde;
    border-radius: 3px;
}

.navbar-brand {
    padding: 10px 15px 15px;
}

.navbar-brand img {
    display: inline-block;
    width: 40px;
    margin-right: 10px;
}

.navbar-brand span {
    vertical-align: middle;
    font-size: 28px;
    line-height: 2px;
    color: #29cd57;
    font-weight: 500;
}

.login_container {
    margin-top: 100px;
    margin-bottom: 100px;
}

.login_container .alert {
    padding: 3px 10px;
    border-radius: 2px;
    border: none;
    background: none;
}

.other_header,
.home_header {
    padding-top: 10px;
    color: #333;
    background: #f5f5f5;
    border-bottom: 1px solid #eee;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.home_header {
    padding-bottom: 25px;
}

.other_header {
    padding-top: 0px;
    height: 3px;
    margin-bottom: 20px;
}


.container.welcome {
    margin-top: 20px;
}

.container.not_found {
    margin-top: 100px;
    margin-bottom: 100px
}

.home_content {
    margin-top: 40px;
}

.panel_plain {
    border-color: transparent;
}

.panel_plain > .panel-heading {
    background-color: #f7f7f7;
}

.panel-transactions .panel-body {
    padding: 7px 10px;
}

.panel-transactions p {
    padding-left: 10px;
}
.panel-form-wrap {

}
@media (max-width: 768px) {
    .panel-form-wrap .panel-body,
    .panel-form-wrap .panel-head {
        padding: 8px;
    }
}




@media (min-width: 768px) {
    .mg-btm-lg {
        margin-bottom: 100px;
    }

    .mg-btm-sm {
        margin-bottom: 20px;
    }

    .mg-btm-md {
        margin-bottom: 40px;
    }

    .mg-btm-xs {
        margin-bottom: 10px;
    }

    .mg-top-xs {
        margin-top: 10px;
    }

    .mg-top-sm {
        margin-top: 20px;
    }

    .mg-top-md {
        margin-top: 40px;
    }

    .mg-top-lg {
        margin-top: 100px;
    }

    .mg-left-sm {
        margin-left: 20px;
    }
}

.alert-danger {
    color: #f74800;
    margin-bottom: 5px;
    border: none;
    background: none;
}

.alert-info {
    margin-bottom: 5px;
}

.onboarding-wizard {
    height: 18px;
    margin-top: 10px;
    margin-bottom: 45px;
    border-bottom: 1px solid #eee;
    list-style: none;
}

.onboarding-wizard .step {
    text-align: center;
    display: inline-block;
    padding: 0 7px;
}

.onboarding-wizard .step > div {
    color: #777;
    background: white;
    padding: 0 5px;
    height: 36px;
    line-height: 36px;
    margin: 0 auto;
    border: 1px solid #ddd;
    border-radius: 200px;
    cursor: default;
    font-size: 12px;
    padding: 0 14px 0 14px;
    position: relative;
}

.onboarding-wizard .step.completed > div  {
    background:#dbdede;
    padding-left: 30px;
}

.onboarding-wizard .step.completed > div:before {
    content: "\f058";
    color: #238e40;
    margin-left: 8px;
    font: normal normal normal 15px/1 "Font Awesome 5 Free";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 10px;
    left: 0px;
}

.onboarding-wizard .step.active > div {
    color: #fff;
    background: #7e8680;
    border-color: #7e8680;
}

.service-select {
    height: 100px;
    text-align: center;
    line-height: 100px;
    background: #f6f6f6;
    border-radius: 2px;
    cursor: pointer;
    margin: 10px 0px;
    border: 1px solid #ddd;
}

.service-select.selected,
.service-select:hover {
    background: #2bab66;
    border-color: #469b5d;
    color: #fff;
}

.service-select.selected:after {
    content: "\f14a";
    color: inherit;
    margin-left: 10px;
    font: normal normal normal 18px/1 "Font Awesome 5 Free";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 23px;
    right: 25px;
}

.service-select-wrap {
    margin: 20px 0px;
}

.service-wrapper {
    min-height: 300px;
    margin-top: 20px;
}

.scheduler-wrapper .daytime-selector .btn:active,
.scheduler-wrapper .daytime-selector .btn.active {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .05)
}
.pricing-selection-box {
    padding-top: 14px;
}
.pricing-selection-box label {
    display: block;
}
.scheduler-wrapper .day-selector .btn {
    font-size: 0.9em;
    padding: 8px 25px;
    border: 1px solid #ddd;
}
@media (max-width: 768px) {
    .scheduler-wrapper .day-selector > label {
        margin-right:5px;
    }
    .scheduler-wrapper .day-selector .btn {
        font-size: 0.8em;
        padding: 5px 4px;
    }
    .scheduler-wrapper .time-selector p,
    .scheduler-wrapper .time-selector select {
        font-size: 0.9em;
    }
    .scheduler-wrapper .time-selector select,
    .pricing-selection-box select {
        border: 1px solid #CCC;
    }
    .pricing-selection-box label {
        display: inline-block;
        min-width: 100px;
    }
    .pricing-selection-box .form-group {
        margin-bottom: 4px;
    }
    .pricing-selection-box label,
    .pricing-selection-box select {
        font-size: 0.9em;
    }
}
.panel-form .panel-body {
    padding: 0px 10px;
}

.panel-form {
    box-shadow: none;
}

.checkbox-group .checkbox {
    /*display: inline;*/
    margin-right: 20px;
}

.file-btn input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.service-table .price {
    height: 23px;
    width: 80px;
}

table.service-table > thead > tr > th,
table.service-table > tbody > tr > td {
    padding: 2px;
    vertical-align: middle;
}

table.service-table > thead > tr > th {
    padding-bottom: 10px;
}

.col-close .btn.close{
    font-size: 16px;
    line-height: 16px;
    color: red;
    opacity: 0.6;
}

.product-wrap > div {
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 2px;
}
@media (max-width: 768px) {
    .product-wrap > div {
        padding: 5px;
    }
}
.modal-content {
    border-radius: 4px;
}

.cover-image {
    width: 100%;
    min-height: 200px;
    margin: 0 auto;
    background: #eee;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.ios-device.small .cover-image {
    min-height: 110px;
}

.btn-profile-image,
.btn-cover-image {
    background: rgba(0, 0, 0, 0.4);
    border-radius: 0px;
    border: none;
    outline: none;
    opacity: 0.1;
}
.ios-device.small .btn-cover-image {
    font-size: 0.9em;
}
.btn-profile-image:active,
.btn-profile-image:focus,
.btn-profile-image:hover,
.btn-profile-image:focus.active,
.btn-cover-image:active,
.btn-cover-image:focus,
.btn-cover-image:hover {
    background: rgba(0, 0, 0, 0.75);
    border: none;
    outline: none;
    opacity: 1;
}

.btn-profile-image {
    width: 100%;
    height: 100%;
    line-height: 120px;
    border-radius: 120px;
}
.profile-image {
    width: 120px;
    height: 120px;
    bottom: -60px;
    left: 20px;
    background: #AAA;
    background-size: cover;
    background-repeat: no-repeat;
    border: none;
    position: absolute;
    border-radius: 100px;
}

.ios-device.small .profile-image {
    width: 76px;
    height: 76px;
    bottom: -38px;
    left: 15px;
}
.ios-device.small .btn-profile-image {
   line-height: 76px;
    font-size: 0;
}
.ios-device.small .btn-profile-image i::before,
.ios-device.small .btn-profile-image i::after {
    font-size: 18px;
}
.ipad-mini-3--large {
    width: 470px;
    height: 600px;
}

.image-card-details {
    margin-top: 20px;
    padding: 30px;
}

.image-card-details h2 {
    font-weight: bolder;
    color: #444;
}

.image-card-details h4 {
    font-size: 0.95em;
    color: #01BB41;
}

.image-card-details .address {
    margin-top: 50px;
    font-size: 0.9em;
}

.image-card-details .address i {
    font-size: 1.5em;
    margin-right: 10px;
}

table.booking-list  tr {
    cursor: pointer;
}

table.booking-list thead  tr {
    background: #f6f6f6;
}

table.booking-list tbody  tr.status_2 {
    background: #fffeef;
}

table.booking-list tbody tr.status_2:hover {
    background: #fff7e6;
}

table.booking-list  tr.status_1 {
    background: #f0fff0;
}

table.booking-list  tr.status_1:hover {
    background: #e0ffe0;
}

table.booking-list  tr.status_3 {
    background: #ffe7d6;
    color: #d05454;
}

/* Mobile veiw */
.simulate-device {
    position: absolute;
    background: #111;
    box-shadow: 0px 0px 0px 2px #aaa;
    padding: 80px 30px 100px;
    border-radius: 55px;
    z-index: 1000;
    left: 25px;
}

.simulate-device:before {
    content: '';
    width: 60px;
    height: 10px;
    border-radius: 10px;
    position: absolute;
    left: 50%;
    margin-left: -30px;
    background: #333;
    top: 50px;
}

.simulate-device:after {
    content: '';
    position: absolute;
    width: 60px;
    height: 60px;
    left: 50%;
    margin-left: -30px;
    bottom: 20px;
    border-radius: 100%;
    box-sizing: border-box;
    border: 5px solid #333;
}

.mobile-screen {
    width: 325px;
    height: 548px;
    background: #fff;
    overflow-y: auto;
    overflow-x: hidden;
}


/* Tabs */
.tabbable-line > .nav-tabs {
  border: none;
  margin: 0px;
}
.tabbable-line > .nav-tabs > li {
  margin-right: 2px;
}
.tabbable-line > .nav-tabs > li > a {
  border: 0;
  margin-right: 0;
  color: #737373;
}
.tabbable-line > .nav-tabs > li > a > i {
  color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover {
  border-bottom: 4px solid rgba(38, 166, 154, 0.34);
}
.tabbable-line > .nav-tabs > li.open > a, .tabbable-line > .nav-tabs > li:hover > a {
  border: 0;
  background: none !important;
  color: #333333;
}
.tabbable-line > .nav-tabs > li.open > a > i, .tabbable-line > .nav-tabs > li:hover > a > i {
  color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open .dropdown-menu, .tabbable-line > .nav-tabs > li:hover .dropdown-menu {
  margin-top: 0px;
}
.tabbable-line > .nav-tabs > li.active {
  border-bottom: 4px solid #26a69a;
  position: relative;
}
.tabbable-line > .nav-tabs > li.active > a {
  border: 0;
  color: #333333;
}
.tabbable-line > .nav-tabs > li.active > a > i {
  color: #404040;
}
.tabbable-line > .tab-content {
  margin-top: -3px;
  background-color: #fff;
  border: 0;
  border-top: 1px solid #eee;
  padding: 15px 0;
}
.portlet .tabbable-line > .tab-content {
  padding-bottom: 0;
}

.trumbowyg-box, .trumbowyg-editor {
    margin: 0 auto;
}

.img-clip {
    cursor: pointer;
    border: 2px transparent;
}

.img-clip.selected {
    border: 2px red;
}

.img-clip.selected:after {

}

.images-wrapper a.img-clip {
    max-height: 65px;
    overflow: hidden;
    padding: 4px;
}
.images-wrapper a.img-clip img {
    width: 100%;
}

table.order-list select {
    border: none;
    -webkit-appearance: none;
    padding: 0 0 0 10px
}

table.order-list .status-0 select {
    background: #fffeef;
}
table.order-list .status-2 select {
    background: #fffeef;
}

.panel-nopadding .panel-body {
    padding: 0px;
}

form small {
    color: #999;
}

.well {
    padding: 10px;
}

.selected-services {
    text-align: center;
}

.selected-services .service {
    position: relative;
    margin: 0 10px;
    display: inline-block;
    padding: 1px 40px;
    text-align: center;
    line-height: 40px;
    background: #f6f6f6;
    border-radius: 2px;
    cursor: pointer;
    border: 1px solid #ddd;
}

.selected-services .service:after {
    content: "\f058";
    color: #568648;
    margin-left: 10px;
    font: normal normal normal 18px/1 "Font Awesome 5 Free";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 7px;
    right: 12px;
}

.selected-services .service.active {
    background: #2bab66 !important;
    border-color: #469b5d;
    color: #fff !important;
}

.selected-services .service.pending {
    color: #777;
    background: #ddd;
}

.selected-services .service.active:after {
    content: "\f141" !important;
    font: normal normal normal 19px/1 "Font Awesome 5 Free";
    font-weight: 900;
    display: block !important;
    color: #fff !important;
}

.selected-services .service.active:before {
    content: "\f0d7";
    color: #2bab66;
    margin-left: 10px;
    font: normal normal normal 19px/1 "Font Awesome 5 Free";
    font-weight: 900;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    bottom: -13px;
    right: calc(50% - 5px);
}

.selected-services .service.pending:after {
    display: none;
}
/** welcome **/
.media-icon-list {
    position: relative;
    padding-top: 4px;
    padding-bottom: 4px;
}

.media-icon-list .col {
    display: inline-block;
    padding-left: 4px;
    padding-right: 4px;
}

.media-icon-list .col img {
    max-height: 4em;
}

.list {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.list>li,
.list-item {
    list-style: none;
    font-size: 16px;
    padding: 8px 0px;
}

.list-item span {
    font-weight: bold;
}

.list-item:after {
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    margin-left: 5px;
    font-weight: 900;
}

.container.welcome .logo {
    margin-top: 1em;
    margin-bottom: 2em;
}

.social-list li {
    margin-right: 1.9em;
}

.social-list li i {
    font-size: 18px;
}

.group-label {
    font-weight: bold;
}
.form-group {
    margin-bottom: 20px;
}

p.small {
    color: #777;
    margin-top: 5px;
}

.settings-form h3, .settings-form h4, .settings-form h5, .settings-form h6 {
    font-weight: 600;
}
.settings-form h3 small, .settings-form h4 small, .settings-form h5 small, .settings-form h6 small {
    font-weight: 300;
    font-size: 0.7em;
}
.settings-form h4, .settings-form h5 {
    margin-top: 40px;
    margin-bottom: 20px;
}

.form-control-inline {
    display: inline;
    padding: 3px 6px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control-inline:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}

.alert-success {
    color: #3c763d;
    background-color: #f7f7dd;
    border-color: #f1eea3;
}

.alert {
    padding: 6px 10px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 0;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 4px 0 0px;
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_info {
    float: left;
}
.dataTables_wrapper .dataTables_length  select {
    min-width: 70px;
}

/** fix google autocomplete for modal **/
.pac-container { z-index: 100000; }