* {
    outline: none !important;
}

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

.flex {
    display: flex;
}

.flex-row {
    display:flex;
    flex-direction: row;
    width: 100%;
    /*overflow: hidden;*/
}

.flex-column {
    display:flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
}

.flex-grow {
    flex: auto;
}

.no-flex {
    flex: none;
}

label {
    font-weight: normal;
}.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;
}

.uib-timepicker-xs input {
    font-size: 10px;
    height: 22px;
    padding: 5px;
    width: 30px !important;
}

.uib-timepicker-xs button, .uib-timepicker-xs .btn {
    border-radius: 3px;
    font-size: 10px;
    line-height: 1.5;
    padding: 1px 5px;
}

.uib-tabset-xs .nav-link {
    font-size: 12px;
}

.uib-tabset-xs .nav > li > a {
    padding: 3px 5px;
}

.uib-tabset-xs .nav-tabs {
    padding-left: 10px;
}

.uib-tabset-xs ul {
    padding: 3px 3px 0 3px;
}

.uib-datepicker {
    background: #fff;
}

.uib-datepicker table {
    outline: none;
}

.uib-datepicker > table {
    margin: 0 auto;
}


.uib-datepicker .btn {
    padding: 1px 4px;
    border: 1px solid transparent;
    border-radius: 0px;
    font-size: 12px;
    outline: 0;
}

.uib-datepicker .btn:hover {outline:none; background-color: #e6e6e6;}
.uib-datepicker .btn:focus {outline:none !important; border-color: transparent;}
.uib-datepicker .btn:active {
    background-color: #e6e6e6;
    box-shadow: none;
    border-color: transparent;
}

.uib-datepicker .btn.active {
    background-color: transparent;
    box-shadow: none;
    border-color: transparent;
}

.uib-datepicker table[ng-switch-when="month"] .btn.active, .uib-datepicker table[ng-switch-when="year"] .btn.active {
    background-color: #e6e6e6;
    box-shadow: none;
    border-color: transparent;
}

.uib-datepicker .btn.btn-info{
    background-color: #e6e6e6;
    color: #333;
}

.uib-datepicker.agendaWeek .btn.btn-info-wk {
    background-color: #e6e6e6;
    color: #333;
}

.uib-datepicker.month .btn.btn-info-mo {
    background-color: #e6e6e6;
    color: #333;
}

.uib-datepicker .btn.current {
    border-color: #31b0d5;
}

/*.uib-datepicker table[ng-switch-when="day"] button {
    width:25px;
}*/

.uib-datepicker table[ng-switch-when="day"] button.busy {
    font-weight: 900;
}

.uib-datepicker .text-muted {
    color: inherit;
    opacity: .4;
}

.uib-datepicker-popup .uib-button-bar button {
    font-size: 12px;
    line-height: 1.5;
    padding: 1px 5px;
}

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

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

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

.appt-list-li {
    padding: 3px 7px;
    font-size: 12px;
    cursor: pointer;
    line-height:20px;
}

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

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

.appt-list-li .flex-grow {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.appt-list-li .appt-list-item-details {
    display:none;
    max-height: 120px;
    overflow-x: hidden;
    overflow-y: auto;
    color: #333;
}

.appt-list-li.selected .appt-list-item-details {
    display: block;
}

.appt-list-item-title {
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}

.appt-list-li.selected .appt-list-item-title {
    white-space:normal;
}

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

.appt-list-item-details-users li {
    background: #f9f9f9;
    border: 1px solid #aaa;
    border-radius: 3px;
    box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    cursor: default;
    display: inline-block;
    line-height: 11px;
    list-style: outside none none;
    margin: 2px 1px;
    padding: 1px 2px;
    position: relative;
    font-size: 10px;
}

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

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

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

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

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

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

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

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

.section-wrapper {
    
}

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

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

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

.section-title input {}

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

#section-outer {
    height: 221px; 
    width: 100%; 
    overflow-y: auto; 
    padding-right: 10px;
}

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

.pagination-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}
.pagination {
    margin: 0;
}
.pagination>li>a, .pagination>li>span {
    padding: 0px 8px;
}
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover
{
    background-color: #d5d5d5;
    border-color: #d5d5d5;
    font-weight: 700;
    color: #555;    
}
.pagination>li>a,
.pagination>li>span,
.pagination>li:last-child>a,
.pagination>li:last-child>span,
.pagination>li:first-child>a,
.pagination>li:first-child>span
{
    color: #555;
    border: 0px none;
    border-radius: 3px;
    margin-left: 8px;
}
.pagination[disabled]>li>a,
.pagination[disabled]>li>span {
    /*color: #b6b6b6;*/
    /*color: #000;*/
}

.select-box {
    background: #fff;
    position: relative;
    z-index: 1;
}

.select2-container .select2-choice {
    background-image: none;
}
.select2-dropdown-open .select2-choice {
    background: #fff;
}
.select2-container .select2-choice .select2-arrow {
    background: #fff;
}
.select2-container-active .select2-choice, .select2-container-active .select2-choices {
    border: 0px none;
    box-shadow: none;
}
.select2-drop-active {
    border: 0px none;
}
.select2-results {
    max-height: 150px;
}
.select2-results li {
    background: #fff;
}
.select2-results .select2-highlighted {
    background: #999;
}

.select2-dropdown-open .select2-choice {
    /*background: #f1f1f1;*/
}
.select2-drop {
    /*background: #f1f1f1;   */
}
.select2-dropdown-open .select2-choice .select2-arrow {
    background: transparent;
}
.select2-results .select2-result-label {
    padding: 1px 5px;
}
