/** VENDOR OVERRIDES **/
/** CALENDAR WIDGET **/
#calendar-widget {
    margin-bottom: 30px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}
#fc-actions {
    position: absolute;
    top: 30px;
    left: 0px;
    /*bottom: 23px;*/
    /*right: 22px;*/
}
#fc-actions > li{ list-style: none; }
#fc-actions > li > a {
    font-size: 20px;
    color: #000;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 30px;
    padding: 5px 15px 5px 15px;
}
#fc-actions > li.open > a,
#fc-actions > li > a:hover {
    background: #ff7805;
    padding: 5px 15px 5px 15px;
}
.fc {
    background-color: #fff;
    margin-bottom: 20px;
}
.fc td {
    border-color: #f0f0f0 !important;
}
.fc th {
    background: var(--secondary-color);
    color: #fff;
    font-weight: 400;
    padding: 6px 0;
}
.fc table tr > td:first-child {
    border-left-width: 0;
}
.fc .ui-widget-header {
    border-width: 0;
}
.fc .fc-day-number {
    color: #CCC;
}
.fc .fc-event-container {
    padding: 0 2px 2px;
}
.fc-toolbar {
    /*background: #ffa65b;*/
    margin-bottom: 0;
    padding: 0px 7px 0px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.fc-toolbar:before {
    content: "";
    bottom: -30px;
    height: 30px;
    width: 100%;
    background: #007268;
    position: absolute;
    left: 0;
    z-index: 0;
}
.fc-toolbar h2 {
    /*color: rgba(255, 255, 255, 0.9);*/
    margin-top: 7px;
    font-size: 19px;
    font-weight: 400;
}
.fc-toolbar .ui-button {
    border: 0;
    background: 0 0;
    padding: 0;
    outline: none !important;
    text-align: center;
}
.fc-toolbar .ui-button > span {
    position: relative;
    font-family: 'Material-Design-Iconic-Font';
    font-size: 20px;
    /*color: #FFF;*/
    line-height: 100%;
    width: 31px;
    height: 31px;
    border-radius: 50%;
    padding-top: 6px;
    display: block;
    margin-top: 2px;
}
.fc-toolbar .ui-button > span:before {
    position: relative;
    z-index: 1;
}
.fc-toolbar .ui-button > span.ui-icon-circle-triangle-w:before {
    content: "\f2fa";
}
.fc-toolbar .ui-button > span.ui-icon-circle-triangle-e:before {
    content: "\f2fb";
}
.fc-toolbar .ui-button > span:hover {
    background: #afafaf;
    /*color: #fff;*/
}
.fc-event {
    padding: 0;
    font-size: 11px;
    border-radius: 0;
    border: 0;
}
.fc-event .fc-title {
    padding: 3px 5px 2px;
    display: block;
}
.fc-event .fc-time {
    float: left;
    background: rgba(0, 0, 0, 0.2);
    padding: 2px 6px;
    margin: 0 0 0 -1px;
}
.fc-view,
.fc-view > table {
    border: 0;
    overflow: hidden;
}
.fc-content-skeleton table {
    background: transparent;
}
#calendar .fc-day-number {
    padding-left: 10px !important;
    text-align: left !important;
}
@media screen and (min-width: 991px) {
    #calendar .fc-day-number {
        font-size: 25px;
        letter-spacing: -2px;
    }
}
/* Even Tag Color */
.event-tag {
    margin-top: 5px;
}
.event-tag > span {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    margin-right: 3px;
    position: relative;
    display: inline-block;
    cursor: pointer;
}
.event-tag > span:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.event-tag > span.selected:before {
    font-family: 'Material-Design-Iconic-Font';
    content: "\f26b";
    position: absolute;
    text-align: center;
    top: 3px;
    width: 100%;
    font-size: 17px;
    color: #FFF;
}
/* Height Fix */
.fc-day-grid-container {
    height: auto !important;
}
.bootgrid-table {
    margin: 0;
    box-shadow: none;
}
.bootgrid-footer .infoBar,
.bootgrid-header .actionBar {
    text-align: left;
}
.bootgrid-footer .search,
.bootgrid-header .search {
    vertical-align: top;
}
.bootgrid-header {
    margin: 0;
    padding: 25px;
}
.bootgrid-header .search {
    border: 1px solid #e8e8e8;
}
.bootgrid-header .search .form-control,
.bootgrid-header .search .input-group-addon {
    border: 0;
}
.bootgrid-header .search .input-group-addon {
    font-size: 18px;
    color: #333;
    padding-right: 0 !important;
    min-width: 26px;
    text-align: right;
}
@media (min-width: 480px) {
    .bootgrid-header .search {
        width: 300px;
    }
}
@media (max-width: 480px) {
    .bootgrid-header .search {
        width: 100%;
        padding-right: 90px;
    }
}
.bootgrid-header .actions {
    box-shadow: none;
}
.bootgrid-header .actions .btn-group .btn {
    height: 37px;
    background: #fff;
    border-radius: 0;
    border: 1px solid #e8e8e8;
}
@media (min-width: 768px) {
    .bootgrid-header .actions .btn-group .dropdown-menu {
        left: 0;
        margin-top: 1px;
    }
}
.bootgrid-header .actions .btn-group .dropdown-menu .dropdown-item {
    padding: 5px 10px;
}
.bootgrid-header .actions .btn-group .dropdown-menu .dropdown-item .input-helper {
    top: 5px;
}
.bootgrid-header .actions .btn-group .caret {
    display: none;
}
.bootgrid-header .actions .btn-group .zmdi {
    line-height: 100%;
    font-size: 18px;
    vertical-align: top;
}
@media (max-width: 480px) {
    .bootgrid-header .actions {
        position: absolute;
        top: 0;
        right: 15px;
    }
}
.bootgrid-footer {
    border-top: 1px solid #f0f0f0;
    margin-top: 0;
}
.bootgrid-footer .col-sm-6 {
    padding: 25px;
}
@media (max-width: 768px) {
    .bootgrid-footer .col-sm-6 {
        text-align: center;
    }
}
@media (max-width: 768px) {
    .bootgrid-footer .infoBar {
        display: none;
    }
}
.bootgrid-footer .infoBar .infos {
    border: 1px solid #EEE;
    display: inline-block;
    float: right;
    padding: 7px 30px;
    font-size: 12px;
    margin-top: 3px;
}
.select-cell .checkbox {
    margin: 0px 0 0 -19px;
    top: 3px;
}
.bootstrap-select .bs-searchbox {
    padding: 0 18px;
    margin: 5px 0 10px;
    position: relative;
}
.bootstrap-select .bs-searchbox:before {
    position: absolute;
    left: 14px;
    top: 2px;
    width: 30px;
    height: 100%;
    content: "\f1c3";
    font-family: 'Material-Design-Iconic-Font';
    font-size: 25px;
}
.bootstrap-select .bs-searchbox input {
    padding-left: 25px;
    border: 0;
}
.bootstrap-select.btn-group .dropdown-menu li a.opt {
    padding-left: 17px;
}
.bootstrap-select .check-mark {
    margin-top: -5px !important;
    font-size: 19px;
    display: none;
    position: absolute;
    top: 11px;
    right: 15px;
}
.bootstrap-select .check-mark:before {
    content: "\f26b";
    font-family: 'Material-Design-Iconic-Font';
}
.bootstrap-select .selected .check-mark {
    display: block !important;
}
.bootstrap-select .notify {
    bottom: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    border: 0 !important;
    background: #f44336 !important;
    color: #fff !important;
    text-align: center;
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
}
.bootstrap-select .btn-default {
    background-color: #fff;
    border-radius: 0;
    border: 1px solid #e8e8e8;
}
.chosen-container .chosen-drop {
    border-color: #e8e8e8;
    border-radius: 0;
}
.chosen-container .chosen-results {
    margin: 10px 0 0 0;
    padding: 0;
}
.chosen-container .chosen-results li {
    padding: 10px 17px;
    width: 100%;
}
.chosen-container .chosen-results li.highlighted {
    background: rgba(0, 0, 0, 0.075);
    color: #333333;
}
.chosen-container .chosen-results li.result-selected {
    background: #03a9f4;
    color: #ffffff;
    position: relative;
}
.chosen-container .chosen-results li.result-selected:before {
    content: "\f26b";
    font-family: 'Material-Design-Iconic-Font';
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 19px;
}
.chosen-container .chosen-results li.group-result {
    color: #B2B2B2;
    font-weight: normal;
    padding: 16px 15px 6px;
    margin-top: 9px;
}
.chosen-container .chosen-results li.group-result:not(:first-child) {
    border-top: 1px solid #eee;
}
.chosen-container-single .chosen-single {
    border-radius: 0;
    height: 35px;
    padding: 7px 12px 6px;
    line-height: 1.42857143;
    border-color: #e8e8e8;
}
.chosen-container-single .chosen-search {
    padding: 5px 12px;
}
.chosen-container-single .chosen-search:before {
    content: "\f1c3";
    font-family: 'Material-Design-Iconic-Font';
    position: absolute;
    left: 25px;
    top: 9px;
    font-size: 19px;
}
.chosen-container-single .chosen-search input[type=text] {
    border-color: #e8e8e8;
    padding: 8px 10px 8px 35px;
}
.chosen-container-multi .chosen-choices {
    padding: 0 4px;
    border-color: #e8e8e8;
}
.chosen-container-multi .chosen-choices li.search-choice {
    border-radius: 0;
    margin: 4px 4px 0 0;
    background: #2196f3;
    border-color: #2196f3;
    color: #fff;
    padding: 5px 23px 5px 8px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:before {
    display: inline-block;
    font-family: 'Material-Design-Iconic-Font';
    content: "\f135";
    position: relative;
    top: 1px;
    color: #fff;
    z-index: 2;
    font-size: 12px;
}
.chosen-container-multi .chosen-choices li.search-field input[type=text] {
    padding: 0 8px;
    height: 31px;
}
.noUi-target {
    border-radius: 0;
    box-shadow: none;
    border: 0;
}
.noUi-background {
    background: #d4d4d4;
    box-shadow: none;
}
.noUi-horizontal {
    height: 3px;
}
.noUi-horizontal .noUi-handle {
    top: -8px;
}
.noUi-vertical {
    width: 3px;
}
.noUi-horizontal .noUi-handle,
.noUi-vertical .noUi-handle {
    width: 19px;
    height: 19px;
    border: 0;
    border-radius: 100%;
    box-shadow: none;
    -webkit-transition: box-shadow;
    -o-transition: box-shadow;
    transition: box-shadow;
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
    cursor: pointer;
    position: relative;
}
.noUi-horizontal .noUi-handle:before,
.noUi-vertical .noUi-handle:before,
.noUi-horizontal .noUi-handle:after,
.noUi-vertical .noUi-handle:after {
    display: none;
}
.noUi-horizontal .noUi-handle:active,
.noUi-vertical .noUi-handle:active {
    background: #ccc !important;
}
.noUi-horizontal .noUi-handle .is-tooltip,
.noUi-vertical .noUi-handle .is-tooltip {
    position: absolute;
    bottom: 32px;
    height: 35px;
    border-radius: 2px;
    color: #fff;
    text-align: center;
    line-height: 33px;
    width: 50px;
    left: 50%;
    margin-left: -25px;
    padding: 0 10px;
    -webkit-transition: all;
    -o-transition: all;
    transition: all;
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}
.noUi-horizontal .noUi-handle .is-tooltip:after,
.noUi-vertical .noUi-handle .is-tooltip:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 10px 0 10px;
    position: absolute;
    bottom: -8px;
    left: 50%;
    margin-left: -9px;
    content: "";
}
.noUi-horizontal .noUi-active,
.noUi-vertical .noUi-active {
    box-shadow: 0 0 0 13px rgba(0, 0, 0, 0.1);
}
.noUi-horizontal .noUi-active .is-tooltip,
.noUi-vertical .noUi-active .is-tooltip {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    bottom: 40px;
    opacity: 1;
    filter: alpha(opacity=100);
}
.input-slider:not([data-is-color]) .noUi-handle,
.input-slider-range:not([data-is-color]) .noUi-handle,
.input-slider-values:not([data-is-color]) .noUi-handle,
.input-slider:not([data-is-color]) .noUi-connect,
.input-slider-range:not([data-is-color]) .noUi-connect,
.input-slider-values:not([data-is-color]) .noUi-connect {
    background: #009688 !important;
}
.input-slider:not([data-is-color]) .is-tooltip,
.input-slider-range:not([data-is-color]) .is-tooltip,
.input-slider-values:not([data-is-color]) .is-tooltip {
    background: #009688;
}
.input-slider:not([data-is-color]) .is-tooltip:after,
.input-slider-range:not([data-is-color]) .is-tooltip:after,
.input-slider-values:not([data-is-color]) .is-tooltip:after {
    border-color: #009688 transparent transparent transparent;
}
.input-slider[data-is-color=red] .noUi-handle,
.input-slider-range[data-is-color=red] .noUi-handle,
.input-slider-values[data-is-color=red] .noUi-handle,
.input-slider[data-is-color=red] .noUi-connect,
.input-slider-range[data-is-color=red] .noUi-connect,
.input-slider-values[data-is-color=red] .noUi-connect {
    background: #f44336 !important;
}
.input-slider[data-is-color=blue] .noUi-handle,
.input-slider-range[data-is-color=blue] .noUi-handle,
.input-slider-values[data-is-color=blue] .noUi-handle,
.input-slider[data-is-color=blue] .noUi-connect,
.input-slider-range[data-is-color=blue] .noUi-connect,
.input-slider-values[data-is-color=blue] .noUi-connect {
    background: #2196f3 !important;
}
.input-slider[data-is-color=cyan] .noUi-handle,
.input-slider-range[data-is-color=cyan] .noUi-handle,
.input-slider-values[data-is-color=cyan] .noUi-handle,
.input-slider[data-is-color=cyan] .noUi-connect,
.input-slider-range[data-is-color=cyan] .noUi-connect,
.input-slider-values[data-is-color=cyan] .noUi-connect {
    background: #00bcd4 !important;
}
.input-slider[data-is-color=amber] .noUi-handle,
.input-slider-range[data-is-color=amber] .noUi-handle,
.input-slider-values[data-is-color=amber] .noUi-handle,
.input-slider[data-is-color=amber] .noUi-connect,
.input-slider-range[data-is-color=amber] .noUi-connect,
.input-slider-values[data-is-color=amber] .noUi-connect {
    background: #ffc107 !important;
}
.input-slider[data-is-color=green] .noUi-handle,
.input-slider-range[data-is-color=green] .noUi-handle,
.input-slider-values[data-is-color=green] .noUi-handle,
.input-slider[data-is-color=green] .noUi-connect,
.input-slider-range[data-is-color=green] .noUi-connect,
.input-slider-values[data-is-color=green] .noUi-connect {
    background: #4caf50 !important;
}
.input-slider .noUi-origin {
    background: #d4d4d4;
}
.input-slider:not([data-is-color]) .noUi-base {
    background: #009688 !important;
}
.input-slider[data-is-color=red] .noUi-base {
    background: #f44336 !important;
}
.input-slider[data-is-color=blue] .noUi-base {
    background: #2196f3 !important;
}
.input-slider[data-is-color=cyan] .noUi-base {
    background: #00bcd4 !important;
}
.input-slider[data-is-color=amber] .noUi-base {
    background: #ffc107 !important;
}
.input-slider[data-is-color=green] .noUi-base {
    background: #4caf50 !important;
}
.bootstrap-datetimepicker-widget {
    padding: 0 !important;
    margin: 0 !important;
    width: auto !important;
}
.bootstrap-datetimepicker-widget:after,
.bootstrap-datetimepicker-widget:before {
    display: none !important;
}
.bootstrap-datetimepicker-widget table td {
    text-shadow: none;
}
.bootstrap-datetimepicker-widget table td span {
    margin: 0;
}
.bootstrap-datetimepicker-widget table td span:hover {
    background: transparent;
}
.bootstrap-datetimepicker-widget .glyphicon {
    font-family: 'Material-Design-Iconic-Font';
    font-size: 18px;
}
.bootstrap-datetimepicker-widget .glyphicon-chevron-left:before {
    content: "\f2ff";
}
.bootstrap-datetimepicker-widget .glyphicon-chevron-right:before {
    content: "\f301";
}
.bootstrap-datetimepicker-widget .glyphicon-time:before {
    content: "\f337";
}
.bootstrap-datetimepicker-widget .glyphicon-calendar:before {
    content: "\f32e";
}
.bootstrap-datetimepicker-widget .glyphicon-chevron-up:before {
    content: "\f1e5";
}
.bootstrap-datetimepicker-widget .glyphicon-chevron-down:before {
    content: "\f1e4";
}
.bootstrap-datetimepicker-widget [data-action="togglePicker"] span {
    font-size: 25px;
    color: #ccc;
}
.bootstrap-datetimepicker-widget [data-action="togglePicker"] span:hover {
    color: #333;
}
.bootstrap-datetimepicker-widget a[data-action] {
    color: #2196f3;
}
.timepicker-picker .btn {
    box-shadow: none !important;
}
.timepicker-picker table tbody tr + tr:not(:last-child) {
    background: #2196f3;
    color: #fff;
}
.timepicker-picker table tbody tr + tr:not(:last-child) td {
    border-radius: 0;
}
.timepicker-picker .btn {
    background: #fff;
    color: #333;
}
.datepicker.top {
    -webkit-transform-origin: 0 100% !important;
    -moz-transform-origin: 0 100% !important;
    -ms-transform-origin: 0 100% !important;
    transform-origin: 0 100% !important;
}
.datepicker table thead tr th {
    border-radius: 0;
    color: #fff;
}
.datepicker table thead tr th .glyphicon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 29px;
}
.datepicker table thead tr th:hover .glyphicon {
    background: rgba(0, 0, 0, 0.2);
}
.datepicker table thead tr:first-child th {
    background: #2196f3;
    padding: 20px 0;
}
.datepicker table thead tr:first-child th:hover {
    background: #2196f3;
}
.datepicker table thead tr:first-child th.picker-switch {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}
.datepicker table thead tr:last-child th {
    text-transform: uppercase;
    font-weight: normal;
    font-size: 11px;
}
.datepicker table thead tr:last-child th:first-child {
    padding-left: 20px;
}
.datepicker table thead tr:last-child th:last-child {
    padding-right: 20px;
}
.datepicker table thead tr:last-child:not(:only-child) {
    background: #128ff2;
}
.datepicker table tbody tr:last-child td {
    padding-bottom: 25px;
}
.datepicker table tbody tr td:first-child {
    padding-left: 13px;
}
.datepicker table tbody tr td:last-child {
    padding-right: 13px;
}
.datepicker table td.day {
    width: 35px;
    height: 35px;
    line-height: 20px;
    color: #333;
    position: relative;
    padding: 0;
    background: transparent;
}
.datepicker table td.day:hover {
    background: none;
}
.datepicker table td.day:before {
    content: "";
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin-bottom: -33px;
    display: inline-block;
    background: transparent;
    position: static;
    text-shadow: none;
}
.datepicker table td.day.old,
.datepicker table td.day.new {
    color: #CDCDCD;
}
.datepicker table td:not(.today):not(.active):hover:before {
    background: #F0F0F0;
}
.datepicker table td.today {
    color: #333;
}
.datepicker table td.today:before {
    background-color: #E2E2E2;
}
.datepicker table td.active {
    color: #fff;
}
.datepicker table td.active:before {
    background-color: #2196f3;
}
.datepicker-months .month,
.datepicker-years .year,
.timepicker-minutes .minute,
.timepicker-hours .hour {
    border-radius: 50%;
}
.datepicker-months .month:not(.active):hover,
.datepicker-years .year:not(.active):hover,
.timepicker-minutes .minute:not(.active):hover,
.timepicker-hours .hour:not(.active):hover {
    background: #F0F0F0;
}
.datepicker-months .month.active,
.datepicker-years .year.active,
.timepicker-minutes .minute.active,
.timepicker-hours .hour.active {
    background: #2196f3;
}
.timepicker-minutes .minute,
.timepicker-hours .hour {
    padding: 0;
}
.cp-container {
    position: relative;
}
.cp-container > .input-group input.cp-value {
    color: #000 !important;
    background: transparent !important;
}
.cp-container > .input-group .dropdown-menu {
    padding: 20px;
    margin-top: 30px;
}
.cp-container i.cp-value {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    right: 5px;
}
.note-editor .note-toolbar,
.note-popover .note-toolbar,
.note-editor .popover-content,
.note-popover .popover-content {
    background: #fff;
    border-color: #e4e4e4;
    margin: 0;
    padding: 10px 0 15px;
    text-align: center;
}
.note-editor .note-toolbar > .btn-group,
.note-popover .note-toolbar > .btn-group,
.note-editor .popover-content > .btn-group,
.note-popover .popover-content > .btn-group {
    display: inline-block;
    float: none;
    box-shadow: none;
}
.note-editor .note-toolbar > .btn-group .btn,
.note-popover .note-toolbar > .btn-group .btn,
.note-editor .popover-content > .btn-group .btn,
.note-popover .popover-content > .btn-group .btn {
    margin: 0 1px;
    border: 0;
}
.note-editor .note-toolbar > .btn-group > .active,
.note-popover .note-toolbar > .btn-group > .active,
.note-editor .popover-content > .btn-group > .active,
.note-popover .popover-content > .btn-group > .active {
    background: #00bcd4;
    color: #fff;
}
.note-editor .note-toolbar .btn,
.note-popover .note-toolbar .btn,
.note-editor .popover-content .btn,
.note-popover .popover-content .btn {
    height: 40px;
    border-radius: 2px !important;
    box-shadow: none !important;
    background: #fff;
}
.note-editor .note-toolbar .btn:active,
.note-popover .note-toolbar .btn:active,
.note-editor .popover-content .btn:active,
.note-popover .popover-content .btn:active {
    box-shadow: none;
}
.note-editor .note-toolbar .note-palette-title,
.note-popover .note-toolbar .note-palette-title,
.note-editor .popover-content .note-palette-title,
.note-popover .popover-content .note-palette-title {
    margin: 0 !important;
    padding: 10px 0 !important;
    font-size: 13px !important;
    text-align: center !important;
    border: 0 !important;
}
.note-editor .note-toolbar .note-color-reset,
.note-popover .note-toolbar .note-color-reset,
.note-editor .popover-content .note-color-reset,
.note-popover .popover-content .note-color-reset {
    padding: 0 0 10px !important;
    margin: 0 !important;
    background: none;
    text-align: center;
}
.note-editor .note-toolbar .note-color .dropdown-menu,
.note-popover .note-toolbar .note-color .dropdown-menu,
.note-editor .popover-content .note-color .dropdown-menu,
.note-popover .popover-content .note-color .dropdown-menu {
    min-width: 335px;
}
.note-editor .note-statusbar .note-resizebar,
.note-popover .note-statusbar .note-resizebar {
    border-color: #E8E8E8;
}
.note-editor .note-statusbar .note-resizebar .note-icon-bar,
.note-popover .note-statusbar .note-resizebar .note-icon-bar {
    border-color: #BCBCBC;
}
.note-editor .fa,
.note-popover .fa {
    font-style: normal;
    font-size: 20px;
    vertical-align: middle;
}
.note-editor .fa:before,
.note-popover .fa:before {
    font-family: 'Material-Design-Iconic-Font';
}
.note-editor .fa.fa-magic:before,
.note-popover .fa.fa-magic:before {
    content: "\f16a";
}
.note-editor .fa.fa-bold:before,
.note-popover .fa.fa-bold:before {
    content: "\f23d";
}
.note-editor .fa.fa-italic:before,
.note-popover .fa.fa-italic:before {
    content: "\f245";
}
.note-editor .fa.fa-underline:before,
.note-popover .fa.fa-underline:before {
    content: "\f24f";
}
.note-editor .fa.fa-font:before,
.note-popover .fa.fa-font:before {
    content: "\f242";
}
.note-editor .fa.fa-list-ul:before,
.note-popover .fa.fa-list-ul:before {
    content: "\f247";
}
.note-editor .fa.fa-list-ol:before,
.note-popover .fa.fa-list-ol:before {
    content: "\f248";
}
.note-editor .fa.fa-align-left:before,
.note-popover .fa.fa-align-left:before {
    content: "\f23b";
}
.note-editor .fa.fa-align-right:before,
.note-popover .fa.fa-align-right:before {
    content: "\f23c";
}
.note-editor .fa.fa-align-center:before,
.note-popover .fa.fa-align-center:before {
    content: "\f239";
}
.note-editor .fa.fa-align-justify:before,
.note-popover .fa.fa-align-justify:before {
    content: "\f23a";
}
.note-editor .fa.fa-indent:before,
.note-popover .fa.fa-indent:before {
    content: "\f244";
}
.note-editor .fa.fa-outdent:before,
.note-popover .fa.fa-outdent:before {
    content: "\f243";
}
.note-editor .fa.fa-text-height:before,
.note-popover .fa.fa-text-height:before {
    content: "\f246";
}
.note-editor .fa.fa-table:before,
.note-popover .fa.fa-table:before {
    content: "\f320";
}
.note-editor .fa.fa-link:before,
.note-popover .fa.fa-link:before {
    content: "\f18e";
}
.note-editor .fa.fa-picture-o:before,
.note-popover .fa.fa-picture-o:before {
    content: "\f17f";
}
.note-editor .fa.fa-minus:before,
.note-popover .fa.fa-minus:before {
    content: "\f22f";
}
.note-editor .fa.fa-arrows-alt:before,
.note-popover .fa.fa-arrows-alt:before {
    content: "\f16d";
}
.note-editor .fa.fa-code:before,
.note-popover .fa.fa-code:before {
    content: "\f13a";
}
.note-editor .fa.fa-question:before,
.note-popover .fa.fa-question:before {
    content: "\f1f5";
}
.note-editor .fa.fa-eraser:before,
.note-popover .fa.fa-eraser:before {
    content: "\f23f";
}
.note-editor .fa.fa-square:before,
.note-popover .fa.fa-square:before {
    content: "\f279";
}
.note-editor .fa.fa-circle-o:before,
.note-popover .fa.fa-circle-o:before {
    content: "\f26c";
}
.note-editor .fa.fa-times:before,
.note-popover .fa.fa-times:before {
    content: "\f136";
}
.note-editor .note-air-popover .arrow,
.note-popover .note-air-popover .arrow {
    left: 20px;
}
.note-editor {
    border: 1px solid #e4e4e4;
}
.note-editor .note-editable {
    padding: 20px 23px;
}
.twitter-typeahead {
    width: 100%;
}
.twitter-typeahead .tt-menu {
    min-width: 200px;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
.twitter-typeahead .tt-suggestion:hover,
.twitter-typeahead .tt-cursor {
    background-color: rgba(0, 0, 0, 0.075);
}
.twitter-typeahead .tt-suggestion {
    padding: 8px 17px;
    color: #333;
    cursor: pointer;
}
.twitter-typeahead .tt-hint {
    color: #818181 !important;
}
.fileinput {
    position: relative;
    padding-right: 35px;
}
.fileinput .close {
    position: absolute;
    top: 5px;
    font-size: 12px;
    float: none;
    opacity: 1;
    font-weight: 500;
    border: 1px solid #ccc;
    width: 19px;
    text-align: center;
    height: 19px;
    line-height: 15px;
    border-radius: 50%;
    right: 0;
}
.fileinput .close:hover {
    background: #eee;
}
.fileinput .input-group-addon {
    padding: 0 10px;
    vertical-align: middle;
}
.fileinput .fileinput-preview {
    width: 200px;
    height: 150px;
    position: relative;
}
.fileinput .fileinput-preview img {
    display: inline-block;
    vertical-align: middle;
    margin-top: -13px;
}
.fileinput .fileinput-preview:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
}
.sweet-alert {
    border-radius: 2px;
    padding: 10px 30px;
}
.sweet-alert h2 {
    font-size: 16px;
    font-weight: 400;
    position: relative;
    z-index: 1;
}
.sweet-alert .lead {
    font-size: 13px;
}
.sweet-alert .btn {
    padding: 6px 12px;
    font-size: 13px;
    margin: 20px 2px 0;
}
.lg-outer .lg-item {
    background-image: none;
}
.lg-slide:after {
    content: "";
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    height: 50px;
    width: 50px;
    border-radius: 100%;
    border: 2px solid #ffffff;
    -webkit-animation: ball-scale-ripple 1s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
    animation: ball-scale-ripple 1s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
    position: absolute;
    left: 50%;
    margin-left: -25px;
    top: 50%;
    margin-top: -25px;
    z-index: -1;
}
.lg-slide em {
    font-style: normal;
    display: block;
    margin-bottom: 20px;
}
.lg-slide em h3 {
    margin-bottom: 5px;
    color: #D2D2D2;
    font-weight: 100;
}
.lg-slide em p {
    color: #6B6B6B;
}
@-webkit-keyframes ball-scale-ripple {
    0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 1;
}
70% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.7;
}
100% {
    opacity: 0.0;
}
}
@keyframes ball-scale-ripple {
    0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 1;
}
70% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.7;
}
100% {
    opacity: 0.0;
}
}
.mCSB_container,
.mCustomScrollBox {
    overflow: visible;
}
.mCSB_scrollTools {
    width: 12px;
}
.mCSB_scrollTools .mCSB_draggerRail,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    border-radius: 0;
}
.mCSB_scrollTools .mCSB_draggerRail {
    background: transparent !important;
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: rgba(0, 0, 0, 0.4);
}
.mCSB_inside > .mCSB_container {
    margin-right: 0;
}

/*Sub Calendar*/
.sub-calendar-panel{ padding-top: 70px; }
.sub-calendar-panel ul{ padding: 0px; margin: 0px; width: 100%; }
.sub-calendar-panel ul li{ list-style: none; display: table; width: 100%; padding: 5px 0px; }
.sub-calendar-panel ul li a{ color: #ff7805; margin-top: 3px; float: left; display: block; }
.sub-calendar-panel ul li button{ float: right; background: transparent; border-color: transparent; border: 1px #fff solid; }
.sub-calendar-panel ul li button:hover{ background: #e7e7e7; border: 1px #ccc solid; border-radius: 5px; color: #707070; font-weight: bold; padding-top: -10px; }
.sub-calendar-panel ul li button span{  }