body.login-page
{
    background: url(../images/login/bg.png) top left repeat-x #fff;
    font-family: Tahoma, Geneva, sans-serif;
    color: #555;
    min-width: 280px;
}

.login-header .icon, .login-header .brand small { display: none !important; }

.login .login-header
{
    position: relative;
    top: 0;
    left: 0;
    width: auto;
    margin: 11px auto;
    padding: 0;
}

.login
{
    background: none !important;
    margin-top: 142px;  
}


.login .login-content
{
    width: 90% !important;
    margin: 0 auto 0 auto;
    max-width: 376px !important;
    padding: 8px;
    background: #eee !important;
    background: rgba(0, 0, 0, 0.08) !important;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.login-content form {
    width: 100%; 
    background:#fff; 
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.2);
box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.2);
    margin: 0; padding: 10px;
    border-radius: 5px;
     -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  }

.login .form-control.error {
    text-align: left;
}

.login .forgot-link {
    margin-top: 20px;
    margin-bottom: 10px !important;
}

.reset-success {
    display: none;
    font-size: 18px;
    text-align: center;
}

.login-page .tooltip {
    opacity: 1;
}
.login-page .tooltip-arrow {
    border-top-color: #fff;
}
.login-page .tooltip-inner {
    background-color: #fff;
    color: #000;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.login-page .create-success {
    display: none;
    font-size: 18px;
}

.login-page .brand { text-align: center; }

.login-page .brand img {
    max-height: 50px;
    max-width: 90%;
    height: auto;
    width: auto;  
    margin-bottom: 10px;
}

.login-page div.forgot-link { clear: both; }

p.forgot { text-align:center;
color:#2c2c2c;
font-size:12px;
font-weight:bold;
margin:0;
padding-top:20px;}

p.forgot a { display: block; }


.login-buttons button
{
    width: 105px;
    height: 41px;
    background: url(../images/login/sign_in_btn.png) 0px 0px no-repeat !important;
    border: none;
    cursor: pointer;
    margin-bottom: 10px;
    text-indent: -9999px;
    overflow: hidden;
    float: right;
}

#signin .checkbox
{
    float: left;
    color: #555555;
    font-size: 11px;
    padding-left: 20px;
    height: 13px;
    cursor: pointer;
    margin-left: 0;
    margin-top: 10px;
    vertical-align: top;
}

input#resetpass
{
    width: 177px;
    height: 41px;
    background: url(../images/login/btn_retrievepassword.png) 0px 0px no-repeat;
    border: none;
    cursor: pointer;
    margin-bottom: 10px;
    text-indent: -9999px;
    overflow: hidden;
    float: right;
}
input#resetpass:hover, .login-buttons button:hover { background-position: 0px -41px !important; }


#reset_pass .login-buttons { width: 100%; height: 50px; }

#reset_pass label.text-white
{
    color: #000 !important;
    font-weight: normal !important;
    font-size: 14px;
    padding: 15px 0 15px 0;
    text-align: center;
    position: relative;
}

#error .errorMessage {
    color: #990000 !important;
    text-align: center;
    font-weight: bold;
}

#reset_pass { 
    position: relative;  
    padding-top: 50px;
}
#reset_pass:before
{
    content: 'Password reset';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    color: #555; 
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    height: 45px;
    line-height: 45px;
    border-radius: 5px 5px 0 0; 
    border-bottom: 1px solid #ccc;
    background: rgb(254,254,254);
    background: -moz-linear-gradient(top, rgba(254, 254, 254, 1) 0%, rgba(240, 244, 245, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(254, 254, 254, 1)), color-stop(100%, rgba(240, 244, 245, 1)));
    background: -webkit-linear-gradient(top, rgba(254, 254, 254, 1) 0%, rgba(240, 244, 245, 1) 100%);
    background: -o-linear-gradient(top, rgba(254, 254, 254, 1) 0%, rgba(240, 244, 245, 1) 100%);
    background: -ms-linear-gradient(top, rgba(254, 254, 254, 1) 0%, rgba(240, 244, 245, 1) 100%);
    background: linear-gradient(to bottom, rgba(254, 254, 254, 1) 0%, rgba(240, 244, 245, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#f0f4f5',GradientType=0 );

}

.admin-badge {
    padding: 1px 5px;
    border-radius: 3px;
    background-color: #D9EDF7;
    border-color: #BCE8F1;
    color: #3A87AD;
}

.user-search-wrap span {
    display: inline-block;
    vertical-align: top;
}
.user-search-wrap input {
    top: 0 !important;
    width: 300px;
}

.user-search-wrap-button {
    display: inline-block;
    vertical-align: top;
}

.user-search-btn {
    height: 25px;
}

.user-search-clear-btn{
    height: 25px;
}

#user-filter-wrapper {
    display: flex;
}

#user-filter-wrapper > div {
    margin:5px 10px 0 0;
}

.select_box.css3 {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border: 1px solid #c5c5c5;
    height: 27px;
    min-width: 200px;
}

.users .user-type {
    height: 25px;
    min-width: 90px;
    width: 90px;
}
#users {
    clear: both;
}
.user-filter-controls {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 15px;
}

.manager-badge {
    background-color: #DFF0D8;
    border-color: #D6E9C6;
    color: #468847;
    padding: 1px 5px;
    border-radius: 3px;
}

@media (max-width: 767px) {

/*
html {
  background: #fff;
}
*/

body.login-page  {
  background: rgb(246,247,230);
  background: -moz-linear-gradient(top, rgba(246,247,230,1) 0%, rgba(255,255,255,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246,247,230,1)), color-stop(100%,rgba(255,255,255,1)));
  background: -webkit-linear-gradient(top, rgba(246,247,230,1) 0%,rgba(255,255,255,1) 100%);
  background: -o-linear-gradient(top, rgba(246,247,230,1) 0%,rgba(255,255,255,1) 100%);
  background: -ms-linear-gradient(top, rgba(246,247,230,1) 0%,rgba(255,255,255,1) 100%);
  background: linear-gradient(to bottom, rgba(246,247,230,1) 0%,rgba(255,255,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f7e6', endColorstr='#ffffff',GradientType=0 );
}

.login { margin-top: 0; padding: 10% 0; }

} 

.login input.user, .login input.pass, .login input.fakepass {
    padding: 11px 13px;
    border-radius: 0px;
    height: auto;
    width: 92%;
    box-shadow: 0 0 0 4px rgba(242, 245, 247, 1.0);
    margin: 0 auto;
}
.login .login-buttons {
    margin-right: 9px;
}



a {
    cursor: pointer;
}

.navbar-app-logo {
    float: left;
    margin:25px 10px 0 5px;
}
.navbar-app-logo img {
    max-height: 52px;
}

/*
.sidebar .sub-menu > li.heading > a {
    font-weight: bold;
}

.sidebar .sub-menu > li.heading > a:before {
    content: '\f111';
}
*/

#datepicker {
    margin: 0 0 10px 0;
}

#calendars-sidebar {
    padding: 10px 0;
}

#calendars-sidebar .cal_subhead {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 10px;
    color: #242A30;
}

.dashboard-controls-wrapper {
}
/*
.dashboard-left-column {
    padding-top: 0 !important; 
}*/

.dashboard-controls {
    float: right;
    padding-right: 15px;
}

.minical.datepick{
    border-top: 6px solid #97cc68;
    box-shadow: 1px 2px 3px #aaa;
}

.minical.datepick td {
    background: #fff;
    border-radius: 4px;
    border: 0px none;
}
/*.minical.datepick td a {
    background: #fff;
    border-radius: 4px;
    font-weight: normal;
}*/
.minical.datepick td a.datepick-today {
    background-color: #eee !important;
    color: #000;
    text-shadow: none;
}

.minical.datepick th {
    background-color: #fff;
    font-size: 12px;
    text-transform: capitalize;
}
.minical.datepick .datepick-month thead {
    border: 0px none;
}

.minical.datepick .datepick-nav, .minical.datepick .datepick-month-header, .minical.datepick .datepick-cmd-prev, .minical.datepick .datepick-cmd-next {
    background: #fff;
}

.minical.datepick .datepick-nav select {
    background: #fff;
    font-size: 12px;
    margin-top: 4px;
    color: #707478;   
    height: 20px;
    border-radius: 4px;
}

.minical.datepick .datepick-cmd-prev, .minical.datepick .datepick-cmd-next {
    background: #fff;
    text-indent: 0;
    border-radius: 4px;
    height: 30px !important;
    line-height: 25px;
    width: 30px;
}
.minical.datepick .datepick-cmd-prev:hover, .minical.datepick .datepick-cmd-next:hover {
    background: #eee;
}
.minical.datepick .datepick-cmd-prev:before, .minical.datepick .datepick-cmd-next:before {
    font-family: FontAwesome;
    font-size: 9px;
    color: #707478;
}
.minical.datepick .datepick-cmd-prev:before {
    content: '\f100';
}
.minical.datepick .datepick-cmd-next:before {
    content: '\f101';
}

.minical.datepick .datepick-cmd-prev span, .minical.datepick .datepick-cmd-next span {
    display: none;
}

.minical .prev-td, .minical .next-td {
    width: 30px;
}
.minical.datepick .datepick-nav td {
    background: #fff;
}

/* .booking .minical.datepick td a.datepick-selected {
    background: #00ACAC !important;
}
.booking .minical.datepick td a {
    border: 1px solid #00ACAC !important;   
}
*/

.booking .minical.datepick .datepick-cmd-next, .booking .minical.datepick .datepick-cmd-prev {
    border: 0 !important;   
}
.booking .minical.datepick td span {
    /*border: 1px solid #f1f1f1;*/
}
.booking .fc-override .fc-state-highlight {
    background-color: transparent !important;
}

.fc-override .next-btn, .fc-override .prev-btn {
    border-color:  #E2E7EB !important;
}

.app-grid .appts-grid-partial {
    display: none;
}

#btn-new-logo-upload, #btn-new-logo-upload-button, #btn-new-avatar-upload, #btn-new-avatar-upload-button {
    width: auto !important;
    height: auto !important;
    line-height: inherit !important;
    display: inline-block;
}

/* settings  */

.privacy_policy .submit-button-row {
    margin-top: 30px;
}
.privacy_policy a {
    text-decoration: underline;
}
.privacy_policy .ques {
    margin: 1px 10px 0 0;
    vertical-align: top;    
}
.privacy_policy input[type=checkbox] {
    vertical-align: top;    
}

div.tagsinput input {
    width: auto !important;
}

.uploadify {
    position: relative;
}
#btn-new-logo-upload-queue, #btn-new-avatar-upload-queue {
    position: absolute;
    top: 0px;
    left: 20px;    
}

#btn-new-avatar-upload-queue .uploadify-queue-item
{
    max-width: 350px !important;
}
#logo-upload-error-box{
    position: absolute;
    top: 0px;
    left: 3px;
    color: #ff3333;
    display: none;
}
#avatar-upload-error-box{
    position: absolute;
    top: 3px;
    left: 75px;
    color: #ff3333;
    display: none;
}

