@charset "UTF-8";
.mw-280 {
  max-width: 17.5rem; }

.mw-460 {
  max-width: 28.75rem; }

.mw-570 {
  max-width: 35.625rem; }

.mw-600 {
  max-width: 37.5rem; }

@media (min-width: 1200px) {
  .width-xl-75 {
    width: 75%; } }

.fw-500 {
  font-weight: 500 !important; }

.fw-600 {
  font-weight: 600 !important; }

.circle-40 {
  width: 40px;
  height: 40px;
  display: block;
  border-radius: 50%;
  text-align: center;
  border: 1px solid #fff; }
  .circle-40 i, .circle-40 span {
    font-size: 14px;
    line-height: 40px; }

.circle-60 {
  width: 60px;
  height: 60px;
  display: block;
  border-radius: 50%;
  text-align: center;
  border: 1px solid #fff; }
  .circle-60 i, .circle-60 span {
    font-size: 24px;
    line-height: 60px; }

.border {
  border: 1px solid #EEEEEE !important; }

#main-wrapper {
  opacity: 0;
  transition: all 0.25s ease-in;
  overflow: hidden;
  position: relative; }

#main-wrapper.show {
  opacity: 1; }

blockquote {
  background: #F3F3F9;
  font-weight: 500;
  color: #262626;
  line-height: 1.8;
  padding: 1rem 1.875rem; }

.heading-primary {
  font-size: 1.8rem; }
  .heading-primary-title {
    font-size: 2.2rem;
    color: #5271ff; }

.heading-primary-light {
  font-size: 1.8rem;
  font-weight: 400; }

.heading-light {
  font-weight: 400; }

.sub-heading {
  font-size: 1.6rem; }

.box {
  border-radius: .4rem;
  padding: 1rem; }

.content-body .container {
  padding: 15px 30px 0; 
}

@media (max-width: 767px) {
  .content-body .container {
    padding: 1.5rem 1.5rem 0;
    padding: 0.9375rem 0.9375rem 0; } }

.rotate-90 {
  transform: rotate(90deg); }

.tt-uppercase {
  text-transform: uppercase; }

.font-weight-semi-bold {
  font-weight: 600 !important; 
}

.page-item.disabled .page-link {
  color: #bbbbbb; }

.page-item .page-link:focus {
  box-shadow: none; }

.footer {
  padding-left: 15.1875rem;
  background-color: #fff; }
  .footer .copyright {
    padding: 0.9375rem;
    background: white; }
  .footer .copyright p {
    text-align: center;
    margin: 0;
    color: #898989; }
  .footer .copyright a {
    color: #5271ff; }



[data-sidebar-style="mini"] .nav-control, [data-layout="horizontal"] .nav-control {
  display: none; }

@media (max-width: 767.98px) {
  [data-sidebar-style="overlay"] .nav-header .logo-abbr {
    display: block; } }

[data-header-position="fixed"] .nav-header {
  position: fixed;
  z-index: 999;
  left: auto; }

.nav-header {
  height: 5rem;
  width: 15.1875rem;
  display: inline-block;
  text-align: left;
  position: absolute;
  left: 0;
  top: 0;
  background: #111B27;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
  transition: all .2s ease; }
  .nav-header .logo-abbr {
    display: none; }
  .nav-header .logo-compact {
    display: none; }
  @media only screen and (min-width: 1200px) and (max-width: 1350px) {
    .nav-header {
      width: 15.1875rem; } }


.nav-control {
  cursor: pointer;
  position: absolute;
  left: 1.4375rem;
  text-align: center;
  top: 46%;
  transform: translateY(-50%); }
  @media (max-width: 575.98px) {
    .nav-control {
      left: .4375rem; } }
  .nav-control .hamburger.active {
    z-index: -1; }

.hamburger {
  display: inline-block;
  right: 0;
  position: relative;
  top: 0.3125rem;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  width: 2.3125rem;
  z-index: 999; }
  .hamburger.is-active {
    left: 0;
    z-index: 9; }
  .hamburger .toggle-icon {
    font-size: 1.4rem;
    line-height: 2rem;
    color: #494949; }

.hamburger:hover {
  cursor: pointer; }

@media (min-width: 767px) {
  [data-sidebar-style="compact"] .nav-control {
    display: none; }
  [data-sidebar-style="compact"] .nav-header {
    width: 9.375rem; } }

[data-sidebar-style="full"][data-layout="horizontal"] .brand-title {
  display: none; }

[data-sidebar-style="full"][data-layout="horizontal"] .nav-header .logo-abbr {
  display: none; }

[data-sidebar-style="full"][data-layout="horizontal"] .logo-compact {
  display: block; }

[data-sidebar-style="mini"] .nav-header .logo-abbr {
  display: block; }

[data-sidebar-style="compact"] .nav-header .brand-title {
  display: none; }

[data-sidebar-style="compact"] .nav-header .logo-compact {
  display: block; }



[data-sidebar-style="full"] .header, [data-sidebar-style="overlay"] .header {
  width: calc(100% - 15.1875rem); }
  @media only screen and (min-width: 1200px) and (max-width: 1350px) {
    [data-sidebar-style="full"] .header, [data-sidebar-style="overlay"] .header {
      width: calc(100% - 14.375rem);
      margin-left: 14.375rem; } }
  @media only screen and (max-width: 767px) {
    [data-sidebar-style="full"] .header, [data-sidebar-style="overlay"] .header {
      width: calc(100% - 3.75rem);
      margin-left: 3.75rem; } }

[data-sidebar-style="mini"] .header {
  width: calc(100% - 3.75rem);
  margin-left: 3.75rem; }

[data-sidebar-style="compact"] .header {
  width: calc(100% - 9.375rem);
  margin-left: 9.375rem; }

[data-header-position="fixed"] .header {
  position: fixed;
  top: 0; }

[data-header-position="fixed"] .content-body {
  padding-top: 5rem; }

[data-sidebar-style="compact"][data-header-position="fixed"][data-container="boxed"][data-layout="vertical"] .header {
  width: calc(1199px - 9.375rem); }


.icons > a {
  position: relative;
  display: inline-block; }
  .icons > a i {
    font-size: 1.25rem;
    color: #abafb3; }

.icons.active .drop-down {
  display: block; }

.drop-down {
  display: none;
  z-index: 9999;
  width: 20rem;
  top: 0rem !important;
  position: absolute;
  right: 0 !important;
  left: auto !important;
  transform: translate3d(0px, 75px, 0px) !important;
  transition: all 0.4s ease-in-out;
  border-top: 0;
  background: #fff;
  color: #000;
  box-shadow: 0px 1px 10px 0 rgba(0, 0, 0, 0.15); }

.avatar-icon {
  border-radius: 50px;
  width: 2.5rem;
  position: absolute;
  top: 0.9625rem;
  height: 2.5rem;
  padding: 0.625rem 0.8125rem; }

.notification-content {
  margin-left: 3.4375rem;
  margin-right: 1.5625rem; }

.user-avatar {
  margin-left: 0.625rem;
  font-size: 0.875rem;
  font-weight: 700; }

.notification-text {
  font-size: 0.725rem;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-top: 0.1875rem;
  line-height: 1.25;
  font-weight: 300; }

.notification-timestamp {
  font-size: 0.725rem;
  display: block;
  margin-top: 0.5625rem;
  font-weight: 300; }

.notification-percentage {
  font-size: 0.75rem;
  position: relative;
  top: 0.75rem; }

.more-link {
  display: inline-block;
  color: #464a53 !important; }

.notify-close {
  position: absolute;
  right: 0.9375rem;
  top: 1.25rem;
  cursor: pointer;
  font-size: 0.875rem;
  opacity: 0.3; }

/* pulse in SVG */
svg.pulse-svg {
  overflow: visible; }
  svg.pulse-svg .first-circle, svg.pulse-svg .second-circle, svg.pulse-svg .third-circle {
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation: pulse-me 3s linear infinite;
    animation: pulse-me 3s linear infinite;
    fill: #5271ff; }
  svg.pulse-svg .second-circle {
    -webkit-animation-delay: 1s;
    animation-delay: 1s; }
  svg.pulse-svg .third-circle {
    -webkit-animation-delay: 2s;
    animation-delay: 2s; }

.header-right {
  float: right;
  line-height: 3rem;
  margin-top: 0;
  height: 100%; }
  .header-right ul {
    height: 100%;
    margin: 0; }
  .header-right .icons {
    float: left;
    margin: 0;
    padding: 0 0.3125rem;
    position: relative;
    height: 100%;
    display: flex;
    align-items: center; }
    @media (max-width: 575.98px) {
      .header-right .icons {
        padding: 0 0.2825rem; } }
    .header-right .icons > a {
      padding: 0 0.3125rem;
      color: #464a53; }
    .header-right .icons .dropdown-profile .badge {
      top: auto;
      bottom: auto;
      left: auto;
      right: 1.25rem; }
    .header-right .icons .badge {
      color: #fff;
      height: 1.25rem;
      width: 1.25rem;
      line-height: 0.875rem;
      font-size: 0.75rem;
      position: absolute;
      right: -2px;
      top: 2px; }
    .header-right .icons .user-img {
      position: relative;
      top: -7px; }
      .header-right .icons .user-img img {
        height: 40px;
        width: 40px;
        border: 3px solid #fff;
        border-radius: 50%;
        margin: 0;
        padding: 0;
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1); }
      .header-right .icons .user-img .activity {
        height: 13px;
        width: 13px;
        border-radius: 50%;
        display: inline-block;
        position: absolute;
        border: 3px solid #fff;
        bottom: .4rem;
        right: 0rem;
        padding: 0;
        top: auto;
        left: auto; }
    .header-right .icons .dropdown-content-heading .badge {
      position: relative;
      top: auto;
      left: auto;
      right: auto;
      bottom: auto; }

/*
0 - 600: Phone
600 - 900: Tablet portrait
900 - 1200: Tablet landscape
1200 - 1800: Normal styles
1800+ : Big Desktop
1em = 16px
The smaller device rules always should write below the bigger device rules
Fixing Order => Base + Typography >> General Layout + Grid >> Page Layout + Component
*/
.nav-label {
  padding: 0.8125rem 1.5625rem;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.05rem;
  color: #abafb3; }

.content-body {
  /* margin-left: 15.1875rem; */
  z-index: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1350px) {
  .content-body {
    /* margin-left: 14.375rem; */
  }
}



.metismenu .active > .has-arrow:after, .metismenu .has-arrow[aria-expanded=true]:after {
  transform: rotate(225deg) translateY(-50%);
  -webkit-transform: rotate(225deg) translateY(-50%); }

@media (max-width: 767px) {
  .nav-header {
    width: 3.75rem; }
    .nav-header .brand-title {
      display: none; }
  .header-left {
    margin-left: 1.875rem; }
    .header-left input[type="search"] {
      position: absolute;
      top: -100%; }
    [direction="rtl"] .header-left {
      margin-left: auto;
      margin-right: 1.875rem; }
  .header-content {
    margin-left: 3.75rem; } }
  @media (max-width: 767px) and (max-width: 767.98px) {
    .header-content {
      margin-left: 0; } }

@media (max-width: 767px) {
    [direction="rtl"] .header-content {
      margin-left: 0; }
  .footer {
    padding-left: 0; }
}

@media (max-width: 600px) {
  .input {
    background-color: #5271ff; }
    .input span::after {
      color: #464a53; } }

.metismenu {
  transition: all .4s ease-in-out; }

.metismenu.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0; }

/*
0 - 600: Phone
600 - 900: Tablet portrait
900 - 1200: Tablet landscape
1200 - 1800: Normal styles
1800+ : Big Desktop
1em = 16px
The smaller device rules always should write below the bigger device rules
Fixing Order => Base + Typography >> General Layout + Grid >> Page Layout + Component
*/
@media only screen and (min-width: 768px) {
  [data-sidebar-style="mini"] .nav-header {
    width: 3.75rem; }
    [data-sidebar-style="mini"] .nav-header .nav-control {
      z-index: -1; }
      [data-sidebar-style="mini"] .nav-header .nav-control .hamburger {
        left: 3.75rem !important; }
        [data-sidebar-style="mini"] .nav-header .nav-control .hamburger .line {
          background-color: #464a53 !important; }
    [data-sidebar-style="mini"] .nav-header .brand-title {
      display: none; }
    [data-sidebar-style="mini"] .nav-header .hamburger {
      display: none; }
  [data-sidebar-style="mini"] .header-content {
    margin-left: 0; }
    [data-sidebar-style="mini"] .header-content .header-left {
      margin-left: 0.625rem; }
      [data-sidebar-style="mini"] .header-content .header-left .drop-down {
        top: 0.3125rem; }
  [data-sidebar-style="mini"] .nav-user {
    padding: 1.25rem 0.9375rem 0.9375rem; }
    [data-sidebar-style="mini"] .nav-user img {
      width: 2.1875rem;
      height: 2.1875rem;
      margin-bottom: 0.625rem; }
    [data-sidebar-style="mini"] .nav-user h5,
    [data-sidebar-style="mini"] .nav-user p {
      display: none; }
    [data-sidebar-style="mini"] .nav-user i {
      margin-top: 0.9375rem;
      display: block; }
    [data-sidebar-style="mini"] .nav-user .dropdown-menu {
      left: 2.8125rem !important;
      top: 1.375rem !important; }
  [data-sidebar-style="compact"] .metismenu li {
    text-align: center; }
    [data-sidebar-style="compact"] .metismenu li a,
    [data-sidebar-style="compact"] .metismenu li button {
      padding: 0.625rem 0.9375rem 0.625rem 0.9375rem; }
  [data-sidebar-style="compact"] .nav-text {
    display: block;
    margin-top: 0.3125rem; }
  [data-sidebar-style="compact"] .footer {
    padding-left: 9.375rem; }
  [data-sidebar-style="compact"] .content-body {
    margin-left: 9.375rem; } }

@media (min-width: 1199px) {
  [data-layout="horizontal"] .nav-header {
    width: 9.0625rem; }
    [data-layout="horizontal"] .nav-header .nav-control {
      display: none; }
  [data-layout="horizontal"] .header {
    width: calc(100% - 9.0625rem);
    margin-left: 9.0625rem;
    z-index: 9; }
    [data-layout="horizontal"] .header .header-left {
      margin-left: 0; }
  [data-layout="horizontal"] .content-body {
    margin-top: 0;
    margin-left: 0; }
    [data-layout="horizontal"] .content-body .page-titles {
      margin-left: 0;
      margin-right: 0;
      margin-top: -1px;
      margin-bottom: 1.875rem; }
  [data-layout="horizontal"] .footer {
    margin-left: 0;
    margin: 0 auto; }
  [data-layout="horizontal"][data-container="boxed"] .footer {
    margin-left: 0;
    max-width: 1199px;
    margin: 0 auto; }
  [data-layout="horizontal"][data-container="wide"] .page-titles {
    margin-left: -30px;
    margin-right: -30px; }
  [data-layout="horizontal"][data-sidebar-style="compact"] .page-titles {
    margin-top: 0; }
  [data-layout="horizontal"][data-sidebar-style="compact"] .metismenu li > ul {
    top: 4.5625rem; }
  [data-sidebar-style="mini"][data-layout="horizontal"] .nav-header {
    width: 3.75rem; }
  [data-sidebar-style="mini"][data-layout="horizontal"] .header {
    width: calc(100% - 3.75rem);
    margin-left: 3.75rem; }
  [data-sidebar-style="mini"][data-layout="horizontal"] .metismenu > li:hover button,
  [data-sidebar-style="mini"][data-layout="horizontal"] .metismenu > li:hover a {
    width: auto; }
    [data-sidebar-style="mini"][data-layout="horizontal"] .metismenu > li:hover a .nav-text {
      display: none; }
  [data-header-position="fixed"][data-layout="horizontal"][data-sidebar-position="fixed"][data-sidebar-style="compact"] .content-body {
    padding-top: 8.75rem; } }

@keyframes bounce {
  0% {
    transform: translateX(-8%);
    -webkit-transform: translateX(-8%); }
  50% {
    transform: translateX(8%);
    -webkit-transform: translateX(8%); }
  100% {
    transform: translateX(-8%);
    -webkit-transform: translateX(-8%); } }

@-webkit-keyframes bounce {
  0% {
    transform: translateX(-8%);
    -webkit-transform: translateX(-8%); }
  50% {
    transform: translateX(8%);
    -webkit-transform: translateX(8%); }
  100% {
    transform: translateY(-8%);
    -webkit-transform: translateY(-8%); } }

/* =============
   Calendar
============= */
.calendar {
  float: left;
  margin-bottom: 0; }

.fc-view {
  margin-top: 30px; }

.none-border .modal-footer {
  border-top: none; }

.fc-toolbar {
  margin-bottom: 5px;
  margin-top: 15px; }

.fc-toolbar h2 {
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  text-transform: uppercase; }

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active,
.fc-toolbar .ui-state-hover,
.fc-toolbar button:focus,
.fc-toolbar button:hover {
  z-index: 0; }

.fc-widget-header {
  border: 1px solid rgba(120, 130, 140, 0.13) !important; }

.fc-widget-content {
  border: 1px solid rgba(120, 130, 140, 0.13) !important; }

.fc th.fc-widget-header {
  background: rgba(120, 130, 140, 0.13) !important;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 0;
  text-transform: uppercase; }

.fc-button {
  border: 1px solid rgba(120, 130, 140, 0.13) !important;
  text-transform: capitalize; }

.fc-text-arrow {
  font-family: inherit;
  font-size: 16px; }

.fc-event {
  border-radius: 2px;
  border: none;
  cursor: pointer;
  font-size: 13px;
  margin: 5px 7px;
  padding: 5px;
  text-align: center; }

.external-event {
  cursor: move;
  margin: 10px 0;
  padding: 6px 10px; }

.fc-basic-view td.fc-week-number span {
  padding-right: 5px; }

.fc-basic-view td.fc-day-number {
  padding-right: 5px; }

#drop-remove {
  margin: 0;
  top: 3px; }

#add-category .modal-header,
#event-modal .modal-header {
  border-bottom: 1px solid rgba(120, 130, 140, 0.13); }

#add-category .modal-dialog,
#event-modal .modal-dialog {
  max-width: 600px; }

.fc-view.fc-month-view.fc-basic-view,
.fc-view.fc-agendaWeek-view.fc-agenda-view,
.fc-view.fc-agendaDay-view.fc-agenda-view {
  overflow-y: scroll; }

.form-profile__icons button {
  background: none; }

.form-profile__icons li i, .form-profile__icons li span {
  color: #AEB3C5; }

.media-reply {
  margin-bottom: 20px; }
  .media-reply .media-body {
    padding: 20px;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1); }
    .media-reply .media-body .media-body {
      box-shadow: none; }
  .media-reply__link button {
    background: none; }
  .media-reply__link i, .media-reply__link span {
    color: #AFB4C5; }
    .media-reply__link i:hover, .media-reply__link span:hover {
      color: #FF4D87; }

.login-form__btn {
  background: #455F98;
  color: #fff;
  padding: 13px 40px;
  font-size: 14px; }
  .login-form__btn i, .login-form__btn span {
    font-size: 16px;
    padding-right: 5px; }
  .login-form__btn.submit {
    padding: 15px 40px;
    background: #5271ff;
    font-weight: 700; }

.login-form__intro p, .login-form__intro h4 {
  margin-bottom: 0;
  color: #6A7890; }

.login-form__intro h4 {
  padding: 10px 0; }

.login-form__intro a {
  color: #596A81;
  text-decoration: underline; }

.login-input .form-group {
  margin-bottom: 30px; }
  .login-input .form-group label {
    color: #505F76;
    font-size: 15px; }
  .login-input .form-group .form-control {
    background: transparent;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #f5f5f5;
    padding-left: 0;
    color: #7A88A1; }

.form-control:focus {
  box-shadow: none; }
  
.error-text {
  font-size: 5rem;
  line-height: 5rem; }

#combined-bullet {
  height: 450px;
  width: 100%; }

@-webkit-keyframes am-moving-dashes {
  100% {
    stroke-dashoffset: -31px; } }

@keyframes am-moving-dashes {
  100% {
    stroke-dashoffset: -31px; } }

.lastBullet {
  -webkit-animation: am-pulsating 1s ease-out infinite;
  animation: am-pulsating 1s ease-out infinite; }

@-webkit-keyframes am-pulsating {
  0% {
    stroke-opacity: 1;
    stroke-width: 0px; }
  100% {
    stroke-opacity: 0;
    stroke-width: 50px; } }

@keyframes am-pulsating {
  0% {
    stroke-opacity: 1;
    stroke-width: 0px; }
  100% {
    stroke-opacity: 0;
    stroke-width: 50px; } }

.form-group {
  margin-bottom: 20px; }

.input-default {
  border-radius: 4px; }

.input-flat {
  border-radius: 0; }

.input-rounded {
  border-radius: 100px; }

.textarea_editor {
  min-height: 300px; }

.bootstrap-touchspin .input-group-btn,
.bootstrap-touchspin .input-group-prepend,
.bootstrap-touchspin .input-group-append,
.bootstrap-touchspin .form-control {
  margin: 10px 0px 0px; }

.form-check-label {
  margin-left: 5px; }

.form-check-inline .form-check-input {
  margin-right: 0.625rem; }

.daterangepicker td.active {
  background-color: #1976d2; }
  .daterangepicker td.active:hover {
    background-color: #1976d2; }

.datepicker table tr td.today {
  background: #1976d2 none repeat scroll 0 0;
  color: #ffffff; }
  .datepicker table tr td.today:hover {
    background: #1976d2 none repeat scroll 0 0;
    color: #ffffff; }

.datepicker table tr td.today.disabled {
  background: #1976d2 none repeat scroll 0 0;
  color: #ffffff; }
  .datepicker table tr td.today.disabled:hover {
    background: #1976d2 none repeat scroll 0 0;
    color: #ffffff; }

.datepicker td {
  padding: 5px 10px; }

.datepicker th {
  padding: 5px 10px; }

.table td {
  line-height: 1.2;
  vertical-align: middle; }

.table td,
.table th {
  border-color: #f3f3f3; }

.table thead th {
  border-bottom: none;
  border-top: none;
  vertical-align: middle; }

.verticle-middle tr td {
  vertical-align: middle; }

.header-border thead tr th {
  border: 0 solid rgba(120, 130, 140, 0.13);
  font-weight: 700; }

.table-bordered thead td {
  border-bottom-width: 1px; }

.table-bordered thead th {
  border-bottom-width: 1px; }

.table-primary {
  background-color: #ecebfe;
  color: #000; }

.table-secondary {
  background-color: #e3e5f0;
  color: #000; }

.table-success {
  background-color: #d4f4d4;
  color: #000; }

.table-warning {
  background-color: #fbe2cc;
  color: #000; }

.table-danger {
  background-color: #ffdede;
  color: #000; }

.table-info {
  background-color: #cddaff;
  color: #000; }

.table-dark {
  background-color: #838996;
  color: #000; }

.table-active {
  background-color: white;
  color: #000; }

.thead-primary tr th {
  background-color: #5271ff;
  color: #fff;
  border-bottom: 0; }

.thead-secondary tr th {
  background-color: #9097c4;
  color: #fff;
  border-bottom: 0; }

.thead-success tr th {
  background-color: #6fd96f;
  color: #fff;
  border-bottom: 0; }

.thead-info tr th {
  background-color: #4d7cff;
  color: #fff;
  border-bottom: 0; }

.thead-warning tr th {
  background-color: #f29d56;
  color: #fff;
  border-bottom: 0; }

.thead-danger tr th {
  background-color: #ff5e5e;
  color: #fff;
  border-bottom: 0; }

.thead-dark tr th {
  background-color: #464a53;
  color: #fff;
  border-bottom: 0; }

.dataTables_length select:focus {
  background-size: 100% 2px, 100% 1px;
  box-shadow: none;
  outline: medium none;
  transition-duration: 0.3s; }

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_desc_disabled {
  background: transparent; }

table.dataTable thead .sorting_asc::after {
  content: "";
  cursor: pointer;
  font-family: fontawesome;
  margin-left: 10px; }

table.dataTable thead .sorting_desc::after {
  content: "";
  cursor: pointer;
  font-family: fontawesome;
  margin-left: 10px; }

table.dataTable thead .sorting::after {
  content: "";
  cursor: pointer;
  font-family: fontawesome !important;
  margin-left: 10px; }

.accordion .card {
  margin-bottom: 7px; }

.badge {
  font-weight: 400;
  padding: 0.35em 0.45em; }

.label {
  padding: 7px 10px;
  line-height: 15px;
  font-weight: 600;
  border-radius: 4px;
  font-size: 85%; }

.label-pill {
  border-radius: 10rem;
  padding-left: 0.6em;
  padding-right: 0.6em; }

.label-rounded {
  border-radius: 60px; }

.label-secondary {
  background-color: #5271ff;
  color: #fff; }

.label-primary {
  background-color: #9097c4;
  color: #fff; }

.label-success {
  background-color: #6fd96f;
  color: #fff; }

.label-info {
  background-color: #4d7cff;
  color: #fff; }

.label-warning {
  background-color: #f29d56;
  color: #fff; }

.label-danger {
  background-color: #ff5e5e;
  color: #fff; }

.label-dark {
  background-color: #464a53;
  color: #fff; }

.label-light {
  background-color: #5e5e5e;
  color: #fff; }

.bootstrap-label .label {
  margin-bottom: 10px;
  display: inline-block; }

.page-titles {
  padding: 0.9375rem 1.875rem;
  background: #F3F3F9;
  transition: all .2s ease; }
  @media only screen and (max-width: 767px) {
    .page-titles {
      margin-left: -15px;
      margin-right: -15px;
      padding: 15px 0; } }
  .page-titles h4 {
    margin-bottom: 0;
    margin-top: 0;
    color: #5271ff;
    font-size: 1.25rem; }
    .page-titles h4 span {
      font-size: 0.875rem;
      font-weight: 400; }
  .page-titles .breadcrumb {
    margin-bottom: 0;
    padding: 0;
    background: transparent;
    font-size: 0.875rem;
    float: right; }
    .page-titles .breadcrumb li {
      margin-top: 0;
      margin-bottom: 0; }
      .page-titles .breadcrumb li a {
        color: #555555; }
      .page-titles .breadcrumb li.active {
        color: #555555; }
    .page-titles .breadcrumb .breadcrumb-item + .breadcrumb-item:before {
      content: "\e606";
      font-family: 'simple-line-icons';
      font-size: 10px;
      color: #555555; }
    .page-titles .breadcrumb-datepicker {
      font-size: 0.75rem;
      color: #8898aa; }
      .page-titles .breadcrumb-datepicker__icon {
        font-size: 0.875rem; }

.btn-page .btn {
  margin-bottom: 10px;
  margin-right: 5px; }

.btn {
  padding: 7px 18px; }
  .btn:active, .btn:focus, .btn:hover {
    box-shadow: none !important; }

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem !important; }

.btn-flat {
  border-radius: 0; }

.btn-rounded {
  border-radius: 60px; }

.btn-icon-right {
  border-left: 1px solid rgba(120, 130, 140, 0.13);
  display: inline-block;
  margin: -8px 0 -8px 13px;
  padding: 10px 0 10px 13px; }

.btn-icon-left {
  background: #fff;
  border-radius: 100px;
  display: inline-block;
  margin: -5px 13px -5px -15px;
  padding: 5px 10px 6px; }

.toggle-dropdown::after {
  margin-left: 0.755em; }

.social-btn-icon .btn {
  min-width: 75px;
  margin-bottom: 15px; }
    
.btn-outline-secondary {
  color: #464a53; }
  .btn-outline-secondary:active, .btn-outline-secondary:focus {
    background: #6f78b2;
    color: #fff;
    border-color: #6f78b2; }

.btn-outline-dark:active, .btn-outline-dark:focus, .btn-outline-dark:hover {
  background: #2f3137;
  color: #fff;
  border-color: #2f3137; }

.btn-facebook {
  background: #3b5998;
  border-color: #3b5998;
  color: #fff; }
  .btn-facebook:active, .btn-facebook:focus, .btn-facebook:hover {
    background: #2d4373;
    color: #fff;
    border-color: #2d4373; }

.btn-google-plus {
  background: #db4439;
  border-color: #db4439;
  color: #fff; }
  .btn-google-plus:active, .btn-google-plus:focus, .btn-google-plus:hover {
    background: #be2d23;
    color: #fff;
    border-color: #be2d23; }


.dropdown-toggle:focus {
  box-shadow: none !important; }

.dropdown-outline {
  border: 1px solid #5271ff; }

.dropdown-menu {
  font-size: inherit; }

.browser .progress {
  height: 8px; }

.default-tab .nav-link {
  background: transparent;
  border-radius: 0px;
  font-weight: 500; }

.error-content {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column; }

.error-text {
  font-size: 5rem;
  line-height: 5rem;
  color: #5271ff; }

.form-input-content {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column; }


@media (max-width: 767px) {
  .icons {
    position: static !important; }
    .icons .dropdown-profile {
      width: 17.5rem; } }

/*  10 - media screen and (max-width: 320px)
---------------------------------------------------------------------- */
@media (min-width: 320px) and (max-width: 359px) {
  .icons {
    position: static !important; }
    .icons .dropdown-profile {
      width: 17.5rem; }
}

@media (min-width: 992px) {
  [data-container="boxed"] #main-wrapper {
    max-width: 1199px;
    margin: 0 auto; }
    [direction="rtl"][data-container="boxed"] #main-wrapper {
      text-align: right; } }

@media only screen and (min-width: 1350px) {
  [data-layout="vertical"][data-sidebar-style="overlay"][data-container="boxed"][data-header-position="fixed"] .header {
    width: calc(1199px - 15.1875rem); } }

@media only screen and (min-width: 1200px) and (max-width: 1349px) {
  [data-layout="vertical"][data-sidebar-style="overlay"][data-container="boxed"][data-header-position="fixed"] .header {
    width: calc(1199px - 14.375rem); } }

[data-layout="horizontal"][data-container="boxed"][data-header-position="fixed"] .header {
  width: calc(1199px - 9.0625rem); }

[data-layout="horizontal"][data-container="boxed"][data-header-position="fixed"][data-sidebar-style="mini"] .header {
  width: calc(1199px - 3.75rem); }

[data-container="boxed"] .metismenu.fixed {
  left: auto;
  max-width: 1199px; }

[data-container="boxed"] .page-titles {
  margin-bottom: 3rem;
  padding: 15px 15px; }

[data-container="boxed"] .content-body .container-fluid {
  padding: 0.9375rem 0 0; }

[data-container="boxed"][data-layout="vertical"] .page-titles {
  margin-left: 0;
  margin-right: 0; }

[data-layout="vertical"][data-container="boxed"][data-sidebar-position="fixed"][data-header-position="static"][data-sidebar-style="overlay"] .nav-header {
  position: absolute; }

@media (min-width: 992px) {
  [data-container="wide-boxed"] #main-wrapper {
    width: 90%;
    margin: 0 auto; } }

@media (min-width: 992px) {
  [data-container="wide-boxed"][data-sidebar-style="full"] .header {
    width: calc(100% - 27.5rem); }
  [data-container="wide-boxed"][data-sidebar-style="full"] .menu-toggle .header {
    width: calc(100% - 6rem); }
  [data-header-position="fixed"][data-container="wide-boxed"][data-sidebar-style="full"] .header {
    width: calc(90% - 27.5rem); }
  [data-header-position="fixed"][data-container="wide-boxed"][data-sidebar-style="full"] .menu-toggle .header {
    width: calc(90% - 6rem); } }

@media (min-width: 992px) {
  [data-container="wide-boxed"][data-sidebar-style="mini"] .header {
    width: calc(100% - 6rem); }
  [data-header-position="fixed"][data-container="wide-boxed"][data-sidebar-style="mini"] .header {
    width: calc(90% - 6rem); } }

@media (min-width: 992px) {
  [data-container="wide-boxed"][data-sidebar-style="compact"] .header {
    width: calc(100% - 15rem); }
  [data-header-position="fixed"][data-container="wide-boxed"][data-sidebar-style="compact"] .header {
    width: calc(90% - 15rem); } }

@media (min-width: 992px) {
  [data-container="wide-boxed"][data-sidebar-style="overlay"] .header {
    width: calc(100% - 27.5rem); }
  [data-header-position="fixed"][data-container="wide-boxed"][data-sidebar-style="overlay"] .header {
    width: calc(90% - 27.5rem); } }

[data-layout="horizontal"][data-container="wide-boxed"] .header {
  width: calc(100% - 14.5rem); }

[data-sidebar-style="full"][data-header-position="fixed"][data-layout="horizontal"][data-container="wide-boxed"] .header {
  width: calc(90% - 14.5rem); }

[data-sidebar-style="mini"][data-layout="horizontal"][data-container="wide-boxed"] .header {
  width: calc(100% - 6rem); }
/*# sourceMappingURL=style.css.map */
