.green {
  color: #13a013;
}
.red {
  color: #d84c15;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.left {
  float: left;
}
.right {
  float: right;
}
figure {
  margin: 0;
}
fieldset {
  border: 0;
}
button:focus {
  outline: none;
}
ul,
ol {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  background-color: transparent;
}
input:-webkit-autofill:focus,
textarea:-webkit-autofill:focus,
select:-webkit-autofill:focus {
  background-color: transparent;
}
.aui-header {
  background: #0D47A1;
  position: relative;
  z-index: 11;
}
.aui-page-header {
  background: #1565C0;
  position: relative;
  z-index: 9;
  box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.25);
}
.aui-page-header h1 {
  font-size: 24px;
  color: #fff;
}
.aui-page-header h1 i {
  margin-top: -4px;
}
.aui-page-header h1 i:hover {
  cursor: pointer;
}
.aui-page-header .button-stack {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 20px;
}
.aui-page-header .button-stack .rc-button-round {
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-left: 10px;
}
.aui-page-header.space-right .rc-button-round {
  right: 470px;
}
.aui-page-header + .aui-navgroup {
  position: relative;
  z-index: 10;
  background: #1565C0;
}
.aui-page-header + .aui-navgroup.aui-navgroup-horizontal {
  border: 0;
  padding: 0 20px;
}
.aui-page-header + .aui-navgroup.aui-navgroup-horizontal .aui-nav > li a {
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 9px 0 12px;
  margin-right: 20px;
  border-bottom: 4px solid transparent;
}
.aui-page-header + .aui-navgroup.aui-navgroup-horizontal .aui-nav > li a:hover,
.aui-page-header + .aui-navgroup.aui-navgroup-horizontal .aui-nav > li a:focus {
  background: transparent;
}
.aui-page-header + .aui-navgroup.aui-navgroup-horizontal .aui-nav > li a:before,
.aui-page-header + .aui-navgroup.aui-navgroup-horizontal .aui-nav > li a:after {
  display: none;
}
.aui-page-header + .aui-navgroup.aui-navgroup-horizontal .aui-nav > li.aui-nav-selected a {
  border-color: #90CAF9;
}
.aui-page-panel-content {
  background: #e7e7e7;
}
.aui-page-panel-content .aui-cell-header {
  background: #fff;
  box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.1);
}
.aui-page-panel-content .aui-cell-content {
  border-top: 0;
}
.aui-page-panel {
  border-top: 0;
}
.aui-button .material-icons {
  font-size: 20px;
}
.aui-header-primary .aui-nav > li {
  margin-right: 3px;
}
.aui-header-primary .aui-nav > li.active > a {
  background: #2196F3;
}
.aui-header-primary .aui-nav .aui-dropdown2 a {
  line-height: 20px;
}
.aui-header-primary .aui-nav > li.aui-dropdown-holder a,
.aui-header-secondary .aui-nav > li.aui-dropdown-holder a {
  padding: 8px 10px;
  height: 24px;
  line-height: 24px;
}
.aui-header-primary .aui-nav > li .aui-dropdown2,
.aui-header-secondary .aui-nav > li .aui-dropdown2 {
  z-index: 1;
  border: 0;
}
.aui-header-primary .aui-nav > li .aui-dropdown2 a,
.aui-header-secondary .aui-nav > li .aui-dropdown2 a {
  min-width: 200px;
}
.aui-button .fa {
  vertical-align: middle;
}
.next-button i {
  margin-left: 5px;
  vertical-align: middle;
  margin-top: -2px;
}
.prev-button i {
  margin-right: 5px;
  vertical-align: middle;
  margin-top: -2px;
}
.modal-dialog {
  box-shadow: 0 0 40px 5px rgba(0, 0, 0, 0.5);
  visibility: visible;
}
.aui-dialog2-header {
  border-radius: 3px 3px 0 0;
  background: #fff;
  border-bottom: 1px solid #dadada;
}
.aui-dialog2-footer {
  height: auto;
  padding: 15px 20px;
  border-radius: 0 0 3px 3px;
  background: #fff;
  border-top: 1px solid #dadada;
}
table.aui {
  margin: 30px 0;
  border-radius: 3px;
  box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.1);
}
table.aui thead {
  border-bottom: 0;
}
table.aui thead tr {
  border-bottom: 1px solid #e7e7e7;
}
table.aui thead tr th {
  background: #fff;
  padding: 10px;
  font-size: 13px;
  color: #9E9E9E;
}
table.aui thead tr th:first-child {
  border-top-left-radius: 3px;
}
table.aui thead tr th:last-child {
  border-top-right-radius: 3px;
}
table.aui tbody tr {
  border-bottom: 1px solid #e7e7e7;
}
table.aui tbody tr td {
  padding: 10px;
}
table.aui tbody tr:hover {
  background: #f8f8f8;
  cursor: default;
}
table.aui tbody tr.active {
  background: #e7e7e7;
}
table.aui tbody tr:first-child td {
  border-top: 0px;
}
table.aui tbody tr:last-child {
  border-bottom: 0;
}
table.aui tbody tr:last-child td:first-child {
  border-bottom-left-radius: 3px;
}
table.aui tbody tr:last-child td:last-child {
  border-bottom-right-radius: 3px;
}
.aui-progress-tracker {
  width: 100%;
}
.aui-progress-tracker-step > span:before,
.aui-progress-tracker-step > a:before {
  width: 20px;
  height: 20px;
  margin-left: -10px;
  box-shadow: none;
}
.aui-progress-tracker-step + .aui-progress-tracker-step > span:after,
.aui-progress-tracker-step + .aui-progress-tracker-step > a:after {
  height: 6px;
  margin-left: -9px;
  margin-right: 11px;
  top: 8px;
}
.aui-progress-tracker-step:first-child > span:after,
.aui-progress-tracker-step:last-child > span:after {
  content: "";
  left: 0;
  position: absolute;
  right: 50%;
  height: 6px;
  margin-left: -9px;
  margin-right: 11px;
  top: 8px;
}
.aui-progress-tracker-step:first-child > span:after {
  background: #e77a0c;
  border: solid #f5f5f5;
  border-width: 2px 0;
  box-shadow: -5px 0 0 -2px #e77a0c, 5px 0 0 -2px #e77a0c;
}
.aui-progress-tracker-step:last-child > span:after {
  left: -50%;
  right: 0;
}
.aui-progress-tracker-step:last-child > span:before {
  z-index: 1;
}
.aui-page-panel-sidebar {
  background: #fff;
}
.aui-page-panel-sidebar.with-border {
  box-shadow: inset 1px 0 4px -1px rgba(0, 0, 0, 0.2);
}
.aui-page-panel-sidebar.fixed {
  width: 450px;
}
.aui-definition-list {
  margin: 20px 0;
  padding: 10px;
}
.aui-definition-list > li,
.aui-definition-list > .item {
  min-height: 20px;
  font-size: 14px;
  padding: 5px;
}
.aui-definition-list > li .lab,
.aui-definition-list > .item .lab {
  width: 110px;
  float: left;
  color: #777;
}
.aui-definition-list > li .val,
.aui-definition-list > .item .val {
  margin-left: 150px;
  display: block;
  word-wrap: break-word;
}
.cell-block {
  display: block;
  height: 100%;
  max-height: 100%;
}
.aui-cell-block {
  display: block;
  height: 100%;
  max-height: 100%;
  padding: 20px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.aui-cell-block .aui-cell-header {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 70px;
  padding: 20px;
  z-index: 7;
  box-sizing: border-box;
}
.aui-cell-block .aui-cell-header .component-heading {
  float: left;
}
.aui-cell-block .aui-cell-header .toolbar-primary {
  height: 30px;
}
.aui-cell-block .aui-cell-header .toolbar-secondary {
  height: 30px;
  margin-top: 5px;
}
.aui-cell-block .aui-cell-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 70px;
  bottom: 0;
  padding: 20px;
  overflow-y: auto;
}
.aui-cell-block .aui-cell-content::-webkit-scrollbar {
  width: 12px;
}
.aui-cell-block .aui-cell-content::-webkit-scrollbar-track {
  background: transparent;
}
.aui-cell-block .aui-cell-content::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.3);
  border: 4px solid rgba(0, 0, 0, 0);
  border-width: 2px 4px 2px 0;
  background-clip: content-box;
}
form.aui label,
form.aui legend {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -o-user-select: none !important;
  user-select: none !important;
  -webkit-touch-callout: none !important;
  -khtml-user-select: none !important;
  -ms-user-select: none !important;
}
form.aui .buttons-container {
  margin-top: 30px;
}
form.aui .ta-root {
  max-width: 900px;
}
.select2-results .ui-select-choices-row .info {
  font-size: 12px;
  color: #aaa;
  height: 16px;
}
.select2-results .ui-select-choices-row.select2-highlighted .info {
  color: #dedede;
}
.sidebar-close {
  float: right;
  margin: 5px 0 0;
  color: #777;
}
.sidebar-close:hover {
  cursor: pointer;
  color: #232323;
}
.sidebar-close + h3 {
  margin-top: 0;
}
.aui-toggle-wrap {
  margin-top: 20px;
  margin-left: -20px;
  margin-right: -20px;
}
.aui-toggle-wrap .header .title {
  font-size: 14px;
  font-weight: bold;
  padding-right: 5px;
  background-position: -1000px -1000px;
  margin-top: 0;
  line-height: 40px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQBAMAAADt3eJSAAAAA3NCSVQICAjb4U/gAAAAJFBMVEX///9wcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHDRPAkXAAAADHRSTlMAESIziJmqu8zd7v+91kxoAAAACXBIWXMAAAsSAAALEgHS3X78AAAAFnRFWHRDcmVhdGlvbiBUaW1lADIxLzEyLzEymvNa/wAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAArSURBVAiZY2DAB1iaoAy2XQZQVvRiKIMVLlQ9AU0EpoZjhwLUnEa81iABAFHzB8GYPzdNAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  border-bottom: 1px solid #e7e7e7;
  cursor: pointer;
  padding-left: 25px;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-user-select: none;
}
.aui-toggle-wrap .header .title:hover {
  background-position: 5px 50%;
}
.aui-toggle-wrap .header.open .title {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQBAMAAADt3eJSAAAAA3NCSVQICAjb4U/gAAAAJFBMVEX///9wcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHDRPAkXAAAADHRSTlMAESIziJmqu8zd7v+91kxoAAAACXBIWXMAAAsSAAALEgHS3X78AAAAFnRFWHRDcmVhdGlvbiBUaW1lADIxLzEyLzEymvNa/wAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAAySURBVAiZY2AgCbA0MDCkgBgcWxlYd4AYjN0B0YvAclrbdxmAGcyrF0OVWxqQZjwDAwA8XgfBciyedgAAAABJRU5ErkJggg==);
}
.aui-toggle-wrap .content {
  padding-left: 15px;
}
.btn,
a.btn,
.btn:visited {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 3.01px;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-size: 14px;
  font-variant: normal;
  font-weight: normal;
  height: 2.14285714em;
  /* 30px - using ems so the fields increase in line with user specified font-sizes */
  line-height: 1.42857143;
  /* 20px */
  margin: 0;
  padding: 4px 10px;
  text-decoration: none;
  vertical-align: baseline;
  white-space: nowrap;
}
.btn ~ .btn {
  margin-left: 10px;
}
/* Ensure underlines not added by link styles */
a.btn:hover,
a.btn:active,
a.btn:focus {
  text-decoration: none;
}
/* Firefox doesn't add OS focus border if there is a button outline, so we add one ourselves */
form.aui .btn:focus,
.btn:focus {
  outline: 1px dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: 1px;
}
/* Control button height in Firefox. See http://www.experimentgarden.com/2010/11/firefox-buttontext-height-and-padding.html */
.btn::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.btn:focus,
.btn:hover {
  background: #e9e9e9;
  border-color: #999999;
  color: #000000;
  text-decoration: none;
}
.btn:active,
.btn.active,
.aui-header .btn-split-more.active,
.btn-subtle.btn:active,
.btn-subtle.btn.active {
  box-shadow: inset 0 3px 6px 0 rgba(0, 0, 0, 0.1);
  background-image: none;
  background: #f5f5f5;
  text-decoration: none;
}
.btn-group .btn.btn-split-main:not(:active) {
  border-right-color: transparent;
}
.btn-group .btn.btn-split-main:not(.btn-primary):hover + .btn-split-more:before,
.btn-group .btn.btn-split-main:not(.btn-primary):active + .btn-split-more:before,
.btn-group .btn.btn-split-main:not(.btn-primary):focus + .btn-split-more:before {
  visibility: hidden;
}
.btn-group .btn.btn-split-main:not(.btn-primary) + .btn-split-more:hover:before,
.btn-group .btn.btn-split-main:not(.btn-primary) + .btn-split-more:active:before,
.btn-group .btn.btn-split-main:not(.btn-primary) + .btn-split-more:focus:before {
  visibility: hidden;
}
.btn-group .btn.btn-split-main:not(.btn-primary):hover + .btn-split-more {
  border-left: 1px solid #999999;
  margin-left: -2px;
}
.btn-group .btn.btn-split-main + .btn-split-more {
  margin-left: -1px;
}
.btn-group .btn.btn-split-main + .btn-split-more:focus,
.btn-group .btn.btn-split-main + .btn-split-more:hover {
  margin-left: -2px;
}
.btn-group .btn.btn-split-main + .btn-split-more.aui-dropdown2-trigger:before {
  content: '';
  border-left: 1px solid #cccccc;
  bottom: 4px;
  display: block;
  left: -1px;
  position: absolute;
  top: 4px;
}
.btn-group .btn.btn-split-main + .btn-split-more.aui-dropdown2-trigger.btn-primary:before {
  border-color: rgba(0, 0, 0, 0.3);
}
.btn-group {
  display: inline-block;
  font-size: 0;
}
.btn-group:after {
  clear: both;
  content: "";
  display: table;
}
.btn-group .btn {
  border-radius: 0;
  margin: 0;
}
.btn-group .btn:first-child {
  border-top-left-radius: 3.01px;
  border-bottom-left-radius: 3.01px;
}
.btn-group .btn:last-child {
  border-top-right-radius: 3.01px;
  border-bottom-right-radius: 3.01px;
}
.btn-group + .btn-group {
  margin-left: 10px;
}
/* Grouped buttons go into toolbar style */
.btn-group .btn:not(.btn-primary):focus,
.btn-group .btn:not(.btn-primary):hover,
.btn-group .btn:not(.btn-primary):active {
  border-color: #999999;
}
.btn-group .btn[disabled],
.btn-group .btn[disabled]:hover,
.btn-group .btn[disabled]:focus,
.btn-group .btn[disabled]:active,
.btn-group .btn[aria-disabled="true"],
.btn-group .btn[aria-disabled="true"]:hover,
.btn-group .btn[aria-disabled="true"]:focus,
.btn-group .btn[aria-disabled="true"]:active {
  border-color: #dddddd;
}
/* Grouped Primary Buttons */
.btn-group .btn ~ .btn {
  border-left-width: 0;
  padding-left: 11px;
}
.btn-group .btn ~ .btn:hover,
.btn-group .btn ~ .btn:focus,
.btn-group .btn ~ .btn:active {
  border-width: 1px;
  margin-left: -1px;
  position: relative;
}
/* Selected buttons - NOT supported for free-standing primary buttons
ARIA usage from http://www.paciellogroup.com/blog/misc/ARIA/togglebutton.html */
.btn[aria-pressed="true"],
.btn-group .btn[aria-pressed="true"],
.btn-group .btn[aria-pressed="true"].btn-primary,
.btn-group .btn[aria-pressed="true"].btn-subtle {
  background: #cccccc;
}
.btn[aria-pressed="true"].btn-subtle,
.btn-group .btn[aria-pressed="true"].btn-subtle {
  color: #333333;
  border-color: #cccccc;
}
.btn-group .btn[aria-pressed="true"]:active {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
  background: #f5f5f5;
}
form.aui .text[disabled],
form.aui .password[disabled],
form.aui .textarea[disabled],
form.aui .select[disabled],
form.aui .multi-select[disabled],
form.aui .select[disabled] option,
form.aui .select[disabled] optgroup,
form.aui .multi-select[disabled] option,
form.aui .multi-select[disabled] optgroup {
  background: #eee;
}
.btn {
  height: 28px;
  box-sizing: border-box;
  color: #232323;
  padding: 0 10px;
  line-height: 28px;
}
.btn i {
  vertical-align: middle;
}
.btn.blank {
  background: none;
  border: none;
}
.btn:hover {
  cursor: pointer;
}
.rc-button-round {
  width: 30px;
  height: 30px;
  background: #2196F3;
  font-weight: bold;
  text-align: center;
  line-height: 30px;
  color: #fff;
  display: inline-block;
  border-radius: 50%;
}
.rc-button-round:hover {
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
}
.rc-button {
  padding: 0 18px;
  margin: 6px 8px 6px 8px;
  min-width: 88px;
  border-radius: 3px;
  font-size: 14px;
  text-align: center;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: 500;
  text-decoration: none !important;
  border: none;
  outline: none;
  background: #fff;
  display: inline-block;
  color: #454545;
}
.rc-button.tight {
  min-width: 0;
  padding: 0 6px;
}
.rc-button:not([disabled]):hover {
  cursor: pointer;
  background-color: rgba(158, 158, 158, 0.2);
}
.rc-button[disabled] {
  color: rgba(0, 0, 0, 0.26);
  background-color: transparent;
}
.rc-button:not([disabled]) {
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.26);
}
.rc-button.rc-button-big {
  line-height: 40px;
  font-weight: 700;
  padding: 0 15px;
}
.rc-button-link {
  min-width: 0;
  padding: 0 6px;
  color: #2196F3;
  box-shadow: none !important;
}
.rc-button-link:hover {
  cursor: pointer;
}
.rc-button-blank {
  min-width: 0;
  padding: 0 6px;
  box-shadow: none !important;
}
.rc-button-blank:hover {
  cursor: pointer;
}
.rc-button-primary {
  background: #1565C0;
  color: white;
  font-weight: 700;
}
.rc-button-primary:not([disabled]):hover {
  background-color: #0D47A1;
}
.rc-button-primary[disabled] {
  color: #fff;
  background-color: #90CAF9;
}
.rc-buttons .rc-button {
  margin: 0;
  border-radius: 0;
  border-left: 1px solid rgba(230, 230, 230, 0.96);
  border-right: 1px solid rgba(230, 230, 230, 0.96);
}
.rc-buttons .rc-button:first-child {
  border-radius: 3px 0 0 3px;
  border-left: 0;
  border-right: 0;
}
.rc-buttons .rc-button:last-child {
  border-radius: 0 3px 3px 0;
  border-left: 0;
  border-right: 0;
}
form.aui .password.ng-dirty.ng-invalid,
form.aui .text.ng-dirty.ng-invalid,
form.aui .textarea.ng-dirty.ng-invalid {
  border-color: #d04437;
}
.ui-select-search-hidden .select2-input {
  display: none;
}
.dropdown {
  position: relative;
}
.dropdown a {
  color: #666;
}
.dropdown a:hover {
  text-decoration: none;
}
.dropdown button {
  -webkit-appearance: none;
  border: 0;
}
.dropdown-toggle {
  *margin-bottom: -3px;
  background: transparent;
}
.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  margin-top: -2px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #000;
  opacity: 0.3;
  filter: alpha(opacity=30);
  content: "";
}
.caret.white {
  border-top-color: #fff;
}
.dropdown .caret {
  margin-left: 4px;
}
.dropdown:hover .caret,
.open.dropdown .caret {
  opacity: 1;
  filter: alpha(opacity=100);
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1040;
  float: left;
  display: none;
  min-width: 160px;
  padding: 0;
  margin: 0;
  list-style: none;
  background-color: #fff;
  border: 1px solid #d8d8d8;
  box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.05);
  text-align: left;
}
.dropdown-menu.right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 6px 1px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #fff;
  *width: 100%;
  *margin: -5px 0 5px;
  margin: 1px 1px;
  border-bottom: 0;
}
.dropdown-menu button {
  width: 100%;
  text-align: left;
}
.dropdown-menu a,
.dropdown-menu button {
  display: block;
  padding: 3px 15px;
  clear: both;
  font-weight: normal;
  line-height: 14px;
  white-space: nowrap;
  box-sizing: border-box;
}
.dropdown-menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.dropdown-menu li > a,
.dropdown-menu li > button,
.dropdown-menu li > span {
  color: #666;
  background: none;
  padding: 5px 7px;
  height: 28px;
}
.dropdown-menu li > a > i[class^="icon-"],
.dropdown-menu li > button > i[class^="icon-"],
.dropdown-menu li > span > i[class^="icon-"],
.dropdown-menu li > a i[class*=" icon-"],
.dropdown-menu li > button i[class*=" icon-"],
.dropdown-menu li > span i[class*=" icon-"] {
  margin-right: 10px;
  margin-top: -2px;
}
.dropdown-menu li:hover > a,
.dropdown-menu li:hover > button {
  background: #e0e0e0;
  cursor: pointer;
}
.aui-dropdown-holder {
  position: relative;
  z-index: 1;
}
.aui-dropdown-holder.open .aui-dropdown2 {
  display: block;
}
.aui-dropdown2 {
  display: none;
}
.aui-dropdown2.right {
  right: 0;
  left: auto;
}
.aui-dropdown2 ul li a i.fa {
  margin-right: 5px;
  color: #454545;
}
.aui-dropdown2 ul li a:hover i.fa {
  color: #fff;
}
.dropdown.open {
  *z-index: 1040;
}
.dropdown.open .dropdown-menu {
  display: block;
}
.right .dropdown-menu,
.right.dropdown-menu {
  left: auto;
  right: 0;
}
.right .dropdown-menu:before,
.right.dropdown-menu:before {
  left: auto;
  right: 10px;
}
.dropup .caret {
  border-top: 0;
  border-bottom: 4px solid #000;
  content: "\2191";
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
.rc-dropdown {
  position: relative;
}
.rc-dropdown .menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1040;
  float: left;
  display: none;
  min-width: 240px;
  padding: 0;
  margin: 0;
  list-style: none;
  background-color: #fff;
  border: 1px solid #dadada;
  border-radius: 3px;
  box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.05);
  text-align: left;
}
.rc-dropdown .menu.right {
  right: 0;
  left: auto;
}
.rc-dropdown .menu .divider {
  height: 1px;
  margin: 6px 1px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #fff;
  *width: 100%;
  *margin: -5px 0 5px;
  margin: 1px 1px;
  border-bottom: 0;
}
.rc-dropdown .menu button {
  width: 100%;
  text-align: left;
}
.rc-dropdown .menu a,
.rc-dropdown .menu button {
  display: block;
  padding: 3px 15px;
  clear: both;
  font-weight: normal;
  line-height: 14px;
  white-space: nowrap;
  box-sizing: border-box;
}
.rc-dropdown .menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.rc-dropdown .menu li {
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
}
.rc-dropdown .menu li.separator {
  height: 1px;
  background: #dadada;
}
.rc-dropdown .menu li > a,
.rc-dropdown .menu li > button,
.rc-dropdown .menu li > span {
  color: #666;
  background: none;
  padding: 5px 7px;
  height: 28px;
}
.rc-dropdown .menu li > a > i[class^="icon-"],
.rc-dropdown .menu li > button > i[class^="icon-"],
.rc-dropdown .menu li > span > i[class^="icon-"],
.rc-dropdown .menu li > a i[class*=" icon-"],
.rc-dropdown .menu li > button i[class*=" icon-"],
.rc-dropdown .menu li > span i[class*=" icon-"] {
  margin-right: 10px;
  margin-top: -2px;
}
.rc-dropdown .menu li:hover {
  background: #e0e0e0;
  cursor: pointer;
}
.rc-dropdown.open .menu {
  display: block;
}
.rc-loader {
  position: relative;
  margin: 0px auto;
}
.rc-loader:before {
  content: '';
  display: block;
  padding-top: 100%;
}
.rc-loader .circular {
  animation: rotate 2s linear infinite;
  height: 100%;
  transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.rc-loader .path {
  stroke-dasharray: 1,200;
  stroke-dashoffset: 0;
  animation: dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
  stroke: #1565C0;
}
.loader-full-page {
  z-index: 2;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.5);
}
.master-loader {
  position: fixed;
  top: 50%;
  margin-top: -22px;
  left: 50%;
  margin-left: -65px;
  background: #f9edbe;
  border: 1px solid #f0c36d;
  padding: 5px 20px 5px 5px;
  border-radius: 2px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  *zoom: 1;
}
.master-loader:before,
.master-loader:after {
  display: table;
  content: "";
}
.master-loader:after {
  clear: both;
}
.master-loader .loader {
  float: left;
  margin-right: 10px;
}
.master-loader .text {
  float: left;
  line-height: 34px;
}
.loader {
  float: left;
  margin: 5px;
  border-top: 3px solid rgba(0, 0, 0, 0.1);
  border-right: 3px solid rgba(0, 0, 0, 0.1);
  border-bottom: 3px solid rgba(0, 0, 0, 0.1);
  border-left: 3px solid rgba(0, 0, 0, 0.4);
  -webkit-animation: rotate 0.4s infinite linear;
  animation: rotate 0.4s infinite linear;
}
.loader,
.loader:after {
  border-radius: 50%;
  width: 16px;
  height: 16px;
}
.inline {
  display: inline-block;
  vertical-align: middle;
  height: 30px;
  width: 30px;
}
.inline .rc-loader {
  width: 30px;
  display: inline-block;
}
.inline .rc-loader .path {
  stroke-width: 4px;
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -124px;
  }
}
.rc-flag {
  width: 100%;
  background: #fff;
  border-radius: 3px;
  padding: 15px;
  box-sizing: border-box;
  margin-bottom: 20px;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.4);
}
.rc-flag .message {
  display: flex;
  align-items: center;
}
.rc-flag .message i {
  flex: 0 0 auto;
}
.rc-flag .message div {
  flex: 1 1 auto;
  max-width: 300px;
  padding-left: 20px;
}
.rc-flag .message.info i {
  color: #1565C0;
}
.rc-flag .message.success i {
  color: #13a013;
}
.rc-flag .message.warning i {
  color: #ff9800;
}
.rc-flag .message.error i {
  color: #d84c15;
}
.avatar {
  display: block;
  overflow: hidden;
  background: #c0c0c0 url('images/avatar.png') no-repeat;
  width: 30px;
  height: 30px;
  background-size: 100%;
  float: left;
}
.avatar img {
  width: 100%;
  height: auto;
  display: block;
}
.avatar.rounded {
  border-radius: 50%;
}
.avatar.small {
  width: 24px;
  height: 24px;
}
.avatar.big {
  width: 40px;
  height: 40px;
}
.rc-pagination {
  margin-right: 30px;
}
.rc-pagination .page-box {
  float: left;
  margin-right: 10px;
}
.rc-pagination .page-box .ui-select-match {
  width: 55px !important;
  padding-right: 20px;
}
.rc-pagination .page-box .ui-select-match .select2-chosen {
  margin: 0;
}
.rc-pagination .info-text {
  float: left;
  color: #777;
  margin-right: 10px;
  line-height: 28px;
}
.rc-pagination .aui-buttons button {
  margin-top: 0;
}
.rc-pagination-front {
  margin-right: 10px;
}
.rc-pagination-front .page-box {
  float: left;
  margin-right: 10px;
}
.rc-pagination-front .page-box .ui-select-match {
  width: 55px !important;
  padding-right: 20px;
}
.rc-pagination-front .page-box .ui-select-match .select2-chosen {
  margin: 0;
}
.rc-pagination-front .info-text {
  float: left;
  color: #777;
  margin-right: 10px;
  line-height: 28px;
}
.rc-pagination-front .rc-buttons {
  float: left;
  margin-left: 5px;
}
.rc-search {
  margin-right: 30px;
}
.rc-sort {
  float: left;
  margin-top: 0 !important;
}
.rc-sort .lab {
  line-height: 30px;
  vertical-align: bottom;
  margin-right: 5px;
}
.rc-sort .select2-container {
  width: auto !important;
}
.rc-sort .direction {
  padding: 5px 10px;
  vertical-align: bottom;
  display: inline-block;
}
.rc-sort .direction:hover {
  cursor: pointer;
}
.rc-switch {
  display: inline-block;
  width: 40px;
  height: 18px;
  background: #e0e0e0;
  position: relative;
  cursor: pointer;
  margin-right: 5px;
  border-radius: 2px;
  overflow: hidden;
  box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.15);
}
.rc-switch .inner {
  position: absolute;
  left: 2px;
  width: 14px;
  top: 2px;
  height: 14px;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rc-switch.checked {
  background: #2196F3;
}
.rc-switch.checked .inner {
  left: 24px;
}
.rc-switch.full-color {
  background: #525252;
}
.rc-switch.full-color.checked {
  background: #2196F3;
}
.tooltip {
  position: absolute;
  z-index: 1000;
  display: block;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip .tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip .tooltip-inner {
  background: #454545;
  padding: 5px 10px;
  color: #fff;
  font-size: 12px !important;
  border-radius: 2px;
  max-width: 200px;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #454545;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #454545;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #454545;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #454545;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1040;
  display: none;
  max-width: 400px;
  padding: 1px;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -7px;
}
.popover.right {
  margin-left: 7px;
}
.popover.bottom {
  margin-top: 7px;
}
.popover.left {
  margin-left: -7px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #454545;
  border-bottom: 1px solid #383838;
  border-radius: 2px 2px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 7px;
}
.popover > .arrow:after {
  border-width: 7px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -7px;
  border-bottom-width: 0;
  border-top-color: #ccc;
  bottom: -7px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -7px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -7px;
  margin-top: -7px;
  border-left-width: 0;
  border-right-color: #ccc;
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -7px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -7px;
  border-top-width: 0;
  border-bottom-color: #ccc;
  top: -7px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -7px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -7px;
  margin-top: -7px;
  border-right-width: 0;
  border-left-color: #ccc;
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -7px;
}
.tour-tip {
  display: none;
  position: absolute;
  background: #fff;
  z-index: 1001;
  top: 0;
  left: 2.5%;
  font-family: inherit;
  font-weight: 400;
  max-width: 400px;
  border-radius: 3px;
  min-width: 250px;
}
.tour-tip p {
  font-size: 16px;
  line-height: 22px;
  margin: 0;
}
.tour-tip p + p {
  margin-top: 10px;
}
.tour-tip .tour-arrow {
  display: block;
  position: absolute;
  left: 20px;
  width: 0;
  height: 0;
  border: inset 14px;
}
.tour-tip .tour-content-wrapper {
  padding: 20px;
}
.tour-tip .tour-content-wrapper .button {
  margin-bottom: 0 !important;
}
.tour-tip .tour-footer {
  border-top: 1px solid #dadada;
  padding: 10px;
  text-align: right;
}
.tour-tip.tt-top .tour-arrow {
  border-style: solid;
  bottom: -27px;
  border-color: #fff transparent transparent !important;
}
.tour-tip.tt-bottom .tour-arrow {
  border-style: solid;
  top: -27px;
  border-color: transparent transparent #fff !important;
}
.tour-tip.tt-left {
  margin-top: -20px;
}
.tour-tip.tt-left .tour-arrow {
  border-style: solid;
  left: 100%;
  top: 20px;
  border-color: transparent transparent transparent #fff !important;
}
.tour-tip.tt-right {
  margin-top: -20px;
}
.tour-tip.tt-right .tour-arrow {
  border-style: solid;
  left: -27px;
  top: 20px;
  border-color: transparent #fff transparent transparent !important;
}
.tour-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 100;
}
.tour-element-active {
  z-index: 120 !important;
  position: relative;
  background: rgba(255, 255, 255, 0.9) !important;
  box-shadow: 0 0 50px 0 rgba(255, 255, 255, 0.9) !important;
}
.input-append {
  display: inline-block;
  position: relative;
}
.input-append > button {
  position: absolute;
  right: 1px;
  width: 28px;
  height: 28px;
  top: 1px;
  border: 0;
  line-height: 28px;
  padding: 0;
  background: none;
}
.input-append > button i {
  color: #666;
}
.input-append > button:focus,
.input-append > button:active {
  outline: none !important;
}
.datepicker-input {
  width: 165px;
}
.datepicker-input input:focus {
  outline: none;
}
.datepicker-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
  background: #fff;
  padding: 10px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.45);
  width: 260px;
  box-sizing: border-box;
}
.datepicker-wrapper .btn:hover {
  box-shadow: none;
}
.datepicker-wrapper .datepicker-additional {
  margin-bottom: 5px;
}
.datepicker-wrapper .datepicker-additional table {
  width: 100%;
}
.datepicker-wrapper .datepicker-additional .td {
  max-width: 0;
}
.datepicker-wrapper .datepicker-additional .aui-button {
  font-size: 11px;
  width: 100%;
  text-transform: uppercase;
}
.datepicker-wrapper .glyphicon {
  background-repeat: no-repeat;
  background-position: 0 0;
  border: none;
  display: inline-block;
  height: 24px;
  width: 24px;
  margin: 0;
  padding: 0;
  text-align: left;
  text-indent: -999em;
  vertical-align: text-bottom;
  position: relative;
}
.datepicker-wrapper .glyphicon:before {
  color: inherit;
  left: 0;
  position: absolute;
  text-indent: 0;
  speak: none;
  top: 50%;
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}
.datepicker-wrapper .glyphicon-chevron-left:before {
  margin-top: -8px;
  content: "chevron_left";
}
.datepicker-wrapper .glyphicon-chevron-right:before {
  margin-top: -8px;
  content: "chevron_right";
}
.datepicker-wrapper .btn-default {
  background: none;
  border: 0;
}
.datepicker-wrapper .datepicker-core table {
  width: 100%;
  border-spacing: 0px;
}
.datepicker-wrapper .datepicker-core table:focus {
  outline: none;
}
.datepicker-wrapper .datepicker-core table thead tr th .btn {
  background: none;
  padding: 0;
}
.datepicker-wrapper .datepicker-core table thead tr:last-child th small {
  font-weight: 500;
}
.datepicker-wrapper .datepicker-core table thead tr:first-child th .btn strong {
  font-weight: normal;
  font-size: 14px;
}
.datepicker-wrapper .datepicker-core table thead tr:first-child th .btn i {
  display: inline-block;
}
.datepicker-wrapper .datepicker-core table thead tr:first-child th:first-child .btn i {
  margin-left: 3px;
  background-position: -189px -165px;
}
.datepicker-wrapper .datepicker-core table thead tr:first-child th:last-child .btn i {
  margin-right: 3px;
  background-position: -213px -165px;
}
.datepicker-wrapper .datepicker-core table tbody tr:first-child td .btn {
  margin-top: 5px;
}
.datepicker-wrapper .datepicker-core table tbody td .btn {
  margin: 0 2px;
  width: 100% !important;
  min-width: 28px !important;
  padding: 0;
  background: none;
  color: #333;
  box-shadow: none;
}
.datepicker-wrapper .datepicker-core table tbody td .btn .text-muted {
  color: #999;
}
.datepicker-wrapper .datepicker-core table tbody td .btn:hover,
.datepicker-wrapper .datepicker-core table tbody td .btn.active {
  color: #333;
  box-shadow: inset 0 0 1px 0 #2196F3;
  background: #64B5F6;
}
.datepicker-wrapper .datepicker-core table tbody td .btn.btn-info,
.datepicker-wrapper .datepicker-core table tbody td .btn.btn-info.active {
  color: #fff;
  background: #2196F3;
}
.datepicker-wrapper .datepicker-core table tbody td .btn.btn-info .text-muted,
.datepicker-wrapper .datepicker-core table tbody td .btn.btn-info.active .text-muted {
  color: #fff;
}
.datepicker-wrapper .datepicker-core table tbody td .btn[disabled] {
  color: #999;
  cursor: default;
  background: #f0f0f0;
}
.datepicker-wrapper .datepicker-core table tbody td .btn[disabled]:hover,
.datepicker-wrapper .datepicker-core table tbody td .btn[disabled].active {
  background: #f0f0f0;
  box-shadow: none;
  color: #999;
}
.data-table {
  min-width: 100%;
  border-collapse: collapse;
  white-space: nowrap;
}
.data-table thead {
  background: #e4e4e4;
  color: #666666;
}
.data-table thead tr th {
  height: 32px;
  font-size: 11px;
  font-weight: normal;
  text-transform: uppercase;
  text-align: left;
}
.data-table thead tr th:first-child {
  padding-left: 10px;
}
.data-table tbody tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.data-table tbody tr td {
  height: 32px;
  font-size: 13px;
  color: #383838;
}
.data-table tbody tr td .material-icons {
  font-size: 18px;
}
.data-table tbody tr td:first-child {
  padding-left: 10px;
}
.data-table tbody tr:hover td {
  cursor: pointer;
  background: #f4f4f4;
}
.data-table tbody tr:hover td.col-actions .col-actions__holder {
  opacity: 1;
}
.data-table .col-actions {
  width: 100%;
  text-align: right;
  overflow: visible;
}
.data-table .col-actions__holder {
  height: 32px;
  opacity: 0;
  padding-right: 10px;
}
.data-table .col-actions__holder .material-icons {
  display: inline-block;
  vertical-align: middle;
  line-height: 32px;
  color: #7e8d9e;
  font-size: 20px;
}
.data-table .col-actions__holder .material-icons:hover {
  color: #121212;
}
.data-table .col-actions__holder .material-icons:not(:last-child) {
  margin-right: 15px;
}
.rc-page {
  background: #e7e7e7;
}
.rc-page::-webkit-scrollbar {
  width: 12px;
}
.rc-page::-webkit-scrollbar-track {
  background: transparent;
}
.rc-page::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.3);
  border: 4px solid rgba(0, 0, 0, 0);
  border-width: 2px 4px 2px 0;
  background-clip: content-box;
}
.rc-panel {
  overflow-y: auto;
  overflow-x: hidden;
  background: #e7e7e7;
}
.rc-panel::-webkit-scrollbar {
  width: 12px;
}
.rc-panel::-webkit-scrollbar-track {
  background: transparent;
}
.rc-panel::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.3);
  border: 4px solid rgba(0, 0, 0, 0);
  border-width: 2px 4px 2px 0;
  background-clip: content-box;
}
.rc-panel > .aui-page-panel-inner {
  height: 100%;
  max-height: 100%;
}
.rc-panel > .aui-page-panel-inner > .aui-page-panel-content {
  height: 100%;
  max-height: 100%;
  padding: 0;
}
.rc-panel > .aui-page-panel-inner > .aui-page-panel-sidebar {
  height: 100%;
  max-height: 100%;
  padding: 0;
}
.rc-panel > .aui-page-panel-inner > .aui-group {
  height: 100%;
  max-height: 100%;
  padding: 0;
}
.core-page {
  min-height: 100%;
}
.denied-access {
  background: #fff;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.denied-access p {
  padding: 20px;
  background: #D61E2A;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}
.denied-access p a {
  float: right;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}
.print-only {
  display: none !important;
}
.print-full {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
}
@media print {
  @page {
    margin: 0.5cm;
  }
  * {
    text-shadow: none !important;
  }
  .print-only {
    display: block !important;
  }
  .ir a:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .no-print {
    display: none !important;
  }
}
.daterangepicker {
  padding: 0px;
  display: none;
  min-height: 350px;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
}
.daterangepicker th {
  border-radius: 0px;
}
.daterangepicker th.month {
  color: #fff !important;
}
.daterangepicker td.active.start-date {
  border-radius: 6px 0px 0px 6px;
}
.daterangepicker td.end-date {
  border-radius: 0px 6px 6px 0px;
}
.daterangepicker td.in-range {
  background-color: #f8f8f8 !important;
}
.daterangepicker td.active {
  background: #42A5F5;
}
.daterangepicker .calendar {
  float: none !important;
  display: inline-block !important;
  margin: 0px;
}
.daterangepicker .calendar .daterangepicker_input {
  display: none;
}
.daterangepicker .calendar.left .calendar-table {
  margin-right: 0px;
}
.daterangepicker .calendar .calendar-table {
  padding: 0px 0px 0px 0px !important;
  border-radius: 0px;
  margin: 10px;
  border: 1px solid #eee !important;
}
.daterangepicker .calendar .calendar-table table {
  border-collapse: collapse;
}
.daterangepicker .calendar .calendar-table table thead tr {
  background: #0D47A1;
}
.daterangepicker .calendar .calendar-table table thead tr th {
  border-radius: 0px;
  border: none;
}
.daterangepicker .calendar .calendar-table table thead tr th.prev i,
.daterangepicker .calendar .calendar-table table thead tr th.next i {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  speak: none;
  color: #fff;
}
.daterangepicker .calendar .calendar-table table thead tr th.prev:hover,
.daterangepicker .calendar .calendar-table table thead tr th.next:hover {
  background: none;
}
.daterangepicker .calendar .calendar-table table thead tr:last-child {
  font-size: 12px;
  background: rgba(84, 110, 122, 0.1) !important;
  color: rgba(0, 0, 0, 0.7);
  line-height: 32px;
}
.daterangepicker .calendar .calendar-table table thead tr:last-child th {
  font-weight: 400;
}
.daterangepicker .calendar .calendar-table table thead tr:first-child {
  height: 40px;
}
.daterangepicker .calendar .calendar-table table tbody tr td {
  border-radius: 0px;
  font-size: 13px;
  line-height: 32px;
  color: #333;
}
.daterangepicker .calendar .calendar-table table tbody tr td.off {
  color: #d3d3d3;
}
.daterangepicker .ranges {
  clear: left;
  display: block;
  margin: 11px -10px 10px 0px;
  min-height: 285px;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
}
.daterangepicker .ranges ul li {
  font-size: 12px;
  color: #333;
  margin: 0px;
  padding: 0px;
  border-radius: 0px;
  background: #fff;
  border: none;
  padding-left: 20px;
  line-height: 32px;
}
.daterangepicker .ranges ul li.active {
  background: #42A5F5;
  color: #fff;
}
.daterangepicker .ranges ul li:hover {
  background: #eee;
  color: #333;
}
.daterangepicker .ranges ul li:last-child {
  display: none;
}
.daterangepicker .ranges .range_inputs {
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: inline-block;
}
.daterangepicker .ranges .range_inputs .aui-button {
  display: inline-block;
  margin-left: 10px !important;
  width: auto;
}
.daterangepicker .ranges .range_inputs .btn-success {
  background: #2196F3;
  border-color: transparent;
  color: #ffffff;
}
.daterangepicker .ranges .range_inputs .btn-success:hover {
  background: #0D47A1;
}
.daterangepicker .ranges .range_inputs .btn-default.hide-close {
  display: none;
}
body .front,
body input,
body textarea,
body keygen,
body select,
body button {
  font-family: Arial, sans-serif;
}
.fa {
  font-size: 14px;
}
.material-icons {
  vertical-align: middle;
}
.text-gray,
.text-light {
  color: #777;
}
.text-medium {
  font-size: 12px;
}
.text-small {
  font-size: 10px;
}
a[href="https://froala.com/wysiwyg-editor"],
a[href="https://www.froala.com/wysiwyg-editor?k=u"] {
  display: none !important;
  position: absolute;
  top: -99999999px;
}
.modal-backdrop {
  background: #000;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