.uploadify {
    position: relative;
    margin-bottom: 1em;
}
.uploadify:hover .uploadify-button {
    background-position: bottom left;
}
.uploadify-button.disabled {
}
.uploadify-queue {
    margin-bottom: 1em;
}
.uploadify-queue-item {
    background-color: #F5F5F5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    opacity: 0.8;
    font: 11px Verdana, Geneva, sans-serif;
    margin-top: 5px;
    width: 400px;
    padding: 10px;
}
.uploadify-error {
    background-color: #FDE5DD !important;
}
.uploadify-queue-item .cancel a {
    background: url('../images/uploadify-cancel.png') 0 0 no-repeat;
    float: right;
    height: 16px;
    text-indent: -9999px;
    width: 16px;
}
.uploadify-queue-item.completed {
    background-color: #E5E5E5;
}
.uploadify-progress {
    background-color: #E5E5E5;
    margin-top: 10px;
    width: 100%;
}
.uploadify-progress-bar {
    background-color: #0099FF;
    height: 3px;
    width: 1px;
}

/* question icons with tooltips */
.settings-content .switch
{
    position: relative;
}

.settings-content .switch .switcher {
    display: inline-block;
}
.extension-google .switcher,
.extension-outlook .switcher,
.extension-outlookoffice .switcher,
.extension-exchange .switcher,
.extension-twilio .switcher,
.extension-stripe .switcher,
.extension-outlookoffice .switcher,
.extension-robovoice .switcher,
.extension-googleanalytics .switcher,
.extension-googlemeet .switcher,
.extension-zapier .switcher
{
    float: right;
    margin-right: 29px;
}
.extension-infusionsoft .switcher-wrap, 
.extension-gotomeeting .switcher-wrap, 
.extension-webex .switcher-wrap, 
.extension-salesforce .switcher-wrap, 
.extension-globalconference .switcher-wrap,
.extension-fixyourfunnel .switcher-wrap,
.extension-robovoice .switcher-wrap,
.extension-zapier .switcher-wrap
{
    float: right;
    position: relative;
    width: 115px;
}
#zapier_settings .connected, #zapier_settings .disconnected {
    display: flex;
    justify-content: flex-end;
}
.extension-fixyourfunnel .switcher-wrap {
    width: 74px;
    text-align: center;
    margin-right: 15px;
}
.extension-webex .switcher-wrap {
    width: 97px;
}
.extension-webex #webex_settings_link {
    margin-left: 13px;
}
.switcher-wrap .switcher {
    margin-left: 20px;
}
.extension-twilio .switcher,
.extension-stripe .switcher 
{
    margin-right: 19px;
}
.extension-gotomeeting .switcher-wrap .ques {
    left: auto;
    right: 4px;
}
.extension-conference .switcher-wrap .enabled-msg,
.extension-conference .switcher-wrap .conf-loader,
.extension-conference .switcher-wrap .conf-failure
{
    text-align: center;
}
.extension-fixyourfunnel #fixyourfunnel_settings_link {
    margin-left: 0;
}

#users_list .user {
    background: #F4F6F7;
    border-radius: 3px;
    position: relative;
    margin-bottom: 10px;
    padding: 10px 15px;
    cursor: pointer;
}

#users_list .user span {
    float: left;
}
#users_list .user .user-item {
    margin-right: 5px;
}
#users_list .user .user-btn {
    display: none;
    float: right;
    margin-left: 15px;
    text-decoration: underline;
}
#users_list .user .user-btn:hover {
}
#users_list .user:hover .user-btn {
    display: block;
}

#users_list .clear-both {
    clear: both;
}

.users-count-status {
    margin-top: 10px;
}


.settings-modal-spinner {
    background: url(../images/loader-circle.gif) no-repeat center center;
    height: 32px;
}
.coloradmin-modal-loader .modal-dialog {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    width:100px;
}

.tags-input {
    width: 100% !important;
}

.expand-link {
    display:block;
    cursor: pointer;
}
.expand-link span {
    display: inline-block;
    width:7px;
    height:4px;
    background: url(../images/triangle.png) 0 0 no-repeat;
    margin:0 0 0 5px;
}
.expand-link.expanded {
    opacity: 0.6;
}
.expand-link.expanded span {
    background-position: 0 -4px;
}


/* appt form */
/*
.main-appt-form .form-group .left {
    float: left;
    width: 25%;
    text-align: right;
    padding:0 15px;
}
.main-appt-form .form-group .right {
    float: left;
    width: 75%;
    padding:0 15px;
}
*/
.main-appt-form .form-group .left {
    display: block;
    text-align: left;
    padding:0 15px;
}
.main-appt-form .form-group .right {
    display: block;
    padding:0 15px;
}

@media (min-width: 992px) {
    .main-appt-form .form-group .left {
        float: left;
        width: 30%;
        text-align: right;
    }
    .main-appt-form .form-group .right {
        float: left;
        width: 70%;
    }
    .main-appt-form #payment-default-wrapper > div { width: 50%; }
    .main-appt-form #payment-default-wrapper .left { padding-top: 5px; }
}

/*
.main-appt-form .form-group, .main-appt-form .form-group:before, .main-appt-form .form-group:after {
    display: table;
    content: " ";
}
*/
.main-appt-form .form-group:before, .main-appt-form .form-group:after {
    display: table;
    content: " ";
    clear: both;
}
.main-appt-form .form-group {
    /*width:100%;*/
    clear: both;
}

.main-appt-form [type="text"], .main-appt-form [type="password"], .main-appt-form textarea {
    border: 1px solid #CCD0D4;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 12px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;

    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    line-height: 1.42857143;
    color: #555;
    background-color: #FFF;
    background-image: none;
    -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;
}
.main-appt-form input, .main-appt-form textarea {
    height: auto;
}
.main-appt-form input[type=checkbox], .main-appt-form input[type=radio] {
    display: inline-block;
    width: auto;
}
.main-appt-form input[name="appt_groupmax"] {
    display: inline-block;
}
.appt_groupmax .expand-link {
    margin-top: 10px;
}

.main-appt-form .loc_instr_additional {
    margin-top: 10px;
}

.main-appt-form .appt-form-attendees-wrapper {
    float: none;
    width: initial;
}

.appt-form-attendees-wrapper > .line:first-child {
    height: auto !important;
}

.main-appt-form .appt-form-avail-wrapper {
    float: left;
    width: 75%;
}


.appt-form-payments-wrapper input {
    display: inline-block;
}
.appt-form-payments-wrapper .select2-container {
    width: 80px !important;
}

/* .button-css3-v2 {
    line-height: 20px;
    color: #FFF;
    background: #49B6D6 !important;
    border-color: #49B6D6 !important;
    box-shadow:none;
    border:0px none;
    border-radius: 3px;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid rgba(0, 0, 0, 0);
    font-family: inherit;
    text-shadow: none;
}
*/

div.fc-agendaDay-view .button-css3-v2 { line-height: 12px; }

/* .button-css3-v2:hover, .button-css3-v2:active, .button-css3-v2:focus {
    background-color: #31B0D5 !important;
    border-color: #269ABC !important;
}
*/

.blue_button {
    color: #FFF;
    background: #49B6D6;
    border-color: #49B6D6;
}
.blue_button:hover, .blue_button:active, .blue_button:focus {
    color: #FFF;
    background: #3A92AB;
    border-color: #3A92AB;
}

.gray_button {
    color: #FFF;
    background: #B6C2C9;
    border-color: #B6C2C9;
}
.gray_button:hover, .gray_button:active, .gray_button:focus {
    color: #FFF;
    background: #929BA1;
    border-color: #929BA1;
}

.trigger-from-row .trigger-from-item {
    width: 82%;
}

#trigger-list {
    float: left;
    clear: both;
    margin: 15px 0;
    display: inline-block;
    width: auto;    
}
#trigger-list td {
    padding: 7px;
}
.action-settings #trigger-list td.trigger-name {
    max-width: none;
    min-width: inherit;
}
/* #trigger-form input {
    width: 50px;
}*/

#trigger-editor {
    border: 1px solid #CCD0D4;
    padding: 6px 12px;    
    border-radius: 3px;
}

#trigger-send-sms-me-alert {
    margin: 0 0 0 15px;
    padding: 5px 10px;
    display: inline-block;
}

/*.appt-form-triggers-wrapper .select2-container {
    width: 260px;
}*/

/* hide this specific option (if disabled) in dropdown in this particular edition */
.trigger-type-select-drop li.select2-disabled.val-fields-applyDealStage {
    display: none;
}

.main-appt-form .custom-start-times-wrap .form-control, #dont_book_within_aux .form-control, #how_far_in_advance_aux .form-control {
    width: 135px;
}
.main-appt-form .custom-start-times-wrap input, #dont_book_within_aux input, #how_far_in_advance_aux input {
    display: inline-block;
}
.main-appt-form .custom-start-times-wrap select.form-control {
    display: inline-block;
}

.opt_overlay .buttons .right {
    float: right !important;
}
.opt_overlay .buttons {
    padding-top: 15px;
}

.main-appt-form .checklist > div {
    clear: both;
    padding: 10px;
}
.main-appt-form .checklist > div:after {
    content: " ";
    clear: both;
    display: block;
}
.main-appt-form .checklist > div.odd {
    background: #F0F3F5;
}
.main-appt-form .checklist > div > div {
    float: left;
    width: 50%;
    padding: 0 10px;
}
.main-appt-form .contact-type-div select {
    width: 250px !important;
}

#trigger-send-sms-service-alert {
    font-size: 12px;
}

.main-appt-form .create-new-custom-field input, .tag_select_input, .is-custom-fields, .new-or-exist {
    display:inline-block;
    width: auto;
}
.main-appt-form .new-or-exist {
    width: 80%;
}


.main-appt-form .line:before {
    clear: both;
    content: " ";
    display: block;
    border-bottom: 1px solid #EEE;
    padding-top: 20px;
    margin-bottom: 20px;
}
.main-appt-form .line:after {
    clear: both;
    content: " ";
    display: block;
}
.main-appt-form .line {
    clear: both;
    border: 0;
}

.main-appt-form .line-with-text:before {
    padding: 0;
    margin: 0;
    border: 0px none;
}
.main-appt-form .line-with-text {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #E5E5E5;
}    

.alert {
    background-color: #D8EDF0 !important;
    border-color: #D8EDF0 !important;
    color: #468388 !important;
    border: 1px solid #549ea4;
    border-radius: 4px 4px 4px 4px;    
    padding: 10px 20px 10px 20px;
    font-weight: bold;
    line-height: normal;
}

.alert.alert-warning {
    background-color: #FCF8E3 !important;
    color: #C09853 !important;
    border-color: #faebcc !important;
}

.alert a {
    text-decoration: underline;
}

#main_appt_form .alert {
    margin: 10px 20px;
}


.alert-small {
    font-size: 1em;
}

.appt-form-step .box {
    /*
    border-radius: 5px;
    border: 1px solid #E3E3E3;
    position: relative;
    margin-bottom: 10px;
    padding:15px;
    min-height: 80px
    */

    border: 0px none;
    border-bottom: 1px solid #E3E3E3;
    position: relative;
    margin-bottom: 10px;
    padding:15px 15px 20px 15px;
    min-height: 80px
}
.appt-form-step .box:last-child {
    border: 0px none;
}
.appt-form-step .box .box_inner {
    float: left;
    width: 83%;
}
#box_genurl .genurl_inner { 
    /*height: 115px !important; */
}
.appt-form-step .box_inner p {
    width: 80%;
    text-align: left;
    margin-top: 20px;
}
.appt-form-step .div-as-textarea {
    margin-bottom: 10px;
    border: 1px solid #CCD0D4;
    border-radius: 3px;
    padding: 3px;
}
#iframe_url, #wp_iframe_url {
	word-break: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
