@charset "UTF-8";
/*------------------------------------------------------------------
[Master Stylesheet]
Project:	BERYL
++++ Imports ++++
++++ Reset ++++
++++ Main ++++
++++ Mediaqueries ++++
-------------------------------------------------------------------*/
/****************************/
/** Imports **/
/****************************/
@import url(animate.css);
@import url(font-awesome.min.css);
@import "et-line-font.css";	
@import url(bootstrap.min.css);
/****************************/
/** Reset **/
/****************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, .address-detail a, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

strong {
  font-weight: bold; }

body {
  color: #000;
  background: #fff;
  font-family: "Roboto", sans-serif; 
  font-size: 14px;
  font-style: normal;
  line-height: 1.5;
  overflow-y: auto; }

/* Mozilla based browsers */
::-moz-selection {
  background: #c29f75;
  color: #fff; }

/* Works in Safari */
::selection {
  background: #c29f75;
  color: #fff; }

#ascrail2000 {
  z-index: 999 !important; }

a:hover, a:active {
  outline: 0; }

button:focus {
  border: none;
  outline: 0; }

ul {
  list-style: none; }

a {
  color: #fff;
  text-decoration: none; }

a:hover {
  color: #fff;
  text-decoration: none; }

a:focus {
  color: #fff;
  text-decoration: none;
  outline: none; }

h2, h3, h4, h5, h6 {
  color: #212121;
  }

h1{
	font-size:48px;
	color:#fff;
	line-height:60px;
}

h2{
	font-size: 36px;
    line-height: 44px;
}

h3 {
	font-size:30px;
	line-height:40px;
}

h4{
	font-size:24px;
	line-height:30px;
	margin-bottom:41px;
	text-transform:capitalize;
}

h5{
	font-size:18px;
	line-height:26px;
	text-transform:capitalize;
}

h6{
	font-size:16px;
	line-height:24px;
	text-transform:capitalize;
}
p, .address-detail a {
  font-size: 15px;
  color: #8d8d8d;
  line-height: 25px; }

.force-UTF-8 {
  content: "¡"; }

/****************************/
/** Main **/
/****************************/
.pad-zero {
  padding: 0; }

.pad-left-zero {
  padding-left: 0; }

.pad-right-zero {
  padding-left: 0; }

.sec-pad-top {
  padding-top: 100px; }

.padding-left-28 {
  padding-left: 28px; }

.padding-right-28 {
  padding-right: 28px; }

.padding-left-200 {
padding-left: 200px; }

.padding-right-200 {
padding-right: 200px; }

.sec-pad-top-80 {
  padding-top: 80px; }

.sec-pad {
  padding-top: 100px;
  padding-bottom: 100px; }

.sec-pad-sm {
  padding-top: 50px;
  padding-bottom: 50px; }

.sec-pad-xs {
  padding-top: 30px;
  padding-bottom: 30px; }

.sec-pad-top {
  padding-top: 100px; }

.sec-pad-top-sm {
  padding-top: 50px; }

.sec-pad-top-xs {
  padding-top: 30px; }

.sec-pad-bottom {
  padding-bottom: 100px; }

.sec-pad-bottom-sm {
  padding-bottom: 50px; }

.sec-pad-bottom-xs {
  padding-bottom: 30px; }

.sec-pad-left {
  padding-left: 100px; }

.sec-pad-right {
  padding-right: 100px; }

.padding-top-lg-175 {
  padding-top: 175px; }

.margin-btm-lg {
  margin-bottom: 47px; }

.margin-top-sm {
  margin-top: 30px; }

.margin-btm-sm {
  margin-bottom: 30px; }

.margin-left-15 {
	  margin-left:15px;
}
.opacity-hide {
  opacity: 0;
  visibility: hidden; }
.icon {
    color: #cacaca;
    font-size: 48px; }
.about-sec  li  {
	font-size:16px;
	margin-bottom:30px;
}
.about-sec  li  i {
    color: #adadad;
    font-size: 20px !important;
    margin-right: 15px;
}	
.about-sec .about-icon-wrap span {
    display: block; }
    .about-sec .about-icon-wrap span.key-fact {
      font-size: 16px;
      color: #000;
      text-transform: capitalize;
      margin-bottom: 14px;
      margin-top: 25px; }	
.preloader-it {
  background: #fff;
  position: fixed;
  z-index: 110;
  height: 100%;
  width: 100%;
  overflow: hidden !important; }

/* Effect 1: YouTube loading */
/* Effect 1: YouTube loading */
.la-anim-1 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 5px;
  background: #212121;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  pointer-events: none; }

.la-anim-1::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 100%;
  background: #212121;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.2s, box-shadow 2s 4s;
  transition: opacity 0.2s, box-shadow 2s 4s;
  -webkit-transform: rotate(2deg) translateY(-2px);
  transform: rotate(2deg) translateY(-2px); }

.la-anim-1.la-animate {
  z-index: 100;
  opacity: 1;
  -webkit-transition: -webkit-transform 5s ease-in, opacity 1s 5s;
  transition: transform 5s ease-in, opacity 1s 5s;
  -webkit-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0); }

.la-anim-1.la-animate::after {
  opacity: 1; }
/*Buttons*/
.btn, .wizard > .actions .disabled a, .wizard > .actions .disabled a:hover, .wizard > .actions .disabled a:active, .wizard > .actions a, .wizard > .actions a:hover, .wizard > .actions a:active, .dt-buttons .dt-button, .tablesaw-sortable th.tablesaw-sortable-head button, .sweet-alert button, .owl-theme .owl-nav [class*="owl-"], button.fc-agendaDay-button.fc-state-default.fc-corner-right,
button.fc-month-button.fc-state-default.fc-corner-left,
button.fc-agendaWeek-button, .fc-prev-button, .fc-next-button, .fc-today-button {
  color: #fff;
  padding: 10px 25px;
  text-transform: capitalize;
  border-radius: 2px;
  outline: none;
  box-shadow: none;
  border: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn i, .wizard > .actions .disabled a i, .wizard > .actions .disabled a:hover i, .wizard > .actions .disabled a:active i, .wizard > .actions a i, .wizard > .actions a:hover i, .wizard > .actions a:active i, .dt-buttons .dt-button i, .tablesaw-sortable th.tablesaw-sortable-head button i, .sweet-alert button i, .owl-theme .owl-nav [class*="owl-"] i, button.fc-agendaDay-button.fc-state-default.fc-corner-right i,
button.fc-month-button.fc-state-default.fc-corner-left i,
button.fc-agendaWeek-button i, .fc-prev-button i, .fc-next-button i, .fc-today-button i {
  font-size: 14px;
}
.btn:focus, .wizard > .actions a:focus, .dt-buttons .dt-button:focus, .tablesaw-sortable th.tablesaw-sortable-head button:focus, .sweet-alert button:focus, .owl-theme .owl-nav [class*="owl-"]:focus, button.fc-agendaDay-button.fc-state-default.fc-corner-right:focus,
button.fc-month-button.fc-state-default.fc-corner-left:focus,
button.fc-agendaWeek-button:focus, .fc-prev-button:focus, .fc-next-button:focus, .fc-today-button:focus, .btn:active, .wizard > .actions a:active, .dt-buttons .dt-button:active, .tablesaw-sortable th.tablesaw-sortable-head button:active, .sweet-alert button:active, .owl-theme .owl-nav [class*="owl-"]:active, button.fc-agendaDay-button.fc-state-default.fc-corner-right:active,
button.fc-month-button.fc-state-default.fc-corner-left:active,
button.fc-agendaWeek-button:active, .fc-prev-button:active, .fc-next-button:active, .fc-today-button:active {
  outline: none;
}
.btn:focus:focus, .wizard > .actions a:focus:focus, .dt-buttons .dt-button:focus:focus, .tablesaw-sortable th.tablesaw-sortable-head button:focus:focus, .sweet-alert button:focus:focus, .owl-theme .owl-nav [class*="owl-"]:focus:focus, button.fc-agendaDay-button.fc-state-default.fc-corner-right:focus:focus,
button.fc-month-button.fc-state-default.fc-corner-left:focus:focus,
button.fc-agendaWeek-button:focus:focus, .fc-prev-button:focus:focus, .fc-next-button:focus:focus, .fc-today-button:focus:focus, .btn:focus:active, .wizard > .actions a:focus:active, .dt-buttons .dt-button:focus:active, .tablesaw-sortable th.tablesaw-sortable-head button:focus:active, .sweet-alert button:focus:active, .owl-theme .owl-nav [class*="owl-"]:focus:active, button.fc-agendaDay-button.fc-state-default.fc-corner-right:focus:active,
button.fc-month-button.fc-state-default.fc-corner-left:focus:active,
button.fc-agendaWeek-button:focus:active, .fc-prev-button:focus:active, .fc-next-button:focus:active, .fc-today-button:focus:active, .btn:active:focus, .wizard > .actions a:active:focus, .dt-buttons .dt-button:active:focus, .tablesaw-sortable th.tablesaw-sortable-head button:active:focus, .sweet-alert button:active:focus, .owl-theme .owl-nav [class*="owl-"]:active:focus, button.fc-agendaDay-button.fc-state-default.fc-corner-right:active:focus,
button.fc-month-button.fc-state-default.fc-corner-left:active:focus,
button.fc-agendaWeek-button:active:focus, .fc-prev-button:active:focus, .fc-next-button:active:focus, .fc-today-button:active:focus, .btn:active:active, .wizard > .actions a:active:active, .dt-buttons .dt-button:active:active, .tablesaw-sortable th.tablesaw-sortable-head button:active:active, .sweet-alert button:active:active, .owl-theme .owl-nav [class*="owl-"]:active:active, button.fc-agendaDay-button.fc-state-default.fc-corner-right:active:active,
button.fc-month-button.fc-state-default.fc-corner-left:active:active,
button.fc-agendaWeek-button:active:active, .fc-prev-button:active:active, .fc-next-button:active:active, .fc-today-button:active:active {
  outline: none;
}
.btn.btn-default, .wizard > .actions a.btn-default, .wizard > .actions .owl-theme .owl-nav a[class*="owl-"]:hover, .owl-theme .owl-nav .wizard > .actions a[class*="owl-"]:hover, .wizard > .actions .owl-theme .owl-nav a[class*="owl-"]:active, .owl-theme .owl-nav .wizard > .actions a[class*="owl-"]:active, .dt-buttons .btn-default.dt-button, .tablesaw-sortable th.tablesaw-sortable-head button, .sweet-alert button.btn-default, .owl-theme .owl-nav [class*="owl-"], button.btn-default.fc-agendaDay-button.fc-state-default.fc-corner-right, .tablesaw-sortable th.tablesaw-sortable-head button.fc-agendaDay-button.fc-state-default.fc-corner-right, .owl-theme .owl-nav button.fc-agendaDay-button.fc-state-default.fc-corner-right[class*="owl-"],
button.btn-default.fc-month-button.fc-state-default.fc-corner-left,
.tablesaw-sortable th.tablesaw-sortable-head button.fc-month-button.fc-state-default.fc-corner-left,
.owl-theme .owl-nav button.fc-month-button.fc-state-default.fc-corner-left[class*="owl-"],
button.btn-default.fc-agendaWeek-button, .btn-default.fc-prev-button, .btn-default.fc-next-button, .btn-default.fc-today-button {
  background: gainsboro;
  border: solid 1px gainsboro;
  color: #212121 !important;
}
.btn.btn-default:hover, .wizard > .actions a.btn-default:hover, .dt-buttons .btn-default.dt-button:hover, .tablesaw-sortable th.tablesaw-sortable-head button:hover, .sweet-alert button.btn-default:hover, .owl-theme .owl-nav [class*="owl-"]:hover, button.btn-default.fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
button.btn-default.fc-month-button.fc-state-default.fc-corner-left:hover,
button.btn-default.fc-agendaWeek-button:hover, .btn-default.fc-prev-button:hover, .btn-default.fc-next-button:hover, .btn-default.fc-today-button:hover, .btn.btn-default:active, .wizard > .actions a.btn-default:active, .dt-buttons .btn-default.dt-button:active, .tablesaw-sortable th.tablesaw-sortable-head button:active, .sweet-alert button.btn-default:active, .owl-theme .owl-nav [class*="owl-"]:active, button.btn-default.fc-agendaDay-button.fc-state-default.fc-corner-right:active,
button.btn-default.fc-month-button.fc-state-default.fc-corner-left:active,
button.btn-default.fc-agendaWeek-button:active, .btn-default.fc-prev-button:active, .btn-default.fc-next-button:active, .btn-default.fc-today-button:active, .btn.btn-default:focus, .wizard > .actions a.btn-default:focus, .dt-buttons .btn-default.dt-button:focus, .tablesaw-sortable th.tablesaw-sortable-head button:focus, .sweet-alert button.btn-default:focus, .owl-theme .owl-nav [class*="owl-"]:focus, button.btn-default.fc-agendaDay-button.fc-state-default.fc-corner-right:focus,
button.btn-default.fc-month-button.fc-state-default.fc-corner-left:focus,
button.btn-default.fc-agendaWeek-button:focus, .btn-default.fc-prev-button:focus, .btn-default.fc-next-button:focus, .btn-default.fc-today-button:focus {
  background: rgba(220, 220, 220, 0.85);
  border: solid 1px rgba(220, 220, 220, 0.1);
}
.btn.btn-info, .wizard > .actions a.btn-info, .dt-buttons .btn-info.dt-button, .tablesaw-sortable th.tablesaw-sortable-head button.btn-info, .sweet-alert button.btn-info, .owl-theme .owl-nav .btn-info[class*="owl-"], button.btn-info.fc-agendaDay-button.fc-state-default.fc-corner-right,
button.btn-info.fc-month-button.fc-state-default.fc-corner-left,
button.btn-info.fc-agendaWeek-button, .btn-info.fc-prev-button, .btn-info.fc-next-button, .btn-info.fc-today-button {
  background: #dc4666;
  border: solid 1px #dc4666;
}
.btn.btn-info:hover, .wizard > .actions a.btn-info:hover, .dt-buttons .btn-info.dt-button:hover, .tablesaw-sortable th.tablesaw-sortable-head button.btn-info:hover, .sweet-alert button.btn-info:hover, .owl-theme .owl-nav .btn-info[class*="owl-"]:hover, button.btn-info.fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
button.btn-info.fc-month-button.fc-state-default.fc-corner-left:hover,
button.btn-info.fc-agendaWeek-button:hover, .btn-info.fc-prev-button:hover, .btn-info.fc-next-button:hover, .btn-info.fc-today-button:hover, .btn.btn-info:active, .wizard > .actions a.btn-info:active, .dt-buttons .btn-info.dt-button:active, .tablesaw-sortable th.tablesaw-sortable-head button.btn-info:active, .sweet-alert button.btn-info:active, .owl-theme .owl-nav .btn-info[class*="owl-"]:active, button.btn-info.fc-agendaDay-button.fc-state-default.fc-corner-right:active,
button.btn-info.fc-month-button.fc-state-default.fc-corner-left:active,
button.btn-info.fc-agendaWeek-button:active, .btn-info.fc-prev-button:active, .btn-info.fc-next-button:active, .btn-info.fc-today-button:active, .btn.btn-info:focus, .wizard > .actions a.btn-info:focus, .dt-buttons .btn-info.dt-button:focus, .tablesaw-sortable th.tablesaw-sortable-head button.btn-info:focus, .sweet-alert button.btn-info:focus, .owl-theme .owl-nav .btn-info[class*="owl-"]:focus, button.btn-info.fc-agendaDay-button.fc-state-default.fc-corner-right:focus,
button.btn-info.fc-month-button.fc-state-default.fc-corner-left:focus,
button.btn-info.fc-agendaWeek-button:focus, .btn-info.fc-prev-button:focus, .btn-info.fc-next-button:focus, .btn-info.fc-today-button:focus {
  background: rgba(220, 70, 102, 0.85);
  border: solid 1px rgba(220, 70, 102, 0.1);
}
.btn.btn-primary, .wizard > .actions .disabled a, .wizard > .actions .disabled a:hover, .wizard > .actions .disabled a:active, .wizard > .actions a, .wizard > .actions a:hover, .wizard > .actions a:active, .dt-buttons .dt-button, .tablesaw-sortable th.tablesaw-sortable-head button.btn-primary, .tablesaw-sortable th.tablesaw-sortable-head .dt-buttons button.dt-button, .dt-buttons .tablesaw-sortable th.tablesaw-sortable-head button.dt-button, .sweet-alert button.btn-primary, .owl-theme .owl-nav .btn-primary[class*="owl-"], .owl-theme .owl-nav .wizard > .actions a[class*="owl-"], .wizard > .actions .owl-theme .owl-nav a[class*="owl-"], .owl-theme .owl-nav .dt-buttons [class*="owl-"].dt-button, .dt-buttons .owl-theme .owl-nav [class*="owl-"].dt-button, button.btn-primary.fc-agendaDay-button.fc-state-default.fc-corner-right, .dt-buttons button.fc-agendaDay-button.fc-state-default.fc-corner-right.dt-button,
button.btn-primary.fc-month-button.fc-state-default.fc-corner-left,
.dt-buttons button.fc-month-button.fc-state-default.fc-corner-left.dt-button,
button.btn-primary.fc-agendaWeek-button, .btn-primary.fc-prev-button, .btn-primary.fc-next-button, .btn-primary.fc-today-button {
  background: #177ec1;
  border: solid 1px #177ec1;
}
.btn.btn-primary:hover, .wizard > .actions a:hover, .dt-buttons .dt-button:hover, .tablesaw-sortable th.tablesaw-sortable-head button.btn-primary:hover, .sweet-alert button.btn-primary:hover, .owl-theme .owl-nav .btn-primary[class*="owl-"]:hover, button.btn-primary.fc-agendaDay-button.fc-state-default.fc-corner-right:hover, .dt-buttons button.fc-agendaDay-button.fc-state-default.fc-corner-right.dt-button:hover,
button.btn-primary.fc-month-button.fc-state-default.fc-corner-left:hover,
.dt-buttons button.fc-month-button.fc-state-default.fc-corner-left.dt-button:hover,
button.btn-primary.fc-agendaWeek-button:hover, .btn-primary.fc-prev-button:hover, .btn-primary.fc-next-button:hover, .btn-primary.fc-today-button:hover, .btn.btn-primary:active, .wizard > .actions a:active, .dt-buttons .dt-button:active, .tablesaw-sortable th.tablesaw-sortable-head button.btn-primary:active, .sweet-alert button.btn-primary:active, .owl-theme .owl-nav .btn-primary[class*="owl-"]:active, button.btn-primary.fc-agendaDay-button.fc-state-default.fc-corner-right:active, .dt-buttons button.fc-agendaDay-button.fc-state-default.fc-corner-right.dt-button:active,
button.btn-primary.fc-month-button.fc-state-default.fc-corner-left:active,
.dt-buttons button.fc-month-button.fc-state-default.fc-corner-left.dt-button:active,
button.btn-primary.fc-agendaWeek-button:active, .btn-primary.fc-prev-button:active, .btn-primary.fc-next-button:active, .btn-primary.fc-today-button:active, .btn.btn-primary:focus, .wizard > .actions a:focus, .dt-buttons .dt-button:focus, .tablesaw-sortable th.tablesaw-sortable-head button.btn-primary:focus, .sweet-alert button.btn-primary:focus, .owl-theme .owl-nav .btn-primary[class*="owl-"]:focus, button.btn-primary.fc-agendaDay-button.fc-state-default.fc-corner-right:focus, .dt-buttons button.fc-agendaDay-button.fc-state-default.fc-corner-right.dt-button:focus,
button.btn-primary.fc-month-button.fc-state-default.fc-corner-left:focus,
.dt-buttons button.fc-month-button.fc-state-default.fc-corner-left.dt-button:focus,
button.btn-primary.fc-agendaWeek-button:focus, .btn-primary.fc-prev-button:focus, .btn-primary.fc-next-button:focus, .btn-primary.fc-today-button:focus {
  background: rgba(23, 126, 193, 0.85);
  border: solid 1px rgba(23, 126, 193, 0.1);
}
.btn.btn-success, .wizard > .actions a.btn-success, .wizard > .actions a.fc-prev-button, .wizard > .actions a.fc-next-button, .wizard > .actions a.fc-today-button, .dt-buttons .btn-success.dt-button,
.dt-buttons button.dt-button.fc-agendaWeek-button, .dt-buttons .dt-button.fc-prev-button, .dt-buttons .dt-button.fc-next-button, .dt-buttons .dt-button.fc-today-button, .tablesaw-sortable th.tablesaw-sortable-head button.btn-success,
.tablesaw-sortable th.tablesaw-sortable-head button.fc-agendaWeek-button, .tablesaw-sortable th.tablesaw-sortable-head button.fc-prev-button, .tablesaw-sortable th.tablesaw-sortable-head button.fc-next-button, .tablesaw-sortable th.tablesaw-sortable-head button.fc-today-button, .sweet-alert button.btn-success, .sweet-alert button.fc-prev-button, .sweet-alert button.fc-next-button, .sweet-alert button.fc-today-button, .owl-theme .owl-nav .btn-success[class*="owl-"],
.owl-theme .owl-nav button[class*="owl-"].fc-agendaWeek-button, .owl-theme .owl-nav [class*="owl-"].fc-prev-button, .owl-theme .owl-nav [class*="owl-"].fc-next-button, .owl-theme .owl-nav [class*="owl-"].fc-today-button, button.fc-agendaDay-button.fc-state-default.fc-corner-right,
button.fc-month-button.fc-state-default.fc-corner-left,
button.fc-agendaWeek-button, .fc-prev-button, .fc-next-button, .fc-today-button {
  background: #469408;
  border: solid 1px #469408;
}
.btn.btn-success:hover, .wizard > .actions a.btn-success:hover, .wizard > .actions a.fc-prev-button:hover, .wizard > .actions a.fc-next-button:hover, .wizard > .actions a.fc-today-button:hover, .dt-buttons .btn-success.dt-button:hover, .tablesaw-sortable th.tablesaw-sortable-head button.btn-success:hover,
.tablesaw-sortable th.tablesaw-sortable-head button.fc-agendaWeek-button:hover, .tablesaw-sortable th.tablesaw-sortable-head button.fc-prev-button:hover, .tablesaw-sortable th.tablesaw-sortable-head button.fc-next-button:hover, .tablesaw-sortable th.tablesaw-sortable-head button.fc-today-button:hover, .sweet-alert button.btn-success:hover, .owl-theme .owl-nav .btn-success[class*="owl-"]:hover,
.owl-theme .owl-nav button[class*="owl-"].fc-agendaWeek-button:hover, .owl-theme .owl-nav [class*="owl-"].fc-prev-button:hover, .owl-theme .owl-nav [class*="owl-"].fc-next-button:hover, .owl-theme .owl-nav [class*="owl-"].fc-today-button:hover, button.fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
button.fc-month-button.fc-state-default.fc-corner-left:hover,
button.fc-agendaWeek-button:hover, .fc-prev-button:hover, .fc-next-button:hover, .fc-today-button:hover, .btn.btn-success:active, .wizard > .actions a.btn-success:active, .wizard > .actions a.fc-prev-button:active, .wizard > .actions a.fc-next-button:active, .wizard > .actions a.fc-today-button:active, .dt-buttons .btn-success.dt-button:active, .tablesaw-sortable th.tablesaw-sortable-head button.btn-success:active,
.tablesaw-sortable th.tablesaw-sortable-head button.fc-agendaWeek-button:active, .tablesaw-sortable th.tablesaw-sortable-head button.fc-prev-button:active, .tablesaw-sortable th.tablesaw-sortable-head button.fc-next-button:active, .tablesaw-sortable th.tablesaw-sortable-head button.fc-today-button:active, .sweet-alert button.btn-success:active, .owl-theme .owl-nav .btn-success[class*="owl-"]:active,
.owl-theme .owl-nav button[class*="owl-"].fc-agendaWeek-button:active, .owl-theme .owl-nav [class*="owl-"].fc-prev-button:active, .owl-theme .owl-nav [class*="owl-"].fc-next-button:active, .owl-theme .owl-nav [class*="owl-"].fc-today-button:active, button.fc-agendaDay-button.fc-state-default.fc-corner-right:active,
button.fc-month-button.fc-state-default.fc-corner-left:active,
button.fc-agendaWeek-button:active, .fc-prev-button:active, .fc-next-button:active, .fc-today-button:active, .btn.btn-success:focus, .wizard > .actions a.btn-success:focus, .wizard > .actions a.fc-prev-button:focus, .wizard > .actions a.fc-next-button:focus, .wizard > .actions a.fc-today-button:focus, .dt-buttons .btn-success.dt-button:focus, .tablesaw-sortable th.tablesaw-sortable-head button.btn-success:focus,
.tablesaw-sortable th.tablesaw-sortable-head button.fc-agendaWeek-button:focus, .tablesaw-sortable th.tablesaw-sortable-head button.fc-prev-button:focus, .tablesaw-sortable th.tablesaw-sortable-head button.fc-next-button:focus, .tablesaw-sortable th.tablesaw-sortable-head button.fc-today-button:focus, .sweet-alert button.btn-success:focus, .owl-theme .owl-nav .btn-success[class*="owl-"]:focus,
.owl-theme .owl-nav button[class*="owl-"].fc-agendaWeek-button:focus, .owl-theme .owl-nav [class*="owl-"].fc-prev-button:focus, .owl-theme .owl-nav [class*="owl-"].fc-next-button:focus, .owl-theme .owl-nav [class*="owl-"].fc-today-button:focus, button.fc-agendaDay-button.fc-state-default.fc-corner-right:focus,
button.fc-month-button.fc-state-default.fc-corner-left:focus,
button.fc-agendaWeek-button:focus, .fc-prev-button:focus, .fc-next-button:focus, .fc-today-button:focus {
  background: rgba(70, 148, 8, 0.85);
  border: solid 1px rgba(70, 148, 8, 0.1);
}
.btn.btn-danger, .wizard > .actions a.btn-danger, .dt-buttons .btn-danger.dt-button, .tablesaw-sortable th.tablesaw-sortable-head button.btn-danger, .sweet-alert button.btn-danger, .owl-theme .owl-nav .btn-danger[class*="owl-"], button.btn-danger.fc-agendaDay-button.fc-state-default.fc-corner-right,
button.btn-danger.fc-month-button.fc-state-default.fc-corner-left,
button.btn-danger.fc-agendaWeek-button, .btn-danger.fc-prev-button, .btn-danger.fc-next-button, .btn-danger.fc-today-button {
  background: #ea6c41;
  border: solid 1px #ea6c41;
}
.btn.btn-danger:hover, .wizard > .actions a.btn-danger:hover, .dt-buttons .btn-danger.dt-button:hover, .tablesaw-sortable th.tablesaw-sortable-head button.btn-danger:hover, .sweet-alert button.btn-danger:hover, .owl-theme .owl-nav .btn-danger[class*="owl-"]:hover, button.btn-danger.fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
button.btn-danger.fc-month-button.fc-state-default.fc-corner-left:hover,
button.btn-danger.fc-agendaWeek-button:hover, .btn-danger.fc-prev-button:hover, .btn-danger.fc-next-button:hover, .btn-danger.fc-today-button:hover, .btn.btn-danger:active, .wizard > .actions a.btn-danger:active, .dt-buttons .btn-danger.dt-button:active, .tablesaw-sortable th.tablesaw-sortable-head button.btn-danger:active, .sweet-alert button.btn-danger:active, .owl-theme .owl-nav .btn-danger[class*="owl-"]:active, button.btn-danger.fc-agendaDay-button.fc-state-default.fc-corner-right:active,
button.btn-danger.fc-month-button.fc-state-default.fc-corner-left:active,
button.btn-danger.fc-agendaWeek-button:active, .btn-danger.fc-prev-button:active, .btn-danger.fc-next-button:active, .btn-danger.fc-today-button:active, .btn.btn-danger:focus, .wizard > .actions a.btn-danger:focus, .dt-buttons .btn-danger.dt-button:focus, .tablesaw-sortable th.tablesaw-sortable-head button.btn-danger:focus, .sweet-alert button.btn-danger:focus, .owl-theme .owl-nav .btn-danger[class*="owl-"]:focus, button.btn-danger.fc-agendaDay-button.fc-state-default.fc-corner-right:focus,
button.btn-danger.fc-month-button.fc-state-default.fc-corner-left:focus,
button.btn-danger.fc-agendaWeek-button:focus, .btn-danger.fc-prev-button:focus, .btn-danger.fc-next-button:focus, .btn-danger.fc-today-button:focus {
  background: rgba(234, 108, 65, 0.85);
  border: solid 1px rgba(234, 108, 65, 0.1);
}
.btn.btn-warning, .wizard > .actions a.btn-warning, .dt-buttons .btn-warning.dt-button, .tablesaw-sortable th.tablesaw-sortable-head button.btn-warning, .sweet-alert button.btn-warning, .owl-theme .owl-nav .btn-warning[class*="owl-"], button.btn-warning.fc-agendaDay-button.fc-state-default.fc-corner-right,
button.btn-warning.fc-month-button.fc-state-default.fc-corner-left,
button.btn-warning.fc-agendaWeek-button, .btn-warning.fc-prev-button, .btn-warning.fc-next-button, .btn-warning.fc-today-button {
  background: #e69a2a;
  border: solid 1px #e69a2a;
}
.btn.btn-warning:hover, .wizard > .actions a.btn-warning:hover, .dt-buttons .btn-warning.dt-button:hover, .tablesaw-sortable th.tablesaw-sortable-head button.btn-warning:hover, .sweet-alert button.btn-warning:hover, .owl-theme .owl-nav .btn-warning[class*="owl-"]:hover, button.btn-warning.fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
button.btn-warning.fc-month-button.fc-state-default.fc-corner-left:hover,
button.btn-warning.fc-agendaWeek-button:hover, .btn-warning.fc-prev-button:hover, .btn-warning.fc-next-button:hover, .btn-warning.fc-today-button:hover, .btn.btn-warning:active, .wizard > .actions a.btn-warning:active, .dt-buttons .btn-warning.dt-button:active, .tablesaw-sortable th.tablesaw-sortable-head button.btn-warning:active, .sweet-alert button.btn-warning:active, .owl-theme .owl-nav .btn-warning[class*="owl-"]:active, button.btn-warning.fc-agendaDay-button.fc-state-default.fc-corner-right:active,
button.btn-warning.fc-month-button.fc-state-default.fc-corner-left:active,
button.btn-warning.fc-agendaWeek-button:active, .btn-warning.fc-prev-button:active, .btn-warning.fc-next-button:active, .btn-warning.fc-today-button:active, .btn.btn-warning:focus, .wizard > .actions a.btn-warning:focus, .dt-buttons .btn-warning.dt-button:focus, .tablesaw-sortable th.tablesaw-sortable-head button.btn-warning:focus, .sweet-alert button.btn-warning:focus, .owl-theme .owl-nav .btn-warning[class*="owl-"]:focus, button.btn-warning.fc-agendaDay-button.fc-state-default.fc-corner-right:focus,
button.btn-warning.fc-month-button.fc-state-default.fc-corner-left:focus,
button.btn-warning.fc-agendaWeek-button:focus, .btn-warning.fc-prev-button:focus, .btn-warning.fc-next-button:focus, .btn-warning.fc-today-button:focus {
  background: rgba(230, 154, 42, 0.85);
  border: solid 1px rgba(230, 154, 42, 0.1);
}
.btn.btn-white, .wizard > .actions a.btn-white, .dt-buttons .btn-white.dt-button, .tablesaw-sortable th.tablesaw-sortable-head button.btn-white, .sweet-alert button.btn-white, .owl-theme .owl-nav .btn-white[class*="owl-"], button.btn-white.fc-agendaDay-button.fc-state-default.fc-corner-right,
button.btn-white.fc-month-button.fc-state-default.fc-corner-left,
button.btn-white.fc-agendaWeek-button, .btn-white.fc-prev-button, .btn-white.fc-next-button, .btn-white.fc-today-button {
  background: white;
  color: #56d365 !important;
}
.btn.btn-white:hover, .wizard > .actions a.btn-white:hover, .dt-buttons .btn-white.dt-button:hover, .tablesaw-sortable th.tablesaw-sortable-head button.btn-white:hover, .sweet-alert button.btn-white:hover, .owl-theme .owl-nav .btn-white[class*="owl-"]:hover, button.btn-white.fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
button.btn-white.fc-month-button.fc-state-default.fc-corner-left:hover,
button.btn-white.fc-agendaWeek-button:hover, .btn-white.fc-prev-button:hover, .btn-white.fc-next-button:hover, .btn-white.fc-today-button:hover {
  background: rgba(255, 255, 255, 0.85);
  border: solid 1px rgba(255, 255, 255, 0.1);
}
.btn.btn-outline, .wizard > .actions a.btn-outline, .wizard > .actions .note-editor a.note-btn.btn-sm, .note-editor .wizard > .actions a.note-btn.btn-sm, ul.wysihtml5-toolbar a.btn, ul.wysihtml5-toolbar .wizard > .actions a, .wizard > .actions ul.wysihtml5-toolbar a, ul.wysihtml5-toolbar .dt-buttons a.dt-button, .dt-buttons ul.wysihtml5-toolbar a.dt-button, ul.wysihtml5-toolbar .owl-theme .owl-nav a[class*="owl-"], .owl-theme .owl-nav ul.wysihtml5-toolbar a[class*="owl-"], ul.wysihtml5-toolbar a.fc-prev-button, ul.wysihtml5-toolbar a.fc-next-button, ul.wysihtml5-toolbar a.fc-today-button, .note-editor .btn.note-btn.btn-sm, .note-editor .dt-buttons .note-btn.btn-sm.dt-button, .dt-buttons .note-editor .note-btn.btn-sm.dt-button, .note-editor .tablesaw-sortable th.tablesaw-sortable-head button.note-btn.btn-sm, .tablesaw-sortable th.tablesaw-sortable-head .note-editor button.note-btn.btn-sm, .note-editor .sweet-alert button.note-btn.btn-sm, .sweet-alert .note-editor button.note-btn.btn-sm, .note-editor .owl-theme .owl-nav .note-btn.btn-sm[class*="owl-"], .owl-theme .owl-nav .note-editor .note-btn.btn-sm[class*="owl-"],
.note-editor button.note-btn.btn-sm.fc-agendaWeek-button, .note-editor .note-btn.btn-sm.fc-prev-button, .note-editor .note-btn.btn-sm.fc-next-button, .note-editor .note-btn.btn-sm.fc-today-button, .dt-buttons .btn-outline.dt-button,
.dt-buttons button.dt-button.fc-agendaWeek-button, .tablesaw-sortable th.tablesaw-sortable-head button, .sweet-alert button.btn-outline, .owl-theme .owl-nav .btn-outline[class*="owl-"], .owl-theme .owl-nav .tablesaw-sortable th.tablesaw-sortable-head button[class*="owl-"], .tablesaw-sortable th.tablesaw-sortable-head .owl-theme .owl-nav button[class*="owl-"],
.owl-theme .owl-nav button[class*="owl-"].fc-agendaWeek-button, button.fc-agendaDay-button.fc-state-default.fc-corner-right,
button.fc-month-button.fc-state-default.fc-corner-left,
button.fc-agendaWeek-button, .btn-outline.fc-prev-button, .btn-outline.fc-next-button, .btn-outline.fc-today-button {
  background: transparent !important;
}
.btn.btn-outline:hover, .wizard > .actions a.btn-outline:hover, .wizard > .actions .note-editor a.note-btn.btn-sm:hover, .note-editor .wizard > .actions a.note-btn.btn-sm:hover, ul.wysihtml5-toolbar a.btn:hover, ul.wysihtml5-toolbar .wizard > .actions a:hover, .wizard > .actions ul.wysihtml5-toolbar a:hover, ul.wysihtml5-toolbar .dt-buttons a.dt-button:hover, .dt-buttons ul.wysihtml5-toolbar a.dt-button:hover, ul.wysihtml5-toolbar .owl-theme .owl-nav a[class*="owl-"]:hover, .owl-theme .owl-nav ul.wysihtml5-toolbar a[class*="owl-"]:hover, ul.wysihtml5-toolbar a.fc-prev-button:hover, ul.wysihtml5-toolbar a.fc-next-button:hover, ul.wysihtml5-toolbar a.fc-today-button:hover, .note-editor .btn.note-btn.btn-sm:hover, .note-editor .dt-buttons .note-btn.btn-sm.dt-button:hover, .dt-buttons .note-editor .note-btn.btn-sm.dt-button:hover, .note-editor .sweet-alert button.note-btn.btn-sm:hover, .sweet-alert .note-editor button.note-btn.btn-sm:hover, .note-editor .owl-theme .owl-nav .note-btn.btn-sm[class*="owl-"]:hover, .owl-theme .owl-nav .note-editor .note-btn.btn-sm[class*="owl-"]:hover,
.note-editor button.note-btn.btn-sm.fc-agendaWeek-button:hover, .note-editor .note-btn.btn-sm.fc-prev-button:hover, .note-editor .note-btn.btn-sm.fc-next-button:hover, .note-editor .note-btn.btn-sm.fc-today-button:hover, .dt-buttons .btn-outline.dt-button:hover, .tablesaw-sortable th.tablesaw-sortable-head button:hover, .sweet-alert button.btn-outline:hover, .owl-theme .owl-nav .btn-outline[class*="owl-"]:hover,
.owl-theme .owl-nav button[class*="owl-"].fc-agendaWeek-button:hover, button.fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
button.fc-month-button.fc-state-default.fc-corner-left:hover,
button.fc-agendaWeek-button:hover, .btn-outline.fc-prev-button:hover, .btn-outline.fc-next-button:hover, .btn-outline.fc-today-button:hover, .btn.btn-outline:focus, .wizard > .actions a.btn-outline:focus, .wizard > .actions .note-editor a.note-btn.btn-sm:focus, .note-editor .wizard > .actions a.note-btn.btn-sm:focus, ul.wysihtml5-toolbar a.btn:focus, ul.wysihtml5-toolbar .wizard > .actions a:focus, .wizard > .actions ul.wysihtml5-toolbar a:focus, ul.wysihtml5-toolbar .dt-buttons a.dt-button:focus, .dt-buttons ul.wysihtml5-toolbar a.dt-button:focus, ul.wysihtml5-toolbar .owl-theme .owl-nav a[class*="owl-"]:focus, .owl-theme .owl-nav ul.wysihtml5-toolbar a[class*="owl-"]:focus, ul.wysihtml5-toolbar a.fc-prev-button:focus, ul.wysihtml5-toolbar a.fc-next-button:focus, ul.wysihtml5-toolbar a.fc-today-button:focus, .note-editor .btn.note-btn.btn-sm:focus, .note-editor .dt-buttons .note-btn.btn-sm.dt-button:focus, .dt-buttons .note-editor .note-btn.btn-sm.dt-button:focus, .note-editor .sweet-alert button.note-btn.btn-sm:focus, .sweet-alert .note-editor button.note-btn.btn-sm:focus, .note-editor .owl-theme .owl-nav .note-btn.btn-sm[class*="owl-"]:focus, .owl-theme .owl-nav .note-editor .note-btn.btn-sm[class*="owl-"]:focus,
.note-editor button.note-btn.btn-sm.fc-agendaWeek-button:focus, .note-editor .note-btn.btn-sm.fc-prev-button:focus, .note-editor .note-btn.btn-sm.fc-next-button:focus, .note-editor .note-btn.btn-sm.fc-today-button:focus, .dt-buttons .btn-outline.dt-button:focus, .tablesaw-sortable th.tablesaw-sortable-head button:focus, .sweet-alert button.btn-outline:focus, .owl-theme .owl-nav .btn-outline[class*="owl-"]:focus,
.owl-theme .owl-nav button[class*="owl-"].fc-agendaWeek-button:focus, button.fc-agendaDay-button.fc-state-default.fc-corner-right:focus,
button.fc-month-button.fc-state-default.fc-corner-left:focus,
button.fc-agendaWeek-button:focus, .btn-outline.fc-prev-button:focus, .btn-outline.fc-next-button:focus, .btn-outline.fc-today-button:focus, .btn.btn-outline:active, .wizard > .actions a.btn-outline:active, .wizard > .actions .note-editor a.note-btn.btn-sm:active, .note-editor .wizard > .actions a.note-btn.btn-sm:active, ul.wysihtml5-toolbar a.btn:active, ul.wysihtml5-toolbar .wizard > .actions a:active, .wizard > .actions ul.wysihtml5-toolbar a:active, ul.wysihtml5-toolbar .dt-buttons a.dt-button:active, .dt-buttons ul.wysihtml5-toolbar a.dt-button:active, ul.wysihtml5-toolbar .owl-theme .owl-nav a[class*="owl-"]:active, .owl-theme .owl-nav ul.wysihtml5-toolbar a[class*="owl-"]:active, ul.wysihtml5-toolbar a.fc-prev-button:active, ul.wysihtml5-toolbar a.fc-next-button:active, ul.wysihtml5-toolbar a.fc-today-button:active, .note-editor .btn.note-btn.btn-sm:active, .note-editor .dt-buttons .note-btn.btn-sm.dt-button:active, .dt-buttons .note-editor .note-btn.btn-sm.dt-button:active, .note-editor .sweet-alert button.note-btn.btn-sm:active, .sweet-alert .note-editor button.note-btn.btn-sm:active, .note-editor .owl-theme .owl-nav .note-btn.btn-sm[class*="owl-"]:active, .owl-theme .owl-nav .note-editor .note-btn.btn-sm[class*="owl-"]:active,
.note-editor button.note-btn.btn-sm.fc-agendaWeek-button:active, .note-editor .note-btn.btn-sm.fc-prev-button:active, .note-editor .note-btn.btn-sm.fc-next-button:active, .note-editor .note-btn.btn-sm.fc-today-button:active, .dt-buttons .btn-outline.dt-button:active, .tablesaw-sortable th.tablesaw-sortable-head button:active, .sweet-alert button.btn-outline:active, .owl-theme .owl-nav .btn-outline[class*="owl-"]:active,
.owl-theme .owl-nav button[class*="owl-"].fc-agendaWeek-button:active, button.fc-agendaDay-button.fc-state-default.fc-corner-right:active,
button.fc-month-button.fc-state-default.fc-corner-left:active,
button.fc-agendaWeek-button:active, .btn-outline.fc-prev-button:active, .btn-outline.fc-next-button:active, .btn-outline.fc-today-button:active {
  border: solid 1px white;
}
.btn.btn-outline.btn-default, .wizard > .actions .disabled a.btn-outline.btn-default, .wizard > .actions .disabled ul.wysihtml5-toolbar a.btn-default.btn, ul.wysihtml5-toolbar .wizard > .actions .disabled a.btn-default.btn, .wizard > .actions .disabled ul.wysihtml5-toolbar .owl-theme .owl-nav a[class*="owl-"], ul.wysihtml5-toolbar .owl-theme .owl-nav .wizard > .actions .disabled a[class*="owl-"], .wizard > .actions .disabled .owl-theme .owl-nav ul.wysihtml5-toolbar a[class*="owl-"], .owl-theme .owl-nav ul.wysihtml5-toolbar .wizard > .actions .disabled a[class*="owl-"], .wizard > .actions .disabled .note-editor a.btn-default.note-btn.btn-sm, .note-editor .wizard > .actions .disabled a.btn-default.note-btn.btn-sm, .wizard > .actions .disabled .note-editor .owl-theme .owl-nav a.note-btn.btn-sm[class*="owl-"], .note-editor .owl-theme .owl-nav .wizard > .actions .disabled a.note-btn.btn-sm[class*="owl-"], .wizard > .actions .disabled .owl-theme .owl-nav .note-editor a.note-btn.btn-sm[class*="owl-"], .owl-theme .owl-nav .note-editor .wizard > .actions .disabled a.note-btn.btn-sm[class*="owl-"], .wizard > .actions .disabled .owl-theme .owl-nav a.btn-outline[class*="owl-"], .owl-theme .owl-nav .wizard > .actions .disabled a.btn-outline[class*="owl-"], .wizard > .actions .disabled a.btn-outline.btn-default:hover, .wizard > .actions .disabled ul.wysihtml5-toolbar a.btn-default.btn:hover, ul.wysihtml5-toolbar .wizard > .actions .disabled a.btn-default.btn:hover, .wizard > .actions .disabled ul.wysihtml5-toolbar .owl-theme .owl-nav a[class*="owl-"]:hover, ul.wysihtml5-toolbar .owl-theme .owl-nav .wizard > .actions .disabled a[class*="owl-"]:hover, .wizard > .actions .disabled .owl-theme .owl-nav ul.wysihtml5-toolbar a[class*="owl-"]:hover, .owl-theme .owl-nav ul.wysihtml5-toolbar .wizard > .actions .disabled a[class*="owl-"]:hover, .wizard > .actions .disabled .note-editor a.btn-default.note-btn.btn-sm:hover, .note-editor .wizard > .actions .disabled a.btn-default.note-btn.btn-sm:hover, .wizard > .actions .disabled .note-editor .owl-theme .owl-nav a.note-btn.btn-sm[class*="owl-"]:hover, .note-editor .owl-theme .owl-nav .wizard > .actions .disabled a.note-btn.btn-sm[class*="owl-"]:hover, .wizard > .actions .disabled .owl-theme .owl-nav .note-editor a.note-btn.btn-sm[class*="owl-"]:hover, .owl-theme .owl-nav .note-editor .wizard > .actions .disabled a.note-btn.btn-sm[class*="owl-"]:hover, .wizard > .actions .disabled .owl-theme .owl-nav a.btn-outline[class*="owl-"]:hover, .owl-theme .owl-nav .wizard > .actions .disabled a.btn-outline[class*="owl-"]:hover, .wizard > .actions .disabled a.btn-outline.btn-default:active, .wizard > .actions .disabled ul.wysihtml5-toolbar a.btn-default.btn:active, ul.wysihtml5-toolbar .wizard > .actions .disabled a.btn-default.btn:active, .wizard > .actions .disabled ul.wysihtml5-toolbar .owl-theme .owl-nav a[class*="owl-"]:active, ul.wysihtml5-toolbar .owl-theme .owl-nav .wizard > .actions .disabled a[class*="owl-"]:active, .wizard > .actions .disabled .owl-theme .owl-nav ul.wysihtml5-toolbar a[class*="owl-"]:active, .owl-theme .owl-nav ul.wysihtml5-toolbar .wizard > .actions .disabled a[class*="owl-"]:active, .wizard > .actions .disabled .note-editor a.btn-default.note-btn.btn-sm:active, .note-editor .wizard > .actions .disabled a.btn-default.note-btn.btn-sm:active, .wizard > .actions .disabled .note-editor .owl-theme .owl-nav a.note-btn.btn-sm[class*="owl-"]:active, .note-editor .owl-theme .owl-nav .wizard > .actions .disabled a.note-btn.btn-sm[class*="owl-"]:active, .wizard > .actions .disabled .owl-theme .owl-nav .note-editor a.note-btn.btn-sm[class*="owl-"]:active, .owl-theme .owl-nav .note-editor .wizard > .actions .disabled a.note-btn.btn-sm[class*="owl-"]:active, .wizard > .actions .disabled .owl-theme .owl-nav a.btn-outline[class*="owl-"]:active, .owl-theme .owl-nav .wizard > .actions .disabled a.btn-outline[class*="owl-"]:active, .wizard > .actions a.btn-outline.btn-default, .wizard > .actions ul.wysihtml5-toolbar a.btn-default.btn, ul.wysihtml5-toolbar .wizard > .actions a.btn-default.btn, .wizard > .actions ul.wysihtml5-toolbar .owl-theme .owl-nav a[class*="owl-"], ul.wysihtml5-toolbar .owl-theme .owl-nav .wizard > .actions a[class*="owl-"], .wizard > .actions .owl-theme .owl-nav ul.wysihtml5-toolbar a[class*="owl-"], .owl-theme .owl-nav ul.wysihtml5-toolbar .wizard > .actions a[class*="owl-"], .wizard > .actions .note-editor a.btn-default.note-btn.btn-sm, .note-editor .wizard > .actions a.btn-default.note-btn.btn-sm, .wizard > .actions .note-editor .owl-theme .owl-nav a.note-btn.btn-sm[class*="owl-"], .note-editor .owl-theme .owl-nav .wizard > .actions a.note-btn.btn-sm[class*="owl-"], .wizard > .actions .owl-theme .owl-nav .note-editor a.note-btn.btn-sm[class*="owl-"], .owl-theme .owl-nav .note-editor .wizard > .actions a.note-btn.btn-sm[class*="owl-"], .wizard > .actions .owl-theme .owl-nav a.btn-outline[class*="owl-"], .owl-theme .owl-nav .wizard > .actions a.btn-outline[class*="owl-"], .wizard > .actions a.btn-outline.btn-default:hover, .wizard > .actions ul.wysihtml5-toolbar a.btn-default.btn:hover, ul.wysihtml5-toolbar .wizard > .actions a.btn-default.btn:hover, .wizard > .actions ul.wysihtml5-toolbar .owl-theme .owl-nav a[class*="owl-"]:hover, ul.wysihtml5-toolbar .owl-theme .owl-nav .wizard > .actions a[class*="owl-"]:hover, .wizard > .actions .owl-theme .owl-nav ul.wysihtml5-toolbar a[class*="owl-"]:hover, .owl-theme .owl-nav ul.wysihtml5-toolbar .wizard > .actions a[class*="owl-"]:hover, .wizard > .actions .note-editor a.btn-default.note-btn.btn-sm:hover, .note-editor .wizard > .actions a.btn-default.note-btn.btn-sm:hover, .wizard > .actions .note-editor .owl-theme .owl-nav a.note-btn.btn-sm[class*="owl-"]:hover, .note-editor .owl-theme .owl-nav .wizard > .actions a.note-btn.btn-sm[class*="owl-"]:hover, .wizard > .actions .owl-theme .owl-nav .note-editor a.note-btn.btn-sm[class*="owl-"]:hover, .owl-theme .owl-nav .note-editor .wizard > .actions a.note-btn.btn-sm[class*="owl-"]:hover, .wizard > .actions .owl-theme .owl-nav a.btn-outline[class*="owl-"]:hover, .owl-theme .owl-nav .wizard > .actions a.btn-outline[class*="owl-"]:hover, .wizard > .actions a.btn-outline.btn-default:active, .wizard > .actions ul.wysihtml5-toolbar a.btn-default.btn:active, ul.wysihtml5-toolbar .wizard > .actions a.btn-default.btn:active, .wizard > .actions ul.wysihtml5-toolbar .owl-theme .owl-nav a[class*="owl-"]:active, ul.wysihtml5-toolbar .owl-theme .owl-nav .wizard > .actions a[class*="owl-"]:active, .wizard > .actions .owl-theme .owl-nav ul.wysihtml5-toolbar a[class*="owl-"]:active, .owl-theme .owl-nav ul.wysihtml5-toolbar .wizard > .actions a[class*="owl-"]:active, .wizard > .actions .note-editor a.btn-default.note-btn.btn-sm:active, .note-editor .wizard > .actions a.btn-default.note-btn.btn-sm:active, .wizard > .actions .note-editor .owl-theme .owl-nav a.note-btn.btn-sm[class*="owl-"]:active, .note-editor .owl-theme .owl-nav .wizard > .actions a.note-btn.btn-sm[class*="owl-"]:active, .wizard > .actions .owl-theme .owl-nav .note-editor a.note-btn.btn-sm[class*="owl-"]:active, .owl-theme .owl-nav .note-editor .wizard > .actions a.note-btn.btn-sm[class*="owl-"]:active, .wizard > .actions .owl-theme .owl-nav a.btn-outline[class*="owl-"]:active, .owl-theme .owl-nav .wizard > .actions a.btn-outline[class*="owl-"]:active, ul.wysihtml5-toolbar a.btn.btn-default, ul.wysihtml5-toolbar .wizard > .actions a.btn-default, .wizard > .actions ul.wysihtml5-toolbar a.btn-default, ul.wysihtml5-toolbar .dt-buttons a.btn-default.dt-button, .dt-buttons ul.wysihtml5-toolbar a.btn-default.dt-button, ul.wysihtml5-toolbar .owl-theme .owl-nav a[class*="owl-"], .owl-theme .owl-nav ul.wysihtml5-toolbar a[class*="owl-"], ul.wysihtml5-toolbar a.btn-default.fc-prev-button, ul.wysihtml5-toolbar a.btn-default.fc-next-button, ul.wysihtml5-toolbar a.btn-default.fc-today-button, .note-editor .btn.btn-default.note-btn.btn-sm, .note-editor .dt-buttons .btn-default.note-btn.btn-sm.dt-button, .dt-buttons .note-editor .btn-default.note-btn.btn-sm.dt-button, .note-editor .tablesaw-sortable th.tablesaw-sortable-head button.note-btn.btn-sm, .tablesaw-sortable th.tablesaw-sortable-head .note-editor button.note-btn.btn-sm, .note-editor .sweet-alert button.btn-default.note-btn.btn-sm, .sweet-alert .note-editor button.btn-default.note-btn.btn-sm, .note-editor .owl-theme .owl-nav .note-btn.btn-sm[class*="owl-"], .owl-theme .owl-nav .note-editor .note-btn.btn-sm[class*="owl-"], .note-editor button.btn-default.note-btn.btn-sm.fc-agendaDay-button.fc-state-default.fc-corner-right,
.note-editor button.btn-default.note-btn.btn-sm.fc-month-button.fc-state-default.fc-corner-left,
.note-editor button.btn-default.note-btn.btn-sm.fc-agendaWeek-button, .note-editor .btn-default.note-btn.btn-sm.fc-prev-button, .note-editor .btn-default.note-btn.btn-sm.fc-next-button, .note-editor .btn-default.note-btn.btn-sm.fc-today-button, .dt-buttons .btn-outline.btn-default.dt-button, .dt-buttons ul.wysihtml5-toolbar a.btn-default.dt-button.btn, ul.wysihtml5-toolbar .dt-buttons a.btn-default.dt-button.btn, .dt-buttons ul.wysihtml5-toolbar .owl-theme .owl-nav a.dt-button[class*="owl-"], ul.wysihtml5-toolbar .owl-theme .owl-nav .dt-buttons a.dt-button[class*="owl-"], .dt-buttons .owl-theme .owl-nav ul.wysihtml5-toolbar a.dt-button[class*="owl-"], .owl-theme .owl-nav ul.wysihtml5-toolbar .dt-buttons a.dt-button[class*="owl-"], .dt-buttons .note-editor .owl-theme .owl-nav .dt-button.note-btn.btn-sm[class*="owl-"], .note-editor .owl-theme .owl-nav .dt-buttons .dt-button.note-btn.btn-sm[class*="owl-"], .dt-buttons .owl-theme .owl-nav .note-editor .dt-button.note-btn.btn-sm[class*="owl-"], .owl-theme .owl-nav .note-editor .dt-buttons .dt-button.note-btn.btn-sm[class*="owl-"], .dt-buttons .tablesaw-sortable th.tablesaw-sortable-head button.dt-button, .tablesaw-sortable th.tablesaw-sortable-head .dt-buttons button.dt-button, .dt-buttons .owl-theme .owl-nav .btn-outline.dt-button[class*="owl-"], .owl-theme .owl-nav .dt-buttons .btn-outline.dt-button[class*="owl-"], .dt-buttons .owl-theme .owl-nav button.dt-button[class*="owl-"].fc-agendaDay-button.fc-state-default.fc-corner-right, .owl-theme .owl-nav .dt-buttons button.dt-button[class*="owl-"].fc-agendaDay-button.fc-state-default.fc-corner-right,
.dt-buttons .owl-theme .owl-nav button.dt-button[class*="owl-"].fc-month-button.fc-state-default.fc-corner-left,
.owl-theme .owl-nav .dt-buttons button.dt-button[class*="owl-"].fc-month-button.fc-state-default.fc-corner-left,
.dt-buttons .owl-theme .owl-nav button.dt-button[class*="owl-"].fc-agendaWeek-button,
.owl-theme .owl-nav .dt-buttons button.dt-button[class*="owl-"].fc-agendaWeek-button, .dt-buttons button.btn-default.dt-button.fc-agendaDay-button.fc-state-default.fc-corner-right,
.dt-buttons button.btn-default.dt-button.fc-month-button.fc-state-default.fc-corner-left,
.dt-buttons button.btn-default.dt-button.fc-agendaWeek-button, .tablesaw-sortable th.tablesaw-sortable-head button, .sweet-alert button.btn-outline.btn-default, .sweet-alert .note-editor .owl-theme .owl-nav button.note-btn.btn-sm[class*="owl-"], .note-editor .owl-theme .owl-nav .sweet-alert button.note-btn.btn-sm[class*="owl-"], .sweet-alert .owl-theme .owl-nav .note-editor button.note-btn.btn-sm[class*="owl-"], .owl-theme .owl-nav .note-editor .sweet-alert button.note-btn.btn-sm[class*="owl-"], .sweet-alert .tablesaw-sortable th.tablesaw-sortable-head button, .tablesaw-sortable th.tablesaw-sortable-head .sweet-alert button, .sweet-alert .owl-theme .owl-nav button.btn-outline[class*="owl-"], .owl-theme .owl-nav .sweet-alert button.btn-outline[class*="owl-"], .sweet-alert .owl-theme .owl-nav button[class*="owl-"].fc-agendaDay-button.fc-state-default.fc-corner-right, .owl-theme .owl-nav .sweet-alert button[class*="owl-"].fc-agendaDay-button.fc-state-default.fc-corner-right,
.sweet-alert .owl-theme .owl-nav button[class*="owl-"].fc-month-button.fc-state-default.fc-corner-left,
.owl-theme .owl-nav .sweet-alert button[class*="owl-"].fc-month-button.fc-state-default.fc-corner-left,
.sweet-alert .owl-theme .owl-nav button[class*="owl-"].fc-agendaWeek-button,
.owl-theme .owl-nav .sweet-alert button[class*="owl-"].fc-agendaWeek-button, .sweet-alert button.btn-default.fc-agendaDay-button.fc-state-default.fc-corner-right,
.sweet-alert button.btn-default.fc-month-button.fc-state-default.fc-corner-left,
.sweet-alert button.btn-default.fc-agendaWeek-button, .owl-theme .owl-nav .btn-outline[class*="owl-"], .owl-theme .owl-nav .tablesaw-sortable th.tablesaw-sortable-head button[class*="owl-"], .tablesaw-sortable th.tablesaw-sortable-head .owl-theme .owl-nav button[class*="owl-"], .owl-theme .owl-nav button[class*="owl-"].fc-agendaDay-button.fc-state-default.fc-corner-right,
.owl-theme .owl-nav button[class*="owl-"].fc-month-button.fc-state-default.fc-corner-left,
.owl-theme .owl-nav button[class*="owl-"].fc-agendaWeek-button, button.btn-default.fc-agendaDay-button.fc-state-default.fc-corner-right, .tablesaw-sortable th.tablesaw-sortable-head button.fc-agendaDay-button.fc-state-default.fc-corner-right,
button.btn-default.fc-month-button.fc-state-default.fc-corner-left,
.tablesaw-sortable th.tablesaw-sortable-head button.fc-month-button.fc-state-default.fc-corner-left,
button.btn-default.fc-agendaWeek-button,
.tablesaw-sortable th.tablesaw-sortable-head button.fc-agendaWeek-button, .btn-outline.btn-default.fc-prev-button, ul.wysihtml5-toolbar a.btn-default.fc-prev-button.btn, ul.wysihtml5-toolbar .owl-theme .owl-nav a.fc-prev-button[class*="owl-"], .owl-theme .owl-nav ul.wysihtml5-toolbar a.fc-prev-button[class*="owl-"], .note-editor .owl-theme .owl-nav .fc-prev-button.note-btn.btn-sm[class*="owl-"], .owl-theme .owl-nav .note-editor .fc-prev-button.note-btn.btn-sm[class*="owl-"], .tablesaw-sortable th.tablesaw-sortable-head button.fc-prev-button, .owl-theme .owl-nav .btn-outline.fc-prev-button[class*="owl-"], .owl-theme .owl-nav button.fc-prev-button[class*="owl-"].fc-agendaDay-button.fc-state-default.fc-corner-right,
.owl-theme .owl-nav button.fc-prev-button[class*="owl-"].fc-month-button.fc-state-default.fc-corner-left,
.owl-theme .owl-nav button.fc-prev-button[class*="owl-"].fc-agendaWeek-button, button.btn-default.fc-prev-button.fc-agendaDay-button.fc-state-default.fc-corner-right,
button.btn-default.fc-prev-button.fc-month-button.fc-state-default.fc-corner-left,
button.btn-default.fc-prev-button.fc-agendaWeek-button, .btn-outline.btn-default.fc-next-button, ul.wysihtml5-toolbar a.btn-default.fc-next-button.btn, ul.wysihtml5-toolbar .owl-theme .owl-nav a.fc-next-button[class*="owl-"], .owl-theme .owl-nav ul.wysihtml5-toolbar a.fc-next-button[class*="owl-"], .note-editor .owl-theme .owl-nav .fc-next-button.note-btn.btn-sm[class*="owl-"], .owl-theme .owl-nav .note-editor .fc-next-button.note-btn.btn-sm[class*="owl-"], .tablesaw-sortable th.tablesaw-sortable-head button.fc-next-button, .owl-theme .owl-nav .btn-outline.fc-next-button[class*="owl-"], .owl-theme .owl-nav button.fc-next-button[class*="owl-"].fc-agendaDay-button.fc-state-default.fc-corner-right,
.owl-theme .owl-nav button.fc-next-button[class*="owl-"].fc-month-button.fc-state-default.fc-corner-left,
.owl-theme .owl-nav button.fc-next-button[class*="owl-"].fc-agendaWeek-button, button.btn-default.fc-next-button.fc-agendaDay-button.fc-state-default.fc-corner-right,
button.btn-default.fc-next-button.fc-month-button.fc-state-default.fc-corner-left,
button.btn-default.fc-next-button.fc-agendaWeek-button, .btn-outline.btn-default.fc-today-button, ul.wysihtml5-toolbar a.btn-default.fc-today-button.btn, ul.wysihtml5-toolbar .owl-theme .owl-nav a.fc-today-button[class*="owl-"], .owl-theme .owl-nav ul.wysihtml5-toolbar a.fc-today-button[class*="owl-"], .note-editor .owl-theme .owl-nav .fc-today-button.note-btn.btn-sm[class*="owl-"], .owl-theme .owl-nav .note-editor .fc-today-button.note-btn.btn-sm[class*="owl-"], .tablesaw-sortable th.tablesaw-sortable-head button.fc-today-button, .owl-theme .owl-nav .btn-outline.fc-today-button[class*="owl-"], .owl-theme .owl-nav button.fc-today-button[class*="owl-"].fc-agendaDay-button.fc-state-default.fc-corner-right,
.owl-theme .owl-nav button.fc-today-button[class*="owl-"].fc-month-button.fc-state-default.fc-corner-left,
.owl-theme .owl-nav button.fc-today-button[class*="owl-"].fc-agendaWeek-button, button.btn-default.fc-today-button.fc-agendaDay-button.fc-state-default.fc-corner-right,
button.btn-default.fc-today-button.fc-month-button.fc-state-default.fc-corner-left,
button.btn-default.fc-today-button.fc-agendaWeek-button {
  border: solid 1px rgba(220, 220, 220, 0.5);
  color: #212121;
}
.btn.btn-outline.btn-default:hover, .wizard > .actions .disabled a.btn-outline.btn-default:hover, .wizard > .actions .disabled ul.wysihtml5-toolbar a.btn-default.btn:hover, ul.wysihtml5-toolbar .wizard > .actions .disabled a.btn-default.btn:hover, .wizard > .actions .disabled ul.wysihtml5-toolbar .owl-theme .owl-nav a[class*="owl-"]:hover, ul.wysihtml5-toolbar .owl-theme .owl-nav .wizard > .actions .disabled a[class*="owl-"]:hover, .wizard > .actions .disabled .owl-theme .owl-nav ul.wysihtml5-toolbar a[class*="owl-"]:hover, .owl-theme .owl-nav ul.wysihtml5-toolbar .wizard > .actions .disabled a[class*="owl-"]:hover, .wizard > .actions .disabled .note-editor a.btn-default.note-btn.btn-sm:hover, .note-editor .wizard > .actions .disabled a.btn-default.note-btn.btn-sm:hover, .wizard > .actions .disabled .note-editor .owl-theme .owl-nav a.note-btn.btn-sm[class*="owl-"]:hover, .note-editor .owl-theme .owl-nav .wizard > .actions .disabled a.note-btn.btn-sm[class*="owl-"]:hover, .wizard > .actions .disabled .owl-theme .owl-nav .note-editor a.note-btn.btn-sm[class*="owl-"]:hover, .owl-theme .owl-nav .note-editor .wizard > .actions .disabled a.note-btn.btn-sm[class*="owl-"]:hover, .wizard > .actions .disabled .owl-theme .owl-nav a.btn-outline[class*="owl-"]:hover, .owl-theme .owl-nav .wizard > .actions .disabled a.btn-outline[class*="owl-"]:hover, .wizard > .actions .disabled a.btn-outline.btn-default:hover:active, .wizard > .actions .disabled ul.wysihtml5-toolbar a.btn-default.btn:hover:active, ul.wysihtml5-toolbar .wizard > .actions .disabled a.btn-default.btn:hover:active, .wizard > .actions .disabled ul.wysihtml5-toolbar .owl-theme .owl-nav a[class*="owl-"]:hover:active, ul.wysihtml5-toolbar .owl-theme .owl-nav .wizard > .actions .disabled a[class*="owl-"]:hover:active, .wizard > .actions .disabled .owl-theme .owl-nav ul.wysihtml5-toolbar a[class*="owl-"]:hover:active, .owl-theme .owl-nav ul.wysihtml5-toolbar .wizard > .actions .disabled a[class*="owl-"]:hover:active, .wizard > .actions .disabled .note-editor a.btn-default.note-btn.btn-sm:hover:active, .note-editor .wizard > .actions .disabled a.btn-default.note-btn.btn-sm:hover:active, .wizard > .actions .disabled .note-editor .owl-theme .owl-nav a.note-btn.btn-sm[class*="owl-"]:hover:active, .note-editor .owl-theme .owl-nav .wizard > .actions .disabled a.note-btn.btn-sm[class*="owl-"]:hover:active, .wizard > .actions .disabled .owl-theme .owl-nav .note-editor a.note-btn.btn-sm[class*="owl-"]:hover:active, .owl-theme .owl-nav .note-editor .wizard > .actions .disabled a.note-btn.btn-sm[class*="owl-"]:hover:active, .wizard > .actions .disabled .owl-theme .owl-nav a.btn-outline[class*="owl-"]:hover:active, .owl-theme .owl-nav .wizard > .actions .disabled a.btn-outline[class*="owl-"]:hover:active, .wizard > .actions a.btn-outline.btn-default:hover, .wizard > .actions ul.wysihtml5-toolbar a.btn-default.btn:hover, ul.wysihtml5-toolbar .wizard > .actions a.btn-default.btn:hover, .wizard > .actions ul.wysihtml5-toolbar .owl-theme .owl-nav a[class*="owl-"]:hover, ul.wysihtml5-toolbar .owl-theme .owl-nav .wizard > .actions a[class*="owl-"]:hover, .wizard > .actions .owl-theme .owl-nav ul.wysihtml5-toolbar a[class*="owl-"]:hover, .owl-theme .owl-nav ul.wysihtml5-toolbar .wizard > .actions a[class*="owl-"]:hover, .wizard > .actions .note-editor a.btn-default.note-btn.btn-sm:hover, .note-editor .wizard > .actions a.btn-default.note-btn.btn-sm:hover, .wizard > .actions .note-editor .owl-theme .owl-nav a.note-btn.btn-sm[class*="owl-"]:hover, .note-editor .owl-theme .owl-nav .wizard > .actions a.note-btn.btn-sm[class*="owl-"]:hover, .wizard > .actions .owl-theme .owl-nav .note-editor a.note-btn.btn-sm[class*="owl-"]:hover, .owl-theme .owl-nav .note-editor .wizard > .actions a.note-btn.btn-sm[class*="owl-"]:hover, .wizard > .actions .owl-theme .owl-nav a.btn-outline[class*="owl-"]:hover, .owl-theme .owl-nav .wizard > .actions a.btn-outline[class*="owl-"]:hover, .wizard > .actions a.btn-outline.btn-default:hover:active, .wizard > .actions ul.wysihtml5-toolbar a.btn-default.btn:hover:active, ul.wysihtml5-toolbar .wizard > .actions a.btn-default.btn:hover:active, .wizard > .actions ul.wysihtml5-toolbar .owl-theme .owl-nav a[class*="owl-"]:hover:active, ul.wysihtml5-toolbar .owl-theme .owl-nav .wizard > .actions a[class*="owl-"]:hover:active, .wizard > .actions .owl-theme .owl-nav ul.wysihtml5-toolbar a[class*="owl-"]:hover:active, .owl-theme .owl-nav ul.wysihtml5-toolbar .wizard > .actions a[class*="owl-"]:hover:active, .wizard > .actions .note-editor a.btn-default.note-btn.btn-sm:hover:active, .note-editor .wizard > .actions a.btn-default.note-btn.btn-sm:hover:active, .wizard > .actions .note-editor .owl-theme .owl-nav a.note-btn.btn-sm[class*="owl-"]:hover:active, .note-editor .owl-theme .owl-nav .wizard > .actions a.note-btn.btn-sm[class*="owl-"]:hover:active, .wizard > .actions .owl-theme .owl-nav .note-editor a.note-btn.btn-sm[class*="owl-"]:hover:active, .owl-theme .owl-nav .note-editor .wizard > .actions a.note-btn.btn-sm[class*="owl-"]:hover:active, .wizard > .actions .owl-theme .owl-nav a.btn-outline[class*="owl-"]:hover:active, .owl-theme .owl-nav .wizard > .actions a.btn-outline[class*="owl-"]:hover:active, ul.wysihtml5-toolbar a.btn.btn-default:hover, ul.wysihtml5-toolbar .wizard > .actions a.btn-default:hover, .wizard > .actions ul.wysihtml5-toolbar a.btn-default:hover, ul.wysihtml5-toolbar .dt-buttons a.btn-default.dt-button:hover, .dt-buttons ul.wysihtml5-toolbar a.btn-default.dt-button:hover, ul.wysihtml5-toolbar .owl-theme .owl-nav a[class*="owl-"]:hover, .owl-theme .owl-nav ul.wysihtml5-toolbar a[class*="owl-"]:hover, ul.wysihtml5-toolbar a.btn-default.fc-prev-button:hover, ul.wysihtml5-toolbar a.btn-default.fc-next-button:hover, ul.wysihtml5-toolbar a.btn-default.fc-today-button:hover, .note-editor .btn.btn-default.note-btn.btn-sm:hover, .note-editor .dt-buttons .btn-default.note-btn.btn-sm.dt-button:hover, .dt-buttons .note-editor .btn-default.note-btn.btn-sm.dt-button:hover, .note-editor .tablesaw-sortable th.tablesaw-sortable-head button.note-btn.btn-sm:hover, .tablesaw-sortable th.tablesaw-sortable-head .note-editor button.note-btn.btn-sm:hover, .note-editor .sweet-alert button.btn-default.note-btn.btn-sm:hover, .sweet-alert .note-editor button.btn-default.note-btn.btn-sm:hover, .note-editor .owl-theme .owl-nav .note-btn.btn-sm[class*="owl-"]:hover, .owl-theme .owl-nav .note-editor .note-btn.btn-sm[class*="owl-"]:hover, .note-editor button.btn-default.note-btn.btn-sm.fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
.note-editor button.btn-default.note-btn.btn-sm.fc-month-button.fc-state-default.fc-corner-left:hover,
.note-editor button.btn-default.note-btn.btn-sm.fc-agendaWeek-button:hover, .note-editor .btn-default.note-btn.btn-sm.fc-prev-button:hover, .note-editor .btn-default.note-btn.btn-sm.fc-next-button:hover, .note-editor .btn-default.note-btn.btn-sm.fc-today-button:hover, .dt-buttons .btn-outline.btn-default.dt-button:hover, .dt-buttons ul.wysihtml5-toolbar a.btn-default.dt-button.btn:hover, ul.wysihtml5-toolbar .dt-buttons a.btn-default.dt-button.btn:hover, .dt-buttons ul.wysihtml5-toolbar .owl-theme .owl-nav a.dt-button[class*="owl-"]:hover, ul.wysihtml5-toolbar .owl-theme .owl-nav .dt-buttons a.dt-button[class*="owl-"]:hover, .dt-buttons .owl-theme .owl-nav ul.wysihtml5-toolbar a.dt-button[class*="owl-"]:hover, .owl-theme .owl-nav ul.wysihtml5-toolbar .dt-buttons a.dt-button[class*="owl-"]:hover, .dt-buttons .note-editor .owl-theme .owl-nav .dt-button.note-btn.btn-sm[class*="owl-"]:hover, .note-editor .owl-theme .owl-nav .dt-buttons .dt-button.note-btn.btn-sm[class*="owl-"]:hover, .dt-buttons .owl-theme .owl-nav .note-editor .dt-button.note-btn.btn-sm[class*="owl-"]:hover, .owl-theme .owl-nav .note-editor .dt-buttons .dt-button.note-btn.btn-sm[class*="owl-"]:hover, .dt-buttons .tablesaw-sortable th.tablesaw-sortable-head button.dt-button:hover, .tablesaw-sortable th.tablesaw-sortable-head .dt-buttons button.dt-button:hover, .dt-buttons .owl-theme .owl-nav .btn-outline.dt-button[class*="owl-"]:hover, .owl-theme .owl-nav .dt-buttons .btn-outline.dt-button[class*="owl-"]:hover, .dt-buttons .owl-theme .owl-nav button.dt-button[class*="owl-"].fc-agendaDay-button.fc-state-default.fc-corner-right:hover, .owl-theme .owl-nav .dt-buttons button.dt-button[class*="owl-"].fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
.dt-buttons .owl-theme .owl-nav button.dt-button[class*="owl-"].fc-month-button.fc-state-default.fc-corner-left:hover,
.owl-theme .owl-nav .dt-buttons button.dt-button[class*="owl-"].fc-month-button.fc-state-default.fc-corner-left:hover,
.dt-buttons .owl-theme .owl-nav button.dt-button[class*="owl-"].fc-agendaWeek-button:hover,
.owl-theme .owl-nav .dt-buttons button.dt-button[class*="owl-"].fc-agendaWeek-button:hover, .dt-buttons button.btn-default.dt-button.fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
.dt-buttons button.btn-default.dt-button.fc-month-button.fc-state-default.fc-corner-left:hover,
.dt-buttons button.btn-default.dt-button.fc-agendaWeek-button:hover, .tablesaw-sortable th.tablesaw-sortable-head button:hover, .sweet-alert button.btn-outline.btn-default:hover, .sweet-alert .note-editor .owl-theme .owl-nav button.note-btn.btn-sm[class*="owl-"]:hover, .note-editor .owl-theme .owl-nav .sweet-alert button.note-btn.btn-sm[class*="owl-"]:hover, .sweet-alert .owl-theme .owl-nav .note-editor button.note-btn.btn-sm[class*="owl-"]:hover, .owl-theme .owl-nav .note-editor .sweet-alert button.note-btn.btn-sm[class*="owl-"]:hover, .sweet-alert .tablesaw-sortable th.tablesaw-sortable-head button:hover, .tablesaw-sortable th.tablesaw-sortable-head .sweet-alert button:hover, .sweet-alert .owl-theme .owl-nav button.btn-outline[class*="owl-"]:hover, .owl-theme .owl-nav .sweet-alert button.btn-outline[class*="owl-"]:hover, .sweet-alert .owl-theme .owl-nav button[class*="owl-"].fc-agendaDay-button.fc-state-default.fc-corner-right:hover, .owl-theme .owl-nav .sweet-alert button[class*="owl-"].fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
.sweet-alert .owl-theme .owl-nav button[class*="owl-"].fc-month-button.fc-state-default.fc-corner-left:hover,
.owl-theme .owl-nav .sweet-alert button[class*="owl-"].fc-month-button.fc-state-default.fc-corner-left:hover,
.sweet-alert .owl-theme .owl-nav button[class*="owl-"].fc-agendaWeek-button:hover,
.owl-theme .owl-nav .sweet-alert button[class*="owl-"].fc-agendaWeek-button:hover, .sweet-alert button.btn-default.fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
.sweet-alert button.btn-default.fc-month-button.fc-state-default.fc-corner-left:hover,
.sweet-alert button.btn-default.fc-agendaWeek-button:hover, .owl-theme .owl-nav .btn-outline[class*="owl-"]:hover, .owl-theme .owl-nav .tablesaw-sortable th.tablesaw-sortable-head button[class*="owl-"]:hover, .tablesaw-sortable th.tablesaw-sortable-head .owl-theme .owl-nav button[class*="owl-"]:hover, .owl-theme .owl-nav button[class*="owl-"].fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
.owl-theme .owl-nav button[class*="owl-"].fc-month-button.fc-state-default.fc-corner-left:hover,
.owl-theme .owl-nav button[class*="owl-"].fc-agendaWeek-button:hover, button.btn-default.fc-agendaDay-button.fc-state-default.fc-corner-right:hover, .tablesaw-sortable th.tablesaw-sortable-head button.fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
button.btn-default.fc-month-button.fc-state-default.fc-corner-left:hover,
.tablesaw-sortable th.tablesaw-sortable-head button.fc-month-button.fc-state-default.fc-corner-left:hover,
button.btn-default.fc-agendaWeek-button:hover,
.tablesaw-sortable th.tablesaw-sortable-head button.fc-agendaWeek-button:hover, .btn-outline.btn-default.fc-prev-button:hover, ul.wysihtml5-toolbar a.btn-default.fc-prev-button.btn:hover, ul.wysihtml5-toolbar .owl-theme .owl-nav a.fc-prev-button[class*="owl-"]:hover, .owl-theme .owl-nav ul.wysihtml5-toolbar a.fc-prev-button[class*="owl-"]:hover, .note-editor .owl-theme .owl-nav .fc-prev-button.note-btn.btn-sm[class*="owl-"]:hover, .owl-theme .owl-nav .note-editor .fc-prev-button.note-btn.btn-sm[class*="owl-"]:hover, .tablesaw-sortable th.tablesaw-sortable-head button.fc-prev-button:hover, .owl-theme .owl-nav .btn-outline.fc-prev-button[class*="owl-"]:hover, .owl-theme .owl-nav button.fc-prev-button[class*="owl-"].fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
.owl-theme .owl-nav button.fc-prev-button[class*="owl-"].fc-month-button.fc-state-default.fc-corner-left:hover,
.owl-theme .owl-nav button.fc-prev-button[class*="owl-"].fc-agendaWeek-button:hover, button.btn-default.fc-prev-button.fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
button.btn-default.fc-prev-button.fc-month-button.fc-state-default.fc-corner-left:hover,
button.btn-default.fc-prev-button.fc-agendaWeek-button:hover, .btn-outline.btn-default.fc-next-button:hover, ul.wysihtml5-toolbar a.btn-default.fc-next-button.btn:hover, ul.wysihtml5-toolbar .owl-theme .owl-nav a.fc-next-button[class*="owl-"]:hover, .owl-theme .owl-nav ul.wysihtml5-toolbar a.fc-next-button[class*="owl-"]:hover, .note-editor .owl-theme .owl-nav .fc-next-button.note-btn.btn-sm[class*="owl-"]:hover, .owl-theme .owl-nav .note-editor .fc-next-button.note-btn.btn-sm[class*="owl-"]:hover, .tablesaw-sortable th.tablesaw-sortable-head button.fc-next-button:hover, .owl-theme .owl-nav .btn-outline.fc-next-button[class*="owl-"]:hover, .owl-theme .owl-nav button.fc-next-button[class*="owl-"].fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
.owl-theme .owl-nav button.fc-next-button[class*="owl-"].fc-month-button.fc-state-default.fc-corner-left:hover,
.owl-theme .owl-nav button.fc-next-button[class*="owl-"].fc-agendaWeek-button:hover, button.btn-default.fc-next-button.fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
button.btn-default.fc-next-button.fc-month-button.fc-state-default.fc-corner-left:hover,
button.btn-default.fc-next-button.fc-agendaWeek-button:hover, .btn-outline.btn-default.fc-today-button:hover, ul.wysihtml5-toolbar a.btn-default.fc-today-button.btn:hover, ul.wysihtml5-toolbar .owl-theme .owl-nav a.fc-today-button[class*="owl-"]:hover, .owl-theme .owl-nav ul.wysihtml5-toolbar a.fc-today-button[class*="owl-"]:hover, .note-editor .owl-theme .owl-nav .fc-today-button.note-btn.btn-sm[class*="owl-"]:hover, .owl-theme .owl-nav .note-editor .fc-today-button.note-btn.btn-sm[class*="owl-"]:hover, .tablesaw-sortable th.tablesaw-sortable-head button.fc-today-button:hover, .owl-theme .owl-nav .btn-outline.fc-today-button[class*="owl-"]:hover, .owl-theme .owl-nav button.fc-today-button[class*="owl-"].fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
.owl-theme .owl-nav button.fc-today-button[class*="owl-"].fc-month-button.fc-state-default.fc-corner-left:hover,
.owl-theme .owl-nav button.fc-today-button[class*="owl-"].fc-agendaWeek-button:hover, button.btn-default.fc-today-button.fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
button.btn-default.fc-today-button.fc-month-button.fc-state-default.fc-corner-left:hover,
button.btn-default.fc-today-button.fc-agendaWeek-button:hover, .btn.btn-outline.btn-default:focus, .wizard > .actions .disabled a.btn-outline.btn-default:focus, .wizard > .actions .disabled ul.wysihtml5-toolbar a.btn-default.btn:focus, ul.wysihtml5-toolbar .wizard > .actions .disabled a.btn-default.btn:focus, .wizard > .actions .disabled ul.wysihtml5-toolbar .owl-theme .owl-nav a[class*="owl-"]:focus, ul.wysihtml5-toolbar .owl-theme .owl-nav .wizard > .actions .disabled a[class*="owl-"]:focus, .wizard > .actions .disabled .owl-theme .owl-nav ul.wysihtml5-toolbar a[class*="owl-"]:focus, .owl-theme .owl-nav ul.wysihtml5-toolbar .wizard > .actions .disabled a[class*="owl-"]:focus, .wizard > .actions .disabled .note-editor a.btn-default.note-btn.btn-sm:focus, .note-editor .wizard > .actions .disabled a.btn-default.note-btn.btn-sm:focus, .wizard > .actions .disabled .note-editor .owl-theme .owl-nav a.note-btn.btn-sm[class*="owl-"]:focus, .note-editor .owl-theme .owl-nav .wizard > .actions .disabled a.note-btn.btn-sm[class*="owl-"]:focus, .wizard > .actions .disabled .owl-theme .owl-nav .note-editor a.note-btn.btn-sm[class*="owl-"]:focus, .owl-theme .owl-nav .note-editor .wizard > .actions .disabled a.note-btn.btn-sm[class*="owl-"]:focus, .wizard > .actions .disabled .owl-theme .owl-nav a.btn-outline[class*="owl-"]:focus, .owl-theme .owl-nav .wizard > .actions .disabled a.btn-outline[class*="owl-"]:focus, .wizard > .actions .disabled a.btn-outline.btn-default:focus:hover, .wizard > .actions .disabled ul.wysihtml5-toolbar a.btn-default.btn:focus:hover, ul.wysihtml5-toolbar .wizard > .actions .disabled a.btn-default.btn:focus:hover, .wizard > .actions .disabled ul.wysihtml5-toolbar .owl-theme .owl-nav a[class*="owl-"]:focus:hover, ul.wysihtml5-toolbar .owl-theme .owl-nav .wizard > .actions .disabled a[class*="owl-"]:focus:hover, .wizard > .actions .disabled .owl-theme .owl-nav ul.wysihtml5-toolbar a[class*="owl-"]:focus:hover, .owl-theme .owl-nav ul.wysihtml5-toolbar .wizard > .actions .disabled a[class*="owl-"]:focus:hover, .wizard > .actions .disabled .note-editor a.btn-default.note-btn.btn-sm:focus:hover, .note-editor .wizard > .actions .disabled a.btn-default.note-btn.btn-sm:focus:hover, .wizard > .actions .disabled .note-editor .owl-theme .owl-nav a.note-btn.btn-sm[class*="owl-"]:focus:hover, .note-editor .owl-theme .owl-nav .wizard > .actions .disabled a.note-btn.btn-sm[class*="owl-"]:focus:hover, .wizard > .actions .disabled .owl-theme .owl-nav .note-editor a.note-btn.btn-sm[class*="owl-"]:focus:hover, .owl-theme .owl-nav .note-editor .wizard > .actions .disabled a.note-btn.btn-sm[class*="owl-"]:focus:hover, .wizard > .actions .disabled .owl-theme .owl-nav a.btn-outline[class*="owl-"]:focus:hover, .owl-theme .owl-nav .wizard > .actions .disabled a.btn-outline[class*="owl-"]:focus:hover, .wizard > .actions .disabled a.btn-outline.btn-default:focus:active, .wizard > .actions .disabled ul.wysihtml5-toolbar a.btn-default.btn:focus:active, ul.wysihtml5-toolbar .wizard > .actions .disabled a.btn-default.btn:focus:active, .wizard > .actions .disabled ul.wysihtml5-toolbar .owl-theme .owl-nav a[class*="owl-"]:focus:active, ul.wysihtml5-toolbar .owl-theme .owl-nav .wizard > .actions .disabled a[class*="owl-"]:focus:active, .wizard > .actions .disabled .owl-theme .owl-nav ul.wysihtml5-toolbar a[class*="owl-"]:focus:active, .owl-theme .owl-nav ul.wysihtml5-toolbar .wizard > .actions .disabled a[class*="owl-"]:focus:active, .wizard > .actions .disabled .note-editor a.btn-default.note-btn.btn-sm:focus:active, .note-editor .wizard > .actions .disabled a.btn-default.note-btn.btn-sm:focus:active, .wizard > .actions .disabled .note-editor .owl-theme .owl-nav a.note-btn.btn-sm[class*="owl-"]:focus:active, .note-editor .owl-theme .owl-nav .wizard > .actions .disabled a.note-btn.btn-sm[class*="owl-"]:focus:active, .wizard > .actions .disabled .owl-theme .owl-nav .note-editor a.note-btn.btn-sm[class*="owl-"]:focus:active, .owl-theme .owl-nav .note-editor .wizard > .actions .disabled a.note-btn.btn-sm[class*="owl-"]:focus:active, .wizard > .actions .disabled .owl-theme .owl-nav a.btn-outline[class*="owl-"]:focus:active, .owl-theme .owl-nav .wizard > .actions .disabled a.btn-outline[class*="owl-"]:focus:active, .wizard > .actions a.btn-outline.btn-default:focus, .wizard > .actions ul.wysihtml5-toolbar a.btn-default.btn:focus, ul.wysihtml5-toolbar .wizard > .actions a.btn-default.btn:focus, .wizard > .actions ul.wysihtml5-toolbar .owl-theme .owl-nav a[class*="owl-"]:focus, ul.wysihtml5-toolbar .owl-theme .owl-nav .wizard > .actions a[class*="owl-"]:focus, .wizard > .actions .owl-theme .owl-nav ul.wysihtml5-toolbar a[class*="owl-"]:focus, .owl-theme .owl-nav ul.wysihtml5-toolbar .wizard > .actions a[class*="owl-"]:focus, .wizard > .actions .note-editor a.btn-default.note-btn.btn-sm:focus, .note-editor .wizard > .actions a.btn-default.note-btn.btn-sm:focus, .wizard > .actions .note-editor .owl-theme .owl-nav a.note-btn.btn-sm[class*="owl-"]:focus, .note-editor .owl-theme .owl-nav .wizard > .actions a.note-btn.btn-sm[class*="owl-"]:focus, .wizard > .actions .owl-theme .owl-nav .note-editor a.note-btn.btn-sm[class*="owl-"]:focus, .owl-theme .owl-nav .note-editor .wizard > .actions a.note-btn.btn-sm[class*="owl-"]:focus, .wizard > .actions .owl-theme .owl-nav a.btn-outline[class*="owl-"]:focus, .owl-theme .owl-nav .wizard > .actions a.btn-outline[class*="owl-"]:focus, .wizard > .actions a.btn-outline.btn-default:focus:hover, .wizard > .actions ul.wysihtml5-toolbar a.btn-default.btn:focus:hover, ul.wysihtml5-toolbar .wizard > .actions a.btn-default.btn:focus:hover, .wizard > .actions ul.wysihtml5-toolbar .owl-theme .owl-nav a[class*="owl-"]:focus:hover, ul.wysihtml5-toolbar .owl-theme .owl-nav .wizard > .actions a[class*="owl-"]:focus:hover, .wizard > .actions .owl-theme .owl-nav ul.wysihtml5-toolbar a[class*="owl-"]:focus:hover, .owl-theme .owl-nav ul.wysihtml5-toolbar .wizard > .actions a[class*="owl-"]:focus:hover, .wizard > .actions .note-editor a.btn-default.note-btn.btn-sm:focus:hover, .note-editor .wizard > .actions a.btn-default.note-btn.btn-sm:focus:hover, .wizard > .actions .note-editor .owl-theme .owl-nav a.note-btn.btn-sm[class*="owl-"]:focus:hover, .note-editor .owl-theme .owl-nav .wizard > .actions a.note-btn.btn-sm[class*="owl-"]:focus:hover, .wizard > .actions .owl-theme .owl-nav .note-editor a.note-btn.btn-sm[class*="owl-"]:focus:hover, .owl-theme .owl-nav .note-editor .wizard > .actions a.note-btn.btn-sm[class*="owl-"]:focus:hover, .wizard > .actions .owl-theme .owl-nav a.btn-outline[class*="owl-"]:focus:hover, .owl-theme .owl-nav .wizard > .actions a.btn-outline[class*="owl-"]:focus:hover, .wizard > .actions a.btn-outline.btn-default:focus:active, .wizard > .actions ul.wysihtml5-toolbar a.btn-default.btn:focus:active, ul.wysihtml5-toolbar .wizard > .actions a.btn-default.btn:focus:active, .wizard > .actions ul.wysihtml5-toolbar .owl-theme .owl-nav a[class*="owl-"]:focus:active, ul.wysihtml5-toolbar .owl-theme .owl-nav .wizard > .actions a[class*="owl-"]:focus:active, .wizard > .actions .owl-theme .owl-nav ul.wysihtml5-toolbar a[class*="owl-"]:focus:active, .owl-theme .owl-nav ul.wysihtml5-toolbar .wizard > .actions a[class*="owl-"]:focus:active, .wizard > .actions .note-editor a.btn-default.note-btn.btn-sm:focus:active, .note-editor .wizard > .actions a.btn-default.note-btn.btn-sm:focus:active, .wizard > .actions .note-editor .owl-theme .owl-nav a.note-btn.btn-sm[class*="owl-"]:focus:active, .note-editor .owl-theme .owl-nav .wizard > .actions a.note-btn.btn-sm[class*="owl-"]:focus:active, .wizard > .actions .owl-theme .owl-nav .note-editor a.note-btn.btn-sm[class*="owl-"]:focus:active, .owl-theme .owl-nav .note-editor .wizard > .actions a.note-btn.btn-sm[class*="owl-"]:focus:active, .wizard > .actions .owl-theme .owl-nav a.btn-outline[class*="owl-"]:focus:active, .owl-theme .owl-nav .wizard > .actions a.btn-outline[class*="owl-"]:focus:active, ul.wysihtml5-toolbar a.btn.btn-default:focus, ul.wysihtml5-toolbar .wizard > .actions a.btn-default:focus, .wizard > .actions ul.wysihtml5-toolbar a.btn-default:focus, ul.wysihtml5-toolbar .dt-buttons a.btn-default.dt-button:focus, .dt-buttons ul.wysihtml5-toolbar a.btn-default.dt-button:focus, ul.wysihtml5-toolbar .owl-theme .owl-nav a[class*="owl-"]:focus, .owl-theme .owl-nav ul.wysihtml5-toolbar a[class*="owl-"]:focus, ul.wysihtml5-toolbar a.btn-default.fc-prev-button:focus, ul.wysihtml5-toolbar a.btn-default.fc-next-button:focus, ul.wysihtml5-toolbar a.btn-default.fc-today-button:focus, .note-editor .btn.btn-default.note-btn.btn-sm:focus, .note-editor .dt-buttons .btn-default.note-btn.btn-sm.dt-button:focus, .dt-buttons .note-editor .btn-default.note-btn.btn-sm.dt-button:focus, .note-editor .tablesaw-sortable th.tablesaw-sortable-head button.note-btn.btn-sm:focus, .tablesaw-sortable th.tablesaw-sortable-head .note-editor button.note-btn.btn-sm:focus, .note-editor .sweet-alert button.btn-default.note-btn.btn-sm:focus, .sweet-alert .note-editor button.btn-default.note-btn.btn-sm:focus, .note-editor .owl-theme .owl-nav .note-btn.btn-sm[class*="owl-"]:focus, .owl-theme .owl-nav .note-editor .note-btn.btn-sm[class*="owl-"]:focus, .note-editor button.btn-default.note-btn.btn-sm.fc-agendaDay-button.fc-state-default.fc-corner-right:focus,
.note-editor button.btn-default.note-btn.btn-sm.fc-month-button.fc-state-default.fc-corner-left:focus,
.note-editor button.btn-default.note-btn.btn-sm.fc-agendaWeek-button:focus, .note-editor .btn-default.note-btn.btn-sm.fc-prev-button:focus, .note-editor .btn-default.note-btn.btn-sm.fc-next-button:focus, .note-editor .btn-default.note-btn.btn-sm.fc-today-button:focus, .dt-buttons .btn-outline.btn-default.dt-button:focus, .dt-buttons ul.wysihtml5-toolbar a.btn-default.dt-button.btn:focus, ul.wysihtml5-toolbar .dt-buttons a.btn-default.dt-button.btn:focus, .dt-buttons ul.wysihtml5-toolbar .owl-theme .owl-nav a.dt-button[class*="owl-"]:focus, ul.wysihtml5-toolbar .owl-theme .owl-nav .dt-buttons a.dt-button[class*="owl-"]:focus, .dt-buttons .owl-theme .owl-nav ul.wysihtml5-toolbar a.dt-button[class*="owl-"]:focus, .owl-theme .owl-nav ul.wysihtml5-toolbar .dt-buttons a.dt-button[class*="owl-"]:focus, .dt-buttons .note-editor .owl-theme .owl-nav .dt-button.note-btn.btn-sm[class*="owl-"]:focus, .note-editor .owl-theme .owl-nav .dt-buttons .dt-button.note-btn.btn-sm[class*="owl-"]:focus, .dt-buttons .owl-theme .owl-nav .note-editor .dt-button.note-btn.btn-sm[class*="owl-"]:focus, .owl-theme .owl-nav .note-editor .dt-buttons .dt-button.note-btn.btn-sm[class*="owl-"]:focus, .dt-buttons .tablesaw-sortable th.tablesaw-sortable-head button.dt-button:focus, .tablesaw-sortable th.tablesaw-sortable-head .dt-buttons button.dt-button:focus, .dt-buttons .owl-theme .owl-nav .btn-outline.dt-button[class*="owl-"]:focus, .owl-theme .owl-nav .dt-buttons .btn-outline.dt-button[class*="owl-"]:focus, .dt-buttons .owl-theme .owl-nav button.dt-button[class*="owl-"].fc-agendaDay-button.fc-state-default.fc-corner-right:focus, .owl-theme .owl-nav .dt-buttons button.dt-button[class*="owl-"].fc-agendaDay-button.fc-state-default.fc-corner-right:focus,
.dt-buttons .owl-theme .owl-nav button.dt-button[class*="owl-"].fc-month-button.fc-state-default.fc-corner-left:focus,
.owl-theme .owl-nav .dt-buttons button.dt-button[class*="owl-"].fc-month-button.fc-state-default.fc-corner-left:focus,
.dt-buttons .owl-theme .owl-nav button.dt-button[class*="owl-"].fc-agendaWeek-button:focus,
.owl-theme .owl-nav .dt-buttons button.dt-button[class*="owl-"].fc-agendaWeek-button:focus, .dt-buttons button.btn-default.dt-button.fc-agendaDay-button.fc-state-default.fc-corner-right:focus,
.dt-buttons button.btn-default.dt-button.fc-month-button.fc-state-default.fc-corner-left:focus,
.dt-buttons button.btn-default.dt-button.fc-agendaWeek-button:focus, .tablesaw-sortable th.tablesaw-sortable-head button:focus, .sweet-alert button.btn-outline.btn-default:focus, .sweet-alert .note-editor .owl-theme .owl-nav button.note-btn.btn-sm[class*="owl-"]:focus, .note-editor .owl-theme .owl-nav .sweet-alert button.note-btn.btn-sm[class*="owl-"]:focus, .sweet-alert .owl-theme .owl-nav .note-editor button.note-btn.btn-sm[class*="owl-"]:focus, .owl-theme .owl-nav .note-editor .sweet-alert button.note-btn.btn-sm[class*="owl-"]:focus, .sweet-alert .tablesaw-sortable th.tablesaw-sortable-head button:focus, .tablesaw-sortable th.tablesaw-sortable-head .sweet-alert button:focus, .sweet-alert .owl-theme .owl-nav button.btn-outline[class*="owl-"]:focus, .owl-theme .owl-nav .sweet-alert button.btn-outline[class*="owl-"]:focus, .sweet-alert .owl-theme .owl-nav button[class*="owl-"].fc-agendaDay-button.fc-state-default.fc-corner-right:focus, .owl-theme .owl-nav .sweet-alert button[class*="owl-"].fc-agendaDay-button.fc-state-default.fc-corner-right:focus,
.sweet-alert .owl-theme .owl-nav button[class*="owl-"].fc-month-button.fc-state-default.fc-corner-left:focus,
.owl-theme .owl-nav .sweet-alert button[class*="owl-"].fc-month-button.fc-state-default.fc-corner-left:focus,
.sweet-alert .owl-theme .owl-nav button[class*="owl-"].fc-agendaWeek-button:focus,
.owl-theme .owl-nav .sweet-alert button[class*="owl-"].fc-agendaWeek-button:focus, .sweet-alert button.btn-default.fc-agendaDay-button.fc-state-default.fc-corner-right:focus,
.sweet-alert button.btn-default.fc-month-button.fc-state-default.fc-corner-left:focus,
.sweet-alert button.btn-default.fc-agendaWeek-button:focus, .owl-theme .owl-nav .btn-outline[class*="owl-"]:focus, .owl-theme .owl-nav .tablesaw-sortable th.tablesaw-sortable-head button[class*="owl-"]:focus, .tablesaw-sortable th.tablesaw-sortable-head .owl-theme .owl-nav button[class*="owl-"]:focus, .owl-theme .owl-nav button[class*="owl-"].fc-agendaDay-button.fc-state-default.fc-corner-right:focus,
.owl-theme .owl-nav button[class*="owl-"].fc-month-button.fc-state-default.fc-corner-left:focus,
.owl-theme .owl-nav button[class*="owl-"].fc-agendaWeek-button:focus, button.btn-default.fc-agendaDay-button.fc-state-default.fc-corner-right:focus, .tablesaw-sortable th.tablesaw-sortable-head button.fc-agendaDay-button.fc-state-default.fc-corner-right:focus,
button.btn-default.fc-month-button.fc-state-default.fc-corner-left:focus,
.tablesaw-sortable th.tablesaw-sortable-head button.fc-month-button.fc-state-default.fc-corner-left:focus,
button.btn-default.fc-agendaWeek-button:focus,
.tablesaw-sortable th.tablesaw-sortable-head button.fc-agendaWeek-button:focus, .btn-outline.btn-default.fc-prev-button:focus, ul.wysihtml5-toolbar a.btn-default.fc-prev-button.btn:focus, ul.wysihtml5-toolbar .owl-theme .owl-nav a.fc-prev-button[class*="owl-"]:focus, .owl-theme .owl-nav ul.wysihtml5-toolbar a.fc-prev-button[class*="owl-"]:focus, .note-editor .owl-theme .owl-nav .fc-prev-button.note-btn.btn-sm[class*="owl-"]:focus, .owl-theme .owl-nav .note-editor .fc-prev-button.note-btn.btn-sm[class*="owl-"]:focus, .tablesaw-sortable th.tablesaw-sortable-head button.fc-prev-button:focus, .owl-theme .owl-nav .btn-outline.fc-prev-button[class*="owl-"]:focus, .owl-theme .owl-nav button.fc-prev-button[class*="owl-"].fc-agendaDay-button.fc-state-default.fc-corner-right:focus,
.owl-theme .owl-nav button.fc-prev-button[class*="owl-"].fc-month-button.fc-state-default.fc-corner-left:focus,
.owl-theme .owl-nav button.fc-prev-button[class*="owl-"].fc-agendaWeek-button:focus, button.btn-default.fc-prev-button.fc-agendaDay-button.fc-state-default.fc-corner-right:focus,
button.btn-default.fc-prev-button.fc-month-button.fc-state-default.fc-corner-left:focus,
button.btn-default.fc-prev-button.fc-agendaWeek-button:focus, .btn-outline.btn-default.fc-next-button:focus, ul.wysihtml5-toolbar a.btn-default.fc-next-button.btn:focus, ul.wysihtml5-toolbar .owl-theme .owl-nav a.fc-next-button[class*="owl-"]:focus, .owl-theme .owl-nav ul.wysihtml5-toolbar a.fc-next-button[class*="owl-"]:focus, .note-editor .owl-theme .owl-nav .fc-next-button.note-btn.btn-sm[class*="owl-"]:focus, .owl-theme .owl-nav .note-editor .fc-next-button.note-btn.btn-sm[class*="owl-"]:focus, .tablesaw-sortable th.tablesaw-sortable-head button.fc-next-button:focus, .owl-theme .owl-nav .btn-outline.fc-next-button[class*="owl-"]:focus, .owl-theme .owl-nav button.fc-next-button[class*="owl-"].fc-agendaDay-button.fc-state-default.fc-corner-right:focus,
.owl-theme .owl-nav button.fc-next-button[class*="owl-"].fc-month-button.fc-state-default.fc-corner-left:focus,
.owl-theme .owl-nav button.fc-next-button[class*="owl-"].fc-agendaWeek-button:focus, button.btn-default.fc-next-button.fc-agendaDay-button.fc-state-default.fc-corner-right:focus,
button.btn-default.fc-next-button.fc-month-button.fc-state-default.fc-corner-left:focus,
button.btn-default.fc-next-button.fc-agendaWeek-button:focus, .btn-outline.btn-default.fc-today-button:focus, ul.wysihtml5-toolbar a.btn-default.fc-today-button.btn:focus, ul.wysihtml5-toolbar .owl-theme .owl-nav a.fc-today-button[class*="owl-"]:focus, .owl-theme .owl-nav ul.wysihtml5-toolbar a.fc-today-button[class*="owl-"]:focus, .note-editor .owl-theme .owl-nav .fc-today-button.note-btn.btn-sm[class*="owl-"]:focus, .owl-theme .owl-nav .note-editor .fc-today-button.note-btn.btn-sm[class*="owl-"]:focus, .tablesaw-sortable th.tablesaw-sortable-head button.fc-today-button:focus, .owl-theme .owl-nav .btn-outline.fc-today-button[class*="owl-"]:focus, .owl-theme .owl-nav button.fc-today-button[class*="owl-"].fc-agendaDay-button.fc-state-default.fc-corner-right:focus,
.owl-theme .owl-nav button.fc-today-button[class*="owl-"].fc-month-button.fc-state-default.fc-corner-left:focus,
.owl-theme .owl-nav button.fc-today-button[class*="owl-"].fc-agendaWeek-button:focus, button.btn-default.fc-today-button.fc-agendaDay-button.fc-state-default.fc-corner-right:focus,
button.btn-default.fc-today-button.fc-month-button.fc-state-default.fc-corner-left:focus,
button.btn-default.fc-today-button.fc-agendaWeek-button:focus, .btn.btn-outline.btn-default:active, .wizard > .actions .disabled a.btn-outline.btn-default:active, .wizard > .actions .disabled ul.wysihtml5-toolbar a.btn-default.btn:active, ul.wysihtml5-toolbar .wizard > .actions .disabled a.btn-default.btn:active, .wizard > .actions .disabled ul.wysihtml5-toolbar .owl-theme .owl-nav a[class*="owl-"]:active, ul.wysihtml5-toolbar .owl-theme .owl-nav .wizard > .actions .disabled a[class*="owl-"]:active, .wizard > .actions .disabled .owl-theme .owl-nav ul.wysihtml5-toolbar a[class*="owl-"]:active, .owl-theme .owl-nav ul.wysihtml5-toolbar .wizard > .actions .disabled a[class*="owl-"]:active, .wizard > .actions .disabled .note-editor a.btn-default.note-btn.btn-sm:active, .note-editor .wizard > .actions .disabled a.btn-default.note-btn.btn-sm:active, .wizard > .actions .disabled .note-editor .owl-theme .owl-nav a.note-btn.btn-sm[class*="owl-"]:active, .note-editor .owl-theme .owl-nav .wizard > .actions .disabled a.note-btn.btn-sm[class*="owl-"]:active, .wizard > .actions .disabled .owl-theme .owl-nav .note-editor a.note-btn.btn-sm[class*="owl-"]:active, .owl-theme .owl-nav .note-editor .wizard > .actions .disabled a.note-btn.btn-sm[class*="owl-"]:active, .wizard > .actions .disabled .owl-theme .owl-nav a.btn-outline[class*="owl-"]:active, .owl-theme .owl-nav .wizard > .actions .disabled a.btn-outline[class*="owl-"]:active, .wizard > .actions .disabled a.btn-outline.btn-default:active:hover, .wizard > .actions .disabled ul.wysihtml5-toolbar a.btn-default.btn:active:hover, ul.wysihtml5-toolbar .wizard > .actions .disabled a.btn-default.btn:active:hover, .wizard > .actions .disabled ul.wysihtml5-toolbar .owl-theme .owl-nav a[class*="owl-"]:active:hover, ul.wysihtml5-toolbar .owl-theme .owl-nav .wizard > .actions .disabled a[class*="owl-"]:active:hover, .wizard > .actions .disabled .owl-theme .owl-nav ul.wysihtml5-toolbar a[class*="owl-"]:active:hover, .owl-theme .owl-nav ul.wysihtml5-toolbar .wizard > .actions .disabled a[class*="owl-"]:active:hover, .wizard > .actions .disabled .note-editor a.btn-default.note-btn.btn-sm:active:hover, .note-editor .wizard > .actions .disabled a.btn-default.note-btn.btn-sm:active:hover, .wizard > .actions .disabled .note-editor .owl-theme .owl-nav a.note-btn.btn-sm[class*="owl-"]:active:hover, .note-editor .owl-theme .owl-nav .wizard > .actions .disabled a.note-btn.btn-sm[class*="owl-"]:active:hover, .wizard > .actions .disabled .owl-theme .owl-nav .note-editor a.note-btn.btn-sm[class*="owl-"]:active:hover, .owl-theme .owl-nav .note-editor .wizard > .actions .disabled a.note-btn.btn-sm[class*="owl-"]:active:hover, .wizard > .actions .disabled .owl-theme .owl-nav a.btn-outline[class*="owl-"]:active:hover, .owl-theme .owl-nav .wizard > .actions .disabled a.btn-outline[class*="owl-"]:active:hover, .wizard > .actions a.btn-outline.btn-default:active, .wizard > .actions ul.wysihtml5-toolbar a.btn-default.btn:active, ul.wysihtml5-toolbar .wizard > .actions a.btn-default.btn:active, .wizard > .actions ul.wysihtml5-toolbar .owl-theme .owl-nav a[class*="owl-"]:active, ul.wysihtml5-toolbar .owl-theme .owl-nav .wizard > .actions a[class*="owl-"]:active, .wizard > .actions .owl-theme .owl-nav ul.wysihtml5-toolbar a[class*="owl-"]:active, .owl-theme .owl-nav ul.wysihtml5-toolbar .wizard > .actions a[class*="owl-"]:active, .wizard > .actions .note-editor a.btn-default.note-btn.btn-sm:active, .note-editor .wizard > .actions a.btn-default.note-btn.btn-sm:active, .wizard > .actions .note-editor .owl-theme .owl-nav a.note-btn.btn-sm[class*="owl-"]:active, .note-editor .owl-theme .owl-nav .wizard > .actions a.note-btn.btn-sm[class*="owl-"]:active, .wizard > .actions .owl-theme .owl-nav .note-editor a.note-btn.btn-sm[class*="owl-"]:active, .owl-theme .owl-nav .note-editor .wizard > .actions a.note-btn.btn-sm[class*="owl-"]:active, .wizard > .actions .owl-theme .owl-nav a.btn-outline[class*="owl-"]:active, .owl-theme .owl-nav .wizard > .actions a.btn-outline[class*="owl-"]:active, .wizard > .actions a.btn-outline.btn-default:active:hover, .wizard > .actions ul.wysihtml5-toolbar a.btn-default.btn:active:hover, ul.wysihtml5-toolbar .wizard > .actions a.btn-default.btn:active:hover, .wizard > .actions ul.wysihtml5-toolbar .owl-theme .owl-nav a[class*="owl-"]:active:hover, ul.wysihtml5-toolbar .owl-theme .owl-nav .wizard > .actions a[class*="owl-"]:active:hover, .wizard > .actions .owl-theme .owl-nav ul.wysihtml5-toolbar a[class*="owl-"]:active:hover, .owl-theme .owl-nav ul.wysihtml5-toolbar .wizard > .actions a[class*="owl-"]:active:hover, .wizard > .actions .note-editor a.btn-default.note-btn.btn-sm:active:hover, .note-editor .wizard > .actions a.btn-default.note-btn.btn-sm:active:hover, .wizard > .actions .note-editor .owl-theme .owl-nav a.note-btn.btn-sm[class*="owl-"]:active:hover, .note-editor .owl-theme .owl-nav .wizard > .actions a.note-btn.btn-sm[class*="owl-"]:active:hover, .wizard > .actions .owl-theme .owl-nav .note-editor a.note-btn.btn-sm[class*="owl-"]:active:hover, .owl-theme .owl-nav .note-editor .wizard > .actions a.note-btn.btn-sm[class*="owl-"]:active:hover, .wizard > .actions .owl-theme .owl-nav a.btn-outline[class*="owl-"]:active:hover, .owl-theme .owl-nav .wizard > .actions a.btn-outline[class*="owl-"]:active:hover, ul.wysihtml5-toolbar a.btn.btn-default:active, ul.wysihtml5-toolbar .wizard > .actions a.btn-default:active, .wizard > .actions ul.wysihtml5-toolbar a.btn-default:active, ul.wysihtml5-toolbar .dt-buttons a.btn-default.dt-button:active, .dt-buttons ul.wysihtml5-toolbar a.btn-default.dt-button:active, ul.wysihtml5-toolbar .owl-theme .owl-nav a[class*="owl-"]:active, .owl-theme .owl-nav ul.wysihtml5-toolbar a[class*="owl-"]:active, ul.wysihtml5-toolbar a.btn-default.fc-prev-button:active, ul.wysihtml5-toolbar a.btn-default.fc-next-button:active, ul.wysihtml5-toolbar a.btn-default.fc-today-button:active, .note-editor .btn.btn-default.note-btn.btn-sm:active, .note-editor .dt-buttons .btn-default.note-btn.btn-sm.dt-button:active, .dt-buttons .note-editor .btn-default.note-btn.btn-sm.dt-button:active, .note-editor .tablesaw-sortable th.tablesaw-sortable-head button.note-btn.btn-sm:active, .tablesaw-sortable th.tablesaw-sortable-head .note-editor button.note-btn.btn-sm:active, .note-editor .sweet-alert button.btn-default.note-btn.btn-sm:active, .sweet-alert .note-editor button.btn-default.note-btn.btn-sm:active, .note-editor .owl-theme .owl-nav .note-btn.btn-sm[class*="owl-"]:active, .owl-theme .owl-nav .note-editor .note-btn.btn-sm[class*="owl-"]:active, .note-editor button.btn-default.note-btn.btn-sm.fc-agendaDay-button.fc-state-default.fc-corner-right:active,
.note-editor button.btn-default.note-btn.btn-sm.fc-month-button.fc-state-default.fc-corner-left:active,
.note-editor button.btn-default.note-btn.btn-sm.fc-agendaWeek-button:active, .note-editor .btn-default.note-btn.btn-sm.fc-prev-button:active, .note-editor .btn-default.note-btn.btn-sm.fc-next-button:active, .note-editor .btn-default.note-btn.btn-sm.fc-today-button:active, .dt-buttons .btn-outline.btn-default.dt-button:active, .dt-buttons ul.wysihtml5-toolbar a.btn-default.dt-button.btn:active, ul.wysihtml5-toolbar .dt-buttons a.btn-default.dt-button.btn:active, .dt-buttons ul.wysihtml5-toolbar .owl-theme .owl-nav a.dt-button[class*="owl-"]:active, ul.wysihtml5-toolbar .owl-theme .owl-nav .dt-buttons a.dt-button[class*="owl-"]:active, .dt-buttons .owl-theme .owl-nav ul.wysihtml5-toolbar a.dt-button[class*="owl-"]:active, .owl-theme .owl-nav ul.wysihtml5-toolbar .dt-buttons a.dt-button[class*="owl-"]:active, .dt-buttons .note-editor .owl-theme .owl-nav .dt-button.note-btn.btn-sm[class*="owl-"]:active, .note-editor .owl-theme .owl-nav .dt-buttons .dt-button.note-btn.btn-sm[class*="owl-"]:active, .dt-buttons .owl-theme .owl-nav .note-editor .dt-button.note-btn.btn-sm[class*="owl-"]:active, .owl-theme .owl-nav .note-editor .dt-buttons .dt-button.note-btn.btn-sm[class*="owl-"]:active, .dt-buttons .tablesaw-sortable th.tablesaw-sortable-head button.dt-button:active, .tablesaw-sortable th.tablesaw-sortable-head .dt-buttons button.dt-button:active, .dt-buttons .owl-theme .owl-nav .btn-outline.dt-button[class*="owl-"]:active, .owl-theme .owl-nav .dt-buttons .btn-outline.dt-button[class*="owl-"]:active, .dt-buttons .owl-theme .owl-nav button.dt-button[class*="owl-"].fc-agendaDay-button.fc-state-default.fc-corner-right:active, .owl-theme .owl-nav .dt-buttons button.dt-button[class*="owl-"].fc-agendaDay-button.fc-state-default.fc-corner-right:active,
.dt-buttons .owl-theme .owl-nav button.dt-button[class*="owl-"].fc-month-button.fc-state-default.fc-corner-left:active,
.owl-theme .owl-nav .dt-buttons button.dt-button[class*="owl-"].fc-month-button.fc-state-default.fc-corner-left:active,
.dt-buttons .owl-theme .owl-nav button.dt-button[class*="owl-"].fc-agendaWeek-button:active,
.owl-theme .owl-nav .dt-buttons button.dt-button[class*="owl-"].fc-agendaWeek-button:active, .dt-buttons button.btn-default.dt-button.fc-agendaDay-button.fc-state-default.fc-corner-right:active,
.dt-buttons button.btn-default.dt-button.fc-month-button.fc-state-default.fc-corner-left:active,
.dt-buttons button.btn-default.dt-button.fc-agendaWeek-button:active, .tablesaw-sortable th.tablesaw-sortable-head button:active, .sweet-alert button.btn-outline.btn-default:active, .sweet-alert .note-editor .owl-theme .owl-nav button.note-btn.btn-sm[class*="owl-"]:active, .note-editor .owl-theme .owl-nav .sweet-alert button.note-btn.btn-sm[class*="owl-"]:active, .sweet-alert .owl-theme .owl-nav .note-editor button.note-btn.btn-sm[class*="owl-"]:active, .owl-theme .owl-nav .note-editor .sweet-alert button.note-btn.btn-sm[class*="owl-"]:active, .sweet-alert .tablesaw-sortable th.tablesaw-sortable-head button:active, .tablesaw-sortable th.tablesaw-sortable-head .sweet-alert button:active, .sweet-alert .owl-theme .owl-nav button.btn-outline[class*="owl-"]:active, .owl-theme .owl-nav .sweet-alert button.btn-outline[class*="owl-"]:active, .sweet-alert .owl-theme .owl-nav button[class*="owl-"].fc-agendaDay-button.fc-state-default.fc-corner-right:active, .owl-theme .owl-nav .sweet-alert button[class*="owl-"].fc-agendaDay-button.fc-state-default.fc-corner-right:active,
.sweet-alert .owl-theme .owl-nav button[class*="owl-"].fc-month-button.fc-state-default.fc-corner-left:active,
.owl-theme .owl-nav .sweet-alert button[class*="owl-"].fc-month-button.fc-state-default.fc-corner-left:active,
.sweet-alert .owl-theme .owl-nav button[class*="owl-"].fc-agendaWeek-button:active,
.owl-theme .owl-nav .sweet-alert button[class*="owl-"].fc-agendaWeek-button:active, .sweet-alert button.btn-default.fc-agendaDay-button.fc-state-default.fc-corner-right:active,
.sweet-alert button.btn-default.fc-month-button.fc-state-default.fc-corner-left:active,
.sweet-alert button.btn-default.fc-agendaWeek-button:active, .owl-theme .owl-nav .btn-outline[class*="owl-"]:active, .owl-theme .owl-nav .tablesaw-sortable th.tablesaw-sortable-head button[class*="owl-"]:active, .tablesaw-sortable th.tablesaw-sortable-head .owl-theme .owl-nav button[class*="owl-"]:active, .owl-theme .owl-nav button[class*="owl-"].fc-agendaDay-button.fc-state-default.fc-corner-right:active,
.owl-theme .owl-nav button[class*="owl-"].fc-month-button.fc-state-default.fc-corner-left:active,
.owl-theme .owl-nav button[class*="owl-"].fc-agendaWeek-button:active, button.btn-default.fc-agendaDay-button.fc-state-default.fc-corner-right:active, .tablesaw-sortable th.tablesaw-sortable-head button.fc-agendaDay-button.fc-state-default.fc-corner-right:active,
button.btn-default.fc-month-button.fc-state-default.fc-corner-left:active,
.tablesaw-sortable th.tablesaw-sortable-head button.fc-month-button.fc-state-default.fc-corner-left:active,
button.btn-default.fc-agendaWeek-button:active,
.tablesaw-sortable th.tablesaw-sortable-head button.fc-agendaWeek-button:active, .btn-outline.btn-default.fc-prev-button:active, ul.wysihtml5-toolbar a.btn-default.fc-prev-button.btn:active, ul.wysihtml5-toolbar .owl-theme .owl-nav a.fc-prev-button[class*="owl-"]:active, .owl-theme .owl-nav ul.wysihtml5-toolbar a.fc-prev-button[class*="owl-"]:active, .note-editor .owl-theme .owl-nav .fc-prev-button.note-btn.btn-sm[class*="owl-"]:active, .owl-theme .owl-nav .note-editor .fc-prev-button.note-btn.btn-sm[class*="owl-"]:active, .tablesaw-sortable th.tablesaw-sortable-head button.fc-prev-button:active, .owl-theme .owl-nav .btn-outline.fc-prev-button[class*="owl-"]:active, .owl-theme .owl-nav button.fc-prev-button[class*="owl-"].fc-agendaDay-button.fc-state-default.fc-corner-right:active,
.owl-theme .owl-nav button.fc-prev-button[class*="owl-"].fc-month-button.fc-state-default.fc-corner-left:active,
.owl-theme .owl-nav button.fc-prev-button[class*="owl-"].fc-agendaWeek-button:active, button.btn-default.fc-prev-button.fc-agendaDay-button.fc-state-default.fc-corner-right:active,
button.btn-default.fc-prev-button.fc-month-button.fc-state-default.fc-corner-left:active,
button.btn-default.fc-prev-button.fc-agendaWeek-button:active, .btn-outline.btn-default.fc-next-button:active, ul.wysihtml5-toolbar a.btn-default.fc-next-button.btn:active, ul.wysihtml5-toolbar .owl-theme .owl-nav a.fc-next-button[class*="owl-"]:active, .owl-theme .owl-nav ul.wysihtml5-toolbar a.fc-next-button[class*="owl-"]:active, .note-editor .owl-theme .owl-nav .fc-next-button.note-btn.btn-sm[class*="owl-"]:active, .owl-theme .owl-nav .note-editor .fc-next-button.note-btn.btn-sm[class*="owl-"]:active, .tablesaw-sortable th.tablesaw-sortable-head button.fc-next-button:active, .owl-theme .owl-nav .btn-outline.fc-next-button[class*="owl-"]:active, .owl-theme .owl-nav button.fc-next-button[class*="owl-"].fc-agendaDay-button.fc-state-default.fc-corner-right:active,
.owl-theme .owl-nav button.fc-next-button[class*="owl-"].fc-month-button.fc-state-default.fc-corner-left:active,
.owl-theme .owl-nav button.fc-next-button[class*="owl-"].fc-agendaWeek-button:active, button.btn-default.fc-next-button.fc-agendaDay-button.fc-state-default.fc-corner-right:active,
button.btn-default.fc-next-button.fc-month-button.fc-state-default.fc-corner-left:active,
button.btn-default.fc-next-button.fc-agendaWeek-button:active, .btn-outline.btn-default.fc-today-button:active, ul.wysihtml5-toolbar a.btn-default.fc-today-button.btn:active, ul.wysihtml5-toolbar .owl-theme .owl-nav a.fc-today-button[class*="owl-"]:active, .owl-theme .owl-nav ul.wysihtml5-toolbar a.fc-today-button[class*="owl-"]:active, .note-editor .owl-theme .owl-nav .fc-today-button.note-btn.btn-sm[class*="owl-"]:active, .owl-theme .owl-nav .note-editor .fc-today-button.note-btn.btn-sm[class*="owl-"]:active, .tablesaw-sortable th.tablesaw-sortable-head button.fc-today-button:active, .owl-theme .owl-nav .btn-outline.fc-today-button[class*="owl-"]:active, .owl-theme .owl-nav button.fc-today-button[class*="owl-"].fc-agendaDay-button.fc-state-default.fc-corner-right:active,
.owl-theme .owl-nav button.fc-today-button[class*="owl-"].fc-month-button.fc-state-default.fc-corner-left:active,
.owl-theme .owl-nav button.fc-today-button[class*="owl-"].fc-agendaWeek-button:active, button.btn-default.fc-today-button.fc-agendaDay-button.fc-state-default.fc-corner-right:active,
button.btn-default.fc-today-button.fc-month-button.fc-state-default.fc-corner-left:active,
button.btn-default.fc-today-button.fc-agendaWeek-button:active {
  border: solid 1px gainsboro;
}
.btn.btn-outline.btn-info, .wizard > .actions a.btn-outline.btn-info, .wizard > .actions .note-editor a.btn-info.note-btn.btn-sm, .note-editor .wizard > .actions a.btn-info.note-btn.btn-sm, ul.wysihtml5-toolbar a.btn.btn-info, ul.wysihtml5-toolbar .wizard > .actions a.btn-info, .wizard > .actions ul.wysihtml5-toolbar a.btn-info, ul.wysihtml5-toolbar .dt-buttons a.btn-info.dt-button, .dt-buttons ul.wysihtml5-toolbar a.btn-info.dt-button, ul.wysihtml5-toolbar .owl-theme .owl-nav a.btn-info[class*="owl-"], .owl-theme .owl-nav ul.wysihtml5-toolbar a.btn-info[class*="owl-"], ul.wysihtml5-toolbar a.btn-info.fc-prev-button, ul.wysihtml5-toolbar a.btn-info.fc-next-button, ul.wysihtml5-toolbar a.btn-info.fc-today-button, .note-editor .btn.btn-info.note-btn.btn-sm, .note-editor .dt-buttons .btn-info.note-btn.btn-sm.dt-button, .dt-buttons .note-editor .btn-info.note-btn.btn-sm.dt-button, .note-editor .sweet-alert button.btn-info.note-btn.btn-sm, .sweet-alert .note-editor button.btn-info.note-btn.btn-sm, .note-editor .owl-theme .owl-nav .btn-info.note-btn.btn-sm[class*="owl-"], .owl-theme .owl-nav .note-editor .btn-info.note-btn.btn-sm[class*="owl-"],
.note-editor button.btn-info.note-btn.btn-sm.fc-agendaWeek-button, .note-editor .btn-info.note-btn.btn-sm.fc-prev-button, .note-editor .btn-info.note-btn.btn-sm.fc-next-button, .note-editor .btn-info.note-btn.btn-sm.fc-today-button, .dt-buttons .btn-outline.btn-info.dt-button, .tablesaw-sortable th.tablesaw-sortable-head button.btn-info, .sweet-alert button.btn-outline.btn-info, .owl-theme .owl-nav .btn-outline.btn-info[class*="owl-"],
.owl-theme .owl-nav button.btn-info[class*="owl-"].fc-agendaWeek-button, button.btn-info.fc-agendaDay-button.fc-state-default.fc-corner-right,
button.btn-info.fc-month-button.fc-state-default.fc-corner-left,
button.btn-info.fc-agendaWeek-button, .btn-outline.btn-info.fc-prev-button, .btn-outline.btn-info.fc-next-button, .btn-outline.btn-info.fc-today-button {
  border: solid 1px rgba(220, 70, 102, 0.5);
  color: #dc4666;
}
.btn.btn-outline.btn-info:hover, .wizard > .actions a.btn-outline.btn-info:hover, .wizard > .actions .note-editor a.btn-info.note-btn.btn-sm:hover, .note-editor .wizard > .actions a.btn-info.note-btn.btn-sm:hover, ul.wysihtml5-toolbar a.btn.btn-info:hover, ul.wysihtml5-toolbar .wizard > .actions a.btn-info:hover, .wizard > .actions ul.wysihtml5-toolbar a.btn-info:hover, ul.wysihtml5-toolbar .dt-buttons a.btn-info.dt-button:hover, .dt-buttons ul.wysihtml5-toolbar a.btn-info.dt-button:hover, ul.wysihtml5-toolbar .owl-theme .owl-nav a.btn-info[class*="owl-"]:hover, .owl-theme .owl-nav ul.wysihtml5-toolbar a.btn-info[class*="owl-"]:hover, ul.wysihtml5-toolbar a.btn-info.fc-prev-button:hover, ul.wysihtml5-toolbar a.btn-info.fc-next-button:hover, ul.wysihtml5-toolbar a.btn-info.fc-today-button:hover, .note-editor .btn.btn-info.note-btn.btn-sm:hover, .note-editor .dt-buttons .btn-info.note-btn.btn-sm.dt-button:hover, .dt-buttons .note-editor .btn-info.note-btn.btn-sm.dt-button:hover, .note-editor .sweet-alert button.btn-info.note-btn.btn-sm:hover, .sweet-alert .note-editor button.btn-info.note-btn.btn-sm:hover, .note-editor .owl-theme .owl-nav .btn-info.note-btn.btn-sm[class*="owl-"]:hover, .owl-theme .owl-nav .note-editor .btn-info.note-btn.btn-sm[class*="owl-"]:hover, .note-editor .btn-info.note-btn.btn-sm.fc-prev-button:hover, .note-editor .btn-info.note-btn.btn-sm.fc-next-button:hover, .note-editor .btn-info.note-btn.btn-sm.fc-today-button:hover, .dt-buttons .btn-outline.btn-info.dt-button:hover, .tablesaw-sortable th.tablesaw-sortable-head button.btn-info:hover, .sweet-alert button.btn-outline.btn-info:hover, .owl-theme .owl-nav .btn-outline.btn-info[class*="owl-"]:hover, button.btn-info.fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
button.btn-info.fc-month-button.fc-state-default.fc-corner-left:hover,
button.btn-info.fc-agendaWeek-button:hover, .btn-outline.btn-info.fc-prev-button:hover, .btn-outline.btn-info.fc-next-button:hover, .btn-outline.btn-info.fc-today-button:hover, .btn.btn-outline.btn-info:focus, .wizard > .actions a.btn-outline.btn-info:focus, .wizard > .actions .note-editor a.btn-info.note-btn.btn-sm:focus, .note-editor .wizard > .actions a.btn-info.note-btn.btn-sm:focus, ul.wysihtml5-toolbar a.btn.btn-info:focus, ul.wysihtml5-toolbar .wizard > .actions a.btn-info:focus, .wizard > .actions ul.wysihtml5-toolbar a.btn-info:focus, ul.wysihtml5-toolbar .dt-buttons a.btn-info.dt-button:focus, .dt-buttons ul.wysihtml5-toolbar a.btn-info.dt-button:focus, ul.wysihtml5-toolbar .owl-theme .owl-nav a.btn-info[class*="owl-"]:focus, .owl-theme .owl-nav ul.wysihtml5-toolbar a.btn-info[class*="owl-"]:focus, ul.wysihtml5-toolbar a.btn-info.fc-prev-button:focus, ul.wysihtml5-toolbar a.btn-info.fc-next-button:focus, ul.wysihtml5-toolbar a.btn-info.fc-today-button:focus, .note-editor .btn.btn-info.note-btn.btn-sm:focus, .note-editor .dt-buttons .btn-info.note-btn.btn-sm.dt-button:focus, .dt-buttons .note-editor .btn-info.note-btn.btn-sm.dt-button:focus, .note-editor .sweet-alert button.btn-info.note-btn.btn-sm:focus, .sweet-alert .note-editor button.btn-info.note-btn.btn-sm:focus, .note-editor .owl-theme .owl-nav .btn-info.note-btn.btn-sm[class*="owl-"]:focus, .owl-theme .owl-nav .note-editor .btn-info.note-btn.btn-sm[class*="owl-"]:focus, .note-editor .btn-info.note-btn.btn-sm.fc-prev-button:focus, .note-editor .btn-info.note-btn.btn-sm.fc-next-button:focus, .note-editor .btn-info.note-btn.btn-sm.fc-today-button:focus, .dt-buttons .btn-outline.btn-info.dt-button:focus, .tablesaw-sortable th.tablesaw-sortable-head button.btn-info:focus, .sweet-alert button.btn-outline.btn-info:focus, .owl-theme .owl-nav .btn-outline.btn-info[class*="owl-"]:focus, button.btn-info.fc-agendaDay-button.fc-state-default.fc-corner-right:focus,
button.btn-info.fc-month-button.fc-state-default.fc-corner-left:focus,
button.btn-info.fc-agendaWeek-button:focus, .btn-outline.btn-info.fc-prev-button:focus, .btn-outline.btn-info.fc-next-button:focus, .btn-outline.btn-info.fc-today-button:focus, .btn.btn-outline.btn-info:active, .wizard > .actions a.btn-outline.btn-info:active, .wizard > .actions .note-editor a.btn-info.note-btn.btn-sm:active, .note-editor .wizard > .actions a.btn-info.note-btn.btn-sm:active, ul.wysihtml5-toolbar a.btn.btn-info:active, ul.wysihtml5-toolbar .wizard > .actions a.btn-info:active, .wizard > .actions ul.wysihtml5-toolbar a.btn-info:active, ul.wysihtml5-toolbar .dt-buttons a.btn-info.dt-button:active, .dt-buttons ul.wysihtml5-toolbar a.btn-info.dt-button:active, ul.wysihtml5-toolbar .owl-theme .owl-nav a.btn-info[class*="owl-"]:active, .owl-theme .owl-nav ul.wysihtml5-toolbar a.btn-info[class*="owl-"]:active, ul.wysihtml5-toolbar a.btn-info.fc-prev-button:active, ul.wysihtml5-toolbar a.btn-info.fc-next-button:active, ul.wysihtml5-toolbar a.btn-info.fc-today-button:active, .note-editor .btn.btn-info.note-btn.btn-sm:active, .note-editor .dt-buttons .btn-info.note-btn.btn-sm.dt-button:active, .dt-buttons .note-editor .btn-info.note-btn.btn-sm.dt-button:active, .note-editor .sweet-alert button.btn-info.note-btn.btn-sm:active, .sweet-alert .note-editor button.btn-info.note-btn.btn-sm:active, .note-editor .owl-theme .owl-nav .btn-info.note-btn.btn-sm[class*="owl-"]:active, .owl-theme .owl-nav .note-editor .btn-info.note-btn.btn-sm[class*="owl-"]:active, .note-editor .btn-info.note-btn.btn-sm.fc-prev-button:active, .note-editor .btn-info.note-btn.btn-sm.fc-next-button:active, .note-editor .btn-info.note-btn.btn-sm.fc-today-button:active, .dt-buttons .btn-outline.btn-info.dt-button:active, .tablesaw-sortable th.tablesaw-sortable-head button.btn-info:active, .sweet-alert button.btn-outline.btn-info:active, .owl-theme .owl-nav .btn-outline.btn-info[class*="owl-"]:active, button.btn-info.fc-agendaDay-button.fc-state-default.fc-corner-right:active,
button.btn-info.fc-month-button.fc-state-default.fc-corner-left:active,
button.btn-info.fc-agendaWeek-button:active, .btn-outline.btn-info.fc-prev-button:active, .btn-outline.btn-info.fc-next-button:active, .btn-outline.btn-info.fc-today-button:active {
  border: solid 1px #dc4666;
}
.btn.btn-outline.btn-primary, .wizard > .actions .disabled a.btn-outline, ul.wysihtml5-toolbar .wizard > .actions .disabled a, .wizard > .actions .disabled ul.wysihtml5-toolbar a, .wizard > .actions ul.wysihtml5-toolbar .disabled a, .wizard > .actions .disabled .note-editor a.note-btn.btn-sm, .note-editor .wizard > .actions .disabled a.note-btn.btn-sm, .wizard > .actions .disabled a.btn-outline:hover, ul.wysihtml5-toolbar .wizard > .actions .disabled a:hover, .wizard > .actions .disabled ul.wysihtml5-toolbar a:hover, .wizard > .actions ul.wysihtml5-toolbar .disabled a:hover, .wizard > .actions .disabled .note-editor a.note-btn.btn-sm:hover, .note-editor .wizard > .actions .disabled a.note-btn.btn-sm:hover, .wizard > .actions .disabled a.btn-outline:active, ul.wysihtml5-toolbar .wizard > .actions .disabled a:active, .wizard > .actions .disabled ul.wysihtml5-toolbar a:active, .wizard > .actions ul.wysihtml5-toolbar .disabled a:active, .wizard > .actions .disabled .note-editor a.note-btn.btn-sm:active, .note-editor .wizard > .actions .disabled a.note-btn.btn-sm:active, .wizard > .actions a.btn-outline, ul.wysihtml5-toolbar .wizard > .actions a, .wizard > .actions ul.wysihtml5-toolbar a, .wizard > .actions .note-editor a.note-btn.btn-sm, .note-editor .wizard > .actions a.note-btn.btn-sm, .wizard > .actions a.btn-outline:hover, ul.wysihtml5-toolbar .wizard > .actions a:hover, .wizard > .actions ul.wysihtml5-toolbar a:hover, .wizard > .actions .note-editor a.note-btn.btn-sm:hover, .note-editor .wizard > .actions a.note-btn.btn-sm:hover, .wizard > .actions a.btn-outline:active, ul.wysihtml5-toolbar .wizard > .actions a:active, .wizard > .actions ul.wysihtml5-toolbar a:active, .wizard > .actions .note-editor a.note-btn.btn-sm:active, .note-editor .wizard > .actions a.note-btn.btn-sm:active, ul.wysihtml5-toolbar a.btn.btn-primary, ul.wysihtml5-toolbar .dt-buttons a.dt-button, .dt-buttons ul.wysihtml5-toolbar a.dt-button, ul.wysihtml5-toolbar .owl-theme .owl-nav a.btn-primary[class*="owl-"], .owl-theme .owl-nav ul.wysihtml5-toolbar a.btn-primary[class*="owl-"], ul.wysihtml5-toolbar a.btn-primary.fc-prev-button, ul.wysihtml5-toolbar a.btn-primary.fc-next-button, ul.wysihtml5-toolbar a.btn-primary.fc-today-button, .note-editor .btn.btn-primary.note-btn.btn-sm, .note-editor .dt-buttons .note-btn.btn-sm.dt-button, .dt-buttons .note-editor .note-btn.btn-sm.dt-button, .note-editor .tablesaw-sortable th.tablesaw-sortable-head button.btn-primary.note-btn.btn-sm, .tablesaw-sortable th.tablesaw-sortable-head .note-editor button.btn-primary.note-btn.btn-sm, .note-editor .sweet-alert button.btn-primary.note-btn.btn-sm, .sweet-alert .note-editor button.btn-primary.note-btn.btn-sm, .note-editor .owl-theme .owl-nav .btn-primary.note-btn.btn-sm[class*="owl-"], .owl-theme .owl-nav .note-editor .btn-primary.note-btn.btn-sm[class*="owl-"], .note-editor button.btn-primary.note-btn.btn-sm.fc-agendaDay-button.fc-state-default.fc-corner-right,
.note-editor button.btn-primary.note-btn.btn-sm.fc-month-button.fc-state-default.fc-corner-left,
.note-editor button.btn-primary.note-btn.btn-sm.fc-agendaWeek-button, .note-editor .btn-primary.note-btn.btn-sm.fc-prev-button, .note-editor .btn-primary.note-btn.btn-sm.fc-next-button, .note-editor .btn-primary.note-btn.btn-sm.fc-today-button, .dt-buttons .btn-outline.dt-button, .dt-buttons .tablesaw-sortable th.tablesaw-sortable-head button.dt-button, .tablesaw-sortable th.tablesaw-sortable-head .dt-buttons button.dt-button, .dt-buttons button.dt-button.fc-agendaDay-button.fc-state-default.fc-corner-right,
.dt-buttons button.dt-button.fc-month-button.fc-state-default.fc-corner-left,
.dt-buttons button.dt-button.fc-agendaWeek-button, .tablesaw-sortable th.tablesaw-sortable-head button.btn-primary, .sweet-alert button.btn-outline.btn-primary, .sweet-alert .note-editor .dt-buttons button.note-btn.btn-sm.dt-button, .note-editor .dt-buttons .sweet-alert button.note-btn.btn-sm.dt-button, .sweet-alert .dt-buttons .note-editor button.note-btn.btn-sm.dt-button, .dt-buttons .note-editor .sweet-alert button.note-btn.btn-sm.dt-button, .sweet-alert .dt-buttons button.btn-outline.dt-button, .dt-buttons .sweet-alert button.btn-outline.dt-button, .sweet-alert .dt-buttons .tablesaw-sortable th.tablesaw-sortable-head button.dt-button, .dt-buttons .tablesaw-sortable th.tablesaw-sortable-head .sweet-alert button.dt-button, .sweet-alert .tablesaw-sortable th.tablesaw-sortable-head .dt-buttons button.dt-button, .tablesaw-sortable th.tablesaw-sortable-head .dt-buttons .sweet-alert button.dt-button, .sweet-alert .dt-buttons button.dt-button.fc-agendaDay-button.fc-state-default.fc-corner-right, .dt-buttons .sweet-alert button.dt-button.fc-agendaDay-button.fc-state-default.fc-corner-right,
.sweet-alert .dt-buttons button.dt-button.fc-month-button.fc-state-default.fc-corner-left,
.dt-buttons .sweet-alert button.dt-button.fc-month-button.fc-state-default.fc-corner-left,
.sweet-alert .dt-buttons button.dt-button.fc-agendaWeek-button,
.dt-buttons .sweet-alert button.dt-button.fc-agendaWeek-button, .sweet-alert .tablesaw-sortable th.tablesaw-sortable-head button.btn-primary, .tablesaw-sortable th.tablesaw-sortable-head .sweet-alert button.btn-primary, .sweet-alert button.btn-primary.fc-agendaDay-button.fc-state-default.fc-corner-right,
.sweet-alert button.btn-primary.fc-month-button.fc-state-default.fc-corner-left,
.sweet-alert button.btn-primary.fc-agendaWeek-button, .owl-theme .owl-nav .btn-outline.btn-primary[class*="owl-"], .owl-theme .owl-nav .wizard > .actions a.btn-outline[class*="owl-"], .wizard > .actions .owl-theme .owl-nav a.btn-outline[class*="owl-"], .owl-theme .owl-nav .wizard > .actions .note-editor a[class*="owl-"].note-btn.btn-sm, .wizard > .actions .note-editor .owl-theme .owl-nav a[class*="owl-"].note-btn.btn-sm, .owl-theme .owl-nav .note-editor .wizard > .actions a[class*="owl-"].note-btn.btn-sm, .note-editor .wizard > .actions .owl-theme .owl-nav a[class*="owl-"].note-btn.btn-sm, .owl-theme .owl-nav ul.wysihtml5-toolbar a.btn-primary[class*="owl-"].btn, ul.wysihtml5-toolbar .owl-theme .owl-nav a.btn-primary[class*="owl-"].btn, .owl-theme .owl-nav ul.wysihtml5-toolbar .wizard > .actions a[class*="owl-"], ul.wysihtml5-toolbar .wizard > .actions .owl-theme .owl-nav a[class*="owl-"], .owl-theme .owl-nav .wizard > .actions ul.wysihtml5-toolbar a[class*="owl-"], .wizard > .actions ul.wysihtml5-toolbar .owl-theme .owl-nav a[class*="owl-"], .owl-theme .owl-nav ul.wysihtml5-toolbar .dt-buttons a[class*="owl-"].dt-button, ul.wysihtml5-toolbar .dt-buttons .owl-theme .owl-nav a[class*="owl-"].dt-button, .owl-theme .owl-nav .dt-buttons ul.wysihtml5-toolbar a[class*="owl-"].dt-button, .dt-buttons ul.wysihtml5-toolbar .owl-theme .owl-nav a[class*="owl-"].dt-button, .owl-theme .owl-nav .note-editor .dt-buttons [class*="owl-"].note-btn.btn-sm.dt-button, .note-editor .dt-buttons .owl-theme .owl-nav [class*="owl-"].note-btn.btn-sm.dt-button, .owl-theme .owl-nav .dt-buttons .note-editor [class*="owl-"].note-btn.btn-sm.dt-button, .dt-buttons .note-editor .owl-theme .owl-nav [class*="owl-"].note-btn.btn-sm.dt-button, .owl-theme .owl-nav .dt-buttons .btn-outline[class*="owl-"].dt-button, .dt-buttons .owl-theme .owl-nav .btn-outline[class*="owl-"].dt-button, .owl-theme .owl-nav .dt-buttons .tablesaw-sortable th.tablesaw-sortable-head button[class*="owl-"].dt-button, .dt-buttons .tablesaw-sortable th.tablesaw-sortable-head .owl-theme .owl-nav button[class*="owl-"].dt-button, .owl-theme .owl-nav .tablesaw-sortable th.tablesaw-sortable-head .dt-buttons button[class*="owl-"].dt-button, .tablesaw-sortable th.tablesaw-sortable-head .dt-buttons .owl-theme .owl-nav button[class*="owl-"].dt-button, .owl-theme .owl-nav .dt-buttons button[class*="owl-"].dt-button.fc-agendaDay-button.fc-state-default.fc-corner-right, .dt-buttons .owl-theme .owl-nav button[class*="owl-"].dt-button.fc-agendaDay-button.fc-state-default.fc-corner-right,
.owl-theme .owl-nav .dt-buttons button[class*="owl-"].dt-button.fc-month-button.fc-state-default.fc-corner-left,
.dt-buttons .owl-theme .owl-nav button[class*="owl-"].dt-button.fc-month-button.fc-state-default.fc-corner-left,
.owl-theme .owl-nav .dt-buttons button[class*="owl-"].dt-button.fc-agendaWeek-button,
.dt-buttons .owl-theme .owl-nav button[class*="owl-"].dt-button.fc-agendaWeek-button, .owl-theme .owl-nav .tablesaw-sortable th.tablesaw-sortable-head button.btn-primary[class*="owl-"], .tablesaw-sortable th.tablesaw-sortable-head .owl-theme .owl-nav button.btn-primary[class*="owl-"], .owl-theme .owl-nav button.btn-primary[class*="owl-"].fc-agendaDay-button.fc-state-default.fc-corner-right,
.owl-theme .owl-nav button.btn-primary[class*="owl-"].fc-month-button.fc-state-default.fc-corner-left,
.owl-theme .owl-nav button.btn-primary[class*="owl-"].fc-agendaWeek-button, button.btn-primary.fc-agendaDay-button.fc-state-default.fc-corner-right,
button.btn-primary.fc-month-button.fc-state-default.fc-corner-left,
button.btn-primary.fc-agendaWeek-button, .btn-outline.btn-primary.fc-prev-button, .wizard > .actions a.btn-outline.fc-prev-button, .wizard > .actions .note-editor a.fc-prev-button.note-btn.btn-sm, .note-editor .wizard > .actions a.fc-prev-button.note-btn.btn-sm, ul.wysihtml5-toolbar a.btn-primary.fc-prev-button.btn, ul.wysihtml5-toolbar .wizard > .actions a.fc-prev-button, .wizard > .actions ul.wysihtml5-toolbar a.fc-prev-button, ul.wysihtml5-toolbar .dt-buttons a.fc-prev-button.dt-button, .dt-buttons ul.wysihtml5-toolbar a.fc-prev-button.dt-button, .note-editor .dt-buttons .fc-prev-button.note-btn.btn-sm.dt-button, .dt-buttons .note-editor .fc-prev-button.note-btn.btn-sm.dt-button, .dt-buttons .btn-outline.fc-prev-button.dt-button, .dt-buttons .tablesaw-sortable th.tablesaw-sortable-head button.fc-prev-button.dt-button, .tablesaw-sortable th.tablesaw-sortable-head .dt-buttons button.fc-prev-button.dt-button, .dt-buttons button.fc-prev-button.dt-button.fc-agendaDay-button.fc-state-default.fc-corner-right,
.dt-buttons button.fc-prev-button.dt-button.fc-month-button.fc-state-default.fc-corner-left,
.dt-buttons button.fc-prev-button.dt-button.fc-agendaWeek-button, .tablesaw-sortable th.tablesaw-sortable-head button.btn-primary.fc-prev-button, button.btn-primary.fc-prev-button.fc-agendaDay-button.fc-state-default.fc-corner-right,
button.btn-primary.fc-prev-button.fc-month-button.fc-state-default.fc-corner-left,
button.btn-primary.fc-prev-button.fc-agendaWeek-button, .btn-outline.btn-primary.fc-next-button, .wizard > .actions a.btn-outline.fc-next-button, .wizard > .actions .note-editor a.fc-next-button.note-btn.btn-sm, .note-editor .wizard > .actions a.fc-next-button.note-btn.btn-sm, ul.wysihtml5-toolbar a.btn-primary.fc-next-button.btn, ul.wysihtml5-toolbar .wizard > .actions a.fc-next-button, .wizard > .actions ul.wysihtml5-toolbar a.fc-next-button, ul.wysihtml5-toolbar .dt-buttons a.fc-next-button.dt-button, .dt-buttons ul.wysihtml5-toolbar a.fc-next-button.dt-button, .note-editor .dt-buttons .fc-next-button.note-btn.btn-sm.dt-button, .dt-buttons .note-editor .fc-next-button.note-btn.btn-sm.dt-button, .dt-buttons .btn-outline.fc-next-button.dt-button, .dt-buttons .tablesaw-sortable th.tablesaw-sortable-head button.fc-next-button.dt-button, .tablesaw-sortable th.tablesaw-sortable-head .dt-buttons button.fc-next-button.dt-button, .dt-buttons button.fc-next-button.dt-button.fc-agendaDay-button.fc-state-default.fc-corner-right,
.dt-buttons button.fc-next-button.dt-button.fc-month-button.fc-state-default.fc-corner-left,
.dt-buttons button.fc-next-button.dt-button.fc-agendaWeek-button, .tablesaw-sortable th.tablesaw-sortable-head button.btn-primary.fc-next-button, button.btn-primary.fc-next-button.fc-agendaDay-button.fc-state-default.fc-corner-right,
button.btn-primary.fc-next-button.fc-month-button.fc-state-default.fc-corner-left,
button.btn-primary.fc-next-button.fc-agendaWeek-button, .btn-outline.btn-primary.fc-today-button, .wizard > .actions a.btn-outline.fc-today-button, .wizard > .actions .note-editor a.fc-today-button.note-btn.btn-sm, .note-editor .wizard > .actions a.fc-today-button.note-btn.btn-sm, ul.wysihtml5-toolbar a.btn-primary.fc-today-button.btn, ul.wysihtml5-toolbar .wizard > .actions a.fc-today-button, .wizard > .actions ul.wysihtml5-toolbar a.fc-today-button, ul.wysihtml5-toolbar .dt-buttons a.fc-today-button.dt-button, .dt-buttons ul.wysihtml5-toolbar a.fc-today-button.dt-button, .note-editor .dt-buttons .fc-today-button.note-btn.btn-sm.dt-button, .dt-buttons .note-editor .fc-today-button.note-btn.btn-sm.dt-button, .dt-buttons .btn-outline.fc-today-button.dt-button, .dt-buttons .tablesaw-sortable th.tablesaw-sortable-head button.fc-today-button.dt-button, .tablesaw-sortable th.tablesaw-sortable-head .dt-buttons button.fc-today-button.dt-button, .dt-buttons button.fc-today-button.dt-button.fc-agendaDay-button.fc-state-default.fc-corner-right,
.dt-buttons button.fc-today-button.dt-button.fc-month-button.fc-state-default.fc-corner-left,
.dt-buttons button.fc-today-button.dt-button.fc-agendaWeek-button, .tablesaw-sortable th.tablesaw-sortable-head button.btn-primary.fc-today-button, button.btn-primary.fc-today-button.fc-agendaDay-button.fc-state-default.fc-corner-right,
button.btn-primary.fc-today-button.fc-month-button.fc-state-default.fc-corner-left,
button.btn-primary.fc-today-button.fc-agendaWeek-button {
  border: solid 1px rgba(23, 126, 193, 0.5);
  color: #177ec1;
}
.btn.btn-outline.btn-primary:hover, .wizard > .actions .disabled a.btn-outline:hover, ul.wysihtml5-toolbar .wizard > .actions .disabled a:hover, .wizard > .actions .disabled ul.wysihtml5-toolbar a:hover, .wizard > .actions ul.wysihtml5-toolbar .disabled a:hover, .wizard > .actions .disabled .note-editor a.note-btn.btn-sm:hover, .note-editor .wizard > .actions .disabled a.note-btn.btn-sm:hover, .wizard > .actions .disabled a.btn-outline:hover:active, ul.wysihtml5-toolbar .wizard > .actions .disabled a:hover:active, .wizard > .actions .disabled ul.wysihtml5-toolbar a:hover:active, .wizard > .actions ul.wysihtml5-toolbar .disabled a:hover:active, .wizard > .actions .disabled .note-editor a.note-btn.btn-sm:hover:active, .note-editor .wizard > .actions .disabled a.note-btn.btn-sm:hover:active, .wizard > .actions a.btn-outline:hover, ul.wysihtml5-toolbar .wizard > .actions a:hover, .wizard > .actions ul.wysihtml5-toolbar a:hover, .wizard > .actions .note-editor a.note-btn.btn-sm:hover, .note-editor .wizard > .actions a.note-btn.btn-sm:hover, .wizard > .actions a.btn-outline:hover:active, ul.wysihtml5-toolbar .wizard > .actions a:hover:active, .wizard > .actions ul.wysihtml5-toolbar a:hover:active, .wizard > .actions .note-editor a.note-btn.btn-sm:hover:active, .note-editor .wizard > .actions a.note-btn.btn-sm:hover:active, ul.wysihtml5-toolbar a.btn.btn-primary:hover, ul.wysihtml5-toolbar .dt-buttons a.dt-button:hover, .dt-buttons ul.wysihtml5-toolbar a.dt-button:hover, ul.wysihtml5-toolbar .owl-theme .owl-nav a.btn-primary[class*="owl-"]:hover, .owl-theme .owl-nav ul.wysihtml5-toolbar a.btn-primary[class*="owl-"]:hover, ul.wysihtml5-toolbar a.btn-primary.fc-prev-button:hover, ul.wysihtml5-toolbar a.btn-primary.fc-next-button:hover, ul.wysihtml5-toolbar a.btn-primary.fc-today-button:hover, .note-editor .btn.btn-primary.note-btn.btn-sm:hover, .note-editor .dt-buttons .note-btn.btn-sm.dt-button:hover, .dt-buttons .note-editor .note-btn.btn-sm.dt-button:hover, .note-editor .tablesaw-sortable th.tablesaw-sortable-head button.btn-primary.note-btn.btn-sm:hover, .tablesaw-sortable th.tablesaw-sortable-head .note-editor button.btn-primary.note-btn.btn-sm:hover, .note-editor .sweet-alert button.btn-primary.note-btn.btn-sm:hover, .sweet-alert .note-editor button.btn-primary.note-btn.btn-sm:hover, .note-editor .owl-theme .owl-nav .btn-primary.note-btn.btn-sm[class*="owl-"]:hover, .owl-theme .owl-nav .note-editor .btn-primary.note-btn.btn-sm[class*="owl-"]:hover, .note-editor button.btn-primary.note-btn.btn-sm.fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
.note-editor button.btn-primary.note-btn.btn-sm.fc-month-button.fc-state-default.fc-corner-left:hover,
.note-editor button.btn-primary.note-btn.btn-sm.fc-agendaWeek-button:hover, .note-editor .btn-primary.note-btn.btn-sm.fc-prev-button:hover, .note-editor .btn-primary.note-btn.btn-sm.fc-next-button:hover, .note-editor .btn-primary.note-btn.btn-sm.fc-today-button:hover, .dt-buttons .btn-outline.dt-button:hover, .dt-buttons .tablesaw-sortable th.tablesaw-sortable-head button.dt-button:hover, .tablesaw-sortable th.tablesaw-sortable-head .dt-buttons button.dt-button:hover, .dt-buttons button.dt-button.fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
.dt-buttons button.dt-button.fc-month-button.fc-state-default.fc-corner-left:hover,
.dt-buttons button.dt-button.fc-agendaWeek-button:hover, .tablesaw-sortable th.tablesaw-sortable-head button.btn-primary:hover, .sweet-alert button.btn-outline.btn-primary:hover, .sweet-alert .note-editor .dt-buttons button.note-btn.btn-sm.dt-button:hover, .note-editor .dt-buttons .sweet-alert button.note-btn.btn-sm.dt-button:hover, .sweet-alert .dt-buttons .note-editor button.note-btn.btn-sm.dt-button:hover, .dt-buttons .note-editor .sweet-alert button.note-btn.btn-sm.dt-button:hover, .sweet-alert .dt-buttons button.btn-outline.dt-button:hover, .dt-buttons .sweet-alert button.btn-outline.dt-button:hover, .sweet-alert .dt-buttons .tablesaw-sortable th.tablesaw-sortable-head button.dt-button:hover, .dt-buttons .tablesaw-sortable th.tablesaw-sortable-head .sweet-alert button.dt-button:hover, .sweet-alert .tablesaw-sortable th.tablesaw-sortable-head .dt-buttons button.dt-button:hover, .tablesaw-sortable th.tablesaw-sortable-head .dt-buttons .sweet-alert button.dt-button:hover, .sweet-alert .dt-buttons button.dt-button.fc-agendaDay-button.fc-state-default.fc-corner-right:hover, .dt-buttons .sweet-alert button.dt-button.fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
.sweet-alert .dt-buttons button.dt-button.fc-month-button.fc-state-default.fc-corner-left:hover,
.dt-buttons .sweet-alert button.dt-button.fc-month-button.fc-state-default.fc-corner-left:hover,
.sweet-alert .dt-buttons button.dt-button.fc-agendaWeek-button:hover,
.dt-buttons .sweet-alert button.dt-button.fc-agendaWeek-button:hover, .sweet-alert .tablesaw-sortable th.tablesaw-sortable-head button.btn-primary:hover, .tablesaw-sortable th.tablesaw-sortable-head .sweet-alert button.btn-primary:hover, .sweet-alert button.btn-primary.fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
.sweet-alert button.btn-primary.fc-month-button.fc-state-default.fc-corner-left:hover,
.sweet-alert button.btn-primary.fc-agendaWeek-button:hover, .owl-theme .owl-nav .btn-outline.btn-primary[class*="owl-"]:hover, .owl-theme .owl-nav .wizard > .actions a.btn-outline[class*="owl-"]:hover, .wizard > .actions .owl-theme .owl-nav a.btn-outline[class*="owl-"]:hover, .owl-theme .owl-nav .wizard > .actions .note-editor a[class*="owl-"].note-btn.btn-sm:hover, .wizard > .actions .note-editor .owl-theme .owl-nav a[class*="owl-"].note-btn.btn-sm:hover, .owl-theme .owl-nav .note-editor .wizard > .actions a[class*="owl-"].note-btn.btn-sm:hover, .note-editor .wizard > .actions .owl-theme .owl-nav a[class*="owl-"].note-btn.btn-sm:hover, .owl-theme .owl-nav ul.wysihtml5-toolbar a.btn-primary[class*="owl-"].btn:hover, ul.wysihtml5-toolbar .owl-theme .owl-nav a.btn-primary[class*="owl-"].btn:hover, .owl-theme .owl-nav ul.wysihtml5-toolbar .wizard > .actions a[class*="owl-"]:hover, ul.wysihtml5-toolbar .wizard > .actions .owl-theme .owl-nav a[class*="owl-"]:hover, .owl-theme .owl-nav .wizard > .actions ul.wysihtml5-toolbar a[class*="owl-"]:hover, .wizard > .actions ul.wysihtml5-toolbar .owl-theme .owl-nav a[class*="owl-"]:hover, .owl-theme .owl-nav ul.wysihtml5-toolbar .dt-buttons a[class*="owl-"].dt-button:hover, ul.wysihtml5-toolbar .dt-buttons .owl-theme .owl-nav a[class*="owl-"].dt-button:hover, .owl-theme .owl-nav .dt-buttons ul.wysihtml5-toolbar a[class*="owl-"].dt-button:hover, .dt-buttons ul.wysihtml5-toolbar .owl-theme .owl-nav a[class*="owl-"].dt-button:hover, .owl-theme .owl-nav .note-editor .dt-buttons [class*="owl-"].note-btn.btn-sm.dt-button:hover, .note-editor .dt-buttons .owl-theme .owl-nav [class*="owl-"].note-btn.btn-sm.dt-button:hover, .owl-theme .owl-nav .dt-buttons .note-editor [class*="owl-"].note-btn.btn-sm.dt-button:hover, .dt-buttons .note-editor .owl-theme .owl-nav [class*="owl-"].note-btn.btn-sm.dt-button:hover, .owl-theme .owl-nav .dt-buttons .btn-outline[class*="owl-"].dt-button:hover, .dt-buttons .owl-theme .owl-nav .btn-outline[class*="owl-"].dt-button:hover, .owl-theme .owl-nav .dt-buttons .tablesaw-sortable th.tablesaw-sortable-head button[class*="owl-"].dt-button:hover, .dt-buttons .tablesaw-sortable th.tablesaw-sortable-head .owl-theme .owl-nav button[class*="owl-"].dt-button:hover, .owl-theme .owl-nav .tablesaw-sortable th.tablesaw-sortable-head .dt-buttons button[class*="owl-"].dt-button:hover, .tablesaw-sortable th.tablesaw-sortable-head .dt-buttons .owl-theme .owl-nav button[class*="owl-"].dt-button:hover, .owl-theme .owl-nav .dt-buttons button[class*="owl-"].dt-button.fc-agendaDay-button.fc-state-default.fc-corner-right:hover, .dt-buttons .owl-theme .owl-nav button[class*="owl-"].dt-button.fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
.owl-theme .owl-nav .dt-buttons button[class*="owl-"].dt-button.fc-month-button.fc-state-default.fc-corner-left:hover,
.dt-buttons .owl-theme .owl-nav button[class*="owl-"].dt-button.fc-month-button.fc-state-default.fc-corner-left:hover,
.owl-theme .owl-nav .dt-buttons button[class*="owl-"].dt-button.fc-agendaWeek-button:hover,
.dt-buttons .owl-theme .owl-nav button[class*="owl-"].dt-button.fc-agendaWeek-button:hover, .owl-theme .owl-nav .tablesaw-sortable th.tablesaw-sortable-head button.btn-primary[class*="owl-"]:hover, .tablesaw-sortable th.tablesaw-sortable-head .owl-theme .owl-nav button.btn-primary[class*="owl-"]:hover, .owl-theme .owl-nav button.btn-primary[class*="owl-"].fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
.owl-theme .owl-nav button.btn-primary[class*="owl-"].fc-month-button.fc-state-default.fc-corner-left:hover,
.owl-theme .owl-nav button.btn-primary[class*="owl-"].fc-agendaWeek-button:hover, button.btn-primary.fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
button.btn-primary.fc-month-button.fc-state-default.fc-corner-left:hover,
button.btn-primary.fc-agendaWeek-button:hover, .btn-outline.btn-primary.fc-prev-button:hover, .wizard > .actions a.btn-outline.fc-prev-button:hover, .wizard > .actions .note-editor a.fc-prev-button.note-btn.btn-sm:hover, .note-editor .wizard > .actions a.fc-prev-button.note-btn.btn-sm:hover, ul.wysihtml5-toolbar a.btn-primary.fc-prev-button.btn:hover, ul.wysihtml5-toolbar .wizard > .actions a.fc-prev-button:hover, .wizard > .actions ul.wysihtml5-toolbar a.fc-prev-button:hover, ul.wysihtml5-toolbar .dt-buttons a.fc-prev-button.dt-button:hover, .dt-buttons ul.wysihtml5-toolbar a.fc-prev-button.dt-button:hover, .note-editor .dt-buttons .fc-prev-button.note-btn.btn-sm.dt-button:hover, .dt-buttons .note-editor .fc-prev-button.note-btn.btn-sm.dt-button:hover, .dt-buttons .btn-outline.fc-prev-button.dt-button:hover, .dt-buttons .tablesaw-sortable th.tablesaw-sortable-head button.fc-prev-button.dt-button:hover, .tablesaw-sortable th.tablesaw-sortable-head .dt-buttons button.fc-prev-button.dt-button:hover, .dt-buttons button.fc-prev-button.dt-button.fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
.dt-buttons button.fc-prev-button.dt-button.fc-month-button.fc-state-default.fc-corner-left:hover,
.dt-buttons button.fc-prev-button.dt-button.fc-agendaWeek-button:hover, .tablesaw-sortable th.tablesaw-sortable-head button.btn-primary.fc-prev-button:hover, button.btn-primary.fc-prev-button.fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
button.btn-primary.fc-prev-button.fc-month-button.fc-state-default.fc-corner-left:hover,
button.btn-primary.fc-prev-button.fc-agendaWeek-button:hover, .btn-outline.btn-primary.fc-next-button:hover, .wizard > .actions a.btn-outline.fc-next-button:hover, .wizard > .actions .note-editor a.fc-next-button.note-btn.btn-sm:hover, .note-editor .wizard > .actions a.fc-next-button.note-btn.btn-sm:hover, ul.wysihtml5-toolbar a.btn-primary.fc-next-button.btn:hover, ul.wysihtml5-toolbar .wizard > .actions a.fc-next-button:hover, .wizard > .actions ul.wysihtml5-toolbar a.fc-next-button:hover, ul.wysihtml5-toolbar .dt-buttons a.fc-next-button.dt-button:hover, .dt-buttons ul.wysihtml5-toolbar a.fc-next-button.dt-button:hover, .note-editor .dt-buttons .fc-next-button.note-btn.btn-sm.dt-button:hover, .dt-buttons .note-editor .fc-next-button.note-btn.btn-sm.dt-button:hover, .dt-buttons .btn-outline.fc-next-button.dt-button:hover, .dt-buttons .tablesaw-sortable th.tablesaw-sortable-head button.fc-next-button.dt-button:hover, .tablesaw-sortable th.tablesaw-sortable-head .dt-buttons button.fc-next-button.dt-button:hover, .dt-buttons button.fc-next-button.dt-button.fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
.dt-buttons button.fc-next-button.dt-button.fc-month-button.fc-state-default.fc-corner-left:hover,
.dt-buttons button.fc-next-button.dt-button.fc-agendaWeek-button:hover, .tablesaw-sortable th.tablesaw-sortable-head button.btn-primary.fc-next-button:hover, button.btn-primary.fc-next-button.fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
button.btn-primary.fc-next-button.fc-month-button.fc-state-default.fc-corner-left:hover,
button.btn-primary.fc-next-button.fc-agendaWeek-button:hover, .btn-outline.btn-primary.fc-today-button:hover, .wizard > .actions a.btn-outline.fc-today-button:hover, .wizard > .actions .note-editor a.fc-today-button.note-btn.btn-sm:hover, .note-editor .wizard > .actions a.fc-today-button.note-btn.btn-sm:hover, ul.wysihtml5-toolbar a.btn-primary.fc-today-button.btn:hover, ul.wysihtml5-toolbar .wizard > .actions a.fc-today-button:hover, .wizard > .actions ul.wysihtml5-toolbar a.fc-today-button:hover, ul.wysihtml5-toolbar .dt-buttons a.fc-today-button.dt-button:hover, .dt-buttons ul.wysihtml5-toolbar a.fc-today-button.dt-button:hover, .note-editor .dt-buttons .fc-today-button.note-btn.btn-sm.dt-button:hover, .dt-buttons .note-editor .fc-today-button.note-btn.btn-sm.dt-button:hover, .dt-buttons .btn-outline.fc-today-button.dt-button:hover, .dt-buttons .tablesaw-sortable th.tablesaw-sortable-head button.fc-today-button.dt-button:hover, .tablesaw-sortable th.tablesaw-sortable-head .dt-buttons button.fc-today-button.dt-button:hover, .dt-buttons button.fc-today-button.dt-button.fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
.dt-buttons button.fc-today-button.dt-button.fc-month-button.fc-state-default.fc-corner-left:hover,
.dt-buttons button.fc-today-button.dt-button.fc-agendaWeek-button:hover, .tablesaw-sortable th.tablesaw-sortable-head button.btn-primary.fc-today-button:hover, button.btn-primary.fc-today-button.fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
button.btn-primary.fc-today-button.fc-month-button.fc-state-default.fc-corner-left:hover,
button.btn-primary.fc-today-button.fc-agendaWeek-button:hover, .btn.btn-outline.btn-primary:focus, .wizard > .actions .disabled a.btn-outline:focus, ul.wysihtml5-toolbar .wizard > .actions .disabled a:focus, .wizard > .actions .disabled ul.wysihtml5-toolbar a:focus, .wizard > .actions ul.wysihtml5-toolbar .disabled a:focus, .wizard > .actions .disabled .note-editor a.note-btn.btn-sm:focus, .note-editor .wizard > .actions .disabled a.note-btn.btn-sm:focus, .wizard > .actions .disabled a.btn-outline:focus:hover, ul.wysihtml5-toolbar .wizard > .actions .disabled a:focus:hover, .wizard > .actions .disabled ul.wysihtml5-toolbar a:focus:hover, .wizard > .actions ul.wysihtml5-toolbar .disabled a:focus:hover, .wizard > .actions .disabled .note-editor a.note-btn.btn-sm:focus:hover, .note-editor .wizard > .actions .disabled a.note-btn.btn-sm:focus:hover, .wizard > .actions .disabled a.btn-outline:focus:active, ul.wysihtml5-toolbar .wizard > .actions .disabled a:focus:active, .wizard > .actions .disabled ul.wysihtml5-toolbar a:focus:active, .wizard > .actions ul.wysihtml5-toolbar .disabled a:focus:active, .wizard > .actions .disabled .note-editor a.note-btn.btn-sm:focus:active, .note-editor .wizard > .actions .disabled a.note-btn.btn-sm:focus:active, .wizard > .actions a.btn-outline:focus, ul.wysihtml5-toolbar .wizard > .actions a:focus, .wizard > .actions ul.wysihtml5-toolbar a:focus, .wizard > .actions .note-editor a.note-btn.btn-sm:focus, .note-editor .wizard > .actions a.note-btn.btn-sm:focus, .wizard > .actions a.btn-outline:focus:hover, ul.wysihtml5-toolbar .wizard > .actions a:focus:hover, .wizard > .actions ul.wysihtml5-toolbar a:focus:hover, .wizard > .actions .note-editor a.note-btn.btn-sm:focus:hover, .note-editor .wizard > .actions a.note-btn.btn-sm:focus:hover, .wizard > .actions a.btn-outline:focus:active, ul.wysihtml5-toolbar .wizard > .actions a:focus:active, .wizard > .actions ul.wysihtml5-toolbar a:focus:active, .wizard > .actions .note-editor a.note-btn.btn-sm:focus:active, .note-editor .wizard > .actions a.note-btn.btn-sm:focus:active, ul.wysihtml5-toolbar a.btn.btn-primary:focus, ul.wysihtml5-toolbar .dt-buttons a.dt-button:focus, .dt-buttons ul.wysihtml5-toolbar a.dt-button:focus, ul.wysihtml5-toolbar .owl-theme .owl-nav a.btn-primary[class*="owl-"]:focus, .owl-theme .owl-nav ul.wysihtml5-toolbar a.btn-primary[class*="owl-"]:focus, ul.wysihtml5-toolbar a.btn-primary.fc-prev-button:focus, ul.wysihtml5-toolbar a.btn-primary.fc-next-button:focus, ul.wysihtml5-toolbar a.btn-primary.fc-today-button:focus, .note-editor .btn.btn-primary.note-btn.btn-sm:focus, .note-editor .dt-buttons .note-btn.btn-sm.dt-button:focus, .dt-buttons .note-editor .note-btn.btn-sm.dt-button:focus, .note-editor .tablesaw-sortable th.tablesaw-sortable-head button.btn-primary.note-btn.btn-sm:focus, .tablesaw-sortable th.tablesaw-sortable-head .note-editor button.btn-primary.note-btn.btn-sm:focus, .note-editor .sweet-alert button.btn-primary.note-btn.btn-sm:focus, .sweet-alert .note-editor button.btn-primary.note-btn.btn-sm:focus, .note-editor .owl-theme .owl-nav .btn-primary.note-btn.btn-sm[class*="owl-"]:focus, .owl-theme .owl-nav .note-editor .btn-primary.note-btn.btn-sm[class*="owl-"]:focus, .note-editor button.btn-primary.note-btn.btn-sm.fc-agendaDay-button.fc-state-default.fc-corner-right:focus,
.note-editor button.btn-primary.note-btn.btn-sm.fc-month-button.fc-state-default.fc-corner-left:focus,
.note-editor button.btn-primary.note-btn.btn-sm.fc-agendaWeek-button:focus, .note-editor .btn-primary.note-btn.btn-sm.fc-prev-button:focus, .note-editor .btn-primary.note-btn.btn-sm.fc-next-button:focus, .note-editor .btn-primary.note-btn.btn-sm.fc-today-button:focus, .dt-buttons .btn-outline.dt-button:focus, .dt-buttons .tablesaw-sortable th.tablesaw-sortable-head button.dt-button:focus, .tablesaw-sortable th.tablesaw-sortable-head .dt-buttons button.dt-button:focus, .dt-buttons button.dt-button.fc-agendaDay-button.fc-state-default.fc-corner-right:focus,
.dt-buttons button.dt-button.fc-month-button.fc-state-default.fc-corner-left:focus,
.dt-buttons button.dt-button.fc-agendaWeek-button:focus, .tablesaw-sortable th.tablesaw-sortable-head button.btn-primary:focus, .sweet-alert button.btn-outline.btn-primary:focus, .sweet-alert .note-editor .dt-buttons button.note-btn.btn-sm.dt-button:focus, .note-editor .dt-buttons .sweet-alert button.note-btn.btn-sm.dt-button:focus, .sweet-alert .dt-buttons .note-editor button.note-btn.btn-sm.dt-button:focus, .dt-buttons .note-editor .sweet-alert button.note-btn.btn-sm.dt-button:focus, .sweet-alert .dt-buttons button.btn-outline.dt-button:focus, .dt-buttons .sweet-alert button.btn-outline.dt-button:focus, .sweet-alert .dt-buttons .tablesaw-sortable th.tablesaw-sortable-head button.dt-button:focus, .dt-buttons .tablesaw-sortable th.tablesaw-sortable-head .sweet-alert button.dt-button:focus, .sweet-alert .tablesaw-sortable th.tablesaw-sortable-head .dt-buttons button.dt-button:focus, .tablesaw-sortable th.tablesaw-sortable-head .dt-buttons .sweet-alert button.dt-button:focus, .sweet-alert .dt-buttons button.dt-button.fc-agendaDay-button.fc-state-default.fc-corner-right:focus, .dt-buttons .sweet-alert button.dt-button.fc-agendaDay-button.fc-state-default.fc-corner-right:focus,
.sweet-alert .dt-buttons button.dt-button.fc-month-button.fc-state-default.fc-corner-left:focus,
.dt-buttons .sweet-alert button.dt-button.fc-month-button.fc-state-default.fc-corner-left:focus,
.sweet-alert .dt-buttons button.dt-button.fc-agendaWeek-button:focus,
.dt-buttons .sweet-alert button.dt-button.fc-agendaWeek-button:focus, .sweet-alert .tablesaw-sortable th.tablesaw-sortable-head button.btn-primary:focus, .tablesaw-sortable th.tablesaw-sortable-head .sweet-alert button.btn-primary:focus, .sweet-alert button.btn-primary.fc-agendaDay-button.fc-state-default.fc-corner-right:focus,
.sweet-alert button.btn-primary.fc-month-button.fc-state-default.fc-corner-left:focus,
.sweet-alert button.btn-primary.fc-agendaWeek-button:focus, .owl-theme .owl-nav .btn-outline.btn-primary[class*="owl-"]:focus, .owl-theme .owl-nav .wizard > .actions a.btn-outline[class*="owl-"]:focus, .wizard > .actions .owl-theme .owl-nav a.btn-outline[class*="owl-"]:focus, .owl-theme .owl-nav .wizard > .actions .note-editor a[class*="owl-"].note-btn.btn-sm:focus, .wizard > .actions .note-editor .owl-theme .owl-nav a[class*="owl-"].note-btn.btn-sm:focus, .owl-theme .owl-nav .note-editor .wizard > .actions a[class*="owl-"].note-btn.btn-sm:focus, .note-editor .wizard > .actions .owl-theme .owl-nav a[class*="owl-"].note-btn.btn-sm:focus, .owl-theme .owl-nav ul.wysihtml5-toolbar a.btn-primary[class*="owl-"].btn:focus, ul.wysihtml5-toolbar .owl-theme .owl-nav a.btn-primary[class*="owl-"].btn:focus, .owl-theme .owl-nav ul.wysihtml5-toolbar .wizard > .actions a[class*="owl-"]:focus, ul.wysihtml5-toolbar .wizard > .actions .owl-theme .owl-nav a[class*="owl-"]:focus, .owl-theme .owl-nav .wizard > .actions ul.wysihtml5-toolbar a[class*="owl-"]:focus, .wizard > .actions ul.wysihtml5-toolbar .owl-theme .owl-nav a[class*="owl-"]:focus, .owl-theme .owl-nav ul.wysihtml5-toolbar .dt-buttons a[class*="owl-"].dt-button:focus, ul.wysihtml5-toolbar .dt-buttons .owl-theme .owl-nav a[class*="owl-"].dt-button:focus, .owl-theme .owl-nav .dt-buttons ul.wysihtml5-toolbar a[class*="owl-"].dt-button:focus, .dt-buttons ul.wysihtml5-toolbar .owl-theme .owl-nav a[class*="owl-"].dt-button:focus, .owl-theme .owl-nav .note-editor .dt-buttons [class*="owl-"].note-btn.btn-sm.dt-button:focus, .note-editor .dt-buttons .owl-theme .owl-nav [class*="owl-"].note-btn.btn-sm.dt-button:focus, .owl-theme .owl-nav .dt-buttons .note-editor [class*="owl-"].note-btn.btn-sm.dt-button:focus, .dt-buttons .note-editor .owl-theme .owl-nav [class*="owl-"].note-btn.btn-sm.dt-button:focus, .owl-theme .owl-nav .dt-buttons .btn-outline[class*="owl-"].dt-button:focus, .dt-buttons .owl-theme .owl-nav .btn-outline[class*="owl-"].dt-button:focus, .owl-theme .owl-nav .dt-buttons .tablesaw-sortable th.tablesaw-sortable-head button[class*="owl-"].dt-button:focus, .dt-buttons .tablesaw-sortable th.tablesaw-sortable-head .owl-theme .owl-nav button[class*="owl-"].dt-button:focus, .owl-theme .owl-nav .tablesaw-sortable th.tablesaw-sortable-head .dt-buttons button[class*="owl-"].dt-button:focus, .tablesaw-sortable th.tablesaw-sortable-head .dt-buttons .owl-theme .owl-nav button[class*="owl-"].dt-button:focus, .owl-theme .owl-nav .dt-buttons button[class*="owl-"].dt-button.fc-agendaDay-button.fc-state-default.fc-corner-right:focus, .dt-buttons .owl-theme .owl-nav button[class*="owl-"].dt-button.fc-agendaDay-button.fc-state-default.fc-corner-right:focus,
.owl-theme .owl-nav .dt-buttons button[class*="owl-"].dt-button.fc-month-button.fc-state-default.fc-corner-left:focus,
.dt-buttons .owl-theme .owl-nav button[class*="owl-"].dt-button.fc-month-button.fc-state-default.fc-corner-left:focus,
.owl-theme .owl-nav .dt-buttons button[class*="owl-"].dt-button.fc-agendaWeek-button:focus,
.dt-buttons .owl-theme .owl-nav button[class*="owl-"].dt-button.fc-agendaWeek-button:focus, .owl-theme .owl-nav .tablesaw-sortable th.tablesaw-sortable-head button.btn-primary[class*="owl-"]:focus, .tablesaw-sortable th.tablesaw-sortable-head .owl-theme .owl-nav button.btn-primary[class*="owl-"]:focus, .owl-theme .owl-nav button.btn-primary[class*="owl-"].fc-agendaDay-button.fc-state-default.fc-corner-right:focus,
.owl-theme .owl-nav button.btn-primary[class*="owl-"].fc-month-button.fc-state-default.fc-corner-left:focus,
.owl-theme .owl-nav button.btn-primary[class*="owl-"].fc-agendaWeek-button:focus, button.btn-primary.fc-agendaDay-button.fc-state-default.fc-corner-right:focus,
button.btn-primary.fc-month-button.fc-state-default.fc-corner-left:focus,
button.btn-primary.fc-agendaWeek-button:focus, .btn-outline.btn-primary.fc-prev-button:focus, .wizard > .actions a.btn-outline.fc-prev-button:focus, .wizard > .actions .note-editor a.fc-prev-button.note-btn.btn-sm:focus, .note-editor .wizard > .actions a.fc-prev-button.note-btn.btn-sm:focus, ul.wysihtml5-toolbar a.btn-primary.fc-prev-button.btn:focus, ul.wysihtml5-toolbar .wizard > .actions a.fc-prev-button:focus, .wizard > .actions ul.wysihtml5-toolbar a.fc-prev-button:focus, ul.wysihtml5-toolbar .dt-buttons a.fc-prev-button.dt-button:focus, .dt-buttons ul.wysihtml5-toolbar a.fc-prev-button.dt-button:focus, .note-editor .dt-buttons .fc-prev-button.note-btn.btn-sm.dt-button:focus, .dt-buttons .note-editor .fc-prev-button.note-btn.btn-sm.dt-button:focus, .dt-buttons .btn-outline.fc-prev-button.dt-button:focus, .dt-buttons .tablesaw-sortable th.tablesaw-sortable-head button.fc-prev-button.dt-button:focus, .tablesaw-sortable th.tablesaw-sortable-head .dt-buttons button.fc-prev-button.dt-button:focus, .dt-buttons button.fc-prev-button.dt-button.fc-agendaDay-button.fc-state-default.fc-corner-right:focus,
.dt-buttons button.fc-prev-button.dt-button.fc-month-button.fc-state-default.fc-corner-left:focus,
.dt-buttons button.fc-prev-button.dt-button.fc-agendaWeek-button:focus, .tablesaw-sortable th.tablesaw-sortable-head button.btn-primary.fc-prev-button:focus, button.btn-primary.fc-prev-button.fc-agendaDay-button.fc-state-default.fc-corner-right:focus,
button.btn-primary.fc-prev-button.fc-month-button.fc-state-default.fc-corner-left:focus,
button.btn-primary.fc-prev-button.fc-agendaWeek-button:focus, .btn-outline.btn-primary.fc-next-button:focus, .wizard > .actions a.btn-outline.fc-next-button:focus, .wizard > .actions .note-editor a.fc-next-button.note-btn.btn-sm:focus, .note-editor .wizard > .actions a.fc-next-button.note-btn.btn-sm:focus, ul.wysihtml5-toolbar a.btn-primary.fc-next-button.btn:focus, ul.wysihtml5-toolbar .wizard > .actions a.fc-next-button:focus, .wizard > .actions ul.wysihtml5-toolbar a.fc-next-button:focus, ul.wysihtml5-toolbar .dt-buttons a.fc-next-button.dt-button:focus, .dt-buttons ul.wysihtml5-toolbar a.fc-next-button.dt-button:focus, .note-editor .dt-buttons .fc-next-button.note-btn.btn-sm.dt-button:focus, .dt-buttons .note-editor .fc-next-button.note-btn.btn-sm.dt-button:focus, .dt-buttons .btn-outline.fc-next-button.dt-button:focus, .dt-buttons .tablesaw-sortable th.tablesaw-sortable-head button.fc-next-button.dt-button:focus, .tablesaw-sortable th.tablesaw-sortable-head .dt-buttons button.fc-next-button.dt-button:focus, .dt-buttons button.fc-next-button.dt-button.fc-agendaDay-button.fc-state-default.fc-corner-right:focus,
.dt-buttons button.fc-next-button.dt-button.fc-month-button.fc-state-default.fc-corner-left:focus,
.dt-buttons button.fc-next-button.dt-button.fc-agendaWeek-button:focus, .tablesaw-sortable th.tablesaw-sortable-head button.btn-primary.fc-next-button:focus, button.btn-primary.fc-next-button.fc-agendaDay-button.fc-state-default.fc-corner-right:focus,
button.btn-primary.fc-next-button.fc-month-button.fc-state-default.fc-corner-left:focus,
button.btn-primary.fc-next-button.fc-agendaWeek-button:focus, .btn-outline.btn-primary.fc-today-button:focus, .wizard > .actions a.btn-outline.fc-today-button:focus, .wizard > .actions .note-editor a.fc-today-button.note-btn.btn-sm:focus, .note-editor .wizard > .actions a.fc-today-button.note-btn.btn-sm:focus, ul.wysihtml5-toolbar a.btn-primary.fc-today-button.btn:focus, ul.wysihtml5-toolbar .wizard > .actions a.fc-today-button:focus, .wizard > .actions ul.wysihtml5-toolbar a.fc-today-button:focus, ul.wysihtml5-toolbar .dt-buttons a.fc-today-button.dt-button:focus, .dt-buttons ul.wysihtml5-toolbar a.fc-today-button.dt-button:focus, .note-editor .dt-buttons .fc-today-button.note-btn.btn-sm.dt-button:focus, .dt-buttons .note-editor .fc-today-button.note-btn.btn-sm.dt-button:focus, .dt-buttons .btn-outline.fc-today-button.dt-button:focus, .dt-buttons .tablesaw-sortable th.tablesaw-sortable-head button.fc-today-button.dt-button:focus, .tablesaw-sortable th.tablesaw-sortable-head .dt-buttons button.fc-today-button.dt-button:focus, .dt-buttons button.fc-today-button.dt-button.fc-agendaDay-button.fc-state-default.fc-corner-right:focus,
.dt-buttons button.fc-today-button.dt-button.fc-month-button.fc-state-default.fc-corner-left:focus,
.dt-buttons button.fc-today-button.dt-button.fc-agendaWeek-button:focus, .tablesaw-sortable th.tablesaw-sortable-head button.btn-primary.fc-today-button:focus, button.btn-primary.fc-today-button.fc-agendaDay-button.fc-state-default.fc-corner-right:focus,
button.btn-primary.fc-today-button.fc-month-button.fc-state-default.fc-corner-left:focus,
button.btn-primary.fc-today-button.fc-agendaWeek-button:focus, .btn.btn-outline.btn-primary:active, .wizard > .actions .disabled a.btn-outline:active, ul.wysihtml5-toolbar .wizard > .actions .disabled a:active, .wizard > .actions .disabled ul.wysihtml5-toolbar a:active, .wizard > .actions ul.wysihtml5-toolbar .disabled a:active, .wizard > .actions .disabled .note-editor a.note-btn.btn-sm:active, .note-editor .wizard > .actions .disabled a.note-btn.btn-sm:active, .wizard > .actions .disabled a.btn-outline:active:hover, ul.wysihtml5-toolbar .wizard > .actions .disabled a:active:hover, .wizard > .actions .disabled ul.wysihtml5-toolbar a:active:hover, .wizard > .actions ul.wysihtml5-toolbar .disabled a:active:hover, .wizard > .actions .disabled .note-editor a.note-btn.btn-sm:active:hover, .note-editor .wizard > .actions .disabled a.note-btn.btn-sm:active:hover, .wizard > .actions a.btn-outline:active, ul.wysihtml5-toolbar .wizard > .actions a:active, .wizard > .actions ul.wysihtml5-toolbar a:active, .wizard > .actions .note-editor a.note-btn.btn-sm:active, .note-editor .wizard > .actions a.note-btn.btn-sm:active, .wizard > .actions a.btn-outline:active:hover, ul.wysihtml5-toolbar .wizard > .actions a:active:hover, .wizard > .actions ul.wysihtml5-toolbar a:active:hover, .wizard > .actions .note-editor a.note-btn.btn-sm:active:hover, .note-editor .wizard > .actions a.note-btn.btn-sm:active:hover, ul.wysihtml5-toolbar a.btn.btn-primary:active, ul.wysihtml5-toolbar .dt-buttons a.dt-button:active, .dt-buttons ul.wysihtml5-toolbar a.dt-button:active, ul.wysihtml5-toolbar .owl-theme .owl-nav a.btn-primary[class*="owl-"]:active, .owl-theme .owl-nav ul.wysihtml5-toolbar a.btn-primary[class*="owl-"]:active, ul.wysihtml5-toolbar a.btn-primary.fc-prev-button:active, ul.wysihtml5-toolbar a.btn-primary.fc-next-button:active, ul.wysihtml5-toolbar a.btn-primary.fc-today-button:active, .note-editor .btn.btn-primary.note-btn.btn-sm:active, .note-editor .dt-buttons .note-btn.btn-sm.dt-button:active, .dt-buttons .note-editor .note-btn.btn-sm.dt-button:active, .note-editor .tablesaw-sortable th.tablesaw-sortable-head button.btn-primary.note-btn.btn-sm:active, .tablesaw-sortable th.tablesaw-sortable-head .note-editor button.btn-primary.note-btn.btn-sm:active, .note-editor .sweet-alert button.btn-primary.note-btn.btn-sm:active, .sweet-alert .note-editor button.btn-primary.note-btn.btn-sm:active, .note-editor .owl-theme .owl-nav .btn-primary.note-btn.btn-sm[class*="owl-"]:active, .owl-theme .owl-nav .note-editor .btn-primary.note-btn.btn-sm[class*="owl-"]:active, .note-editor button.btn-primary.note-btn.btn-sm.fc-agendaDay-button.fc-state-default.fc-corner-right:active,
.note-editor button.btn-primary.note-btn.btn-sm.fc-month-button.fc-state-default.fc-corner-left:active,
.note-editor button.btn-primary.note-btn.btn-sm.fc-agendaWeek-button:active, .note-editor .btn-primary.note-btn.btn-sm.fc-prev-button:active, .note-editor .btn-primary.note-btn.btn-sm.fc-next-button:active, .note-editor .btn-primary.note-btn.btn-sm.fc-today-button:active, .dt-buttons .btn-outline.dt-button:active, .dt-buttons .tablesaw-sortable th.tablesaw-sortable-head button.dt-button:active, .tablesaw-sortable th.tablesaw-sortable-head .dt-buttons button.dt-button:active, .dt-buttons button.dt-button.fc-agendaDay-button.fc-state-default.fc-corner-right:active,
.dt-buttons button.dt-button.fc-month-button.fc-state-default.fc-corner-left:active,
.dt-buttons button.dt-button.fc-agendaWeek-button:active, .tablesaw-sortable th.tablesaw-sortable-head button.btn-primary:active, .sweet-alert button.btn-outline.btn-primary:active, .sweet-alert .note-editor .dt-buttons button.note-btn.btn-sm.dt-button:active, .note-editor .dt-buttons .sweet-alert button.note-btn.btn-sm.dt-button:active, .sweet-alert .dt-buttons .note-editor button.note-btn.btn-sm.dt-button:active, .dt-buttons .note-editor .sweet-alert button.note-btn.btn-sm.dt-button:active, .sweet-alert .dt-buttons button.btn-outline.dt-button:active, .dt-buttons .sweet-alert button.btn-outline.dt-button:active, .sweet-alert .dt-buttons .tablesaw-sortable th.tablesaw-sortable-head button.dt-button:active, .dt-buttons .tablesaw-sortable th.tablesaw-sortable-head .sweet-alert button.dt-button:active, .sweet-alert .tablesaw-sortable th.tablesaw-sortable-head .dt-buttons button.dt-button:active, .tablesaw-sortable th.tablesaw-sortable-head .dt-buttons .sweet-alert button.dt-button:active, .sweet-alert .dt-buttons button.dt-button.fc-agendaDay-button.fc-state-default.fc-corner-right:active, .dt-buttons .sweet-alert button.dt-button.fc-agendaDay-button.fc-state-default.fc-corner-right:active,
.sweet-alert .dt-buttons button.dt-button.fc-month-button.fc-state-default.fc-corner-left:active,
.dt-buttons .sweet-alert button.dt-button.fc-month-button.fc-state-default.fc-corner-left:active,
.sweet-alert .dt-buttons button.dt-button.fc-agendaWeek-button:active,
.dt-buttons .sweet-alert button.dt-button.fc-agendaWeek-button:active, .sweet-alert .tablesaw-sortable th.tablesaw-sortable-head button.btn-primary:active, .tablesaw-sortable th.tablesaw-sortable-head .sweet-alert button.btn-primary:active, .sweet-alert button.btn-primary.fc-agendaDay-button.fc-state-default.fc-corner-right:active,
.sweet-alert button.btn-primary.fc-month-button.fc-state-default.fc-corner-left:active,
.sweet-alert button.btn-primary.fc-agendaWeek-button:active, .owl-theme .owl-nav .btn-outline.btn-primary[class*="owl-"]:active, .owl-theme .owl-nav .wizard > .actions a.btn-outline[class*="owl-"]:active, .wizard > .actions .owl-theme .owl-nav a.btn-outline[class*="owl-"]:active, .owl-theme .owl-nav .wizard > .actions .note-editor a[class*="owl-"].note-btn.btn-sm:active, .wizard > .actions .note-editor .owl-theme .owl-nav a[class*="owl-"].note-btn.btn-sm:active, .owl-theme .owl-nav .note-editor .wizard > .actions a[class*="owl-"].note-btn.btn-sm:active, .note-editor .wizard > .actions .owl-theme .owl-nav a[class*="owl-"].note-btn.btn-sm:active, .owl-theme .owl-nav ul.wysihtml5-toolbar a.btn-primary[class*="owl-"].btn:active, ul.wysihtml5-toolbar .owl-theme .owl-nav a.btn-primary[class*="owl-"].btn:active, .owl-theme .owl-nav ul.wysihtml5-toolbar .wizard > .actions a[class*="owl-"]:active, ul.wysihtml5-toolbar .wizard > .actions .owl-theme .owl-nav a[class*="owl-"]:active, .owl-theme .owl-nav .wizard > .actions ul.wysihtml5-toolbar a[class*="owl-"]:active, .wizard > .actions ul.wysihtml5-toolbar .owl-theme .owl-nav a[class*="owl-"]:active, .owl-theme .owl-nav ul.wysihtml5-toolbar .dt-buttons a[class*="owl-"].dt-button:active, ul.wysihtml5-toolbar .dt-buttons .owl-theme .owl-nav a[class*="owl-"].dt-button:active, .owl-theme .owl-nav .dt-buttons ul.wysihtml5-toolbar a[class*="owl-"].dt-button:active, .dt-buttons ul.wysihtml5-toolbar .owl-theme .owl-nav a[class*="owl-"].dt-button:active, .owl-theme .owl-nav .note-editor .dt-buttons [class*="owl-"].note-btn.btn-sm.dt-button:active, .note-editor .dt-buttons .owl-theme .owl-nav [class*="owl-"].note-btn.btn-sm.dt-button:active, .owl-theme .owl-nav .dt-buttons .note-editor [class*="owl-"].note-btn.btn-sm.dt-button:active, .dt-buttons .note-editor .owl-theme .owl-nav [class*="owl-"].note-btn.btn-sm.dt-button:active, .owl-theme .owl-nav .dt-buttons .btn-outline[class*="owl-"].dt-button:active, .dt-buttons .owl-theme .owl-nav .btn-outline[class*="owl-"].dt-button:active, .owl-theme .owl-nav .dt-buttons .tablesaw-sortable th.tablesaw-sortable-head button[class*="owl-"].dt-button:active, .dt-buttons .tablesaw-sortable th.tablesaw-sortable-head .owl-theme .owl-nav button[class*="owl-"].dt-button:active, .owl-theme .owl-nav .tablesaw-sortable th.tablesaw-sortable-head .dt-buttons button[class*="owl-"].dt-button:active, .tablesaw-sortable th.tablesaw-sortable-head .dt-buttons .owl-theme .owl-nav button[class*="owl-"].dt-button:active, .owl-theme .owl-nav .dt-buttons button[class*="owl-"].dt-button.fc-agendaDay-button.fc-state-default.fc-corner-right:active, .dt-buttons .owl-theme .owl-nav button[class*="owl-"].dt-button.fc-agendaDay-button.fc-state-default.fc-corner-right:active,
.owl-theme .owl-nav .dt-buttons button[class*="owl-"].dt-button.fc-month-button.fc-state-default.fc-corner-left:active,
.dt-buttons .owl-theme .owl-nav button[class*="owl-"].dt-button.fc-month-button.fc-state-default.fc-corner-left:active,
.owl-theme .owl-nav .dt-buttons button[class*="owl-"].dt-button.fc-agendaWeek-button:active,
.dt-buttons .owl-theme .owl-nav button[class*="owl-"].dt-button.fc-agendaWeek-button:active, .owl-theme .owl-nav .tablesaw-sortable th.tablesaw-sortable-head button.btn-primary[class*="owl-"]:active, .tablesaw-sortable th.tablesaw-sortable-head .owl-theme .owl-nav button.btn-primary[class*="owl-"]:active, .owl-theme .owl-nav button.btn-primary[class*="owl-"].fc-agendaDay-button.fc-state-default.fc-corner-right:active,
.owl-theme .owl-nav button.btn-primary[class*="owl-"].fc-month-button.fc-state-default.fc-corner-left:active,
.owl-theme .owl-nav button.btn-primary[class*="owl-"].fc-agendaWeek-button:active, button.btn-primary.fc-agendaDay-button.fc-state-default.fc-corner-right:active,
button.btn-primary.fc-month-button.fc-state-default.fc-corner-left:active,
button.btn-primary.fc-agendaWeek-button:active, .btn-outline.btn-primary.fc-prev-button:active, .wizard > .actions a.btn-outline.fc-prev-button:active, .wizard > .actions .note-editor a.fc-prev-button.note-btn.btn-sm:active, .note-editor .wizard > .actions a.fc-prev-button.note-btn.btn-sm:active, ul.wysihtml5-toolbar a.btn-primary.fc-prev-button.btn:active, ul.wysihtml5-toolbar .wizard > .actions a.fc-prev-button:active, .wizard > .actions ul.wysihtml5-toolbar a.fc-prev-button:active, ul.wysihtml5-toolbar .dt-buttons a.fc-prev-button.dt-button:active, .dt-buttons ul.wysihtml5-toolbar a.fc-prev-button.dt-button:active, .note-editor .dt-buttons .fc-prev-button.note-btn.btn-sm.dt-button:active, .dt-buttons .note-editor .fc-prev-button.note-btn.btn-sm.dt-button:active, .dt-buttons .btn-outline.fc-prev-button.dt-button:active, .dt-buttons .tablesaw-sortable th.tablesaw-sortable-head button.fc-prev-button.dt-button:active, .tablesaw-sortable th.tablesaw-sortable-head .dt-buttons button.fc-prev-button.dt-button:active, .dt-buttons button.fc-prev-button.dt-button.fc-agendaDay-button.fc-state-default.fc-corner-right:active,
.dt-buttons button.fc-prev-button.dt-button.fc-month-button.fc-state-default.fc-corner-left:active,
.dt-buttons button.fc-prev-button.dt-button.fc-agendaWeek-button:active, .tablesaw-sortable th.tablesaw-sortable-head button.btn-primary.fc-prev-button:active, button.btn-primary.fc-prev-button.fc-agendaDay-button.fc-state-default.fc-corner-right:active,
button.btn-primary.fc-prev-button.fc-month-button.fc-state-default.fc-corner-left:active,
button.btn-primary.fc-prev-button.fc-agendaWeek-button:active, .btn-outline.btn-primary.fc-next-button:active, .wizard > .actions a.btn-outline.fc-next-button:active, .wizard > .actions .note-editor a.fc-next-button.note-btn.btn-sm:active, .note-editor .wizard > .actions a.fc-next-button.note-btn.btn-sm:active, ul.wysihtml5-toolbar a.btn-primary.fc-next-button.btn:active, ul.wysihtml5-toolbar .wizard > .actions a.fc-next-button:active, .wizard > .actions ul.wysihtml5-toolbar a.fc-next-button:active, ul.wysihtml5-toolbar .dt-buttons a.fc-next-button.dt-button:active, .dt-buttons ul.wysihtml5-toolbar a.fc-next-button.dt-button:active, .note-editor .dt-buttons .fc-next-button.note-btn.btn-sm.dt-button:active, .dt-buttons .note-editor .fc-next-button.note-btn.btn-sm.dt-button:active, .dt-buttons .btn-outline.fc-next-button.dt-button:active, .dt-buttons .tablesaw-sortable th.tablesaw-sortable-head button.fc-next-button.dt-button:active, .tablesaw-sortable th.tablesaw-sortable-head .dt-buttons button.fc-next-button.dt-button:active, .dt-buttons button.fc-next-button.dt-button.fc-agendaDay-button.fc-state-default.fc-corner-right:active,
.dt-buttons button.fc-next-button.dt-button.fc-month-button.fc-state-default.fc-corner-left:active,
.dt-buttons button.fc-next-button.dt-button.fc-agendaWeek-button:active, .tablesaw-sortable th.tablesaw-sortable-head button.btn-primary.fc-next-button:active, button.btn-primary.fc-next-button.fc-agendaDay-button.fc-state-default.fc-corner-right:active,
button.btn-primary.fc-next-button.fc-month-button.fc-state-default.fc-corner-left:active,
button.btn-primary.fc-next-button.fc-agendaWeek-button:active, .btn-outline.btn-primary.fc-today-button:active, .wizard > .actions a.btn-outline.fc-today-button:active, .wizard > .actions .note-editor a.fc-today-button.note-btn.btn-sm:active, .note-editor .wizard > .actions a.fc-today-button.note-btn.btn-sm:active, ul.wysihtml5-toolbar a.btn-primary.fc-today-button.btn:active, ul.wysihtml5-toolbar .wizard > .actions a.fc-today-button:active, .wizard > .actions ul.wysihtml5-toolbar a.fc-today-button:active, ul.wysihtml5-toolbar .dt-buttons a.fc-today-button.dt-button:active, .dt-buttons ul.wysihtml5-toolbar a.fc-today-button.dt-button:active, .note-editor .dt-buttons .fc-today-button.note-btn.btn-sm.dt-button:active, .dt-buttons .note-editor .fc-today-button.note-btn.btn-sm.dt-button:active, .dt-buttons .btn-outline.fc-today-button.dt-button:active, .dt-buttons .tablesaw-sortable th.tablesaw-sortable-head button.fc-today-button.dt-button:active, .tablesaw-sortable th.tablesaw-sortable-head .dt-buttons button.fc-today-button.dt-button:active, .dt-buttons button.fc-today-button.dt-button.fc-agendaDay-button.fc-state-default.fc-corner-right:active,
.dt-buttons button.fc-today-button.dt-button.fc-month-button.fc-state-default.fc-corner-left:active,
.dt-buttons button.fc-today-button.dt-button.fc-agendaWeek-button:active, .tablesaw-sortable th.tablesaw-sortable-head button.btn-primary.fc-today-button:active, button.btn-primary.fc-today-button.fc-agendaDay-button.fc-state-default.fc-corner-right:active,
button.btn-primary.fc-today-button.fc-month-button.fc-state-default.fc-corner-left:active,
button.btn-primary.fc-today-button.fc-agendaWeek-button:active {
  border: solid 1px #177ec1;
}
.btn.btn-outline.btn-success, .wizard > .actions .disabled a.btn-outline.btn-success, .wizard > .actions .disabled ul.wysihtml5-toolbar a.btn-success.btn, ul.wysihtml5-toolbar .wizard > .actions .disabled a.btn-success.btn, .wizard > .actions .disabled ul.wysihtml5-toolbar a.fc-prev-button, ul.wysihtml5-toolbar .wizard > .actions .disabled a.fc-prev-button, .wizard > .actions .disabled ul.wysihtml5-toolbar a.fc-next-button, ul.wysihtml5-toolbar .wizard > .actions .disabled a.fc-next-button, .wizard > .actions .disabled ul.wysihtml5-toolbar a.fc-today-button, ul.wysihtml5-toolbar .wizard > .actions .disabled a.fc-today-button, .wizard > .actions .disabled .note-editor a.btn-success.note-btn.btn-sm, .note-editor .wizard > .actions .disabled a.btn-success.note-btn.btn-sm, .wizard > .actions .disabled .note-editor a.note-btn.btn-sm.fc-prev-button, .note-editor .wizard > .actions .disabled a.note-btn.btn-sm.fc-prev-button, .wizard > .actions .disabled .note-editor a.note-btn.btn-sm.fc-next-button, .note-editor .wizard > .actions .disabled a.note-btn.btn-sm.fc-next-button, .wizard > .actions .disabled .note-editor a.note-btn.btn-sm.fc-today-button, .note-editor .wizard > .actions .disabled a.note-btn.btn-sm.fc-today-button, .wizard > .actions .disabled a.btn-outline.fc-prev-button, .wizard > .actions .disabled a.btn-outline.fc-next-button, .wizard > .actions .disabled a.btn-outline.fc-today-button, .wizard > .actions .disabled a.btn-outline.btn-success:hover, .wizard > .actions .disabled ul.wysihtml5-toolbar a.btn-success.btn:hover, ul.wysihtml5-toolbar .wizard > .actions .disabled a.btn-success.btn:hover, .wizard > .actions .disabled ul.wysihtml5-toolbar a.fc-prev-button:hover, ul.wysihtml5-toolbar .wizard > .actions .disabled a.fc-prev-button:hover, .wizard > .actions .disabled ul.wysihtml5-toolbar a.fc-next-button:hover, ul.wysihtml5-toolbar .wizard > .actions .disabled a.fc-next-button:hover, .wizard > .actions .disabled ul.wysihtml5-toolbar a.fc-today-button:hover, ul.wysihtml5-toolbar .wizard > .actions .disabled a.fc-today-button:hover, .wizard > .actions .disabled .note-editor a.btn-success.note-btn.btn-sm:hover, .note-editor .wizard > .actions .disabled a.btn-success.note-btn.btn-sm:hover, .wizard > .actions .disabled .note-editor a.note-btn.btn-sm.fc-prev-button:hover, .note-editor .wizard > .actions .disabled a.note-btn.btn-sm.fc-prev-button:hover, .wizard > .actions .disabled .note-editor a.note-btn.btn-sm.fc-next-button:hover, .note-editor .wizard > .actions .disabled a.note-btn.btn-sm.fc-next-button:hover, .wizard > .actions .disabled .note-editor a.note-btn.btn-sm.fc-today-button:hover, .note-editor .wizard > .actions .disabled a.note-btn.btn-sm.fc-today-button:hover, .wizard > .actions .disabled a.btn-outline.fc-prev-button:hover, .wizard > .actions .disabled a.btn-outline.fc-next-button:hover, .wizard > .actions .disabled a.btn-outline.fc-today-button:hover, .wizard > .actions .disabled a.btn-outline.btn-success:active, .wizard > .actions .disabled ul.wysihtml5-toolbar a.btn-success.btn:active, ul.wysihtml5-toolbar .wizard > .actions .disabled a.btn-success.btn:active, .wizard > .actions .disabled ul.wysihtml5-toolbar a.fc-prev-button:active, ul.wysihtml5-toolbar .wizard > .actions .disabled a.fc-prev-button:active, .wizard > .actions .disabled ul.wysihtml5-toolbar a.fc-next-button:active, ul.wysihtml5-toolbar .wizard > .actions .disabled a.fc-next-button:active, .wizard > .actions .disabled ul.wysihtml5-toolbar a.fc-today-button:active, ul.wysihtml5-toolbar .wizard > .actions .disabled a.fc-today-button:active, .wizard > .actions .disabled .note-editor a.btn-success.note-btn.btn-sm:active, .note-editor .wizard > .actions .disabled a.btn-success.note-btn.btn-sm:active, .wizard > .actions .disabled .note-editor a.note-btn.btn-sm.fc-prev-button:active, .note-editor .wizard > .actions .disabled a.note-btn.btn-sm.fc-prev-button:active, .wizard > .actions .disabled .note-editor a.note-btn.btn-sm.fc-next-button:active, .note-editor .wizard > .actions .disabled a.note-btn.btn-sm.fc-next-button:active, .wizard > .actions .disabled .note-editor a.note-btn.btn-sm.fc-today-button:active, .note-editor .wizard > .actions .disabled a.note-btn.btn-sm.fc-today-button:active, .wizard > .actions .disabled a.btn-outline.fc-prev-button:active, .wizard > .actions .disabled a.btn-outline.fc-next-button:active, .wizard > .actions .disabled a.btn-outline.fc-today-button:active, .wizard > .actions a.btn-outline.btn-success, .wizard > .actions ul.wysihtml5-toolbar a.btn-success.btn, ul.wysihtml5-toolbar .wizard > .actions a.btn-success.btn, .wizard > .actions ul.wysihtml5-toolbar a.fc-prev-button, ul.wysihtml5-toolbar .wizard > .actions a.fc-prev-button, .wizard > .actions ul.wysihtml5-toolbar a.fc-next-button, ul.wysihtml5-toolbar .wizard > .actions a.fc-next-button, .wizard > .actions ul.wysihtml5-toolbar a.fc-today-button, ul.wysihtml5-toolbar .wizard > .actions a.fc-today-button, .wizard > .actions .note-editor a.btn-success.note-btn.btn-sm, .note-editor .wizard > .actions a.btn-success.note-btn.btn-sm, .wizard > .actions .note-editor a.note-btn.btn-sm.fc-prev-button, .note-editor .wizard > .actions a.note-btn.btn-sm.fc-prev-button, .wizard > .actions .note-editor a.note-btn.btn-sm.fc-next-button, .note-editor .wizard > .actions a.note-btn.btn-sm.fc-next-button, .wizard > .actions .note-editor a.note-btn.btn-sm.fc-today-button, .note-editor .wizard > .actions a.note-btn.btn-sm.fc-today-button, .wizard > .actions a.btn-outline.fc-prev-button, .wizard > .actions a.btn-outline.fc-next-button, .wizard > .actions a.btn-outline.fc-today-button, .wizard > .actions a.btn-outline.btn-success:hover, .wizard > .actions ul.wysihtml5-toolbar a.btn-success.btn:hover, ul.wysihtml5-toolbar .wizard > .actions a.btn-success.btn:hover, .wizard > .actions ul.wysihtml5-toolbar a.fc-prev-button:hover, ul.wysihtml5-toolbar .wizard > .actions a.fc-prev-button:hover, .wizard > .actions ul.wysihtml5-toolbar a.fc-next-button:hover, ul.wysihtml5-toolbar .wizard > .actions a.fc-next-button:hover, .wizard > .actions ul.wysihtml5-toolbar a.fc-today-button:hover, ul.wysihtml5-toolbar .wizard > .actions a.fc-today-button:hover, .wizard > .actions .note-editor a.btn-success.note-btn.btn-sm:hover, .note-editor .wizard > .actions a.btn-success.note-btn.btn-sm:hover, .wizard > .actions .note-editor a.note-btn.btn-sm.fc-prev-button:hover, .note-editor .wizard > .actions a.note-btn.btn-sm.fc-prev-button:hover, .wizard > .actions .note-editor a.note-btn.btn-sm.fc-next-button:hover, .note-editor .wizard > .actions a.note-btn.btn-sm.fc-next-button:hover, .wizard > .actions .note-editor a.note-btn.btn-sm.fc-today-button:hover, .note-editor .wizard > .actions a.note-btn.btn-sm.fc-today-button:hover, .wizard > .actions a.btn-outline.fc-prev-button:hover, .wizard > .actions a.btn-outline.fc-next-button:hover, .wizard > .actions a.btn-outline.fc-today-button:hover, .wizard > .actions a.btn-outline.btn-success:active, .wizard > .actions ul.wysihtml5-toolbar a.btn-success.btn:active, ul.wysihtml5-toolbar .wizard > .actions a.btn-success.btn:active, .wizard > .actions ul.wysihtml5-toolbar a.fc-prev-button:active, ul.wysihtml5-toolbar .wizard > .actions a.fc-prev-button:active, .wizard > .actions ul.wysihtml5-toolbar a.fc-next-button:active, ul.wysihtml5-toolbar .wizard > .actions a.fc-next-button:active, .wizard > .actions ul.wysihtml5-toolbar a.fc-today-button:active, ul.wysihtml5-toolbar .wizard > .actions a.fc-today-button:active, .wizard > .actions .note-editor a.btn-success.note-btn.btn-sm:active, .note-editor .wizard > .actions a.btn-success.note-btn.btn-sm:active, .wizard > .actions .note-editor a.note-btn.btn-sm.fc-prev-button:active, .note-editor .wizard > .actions a.note-btn.btn-sm.fc-prev-button:active, .wizard > .actions .note-editor a.note-btn.btn-sm.fc-next-button:active, .note-editor .wizard > .actions a.note-btn.btn-sm.fc-next-button:active, .wizard > .actions .note-editor a.note-btn.btn-sm.fc-today-button:active, .note-editor .wizard > .actions a.note-btn.btn-sm.fc-today-button:active, .wizard > .actions a.btn-outline.fc-prev-button:active, .wizard > .actions a.btn-outline.fc-next-button:active, .wizard > .actions a.btn-outline.fc-today-button:active, ul.wysihtml5-toolbar a.btn.btn-success, ul.wysihtml5-toolbar .wizard > .actions a.btn-success, .wizard > .actions ul.wysihtml5-toolbar a.btn-success, ul.wysihtml5-toolbar .dt-buttons a.btn-success.dt-button, .dt-buttons ul.wysihtml5-toolbar a.btn-success.dt-button, ul.wysihtml5-toolbar .owl-theme .owl-nav a.btn-success[class*="owl-"], .owl-theme .owl-nav ul.wysihtml5-toolbar a.btn-success[class*="owl-"], ul.wysihtml5-toolbar .owl-theme .owl-nav a[class*="owl-"].fc-prev-button, .owl-theme .owl-nav ul.wysihtml5-toolbar a[class*="owl-"].fc-prev-button, ul.wysihtml5-toolbar .owl-theme .owl-nav a[class*="owl-"].fc-next-button, .owl-theme .owl-nav ul.wysihtml5-toolbar a[class*="owl-"].fc-next-button, ul.wysihtml5-toolbar .owl-theme .owl-nav a[class*="owl-"].fc-today-button, .owl-theme .owl-nav ul.wysihtml5-toolbar a[class*="owl-"].fc-today-button, ul.wysihtml5-toolbar a.fc-prev-button, ul.wysihtml5-toolbar a.fc-next-button, ul.wysihtml5-toolbar a.fc-today-button, .note-editor .btn.btn-success.note-btn.btn-sm, .note-editor .dt-buttons .btn-success.note-btn.btn-sm.dt-button, .dt-buttons .note-editor .btn-success.note-btn.btn-sm.dt-button, .note-editor .tablesaw-sortable th.tablesaw-sortable-head button.btn-success.note-btn.btn-sm, .tablesaw-sortable th.tablesaw-sortable-head .note-editor button.btn-success.note-btn.btn-sm, .note-editor .sweet-alert button.btn-success.note-btn.btn-sm, .sweet-alert .note-editor button.btn-success.note-btn.btn-sm, .note-editor .owl-theme .owl-nav .btn-success.note-btn.btn-sm[class*="owl-"], .owl-theme .owl-nav .note-editor .btn-success.note-btn.btn-sm[class*="owl-"], .note-editor button.note-btn.btn-sm.fc-agendaDay-button.fc-state-default.fc-corner-right,
.note-editor button.note-btn.btn-sm.fc-month-button.fc-state-default.fc-corner-left,
.note-editor button.note-btn.btn-sm.fc-agendaWeek-button, .note-editor .note-btn.btn-sm.fc-prev-button, .note-editor .note-btn.btn-sm.fc-next-button, .note-editor .note-btn.btn-sm.fc-today-button, .dt-buttons .btn-outline.btn-success.dt-button, .dt-buttons ul.wysihtml5-toolbar a.btn-success.dt-button.btn, ul.wysihtml5-toolbar .dt-buttons a.btn-success.dt-button.btn, .dt-buttons ul.wysihtml5-toolbar a.dt-button.fc-prev-button, ul.wysihtml5-toolbar .dt-buttons a.dt-button.fc-prev-button, .dt-buttons ul.wysihtml5-toolbar a.dt-button.fc-next-button, ul.wysihtml5-toolbar .dt-buttons a.dt-button.fc-next-button, .dt-buttons ul.wysihtml5-toolbar a.dt-button.fc-today-button, ul.wysihtml5-toolbar .dt-buttons a.dt-button.fc-today-button, .dt-buttons .note-editor .dt-button.note-btn.btn-sm.fc-prev-button, .note-editor .dt-buttons .dt-button.note-btn.btn-sm.fc-prev-button, .dt-buttons .note-editor .dt-button.note-btn.btn-sm.fc-next-button, .note-editor .dt-buttons .dt-button.note-btn.btn-sm.fc-next-button, .dt-buttons .note-editor .dt-button.note-btn.btn-sm.fc-today-button, .note-editor .dt-buttons .dt-button.note-btn.btn-sm.fc-today-button, .dt-buttons .tablesaw-sortable th.tablesaw-sortable-head button.btn-success.dt-button, .tablesaw-sortable th.tablesaw-sortable-head .dt-buttons button.btn-success.dt-button, .dt-buttons .tablesaw-sortable th.tablesaw-sortable-head button.dt-button.fc-prev-button, .tablesaw-sortable th.tablesaw-sortable-head .dt-buttons button.dt-button.fc-prev-button, .dt-buttons .tablesaw-sortable th.tablesaw-sortable-head button.dt-button.fc-next-button, .tablesaw-sortable th.tablesaw-sortable-head .dt-buttons button.dt-button.fc-next-button, .dt-buttons .tablesaw-sortable th.tablesaw-sortable-head button.dt-button.fc-today-button, .tablesaw-sortable th.tablesaw-sortable-head .dt-buttons button.dt-button.fc-today-button, .dt-buttons button.dt-button.fc-agendaDay-button.fc-state-default.fc-corner-right,
.dt-buttons button.dt-button.fc-month-button.fc-state-default.fc-corner-left,
.dt-buttons button.dt-button.fc-agendaWeek-button, .dt-buttons .btn-outline.dt-button.fc-prev-button, .dt-buttons .btn-outline.dt-button.fc-next-button, .dt-buttons .btn-outline.dt-button.fc-today-button, .tablesaw-sortable th.tablesaw-sortable-head button.btn-success, .tablesaw-sortable th.tablesaw-sortable-head button.fc-agendaDay-button.fc-state-default.fc-corner-right,
.tablesaw-sortable th.tablesaw-sortable-head button.fc-month-button.fc-state-default.fc-corner-left,
.tablesaw-sortable th.tablesaw-sortable-head button.fc-agendaWeek-button, .tablesaw-sortable th.tablesaw-sortable-head button.fc-prev-button, .tablesaw-sortable th.tablesaw-sortable-head button.fc-next-button, .tablesaw-sortable th.tablesaw-sortable-head button.fc-today-button, .sweet-alert button.btn-outline.btn-success,
.sweet-alert .note-editor button.note-btn.btn-sm.fc-agendaWeek-button,
.note-editor .sweet-alert button.note-btn.btn-sm.fc-agendaWeek-button, .sweet-alert .note-editor button.note-btn.btn-sm.fc-prev-button, .note-editor .sweet-alert button.note-btn.btn-sm.fc-prev-button, .sweet-alert .note-editor button.note-btn.btn-sm.fc-next-button, .note-editor .sweet-alert button.note-btn.btn-sm.fc-next-button, .sweet-alert .note-editor button.note-btn.btn-sm.fc-today-button, .note-editor .sweet-alert button.note-btn.btn-sm.fc-today-button, .sweet-alert .tablesaw-sortable th.tablesaw-sortable-head button.btn-success, .tablesaw-sortable th.tablesaw-sortable-head .sweet-alert button.btn-success,
.sweet-alert .tablesaw-sortable th.tablesaw-sortable-head button.fc-agendaWeek-button,
.tablesaw-sortable th.tablesaw-sortable-head .sweet-alert button.fc-agendaWeek-button, .sweet-alert .tablesaw-sortable th.tablesaw-sortable-head button.fc-prev-button, .tablesaw-sortable th.tablesaw-sortable-head .sweet-alert button.fc-prev-button, .sweet-alert .tablesaw-sortable th.tablesaw-sortable-head button.fc-next-button, .tablesaw-sortable th.tablesaw-sortable-head .sweet-alert button.fc-next-button, .sweet-alert .tablesaw-sortable th.tablesaw-sortable-head button.fc-today-button, .tablesaw-sortable th.tablesaw-sortable-head .sweet-alert button.fc-today-button, .sweet-alert button.fc-agendaDay-button.fc-state-default.fc-corner-right,
.sweet-alert button.fc-month-button.fc-state-default.fc-corner-left,
.sweet-alert button.fc-agendaWeek-button, .sweet-alert button.btn-outline.fc-prev-button, .sweet-alert button.btn-outline.fc-next-button, .sweet-alert button.btn-outline.fc-today-button, .owl-theme .owl-nav .btn-outline.btn-success[class*="owl-"], .owl-theme .owl-nav ul.wysihtml5-toolbar a.btn-success[class*="owl-"].btn, ul.wysihtml5-toolbar .owl-theme .owl-nav a.btn-success[class*="owl-"].btn, .owl-theme .owl-nav .note-editor [class*="owl-"].note-btn.btn-sm.fc-prev-button, .note-editor .owl-theme .owl-nav [class*="owl-"].note-btn.btn-sm.fc-prev-button, .owl-theme .owl-nav .note-editor [class*="owl-"].note-btn.btn-sm.fc-next-button, .note-editor .owl-theme .owl-nav [class*="owl-"].note-btn.btn-sm.fc-next-button, .owl-theme .owl-nav .note-editor [class*="owl-"].note-btn.btn-sm.fc-today-button, .note-editor .owl-theme .owl-nav [class*="owl-"].note-btn.btn-sm.fc-today-button, .owl-theme .owl-nav .tablesaw-sortable th.tablesaw-sortable-head button.btn-success[class*="owl-"], .tablesaw-sortable th.tablesaw-sortable-head .owl-theme .owl-nav button.btn-success[class*="owl-"], .owl-theme .owl-nav .tablesaw-sortable th.tablesaw-sortable-head button[class*="owl-"].fc-prev-button, .tablesaw-sortable th.tablesaw-sortable-head .owl-theme .owl-nav button[class*="owl-"].fc-prev-button, .owl-theme .owl-nav .tablesaw-sortable th.tablesaw-sortable-head button[class*="owl-"].fc-next-button, .tablesaw-sortable th.tablesaw-sortable-head .owl-theme .owl-nav button[class*="owl-"].fc-next-button, .owl-theme .owl-nav .tablesaw-sortable th.tablesaw-sortable-head button[class*="owl-"].fc-today-button, .tablesaw-sortable th.tablesaw-sortable-head .owl-theme .owl-nav button[class*="owl-"].fc-today-button, .owl-theme .owl-nav button[class*="owl-"].fc-agendaDay-button.fc-state-default.fc-corner-right,
.owl-theme .owl-nav button[class*="owl-"].fc-month-button.fc-state-default.fc-corner-left,
.owl-theme .owl-nav button[class*="owl-"].fc-agendaWeek-button, .owl-theme .owl-nav .btn-outline[class*="owl-"].fc-prev-button, .owl-theme .owl-nav .btn-outline[class*="owl-"].fc-next-button, .owl-theme .owl-nav .btn-outline[class*="owl-"].fc-today-button, button.fc-agendaDay-button.fc-state-default.fc-corner-right,
button.fc-month-button.fc-state-default.fc-corner-left,
button.fc-agendaWeek-button, .btn-outline.fc-prev-button, button.fc-prev-button.fc-agendaDay-button.fc-state-default.fc-corner-right,
button.fc-prev-button.fc-month-button.fc-state-default.fc-corner-left,
button.fc-prev-button.fc-agendaWeek-button, .btn-outline.fc-next-button, button.fc-next-button.fc-agendaDay-button.fc-state-default.fc-corner-right,
button.fc-next-button.fc-month-button.fc-state-default.fc-corner-left,
button.fc-next-button.fc-agendaWeek-button, .btn-outline.fc-today-button, button.fc-today-button.fc-agendaDay-button.fc-state-default.fc-corner-right,
button.fc-today-button.fc-month-button.fc-state-default.fc-corner-left,
button.fc-today-button.fc-agendaWeek-button {
  border: solid 1px rgba(70, 148, 8, 0.5);
  color: #469408;
}
.btn.btn-outline.btn-success:hover, .wizard > .actions .disabled a.btn-outline.btn-success:hover, .wizard > .actions .disabled ul.wysihtml5-toolbar a.btn-success.btn:hover, ul.wysihtml5-toolbar .wizard > .actions .disabled a.btn-success.btn:hover, .wizard > .actions .disabled ul.wysihtml5-toolbar a.fc-prev-button:hover, ul.wysihtml5-toolbar .wizard > .actions .disabled a.fc-prev-button:hover, .wizard > .actions .disabled ul.wysihtml5-toolbar a.fc-next-button:hover, ul.wysihtml5-toolbar .wizard > .actions .disabled a.fc-next-button:hover, .wizard > .actions .disabled ul.wysihtml5-toolbar a.fc-today-button:hover, ul.wysihtml5-toolbar .wizard > .actions .disabled a.fc-today-button:hover, .wizard > .actions .disabled .note-editor a.btn-success.note-btn.btn-sm:hover, .note-editor .wizard > .actions .disabled a.btn-success.note-btn.btn-sm:hover, .wizard > .actions .disabled .note-editor a.note-btn.btn-sm.fc-prev-button:hover, .note-editor .wizard > .actions .disabled a.note-btn.btn-sm.fc-prev-button:hover, .wizard > .actions .disabled .note-editor a.note-btn.btn-sm.fc-next-button:hover, .note-editor .wizard > .actions .disabled a.note-btn.btn-sm.fc-next-button:hover, .wizard > .actions .disabled .note-editor a.note-btn.btn-sm.fc-today-button:hover, .note-editor .wizard > .actions .disabled a.note-btn.btn-sm.fc-today-button:hover, .wizard > .actions .disabled a.btn-outline.fc-prev-button:hover, .wizard > .actions .disabled a.btn-outline.fc-next-button:hover, .wizard > .actions .disabled a.btn-outline.fc-today-button:hover, .wizard > .actions .disabled a.btn-outline.btn-success:hover:active, .wizard > .actions .disabled ul.wysihtml5-toolbar a.btn-success.btn:hover:active, ul.wysihtml5-toolbar .wizard > .actions .disabled a.btn-success.btn:hover:active, .wizard > .actions .disabled ul.wysihtml5-toolbar a.fc-prev-button:hover:active, ul.wysihtml5-toolbar .wizard > .actions .disabled a.fc-prev-button:hover:active, .wizard > .actions .disabled ul.wysihtml5-toolbar a.fc-next-button:hover:active, ul.wysihtml5-toolbar .wizard > .actions .disabled a.fc-next-button:hover:active, .wizard > .actions .disabled ul.wysihtml5-toolbar a.fc-today-button:hover:active, ul.wysihtml5-toolbar .wizard > .actions .disabled a.fc-today-button:hover:active, .wizard > .actions .disabled .note-editor a.btn-success.note-btn.btn-sm:hover:active, .note-editor .wizard > .actions .disabled a.btn-success.note-btn.btn-sm:hover:active, .wizard > .actions .disabled .note-editor a.note-btn.btn-sm.fc-prev-button:hover:active, .note-editor .wizard > .actions .disabled a.note-btn.btn-sm.fc-prev-button:hover:active, .wizard > .actions .disabled .note-editor a.note-btn.btn-sm.fc-next-button:hover:active, .note-editor .wizard > .actions .disabled a.note-btn.btn-sm.fc-next-button:hover:active, .wizard > .actions .disabled .note-editor a.note-btn.btn-sm.fc-today-button:hover:active, .note-editor .wizard > .actions .disabled a.note-btn.btn-sm.fc-today-button:hover:active, .wizard > .actions .disabled a.btn-outline.fc-prev-button:hover:active, .wizard > .actions .disabled a.btn-outline.fc-next-button:hover:active, .wizard > .actions .disabled a.btn-outline.fc-today-button:hover:active, .wizard > .actions a.btn-outline.btn-success:hover, .wizard > .actions ul.wysihtml5-toolbar a.btn-success.btn:hover, ul.wysihtml5-toolbar .wizard > .actions a.btn-success.btn:hover, .wizard > .actions ul.wysihtml5-toolbar a.fc-prev-button:hover, ul.wysihtml5-toolbar .wizard > .actions a.fc-prev-button:hover, .wizard > .actions ul.wysihtml5-toolbar a.fc-next-button:hover, ul.wysihtml5-toolbar .wizard > .actions a.fc-next-button:hover, .wizard > .actions ul.wysihtml5-toolbar a.fc-today-button:hover, ul.wysihtml5-toolbar .wizard > .actions a.fc-today-button:hover, .wizard > .actions .note-editor a.btn-success.note-btn.btn-sm:hover, .note-editor .wizard > .actions a.btn-success.note-btn.btn-sm:hover, .wizard > .actions .note-editor a.note-btn.btn-sm.fc-prev-button:hover, .note-editor .wizard > .actions a.note-btn.btn-sm.fc-prev-button:hover, .wizard > .actions .note-editor a.note-btn.btn-sm.fc-next-button:hover, .note-editor .wizard > .actions a.note-btn.btn-sm.fc-next-button:hover, .wizard > .actions .note-editor a.note-btn.btn-sm.fc-today-button:hover, .note-editor .wizard > .actions a.note-btn.btn-sm.fc-today-button:hover, .wizard > .actions a.btn-outline.fc-prev-button:hover, .wizard > .actions a.btn-outline.fc-next-button:hover, .wizard > .actions a.btn-outline.fc-today-button:hover, .wizard > .actions a.btn-outline.btn-success:hover:active, .wizard > .actions ul.wysihtml5-toolbar a.btn-success.btn:hover:active, ul.wysihtml5-toolbar .wizard > .actions a.btn-success.btn:hover:active, .wizard > .actions ul.wysihtml5-toolbar a.fc-prev-button:hover:active, ul.wysihtml5-toolbar .wizard > .actions a.fc-prev-button:hover:active, .wizard > .actions ul.wysihtml5-toolbar a.fc-next-button:hover:active, ul.wysihtml5-toolbar .wizard > .actions a.fc-next-button:hover:active, .wizard > .actions ul.wysihtml5-toolbar a.fc-today-button:hover:active, ul.wysihtml5-toolbar .wizard > .actions a.fc-today-button:hover:active, .wizard > .actions .note-editor a.btn-success.note-btn.btn-sm:hover:active, .note-editor .wizard > .actions a.btn-success.note-btn.btn-sm:hover:active, .wizard > .actions .note-editor a.note-btn.btn-sm.fc-prev-button:hover:active, .note-editor .wizard > .actions a.note-btn.btn-sm.fc-prev-button:hover:active, .wizard > .actions .note-editor a.note-btn.btn-sm.fc-next-button:hover:active, .note-editor .wizard > .actions a.note-btn.btn-sm.fc-next-button:hover:active, .wizard > .actions .note-editor a.note-btn.btn-sm.fc-today-button:hover:active, .note-editor .wizard > .actions a.note-btn.btn-sm.fc-today-button:hover:active, .wizard > .actions a.btn-outline.fc-prev-button:hover:active, .wizard > .actions a.btn-outline.fc-next-button:hover:active, .wizard > .actions a.btn-outline.fc-today-button:hover:active, ul.wysihtml5-toolbar a.btn.btn-success:hover, ul.wysihtml5-toolbar .wizard > .actions a.btn-success:hover, .wizard > .actions ul.wysihtml5-toolbar a.btn-success:hover, ul.wysihtml5-toolbar .dt-buttons a.btn-success.dt-button:hover, .dt-buttons ul.wysihtml5-toolbar a.btn-success.dt-button:hover, ul.wysihtml5-toolbar .owl-theme .owl-nav a.btn-success[class*="owl-"]:hover, .owl-theme .owl-nav ul.wysihtml5-toolbar a.btn-success[class*="owl-"]:hover, ul.wysihtml5-toolbar a.fc-prev-button:hover, ul.wysihtml5-toolbar a.fc-next-button:hover, ul.wysihtml5-toolbar a.fc-today-button:hover, .note-editor .btn.btn-success.note-btn.btn-sm:hover, .note-editor .dt-buttons .btn-success.note-btn.btn-sm.dt-button:hover, .dt-buttons .note-editor .btn-success.note-btn.btn-sm.dt-button:hover, .note-editor .tablesaw-sortable th.tablesaw-sortable-head button.btn-success.note-btn.btn-sm:hover, .tablesaw-sortable th.tablesaw-sortable-head .note-editor button.btn-success.note-btn.btn-sm:hover, .note-editor .sweet-alert button.btn-success.note-btn.btn-sm:hover, .sweet-alert .note-editor button.btn-success.note-btn.btn-sm:hover, .note-editor .owl-theme .owl-nav .btn-success.note-btn.btn-sm[class*="owl-"]:hover, .owl-theme .owl-nav .note-editor .btn-success.note-btn.btn-sm[class*="owl-"]:hover, .note-editor button.note-btn.btn-sm.fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
.note-editor button.note-btn.btn-sm.fc-month-button.fc-state-default.fc-corner-left:hover,
.note-editor button.note-btn.btn-sm.fc-agendaWeek-button:hover, .note-editor .note-btn.btn-sm.fc-prev-button:hover, .note-editor .note-btn.btn-sm.fc-next-button:hover, .note-editor .note-btn.btn-sm.fc-today-button:hover, .dt-buttons .btn-outline.btn-success.dt-button:hover, .dt-buttons ul.wysihtml5-toolbar a.btn-success.dt-button.btn:hover, ul.wysihtml5-toolbar .dt-buttons a.btn-success.dt-button.btn:hover, .dt-buttons ul.wysihtml5-toolbar a.dt-button.fc-prev-button:hover, ul.wysihtml5-toolbar .dt-buttons a.dt-button.fc-prev-button:hover, .dt-buttons ul.wysihtml5-toolbar a.dt-button.fc-next-button:hover, ul.wysihtml5-toolbar .dt-buttons a.dt-button.fc-next-button:hover, .dt-buttons ul.wysihtml5-toolbar a.dt-button.fc-today-button:hover, ul.wysihtml5-toolbar .dt-buttons a.dt-button.fc-today-button:hover, .dt-buttons .note-editor .dt-button.note-btn.btn-sm.fc-prev-button:hover, .note-editor .dt-buttons .dt-button.note-btn.btn-sm.fc-prev-button:hover, .dt-buttons .note-editor .dt-button.note-btn.btn-sm.fc-next-button:hover, .note-editor .dt-buttons .dt-button.note-btn.btn-sm.fc-next-button:hover, .dt-buttons .note-editor .dt-button.note-btn.btn-sm.fc-today-button:hover, .note-editor .dt-buttons .dt-button.note-btn.btn-sm.fc-today-button:hover, .dt-buttons .tablesaw-sortable th.tablesaw-sortable-head button.btn-success.dt-button:hover, .tablesaw-sortable th.tablesaw-sortable-head .dt-buttons button.btn-success.dt-button:hover, .dt-buttons .tablesaw-sortable th.tablesaw-sortable-head button.dt-button.fc-prev-button:hover, .tablesaw-sortable th.tablesaw-sortable-head .dt-buttons button.dt-button.fc-prev-button:hover, .dt-buttons .tablesaw-sortable th.tablesaw-sortable-head button.dt-button.fc-next-button:hover, .tablesaw-sortable th.tablesaw-sortable-head .dt-buttons button.dt-button.fc-next-button:hover, .dt-buttons .tablesaw-sortable th.tablesaw-sortable-head button.dt-button.fc-today-button:hover, .tablesaw-sortable th.tablesaw-sortable-head .dt-buttons button.dt-button.fc-today-button:hover, .dt-buttons button.dt-button.fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
.dt-buttons button.dt-button.fc-month-button.fc-state-default.fc-corner-left:hover,
.dt-buttons button.dt-button.fc-agendaWeek-button:hover, .dt-buttons .btn-outline.dt-button.fc-prev-button:hover, .dt-buttons .btn-outline.dt-button.fc-next-button:hover, .dt-buttons .btn-outline.dt-button.fc-today-button:hover, .tablesaw-sortable th.tablesaw-sortable-head button.btn-success:hover, .tablesaw-sortable th.tablesaw-sortable-head button.fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
.tablesaw-sortable th.tablesaw-sortable-head button.fc-month-button.fc-state-default.fc-corner-left:hover,
.tablesaw-sortable th.tablesaw-sortable-head button.fc-agendaWeek-button:hover, .tablesaw-sortable th.tablesaw-sortable-head button.fc-prev-button:hover, .tablesaw-sortable th.tablesaw-sortable-head button.fc-next-button:hover, .tablesaw-sortable th.tablesaw-sortable-head button.fc-today-button:hover, .sweet-alert button.btn-outline.btn-success:hover, .sweet-alert .note-editor button.note-btn.btn-sm.fc-prev-button:hover, .note-editor .sweet-alert button.note-btn.btn-sm.fc-prev-button:hover, .sweet-alert .note-editor button.note-btn.btn-sm.fc-next-button:hover, .note-editor .sweet-alert button.note-btn.btn-sm.fc-next-button:hover, .sweet-alert .note-editor button.note-btn.btn-sm.fc-today-button:hover, .note-editor .sweet-alert button.note-btn.btn-sm.fc-today-button:hover, .sweet-alert .tablesaw-sortable th.tablesaw-sortable-head button.btn-success:hover, .tablesaw-sortable th.tablesaw-sortable-head .sweet-alert button.btn-success:hover, .sweet-alert .tablesaw-sortable th.tablesaw-sortable-head button.fc-prev-button:hover, .tablesaw-sortable th.tablesaw-sortable-head .sweet-alert button.fc-prev-button:hover, .sweet-alert .tablesaw-sortable th.tablesaw-sortable-head button.fc-next-button:hover, .tablesaw-sortable th.tablesaw-sortable-head .sweet-alert button.fc-next-button:hover, .sweet-alert .tablesaw-sortable th.tablesaw-sortable-head button.fc-today-button:hover, .tablesaw-sortable th.tablesaw-sortable-head .sweet-alert button.fc-today-button:hover, .sweet-alert button.fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
.sweet-alert button.fc-month-button.fc-state-default.fc-corner-left:hover,
.sweet-alert button.fc-agendaWeek-button:hover, .sweet-alert button.btn-outline.fc-prev-button:hover, .sweet-alert button.btn-outline.fc-next-button:hover, .sweet-alert button.btn-outline.fc-today-button:hover, .owl-theme .owl-nav .btn-outline.btn-success[class*="owl-"]:hover, .owl-theme .owl-nav ul.wysihtml5-toolbar a.btn-success[class*="owl-"].btn:hover, ul.wysihtml5-toolbar .owl-theme .owl-nav a.btn-success[class*="owl-"].btn:hover, .owl-theme .owl-nav ul.wysihtml5-toolbar a[class*="owl-"].fc-prev-button:hover, ul.wysihtml5-toolbar .owl-theme .owl-nav a[class*="owl-"].fc-prev-button:hover, .owl-theme .owl-nav ul.wysihtml5-toolbar a[class*="owl-"].fc-next-button:hover, ul.wysihtml5-toolbar .owl-theme .owl-nav a[class*="owl-"].fc-next-button:hover, .owl-theme .owl-nav ul.wysihtml5-toolbar a[class*="owl-"].fc-today-button:hover, ul.wysihtml5-toolbar .owl-theme .owl-nav a[class*="owl-"].fc-today-button:hover, .owl-theme .owl-nav .note-editor [class*="owl-"].note-btn.btn-sm.fc-prev-button:hover, .note-editor .owl-theme .owl-nav [class*="owl-"].note-btn.btn-sm.fc-prev-button:hover, .owl-theme .owl-nav .note-editor [class*="owl-"].note-btn.btn-sm.fc-next-button:hover, .note-editor .owl-theme .owl-nav [class*="owl-"].note-btn.btn-sm.fc-next-button:hover, .owl-theme .owl-nav .note-editor [class*="owl-"].note-btn.btn-sm.fc-today-button:hover, .note-editor .owl-theme .owl-nav [class*="owl-"].note-btn.btn-sm.fc-today-button:hover, .owl-theme .owl-nav .tablesaw-sortable th.tablesaw-sortable-head button.btn-success[class*="owl-"]:hover, .tablesaw-sortable th.tablesaw-sortable-head .owl-theme .owl-nav button.btn-success[class*="owl-"]:hover, .owl-theme .owl-nav .tablesaw-sortable th.tablesaw-sortable-head button[class*="owl-"].fc-prev-button:hover, .tablesaw-sortable th.tablesaw-sortable-head .owl-theme .owl-nav button[class*="owl-"].fc-prev-button:hover, .owl-theme .owl-nav .tablesaw-sortable th.tablesaw-sortable-head button[class*="owl-"].fc-next-button:hover, .tablesaw-sortable th.tablesaw-sortable-head .owl-theme .owl-nav button[class*="owl-"].fc-next-button:hover, .owl-theme .owl-nav .tablesaw-sortable th.tablesaw-sortable-head button[class*="owl-"].fc-today-button:hover, .tablesaw-sortable th.tablesaw-sortable-head .owl-theme .owl-nav button[class*="owl-"].fc-today-button:hover, .owl-theme .owl-nav button[class*="owl-"].fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
.owl-theme .owl-nav button[class*="owl-"].fc-month-button.fc-state-default.fc-corner-left:hover,
.owl-theme .owl-nav button[class*="owl-"].fc-agendaWeek-button:hover, .owl-theme .owl-nav .btn-outline[class*="owl-"].fc-prev-button:hover, .owl-theme .owl-nav .btn-outline[class*="owl-"].fc-next-button:hover, .owl-theme .owl-nav .btn-outline[class*="owl-"].fc-today-button:hover, button.fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
button.fc-month-button.fc-state-default.fc-corner-left:hover,
button.fc-agendaWeek-button:hover, .btn-outline.fc-prev-button:hover, button.fc-prev-button.fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
button.fc-prev-button.fc-month-button.fc-state-default.fc-corner-left:hover,
button.fc-prev-button.fc-agendaWeek-button:hover, .btn-outline.fc-next-button:hover, button.fc-next-button.fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
button.fc-next-button.fc-month-button.fc-state-default.fc-corner-left:hover,
button.fc-next-button.fc-agendaWeek-button:hover, .btn-outline.fc-today-button:hover, button.fc-today-button.fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
button.fc-today-button.fc-month-button.fc-state-default.fc-corner-left:hover,
button.fc-today-button.fc-agendaWeek-button:hover, .btn.btn-outline.btn-success:focus, .wizard > .actions .disabled a.btn-outline.btn-success:focus, .wizard > .actions .disabled ul.wysihtml5-toolbar a.btn-success.btn:focus, ul.wysihtml5-toolbar .wizard > .actions .disabled a.btn-success.btn:focus, .wizard > .actions .disabled ul.wysihtml5-toolbar a.fc-prev-button:focus, ul.wysihtml5-toolbar .wizard > .actions .disabled a.fc-prev-button:focus, .wizard > .actions .disabled ul.wysihtml5-toolbar a.fc-next-button:focus, ul.wysihtml5-toolbar .wizard > .actions .disabled a.fc-next-button:focus, .wizard > .actions .disabled ul.wysihtml5-toolbar a.fc-today-button:focus, ul.wysihtml5-toolbar .wizard > .actions .disabled a.fc-today-button:focus, .wizard > .actions .disabled .note-editor a.btn-success.note-btn.btn-sm:focus, .note-editor .wizard > .actions .disabled a.btn-success.note-btn.btn-sm:focus, .wizard > .actions .disabled .note-editor a.note-btn.btn-sm.fc-prev-button:focus, .note-editor .wizard > .actions .disabled a.note-btn.btn-sm.fc-prev-button:focus, .wizard > .actions .disabled .note-editor a.note-btn.btn-sm.fc-next-button:focus, .note-editor .wizard > .actions .disabled a.note-btn.btn-sm.fc-next-button:focus, .wizard > .actions .disabled .note-editor a.note-btn.btn-sm.fc-today-button:focus, .note-editor .wizard > .actions .disabled a.note-btn.btn-sm.fc-today-button:focus, .wizard > .actions .disabled a.btn-outline.fc-prev-button:focus, .wizard > .actions .disabled a.btn-outline.fc-next-button:focus, .wizard > .actions .disabled a.btn-outline.fc-today-button:focus, .wizard > .actions .disabled a.btn-outline.btn-success:focus:hover, .wizard > .actions .disabled ul.wysihtml5-toolbar a.btn-success.btn:focus:hover, ul.wysihtml5-toolbar .wizard > .actions .disabled a.btn-success.btn:focus:hover, .wizard > .actions .disabled ul.wysihtml5-toolbar a.fc-prev-button:focus:hover, ul.wysihtml5-toolbar .wizard > .actions .disabled a.fc-prev-button:focus:hover, .wizard > .actions .disabled ul.wysihtml5-toolbar a.fc-next-button:focus:hover, ul.wysihtml5-toolbar .wizard > .actions .disabled a.fc-next-button:focus:hover, .wizard > .actions .disabled ul.wysihtml5-toolbar a.fc-today-button:focus:hover, ul.wysihtml5-toolbar .wizard > .actions .disabled a.fc-today-button:focus:hover, .wizard > .actions .disabled .note-editor a.btn-success.note-btn.btn-sm:focus:hover, .note-editor .wizard > .actions .disabled a.btn-success.note-btn.btn-sm:focus:hover, .wizard > .actions .disabled .note-editor a.note-btn.btn-sm.fc-prev-button:focus:hover, .note-editor .wizard > .actions .disabled a.note-btn.btn-sm.fc-prev-button:focus:hover, .wizard > .actions .disabled .note-editor a.note-btn.btn-sm.fc-next-button:focus:hover, .note-editor .wizard > .actions .disabled a.note-btn.btn-sm.fc-next-button:focus:hover, .wizard > .actions .disabled .note-editor a.note-btn.btn-sm.fc-today-button:focus:hover, .note-editor .wizard > .actions .disabled a.note-btn.btn-sm.fc-today-button:focus:hover, .wizard > .actions .disabled a.btn-outline.fc-prev-button:focus:hover, .wizard > .actions .disabled a.btn-outline.fc-next-button:focus:hover, .wizard > .actions .disabled a.btn-outline.fc-today-button:focus:hover, .wizard > .actions .disabled a.btn-outline.btn-success:focus:active, .wizard > .actions .disabled ul.wysihtml5-toolbar a.btn-success.btn:focus:active, ul.wysihtml5-toolbar .wizard > .actions .disabled a.btn-success.btn:focus:active, .wizard > .actions .disabled ul.wysihtml5-toolbar a.fc-prev-button:focus:active, ul.wysihtml5-toolbar .wizard > .actions .disabled a.fc-prev-button:focus:active, .wizard > .actions .disabled ul.wysihtml5-toolbar a.fc-next-button:focus:active, ul.wysihtml5-toolbar .wizard > .actions .disabled a.fc-next-button:focus:active, .wizard > .actions .disabled ul.wysihtml5-toolbar a.fc-today-button:focus:active, ul.wysihtml5-toolbar .wizard > .actions .disabled a.fc-today-button:focus:active, .wizard > .actions .disabled .note-editor a.btn-success.note-btn.btn-sm:focus:active, .note-editor .wizard > .actions .disabled a.btn-success.note-btn.btn-sm:focus:active, .wizard > .actions .disabled .note-editor a.note-btn.btn-sm.fc-prev-button:focus:active, .note-editor .wizard > .actions .disabled a.note-btn.btn-sm.fc-prev-button:focus:active, .wizard > .actions .disabled .note-editor a.note-btn.btn-sm.fc-next-button:focus:active, .note-editor .wizard > .actions .disabled a.note-btn.btn-sm.fc-next-button:focus:active, .wizard > .actions .disabled .note-editor a.note-btn.btn-sm.fc-today-button:focus:active, .note-editor .wizard > .actions .disabled a.note-btn.btn-sm.fc-today-button:focus:active, .wizard > .actions .disabled a.btn-outline.fc-prev-button:focus:active, .wizard > .actions .disabled a.btn-outline.fc-next-button:focus:active, .wizard > .actions .disabled a.btn-outline.fc-today-button:focus:active, .wizard > .actions a.btn-outline.btn-success:focus, .wizard > .actions ul.wysihtml5-toolbar a.btn-success.btn:focus, ul.wysihtml5-toolbar .wizard > .actions a.btn-success.btn:focus, .wizard > .actions ul.wysihtml5-toolbar a.fc-prev-button:focus, ul.wysihtml5-toolbar .wizard > .actions a.fc-prev-button:focus, .wizard > .actions ul.wysihtml5-toolbar a.fc-next-button:focus, ul.wysihtml5-toolbar .wizard > .actions a.fc-next-button:focus, .wizard > .actions ul.wysihtml5-toolbar a.fc-today-button:focus, ul.wysihtml5-toolbar .wizard > .actions a.fc-today-button:focus, .wizard > .actions .note-editor a.btn-success.note-btn.btn-sm:focus, .note-editor .wizard > .actions a.btn-success.note-btn.btn-sm:focus, .wizard > .actions .note-editor a.note-btn.btn-sm.fc-prev-button:focus, .note-editor .wizard > .actions a.note-btn.btn-sm.fc-prev-button:focus, .wizard > .actions .note-editor a.note-btn.btn-sm.fc-next-button:focus, .note-editor .wizard > .actions a.note-btn.btn-sm.fc-next-button:focus, .wizard > .actions .note-editor a.note-btn.btn-sm.fc-today-button:focus, .note-editor .wizard > .actions a.note-btn.btn-sm.fc-today-button:focus, .wizard > .actions a.btn-outline.fc-prev-button:focus, .wizard > .actions a.btn-outline.fc-next-button:focus, .wizard > .actions a.btn-outline.fc-today-button:focus, .wizard > .actions a.btn-outline.btn-success:focus:hover, .wizard > .actions ul.wysihtml5-toolbar a.btn-success.btn:focus:hover, ul.wysihtml5-toolbar .wizard > .actions a.btn-success.btn:focus:hover, .wizard > .actions ul.wysihtml5-toolbar a.fc-prev-button:focus:hover, ul.wysihtml5-toolbar .wizard > .actions a.fc-prev-button:focus:hover, .wizard > .actions ul.wysihtml5-toolbar a.fc-next-button:focus:hover, ul.wysihtml5-toolbar .wizard > .actions a.fc-next-button:focus:hover, .wizard > .actions ul.wysihtml5-toolbar a.fc-today-button:focus:hover, ul.wysihtml5-toolbar .wizard > .actions a.fc-today-button:focus:hover, .wizard > .actions .note-editor a.btn-success.note-btn.btn-sm:focus:hover, .note-editor .wizard > .actions a.btn-success.note-btn.btn-sm:focus:hover, .wizard > .actions .note-editor a.note-btn.btn-sm.fc-prev-button:focus:hover, .note-editor .wizard > .actions a.note-btn.btn-sm.fc-prev-button:focus:hover, .wizard > .actions .note-editor a.note-btn.btn-sm.fc-next-button:focus:hover, .note-editor .wizard > .actions a.note-btn.btn-sm.fc-next-button:focus:hover, .wizard > .actions .note-editor a.note-btn.btn-sm.fc-today-button:focus:hover, .note-editor .wizard > .actions a.note-btn.btn-sm.fc-today-button:focus:hover, .wizard > .actions a.btn-outline.fc-prev-button:focus:hover, .wizard > .actions a.btn-outline.fc-next-button:focus:hover, .wizard > .actions a.btn-outline.fc-today-button:focus:hover, .wizard > .actions a.btn-outline.btn-success:focus:active, .wizard > .actions ul.wysihtml5-toolbar a.btn-success.btn:focus:active, ul.wysihtml5-toolbar .wizard > .actions a.btn-success.btn:focus:active, .wizard > .actions ul.wysihtml5-toolbar a.fc-prev-button:focus:active, ul.wysihtml5-toolbar .wizard > .actions a.fc-prev-button:focus:active, .wizard > .actions ul.wysihtml5-toolbar a.fc-next-button:focus:active, ul.wysihtml5-toolbar .wizard > .actions a.fc-next-button:focus:active, .wizard > .actions ul.wysihtml5-toolbar a.fc-today-button:focus:active, ul.wysihtml5-toolbar .wizard > .actions a.fc-today-button:focus:active, .wizard > .actions .note-editor a.btn-success.note-btn.btn-sm:focus:active, .note-editor .wizard > .actions a.btn-success.note-btn.btn-sm:focus:active, .wizard > .actions .note-editor a.note-btn.btn-sm.fc-prev-button:focus:active, .note-editor .wizard > .actions a.note-btn.btn-sm.fc-prev-button:focus:active, .wizard > .actions .note-editor a.note-btn.btn-sm.fc-next-button:focus:active, .note-editor .wizard > .actions a.note-btn.btn-sm.fc-next-button:focus:active, .wizard > .actions .note-editor a.note-btn.btn-sm.fc-today-button:focus:active, .note-editor .wizard > .actions a.note-btn.btn-sm.fc-today-button:focus:active, .wizard > .actions a.btn-outline.fc-prev-button:focus:active, .wizard > .actions a.btn-outline.fc-next-button:focus:active, .wizard > .actions a.btn-outline.fc-today-button:focus:active, ul.wysihtml5-toolbar a.btn.btn-success:focus, ul.wysihtml5-toolbar .wizard > .actions a.btn-success:focus, .wizard > .actions ul.wysihtml5-toolbar a.btn-success:focus, ul.wysihtml5-toolbar .dt-buttons a.btn-success.dt-button:focus, .dt-buttons ul.wysihtml5-toolbar a.btn-success.dt-button:focus, ul.wysihtml5-toolbar .owl-theme .owl-nav a.btn-success[class*="owl-"]:focus, .owl-theme .owl-nav ul.wysihtml5-toolbar a.btn-success[class*="owl-"]:focus, ul.wysihtml5-toolbar a.fc-prev-button:focus, ul.wysihtml5-toolbar a.fc-next-button:focus, ul.wysihtml5-toolbar a.fc-today-button:focus, .note-editor .btn.btn-success.note-btn.btn-sm:focus, .note-editor .dt-buttons .btn-success.note-btn.btn-sm.dt-button:focus, .dt-buttons .note-editor .btn-success.note-btn.btn-sm.dt-button:focus, .note-editor .tablesaw-sortable th.tablesaw-sortable-head button.btn-success.note-btn.btn-sm:focus, .tablesaw-sortable th.tablesaw-sortable-head .note-editor button.btn-success.note-btn.btn-sm:focus, .note-editor .sweet-alert button.btn-success.note-btn.btn-sm:focus, .sweet-alert .note-editor button.btn-success.note-btn.btn-sm:focus, .note-editor .owl-theme .owl-nav .btn-success.note-btn.btn-sm[class*="owl-"]:focus, .owl-theme .owl-nav .note-editor .btn-success.note-btn.btn-sm[class*="owl-"]:focus, .note-editor button.note-btn.btn-sm.fc-agendaDay-button.fc-state-default.fc-corner-right:focus,
.note-editor button.note-btn.btn-sm.fc-month-button.fc-state-default.fc-corner-left:focus,
.note-editor button.note-btn.btn-sm.fc-agendaWeek-button:focus, .note-editor .note-btn.btn-sm.fc-prev-button:focus, .note-editor .note-btn.btn-sm.fc-next-button:focus, .note-editor .note-btn.btn-sm.fc-today-button:focus, .dt-buttons .btn-outline.btn-success.dt-button:focus, .dt-buttons ul.wysihtml5-toolbar a.btn-success.dt-button.btn:focus, ul.wysihtml5-toolbar .dt-buttons a.btn-success.dt-button.btn:focus, .dt-buttons ul.wysihtml5-toolbar a.dt-button.fc-prev-button:focus, ul.wysihtml5-toolbar .dt-buttons a.dt-button.fc-prev-button:focus, .dt-buttons ul.wysihtml5-toolbar a.dt-button.fc-next-button:focus, ul.wysihtml5-toolbar .dt-buttons a.dt-button.fc-next-button:focus, .dt-buttons ul.wysihtml5-toolbar a.dt-button.fc-today-button:focus, ul.wysihtml5-toolbar .dt-buttons a.dt-button.fc-today-button:focus, .dt-buttons .note-editor .dt-button.note-btn.btn-sm.fc-prev-button:focus, .note-editor .dt-buttons .dt-button.note-btn.btn-sm.fc-prev-button:focus, .dt-buttons .note-editor .dt-button.note-btn.btn-sm.fc-next-button:focus, .note-editor .dt-buttons .dt-button.note-btn.btn-sm.fc-next-button:focus, .dt-buttons .note-editor .dt-button.note-btn.btn-sm.fc-today-button:focus, .note-editor .dt-buttons .dt-button.note-btn.btn-sm.fc-today-button:focus, .dt-buttons .tablesaw-sortable th.tablesaw-sortable-head button.btn-success.dt-button:focus, .tablesaw-sortable th.tablesaw-sortable-head .dt-buttons button.btn-success.dt-button:focus, .dt-buttons .tablesaw-sortable th.tablesaw-sortable-head button.dt-button.fc-prev-button:focus, .tablesaw-sortable th.tablesaw-sortable-head .dt-buttons button.dt-button.fc-prev-button:focus, .dt-buttons .tablesaw-sortable th.tablesaw-sortable-head button.dt-button.fc-next-button:focus, .tablesaw-sortable th.tablesaw-sortable-head .dt-buttons button.dt-button.fc-next-button:focus, .dt-buttons .tablesaw-sortable th.tablesaw-sortable-head button.dt-button.fc-today-button:focus, .tablesaw-sortable th.tablesaw-sortable-head .dt-buttons button.dt-button.fc-today-button:focus, .dt-buttons button.dt-button.fc-agendaDay-button.fc-state-default.fc-corner-right:focus,
.dt-buttons button.dt-button.fc-month-button.fc-state-default.fc-corner-left:focus,
.dt-buttons button.dt-button.fc-agendaWeek-button:focus, .dt-buttons .btn-outline.dt-button.fc-prev-button:focus, .dt-buttons .btn-outline.dt-button.fc-next-button:focus, .dt-buttons .btn-outline.dt-button.fc-today-button:focus, .tablesaw-sortable th.tablesaw-sortable-head button.btn-success:focus, .tablesaw-sortable th.tablesaw-sortable-head button.fc-agendaDay-button.fc-state-default.fc-corner-right:focus,
.tablesaw-sortable th.tablesaw-sortable-head button.fc-month-button.fc-state-default.fc-corner-left:focus,
.tablesaw-sortable th.tablesaw-sortable-head button.fc-agendaWeek-button:focus, .tablesaw-sortable th.tablesaw-sortable-head button.fc-prev-button:focus, .tablesaw-sortable th.tablesaw-sortable-head button.fc-next-button:focus, .tablesaw-sortable th.tablesaw-sortable-head button.fc-today-button:focus, .sweet-alert button.btn-outline.btn-success:focus, .sweet-alert .note-editor button.note-btn.btn-sm.fc-prev-button:focus, .note-editor .sweet-alert button.note-btn.btn-sm.fc-prev-button:focus, .sweet-alert .note-editor button.note-btn.btn-sm.fc-next-button:focus, .note-editor .sweet-alert button.note-btn.btn-sm.fc-next-button:focus, .sweet-alert .note-editor button.note-btn.btn-sm.fc-today-button:focus, .note-editor .sweet-alert button.note-btn.btn-sm.fc-today-button:focus, .sweet-alert .tablesaw-sortable th.tablesaw-sortable-head button.btn-success:focus, .tablesaw-sortable th.tablesaw-sortable-head .sweet-alert button.btn-success:focus, .sweet-alert .tablesaw-sortable th.tablesaw-sortable-head button.fc-prev-button:focus, .tablesaw-sortable th.tablesaw-sortable-head .sweet-alert button.fc-prev-button:focus, .sweet-alert .tablesaw-sortable th.tablesaw-sortable-head button.fc-next-button:focus, .tablesaw-sortable th.tablesaw-sortable-head .sweet-alert button.fc-next-button:focus, .sweet-alert .tablesaw-sortable th.tablesaw-sortable-head button.fc-today-button:focus, .tablesaw-sortable th.tablesaw-sortable-head .sweet-alert button.fc-today-button:focus, .sweet-alert button.fc-agendaDay-button.fc-state-default.fc-corner-right:focus,
.sweet-alert button.fc-month-button.fc-state-default.fc-corner-left:focus,
.sweet-alert button.fc-agendaWeek-button:focus, .sweet-alert button.btn-outline.fc-prev-button:focus, .sweet-alert button.btn-outline.fc-next-button:focus, .sweet-alert button.btn-outline.fc-today-button:focus, .owl-theme .owl-nav .btn-outline.btn-success[class*="owl-"]:focus, .owl-theme .owl-nav ul.wysihtml5-toolbar a.btn-success[class*="owl-"].btn:focus, ul.wysihtml5-toolbar .owl-theme .owl-nav a.btn-success[class*="owl-"].btn:focus, .owl-theme .owl-nav ul.wysihtml5-toolbar a[class*="owl-"].fc-prev-button:focus, ul.wysihtml5-toolbar .owl-theme .owl-nav a[class*="owl-"].fc-prev-button:focus, .owl-theme .owl-nav ul.wysihtml5-toolbar a[class*="owl-"].fc-next-button:focus, ul.wysihtml5-toolbar .owl-theme .owl-nav a[class*="owl-"].fc-next-button:focus, .owl-theme .owl-nav ul.wysihtml5-toolbar a[class*="owl-"].fc-today-button:focus, ul.wysihtml5-toolbar .owl-theme .owl-nav a[class*="owl-"].fc-today-button:focus, .owl-theme .owl-nav .note-editor [class*="owl-"].note-btn.btn-sm.fc-prev-button:focus, .note-editor .owl-theme .owl-nav [class*="owl-"].note-btn.btn-sm.fc-prev-button:focus, .owl-theme .owl-nav .note-editor [class*="owl-"].note-btn.btn-sm.fc-next-button:focus, .note-editor .owl-theme .owl-nav [class*="owl-"].note-btn.btn-sm.fc-next-button:focus, .owl-theme .owl-nav .note-editor [class*="owl-"].note-btn.btn-sm.fc-today-button:focus, .note-editor .owl-theme .owl-nav [class*="owl-"].note-btn.btn-sm.fc-today-button:focus, .owl-theme .owl-nav .tablesaw-sortable th.tablesaw-sortable-head button.btn-success[class*="owl-"]:focus, .tablesaw-sortable th.tablesaw-sortable-head .owl-theme .owl-nav button.btn-success[class*="owl-"]:focus, .owl-theme .owl-nav .tablesaw-sortable th.tablesaw-sortable-head button[class*="owl-"].fc-prev-button:focus, .tablesaw-sortable th.tablesaw-sortable-head .owl-theme .owl-nav button[class*="owl-"].fc-prev-button:focus, .owl-theme .owl-nav .tablesaw-sortable th.tablesaw-sortable-head button[class*="owl-"].fc-next-button:focus, .tablesaw-sortable th.tablesaw-sortable-head .owl-theme .owl-nav button[class*="owl-"].fc-next-button:focus, .owl-theme .owl-nav .tablesaw-sortable th.tablesaw-sortable-head button[class*="owl-"].fc-today-button:focus, .tablesaw-sortable th.tablesaw-sortable-head .owl-theme .owl-nav button[class*="owl-"].fc-today-button:focus, .owl-theme .owl-nav button[class*="owl-"].fc-agendaDay-button.fc-state-default.fc-corner-right:focus,
.owl-theme .owl-nav button[class*="owl-"].fc-month-button.fc-state-default.fc-corner-left:focus,
.owl-theme .owl-nav button[class*="owl-"].fc-agendaWeek-button:focus, .owl-theme .owl-nav .btn-outline[class*="owl-"].fc-prev-button:focus, .owl-theme .owl-nav .btn-outline[class*="owl-"].fc-next-button:focus, .owl-theme .owl-nav .btn-outline[class*="owl-"].fc-today-button:focus, button.fc-agendaDay-button.fc-state-default.fc-corner-right:focus,
button.fc-month-button.fc-state-default.fc-corner-left:focus,
button.fc-agendaWeek-button:focus, .btn-outline.fc-prev-button:focus, button.fc-prev-button.fc-agendaDay-button.fc-state-default.fc-corner-right:focus,
button.fc-prev-button.fc-month-button.fc-state-default.fc-corner-left:focus,
button.fc-prev-button.fc-agendaWeek-button:focus, .btn-outline.fc-next-button:focus, button.fc-next-button.fc-agendaDay-button.fc-state-default.fc-corner-right:focus,
button.fc-next-button.fc-month-button.fc-state-default.fc-corner-left:focus,
button.fc-next-button.fc-agendaWeek-button:focus, .btn-outline.fc-today-button:focus, button.fc-today-button.fc-agendaDay-button.fc-state-default.fc-corner-right:focus,
button.fc-today-button.fc-month-button.fc-state-default.fc-corner-left:focus,
button.fc-today-button.fc-agendaWeek-button:focus, .btn.btn-outline.btn-success:active, .wizard > .actions .disabled a.btn-outline.btn-success:active, .wizard > .actions .disabled ul.wysihtml5-toolbar a.btn-success.btn:active, ul.wysihtml5-toolbar .wizard > .actions .disabled a.btn-success.btn:active, .wizard > .actions .disabled ul.wysihtml5-toolbar a.fc-prev-button:active, ul.wysihtml5-toolbar .wizard > .actions .disabled a.fc-prev-button:active, .wizard > .actions .disabled ul.wysihtml5-toolbar a.fc-next-button:active, ul.wysihtml5-toolbar .wizard > .actions .disabled a.fc-next-button:active, .wizard > .actions .disabled ul.wysihtml5-toolbar a.fc-today-button:active, ul.wysihtml5-toolbar .wizard > .actions .disabled a.fc-today-button:active, .wizard > .actions .disabled .note-editor a.btn-success.note-btn.btn-sm:active, .note-editor .wizard > .actions .disabled a.btn-success.note-btn.btn-sm:active, .wizard > .actions .disabled .note-editor a.note-btn.btn-sm.fc-prev-button:active, .note-editor .wizard > .actions .disabled a.note-btn.btn-sm.fc-prev-button:active, .wizard > .actions .disabled .note-editor a.note-btn.btn-sm.fc-next-button:active, .note-editor .wizard > .actions .disabled a.note-btn.btn-sm.fc-next-button:active, .wizard > .actions .disabled .note-editor a.note-btn.btn-sm.fc-today-button:active, .note-editor .wizard > .actions .disabled a.note-btn.btn-sm.fc-today-button:active, .wizard > .actions .disabled a.btn-outline.fc-prev-button:active, .wizard > .actions .disabled a.btn-outline.fc-next-button:active, .wizard > .actions .disabled a.btn-outline.fc-today-button:active, .wizard > .actions .disabled a.btn-outline.btn-success:active:hover, .wizard > .actions .disabled ul.wysihtml5-toolbar a.btn-success.btn:active:hover, ul.wysihtml5-toolbar .wizard > .actions .disabled a.btn-success.btn:active:hover, .wizard > .actions .disabled ul.wysihtml5-toolbar a.fc-prev-button:active:hover, ul.wysihtml5-toolbar .wizard > .actions .disabled a.fc-prev-button:active:hover, .wizard > .actions .disabled ul.wysihtml5-toolbar a.fc-next-button:active:hover, ul.wysihtml5-toolbar .wizard > .actions .disabled a.fc-next-button:active:hover, .wizard > .actions .disabled ul.wysihtml5-toolbar a.fc-today-button:active:hover, ul.wysihtml5-toolbar .wizard > .actions .disabled a.fc-today-button:active:hover, .wizard > .actions .disabled .note-editor a.btn-success.note-btn.btn-sm:active:hover, .note-editor .wizard > .actions .disabled a.btn-success.note-btn.btn-sm:active:hover, .wizard > .actions .disabled .note-editor a.note-btn.btn-sm.fc-prev-button:active:hover, .note-editor .wizard > .actions .disabled a.note-btn.btn-sm.fc-prev-button:active:hover, .wizard > .actions .disabled .note-editor a.note-btn.btn-sm.fc-next-button:active:hover, .note-editor .wizard > .actions .disabled a.note-btn.btn-sm.fc-next-button:active:hover, .wizard > .actions .disabled .note-editor a.note-btn.btn-sm.fc-today-button:active:hover, .note-editor .wizard > .actions .disabled a.note-btn.btn-sm.fc-today-button:active:hover, .wizard > .actions .disabled a.btn-outline.fc-prev-button:active:hover, .wizard > .actions .disabled a.btn-outline.fc-next-button:active:hover, .wizard > .actions .disabled a.btn-outline.fc-today-button:active:hover, .wizard > .actions a.btn-outline.btn-success:active, .wizard > .actions ul.wysihtml5-toolbar a.btn-success.btn:active, ul.wysihtml5-toolbar .wizard > .actions a.btn-success.btn:active, .wizard > .actions ul.wysihtml5-toolbar a.fc-prev-button:active, ul.wysihtml5-toolbar .wizard > .actions a.fc-prev-button:active, .wizard > .actions ul.wysihtml5-toolbar a.fc-next-button:active, ul.wysihtml5-toolbar .wizard > .actions a.fc-next-button:active, .wizard > .actions ul.wysihtml5-toolbar a.fc-today-button:active, ul.wysihtml5-toolbar .wizard > .actions a.fc-today-button:active, .wizard > .actions .note-editor a.btn-success.note-btn.btn-sm:active, .note-editor .wizard > .actions a.btn-success.note-btn.btn-sm:active, .wizard > .actions .note-editor a.note-btn.btn-sm.fc-prev-button:active, .note-editor .wizard > .actions a.note-btn.btn-sm.fc-prev-button:active, .wizard > .actions .note-editor a.note-btn.btn-sm.fc-next-button:active, .note-editor .wizard > .actions a.note-btn.btn-sm.fc-next-button:active, .wizard > .actions .note-editor a.note-btn.btn-sm.fc-today-button:active, .note-editor .wizard > .actions a.note-btn.btn-sm.fc-today-button:active, .wizard > .actions a.btn-outline.fc-prev-button:active, .wizard > .actions a.btn-outline.fc-next-button:active, .wizard > .actions a.btn-outline.fc-today-button:active, .wizard > .actions a.btn-outline.btn-success:active:hover, .wizard > .actions ul.wysihtml5-toolbar a.btn-success.btn:active:hover, ul.wysihtml5-toolbar .wizard > .actions a.btn-success.btn:active:hover, .wizard > .actions ul.wysihtml5-toolbar a.fc-prev-button:active:hover, ul.wysihtml5-toolbar .wizard > .actions a.fc-prev-button:active:hover, .wizard > .actions ul.wysihtml5-toolbar a.fc-next-button:active:hover, ul.wysihtml5-toolbar .wizard > .actions a.fc-next-button:active:hover, .wizard > .actions ul.wysihtml5-toolbar a.fc-today-button:active:hover, ul.wysihtml5-toolbar .wizard > .actions a.fc-today-button:active:hover, .wizard > .actions .note-editor a.btn-success.note-btn.btn-sm:active:hover, .note-editor .wizard > .actions a.btn-success.note-btn.btn-sm:active:hover, .wizard > .actions .note-editor a.note-btn.btn-sm.fc-prev-button:active:hover, .note-editor .wizard > .actions a.note-btn.btn-sm.fc-prev-button:active:hover, .wizard > .actions .note-editor a.note-btn.btn-sm.fc-next-button:active:hover, .note-editor .wizard > .actions a.note-btn.btn-sm.fc-next-button:active:hover, .wizard > .actions .note-editor a.note-btn.btn-sm.fc-today-button:active:hover, .note-editor .wizard > .actions a.note-btn.btn-sm.fc-today-button:active:hover, .wizard > .actions a.btn-outline.fc-prev-button:active:hover, .wizard > .actions a.btn-outline.fc-next-button:active:hover, .wizard > .actions a.btn-outline.fc-today-button:active:hover, ul.wysihtml5-toolbar a.btn.btn-success:active, ul.wysihtml5-toolbar .wizard > .actions a.btn-success:active, .wizard > .actions ul.wysihtml5-toolbar a.btn-success:active, ul.wysihtml5-toolbar .dt-buttons a.btn-success.dt-button:active, .dt-buttons ul.wysihtml5-toolbar a.btn-success.dt-button:active, ul.wysihtml5-toolbar .owl-theme .owl-nav a.btn-success[class*="owl-"]:active, .owl-theme .owl-nav ul.wysihtml5-toolbar a.btn-success[class*="owl-"]:active, ul.wysihtml5-toolbar a.fc-prev-button:active, ul.wysihtml5-toolbar a.fc-next-button:active, ul.wysihtml5-toolbar a.fc-today-button:active, .note-editor .btn.btn-success.note-btn.btn-sm:active, .note-editor .dt-buttons .btn-success.note-btn.btn-sm.dt-button:active, .dt-buttons .note-editor .btn-success.note-btn.btn-sm.dt-button:active, .note-editor .tablesaw-sortable th.tablesaw-sortable-head button.btn-success.note-btn.btn-sm:active, .tablesaw-sortable th.tablesaw-sortable-head .note-editor button.btn-success.note-btn.btn-sm:active, .note-editor .sweet-alert button.btn-success.note-btn.btn-sm:active, .sweet-alert .note-editor button.btn-success.note-btn.btn-sm:active, .note-editor .owl-theme .owl-nav .btn-success.note-btn.btn-sm[class*="owl-"]:active, .owl-theme .owl-nav .note-editor .btn-success.note-btn.btn-sm[class*="owl-"]:active, .note-editor button.note-btn.btn-sm.fc-agendaDay-button.fc-state-default.fc-corner-right:active,
.note-editor button.note-btn.btn-sm.fc-month-button.fc-state-default.fc-corner-left:active,
.note-editor button.note-btn.btn-sm.fc-agendaWeek-button:active, .note-editor .note-btn.btn-sm.fc-prev-button:active, .note-editor .note-btn.btn-sm.fc-next-button:active, .note-editor .note-btn.btn-sm.fc-today-button:active, .dt-buttons .btn-outline.btn-success.dt-button:active, .dt-buttons ul.wysihtml5-toolbar a.btn-success.dt-button.btn:active, ul.wysihtml5-toolbar .dt-buttons a.btn-success.dt-button.btn:active, .dt-buttons ul.wysihtml5-toolbar a.dt-button.fc-prev-button:active, ul.wysihtml5-toolbar .dt-buttons a.dt-button.fc-prev-button:active, .dt-buttons ul.wysihtml5-toolbar a.dt-button.fc-next-button:active, ul.wysihtml5-toolbar .dt-buttons a.dt-button.fc-next-button:active, .dt-buttons ul.wysihtml5-toolbar a.dt-button.fc-today-button:active, ul.wysihtml5-toolbar .dt-buttons a.dt-button.fc-today-button:active, .dt-buttons .note-editor .dt-button.note-btn.btn-sm.fc-prev-button:active, .note-editor .dt-buttons .dt-button.note-btn.btn-sm.fc-prev-button:active, .dt-buttons .note-editor .dt-button.note-btn.btn-sm.fc-next-button:active, .note-editor .dt-buttons .dt-button.note-btn.btn-sm.fc-next-button:active, .dt-buttons .note-editor .dt-button.note-btn.btn-sm.fc-today-button:active, .note-editor .dt-buttons .dt-button.note-btn.btn-sm.fc-today-button:active, .dt-buttons .tablesaw-sortable th.tablesaw-sortable-head button.btn-success.dt-button:active, .tablesaw-sortable th.tablesaw-sortable-head .dt-buttons button.btn-success.dt-button:active, .dt-buttons .tablesaw-sortable th.tablesaw-sortable-head button.dt-button.fc-prev-button:active, .tablesaw-sortable th.tablesaw-sortable-head .dt-buttons button.dt-button.fc-prev-button:active, .dt-buttons .tablesaw-sortable th.tablesaw-sortable-head button.dt-button.fc-next-button:active, .tablesaw-sortable th.tablesaw-sortable-head .dt-buttons button.dt-button.fc-next-button:active, .dt-buttons .tablesaw-sortable th.tablesaw-sortable-head button.dt-button.fc-today-button:active, .tablesaw-sortable th.tablesaw-sortable-head .dt-buttons button.dt-button.fc-today-button:active, .dt-buttons button.dt-button.fc-agendaDay-button.fc-state-default.fc-corner-right:active,
.dt-buttons button.dt-button.fc-month-button.fc-state-default.fc-corner-left:active,
.dt-buttons button.dt-button.fc-agendaWeek-button:active, .dt-buttons .btn-outline.dt-button.fc-prev-button:active, .dt-buttons .btn-outline.dt-button.fc-next-button:active, .dt-buttons .btn-outline.dt-button.fc-today-button:active, .tablesaw-sortable th.tablesaw-sortable-head button.btn-success:active, .tablesaw-sortable th.tablesaw-sortable-head button.fc-agendaDay-button.fc-state-default.fc-corner-right:active,
.tablesaw-sortable th.tablesaw-sortable-head button.fc-month-button.fc-state-default.fc-corner-left:active,
.tablesaw-sortable th.tablesaw-sortable-head button.fc-agendaWeek-button:active, .tablesaw-sortable th.tablesaw-sortable-head button.fc-prev-button:active, .tablesaw-sortable th.tablesaw-sortable-head button.fc-next-button:active, .tablesaw-sortable th.tablesaw-sortable-head button.fc-today-button:active, .sweet-alert button.btn-outline.btn-success:active, .sweet-alert .note-editor button.note-btn.btn-sm.fc-prev-button:active, .note-editor .sweet-alert button.note-btn.btn-sm.fc-prev-button:active, .sweet-alert .note-editor button.note-btn.btn-sm.fc-next-button:active, .note-editor .sweet-alert button.note-btn.btn-sm.fc-next-button:active, .sweet-alert .note-editor button.note-btn.btn-sm.fc-today-button:active, .note-editor .sweet-alert button.note-btn.btn-sm.fc-today-button:active, .sweet-alert .tablesaw-sortable th.tablesaw-sortable-head button.btn-success:active, .tablesaw-sortable th.tablesaw-sortable-head .sweet-alert button.btn-success:active, .sweet-alert .tablesaw-sortable th.tablesaw-sortable-head button.fc-prev-button:active, .tablesaw-sortable th.tablesaw-sortable-head .sweet-alert button.fc-prev-button:active, .sweet-alert .tablesaw-sortable th.tablesaw-sortable-head button.fc-next-button:active, .tablesaw-sortable th.tablesaw-sortable-head .sweet-alert button.fc-next-button:active, .sweet-alert .tablesaw-sortable th.tablesaw-sortable-head button.fc-today-button:active, .tablesaw-sortable th.tablesaw-sortable-head .sweet-alert button.fc-today-button:active, .sweet-alert button.fc-agendaDay-button.fc-state-default.fc-corner-right:active,
.sweet-alert button.fc-month-button.fc-state-default.fc-corner-left:active,
.sweet-alert button.fc-agendaWeek-button:active, .sweet-alert button.btn-outline.fc-prev-button:active, .sweet-alert button.btn-outline.fc-next-button:active, .sweet-alert button.btn-outline.fc-today-button:active, .owl-theme .owl-nav .btn-outline.btn-success[class*="owl-"]:active, .owl-theme .owl-nav ul.wysihtml5-toolbar a.btn-success[class*="owl-"].btn:active, ul.wysihtml5-toolbar .owl-theme .owl-nav a.btn-success[class*="owl-"].btn:active, .owl-theme .owl-nav ul.wysihtml5-toolbar a[class*="owl-"].fc-prev-button:active, ul.wysihtml5-toolbar .owl-theme .owl-nav a[class*="owl-"].fc-prev-button:active, .owl-theme .owl-nav ul.wysihtml5-toolbar a[class*="owl-"].fc-next-button:active, ul.wysihtml5-toolbar .owl-theme .owl-nav a[class*="owl-"].fc-next-button:active, .owl-theme .owl-nav ul.wysihtml5-toolbar a[class*="owl-"].fc-today-button:active, ul.wysihtml5-toolbar .owl-theme .owl-nav a[class*="owl-"].fc-today-button:active, .owl-theme .owl-nav .note-editor [class*="owl-"].note-btn.btn-sm.fc-prev-button:active, .note-editor .owl-theme .owl-nav [class*="owl-"].note-btn.btn-sm.fc-prev-button:active, .owl-theme .owl-nav .note-editor [class*="owl-"].note-btn.btn-sm.fc-next-button:active, .note-editor .owl-theme .owl-nav [class*="owl-"].note-btn.btn-sm.fc-next-button:active, .owl-theme .owl-nav .note-editor [class*="owl-"].note-btn.btn-sm.fc-today-button:active, .note-editor .owl-theme .owl-nav [class*="owl-"].note-btn.btn-sm.fc-today-button:active, .owl-theme .owl-nav .tablesaw-sortable th.tablesaw-sortable-head button.btn-success[class*="owl-"]:active, .tablesaw-sortable th.tablesaw-sortable-head .owl-theme .owl-nav button.btn-success[class*="owl-"]:active, .owl-theme .owl-nav .tablesaw-sortable th.tablesaw-sortable-head button[class*="owl-"].fc-prev-button:active, .tablesaw-sortable th.tablesaw-sortable-head .owl-theme .owl-nav button[class*="owl-"].fc-prev-button:active, .owl-theme .owl-nav .tablesaw-sortable th.tablesaw-sortable-head button[class*="owl-"].fc-next-button:active, .tablesaw-sortable th.tablesaw-sortable-head .owl-theme .owl-nav button[class*="owl-"].fc-next-button:active, .owl-theme .owl-nav .tablesaw-sortable th.tablesaw-sortable-head button[class*="owl-"].fc-today-button:active, .tablesaw-sortable th.tablesaw-sortable-head .owl-theme .owl-nav button[class*="owl-"].fc-today-button:active, .owl-theme .owl-nav button[class*="owl-"].fc-agendaDay-button.fc-state-default.fc-corner-right:active,
.owl-theme .owl-nav button[class*="owl-"].fc-month-button.fc-state-default.fc-corner-left:active,
.owl-theme .owl-nav button[class*="owl-"].fc-agendaWeek-button:active, .owl-theme .owl-nav .btn-outline[class*="owl-"].fc-prev-button:active, .owl-theme .owl-nav .btn-outline[class*="owl-"].fc-next-button:active, .owl-theme .owl-nav .btn-outline[class*="owl-"].fc-today-button:active, button.fc-agendaDay-button.fc-state-default.fc-corner-right:active,
button.fc-month-button.fc-state-default.fc-corner-left:active,
button.fc-agendaWeek-button:active, .btn-outline.fc-prev-button:active, button.fc-prev-button.fc-agendaDay-button.fc-state-default.fc-corner-right:active,
button.fc-prev-button.fc-month-button.fc-state-default.fc-corner-left:active,
button.fc-prev-button.fc-agendaWeek-button:active, .btn-outline.fc-next-button:active, button.fc-next-button.fc-agendaDay-button.fc-state-default.fc-corner-right:active,
button.fc-next-button.fc-month-button.fc-state-default.fc-corner-left:active,
button.fc-next-button.fc-agendaWeek-button:active, .btn-outline.fc-today-button:active, button.fc-today-button.fc-agendaDay-button.fc-state-default.fc-corner-right:active,
button.fc-today-button.fc-month-button.fc-state-default.fc-corner-left:active,
button.fc-today-button.fc-agendaWeek-button:active {
  border: solid 1px #469408;
}
.btn.btn-outline.btn-danger, .wizard > .actions a.btn-outline.btn-danger, .wizard > .actions .note-editor a.btn-danger.note-btn.btn-sm, .note-editor .wizard > .actions a.btn-danger.note-btn.btn-sm, ul.wysihtml5-toolbar a.btn.btn-danger, ul.wysihtml5-toolbar .wizard > .actions a.btn-danger, .wizard > .actions ul.wysihtml5-toolbar a.btn-danger, ul.wysihtml5-toolbar .dt-buttons a.btn-danger.dt-button, .dt-buttons ul.wysihtml5-toolbar a.btn-danger.dt-button, ul.wysihtml5-toolbar .owl-theme .owl-nav a.btn-danger[class*="owl-"], .owl-theme .owl-nav ul.wysihtml5-toolbar a.btn-danger[class*="owl-"], ul.wysihtml5-toolbar a.btn-danger.fc-prev-button, ul.wysihtml5-toolbar a.btn-danger.fc-next-button, ul.wysihtml5-toolbar a.btn-danger.fc-today-button, .note-editor .btn.btn-danger.note-btn.btn-sm, .note-editor .dt-buttons .btn-danger.note-btn.btn-sm.dt-button, .dt-buttons .note-editor .btn-danger.note-btn.btn-sm.dt-button, .note-editor .sweet-alert button.btn-danger.note-btn.btn-sm, .sweet-alert .note-editor button.btn-danger.note-btn.btn-sm, .note-editor .owl-theme .owl-nav .btn-danger.note-btn.btn-sm[class*="owl-"], .owl-theme .owl-nav .note-editor .btn-danger.note-btn.btn-sm[class*="owl-"],
.note-editor button.btn-danger.note-btn.btn-sm.fc-agendaWeek-button, .note-editor .btn-danger.note-btn.btn-sm.fc-prev-button, .note-editor .btn-danger.note-btn.btn-sm.fc-next-button, .note-editor .btn-danger.note-btn.btn-sm.fc-today-button, .dt-buttons .btn-outline.btn-danger.dt-button, .tablesaw-sortable th.tablesaw-sortable-head button.btn-danger, .sweet-alert button.btn-outline.btn-danger, .owl-theme .owl-nav .btn-outline.btn-danger[class*="owl-"],
.owl-theme .owl-nav button.btn-danger[class*="owl-"].fc-agendaWeek-button, button.btn-danger.fc-agendaDay-button.fc-state-default.fc-corner-right,
button.btn-danger.fc-month-button.fc-state-default.fc-corner-left,
button.btn-danger.fc-agendaWeek-button, .btn-outline.btn-danger.fc-prev-button, .btn-outline.btn-danger.fc-next-button, .btn-outline.btn-danger.fc-today-button {
  border: solid 1px rgba(234, 108, 65, 0.5);
  color: #ea6c41;
}
.btn.btn-outline.btn-danger:hover, .wizard > .actions a.btn-outline.btn-danger:hover, .wizard > .actions .note-editor a.btn-danger.note-btn.btn-sm:hover, .note-editor .wizard > .actions a.btn-danger.note-btn.btn-sm:hover, ul.wysihtml5-toolbar a.btn.btn-danger:hover, ul.wysihtml5-toolbar .wizard > .actions a.btn-danger:hover, .wizard > .actions ul.wysihtml5-toolbar a.btn-danger:hover, ul.wysihtml5-toolbar .dt-buttons a.btn-danger.dt-button:hover, .dt-buttons ul.wysihtml5-toolbar a.btn-danger.dt-button:hover, ul.wysihtml5-toolbar .owl-theme .owl-nav a.btn-danger[class*="owl-"]:hover, .owl-theme .owl-nav ul.wysihtml5-toolbar a.btn-danger[class*="owl-"]:hover, ul.wysihtml5-toolbar a.btn-danger.fc-prev-button:hover, ul.wysihtml5-toolbar a.btn-danger.fc-next-button:hover, ul.wysihtml5-toolbar a.btn-danger.fc-today-button:hover, .note-editor .btn.btn-danger.note-btn.btn-sm:hover, .note-editor .dt-buttons .btn-danger.note-btn.btn-sm.dt-button:hover, .dt-buttons .note-editor .btn-danger.note-btn.btn-sm.dt-button:hover, .note-editor .sweet-alert button.btn-danger.note-btn.btn-sm:hover, .sweet-alert .note-editor button.btn-danger.note-btn.btn-sm:hover, .note-editor .owl-theme .owl-nav .btn-danger.note-btn.btn-sm[class*="owl-"]:hover, .owl-theme .owl-nav .note-editor .btn-danger.note-btn.btn-sm[class*="owl-"]:hover, .note-editor .btn-danger.note-btn.btn-sm.fc-prev-button:hover, .note-editor .btn-danger.note-btn.btn-sm.fc-next-button:hover, .note-editor .btn-danger.note-btn.btn-sm.fc-today-button:hover, .dt-buttons .btn-outline.btn-danger.dt-button:hover, .tablesaw-sortable th.tablesaw-sortable-head button.btn-danger:hover, .sweet-alert button.btn-outline.btn-danger:hover, .owl-theme .owl-nav .btn-outline.btn-danger[class*="owl-"]:hover, button.btn-danger.fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
button.btn-danger.fc-month-button.fc-state-default.fc-corner-left:hover,
button.btn-danger.fc-agendaWeek-button:hover, .btn-outline.btn-danger.fc-prev-button:hover, .btn-outline.btn-danger.fc-next-button:hover, .btn-outline.btn-danger.fc-today-button:hover, .btn.btn-outline.btn-danger:focus, .wizard > .actions a.btn-outline.btn-danger:focus, .wizard > .actions .note-editor a.btn-danger.note-btn.btn-sm:focus, .note-editor .wizard > .actions a.btn-danger.note-btn.btn-sm:focus, ul.wysihtml5-toolbar a.btn.btn-danger:focus, ul.wysihtml5-toolbar .wizard > .actions a.btn-danger:focus, .wizard > .actions ul.wysihtml5-toolbar a.btn-danger:focus, ul.wysihtml5-toolbar .dt-buttons a.btn-danger.dt-button:focus, .dt-buttons ul.wysihtml5-toolbar a.btn-danger.dt-button:focus, ul.wysihtml5-toolbar .owl-theme .owl-nav a.btn-danger[class*="owl-"]:focus, .owl-theme .owl-nav ul.wysihtml5-toolbar a.btn-danger[class*="owl-"]:focus, ul.wysihtml5-toolbar a.btn-danger.fc-prev-button:focus, ul.wysihtml5-toolbar a.btn-danger.fc-next-button:focus, ul.wysihtml5-toolbar a.btn-danger.fc-today-button:focus, .note-editor .btn.btn-danger.note-btn.btn-sm:focus, .note-editor .dt-buttons .btn-danger.note-btn.btn-sm.dt-button:focus, .dt-buttons .note-editor .btn-danger.note-btn.btn-sm.dt-button:focus, .note-editor .sweet-alert button.btn-danger.note-btn.btn-sm:focus, .sweet-alert .note-editor button.btn-danger.note-btn.btn-sm:focus, .note-editor .owl-theme .owl-nav .btn-danger.note-btn.btn-sm[class*="owl-"]:focus, .owl-theme .owl-nav .note-editor .btn-danger.note-btn.btn-sm[class*="owl-"]:focus, .note-editor .btn-danger.note-btn.btn-sm.fc-prev-button:focus, .note-editor .btn-danger.note-btn.btn-sm.fc-next-button:focus, .note-editor .btn-danger.note-btn.btn-sm.fc-today-button:focus, .dt-buttons .btn-outline.btn-danger.dt-button:focus, .tablesaw-sortable th.tablesaw-sortable-head button.btn-danger:focus, .sweet-alert button.btn-outline.btn-danger:focus, .owl-theme .owl-nav .btn-outline.btn-danger[class*="owl-"]:focus, button.btn-danger.fc-agendaDay-button.fc-state-default.fc-corner-right:focus,
button.btn-danger.fc-month-button.fc-state-default.fc-corner-left:focus,
button.btn-danger.fc-agendaWeek-button:focus, .btn-outline.btn-danger.fc-prev-button:focus, .btn-outline.btn-danger.fc-next-button:focus, .btn-outline.btn-danger.fc-today-button:focus, .btn.btn-outline.btn-danger:active, .wizard > .actions a.btn-outline.btn-danger:active, .wizard > .actions .note-editor a.btn-danger.note-btn.btn-sm:active, .note-editor .wizard > .actions a.btn-danger.note-btn.btn-sm:active, ul.wysihtml5-toolbar a.btn.btn-danger:active, ul.wysihtml5-toolbar .wizard > .actions a.btn-danger:active, .wizard > .actions ul.wysihtml5-toolbar a.btn-danger:active, ul.wysihtml5-toolbar .dt-buttons a.btn-danger.dt-button:active, .dt-buttons ul.wysihtml5-toolbar a.btn-danger.dt-button:active, ul.wysihtml5-toolbar .owl-theme .owl-nav a.btn-danger[class*="owl-"]:active, .owl-theme .owl-nav ul.wysihtml5-toolbar a.btn-danger[class*="owl-"]:active, ul.wysihtml5-toolbar a.btn-danger.fc-prev-button:active, ul.wysihtml5-toolbar a.btn-danger.fc-next-button:active, ul.wysihtml5-toolbar a.btn-danger.fc-today-button:active, .note-editor .btn.btn-danger.note-btn.btn-sm:active, .note-editor .dt-buttons .btn-danger.note-btn.btn-sm.dt-button:active, .dt-buttons .note-editor .btn-danger.note-btn.btn-sm.dt-button:active, .note-editor .sweet-alert button.btn-danger.note-btn.btn-sm:active, .sweet-alert .note-editor button.btn-danger.note-btn.btn-sm:active, .note-editor .owl-theme .owl-nav .btn-danger.note-btn.btn-sm[class*="owl-"]:active, .owl-theme .owl-nav .note-editor .btn-danger.note-btn.btn-sm[class*="owl-"]:active, .note-editor .btn-danger.note-btn.btn-sm.fc-prev-button:active, .note-editor .btn-danger.note-btn.btn-sm.fc-next-button:active, .note-editor .btn-danger.note-btn.btn-sm.fc-today-button:active, .dt-buttons .btn-outline.btn-danger.dt-button:active, .tablesaw-sortable th.tablesaw-sortable-head button.btn-danger:active, .sweet-alert button.btn-outline.btn-danger:active, .owl-theme .owl-nav .btn-outline.btn-danger[class*="owl-"]:active, button.btn-danger.fc-agendaDay-button.fc-state-default.fc-corner-right:active,
button.btn-danger.fc-month-button.fc-state-default.fc-corner-left:active,
button.btn-danger.fc-agendaWeek-button:active, .btn-outline.btn-danger.fc-prev-button:active, .btn-outline.btn-danger.fc-next-button:active, .btn-outline.btn-danger.fc-today-button:active {
  border: solid 1px #ea6c41;
}
.btn.btn-outline.btn-warning, .wizard > .actions a.btn-outline.btn-warning, .wizard > .actions .note-editor a.btn-warning.note-btn.btn-sm, .note-editor .wizard > .actions a.btn-warning.note-btn.btn-sm, ul.wysihtml5-toolbar a.btn.btn-warning, ul.wysihtml5-toolbar .wizard > .actions a.btn-warning, .wizard > .actions ul.wysihtml5-toolbar a.btn-warning, ul.wysihtml5-toolbar .dt-buttons a.btn-warning.dt-button, .dt-buttons ul.wysihtml5-toolbar a.btn-warning.dt-button, ul.wysihtml5-toolbar .owl-theme .owl-nav a.btn-warning[class*="owl-"], .owl-theme .owl-nav ul.wysihtml5-toolbar a.btn-warning[class*="owl-"], ul.wysihtml5-toolbar a.btn-warning.fc-prev-button, ul.wysihtml5-toolbar a.btn-warning.fc-next-button, ul.wysihtml5-toolbar a.btn-warning.fc-today-button, .note-editor .btn.btn-warning.note-btn.btn-sm, .note-editor .dt-buttons .btn-warning.note-btn.btn-sm.dt-button, .dt-buttons .note-editor .btn-warning.note-btn.btn-sm.dt-button, .note-editor .sweet-alert button.btn-warning.note-btn.btn-sm, .sweet-alert .note-editor button.btn-warning.note-btn.btn-sm, .note-editor .owl-theme .owl-nav .btn-warning.note-btn.btn-sm[class*="owl-"], .owl-theme .owl-nav .note-editor .btn-warning.note-btn.btn-sm[class*="owl-"],
.note-editor button.btn-warning.note-btn.btn-sm.fc-agendaWeek-button, .note-editor .btn-warning.note-btn.btn-sm.fc-prev-button, .note-editor .btn-warning.note-btn.btn-sm.fc-next-button, .note-editor .btn-warning.note-btn.btn-sm.fc-today-button, .dt-buttons .btn-outline.btn-warning.dt-button, .tablesaw-sortable th.tablesaw-sortable-head button.btn-warning, .sweet-alert button.btn-outline.btn-warning, .owl-theme .owl-nav .btn-outline.btn-warning[class*="owl-"],
.owl-theme .owl-nav button.btn-warning[class*="owl-"].fc-agendaWeek-button, button.btn-warning.fc-agendaDay-button.fc-state-default.fc-corner-right,
button.btn-warning.fc-month-button.fc-state-default.fc-corner-left,
button.btn-warning.fc-agendaWeek-button, .btn-outline.btn-warning.fc-prev-button, .btn-outline.btn-warning.fc-next-button, .btn-outline.btn-warning.fc-today-button {
  border: solid 1px rgba(230, 154, 42, 0.5);
  color: #e69a2a;
}
.btn.btn-outline.btn-warning:hover, .wizard > .actions a.btn-outline.btn-warning:hover, .wizard > .actions .note-editor a.btn-warning.note-btn.btn-sm:hover, .note-editor .wizard > .actions a.btn-warning.note-btn.btn-sm:hover, ul.wysihtml5-toolbar a.btn.btn-warning:hover, ul.wysihtml5-toolbar .wizard > .actions a.btn-warning:hover, .wizard > .actions ul.wysihtml5-toolbar a.btn-warning:hover, ul.wysihtml5-toolbar .dt-buttons a.btn-warning.dt-button:hover, .dt-buttons ul.wysihtml5-toolbar a.btn-warning.dt-button:hover, ul.wysihtml5-toolbar .owl-theme .owl-nav a.btn-warning[class*="owl-"]:hover, .owl-theme .owl-nav ul.wysihtml5-toolbar a.btn-warning[class*="owl-"]:hover, ul.wysihtml5-toolbar a.btn-warning.fc-prev-button:hover, ul.wysihtml5-toolbar a.btn-warning.fc-next-button:hover, ul.wysihtml5-toolbar a.btn-warning.fc-today-button:hover, .note-editor .btn.btn-warning.note-btn.btn-sm:hover, .note-editor .dt-buttons .btn-warning.note-btn.btn-sm.dt-button:hover, .dt-buttons .note-editor .btn-warning.note-btn.btn-sm.dt-button:hover, .note-editor .sweet-alert button.btn-warning.note-btn.btn-sm:hover, .sweet-alert .note-editor button.btn-warning.note-btn.btn-sm:hover, .note-editor .owl-theme .owl-nav .btn-warning.note-btn.btn-sm[class*="owl-"]:hover, .owl-theme .owl-nav .note-editor .btn-warning.note-btn.btn-sm[class*="owl-"]:hover, .note-editor .btn-warning.note-btn.btn-sm.fc-prev-button:hover, .note-editor .btn-warning.note-btn.btn-sm.fc-next-button:hover, .note-editor .btn-warning.note-btn.btn-sm.fc-today-button:hover, .dt-buttons .btn-outline.btn-warning.dt-button:hover, .tablesaw-sortable th.tablesaw-sortable-head button.btn-warning:hover, .sweet-alert button.btn-outline.btn-warning:hover, .owl-theme .owl-nav .btn-outline.btn-warning[class*="owl-"]:hover, button.btn-warning.fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
button.btn-warning.fc-month-button.fc-state-default.fc-corner-left:hover,
button.btn-warning.fc-agendaWeek-button:hover, .btn-outline.btn-warning.fc-prev-button:hover, .btn-outline.btn-warning.fc-next-button:hover, .btn-outline.btn-warning.fc-today-button:hover, .btn.btn-outline.btn-warning:focus, .wizard > .actions a.btn-outline.btn-warning:focus, .wizard > .actions .note-editor a.btn-warning.note-btn.btn-sm:focus, .note-editor .wizard > .actions a.btn-warning.note-btn.btn-sm:focus, ul.wysihtml5-toolbar a.btn.btn-warning:focus, ul.wysihtml5-toolbar .wizard > .actions a.btn-warning:focus, .wizard > .actions ul.wysihtml5-toolbar a.btn-warning:focus, ul.wysihtml5-toolbar .dt-buttons a.btn-warning.dt-button:focus, .dt-buttons ul.wysihtml5-toolbar a.btn-warning.dt-button:focus, ul.wysihtml5-toolbar .owl-theme .owl-nav a.btn-warning[class*="owl-"]:focus, .owl-theme .owl-nav ul.wysihtml5-toolbar a.btn-warning[class*="owl-"]:focus, ul.wysihtml5-toolbar a.btn-warning.fc-prev-button:focus, ul.wysihtml5-toolbar a.btn-warning.fc-next-button:focus, ul.wysihtml5-toolbar a.btn-warning.fc-today-button:focus, .note-editor .btn.btn-warning.note-btn.btn-sm:focus, .note-editor .dt-buttons .btn-warning.note-btn.btn-sm.dt-button:focus, .dt-buttons .note-editor .btn-warning.note-btn.btn-sm.dt-button:focus, .note-editor .sweet-alert button.btn-warning.note-btn.btn-sm:focus, .sweet-alert .note-editor button.btn-warning.note-btn.btn-sm:focus, .note-editor .owl-theme .owl-nav .btn-warning.note-btn.btn-sm[class*="owl-"]:focus, .owl-theme .owl-nav .note-editor .btn-warning.note-btn.btn-sm[class*="owl-"]:focus, .note-editor .btn-warning.note-btn.btn-sm.fc-prev-button:focus, .note-editor .btn-warning.note-btn.btn-sm.fc-next-button:focus, .note-editor .btn-warning.note-btn.btn-sm.fc-today-button:focus, .dt-buttons .btn-outline.btn-warning.dt-button:focus, .tablesaw-sortable th.tablesaw-sortable-head button.btn-warning:focus, .sweet-alert button.btn-outline.btn-warning:focus, .owl-theme .owl-nav .btn-outline.btn-warning[class*="owl-"]:focus, button.btn-warning.fc-agendaDay-button.fc-state-default.fc-corner-right:focus,
button.btn-warning.fc-month-button.fc-state-default.fc-corner-left:focus,
button.btn-warning.fc-agendaWeek-button:focus, .btn-outline.btn-warning.fc-prev-button:focus, .btn-outline.btn-warning.fc-next-button:focus, .btn-outline.btn-warning.fc-today-button:focus, .btn.btn-outline.btn-warning:active, .wizard > .actions a.btn-outline.btn-warning:active, .wizard > .actions .note-editor a.btn-warning.note-btn.btn-sm:active, .note-editor .wizard > .actions a.btn-warning.note-btn.btn-sm:active, ul.wysihtml5-toolbar a.btn.btn-warning:active, ul.wysihtml5-toolbar .wizard > .actions a.btn-warning:active, .wizard > .actions ul.wysihtml5-toolbar a.btn-warning:active, ul.wysihtml5-toolbar .dt-buttons a.btn-warning.dt-button:active, .dt-buttons ul.wysihtml5-toolbar a.btn-warning.dt-button:active, ul.wysihtml5-toolbar .owl-theme .owl-nav a.btn-warning[class*="owl-"]:active, .owl-theme .owl-nav ul.wysihtml5-toolbar a.btn-warning[class*="owl-"]:active, ul.wysihtml5-toolbar a.btn-warning.fc-prev-button:active, ul.wysihtml5-toolbar a.btn-warning.fc-next-button:active, ul.wysihtml5-toolbar a.btn-warning.fc-today-button:active, .note-editor .btn.btn-warning.note-btn.btn-sm:active, .note-editor .dt-buttons .btn-warning.note-btn.btn-sm.dt-button:active, .dt-buttons .note-editor .btn-warning.note-btn.btn-sm.dt-button:active, .note-editor .sweet-alert button.btn-warning.note-btn.btn-sm:active, .sweet-alert .note-editor button.btn-warning.note-btn.btn-sm:active, .note-editor .owl-theme .owl-nav .btn-warning.note-btn.btn-sm[class*="owl-"]:active, .owl-theme .owl-nav .note-editor .btn-warning.note-btn.btn-sm[class*="owl-"]:active, .note-editor .btn-warning.note-btn.btn-sm.fc-prev-button:active, .note-editor .btn-warning.note-btn.btn-sm.fc-next-button:active, .note-editor .btn-warning.note-btn.btn-sm.fc-today-button:active, .dt-buttons .btn-outline.btn-warning.dt-button:active, .tablesaw-sortable th.tablesaw-sortable-head button.btn-warning:active, .sweet-alert button.btn-outline.btn-warning:active, .owl-theme .owl-nav .btn-outline.btn-warning[class*="owl-"]:active, button.btn-warning.fc-agendaDay-button.fc-state-default.fc-corner-right:active,
button.btn-warning.fc-month-button.fc-state-default.fc-corner-left:active,
button.btn-warning.fc-agendaWeek-button:active, .btn-outline.btn-warning.fc-prev-button:active, .btn-outline.btn-warning.fc-next-button:active, .btn-outline.btn-warning.fc-today-button:active {
  border: solid 1px #e69a2a;
}
.btn.btn-outline.btn-outline-white, .wizard > .actions a.btn-outline.btn-outline-white, .wizard > .actions .note-editor a.btn-outline-white.note-btn.btn-sm, .note-editor .wizard > .actions a.btn-outline-white.note-btn.btn-sm, ul.wysihtml5-toolbar a.btn.btn-outline-white, ul.wysihtml5-toolbar .wizard > .actions a.btn-outline-white, .wizard > .actions ul.wysihtml5-toolbar a.btn-outline-white, ul.wysihtml5-toolbar .dt-buttons a.btn-outline-white.dt-button, .dt-buttons ul.wysihtml5-toolbar a.btn-outline-white.dt-button, ul.wysihtml5-toolbar .owl-theme .owl-nav a.btn-outline-white[class*="owl-"], .owl-theme .owl-nav ul.wysihtml5-toolbar a.btn-outline-white[class*="owl-"], ul.wysihtml5-toolbar a.btn-outline-white.fc-prev-button, ul.wysihtml5-toolbar a.btn-outline-white.fc-next-button, ul.wysihtml5-toolbar a.btn-outline-white.fc-today-button, .note-editor .btn.btn-outline-white.note-btn.btn-sm, .note-editor .dt-buttons .btn-outline-white.note-btn.btn-sm.dt-button, .dt-buttons .note-editor .btn-outline-white.note-btn.btn-sm.dt-button, .note-editor .sweet-alert button.btn-outline-white.note-btn.btn-sm, .sweet-alert .note-editor button.btn-outline-white.note-btn.btn-sm, .note-editor .owl-theme .owl-nav .btn-outline-white.note-btn.btn-sm[class*="owl-"], .owl-theme .owl-nav .note-editor .btn-outline-white.note-btn.btn-sm[class*="owl-"],
.note-editor button.btn-outline-white.note-btn.btn-sm.fc-agendaWeek-button, .note-editor .btn-outline-white.note-btn.btn-sm.fc-prev-button, .note-editor .btn-outline-white.note-btn.btn-sm.fc-next-button, .note-editor .btn-outline-white.note-btn.btn-sm.fc-today-button, .dt-buttons .btn-outline.btn-outline-white.dt-button, .tablesaw-sortable th.tablesaw-sortable-head button.btn-outline-white, .sweet-alert button.btn-outline.btn-outline-white, .owl-theme .owl-nav .btn-outline.btn-outline-white[class*="owl-"],
.owl-theme .owl-nav button.btn-outline-white[class*="owl-"].fc-agendaWeek-button, button.btn-outline-white.fc-agendaDay-button.fc-state-default.fc-corner-right,
button.btn-outline-white.fc-month-button.fc-state-default.fc-corner-left,
button.btn-outline-white.fc-agendaWeek-button, .btn-outline.btn-outline-white.fc-prev-button, .btn-outline.btn-outline-white.fc-next-button, .btn-outline.btn-outline-white.fc-today-button {
  border: solid 1px rgba(255, 255, 255, 0.5);
  color: white !important;
}
.btn.btn-outline.btn-outline-white:hover, .wizard > .actions a.btn-outline.btn-outline-white:hover, .wizard > .actions .note-editor a.btn-outline-white.note-btn.btn-sm:hover, .note-editor .wizard > .actions a.btn-outline-white.note-btn.btn-sm:hover, ul.wysihtml5-toolbar a.btn.btn-outline-white:hover, ul.wysihtml5-toolbar .wizard > .actions a.btn-outline-white:hover, .wizard > .actions ul.wysihtml5-toolbar a.btn-outline-white:hover, ul.wysihtml5-toolbar .dt-buttons a.btn-outline-white.dt-button:hover, .dt-buttons ul.wysihtml5-toolbar a.btn-outline-white.dt-button:hover, ul.wysihtml5-toolbar .owl-theme .owl-nav a.btn-outline-white[class*="owl-"]:hover, .owl-theme .owl-nav ul.wysihtml5-toolbar a.btn-outline-white[class*="owl-"]:hover, ul.wysihtml5-toolbar a.btn-outline-white.fc-prev-button:hover, ul.wysihtml5-toolbar a.btn-outline-white.fc-next-button:hover, ul.wysihtml5-toolbar a.btn-outline-white.fc-today-button:hover, .note-editor .btn.btn-outline-white.note-btn.btn-sm:hover, .note-editor .dt-buttons .btn-outline-white.note-btn.btn-sm.dt-button:hover, .dt-buttons .note-editor .btn-outline-white.note-btn.btn-sm.dt-button:hover, .note-editor .sweet-alert button.btn-outline-white.note-btn.btn-sm:hover, .sweet-alert .note-editor button.btn-outline-white.note-btn.btn-sm:hover, .note-editor .owl-theme .owl-nav .btn-outline-white.note-btn.btn-sm[class*="owl-"]:hover, .owl-theme .owl-nav .note-editor .btn-outline-white.note-btn.btn-sm[class*="owl-"]:hover, .note-editor .btn-outline-white.note-btn.btn-sm.fc-prev-button:hover, .note-editor .btn-outline-white.note-btn.btn-sm.fc-next-button:hover, .note-editor .btn-outline-white.note-btn.btn-sm.fc-today-button:hover, .dt-buttons .btn-outline.btn-outline-white.dt-button:hover, .tablesaw-sortable th.tablesaw-sortable-head button.btn-outline-white:hover, .sweet-alert button.btn-outline.btn-outline-white:hover, .owl-theme .owl-nav .btn-outline.btn-outline-white[class*="owl-"]:hover, button.btn-outline-white.fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
button.btn-outline-white.fc-month-button.fc-state-default.fc-corner-left:hover,
button.btn-outline-white.fc-agendaWeek-button:hover, .btn-outline.btn-outline-white.fc-prev-button:hover, .btn-outline.btn-outline-white.fc-next-button:hover, .btn-outline.btn-outline-white.fc-today-button:hover {
  border: solid 1px white;
}
.btn.btn-rounded, .wizard > .actions a.btn-rounded, .dt-buttons .btn-rounded.dt-button,
.dt-buttons button.dt-button.fc-agendaWeek-button, .tablesaw-sortable th.tablesaw-sortable-head button.btn-rounded,
.tablesaw-sortable th.tablesaw-sortable-head button.fc-agendaWeek-button, .sweet-alert button.btn-rounded, .owl-theme .owl-nav .btn-rounded[class*="owl-"],
.owl-theme .owl-nav button[class*="owl-"].fc-agendaWeek-button, button.fc-agendaDay-button.fc-state-default.fc-corner-right,
button.fc-month-button.fc-state-default.fc-corner-left,
button.fc-agendaWeek-button, .btn-rounded.fc-prev-button, .btn-rounded.fc-next-button, .btn-rounded.fc-today-button {
  border-radius: 60px;
}
.btn.btn-lg, .wizard > .actions a.btn-lg, .dt-buttons .btn-lg.dt-button, .tablesaw-sortable th.tablesaw-sortable-head button.btn-lg, .sweet-alert button.btn-lg, .owl-theme .owl-nav .btn-lg[class*="owl-"], button.btn-lg.fc-agendaDay-button.fc-state-default.fc-corner-right,
button.btn-lg.fc-month-button.fc-state-default.fc-corner-left,
button.btn-lg.fc-agendaWeek-button, .btn-lg.fc-prev-button, .btn-lg.fc-next-button, .btn-lg.fc-today-button {
  padding: 12px 25px;
}
.btn.btn-sm, .wizard > .actions a.btn-sm, .dt-buttons .btn-sm.dt-button, .tablesaw-sortable th.tablesaw-sortable-head button.btn-sm, .sweet-alert button.btn-sm, .owl-theme .owl-nav .btn-sm[class*="owl-"], button.btn-sm.fc-agendaDay-button.fc-state-default.fc-corner-right,
button.btn-sm.fc-month-button.fc-state-default.fc-corner-left,
button.btn-sm.fc-agendaWeek-button, .btn-sm.fc-prev-button, .btn-sm.fc-next-button, .btn-sm.fc-today-button {
  padding: 8px 25px;
}
.btn.btn-xs, .wizard > .actions a.btn-xs, .wizard > .actions .dt-buttons a.dt-button, .dt-buttons .wizard > .actions a.dt-button, .wizard > .actions .owl-theme .owl-nav a[class*="owl-"]:hover, .owl-theme .owl-nav .wizard > .actions a[class*="owl-"]:hover, .wizard > .actions .owl-theme .owl-nav a[class*="owl-"]:active, .owl-theme .owl-nav .wizard > .actions a[class*="owl-"]:active, .dt-buttons .dt-button, .tablesaw-sortable th.tablesaw-sortable-head button.btn-xs, .tablesaw-sortable th.tablesaw-sortable-head .dt-buttons button.dt-button, .dt-buttons .tablesaw-sortable th.tablesaw-sortable-head button.dt-button, .sweet-alert button.btn-xs, .owl-theme .owl-nav [class*="owl-"], button.btn-xs.fc-agendaDay-button.fc-state-default.fc-corner-right, .dt-buttons button.fc-agendaDay-button.fc-state-default.fc-corner-right.dt-button, .owl-theme .owl-nav button.fc-agendaDay-button.fc-state-default.fc-corner-right[class*="owl-"],
button.btn-xs.fc-month-button.fc-state-default.fc-corner-left,
.dt-buttons button.fc-month-button.fc-state-default.fc-corner-left.dt-button,
.owl-theme .owl-nav button.fc-month-button.fc-state-default.fc-corner-left[class*="owl-"],
button.btn-xs.fc-agendaWeek-button, .btn-xs.fc-prev-button, .btn-xs.fc-next-button, .btn-xs.fc-today-button {
  padding: 4px 25px;
}
.btn.btn-icon i, .wizard > .actions a.btn-icon i, .dt-buttons .btn-icon.dt-button i, .tablesaw-sortable th.tablesaw-sortable-head button.btn-icon i, .sweet-alert button.btn-icon i, .owl-theme .owl-nav .btn-icon[class*="owl-"] i, button.btn-icon.fc-agendaDay-button.fc-state-default.fc-corner-right i,
button.btn-icon.fc-month-button.fc-state-default.fc-corner-left i,
button.btn-icon.fc-agendaWeek-button i, .btn-icon.fc-prev-button i, .btn-icon.fc-next-button i, .btn-icon.fc-today-button i {
  padding-right: 6px;
  font-size: 14px;
}
.btn.btn-icon.right-icon i, .wizard > .actions a.btn-icon.right-icon i, .dt-buttons .btn-icon.right-icon.dt-button i, .tablesaw-sortable th.tablesaw-sortable-head button.btn-icon.right-icon i, .sweet-alert button.btn-icon.right-icon i, .owl-theme .owl-nav .btn-icon.right-icon[class*="owl-"] i, button.btn-icon.right-icon.fc-agendaDay-button.fc-state-default.fc-corner-right i,
button.btn-icon.right-icon.fc-month-button.fc-state-default.fc-corner-left i,
button.btn-icon.right-icon.fc-agendaWeek-button i, .btn-icon.right-icon.fc-prev-button i, .btn-icon.right-icon.fc-next-button i, .btn-icon.right-icon.fc-today-button i {
  padding-left: 6px;
}
.btn.btn-icon.left-icon i, .wizard > .actions a.btn-icon.left-icon i, .dt-buttons .btn-icon.left-icon.dt-button i, .tablesaw-sortable th.tablesaw-sortable-head button.btn-icon.left-icon i, .sweet-alert button.btn-icon.left-icon i, .owl-theme .owl-nav .btn-icon.left-icon[class*="owl-"] i, button.btn-icon.left-icon.fc-agendaDay-button.fc-state-default.fc-corner-right i,
button.btn-icon.left-icon.fc-month-button.fc-state-default.fc-corner-left i,
button.btn-icon.left-icon.fc-agendaWeek-button i, .btn-icon.left-icon.fc-prev-button i, .btn-icon.left-icon.fc-next-button i, .btn-icon.left-icon.fc-today-button i {
  padding-right: 6px;
}
.btn.btn-lable-wrap, .wizard > .actions a.btn-lable-wrap, .dt-buttons .btn-lable-wrap.dt-button, .tablesaw-sortable th.tablesaw-sortable-head button.btn-lable-wrap, .sweet-alert button.btn-lable-wrap, .owl-theme .owl-nav .btn-lable-wrap[class*="owl-"], button.btn-lable-wrap.fc-agendaDay-button.fc-state-default.fc-corner-right,
button.btn-lable-wrap.fc-month-button.fc-state-default.fc-corner-left,
button.btn-lable-wrap.fc-agendaWeek-button, .btn-lable-wrap.fc-prev-button, .btn-lable-wrap.fc-next-button, .btn-lable-wrap.fc-today-button {
  position: relative;
}
.btn.btn-lable-wrap .btn-label, .wizard > .actions a.btn-lable-wrap .btn-label, .dt-buttons .btn-lable-wrap.dt-button .btn-label, .tablesaw-sortable th.tablesaw-sortable-head button.btn-lable-wrap .btn-label, .sweet-alert button.btn-lable-wrap .btn-label, .owl-theme .owl-nav .btn-lable-wrap[class*="owl-"] .btn-label, button.btn-lable-wrap.fc-agendaDay-button.fc-state-default.fc-corner-right .btn-label,
button.btn-lable-wrap.fc-month-button.fc-state-default.fc-corner-left .btn-label,
button.btn-lable-wrap.fc-agendaWeek-button .btn-label, .btn-lable-wrap.fc-prev-button .btn-label, .btn-lable-wrap.fc-next-button .btn-label, .btn-lable-wrap.fc-today-button .btn-label {
  background: rgba(0, 0, 0, 0.05) none repeat scroll 0 0;
  padding: 11px 15px;
  position: absolute;
  top: -2px;
}
.btn.btn-lable-wrap .btn-label i, .wizard > .actions a.btn-lable-wrap .btn-label i, .dt-buttons .btn-lable-wrap.dt-button .btn-label i, .tablesaw-sortable th.tablesaw-sortable-head button.btn-lable-wrap .btn-label i, .sweet-alert button.btn-lable-wrap .btn-label i, .owl-theme .owl-nav .btn-lable-wrap[class*="owl-"] .btn-label i, button.btn-lable-wrap.fc-agendaDay-button.fc-state-default.fc-corner-right .btn-label i,
button.btn-lable-wrap.fc-month-button.fc-state-default.fc-corner-left .btn-label i,
button.btn-lable-wrap.fc-agendaWeek-button .btn-label i, .btn-lable-wrap.fc-prev-button .btn-label i, .btn-lable-wrap.fc-next-button .btn-label i, .btn-lable-wrap.fc-today-button .btn-label i {
  font-size: 14px;
}
.btn.btn-lable-wrap.left-label .btn-label, .wizard > .actions a.btn-lable-wrap.left-label .btn-label, .dt-buttons .btn-lable-wrap.left-label.dt-button .btn-label, .tablesaw-sortable th.tablesaw-sortable-head button.btn-lable-wrap.left-label .btn-label, .sweet-alert button.btn-lable-wrap.left-label .btn-label, .owl-theme .owl-nav .btn-lable-wrap.left-label[class*="owl-"] .btn-label, button.btn-lable-wrap.left-label.fc-agendaDay-button.fc-state-default.fc-corner-right .btn-label,
button.btn-lable-wrap.left-label.fc-month-button.fc-state-default.fc-corner-left .btn-label,
button.btn-lable-wrap.left-label.fc-agendaWeek-button .btn-label, .btn-lable-wrap.left-label.fc-prev-button .btn-label, .btn-lable-wrap.left-label.fc-next-button .btn-label, .btn-lable-wrap.left-label.fc-today-button .btn-label {
  left: -2px;
}
.btn.btn-lable-wrap.left-label .btn-text, .wizard > .actions a.btn-lable-wrap.left-label .btn-text, .dt-buttons .btn-lable-wrap.left-label.dt-button .btn-text, .tablesaw-sortable th.tablesaw-sortable-head button.btn-lable-wrap.left-label .btn-text, .sweet-alert button.btn-lable-wrap.left-label .btn-text, .owl-theme .owl-nav .btn-lable-wrap.left-label[class*="owl-"] .btn-text, button.btn-lable-wrap.left-label.fc-agendaDay-button.fc-state-default.fc-corner-right .btn-text,
button.btn-lable-wrap.left-label.fc-month-button.fc-state-default.fc-corner-left .btn-text,
button.btn-lable-wrap.left-label.fc-agendaWeek-button .btn-text, .btn-lable-wrap.left-label.fc-prev-button .btn-text, .btn-lable-wrap.left-label.fc-next-button .btn-text, .btn-lable-wrap.left-label.fc-today-button .btn-text {
  margin-left: 35px;
}
.btn.btn-lable-wrap.right-label .btn-label, .wizard > .actions a.btn-lable-wrap.right-label .btn-label, .dt-buttons .btn-lable-wrap.right-label.dt-button .btn-label, .tablesaw-sortable th.tablesaw-sortable-head button.btn-lable-wrap.right-label .btn-label, .sweet-alert button.btn-lable-wrap.right-label .btn-label, .owl-theme .owl-nav .btn-lable-wrap.right-label[class*="owl-"] .btn-label, button.btn-lable-wrap.right-label.fc-agendaDay-button.fc-state-default.fc-corner-right .btn-label,
button.btn-lable-wrap.right-label.fc-month-button.fc-state-default.fc-corner-left .btn-label,
button.btn-lable-wrap.right-label.fc-agendaWeek-button .btn-label, .btn-lable-wrap.right-label.fc-prev-button .btn-label, .btn-lable-wrap.right-label.fc-next-button .btn-label, .btn-lable-wrap.right-label.fc-today-button .btn-label {
  right: -2px;
}
.btn.btn-lable-wrap.right-label .btn-text, .wizard > .actions a.btn-lable-wrap.right-label .btn-text, .dt-buttons .btn-lable-wrap.right-label.dt-button .btn-text, .tablesaw-sortable th.tablesaw-sortable-head button.btn-lable-wrap.right-label .btn-text, .sweet-alert button.btn-lable-wrap.right-label .btn-text, .owl-theme .owl-nav .btn-lable-wrap.right-label[class*="owl-"] .btn-text, button.btn-lable-wrap.right-label.fc-agendaDay-button.fc-state-default.fc-corner-right .btn-text,
button.btn-lable-wrap.right-label.fc-month-button.fc-state-default.fc-corner-left .btn-text,
button.btn-lable-wrap.right-label.fc-agendaWeek-button .btn-text, .btn-lable-wrap.right-label.fc-prev-button .btn-text, .btn-lable-wrap.right-label.fc-next-button .btn-text, .btn-lable-wrap.right-label.fc-today-button .btn-text {
  margin-right: 35px;
}
.btn.btn-rounded.left-label .btn-label, .wizard > .actions a.btn-rounded.left-label .btn-label, .dt-buttons .btn-rounded.left-label.dt-button .btn-label,
.dt-buttons button.left-label.dt-button.fc-agendaWeek-button .btn-label, .tablesaw-sortable th.tablesaw-sortable-head button.btn-rounded.left-label .btn-label,
.tablesaw-sortable th.tablesaw-sortable-head button.left-label.fc-agendaWeek-button .btn-label, .sweet-alert button.btn-rounded.left-label .btn-label,
.sweet-alert button.left-label.fc-agendaWeek-button .btn-label, .owl-theme .owl-nav .btn-rounded.left-label[class*="owl-"] .btn-label,
.owl-theme .owl-nav button.left-label[class*="owl-"].fc-agendaWeek-button .btn-label, button.left-label.fc-agendaDay-button.fc-state-default.fc-corner-right .btn-label,
button.left-label.fc-month-button.fc-state-default.fc-corner-left .btn-label,
button.left-label.fc-agendaWeek-button .btn-label, .btn-rounded.left-label.fc-prev-button .btn-label,
button.left-label.fc-prev-button.fc-agendaWeek-button .btn-label, .btn-rounded.left-label.fc-next-button .btn-label,
button.left-label.fc-next-button.fc-agendaWeek-button .btn-label, .btn-rounded.left-label.fc-today-button .btn-label,
button.left-label.fc-today-button.fc-agendaWeek-button .btn-label {
  border-bottom-left-radius: 60px;
  border-top-left-radius: 60px;
}
.btn.btn-rounded.right-label .btn-label, .wizard > .actions a.btn-rounded.right-label .btn-label, .dt-buttons .btn-rounded.right-label.dt-button .btn-label,
.dt-buttons button.right-label.dt-button.fc-agendaWeek-button .btn-label, .tablesaw-sortable th.tablesaw-sortable-head button.btn-rounded.right-label .btn-label,
.tablesaw-sortable th.tablesaw-sortable-head button.right-label.fc-agendaWeek-button .btn-label, .sweet-alert button.btn-rounded.right-label .btn-label,
.sweet-alert button.right-label.fc-agendaWeek-button .btn-label, .owl-theme .owl-nav .btn-rounded.right-label[class*="owl-"] .btn-label,
.owl-theme .owl-nav button.right-label[class*="owl-"].fc-agendaWeek-button .btn-label, button.right-label.fc-agendaDay-button.fc-state-default.fc-corner-right .btn-label,
button.right-label.fc-month-button.fc-state-default.fc-corner-left .btn-label,
button.right-label.fc-agendaWeek-button .btn-label, .btn-rounded.right-label.fc-prev-button .btn-label,
button.right-label.fc-prev-button.fc-agendaWeek-button .btn-label, .btn-rounded.right-label.fc-next-button .btn-label,
button.right-label.fc-next-button.fc-agendaWeek-button .btn-label, .btn-rounded.right-label.fc-today-button .btn-label,
button.right-label.fc-today-button.fc-agendaWeek-button .btn-label {
  border-bottom-right-radius: 60px;
  border-top-right-radius: 60px;
}
.btn.btn-outline.btn-lable-wrap .btn-label, .wizard > .actions a.btn-outline.btn-lable-wrap .btn-label, .wizard > .actions .note-editor a.btn-lable-wrap.note-btn.btn-sm .btn-label, .note-editor .wizard > .actions a.btn-lable-wrap.note-btn.btn-sm .btn-label, ul.wysihtml5-toolbar a.btn.btn-lable-wrap .btn-label, ul.wysihtml5-toolbar .wizard > .actions a.btn-lable-wrap .btn-label, .wizard > .actions ul.wysihtml5-toolbar a.btn-lable-wrap .btn-label, ul.wysihtml5-toolbar .dt-buttons a.btn-lable-wrap.dt-button .btn-label, .dt-buttons ul.wysihtml5-toolbar a.btn-lable-wrap.dt-button .btn-label, ul.wysihtml5-toolbar .owl-theme .owl-nav a.btn-lable-wrap[class*="owl-"] .btn-label, .owl-theme .owl-nav ul.wysihtml5-toolbar a.btn-lable-wrap[class*="owl-"] .btn-label, ul.wysihtml5-toolbar a.btn-lable-wrap.fc-prev-button .btn-label, ul.wysihtml5-toolbar a.btn-lable-wrap.fc-next-button .btn-label, ul.wysihtml5-toolbar a.btn-lable-wrap.fc-today-button .btn-label, .note-editor .btn.btn-lable-wrap.note-btn.btn-sm .btn-label, .note-editor .dt-buttons .btn-lable-wrap.note-btn.btn-sm.dt-button .btn-label, .dt-buttons .note-editor .btn-lable-wrap.note-btn.btn-sm.dt-button .btn-label, .note-editor .sweet-alert button.btn-lable-wrap.note-btn.btn-sm .btn-label, .sweet-alert .note-editor button.btn-lable-wrap.note-btn.btn-sm .btn-label, .note-editor .owl-theme .owl-nav .btn-lable-wrap.note-btn.btn-sm[class*="owl-"] .btn-label, .owl-theme .owl-nav .note-editor .btn-lable-wrap.note-btn.btn-sm[class*="owl-"] .btn-label,
.note-editor button.btn-lable-wrap.note-btn.btn-sm.fc-agendaWeek-button .btn-label, .note-editor .btn-lable-wrap.note-btn.btn-sm.fc-prev-button .btn-label, .note-editor .btn-lable-wrap.note-btn.btn-sm.fc-next-button .btn-label, .note-editor .btn-lable-wrap.note-btn.btn-sm.fc-today-button .btn-label, .dt-buttons .btn-outline.btn-lable-wrap.dt-button .btn-label,
.dt-buttons button.btn-lable-wrap.dt-button.fc-agendaWeek-button .btn-label, .tablesaw-sortable th.tablesaw-sortable-head button.btn-lable-wrap .btn-label, .sweet-alert button.btn-outline.btn-lable-wrap .btn-label,
.sweet-alert button.btn-lable-wrap.fc-agendaWeek-button .btn-label, .owl-theme .owl-nav .btn-outline.btn-lable-wrap[class*="owl-"] .btn-label,
.owl-theme .owl-nav button.btn-lable-wrap[class*="owl-"].fc-agendaWeek-button .btn-label, button.btn-lable-wrap.fc-agendaDay-button.fc-state-default.fc-corner-right .btn-label,
button.btn-lable-wrap.fc-month-button.fc-state-default.fc-corner-left .btn-label,
button.btn-lable-wrap.fc-agendaWeek-button .btn-label, .btn-outline.btn-lable-wrap.fc-prev-button .btn-label,
button.btn-lable-wrap.fc-prev-button.fc-agendaWeek-button .btn-label, .btn-outline.btn-lable-wrap.fc-next-button .btn-label,
button.btn-lable-wrap.fc-next-button.fc-agendaWeek-button .btn-label, .btn-outline.btn-lable-wrap.fc-today-button .btn-label,
button.btn-lable-wrap.fc-today-button.fc-agendaWeek-button .btn-label {
  background: transparent;
}
.btn.btn-anim, .wizard > .actions a.btn-anim, .dt-buttons .btn-anim.dt-button, .tablesaw-sortable th.tablesaw-sortable-head button.btn-anim, .sweet-alert button.btn-anim, .owl-theme .owl-nav .btn-anim[class*="owl-"], button.btn-anim.fc-agendaDay-button.fc-state-default.fc-corner-right,
button.btn-anim.fc-month-button.fc-state-default.fc-corner-left,
button.btn-anim.fc-agendaWeek-button, .btn-anim.fc-prev-button, .btn-anim.fc-next-button, .btn-anim.fc-today-button {
  position: relative;
  overflow: hidden;
}
.btn.btn-anim i, .wizard > .actions a.btn-anim i, .dt-buttons .btn-anim.dt-button i, .tablesaw-sortable th.tablesaw-sortable-head button.btn-anim i, .sweet-alert button.btn-anim i, .owl-theme .owl-nav .btn-anim[class*="owl-"] i, button.btn-anim.fc-agendaDay-button.fc-state-default.fc-corner-right i,
button.btn-anim.fc-month-button.fc-state-default.fc-corner-left i,
button.btn-anim.fc-agendaWeek-button i, .btn-anim.fc-prev-button i, .btn-anim.fc-next-button i, .btn-anim.fc-today-button i {
  font-size: 16px;
  height: 100%;
  left: 0;
  padding-top: 10px;
  position: absolute;
  top: -100%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
}
.btn.btn-anim .btn-text, .wizard > .actions a.btn-anim .btn-text, .dt-buttons .btn-anim.dt-button .btn-text, .tablesaw-sortable th.tablesaw-sortable-head button.btn-anim .btn-text, .sweet-alert button.btn-anim .btn-text, .owl-theme .owl-nav .btn-anim[class*="owl-"] .btn-text, button.btn-anim.fc-agendaDay-button.fc-state-default.fc-corner-right .btn-text,
button.btn-anim.fc-month-button.fc-state-default.fc-corner-left .btn-text,
button.btn-anim.fc-agendaWeek-button .btn-text, .btn-anim.fc-prev-button .btn-text, .btn-anim.fc-next-button .btn-text, .btn-anim.fc-today-button .btn-text {
  position: relative;
  top: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.btn.btn-anim:hover i, .wizard > .actions a.btn-anim:hover i, .dt-buttons .btn-anim.dt-button:hover i, .tablesaw-sortable th.tablesaw-sortable-head button.btn-anim:hover i, .sweet-alert button.btn-anim:hover i, .owl-theme .owl-nav .btn-anim[class*="owl-"]:hover i, button.btn-anim.fc-agendaDay-button.fc-state-default.fc-corner-right:hover i,
button.btn-anim.fc-month-button.fc-state-default.fc-corner-left:hover i,
button.btn-anim.fc-agendaWeek-button:hover i, .btn-anim.fc-prev-button:hover i, .btn-anim.fc-next-button:hover i, .btn-anim.fc-today-button:hover i {
  top: 0;
}
.btn.btn-anim:hover .btn-text, .wizard > .actions a.btn-anim:hover .btn-text, .dt-buttons .btn-anim.dt-button:hover .btn-text, .tablesaw-sortable th.tablesaw-sortable-head button.btn-anim:hover .btn-text, .sweet-alert button.btn-anim:hover .btn-text, .owl-theme .owl-nav .btn-anim[class*="owl-"]:hover .btn-text, button.btn-anim.fc-agendaDay-button.fc-state-default.fc-corner-right:hover .btn-text,
button.btn-anim.fc-month-button.fc-state-default.fc-corner-left:hover .btn-text,
button.btn-anim.fc-agendaWeek-button:hover .btn-text, .btn-anim.fc-prev-button:hover .btn-text, .btn-anim.fc-next-button:hover .btn-text, .btn-anim.fc-today-button:hover .btn-text {
  top: 50px;
}
.btn.btn-icon-anim, .wizard > .actions a.btn-icon-anim, .dt-buttons .btn-icon-anim.dt-button, .tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim, .sweet-alert button.btn-icon-anim, .owl-theme .owl-nav .btn-icon-anim[class*="owl-"], button.btn-icon-anim.fc-agendaDay-button.fc-state-default.fc-corner-right,
button.btn-icon-anim.fc-month-button.fc-state-default.fc-corner-left,
button.btn-icon-anim.fc-agendaWeek-button, .btn-icon-anim.fc-prev-button, .btn-icon-anim.fc-next-button, .btn-icon-anim.fc-today-button {
  position: relative;
  overflow: hidden;
  z-index: 1;
  border: none;
  padding: 11px;
  background: transparent;
}
.btn.btn-icon-anim:hover, .wizard > .actions a.btn-icon-anim:hover, .dt-buttons .btn-icon-anim.dt-button:hover, .tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim:hover, .sweet-alert button.btn-icon-anim:hover, .owl-theme .owl-nav .btn-icon-anim[class*="owl-"]:hover, button.btn-icon-anim.fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
button.btn-icon-anim.fc-month-button.fc-state-default.fc-corner-left:hover,
button.btn-icon-anim.fc-agendaWeek-button:hover, .btn-icon-anim.fc-prev-button:hover, .btn-icon-anim.fc-next-button:hover, .btn-icon-anim.fc-today-button:hover, .btn.btn-icon-anim:focus, .wizard > .actions a.btn-icon-anim:focus, .dt-buttons .btn-icon-anim.dt-button:focus, .tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim:focus, .sweet-alert button.btn-icon-anim:focus, .owl-theme .owl-nav .btn-icon-anim[class*="owl-"]:focus, button.btn-icon-anim.fc-agendaDay-button.fc-state-default.fc-corner-right:focus,
button.btn-icon-anim.fc-month-button.fc-state-default.fc-corner-left:focus,
button.btn-icon-anim.fc-agendaWeek-button:focus, .btn-icon-anim.fc-prev-button:focus, .btn-icon-anim.fc-next-button:focus, .btn-icon-anim.fc-today-button:focus, .btn.btn-icon-anim:active, .wizard > .actions a.btn-icon-anim:active, .dt-buttons .btn-icon-anim.dt-button:active, .tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim:active, .sweet-alert button.btn-icon-anim:active, .owl-theme .owl-nav .btn-icon-anim[class*="owl-"]:active, button.btn-icon-anim.fc-agendaDay-button.fc-state-default.fc-corner-right:active,
button.btn-icon-anim.fc-month-button.fc-state-default.fc-corner-left:active,
button.btn-icon-anim.fc-agendaWeek-button:active, .btn-icon-anim.fc-prev-button:active, .btn-icon-anim.fc-next-button:active, .btn-icon-anim.fc-today-button:active {
  background: transparent;
  border: none;
}
.btn.btn-icon-anim i, .wizard > .actions a.btn-icon-anim i, .dt-buttons .btn-icon-anim.dt-button i, .tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim i, .sweet-alert button.btn-icon-anim i, .owl-theme .owl-nav .btn-icon-anim[class*="owl-"] i, button.btn-icon-anim.fc-agendaDay-button.fc-state-default.fc-corner-right i,
button.btn-icon-anim.fc-month-button.fc-state-default.fc-corner-left i,
button.btn-icon-anim.fc-agendaWeek-button i, .btn-icon-anim.fc-prev-button i, .btn-icon-anim.fc-next-button i, .btn-icon-anim.fc-today-button i {
  font-size: 16px;
}
.btn.btn-icon-anim:before, .wizard > .actions a.btn-icon-anim:before, .dt-buttons .btn-icon-anim.dt-button:before, .tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim:before, .sweet-alert button.btn-icon-anim:before, .owl-theme .owl-nav .btn-icon-anim[class*="owl-"]:before, button.btn-icon-anim.fc-agendaDay-button.fc-state-default.fc-corner-right:before,
button.btn-icon-anim.fc-month-button.fc-state-default.fc-corner-left:before,
button.btn-icon-anim.fc-agendaWeek-button:before, .btn-icon-anim.fc-prev-button:before, .btn-icon-anim.fc-next-button:before, .btn-icon-anim.fc-today-button:before {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: color 0.3s ease 0s, box-shadow 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  -moz-transition: color 0.3s ease 0s, box-shadow 0.3s ease 0s, -moz-transform 0.3s ease 0s;
  transition: color 0.3s ease 0s, box-shadow 0.3s ease 0s, transform 0.3s ease 0s;
  width: 100%;
  z-index: -1;
}
.btn.btn-icon-anim.btn-default:before, .wizard > .actions a.btn-icon-anim.btn-default:before, .dt-buttons .btn-icon-anim.btn-default.dt-button:before, .tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim:before, .sweet-alert button.btn-icon-anim.btn-default:before, .owl-theme .owl-nav .btn-icon-anim[class*="owl-"]:before, button.btn-icon-anim.btn-default.fc-agendaDay-button.fc-state-default.fc-corner-right:before,
button.btn-icon-anim.btn-default.fc-month-button.fc-state-default.fc-corner-left:before,
button.btn-icon-anim.btn-default.fc-agendaWeek-button:before, .btn-icon-anim.btn-default.fc-prev-button:before, .btn-icon-anim.btn-default.fc-next-button:before, .btn-icon-anim.btn-default.fc-today-button:before {
  box-shadow: 0 0 0 35px gainsboro inset;
}
.btn.btn-icon-anim.btn-default:hover, .wizard > .actions a.btn-icon-anim.btn-default:hover, .dt-buttons .btn-icon-anim.btn-default.dt-button:hover, .tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim:hover, .sweet-alert button.btn-icon-anim.btn-default:hover, .owl-theme .owl-nav .btn-icon-anim[class*="owl-"]:hover, button.btn-icon-anim.btn-default.fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
button.btn-icon-anim.btn-default.fc-month-button.fc-state-default.fc-corner-left:hover,
button.btn-icon-anim.btn-default.fc-agendaWeek-button:hover, .btn-icon-anim.btn-default.fc-prev-button:hover, .btn-icon-anim.btn-default.fc-next-button:hover, .btn-icon-anim.btn-default.fc-today-button:hover {
  color: #212121 !important;
}
.btn.btn-icon-anim.btn-default:hover:before, .wizard > .actions a.btn-icon-anim.btn-default:hover:before, .dt-buttons .btn-icon-anim.btn-default.dt-button:hover:before, .tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim:hover:before, .sweet-alert button.btn-icon-anim.btn-default:hover:before, .owl-theme .owl-nav .btn-icon-anim[class*="owl-"]:hover:before, button.btn-icon-anim.btn-default.fc-agendaDay-button.fc-state-default.fc-corner-right:hover:before,
button.btn-icon-anim.btn-default.fc-month-button.fc-state-default.fc-corner-left:hover:before,
button.btn-icon-anim.btn-default.fc-agendaWeek-button:hover:before, .btn-icon-anim.btn-default.fc-prev-button:hover:before, .btn-icon-anim.btn-default.fc-next-button:hover:before, .btn-icon-anim.btn-default.fc-today-button:hover:before {
  box-shadow: 0 0 0 1px gainsboro inset;
}
.btn.btn-icon-anim.btn-info:before, .wizard > .actions a.btn-icon-anim.btn-info:before, .dt-buttons .btn-icon-anim.btn-info.dt-button:before, .tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.btn-info:before, .sweet-alert button.btn-icon-anim.btn-info:before, .owl-theme .owl-nav .btn-icon-anim.btn-info[class*="owl-"]:before, button.btn-icon-anim.btn-info.fc-agendaDay-button.fc-state-default.fc-corner-right:before,
button.btn-icon-anim.btn-info.fc-month-button.fc-state-default.fc-corner-left:before,
button.btn-icon-anim.btn-info.fc-agendaWeek-button:before, .btn-icon-anim.btn-info.fc-prev-button:before, .btn-icon-anim.btn-info.fc-next-button:before, .btn-icon-anim.btn-info.fc-today-button:before {
  box-shadow: 0 0 0 35px #dc4666 inset;
}
.btn.btn-icon-anim.btn-info:hover, .wizard > .actions a.btn-icon-anim.btn-info:hover, .dt-buttons .btn-icon-anim.btn-info.dt-button:hover, .tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.btn-info:hover, .sweet-alert button.btn-icon-anim.btn-info:hover, .owl-theme .owl-nav .btn-icon-anim.btn-info[class*="owl-"]:hover, button.btn-icon-anim.btn-info.fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
button.btn-icon-anim.btn-info.fc-month-button.fc-state-default.fc-corner-left:hover,
button.btn-icon-anim.btn-info.fc-agendaWeek-button:hover, .btn-icon-anim.btn-info.fc-prev-button:hover, .btn-icon-anim.btn-info.fc-next-button:hover, .btn-icon-anim.btn-info.fc-today-button:hover {
  color: #dc4666 !important;
}
.btn.btn-icon-anim.btn-info:hover:before, .wizard > .actions a.btn-icon-anim.btn-info:hover:before, .dt-buttons .btn-icon-anim.btn-info.dt-button:hover:before, .tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.btn-info:hover:before, .sweet-alert button.btn-icon-anim.btn-info:hover:before, .owl-theme .owl-nav .btn-icon-anim.btn-info[class*="owl-"]:hover:before, button.btn-icon-anim.btn-info.fc-agendaDay-button.fc-state-default.fc-corner-right:hover:before,
button.btn-icon-anim.btn-info.fc-month-button.fc-state-default.fc-corner-left:hover:before,
button.btn-icon-anim.btn-info.fc-agendaWeek-button:hover:before, .btn-icon-anim.btn-info.fc-prev-button:hover:before, .btn-icon-anim.btn-info.fc-next-button:hover:before, .btn-icon-anim.btn-info.fc-today-button:hover:before {
  box-shadow: 0 0 0 1px #dc4666 inset;
}
.btn.btn-icon-anim.btn-primary:before, .wizard > .actions a.btn-icon-anim:before, .dt-buttons .btn-icon-anim.dt-button:before, .tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.btn-primary:before, .sweet-alert button.btn-icon-anim.btn-primary:before, .owl-theme .owl-nav .btn-icon-anim.btn-primary[class*="owl-"]:before, button.btn-icon-anim.btn-primary.fc-agendaDay-button.fc-state-default.fc-corner-right:before,
button.btn-icon-anim.btn-primary.fc-month-button.fc-state-default.fc-corner-left:before,
button.btn-icon-anim.btn-primary.fc-agendaWeek-button:before, .btn-icon-anim.btn-primary.fc-prev-button:before, .btn-icon-anim.btn-primary.fc-next-button:before, .btn-icon-anim.btn-primary.fc-today-button:before {
  box-shadow: 0 0 0 35px #177ec1 inset;
}
.btn.btn-icon-anim.btn-primary:hover, .wizard > .actions a.btn-icon-anim:hover, .dt-buttons .btn-icon-anim.dt-button:hover, .tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.btn-primary:hover, .sweet-alert button.btn-icon-anim.btn-primary:hover, .owl-theme .owl-nav .btn-icon-anim.btn-primary[class*="owl-"]:hover, button.btn-icon-anim.btn-primary.fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
button.btn-icon-anim.btn-primary.fc-month-button.fc-state-default.fc-corner-left:hover,
button.btn-icon-anim.btn-primary.fc-agendaWeek-button:hover, .btn-icon-anim.btn-primary.fc-prev-button:hover, .btn-icon-anim.btn-primary.fc-next-button:hover, .btn-icon-anim.btn-primary.fc-today-button:hover {
  color: #177ec1 !important;
}
.btn.btn-icon-anim.btn-primary:hover:before, .wizard > .actions a.btn-icon-anim:hover:before, .dt-buttons .btn-icon-anim.dt-button:hover:before, .tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.btn-primary:hover:before, .sweet-alert button.btn-icon-anim.btn-primary:hover:before, .owl-theme .owl-nav .btn-icon-anim.btn-primary[class*="owl-"]:hover:before, button.btn-icon-anim.btn-primary.fc-agendaDay-button.fc-state-default.fc-corner-right:hover:before,
button.btn-icon-anim.btn-primary.fc-month-button.fc-state-default.fc-corner-left:hover:before,
button.btn-icon-anim.btn-primary.fc-agendaWeek-button:hover:before, .btn-icon-anim.btn-primary.fc-prev-button:hover:before, .btn-icon-anim.btn-primary.fc-next-button:hover:before, .btn-icon-anim.btn-primary.fc-today-button:hover:before {
  box-shadow: 0 0 0 1px #177ec1 inset;
}
.btn.btn-icon-anim.btn-success:before, .wizard > .actions a.btn-icon-anim.btn-success:before, .wizard > .actions a.btn-icon-anim.fc-prev-button:hover:before, .wizard > .actions a.btn-icon-anim.fc-next-button:hover:before, .wizard > .actions a.btn-icon-anim.fc-today-button:hover:before, .wizard > .actions a.btn-icon-anim.fc-prev-button:active:before, .wizard > .actions a.btn-icon-anim.fc-next-button:active:before, .wizard > .actions a.btn-icon-anim.fc-today-button:active:before, .dt-buttons .btn-icon-anim.btn-success.dt-button:before, .tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.btn-success:before, .tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.fc-prev-button:before, .tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.fc-next-button:before, .tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.fc-today-button:before, .sweet-alert button.btn-icon-anim.btn-success:before, .owl-theme .owl-nav .btn-icon-anim.btn-success[class*="owl-"]:before,
.owl-theme .owl-nav button.btn-icon-anim[class*="owl-"].fc-agendaWeek-button:before, .owl-theme .owl-nav .btn-icon-anim[class*="owl-"].fc-prev-button:before, .owl-theme .owl-nav .btn-icon-anim[class*="owl-"].fc-next-button:before, .owl-theme .owl-nav .btn-icon-anim[class*="owl-"].fc-today-button:before, button.btn-icon-anim.fc-agendaDay-button.fc-state-default.fc-corner-right:before,
button.btn-icon-anim.fc-month-button.fc-state-default.fc-corner-left:before,
button.btn-icon-anim.fc-agendaWeek-button:before, .btn-icon-anim.fc-prev-button:before, .btn-icon-anim.fc-next-button:before, .btn-icon-anim.fc-today-button:before {
  box-shadow: 0 0 0 35px #469408 inset;
}
.btn.btn-icon-anim.btn-success:hover, .wizard > .actions a.btn-icon-anim.btn-success:hover, .wizard > .actions a.btn-icon-anim.fc-prev-button:hover:active, .wizard > .actions a.btn-icon-anim.fc-next-button:hover:active, .wizard > .actions a.btn-icon-anim.fc-today-button:hover:active, .dt-buttons .btn-icon-anim.btn-success.dt-button:hover, .tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.btn-success:hover, .sweet-alert button.btn-icon-anim.btn-success:hover, .owl-theme .owl-nav .btn-icon-anim.btn-success[class*="owl-"]:hover, button.btn-icon-anim.fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
button.btn-icon-anim.fc-month-button.fc-state-default.fc-corner-left:hover,
button.btn-icon-anim.fc-agendaWeek-button:hover, .btn-icon-anim.fc-prev-button:hover, .btn-icon-anim.fc-next-button:hover, .btn-icon-anim.fc-today-button:hover {
  color: #469408 !important;
}
.btn.btn-icon-anim.btn-success:hover:before, .wizard > .actions a.btn-icon-anim.btn-success:hover:before, .dt-buttons .btn-icon-anim.btn-success.dt-button:hover:before, .tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.btn-success:hover:before, .sweet-alert button.btn-icon-anim.btn-success:hover:before, .owl-theme .owl-nav .btn-icon-anim.btn-success[class*="owl-"]:hover:before, button.btn-icon-anim.fc-agendaDay-button.fc-state-default.fc-corner-right:hover:before,
button.btn-icon-anim.fc-month-button.fc-state-default.fc-corner-left:hover:before,
button.btn-icon-anim.fc-agendaWeek-button:hover:before, .btn-icon-anim.fc-prev-button:hover:before, .btn-icon-anim.fc-next-button:hover:before, .btn-icon-anim.fc-today-button:hover:before {
  box-shadow: 0 0 0 1px #469408 inset;
}
.btn.btn-icon-anim.btn-danger:before, .wizard > .actions a.btn-icon-anim.btn-danger:before, .dt-buttons .btn-icon-anim.btn-danger.dt-button:before, .tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.btn-danger:before, .sweet-alert button.btn-icon-anim.btn-danger:before, .owl-theme .owl-nav .btn-icon-anim.btn-danger[class*="owl-"]:before, button.btn-icon-anim.btn-danger.fc-agendaDay-button.fc-state-default.fc-corner-right:before,
button.btn-icon-anim.btn-danger.fc-month-button.fc-state-default.fc-corner-left:before,
button.btn-icon-anim.btn-danger.fc-agendaWeek-button:before, .btn-icon-anim.btn-danger.fc-prev-button:before, .btn-icon-anim.btn-danger.fc-next-button:before, .btn-icon-anim.btn-danger.fc-today-button:before {
  box-shadow: 0 0 0 35px #ea6c41 inset;
}
.btn.btn-icon-anim.btn-danger:hover, .wizard > .actions a.btn-icon-anim.btn-danger:hover, .dt-buttons .btn-icon-anim.btn-danger.dt-button:hover, .tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.btn-danger:hover, .sweet-alert button.btn-icon-anim.btn-danger:hover, .owl-theme .owl-nav .btn-icon-anim.btn-danger[class*="owl-"]:hover, button.btn-icon-anim.btn-danger.fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
button.btn-icon-anim.btn-danger.fc-month-button.fc-state-default.fc-corner-left:hover,
button.btn-icon-anim.btn-danger.fc-agendaWeek-button:hover, .btn-icon-anim.btn-danger.fc-prev-button:hover, .btn-icon-anim.btn-danger.fc-next-button:hover, .btn-icon-anim.btn-danger.fc-today-button:hover {
  color: #ea6c41 !important;
}
.btn.btn-icon-anim.btn-danger:hover:before, .wizard > .actions a.btn-icon-anim.btn-danger:hover:before, .dt-buttons .btn-icon-anim.btn-danger.dt-button:hover:before, .tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.btn-danger:hover:before, .sweet-alert button.btn-icon-anim.btn-danger:hover:before, .owl-theme .owl-nav .btn-icon-anim.btn-danger[class*="owl-"]:hover:before, button.btn-icon-anim.btn-danger.fc-agendaDay-button.fc-state-default.fc-corner-right:hover:before,
button.btn-icon-anim.btn-danger.fc-month-button.fc-state-default.fc-corner-left:hover:before,
button.btn-icon-anim.btn-danger.fc-agendaWeek-button:hover:before, .btn-icon-anim.btn-danger.fc-prev-button:hover:before, .btn-icon-anim.btn-danger.fc-next-button:hover:before, .btn-icon-anim.btn-danger.fc-today-button:hover:before {
  box-shadow: 0 0 0 1px #ea6c41 inset;
}
.btn.btn-icon-anim.btn-warning:before, .wizard > .actions a.btn-icon-anim.btn-warning:before, .dt-buttons .btn-icon-anim.btn-warning.dt-button:before, .tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.btn-warning:before, .sweet-alert button.btn-icon-anim.btn-warning:before, .owl-theme .owl-nav .btn-icon-anim.btn-warning[class*="owl-"]:before, button.btn-icon-anim.btn-warning.fc-agendaDay-button.fc-state-default.fc-corner-right:before,
button.btn-icon-anim.btn-warning.fc-month-button.fc-state-default.fc-corner-left:before,
button.btn-icon-anim.btn-warning.fc-agendaWeek-button:before, .btn-icon-anim.btn-warning.fc-prev-button:before, .btn-icon-anim.btn-warning.fc-next-button:before, .btn-icon-anim.btn-warning.fc-today-button:before {
  box-shadow: 0 0 0 35px #e69a2a inset;
}
.btn.btn-icon-anim.btn-warning:hover, .wizard > .actions a.btn-icon-anim.btn-warning:hover, .dt-buttons .btn-icon-anim.btn-warning.dt-button:hover, .tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.btn-warning:hover, .sweet-alert button.btn-icon-anim.btn-warning:hover, .owl-theme .owl-nav .btn-icon-anim.btn-warning[class*="owl-"]:hover, button.btn-icon-anim.btn-warning.fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
button.btn-icon-anim.btn-warning.fc-month-button.fc-state-default.fc-corner-left:hover,
button.btn-icon-anim.btn-warning.fc-agendaWeek-button:hover, .btn-icon-anim.btn-warning.fc-prev-button:hover, .btn-icon-anim.btn-warning.fc-next-button:hover, .btn-icon-anim.btn-warning.fc-today-button:hover {
  color: #e69a2a !important;
}
.btn.btn-icon-anim.btn-warning:hover:before, .wizard > .actions a.btn-icon-anim.btn-warning:hover:before, .dt-buttons .btn-icon-anim.btn-warning.dt-button:hover:before, .tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.btn-warning:hover:before, .sweet-alert button.btn-icon-anim.btn-warning:hover:before, .owl-theme .owl-nav .btn-icon-anim.btn-warning[class*="owl-"]:hover:before, button.btn-icon-anim.btn-warning.fc-agendaDay-button.fc-state-default.fc-corner-right:hover:before,
button.btn-icon-anim.btn-warning.fc-month-button.fc-state-default.fc-corner-left:hover:before,
button.btn-icon-anim.btn-warning.fc-agendaWeek-button:hover:before, .btn-icon-anim.btn-warning.fc-prev-button:hover:before, .btn-icon-anim.btn-warning.fc-next-button:hover:before, .btn-icon-anim.btn-warning.fc-today-button:hover:before {
  box-shadow: 0 0 0 1px #e69a2a inset;
}
.btn.btn-icon-anim.btn-facebook:before, .wizard > .actions a.btn-icon-anim.btn-facebook:before, .dt-buttons .btn-icon-anim.btn-facebook.dt-button:before, .tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.btn-facebook:before, .sweet-alert button.btn-icon-anim.btn-facebook:before, .owl-theme .owl-nav .btn-icon-anim.btn-facebook[class*="owl-"]:before, button.btn-icon-anim.btn-facebook.fc-agendaDay-button.fc-state-default.fc-corner-right:before,
button.btn-icon-anim.btn-facebook.fc-month-button.fc-state-default.fc-corner-left:before,
button.btn-icon-anim.btn-facebook.fc-agendaWeek-button:before, .btn-icon-anim.btn-facebook.fc-prev-button:before, .btn-icon-anim.btn-facebook.fc-next-button:before, .btn-icon-anim.btn-facebook.fc-today-button:before {
  box-shadow: 0 0 0 35px #3b5998 inset;
}
.btn.btn-icon-anim.btn-facebook:hover, .wizard > .actions a.btn-icon-anim.btn-facebook:hover, .dt-buttons .btn-icon-anim.btn-facebook.dt-button:hover, .tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.btn-facebook:hover, .sweet-alert button.btn-icon-anim.btn-facebook:hover, .owl-theme .owl-nav .btn-icon-anim.btn-facebook[class*="owl-"]:hover, button.btn-icon-anim.btn-facebook.fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
button.btn-icon-anim.btn-facebook.fc-month-button.fc-state-default.fc-corner-left:hover,
button.btn-icon-anim.btn-facebook.fc-agendaWeek-button:hover, .btn-icon-anim.btn-facebook.fc-prev-button:hover, .btn-icon-anim.btn-facebook.fc-next-button:hover, .btn-icon-anim.btn-facebook.fc-today-button:hover {
  color: #3b5998 !important;
}
.btn.btn-icon-anim.btn-facebook:hover:before, .wizard > .actions a.btn-icon-anim.btn-facebook:hover:before, .dt-buttons .btn-icon-anim.btn-facebook.dt-button:hover:before, .tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.btn-facebook:hover:before, .sweet-alert button.btn-icon-anim.btn-facebook:hover:before, .owl-theme .owl-nav .btn-icon-anim.btn-facebook[class*="owl-"]:hover:before, button.btn-icon-anim.btn-facebook.fc-agendaDay-button.fc-state-default.fc-corner-right:hover:before,
button.btn-icon-anim.btn-facebook.fc-month-button.fc-state-default.fc-corner-left:hover:before,
button.btn-icon-anim.btn-facebook.fc-agendaWeek-button:hover:before, .btn-icon-anim.btn-facebook.fc-prev-button:hover:before, .btn-icon-anim.btn-facebook.fc-next-button:hover:before, .btn-icon-anim.btn-facebook.fc-today-button:hover:before {
  box-shadow: 0 0 0 1px #3b5998 inset;
}
.btn.btn-icon-anim.btn-twitter:before, .wizard > .actions a.btn-icon-anim.btn-twitter:before, .dt-buttons .btn-icon-anim.btn-twitter.dt-button:before, .tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.btn-twitter:before, .sweet-alert button.btn-icon-anim.btn-twitter:before, .owl-theme .owl-nav .btn-icon-anim.btn-twitter[class*="owl-"]:before, button.btn-icon-anim.btn-twitter.fc-agendaDay-button.fc-state-default.fc-corner-right:before,
button.btn-icon-anim.btn-twitter.fc-month-button.fc-state-default.fc-corner-left:before,
button.btn-icon-anim.btn-twitter.fc-agendaWeek-button:before, .btn-icon-anim.btn-twitter.fc-prev-button:before, .btn-icon-anim.btn-twitter.fc-next-button:before, .btn-icon-anim.btn-twitter.fc-today-button:before {
  box-shadow: 0 0 0 35px #55acee inset;
}
.btn.btn-icon-anim.btn-twitter:hover, .wizard > .actions a.btn-icon-anim.btn-twitter:hover, .dt-buttons .btn-icon-anim.btn-twitter.dt-button:hover, .tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.btn-twitter:hover, .sweet-alert button.btn-icon-anim.btn-twitter:hover, .owl-theme .owl-nav .btn-icon-anim.btn-twitter[class*="owl-"]:hover, button.btn-icon-anim.btn-twitter.fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
button.btn-icon-anim.btn-twitter.fc-month-button.fc-state-default.fc-corner-left:hover,
button.btn-icon-anim.btn-twitter.fc-agendaWeek-button:hover, .btn-icon-anim.btn-twitter.fc-prev-button:hover, .btn-icon-anim.btn-twitter.fc-next-button:hover, .btn-icon-anim.btn-twitter.fc-today-button:hover {
  color: #55acee !important;
}
.btn.btn-icon-anim.btn-twitter:hover:before, .wizard > .actions a.btn-icon-anim.btn-twitter:hover:before, .dt-buttons .btn-icon-anim.btn-twitter.dt-button:hover:before, .tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.btn-twitter:hover:before, .sweet-alert button.btn-icon-anim.btn-twitter:hover:before, .owl-theme .owl-nav .btn-icon-anim.btn-twitter[class*="owl-"]:hover:before, button.btn-icon-anim.btn-twitter.fc-agendaDay-button.fc-state-default.fc-corner-right:hover:before,
button.btn-icon-anim.btn-twitter.fc-month-button.fc-state-default.fc-corner-left:hover:before,
button.btn-icon-anim.btn-twitter.fc-agendaWeek-button:hover:before, .btn-icon-anim.btn-twitter.fc-prev-button:hover:before, .btn-icon-anim.btn-twitter.fc-next-button:hover:before, .btn-icon-anim.btn-twitter.fc-today-button:hover:before {
  box-shadow: 0 0 0 1px #55acee inset;
}
.btn.btn-icon-anim.btn-linkedin:before, .wizard > .actions a.btn-icon-anim.btn-linkedin:before, .dt-buttons .btn-icon-anim.btn-linkedin.dt-button:before, .tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.btn-linkedin:before, .sweet-alert button.btn-icon-anim.btn-linkedin:before, .owl-theme .owl-nav .btn-icon-anim.btn-linkedin[class*="owl-"]:before, button.btn-icon-anim.btn-linkedin.fc-agendaDay-button.fc-state-default.fc-corner-right:before,
button.btn-icon-anim.btn-linkedin.fc-month-button.fc-state-default.fc-corner-left:before,
button.btn-icon-anim.btn-linkedin.fc-agendaWeek-button:before, .btn-icon-anim.btn-linkedin.fc-prev-button:before, .btn-icon-anim.btn-linkedin.fc-next-button:before, .btn-icon-anim.btn-linkedin.fc-today-button:before {
  box-shadow: 0 0 0 35px #007bb6 inset;
}
.btn.btn-icon-anim.btn-linkedin:hover, .wizard > .actions a.btn-icon-anim.btn-linkedin:hover, .dt-buttons .btn-icon-anim.btn-linkedin.dt-button:hover, .tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.btn-linkedin:hover, .sweet-alert button.btn-icon-anim.btn-linkedin:hover, .owl-theme .owl-nav .btn-icon-anim.btn-linkedin[class*="owl-"]:hover, button.btn-icon-anim.btn-linkedin.fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
button.btn-icon-anim.btn-linkedin.fc-month-button.fc-state-default.fc-corner-left:hover,
button.btn-icon-anim.btn-linkedin.fc-agendaWeek-button:hover, .btn-icon-anim.btn-linkedin.fc-prev-button:hover, .btn-icon-anim.btn-linkedin.fc-next-button:hover, .btn-icon-anim.btn-linkedin.fc-today-button:hover {
  color: #007bb6 !important;
}
.btn.btn-icon-anim.btn-linkedin:hover:before, .wizard > .actions a.btn-icon-anim.btn-linkedin:hover:before, .dt-buttons .btn-icon-anim.btn-linkedin.dt-button:hover:before, .tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.btn-linkedin:hover:before, .sweet-alert button.btn-icon-anim.btn-linkedin:hover:before, .owl-theme .owl-nav .btn-icon-anim.btn-linkedin[class*="owl-"]:hover:before, button.btn-icon-anim.btn-linkedin.fc-agendaDay-button.fc-state-default.fc-corner-right:hover:before,
button.btn-icon-anim.btn-linkedin.fc-month-button.fc-state-default.fc-corner-left:hover:before,
button.btn-icon-anim.btn-linkedin.fc-agendaWeek-button:hover:before, .btn-icon-anim.btn-linkedin.fc-prev-button:hover:before, .btn-icon-anim.btn-linkedin.fc-next-button:hover:before, .btn-icon-anim.btn-linkedin.fc-today-button:hover:before {
  box-shadow: 0 0 0 1px #007bb6 inset;
}
.btn.btn-icon-anim.btn-dribbble:before, .wizard > .actions a.btn-icon-anim.btn-dribbble:before, .dt-buttons .btn-icon-anim.btn-dribbble.dt-button:before, .tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.btn-dribbble:before, .sweet-alert button.btn-icon-anim.btn-dribbble:before, .owl-theme .owl-nav .btn-icon-anim.btn-dribbble[class*="owl-"]:before, button.btn-icon-anim.btn-dribbble.fc-agendaDay-button.fc-state-default.fc-corner-right:before,
button.btn-icon-anim.btn-dribbble.fc-month-button.fc-state-default.fc-corner-left:before,
button.btn-icon-anim.btn-dribbble.fc-agendaWeek-button:before, .btn-icon-anim.btn-dribbble.fc-prev-button:before, .btn-icon-anim.btn-dribbble.fc-next-button:before, .btn-icon-anim.btn-dribbble.fc-today-button:before {
  box-shadow: 0 0 0 35px #ea4c89 inset;
}
.btn.btn-icon-anim.btn-dribbble:hover, .wizard > .actions a.btn-icon-anim.btn-dribbble:hover, .dt-buttons .btn-icon-anim.btn-dribbble.dt-button:hover, .tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.btn-dribbble:hover, .sweet-alert button.btn-icon-anim.btn-dribbble:hover, .owl-theme .owl-nav .btn-icon-anim.btn-dribbble[class*="owl-"]:hover, button.btn-icon-anim.btn-dribbble.fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
button.btn-icon-anim.btn-dribbble.fc-month-button.fc-state-default.fc-corner-left:hover,
button.btn-icon-anim.btn-dribbble.fc-agendaWeek-button:hover, .btn-icon-anim.btn-dribbble.fc-prev-button:hover, .btn-icon-anim.btn-dribbble.fc-next-button:hover, .btn-icon-anim.btn-dribbble.fc-today-button:hover {
  color: #ea4c89 !important;
}
.btn.btn-icon-anim.btn-dribbble:hover:before, .wizard > .actions a.btn-icon-anim.btn-dribbble:hover:before, .dt-buttons .btn-icon-anim.btn-dribbble.dt-button:hover:before, .tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.btn-dribbble:hover:before, .sweet-alert button.btn-icon-anim.btn-dribbble:hover:before, .owl-theme .owl-nav .btn-icon-anim.btn-dribbble[class*="owl-"]:hover:before, button.btn-icon-anim.btn-dribbble.fc-agendaDay-button.fc-state-default.fc-corner-right:hover:before,
button.btn-icon-anim.btn-dribbble.fc-month-button.fc-state-default.fc-corner-left:hover:before,
button.btn-icon-anim.btn-dribbble.fc-agendaWeek-button:hover:before, .btn-icon-anim.btn-dribbble.fc-prev-button:hover:before, .btn-icon-anim.btn-dribbble.fc-next-button:hover:before, .btn-icon-anim.btn-dribbble.fc-today-button:hover:before {
  box-shadow: 0 0 0 1px #ea4c89 inset;
}
.btn.btn-icon-anim.btn-googleplus:before, .wizard > .actions a.btn-icon-anim.btn-googleplus:before, .dt-buttons .btn-icon-anim.btn-googleplus.dt-button:before, .tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.btn-googleplus:before, .sweet-alert button.btn-icon-anim.btn-googleplus:before, .owl-theme .owl-nav .btn-icon-anim.btn-googleplus[class*="owl-"]:before, button.btn-icon-anim.btn-googleplus.fc-agendaDay-button.fc-state-default.fc-corner-right:before,
button.btn-icon-anim.btn-googleplus.fc-month-button.fc-state-default.fc-corner-left:before,
button.btn-icon-anim.btn-googleplus.fc-agendaWeek-button:before, .btn-icon-anim.btn-googleplus.fc-prev-button:before, .btn-icon-anim.btn-googleplus.fc-next-button:before, .btn-icon-anim.btn-googleplus.fc-today-button:before {
  box-shadow: 0 0 0 35px #dd4b39 inset;
}
.btn.btn-icon-anim.btn-googleplus:hover, .wizard > .actions a.btn-icon-anim.btn-googleplus:hover, .dt-buttons .btn-icon-anim.btn-googleplus.dt-button:hover, .tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.btn-googleplus:hover, .sweet-alert button.btn-icon-anim.btn-googleplus:hover, .owl-theme .owl-nav .btn-icon-anim.btn-googleplus[class*="owl-"]:hover, button.btn-icon-anim.btn-googleplus.fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
button.btn-icon-anim.btn-googleplus.fc-month-button.fc-state-default.fc-corner-left:hover,
button.btn-icon-anim.btn-googleplus.fc-agendaWeek-button:hover, .btn-icon-anim.btn-googleplus.fc-prev-button:hover, .btn-icon-anim.btn-googleplus.fc-next-button:hover, .btn-icon-anim.btn-googleplus.fc-today-button:hover {
  color: #dd4b39 !important;
}
.btn.btn-icon-anim.btn-googleplus:hover:before, .wizard > .actions a.btn-icon-anim.btn-googleplus:hover:before, .dt-buttons .btn-icon-anim.btn-googleplus.dt-button:hover:before, .tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.btn-googleplus:hover:before, .sweet-alert button.btn-icon-anim.btn-googleplus:hover:before, .owl-theme .owl-nav .btn-icon-anim.btn-googleplus[class*="owl-"]:hover:before, button.btn-icon-anim.btn-googleplus.fc-agendaDay-button.fc-state-default.fc-corner-right:hover:before,
button.btn-icon-anim.btn-googleplus.fc-month-button.fc-state-default.fc-corner-left:hover:before,
button.btn-icon-anim.btn-googleplus.fc-agendaWeek-button:hover:before, .btn-icon-anim.btn-googleplus.fc-prev-button:hover:before, .btn-icon-anim.btn-googleplus.fc-next-button:hover:before, .btn-icon-anim.btn-googleplus.fc-today-button:hover:before {
  box-shadow: 0 0 0 1px #dd4b39 inset;
}
.btn.btn-icon-anim.btn-instagram:before, .wizard > .actions a.btn-icon-anim.btn-instagram:before, .dt-buttons .btn-icon-anim.btn-instagram.dt-button:before, .tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.btn-instagram:before, .sweet-alert button.btn-icon-anim.btn-instagram:before, .owl-theme .owl-nav .btn-icon-anim.btn-instagram[class*="owl-"]:before, button.btn-icon-anim.btn-instagram.fc-agendaDay-button.fc-state-default.fc-corner-right:before,
button.btn-icon-anim.btn-instagram.fc-month-button.fc-state-default.fc-corner-left:before,
button.btn-icon-anim.btn-instagram.fc-agendaWeek-button:before, .btn-icon-anim.btn-instagram.fc-prev-button:before, .btn-icon-anim.btn-instagram.fc-next-button:before, .btn-icon-anim.btn-instagram.fc-today-button:before {
  box-shadow: 0 0 0 35px #3f729b inset;
}
.btn.btn-icon-anim.btn-instagram:hover, .wizard > .actions a.btn-icon-anim.btn-instagram:hover, .dt-buttons .btn-icon-anim.btn-instagram.dt-button:hover, .tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.btn-instagram:hover, .sweet-alert button.btn-icon-anim.btn-instagram:hover, .owl-theme .owl-nav .btn-icon-anim.btn-instagram[class*="owl-"]:hover, button.btn-icon-anim.btn-instagram.fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
button.btn-icon-anim.btn-instagram.fc-month-button.fc-state-default.fc-corner-left:hover,
button.btn-icon-anim.btn-instagram.fc-agendaWeek-button:hover, .btn-icon-anim.btn-instagram.fc-prev-button:hover, .btn-icon-anim.btn-instagram.fc-next-button:hover, .btn-icon-anim.btn-instagram.fc-today-button:hover {
  color: #3f729b !important;
}
.btn.btn-icon-anim.btn-instagram:hover:before, .wizard > .actions a.btn-icon-anim.btn-instagram:hover:before, .dt-buttons .btn-icon-anim.btn-instagram.dt-button:hover:before, .tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.btn-instagram:hover:before, .sweet-alert button.btn-icon-anim.btn-instagram:hover:before, .owl-theme .owl-nav .btn-icon-anim.btn-instagram[class*="owl-"]:hover:before, button.btn-icon-anim.btn-instagram.fc-agendaDay-button.fc-state-default.fc-corner-right:hover:before,
button.btn-icon-anim.btn-instagram.fc-month-button.fc-state-default.fc-corner-left:hover:before,
button.btn-icon-anim.btn-instagram.fc-agendaWeek-button:hover:before, .btn-icon-anim.btn-instagram.fc-prev-button:hover:before, .btn-icon-anim.btn-instagram.fc-next-button:hover:before, .btn-icon-anim.btn-instagram.fc-today-button:hover:before {
  box-shadow: 0 0 0 1px #3f729b inset;
}
.btn.btn-icon-anim.btn-pinterest:before, .wizard > .actions a.btn-icon-anim.btn-pinterest:before, .dt-buttons .btn-icon-anim.btn-pinterest.dt-button:before, .tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.btn-pinterest:before, .sweet-alert button.btn-icon-anim.btn-pinterest:before, .owl-theme .owl-nav .btn-icon-anim.btn-pinterest[class*="owl-"]:before, button.btn-icon-anim.btn-pinterest.fc-agendaDay-button.fc-state-default.fc-corner-right:before,
button.btn-icon-anim.btn-pinterest.fc-month-button.fc-state-default.fc-corner-left:before,
button.btn-icon-anim.btn-pinterest.fc-agendaWeek-button:before, .btn-icon-anim.btn-pinterest.fc-prev-button:before, .btn-icon-anim.btn-pinterest.fc-next-button:before, .btn-icon-anim.btn-pinterest.fc-today-button:before {
  box-shadow: 0 0 0 35px #cb2027 inset;
}
.btn.btn-icon-anim.btn-pinterest:hover, .wizard > .actions a.btn-icon-anim.btn-pinterest:hover, .dt-buttons .btn-icon-anim.btn-pinterest.dt-button:hover, .tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.btn-pinterest:hover, .sweet-alert button.btn-icon-anim.btn-pinterest:hover, .owl-theme .owl-nav .btn-icon-anim.btn-pinterest[class*="owl-"]:hover, button.btn-icon-anim.btn-pinterest.fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
button.btn-icon-anim.btn-pinterest.fc-month-button.fc-state-default.fc-corner-left:hover,
button.btn-icon-anim.btn-pinterest.fc-agendaWeek-button:hover, .btn-icon-anim.btn-pinterest.fc-prev-button:hover, .btn-icon-anim.btn-pinterest.fc-next-button:hover, .btn-icon-anim.btn-pinterest.fc-today-button:hover {
  color: #cb2027 !important;
}
.btn.btn-icon-anim.btn-pinterest:hover:before, .wizard > .actions a.btn-icon-anim.btn-pinterest:hover:before, .dt-buttons .btn-icon-anim.btn-pinterest.dt-button:hover:before, .tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.btn-pinterest:hover:before, .sweet-alert button.btn-icon-anim.btn-pinterest:hover:before, .owl-theme .owl-nav .btn-icon-anim.btn-pinterest[class*="owl-"]:hover:before, button.btn-icon-anim.btn-pinterest.fc-agendaDay-button.fc-state-default.fc-corner-right:hover:before,
button.btn-icon-anim.btn-pinterest.fc-month-button.fc-state-default.fc-corner-left:hover:before,
button.btn-icon-anim.btn-pinterest.fc-agendaWeek-button:hover:before, .btn-icon-anim.btn-pinterest.fc-prev-button:hover:before, .btn-icon-anim.btn-pinterest.fc-next-button:hover:before, .btn-icon-anim.btn-pinterest.fc-today-button:hover:before {
  box-shadow: 0 0 0 1px #cb2027 inset;
}
.btn.btn-icon-anim.btn-dropbox:before, .wizard > .actions a.btn-icon-anim.btn-dropbox:before, .dt-buttons .btn-icon-anim.btn-dropbox.dt-button:before, .tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.btn-dropbox:before, .sweet-alert button.btn-icon-anim.btn-dropbox:before, .owl-theme .owl-nav .btn-icon-anim.btn-dropbox[class*="owl-"]:before, button.btn-icon-anim.btn-dropbox.fc-agendaDay-button.fc-state-default.fc-corner-right:before,
button.btn-icon-anim.btn-dropbox.fc-month-button.fc-state-default.fc-corner-left:before,
button.btn-icon-anim.btn-dropbox.fc-agendaWeek-button:before, .btn-icon-anim.btn-dropbox.fc-prev-button:before, .btn-icon-anim.btn-dropbox.fc-next-button:before, .btn-icon-anim.btn-dropbox.fc-today-button:before {
  box-shadow: 0 0 0 35px #007ee5 inset;
}
.btn.btn-icon-anim.btn-dropbox:hover, .wizard > .actions a.btn-icon-anim.btn-dropbox:hover, .dt-buttons .btn-icon-anim.btn-dropbox.dt-button:hover, .tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.btn-dropbox:hover, .sweet-alert button.btn-icon-anim.btn-dropbox:hover, .owl-theme .owl-nav .btn-icon-anim.btn-dropbox[class*="owl-"]:hover, button.btn-icon-anim.btn-dropbox.fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
button.btn-icon-anim.btn-dropbox.fc-month-button.fc-state-default.fc-corner-left:hover,
button.btn-icon-anim.btn-dropbox.fc-agendaWeek-button:hover, .btn-icon-anim.btn-dropbox.fc-prev-button:hover, .btn-icon-anim.btn-dropbox.fc-next-button:hover, .btn-icon-anim.btn-dropbox.fc-today-button:hover {
  color: #007ee5 !important;
}
.btn.btn-icon-anim.btn-dropbox:hover:before, .wizard > .actions a.btn-icon-anim.btn-dropbox:hover:before, .dt-buttons .btn-icon-anim.btn-dropbox.dt-button:hover:before, .tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.btn-dropbox:hover:before, .sweet-alert button.btn-icon-anim.btn-dropbox:hover:before, .owl-theme .owl-nav .btn-icon-anim.btn-dropbox[class*="owl-"]:hover:before, button.btn-icon-anim.btn-dropbox.fc-agendaDay-button.fc-state-default.fc-corner-right:hover:before,
button.btn-icon-anim.btn-dropbox.fc-month-button.fc-state-default.fc-corner-left:hover:before,
button.btn-icon-anim.btn-dropbox.fc-agendaWeek-button:hover:before, .btn-icon-anim.btn-dropbox.fc-prev-button:hover:before, .btn-icon-anim.btn-dropbox.fc-next-button:hover:before, .btn-icon-anim.btn-dropbox.fc-today-button:hover:before {
  box-shadow: 0 0 0 1px #007ee5 inset;
}
.btn.btn-icon-anim.btn-flickr:before, .wizard > .actions a.btn-icon-anim.btn-flickr:before, .dt-buttons .btn-icon-anim.btn-flickr.dt-button:before, .tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.btn-flickr:before, .sweet-alert button.btn-icon-anim.btn-flickr:before, .owl-theme .owl-nav .btn-icon-anim.btn-flickr[class*="owl-"]:before, button.btn-icon-anim.btn-flickr.fc-agendaDay-button.fc-state-default.fc-corner-right:before,
button.btn-icon-anim.btn-flickr.fc-month-button.fc-state-default.fc-corner-left:before,
button.btn-icon-anim.btn-flickr.fc-agendaWeek-button:before, .btn-icon-anim.btn-flickr.fc-prev-button:before, .btn-icon-anim.btn-flickr.fc-next-button:before, .btn-icon-anim.btn-flickr.fc-today-button:before {
  box-shadow: 0 0 0 35px #ff0084 inset;
}
.btn.btn-icon-anim.btn-flickr:hover, .wizard > .actions a.btn-icon-anim.btn-flickr:hover, .dt-buttons .btn-icon-anim.btn-flickr.dt-button:hover, .tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.btn-flickr:hover, .sweet-alert button.btn-icon-anim.btn-flickr:hover, .owl-theme .owl-nav .btn-icon-anim.btn-flickr[class*="owl-"]:hover, button.btn-icon-anim.btn-flickr.fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
button.btn-icon-anim.btn-flickr.fc-month-button.fc-state-default.fc-corner-left:hover,
button.btn-icon-anim.btn-flickr.fc-agendaWeek-button:hover, .btn-icon-anim.btn-flickr.fc-prev-button:hover, .btn-icon-anim.btn-flickr.fc-next-button:hover, .btn-icon-anim.btn-flickr.fc-today-button:hover {
  color: #ff0084 !important;
}
.btn.btn-icon-anim.btn-flickr:hover:before, .wizard > .actions a.btn-icon-anim.btn-flickr:hover:before, .dt-buttons .btn-icon-anim.btn-flickr.dt-button:hover:before, .tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.btn-flickr:hover:before, .sweet-alert button.btn-icon-anim.btn-flickr:hover:before, .owl-theme .owl-nav .btn-icon-anim.btn-flickr[class*="owl-"]:hover:before, button.btn-icon-anim.btn-flickr.fc-agendaDay-button.fc-state-default.fc-corner-right:hover:before,
button.btn-icon-anim.btn-flickr.fc-month-button.fc-state-default.fc-corner-left:hover:before,
button.btn-icon-anim.btn-flickr.fc-agendaWeek-button:hover:before, .btn-icon-anim.btn-flickr.fc-prev-button:hover:before, .btn-icon-anim.btn-flickr.fc-next-button:hover:before, .btn-icon-anim.btn-flickr.fc-today-button:hover:before {
  box-shadow: 0 0 0 1px #ff0084 inset;
}
.btn.btn-icon-anim.btn-tumblr:before, .wizard > .actions a.btn-icon-anim.btn-tumblr:before, .dt-buttons .btn-icon-anim.btn-tumblr.dt-button:before, .tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.btn-tumblr:before, .sweet-alert button.btn-icon-anim.btn-tumblr:before, .owl-theme .owl-nav .btn-icon-anim.btn-tumblr[class*="owl-"]:before, button.btn-icon-anim.btn-tumblr.fc-agendaDay-button.fc-state-default.fc-corner-right:before,
button.btn-icon-anim.btn-tumblr.fc-month-button.fc-state-default.fc-corner-left:before,
button.btn-icon-anim.btn-tumblr.fc-agendaWeek-button:before, .btn-icon-anim.btn-tumblr.fc-prev-button:before, .btn-icon-anim.btn-tumblr.fc-next-button:before, .btn-icon-anim.btn-tumblr.fc-today-button:before {
  box-shadow: 0 0 0 35px #32506d inset;
}
.btn.btn-icon-anim.btn-tumblr:hover, .wizard > .actions a.btn-icon-anim.btn-tumblr:hover, .dt-buttons .btn-icon-anim.btn-tumblr.dt-button:hover, .tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.btn-tumblr:hover, .sweet-alert button.btn-icon-anim.btn-tumblr:hover, .owl-theme .owl-nav .btn-icon-anim.btn-tumblr[class*="owl-"]:hover, button.btn-icon-anim.btn-tumblr.fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
button.btn-icon-anim.btn-tumblr.fc-month-button.fc-state-default.fc-corner-left:hover,
button.btn-icon-anim.btn-tumblr.fc-agendaWeek-button:hover, .btn-icon-anim.btn-tumblr.fc-prev-button:hover, .btn-icon-anim.btn-tumblr.fc-next-button:hover, .btn-icon-anim.btn-tumblr.fc-today-button:hover {
  color: #32506d !important;
}
.btn.btn-icon-anim.btn-tumblr:hover:before, .wizard > .actions a.btn-icon-anim.btn-tumblr:hover:before, .dt-buttons .btn-icon-anim.btn-tumblr.dt-button:hover:before, .tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.btn-tumblr:hover:before, .sweet-alert button.btn-icon-anim.btn-tumblr:hover:before, .owl-theme .owl-nav .btn-icon-anim.btn-tumblr[class*="owl-"]:hover:before, button.btn-icon-anim.btn-tumblr.fc-agendaDay-button.fc-state-default.fc-corner-right:hover:before,
button.btn-icon-anim.btn-tumblr.fc-month-button.fc-state-default.fc-corner-left:hover:before,
button.btn-icon-anim.btn-tumblr.fc-agendaWeek-button:hover:before, .btn-icon-anim.btn-tumblr.fc-prev-button:hover:before, .btn-icon-anim.btn-tumblr.fc-next-button:hover:before, .btn-icon-anim.btn-tumblr.fc-today-button:hover:before {
  box-shadow: 0 0 0 1px #32506d inset;
}
.btn.btn-icon-anim.btn-skype:before, .wizard > .actions a.btn-icon-anim.btn-skype:before, .dt-buttons .btn-icon-anim.btn-skype.dt-button:before, .tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.btn-skype:before, .sweet-alert button.btn-icon-anim.btn-skype:before, .owl-theme .owl-nav .btn-icon-anim.btn-skype[class*="owl-"]:before, button.btn-icon-anim.btn-skype.fc-agendaDay-button.fc-state-default.fc-corner-right:before,
button.btn-icon-anim.btn-skype.fc-month-button.fc-state-default.fc-corner-left:before,
button.btn-icon-anim.btn-skype.fc-agendaWeek-button:before, .btn-icon-anim.btn-skype.fc-prev-button:before, .btn-icon-anim.btn-skype.fc-next-button:before, .btn-icon-anim.btn-skype.fc-today-button:before {
  box-shadow: 0 0 0 35px #00aff0 inset;
}
.btn.btn-icon-anim.btn-skype:hover, .wizard > .actions a.btn-icon-anim.btn-skype:hover, .dt-buttons .btn-icon-anim.btn-skype.dt-button:hover, .tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.btn-skype:hover, .sweet-alert button.btn-icon-anim.btn-skype:hover, .owl-theme .owl-nav .btn-icon-anim.btn-skype[class*="owl-"]:hover, button.btn-icon-anim.btn-skype.fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
button.btn-icon-anim.btn-skype.fc-month-button.fc-state-default.fc-corner-left:hover,
button.btn-icon-anim.btn-skype.fc-agendaWeek-button:hover, .btn-icon-anim.btn-skype.fc-prev-button:hover, .btn-icon-anim.btn-skype.fc-next-button:hover, .btn-icon-anim.btn-skype.fc-today-button:hover {
  color: #00aff0 !important;
}
.btn.btn-icon-anim.btn-skype:hover:before, .wizard > .actions a.btn-icon-anim.btn-skype:hover:before, .dt-buttons .btn-icon-anim.btn-skype.dt-button:hover:before, .tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.btn-skype:hover:before, .sweet-alert button.btn-icon-anim.btn-skype:hover:before, .owl-theme .owl-nav .btn-icon-anim.btn-skype[class*="owl-"]:hover:before, button.btn-icon-anim.btn-skype.fc-agendaDay-button.fc-state-default.fc-corner-right:hover:before,
button.btn-icon-anim.btn-skype.fc-month-button.fc-state-default.fc-corner-left:hover:before,
button.btn-icon-anim.btn-skype.fc-agendaWeek-button:hover:before, .btn-icon-anim.btn-skype.fc-prev-button:hover:before, .btn-icon-anim.btn-skype.fc-next-button:hover:before, .btn-icon-anim.btn-skype.fc-today-button:hover:before {
  box-shadow: 0 0 0 1px #00aff0 inset;
}
.btn.btn-icon-anim.btn-youtube:before, .wizard > .actions a.btn-icon-anim.btn-youtube:before, .dt-buttons .btn-icon-anim.btn-youtube.dt-button:before, .tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.btn-youtube:before, .sweet-alert button.btn-icon-anim.btn-youtube:before, .owl-theme .owl-nav .btn-icon-anim.btn-youtube[class*="owl-"]:before, button.btn-icon-anim.btn-youtube.fc-agendaDay-button.fc-state-default.fc-corner-right:before,
button.btn-icon-anim.btn-youtube.fc-month-button.fc-state-default.fc-corner-left:before,
button.btn-icon-anim.btn-youtube.fc-agendaWeek-button:before, .btn-icon-anim.btn-youtube.fc-prev-button:before, .btn-icon-anim.btn-youtube.fc-next-button:before, .btn-icon-anim.btn-youtube.fc-today-button:before {
  box-shadow: 0 0 0 35px #bb0000 inset;
}
.btn.btn-icon-anim.btn-youtube:hover, .wizard > .actions a.btn-icon-anim.btn-youtube:hover, .dt-buttons .btn-icon-anim.btn-youtube.dt-button:hover, .tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.btn-youtube:hover, .sweet-alert button.btn-icon-anim.btn-youtube:hover, .owl-theme .owl-nav .btn-icon-anim.btn-youtube[class*="owl-"]:hover, button.btn-icon-anim.btn-youtube.fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
button.btn-icon-anim.btn-youtube.fc-month-button.fc-state-default.fc-corner-left:hover,
button.btn-icon-anim.btn-youtube.fc-agendaWeek-button:hover, .btn-icon-anim.btn-youtube.fc-prev-button:hover, .btn-icon-anim.btn-youtube.fc-next-button:hover, .btn-icon-anim.btn-youtube.fc-today-button:hover {
  color: #bb0000 !important;
}
.btn.btn-icon-anim.btn-youtube:hover:before, .wizard > .actions a.btn-icon-anim.btn-youtube:hover:before, .dt-buttons .btn-icon-anim.btn-youtube.dt-button:hover:before, .tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.btn-youtube:hover:before, .sweet-alert button.btn-icon-anim.btn-youtube:hover:before, .owl-theme .owl-nav .btn-icon-anim.btn-youtube[class*="owl-"]:hover:before, button.btn-icon-anim.btn-youtube.fc-agendaDay-button.fc-state-default.fc-corner-right:hover:before,
button.btn-icon-anim.btn-youtube.fc-month-button.fc-state-default.fc-corner-left:hover:before,
button.btn-icon-anim.btn-youtube.fc-agendaWeek-button:hover:before, .btn-icon-anim.btn-youtube.fc-prev-button:hover:before, .btn-icon-anim.btn-youtube.fc-next-button:hover:before, .btn-icon-anim.btn-youtube.fc-today-button:hover:before {
  box-shadow: 0 0 0 1px #bb0000 inset;
}
.btn.btn-icon-anim.btn-github:before, .wizard > .actions a.btn-icon-anim.btn-github:before, .dt-buttons .btn-icon-anim.btn-github.dt-button:before, .tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.btn-github:before, .sweet-alert button.btn-icon-anim.btn-github:before, .owl-theme .owl-nav .btn-icon-anim.btn-github[class*="owl-"]:before, button.btn-icon-anim.btn-github.fc-agendaDay-button.fc-state-default.fc-corner-right:before,
button.btn-icon-anim.btn-github.fc-month-button.fc-state-default.fc-corner-left:before,
button.btn-icon-anim.btn-github.fc-agendaWeek-button:before, .btn-icon-anim.btn-github.fc-prev-button:before, .btn-icon-anim.btn-github.fc-next-button:before, .btn-icon-anim.btn-github.fc-today-button:before {
  box-shadow: 0 0 0 35px #171515 inset;
}
.btn.btn-icon-anim.btn-github:hover, .wizard > .actions a.btn-icon-anim.btn-github:hover, .dt-buttons .btn-icon-anim.btn-github.dt-button:hover, .tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.btn-github:hover, .sweet-alert button.btn-icon-anim.btn-github:hover, .owl-theme .owl-nav .btn-icon-anim.btn-github[class*="owl-"]:hover, button.btn-icon-anim.btn-github.fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
button.btn-icon-anim.btn-github.fc-month-button.fc-state-default.fc-corner-left:hover,
button.btn-icon-anim.btn-github.fc-agendaWeek-button:hover, .btn-icon-anim.btn-github.fc-prev-button:hover, .btn-icon-anim.btn-github.fc-next-button:hover, .btn-icon-anim.btn-github.fc-today-button:hover {
  color: #171515 !important;
}
.btn.btn-icon-anim.btn-github:hover:before, .wizard > .actions a.btn-icon-anim.btn-github:hover:before, .dt-buttons .btn-icon-anim.btn-github.dt-button:hover:before, .tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.btn-github:hover:before, .sweet-alert button.btn-icon-anim.btn-github:hover:before, .owl-theme .owl-nav .btn-icon-anim.btn-github[class*="owl-"]:hover:before, button.btn-icon-anim.btn-github.fc-agendaDay-button.fc-state-default.fc-corner-right:hover:before,
button.btn-icon-anim.btn-github.fc-month-button.fc-state-default.fc-corner-left:hover:before,
button.btn-icon-anim.btn-github.fc-agendaWeek-button:hover:before, .btn-icon-anim.btn-github.fc-prev-button:hover:before, .btn-icon-anim.btn-github.fc-next-button:hover:before, .btn-icon-anim.btn-github.fc-today-button:hover:before {
  box-shadow: 0 0 0 1px #171515 inset;
}
.btn.btn-square, .wizard > .actions a.btn-square, .dt-buttons .btn-square.dt-button, .tablesaw-sortable th.tablesaw-sortable-head button.btn-square, .sweet-alert button.btn-square, .owl-theme .owl-nav .btn-square[class*="owl-"], button.btn-square.fc-agendaDay-button.fc-state-default.fc-corner-right,
button.btn-square.fc-month-button.fc-state-default.fc-corner-left,
button.btn-square.fc-agendaWeek-button, .btn-square.fc-prev-button, .btn-square.fc-next-button, .btn-square.fc-today-button {
  height: 42px;
  width: 42px;
  padding: 0;
}
.btn.btn-square.btn-lg, .wizard > .actions a.btn-square.btn-lg, .dt-buttons .btn-square.btn-lg.dt-button, .tablesaw-sortable th.tablesaw-sortable-head button.btn-square.btn-lg, .sweet-alert button.btn-square.btn-lg, .owl-theme .owl-nav .btn-square.btn-lg[class*="owl-"], button.btn-square.btn-lg.fc-agendaDay-button.fc-state-default.fc-corner-right,
button.btn-square.btn-lg.fc-month-button.fc-state-default.fc-corner-left,
button.btn-square.btn-lg.fc-agendaWeek-button, .btn-square.btn-lg.fc-prev-button, .btn-square.btn-lg.fc-next-button, .btn-square.btn-lg.fc-today-button {
  height: 48px;
  width: 48px;
}
.btn.btn-square.btn-sm, .wizard > .actions a.btn-square.btn-sm, .dt-buttons .btn-square.btn-sm.dt-button, .tablesaw-sortable th.tablesaw-sortable-head button.btn-square.btn-sm, .sweet-alert button.btn-square.btn-sm, .owl-theme .owl-nav .btn-square.btn-sm[class*="owl-"], button.btn-square.btn-sm.fc-agendaDay-button.fc-state-default.fc-corner-right,
button.btn-square.btn-sm.fc-month-button.fc-state-default.fc-corner-left,
button.btn-square.btn-sm.fc-agendaWeek-button, .btn-square.btn-sm.fc-prev-button, .btn-square.btn-sm.fc-next-button, .btn-square.btn-sm.fc-today-button {
  height: 35px;
  width: 35px;
  padding: 6px !important;
}
.btn.btn-circle, .wizard > .actions a.btn-circle, .dt-buttons .btn-circle.dt-button, .tablesaw-sortable th.tablesaw-sortable-head button.btn-circle, .sweet-alert button.btn-circle, .owl-theme .owl-nav .btn-circle[class*="owl-"], button.btn-circle.fc-agendaDay-button.fc-state-default.fc-corner-right,
button.btn-circle.fc-month-button.fc-state-default.fc-corner-left,
button.btn-circle.fc-agendaWeek-button, .btn-circle.fc-prev-button, .btn-circle.fc-next-button, .btn-circle.fc-today-button {
  height: 40px;
  width: 40px;
  padding: 0;
  border-radius: 50%;
}
.btn.btn-circle:before, .wizard > .actions a.btn-circle:before, .dt-buttons .btn-circle.dt-button:before, .tablesaw-sortable th.tablesaw-sortable-head button.btn-circle:before, .sweet-alert button.btn-circle:before, .owl-theme .owl-nav .btn-circle[class*="owl-"]:before, button.btn-circle.fc-agendaDay-button.fc-state-default.fc-corner-right:before,
button.btn-circle.fc-month-button.fc-state-default.fc-corner-left:before,
button.btn-circle.fc-agendaWeek-button:before, .btn-circle.fc-prev-button:before, .btn-circle.fc-next-button:before, .btn-circle.fc-today-button:before {
  border-radius: 50%;
}
.btn.btn-circle.btn-lg, .wizard > .actions a.btn-circle.btn-lg, .dt-buttons .btn-circle.btn-lg.dt-button, .tablesaw-sortable th.tablesaw-sortable-head button.btn-circle.btn-lg, .sweet-alert button.btn-circle.btn-lg, .owl-theme .owl-nav .btn-circle.btn-lg[class*="owl-"], button.btn-circle.btn-lg.fc-agendaDay-button.fc-state-default.fc-corner-right,
button.btn-circle.btn-lg.fc-month-button.fc-state-default.fc-corner-left,
button.btn-circle.btn-lg.fc-agendaWeek-button, .btn-circle.btn-lg.fc-prev-button, .btn-circle.btn-lg.fc-next-button, .btn-circle.btn-lg.fc-today-button {
  height: 45px;
  width: 45px;
}
.btn.btn-circle.btn-sm, .wizard > .actions a.btn-circle.btn-sm, .dt-buttons .btn-circle.btn-sm.dt-button, .tablesaw-sortable th.tablesaw-sortable-head button.btn-circle.btn-sm, .sweet-alert button.btn-circle.btn-sm, .owl-theme .owl-nav .btn-circle.btn-sm[class*="owl-"], button.btn-circle.btn-sm.fc-agendaDay-button.fc-state-default.fc-corner-right,
button.btn-circle.btn-sm.fc-month-button.fc-state-default.fc-corner-left,
button.btn-circle.btn-sm.fc-agendaWeek-button, .btn-circle.btn-sm.fc-prev-button, .btn-circle.btn-sm.fc-next-button, .btn-circle.btn-sm.fc-today-button {
  height: 35px;
  width: 35px;
  padding: 6px !important;
}
.btn.fancy-button.btn-default.btn-0:before, .wizard > .actions a.fancy-button.btn-default.btn-0:before, .dt-buttons .fancy-button.btn-default.btn-0.dt-button:before, .tablesaw-sortable th.tablesaw-sortable-head button.fancy-button.btn-0:before, .sweet-alert button.fancy-button.btn-default.btn-0:before, .owl-theme .owl-nav .fancy-button.btn-0[class*="owl-"]:before, button.fancy-button.btn-default.btn-0.fc-agendaDay-button.fc-state-default.fc-corner-right:before,
button.fancy-button.btn-default.btn-0.fc-month-button.fc-state-default.fc-corner-left:before,
button.fancy-button.btn-default.btn-0.fc-agendaWeek-button:before, .fancy-button.btn-default.btn-0.fc-prev-button:before, .fancy-button.btn-default.btn-0.fc-next-button:before, .fancy-button.btn-default.btn-0.fc-today-button:before {
  background: gainsboro;
}
.btn.fancy-button.btn-default.btn-0:hover, .wizard > .actions a.fancy-button.btn-default.btn-0:hover, .dt-buttons .fancy-button.btn-default.btn-0.dt-button:hover, .tablesaw-sortable th.tablesaw-sortable-head button.fancy-button.btn-0:hover, .sweet-alert button.fancy-button.btn-default.btn-0:hover, .owl-theme .owl-nav .fancy-button.btn-0[class*="owl-"]:hover, button.fancy-button.btn-default.btn-0.fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
button.fancy-button.btn-default.btn-0.fc-month-button.fc-state-default.fc-corner-left:hover,
button.fancy-button.btn-default.btn-0.fc-agendaWeek-button:hover, .fancy-button.btn-default.btn-0.fc-prev-button:hover, .fancy-button.btn-default.btn-0.fc-next-button:hover, .fancy-button.btn-default.btn-0.fc-today-button:hover {
  color: #212121 !important;
}
.btn.fancy-button.btn-info.btn-0:before, .wizard > .actions a.fancy-button.btn-info.btn-0:before, .dt-buttons .fancy-button.btn-info.btn-0.dt-button:before, .tablesaw-sortable th.tablesaw-sortable-head button.fancy-button.btn-info.btn-0:before, .sweet-alert button.fancy-button.btn-info.btn-0:before, .owl-theme .owl-nav .fancy-button.btn-info.btn-0[class*="owl-"]:before, button.fancy-button.btn-info.btn-0.fc-agendaDay-button.fc-state-default.fc-corner-right:before,
button.fancy-button.btn-info.btn-0.fc-month-button.fc-state-default.fc-corner-left:before,
button.fancy-button.btn-info.btn-0.fc-agendaWeek-button:before, .fancy-button.btn-info.btn-0.fc-prev-button:before, .fancy-button.btn-info.btn-0.fc-next-button:before, .fancy-button.btn-info.btn-0.fc-today-button:before {
  background: #dc4666;
}
.btn.fancy-button.btn-info.btn-0:hover, .wizard > .actions a.fancy-button.btn-info.btn-0:hover, .dt-buttons .fancy-button.btn-info.btn-0.dt-button:hover, .tablesaw-sortable th.tablesaw-sortable-head button.fancy-button.btn-info.btn-0:hover, .sweet-alert button.fancy-button.btn-info.btn-0:hover, .owl-theme .owl-nav .fancy-button.btn-info.btn-0[class*="owl-"]:hover, button.fancy-button.btn-info.btn-0.fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
button.fancy-button.btn-info.btn-0.fc-month-button.fc-state-default.fc-corner-left:hover,
button.fancy-button.btn-info.btn-0.fc-agendaWeek-button:hover, .fancy-button.btn-info.btn-0.fc-prev-button:hover, .fancy-button.btn-info.btn-0.fc-next-button:hover, .fancy-button.btn-info.btn-0.fc-today-button:hover {
  color: #fff !important;
}
.btn.fancy-button.btn-primary.btn-0:before, .wizard > .actions a.fancy-button.btn-0:before, .dt-buttons .fancy-button.btn-0.dt-button:before, .tablesaw-sortable th.tablesaw-sortable-head button.fancy-button.btn-primary.btn-0:before, .sweet-alert button.fancy-button.btn-primary.btn-0:before, .owl-theme .owl-nav .fancy-button.btn-primary.btn-0[class*="owl-"]:before, button.fancy-button.btn-primary.btn-0.fc-agendaDay-button.fc-state-default.fc-corner-right:before,
button.fancy-button.btn-primary.btn-0.fc-month-button.fc-state-default.fc-corner-left:before,
button.fancy-button.btn-primary.btn-0.fc-agendaWeek-button:before, .fancy-button.btn-primary.btn-0.fc-prev-button:before, .fancy-button.btn-primary.btn-0.fc-next-button:before, .fancy-button.btn-primary.btn-0.fc-today-button:before {
  background: #177ec1;
}
.btn.fancy-button.btn-primary.btn-0:hover, .wizard > .actions a.fancy-button.btn-0:hover, .dt-buttons .fancy-button.btn-0.dt-button:hover, .tablesaw-sortable th.tablesaw-sortable-head button.fancy-button.btn-primary.btn-0:hover, .sweet-alert button.fancy-button.btn-primary.btn-0:hover, .owl-theme .owl-nav .fancy-button.btn-primary.btn-0[class*="owl-"]:hover, button.fancy-button.btn-primary.btn-0.fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
button.fancy-button.btn-primary.btn-0.fc-month-button.fc-state-default.fc-corner-left:hover,
button.fancy-button.btn-primary.btn-0.fc-agendaWeek-button:hover, .fancy-button.btn-primary.btn-0.fc-prev-button:hover, .fancy-button.btn-primary.btn-0.fc-next-button:hover, .fancy-button.btn-primary.btn-0.fc-today-button:hover {
  color: #fff !important;
}
.btn.fancy-button.btn-danger.btn-0:before, .wizard > .actions a.fancy-button.btn-danger.btn-0:before, .dt-buttons .fancy-button.btn-danger.btn-0.dt-button:before, .tablesaw-sortable th.tablesaw-sortable-head button.fancy-button.btn-danger.btn-0:before, .sweet-alert button.fancy-button.btn-danger.btn-0:before, .owl-theme .owl-nav .fancy-button.btn-danger.btn-0[class*="owl-"]:before, button.fancy-button.btn-danger.btn-0.fc-agendaDay-button.fc-state-default.fc-corner-right:before,
button.fancy-button.btn-danger.btn-0.fc-month-button.fc-state-default.fc-corner-left:before,
button.fancy-button.btn-danger.btn-0.fc-agendaWeek-button:before, .fancy-button.btn-danger.btn-0.fc-prev-button:before, .fancy-button.btn-danger.btn-0.fc-next-button:before, .fancy-button.btn-danger.btn-0.fc-today-button:before {
  background: #ea6c41;
}
.btn.fancy-button.btn-danger.btn-0:hover, .wizard > .actions a.fancy-button.btn-danger.btn-0:hover, .dt-buttons .fancy-button.btn-danger.btn-0.dt-button:hover, .tablesaw-sortable th.tablesaw-sortable-head button.fancy-button.btn-danger.btn-0:hover, .sweet-alert button.fancy-button.btn-danger.btn-0:hover, .owl-theme .owl-nav .fancy-button.btn-danger.btn-0[class*="owl-"]:hover, button.fancy-button.btn-danger.btn-0.fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
button.fancy-button.btn-danger.btn-0.fc-month-button.fc-state-default.fc-corner-left:hover,
button.fancy-button.btn-danger.btn-0.fc-agendaWeek-button:hover, .fancy-button.btn-danger.btn-0.fc-prev-button:hover, .fancy-button.btn-danger.btn-0.fc-next-button:hover, .fancy-button.btn-danger.btn-0.fc-today-button:hover {
  color: #fff !important;
}
.btn.fancy-button.btn-success.btn-0:before, .wizard > .actions a.fancy-button.btn-success.btn-0:before, .dt-buttons .fancy-button.btn-success.btn-0.dt-button:before, .tablesaw-sortable th.tablesaw-sortable-head button.fancy-button.btn-success.btn-0:before, .sweet-alert button.fancy-button.btn-success.btn-0:before, .owl-theme .owl-nav .fancy-button.btn-success.btn-0[class*="owl-"]:before, button.fancy-button.btn-0.fc-agendaDay-button.fc-state-default.fc-corner-right:before,
button.fancy-button.btn-0.fc-month-button.fc-state-default.fc-corner-left:before,
button.fancy-button.btn-0.fc-agendaWeek-button:before, .fancy-button.btn-0.fc-prev-button:before, .fancy-button.btn-0.fc-next-button:before, .fancy-button.btn-0.fc-today-button:before {
  background: #469408;
}
.btn.fancy-button.btn-success.btn-0:hover, .wizard > .actions a.fancy-button.btn-success.btn-0:hover, .dt-buttons .fancy-button.btn-success.btn-0.dt-button:hover, .tablesaw-sortable th.tablesaw-sortable-head button.fancy-button.btn-success.btn-0:hover, .sweet-alert button.fancy-button.btn-success.btn-0:hover, .owl-theme .owl-nav .fancy-button.btn-success.btn-0[class*="owl-"]:hover, button.fancy-button.btn-0.fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
button.fancy-button.btn-0.fc-month-button.fc-state-default.fc-corner-left:hover,
button.fancy-button.btn-0.fc-agendaWeek-button:hover, .fancy-button.btn-0.fc-prev-button:hover, .fancy-button.btn-0.fc-next-button:hover, .fancy-button.btn-0.fc-today-button:hover {
  color: #fff !important;
}
.btn.fancy-button.btn-warning.btn-0:before, .wizard > .actions a.fancy-button.btn-warning.btn-0:before, .dt-buttons .fancy-button.btn-warning.btn-0.dt-button:before, .tablesaw-sortable th.tablesaw-sortable-head button.fancy-button.btn-warning.btn-0:before, .sweet-alert button.fancy-button.btn-warning.btn-0:before, .owl-theme .owl-nav .fancy-button.btn-warning.btn-0[class*="owl-"]:before, button.fancy-button.btn-warning.btn-0.fc-agendaDay-button.fc-state-default.fc-corner-right:before,
button.fancy-button.btn-warning.btn-0.fc-month-button.fc-state-default.fc-corner-left:before,
button.fancy-button.btn-warning.btn-0.fc-agendaWeek-button:before, .fancy-button.btn-warning.btn-0.fc-prev-button:before, .fancy-button.btn-warning.btn-0.fc-next-button:before, .fancy-button.btn-warning.btn-0.fc-today-button:before {
  background: #e69a2a;
}
.btn.fancy-button.btn-warning.btn-0:hover, .wizard > .actions a.fancy-button.btn-warning.btn-0:hover, .dt-buttons .fancy-button.btn-warning.btn-0.dt-button:hover, .tablesaw-sortable th.tablesaw-sortable-head button.fancy-button.btn-warning.btn-0:hover, .sweet-alert button.fancy-button.btn-warning.btn-0:hover, .owl-theme .owl-nav .fancy-button.btn-warning.btn-0[class*="owl-"]:hover, button.fancy-button.btn-warning.btn-0.fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
button.fancy-button.btn-warning.btn-0.fc-month-button.fc-state-default.fc-corner-left:hover,
button.fancy-button.btn-warning.btn-0.fc-agendaWeek-button:hover, .fancy-button.btn-warning.btn-0.fc-prev-button:hover, .fancy-button.btn-warning.btn-0.fc-next-button:hover, .fancy-button.btn-warning.btn-0.fc-today-button:hover {
  color: #fff !important;
}
.btn.fixed-btn, .wizard > .actions a.fixed-btn, .dt-buttons .fixed-btn.dt-button, .tablesaw-sortable th.tablesaw-sortable-head button.fixed-btn, .sweet-alert button.fixed-btn, .owl-theme .owl-nav .fixed-btn[class*="owl-"], button.fixed-btn.fc-agendaDay-button.fc-state-default.fc-corner-right,
button.fixed-btn.fc-month-button.fc-state-default.fc-corner-left,
button.fixed-btn.fc-agendaWeek-button, .fixed-btn.fc-prev-button, .fixed-btn.fc-next-button, .fixed-btn.fc-today-button {
  width: 100px;
}

.open .dropdown-toggle.btn.btn-default, .open .wizard > .actions a.dropdown-toggle.btn-default, .wizard > .actions .open a.dropdown-toggle.btn-default, .open .dt-buttons .dropdown-toggle.btn-default.dt-button, .dt-buttons .open .dropdown-toggle.btn-default.dt-button, .open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle, .tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle, .open .sweet-alert button.dropdown-toggle.btn-default, .sweet-alert .open button.dropdown-toggle.btn-default, .open .owl-theme .owl-nav .dropdown-toggle[class*="owl-"], .owl-theme .owl-nav .open .dropdown-toggle[class*="owl-"], .open button.dropdown-toggle.btn-default.fc-agendaDay-button.fc-state-default.fc-corner-right,
.open button.dropdown-toggle.btn-default.fc-month-button.fc-state-default.fc-corner-left,
.open button.dropdown-toggle.btn-default.fc-agendaWeek-button, .open .dropdown-toggle.btn-default.fc-prev-button, .open .dropdown-toggle.btn-default.fc-next-button, .open .dropdown-toggle.btn-default.fc-today-button {
  background: gainsboro;
  border: solid 1px gainsboro;
}
.open .dropdown-toggle.btn.btn-default:hover, .open .wizard > .actions a.dropdown-toggle.btn-default:hover, .wizard > .actions .open a.dropdown-toggle.btn-default:hover, .open .dt-buttons .dropdown-toggle.btn-default.dt-button:hover, .dt-buttons .open .dropdown-toggle.btn-default.dt-button:hover, .open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle:hover, .tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle:hover, .open .sweet-alert button.dropdown-toggle.btn-default:hover, .sweet-alert .open button.dropdown-toggle.btn-default:hover, .open .owl-theme .owl-nav .dropdown-toggle[class*="owl-"]:hover, .owl-theme .owl-nav .open .dropdown-toggle[class*="owl-"]:hover, .open button.dropdown-toggle.btn-default.fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
.open button.dropdown-toggle.btn-default.fc-month-button.fc-state-default.fc-corner-left:hover,
.open button.dropdown-toggle.btn-default.fc-agendaWeek-button:hover, .open .dropdown-toggle.btn-default.fc-prev-button:hover, .open .dropdown-toggle.btn-default.fc-next-button:hover, .open .dropdown-toggle.btn-default.fc-today-button:hover, .open .dropdown-toggle.btn.btn-default:active, .open .wizard > .actions a.dropdown-toggle.btn-default:active, .wizard > .actions .open a.dropdown-toggle.btn-default:active, .open .dt-buttons .dropdown-toggle.btn-default.dt-button:active, .dt-buttons .open .dropdown-toggle.btn-default.dt-button:active, .open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle:active, .tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle:active, .open .sweet-alert button.dropdown-toggle.btn-default:active, .sweet-alert .open button.dropdown-toggle.btn-default:active, .open .owl-theme .owl-nav .dropdown-toggle[class*="owl-"]:active, .owl-theme .owl-nav .open .dropdown-toggle[class*="owl-"]:active, .open button.dropdown-toggle.btn-default.fc-agendaDay-button.fc-state-default.fc-corner-right:active,
.open button.dropdown-toggle.btn-default.fc-month-button.fc-state-default.fc-corner-left:active,
.open button.dropdown-toggle.btn-default.fc-agendaWeek-button:active, .open .dropdown-toggle.btn-default.fc-prev-button:active, .open .dropdown-toggle.btn-default.fc-next-button:active, .open .dropdown-toggle.btn-default.fc-today-button:active, .open .dropdown-toggle.btn.btn-default:focus, .open .wizard > .actions a.dropdown-toggle.btn-default:focus, .wizard > .actions .open a.dropdown-toggle.btn-default:focus, .open .dt-buttons .dropdown-toggle.btn-default.dt-button:focus, .dt-buttons .open .dropdown-toggle.btn-default.dt-button:focus, .open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle:focus, .tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle:focus, .open .sweet-alert button.dropdown-toggle.btn-default:focus, .sweet-alert .open button.dropdown-toggle.btn-default:focus, .open .owl-theme .owl-nav .dropdown-toggle[class*="owl-"]:focus, .owl-theme .owl-nav .open .dropdown-toggle[class*="owl-"]:focus, .open button.dropdown-toggle.btn-default.fc-agendaDay-button.fc-state-default.fc-corner-right:focus,
.open button.dropdown-toggle.btn-default.fc-month-button.fc-state-default.fc-corner-left:focus,
.open button.dropdown-toggle.btn-default.fc-agendaWeek-button:focus, .open .dropdown-toggle.btn-default.fc-prev-button:focus, .open .dropdown-toggle.btn-default.fc-next-button:focus, .open .dropdown-toggle.btn-default.fc-today-button:focus {
  background: rgba(220, 220, 220, 0.85);
  border: solid 1px rgba(220, 220, 220, 0.1);
}
.open .dropdown-toggle.btn.btn-info, .open .wizard > .actions a.dropdown-toggle.btn-info, .wizard > .actions .open a.dropdown-toggle.btn-info, .open .dt-buttons .dropdown-toggle.btn-info.dt-button, .dt-buttons .open .dropdown-toggle.btn-info.dt-button, .open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.btn-info, .tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.btn-info, .open .sweet-alert button.dropdown-toggle.btn-info, .sweet-alert .open button.dropdown-toggle.btn-info, .open .owl-theme .owl-nav .dropdown-toggle.btn-info[class*="owl-"], .owl-theme .owl-nav .open .dropdown-toggle.btn-info[class*="owl-"], .open button.dropdown-toggle.btn-info.fc-agendaDay-button.fc-state-default.fc-corner-right,
.open button.dropdown-toggle.btn-info.fc-month-button.fc-state-default.fc-corner-left,
.open button.dropdown-toggle.btn-info.fc-agendaWeek-button, .open .dropdown-toggle.btn-info.fc-prev-button, .open .dropdown-toggle.btn-info.fc-next-button, .open .dropdown-toggle.btn-info.fc-today-button {
  background: #dc4666;
  border: solid 1px #dc4666;
}
.open .dropdown-toggle.btn.btn-info:hover, .open .wizard > .actions a.dropdown-toggle.btn-info:hover, .wizard > .actions .open a.dropdown-toggle.btn-info:hover, .open .dt-buttons .dropdown-toggle.btn-info.dt-button:hover, .dt-buttons .open .dropdown-toggle.btn-info.dt-button:hover, .open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.btn-info:hover, .tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.btn-info:hover, .open .sweet-alert button.dropdown-toggle.btn-info:hover, .sweet-alert .open button.dropdown-toggle.btn-info:hover, .open .owl-theme .owl-nav .dropdown-toggle.btn-info[class*="owl-"]:hover, .owl-theme .owl-nav .open .dropdown-toggle.btn-info[class*="owl-"]:hover, .open button.dropdown-toggle.btn-info.fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
.open button.dropdown-toggle.btn-info.fc-month-button.fc-state-default.fc-corner-left:hover,
.open button.dropdown-toggle.btn-info.fc-agendaWeek-button:hover, .open .dropdown-toggle.btn-info.fc-prev-button:hover, .open .dropdown-toggle.btn-info.fc-next-button:hover, .open .dropdown-toggle.btn-info.fc-today-button:hover, .open .dropdown-toggle.btn.btn-info:active, .open .wizard > .actions a.dropdown-toggle.btn-info:active, .wizard > .actions .open a.dropdown-toggle.btn-info:active, .open .dt-buttons .dropdown-toggle.btn-info.dt-button:active, .dt-buttons .open .dropdown-toggle.btn-info.dt-button:active, .open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.btn-info:active, .tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.btn-info:active, .open .sweet-alert button.dropdown-toggle.btn-info:active, .sweet-alert .open button.dropdown-toggle.btn-info:active, .open .owl-theme .owl-nav .dropdown-toggle.btn-info[class*="owl-"]:active, .owl-theme .owl-nav .open .dropdown-toggle.btn-info[class*="owl-"]:active, .open button.dropdown-toggle.btn-info.fc-agendaDay-button.fc-state-default.fc-corner-right:active,
.open button.dropdown-toggle.btn-info.fc-month-button.fc-state-default.fc-corner-left:active,
.open button.dropdown-toggle.btn-info.fc-agendaWeek-button:active, .open .dropdown-toggle.btn-info.fc-prev-button:active, .open .dropdown-toggle.btn-info.fc-next-button:active, .open .dropdown-toggle.btn-info.fc-today-button:active, .open .dropdown-toggle.btn.btn-info:focus, .open .wizard > .actions a.dropdown-toggle.btn-info:focus, .wizard > .actions .open a.dropdown-toggle.btn-info:focus, .open .dt-buttons .dropdown-toggle.btn-info.dt-button:focus, .dt-buttons .open .dropdown-toggle.btn-info.dt-button:focus, .open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.btn-info:focus, .tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.btn-info:focus, .open .sweet-alert button.dropdown-toggle.btn-info:focus, .sweet-alert .open button.dropdown-toggle.btn-info:focus, .open .owl-theme .owl-nav .dropdown-toggle.btn-info[class*="owl-"]:focus, .owl-theme .owl-nav .open .dropdown-toggle.btn-info[class*="owl-"]:focus, .open button.dropdown-toggle.btn-info.fc-agendaDay-button.fc-state-default.fc-corner-right:focus,
.open button.dropdown-toggle.btn-info.fc-month-button.fc-state-default.fc-corner-left:focus,
.open button.dropdown-toggle.btn-info.fc-agendaWeek-button:focus, .open .dropdown-toggle.btn-info.fc-prev-button:focus, .open .dropdown-toggle.btn-info.fc-next-button:focus, .open .dropdown-toggle.btn-info.fc-today-button:focus {
  background: rgba(220, 70, 102, 0.85);
  border: solid 1px rgba(220, 70, 102, 0.1);
}
.open .dropdown-toggle.btn.btn-primary, .open .wizard > .actions a.dropdown-toggle, .wizard > .actions .open a.dropdown-toggle, .open .dt-buttons .dropdown-toggle.dt-button, .dt-buttons .open .dropdown-toggle.dt-button, .open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.btn-primary, .tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.btn-primary, .open .sweet-alert button.dropdown-toggle.btn-primary, .sweet-alert .open button.dropdown-toggle.btn-primary, .open .owl-theme .owl-nav .dropdown-toggle.btn-primary[class*="owl-"], .owl-theme .owl-nav .open .dropdown-toggle.btn-primary[class*="owl-"], .open button.dropdown-toggle.btn-primary.fc-agendaDay-button.fc-state-default.fc-corner-right,
.open button.dropdown-toggle.btn-primary.fc-month-button.fc-state-default.fc-corner-left,
.open button.dropdown-toggle.btn-primary.fc-agendaWeek-button, .open .dropdown-toggle.btn-primary.fc-prev-button, .open .dropdown-toggle.btn-primary.fc-next-button, .open .dropdown-toggle.btn-primary.fc-today-button {
  background: #177ec1;
  border: solid 1px #177ec1;
}
.open .dropdown-toggle.btn.btn-primary:hover, .open .wizard > .actions a.dropdown-toggle:hover, .wizard > .actions .open a.dropdown-toggle:hover, .open .dt-buttons .dropdown-toggle.dt-button:hover, .dt-buttons .open .dropdown-toggle.dt-button:hover, .open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.btn-primary:hover, .tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.btn-primary:hover, .open .sweet-alert button.dropdown-toggle.btn-primary:hover, .sweet-alert .open button.dropdown-toggle.btn-primary:hover, .open .owl-theme .owl-nav .dropdown-toggle.btn-primary[class*="owl-"]:hover, .owl-theme .owl-nav .open .dropdown-toggle.btn-primary[class*="owl-"]:hover, .open button.dropdown-toggle.btn-primary.fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
.open button.dropdown-toggle.btn-primary.fc-month-button.fc-state-default.fc-corner-left:hover,
.open button.dropdown-toggle.btn-primary.fc-agendaWeek-button:hover, .open .dropdown-toggle.btn-primary.fc-prev-button:hover, .open .dropdown-toggle.btn-primary.fc-next-button:hover, .open .dropdown-toggle.btn-primary.fc-today-button:hover, .open .dropdown-toggle.btn.btn-primary:active, .open .wizard > .actions a.dropdown-toggle:active, .wizard > .actions .open a.dropdown-toggle:active, .open .dt-buttons .dropdown-toggle.dt-button:active, .dt-buttons .open .dropdown-toggle.dt-button:active, .open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.btn-primary:active, .tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.btn-primary:active, .open .sweet-alert button.dropdown-toggle.btn-primary:active, .sweet-alert .open button.dropdown-toggle.btn-primary:active, .open .owl-theme .owl-nav .dropdown-toggle.btn-primary[class*="owl-"]:active, .owl-theme .owl-nav .open .dropdown-toggle.btn-primary[class*="owl-"]:active, .open button.dropdown-toggle.btn-primary.fc-agendaDay-button.fc-state-default.fc-corner-right:active,
.open button.dropdown-toggle.btn-primary.fc-month-button.fc-state-default.fc-corner-left:active,
.open button.dropdown-toggle.btn-primary.fc-agendaWeek-button:active, .open .dropdown-toggle.btn-primary.fc-prev-button:active, .open .dropdown-toggle.btn-primary.fc-next-button:active, .open .dropdown-toggle.btn-primary.fc-today-button:active, .open .dropdown-toggle.btn.btn-primary:focus, .open .wizard > .actions a.dropdown-toggle:focus, .wizard > .actions .open a.dropdown-toggle:focus, .open .dt-buttons .dropdown-toggle.dt-button:focus, .dt-buttons .open .dropdown-toggle.dt-button:focus, .open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.btn-primary:focus, .tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.btn-primary:focus, .open .sweet-alert button.dropdown-toggle.btn-primary:focus, .sweet-alert .open button.dropdown-toggle.btn-primary:focus, .open .owl-theme .owl-nav .dropdown-toggle.btn-primary[class*="owl-"]:focus, .owl-theme .owl-nav .open .dropdown-toggle.btn-primary[class*="owl-"]:focus, .open button.dropdown-toggle.btn-primary.fc-agendaDay-button.fc-state-default.fc-corner-right:focus,
.open button.dropdown-toggle.btn-primary.fc-month-button.fc-state-default.fc-corner-left:focus,
.open button.dropdown-toggle.btn-primary.fc-agendaWeek-button:focus, .open .dropdown-toggle.btn-primary.fc-prev-button:focus, .open .dropdown-toggle.btn-primary.fc-next-button:focus, .open .dropdown-toggle.btn-primary.fc-today-button:focus {
  background: rgba(23, 126, 193, 0.85);
  border: solid 1px rgba(23, 126, 193, 0.1);
}
.open .dropdown-toggle.btn.btn-success, .open .wizard > .actions a.dropdown-toggle.btn-success, .wizard > .actions .open a.dropdown-toggle.btn-success, .open .wizard > .actions a.dropdown-toggle.fc-prev-button, .wizard > .actions .open a.dropdown-toggle.fc-prev-button, .open .wizard > .actions a.dropdown-toggle.fc-next-button, .wizard > .actions .open a.dropdown-toggle.fc-next-button, .open .wizard > .actions a.dropdown-toggle.fc-today-button, .wizard > .actions .open a.dropdown-toggle.fc-today-button, .open .dt-buttons .dropdown-toggle.btn-success.dt-button, .dt-buttons .open .dropdown-toggle.btn-success.dt-button,
.open .dt-buttons button.dropdown-toggle.dt-button.fc-agendaWeek-button,
.dt-buttons .open button.dropdown-toggle.dt-button.fc-agendaWeek-button, .open .dt-buttons .dropdown-toggle.dt-button.fc-prev-button, .dt-buttons .open .dropdown-toggle.dt-button.fc-prev-button, .open .dt-buttons .dropdown-toggle.dt-button.fc-next-button, .dt-buttons .open .dropdown-toggle.dt-button.fc-next-button, .open .dt-buttons .dropdown-toggle.dt-button.fc-today-button, .dt-buttons .open .dropdown-toggle.dt-button.fc-today-button, .open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.btn-success, .tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.btn-success,
.open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.fc-agendaWeek-button,
.tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.fc-agendaWeek-button, .open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.fc-prev-button, .tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.fc-prev-button, .open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.fc-next-button, .tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.fc-next-button, .open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.fc-today-button, .tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.fc-today-button, .open .sweet-alert button.dropdown-toggle.btn-success, .sweet-alert .open button.dropdown-toggle.btn-success,
.open .sweet-alert button.dropdown-toggle.fc-agendaWeek-button,
.sweet-alert .open button.dropdown-toggle.fc-agendaWeek-button, .open .sweet-alert button.dropdown-toggle.fc-prev-button, .sweet-alert .open button.dropdown-toggle.fc-prev-button, .open .sweet-alert button.dropdown-toggle.fc-next-button, .sweet-alert .open button.dropdown-toggle.fc-next-button, .open .sweet-alert button.dropdown-toggle.fc-today-button, .sweet-alert .open button.dropdown-toggle.fc-today-button, .open .owl-theme .owl-nav .dropdown-toggle.btn-success[class*="owl-"], .owl-theme .owl-nav .open .dropdown-toggle.btn-success[class*="owl-"],
.open .owl-theme .owl-nav button.dropdown-toggle[class*="owl-"].fc-agendaWeek-button,
.owl-theme .owl-nav .open button.dropdown-toggle[class*="owl-"].fc-agendaWeek-button, .open .owl-theme .owl-nav .dropdown-toggle[class*="owl-"].fc-prev-button, .owl-theme .owl-nav .open .dropdown-toggle[class*="owl-"].fc-prev-button, .open .owl-theme .owl-nav .dropdown-toggle[class*="owl-"].fc-next-button, .owl-theme .owl-nav .open .dropdown-toggle[class*="owl-"].fc-next-button, .open .owl-theme .owl-nav .dropdown-toggle[class*="owl-"].fc-today-button, .owl-theme .owl-nav .open .dropdown-toggle[class*="owl-"].fc-today-button, .open button.dropdown-toggle.fc-agendaDay-button.fc-state-default.fc-corner-right,
.open button.dropdown-toggle.fc-month-button.fc-state-default.fc-corner-left,
.open button.dropdown-toggle.fc-agendaWeek-button, .open .dropdown-toggle.fc-prev-button, .open .dropdown-toggle.fc-next-button, .open .dropdown-toggle.fc-today-button {
  background: #469408;
  border: solid 1px #469408;
}
.open .dropdown-toggle.btn.btn-success:hover, .open .wizard > .actions a.dropdown-toggle.btn-success:hover, .wizard > .actions .open a.dropdown-toggle.btn-success:hover, .open .wizard > .actions a.dropdown-toggle.fc-prev-button:hover, .wizard > .actions .open a.dropdown-toggle.fc-prev-button:hover, .open .wizard > .actions a.dropdown-toggle.fc-next-button:hover, .wizard > .actions .open a.dropdown-toggle.fc-next-button:hover, .open .wizard > .actions a.dropdown-toggle.fc-today-button:hover, .wizard > .actions .open a.dropdown-toggle.fc-today-button:hover, .open .dt-buttons .dropdown-toggle.btn-success.dt-button:hover, .dt-buttons .open .dropdown-toggle.btn-success.dt-button:hover,
.open .dt-buttons button.dropdown-toggle.dt-button.fc-agendaWeek-button:hover,
.dt-buttons .open button.dropdown-toggle.dt-button.fc-agendaWeek-button:hover, .open .dt-buttons .dropdown-toggle.dt-button.fc-prev-button:hover, .dt-buttons .open .dropdown-toggle.dt-button.fc-prev-button:hover, .open .dt-buttons .dropdown-toggle.dt-button.fc-next-button:hover, .dt-buttons .open .dropdown-toggle.dt-button.fc-next-button:hover, .open .dt-buttons .dropdown-toggle.dt-button.fc-today-button:hover, .dt-buttons .open .dropdown-toggle.dt-button.fc-today-button:hover, .open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.btn-success:hover, .tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.btn-success:hover,
.open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.fc-agendaWeek-button:hover,
.tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.fc-agendaWeek-button:hover, .open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.fc-prev-button:hover, .tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.fc-prev-button:hover, .open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.fc-next-button:hover, .tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.fc-next-button:hover, .open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.fc-today-button:hover, .tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.fc-today-button:hover, .open .sweet-alert button.dropdown-toggle.btn-success:hover, .sweet-alert .open button.dropdown-toggle.btn-success:hover,
.open .sweet-alert button.dropdown-toggle.fc-agendaWeek-button:hover,
.sweet-alert .open button.dropdown-toggle.fc-agendaWeek-button:hover, .open .sweet-alert button.dropdown-toggle.fc-prev-button:hover, .sweet-alert .open button.dropdown-toggle.fc-prev-button:hover, .open .sweet-alert button.dropdown-toggle.fc-next-button:hover, .sweet-alert .open button.dropdown-toggle.fc-next-button:hover, .open .sweet-alert button.dropdown-toggle.fc-today-button:hover, .sweet-alert .open button.dropdown-toggle.fc-today-button:hover, .open .owl-theme .owl-nav .dropdown-toggle.btn-success[class*="owl-"]:hover, .owl-theme .owl-nav .open .dropdown-toggle.btn-success[class*="owl-"]:hover,
.open .owl-theme .owl-nav button.dropdown-toggle[class*="owl-"].fc-agendaWeek-button:hover,
.owl-theme .owl-nav .open button.dropdown-toggle[class*="owl-"].fc-agendaWeek-button:hover, .open .owl-theme .owl-nav .dropdown-toggle[class*="owl-"].fc-prev-button:hover, .owl-theme .owl-nav .open .dropdown-toggle[class*="owl-"].fc-prev-button:hover, .open .owl-theme .owl-nav .dropdown-toggle[class*="owl-"].fc-next-button:hover, .owl-theme .owl-nav .open .dropdown-toggle[class*="owl-"].fc-next-button:hover, .open .owl-theme .owl-nav .dropdown-toggle[class*="owl-"].fc-today-button:hover, .owl-theme .owl-nav .open .dropdown-toggle[class*="owl-"].fc-today-button:hover, .open button.dropdown-toggle.fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
.open button.dropdown-toggle.fc-month-button.fc-state-default.fc-corner-left:hover,
.open button.dropdown-toggle.fc-agendaWeek-button:hover, .open .dropdown-toggle.fc-prev-button:hover, .open .dropdown-toggle.fc-next-button:hover, .open .dropdown-toggle.fc-today-button:hover, .open .dropdown-toggle.btn.btn-success:active, .open .wizard > .actions a.dropdown-toggle.btn-success:active, .wizard > .actions .open a.dropdown-toggle.btn-success:active, .open .wizard > .actions a.dropdown-toggle.fc-prev-button:active, .wizard > .actions .open a.dropdown-toggle.fc-prev-button:active, .open .wizard > .actions a.dropdown-toggle.fc-next-button:active, .wizard > .actions .open a.dropdown-toggle.fc-next-button:active, .open .wizard > .actions a.dropdown-toggle.fc-today-button:active, .wizard > .actions .open a.dropdown-toggle.fc-today-button:active, .open .dt-buttons .dropdown-toggle.btn-success.dt-button:active, .dt-buttons .open .dropdown-toggle.btn-success.dt-button:active,
.open .dt-buttons button.dropdown-toggle.dt-button.fc-agendaWeek-button:active,
.dt-buttons .open button.dropdown-toggle.dt-button.fc-agendaWeek-button:active, .open .dt-buttons .dropdown-toggle.dt-button.fc-prev-button:active, .dt-buttons .open .dropdown-toggle.dt-button.fc-prev-button:active, .open .dt-buttons .dropdown-toggle.dt-button.fc-next-button:active, .dt-buttons .open .dropdown-toggle.dt-button.fc-next-button:active, .open .dt-buttons .dropdown-toggle.dt-button.fc-today-button:active, .dt-buttons .open .dropdown-toggle.dt-button.fc-today-button:active, .open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.btn-success:active, .tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.btn-success:active,
.open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.fc-agendaWeek-button:active,
.tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.fc-agendaWeek-button:active, .open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.fc-prev-button:active, .tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.fc-prev-button:active, .open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.fc-next-button:active, .tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.fc-next-button:active, .open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.fc-today-button:active, .tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.fc-today-button:active, .open .sweet-alert button.dropdown-toggle.btn-success:active, .sweet-alert .open button.dropdown-toggle.btn-success:active,
.open .sweet-alert button.dropdown-toggle.fc-agendaWeek-button:active,
.sweet-alert .open button.dropdown-toggle.fc-agendaWeek-button:active, .open .sweet-alert button.dropdown-toggle.fc-prev-button:active, .sweet-alert .open button.dropdown-toggle.fc-prev-button:active, .open .sweet-alert button.dropdown-toggle.fc-next-button:active, .sweet-alert .open button.dropdown-toggle.fc-next-button:active, .open .sweet-alert button.dropdown-toggle.fc-today-button:active, .sweet-alert .open button.dropdown-toggle.fc-today-button:active, .open .owl-theme .owl-nav .dropdown-toggle.btn-success[class*="owl-"]:active, .owl-theme .owl-nav .open .dropdown-toggle.btn-success[class*="owl-"]:active,
.open .owl-theme .owl-nav button.dropdown-toggle[class*="owl-"].fc-agendaWeek-button:active,
.owl-theme .owl-nav .open button.dropdown-toggle[class*="owl-"].fc-agendaWeek-button:active, .open .owl-theme .owl-nav .dropdown-toggle[class*="owl-"].fc-prev-button:active, .owl-theme .owl-nav .open .dropdown-toggle[class*="owl-"].fc-prev-button:active, .open .owl-theme .owl-nav .dropdown-toggle[class*="owl-"].fc-next-button:active, .owl-theme .owl-nav .open .dropdown-toggle[class*="owl-"].fc-next-button:active, .open .owl-theme .owl-nav .dropdown-toggle[class*="owl-"].fc-today-button:active, .owl-theme .owl-nav .open .dropdown-toggle[class*="owl-"].fc-today-button:active, .open button.dropdown-toggle.fc-agendaDay-button.fc-state-default.fc-corner-right:active,
.open button.dropdown-toggle.fc-month-button.fc-state-default.fc-corner-left:active,
.open button.dropdown-toggle.fc-agendaWeek-button:active, .open .dropdown-toggle.fc-prev-button:active, .open .dropdown-toggle.fc-next-button:active, .open .dropdown-toggle.fc-today-button:active, .open .dropdown-toggle.btn.btn-success:focus, .open .wizard > .actions a.dropdown-toggle.btn-success:focus, .wizard > .actions .open a.dropdown-toggle.btn-success:focus, .open .wizard > .actions a.dropdown-toggle.fc-prev-button:focus, .wizard > .actions .open a.dropdown-toggle.fc-prev-button:focus, .open .wizard > .actions a.dropdown-toggle.fc-next-button:focus, .wizard > .actions .open a.dropdown-toggle.fc-next-button:focus, .open .wizard > .actions a.dropdown-toggle.fc-today-button:focus, .wizard > .actions .open a.dropdown-toggle.fc-today-button:focus, .open .dt-buttons .dropdown-toggle.btn-success.dt-button:focus, .dt-buttons .open .dropdown-toggle.btn-success.dt-button:focus,
.open .dt-buttons button.dropdown-toggle.dt-button.fc-agendaWeek-button:focus,
.dt-buttons .open button.dropdown-toggle.dt-button.fc-agendaWeek-button:focus, .open .dt-buttons .dropdown-toggle.dt-button.fc-prev-button:focus, .dt-buttons .open .dropdown-toggle.dt-button.fc-prev-button:focus, .open .dt-buttons .dropdown-toggle.dt-button.fc-next-button:focus, .dt-buttons .open .dropdown-toggle.dt-button.fc-next-button:focus, .open .dt-buttons .dropdown-toggle.dt-button.fc-today-button:focus, .dt-buttons .open .dropdown-toggle.dt-button.fc-today-button:focus, .open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.btn-success:focus, .tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.btn-success:focus,
.open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.fc-agendaWeek-button:focus,
.tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.fc-agendaWeek-button:focus, .open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.fc-prev-button:focus, .tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.fc-prev-button:focus, .open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.fc-next-button:focus, .tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.fc-next-button:focus, .open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.fc-today-button:focus, .tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.fc-today-button:focus, .open .sweet-alert button.dropdown-toggle.btn-success:focus, .sweet-alert .open button.dropdown-toggle.btn-success:focus,
.open .sweet-alert button.dropdown-toggle.fc-agendaWeek-button:focus,
.sweet-alert .open button.dropdown-toggle.fc-agendaWeek-button:focus, .open .sweet-alert button.dropdown-toggle.fc-prev-button:focus, .sweet-alert .open button.dropdown-toggle.fc-prev-button:focus, .open .sweet-alert button.dropdown-toggle.fc-next-button:focus, .sweet-alert .open button.dropdown-toggle.fc-next-button:focus, .open .sweet-alert button.dropdown-toggle.fc-today-button:focus, .sweet-alert .open button.dropdown-toggle.fc-today-button:focus, .open .owl-theme .owl-nav .dropdown-toggle.btn-success[class*="owl-"]:focus, .owl-theme .owl-nav .open .dropdown-toggle.btn-success[class*="owl-"]:focus,
.open .owl-theme .owl-nav button.dropdown-toggle[class*="owl-"].fc-agendaWeek-button:focus,
.owl-theme .owl-nav .open button.dropdown-toggle[class*="owl-"].fc-agendaWeek-button:focus, .open .owl-theme .owl-nav .dropdown-toggle[class*="owl-"].fc-prev-button:focus, .owl-theme .owl-nav .open .dropdown-toggle[class*="owl-"].fc-prev-button:focus, .open .owl-theme .owl-nav .dropdown-toggle[class*="owl-"].fc-next-button:focus, .owl-theme .owl-nav .open .dropdown-toggle[class*="owl-"].fc-next-button:focus, .open .owl-theme .owl-nav .dropdown-toggle[class*="owl-"].fc-today-button:focus, .owl-theme .owl-nav .open .dropdown-toggle[class*="owl-"].fc-today-button:focus, .open button.dropdown-toggle.fc-agendaDay-button.fc-state-default.fc-corner-right:focus,
.open button.dropdown-toggle.fc-month-button.fc-state-default.fc-corner-left:focus,
.open button.dropdown-toggle.fc-agendaWeek-button:focus, .open .dropdown-toggle.fc-prev-button:focus, .open .dropdown-toggle.fc-next-button:focus, .open .dropdown-toggle.fc-today-button:focus {
  background: rgba(70, 148, 8, 0.85);
  border: solid 1px rgba(70, 148, 8, 0.1);
}
.open .dropdown-toggle.btn.btn-danger, .open .wizard > .actions a.dropdown-toggle.btn-danger, .wizard > .actions .open a.dropdown-toggle.btn-danger, .open .dt-buttons .dropdown-toggle.btn-danger.dt-button, .dt-buttons .open .dropdown-toggle.btn-danger.dt-button, .open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.btn-danger, .tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.btn-danger, .open .sweet-alert button.dropdown-toggle.btn-danger, .sweet-alert .open button.dropdown-toggle.btn-danger, .open .owl-theme .owl-nav .dropdown-toggle.btn-danger[class*="owl-"], .owl-theme .owl-nav .open .dropdown-toggle.btn-danger[class*="owl-"], .open button.dropdown-toggle.btn-danger.fc-agendaDay-button.fc-state-default.fc-corner-right,
.open button.dropdown-toggle.btn-danger.fc-month-button.fc-state-default.fc-corner-left,
.open button.dropdown-toggle.btn-danger.fc-agendaWeek-button, .open .dropdown-toggle.btn-danger.fc-prev-button, .open .dropdown-toggle.btn-danger.fc-next-button, .open .dropdown-toggle.btn-danger.fc-today-button {
  background: #ea6c41;
  border: solid 1px #ea6c41;
}
.open .dropdown-toggle.btn.btn-danger:hover, .open .wizard > .actions a.dropdown-toggle.btn-danger:hover, .wizard > .actions .open a.dropdown-toggle.btn-danger:hover, .open .dt-buttons .dropdown-toggle.btn-danger.dt-button:hover, .dt-buttons .open .dropdown-toggle.btn-danger.dt-button:hover, .open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.btn-danger:hover, .tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.btn-danger:hover, .open .sweet-alert button.dropdown-toggle.btn-danger:hover, .sweet-alert .open button.dropdown-toggle.btn-danger:hover, .open .owl-theme .owl-nav .dropdown-toggle.btn-danger[class*="owl-"]:hover, .owl-theme .owl-nav .open .dropdown-toggle.btn-danger[class*="owl-"]:hover, .open button.dropdown-toggle.btn-danger.fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
.open button.dropdown-toggle.btn-danger.fc-month-button.fc-state-default.fc-corner-left:hover,
.open button.dropdown-toggle.btn-danger.fc-agendaWeek-button:hover, .open .dropdown-toggle.btn-danger.fc-prev-button:hover, .open .dropdown-toggle.btn-danger.fc-next-button:hover, .open .dropdown-toggle.btn-danger.fc-today-button:hover, .open .dropdown-toggle.btn.btn-danger:active, .open .wizard > .actions a.dropdown-toggle.btn-danger:active, .wizard > .actions .open a.dropdown-toggle.btn-danger:active, .open .dt-buttons .dropdown-toggle.btn-danger.dt-button:active, .dt-buttons .open .dropdown-toggle.btn-danger.dt-button:active, .open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.btn-danger:active, .tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.btn-danger:active, .open .sweet-alert button.dropdown-toggle.btn-danger:active, .sweet-alert .open button.dropdown-toggle.btn-danger:active, .open .owl-theme .owl-nav .dropdown-toggle.btn-danger[class*="owl-"]:active, .owl-theme .owl-nav .open .dropdown-toggle.btn-danger[class*="owl-"]:active, .open button.dropdown-toggle.btn-danger.fc-agendaDay-button.fc-state-default.fc-corner-right:active,
.open button.dropdown-toggle.btn-danger.fc-month-button.fc-state-default.fc-corner-left:active,
.open button.dropdown-toggle.btn-danger.fc-agendaWeek-button:active, .open .dropdown-toggle.btn-danger.fc-prev-button:active, .open .dropdown-toggle.btn-danger.fc-next-button:active, .open .dropdown-toggle.btn-danger.fc-today-button:active, .open .dropdown-toggle.btn.btn-danger:focus, .open .wizard > .actions a.dropdown-toggle.btn-danger:focus, .wizard > .actions .open a.dropdown-toggle.btn-danger:focus, .open .dt-buttons .dropdown-toggle.btn-danger.dt-button:focus, .dt-buttons .open .dropdown-toggle.btn-danger.dt-button:focus, .open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.btn-danger:focus, .tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.btn-danger:focus, .open .sweet-alert button.dropdown-toggle.btn-danger:focus, .sweet-alert .open button.dropdown-toggle.btn-danger:focus, .open .owl-theme .owl-nav .dropdown-toggle.btn-danger[class*="owl-"]:focus, .owl-theme .owl-nav .open .dropdown-toggle.btn-danger[class*="owl-"]:focus, .open button.dropdown-toggle.btn-danger.fc-agendaDay-button.fc-state-default.fc-corner-right:focus,
.open button.dropdown-toggle.btn-danger.fc-month-button.fc-state-default.fc-corner-left:focus,
.open button.dropdown-toggle.btn-danger.fc-agendaWeek-button:focus, .open .dropdown-toggle.btn-danger.fc-prev-button:focus, .open .dropdown-toggle.btn-danger.fc-next-button:focus, .open .dropdown-toggle.btn-danger.fc-today-button:focus {
  background: rgba(234, 108, 65, 0.85);
  border: solid 1px rgba(234, 108, 65, 0.1);
}
.open .dropdown-toggle.btn.btn-warning, .open .wizard > .actions a.dropdown-toggle.btn-warning, .wizard > .actions .open a.dropdown-toggle.btn-warning, .open .dt-buttons .dropdown-toggle.btn-warning.dt-button, .dt-buttons .open .dropdown-toggle.btn-warning.dt-button, .open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.btn-warning, .tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.btn-warning, .open .sweet-alert button.dropdown-toggle.btn-warning, .sweet-alert .open button.dropdown-toggle.btn-warning, .open .owl-theme .owl-nav .dropdown-toggle.btn-warning[class*="owl-"], .owl-theme .owl-nav .open .dropdown-toggle.btn-warning[class*="owl-"], .open button.dropdown-toggle.btn-warning.fc-agendaDay-button.fc-state-default.fc-corner-right,
.open button.dropdown-toggle.btn-warning.fc-month-button.fc-state-default.fc-corner-left,
.open button.dropdown-toggle.btn-warning.fc-agendaWeek-button, .open .dropdown-toggle.btn-warning.fc-prev-button, .open .dropdown-toggle.btn-warning.fc-next-button, .open .dropdown-toggle.btn-warning.fc-today-button {
  background: #e69a2a;
  border: solid 1px #e69a2a;
}
.open .dropdown-toggle.btn.btn-warning:hover, .open .wizard > .actions a.dropdown-toggle.btn-warning:hover, .wizard > .actions .open a.dropdown-toggle.btn-warning:hover, .open .dt-buttons .dropdown-toggle.btn-warning.dt-button:hover, .dt-buttons .open .dropdown-toggle.btn-warning.dt-button:hover, .open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.btn-warning:hover, .tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.btn-warning:hover, .open .sweet-alert button.dropdown-toggle.btn-warning:hover, .sweet-alert .open button.dropdown-toggle.btn-warning:hover, .open .owl-theme .owl-nav .dropdown-toggle.btn-warning[class*="owl-"]:hover, .owl-theme .owl-nav .open .dropdown-toggle.btn-warning[class*="owl-"]:hover, .open button.dropdown-toggle.btn-warning.fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
.open button.dropdown-toggle.btn-warning.fc-month-button.fc-state-default.fc-corner-left:hover,
.open button.dropdown-toggle.btn-warning.fc-agendaWeek-button:hover, .open .dropdown-toggle.btn-warning.fc-prev-button:hover, .open .dropdown-toggle.btn-warning.fc-next-button:hover, .open .dropdown-toggle.btn-warning.fc-today-button:hover, .open .dropdown-toggle.btn.btn-warning:active, .open .wizard > .actions a.dropdown-toggle.btn-warning:active, .wizard > .actions .open a.dropdown-toggle.btn-warning:active, .open .dt-buttons .dropdown-toggle.btn-warning.dt-button:active, .dt-buttons .open .dropdown-toggle.btn-warning.dt-button:active, .open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.btn-warning:active, .tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.btn-warning:active, .open .sweet-alert button.dropdown-toggle.btn-warning:active, .sweet-alert .open button.dropdown-toggle.btn-warning:active, .open .owl-theme .owl-nav .dropdown-toggle.btn-warning[class*="owl-"]:active, .owl-theme .owl-nav .open .dropdown-toggle.btn-warning[class*="owl-"]:active, .open button.dropdown-toggle.btn-warning.fc-agendaDay-button.fc-state-default.fc-corner-right:active,
.open button.dropdown-toggle.btn-warning.fc-month-button.fc-state-default.fc-corner-left:active,
.open button.dropdown-toggle.btn-warning.fc-agendaWeek-button:active, .open .dropdown-toggle.btn-warning.fc-prev-button:active, .open .dropdown-toggle.btn-warning.fc-next-button:active, .open .dropdown-toggle.btn-warning.fc-today-button:active, .open .dropdown-toggle.btn.btn-warning:focus, .open .wizard > .actions a.dropdown-toggle.btn-warning:focus, .wizard > .actions .open a.dropdown-toggle.btn-warning:focus, .open .dt-buttons .dropdown-toggle.btn-warning.dt-button:focus, .dt-buttons .open .dropdown-toggle.btn-warning.dt-button:focus, .open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.btn-warning:focus, .tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.btn-warning:focus, .open .sweet-alert button.dropdown-toggle.btn-warning:focus, .sweet-alert .open button.dropdown-toggle.btn-warning:focus, .open .owl-theme .owl-nav .dropdown-toggle.btn-warning[class*="owl-"]:focus, .owl-theme .owl-nav .open .dropdown-toggle.btn-warning[class*="owl-"]:focus, .open button.dropdown-toggle.btn-warning.fc-agendaDay-button.fc-state-default.fc-corner-right:focus,
.open button.dropdown-toggle.btn-warning.fc-month-button.fc-state-default.fc-corner-left:focus,
.open button.dropdown-toggle.btn-warning.fc-agendaWeek-button:focus, .open .dropdown-toggle.btn-warning.fc-prev-button:focus, .open .dropdown-toggle.btn-warning.fc-next-button:focus, .open .dropdown-toggle.btn-warning.fc-today-button:focus {
  background: rgba(230, 154, 42, 0.85);
  border: solid 1px rgba(230, 154, 42, 0.1);
}
.open .dropdown-toggle.btn.btn-outline, .open .wizard > .actions a.dropdown-toggle.btn-outline, .wizard > .actions .open a.dropdown-toggle.btn-outline, .open .wizard > .actions .note-editor a.dropdown-toggle.note-btn.btn-sm, .wizard > .actions .note-editor .open a.dropdown-toggle.note-btn.btn-sm, .open .note-editor .wizard > .actions a.dropdown-toggle.note-btn.btn-sm, .note-editor .wizard > .actions .open a.dropdown-toggle.note-btn.btn-sm, .open ul.wysihtml5-toolbar a.dropdown-toggle.btn, ul.wysihtml5-toolbar .open a.dropdown-toggle.btn, .open ul.wysihtml5-toolbar .wizard > .actions a.dropdown-toggle, ul.wysihtml5-toolbar .wizard > .actions .open a.dropdown-toggle, .open .wizard > .actions ul.wysihtml5-toolbar a.dropdown-toggle, .wizard > .actions ul.wysihtml5-toolbar .open a.dropdown-toggle, .open ul.wysihtml5-toolbar .dt-buttons a.dropdown-toggle.dt-button, ul.wysihtml5-toolbar .dt-buttons .open a.dropdown-toggle.dt-button, .open .dt-buttons ul.wysihtml5-toolbar a.dropdown-toggle.dt-button, .dt-buttons ul.wysihtml5-toolbar .open a.dropdown-toggle.dt-button, .open ul.wysihtml5-toolbar .owl-theme .owl-nav a.dropdown-toggle[class*="owl-"], ul.wysihtml5-toolbar .owl-theme .owl-nav .open a.dropdown-toggle[class*="owl-"], .open .owl-theme .owl-nav ul.wysihtml5-toolbar a.dropdown-toggle[class*="owl-"], .owl-theme .owl-nav ul.wysihtml5-toolbar .open a.dropdown-toggle[class*="owl-"], .open ul.wysihtml5-toolbar a.dropdown-toggle.fc-prev-button, ul.wysihtml5-toolbar .open a.dropdown-toggle.fc-prev-button, .open ul.wysihtml5-toolbar a.dropdown-toggle.fc-next-button, ul.wysihtml5-toolbar .open a.dropdown-toggle.fc-next-button, .open ul.wysihtml5-toolbar a.dropdown-toggle.fc-today-button, ul.wysihtml5-toolbar .open a.dropdown-toggle.fc-today-button, .open .note-editor .dropdown-toggle.btn.note-btn.btn-sm, .note-editor .open .dropdown-toggle.btn.note-btn.btn-sm, .open .note-editor .dt-buttons .dropdown-toggle.note-btn.btn-sm.dt-button, .note-editor .dt-buttons .open .dropdown-toggle.note-btn.btn-sm.dt-button, .open .dt-buttons .note-editor .dropdown-toggle.note-btn.btn-sm.dt-button, .dt-buttons .note-editor .open .dropdown-toggle.note-btn.btn-sm.dt-button, .open .note-editor .sweet-alert button.dropdown-toggle.note-btn.btn-sm, .note-editor .sweet-alert .open button.dropdown-toggle.note-btn.btn-sm, .open .sweet-alert .note-editor button.dropdown-toggle.note-btn.btn-sm, .sweet-alert .note-editor .open button.dropdown-toggle.note-btn.btn-sm, .open .note-editor .owl-theme .owl-nav .dropdown-toggle.note-btn.btn-sm[class*="owl-"], .note-editor .owl-theme .owl-nav .open .dropdown-toggle.note-btn.btn-sm[class*="owl-"], .open .owl-theme .owl-nav .note-editor .dropdown-toggle.note-btn.btn-sm[class*="owl-"], .owl-theme .owl-nav .note-editor .open .dropdown-toggle.note-btn.btn-sm[class*="owl-"],
.open .note-editor button.dropdown-toggle.note-btn.btn-sm.fc-agendaWeek-button,
.note-editor .open button.dropdown-toggle.note-btn.btn-sm.fc-agendaWeek-button, .open .note-editor .dropdown-toggle.note-btn.btn-sm.fc-prev-button, .note-editor .open .dropdown-toggle.note-btn.btn-sm.fc-prev-button, .open .note-editor .dropdown-toggle.note-btn.btn-sm.fc-next-button, .note-editor .open .dropdown-toggle.note-btn.btn-sm.fc-next-button, .open .note-editor .dropdown-toggle.note-btn.btn-sm.fc-today-button, .note-editor .open .dropdown-toggle.note-btn.btn-sm.fc-today-button, .open .dt-buttons .dropdown-toggle.btn-outline.dt-button, .dt-buttons .open .dropdown-toggle.btn-outline.dt-button,
.open .dt-buttons button.dropdown-toggle.dt-button.fc-agendaWeek-button,
.dt-buttons .open button.dropdown-toggle.dt-button.fc-agendaWeek-button, .open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle, .tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle, .open .sweet-alert button.dropdown-toggle.btn-outline, .sweet-alert .open button.dropdown-toggle.btn-outline,
.open .sweet-alert button.dropdown-toggle.fc-agendaWeek-button,
.sweet-alert .open button.dropdown-toggle.fc-agendaWeek-button, .open .owl-theme .owl-nav .dropdown-toggle.btn-outline[class*="owl-"], .owl-theme .owl-nav .open .dropdown-toggle.btn-outline[class*="owl-"],
.open .owl-theme .owl-nav button.dropdown-toggle[class*="owl-"].fc-agendaWeek-button,
.owl-theme .owl-nav .open button.dropdown-toggle[class*="owl-"].fc-agendaWeek-button, .open button.dropdown-toggle.fc-agendaDay-button.fc-state-default.fc-corner-right,
.open button.dropdown-toggle.fc-month-button.fc-state-default.fc-corner-left,
.open button.dropdown-toggle.fc-agendaWeek-button, .open .dropdown-toggle.btn-outline.fc-prev-button,
.open button.dropdown-toggle.fc-prev-button.fc-agendaWeek-button, .open .dropdown-toggle.btn-outline.fc-next-button,
.open button.dropdown-toggle.fc-next-button.fc-agendaWeek-button, .open .dropdown-toggle.btn-outline.fc-today-button,
.open button.dropdown-toggle.fc-today-button.fc-agendaWeek-button {
  background: transparent;
}
.open .dropdown-toggle.btn.btn-outline:hover, .open .wizard > .actions a.dropdown-toggle.btn-outline:hover, .wizard > .actions .open a.dropdown-toggle.btn-outline:hover, .open .wizard > .actions .note-editor a.dropdown-toggle.note-btn.btn-sm:hover, .wizard > .actions .note-editor .open a.dropdown-toggle.note-btn.btn-sm:hover, .open .note-editor .wizard > .actions a.dropdown-toggle.note-btn.btn-sm:hover, .note-editor .wizard > .actions .open a.dropdown-toggle.note-btn.btn-sm:hover, .open ul.wysihtml5-toolbar a.dropdown-toggle.btn:hover, ul.wysihtml5-toolbar .open a.dropdown-toggle.btn:hover, .open ul.wysihtml5-toolbar .wizard > .actions a.dropdown-toggle:hover, ul.wysihtml5-toolbar .wizard > .actions .open a.dropdown-toggle:hover, .open .wizard > .actions ul.wysihtml5-toolbar a.dropdown-toggle:hover, .wizard > .actions ul.wysihtml5-toolbar .open a.dropdown-toggle:hover, .open ul.wysihtml5-toolbar .dt-buttons a.dropdown-toggle.dt-button:hover, ul.wysihtml5-toolbar .dt-buttons .open a.dropdown-toggle.dt-button:hover, .open .dt-buttons ul.wysihtml5-toolbar a.dropdown-toggle.dt-button:hover, .dt-buttons ul.wysihtml5-toolbar .open a.dropdown-toggle.dt-button:hover, .open ul.wysihtml5-toolbar .owl-theme .owl-nav a.dropdown-toggle[class*="owl-"]:hover, ul.wysihtml5-toolbar .owl-theme .owl-nav .open a.dropdown-toggle[class*="owl-"]:hover, .open .owl-theme .owl-nav ul.wysihtml5-toolbar a.dropdown-toggle[class*="owl-"]:hover, .owl-theme .owl-nav ul.wysihtml5-toolbar .open a.dropdown-toggle[class*="owl-"]:hover, .open ul.wysihtml5-toolbar a.dropdown-toggle.fc-prev-button:hover, ul.wysihtml5-toolbar .open a.dropdown-toggle.fc-prev-button:hover, .open ul.wysihtml5-toolbar a.dropdown-toggle.fc-next-button:hover, ul.wysihtml5-toolbar .open a.dropdown-toggle.fc-next-button:hover, .open ul.wysihtml5-toolbar a.dropdown-toggle.fc-today-button:hover, ul.wysihtml5-toolbar .open a.dropdown-toggle.fc-today-button:hover, .open .note-editor .dropdown-toggle.btn.note-btn.btn-sm:hover, .note-editor .open .dropdown-toggle.btn.note-btn.btn-sm:hover, .open .note-editor .dt-buttons .dropdown-toggle.note-btn.btn-sm.dt-button:hover, .note-editor .dt-buttons .open .dropdown-toggle.note-btn.btn-sm.dt-button:hover, .open .dt-buttons .note-editor .dropdown-toggle.note-btn.btn-sm.dt-button:hover, .dt-buttons .note-editor .open .dropdown-toggle.note-btn.btn-sm.dt-button:hover, .open .note-editor .sweet-alert button.dropdown-toggle.note-btn.btn-sm:hover, .note-editor .sweet-alert .open button.dropdown-toggle.note-btn.btn-sm:hover, .open .sweet-alert .note-editor button.dropdown-toggle.note-btn.btn-sm:hover, .sweet-alert .note-editor .open button.dropdown-toggle.note-btn.btn-sm:hover, .open .note-editor .owl-theme .owl-nav .dropdown-toggle.note-btn.btn-sm[class*="owl-"]:hover, .note-editor .owl-theme .owl-nav .open .dropdown-toggle.note-btn.btn-sm[class*="owl-"]:hover, .open .owl-theme .owl-nav .note-editor .dropdown-toggle.note-btn.btn-sm[class*="owl-"]:hover, .owl-theme .owl-nav .note-editor .open .dropdown-toggle.note-btn.btn-sm[class*="owl-"]:hover,
.open .note-editor button.dropdown-toggle.note-btn.btn-sm.fc-agendaWeek-button:hover,
.note-editor .open button.dropdown-toggle.note-btn.btn-sm.fc-agendaWeek-button:hover, .open .note-editor .dropdown-toggle.note-btn.btn-sm.fc-prev-button:hover, .note-editor .open .dropdown-toggle.note-btn.btn-sm.fc-prev-button:hover, .open .note-editor .dropdown-toggle.note-btn.btn-sm.fc-next-button:hover, .note-editor .open .dropdown-toggle.note-btn.btn-sm.fc-next-button:hover, .open .note-editor .dropdown-toggle.note-btn.btn-sm.fc-today-button:hover, .note-editor .open .dropdown-toggle.note-btn.btn-sm.fc-today-button:hover, .open .dt-buttons .dropdown-toggle.btn-outline.dt-button:hover, .dt-buttons .open .dropdown-toggle.btn-outline.dt-button:hover,
.open .dt-buttons button.dropdown-toggle.dt-button.fc-agendaWeek-button:hover,
.dt-buttons .open button.dropdown-toggle.dt-button.fc-agendaWeek-button:hover, .open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle:hover, .tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle:hover, .open .sweet-alert button.dropdown-toggle.btn-outline:hover, .sweet-alert .open button.dropdown-toggle.btn-outline:hover,
.open .sweet-alert button.dropdown-toggle.fc-agendaWeek-button:hover,
.sweet-alert .open button.dropdown-toggle.fc-agendaWeek-button:hover, .open .owl-theme .owl-nav .dropdown-toggle.btn-outline[class*="owl-"]:hover, .owl-theme .owl-nav .open .dropdown-toggle.btn-outline[class*="owl-"]:hover,
.open .owl-theme .owl-nav button.dropdown-toggle[class*="owl-"].fc-agendaWeek-button:hover,
.owl-theme .owl-nav .open button.dropdown-toggle[class*="owl-"].fc-agendaWeek-button:hover, .open button.dropdown-toggle.fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
.open button.dropdown-toggle.fc-month-button.fc-state-default.fc-corner-left:hover,
.open button.dropdown-toggle.fc-agendaWeek-button:hover, .open .dropdown-toggle.btn-outline.fc-prev-button:hover,
.open button.dropdown-toggle.fc-prev-button.fc-agendaWeek-button:hover, .open .dropdown-toggle.btn-outline.fc-next-button:hover,
.open button.dropdown-toggle.fc-next-button.fc-agendaWeek-button:hover, .open .dropdown-toggle.btn-outline.fc-today-button:hover,
.open button.dropdown-toggle.fc-today-button.fc-agendaWeek-button:hover, .open .dropdown-toggle.btn.btn-outline:active, .open .wizard > .actions a.dropdown-toggle.btn-outline:active, .wizard > .actions .open a.dropdown-toggle.btn-outline:active, .open .wizard > .actions .note-editor a.dropdown-toggle.note-btn.btn-sm:active, .wizard > .actions .note-editor .open a.dropdown-toggle.note-btn.btn-sm:active, .open .note-editor .wizard > .actions a.dropdown-toggle.note-btn.btn-sm:active, .note-editor .wizard > .actions .open a.dropdown-toggle.note-btn.btn-sm:active, .open ul.wysihtml5-toolbar a.dropdown-toggle.btn:active, ul.wysihtml5-toolbar .open a.dropdown-toggle.btn:active, .open ul.wysihtml5-toolbar .wizard > .actions a.dropdown-toggle:active, ul.wysihtml5-toolbar .wizard > .actions .open a.dropdown-toggle:active, .open .wizard > .actions ul.wysihtml5-toolbar a.dropdown-toggle:active, .wizard > .actions ul.wysihtml5-toolbar .open a.dropdown-toggle:active, .open ul.wysihtml5-toolbar .dt-buttons a.dropdown-toggle.dt-button:active, ul.wysihtml5-toolbar .dt-buttons .open a.dropdown-toggle.dt-button:active, .open .dt-buttons ul.wysihtml5-toolbar a.dropdown-toggle.dt-button:active, .dt-buttons ul.wysihtml5-toolbar .open a.dropdown-toggle.dt-button:active, .open ul.wysihtml5-toolbar .owl-theme .owl-nav a.dropdown-toggle[class*="owl-"]:active, ul.wysihtml5-toolbar .owl-theme .owl-nav .open a.dropdown-toggle[class*="owl-"]:active, .open .owl-theme .owl-nav ul.wysihtml5-toolbar a.dropdown-toggle[class*="owl-"]:active, .owl-theme .owl-nav ul.wysihtml5-toolbar .open a.dropdown-toggle[class*="owl-"]:active, .open ul.wysihtml5-toolbar a.dropdown-toggle.fc-prev-button:active, ul.wysihtml5-toolbar .open a.dropdown-toggle.fc-prev-button:active, .open ul.wysihtml5-toolbar a.dropdown-toggle.fc-next-button:active, ul.wysihtml5-toolbar .open a.dropdown-toggle.fc-next-button:active, .open ul.wysihtml5-toolbar a.dropdown-toggle.fc-today-button:active, ul.wysihtml5-toolbar .open a.dropdown-toggle.fc-today-button:active, .open .note-editor .dropdown-toggle.btn.note-btn.btn-sm:active, .note-editor .open .dropdown-toggle.btn.note-btn.btn-sm:active, .open .note-editor .dt-buttons .dropdown-toggle.note-btn.btn-sm.dt-button:active, .note-editor .dt-buttons .open .dropdown-toggle.note-btn.btn-sm.dt-button:active, .open .dt-buttons .note-editor .dropdown-toggle.note-btn.btn-sm.dt-button:active, .dt-buttons .note-editor .open .dropdown-toggle.note-btn.btn-sm.dt-button:active, .open .note-editor .sweet-alert button.dropdown-toggle.note-btn.btn-sm:active, .note-editor .sweet-alert .open button.dropdown-toggle.note-btn.btn-sm:active, .open .sweet-alert .note-editor button.dropdown-toggle.note-btn.btn-sm:active, .sweet-alert .note-editor .open button.dropdown-toggle.note-btn.btn-sm:active, .open .note-editor .owl-theme .owl-nav .dropdown-toggle.note-btn.btn-sm[class*="owl-"]:active, .note-editor .owl-theme .owl-nav .open .dropdown-toggle.note-btn.btn-sm[class*="owl-"]:active, .open .owl-theme .owl-nav .note-editor .dropdown-toggle.note-btn.btn-sm[class*="owl-"]:active, .owl-theme .owl-nav .note-editor .open .dropdown-toggle.note-btn.btn-sm[class*="owl-"]:active,
.open .note-editor button.dropdown-toggle.note-btn.btn-sm.fc-agendaWeek-button:active,
.note-editor .open button.dropdown-toggle.note-btn.btn-sm.fc-agendaWeek-button:active, .open .note-editor .dropdown-toggle.note-btn.btn-sm.fc-prev-button:active, .note-editor .open .dropdown-toggle.note-btn.btn-sm.fc-prev-button:active, .open .note-editor .dropdown-toggle.note-btn.btn-sm.fc-next-button:active, .note-editor .open .dropdown-toggle.note-btn.btn-sm.fc-next-button:active, .open .note-editor .dropdown-toggle.note-btn.btn-sm.fc-today-button:active, .note-editor .open .dropdown-toggle.note-btn.btn-sm.fc-today-button:active, .open .dt-buttons .dropdown-toggle.btn-outline.dt-button:active, .dt-buttons .open .dropdown-toggle.btn-outline.dt-button:active,
.open .dt-buttons button.dropdown-toggle.dt-button.fc-agendaWeek-button:active,
.dt-buttons .open button.dropdown-toggle.dt-button.fc-agendaWeek-button:active, .open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle:active, .tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle:active, .open .sweet-alert button.dropdown-toggle.btn-outline:active, .sweet-alert .open button.dropdown-toggle.btn-outline:active,
.open .sweet-alert button.dropdown-toggle.fc-agendaWeek-button:active,
.sweet-alert .open button.dropdown-toggle.fc-agendaWeek-button:active, .open .owl-theme .owl-nav .dropdown-toggle.btn-outline[class*="owl-"]:active, .owl-theme .owl-nav .open .dropdown-toggle.btn-outline[class*="owl-"]:active,
.open .owl-theme .owl-nav button.dropdown-toggle[class*="owl-"].fc-agendaWeek-button:active,
.owl-theme .owl-nav .open button.dropdown-toggle[class*="owl-"].fc-agendaWeek-button:active, .open button.dropdown-toggle.fc-agendaDay-button.fc-state-default.fc-corner-right:active,
.open button.dropdown-toggle.fc-month-button.fc-state-default.fc-corner-left:active,
.open button.dropdown-toggle.fc-agendaWeek-button:active, .open .dropdown-toggle.btn-outline.fc-prev-button:active,
.open button.dropdown-toggle.fc-prev-button.fc-agendaWeek-button:active, .open .dropdown-toggle.btn-outline.fc-next-button:active,
.open button.dropdown-toggle.fc-next-button.fc-agendaWeek-button:active, .open .dropdown-toggle.btn-outline.fc-today-button:active,
.open button.dropdown-toggle.fc-today-button.fc-agendaWeek-button:active, .open .dropdown-toggle.btn.btn-outline:focus, .open .wizard > .actions a.dropdown-toggle.btn-outline:focus, .wizard > .actions .open a.dropdown-toggle.btn-outline:focus, .open .wizard > .actions .note-editor a.dropdown-toggle.note-btn.btn-sm:focus, .wizard > .actions .note-editor .open a.dropdown-toggle.note-btn.btn-sm:focus, .open .note-editor .wizard > .actions a.dropdown-toggle.note-btn.btn-sm:focus, .note-editor .wizard > .actions .open a.dropdown-toggle.note-btn.btn-sm:focus, .open ul.wysihtml5-toolbar a.dropdown-toggle.btn:focus, ul.wysihtml5-toolbar .open a.dropdown-toggle.btn:focus, .open ul.wysihtml5-toolbar .wizard > .actions a.dropdown-toggle:focus, ul.wysihtml5-toolbar .wizard > .actions .open a.dropdown-toggle:focus, .open .wizard > .actions ul.wysihtml5-toolbar a.dropdown-toggle:focus, .wizard > .actions ul.wysihtml5-toolbar .open a.dropdown-toggle:focus, .open ul.wysihtml5-toolbar .dt-buttons a.dropdown-toggle.dt-button:focus, ul.wysihtml5-toolbar .dt-buttons .open a.dropdown-toggle.dt-button:focus, .open .dt-buttons ul.wysihtml5-toolbar a.dropdown-toggle.dt-button:focus, .dt-buttons ul.wysihtml5-toolbar .open a.dropdown-toggle.dt-button:focus, .open ul.wysihtml5-toolbar .owl-theme .owl-nav a.dropdown-toggle[class*="owl-"]:focus, ul.wysihtml5-toolbar .owl-theme .owl-nav .open a.dropdown-toggle[class*="owl-"]:focus, .open .owl-theme .owl-nav ul.wysihtml5-toolbar a.dropdown-toggle[class*="owl-"]:focus, .owl-theme .owl-nav ul.wysihtml5-toolbar .open a.dropdown-toggle[class*="owl-"]:focus, .open ul.wysihtml5-toolbar a.dropdown-toggle.fc-prev-button:focus, ul.wysihtml5-toolbar .open a.dropdown-toggle.fc-prev-button:focus, .open ul.wysihtml5-toolbar a.dropdown-toggle.fc-next-button:focus, ul.wysihtml5-toolbar .open a.dropdown-toggle.fc-next-button:focus, .open ul.wysihtml5-toolbar a.dropdown-toggle.fc-today-button:focus, ul.wysihtml5-toolbar .open a.dropdown-toggle.fc-today-button:focus, .open .note-editor .dropdown-toggle.btn.note-btn.btn-sm:focus, .note-editor .open .dropdown-toggle.btn.note-btn.btn-sm:focus, .open .note-editor .dt-buttons .dropdown-toggle.note-btn.btn-sm.dt-button:focus, .note-editor .dt-buttons .open .dropdown-toggle.note-btn.btn-sm.dt-button:focus, .open .dt-buttons .note-editor .dropdown-toggle.note-btn.btn-sm.dt-button:focus, .dt-buttons .note-editor .open .dropdown-toggle.note-btn.btn-sm.dt-button:focus, .open .note-editor .sweet-alert button.dropdown-toggle.note-btn.btn-sm:focus, .note-editor .sweet-alert .open button.dropdown-toggle.note-btn.btn-sm:focus, .open .sweet-alert .note-editor button.dropdown-toggle.note-btn.btn-sm:focus, .sweet-alert .note-editor .open button.dropdown-toggle.note-btn.btn-sm:focus, .open .note-editor .owl-theme .owl-nav .dropdown-toggle.note-btn.btn-sm[class*="owl-"]:focus, .note-editor .owl-theme .owl-nav .open .dropdown-toggle.note-btn.btn-sm[class*="owl-"]:focus, .open .owl-theme .owl-nav .note-editor .dropdown-toggle.note-btn.btn-sm[class*="owl-"]:focus, .owl-theme .owl-nav .note-editor .open .dropdown-toggle.note-btn.btn-sm[class*="owl-"]:focus,
.open .note-editor button.dropdown-toggle.note-btn.btn-sm.fc-agendaWeek-button:focus,
.note-editor .open button.dropdown-toggle.note-btn.btn-sm.fc-agendaWeek-button:focus, .open .note-editor .dropdown-toggle.note-btn.btn-sm.fc-prev-button:focus, .note-editor .open .dropdown-toggle.note-btn.btn-sm.fc-prev-button:focus, .open .note-editor .dropdown-toggle.note-btn.btn-sm.fc-next-button:focus, .note-editor .open .dropdown-toggle.note-btn.btn-sm.fc-next-button:focus, .open .note-editor .dropdown-toggle.note-btn.btn-sm.fc-today-button:focus, .note-editor .open .dropdown-toggle.note-btn.btn-sm.fc-today-button:focus, .open .dt-buttons .dropdown-toggle.btn-outline.dt-button:focus, .dt-buttons .open .dropdown-toggle.btn-outline.dt-button:focus,
.open .dt-buttons button.dropdown-toggle.dt-button.fc-agendaWeek-button:focus,
.dt-buttons .open button.dropdown-toggle.dt-button.fc-agendaWeek-button:focus, .open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle:focus, .tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle:focus, .open .sweet-alert button.dropdown-toggle.btn-outline:focus, .sweet-alert .open button.dropdown-toggle.btn-outline:focus,
.open .sweet-alert button.dropdown-toggle.fc-agendaWeek-button:focus,
.sweet-alert .open button.dropdown-toggle.fc-agendaWeek-button:focus, .open .owl-theme .owl-nav .dropdown-toggle.btn-outline[class*="owl-"]:focus, .owl-theme .owl-nav .open .dropdown-toggle.btn-outline[class*="owl-"]:focus,
.open .owl-theme .owl-nav button.dropdown-toggle[class*="owl-"].fc-agendaWeek-button:focus,
.owl-theme .owl-nav .open button.dropdown-toggle[class*="owl-"].fc-agendaWeek-button:focus, .open button.dropdown-toggle.fc-agendaDay-button.fc-state-default.fc-corner-right:focus,
.open button.dropdown-toggle.fc-month-button.fc-state-default.fc-corner-left:focus,
.open button.dropdown-toggle.fc-agendaWeek-button:focus, .open .dropdown-toggle.btn-outline.fc-prev-button:focus,
.open button.dropdown-toggle.fc-prev-button.fc-agendaWeek-button:focus, .open .dropdown-toggle.btn-outline.fc-next-button:focus,
.open button.dropdown-toggle.fc-next-button.fc-agendaWeek-button:focus, .open .dropdown-toggle.btn-outline.fc-today-button:focus,
.open button.dropdown-toggle.fc-today-button.fc-agendaWeek-button:focus {
  background: transparent;
  border: solid 1px gainsboro;
}
.open .dropdown-toggle.btn.btn-outline.btn-success, .open .wizard > .actions .disabled a.dropdown-toggle.btn-outline.btn-success, .wizard > .actions .disabled .open a.dropdown-toggle.btn-outline.btn-success, .open .wizard > .actions .disabled ul.wysihtml5-toolbar a.dropdown-toggle.btn-success.btn, .wizard > .actions .disabled ul.wysihtml5-toolbar .open a.dropdown-toggle.btn-success.btn, .open ul.wysihtml5-toolbar .wizard > .actions .disabled a.dropdown-toggle.btn-success.btn, ul.wysihtml5-toolbar .wizard > .actions .disabled .open a.dropdown-toggle.btn-success.btn, .open .wizard > .actions .disabled ul.wysihtml5-toolbar a.dropdown-toggle.fc-prev-button, .wizard > .actions .disabled ul.wysihtml5-toolbar .open a.dropdown-toggle.fc-prev-button, .open ul.wysihtml5-toolbar .wizard > .actions .disabled a.dropdown-toggle.fc-prev-button, ul.wysihtml5-toolbar .wizard > .actions .disabled .open a.dropdown-toggle.fc-prev-button, .open .wizard > .actions .disabled ul.wysihtml5-toolbar a.dropdown-toggle.fc-next-button, .wizard > .actions .disabled ul.wysihtml5-toolbar .open a.dropdown-toggle.fc-next-button, .open ul.wysihtml5-toolbar .wizard > .actions .disabled a.dropdown-toggle.fc-next-button, ul.wysihtml5-toolbar .wizard > .actions .disabled .open a.dropdown-toggle.fc-next-button, .open .wizard > .actions .disabled ul.wysihtml5-toolbar a.dropdown-toggle.fc-today-button, .wizard > .actions .disabled ul.wysihtml5-toolbar .open a.dropdown-toggle.fc-today-button, .open ul.wysihtml5-toolbar .wizard > .actions .disabled a.dropdown-toggle.fc-today-button, ul.wysihtml5-toolbar .wizard > .actions .disabled .open a.dropdown-toggle.fc-today-button, .open .wizard > .actions .disabled .note-editor a.dropdown-toggle.btn-success.note-btn.btn-sm, .wizard > .actions .disabled .note-editor .open a.dropdown-toggle.btn-success.note-btn.btn-sm, .open .note-editor .wizard > .actions .disabled a.dropdown-toggle.btn-success.note-btn.btn-sm, .note-editor .wizard > .actions .disabled .open a.dropdown-toggle.btn-success.note-btn.btn-sm, .open .wizard > .actions .disabled .note-editor a.dropdown-toggle.note-btn.btn-sm.fc-prev-button, .wizard > .actions .disabled .note-editor .open a.dropdown-toggle.note-btn.btn-sm.fc-prev-button, .open .note-editor .wizard > .actions .disabled a.dropdown-toggle.note-btn.btn-sm.fc-prev-button, .note-editor .wizard > .actions .disabled .open a.dropdown-toggle.note-btn.btn-sm.fc-prev-button, .open .wizard > .actions .disabled .note-editor a.dropdown-toggle.note-btn.btn-sm.fc-next-button, .wizard > .actions .disabled .note-editor .open a.dropdown-toggle.note-btn.btn-sm.fc-next-button, .open .note-editor .wizard > .actions .disabled a.dropdown-toggle.note-btn.btn-sm.fc-next-button, .note-editor .wizard > .actions .disabled .open a.dropdown-toggle.note-btn.btn-sm.fc-next-button, .open .wizard > .actions .disabled .note-editor a.dropdown-toggle.note-btn.btn-sm.fc-today-button, .wizard > .actions .disabled .note-editor .open a.dropdown-toggle.note-btn.btn-sm.fc-today-button, .open .note-editor .wizard > .actions .disabled a.dropdown-toggle.note-btn.btn-sm.fc-today-button, .note-editor .wizard > .actions .disabled .open a.dropdown-toggle.note-btn.btn-sm.fc-today-button, .open .wizard > .actions .disabled a.dropdown-toggle.btn-outline.fc-prev-button, .wizard > .actions .disabled .open a.dropdown-toggle.btn-outline.fc-prev-button, .open .wizard > .actions .disabled a.dropdown-toggle.btn-outline.fc-next-button, .wizard > .actions .disabled .open a.dropdown-toggle.btn-outline.fc-next-button, .open .wizard > .actions .disabled a.dropdown-toggle.btn-outline.fc-today-button, .wizard > .actions .disabled .open a.dropdown-toggle.btn-outline.fc-today-button, .open .wizard > .actions .disabled a.dropdown-toggle.btn-outline.btn-success:hover, .wizard > .actions .disabled .open a.dropdown-toggle.btn-outline.btn-success:hover, .open .wizard > .actions .disabled ul.wysihtml5-toolbar a.dropdown-toggle.btn-success.btn:hover, .wizard > .actions .disabled ul.wysihtml5-toolbar .open a.dropdown-toggle.btn-success.btn:hover, .open ul.wysihtml5-toolbar .wizard > .actions .disabled a.dropdown-toggle.btn-success.btn:hover, ul.wysihtml5-toolbar .wizard > .actions .disabled .open a.dropdown-toggle.btn-success.btn:hover, .open .wizard > .actions .disabled ul.wysihtml5-toolbar a.dropdown-toggle.fc-prev-button:hover, .wizard > .actions .disabled ul.wysihtml5-toolbar .open a.dropdown-toggle.fc-prev-button:hover, .open ul.wysihtml5-toolbar .wizard > .actions .disabled a.dropdown-toggle.fc-prev-button:hover, ul.wysihtml5-toolbar .wizard > .actions .disabled .open a.dropdown-toggle.fc-prev-button:hover, .open .wizard > .actions .disabled ul.wysihtml5-toolbar a.dropdown-toggle.fc-next-button:hover, .wizard > .actions .disabled ul.wysihtml5-toolbar .open a.dropdown-toggle.fc-next-button:hover, .open ul.wysihtml5-toolbar .wizard > .actions .disabled a.dropdown-toggle.fc-next-button:hover, ul.wysihtml5-toolbar .wizard > .actions .disabled .open a.dropdown-toggle.fc-next-button:hover, .open .wizard > .actions .disabled ul.wysihtml5-toolbar a.dropdown-toggle.fc-today-button:hover, .wizard > .actions .disabled ul.wysihtml5-toolbar .open a.dropdown-toggle.fc-today-button:hover, .open ul.wysihtml5-toolbar .wizard > .actions .disabled a.dropdown-toggle.fc-today-button:hover, ul.wysihtml5-toolbar .wizard > .actions .disabled .open a.dropdown-toggle.fc-today-button:hover, .open .wizard > .actions .disabled .note-editor a.dropdown-toggle.btn-success.note-btn.btn-sm:hover, .wizard > .actions .disabled .note-editor .open a.dropdown-toggle.btn-success.note-btn.btn-sm:hover, .open .note-editor .wizard > .actions .disabled a.dropdown-toggle.btn-success.note-btn.btn-sm:hover, .note-editor .wizard > .actions .disabled .open a.dropdown-toggle.btn-success.note-btn.btn-sm:hover, .open .wizard > .actions .disabled .note-editor a.dropdown-toggle.note-btn.btn-sm.fc-prev-button:hover, .wizard > .actions .disabled .note-editor .open a.dropdown-toggle.note-btn.btn-sm.fc-prev-button:hover, .open .note-editor .wizard > .actions .disabled a.dropdown-toggle.note-btn.btn-sm.fc-prev-button:hover, .note-editor .wizard > .actions .disabled .open a.dropdown-toggle.note-btn.btn-sm.fc-prev-button:hover, .open .wizard > .actions .disabled .note-editor a.dropdown-toggle.note-btn.btn-sm.fc-next-button:hover, .wizard > .actions .disabled .note-editor .open a.dropdown-toggle.note-btn.btn-sm.fc-next-button:hover, .open .note-editor .wizard > .actions .disabled a.dropdown-toggle.note-btn.btn-sm.fc-next-button:hover, .note-editor .wizard > .actions .disabled .open a.dropdown-toggle.note-btn.btn-sm.fc-next-button:hover, .open .wizard > .actions .disabled .note-editor a.dropdown-toggle.note-btn.btn-sm.fc-today-button:hover, .wizard > .actions .disabled .note-editor .open a.dropdown-toggle.note-btn.btn-sm.fc-today-button:hover, .open .note-editor .wizard > .actions .disabled a.dropdown-toggle.note-btn.btn-sm.fc-today-button:hover, .note-editor .wizard > .actions .disabled .open a.dropdown-toggle.note-btn.btn-sm.fc-today-button:hover, .open .wizard > .actions .disabled a.dropdown-toggle.btn-outline.fc-prev-button:hover, .wizard > .actions .disabled .open a.dropdown-toggle.btn-outline.fc-prev-button:hover, .open .wizard > .actions .disabled a.dropdown-toggle.btn-outline.fc-next-button:hover, .wizard > .actions .disabled .open a.dropdown-toggle.btn-outline.fc-next-button:hover, .open .wizard > .actions .disabled a.dropdown-toggle.btn-outline.fc-today-button:hover, .wizard > .actions .disabled .open a.dropdown-toggle.btn-outline.fc-today-button:hover, .open .wizard > .actions .disabled a.dropdown-toggle.btn-outline.btn-success:active, .wizard > .actions .disabled .open a.dropdown-toggle.btn-outline.btn-success:active, .open .wizard > .actions .disabled ul.wysihtml5-toolbar a.dropdown-toggle.btn-success.btn:active, .wizard > .actions .disabled ul.wysihtml5-toolbar .open a.dropdown-toggle.btn-success.btn:active, .open ul.wysihtml5-toolbar .wizard > .actions .disabled a.dropdown-toggle.btn-success.btn:active, ul.wysihtml5-toolbar .wizard > .actions .disabled .open a.dropdown-toggle.btn-success.btn:active, .open .wizard > .actions .disabled ul.wysihtml5-toolbar a.dropdown-toggle.fc-prev-button:active, .wizard > .actions .disabled ul.wysihtml5-toolbar .open a.dropdown-toggle.fc-prev-button:active, .open ul.wysihtml5-toolbar .wizard > .actions .disabled a.dropdown-toggle.fc-prev-button:active, ul.wysihtml5-toolbar .wizard > .actions .disabled .open a.dropdown-toggle.fc-prev-button:active, .open .wizard > .actions .disabled ul.wysihtml5-toolbar a.dropdown-toggle.fc-next-button:active, .wizard > .actions .disabled ul.wysihtml5-toolbar .open a.dropdown-toggle.fc-next-button:active, .open ul.wysihtml5-toolbar .wizard > .actions .disabled a.dropdown-toggle.fc-next-button:active, ul.wysihtml5-toolbar .wizard > .actions .disabled .open a.dropdown-toggle.fc-next-button:active, .open .wizard > .actions .disabled ul.wysihtml5-toolbar a.dropdown-toggle.fc-today-button:active, .wizard > .actions .disabled ul.wysihtml5-toolbar .open a.dropdown-toggle.fc-today-button:active, .open ul.wysihtml5-toolbar .wizard > .actions .disabled a.dropdown-toggle.fc-today-button:active, ul.wysihtml5-toolbar .wizard > .actions .disabled .open a.dropdown-toggle.fc-today-button:active, .open .wizard > .actions .disabled .note-editor a.dropdown-toggle.btn-success.note-btn.btn-sm:active, .wizard > .actions .disabled .note-editor .open a.dropdown-toggle.btn-success.note-btn.btn-sm:active, .open .note-editor .wizard > .actions .disabled a.dropdown-toggle.btn-success.note-btn.btn-sm:active, .note-editor .wizard > .actions .disabled .open a.dropdown-toggle.btn-success.note-btn.btn-sm:active, .open .wizard > .actions .disabled .note-editor a.dropdown-toggle.note-btn.btn-sm.fc-prev-button:active, .wizard > .actions .disabled .note-editor .open a.dropdown-toggle.note-btn.btn-sm.fc-prev-button:active, .open .note-editor .wizard > .actions .disabled a.dropdown-toggle.note-btn.btn-sm.fc-prev-button:active, .note-editor .wizard > .actions .disabled .open a.dropdown-toggle.note-btn.btn-sm.fc-prev-button:active, .open .wizard > .actions .disabled .note-editor a.dropdown-toggle.note-btn.btn-sm.fc-next-button:active, .wizard > .actions .disabled .note-editor .open a.dropdown-toggle.note-btn.btn-sm.fc-next-button:active, .open .note-editor .wizard > .actions .disabled a.dropdown-toggle.note-btn.btn-sm.fc-next-button:active, .note-editor .wizard > .actions .disabled .open a.dropdown-toggle.note-btn.btn-sm.fc-next-button:active, .open .wizard > .actions .disabled .note-editor a.dropdown-toggle.note-btn.btn-sm.fc-today-button:active, .wizard > .actions .disabled .note-editor .open a.dropdown-toggle.note-btn.btn-sm.fc-today-button:active, .open .note-editor .wizard > .actions .disabled a.dropdown-toggle.note-btn.btn-sm.fc-today-button:active, .note-editor .wizard > .actions .disabled .open a.dropdown-toggle.note-btn.btn-sm.fc-today-button:active, .open .wizard > .actions .disabled a.dropdown-toggle.btn-outline.fc-prev-button:active, .wizard > .actions .disabled .open a.dropdown-toggle.btn-outline.fc-prev-button:active, .open .wizard > .actions .disabled a.dropdown-toggle.btn-outline.fc-next-button:active, .wizard > .actions .disabled .open a.dropdown-toggle.btn-outline.fc-next-button:active, .open .wizard > .actions .disabled a.dropdown-toggle.btn-outline.fc-today-button:active, .wizard > .actions .disabled .open a.dropdown-toggle.btn-outline.fc-today-button:active, .open .wizard > .actions a.dropdown-toggle.btn-outline.btn-success, .wizard > .actions .open a.dropdown-toggle.btn-outline.btn-success, .open .wizard > .actions ul.wysihtml5-toolbar a.dropdown-toggle.btn-success.btn, .wizard > .actions ul.wysihtml5-toolbar .open a.dropdown-toggle.btn-success.btn, .open ul.wysihtml5-toolbar .wizard > .actions a.dropdown-toggle.btn-success.btn, ul.wysihtml5-toolbar .wizard > .actions .open a.dropdown-toggle.btn-success.btn, .open .wizard > .actions ul.wysihtml5-toolbar a.dropdown-toggle.fc-prev-button, .wizard > .actions ul.wysihtml5-toolbar .open a.dropdown-toggle.fc-prev-button, .open ul.wysihtml5-toolbar .wizard > .actions a.dropdown-toggle.fc-prev-button, ul.wysihtml5-toolbar .wizard > .actions .open a.dropdown-toggle.fc-prev-button, .open .wizard > .actions ul.wysihtml5-toolbar a.dropdown-toggle.fc-next-button, .wizard > .actions ul.wysihtml5-toolbar .open a.dropdown-toggle.fc-next-button, .open ul.wysihtml5-toolbar .wizard > .actions a.dropdown-toggle.fc-next-button, ul.wysihtml5-toolbar .wizard > .actions .open a.dropdown-toggle.fc-next-button, .open .wizard > .actions ul.wysihtml5-toolbar a.dropdown-toggle.fc-today-button, .wizard > .actions ul.wysihtml5-toolbar .open a.dropdown-toggle.fc-today-button, .open ul.wysihtml5-toolbar .wizard > .actions a.dropdown-toggle.fc-today-button, ul.wysihtml5-toolbar .wizard > .actions .open a.dropdown-toggle.fc-today-button, .open .wizard > .actions .note-editor a.dropdown-toggle.btn-success.note-btn.btn-sm, .wizard > .actions .note-editor .open a.dropdown-toggle.btn-success.note-btn.btn-sm, .open .note-editor .wizard > .actions a.dropdown-toggle.btn-success.note-btn.btn-sm, .note-editor .wizard > .actions .open a.dropdown-toggle.btn-success.note-btn.btn-sm, .open .wizard > .actions .note-editor a.dropdown-toggle.note-btn.btn-sm.fc-prev-button, .wizard > .actions .note-editor .open a.dropdown-toggle.note-btn.btn-sm.fc-prev-button, .open .note-editor .wizard > .actions a.dropdown-toggle.note-btn.btn-sm.fc-prev-button, .note-editor .wizard > .actions .open a.dropdown-toggle.note-btn.btn-sm.fc-prev-button, .open .wizard > .actions .note-editor a.dropdown-toggle.note-btn.btn-sm.fc-next-button, .wizard > .actions .note-editor .open a.dropdown-toggle.note-btn.btn-sm.fc-next-button, .open .note-editor .wizard > .actions a.dropdown-toggle.note-btn.btn-sm.fc-next-button, .note-editor .wizard > .actions .open a.dropdown-toggle.note-btn.btn-sm.fc-next-button, .open .wizard > .actions .note-editor a.dropdown-toggle.note-btn.btn-sm.fc-today-button, .wizard > .actions .note-editor .open a.dropdown-toggle.note-btn.btn-sm.fc-today-button, .open .note-editor .wizard > .actions a.dropdown-toggle.note-btn.btn-sm.fc-today-button, .note-editor .wizard > .actions .open a.dropdown-toggle.note-btn.btn-sm.fc-today-button, .open .wizard > .actions a.dropdown-toggle.btn-outline.fc-prev-button, .wizard > .actions .open a.dropdown-toggle.btn-outline.fc-prev-button, .open .wizard > .actions a.dropdown-toggle.btn-outline.fc-next-button, .wizard > .actions .open a.dropdown-toggle.btn-outline.fc-next-button, .open .wizard > .actions a.dropdown-toggle.btn-outline.fc-today-button, .wizard > .actions .open a.dropdown-toggle.btn-outline.fc-today-button, .open .wizard > .actions a.dropdown-toggle.btn-outline.btn-success:hover, .wizard > .actions .open a.dropdown-toggle.btn-outline.btn-success:hover, .open .wizard > .actions ul.wysihtml5-toolbar a.dropdown-toggle.btn-success.btn:hover, .wizard > .actions ul.wysihtml5-toolbar .open a.dropdown-toggle.btn-success.btn:hover, .open ul.wysihtml5-toolbar .wizard > .actions a.dropdown-toggle.btn-success.btn:hover, ul.wysihtml5-toolbar .wizard > .actions .open a.dropdown-toggle.btn-success.btn:hover, .open .wizard > .actions ul.wysihtml5-toolbar a.dropdown-toggle.fc-prev-button:hover, .wizard > .actions ul.wysihtml5-toolbar .open a.dropdown-toggle.fc-prev-button:hover, .open ul.wysihtml5-toolbar .wizard > .actions a.dropdown-toggle.fc-prev-button:hover, ul.wysihtml5-toolbar .wizard > .actions .open a.dropdown-toggle.fc-prev-button:hover, .open .wizard > .actions ul.wysihtml5-toolbar a.dropdown-toggle.fc-next-button:hover, .wizard > .actions ul.wysihtml5-toolbar .open a.dropdown-toggle.fc-next-button:hover, .open ul.wysihtml5-toolbar .wizard > .actions a.dropdown-toggle.fc-next-button:hover, ul.wysihtml5-toolbar .wizard > .actions .open a.dropdown-toggle.fc-next-button:hover, .open .wizard > .actions ul.wysihtml5-toolbar a.dropdown-toggle.fc-today-button:hover, .wizard > .actions ul.wysihtml5-toolbar .open a.dropdown-toggle.fc-today-button:hover, .open ul.wysihtml5-toolbar .wizard > .actions a.dropdown-toggle.fc-today-button:hover, ul.wysihtml5-toolbar .wizard > .actions .open a.dropdown-toggle.fc-today-button:hover, .open .wizard > .actions .note-editor a.dropdown-toggle.btn-success.note-btn.btn-sm:hover, .wizard > .actions .note-editor .open a.dropdown-toggle.btn-success.note-btn.btn-sm:hover, .open .note-editor .wizard > .actions a.dropdown-toggle.btn-success.note-btn.btn-sm:hover, .note-editor .wizard > .actions .open a.dropdown-toggle.btn-success.note-btn.btn-sm:hover, .open .wizard > .actions .note-editor a.dropdown-toggle.note-btn.btn-sm.fc-prev-button:hover, .wizard > .actions .note-editor .open a.dropdown-toggle.note-btn.btn-sm.fc-prev-button:hover, .open .note-editor .wizard > .actions a.dropdown-toggle.note-btn.btn-sm.fc-prev-button:hover, .note-editor .wizard > .actions .open a.dropdown-toggle.note-btn.btn-sm.fc-prev-button:hover, .open .wizard > .actions .note-editor a.dropdown-toggle.note-btn.btn-sm.fc-next-button:hover, .wizard > .actions .note-editor .open a.dropdown-toggle.note-btn.btn-sm.fc-next-button:hover, .open .note-editor .wizard > .actions a.dropdown-toggle.note-btn.btn-sm.fc-next-button:hover, .note-editor .wizard > .actions .open a.dropdown-toggle.note-btn.btn-sm.fc-next-button:hover, .open .wizard > .actions .note-editor a.dropdown-toggle.note-btn.btn-sm.fc-today-button:hover, .wizard > .actions .note-editor .open a.dropdown-toggle.note-btn.btn-sm.fc-today-button:hover, .open .note-editor .wizard > .actions a.dropdown-toggle.note-btn.btn-sm.fc-today-button:hover, .note-editor .wizard > .actions .open a.dropdown-toggle.note-btn.btn-sm.fc-today-button:hover, .open .wizard > .actions a.dropdown-toggle.btn-outline.fc-prev-button:hover, .wizard > .actions .open a.dropdown-toggle.btn-outline.fc-prev-button:hover, .open .wizard > .actions a.dropdown-toggle.btn-outline.fc-next-button:hover, .wizard > .actions .open a.dropdown-toggle.btn-outline.fc-next-button:hover, .open .wizard > .actions a.dropdown-toggle.btn-outline.fc-today-button:hover, .wizard > .actions .open a.dropdown-toggle.btn-outline.fc-today-button:hover, .open .wizard > .actions a.dropdown-toggle.btn-outline.btn-success:active, .wizard > .actions .open a.dropdown-toggle.btn-outline.btn-success:active, .open .wizard > .actions ul.wysihtml5-toolbar a.dropdown-toggle.btn-success.btn:active, .wizard > .actions ul.wysihtml5-toolbar .open a.dropdown-toggle.btn-success.btn:active, .open ul.wysihtml5-toolbar .wizard > .actions a.dropdown-toggle.btn-success.btn:active, ul.wysihtml5-toolbar .wizard > .actions .open a.dropdown-toggle.btn-success.btn:active, .open .wizard > .actions ul.wysihtml5-toolbar a.dropdown-toggle.fc-prev-button:active, .wizard > .actions ul.wysihtml5-toolbar .open a.dropdown-toggle.fc-prev-button:active, .open ul.wysihtml5-toolbar .wizard > .actions a.dropdown-toggle.fc-prev-button:active, ul.wysihtml5-toolbar .wizard > .actions .open a.dropdown-toggle.fc-prev-button:active, .open .wizard > .actions ul.wysihtml5-toolbar a.dropdown-toggle.fc-next-button:active, .wizard > .actions ul.wysihtml5-toolbar .open a.dropdown-toggle.fc-next-button:active, .open ul.wysihtml5-toolbar .wizard > .actions a.dropdown-toggle.fc-next-button:active, ul.wysihtml5-toolbar .wizard > .actions .open a.dropdown-toggle.fc-next-button:active, .open .wizard > .actions ul.wysihtml5-toolbar a.dropdown-toggle.fc-today-button:active, .wizard > .actions ul.wysihtml5-toolbar .open a.dropdown-toggle.fc-today-button:active, .open ul.wysihtml5-toolbar .wizard > .actions a.dropdown-toggle.fc-today-button:active, ul.wysihtml5-toolbar .wizard > .actions .open a.dropdown-toggle.fc-today-button:active, .open .wizard > .actions .note-editor a.dropdown-toggle.btn-success.note-btn.btn-sm:active, .wizard > .actions .note-editor .open a.dropdown-toggle.btn-success.note-btn.btn-sm:active, .open .note-editor .wizard > .actions a.dropdown-toggle.btn-success.note-btn.btn-sm:active, .note-editor .wizard > .actions .open a.dropdown-toggle.btn-success.note-btn.btn-sm:active, .open .wizard > .actions .note-editor a.dropdown-toggle.note-btn.btn-sm.fc-prev-button:active, .wizard > .actions .note-editor .open a.dropdown-toggle.note-btn.btn-sm.fc-prev-button:active, .open .note-editor .wizard > .actions a.dropdown-toggle.note-btn.btn-sm.fc-prev-button:active, .note-editor .wizard > .actions .open a.dropdown-toggle.note-btn.btn-sm.fc-prev-button:active, .open .wizard > .actions .note-editor a.dropdown-toggle.note-btn.btn-sm.fc-next-button:active, .wizard > .actions .note-editor .open a.dropdown-toggle.note-btn.btn-sm.fc-next-button:active, .open .note-editor .wizard > .actions a.dropdown-toggle.note-btn.btn-sm.fc-next-button:active, .note-editor .wizard > .actions .open a.dropdown-toggle.note-btn.btn-sm.fc-next-button:active, .open .wizard > .actions .note-editor a.dropdown-toggle.note-btn.btn-sm.fc-today-button:active, .wizard > .actions .note-editor .open a.dropdown-toggle.note-btn.btn-sm.fc-today-button:active, .open .note-editor .wizard > .actions a.dropdown-toggle.note-btn.btn-sm.fc-today-button:active, .note-editor .wizard > .actions .open a.dropdown-toggle.note-btn.btn-sm.fc-today-button:active, .open .wizard > .actions a.dropdown-toggle.btn-outline.fc-prev-button:active, .wizard > .actions .open a.dropdown-toggle.btn-outline.fc-prev-button:active, .open .wizard > .actions a.dropdown-toggle.btn-outline.fc-next-button:active, .wizard > .actions .open a.dropdown-toggle.btn-outline.fc-next-button:active, .open .wizard > .actions a.dropdown-toggle.btn-outline.fc-today-button:active, .wizard > .actions .open a.dropdown-toggle.btn-outline.fc-today-button:active, .open ul.wysihtml5-toolbar a.dropdown-toggle.btn.btn-success, ul.wysihtml5-toolbar .open a.dropdown-toggle.btn.btn-success, .open ul.wysihtml5-toolbar .wizard > .actions a.dropdown-toggle.btn-success, ul.wysihtml5-toolbar .wizard > .actions .open a.dropdown-toggle.btn-success, .open .wizard > .actions ul.wysihtml5-toolbar a.dropdown-toggle.btn-success, .wizard > .actions ul.wysihtml5-toolbar .open a.dropdown-toggle.btn-success, .open ul.wysihtml5-toolbar .dt-buttons a.dropdown-toggle.btn-success.dt-button, ul.wysihtml5-toolbar .dt-buttons .open a.dropdown-toggle.btn-success.dt-button, .open .dt-buttons ul.wysihtml5-toolbar a.dropdown-toggle.btn-success.dt-button, .dt-buttons ul.wysihtml5-toolbar .open a.dropdown-toggle.btn-success.dt-button, .open ul.wysihtml5-toolbar .owl-theme .owl-nav a.dropdown-toggle.btn-success[class*="owl-"], ul.wysihtml5-toolbar .owl-theme .owl-nav .open a.dropdown-toggle.btn-success[class*="owl-"], .open .owl-theme .owl-nav ul.wysihtml5-toolbar a.dropdown-toggle.btn-success[class*="owl-"], .owl-theme .owl-nav ul.wysihtml5-toolbar .open a.dropdown-toggle.btn-success[class*="owl-"], .open ul.wysihtml5-toolbar a.dropdown-toggle.fc-prev-button, ul.wysihtml5-toolbar .open a.dropdown-toggle.fc-prev-button, .open ul.wysihtml5-toolbar a.dropdown-toggle.fc-next-button, ul.wysihtml5-toolbar .open a.dropdown-toggle.fc-next-button, .open ul.wysihtml5-toolbar a.dropdown-toggle.fc-today-button, ul.wysihtml5-toolbar .open a.dropdown-toggle.fc-today-button, .open .note-editor .dropdown-toggle.btn.btn-success.note-btn.btn-sm, .note-editor .open .dropdown-toggle.btn.btn-success.note-btn.btn-sm, .open .note-editor .dt-buttons .dropdown-toggle.btn-success.note-btn.btn-sm.dt-button, .note-editor .dt-buttons .open .dropdown-toggle.btn-success.note-btn.btn-sm.dt-button, .open .dt-buttons .note-editor .dropdown-toggle.btn-success.note-btn.btn-sm.dt-button, .dt-buttons .note-editor .open .dropdown-toggle.btn-success.note-btn.btn-sm.dt-button, .open .note-editor .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.btn-success.note-btn.btn-sm, .note-editor .tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.btn-success.note-btn.btn-sm, .open .tablesaw-sortable th.tablesaw-sortable-head .note-editor button.dropdown-toggle.btn-success.note-btn.btn-sm, .tablesaw-sortable th.tablesaw-sortable-head .note-editor .open button.dropdown-toggle.btn-success.note-btn.btn-sm, .open .note-editor .sweet-alert button.dropdown-toggle.btn-success.note-btn.btn-sm, .note-editor .sweet-alert .open button.dropdown-toggle.btn-success.note-btn.btn-sm, .open .sweet-alert .note-editor button.dropdown-toggle.btn-success.note-btn.btn-sm, .sweet-alert .note-editor .open button.dropdown-toggle.btn-success.note-btn.btn-sm, .open .note-editor .owl-theme .owl-nav .dropdown-toggle.btn-success.note-btn.btn-sm[class*="owl-"], .note-editor .owl-theme .owl-nav .open .dropdown-toggle.btn-success.note-btn.btn-sm[class*="owl-"], .open .owl-theme .owl-nav .note-editor .dropdown-toggle.btn-success.note-btn.btn-sm[class*="owl-"], .owl-theme .owl-nav .note-editor .open .dropdown-toggle.btn-success.note-btn.btn-sm[class*="owl-"], .open .note-editor button.dropdown-toggle.note-btn.btn-sm.fc-agendaDay-button.fc-state-default.fc-corner-right, .note-editor .open button.dropdown-toggle.note-btn.btn-sm.fc-agendaDay-button.fc-state-default.fc-corner-right,
.open .note-editor button.dropdown-toggle.note-btn.btn-sm.fc-month-button.fc-state-default.fc-corner-left,
.note-editor .open button.dropdown-toggle.note-btn.btn-sm.fc-month-button.fc-state-default.fc-corner-left,
.open .note-editor button.dropdown-toggle.note-btn.btn-sm.fc-agendaWeek-button,
.note-editor .open button.dropdown-toggle.note-btn.btn-sm.fc-agendaWeek-button, .open .note-editor .dropdown-toggle.note-btn.btn-sm.fc-prev-button, .note-editor .open .dropdown-toggle.note-btn.btn-sm.fc-prev-button, .open .note-editor .dropdown-toggle.note-btn.btn-sm.fc-next-button, .note-editor .open .dropdown-toggle.note-btn.btn-sm.fc-next-button, .open .note-editor .dropdown-toggle.note-btn.btn-sm.fc-today-button, .note-editor .open .dropdown-toggle.note-btn.btn-sm.fc-today-button, .open .dt-buttons .dropdown-toggle.btn-outline.btn-success.dt-button, .dt-buttons .open .dropdown-toggle.btn-outline.btn-success.dt-button, .open .dt-buttons ul.wysihtml5-toolbar a.dropdown-toggle.btn-success.dt-button.btn, .dt-buttons ul.wysihtml5-toolbar .open a.dropdown-toggle.btn-success.dt-button.btn, .open ul.wysihtml5-toolbar .dt-buttons a.dropdown-toggle.btn-success.dt-button.btn, ul.wysihtml5-toolbar .dt-buttons .open a.dropdown-toggle.btn-success.dt-button.btn, .open .dt-buttons ul.wysihtml5-toolbar a.dropdown-toggle.dt-button.fc-prev-button, .dt-buttons ul.wysihtml5-toolbar .open a.dropdown-toggle.dt-button.fc-prev-button, .open ul.wysihtml5-toolbar .dt-buttons a.dropdown-toggle.dt-button.fc-prev-button, ul.wysihtml5-toolbar .dt-buttons .open a.dropdown-toggle.dt-button.fc-prev-button, .open .dt-buttons ul.wysihtml5-toolbar a.dropdown-toggle.dt-button.fc-next-button, .dt-buttons ul.wysihtml5-toolbar .open a.dropdown-toggle.dt-button.fc-next-button, .open ul.wysihtml5-toolbar .dt-buttons a.dropdown-toggle.dt-button.fc-next-button, ul.wysihtml5-toolbar .dt-buttons .open a.dropdown-toggle.dt-button.fc-next-button, .open .dt-buttons ul.wysihtml5-toolbar a.dropdown-toggle.dt-button.fc-today-button, .dt-buttons ul.wysihtml5-toolbar .open a.dropdown-toggle.dt-button.fc-today-button, .open ul.wysihtml5-toolbar .dt-buttons a.dropdown-toggle.dt-button.fc-today-button, ul.wysihtml5-toolbar .dt-buttons .open a.dropdown-toggle.dt-button.fc-today-button, .open .dt-buttons .note-editor .dropdown-toggle.dt-button.note-btn.btn-sm.fc-prev-button, .dt-buttons .note-editor .open .dropdown-toggle.dt-button.note-btn.btn-sm.fc-prev-button, .open .note-editor .dt-buttons .dropdown-toggle.dt-button.note-btn.btn-sm.fc-prev-button, .note-editor .dt-buttons .open .dropdown-toggle.dt-button.note-btn.btn-sm.fc-prev-button, .open .dt-buttons .note-editor .dropdown-toggle.dt-button.note-btn.btn-sm.fc-next-button, .dt-buttons .note-editor .open .dropdown-toggle.dt-button.note-btn.btn-sm.fc-next-button, .open .note-editor .dt-buttons .dropdown-toggle.dt-button.note-btn.btn-sm.fc-next-button, .note-editor .dt-buttons .open .dropdown-toggle.dt-button.note-btn.btn-sm.fc-next-button, .open .dt-buttons .note-editor .dropdown-toggle.dt-button.note-btn.btn-sm.fc-today-button, .dt-buttons .note-editor .open .dropdown-toggle.dt-button.note-btn.btn-sm.fc-today-button, .open .note-editor .dt-buttons .dropdown-toggle.dt-button.note-btn.btn-sm.fc-today-button, .note-editor .dt-buttons .open .dropdown-toggle.dt-button.note-btn.btn-sm.fc-today-button, .open .dt-buttons .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.btn-success.dt-button, .dt-buttons .tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.btn-success.dt-button, .open .tablesaw-sortable th.tablesaw-sortable-head .dt-buttons button.dropdown-toggle.btn-success.dt-button, .tablesaw-sortable th.tablesaw-sortable-head .dt-buttons .open button.dropdown-toggle.btn-success.dt-button, .open .dt-buttons .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.dt-button.fc-prev-button, .dt-buttons .tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.dt-button.fc-prev-button, .open .tablesaw-sortable th.tablesaw-sortable-head .dt-buttons button.dropdown-toggle.dt-button.fc-prev-button, .tablesaw-sortable th.tablesaw-sortable-head .dt-buttons .open button.dropdown-toggle.dt-button.fc-prev-button, .open .dt-buttons .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.dt-button.fc-next-button, .dt-buttons .tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.dt-button.fc-next-button, .open .tablesaw-sortable th.tablesaw-sortable-head .dt-buttons button.dropdown-toggle.dt-button.fc-next-button, .tablesaw-sortable th.tablesaw-sortable-head .dt-buttons .open button.dropdown-toggle.dt-button.fc-next-button, .open .dt-buttons .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.dt-button.fc-today-button, .dt-buttons .tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.dt-button.fc-today-button, .open .tablesaw-sortable th.tablesaw-sortable-head .dt-buttons button.dropdown-toggle.dt-button.fc-today-button, .tablesaw-sortable th.tablesaw-sortable-head .dt-buttons .open button.dropdown-toggle.dt-button.fc-today-button, .open .dt-buttons button.dropdown-toggle.dt-button.fc-agendaDay-button.fc-state-default.fc-corner-right, .dt-buttons .open button.dropdown-toggle.dt-button.fc-agendaDay-button.fc-state-default.fc-corner-right,
.open .dt-buttons button.dropdown-toggle.dt-button.fc-month-button.fc-state-default.fc-corner-left,
.dt-buttons .open button.dropdown-toggle.dt-button.fc-month-button.fc-state-default.fc-corner-left,
.open .dt-buttons button.dropdown-toggle.dt-button.fc-agendaWeek-button,
.dt-buttons .open button.dropdown-toggle.dt-button.fc-agendaWeek-button, .open .dt-buttons .dropdown-toggle.btn-outline.dt-button.fc-prev-button, .dt-buttons .open .dropdown-toggle.btn-outline.dt-button.fc-prev-button, .open .dt-buttons .dropdown-toggle.btn-outline.dt-button.fc-next-button, .dt-buttons .open .dropdown-toggle.btn-outline.dt-button.fc-next-button, .open .dt-buttons .dropdown-toggle.btn-outline.dt-button.fc-today-button, .dt-buttons .open .dropdown-toggle.btn-outline.dt-button.fc-today-button, .open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.btn-success, .tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.btn-success, .open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.fc-agendaDay-button.fc-state-default.fc-corner-right, .tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.fc-agendaDay-button.fc-state-default.fc-corner-right,
.open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.fc-month-button.fc-state-default.fc-corner-left,
.tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.fc-month-button.fc-state-default.fc-corner-left,
.open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.fc-agendaWeek-button,
.tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.fc-agendaWeek-button, .open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.fc-prev-button, .tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.fc-prev-button, .open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.fc-next-button, .tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.fc-next-button, .open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.fc-today-button, .tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.fc-today-button, .open .sweet-alert button.dropdown-toggle.btn-outline.btn-success, .sweet-alert .open button.dropdown-toggle.btn-outline.btn-success, .open .sweet-alert .note-editor button.dropdown-toggle.note-btn.btn-sm.fc-prev-button, .sweet-alert .note-editor .open button.dropdown-toggle.note-btn.btn-sm.fc-prev-button, .open .note-editor .sweet-alert button.dropdown-toggle.note-btn.btn-sm.fc-prev-button, .note-editor .sweet-alert .open button.dropdown-toggle.note-btn.btn-sm.fc-prev-button, .open .sweet-alert .note-editor button.dropdown-toggle.note-btn.btn-sm.fc-next-button, .sweet-alert .note-editor .open button.dropdown-toggle.note-btn.btn-sm.fc-next-button, .open .note-editor .sweet-alert button.dropdown-toggle.note-btn.btn-sm.fc-next-button, .note-editor .sweet-alert .open button.dropdown-toggle.note-btn.btn-sm.fc-next-button, .open .sweet-alert .note-editor button.dropdown-toggle.note-btn.btn-sm.fc-today-button, .sweet-alert .note-editor .open button.dropdown-toggle.note-btn.btn-sm.fc-today-button, .open .note-editor .sweet-alert button.dropdown-toggle.note-btn.btn-sm.fc-today-button, .note-editor .sweet-alert .open button.dropdown-toggle.note-btn.btn-sm.fc-today-button, .open .sweet-alert .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.btn-success, .sweet-alert .tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.btn-success, .open .tablesaw-sortable th.tablesaw-sortable-head .sweet-alert button.dropdown-toggle.btn-success, .tablesaw-sortable th.tablesaw-sortable-head .sweet-alert .open button.dropdown-toggle.btn-success, .open .sweet-alert .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.fc-prev-button, .sweet-alert .tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.fc-prev-button, .open .tablesaw-sortable th.tablesaw-sortable-head .sweet-alert button.dropdown-toggle.fc-prev-button, .tablesaw-sortable th.tablesaw-sortable-head .sweet-alert .open button.dropdown-toggle.fc-prev-button, .open .sweet-alert .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.fc-next-button, .sweet-alert .tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.fc-next-button, .open .tablesaw-sortable th.tablesaw-sortable-head .sweet-alert button.dropdown-toggle.fc-next-button, .tablesaw-sortable th.tablesaw-sortable-head .sweet-alert .open button.dropdown-toggle.fc-next-button, .open .sweet-alert .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.fc-today-button, .sweet-alert .tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.fc-today-button, .open .tablesaw-sortable th.tablesaw-sortable-head .sweet-alert button.dropdown-toggle.fc-today-button, .tablesaw-sortable th.tablesaw-sortable-head .sweet-alert .open button.dropdown-toggle.fc-today-button, .open .sweet-alert button.dropdown-toggle.fc-agendaDay-button.fc-state-default.fc-corner-right, .sweet-alert .open button.dropdown-toggle.fc-agendaDay-button.fc-state-default.fc-corner-right,
.open .sweet-alert button.dropdown-toggle.fc-month-button.fc-state-default.fc-corner-left,
.sweet-alert .open button.dropdown-toggle.fc-month-button.fc-state-default.fc-corner-left,
.open .sweet-alert button.dropdown-toggle.fc-agendaWeek-button,
.sweet-alert .open button.dropdown-toggle.fc-agendaWeek-button, .open .sweet-alert button.dropdown-toggle.btn-outline.fc-prev-button, .sweet-alert .open button.dropdown-toggle.btn-outline.fc-prev-button, .open .sweet-alert button.dropdown-toggle.btn-outline.fc-next-button, .sweet-alert .open button.dropdown-toggle.btn-outline.fc-next-button, .open .sweet-alert button.dropdown-toggle.btn-outline.fc-today-button, .sweet-alert .open button.dropdown-toggle.btn-outline.fc-today-button, .open .owl-theme .owl-nav .dropdown-toggle.btn-outline.btn-success[class*="owl-"], .owl-theme .owl-nav .open .dropdown-toggle.btn-outline.btn-success[class*="owl-"], .open .owl-theme .owl-nav ul.wysihtml5-toolbar a.dropdown-toggle.btn-success[class*="owl-"].btn, .owl-theme .owl-nav ul.wysihtml5-toolbar .open a.dropdown-toggle.btn-success[class*="owl-"].btn, .open ul.wysihtml5-toolbar .owl-theme .owl-nav a.dropdown-toggle.btn-success[class*="owl-"].btn, ul.wysihtml5-toolbar .owl-theme .owl-nav .open a.dropdown-toggle.btn-success[class*="owl-"].btn, .open .owl-theme .owl-nav ul.wysihtml5-toolbar a.dropdown-toggle[class*="owl-"].fc-prev-button, .owl-theme .owl-nav ul.wysihtml5-toolbar .open a.dropdown-toggle[class*="owl-"].fc-prev-button, .open ul.wysihtml5-toolbar .owl-theme .owl-nav a.dropdown-toggle[class*="owl-"].fc-prev-button, ul.wysihtml5-toolbar .owl-theme .owl-nav .open a.dropdown-toggle[class*="owl-"].fc-prev-button, .open .owl-theme .owl-nav ul.wysihtml5-toolbar a.dropdown-toggle[class*="owl-"].fc-next-button, .owl-theme .owl-nav ul.wysihtml5-toolbar .open a.dropdown-toggle[class*="owl-"].fc-next-button, .open ul.wysihtml5-toolbar .owl-theme .owl-nav a.dropdown-toggle[class*="owl-"].fc-next-button, ul.wysihtml5-toolbar .owl-theme .owl-nav .open a.dropdown-toggle[class*="owl-"].fc-next-button, .open .owl-theme .owl-nav ul.wysihtml5-toolbar a.dropdown-toggle[class*="owl-"].fc-today-button, .owl-theme .owl-nav ul.wysihtml5-toolbar .open a.dropdown-toggle[class*="owl-"].fc-today-button, .open ul.wysihtml5-toolbar .owl-theme .owl-nav a.dropdown-toggle[class*="owl-"].fc-today-button, ul.wysihtml5-toolbar .owl-theme .owl-nav .open a.dropdown-toggle[class*="owl-"].fc-today-button, .open .owl-theme .owl-nav .note-editor .dropdown-toggle[class*="owl-"].note-btn.btn-sm.fc-prev-button, .owl-theme .owl-nav .note-editor .open .dropdown-toggle[class*="owl-"].note-btn.btn-sm.fc-prev-button, .open .note-editor .owl-theme .owl-nav .dropdown-toggle[class*="owl-"].note-btn.btn-sm.fc-prev-button, .note-editor .owl-theme .owl-nav .open .dropdown-toggle[class*="owl-"].note-btn.btn-sm.fc-prev-button, .open .owl-theme .owl-nav .note-editor .dropdown-toggle[class*="owl-"].note-btn.btn-sm.fc-next-button, .owl-theme .owl-nav .note-editor .open .dropdown-toggle[class*="owl-"].note-btn.btn-sm.fc-next-button, .open .note-editor .owl-theme .owl-nav .dropdown-toggle[class*="owl-"].note-btn.btn-sm.fc-next-button, .note-editor .owl-theme .owl-nav .open .dropdown-toggle[class*="owl-"].note-btn.btn-sm.fc-next-button, .open .owl-theme .owl-nav .note-editor .dropdown-toggle[class*="owl-"].note-btn.btn-sm.fc-today-button, .owl-theme .owl-nav .note-editor .open .dropdown-toggle[class*="owl-"].note-btn.btn-sm.fc-today-button, .open .note-editor .owl-theme .owl-nav .dropdown-toggle[class*="owl-"].note-btn.btn-sm.fc-today-button, .note-editor .owl-theme .owl-nav .open .dropdown-toggle[class*="owl-"].note-btn.btn-sm.fc-today-button, .open .owl-theme .owl-nav .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.btn-success[class*="owl-"], .owl-theme .owl-nav .tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.btn-success[class*="owl-"], .open .tablesaw-sortable th.tablesaw-sortable-head .owl-theme .owl-nav button.dropdown-toggle.btn-success[class*="owl-"], .tablesaw-sortable th.tablesaw-sortable-head .owl-theme .owl-nav .open button.dropdown-toggle.btn-success[class*="owl-"], .open .owl-theme .owl-nav .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle[class*="owl-"].fc-prev-button, .owl-theme .owl-nav .tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle[class*="owl-"].fc-prev-button, .open .tablesaw-sortable th.tablesaw-sortable-head .owl-theme .owl-nav button.dropdown-toggle[class*="owl-"].fc-prev-button, .tablesaw-sortable th.tablesaw-sortable-head .owl-theme .owl-nav .open button.dropdown-toggle[class*="owl-"].fc-prev-button, .open .owl-theme .owl-nav .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle[class*="owl-"].fc-next-button, .owl-theme .owl-nav .tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle[class*="owl-"].fc-next-button, .open .tablesaw-sortable th.tablesaw-sortable-head .owl-theme .owl-nav button.dropdown-toggle[class*="owl-"].fc-next-button, .tablesaw-sortable th.tablesaw-sortable-head .owl-theme .owl-nav .open button.dropdown-toggle[class*="owl-"].fc-next-button, .open .owl-theme .owl-nav .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle[class*="owl-"].fc-today-button, .owl-theme .owl-nav .tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle[class*="owl-"].fc-today-button, .open .tablesaw-sortable th.tablesaw-sortable-head .owl-theme .owl-nav button.dropdown-toggle[class*="owl-"].fc-today-button, .tablesaw-sortable th.tablesaw-sortable-head .owl-theme .owl-nav .open button.dropdown-toggle[class*="owl-"].fc-today-button, .open .owl-theme .owl-nav button.dropdown-toggle[class*="owl-"].fc-agendaDay-button.fc-state-default.fc-corner-right, .owl-theme .owl-nav .open button.dropdown-toggle[class*="owl-"].fc-agendaDay-button.fc-state-default.fc-corner-right,
.open .owl-theme .owl-nav button.dropdown-toggle[class*="owl-"].fc-month-button.fc-state-default.fc-corner-left,
.owl-theme .owl-nav .open button.dropdown-toggle[class*="owl-"].fc-month-button.fc-state-default.fc-corner-left,
.open .owl-theme .owl-nav button.dropdown-toggle[class*="owl-"].fc-agendaWeek-button,
.owl-theme .owl-nav .open button.dropdown-toggle[class*="owl-"].fc-agendaWeek-button, .open .owl-theme .owl-nav .dropdown-toggle.btn-outline[class*="owl-"].fc-prev-button, .owl-theme .owl-nav .open .dropdown-toggle.btn-outline[class*="owl-"].fc-prev-button, .open .owl-theme .owl-nav .dropdown-toggle.btn-outline[class*="owl-"].fc-next-button, .owl-theme .owl-nav .open .dropdown-toggle.btn-outline[class*="owl-"].fc-next-button, .open .owl-theme .owl-nav .dropdown-toggle.btn-outline[class*="owl-"].fc-today-button, .owl-theme .owl-nav .open .dropdown-toggle.btn-outline[class*="owl-"].fc-today-button, .open button.dropdown-toggle.fc-agendaDay-button.fc-state-default.fc-corner-right,
.open button.dropdown-toggle.fc-month-button.fc-state-default.fc-corner-left,
.open button.dropdown-toggle.fc-agendaWeek-button, .open .dropdown-toggle.btn-outline.fc-prev-button, .open button.dropdown-toggle.fc-prev-button.fc-agendaDay-button.fc-state-default.fc-corner-right,
.open button.dropdown-toggle.fc-prev-button.fc-month-button.fc-state-default.fc-corner-left,
.open button.dropdown-toggle.fc-prev-button.fc-agendaWeek-button, .open .dropdown-toggle.btn-outline.fc-next-button, .open button.dropdown-toggle.fc-next-button.fc-agendaDay-button.fc-state-default.fc-corner-right,
.open button.dropdown-toggle.fc-next-button.fc-month-button.fc-state-default.fc-corner-left,
.open button.dropdown-toggle.fc-next-button.fc-agendaWeek-button, .open .dropdown-toggle.btn-outline.fc-today-button, .open button.dropdown-toggle.fc-today-button.fc-agendaDay-button.fc-state-default.fc-corner-right,
.open button.dropdown-toggle.fc-today-button.fc-month-button.fc-state-default.fc-corner-left,
.open button.dropdown-toggle.fc-today-button.fc-agendaWeek-button {
  color: #469408;
  border: solid 1px #469408;
}
.open .dropdown-toggle.btn.btn-outline.btn-warning, .open .wizard > .actions a.dropdown-toggle.btn-outline.btn-warning, .wizard > .actions .open a.dropdown-toggle.btn-outline.btn-warning, .open .wizard > .actions .note-editor a.dropdown-toggle.btn-warning.note-btn.btn-sm, .wizard > .actions .note-editor .open a.dropdown-toggle.btn-warning.note-btn.btn-sm, .open .note-editor .wizard > .actions a.dropdown-toggle.btn-warning.note-btn.btn-sm, .note-editor .wizard > .actions .open a.dropdown-toggle.btn-warning.note-btn.btn-sm, .open ul.wysihtml5-toolbar a.dropdown-toggle.btn.btn-warning, ul.wysihtml5-toolbar .open a.dropdown-toggle.btn.btn-warning, .open ul.wysihtml5-toolbar .wizard > .actions a.dropdown-toggle.btn-warning, ul.wysihtml5-toolbar .wizard > .actions .open a.dropdown-toggle.btn-warning, .open .wizard > .actions ul.wysihtml5-toolbar a.dropdown-toggle.btn-warning, .wizard > .actions ul.wysihtml5-toolbar .open a.dropdown-toggle.btn-warning, .open ul.wysihtml5-toolbar .dt-buttons a.dropdown-toggle.btn-warning.dt-button, ul.wysihtml5-toolbar .dt-buttons .open a.dropdown-toggle.btn-warning.dt-button, .open .dt-buttons ul.wysihtml5-toolbar a.dropdown-toggle.btn-warning.dt-button, .dt-buttons ul.wysihtml5-toolbar .open a.dropdown-toggle.btn-warning.dt-button, .open ul.wysihtml5-toolbar .owl-theme .owl-nav a.dropdown-toggle.btn-warning[class*="owl-"], ul.wysihtml5-toolbar .owl-theme .owl-nav .open a.dropdown-toggle.btn-warning[class*="owl-"], .open .owl-theme .owl-nav ul.wysihtml5-toolbar a.dropdown-toggle.btn-warning[class*="owl-"], .owl-theme .owl-nav ul.wysihtml5-toolbar .open a.dropdown-toggle.btn-warning[class*="owl-"], .open ul.wysihtml5-toolbar a.dropdown-toggle.btn-warning.fc-prev-button, ul.wysihtml5-toolbar .open a.dropdown-toggle.btn-warning.fc-prev-button, .open ul.wysihtml5-toolbar a.dropdown-toggle.btn-warning.fc-next-button, ul.wysihtml5-toolbar .open a.dropdown-toggle.btn-warning.fc-next-button, .open ul.wysihtml5-toolbar a.dropdown-toggle.btn-warning.fc-today-button, ul.wysihtml5-toolbar .open a.dropdown-toggle.btn-warning.fc-today-button, .open .note-editor .dropdown-toggle.btn.btn-warning.note-btn.btn-sm, .note-editor .open .dropdown-toggle.btn.btn-warning.note-btn.btn-sm, .open .note-editor .dt-buttons .dropdown-toggle.btn-warning.note-btn.btn-sm.dt-button, .note-editor .dt-buttons .open .dropdown-toggle.btn-warning.note-btn.btn-sm.dt-button, .open .dt-buttons .note-editor .dropdown-toggle.btn-warning.note-btn.btn-sm.dt-button, .dt-buttons .note-editor .open .dropdown-toggle.btn-warning.note-btn.btn-sm.dt-button, .open .note-editor .sweet-alert button.dropdown-toggle.btn-warning.note-btn.btn-sm, .note-editor .sweet-alert .open button.dropdown-toggle.btn-warning.note-btn.btn-sm, .open .sweet-alert .note-editor button.dropdown-toggle.btn-warning.note-btn.btn-sm, .sweet-alert .note-editor .open button.dropdown-toggle.btn-warning.note-btn.btn-sm, .open .note-editor .owl-theme .owl-nav .dropdown-toggle.btn-warning.note-btn.btn-sm[class*="owl-"], .note-editor .owl-theme .owl-nav .open .dropdown-toggle.btn-warning.note-btn.btn-sm[class*="owl-"], .open .owl-theme .owl-nav .note-editor .dropdown-toggle.btn-warning.note-btn.btn-sm[class*="owl-"], .owl-theme .owl-nav .note-editor .open .dropdown-toggle.btn-warning.note-btn.btn-sm[class*="owl-"],
.open .note-editor button.dropdown-toggle.btn-warning.note-btn.btn-sm.fc-agendaWeek-button,
.note-editor .open button.dropdown-toggle.btn-warning.note-btn.btn-sm.fc-agendaWeek-button, .open .note-editor .dropdown-toggle.btn-warning.note-btn.btn-sm.fc-prev-button, .note-editor .open .dropdown-toggle.btn-warning.note-btn.btn-sm.fc-prev-button, .open .note-editor .dropdown-toggle.btn-warning.note-btn.btn-sm.fc-next-button, .note-editor .open .dropdown-toggle.btn-warning.note-btn.btn-sm.fc-next-button, .open .note-editor .dropdown-toggle.btn-warning.note-btn.btn-sm.fc-today-button, .note-editor .open .dropdown-toggle.btn-warning.note-btn.btn-sm.fc-today-button, .open .dt-buttons .dropdown-toggle.btn-outline.btn-warning.dt-button, .dt-buttons .open .dropdown-toggle.btn-outline.btn-warning.dt-button,
.open .dt-buttons button.dropdown-toggle.btn-warning.dt-button.fc-agendaWeek-button,
.dt-buttons .open button.dropdown-toggle.btn-warning.dt-button.fc-agendaWeek-button, .open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.btn-warning, .tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.btn-warning, .open .sweet-alert button.dropdown-toggle.btn-outline.btn-warning, .sweet-alert .open button.dropdown-toggle.btn-outline.btn-warning,
.open .sweet-alert button.dropdown-toggle.btn-warning.fc-agendaWeek-button,
.sweet-alert .open button.dropdown-toggle.btn-warning.fc-agendaWeek-button, .open .owl-theme .owl-nav .dropdown-toggle.btn-outline.btn-warning[class*="owl-"], .owl-theme .owl-nav .open .dropdown-toggle.btn-outline.btn-warning[class*="owl-"],
.open .owl-theme .owl-nav button.dropdown-toggle.btn-warning[class*="owl-"].fc-agendaWeek-button,
.owl-theme .owl-nav .open button.dropdown-toggle.btn-warning[class*="owl-"].fc-agendaWeek-button, .open button.dropdown-toggle.btn-warning.fc-agendaDay-button.fc-state-default.fc-corner-right,
.open button.dropdown-toggle.btn-warning.fc-month-button.fc-state-default.fc-corner-left,
.open button.dropdown-toggle.btn-warning.fc-agendaWeek-button, .open .dropdown-toggle.btn-outline.btn-warning.fc-prev-button,
.open button.dropdown-toggle.btn-warning.fc-prev-button.fc-agendaWeek-button, .open .dropdown-toggle.btn-outline.btn-warning.fc-next-button,
.open button.dropdown-toggle.btn-warning.fc-next-button.fc-agendaWeek-button, .open .dropdown-toggle.btn-outline.btn-warning.fc-today-button,
.open button.dropdown-toggle.btn-warning.fc-today-button.fc-agendaWeek-button {
  color: #e69a2a;
  border: solid 1px #e69a2a;
}
.open .dropdown-toggle.btn.btn-outline.btn-info, .open .wizard > .actions a.dropdown-toggle.btn-outline.btn-info, .wizard > .actions .open a.dropdown-toggle.btn-outline.btn-info, .open .wizard > .actions .note-editor a.dropdown-toggle.btn-info.note-btn.btn-sm, .wizard > .actions .note-editor .open a.dropdown-toggle.btn-info.note-btn.btn-sm, .open .note-editor .wizard > .actions a.dropdown-toggle.btn-info.note-btn.btn-sm, .note-editor .wizard > .actions .open a.dropdown-toggle.btn-info.note-btn.btn-sm, .open ul.wysihtml5-toolbar a.dropdown-toggle.btn.btn-info, ul.wysihtml5-toolbar .open a.dropdown-toggle.btn.btn-info, .open ul.wysihtml5-toolbar .wizard > .actions a.dropdown-toggle.btn-info, ul.wysihtml5-toolbar .wizard > .actions .open a.dropdown-toggle.btn-info, .open .wizard > .actions ul.wysihtml5-toolbar a.dropdown-toggle.btn-info, .wizard > .actions ul.wysihtml5-toolbar .open a.dropdown-toggle.btn-info, .open ul.wysihtml5-toolbar .dt-buttons a.dropdown-toggle.btn-info.dt-button, ul.wysihtml5-toolbar .dt-buttons .open a.dropdown-toggle.btn-info.dt-button, .open .dt-buttons ul.wysihtml5-toolbar a.dropdown-toggle.btn-info.dt-button, .dt-buttons ul.wysihtml5-toolbar .open a.dropdown-toggle.btn-info.dt-button, .open ul.wysihtml5-toolbar .owl-theme .owl-nav a.dropdown-toggle.btn-info[class*="owl-"], ul.wysihtml5-toolbar .owl-theme .owl-nav .open a.dropdown-toggle.btn-info[class*="owl-"], .open .owl-theme .owl-nav ul.wysihtml5-toolbar a.dropdown-toggle.btn-info[class*="owl-"], .owl-theme .owl-nav ul.wysihtml5-toolbar .open a.dropdown-toggle.btn-info[class*="owl-"], .open ul.wysihtml5-toolbar a.dropdown-toggle.btn-info.fc-prev-button, ul.wysihtml5-toolbar .open a.dropdown-toggle.btn-info.fc-prev-button, .open ul.wysihtml5-toolbar a.dropdown-toggle.btn-info.fc-next-button, ul.wysihtml5-toolbar .open a.dropdown-toggle.btn-info.fc-next-button, .open ul.wysihtml5-toolbar a.dropdown-toggle.btn-info.fc-today-button, ul.wysihtml5-toolbar .open a.dropdown-toggle.btn-info.fc-today-button, .open .note-editor .dropdown-toggle.btn.btn-info.note-btn.btn-sm, .note-editor .open .dropdown-toggle.btn.btn-info.note-btn.btn-sm, .open .note-editor .dt-buttons .dropdown-toggle.btn-info.note-btn.btn-sm.dt-button, .note-editor .dt-buttons .open .dropdown-toggle.btn-info.note-btn.btn-sm.dt-button, .open .dt-buttons .note-editor .dropdown-toggle.btn-info.note-btn.btn-sm.dt-button, .dt-buttons .note-editor .open .dropdown-toggle.btn-info.note-btn.btn-sm.dt-button, .open .note-editor .sweet-alert button.dropdown-toggle.btn-info.note-btn.btn-sm, .note-editor .sweet-alert .open button.dropdown-toggle.btn-info.note-btn.btn-sm, .open .sweet-alert .note-editor button.dropdown-toggle.btn-info.note-btn.btn-sm, .sweet-alert .note-editor .open button.dropdown-toggle.btn-info.note-btn.btn-sm, .open .note-editor .owl-theme .owl-nav .dropdown-toggle.btn-info.note-btn.btn-sm[class*="owl-"], .note-editor .owl-theme .owl-nav .open .dropdown-toggle.btn-info.note-btn.btn-sm[class*="owl-"], .open .owl-theme .owl-nav .note-editor .dropdown-toggle.btn-info.note-btn.btn-sm[class*="owl-"], .owl-theme .owl-nav .note-editor .open .dropdown-toggle.btn-info.note-btn.btn-sm[class*="owl-"],
.open .note-editor button.dropdown-toggle.btn-info.note-btn.btn-sm.fc-agendaWeek-button,
.note-editor .open button.dropdown-toggle.btn-info.note-btn.btn-sm.fc-agendaWeek-button, .open .note-editor .dropdown-toggle.btn-info.note-btn.btn-sm.fc-prev-button, .note-editor .open .dropdown-toggle.btn-info.note-btn.btn-sm.fc-prev-button, .open .note-editor .dropdown-toggle.btn-info.note-btn.btn-sm.fc-next-button, .note-editor .open .dropdown-toggle.btn-info.note-btn.btn-sm.fc-next-button, .open .note-editor .dropdown-toggle.btn-info.note-btn.btn-sm.fc-today-button, .note-editor .open .dropdown-toggle.btn-info.note-btn.btn-sm.fc-today-button, .open .dt-buttons .dropdown-toggle.btn-outline.btn-info.dt-button, .dt-buttons .open .dropdown-toggle.btn-outline.btn-info.dt-button,
.open .dt-buttons button.dropdown-toggle.btn-info.dt-button.fc-agendaWeek-button,
.dt-buttons .open button.dropdown-toggle.btn-info.dt-button.fc-agendaWeek-button, .open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.btn-info, .tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.btn-info, .open .sweet-alert button.dropdown-toggle.btn-outline.btn-info, .sweet-alert .open button.dropdown-toggle.btn-outline.btn-info,
.open .sweet-alert button.dropdown-toggle.btn-info.fc-agendaWeek-button,
.sweet-alert .open button.dropdown-toggle.btn-info.fc-agendaWeek-button, .open .owl-theme .owl-nav .dropdown-toggle.btn-outline.btn-info[class*="owl-"], .owl-theme .owl-nav .open .dropdown-toggle.btn-outline.btn-info[class*="owl-"],
.open .owl-theme .owl-nav button.dropdown-toggle.btn-info[class*="owl-"].fc-agendaWeek-button,
.owl-theme .owl-nav .open button.dropdown-toggle.btn-info[class*="owl-"].fc-agendaWeek-button, .open button.dropdown-toggle.btn-info.fc-agendaDay-button.fc-state-default.fc-corner-right,
.open button.dropdown-toggle.btn-info.fc-month-button.fc-state-default.fc-corner-left,
.open button.dropdown-toggle.btn-info.fc-agendaWeek-button, .open .dropdown-toggle.btn-outline.btn-info.fc-prev-button,
.open button.dropdown-toggle.btn-info.fc-prev-button.fc-agendaWeek-button, .open .dropdown-toggle.btn-outline.btn-info.fc-next-button,
.open button.dropdown-toggle.btn-info.fc-next-button.fc-agendaWeek-button, .open .dropdown-toggle.btn-outline.btn-info.fc-today-button,
.open button.dropdown-toggle.btn-info.fc-today-button.fc-agendaWeek-button {
  color: #dc4666;
  border: solid 1px #dc4666;
}
.open .dropdown-toggle.btn.btn-outline.btn-danger, .open .wizard > .actions a.dropdown-toggle.btn-outline.btn-danger, .wizard > .actions .open a.dropdown-toggle.btn-outline.btn-danger, .open .wizard > .actions .note-editor a.dropdown-toggle.btn-danger.note-btn.btn-sm, .wizard > .actions .note-editor .open a.dropdown-toggle.btn-danger.note-btn.btn-sm, .open .note-editor .wizard > .actions a.dropdown-toggle.btn-danger.note-btn.btn-sm, .note-editor .wizard > .actions .open a.dropdown-toggle.btn-danger.note-btn.btn-sm, .open ul.wysihtml5-toolbar a.dropdown-toggle.btn.btn-danger, ul.wysihtml5-toolbar .open a.dropdown-toggle.btn.btn-danger, .open ul.wysihtml5-toolbar .wizard > .actions a.dropdown-toggle.btn-danger, ul.wysihtml5-toolbar .wizard > .actions .open a.dropdown-toggle.btn-danger, .open .wizard > .actions ul.wysihtml5-toolbar a.dropdown-toggle.btn-danger, .wizard > .actions ul.wysihtml5-toolbar .open a.dropdown-toggle.btn-danger, .open ul.wysihtml5-toolbar .dt-buttons a.dropdown-toggle.btn-danger.dt-button, ul.wysihtml5-toolbar .dt-buttons .open a.dropdown-toggle.btn-danger.dt-button, .open .dt-buttons ul.wysihtml5-toolbar a.dropdown-toggle.btn-danger.dt-button, .dt-buttons ul.wysihtml5-toolbar .open a.dropdown-toggle.btn-danger.dt-button, .open ul.wysihtml5-toolbar .owl-theme .owl-nav a.dropdown-toggle.btn-danger[class*="owl-"], ul.wysihtml5-toolbar .owl-theme .owl-nav .open a.dropdown-toggle.btn-danger[class*="owl-"], .open .owl-theme .owl-nav ul.wysihtml5-toolbar a.dropdown-toggle.btn-danger[class*="owl-"], .owl-theme .owl-nav ul.wysihtml5-toolbar .open a.dropdown-toggle.btn-danger[class*="owl-"], .open ul.wysihtml5-toolbar a.dropdown-toggle.btn-danger.fc-prev-button, ul.wysihtml5-toolbar .open a.dropdown-toggle.btn-danger.fc-prev-button, .open ul.wysihtml5-toolbar a.dropdown-toggle.btn-danger.fc-next-button, ul.wysihtml5-toolbar .open a.dropdown-toggle.btn-danger.fc-next-button, .open ul.wysihtml5-toolbar a.dropdown-toggle.btn-danger.fc-today-button, ul.wysihtml5-toolbar .open a.dropdown-toggle.btn-danger.fc-today-button, .open .note-editor .dropdown-toggle.btn.btn-danger.note-btn.btn-sm, .note-editor .open .dropdown-toggle.btn.btn-danger.note-btn.btn-sm, .open .note-editor .dt-buttons .dropdown-toggle.btn-danger.note-btn.btn-sm.dt-button, .note-editor .dt-buttons .open .dropdown-toggle.btn-danger.note-btn.btn-sm.dt-button, .open .dt-buttons .note-editor .dropdown-toggle.btn-danger.note-btn.btn-sm.dt-button, .dt-buttons .note-editor .open .dropdown-toggle.btn-danger.note-btn.btn-sm.dt-button, .open .note-editor .sweet-alert button.dropdown-toggle.btn-danger.note-btn.btn-sm, .note-editor .sweet-alert .open button.dropdown-toggle.btn-danger.note-btn.btn-sm, .open .sweet-alert .note-editor button.dropdown-toggle.btn-danger.note-btn.btn-sm, .sweet-alert .note-editor .open button.dropdown-toggle.btn-danger.note-btn.btn-sm, .open .note-editor .owl-theme .owl-nav .dropdown-toggle.btn-danger.note-btn.btn-sm[class*="owl-"], .note-editor .owl-theme .owl-nav .open .dropdown-toggle.btn-danger.note-btn.btn-sm[class*="owl-"], .open .owl-theme .owl-nav .note-editor .dropdown-toggle.btn-danger.note-btn.btn-sm[class*="owl-"], .owl-theme .owl-nav .note-editor .open .dropdown-toggle.btn-danger.note-btn.btn-sm[class*="owl-"],
.open .note-editor button.dropdown-toggle.btn-danger.note-btn.btn-sm.fc-agendaWeek-button,
.note-editor .open button.dropdown-toggle.btn-danger.note-btn.btn-sm.fc-agendaWeek-button, .open .note-editor .dropdown-toggle.btn-danger.note-btn.btn-sm.fc-prev-button, .note-editor .open .dropdown-toggle.btn-danger.note-btn.btn-sm.fc-prev-button, .open .note-editor .dropdown-toggle.btn-danger.note-btn.btn-sm.fc-next-button, .note-editor .open .dropdown-toggle.btn-danger.note-btn.btn-sm.fc-next-button, .open .note-editor .dropdown-toggle.btn-danger.note-btn.btn-sm.fc-today-button, .note-editor .open .dropdown-toggle.btn-danger.note-btn.btn-sm.fc-today-button, .open .dt-buttons .dropdown-toggle.btn-outline.btn-danger.dt-button, .dt-buttons .open .dropdown-toggle.btn-outline.btn-danger.dt-button,
.open .dt-buttons button.dropdown-toggle.btn-danger.dt-button.fc-agendaWeek-button,
.dt-buttons .open button.dropdown-toggle.btn-danger.dt-button.fc-agendaWeek-button, .open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.btn-danger, .tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.btn-danger, .open .sweet-alert button.dropdown-toggle.btn-outline.btn-danger, .sweet-alert .open button.dropdown-toggle.btn-outline.btn-danger,
.open .sweet-alert button.dropdown-toggle.btn-danger.fc-agendaWeek-button,
.sweet-alert .open button.dropdown-toggle.btn-danger.fc-agendaWeek-button, .open .owl-theme .owl-nav .dropdown-toggle.btn-outline.btn-danger[class*="owl-"], .owl-theme .owl-nav .open .dropdown-toggle.btn-outline.btn-danger[class*="owl-"],
.open .owl-theme .owl-nav button.dropdown-toggle.btn-danger[class*="owl-"].fc-agendaWeek-button,
.owl-theme .owl-nav .open button.dropdown-toggle.btn-danger[class*="owl-"].fc-agendaWeek-button, .open button.dropdown-toggle.btn-danger.fc-agendaDay-button.fc-state-default.fc-corner-right,
.open button.dropdown-toggle.btn-danger.fc-month-button.fc-state-default.fc-corner-left,
.open button.dropdown-toggle.btn-danger.fc-agendaWeek-button, .open .dropdown-toggle.btn-outline.btn-danger.fc-prev-button,
.open button.dropdown-toggle.btn-danger.fc-prev-button.fc-agendaWeek-button, .open .dropdown-toggle.btn-outline.btn-danger.fc-next-button,
.open button.dropdown-toggle.btn-danger.fc-next-button.fc-agendaWeek-button, .open .dropdown-toggle.btn-outline.btn-danger.fc-today-button,
.open button.dropdown-toggle.btn-danger.fc-today-button.fc-agendaWeek-button {
  color: #ea6c41;
  border: solid 1px #ea6c41;
}
.open .dropdown-toggle.btn.btn-outline.btn-primary, .open .wizard > .actions .disabled a.dropdown-toggle.btn-outline, .wizard > .actions .disabled .open a.dropdown-toggle.btn-outline, .open ul.wysihtml5-toolbar .wizard > .actions .disabled a.dropdown-toggle, ul.wysihtml5-toolbar .wizard > .actions .disabled .open a.dropdown-toggle, .open .wizard > .actions .disabled ul.wysihtml5-toolbar a.dropdown-toggle, .wizard > .actions .disabled ul.wysihtml5-toolbar .open a.dropdown-toggle, .open .wizard > .actions ul.wysihtml5-toolbar .disabled a.dropdown-toggle, .wizard > .actions ul.wysihtml5-toolbar .disabled .open a.dropdown-toggle, .open .wizard > .actions .disabled .note-editor a.dropdown-toggle.note-btn.btn-sm, .wizard > .actions .disabled .note-editor .open a.dropdown-toggle.note-btn.btn-sm, .open .note-editor .wizard > .actions .disabled a.dropdown-toggle.note-btn.btn-sm, .note-editor .wizard > .actions .disabled .open a.dropdown-toggle.note-btn.btn-sm, .open .wizard > .actions .disabled a.dropdown-toggle.btn-outline:hover, .wizard > .actions .disabled .open a.dropdown-toggle.btn-outline:hover, .open ul.wysihtml5-toolbar .wizard > .actions .disabled a.dropdown-toggle:hover, ul.wysihtml5-toolbar .wizard > .actions .disabled .open a.dropdown-toggle:hover, .open .wizard > .actions .disabled ul.wysihtml5-toolbar a.dropdown-toggle:hover, .wizard > .actions .disabled ul.wysihtml5-toolbar .open a.dropdown-toggle:hover, .open .wizard > .actions ul.wysihtml5-toolbar .disabled a.dropdown-toggle:hover, .wizard > .actions ul.wysihtml5-toolbar .disabled .open a.dropdown-toggle:hover, .open .wizard > .actions .disabled .note-editor a.dropdown-toggle.note-btn.btn-sm:hover, .wizard > .actions .disabled .note-editor .open a.dropdown-toggle.note-btn.btn-sm:hover, .open .note-editor .wizard > .actions .disabled a.dropdown-toggle.note-btn.btn-sm:hover, .note-editor .wizard > .actions .disabled .open a.dropdown-toggle.note-btn.btn-sm:hover, .open .wizard > .actions .disabled a.dropdown-toggle.btn-outline:active, .wizard > .actions .disabled .open a.dropdown-toggle.btn-outline:active, .open ul.wysihtml5-toolbar .wizard > .actions .disabled a.dropdown-toggle:active, ul.wysihtml5-toolbar .wizard > .actions .disabled .open a.dropdown-toggle:active, .open .wizard > .actions .disabled ul.wysihtml5-toolbar a.dropdown-toggle:active, .wizard > .actions .disabled ul.wysihtml5-toolbar .open a.dropdown-toggle:active, .open .wizard > .actions ul.wysihtml5-toolbar .disabled a.dropdown-toggle:active, .wizard > .actions ul.wysihtml5-toolbar .disabled .open a.dropdown-toggle:active, .open .wizard > .actions .disabled .note-editor a.dropdown-toggle.note-btn.btn-sm:active, .wizard > .actions .disabled .note-editor .open a.dropdown-toggle.note-btn.btn-sm:active, .open .note-editor .wizard > .actions .disabled a.dropdown-toggle.note-btn.btn-sm:active, .note-editor .wizard > .actions .disabled .open a.dropdown-toggle.note-btn.btn-sm:active, .open .wizard > .actions a.dropdown-toggle.btn-outline, .wizard > .actions .open a.dropdown-toggle.btn-outline, .open ul.wysihtml5-toolbar .wizard > .actions a.dropdown-toggle, ul.wysihtml5-toolbar .wizard > .actions .open a.dropdown-toggle, .open .wizard > .actions ul.wysihtml5-toolbar a.dropdown-toggle, .wizard > .actions ul.wysihtml5-toolbar .open a.dropdown-toggle, .open .wizard > .actions .note-editor a.dropdown-toggle.note-btn.btn-sm, .wizard > .actions .note-editor .open a.dropdown-toggle.note-btn.btn-sm, .open .note-editor .wizard > .actions a.dropdown-toggle.note-btn.btn-sm, .note-editor .wizard > .actions .open a.dropdown-toggle.note-btn.btn-sm, .open .wizard > .actions a.dropdown-toggle.btn-outline:hover, .wizard > .actions .open a.dropdown-toggle.btn-outline:hover, .open ul.wysihtml5-toolbar .wizard > .actions a.dropdown-toggle:hover, ul.wysihtml5-toolbar .wizard > .actions .open a.dropdown-toggle:hover, .open .wizard > .actions ul.wysihtml5-toolbar a.dropdown-toggle:hover, .wizard > .actions ul.wysihtml5-toolbar .open a.dropdown-toggle:hover, .open .wizard > .actions .note-editor a.dropdown-toggle.note-btn.btn-sm:hover, .wizard > .actions .note-editor .open a.dropdown-toggle.note-btn.btn-sm:hover, .open .note-editor .wizard > .actions a.dropdown-toggle.note-btn.btn-sm:hover, .note-editor .wizard > .actions .open a.dropdown-toggle.note-btn.btn-sm:hover, .open .wizard > .actions a.dropdown-toggle.btn-outline:active, .wizard > .actions .open a.dropdown-toggle.btn-outline:active, .open ul.wysihtml5-toolbar .wizard > .actions a.dropdown-toggle:active, ul.wysihtml5-toolbar .wizard > .actions .open a.dropdown-toggle:active, .open .wizard > .actions ul.wysihtml5-toolbar a.dropdown-toggle:active, .wizard > .actions ul.wysihtml5-toolbar .open a.dropdown-toggle:active, .open .wizard > .actions .note-editor a.dropdown-toggle.note-btn.btn-sm:active, .wizard > .actions .note-editor .open a.dropdown-toggle.note-btn.btn-sm:active, .open .note-editor .wizard > .actions a.dropdown-toggle.note-btn.btn-sm:active, .note-editor .wizard > .actions .open a.dropdown-toggle.note-btn.btn-sm:active, .open ul.wysihtml5-toolbar a.dropdown-toggle.btn.btn-primary, ul.wysihtml5-toolbar .open a.dropdown-toggle.btn.btn-primary, .open ul.wysihtml5-toolbar .dt-buttons a.dropdown-toggle.dt-button, ul.wysihtml5-toolbar .dt-buttons .open a.dropdown-toggle.dt-button, .open .dt-buttons ul.wysihtml5-toolbar a.dropdown-toggle.dt-button, .dt-buttons ul.wysihtml5-toolbar .open a.dropdown-toggle.dt-button, .open ul.wysihtml5-toolbar .owl-theme .owl-nav a.dropdown-toggle.btn-primary[class*="owl-"], ul.wysihtml5-toolbar .owl-theme .owl-nav .open a.dropdown-toggle.btn-primary[class*="owl-"], .open .owl-theme .owl-nav ul.wysihtml5-toolbar a.dropdown-toggle.btn-primary[class*="owl-"], .owl-theme .owl-nav ul.wysihtml5-toolbar .open a.dropdown-toggle.btn-primary[class*="owl-"], .open ul.wysihtml5-toolbar a.dropdown-toggle.btn-primary.fc-prev-button, ul.wysihtml5-toolbar .open a.dropdown-toggle.btn-primary.fc-prev-button, .open ul.wysihtml5-toolbar a.dropdown-toggle.btn-primary.fc-next-button, ul.wysihtml5-toolbar .open a.dropdown-toggle.btn-primary.fc-next-button, .open ul.wysihtml5-toolbar a.dropdown-toggle.btn-primary.fc-today-button, ul.wysihtml5-toolbar .open a.dropdown-toggle.btn-primary.fc-today-button, .open .note-editor .dropdown-toggle.btn.btn-primary.note-btn.btn-sm, .note-editor .open .dropdown-toggle.btn.btn-primary.note-btn.btn-sm, .open .note-editor .dt-buttons .dropdown-toggle.note-btn.btn-sm.dt-button, .note-editor .dt-buttons .open .dropdown-toggle.note-btn.btn-sm.dt-button, .open .dt-buttons .note-editor .dropdown-toggle.note-btn.btn-sm.dt-button, .dt-buttons .note-editor .open .dropdown-toggle.note-btn.btn-sm.dt-button, .open .note-editor .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.btn-primary.note-btn.btn-sm, .note-editor .tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.btn-primary.note-btn.btn-sm, .open .tablesaw-sortable th.tablesaw-sortable-head .note-editor button.dropdown-toggle.btn-primary.note-btn.btn-sm, .tablesaw-sortable th.tablesaw-sortable-head .note-editor .open button.dropdown-toggle.btn-primary.note-btn.btn-sm, .open .note-editor .sweet-alert button.dropdown-toggle.btn-primary.note-btn.btn-sm, .note-editor .sweet-alert .open button.dropdown-toggle.btn-primary.note-btn.btn-sm, .open .sweet-alert .note-editor button.dropdown-toggle.btn-primary.note-btn.btn-sm, .sweet-alert .note-editor .open button.dropdown-toggle.btn-primary.note-btn.btn-sm, .open .note-editor .owl-theme .owl-nav .dropdown-toggle.btn-primary.note-btn.btn-sm[class*="owl-"], .note-editor .owl-theme .owl-nav .open .dropdown-toggle.btn-primary.note-btn.btn-sm[class*="owl-"], .open .owl-theme .owl-nav .note-editor .dropdown-toggle.btn-primary.note-btn.btn-sm[class*="owl-"], .owl-theme .owl-nav .note-editor .open .dropdown-toggle.btn-primary.note-btn.btn-sm[class*="owl-"], .open .note-editor button.dropdown-toggle.btn-primary.note-btn.btn-sm.fc-agendaDay-button.fc-state-default.fc-corner-right, .note-editor .open button.dropdown-toggle.btn-primary.note-btn.btn-sm.fc-agendaDay-button.fc-state-default.fc-corner-right,
.open .note-editor button.dropdown-toggle.btn-primary.note-btn.btn-sm.fc-month-button.fc-state-default.fc-corner-left,
.note-editor .open button.dropdown-toggle.btn-primary.note-btn.btn-sm.fc-month-button.fc-state-default.fc-corner-left,
.open .note-editor button.dropdown-toggle.btn-primary.note-btn.btn-sm.fc-agendaWeek-button,
.note-editor .open button.dropdown-toggle.btn-primary.note-btn.btn-sm.fc-agendaWeek-button, .open .note-editor .dropdown-toggle.btn-primary.note-btn.btn-sm.fc-prev-button, .note-editor .open .dropdown-toggle.btn-primary.note-btn.btn-sm.fc-prev-button, .open .note-editor .dropdown-toggle.btn-primary.note-btn.btn-sm.fc-next-button, .note-editor .open .dropdown-toggle.btn-primary.note-btn.btn-sm.fc-next-button, .open .note-editor .dropdown-toggle.btn-primary.note-btn.btn-sm.fc-today-button, .note-editor .open .dropdown-toggle.btn-primary.note-btn.btn-sm.fc-today-button, .open .dt-buttons .dropdown-toggle.btn-outline.dt-button, .dt-buttons .open .dropdown-toggle.btn-outline.dt-button, .open .dt-buttons .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.dt-button, .dt-buttons .tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.dt-button, .open .tablesaw-sortable th.tablesaw-sortable-head .dt-buttons button.dropdown-toggle.dt-button, .tablesaw-sortable th.tablesaw-sortable-head .dt-buttons .open button.dropdown-toggle.dt-button, .open .dt-buttons button.dropdown-toggle.dt-button.fc-agendaDay-button.fc-state-default.fc-corner-right, .dt-buttons .open button.dropdown-toggle.dt-button.fc-agendaDay-button.fc-state-default.fc-corner-right,
.open .dt-buttons button.dropdown-toggle.dt-button.fc-month-button.fc-state-default.fc-corner-left,
.dt-buttons .open button.dropdown-toggle.dt-button.fc-month-button.fc-state-default.fc-corner-left,
.open .dt-buttons button.dropdown-toggle.dt-button.fc-agendaWeek-button,
.dt-buttons .open button.dropdown-toggle.dt-button.fc-agendaWeek-button, .open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.btn-primary, .tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.btn-primary, .open .sweet-alert button.dropdown-toggle.btn-outline.btn-primary, .sweet-alert .open button.dropdown-toggle.btn-outline.btn-primary, .open .sweet-alert .note-editor .dt-buttons button.dropdown-toggle.note-btn.btn-sm.dt-button, .sweet-alert .note-editor .dt-buttons .open button.dropdown-toggle.note-btn.btn-sm.dt-button, .open .note-editor .dt-buttons .sweet-alert button.dropdown-toggle.note-btn.btn-sm.dt-button, .note-editor .dt-buttons .sweet-alert .open button.dropdown-toggle.note-btn.btn-sm.dt-button, .open .sweet-alert .dt-buttons .note-editor button.dropdown-toggle.note-btn.btn-sm.dt-button, .sweet-alert .dt-buttons .note-editor .open button.dropdown-toggle.note-btn.btn-sm.dt-button, .open .dt-buttons .note-editor .sweet-alert button.dropdown-toggle.note-btn.btn-sm.dt-button, .dt-buttons .note-editor .sweet-alert .open button.dropdown-toggle.note-btn.btn-sm.dt-button, .open .sweet-alert .dt-buttons button.dropdown-toggle.btn-outline.dt-button, .sweet-alert .dt-buttons .open button.dropdown-toggle.btn-outline.dt-button, .open .dt-buttons .sweet-alert button.dropdown-toggle.btn-outline.dt-button, .dt-buttons .sweet-alert .open button.dropdown-toggle.btn-outline.dt-button, .open .sweet-alert .dt-buttons .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.dt-button, .sweet-alert .dt-buttons .tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.dt-button, .open .dt-buttons .tablesaw-sortable th.tablesaw-sortable-head .sweet-alert button.dropdown-toggle.dt-button, .dt-buttons .tablesaw-sortable th.tablesaw-sortable-head .sweet-alert .open button.dropdown-toggle.dt-button, .open .sweet-alert .tablesaw-sortable th.tablesaw-sortable-head .dt-buttons button.dropdown-toggle.dt-button, .sweet-alert .tablesaw-sortable th.tablesaw-sortable-head .dt-buttons .open button.dropdown-toggle.dt-button, .open .tablesaw-sortable th.tablesaw-sortable-head .dt-buttons .sweet-alert button.dropdown-toggle.dt-button, .tablesaw-sortable th.tablesaw-sortable-head .dt-buttons .sweet-alert .open button.dropdown-toggle.dt-button, .open .sweet-alert .dt-buttons button.dropdown-toggle.dt-button.fc-agendaDay-button.fc-state-default.fc-corner-right, .sweet-alert .dt-buttons .open button.dropdown-toggle.dt-button.fc-agendaDay-button.fc-state-default.fc-corner-right, .open .dt-buttons .sweet-alert button.dropdown-toggle.dt-button.fc-agendaDay-button.fc-state-default.fc-corner-right, .dt-buttons .sweet-alert .open button.dropdown-toggle.dt-button.fc-agendaDay-button.fc-state-default.fc-corner-right,
.open .sweet-alert .dt-buttons button.dropdown-toggle.dt-button.fc-month-button.fc-state-default.fc-corner-left,
.sweet-alert .dt-buttons .open button.dropdown-toggle.dt-button.fc-month-button.fc-state-default.fc-corner-left,
.open .dt-buttons .sweet-alert button.dropdown-toggle.dt-button.fc-month-button.fc-state-default.fc-corner-left,
.dt-buttons .sweet-alert .open button.dropdown-toggle.dt-button.fc-month-button.fc-state-default.fc-corner-left,
.open .sweet-alert .dt-buttons button.dropdown-toggle.dt-button.fc-agendaWeek-button,
.sweet-alert .dt-buttons .open button.dropdown-toggle.dt-button.fc-agendaWeek-button,
.open .dt-buttons .sweet-alert button.dropdown-toggle.dt-button.fc-agendaWeek-button,
.dt-buttons .sweet-alert .open button.dropdown-toggle.dt-button.fc-agendaWeek-button, .open .sweet-alert .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.btn-primary, .sweet-alert .tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.btn-primary, .open .tablesaw-sortable th.tablesaw-sortable-head .sweet-alert button.dropdown-toggle.btn-primary, .tablesaw-sortable th.tablesaw-sortable-head .sweet-alert .open button.dropdown-toggle.btn-primary, .open .sweet-alert button.dropdown-toggle.btn-primary.fc-agendaDay-button.fc-state-default.fc-corner-right, .sweet-alert .open button.dropdown-toggle.btn-primary.fc-agendaDay-button.fc-state-default.fc-corner-right,
.open .sweet-alert button.dropdown-toggle.btn-primary.fc-month-button.fc-state-default.fc-corner-left,
.sweet-alert .open button.dropdown-toggle.btn-primary.fc-month-button.fc-state-default.fc-corner-left,
.open .sweet-alert button.dropdown-toggle.btn-primary.fc-agendaWeek-button,
.sweet-alert .open button.dropdown-toggle.btn-primary.fc-agendaWeek-button, .open .owl-theme .owl-nav .dropdown-toggle.btn-outline.btn-primary[class*="owl-"], .owl-theme .owl-nav .open .dropdown-toggle.btn-outline.btn-primary[class*="owl-"], .open .owl-theme .owl-nav .wizard > .actions a.dropdown-toggle.btn-outline[class*="owl-"], .owl-theme .owl-nav .wizard > .actions .open a.dropdown-toggle.btn-outline[class*="owl-"], .open .wizard > .actions .owl-theme .owl-nav a.dropdown-toggle.btn-outline[class*="owl-"], .wizard > .actions .owl-theme .owl-nav .open a.dropdown-toggle.btn-outline[class*="owl-"], .open .owl-theme .owl-nav .wizard > .actions .note-editor a.dropdown-toggle[class*="owl-"].note-btn.btn-sm, .owl-theme .owl-nav .wizard > .actions .note-editor .open a.dropdown-toggle[class*="owl-"].note-btn.btn-sm, .open .wizard > .actions .note-editor .owl-theme .owl-nav a.dropdown-toggle[class*="owl-"].note-btn.btn-sm, .wizard > .actions .note-editor .owl-theme .owl-nav .open a.dropdown-toggle[class*="owl-"].note-btn.btn-sm, .open .owl-theme .owl-nav .note-editor .wizard > .actions a.dropdown-toggle[class*="owl-"].note-btn.btn-sm, .owl-theme .owl-nav .note-editor .wizard > .actions .open a.dropdown-toggle[class*="owl-"].note-btn.btn-sm, .open .note-editor .wizard > .actions .owl-theme .owl-nav a.dropdown-toggle[class*="owl-"].note-btn.btn-sm, .note-editor .wizard > .actions .owl-theme .owl-nav .open a.dropdown-toggle[class*="owl-"].note-btn.btn-sm, .open .owl-theme .owl-nav ul.wysihtml5-toolbar a.dropdown-toggle.btn-primary[class*="owl-"].btn, .owl-theme .owl-nav ul.wysihtml5-toolbar .open a.dropdown-toggle.btn-primary[class*="owl-"].btn, .open ul.wysihtml5-toolbar .owl-theme .owl-nav a.dropdown-toggle.btn-primary[class*="owl-"].btn, ul.wysihtml5-toolbar .owl-theme .owl-nav .open a.dropdown-toggle.btn-primary[class*="owl-"].btn, .open .owl-theme .owl-nav ul.wysihtml5-toolbar .wizard > .actions a.dropdown-toggle[class*="owl-"], .owl-theme .owl-nav ul.wysihtml5-toolbar .wizard > .actions .open a.dropdown-toggle[class*="owl-"], .open ul.wysihtml5-toolbar .wizard > .actions .owl-theme .owl-nav a.dropdown-toggle[class*="owl-"], ul.wysihtml5-toolbar .wizard > .actions .owl-theme .owl-nav .open a.dropdown-toggle[class*="owl-"], .open .owl-theme .owl-nav .wizard > .actions ul.wysihtml5-toolbar a.dropdown-toggle[class*="owl-"], .owl-theme .owl-nav .wizard > .actions ul.wysihtml5-toolbar .open a.dropdown-toggle[class*="owl-"], .open .wizard > .actions ul.wysihtml5-toolbar .owl-theme .owl-nav a.dropdown-toggle[class*="owl-"], .wizard > .actions ul.wysihtml5-toolbar .owl-theme .owl-nav .open a.dropdown-toggle[class*="owl-"], .open .owl-theme .owl-nav ul.wysihtml5-toolbar .dt-buttons a.dropdown-toggle[class*="owl-"].dt-button, .owl-theme .owl-nav ul.wysihtml5-toolbar .dt-buttons .open a.dropdown-toggle[class*="owl-"].dt-button, .open ul.wysihtml5-toolbar .dt-buttons .owl-theme .owl-nav a.dropdown-toggle[class*="owl-"].dt-button, ul.wysihtml5-toolbar .dt-buttons .owl-theme .owl-nav .open a.dropdown-toggle[class*="owl-"].dt-button, .open .owl-theme .owl-nav .dt-buttons ul.wysihtml5-toolbar a.dropdown-toggle[class*="owl-"].dt-button, .owl-theme .owl-nav .dt-buttons ul.wysihtml5-toolbar .open a.dropdown-toggle[class*="owl-"].dt-button, .open .dt-buttons ul.wysihtml5-toolbar .owl-theme .owl-nav a.dropdown-toggle[class*="owl-"].dt-button, .dt-buttons ul.wysihtml5-toolbar .owl-theme .owl-nav .open a.dropdown-toggle[class*="owl-"].dt-button, .open .owl-theme .owl-nav .note-editor .dt-buttons .dropdown-toggle[class*="owl-"].note-btn.btn-sm.dt-button, .owl-theme .owl-nav .note-editor .dt-buttons .open .dropdown-toggle[class*="owl-"].note-btn.btn-sm.dt-button, .open .note-editor .dt-buttons .owl-theme .owl-nav .dropdown-toggle[class*="owl-"].note-btn.btn-sm.dt-button, .note-editor .dt-buttons .owl-theme .owl-nav .open .dropdown-toggle[class*="owl-"].note-btn.btn-sm.dt-button, .open .owl-theme .owl-nav .dt-buttons .note-editor .dropdown-toggle[class*="owl-"].note-btn.btn-sm.dt-button, .owl-theme .owl-nav .dt-buttons .note-editor .open .dropdown-toggle[class*="owl-"].note-btn.btn-sm.dt-button, .open .dt-buttons .note-editor .owl-theme .owl-nav .dropdown-toggle[class*="owl-"].note-btn.btn-sm.dt-button, .dt-buttons .note-editor .owl-theme .owl-nav .open .dropdown-toggle[class*="owl-"].note-btn.btn-sm.dt-button, .open .owl-theme .owl-nav .dt-buttons .dropdown-toggle.btn-outline[class*="owl-"].dt-button, .owl-theme .owl-nav .dt-buttons .open .dropdown-toggle.btn-outline[class*="owl-"].dt-button, .open .dt-buttons .owl-theme .owl-nav .dropdown-toggle.btn-outline[class*="owl-"].dt-button, .dt-buttons .owl-theme .owl-nav .open .dropdown-toggle.btn-outline[class*="owl-"].dt-button, .open .owl-theme .owl-nav .dt-buttons .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle[class*="owl-"].dt-button, .owl-theme .owl-nav .dt-buttons .tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle[class*="owl-"].dt-button, .open .dt-buttons .tablesaw-sortable th.tablesaw-sortable-head .owl-theme .owl-nav button.dropdown-toggle[class*="owl-"].dt-button, .dt-buttons .tablesaw-sortable th.tablesaw-sortable-head .owl-theme .owl-nav .open button.dropdown-toggle[class*="owl-"].dt-button, .open .owl-theme .owl-nav .tablesaw-sortable th.tablesaw-sortable-head .dt-buttons button.dropdown-toggle[class*="owl-"].dt-button, .owl-theme .owl-nav .tablesaw-sortable th.tablesaw-sortable-head .dt-buttons .open button.dropdown-toggle[class*="owl-"].dt-button, .open .tablesaw-sortable th.tablesaw-sortable-head .dt-buttons .owl-theme .owl-nav button.dropdown-toggle[class*="owl-"].dt-button, .tablesaw-sortable th.tablesaw-sortable-head .dt-buttons .owl-theme .owl-nav .open button.dropdown-toggle[class*="owl-"].dt-button, .open .owl-theme .owl-nav .dt-buttons button.dropdown-toggle[class*="owl-"].dt-button.fc-agendaDay-button.fc-state-default.fc-corner-right, .owl-theme .owl-nav .dt-buttons .open button.dropdown-toggle[class*="owl-"].dt-button.fc-agendaDay-button.fc-state-default.fc-corner-right, .open .dt-buttons .owl-theme .owl-nav button.dropdown-toggle[class*="owl-"].dt-button.fc-agendaDay-button.fc-state-default.fc-corner-right, .dt-buttons .owl-theme .owl-nav .open button.dropdown-toggle[class*="owl-"].dt-button.fc-agendaDay-button.fc-state-default.fc-corner-right,
.open .owl-theme .owl-nav .dt-buttons button.dropdown-toggle[class*="owl-"].dt-button.fc-month-button.fc-state-default.fc-corner-left,
.owl-theme .owl-nav .dt-buttons .open button.dropdown-toggle[class*="owl-"].dt-button.fc-month-button.fc-state-default.fc-corner-left,
.open .dt-buttons .owl-theme .owl-nav button.dropdown-toggle[class*="owl-"].dt-button.fc-month-button.fc-state-default.fc-corner-left,
.dt-buttons .owl-theme .owl-nav .open button.dropdown-toggle[class*="owl-"].dt-button.fc-month-button.fc-state-default.fc-corner-left,
.open .owl-theme .owl-nav .dt-buttons button.dropdown-toggle[class*="owl-"].dt-button.fc-agendaWeek-button,
.owl-theme .owl-nav .dt-buttons .open button.dropdown-toggle[class*="owl-"].dt-button.fc-agendaWeek-button,
.open .dt-buttons .owl-theme .owl-nav button.dropdown-toggle[class*="owl-"].dt-button.fc-agendaWeek-button,
.dt-buttons .owl-theme .owl-nav .open button.dropdown-toggle[class*="owl-"].dt-button.fc-agendaWeek-button, .open .owl-theme .owl-nav .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.btn-primary[class*="owl-"], .owl-theme .owl-nav .tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.btn-primary[class*="owl-"], .open .tablesaw-sortable th.tablesaw-sortable-head .owl-theme .owl-nav button.dropdown-toggle.btn-primary[class*="owl-"], .tablesaw-sortable th.tablesaw-sortable-head .owl-theme .owl-nav .open button.dropdown-toggle.btn-primary[class*="owl-"], .open .owl-theme .owl-nav button.dropdown-toggle.btn-primary[class*="owl-"].fc-agendaDay-button.fc-state-default.fc-corner-right, .owl-theme .owl-nav .open button.dropdown-toggle.btn-primary[class*="owl-"].fc-agendaDay-button.fc-state-default.fc-corner-right,
.open .owl-theme .owl-nav button.dropdown-toggle.btn-primary[class*="owl-"].fc-month-button.fc-state-default.fc-corner-left,
.owl-theme .owl-nav .open button.dropdown-toggle.btn-primary[class*="owl-"].fc-month-button.fc-state-default.fc-corner-left,
.open .owl-theme .owl-nav button.dropdown-toggle.btn-primary[class*="owl-"].fc-agendaWeek-button,
.owl-theme .owl-nav .open button.dropdown-toggle.btn-primary[class*="owl-"].fc-agendaWeek-button, .open button.dropdown-toggle.btn-primary.fc-agendaDay-button.fc-state-default.fc-corner-right,
.open button.dropdown-toggle.btn-primary.fc-month-button.fc-state-default.fc-corner-left,
.open button.dropdown-toggle.btn-primary.fc-agendaWeek-button, .open .dropdown-toggle.btn-outline.btn-primary.fc-prev-button, .open .wizard > .actions a.dropdown-toggle.btn-outline.fc-prev-button, .wizard > .actions .open a.dropdown-toggle.btn-outline.fc-prev-button, .open .wizard > .actions .note-editor a.dropdown-toggle.fc-prev-button.note-btn.btn-sm, .wizard > .actions .note-editor .open a.dropdown-toggle.fc-prev-button.note-btn.btn-sm, .open .note-editor .wizard > .actions a.dropdown-toggle.fc-prev-button.note-btn.btn-sm, .note-editor .wizard > .actions .open a.dropdown-toggle.fc-prev-button.note-btn.btn-sm, .open ul.wysihtml5-toolbar a.dropdown-toggle.btn-primary.fc-prev-button.btn, ul.wysihtml5-toolbar .open a.dropdown-toggle.btn-primary.fc-prev-button.btn, .open ul.wysihtml5-toolbar .wizard > .actions a.dropdown-toggle.fc-prev-button, ul.wysihtml5-toolbar .wizard > .actions .open a.dropdown-toggle.fc-prev-button, .open .wizard > .actions ul.wysihtml5-toolbar a.dropdown-toggle.fc-prev-button, .wizard > .actions ul.wysihtml5-toolbar .open a.dropdown-toggle.fc-prev-button, .open ul.wysihtml5-toolbar .dt-buttons a.dropdown-toggle.fc-prev-button.dt-button, ul.wysihtml5-toolbar .dt-buttons .open a.dropdown-toggle.fc-prev-button.dt-button, .open .dt-buttons ul.wysihtml5-toolbar a.dropdown-toggle.fc-prev-button.dt-button, .dt-buttons ul.wysihtml5-toolbar .open a.dropdown-toggle.fc-prev-button.dt-button, .open .note-editor .dt-buttons .dropdown-toggle.fc-prev-button.note-btn.btn-sm.dt-button, .note-editor .dt-buttons .open .dropdown-toggle.fc-prev-button.note-btn.btn-sm.dt-button, .open .dt-buttons .note-editor .dropdown-toggle.fc-prev-button.note-btn.btn-sm.dt-button, .dt-buttons .note-editor .open .dropdown-toggle.fc-prev-button.note-btn.btn-sm.dt-button, .open .dt-buttons .dropdown-toggle.btn-outline.fc-prev-button.dt-button, .dt-buttons .open .dropdown-toggle.btn-outline.fc-prev-button.dt-button, .open .dt-buttons .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.fc-prev-button.dt-button, .dt-buttons .tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.fc-prev-button.dt-button, .open .tablesaw-sortable th.tablesaw-sortable-head .dt-buttons button.dropdown-toggle.fc-prev-button.dt-button, .tablesaw-sortable th.tablesaw-sortable-head .dt-buttons .open button.dropdown-toggle.fc-prev-button.dt-button, .open .dt-buttons button.dropdown-toggle.fc-prev-button.dt-button.fc-agendaDay-button.fc-state-default.fc-corner-right, .dt-buttons .open button.dropdown-toggle.fc-prev-button.dt-button.fc-agendaDay-button.fc-state-default.fc-corner-right,
.open .dt-buttons button.dropdown-toggle.fc-prev-button.dt-button.fc-month-button.fc-state-default.fc-corner-left,
.dt-buttons .open button.dropdown-toggle.fc-prev-button.dt-button.fc-month-button.fc-state-default.fc-corner-left,
.open .dt-buttons button.dropdown-toggle.fc-prev-button.dt-button.fc-agendaWeek-button,
.dt-buttons .open button.dropdown-toggle.fc-prev-button.dt-button.fc-agendaWeek-button, .open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.btn-primary.fc-prev-button, .tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.btn-primary.fc-prev-button, .open button.dropdown-toggle.btn-primary.fc-prev-button.fc-agendaDay-button.fc-state-default.fc-corner-right,
.open button.dropdown-toggle.btn-primary.fc-prev-button.fc-month-button.fc-state-default.fc-corner-left,
.open button.dropdown-toggle.btn-primary.fc-prev-button.fc-agendaWeek-button, .open .dropdown-toggle.btn-outline.btn-primary.fc-next-button, .open .wizard > .actions a.dropdown-toggle.btn-outline.fc-next-button, .wizard > .actions .open a.dropdown-toggle.btn-outline.fc-next-button, .open .wizard > .actions .note-editor a.dropdown-toggle.fc-next-button.note-btn.btn-sm, .wizard > .actions .note-editor .open a.dropdown-toggle.fc-next-button.note-btn.btn-sm, .open .note-editor .wizard > .actions a.dropdown-toggle.fc-next-button.note-btn.btn-sm, .note-editor .wizard > .actions .open a.dropdown-toggle.fc-next-button.note-btn.btn-sm, .open ul.wysihtml5-toolbar a.dropdown-toggle.btn-primary.fc-next-button.btn, ul.wysihtml5-toolbar .open a.dropdown-toggle.btn-primary.fc-next-button.btn, .open ul.wysihtml5-toolbar .wizard > .actions a.dropdown-toggle.fc-next-button, ul.wysihtml5-toolbar .wizard > .actions .open a.dropdown-toggle.fc-next-button, .open .wizard > .actions ul.wysihtml5-toolbar a.dropdown-toggle.fc-next-button, .wizard > .actions ul.wysihtml5-toolbar .open a.dropdown-toggle.fc-next-button, .open ul.wysihtml5-toolbar .dt-buttons a.dropdown-toggle.fc-next-button.dt-button, ul.wysihtml5-toolbar .dt-buttons .open a.dropdown-toggle.fc-next-button.dt-button, .open .dt-buttons ul.wysihtml5-toolbar a.dropdown-toggle.fc-next-button.dt-button, .dt-buttons ul.wysihtml5-toolbar .open a.dropdown-toggle.fc-next-button.dt-button, .open .note-editor .dt-buttons .dropdown-toggle.fc-next-button.note-btn.btn-sm.dt-button, .note-editor .dt-buttons .open .dropdown-toggle.fc-next-button.note-btn.btn-sm.dt-button, .open .dt-buttons .note-editor .dropdown-toggle.fc-next-button.note-btn.btn-sm.dt-button, .dt-buttons .note-editor .open .dropdown-toggle.fc-next-button.note-btn.btn-sm.dt-button, .open .dt-buttons .dropdown-toggle.btn-outline.fc-next-button.dt-button, .dt-buttons .open .dropdown-toggle.btn-outline.fc-next-button.dt-button, .open .dt-buttons .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.fc-next-button.dt-button, .dt-buttons .tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.fc-next-button.dt-button, .open .tablesaw-sortable th.tablesaw-sortable-head .dt-buttons button.dropdown-toggle.fc-next-button.dt-button, .tablesaw-sortable th.tablesaw-sortable-head .dt-buttons .open button.dropdown-toggle.fc-next-button.dt-button, .open .dt-buttons button.dropdown-toggle.fc-next-button.dt-button.fc-agendaDay-button.fc-state-default.fc-corner-right, .dt-buttons .open button.dropdown-toggle.fc-next-button.dt-button.fc-agendaDay-button.fc-state-default.fc-corner-right,
.open .dt-buttons button.dropdown-toggle.fc-next-button.dt-button.fc-month-button.fc-state-default.fc-corner-left,
.dt-buttons .open button.dropdown-toggle.fc-next-button.dt-button.fc-month-button.fc-state-default.fc-corner-left,
.open .dt-buttons button.dropdown-toggle.fc-next-button.dt-button.fc-agendaWeek-button,
.dt-buttons .open button.dropdown-toggle.fc-next-button.dt-button.fc-agendaWeek-button, .open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.btn-primary.fc-next-button, .tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.btn-primary.fc-next-button, .open button.dropdown-toggle.btn-primary.fc-next-button.fc-agendaDay-button.fc-state-default.fc-corner-right,
.open button.dropdown-toggle.btn-primary.fc-next-button.fc-month-button.fc-state-default.fc-corner-left,
.open button.dropdown-toggle.btn-primary.fc-next-button.fc-agendaWeek-button, .open .dropdown-toggle.btn-outline.btn-primary.fc-today-button, .open .wizard > .actions a.dropdown-toggle.btn-outline.fc-today-button, .wizard > .actions .open a.dropdown-toggle.btn-outline.fc-today-button, .open .wizard > .actions .note-editor a.dropdown-toggle.fc-today-button.note-btn.btn-sm, .wizard > .actions .note-editor .open a.dropdown-toggle.fc-today-button.note-btn.btn-sm, .open .note-editor .wizard > .actions a.dropdown-toggle.fc-today-button.note-btn.btn-sm, .note-editor .wizard > .actions .open a.dropdown-toggle.fc-today-button.note-btn.btn-sm, .open ul.wysihtml5-toolbar a.dropdown-toggle.btn-primary.fc-today-button.btn, ul.wysihtml5-toolbar .open a.dropdown-toggle.btn-primary.fc-today-button.btn, .open ul.wysihtml5-toolbar .wizard > .actions a.dropdown-toggle.fc-today-button, ul.wysihtml5-toolbar .wizard > .actions .open a.dropdown-toggle.fc-today-button, .open .wizard > .actions ul.wysihtml5-toolbar a.dropdown-toggle.fc-today-button, .wizard > .actions ul.wysihtml5-toolbar .open a.dropdown-toggle.fc-today-button, .open ul.wysihtml5-toolbar .dt-buttons a.dropdown-toggle.fc-today-button.dt-button, ul.wysihtml5-toolbar .dt-buttons .open a.dropdown-toggle.fc-today-button.dt-button, .open .dt-buttons ul.wysihtml5-toolbar a.dropdown-toggle.fc-today-button.dt-button, .dt-buttons ul.wysihtml5-toolbar .open a.dropdown-toggle.fc-today-button.dt-button, .open .note-editor .dt-buttons .dropdown-toggle.fc-today-button.note-btn.btn-sm.dt-button, .note-editor .dt-buttons .open .dropdown-toggle.fc-today-button.note-btn.btn-sm.dt-button, .open .dt-buttons .note-editor .dropdown-toggle.fc-today-button.note-btn.btn-sm.dt-button, .dt-buttons .note-editor .open .dropdown-toggle.fc-today-button.note-btn.btn-sm.dt-button, .open .dt-buttons .dropdown-toggle.btn-outline.fc-today-button.dt-button, .dt-buttons .open .dropdown-toggle.btn-outline.fc-today-button.dt-button, .open .dt-buttons .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.fc-today-button.dt-button, .dt-buttons .tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.fc-today-button.dt-button, .open .tablesaw-sortable th.tablesaw-sortable-head .dt-buttons button.dropdown-toggle.fc-today-button.dt-button, .tablesaw-sortable th.tablesaw-sortable-head .dt-buttons .open button.dropdown-toggle.fc-today-button.dt-button, .open .dt-buttons button.dropdown-toggle.fc-today-button.dt-button.fc-agendaDay-button.fc-state-default.fc-corner-right, .dt-buttons .open button.dropdown-toggle.fc-today-button.dt-button.fc-agendaDay-button.fc-state-default.fc-corner-right,
.open .dt-buttons button.dropdown-toggle.fc-today-button.dt-button.fc-month-button.fc-state-default.fc-corner-left,
.dt-buttons .open button.dropdown-toggle.fc-today-button.dt-button.fc-month-button.fc-state-default.fc-corner-left,
.open .dt-buttons button.dropdown-toggle.fc-today-button.dt-button.fc-agendaWeek-button,
.dt-buttons .open button.dropdown-toggle.fc-today-button.dt-button.fc-agendaWeek-button, .open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.btn-primary.fc-today-button, .tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.btn-primary.fc-today-button, .open button.dropdown-toggle.btn-primary.fc-today-button.fc-agendaDay-button.fc-state-default.fc-corner-right,
.open button.dropdown-toggle.btn-primary.fc-today-button.fc-month-button.fc-state-default.fc-corner-left,
.open button.dropdown-toggle.btn-primary.fc-today-button.fc-agendaWeek-button {
  color: #177ec1;
  border: solid 1px #177ec1;
}

.button-list .btn, .button-list .wizard > .actions a, .wizard > .actions .button-list a, .button-list .dt-buttons .dt-button, .dt-buttons .button-list .dt-button, .button-list .tablesaw-sortable th.tablesaw-sortable-head button, .tablesaw-sortable th.tablesaw-sortable-head .button-list button, .button-list .sweet-alert button, .sweet-alert .button-list button, .button-list .owl-theme .owl-nav [class*="owl-"], .owl-theme .owl-nav .button-list [class*="owl-"], .button-list button.fc-agendaDay-button.fc-state-default.fc-corner-right,
.button-list button.fc-month-button.fc-state-default.fc-corner-left,
.button-list button.fc-agendaWeek-button, .button-list .fc-prev-button, .button-list .fc-next-button, .button-list .fc-today-button {
  margin-top: 15px;
  margin-right: 10px;
}

/*MDL Shadow*/
.shadow-2dp, #setting_panel_btn.shadow-2dp:focus, #setting_panel_btn.shadow-2dp:active {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.shadow-3dp {
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 3px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 8px 0 rgba(0, 0, 0, 0.12);
}

.shadow-4dp, #setting_panel_btn.shadow-4dp:focus, #setting_panel_btn.shadow-4dp:active {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
}

.shadow-6dp {
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
}

.shadow-8dp, #setting_panel_btn.shadow-8dp:focus, #setting_panel_btn.shadow-8dp:active {
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
}

.logo-wrap {
	position:relative;
	z-index:5;
}
.brand-text {
   color: #fff;
   display: inline-block;
    font-family: "Poppins",sans-serif;
    font-size: 21px;
    opacity: 1;
    text-transform: capitalize;
    visibility: visible;
}

.brand-img {
    margin-right: 10px;
    position: relative;
    top: 2px;
}

.img-wrapper {
  text-align: center;
  font-size: 0;
  margin-bottom: 30px; }
  .img-wrapper img {
    border-radius: 2px;
    max-width: 100%;
    width: 100%;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
 
footer {
  min-height: 150px;
  background: #fff; }
  footer .footer-wrap {
    width: 500px;
    overflow: hidden;
    margin: 0 auto;
    padding-top: 60px; }

  footer p, footer .address-detail a, .address-detail footer a {
    padding-top: 10px; }
  footer i.fa {
    padding-top: 14px;
    font-size: 20px; }
  footer .margin-right-40 {
    margin-right: 40px; }
  footer .margin-right-15 {
    margin-right: 15px; }

.side-left {
  padding-top: 100px; }
  .side-left p, .side-left .address-detail a, .address-detail .side-left a {
    color: #fff; }
  .side-left .small-hr {
    margin-top: 17px;
    margin-bottom: 25px; }
  .side-left .tag-wrap {
    bottom: 64px;
    position: absolute; }
    .side-left .tag-wrap header {
      display: inline-block;
      float: left;
      margin-right: 30px;
      width: 200px; }
    .side-left .tag-wrap footer {
      display: inline-block;
      float: left; }
  .side-left .copyright-text p, .side-left .copyright-text .address-detail a, .address-detail .side-left .copyright-text a {
    font-size: 9px;
    letter-spacing: 1px;
    text-transform: uppercase; }
  .side-left .content-wrap {
    height: 100%;
    padding-left: 100px; }a

.preloader {
  background: #fff; }
#video_1{
	left: 0;
    min-height: 625px;
    position: absolute;
    top: 0;
    width: 100%;
	top:-50%;
}
.col-sm-4.col-xs-12 {
	min-height:205px;
}
.overlay-vid {
	background:rgba(33,33,33,.7);
	 position: absolute;
    top: 0;
    width: 100%;
	height:100%;
	z-index:1;
	left:0;
	top:0;
}

.intro-text,.logo {
	position:relative;
	z-index:2;
}
p.tagline, .address-detail a.tagline {
  font-size: 30px;
  font-weight: 600;
  line-height: 45px;
  letter-spacing: -1px; }

.side-left, .side-right {
  background: transparent url("../img/mainbg.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat; }

.timer-sec {
  bottom: 100px;
  position: absolute;
  right: 100px; }

.social-icons {
  margin: 212px 0 57px;
  position: relative;
  z-index: 12; }
  .social-icons .social-icon {
    color: #000;
    font-size: 18px;
    overflow: hidden;
    text-transform: uppercase;
    line-height: 25px;
    position: relative;
    display: inline-block; }
    .social-icons .social-icon span {
      display: inline-block;
      position: relative;
      -moz-transition: transform 0.3s ease 0s;
      -o-transition: transform 0.3s ease 0s;
      -webkit-transition: transform 0.3s ease 0s;
      transition: transform 0.3s ease 0s; }
      .social-icons .social-icon span.fa {
        line-height: 25px; }
      .social-icons .social-icon span:before {
        content: attr(data-hover);
        position: absolute;
        top: 100%;
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px); }
    .social-icons .social-icon:hover span {
      transform: translateY(-100%);
      -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%); }
    .social-icons .social-icon:hover i.fa-facebook {
      color: #3B5998; }
    .social-icons .social-icon:hover i.fa-twitter {
      color: #00aced; }
    .social-icons .social-icon:hover i.fa-linkedin {
      color: #007bb6; }
    .social-icons .social-icon:hover i.fa-behance {
      color: #1769ff; }

.side-right {
  color: #000;
  right: 0; }
  .side-right .trans-overlay-dark {
    background: #fff;
    /* The Fallback */
    background: rgba(255, 255, 255, 0);
    position: absolute;
    left: 0;
    z-index: -2; }

.form-control.notify-input-box::-webkit-input-placeholder {
  color: #000;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  opacity: 1; }
.form-control.notify-input-box:-moz-placeholder {
  /* Firefox 18- */
  color: #000;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  opacity: 1; }
.form-control.notify-input-box::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  opacity: 1; }
.form-control.notify-input-box:-ms-input-placeholder {
  color: #000;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  opacity: 1; }

.align-center, .address-detail {
  overflow: hidden;
  clear: both;
  float: none;
  margin: 0 auto; }

.type-wrap {
  min-height: 120px;
  padding-bottom: 40px; }

.small-hr {
  background: #000 none repeat scroll 0 0;
  display: block;
  height: 4px;
  width: 32px; }

.bg-img, .page-left .page-inner {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.page-left .page-inner {
  background: #121212; }
  .page-left .page-inner .container-fluid {
    padding-left: 100px;
    padding-right: 100px; }
  .page-left .page-inner .project-gal-wrap img {
    width: 100%; }
  .page-left .page-inner .project-gal-wrap {
    margin-top: 60px; }
  .page-left .page-inner .pswp__caption__center {
    display: none; }
  .page-left .page-inner figure figcaption {
    
    font-size: 12px;
    text-transform: capitalize;
    color: #8d8d8d;
    padding: 20px 0 0 0; }
  .page-left .page-inner figure a {
    display: block;
    overflow: hidden;
    position: relative; }
    .page-left .page-inner figure a .hover {
      position: absolute;
      left: 0;
      top: 0;
      opacity: 0;
      height: 100%;
      width: 100%;
      background: rgba(0, 0, 0, 0.6);
      -moz-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      -webkit-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out; }
      .page-left .page-inner figure a .hover span {
        display: block;
        left: 0;
        position: absolute;
        right: 0;
        text-align: center;
        top: calc(50% - 11px); }
    .page-left .page-inner figure a:hover .hover {
      opacity: 1; }
  .page-left .page-inner .small-hr {
    margin-top: 9px;
    margin-bottom: 23px; }
  .page-left .page-inner .trans-overlay-dark-about {
    background: #fff;
    /* The Fallback */
    background: rgba(255, 255, 255, 0);
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1; }

.trans-overlay-dark {
  background: #fff;
  /* The Fallback */
  background: rgba(255, 255, 255, 0.4);
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1; }

.pswp__bg {
  background: rgba(0, 0, 0, 0.95) none repeat scroll 0 0; }

.pswp__caption {
  bottom: 130px; }

.pswp__caption__center {
  color: #fff;
  font-size: 15px;
  
  text-align: center;
  text-transform: capitalize; }

.page-right .page-inner {
  background: #121212; }
  .page-right .page-inner .container-fluid {
    padding-left: 100px;
    padding-right: 100px; }
  .page-right .page-inner .panel-body {
    padding-top: 0; }
  .page-right .page-inner .trans-overlay-dark-contact {
    background: #fff;
    /* The Fallback */
    background: rgba(255, 255, 255, 0);
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1; }
  .page-right .page-inner .copyright {
    display: none; }
  .page-right .page-inner .form-control::-webkit-input-placeholder {
    color: #8d8d8d;
    font-size: 13px;
    
    text-transform: capitalize; }
  .page-right .page-inner .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #8d8d8d;
    font-size: 13px;
    
    text-transform: capitalize; }
  .page-right .page-inner .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #8d8d8d;
    font-size: 13px;
   
    text-transform: capitalize; }
  .page-right .page-inner .form-control:-ms-input-placeholder {
    color: #8d8d8d;
    font-size: 13px;
   
    text-transform: capitalize; }
  .page-right .page-inner .form-control input:-webkit-autofill, .page-right .page-inner .form-control textarea:-webkit-autofill, .page-right .page-inner .form-control select:-webkit-autofill {
    background-color: transparent;
    background-image: none;
    color: #fff; }

.detail-info {
  position: relative;
  z-index: 2;
  text-align: left; }


.table {
  display: table; }

.align-middle {
  display: table-cell;
  vertical-align: middle; }

.nav-btn, .contact, .about {
  font-size: 14px;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  z-index: 11;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out; }

#qualities, #team {
  color: #000;
  padding-top: 52px; }
  #qualities span, #team span {
    display: block; }
  #qualities .item, #team .item {
    padding: 0 32px;
    overflow: hidden; }
  #qualities .fa-qual, #team .fa-qual {
    font-size: 36px;
    padding-top: 28px;
    padding-bottom: 5px; }
  #qualities .qual-tag, #qualities .name, #team .qual-tag, #team .name {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase; }
  #qualities .qual-desc, #team .qual-desc {
    font-size: 12px;
    font-weight: 500;
    padding: 25px 0; }

.team-sec {
  margin-top: 20px !important;
  padding-bottom: 100px; }

#team {
  padding-top: 19px; }
  #team .item {
    padding: 0; }
  #team .name {
    font-size: 16px;
    padding-top: 18px; }
  #team .desg {
    padding: 0;
    font-size: 13px;
    text-transform: uppercase; }
  #team .team-overlay {
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease 0.3s;
    -webkit-transition: all 0.3s ease 0.3s; }
  #team .team-img-wrap {
    position: relative; }
    #team .team-img-wrap:hover .team-overlay {
      opacity: 1;
      visibility: visible; }

.back-left, .back-left:focus, .back-left:hover {
  left: 45px;
  color: #000; }

.back-right, .back-right:focus, .back-right:hover {
  color: #fff;
  right: 45px; }

/*Buttons*/

.ani-wrap {
  position: relative;
  overflow: hidden; }
.info-landing { 
  min-height: 600px; 
  padding-top:160px;
  background: transparent url("../img/bg.png");  
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat; }

@keyframes moveUp {
  50% {
    transform: translate(0px, -100%);
    -webkit-transform: translate(0px, -100%);
    -ms-transform: translate(0px, -100%); }
  51% {
    opacity: 0;
    transform: translate(0px, -100%);
    -webkit-transform: translate(0px, -100%);
    -ms-transform: translate(0px, -100%); }
  52% {
    opacity: 1;
    transform: translate(0px, 100%);
    -webkit-transform: translate(0px, 100%);
    -ms-transform: translate(0px, 100%); }
  100% {
    transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px); } }
@-webkit-keyframes moveUp {
  50% {
    transform: translate(0px, -100%);
    -webkit-transform: translate(0px, -100%);
    -ms-transform: translate(0px, -100%); }
  51% {
    opacity: 0;
    transform: translate(0px, -100%);
    -webkit-transform: translate(0px, -100%);
    -ms-transform: translate(0px, -100%); }
  52% {
    opacity: 1;
    transform: translate(0px, 100%);
    -webkit-transform: translate(0px, 100%);
    -ms-transform: translate(0px, 100%); }
  100% {
    transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px); } }

.black {
  color: #000; }

.close-notify {
  display: block;
  font-weight: 300;
  margin-bottom: 30px;
  margin-top: 22px;
  width: 41px; }
  .close-notify:hover, .close-notify:focus, .close-notify:active {
    color: #000; }

.notify-cmpt {
  min-height: 150px;
  margin-top: 35px;
  position: relative; }
  .notify-cmpt .notify-btn {
    bottom: 0;
    left: 0;
    position: relative; }
  .notify-cmpt .notify-wrap {
    bottom: 0;
    left: 0;
    top: 0;
    position: absolute;
    display: none; }
    .notify-cmpt .notify-wrap #message {
      color: #fff;
     
      font-size: 15px;
      line-height: 25px; }
    .notify-cmpt .notify-wrap #notify_close {
      cursor: pointer;
      float: left;
      height: 57px;
      margin-right: 15px;
      padding-top: 19px;
      text-align: center;
      width: 25px; }
      .notify-cmpt .notify-wrap #notify_close span {
        color: #fff; }
    .notify-cmpt .notify-wrap #message {
      padding-left: 0;
      padding-top: 10px;
      min-height: 35px;
      color: #000; }
    .notify-cmpt .notify-wrap .btn {
      border: medium none;
      position: absolute;
      right: 0;
      top: 0;
      height: 57px; }
      .notify-cmpt .notify-wrap .btn i {
        display: block !important; }
      .notify-cmpt .notify-wrap .btn:hover, .notify-cmpt .notify-wrap .btn:focus, .notify-cmpt .notify-wrap .btn:active {
        border: medium none; }
    .notify-cmpt .notify-wrap .notify-input-box {
      background: transparent none repeat scroll 0 0;
      border: 2px solid #fff;
      border-radius: 0;
      box-shadow: none;
      color: #000;
      font-size: 16px;
      letter-spacing: 1px;
      min-height: 57px;
      padding-left: 13px;
      padding-right: 43px; }
      .notify-cmpt .notify-wrap .notify-input-box:hover, .notify-cmpt .notify-wrap .notify-input-box:focus, .notify-cmpt .notify-wrap .notify-input-box:active {
        box-shadow: none; }
    .notify-cmpt .notify-wrap #notifyMe {
      float: left;
      width: 245px; }
    .notify-cmpt .notify-wrap .input__label--hoshi::before,
    .notify-cmpt .notify-wrap .input__label--hoshi::after {
      border-bottom: 4px solid #000; }
    .notify-cmpt .notify-wrap .input__label--hoshi::after {
      border-bottom: 8px solid #000; }

.section-title {
  padding-top: 11%;
  padding-bottom: 18px; }

.form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0; }

.input-wrap {
  position: relative;
  overflow: hidden; }
  .input-wrap i {
    display: none; }

.page-right input {
  height: 80px; }
.page-right .map-sec a {
  color: #8d8d8d;
  font-size: 13px;
  text-transform: capitalize;
  text-decoration: underline;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out; }
  .page-right .map-sec a:hover {
    color: #fff; }
.page-right .bg-danger, .page-right .bg-success {
  background-color: transparent;
  position: absolute; }
.page-right .form-control {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: transparent none repeat scroll 0 0;
  border: none;
  box-shadow: none;
  color: #fff;
  display: block;
  overflow: hidden;
  font-size: 13px;
 
  padding-left: 0;
  padding-bottom: 18px;
  padding-top: 13px; }
  .page-right .form-control:focus {
    border-color: #000; }
.page-right .form-group {
  margin-bottom: 36px; }
.page-right .icon {
  padding-left: 0; }
  .page-right .icon i {
    font-size: 15px; }
.page-right .btn {
  margin-top: 18px;
  padding: 6px 55px; }

@-webkit-keyframes sep-anim {
  0% {
    width: 0; }
  100% {
    width: 20px; } }
@keyframes sep-anim {
  0% {
    width: 0; }
  100% {
    width: 20px; } }
.address-detail {
  margin-top: 60px;
  text-align: left; }
  .address-detail .col-sm-4:hover .add-sep {
    -webkit-animation-name: sep-anim;
    animation-name: sep-anim;
    -webkit-animation-duration: .4s;
    animation-duration: .4s;
    animation-delay: 0;
    -webkit-animation-delay: 0;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  .address-detail .col-sm-4 span {
    font-size: 13px;
    color: #8d8d8d;
    text-transform: capitalize; }
  .address-detail .sep-wrap {
    width: 20px;
    margin-bottom: 12px; }
    .address-detail .sep-wrap .add-sep {
      background: #36cdff none repeat scroll 0 0;
      display: block;
      height: 2px;
      text-align: center;
      width: 20px; }
  .address-detail p, .address-detail a {
    font-size: 14px;
    font-weight: 500;
    padding: 0;
    color: #fff; }
  .address-detail .icon-detail {
    font-size: 14px;
    display: block;
    padding-bottom: 10px;
    color: #000;
    text-transform: uppercase; }
  .address-detail a {
    font-size: 14px;
    display: block;
    padding-bottom: 0;
    padding-top: 0; }
  .address-detail i {
    display: block; }

.fa {
  color: #000;
  -webkit-appearance: none;
  -webkit-backface-visibility: hidden; }

@-webkit-keyframes border-widthc {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }
@keyframes border-widthc {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }
@-webkit-keyframes border-heightc {
  0% {
    height: 0%; }
  100% {
    height: 100%; } }
@keyframes border-heightc {
  0% {
    height: 0%; }
  100% {
    height: 100%; } }
.call-to-action {
  display: block;
  height: 20px;
  width: 150px; }
  .call-to-action div {
    cursor: pointer; }
    .call-to-action div .add-sep {
      background: #fff none repeat scroll 0 0;
      height: 2px;
      display: block !important;
      text-align: center;
      width: 0;
      -moz-transition: all 0.3s ease-in-out 0s;
      -o-transition: all 0.3s ease-in-out 0s;
      -webkit-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s; }
    .call-to-action div:hover .add-sep {
      width: 100%; }
  .call-to-action .goto-next, .call-to-action .goto-close {
    position: absolute;
    display: block;
    right: 0; }
    .call-to-action .goto-next span, .call-to-action .goto-close span {
      display: inline-block;
      position: relative; }

.about {
  left: 32px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg); }

.contact {
  right: 32px;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }
  .contact span {
    bottom: 0; }

.contact, .about {
  top: 163px;
  text-transform: capitalize;
  color: #000; }

#astronomy {
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: -1; }
  #astronomy #demo-canvas {
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%; }

@keyframes moveclouds {
  0% {
    margin-left: 100%; }
  100% {
    margin-left: -100%; } }
@-webkit-keyframes moveclouds {
  0% {
    margin-left: 100%; }
  100% {
    margin-left: -100%; } }
@keyframes moveclouds2 {
  0% {
    margin-left: 100%; }
  50% {
    margin-left: 100%; }
  100% {
    margin-left: -100%; } }
@-webkit-keyframes moveclouds2 {
  0% {
    margin-left: 100%; }
  50% {
    margin-left: 100%; }
  100% {
    margin-left: -100%; } }
.layer {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%; }
  .layer img {
    max-width: 100%;
    height: 100%; }

.clouds {
  overflow: hidden; }
  .clouds .cloud {
    bottom: 0;
    left: 0;
    position: absolute;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    width: 100%;
    height: 100%;
    will-change: transform; }
  .clouds .cloud-1 {
    -webkit-animation: moveclouds 25s linear infinite;
    animation: moveclouds 25s linear infinite; }
  .clouds .cloud-2 {
    -webkit-animation: moveclouds 50s linear infinite;
    animation: moveclouds 50s linear infinite; }
  .clouds .cloud-3 {
    -webkit-animation: moveclouds2 35s linear infinite;
    animation: moveclouds2 35s linear infinite; }

/*****************************************************/
/* Mediaqueries */
/*****************************************************/
@media only screen and (max-width: 1680px) {
  .side-left .social-icons {
    margin: 100px 0 50px; } }
@media only screen and (max-width: 1600px) {
 
  .padding-top-md-135 {
    padding-top: 135px; }

  .contact, .about {
    top: 140px; }

  .side-left {
    padding-top: 75px; }
    .side-left .social-icons {
      margin: 35px 0 40px; }
    .side-left .tag-wrap {
      bottom: 37px; }
    .side-left .about {
      left: 6px; }
    .side-left .content-wrap {
      padding-left: 75px; }
    .side-left .copyright-text {
      bottom: 66px; }

  .side-right .contact {
    right: 6px; }
  .side-right .social-icons {
    margin: 178px 0 57px; }
  .side-right .notify-btn {
    bottom: 75px;
    right: 75px; }
  .side-right .notify-wrap {
    bottom: 40px;
    right: 75px; }
  .side-right .sec-pad-right {
    padding-right: 75px; }
  .side-right .timer-sec {
    bottom: 75px;
    right: 75px; }

  .page-right .page-inner .container-fluid,
  .page-left .page-inner .container-fluid {
    padding-left: 75px;
    padding-right: 75px; } }
@media only screen and (max-width: 1400px) {
  .social-icons {
    float: left;
    width: 100%; }

  .intro-text {
    clear: both; }

  .contact, .about {
    top: 105px; }

  .side-left {
    padding-top: 40px; }
    .side-left .about {
      left: -28px; }
    .side-left .content-wrap {
      padding-left: 40px; }
    .side-left .copyright-text {
      bottom: 30px; }
    .side-left .tag-wrap {
      bottom: 3px; }

  .side-right .contact {
    right: -28px; }
  .side-right .social-icons {
    margin: 143px 0 57px; }
  .side-right .notify-btn {
    bottom: 40px;
    right: 40px; }
  .side-right .notify-wrap {
    bottom: 5px;
    right: 40px; }
  .side-right .timer-sec {
    bottom: 40px;
    right: 40px; }
  .side-right .sec-pad-right {
    padding-right: 40px; }

  .page-right .page-inner .container-fluid,
  .page-left .page-inner .container-fluid {
    padding-left: 40px;
    padding-right: 40px; } }
@media only screen and (max-width: 1024px) {
  .margin-sm-30 {
    margin-top: 30px;
    margin-bottom: 30px; }
	#video_1{
		display:none;
	}
  .margin-top-xs-30 {
    margin-top: 30px; }

  .padding-top-xs-0 {
    padding-top: 0px; }

  .padding-btm-xs-0 {
    padding-bottom: 0 !important; }

  .margin-top-xs-0 {
    margin-top: 0px; }



  .social-icons li {
    display: inline-block;
    float: left;
    margin-right: 20px; }

  .hover {
    display: none; }

  .timer-sec {
    position: static; }

  .side {
    position: static;
    width: 100%; }
    .side.side-right {
      display: none; }

  .logo {
    margin-left: 0; }

  .full-height {
    min-height: auto !important; }

  .address-detail .copyright-text {
    display: block; }

  .side-left, .side-right {
    background-attachment: scroll; }

  .side-left .tag-wrap {
    position: static; }
    .side-left .tag-wrap header {
      display: block;
      float: none; }
    .side-left .tag-wrap footer.copyright-text {
      margin-top: 0; }

  .logo img {
    width: auto; }

  .page {
    position: static;
    width: 100%; }
    .page.page-left {
      -webkit-transform: translateX(0px);
      -ms-transform: translateX(0px);
      transform: translateX(0px);
      position: static; }
    .page.page-right {
      left: 0;
      -webkit-transform: translateX(0px);
      -ms-transform: translateX(0px);
      transform: translateX(0px);
      position: static; }

  .about, .contact {
    display: none; }

  .open-left .side-right,
  .open-right .side-left {
    -webkit-transform: translateX(0) scale(1);
    -ms-transform: translateX(0) scale(1);
    transform: translateX(0) scale(1); }

  .open-left .side-left,
  .open-right .side-right {
    z-index: 200;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }

  .open-left .side-left .main,
  .open-right .side-right .main {
    -webkit-transform: translateY(0) translateX(0) scale(1);
    -ms-transform: translateY(0) translateX(0) scale(1);
    transform: translateY(0) translateX(0) scale(1);
    opacity: 1;
    visibility: visible; }

  .open-left .page-left,
  .open-right .page-right {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }

  .reset-layout .page,
  .splitlayout.open-right .page-left,
  .splitlayout.open-left .page-right,
  .splitlayout.close-right .page-left,
  .splitlayout.close-left .page-right {
    position: static; }

  .btn:hover .mask {
    width: 0; }

  .btn:hover, .btn:focus, .btn:active {
    color: #fff; }

  .side-left .social-icons .social-icon:hover span {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px); } }
@media only screen and (max-width: 991px) {
  .padding-right-28 {
    padding-right: 15px; }

  .padding-left-28 {
    padding-left: 15px; } }
@media only screen and (max-width: 838px) {
  .padding-left-200{
    padding-left: 15px; }

  .padding-right-200 {
    padding-right: 15px; } }
@media only screen and (max-width: 767px) {
  .margin-btm-xs {
    margin-bottom: 30px; } }
@media only screen and (max-width: 736px) {
  .sec-pad {
    padding-top: 50px;
    padding-bottom: 50px; }

  .sec-pad-top {
    padding-top: 50px; }

  .sec-pad-bottom {
    padding-bottom: 50px; }

  .page-right input {
    height: 45px; }

  .logo img {
    width: 135px; }

  .side-left .social-icons {
    margin: 20px 0 25px; }

  .address-detail {
    margin-top: 30px; } }
@media only screen and (max-width: 608px) {
  footer img, footer p, footer .address-detail a, .address-detail footer a, footer .address-detail a, .address-detail footer a {
    float: none;
    display: block !important;
    clear: both; }

  footer .footer-wrap {
    width: 221px;
    padding-bottom: 30px; } }
@media only screen and (max-width: 568px) {
 
  .side-left .social-icons {
    margin: 10px 0 15px; }

  .margin-sm-30 {
    margin-top: 10px;
    margin-bottom: 10px; } }
@media only screen and (max-width: 414px) {
  h3 {
    padding-bottom: 25px; } }

/*# sourceMappingURL=style.css.map */
@media only screen and (max-width: 436px) {
	.secnd-btn {
		margin-top:20px;
		display:block;
	}
}}