input[type=text].error,
input[type=text].error:focus,
input[type=password].error,
input[type=password].error:focus,
input[type=email].error,
input[type=email].error:focus,
input[type=number].error,
input[type=number].error:focus,
select.error,
select.error:focus,
textarea.error,
textarea.error:focus {
  border-color: red;
  border-bottom: 1px solid red;
}
.error {
  color: red;
  font-size: 12px;
}
.btn-round {
  height: 40px;
  width: 40px;
  line-height: 38px;
}
.btn-round i {
  margin: 0px;
  font-size: 16px;
}
.btn-round.btn-lg {
  height: 45px;
  width: 45px;
  line-height: 42px;
}
.btn-round.btn-lg i {
  margin: 0px;
  font-size: 20px;
}
.btn-round.btn-md {
  height: 40px;
  width: 40px;
  line-height: 38px;
}
.btn-round.btn-sm {
  height: 30px;
  width: 30px;
  line-height: 28px;
}
.btn-round.btn-sm i {
  font-size: 14px;
}
.btn-round.btn-default {
  padding: 0px;
  text-align: center;
  background: transparent;
  border-radius: 100%;
  border: 1px solid #E0E2E5;
  color: #E0E2E5;
}
.btn-round.btn-default:hover,
.btn-round.btn-default:focus {
  background: #eeeff1;
  border: 1px solid #E0E2E5;
  color: #fff;
}
.btn-round.btn-primary {
  padding: 0px;
  text-align: center;
  background: transparent;
  border-radius: 100%;
  border: 1px solid #08CAA8;
  color: #08CAA8;
}
.btn-round.btn-primary:hover,
.btn-round.btn-primary:focus {
  background: #09e3bc;
  border: 1px solid #08CAA8;
  color: #fff;
}
.btn-round.btn-success {
  padding: 0px;
  text-align: center;
  background: transparent;
  border-radius: 100%;
  border: 1px solid #63dc3f;
  color: #63dc3f;
}
.btn-round.btn-success:hover,
.btn-round.btn-success:focus {
  background: #75e055;
  border: 1px solid #63dc3f;
  color: #fff;
}
.btn-round.btn-warning {
  padding: 0px;
  text-align: center;
  background: transparent;
  border-radius: 100%;
  border: 1px solid #eda515;
  color: #eda515;
}
.btn-round.btn-warning:hover,
.btn-round.btn-warning:focus {
  background: #efae2d;
  border: 1px solid #eda515;
  color: #fff;
}
.btn-round.btn-danger {
  padding: 0px;
  text-align: center;
  background: transparent;
  border-radius: 100%;
  border: 1px solid #ff2801;
  color: #ff2801;
}
.btn-round.btn-danger:hover,
.btn-round.btn-danger:focus {
  background: #ff3e1b;
  border: 1px solid #ff2801;
  color: #fff;
}
.btn-round.btn-link {
  padding: 0px;
  text-align: center;
  background: transparent;
  border-radius: 100%;
  border: 1px solid #ddd;
  color: #ddd;
  color: #08CAA8;
}
.btn-round.btn-link:hover,
.btn-round.btn-link:focus {
  background: #eaeaea;
  border: 1px solid #ddd;
  color: #fff;
}
.btn-round.btn-link:hover,
.btn-round.btn-link:focus {
  color: #08CAA8;
}
.btn-round-fill {
  height: 40px;
  width: 40px;
  line-height: 38px;
}
.btn-round-fill i {
  margin: 0px;
  font-size: 16px;
}
.btn-round-fill.btn-lg {
  height: 45px;
  width: 45px;
  line-height: 42px;
}
.btn-round-fill.btn-lg i {
  margin: 0px;
  font-size: 20px;
}
.btn-round-fill.btn-md {
  height: 40px;
  width: 40px;
  line-height: 38px;
}
.btn-round-fill.btn-sm {
  height: 35px;
  width: 35px;
  line-height: 32px;
}
.btn-round-fill.btn-default {
  padding: 0px;
  text-align: center;
  background: #E0E2E5;
  border-radius: 100%;
  border: 2px solid #E0E2E5;
  color: #fff;
}
.btn-round-fill.btn-default:hover,
.btn-round-fill.btn-default:focus {
  background: #eeeff1;
  border: 2px solid #E0E2E5;
  color: #fff;
}
.btn-round-fill.btn-primary {
  padding: 0px;
  text-align: center;
  background: #08CAA8;
  border-radius: 100%;
  border: 2px solid #08CAA8;
  color: #fff;
}
.btn-round-fill.btn-primary:hover,
.btn-round-fill.btn-primary:focus {
  background: #09e3bc;
  border: 2px solid #08CAA8;
  color: #fff;
}
.btn-round-fill.btn-success {
  padding: 0px;
  text-align: center;
  background: #63dc3f;
  border-radius: 100%;
  border: 2px solid #63dc3f;
  color: #fff;
}
.btn-round-fill.btn-success:hover,
.btn-round-fill.btn-success:focus {
  background: #75e055;
  border: 2px solid #63dc3f;
  color: #fff;
}
.btn-round-fill.btn-warning {
  padding: 0px;
  text-align: center;
  background: #eda515;
  border-radius: 100%;
  border: 2px solid #eda515;
  color: #fff;
}
.btn-round-fill.btn-warning:hover,
.btn-round-fill.btn-warning:focus {
  background: #efae2d;
  border: 2px solid #eda515;
  color: #fff;
}
.btn-round-fill.btn-danger {
  padding: 0px;
  text-align: center;
  background: #ff2801;
  border-radius: 100%;
  border: 2px solid #ff2801;
  color: #fff;
}
.btn-round-fill.btn-danger:hover,
.btn-round-fill.btn-danger:focus {
  background: #ff3e1b;
  border: 2px solid #ff2801;
  color: #fff;
}
.btn-round-fill.btn-link {
  padding: 0px;
  text-align: center;
  background: #ddd;
  border-radius: 100%;
  border: 2px solid #ddd;
  color: #fff;
  color: #08CAA8;
}
.btn-round-fill.btn-link:hover,
.btn-round-fill.btn-link:focus {
  background: #eaeaea;
  border: 2px solid #ddd;
  color: #fff;
}
.btn-round-fill.btn-link:hover,
.btn-round-fill.btn-link:focus {
  color: #08CAA8;
}
.strength-title {
  font-size: 12px;
}
.strength-label {
  font-size: 12px;
  font-weight: 700;
}
.strength-indicator {
  background-color: #cccccc;
  border-radius: 2px;
  display: block;
  height: 6px;
  margin-top: 5px;
  overflow: hidden;
  width: 100%;
}
.strength-indicator:after {
  content: "";
  display: block;
  height: 100%;
}
.strength-danger .strength-label {
  color: #ff2801;
}
.strength-danger .strength-indicator:after {
  background-color: #ff2801;
  width: 25%;
}
.strength-warning .strength-label {
  color: #eda515;
}
.strength-warning .strength-indicator:after {
  background-color: #eda515;
  width: 50%;
}
.strength-success .strength-label {
  color: #63dc3f;
}
.strength-success .strength-indicator:after {
  background-color: #63dc3f;
  width: 100%;
}
table.dataTable {
  border-bottom: 0px;
  border-collapse: collapse;
  display: inline-table;
  margin: 15px auto !important;
  width: 100% !important;
}
table.dataTable thead tr > th {
  background-color: #4680ff;
  border-bottom: 1px solid #4680ff;
  color: #FFF;
  font-weight: 500;
  font-size: 14px;
  padding: 5px 10px;
  vertical-align: middle;
}
table.dataTable thead tr > th > label {
  margin: 0px;
}
table.dataTable thead tr > th > label input[type='checkbox'] {
  margin: 0px;
}
table.dataTable tbody tr.selected {
  background-color: #FFFBED !important;
}
table.dataTable tbody tr.unread {
  background-color: #f4f4f4;
}
table.dataTable tbody tr.unread > td {
  color: #2C343F;
  font-weight: 600;
}
table.dataTable tbody tr.unread > td > a {
  font-weight: 400;
}
table.dataTable tbody tr > td {
  border-bottom: 1px solid #ccd0d4;
  padding: 2px 10px;
  vertical-align: middle;
  font-size: 12px;
}
table.dataTable tbody tr > td > label {
  margin: 0px;
}
table.dataTable tbody tr > td > label input[type='checkbox'] {
  margin: 0px;
}
table.dataTable.no-footer {
  border-bottom: none !important;
}
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child before {
  -webkit-box-shadow: 0px 0px 0px 1px #ddd;
  box-shadow: 0px 0px 0px 1px #ddd;
  top: 12px;
}
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child before {
  -webkit-box-shadow: 0px 0px 0px 1px #ddd;
  box-shadow: 0px 0px 0px 1px #ddd;
  top: 12px;
}
.dataTables_wrapper .dataTables_filter input[type="search"] {
  background: #f4f4f4;
  border-radius: 4px;
  border: 1px solid #ccd0d4;
  color: #000;
  font-size: 14px;
  height: 34px;
  line-height: 1.42857143;
  padding: 6px 12px;
}
.dataTables_wrapper .dataTables_filter input[type="search"]:focus {
  border-color: #4680ff;
  outline: none;
}
.dataTables_wrapper .dataTables_length select {
  background-color: #FFF;
  background-image: none;
  border-radius: 4px;
  border: 1px solid #cccccc;
  color: #000;
  font-size: 14px;
  height: 34px;
  line-height: 1.42857143;
  padding: 6px 12px;
}
.dataTables_wrapper .dataTables_length select:focus {
  border-color: #4680ff;
  outline: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #4680ff !important;
  border-radius: 50% !important;
  border: 0 !important;
  font-size: 12px !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  -webkit-box-shadow: none;
  background: #4680ff;
  border-color: #4680ff;
  box-shadow: none;
  color: #FFF !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:focus {
  -webkit-box-shadow: none;
  background: #4680ff;
  border-color: #4680ff;
  box-shadow: none;
  color: #FFF !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  -webkit-box-shadow: none;
  background: #4680ff;
  border-color: #4680ff;
  box-shadow: none;
  color: #FFF !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:visited {
  -webkit-box-shadow: none;
  background: #4680ff;
  border-color: #4680ff;
  box-shadow: none;
  color: #FFF !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current {
  background: #4680ff;
  border-color: #4680ff;
  color: #FFF !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  background: #4680ff;
  border-color: #4680ff;
  color: #FFF !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current:focus {
  background: #4680ff;
  border-color: #4680ff;
  color: #FFF !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current:active {
  background: #4680ff;
  border-color: #4680ff;
  color: #FFF !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current:visited {
  background: #4680ff;
  border-color: #4680ff;
  color: #FFF !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.previous {
  border-radius: 20px !important;
  border: 1px solid #ccd0d4;
  width: 100px !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.next {
  border-radius: 20px !important;
  border: 1px solid #ccd0d4;
  width: 100px !important;
}
.dataTables_wrapper .dt-buttons {
  margin-left: 15px;
}
.dataTables_wrapper .dt-buttons .dt-button.button-notification {
  border-color: #ccd0d4;
  border-radius: 3px;
  color: #3D4246;
  text-transform: uppercase;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:focus,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:visited {
  background: #E0E2E5;
  border: 1px solid #ccd0d4;
  color: #FFF !important;
  cursor: not-allowed;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  color: #FFF !important;
}
table.dataTable thead tr > th {
  border-right: 1px solid #2c6eff;
}
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  font-size: 13px !important;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #ffffff;
  opacity: 1;
}
.select2-dropdown {
  border: 1px solid #ccc;
}
.select2.select2-container {
  width: 100% !important;
  padding: 0;
}
.select2-container--default .select2-selection--single {
  height: 40px;
  border: none;
  border-bottom: 1px solid #CCC;
  outline: none;
  border-radius: 0;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 4px;
}
.select2-container--default .select2-selection--single.error {
  border-bottom: 1px solid red;
}
.swal2-styled:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.swal2-popup {
  font-size: 1em !important;
}
.swal2-title {
  font-size: 1em !important;
}
.swal2-content {
  font-size: 0.9em !important;
}
.swal2-styled.swal2-confirm {
  font-size: 0.9em !important;
  background: #9ccc65 !important;
}
.swal2-styled.swal2-cancel {
  font-size: 0.9em !important;
  background: #ff5252 !important;
}
.swal2-icon.swal2-info {
  border-color: #3d75ef !important;
  color: #2a4d99 !important;
}
/*
 * jQuery UI Datepicker 1.9.0
 *
 * Copyright 2012-10-11, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://jqueryui.com/datepicker/
 */
.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
  border: 0px;
  font-weight: bold;
  width: 100%;
  padding: 4px 0;
  background-color: #f5f5f5;
  color: #808080;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  /*top: 1px;*/
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
  /*left:1px;*/
}
.ui-datepicker .ui-datepicker-next-hover {
  /*right:1px;*/
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
  width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%;
}
.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}
.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}
.ui-datepicker td {
  border: 0;
  padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0em;
}
/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
  display: none;
  /*sorry for IE5*/
  display: block;
  /*sorry for IE5*/
  position: absolute;
  /*must have*/
  z-index: -1;
  /*must have*/
  filter: mask();
  /*must have*/
  top: -4px;
  /*must have*/
  left: -4px;
  /*must have*/
  width: 200px;
  /*must have*/
  height: 200px;
  /*must have*/
}
.ui-datepicker th {
  font-weight: bold;
  color: gray;
}
.ui-datepicker-today a:hover {
  background-color: #808080;
  color: #ffffff;
}
.ui-datepicker-today a {
  background-color: #BFBFBF;
  cursor: pointer;
  padding: 0 4px;
  margin-bottom: 0px;
}
.ui-datepicker td a {
  margin-bottom: 0px;
  border: 0px;
}
.ui-datepicker td:hover {
  color: #ffffff;
}
.ui-datepicker td .ui-state-default {
  border: 0px;
  background: none;
  margin-bottom: 0px;
  padding: 5px;
  color: gray;
  text-align: center;
  filter: none;
}
.ui-datepicker td .ui-state-active {
  background: #BFBFBF;
  margin-bottom: 0px;
  font-size: normal;
  text-shadow: 0px;
  color: #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.ui-datepicker td .ui-state-hover {
  color: #ffffff;
  background: #0064cd;
  background-color: #0064cd;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));
  background-image: -moz-linear-gradient(top, #049cdb, #0064cd);
  background-image: -ms-linear-gradient(top, #049cdb, #0064cd);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));
  background-image: -webkit-linear-gradient(top, #049cdb, #0064cd);
  background-image: -o-linear-gradient(top, #049cdb, #0064cd);
  background-image: linear-gradient(top, #049cdb, #0064cd);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#049cdb', endColorstr='#0064cd', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #0064cd #0064cd #003f81;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
}