/* font-awesome icons */
.appt-form-step .box:before, appt-form-step .box .btn_select:before, #box_previewcustomize .preview-label:before, appt-form-step .copylink:before, .booking .slotsV2-prev-btn:before, .booking .slotsV2-next-btn:after, .booking .Slots-view .slots-day-hdr .prev-btn:before, .booking .Slots-view .slots-day-hdr .next-btn:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;

}
.appt-form-step .box .btn_select:before {
    content: '\f0dd';
    top: -3px;
    position: relative;
    font-size: 18px;    
}
.appt-form-step .box:before {
    float: left;
    font-size: 4em;
    width: 16.6%;
    text-align: center;
}
.appt-form-step .box:after {
    content: " ";
    clear: both;
    display: block;
}
.appt-form-step .box .btn_select {
    color: #fff;
    background: #B6C2C9;
    border-color: #B6C2C9;
    border-color: #929BA1;    
    float: right;
    margin: 20px 10px 10px 10px;
}
.appt-form-step .box .btn_select:hover, appt-form-step .box .btn_select:active, appt-form-step .box .btn_select:focus {
    border:1px solid #BEB7B7;
    background: #929BA1;
}
.box#box_genurl:before {
    content: "\f0ac";
}
.box#box_ifrembedding:before {
    content: "\f121";
}

.box#box_send_from_gmail:before {
    content: " ";
    height: 48px;
    background: none; 
    background-size: 48px 36px;
}

#box_send_from_gmail {
    background: url(../images/icon-circle-mail.png) no-repeat 10px 10px !important;
}

.box#box_inviteemail:before {
    content: "\f0e0";
}
/* hide this widget in 8020 */
#box_inviteemail {
    display: none;
}
.box#box_geninfusion:before {
    content: "\f013";
}
.appt-form-step .appt-integrate-title {
    margin: 20px 0;
    font-size: 21px;
    padding-bottom: 3px;
    border-bottom: 1px solid #E2E7EB;
    height: auto;
    line-height: 30px;
}
.appt-form-step .copylink, .copy-link-widget .copylink {
    color: #FFF;
    background: #B6C2C9;
    border-color: #B6C2C9;    
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;    
}
.appt-form-step .copylink:hover, appt-form-step .copylink:active, appt-form-step .copylink:focus {
    color: #FFF;
    background: #929BA1;
    border-color: #929BA1;
}
#box_ifrembedding p { 
	text-align:left !important; 
	margin: 0 0 -10px 0;
}
#box_previewcustomize > .preview-item {
    float: left;
    width: 33%;
    padding-left: 15px;    
}
#box_previewcustomize .ques[rel="save_publish_share_multi_views_tooltip"] {
    position: absolute;
    margin-left: 10px;
    margin-top: 11px;
}
#box_previewcustomize .ques[rel="save_publish_share_customize_tooltip"] {
    position: absolute;
}
#box_previewcustomize .preview-label {
    padding-top: 7px;
    text-align: right;
}
#box_previewcustomize .preview-label:before {
    content: "\f06e";
    display: inline-block;
    margin-right: 15px;
    font-size: 2em;
    color: #242A30;
    vertical-align: middle;
}
#new_contacts_final_info, #existing_contacts_final_info, #final_url {
    font-weight: bold;
    text-align: left;
}
#final_url {
    padding: 10px 0;
}
.main-appt-form .overlay {
    height: auto;
    padding: 20px;
}
.opt_overlay .heading_area {
    padding-top:  0;
    margin-bottom: 15px;
}

/* booking page */
.booking .booking-header {
    margin: 0px 0 20px 0;
}
.booking #content {
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
    padding: 20px 25px;
}
.booking #booking_links_powered_by {
    /*max-width: 1000px;
    margin: 0 auto;
    padding: 0 25px 20px 0;
    background-color: #d9e0e7;*/
    padding-top: 10px;
}
.booking #dashboard_content {
    display: table;
    table-layout: fixed;
    border-spacing: 0;
    height: 100%;
    width: 100%;
}
.booking #cal_side, .booking #calendar_main {
    display: table-cell;
    vertical-align: top;
    height: 100%;
    padding: 15px !important;
    float: none !important;
}

.booking #calendar_main { padding: 0 !important; }
 
.booking #cal_side {
    width: 300px;
    background: #F0F3F4;
}
/*

Uncomment this to get progress bar at the top of the booking pages

.booking .pace .pace-progress, .error .pace .pace-progress {
    top: 0;
}
.booking .pace .pace-activity, .error .pace .pace-activity {
    top: 10px;
}
.booking .pace:before, .error .pace:before {
    content: ' ';
    top: 0;
}
*/

.pace, #page-loader {
    display: none !important;
}


@media (max-width: 767px) {
    .booking #cal_side, .booking #calendar_main {
        display: block !important;
        width: auto !important;
        position: relative !important;
        overflow: initial !important;
        table-layout: initial !important;
        top: auto !important;
        height: auto !important;
    }
    .owner-logo-img {
	width: 100%;
	max-width: 370px;
	}
	.navbar-app-logo { margin-left: 8px; }
	#box_genurl .genurl_inner { height: auto !important; }
	#box_ifrembedding .embed_holder { width: 100% !important; }
	#iframe_view_type_preview { display: none !important; }
	#trigger-list td { 
		white-space: normal !important;
		min-width: 20px !important;
	}
	#trigger-form { margin: 0 10px; }
	.appt-form-triggers-wrapper .select2-container { 
		width: 100%; 
		max-width: 260px; 
	}
	#trigger-type-content.trigger-type-content-email input#trigger-email-subject {
		width: 100%; 
		max-width: 565px;	
	}
	/*#trigger-editor-toolbar { display: none; }*/
	#trigger-type-content.trigger-type-content-email #trigger-editor { 
		width: 100%;
		max-width: 500px; }
	.ques { display: none !important; } /* disable tooltips mobile */	
	#manage-appointments-content .manage-appointments-type-td, #manage-appointments-content .manage-appointments-type-hdr, th#manage-appointments-content_c9, td.manage-appointments-delete-td, #appointments_content .appts-grid-type, #appointments_content .appts-grid-delete, th#manage-appointments-content_c6 { display: none !important; }
	#manage-appointments-content .table>thead>tr>th, #manage-appointments-content .table td, #appointments_content  .table td, #appointments_content .table th { padding: 4px 6px; }
	#manage-appointments-content th, #manage-appointments-content td, #appointments_content th, #appointments_content td { font-size: 11px !important; }
	.attendee-tag { font-size: 11px; padding: 2px 16px 2px 0 }
	.attendee-tag .btn { white-space: normal; }
	.main-appt-form .overlay { 
		width: 100% !important;
		left: 0 !important; 
		top: 0 !important; 
		height: auto !important;
	}
	#aptslot_start_options {
		height: auto !important;
	}
	#aptslot_start_options td { 
		display: block; 
		text-align: left !important;
		padding: 10px !important;
	}
	#ac-tab-planner { display: none; } /* hide weekly availability tool */
	#appointments_content .col-sm-4 .control-label { display: block; }
	#appointments_content .col-sm-4 { 
		width: 45% !important; 
		float: left; 
	}
	#appointments_content .col-sm-4.appt-create-new {
		width: 100% !important;
		float: none;
		text-align: center !important;
	}
	#appointments_content td .btn-sm { padding: 4px 8px; }
	#appointments_content .copylink { 
		width: auto; 
		overflow: hidden;
		color: #2d353c;
	}
    #appointments_content .copylink .glyphicon-share-alt:before {
        content:"\e095";
        color: initial;
    }
	.appointments-video, .appointments-video a>img { 
		width: 100% !important; 
		max-width: 550px; 
	}
	#box_previewcustomize { padding: 8px !important; }
	#box_previewcustomize > .preview-item {
		width: 100% !important;
		float: none !important;
		padding-bottom: 10px;
	}
	#box_previewcustomize .preview-label {
		text-align: center;
	}
	.main-appt-form .appt-form-attendees-wrapper {
		width: 100%;
		float: none;
	}
	.appt-scenario-select { width: 150px !important; }
	.select2-container.appt-rotate-select { display:block; }
}



.booking #dashboard_content > .clear {
    display: none;
}
/*.booking #dashboard_content:after {
    clear: both;
    content: " ";
    display: block;
}*/
.booking h2.list-slots-header, .booking .module_header h2, .action-form .module-header h2 {
    text-transform: uppercase;
    text-align: center;
    font-size: 20px!important;
   /* color: #3fa3aa; */
}

.booking #slot_select_header {
	border-bottom: 2px solid #3fa3aa;
	padding-bottom: 5px;
	margin-bottom: 0;
}

.booking #custom_footer {
    clear: both;
}

.booking .header_date_time_wrapper {
    margin-right: 0px;
    height: auto;
    margin: 0 0 10px 0;
    max-width:initial;
    line-height: 35px;
    text-align: center;
    font-weight: 300;
    /*
    min-height: 65px;
    */
}
.booking .header_date_timezone_wrapper {
    float: none;
    display:inline-block;
}
.booking .header_date_timezone, .booking .header_date_time {
    font-size: 20px;
    vertical-align: middle;
}
.booking .timezone-alert {
    margin: 0 20px;
}

.booking .view_type_container .view-type-guests {
    width: auto;
}
.booking .header-timezone-selection .timeZoneChange {
    display: inline-block;
    width: auto;
}
.booking .header_date_time_wrapper > div {
    float: none;
}

.slots-v2-view .appt.slotavail {
    color: #555;
    border: 1px solid #9d9d9d;
    display: inline-block;
    padding: 6px 12px;
    font-size: 14px;    
    border-radius: 3px;
    margin: 0 10px 10px 0;
    cursor: pointer;
    text-align: center;
}
.SlotsV2-view .appt.slotavail {
    min-width: 154px;
    font-weight: normal;
}
.SlotsV2-view .slotsV2-inner-container {
    text-align: center;
    padding: 15px;
}
.slots-v2-view .appt.slotavail:hover:not(.disabled):not(.slot-clicked) {
    color: #FFF;
    background: #00ACAC;
    border-color: #929BA1;
}
/*.SlotsV2-view .appt.slotavail:hover:not(.disabled):not(.slot-clicked) {
    background: #028E8E !important;
} */
/* .booking .slotsV2-hdr {
    padding-bottom: 5px;
    border-bottom: 2px solid #3fa3aa;
    margin-bottom: 10px;
} */
.booking .slots-v2-container {
    position: relative;
}
.booking .slots-v2-container #slotschoice_render_loader{ 
    left: inherit;
    right: 0;
}
.booking .Slots-view #slotschoice_render_loader{ 
    top: 0;
}
.booking .slotsV2-hdr h3 {
    position: relative;
    text-align: center;
    margin-top: 5px;
}
.booking .slotsV2-nav-time {
    font-size: 14px;
}
/*.booking .slotsV2-nav-btn { margin-top: 10px; } */
.booking .slotsV2-prev-btn, .booking .slotsV2-next-btn, .booking .Slots-view .slots-day-hdr .prev-btn, .booking .Slots-view .slots-day-hdr .next-btn {
    background: none;
    border: 0px none;
    font-size: 14px;
    color: #337AB7;
    cursor: pointer;
}
.booking #slot_select {
    position: relative;
}
.booking .slotsV2-prev-btn:hover, .booking .slotsV2-next-btn:hover, .booking .Slots-view .slots-day-hdr .prev-btn:hover, .booking .Slots-view .slots-day-hdr .next-btn:hover {
    text-decoration: underline;
}
.booking .slotsV2-prev-btn:before, .booking .Slots-view .slots-day-hdr .prev-btn:before {
    content: "\f104";
    margin-right: 4px;
}
.booking .slotsV2-next-btn:after, .booking .Slots-view .slots-day-hdr .next-btn:after {
    content: "\f105";
    margin-left: 4px;
}
.booking .Slots-view .slots-day-hdr .prev-btn, .booking .Slots-view .slots-day-hdr .next-btn {
    display: inline-block;
    padding: 6px 12px;
    margin: 0;
    font: inherit;
    font-size: 14px;
    vertical-align: middle;
}
.booking .Slots-view .slots-day-hdr {
    text-align: center;
}
.booking .Slots-view .slots-day-hdr h3 {
    display: inline;
    font-size: 18px;
    line-height: 30px;
}
.booking .slotsV2-prev-btn {
    position: absolute;
    top: 0;
    left: 0;
}
.booking .slotsV2-next-btn {
    position: absolute;
    top: 0;
    right: 0;
}

