

* {
    outline: none !important;
}

a {
    color: #00acac;
}

.btn.btn-primary {
    background: #00acac;
    border-color: #00acac;
    color: #fff;
}

.btn.btn-primary:hover
{
    background: #008a8a;
    border-color: #008a8a;
}

input::-moz-focus-inner { 
    border: 0; 
}

label {
    font-weight: normal;
}

#app-load-mask {
    padding: 100px 0;
    text-align: center;
    font-size: 12px;
}

.checkbox > label {
    font-size: 12px;
}

.appt-list-header {
    width:100%;
    font-size: 11px;
    line-height: 17px;
    border-bottom: 1px solid #999;
    background: #627382;
    color: #fff;
}

.appt-list-ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.appt-list-li {
    padding: 6px 15px 0px 10px;
    font-size: 12px;
    cursor: pointer;
}

.appt-list-li:hover {
    background-color: #f3f3f3;
}

.appt-list-li.selected, .appt-list-li.selected:hover {
    color: #fff;
    background: #00acac;
}

.appt-status {
    display: inline-block;
    vertical-align: middle;
    opacity: .7;
}

.appt-summary {
    display: inline-block;
    width: 210px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.appt-edit {
    margin-top: -4px;
    padding: 0px 4px;
}

.appt-partial {
    padding-right: 5px;
}

.slide {
    font-size: 12px;
    background-color: rgba(206, 231, 231, 0.95);
    z-index: 100;
}

.checkbox {
    margin-top: 5px;
    margin-bottom: 5px;
}

#expire-datepicker ul.dropdown-menu {
    position: fixed;
    top: 5px;
    left: 60px;
}

.expire-datepicker-day-btn {
    border-color: transparent !important;
}

.section-wrapper {
    
}

.section-title {
    margin: 0;
    padding: 3px;
}

.section-title:hover {
    background: #a5c3c3;
}

.section-title label {
    margin: 0 3px 0 0;
}

.section-title input {}

.section-content {
    background: #fff;
    padding: 8px;
    border-radius: 3px;
}

#form-format-editor_ifr {
    height: 57px !important;
}

.mce-toolbar .mce-btn:hover {
    background: #f1f1f1 !important;
}

.mce-toolbar .mce-colorbutton:hover {
    background: none !important;
}

.mce-toolbar .mce-btn button {
    padding: 1px 3px !important;
}

/*.mce-ext-insertlink {
    border: 1px solid #bbb !important;
    border-radius: 5px !important;
    margin: -2px !important;
}*/

.mce-ext-insertlink > button {
    font-size: 10px !important;
}