.booking .Slots-view #dashboard_content {
    display: none;
}

.booking .Slots-view .slotavail {
    border-radius: 8px;
    font-size: 16px;
    padding: 15px;
    cursor: pointer;
}
.booking .Slots-view .slotavail .appt-item {
    float: left;
    width: 33.3%;
    text-align: center;
}
.booking .Slots-view .slotavail .appt-item.info, .booking .Slots-view .slotavail .appt-item.time {
    line-height: 30px;
}
.booking .Slots-view .slotavail:after {
    content: " ";
    clear: both;
    display: block;
}
/*.booking .Slots-view .btn_select_slot {
    color: #FFF;
    background: #00ACAC;
    border-color: #00ACAC;    
}
.booking .Slots-view .btn_select_slot:hover, .booking .Slots-view .btn_select_slot:active, .booking .Slots-view .btn_select_slot:focus {
    background: #008A8A;
    border-color: #008A8A;
} */
.booking .Slots-view .slots-day-hdr:after {
    content: " ";
    clear: both;
    display: block;
}
.booking .Slots-view .slots-day-hdr .prev-btn {
    float: left;
}
.booking .Slots-view .slots-day-hdr .next-btn {
    float: right;
}

.booking .fc-agendaDay-view .appt, .fc-agendaWeek-view .appt {
    padding:0!important;
    margin:0!important;
    width: 100%;
    text-align: center;
}

body.Week-view.booking #calendar_main div.fc-view-container {
padding-top: 0px;
background: #F0F3F4;
}

body.Week-view.booking .fc-override .fc-row.fc-widget-header:first-child table, body.Week-view.booking .fc-override .fc-widget-header th { border-top: 0 !important; }

body.Week-view.booking .fc-override .next-btn { /* border-top: 0 !important; */ height: 32px; }

.booking .fc-agendaDay-view .appt .info {
    width: 170px!important;
}

.booking .fc-agendaDay-view .appt > div, .booking .Slots-view .appt > div {
    max-width: 33% !important;
    display: inline-block;
}
/*@media (max-width: 767px) {*/
@media (max-width: 979px) {
    .booking .fc-agendaDay-view .appt > .time, .booking .fc-agendaDay-view .appt > .info {
        display: none;
    }
    .booking .fc-agendaDay-view .appt > .btn-div {
        display: inline-block;
        max-width: none !important;
    }
    .booking .btn_select_slot .full-text {
        display: none !important;
    }
    .booking .btn_select_slot .short-text {
        display: inline-block !important;
        visibility: visible !important;
    }
    .booking .slotsV2-nav-time {
        padding-top: 30px;
    }
}

.fc-override .fc-view #events_render_loader, #appointments_content #events_render_loader, #slotschoice_render_loader {
    background-color: #00ACAC;
}
.fc-override .fc-view #events_render_loader {
    background-image: url(../images/ajax-loader-status.gif);
}
.fc-override .fc-time-grid-event {
    overflow: hidden;
}

.fc-agendaWeek-view .appt .info, .fc-agendaWeek-view .appt .time  {
    font-size: 10px;
    display: block;
    text-align: center;
} 

.action-form .form-group .left {
    float: left;
    width: 40%;
    text-align: right;
    padding: 0 15px;    
}
.action-form .form-group .right {
    float: left;
    width: 60%;
    padding: 0 15px;
}
.action-form .form-group, .action-form .form-group:before, .action-form .form-group:after {
    display: table;
    content: " ";
}
.action-form .form-group {
    width: 100%;
    clear: both;
}
.action-form .form-control {
    width: 60%;
}
.action-form .input-spinner .btn {
    padding-bottom: 4px;
}
.action-form .fld_submit .left {
    display: none;
}
.action-form .fld_submit .right {
    float: none;
    text-align: center;
    width: auto;
    margin:20px 0;
}
.action-form .form-group .error {
    margin: 0;
    text-align: left;
}
.action-form #payment-content .alert {
    margin: 20px;
}
.action-form .payment-exp {
    width: 90px !important;
}

#ac-tab-planner .fc-widget-header, #ac-tab-calendar .fc-widget-header {
    color: #fff !important;
}
#ac-tab-planner .fc-event {
    background-color: #00ACAC!important;
    border-color: #00ACAC!important;
    color: #fff !important;
}
/* #ac-tab-planner .fc-event-tools {
    background-color: #059393!important;
    border-color: #059393!important;
}*/
.ac-list-rrule td {
    background-color: #DDF0F0 !important;
}

.dashboard-controls .change-view-item .change-view {
    margin-top: 9px;
}

.fc-event-container a:focus, .fc-event-container a:hover {
    text-decoration: none !important;
}

.fc-event {
    cursor: pointer;
}

.fc-month-view .fc-event {
    cursor: pointer;
    color: #FFF;
    background-color: #5697F7 !important;
    border-color: #4C86DB !important;
}
.fc-month-view .fc-event.appt-infusionsoft {
    background-color: #86C367 !important;
    border-color: #6FA155 !important;
}
.appt-all-day.appt-google, .appt-all-day.appt-google * {
    background-color: #5697F7;
    background-image: none;
}

#calendars-sidebar .cal_subhead {
    margin-bottom: 15px;
}
#calendars-sidebar .cal_list h3 {
    margin: 0;
}
#calendars-sidebar .cal_list.appcore h3 {
    padding-left: 5px;
}
#calendars-sidebar .cal .fa {
    vertical-align: top;
}

.map-inset span {
    line-height: normal;
}

.event-details-buttons {
    margin-bottom: 15px;
}

#event_details .cal_miniprofile:after {
    content: " ";
    clear: both;
    display: block;
}
#event_details .cal_miniprofile {
    background-color: #EFEFEF;
    height: auto;
    padding: 5px 0;
}
#event_details .cal_miniprofile .btn, #event_details .mini-btn {
    background: none;
}
#event_details .sidebar_header {
    font-size: 16px;
}

#event_details .add_guests {
    display: none !important;
}
.event-details-save-button {
    display: none !important;
}

.ui-tooltip-my-appt-details .qtip-close {
    right: 15px;
}
.qtip-red, .qtip-red * {
    font: inherit !important;
}
.appt_details form:after {
    content: ' ';
    clear: both;
    display: block;
}
.appt_details .data-when {
    line-height: normal;
}

.pager li>a, .pager li>a:link {
    background: #eee !important;
    border: 1px solid #ddd !important;
    color: #333 !important;
}
.pager li>a:focus, .pager li>a:hover, .pager li>span:focus, .pager li>span:hover, .pagination>li>a:focus, .pagination>li>a:hover,
.pager .selected a {
    background: #b3b4b4 !important;
    border-color: #b3b4b4 !important;
    color: #fff !important;
}

#appt-user-show-wrapper> span > img {
    display: inline-block;
}
#appt-user-show-caption {
    font-size: 14px;
}

.error-page {
    margin-top: 50px;
}
.error-page .error {
    font-size: 14px;
}
.error-actions {
    margin-top: 30px;
}

#avail_chooser_wrapper .ac-list-new .ac-btn,  #avail_chooser_wrapper .ac-list-new .ac-btn .fa {
    color: #FFF;
}
#avail_chooser {
    max-width: 590px;
}


form .form-control.error {
    text-align: left;
}

#infusionsoft-users-wrapper .user_item {
    margin: 0;
}


.freeslsots-load-error {
    padding: 20px;
}

.fc-override .fc-widget-header th {
    border-color: #E2E7EB;
}

.italic-placeholder::-webkit-input-placeholder {
    font-style: italic;
}
.italic-placeholder:-moz-placeholder { /* Firefox 18- */
    font-style: italic;
}
.italic-placeholder::-moz-placeholder {  /* Firefox 19+ */
    font-style: italic;
}
.italic-placeholder:-ms-input-placeholder {  
    font-style: italic;
}

.mycal-calendar-wrapper img {
    width: 32px;
    height: auto;
    vertical-align: top;
    margin-top: 2px;    
}

.mycal-title-input input {
    border: 0px none;
    font-size: 12px;
    padding: 0;
    width: 180px;    
}

.action-manageAppointments .panel-body {
    padding: 30px;
}

.main-appt-form .customer-facing-title-enabled [name=summary], 
.main-appt-form .PastEvents,
.main-appt-form [name=customer_facing_title],
.main-appt-form [name=description],
.main-appt-form .locations-instructions,
.main-appt-form [name=loc_misc]
{
    display: inline-block;
    width: 90% !important;
}

.main-appt-form .internal-title-container .right .field-info {
    display: inline-block;
}
.main-appt-form .customer-facing-title-enabled .internal-appt-title {
    font-size: inherit;
}

#manage-appointments-content .manage-appointments-user-attendee-td .btn, #manage-appointments-content .manage-appointments-attendee-td .btn { white-space: normal; }

#manage-appointments-filter .btn i
{
	float: none !important;
	display: inline !important;
}

#manage-appointments-content table td, #manage-appointments-content table th { padding: 10px; }

#manage-appointments-content a.btn {
    color: #000;
}

#manage-appointments-content a.edit-outcome-btn { color: #fff; }

#manage-appointments-content .btn {
    font-weight: normal;
}
#manage-appointments-content .attendee-tag:hover {
    background-color: #f1f1f1;
}

.manage-appt-dp-wrap {
    white-space: nowrap;
    width: auto;
}
#manage-appointments-filter-date2-wrapper {
    width: auto;
}
.manage-appt-dp-wrap input {
    display: inline-block;
}
.manage-appt-dp-wrap input {
    width: 100px !important;
}
#appt-avail-type-wrapper td {
    padding: 5px 0;
}
#appt-avail-type-wrapper label {
    display: block;
    padding: 0 10px;
}

#manage-appointments-content .manage-appointments-start-td { width: 350px; }
.infusionsoft-integration-popup #cboxLoadedContent {
    margin-bottom: 5px;
}



.appointments-video {
    width: 550px;
    margin: 30px auto 0 auto;
    text-align: center;
    position: relative;
}
.appointments-video-in {
    padding: 0 0 10px 0;
}
.appointments-video .close-btn {
    font-size: 18px;
    position: absolute;
    right: -15px;
    top: -15px;
    line-height: 33px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    width: 31px;
    height: 31px;
    padding: 0;
}
.appointments-video .close-btn:hover {

}
.appointments-video a {
    font-size: 18px;
    text-decoration: none;
    color: #333;
}

.blue_button span { background: none; }

#reschedule-table {

}
.reschedule-action-btn {
    padding: 0 15px 0 0;
}

@media (max-width: 767px) {
    .reschedule-action-btn-reschedule, .reschedule-action-btn-cancel {
        white-space: normal;
    }
}
.reschedule .module-header h2 {
    text-align: center;
}
#reschedule-table tr {
    border-top: 1px solid #ddd;
}
td.reschedule-action-btn {
    padding: 10px 10px 10px 0;
}

.in-iframe .booking-header {
    display: none;
}
.in-iframe #content {
    padding: 0;
}


/* appcore style overrides */

body { background: #fff; font-family: 'Open Sans', Arial, sans-serif; }
a { color: #555; }
a:hover { color: #95d167; }


.sidebar-bg, .btn-scroll-to-top, .sidebar .sub-menu, .sidebar-minify-btn, .sidebar .caret.pull-right, .sidebar .nav-profile { display: none !important; }

.page-header-fixed { padding-top: 0; }

.bg-silver { background: #efefef !important; }
.bg-silver-lighter { background: #f1f1f1 !important; }
.text-info { color: green !important; }

.table-striped>tbody>tr:nth-child(odd)>td, .table-striped>tbody>tr:nth-child(odd)>th { background: #f8f8f8; }

.table-striped {
    background: #fff;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background: #f9f9f9;
}
.table-striped>tbody>tr:nth-of-type(even) {
    background: #fff;
}

.btn {
    font-family: 'Open Sans',Arial,sans-serif;
    font-weight: normal;
}

.btn-link { 
    color: #555;
    text-decoration: underline; 
}
.btn-link:hover { 
    color: #77bf4a;
} 

.btn.btn-default { 
    /*
    background: #cbcbcb; 
    border-color: #cbcbcb;
    */
    border: 1px solid #878787;
    background: #5c5c5c;
    background: -webkit-gradient(linear, left top, left bottom, from(#8a8a8a), to(#5c5c5c));
    background: -webkit-linear-gradient(top, #8a8a8a, #5c5c5c);
    background: -moz-linear-gradient(top, #8a8a8a, #5c5c5c);
    background: -ms-linear-gradient(top, #8a8a8a, #5c5c5c);
    background: -o-linear-gradient(top, #8a8a8a, #5c5c5c);
    background-image: -ms-linear-gradient(top, #8a8a8a 0%, #5c5c5c 100%);
    /*
    */
    padding: 5px 10px;
    -webkit-box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(255,255,255,0.4) 0 1px 0;
    -moz-box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(255,255,255,0.4) 0 1px 0;
    box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(255,255,255,0.4) 0 1px 0;
    text-shadow: #525252 0 1px 0;
    color: #ffffff;
    text-shadow: #555555 0 1px 0;
    font-weight: bold;
    font-size: 13px;        
}
.btn.btn-default:hover, .btn.btn-default:active, .btn.btn-default:focus, .btn.btn-default:hover {
    border: 1px solid #707070;
    text-shadow: #525252 0 1px 0;
    background: #414141;
    background: -webkit-gradient(linear, left top, left bottom, from(#757575), to(#414141));
    background: -webkit-linear-gradient(top, #757575, #414141);
    background: -moz-linear-gradient(top, #757575, #414141);
    background: -ms-linear-gradient(top, #757575, #414141);
    background: -o-linear-gradient(top, #757575, #414141);
    background-image: -ms-linear-gradient(top, #757575 0%, #414141 100%);
    color: #ffffff;
}


.btn.btn-primary, .btn.btn-success, .btn.btn-info, .appt-form-step-submit-button.next a {
    /*
    background: #A1CD6E;
    border-color: #A1CD6E;
    */
    border: 1px solid #95d267;
    background: #7cc74e;
    background: -moz-linear-gradient(
        top,
        #afdd80 0%,
        #7cc74e 95%,
        #7cc74e);
    background: -webkit-gradient(
        linear, left top, left bottom, 
        from(#afdd80),
        color-stop(0.95, #7cc74e),
        to(#7cc74e));
    -webkit-box-shadow: rgba(255,255,255,0.5) 0 0px 0, inset rgba(255,255,255,0.5) 0 1px 0;
    -moz-box-shadow: rgba(255,255,255,0.5) 0 0px 0, inset rgba(255,255,255,0.5) 0 1px 0;
    box-shadow: rgba(255,255,255,0.5) 0 0px 0, inset rgba(255,255,255,0.5) 0 1px 0;
    text-shadow: #555555 0 1px 0;
    font-weight: bold;
    font-size: 13px;        
}
.btn.btn-primary.active, .btn.btn-primary:active, .btn.btn-primary:focus, .btn.btn-primary:hover, .open .dropdown-toggle.btn-primary,
.btn.btn-success.active, .btn.btn-success:active, .btn.btn-success:focus, .btn.btn-success:hover, .open .dropdown-toggle.btn-success,
.btn.btn-info.active, .btn.btn-info:active, .btn.btn-info:focus, .btn.btn-info:hover,
.appt-form-step-submit-button.next a.active, .appt-form-step-submit-button.next a:active, .appt-form-step-submit-button.next a:focus, .appt-form-step-submit-button.next a:hover {
    /*
    background: #95BE64;
    border-color: #95BE64;
    */
    background: #77bf4a;
    background: -webkit-gradient(linear, left top, left bottom, from(#a9d477), to(#77bf4a));
    background: -webkit-linear-gradient(top, #a9d477, #77bf4a);
    background: -moz-linear-gradient(top, #a9d477, #77bf4a);
    background: -ms-linear-gradient(top, #a9d477, #77bf4a);
    background: -o-linear-gradient(top, #a9d477, #77bf4a);
    background-image: -ms-linear-gradient(top, #a9d477 0%, #77bf4a 100%);

}

.btn.btn-xs, .btn.btn-sm {
    font-size: 11px;
    /*
    padding: 3px 5px;
    */
}

.blue_button, .blue_button:hover { 
text-indent: 0;
text-align: center;
color: #fff;
background: url(../images/btn-blueblank.png) no-repeat;
height: 28px;
padding: 0 5px 0 15px;
line-height: 28px;
font-weight: 700;
text-shadow: 1px 1px 1px #107993;
width: auto;
display: inline-block;
position: relative;
overflow: visible;
font-size: 11px;
border: 0 !important;
}

.blue_button:after { 
content: '';
display: block;
position: absolute;
top: 0;
right: -8px;
width: 10px;
height: 28px;
overflow: hidden;
background: url(../images/btn-blueblank.png) no-repeat 100% 0;
z-index: 999; }

.gray_button, .gray_button:hover, .gray_button:after { 
background-image: url(../images/btn-grayblank.png);
}

.blue_button:hover { background-position: 0 100%; }
.blue_button:hover:after { background-position: 100% 100%; }


#preview_btn { margin-right: 10px; }

.appt-form-step-submit-button.next a { padding: 15px 20px; border-radius: 4px; }

.btn-info:hover, .appt-form-step-submit-button.next a:hover { 
background: #77bf4a !important;
background: -webkit-gradient(linear, left top, left bottom, from(#a9d477), to(#77bf4a))  !important;
background: -moz-linear-gradient(top, #a9d477, #77bf4a) !important;
}

#content, .sidebar .slimScrollDiv, #header .container-fluid {
	margin: 0 auto;
	width: 950px !important;
	padding: 0; 
}

.y-scope #header { 
position: relative;
height: auto !important;
/*
padding: 10px 0 25px 0; 
*/
border-bottom: 0; 
box-shadow: none;
background: #fbfbfa;
background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfa), to(#f6f6f5));
background: -webkit-linear-gradient(top, #fbfbfa, #f6f6f5);
background: -moz-linear-gradient(top, #fbfbfa, #f6f6f5);
background: -ms-linear-gradient(top, #fbfbfa, #f6f6f5);
background: -o-linear-gradient(top, #fbfbfa, #f6f6f5);
background-image: -ms-linear-gradient(top, #fbfbfa 0%, #f6f6f5 100%);
}

.ng-scope #header .navbar-brand
/*, .ng-scope .login-header .brand*/ 
{
    text-indent: -9999px;
    background: url(../images/appointmentcore-logo.png) no-repeat 10px center;
    background-size: 200px auto;
    margin-left: 5px;
}
.ng-scope #header .navbar-logo
/*, .login .login-header .brand .logo*/
{
    display: none;
}


.sidebar
{
	width: 100%;
	position: relative !important;
	padding-top: 0;
	background: #fbfbfa;
background: -webkit-gradient(linear, left top, left bottom, from(#f6f6f5), to(#efefef));
background: -webkit-linear-gradient(top, #f6f6f5, #efefef);
background: -moz-linear-gradient(top, #f6f6f5, #efefef);
background: -ms-linear-gradient(top, #f6f6f5, #efefef);
background: -o-linear-gradient(top, #f6f6f5, #efefef);
background-image: -ms-linear-gradient(top, #f6f6f5 0%, #efefef 100%);
}

.sidebar .slimScrollDiv > div > ul.nav:first-child { display: none; }

.sidebar ul.nav  { 
    border: 1px solid #e0e0e0;
    border-width: 1px 1px 0 1px;
    display: flex;
    width: 950px;
    margin: 0 auto;
}
.sidebar ul.nav > li {
    flex-grow: 1;
}

.sidebar .nav .nav-item-settings {
    min-width: 180px;
}

.sidebar .nav>li a, .sidebar .nav>li.expand>a { 
    display: block;
    font-size: 13px; 
    text-align: center;
    height: 45px; 
    padding: 10px; 
    color: #555;
    border: 1px solid #e0e0e0;
    border-width: 0 1px 0 0;
    background: #fbfbfa;
    background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfa), to(#efefef));
    background: -webkit-linear-gradient(top, #fbfbfa, #efefef);
    background: -moz-linear-gradient(top, #fbfbfa, #efefef);
    background: -ms-linear-gradient(top, #fbfbfa, #efefef);
    background: -o-linear-gradient(top, #fbfbfa, #efefef);
}

.sidebar .nav>li:last-child a { border-right: 0; }

.sidebar .nav>li a:hover { color: #95D167 !important; }

.sidebar .nav>li>a i { float: none; margin-right: 6px; }

.navbar.navbar-inverse .navbar-brand, .sidebar .nav > li.active > a, .sidebar .nav > li.active > a:focus, .sidebar .nav > li.active > a:hover, .page-sidebar-minified .sidebar .nav > li.has-sub.active:focus > a, .page-sidebar-minified .sidebar .nav > li.has-sub.active:hover > a, .page-sidebar-minified .sidebar .nav > li.has-sub.active > a, .label.label-theme, .btn.btn-scroll-to-top
{ background: #fff;  color: #555; }

.sidebar .nav>li.expand>a, .sidebar .nav>li>a:focus, .sidebar .nav>li>a:hover { color: #555 !important; }

.sidebar .nav>li>a:focus, .sidebar .nav>li>a:hover { color: #999; background: #fff; }

.minical.datepick td { border-radius: 0; border: 1px solid #E6E6E6; }

.minical.datepick td a {  font-weight: bold !important;  }
.minical.datepick td a.datepick-today { background-color: #95D167 !important; border-radius: 0 !important; color: #FFFFFF;
text-shadow: 1px 1px 1px #656565;  }

#content {
    background: #efefef;
    margin-top: 20px;
    border-top: 1px solid #3b3b3b;
    position:relative;
}

body.action-appointments #content, body.action-upgrade #content { padding: 20px 15px 15px 15px; margin-bottom: 20px; }
body.action-appointments #appointments-empty { padding: 15px 20px 10px 20px; }
body.action-newAppointment #content, body.action-editAppointment #content { margin-bottom: 20px !important; padding-bottom: 0 !important; }
body.action-slotsAnalytics #content { padding: 20px 15px 15px 15px; margin-bottom: 20px; }

body.layout-content #content {
    background: none;
    border-top: 0px none;
}

h1.page-header { 
position: absolute; 
top: 12px; 
width: 80%;
text-align: center;
font-size: 18px;
line-height: 20px;
text-transform: uppercase;
color: #555;
text-align: center;
font-weight: 700;
display: block;
padding: 0 20px;
z-index: 5; }

body.action-appointments h1.page-header, body.action-appointments h3.multi-appts-header, body.action-upgrade h1.page-header {
position:relative;
top: 0;
border-top: 6px solid #92d267; 
background: #393939; 
color: #dfdfdf;
width: 100%; 
font-size: 14px;
line-height: 34px;
margin-bottom: 0;
text-transform: uppercase;
font-weight: 700;
}

body.action-newAppointment h1.page-header, 
body.action-editAppointment h1.page-header,
body.action-newMultiserviceAppt h1.page-header,
body.action-editMultiserviceAppt h1.page-header,
body.action-settings h1.page-header,
body.action-slotsAnalytics h1.page-header {
position:relative;
top: 0;
width: 100%; 
line-height: 34px;
margin: 5px 0; 
}

.dashboard-left-column { padding-top: 0 !important;   }

.dashboard-right-column { 
    padding: 0 !important; 
    background-color: #efefef;
}

.dashboard-calendar {
    background-color: #ffffff;
}

th.fc-widget-header, .fc-override .next-btn, .fc-override .prev-btn { border-top-color: #97cc68 !important; }

.fc-override .next-btn { top: 0; }

.datepick-nav { background: #383838 !important; color: #dfdfdf  !important; }
.minical.datepick { padding: 0; }
.minical.datepick .datepick-nav td, .minical.datepick .datepick-cmd-prev, .minical.datepick .datepick-cmd-next { background: none !important; }
.minical.datepick .datepick-cmd-prev span, .minical.datepick .datepick-cmd-next span {  
    /*background: url("images/arrows-8x9.png") no-repeat scroll 0 0 transparent !important;*/
    cursor: pointer;
    display: block;
    height: 9px;
    width: 8px; 
}

.minical.datepick .datepick-cmd-next span { background-position: 100% 100% !important; }
.minical.datepick .datepick-cmd-next::before, .minical.datepick .datepick-cmd-prev::before { display: none; }

.minical.datepick .datepick-month-year { color: #fff !important;  background: #383838  !important; }

.appointments-video { display: none; }

#appointments_content, body.action-appointments #multi_appointments_content { padding: 0; overflow: hidden; }

.appt-find-btn, .multi-appt-find-btn {
    color: #333;
}

#appointments_content label, #multi_appointments_content label { color: #fff; }
.col-sm-4.appt-create-new { padding-top: 0 !important; }

.appointments-empty, .multiservice-appointments-empty { padding: 15px; }

#appointments_content .table-bordered, #appointments_content .table-bordered>tbody>tr>td { border: 0 !important; }
#appointments_content .appt-list-item:hover td { background: #efefef; }

#appointments_content .table>thead>tr>th { border-color: #fff; font-size: 13px; font-weight: 700; }
#appointments_content .appts-grid-summary { 
    font-size: 13px;
    min-width: 300px;
}

.appts-grid-type {
    min-width: 70px;
}
.appt-grid-type-wrap {
    font-size: 18px;
    text-align: center;
}

#appointments_content table td .btn, #multi_appointments_content table td .btn,
#appointments_content table td .btn.btn-default, #multi_appointments_content table td .btn.btn-default {
    border: 1px solid #aaa;
    border-radius: 3px;
    box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    background-color: #f9f9f9;
    background-image: none;
    color: #555;
    font-size: 10px; 
    font-weight: normal;
    box-shadow: none;
    text-shadow: none;
    padding: 5px 10px;
}
#appointments_content .appt-list-item .appt-attendee-tag.warning {
    background-color: #ff8080 !important;
    border-color: #d54141 !important;
    box-shadow: none !important;
    color: #fff !important;
}

body.action-appointments .panel { margin-bottom: 0; }

body.action-newAppointment #content .panel, body.action-editAppointment #content .panel { background: #efefef; margin-bottom: 0;  }

body.action-newAppointment #content .panel .panel-body, body.action-editAppointment #content .panel .panel-body  { padding-top: 0; }

#wizard { background: #fff url(../images/new_app_left_bg.png) repeat-y -8px top;  
min-height: 438px;
width: 925px;
border-radius: 5px;
border: 1px solid #cbcbcb; }

#wizard .bwizard-steps { width: 250px !important; float: left; display: block !important; background: none; padding-top: 15px;  }

#wizard .bwizard-steps li { display: table !important; }
#wizard .bwizard-steps li a  { display: table-cell !important; vertical-align: middle; font-weight: bold; font-size: 12px; line-height: 14px; padding-left: 28px; background: url(../images/icons-newappt.png) no-repeat 0 -183px; width: 180px;  }

#wizard .bwizard-steps li#arrow-1 a { background-position: 0 -183px; } 
#wizard .bwizard-steps li#arrow-1.active a { background-position: -287px -183px; } 

#wizard .bwizard-steps li#arrow-2 a { background-position: 0 -83px; } 
#wizard .bwizard-steps li#arrow-2.active a { background-position: -287px -83px; } 

#wizard .bwizard-steps li#arrow-3 a { background-position: 0 18px; } 
#wizard .bwizard-steps li#arrow-3.active a { background-position: -287px 18px; } 

#wizard .bwizard-steps li#arrow-4 a { background-position: 0 -283px; } 
#wizard .bwizard-steps li#arrow-4.active a { background-position: -287px -283px; } 

#wizard .bwizard-steps li a:before { content: ''; display: block; width: 215px; border-bottom: 1px solid #cbcbcb; position: absolute; bottom: 0; left: 0; }

#wizard .bwizard-steps li span.label { display: none; }

#wizard > .well { width: 650px; float: left;  border: 0; margin: 0 0 0 10px; padding: 40px 5px 15px 5px; }
/*#wizard > .well legend { display: none; }*/
#main_appt_form #wizard > .well legend {
    margin-bottom: 40px;
    float: none !important;
}
#main_appt_form .appt-form-step-label {
    display: none;
}
#main_appt_form.current-step-4 .appt-aux-title-wrapper {
    display: none;
}

/* hide old-fashioned IS tags/fields stuff and start using triggers only */
#main_appt_form .infusionsoft-tags-wrapper {
    display: none !important;
}

.appt-aux-title {
    font-size: 16px;
    font-weight: bold;
    color: #555;    
}

.bwizard-steps li, .bwizard-steps li:hover {
width: 249px !important;
height: 80px !important;  
background: url(../images/arrow-green-249x80.png) no-repeat 0 -200px !important;
}

.bwizard-steps li.active, .bwizard-steps li.active:focus, .bwizard-steps li.active:hover { background: url(../images/arrow-green-249x80.png) no-repeat 0 0 !important;}

#ac-tab-planner .fc-event { 
background-color: #97c07e !important;
border-color: #97c07e !important;
color: #fff !important;
}

.fc-scrollgrid-sync-inner, .fc-scrollgrid-sync-inner a {
    color: #fff;
}

.main-appt-form .form-group .left { font-weight: bold; }
.main-appt-form .misc-features a { font-weight: bold; }

.input_box.css3, .main-appt-form [type="text"], 
.main-appt-form [type="password"], 
.main-appt-form textarea, 
.main-appt-form .select { 
    font-weight: bold;
    background-color: #fafafa !important;
    background-image: -ms-linear-gradient(top, #ebebeb 0%, #fafafa 50%, #fafafa 100%) !important;
    background: -moz-linear-gradient(
        top,
        #ebebeb 0%,
        #fafafa 50%,
        #fafafa) !important;
    background: -webkit-gradient(
        linear, left top, left bottom, 
        from(#ebebeb),
        color-stop(0.50, #fafafa),
        to(#fafafa)) !important;

    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #d6d6d6;
    border-top-color: #a6a6a6;
    border-bottom-color: #eeeeee;
    border-left-width: 0;
    -moz-box-shadow:
        0px 0px 0px rgba(000,000,000,0),
        inset 1px 1px 1px rgba(214,214,214,1);
    -webkit-box-shadow:
        0px 0px 0px rgba(000,000,000,0),
        inset 1px 1px 1px rgba(214,214,214,1);
    box-shadow:
        0px 0px 0px rgba(000,000,000,0),
        inset 1px 1px 1px rgba(214,214,214,1);
}
.main-appt-form select.form-control {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e") !important;
    background-repeat: no-repeat !important;
    background-position: right 0.5rem center !important;
    background-size: 11px 11px !important;
    background-color: #f7f7f7 !important;
}
.main-appt-form textarea {
    font-weight: normal;
    min-height: 70px;
}

.main-appt-form .select.select2-container-disabled {
    border-left: 1px solid #ccc;
}
.main-appt-form .select.select2-container-disabled .select2-choice {
    background: #f8f8f8 !important;
    color: #999;
}

.appt-form-avail-wrapper { width: auto !important; }
.ac-list-rrule td {background: #e6f0e2 !important; }
.main-appt-form .form-group .right { padding: 0; }
.main-appt-form .checklist > div.odd, .select2-results .select2-highlighted { background: #f7f7f7 !important; }

#option-2-content .form-group { padding-bottom: 25px; }

.gather-info-widget .col-md-3, .gather-info-widget .col-md-9 { float: none; width: 100%; padding: 15px 0 0 0; margin: 10px 0; border-top: 1px solid #efefef;}

.gather-info-widget .col-md-3 label { width: 35%; display: inline-block; }

.gather-info-widget .col-md-3 span.ContactType { display: inline-block; width: 40%; }
.gather-info-widget .new-or-exist { width: 95%; }

#trigger_automation_label { margin-top: 20px; }

#trigger-form span { font-weight: bold; }

#trigger-form input {
    width: 25px; padding: 3px;
}

#trigger-send-wrapper { clear: left; }


.appt-form-step .box
{
	border: 1px solid #e3e3e3 !important;
	border-radius: 5px !important;
}

.appt-form-step .box .btn_select {
color: #878787;
background: #f5f5f5;
border-color: #ddd;
}

.appt-form-step .box .btn_select:hover, appt-form-step .box .btn_select:active, appt-form-step .box .btn_select:focus
{ color: #fff; border:1px solid #61af31;
background: #97cb67; }

.appt-form-step .box .box_inner { width: 89%; }
.appt-form-step .box::before { width: 10.6%; content: '\00a0' !important; }

#box_genurl {background: url(../images/icons-circles.png) no-repeat 10px -430px !important;  }
#box_ifrembedding { background: url(../images/icon-circle-widget.png) no-repeat 10px 10px !important; }
#box_inviteemail { background: url(../images/icon-circle-mail.png) no-repeat 10px 10px !important;  }
#box_geninfusion { background: url(../images/icons-circles.png) no-repeat 10px -198px !important; }

#box_previewcustomize .preview-label::before { content: '\00a0'; }

#box_previewcustomize
{
	background: #efefef url(../images/eye.png) 30px 50% no-repeat;
	border: 1px solid #cbcbcb !important;
	border-radius: 5px !important;
	height: 79px !important;
    padding-top: 23px !important;
}

#box_previewcustomize:before { display: none !important; }

#box_previewcustomize .preview-item.preview-label { width: 40%; }
#box_previewcustomize .preview-view-types { 
    width: 26%; 
    position: relative;
}
.preview-view-types .ques {
    position: absolute;
    left: 125px;
    top:0;
}
#box_previewcustomize .preview-view-buttons { padding-top: 3px; }

h1.appt-integrate-title
{
	text-align: center;
	border: none !important;
	margin-bottom: 10px !important;
}

.appointments-nav, .multi-appointments-nav {
    background: #666;
}

.app-grid { border: 2px solid #cbcbcb;
border-width: 0px 2px 2px 2px; 
border-radius: 0 0 5px 5px; }

#appointments_content .pager,
#multi_appointments_content .pager {
    padding: 15px 0;
    text-align: center;
    background: #ccc;
    margin-bottom: 0;
}

#appointments_content ul.yiiPager a:link, #appointments_content ul.yiiPager a:visited,
#multi_appointments_content ul.yiiPager a:link, #multi_appointments_content ul.yiiPager a:visited {
    border: none;
    border-radius: 4px;
    color: #555;
    font-weight: bold;
    padding: 3px 8px !important;
    text-decoration: none;
    background: #f3f3f3;
    -moz-box-shadow: 2px 2px 3px #777;
    -webkit-box-shadow: 2px 2px 3px #777;
    box-shadow: 2px 2px 3px #777;
}

#appointments_content ul.yiiPager a:hover,
#multi_appointments_content ul.yiiPager a:hover {
    background: #f3f3f3;
}

#appointments_content ul.yiiPager .selected a,
#multi_appointments_content ul.yiiPager .selected a {
    background: #95D167;
    color: #FFFFFF;
    font-weight: bold;
    -moz-box-shadow: 1px 1px 1px #aaa;
    -webkit-box-shadow: 1px 1px 1px #aaa;
    box-shadow: 1px 1px 1px #aaa;
}

.blue-edition #appointments_content ul.yiiPager .selected a {
    background: #5EB5E0;
}

#appointments_content ul.yiiPager .hidden a,
#multi_appointments_content ul.yiiPager .hidden a {
    opacity: .3;
    cursor: default;
}

#appointments_content ul.yiiPager .hidden a:hover,
#multi_appointments_content ul.yiiPager .hidden a:hover {
    background: #fff;
}

#appointments_content .pager .next>a,  #appointments_content .pager .next>span, #appointments_content .pager .previous>a,  #appointments_content .pager .previous>span,
#multi_appointments_content .pager .next>a,  #multi_appointments_content .pager .next>span, #multi_appointments_content .pager .previous>a,  #multi_appointments_content .pager .previous>span
{ 
    float: none !important; 
}

#appointments_content .pager .previous.hidden,
#multi_appointments_content .pager .previous.hidden
{ 
    display: inline !important;  
    visibility: visible !important; 
}


#footer
{
	width: 100%;
	margin: 0;
	background: #202020 url(../images/bg-footer.png);
	text-align: center;
	color: #fff;
	padding: 60px 0;
	margin-bottom: -30px;
}

#footer a { color: #fff; text-decoration: underline; }

.fc-override .fc-view #events_render_loader, #appointments_content #events_render_loader, #slotschoice_render_loader { background-color: #96CC68 !important; }


body.bl_page #content { background: none;
border-top: 0;
margin-top: 0;
padding: 0;
width: 100% !important;
max-width: 100%;
}

body.bl_page .booking-header { background: #fbfbfa; padding: 15px 0; margin-bottom: 0; }

body.bl_page .booking-header .span8 { width: 100%; max-width: 950px; margin: 0 auto; }
body.bl_page #page-container { width: 100%; }

body.bl_page #content > .panel { max-width: 940px; margin: 0 auto; border-top: 1px solid #3b3b3b;
background: #efefef;
min-height: 250px; border-radius: 0; }

.datepick-loader {
    background-color: #97CC68;
    color: #fff;
    bottom: 0;
    right: 0px;
    /* background-position: 280px 5px; */
    position: absolute;
    font-size: 12px;
    line-height: 16px;
    padding: 0px 5px;
}

.booking #slot_select_header { font-size: 18px;
line-height: 20px;
text-transform: uppercase;
color: #555;
text-align: center;
font-weight: 700;
background: #efefef;
padding: 0 15px;
border: 0; 
margin-bottom: 15px;
}

.booking #cal_side { padding-top: 0 !important; }

.slots-v2-container {
border: 1px solid silver;
border-top: 6px solid #97CC68;
margin-right: 10px;
/*padding: 5px 10px 10px 15px;*/
padding: 0;
text-align: left;
background-color: #fff;
min-height: 50px;
position: relative;
}

.slots-v2-container h3 {
text-align: center;
margin: 0 0 0 0 !important;
font-size: 14px !important;
font-weight: bold;
background: #393939;
color: #fff;
line-height: 34px;
}

.booking .slotsV2-prev-btn, .booking .slotsV2-next-btn, .booking .Slots-view .slots-day-hdr .prev-btn, .booking .Slots-view .slots-day-hdr .next-btn { color: #DFDFDF; text-transform: uppercase;
 }
 
 .slotsV2-hdr .slotsV2-prev-btn { position: absolute;
top:0;
left: 5px; }

.slotsV2-hdr .slotsV2-next-btn {
position: absolute;
top:0;
right: 5px; }

.slotsV2-nav-btn:hover { color: #fff; text-decoration: none !important; }

.appt {
    border: 1px solid #fff;
    color: #555;
    text-shadow: none;
    zoom: 1;
    font-weight: bold; 
}

.booking .appt {
    border: 1px solid #9d9d9d;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#eeeeee',EndColorStr='#ffffff');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#eeeeee',EndColorStr='#ffffff')";
    background-image: -ms-linear-gradient(top, #eee 0%, #fff 100%);
    background-image: -moz-linear-gradient(top, #eee 0%, #fff 100%);
    background-image: -o-linear-gradient(top, #eee 0%, #fff 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #eee), color-stop(1, #fff));
    background-image: -webkit-linear-gradient(top, #eee 0%, #fff 100%);
    background-image: linear-gradient(to bottom, #eee 0%, #fff 100%);
}

.slots-v2-view .appt.slotavail:hover:not(.disabled):not(.slot-clicked)
{
border: 1px solid #95d167 !important;
color: #fff;
text-shadow: 1px 1px 1px #6a9546;
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#b1d982',EndColorStr='#7dbf4e');
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#b1d982',EndColorStr='#7dbf4e')";
zoom: 1;

/* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(top, #b1d982 0%, #7dbf4e 100%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #b1d982 0%, #7dbf4e 100%);

/* Opera */ 
background-image: -o-linear-gradient(top, #b1d982 0%, #7dbf4e 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #b1d982), color-stop(1, #7dbf4e));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #b1d982 0%, #7dbf4e 100%);

/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to bottom, #b1d982 0%, #7dbf4e 100%);
}

.slots-day-hdr {
background: #393939;
border-top: 5px solid #92d267;
font-weight: bold !important;
}


#slot_select h3 {
margin:0px;
text-align: center;
color: #dfdfdf;
font-weight: 700;
font-size: 14px;
text-transform: uppercase;
overflow: hidden;
height: 34px;
line-height: 34px;
}

.booking .slot_day .btn_select_slot, .booking .slot-btn, .booking .slot_day .disabled .btn_select_slot:hover, .booking .slot_day .slot-clicked .btn_select_slot:hover {
height: 50px;
padding: 0;
margin: 0 20px 0 0;

background: #7cc74e;
background: -webkit-gradient(linear, left top, left bottom, from(#afdd80), to(#7cc74e));
background: -webkit-linear-gradient(top, #afdd80, #7cc74e);
background: -moz-linear-gradient(top, #afdd80, #7cc74e);
background: -ms-linear-gradient(top, #afdd80, #7cc74e);
background: -o-linear-gradient(top, #afdd80, #7cc74e);
background-image: -ms-linear-gradient(top, #afdd80 0%, #7cc74e 100%);    

border-radius:5px;
border:none !important;
}

#aptslot_options .save-button  { padding: 12px 20px !important; height: auto !important; border: 1px solid #95d267 !important;}

.booking .slot_day .btn_select_slot:hover, .booking .slot-btn:hover, .booking .save-button:hover,
.booking .slot_day .btn_select_slot:focus, .booking .slot-btn:focus, .booking .save-button:focus {
    background: #95d267;
    -moz-box-shadow:
        inset 1px 1px 5px rgba(000,000,000,0.2);
    -webkit-box-shadow:
        inset 1px 1px 5px rgba(000,000,000,0.2);
    box-shadow:
        inset 1px 1px 5px rgba(000,000,000,0.2);  
}
    
.slot_day .btn_select_slot span, .slot-btn span, .save-button span {    
    display:inline-block;
    line-height: 50px;
    color:#fff;
    font-size:13px;
    padding:0 0 0 15px;
    text-shadow: 1px 1px 1px rgba(000,000,000,0.2);  
    font-weight: bold;
}
    
.slot_day .btn_select_slot .check-bg, .slot-btn .check-bg, .save-button .check-bg {   
    height:50px;
    width: 37px;
    display: inline-block;
    line-height: 50px;
    background: url(../images/btn-check.png) left center  no-repeat scroll  transparent;
    vertical-align: top;
    margin-left: 5px;
}
.save-button span, .save-button .check-bg {
    line-height: 30px;
    height: 30px;
    vertical-align: middle;
}

.fc-widget-content, .fc-widget-header {  border-color:#d1d1d1!important  }

body.Week-view.booking .fc-override .fc-row.fc-widget-header:first-child table {
border-top: 6px solid #97cc68 !important;
}

.booking h2.list-slots-header, .booking .module_header h2, .action-form .module-header h2  { font-weight: bold; }

#userinfo_appt_form .box {
max-width: 920px;
margin:0 auto 15px auto;
border-radius: 5px;
border: 1px solid #cbcbcb;
background: #ffffff;
position:relative;
padding-top: 20px; }

.booking #booking_links_powered_by { background: #fff; }

body.action-settings .panel {
    background: #efefef;
    padding: 0 15px 15px 15px;
    margin-bottom: 20px;
}
body.action-settings .panel-body {
    padding: 0;
    display: flex;
    margin-bottom: 20px;
    background: #fff;    
    border: 1px solid #cbcbcb;
    border-radius: 5px;    
}
#form-settings {
    flex-grow: 1;
}
body.action-settings #settings {

}

.billing, .billing .form-control {
    font-size: 12px !important;
}

#users-manage { padding: 10px 15px;
margin-top: 30px;
text-align: center;
border-top:1px solid #ddd;
border-bottom: 1px solid #ddd; }

#users .user {
background: #efefef;
border: 1px solid #dedede;
}

.extensions_setting {
background: #fff !important;
border-bottom: 1px solid #dbdbdb;
}

#users .user:hover { border-color: #999; }

body.error .navbar-app-logo-- img { max-width: 100%; }

.action-settings #create-set-wrapper {
    display:block;
    padding: 10px 0;
}

.bwizard-buttons {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 15px;
}


/* start appcore responsive */

@media (max-width: 767px) {

    .navbar-toggle { display: none !important; }

    #wizard .bwizard-steps {
        float: none;
        width: auto !important;
        padding-top: 0;
    }
    #wizard .bwizard-steps li {
        display: table-cell !important;
        width: 25% !important;
        margin: 0;
        box-sizing: border-box;
        border-right: 1px solid #cbcbcb;
    }
    #wizard .bwizard-steps li:last-child {
        border-right: none;
    }
    #wizard .bwizard-steps li.active {
        background: #96cc67 !important;
    }
    #wizard .bwizard-steps li a {
        height: 45px !important;
    }

    .settings-sidebar { 
        float: none !important;
        width: 100% !important;
        left: 0;
    }
    .settings-sidebar .settings-tab {
        display: inline-block;
        text-indent: 0;
        padding: 0 15px;
    }
    .sidebar {
        left: 0;
    }
    .sidebar .nav {
        /*
        display: flex;
        */
    }
    .sidebar .nav > li {
        display: block;
        /*
        float:left;
        flex: 1 1 100px;
        */
    }

    #content, .sidebar .slimScrollDiv, #header .container-fluid, .settings-content { width: 100% !important; }
    .container-fluid>.navbar-header, #content > .row { margin: 0; }
    #content > .row > .col-md-12 { padding: 0; }

    .navbar-app-logo { float: none; margin: 0 auto; width: 92% !important; display: block; text-align: center; }

    .navbar-right
    {
    	float: none;
    	position: absolute;
    	top: 1%;
    	right: 1%;
    }

    #content > .panel  { background: #efefef !important; }

    #content > .panel > .panel-body > .vertical-box
    {
    	width: 92% !important;
    	margin: 0 auto;
    	padding-bottom: 20px;
    }

    .dashboard-left-column, .booking #cal_side {
      margin: 0 auto;
      width: 100%;
      max-width: 429px;
      float: none;
      background: transparent !important;
      }

    #cal_profile .name {
      float: left;
      margin-left: 20px; }

    #calendars-sidebar .cal_subhead { font-size: 16px; }

    .dashboard-right-column { background: #fff; }

    .fc-override .fc-widget-header th { font-size: 12px; }


    .ui-tooltip-my-help { max-width: 90% !important; }


    body.action-appointments #content { padding: 20px 0 15px 0; }

    /*
    #appointments_content .table td .btn.copylink { color: #f9f9f9 !important; }
    */
    .appts-grid-copylink .copylink span:before { color: #555  !important;  }

    #wizard, #wizard > .well
    {
    	width: 100%;
    	float: none;
    	border: 0;
    	background: #fff;
    	border-radius: 0 !important;
    }

    #wizard > .well
    {
    	width: 92%;
    	padding: 20px 0;
    	margin: 0 auto;
    }

    body.action-editAppointment .panel-body { padding: 0; }

    .appt-form-step .box { background: none !important; border: 0 !important; padding: 15px 0; }
    .appt-form-step .box .box_inner { float: none; width: 100%; }

    .slots-v2-container { margin-right: 0; }
    .owner-logo-img { width: 90%; margin: 0 auto; display: block; }

}/* end appcore responsive max-width 767 */




@media (max-width: 480px) {

body.action-index h1.page-header { position: relative; width: 100%; }
.navbar-app-logo { width: 75% !important; }
.navbar-app-logo img { max-width: 100%; }

.fc-override .fc-widget-header th {
  font-size: 10px;
  line-height: 13px;
  padding: 10px 2px !important;
}

.fc-axis { font-size: 10px; }


}/* end appcore responsive max-width 480 */


.settings-sidebar {
    width: 204px;
    background: #fff;
    border-radius: 0 0 5px 5px;
    font-size: 12px;   
    margin-right: 20px; 
}
.settings-sidebar div { 
    font-weight: 700;
    height: 60px;
    color: #555;
    border-bottom: 1px solid #dbdbdb;
    text-indent: 30px;
    cursor: pointer;
    line-height: 58px; 
    flex-shrink: 0;
    background: #efefef;
}
.settings-sidebar div:last-child {
    border-bottom: 0px none;
}
.settings-sidebar div a {
    display: block;
}
.settings-sidebar div:last-child,
.settings-sidebar div:last-child a {
    border-radius: 0 0 5px 0;
}

.settings-sidebar div.active
{
    color: #aaa;
    background-image: url(../images/triangle-16x16.png);
    background-repeat: no-repeat;
    background-position: 180px 20px;
}
.settings-sidebar div.active, .settings-sidebar div:hover {
    background-color: #ddd;
}


.settings-sidebar div.sidebar_header
{
    cursor:default;
}
.settings-sidebar .sidebar_header
{
    background: #777 !important;
    color: #fff !important;
    text-transform: uppercase;
}
.settings-sidebar a {
    color: #555;
}
.settings-content {
    float: left;
    width: 660px;
}
#settings:after {
    content: " ";
    display: block;
    clear: both;
}

#header_left {
    float:left;
    border-bottom: 0; 
    min-height: 105px;
}

/* time/tz info in the user panel header*/
.header-navbar {
    margin: 10px 0 0 0;
}
.header_date_timezone_select_wrapper {
    margin:0 !important;
}
.header_date_time_wrapper .more-timezones-wrapper {
    left:-285px;
}
#header_right {
    margin-top:25px;
}
.navbar-timezone {
    padding: 0;
    font-size: initial;
}
.header .user-links {
    font-size: 12px;
    float: none;
    font-weight: 300;
    text-align: right;
}
.header .user-links a {
    text-decoration: underline;
}
.timeZoneChange {
    height: 24px;
    padding: 1px 12px;
    font-size: 12px;
    line-height: 1.5; /* If Placeholder of the input is moved up, rem/modify this. */
    border-radius: 3px;
}

.timeZoneChange-drop .select2-match {
    font-weight: bold;
    text-decoration: none;
}
.header_date_hi a {
    text-decoration: underline;
}
.header_date_time_wrapper .more-timezones-wrapper {
    margin-right: 10px;
    top: 1px;
}
.navbar-header .form-control-wrap.TimeZone {
    margin:0;
}

/* fixyourfunnel integration */
.extension-fixyourfunnel .logo-img img {
    width: 125px;
}

/* upd */
#ac-tab-planner .fc-event-tools, .blue-edition #ac-tab-planner .fc-event-tools > span
{
    background-color: #95D167 !important;
    border-color: #95D167 !important;
}

.button-css3-v2, .btn.btn-success, .send-from-gmail-btn, .send-from-infusionsoft-btn
{
    background: #95D167;
    border-color: #95D167;
}

.button-css3-v2:hover, .button-css3-v2:active, .btn.btn-success:hover, .btn.btn-success:active, .send-from-gmail-btn, .send-from-infusionsoft-btn:hover, .send-from-gmail-btn, .send-from-infusionsoft-btn:active
{
    background: #77bf4a;
    border-color: #77bf4a;
}

.send-from-gmail-btn, .send-from-infusionsoft-btn
{
    color: #fff !important;
    padding: 3px 6px;
    text-decoration: none !important;
    display: inline-block; 
    margin: 0 8px; 
    border-radius: 3px;
}   


#aptslot_options .save-button { padding: 6px 12px !important; }

#box_previewcustomize { height: auto !important; }
#box_previewcustomize:after { 
  content: "";
  display: table;
  clear: both;
}

h1.appt-integrate-title { clear: both; }

.booking .slotsV2-hdr { border-color: #95D167 !important; border-bottom: 0px none; }

.booking .slotsV2-nav-btn { margin-top: 0 !important; }

.booking .minical.datepick td a.datepick-selected, .SlotsV2-view .appt.slotavail { background: #95D167 !important; }

.booking .minical.datepick td a { border-color: #95D167 !important; }

.SlotsV2-view .appt.slotavail:hover:not(.disabled):not(.slot-clicked) { background: #77bf4a !important; }

.booking h2.list-slots-header, .booking .module_header h2, .action-form .module-header h2 { color: #707478 !important; }

#webex_settings_dialog { padding: 25px; }

#webex_settings_dialog .row { margin: 0 !important; }

#settings .settings-content input.form-control, #settings .settings-content .select2-container, #settings .settings-content textarea.form-control {
background: #eeeeee; /* Old browsers */
background: -moz-linear-gradient(top,  #eeeeee 0%, #ffffff 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #eeeeee 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #eeeeee 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.my_extensions_setting .col-sm-6,
.my_extensions_setting .infusionsoftapikey-link {
    padding-left: 25px;
}

@media (min-width: 992px) {

#settings .form-group > .col-md-3.control-label { width: 33%; }
#settings .settings-content .form-group > .col-md-9 { width: 66%; }
#settings .settings-content .form-group > .col-md-8 { width: 58%; }
#settings .settings-content .form-group > .col-md-1 .ques { margin: 6px 0 0 0; }

#settings .settings-content input.form-control, #settings .settings-content .select2-container { max-width: 300px; }
#settings [name="company_redirect_url"] { max-width: initial !important; }

.appt-service-item .header-bar > .col-md-5 { width: 370px; }

.appt-service-item .header-bar > .col-md-5 .form-group { margin-top: 5px; }

.appt-service-item .header-bar > .col-md-6
{
	width: 200px;
	float: right;
}

.appt-service-item  #appt_name_label, .appt-service-item .item-body .col-md-3
{
	width: 150px;
	font-weight: 700;
	color: #242a30;
}

.appt-service-item .service-name, .appt-service-item .item-body .col-md-9 { width: 220px; }
.appt-service-item .item-body .col-md-5 { width: 100%; }
.appt-service-item .item-body .ques { display: block; }

}


@media (max-width: 991px) {

.appt-service-item .header-bar > .col-md-5, .appt-service-item .header-bar > .col-md-6, .appt-service-item  #appt_name_label, .appt-service-item .item-body .col-md-3
{
	width: 100%;
	text-align: left !important;
}

}

.btn-search {
    background: #efefef;
    border-radius: 4px;
    border-color: #aaa;
    color:gray;
    background: -moz-linear-gradient(top,  rgba(254,254,254,1) 0%, rgba(240,244,245,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,254,254,1)), color-stop(100%,rgba(240,244,245,1)));
    background: -webkit-linear-gradient(top,  rgba(254,254,254,1) 0%,rgba(240,244,245,1) 100%);
    background: -o-linear-gradient(top,  rgba(254,254,254,1) 0%,rgba(240,244,245,1) 100%);
    background: -ms-linear-gradient(top,  rgba(254,254,254,1) 0%,rgba(240,244,245,1) 100%);
    background: linear-gradient(to bottom,  rgba(254,254,254,1) 0%,rgba(240,244,245,1) 100%);
}

#tokenList td.active { opacity:1; background:white; }
#tokenList td.inactive { opacity:0.7; background:#efefef; }

#mobile_settings_menu {
    display: none;
}