@import "../css/bootstrap.min.css";
@import "../css/themefonts.css";
@import "../css/font-awesome.min.css";
@import "../css/bootstrap-datepicker.min.css";
@import "../css/ionicons.min.css";
@import "../css/magicsuggest-min.css";
@import "../css/highcharts.css";
@import "../plugins/noty/css/noty.css";
@import "../plugins/fancy-box/jquery.fancybox.min.css";
/* Import Less Files */
/* Font Family */
/* Layout */
/* Mixins */
/* CSS Property */
/* Colors */
/* TypoGraphy Colors */
/* Mixins */
.menu_hover {
  -webkit-transition: all 350ms;
  -moz-transition: all 350ms;
  -ms-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms;
}
.primary_white {
  background: #4adcc5;
  color: #fff;
}
/* Mixin Gradient */
.gradient_primary {
  background-image: linear-gradient(108deg, #36d1dc, #5b86e5);
}
.gradient_green {
  background-image: linear-gradient(to right, #13bcae, #38ef7d);
}
.gradient_yellow {
  background-image: linear-gradient(to right, #f7971e, #ffd200);
}
.gradient_pink_dark {
  background-image: linear-gradient(to right, #da4453, #89216b);
}
.gradient_animation_primary {
  background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
  background-size: 400% 400%;
  -webkit-animation: Gradient 15s ease infinite;
  -moz-animation: Gradient 15s ease infinite;
  animation: Gradient 15s ease infinite;
}
@-webkit-keyframes Gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-moz-keyframes Gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes Gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
/* Import Less File */
/* =================================================================== 
						NAVIGATION MENU
======================================================================*/
.navbar-header {
  line-height: 90px;
  display: inline-block;
}
.navbar-brand {
  display: inline-block;
  margin: 0 !important;
  padding: 0;
  line-height: 90px;
  height: auto;
  padding: 0 15px;
  vertical-align: middle;
}
.navbar-brand img {
  max-width: 56px;
  display: inline-block;
  -webkit-transition: width 350ms;
  -moz-transition: width 350ms;
  -ms-transition: width 350ms;
  -o-transition: width 350ms;
  transition: width 350ms;
}
.navbar-default {
  background-image: linear-gradient(93deg, #3ae5c3, #231e85);
  margin-bottom: 0;
}
.navbar-default .menu-inline > li > a {
  display: inline-block;
  font-size: 19px;
  font-weight: 500;
  text-transform: capitalize;
  color: #fff;
  vertical-align: middle;
  font-family: 'CorpSansRd Bold Cnd';
  -webkit-transition: all 350ms;
  -moz-transition: all 350ms;
  -ms-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms;
}
.navbar-default .menu-inline > li > a small {
  display: block;
  line-height: 1;
  position: absolute;
  top: 20px;
  font-size: 60%;
}
.navbar-default .menu-inline > li > a i {
  font-size: 80%;
  -webkit-transition: all 350ms;
  -moz-transition: all 350ms;
  -ms-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms;
  display: inline-block;
}
.navbar-default .menu-inline > li.open > a i {
  -webkit-transition: all 350ms;
  -moz-transition: all 350ms;
  -ms-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.navbar-default .menu-inline.nav-left > li > a.active,
.navbar-default .menu-inline.nav-left > li > a:hover,
.navbar-default .menu-inline.nav-left > li > a:focus {
  -webkit-transition: all 350ms;
  -moz-transition: all 350ms;
  -ms-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms;
}
.navbar-default .menu-inline.nav-left > li.active > a,
.navbar-default .menu-inline.nav-left > li:hover > a,
.navbar-default .menu-inline.nav-left > li:focus > a {
  -webkit-transition: all 350ms;
  -moz-transition: all 350ms;
  -ms-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms;
}
.navbar-default .navbar-right > li.notifi {
  position: relative;
}
.navbar-default .navbar-right > li.notifi > a i {
  height: 40px;
  width: 40px;
  line-height: 40px;
  font-size: 24px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  background: transparent;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.navbar-default .navbar-right > li.notifi > a .notifi-count {
  width: 20px;
  height: 20px;
  color: #fff;
  display: inline-block;
  line-height: 20px;
  text-align: center;
  font-size: 9px;
  position: absolute;
  top: 25px;
  right: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background: #ff9e72;
}
.navbar-default .navbar-right > li.notifi .dropdown-menu {
  min-width: 300px;
  max-height: 300px;
  overflow-y: auto;
}
.navbar-default .navbar-right > li.notifi .dropdown-menu > li > a {
  position: relative;
  padding-left: 40px;
}
.navbar-default .navbar-right > li.notifi .dropdown-menu > li > a::before {
  content: none;
}
.navbar-default .navbar-right > li.notifi .dropdown-menu > li > a::after {
  position: absolute;
  height: 4px;
  width: 4px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #4adcc5;
  left: 20px;
  top: 20px;
  content: '';
}
.navbar-default .navbar-right > li.notifi .dropdown-menu > li > a .notifi-time {
  font-size: 11px;
  display: table-cell;
  float: right;
  margin-top: 3px;
  color: #777777;
}
.navbar-default .navbar-right > li.profile > a .profile-pic {
  margin-left: 20px;
  display: inline-block;
  max-width: 55px;
  height: 55px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.navbar-default .dropdown-header {
  padding-top: 0;
}
.navbar-default .dropdown-header .dropdown-header-inner {
  margin: 0 -20px;
  background-image: linear-gradient(108deg, #36d1dc, #5b86e5);
  color: #fff;
  padding: 12px 12px;
  text-align: center;
}
.navbar-default .dropdown-header .dropdown-header-inner span {
  display: block;
}
.navbar-default .dropdown-header .dropdown-header-inner span.dropdown-header-title {
  font-size: 16px;
  font-family: 'CorpSansRd Bold Cnd';
}
.navbar-default .dropdown-header .dropdown-header-inner span.dropdown-header-subtitle {
  margin-top: 5px;
  font-size: 15px;
  font-family: 'CorpSansRd Medium Cnd';
}
.navbar-default .center-logo {
  padding-top: 15px;
}
.navbar-default .center-logo img {
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
/* Navbar Hot Hover changes */
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  color: #f1f1f1;
  background: transparent;
}
/* Nav Bar Toggle */
.navbar-toggle-icon {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 0 auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
/* Icon 2 */
.navbar-toggle-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 50%;
  background: #fff;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.navbar-toggle-icon span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0;
}
.navbar-toggle-icon span:nth-child(odd) {
  left: 0px;
  border-radius: 9px 0 0 9px;
}
.navbar-toggle-icon span:nth-child(1),
.navbar-toggle-icon span:nth-child(2) {
  top: 0px;
}
.navbar-toggle-icon span:nth-child(3),
.navbar-toggle-icon span:nth-child(4) {
  top: 10px;
}
.navbar-toggle-icon span:nth-child(5),
.navbar-toggle-icon span:nth-child(6) {
  top: 20px;
}
.navbar-toggle-icon.open span:nth-child(1),
.navbar-toggle-icon.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.navbar-toggle-icon.open span:nth-child(2),
.navbar-toggle-icon.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.navbar-toggle-icon.open span:nth-child(1) {
  left: 5px;
  top: 7px;
}
.navbar-toggle-icon.open span:nth-child(2) {
  left: calc(45%);
  top: 7px;
}
.navbar-toggle-icon.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}
.navbar-toggle-icon.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}
.navbar-toggle-icon.open span:nth-child(5) {
  left: 5px;
  top: 19px;
}
.navbar-toggle-icon.open span:nth-child(6) {
  left: calc(45%);
  top: 19px;
}
/* Customize */
.navbar-default .navbar-toggle {
  background: transparent;
  border: none;
  top: 27px;
  right: 25px;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle.active {
  background: transparent;
  border: none;
}
/* Notification */
@-webkit-keyframes spaceboots {
  0% {
    -webkit-transform: translate(2px, 1px) rotate(0deg);
  }
  10% {
    -webkit-transform: translate(-1px, -2px) rotate(-1deg);
  }
  20% {
    -webkit-transform: translate(-3px, 0px) rotate(1deg);
  }
  30% {
    -webkit-transform: translate(0px, 2px) rotate(0deg);
  }
  40% {
    -webkit-transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    -webkit-transform: translate(-1px, 2px) rotate(-1deg);
  }
  60% {
    -webkit-transform: translate(-3px, 1px) rotate(0deg);
  }
  70% {
    -webkit-transform: translate(2px, 1px) rotate(-1deg);
  }
  80% {
    -webkit-transform: translate(-1px, -1px) rotate(1deg);
  }
  90% {
    -webkit-transform: translate(2px, 2px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(1px, -2px) rotate(-1deg);
  }
}
.notify:hover a > i,
.notify:focus a > i {
  -webkit-animation-name: spaceboots;
  -webkit-animation-duration: 0.8s;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
}
.mega-menu .dropdown-menu > li a.megamenu-title {
  font-size: 18px;
  color: #383892;
  font-family: 'CorpSansRd Bold Cnd';
  position: relative;
  border-bottom: 1px solid #383892;
  /*  &::before{
                        display: none;
                        content: none;
                        
                    } */
  /*  &:hover, &:focus{
                        padding-left: 20px;
                    } */
}
.mega-menu .dropdown-menu > li a.megamenu-title.collapsed {
  position: relative;
}
.mega-menu .dropdown-menu > li a.megamenu-title.collapsed::after {
  content: "\f067";
  display: inline-block;
  position: absolute;
  right: 0;
  top: 5px;
  font-family: FontAwesome;
}
.mega-menu .dropdown-menu > li a.megamenu-title::after {
  content: "\f068";
  padding-right: 5px;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 5px;
  font-family: FontAwesome;
}
.mega-menu .dropdown-menu .menu-bar {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.mega-menu .dropdown-menu .menu-bar .menu-bar-inner {
  display: block;
  float: left;
  width: 22%;
  margin: 0 15px 15px;
}
.mega-menu .dropdown-menu .menu-bar .menu-bar-inner a {
  display: block;
  /* padding: 5px 0; */
}
.mega-menu .dropdown-menu .menu-bar .menu-bar-inner a.megamenu-title:hover,
.mega-menu .dropdown-menu .menu-bar .menu-bar-inner a.megamenu-title:focus,
.mega-menu .dropdown-menu .menu-bar .menu-bar-inner a.megamenu-title:active {
  padding-left: 0;
}
/* Import Css files */
/* General Css */
body {
  color: #333333;
  font-family: 'CorpSansRd Cnd';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 1px;
  overflow-x: hidden;
  position: relative;
  background: #f2f7fc;
  -webkit-font-smoothing: antialiased !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.title {
  font-family: 'CorpSansRd Bold Cnd';
}
.tooltip-inner {
  font-family: 'CorpSansRd Cnd';
}
hr.md {
  margin-top: 30px;
  margin-bottom: 30px;
}
/* Layout Css */
.container {
  max-width: 1920px;
  width: 100%;
}
.row {
  margin-bottom: 30px;
}
.row:last-child {
  margin-bottom: 0;
}
p {
  color: #333333;
  margin-bottom: 10px;
}
p:last-child {
  margin-bottom: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #3f474e;
  margin-bottom: 15px;
  font-weight: 400;
  margin-top: 0;
}
h1 {
  font-size: 60px;
  line-height: 60px;
  letter-spacing: -1px;
}
h2 {
  font-size: 46px;
  line-height: 50px;
  letter-spacing: -0.5px;
}
h3 {
  font-size: 36px;
  line-height: 40px;
  letter-spacing: -0.5px;
}
h4 {
  font-size: 28px;
  line-height: 30px;
  letter-spacing: -0.5px;
}
h5 {
  font-size: 22px;
  line-height: 26px;
  letter-spacing: -0.5px;
}
h6 {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 10px;
  letter-spacing: -0.5px;
}
a {
  -webkit-transition: all 350ms;
  -moz-transition: all 350ms;
  -ms-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms;
  color: #4adcc5;
}
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
  -webkit-transition: all 350ms;
  -moz-transition: all 350ms;
  -ms-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms;
  color: #67b8f9;
}
button {
  -webkit-transition: all 350ms;
  -moz-transition: all 350ms;
  -ms-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms;
}
button:hover,
button:focus {
  -webkit-transition: all 350ms;
  -moz-transition: all 350ms;
  -ms-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms;
}
/* Column and row */
.bs-col-space-none div[class^="col-"],
.bs-col-space-none .row {
  padding: 0;
  margin: 0;
}
.row {
  margin-bottom: 30px;
}
.row:last-child {
  margin-bottom: 0;
}
/* List */
ul {
  list-style: none;
  padding: 0;
}
/* Typography */
.typo-thin {
  font-weight: 300;
}
.typo-secondary p,
.typo-secondary a,
.typo-secondary h1,
.typo-secondary h2,
.typo-secondary h3,
.typo-secondary h4,
.typo-secondary h5,
.typo-secondary h6,
.typo-secondary span,
.typo-secondary li,
.typo-secondary small {
  color: #383892;
}
.typo-green p,
.typo-green a,
.typo-green h1,
.typo-green h2,
.typo-green h3,
.typo-green h4,
.typo-green h5,
.typo-green h6,
.typo-green span,
.typo-green li,
.typo-green small {
  color: #30e1a5;
}
.typo-red p,
.typo-red a,
.typo-red h1,
.typo-red h2,
.typo-red h3,
.typo-red h4,
.typo-red h5,
.typo-red h6,
.typo-red span,
.typo-red li,
.typo-red small {
  color: #fd7183;
}
.typo-primary-light p,
.typo-primary-light a,
.typo-primary-light h1,
.typo-primary-light h2,
.typo-primary-light h3,
.typo-primary-light h4,
.typo-primary-light h5,
.typo-primary-light h6,
.typo-primary-light span,
.typo-primary-light li,
.typo-primary-light small {
  color: #3f7ca7;
}
.typo-white p,
.typo-white a,
.typo-white h1,
.typo-white h2,
.typo-white h3,
.typo-white h4,
.typo-white h5,
.typo-white h6 {
  color: #fff;
}
.typo-white p,
.typo-white a {
  color: rgba(255, 255, 255, 0.8);
}
.typo-white a:hover,
.typo-white a:focus {
  color: #fff;
}
.typo-black,
.typo-black p,
.typo-black a,
.typo-black h1,
.typo-black h2,
.typo-black h3,
.typo-black h4,
.typo-black h5,
.typo-black h6,
.typo-white .typo-black,
.typo-white .typo-black p,
.typo-white .typo-black a,
.typo-white .typo-black h1,
.typo-white .typo-black h2,
.typo-white .typo-black h3,
.typo-white .typo-black h4,
.typo-white .typo-black h5,
.typo-white .typo-black h6 {
  color: #2e2b2b;
}
/* Colors */
.error,
.mandatory,
.mandatory-color {
  color: #D0021B;
}
.color-primary {
  color: #4adcc5;
}
.color-secondary {
  color: #383892;
}
.text-light-green {
  color: #7fc149;
}
.text-dark-yellow {
  color: #f5a623!important;
}
.text-brown {
  color: #8b572a!important;
}
/* Table */
.table {
  border: 1px solid #c8dbef;
}
.table:last-child {
  margin-bottom: 0;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 20px;
  border: 1px solid #c8dbef;
  color: #383892;
}
.table-light.table > thead > tr > th,
.table-light.table > tbody > tr > th,
.table-light.table > tfoot > tr > th,
.table-light.table > thead > tr > td,
.table-light.table > tbody > tr > td,
.table-light.table > tfoot > tr > td {
  background: #fff;
}
.table-white.table > thead > tr > th,
.table-white.table > tbody > tr > th,
.table-white.table > tfoot > tr > th,
.table-white.table > thead > tr > td,
.table-white.table > tbody > tr > td,
.table-white.table > tfoot > tr > td {
  background: #fff;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
.text-center.table > thead > tr > th,
.text-center.table > tbody > tr > th,
.text-center.table > tfoot > tr > th,
.text-center.table > thead > tr > td,
.text-center.table > tbody > tr > td,
.text-center.table > tfoot > tr > td {
  text-align: center;
}
.table > thead > tr.text-red > th,
.table > tbody > tr.text-red > th,
.table > tfoot > tr.text-red > th,
.table > thead > tr.text-red > td,
.table > tbody > tr.text-red > td,
.table > tfoot > tr.text-red > td {
  color: #D0021B;
}
.table > tbody > tr.last-row td {
  color: #383892;
  font-size: 22px;
  font-weight: bold;
  text-align: right;
}
.table > tbody > tr.last-row td:first-child {
  text-align: left;
}
.table > thead > tr > th,
.table > thead > tr > td {
  background: #f2f7fc;
}
.table-light.table > thead > tr > th,
.table-light.table > thead > tr > td {
  background: #fff;
}
.table > thead > tr.bg-fill th {
  background: #d3efff;
  vertical-align: middle;
}
.table-striped > thead > tr th {
  border: 0px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #ffffff;
}
.table-striped > tbody > tr:nth-of-type(even) {
  background-color: #F8FcFF;
}
.table-striped > tbody > tr td {
  border: 0px;
}
/* Widget Table */
.widget-table .table > thead > tr > th,
.widget-table .table > tbody > tr > th,
.widget-table .table > tfoot > tr > th,
.widget-table .table > thead > tr > td,
.widget-table .table > tbody > tr > td,
.widget-table .table > tfoot > tr > td {
  padding: 10px 20px;
  border: 1px solid #0cc19d;
}
.widget-table .table > thead > tr > th:last-child,
.widget-table .table > tbody > tr > th:last-child,
.widget-table .table > tfoot > tr > th:last-child,
.widget-table .table > thead > tr > td:last-child,
.widget-table .table > tbody > tr > td:last-child,
.widget-table .table > tfoot > tr > td:last-child {
  text-align: right;
}
.widget-table .table > thead > tr th {
  background-color: #0cc19d;
  color: #fff;
  font-weight: bold;
}
.widget-table .table > tfoot > tr td {
  color: #3f7ca7;
  font-weight: 600;
}
/* Layout */
section,
.page-content {
  padding-top: 40px;
  padding-bottom: 40px;
}
section .section-space-sm,
.page-content .section-space-sm {
  padding-top: 40px;
  padding-bottom: 40px;
}
.page-main-content {
  padding: 28px 0 50px;
}
.page-main-content.page-boxed {
  padding: 15px 0;
  margin: 0 15px;
  background: #ffffff;
}
.page-content-boxed {
  background: #fff;
  padding: 30px 34px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
.page-content-boxed.margin-lt-rt {
  margin: 0 15px;
}
.boxed-content {
  background: #f5f5f5;
  padding: 20px 30px;
}
.page-alert {
  background: #fff;
  padding: 24px 30px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
/* Bg */
.bg-fit {
  background-size: cover;
}
/* Spacings */
.pad-none {
  padding: 0;
}
.pad-tb-none {
  padding-top: 0;
  padding-bottom: 0;
}
/* Margin Space None */
.m-none {
  margin: none;
}
.mt-none {
  margin-top: none;
}
.mb-none {
  margin-bottom: none;
}
.mt-15 {
  margin-top: 15px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-30 {
  margin-top: 30px;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-30 {
  margin-bottom: 30px;
}
.pt-15 {
  padding-top: 15px;
}
/* Button */
.btn,
button {
  text-align: center;
  cursor: pointer;
  padding: 12px 38px;
  font-size: 15px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  font-family: 'CorpSansRd Bold Cnd';
  outline: 0;
  border: none;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
  background: linear-gradient(108deg, #36d1dc, #5b86e5);
  -webkit-transition: all 350ms;
  -moz-transition: all 350ms;
  -ms-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms;
}
.btn:hover,
button:hover,
.btn:focus,
button:focus {
  color: #fff;
  background: linear-gradient(108deg, #5b86e5, #36d1dc);
  -webkit-transition: all 350ms;
  -moz-transition: all 350ms;
  -ms-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms;
  outline: none;
}
.btn i,
button i {
  margin-right: 8px;
}
.icon-sqr.btn i,
.icon-sqrbutton i {
  background: #4adcc5;
  color: #fff;
  width: 20px;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  padding-left: 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.btn.btn-theme,
button.btn-theme {
  background: #383892;
}
.btn.btn-theme:hover,
button.btn-theme:hover,
.btn.btn-theme:focus,
button.btn-theme:focus,
.btn.btn-theme.active,
button.btn-theme.active {
  background: #4adcc5;
}
.btn.btn-secondary,
button.btn-secondary {
  background: #4adcc5;
}
.btn.btn-secondary:hover,
button.btn-secondary:hover,
.btn.btn-secondary:focus,
button.btn-secondary:focus,
.btn.btn-secondary.active,
button.btn-secondary.active {
  background: #383892;
}
.btn.btn-grey,
button.btn-grey,
.btn.btn-gray,
button.btn-gray {
  background: #82b1c0;
}
.btn.btn-grey:hover,
button.btn-grey:hover,
.btn.btn-gray:hover,
button.btn-gray:hover,
.btn.btn-grey:focus,
button.btn-grey:focus,
.btn.btn-gray:focus,
button.btn-gray:focus,
.btn.btn-grey.active,
button.btn-grey.active,
.btn.btn-gray.active,
button.btn-gray.active {
  background: #383892;
}
.btn.btn-sqr,
button.btn-sqr {
  padding: 12px 18px;
}
.btn.btn-sqr i,
button.btn-sqr i {
  margin-right: 0;
}
.btn.btn-danger,
button.btn-danger {
  padding: 12px 18px;
  background: #fd7183;
}
.btn.btn-link,
button.btn-link {
  background: transparent;
  padding: 0;
  color: #4adcc5;
}
.btn.btn-link:hover,
button.btn-link:hover,
.btn.btn-link:focus,
button.btn-link:focus {
  color: #383892;
  text-decoration: none;
}
.btn.btn-close,
button.btn-close {
  background: #fd7183;
  opacity: 1;
  height: 20px;
  display: block;
  width: 20px;
  text-shadow: none;
  color: #fff !important;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  padding: 0;
  margin: 0;
  font-weight: normal;
}
.btn.btn-close:hover,
button.btn-close:hover,
.btn.btn-close:focus,
button.btn-close:focus {
  color: #383892;
  text-decoration: none;
}
.btn.btn-add,
button.btn-add {
  font-family: 'CorpSansRd Medium Cnd';
  background-image: none;
  background: #4adcc5;
  padding: 10px 24px 13px;
  text-transform: capitalize;
  font-size: 16px;
}
.btn.btn-add:hover,
button.btn-add:hover,
.btn.btn-add:focus,
button.btn-add:focus,
.btn.btn-add.active,
button.btn-add.active {
  background: #383892;
  background-image: none;
}
.btn.btn-sm,
button.btn-sm {
  padding: 2px 8px;
  font-size: 12px;
  letter-spacing: 0;
  text-transform: capitalize;
}
.btn.btn-green,
button.btn-green {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background: #70ae98;
}
.btn.btn-red,
button.btn-red {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background: #ca7e8d;
}
.btn.btn-light-blue,
button.btn-light-blue {
  background: #84e4f8;
}
.btn.btn-yellow,
button.btn-yellow {
  background: #fbce58;
}
.btn.btn-white,
button.btn-white {
  background: #fff;
  color: #fd7183;
  padding: 6px 15px;
}
.btn.btn-white i,
button.btn-white i {
  font-size: 26px;
  margin-right: 0;
}
.btn.btn-border,
button.btn-border {
  background: transparent;
  color: #3f7ca7;
  border: 1px solid #4adcc5;
  padding: 10px 20px;
}
.btn.btn-border:hover,
button.btn-border:hover {
  background: linear-gradient(108deg, #36d1dc, #5b86e5);
  color: #fff;
}
.btn.btn-border i,
button.btn-border i {
  font-weight: bold;
}
.btn.btn-border i:before,
button.btn-border i:before {
  font-size: 30px;
  line-height: 21px;
  vertical-align: top;
}
/* Common Radio Button */
.common-radio-button {
  line-height: 34px;
}
.common-radio-button.flex {
  display: inline-block;
}
.common-radio-button [type="radio"]:checked,
.common-radio-button [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.common-radio-button [type="radio"]:checked + label,
.common-radio-button [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 25px;
  padding-right: 15px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
}
.common-radio-button [type="radio"]:checked + label:before,
.common-radio-button [type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  background: #9697a9;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
.common-radio-button [type="radio"]:checked + label:after,
.common-radio-button [type="radio"]:not(:checked) + label:after {
  content: '';
  width: 10px;
  height: 10px;
  background: #ffffff;
  position: absolute;
  top: 4px;
  left: 4px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.common-radio-button [type="radio"]:checked + label::before {
  background: #383892;
}
.common-radio-button [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.common-radio-button [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
/* Toogle Radio Switch */
.radio-switch {
  background-color: #eee;
  display: flex;
  width: max-content;
  width: -moz-max-content;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  position: relative;
}
.radio-switch .radio-switch-toggle-outer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.radio-switch .radio-switch-toggle {
  position: relative;
  display: block;
  width: 50%;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background-color: #34a852;
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 350ms;
  -moz-transition: all 350ms;
  -ms-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms;
}
.radio-switch .input-2:checked ~ .radio-switch-toggle-outer .radio-switch-toggle {
  background-color: #ea4335;
  transform: translate3d(100%, 0, 0);
}
.radio-switch input {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}
.radio-switch input + label {
  position: relative;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #3f7ca7;
  padding: 10px 15px;
  line-height: 1.4;
  min-width: 95px;
  z-index: 2;
  cursor: pointer;
  background-color: transparent;
  -webkit-transition: all 350ms;
  -moz-transition: all 350ms;
  -ms-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms;
}
.radio-switch input:checked + label {
  color: #fff;
  -webkit-transition: all 350ms;
  -moz-transition: all 350ms;
  -ms-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms;
}
.radio-switch input:not(:checked) + label {
  opacity: 0.5;
}
/* Section title */
.section-title {
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 20px;
}
.section-title .title {
  display: inline-block;
  padding-bottom: 20px;
  margin-bottom: -1px;
  border-bottom: 3px solid #4adcc5;
  color: #4adcc5;
}
.section-title .title small {
  display: block;
  margin-top: 6px;
  color: #4adcc5;
}
.section-title p {
  font-size: 18px;
}
.section-title .right-text {
  float: right;
  color: #4adcc5;
  font-family: 'CorpSansRd Bold Cnd';
}
.section-title.no-divider {
  border-bottom: 0;
}
.section-title.no-divider .title {
  border-bottom: none;
  padding-bottom: 0;
}
.section-title.no-text-divider .title {
  border-bottom: none;
}
.section-title.no-title-divider {
  border-bottom: none;
}
.section-title.style-plain .title {
  color: #383892;
}
.section-title.style-plain p {
  color: #383892;
}
/* Section */
.section-details .title {
  font-size: 18px;
  display: block;
  color: #383892;
}
.section-details .top-description,
.section-details .bottom-description {
  display: block;
  font-weight: 500;
  color: #383892;
}
.section-info {
  display: block;
  color: #383892;
}
.section-info li {
  display: block;
  float: left;
  color: #383892;
  font-weight: bold;
}
.section-info li:nth-child(1) {
  width: 40%;
}
.section-info li:nth-child(2) {
  width: 10%;
}
.section-info li:nth-child(3) {
  width: 50%;
}
.section-card {
  text-align: center;
  padding: 10px 15px;
  background: #d9f9ff;
  display: block;
  float: right;
  width: 35%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.section-card span {
  display: block;
  color: #383892;
}
.section-card span.card-label {
  font-weight: 500;
}
.section-card span.card-value {
  font-size: 18px;
  font-weight: bold;
}
.section-view-info .card-img-block {
  display: block;
  float: left;
  line-height: 0;
  margin: 10px;
}
.section-view-info .card-img-block a {
  width: 100px;
  height: 100px;
  display: inline-block;
}
.section-view-info .card-img-block a img {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.section-card-view {
  display: inline-block;
  width: 100%;
  padding-bottom: 15px;
}
.section-card-view .section-view-data {
  width: 100%;
  display: block;
}
.section-card-view .section-view-data li {
  display: block;
  float: left;
  color: #383892;
  font-weight: bold;
  padding-bottom: 15px;
}
.section-card-view .section-view-data li:nth-child(1) {
  width: 50%;
}
.section-card-view .section-view-data li:nth-child(2) {
  width: 50%;
  font-weight: 500;
}
/* Card Info Value */
.card-info-value {
  margin-top: 15px;
}
.card-info-value p {
  font-size: 20px;
  color: #3f7ca7;
  font-weight: bold;
}
.card-info-value .card-alert {
  padding: 5px 15px;
  background: #ffe8e1;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.card-info-value .card-alert p {
  display: inline-block;
  color: #e26153;
  font-weight: 500;
}
.card-info-value .card-alert p i {
  font-weight: bold;
  font-size: 22px;
  margin-right: 10px;
}
/* Breadcrumb */
.breadcrumb {
  color: #3f7ca7;
  background: transparent;
  padding: 0;
  margin-bottom: 5px;
}
.breadcrumb li a {
  color: #3f7ca7;
}
.breadcrumb li a:hover,
.breadcrumb li a:focus,
.breadcrumb li a.active {
  color: #383892;
}
.breadcrumb li.active {
  color: #3f7ca7;
}
/* Form */
label,
.label {
  font-weight: 400;
}
.form-control {
  height: 45px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  font-size: 16px;
  font-family: 'CorpSansRd Bold Cnd';
  border-color: #383892;
  color: #383892;
  background: transparent;
}
.form-control:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border-color: #383892;
}
.form-control.input-label {
  background: transparent;
  border: none;
  padding-left: 0;
}
.form-plain .form-control {
  border: none;
  padding: 0;
  height: auto;
}
.form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #383892;
  font-weight: 300;
}
.form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #383892;
  font-weight: 300;
}
.form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #383892;
  font-weight: 300;
}
.form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #383892;
  font-weight: 300;
}
.dataTables_filter input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #383892;
  font-weight: 500;
}
.dataTables_filter input::-moz-placeholder {
  /* Firefox 19+ */
  color: #383892;
  font-weight: 500;
}
.dataTables_filter input::-ms-input-placeholder {
  /* IE 10+ */
  color: #383892;
  font-weight: 500;
}
.dataTables_filter input::-moz-placeholder {
  /* Firefox 18- */
  color: #383892;
  font-weight: 500;
}
.icon-field .input-group-addon {
  background: transparent;
  border-color: #383892;
  font-size: 17px;
  color: #aaa;
}
.icon-field .form-control {
  border-left: transparent;
  padding-left: 0;
}
.form-group {
  position: relative;
  margin-bottom: 30px;
  /* &:last-child{
        margin-bottom: 0;
    } */
}
.form-group label.error {
  position: absolute;
  bottom: -30px;
  margin-bottom: 0;
  left: 0;
}
.form-group label {
  display: block;
}
/* Form Label */
.form-minimal .form-group {
  position: relative;
  margin-bottom: 45px;
}
.form-minimal .form-group label {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 20px;
  color: #636363;
  font-size: 14px;
  pointer-events: none;
  -webkit-transition: all 350ms;
  -moz-transition: all 350ms;
  -ms-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.form-minimal .form-group.focus label {
  font-size: 14px;
  -webkit-transition: all 350ms;
  -moz-transition: all 350ms;
  -ms-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.form-minimal .form-group.focus input,
.form-minimal .form-group.focus .form-control {
  border-bottom: 3px solid #4adcc5;
}
.form-minimal input,
.form-minimal .form-control {
  border: none;
  border-bottom: 1px solid #383892;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  /* height: 50px; */
}
.form-light input,
.form-light .form-control {
  background: #f2f7fc;
  border-color: #c8dbef;
}
.form-light input::-webkit-input-placeholder,
.form-light .form-control::-webkit-input-placeholder {
  color: #c8dbef;
}
.form-light input::-moz-input-placeholder,
.form-light .form-control::-moz-input-placeholder {
  color: #c8dbef;
}
.form-light input:-ms-input-placeholder,
.form-light .form-control:-ms-input-placeholder {
  color: #c8dbef;
}
.form-light input.input-label,
.form-light .form-control.input-label {
  background: transparent;
  border: none;
}
.form-light input.input-label::-webkit-input-placeholder,
.form-light .form-control.input-label::-webkit-input-placeholder {
  color: #383892;
}
.form-light input.input-label::-moz-input-placeholder,
.form-light .form-control.input-label::-moz-input-placeholder {
  color: #383892;
}
.form-light input.input-label:-ms-input-placeholder,
.form-light .form-control.input-label:-ms-input-placeholder {
  color: #383892;
}
.form-light input.btn {
  color: #fff;
  background: linear-gradient(108deg, #36d1dc, #5b86e5);
  border-color: transparent;
  -webkit-transition: all 350ms;
  -moz-transition: all 350ms;
  -ms-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms;
}
.form-light input.btn:hover,
.form-light input.btn:focus {
  color: #fff;
  background: linear-gradient(108deg, #5b86e5, #36d1dc);
  -webkit-transition: all 350ms;
  -moz-transition: all 350ms;
  -ms-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms;
  outline: none;
}
.form-light label {
  color: #3f7ca7;
}
.form-light .input-group-addon {
  font-size: 18px;
  color: #383892;
  background: #f2f7fc;
  border-color: #c8dbef;
}
/* Input Button Types */
input.btn {
  text-align: center;
  cursor: pointer;
  padding: 12px 38px;
  font-size: 15px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  font-family: 'CorpSansRd Bold Cnd';
  outline: 0;
  border: none;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
  background: linear-gradient(108deg, #36d1dc, #5b86e5);
  -webkit-transition: all 350ms;
  -moz-transition: all 350ms;
  -ms-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms;
}
input.btn:hover,
input.btn:focus {
  color: #fff;
  background: linear-gradient(108deg, #5b86e5, #36d1dc);
  -webkit-transition: all 350ms;
  -moz-transition: all 350ms;
  -ms-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms;
  outline: none;
}
input.btn i {
  margin-right: 8px;
}
.icon-sqrinput.btn i {
  background: #4adcc5;
  color: #fff;
  width: 20px;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  padding-left: 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
input.btn.btn-theme {
  background: #383892;
}
input.btn.btn-theme:hover,
input.btn.btn-theme:focus,
input.btn.btn-theme.active {
  background: #4adcc5;
}
input.btn.btn-secondary {
  background: #4adcc5;
}
input.btn.btn-secondary:hover,
input.btn.btn-secondary:focus,
input.btn.btn-secondary.active {
  background: #383892;
}
input.btn.btn-grey,
input.btn.btn-gray {
  background: #82b1c0;
}
input.btn.btn-grey:hover,
input.btn.btn-gray:hover,
input.btn.btn-grey:focus,
input.btn.btn-gray:focus,
input.btn.btn-grey.active,
input.btn.btn-gray.active {
  background: #383892;
}
input.btn.btn-sqr {
  padding: 12px 18px;
}
input.btn.btn-sqr i {
  margin-right: 0;
}
input.btn.btn-danger {
  padding: 12px 18px;
  background: #fd7183;
}
input.btn.btn-link {
  background: transparent;
  padding: 0;
  color: #4adcc5;
}
input.btn.btn-link:hover,
input.btn.btn-link:focus {
  color: #383892;
  text-decoration: none;
}
input.btn.btn-close {
  background: #fd7183;
  opacity: 1;
  height: 20px;
  display: block;
  width: 20px;
  text-shadow: none;
  color: #fff !important;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  padding: 0;
  margin: 0;
  font-weight: normal;
}
input.btn.btn-close:hover,
input.btn.btn-close:focus {
  color: #383892;
  text-decoration: none;
}
input.btn.btn-add {
  font-family: 'CorpSansRd Medium Cnd';
  background-image: none;
  background: #4adcc5;
  padding: 10px 24px 13px;
  text-transform: capitalize;
  font-size: 16px;
}
input.btn.btn-add:hover,
input.btn.btn-add:focus,
input.btn.btn-add.active {
  background: #383892;
  background-image: none;
}
input.btn.btn-sm {
  padding: 2px 8px;
  font-size: 12px;
  letter-spacing: 0;
  text-transform: capitalize;
}
input.btn.btn-green {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background: #70ae98;
}
input.btn.btn-red {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background: #ca7e8d;
}
input.btn.btn-light-blue {
  background: #84e4f8;
}
input.btn.btn-yellow {
  background: #fbce58;
}
input.btn.btn-white {
  background: #fff;
  color: #fd7183;
  padding: 6px 15px;
}
input.btn.btn-white i {
  font-size: 26px;
  margin-right: 0;
}
input.btn.btn-border {
  background: transparent;
  color: #3f7ca7;
  border: 1px solid #4adcc5;
  padding: 10px 20px;
}
input.btn.btn-border:hover {
  background: linear-gradient(108deg, #36d1dc, #5b86e5);
  color: #fff;
}
input.btn.btn-border i {
  font-weight: bold;
}
input.btn.btn-border i:before {
  font-size: 30px;
  line-height: 21px;
  vertical-align: top;
}
.form-light input.btn {
  text-align: center;
  cursor: pointer;
  padding: 12px 38px;
  font-size: 15px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  font-family: 'CorpSansRd Bold Cnd';
  outline: 0;
  border: none;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
  background: linear-gradient(108deg, #36d1dc, #5b86e5);
  -webkit-transition: all 350ms;
  -moz-transition: all 350ms;
  -ms-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms;
}
.form-light input.btn:hover,
.form-light input.btn:focus {
  color: #fff;
  background: linear-gradient(108deg, #5b86e5, #36d1dc);
  -webkit-transition: all 350ms;
  -moz-transition: all 350ms;
  -ms-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms;
  outline: none;
}
.form-light input.btn i {
  margin-right: 8px;
}
.icon-sqr.form-light input.btn i {
  background: #4adcc5;
  color: #fff;
  width: 20px;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  padding-left: 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.form-light input.btn.btn-theme {
  background: #383892;
}
.form-light input.btn.btn-theme:hover,
.form-light input.btn.btn-theme:focus,
.form-light input.btn.btn-theme.active {
  background: #4adcc5;
}
.form-light input.btn.btn-secondary {
  background: #4adcc5;
}
.form-light input.btn.btn-secondary:hover,
.form-light input.btn.btn-secondary:focus,
.form-light input.btn.btn-secondary.active {
  background: #383892;
}
.form-light input.btn.btn-grey,
.form-light input.btn.btn-gray {
  background: #82b1c0;
}
.form-light input.btn.btn-grey:hover,
.form-light input.btn.btn-gray:hover,
.form-light input.btn.btn-grey:focus,
.form-light input.btn.btn-gray:focus,
.form-light input.btn.btn-grey.active,
.form-light input.btn.btn-gray.active {
  background: #383892;
}
.form-light input.btn.btn-sqr {
  padding: 12px 18px;
}
.form-light input.btn.btn-sqr i {
  margin-right: 0;
}
.form-light input.btn.btn-danger {
  padding: 12px 18px;
  background: #fd7183;
}
.form-light input.btn.btn-link {
  background: transparent;
  padding: 0;
  color: #4adcc5;
}
.form-light input.btn.btn-link:hover,
.form-light input.btn.btn-link:focus {
  color: #383892;
  text-decoration: none;
}
.form-light input.btn.btn-close {
  background: #fd7183;
  opacity: 1;
  height: 20px;
  display: block;
  width: 20px;
  text-shadow: none;
  color: #fff !important;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  padding: 0;
  margin: 0;
  font-weight: normal;
}
.form-light input.btn.btn-close:hover,
.form-light input.btn.btn-close:focus {
  color: #383892;
  text-decoration: none;
}
.form-light input.btn.btn-add {
  font-family: 'CorpSansRd Medium Cnd';
  background-image: none;
  background: #4adcc5;
  padding: 10px 24px 13px;
  text-transform: capitalize;
  font-size: 16px;
}
.form-light input.btn.btn-add:hover,
.form-light input.btn.btn-add:focus,
.form-light input.btn.btn-add.active {
  background: #383892;
  background-image: none;
}
.form-light input.btn.btn-sm {
  padding: 2px 8px;
  font-size: 12px;
  letter-spacing: 0;
  text-transform: capitalize;
}
.form-light input.btn.btn-green {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background: #70ae98;
}
.form-light input.btn.btn-red {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background: #ca7e8d;
}
.form-light input.btn.btn-light-blue {
  background: #84e4f8;
}
.form-light input.btn.btn-yellow {
  background: #fbce58;
}
.form-light input.btn.btn-white {
  background: #fff;
  color: #fd7183;
  padding: 6px 15px;
}
.form-light input.btn.btn-white i {
  font-size: 26px;
  margin-right: 0;
}
.form-light input.btn.btn-border {
  background: transparent;
  color: #3f7ca7;
  border: 1px solid #4adcc5;
  padding: 10px 20px;
}
.form-light input.btn.btn-border:hover {
  background: linear-gradient(108deg, #36d1dc, #5b86e5);
  color: #fff;
}
.form-light input.btn.btn-border i {
  font-weight: bold;
}
.form-light input.btn.btn-border i:before {
  font-size: 30px;
  line-height: 21px;
  vertical-align: top;
}
/* Input Type File */
.btn-file {
  position: relative;
  overflow: hidden;
}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  background: red;
  cursor: inherit;
  display: block;
}
.btn-file input[readonly] {
  background-color: white !important;
  cursor: text !important;
}
/* Tabs */
.tab-wrap .nav-tabs {
  border-bottom-color: #eeeeee;
}
.tab-wrap .nav-tabs > li > a {
  position: relative;
  border: 0;
  padding: 10px 24px 20px;
  min-width: 120px;
  text-align: center;
  font-size: 16px;
  color: #383892;
  font-family: 'CorpSansRd Medium Cnd';
}
.tab-wrap .nav-tabs > li > a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 3px;
  background: #4adcc5;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.tab-wrap .nav-tabs > li > a.active,
.tab-wrap .nav-tabs > li > a:focus,
.tab-wrap .nav-tabs > li > a:hover {
  border: 0;
  color: #4adcc5;
  background: transparent;
}
.tab-wrap .nav-tabs > li.active > a {
  color: #4adcc5;
}
.tab-wrap .nav-tabs > li.active > a::after {
  width: 100%;
}
.tab-wrap .nav-tabs > li:focus,
.tab-wrap .nav-tabs > li:hover {
  background: transparent;
}
.tab-wrap .nav-tabs > li.additional-tab {
  float: right;
}
.tab-wrap .nav-tabs > li.additional-tab > a {
  background: #222;
  color: #fff;
  margin-right: 0;
}
.tab-wrap .nav-tabs > li.tab-btn {
  float: right;
}
.tab-wrap .nav-tabs > li.tab-btn > a {
  background: #4adcc5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  margin-right: 0;
  padding: 10px 24px 13px;
}
.tab-wrap .nav-tabs > li.tab-btn > a:hover,
.tab-wrap .nav-tabs > li.tab-btn > a:focus,
.tab-wrap .nav-tabs > li.tab-btn > a.active {
  background: #383892;
}
.tab-wrap .nav-tabs > li.tab-link {
  float: right;
}
.tab-wrap .nav-tabs > li.tab-link > a {
  background: transparent;
  color: #3f7ca7;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  margin-right: 0;
  padding: 10px 24px 13px;
}
.tab-wrap .nav-tabs > li.tab-link > a:hover,
.tab-wrap .nav-tabs > li.tab-link > a:focus,
.tab-wrap .nav-tabs > li.tab-link > a.active {
  color: #4adcc5;
}
.tab-content {
  padding: 20px 0 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.tab-content p:last-child {
  margin-bottom: 0;
}
/* Date Picker */
.datepicker.datepicker-dropdown {
  min-width: 250px;
  padding: 15px 20px;
  border: 1px solid #c8dbef;
  color: #383892;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  background: #f2f7fc;
}
.datepicker.datepicker-dropdown:before {
  border-bottom-color: #c8dbef;
}
.datepicker.datepicker-dropdown:after {
  border-bottom-color: #f2f7fc;
}
.datepicker.datepicker-dropdown table tr td.active {
  background-image: linear-gradient(108deg, #36d1dc, #5b86e5);
  color: #fff;
}
.datepicker.datepicker-dropdown table tr td.selected {
  background-image: linear-gradient(108deg, #36d1dc, #5b86e5);
  color: #fff;
}
.datepicker.datepicker-dropdown table tr td.range {
  background: #4adcc5;
  color: #fff;
}
.datepicker.datepicker-dropdown table tr td.day:hover,
.datepicker.datepicker-dropdown table tr td.day:focus {
  background-image: linear-gradient(108deg, #36d1dc, #5b86e5);
  color: #fff;
}
.datepicker.datepicker-dropdown table tr td span:hover,
.datepicker.datepicker-dropdown table tr td span:focus {
  background-image: linear-gradient(108deg, #36d1dc, #5b86e5);
  color: #fff;
}
.datepicker.datepicker-dropdown table tr td span.focused {
  background-image: linear-gradient(108deg, #36d1dc, #5b86e5);
  color: #fff;
}
.datepicker.datepicker-dropdown table .datepicker-switch:hover,
.datepicker.datepicker-dropdown table .next:hover,
.datepicker.datepicker-dropdown table .prev:hover,
.datepicker.datepicker-dropdown table .datepicker-switch:focus,
.datepicker.datepicker-dropdown table .next:focus,
.datepicker.datepicker-dropdown table .prev:focus {
  background-image: linear-gradient(108deg, #36d1dc, #5b86e5);
  color: #fff;
}
/* Login */
.login-page .container > .row {
  margin-bottom: 0;
}
.login-wrap .btn {
  background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
  background-size: 400% 400%;
  -webkit-animation: Gradient 15s ease infinite;
  -moz-animation: Gradient 15s ease infinite;
  animation: Gradient 15s ease infinite;
  min-width: 140px;
}
.login-wrap .btn:hover,
.login-wrap .btn:focus {
  letter-spacing: 4px;
}
.login-header {
  margin-bottom: 50px;
}
.login-header > p {
  font-family: 'CorpSansRd Book CndIt';
}
.login-logo {
  text-align: center;
  position: relative;
  z-index: 1;
}
.login-logo img {
  display: inline-block;
  max-width: 260px;
}
.login-left {
  position: relative;
}
.login-left:before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  content: '';
  opacity: 0.9;
  background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
  background-size: 400% 400%;
  -webkit-animation: Gradient 15s ease infinite;
  -moz-animation: Gradient 15s ease infinite;
  animation: Gradient 15s ease infinite;
}
/* page Header */
.page-title .title {
  color: #383892;
  font-size: 22px;
  margin: 0;
  line-height: 28px;
}
.page-header {
  padding: 24px 0 0;
  margin: 0;
  border: none;
}
.page-header .navbar-form .input-group {
  margin-bottom: 10px;
}
.page-header .navbar-form .input-group .form-control {
  min-width: 200px;
}
.page-header .btn {
  margin-bottom: 10px;
  margin-left: 10px;
}
/* Action Button */
.action-btn.align-right {
  margin-bottom: 10px;
}
/* Button Set */
.btn-set {
  margin-bottom: 0;
}
.btn-set li {
  display: inline-block;
  margin: 0 5px;
}
.btn-set li:first-child {
  margin-left: 0;
}
.btn-set li:last-child {
  margin-right: 0;
}
/* Check Box */
.checkbox {
  position: relative;
  margin: 16px 0;
}
.checkbox label {
  cursor: pointer;
  margin-left: 10px;
  line-height: 1;
}
.checkbox label:after,
.checkbox label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}
.checkbox label:before {
  width: 20px;
  height: 20px;
  background: #fff;
  border: 2px solid #4adcc5;
  border-radius: 2px;
  cursor: pointer;
  transition: background 0.3s;
  top: 4px;
}
.checkbox input[type="checkbox"] {
  outline: 0;
  margin-left: 0;
  margin-right: 10px;
  line-height: 1;
}
.checkbox.parent > label {
  font-family: 'CorpSansRd Bold Cnd';
  font-size: 18px;
  color: #383892;
}
.checkbox input[type="checkbox"]:checked + label:before {
  background: #4adcc5;
  border: none;
}
.checkbox input[type="checkbox"]:checked + label:after {
  transform: rotate(-45deg);
  top: 9px;
  left: 4px;
  width: 12px;
  height: 6px;
  border: 2px solid #fff;
  border-top-style: none;
  border-right-style: none;
}
.checkbox-set .checkbox-set {
  padding-left: 20px;
}
/* Legends */
.legend {
  border: 0;
  color: #383892;
}
.legend:last-child {
  margin-bottom: 0;
}
.legend .title {
  position: relative;
  padding-left: 24px;
  margin-bottom: 0;
  font-family: 'CorpSansRd Medium Cnd';
}
.legend .title:before {
  position: absolute;
  content: '';
  height: 12px;
  width: 12px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background: #383892;
  left: 0;
  top: 5px;
}
.approved.legend .title:before {
  background: #30e1a5;
}
.reject.legend .title:before {
  background: #fd7183;
}
.resubmit.legend .title:before {
  background: #fbb50f;
}
.legend .title small {
  display: block;
  margin-top: 10px;
}
/* Progress */
.progress {
  background: #4adcc5;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.progress .progress-bar {
  font-size: 15px;
  text-align: right;
  line-height: inherit;
}
.progress .progress-bar .progress-label {
  margin-right: 15px;
}
.progress-title {
  display: inline-block;
  color: #383892;
}
.progress-title.text-right {
  float: right;
  color: #4adcc5;
}
.progress-title small {
  display: block;
  margin-bottom: 5px;
  color: inherit;
}
/* Action Links */
ul.action-links li {
  display: inline-block;
}
ul.action-links li:after {
  padding: 0 5px;
  content: "|";
}
ul.action-links li:last-child:after {
  content: none;
}
ul.action-links li a {
  color: #383892;
}
ul.action-links li a:hover,
ul.action-links li a:focus {
  color: #4adcc5;
}
/* Box Action Link */
.box-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
/* List Icon */
.list-icon li {
  display: inline-block;
  padding: 0 10px;
  margin-bottom: 25px;
}
.list-icon li img {
  display: inline-block;
  margin-right: 10px;
}
/* Detail List Item */
.list-detail-item {
  margin-bottom: 0;
}
.list-detail-item li {
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.list-detail-item li label {
  color: #3f7ca7;
  width: 40%;
}
.list-detail-item li span {
  float: right;
  color: #383892;
  font-family: 'CorpSansRd Bold Cnd';
  width: 60%;
  text-align: right;
}
.list-detail-item li span.bg-blue-light {
  padding: 5px 10px;
  background: #d3efff;
  width: auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.list-detail-item li.list-head {
  background: #4adcc5;
  padding: 15px 18px 10px;
  border-bottom: none;
  margin-bottom: 20px;
}
.list-detail-item li.list-head label {
  color: #fff;
}
.list-detail-item li.list-head span {
  color: #fff;
}
.list-detail-item li::before,
.list-detail-item li::after {
  display: table;
  content: "";
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.list-detail-item li::after {
  clear: both;
}
.list-detail-item.style-two {
  padding-left: 0;
  padding-right: 0;
}
.list-detail-item.style-two label {
  color: #383892;
  font-family: 'CorpSansRd Bold Cnd';
}
/* Uploaded Detail */
.uploaded-detail img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #eeeeee;
  padding: 4px;
  display: inline-block;
  max-width: 155px;
  width: 100%;
}
.upload-file {
  color: #383892;
  font-size: 19px;
  margin: 0;
  padding: 0;
}
.upload-file button.btn-close {
  float: none;
  display: inline-block;
  top: 3px;
  right: -10px;
}
.upload-file button.btn-close:after {
  content: "\f129";
  font-family: "Ionicons";
  position: absolute;
  font-size: 13px;
  display: inline-block;
  background: transparent;
  top: 50%;
  left: 2px;
  right: 0;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.upload-file img {
  display: inline-block;
  margin-right: 15px;
}
/* Tag  */
.tag {
  background: #fd7183;
  font-family: 'CorpSansRd Bold Cnd';
  font-size: 12px;
  color: #fff;
  padding: 2px 6px 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.typo-secondary .tag {
  color: #fff;
}
.tag.blue {
  background: #383892;
}
.approved .tag {
  background: #30e1a5;
}
.rejected .tag {
  background: #b3335f;
}
.waiting .tag {
  background: #fbb50f;
}
.axapta .tag {
  background: #3ea6db;
}
.resolved .tag {
  background: #777777;
}
/* Tags List */
.tags li {
  display: inline-block;
  margin: 0 2px 2px;
}
.tags li a {
  background: #fd7183;
  font-family: 'CorpSansRd Bold Cnd';
  font-size: 12px;
  color: #fff;
  padding: 2px 6px 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  text-transform: capitalize;
  background: #4adcc5;
}
.typo-secondary .tags li a {
  color: #fff;
}
.tags li a.blue {
  background: #383892;
}
.approved .tags li a {
  background: #30e1a5;
}
.rejected .tags li a {
  background: #b3335f;
}
.waiting .tags li a {
  background: #fbb50f;
}
.axapta .tags li a {
  background: #3ea6db;
}
.resolved .tags li a {
  background: #777777;
}
/* Modal */
.modal-header {
  text-align: center;
  padding-top: 25px;
  padding-bottom: 75px;
  background-image: linear-gradient(108deg, #36d1dc, #5b86e5);
  color: #fff;
  position: relative;
  margin-bottom: 80px;
}
.modal-green .modal-header {
  background-image: linear-gradient(to right, #13bcae, #38ef7d);
}
.modal-green .modal-header .modal-icon {
  border-bottom-color: #30e1a5;
}
.modal-yellow .modal-header {
  background-image: linear-gradient(to right, #f7971e, #ffd200);
}
.modal-yellow .modal-header .modal-icon {
  border-bottom-color: #fbb50f;
}
.modal-pink .modal-header {
  background-image: linear-gradient(to right, #da4453, #89216b);
}
.modal-pink .modal-header .modal-icon {
  border-bottom-color: #b3335f;
}
.modal-header::after {
  background: url('../img/content/pattern-dots.png');
  height: 100%;
  width: 100%;
  background-repeat: repeat;
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: block;
  opacity: 0.8;
}
.modal-header .modal-title {
  color: #fff;
}
.modal-header .modal-icon {
  position: absolute;
  height: 110px;
  width: 110px;
  text-align: center;
  border-bottom: 1px solid #3ea6db;
  line-height: 95px;
  border-radius: 50%;
  margin: 0 auto;
  left: 0;
  right: 0;
  background: #fff;
  bottom: -42%;
  z-index: 1;
}
.modal-header .modal-icon img {
  display: inline-block;
  max-width: 50px;
}
.modal-header .close {
  position: absolute;
  top: 10px;
  right: 10px;
  text-shadow: none;
  background: transparent;
  color: #fff;
  z-index: 2;
}
.modal-body {
  text-align: center;
  padding: 20px 34px;
}
.modal-footer {
  text-align: center;
  padding: 15px 34px 30px;
  border: none;
}
.modal-footer .btn {
  min-width: 100px;
}
.modal-green .modal-footer .btn {
  background-image: linear-gradient(to right, #13bcae, #38ef7d);
}
.modal-yellow .modal-footer .btn {
  background-image: linear-gradient(to right, #f7971e, #ffd200);
}
.modal-pink .modal-footer .btn {
  background-image: linear-gradient(to right, #da4453, #89216b);
}
.widget-header {
  background: #d3efff;
  padding: 0;
}
.widget-header .list-detail-item li {
  margin: 0;
  padding: 15px 10px;
}
.widget-header .list-detail-item li label,
.widget-header .list-detail-item li span {
  color: #383892;
  font-weight: bold;
}
.widget {
  margin-bottom: 30px;
}
.widget:last-child {
  margin-bottom: 0;
}
.widget .tile .tile-inner {
  background: transparent;
  padding: 8px 0 8px 120px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.widget .tile .tile-inner .title {
  font-size: 18px;
}
.widget .tile .tile-thumb {
  min-width: 105px;
}
.widget .tile .tile-thumb img {
  min-width: 105px;
}
.widget-boxed {
  padding: 20px 30px 20px;
  background: #f5f5f5;
}
.widget-boxed .list-detail-item {
  padding-left: 0;
  padding-right: 0;
}
/* Footer */
.footer {
  display: none;
  padding: 30px 0;
  background: #fff;
  position: fixed;
  /* z-index: 99; */
  bottom: 0;
  left: 0;
  right: 0;
}
.footer-info {
  text-align: center;
}
.footer-info p {
  margin-bottom: 20px;
  color: #777;
}
.footer-brand img {
  max-width: 100px;
  display: inline-block;
}
/* Content Footer */
.content-foot .foot-left .footer-details .form-group label {
  color: #383892;
  font-size: 18px;
  font-weight: bold;
}
.content-foot .foot-left .footer-details .form-group .form-control {
  color: #383892;
}
/* Dublicate Wrapper */
/*.dublicate-wrap{
    hr{
        margin-bottom: 25px;
        border-color: @color_lgrey;
    }
}*/
.dublicate-container {
  border-bottom: 1px solid #f5f5f5;
  padding-bottom: 10px;
}
/* Card */
.card {
  position: relative;
}
.card .card-inner {
  padding: 20px 160px 20px 24px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 350ms;
  -moz-transition: all 350ms;
  -ms-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms;
}
.card .card-inner:hover,
.card .card-inner:focus,
.card .card-inner.active {
  -webkit-box-shadow: 0 4px 12px 7px rgba(0, 0, 0, 0.02);
  -moz-box-shadow: 0 4px 12px 7px rgba(0, 0, 0, 0.02);
  -ms-box-shadow: 0 4px 12px 7px rgba(0, 0, 0, 0.02);
  -o-box-shadow: 0 4px 12px 7px rgba(0, 0, 0, 0.02);
  box-shadow: 0 4px 12px 7px rgba(0, 0, 0, 0.02);
  -webkit-transition: all 350ms;
  -moz-transition: all 350ms;
  -ms-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms;
}
.card .card-inner .title {
  margin-bottom: 10px;
  color: #383892;
}
.card .card-inner .title small {
  color: #4adcc5;
  font-size: 56%;
  display: block;
  margin-top: 6px;
}
.card .card-inner .title small.color-secondary {
  color: #383892;
}
.card .card-thumb {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 152px;
  height: 100%;
  text-align: center;
  background: #4adcc5;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.card .card-thumb img {
  display: inline-block;
  /*max-width: 60px;*/
  width: 100%;
  height: 100%;
  position: absolute;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.card .action-links {
  margin-top: 10px;
  margin-bottom: 0;
}
.card .card-foot {
  margin-bottom: 0;
  padding-right: 15px;
}
.card .card-foot li small {
  display: block;
}
.card .card-foot li .foot-sub {
  float: right;
}
.card.icon-left .card-inner {
  padding: 23px 23px 23px 170px;
}
.card.icon-left .card-thumb {
  right: auto;
  left: 0;
}
.card.card-sm .card-inner {
  padding: 23px 152px 23px 23px;
}
.card.card-sm .card-inner .title {
  margin-bottom: 22px;
}
.card.card-sm.icon-left .card-inner {
  padding: 23px 23px 23px 152px;
}
.card.card-sm.icon-left .card-inner .title {
  margin-bottom: 22px;
}
.card.card-sm .card-thumb {
  min-width: 130px;
}
.tile {
  position: relative;
}
.tile .tile-inner {
  height: 118px;
  padding: 26px 26px 26px 170px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 350ms;
  -moz-transition: all 350ms;
  -ms-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms;
}
.tile .tile-inner:hover,
.tile .tile-inner:focus,
.tile .tile-inner.active {
  -webkit-box-shadow: 0 4px 12px 7px rgba(0, 0, 0, 0.02);
  -moz-box-shadow: 0 4px 12px 7px rgba(0, 0, 0, 0.02);
  -ms-box-shadow: 0 4px 12px 7px rgba(0, 0, 0, 0.02);
  -o-box-shadow: 0 4px 12px 7px rgba(0, 0, 0, 0.02);
  box-shadow: 0 4px 12px 7px rgba(0, 0, 0, 0.02);
  -webkit-transition: all 350ms;
  -moz-transition: all 350ms;
  -ms-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms;
}
.tile .tile-inner .title {
  margin-bottom: 10px;
  color: #383892;
  position: relative;
}
.tile .tile-inner .title small {
  color: #4adcc5;
  font-size: 56%;
  display: block;
  margin-top: 6px;
}
.tile .tile-inner .title small.color-secondary {
  color: #383892;
}
.tile .tile-thumb {
  position: absolute;
  left: 0;
  bottom: 0;
  min-width: 146px;
  height: 100%;
  text-align: center;
  background: #4adcc5;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tile .tile-thumb img {
  display: inline-block;
  /*max-width: 156px;*/
  width: 100%;
  height: 100%;
  position: absolute;
  margin: 0 auto;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tile .tag {
  position: absolute;
  padding: 0px 6px 3px;
  z-index: 1;
  top: 0;
  left: 0;
  font-size: 11px;
}
.tile .action-links {
  margin-top: 10px;
  margin-bottom: 0;
}
.tile .tile-footer a {
  color: #383892;
}
.tile .tile-footer.footer-sm {
  line-height: 1.4;
}
.tile.tile-sm .tile-inner {
  padding-top: 8px;
  padding-bottom: 8px;
}
.tile.tile-md .tile-inner {
  padding-top: 13px;
  padding-bottom: 13px;
}
/* Isotope */
/* GRID 2 COLUMN */
.isotope-grid.column-2 .grid-sizer,
.isotope-grid.column-2 .grid-item {
  width: 50%;
}
/* GRID 3 COLUMN */
.isotope-grid.column-3 .grid-sizer,
.isotope-grid.column-3 .grid-item {
  width: 33.3%;
}
/* GRID 4 COLUMN */
.isotope-grid.column-4 .grid-sizer,
.isotope-grid.column-4 .grid-item {
  width: 25%;
}
.isotope-grid {
  margin: 0 -10px;
}
.isotope-grid .grid-item {
  padding: 0 15px;
  margin-bottom: 30px;
}
.isotope-grid.gutter-less {
  margin: 0;
}
.isotope-grid.gutter-ten .grid-item {
  margin-bottom: 10px;
  padding: 0 5px;
}
.isotope-grid.gutter-less .grid-item {
  padding: 0;
  margin: 0;
}
/* Filter */
.isotope-filters .nav-tabs {
  border: none;
}
.isotope-filters .nav-tabs > li {
  margin-bottom: 2px;
}
.isotope-filters .nav-tabs > li > a {
  padding: 0;
  padding-right: 14px;
  color: #383892;
  border: none;
  margin-right: 0;
}
.isotope-filters .nav-tabs > li > a:hover,
.isotope-filters .nav-tabs > li > a:focus {
  background: transparent;
  color: #4adcc5;
}
.isotope-filters .nav-tabs > li > a .badge {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  padding: 4px 8px 6px;
  font-size: 14px;
  margin-right: 12px;
  background: #383892;
}
.isotope-filters .nav-tabs > li > a.approval .badge {
  background: #fd7183;
}
.isotope-filters .nav-tabs > li > a.rejected .badge {
  background: #b3335f;
}
.isotope-filters .nav-tabs > li > a.approved .badge {
  background: #30e1a5;
}
.isotope-filters .nav-tabs > li > a.waiting .badge {
  background: #fbb50f;
}
.isotope-filters .nav-tabs > li > a.axapta .badge {
  background: #3ea6db;
}
.isotope-filters .nav-tabs > li > a.resolved .badge {
  background: #777777;
}
/* Poster */
.poster {
  position: relative;
  margin-bottom: 30px;
}
.poster-inner {
  background: #f2f7fc;
  display: table;
  width: 100%;
}
.poster-inner .title {
  margin-bottom: 20px;
  color: #383892;
  /* span {
                font-size: 26px;
                color: @color_secondary;
                font-weight: bold;
                display: block;
            } */
}
.poster-inner .title small {
  color: #4adcc5;
  font-size: 56%;
  display: block;
  margin-top: 6px;
}
.poster-thumb {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  width: 200px;
}
.poster-thumb img {
  min-width: 200px;
}
.poster-thumb .tag {
  position: absolute;
  top: 4px;
  left: 4px;
  padding: 2px 10px 4px;
}
.poster-content {
  display: table-cell;
  vertical-align: middle;
  background: #fff;
}
.poster-content-inner {
  padding: 15px 20px 15px 30px;
  background: #f5f5f5;
}
.poster-content-inner .list-icon li {
  font-size: 15px;
}
.poster.poster-sm .poster-thumb {
  max-width: 150px;
}
/* Table Title */
.table-title {
  position: relative;
}
.table-title.boxed {
  text-align: left;
  color: #fff;
  background: #4adcc5;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  padding: 16px 20px 22px;
}
.table-title.boxed * {
  color: inherit;
}
.table-title.boxed .title {
  margin-bottom: 0;
}
.table-title.boxed.bg-secondary {
  background: #383892;
}
.table-title.bordered {
  text-align: left;
  border: 1px solid #eeeeee;
  padding: 10px 14px 16px;
}
.table-title.bordered .title {
  margin-bottom: 0;
}
/* Data Table */
.dataTables_wrapper .dataTables_info {
  color: #383491;
}
.dataTables_wrapper .dataTables_length label {
  color: #383491;
  font-weight: 500;
}
.dataTables_wrapper .dataTables_length label .select2-container {
  width: 70px!important;
  height: 40px;
  margin-right: 10px;
}
.dataTables_wrapper .dataTables_length label .select2-container.select2-container--default .select2-selection--single,
.dataTables_wrapper .dataTables_length label .select2-container.select2-container--default .select2-selection--multiple {
  height: 40px;
  border-color: #383491;
  color: #383491;
}
.dataTables_wrapper .dataTables_length label .select2-container.select2-container--default .select2-selection--single .select2-selection__rendered,
.dataTables_wrapper .dataTables_length label .select2-container.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  line-height: 40px;
}
.dataTables_wrapper .dataTables_length label .select2-container.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px;
  color: #383491;
}
.dataTables_wrapper .dataTables_length label .select2-container.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #383491 transparent transparent transparent;
  border-width: 5px 4px 0 4px;
}
.dataTables_wrapper .dataTables_length label .select2-container.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
  height: 40px;
  color: #383491;
}
.dataTables_wrapper .dataTables_length label .select2-container.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #383491 transparent;
  border-width: 0 4px 5px 4px;
}
.dataTables_wrapper .dataTables_length .dataTables_info {
  color: #383491;
}
.dataTables_wrapper .dataTables_filter label {
  position: relative;
  background: #fff;
  color: #383491;
  font-weight: 500;
  border: 1px solid #383491;
  background-color: #f2f7fc;
  padding-left: 25px;
  padding-right: 5px;
  margin-bottom: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.dataTables_wrapper .dataTables_filter label::before {
  content: '\f4a5';
  font-family: "Ionicons";
  font-size: 18px;
  line-height: 1.4;
  color: #383491;
  position: absolute;
  display: inline-block;
  left: 9px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.dataTables_wrapper .dataTables_filter label input {
  border: 1px solid #f2f7fc;
  background-color: #f2f7fc;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  padding-left: 5px;
  margin-left: 0;
  height: 40px;
  width: 250px;
}
.dataTables_wrapper .dataTables_filter label input:focus {
  outline: 0;
}
.dataTables_wrapper table {
  border-right-width: 2px;
  border-left-width: 2px;
}
.dataTables_wrapper table.dataTable.no-footer {
  border-bottom-color: #c8dbef;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  margin: 0;
  width: 100%!important;
}
.dataTables_wrapper table > thead > tr > th {
  background-color: #f2f7fc;
}
.dataTables_wrapper table > thead:first-child > tr:first-child th {
  border-top: 1px solid #c8dbef;
}
.dataTables_wrapper table > thead > tr > th,
.dataTables_wrapper table > tbody > tr > th,
.dataTables_wrapper table > thead > tr > td,
.dataTables_wrapper table > tbody > tr > td {
  padding: 10px;
  border-right: 0;
  border-left: 0;
}
.dataTables_wrapper table > thead > tr > th {
  padding: 15px 10px;
}
.dataTables_wrapper .dataTables_paginate {
  padding-bottom: 0.75em;
  padding-top: 0.75em;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  padding: 10px 15px!important;
  margin-left: 5px;
  line-height: 1;
  background: transparent;
  border: 1px solid #4adcc5 !important;
  color: #383892 !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current {
  background: #4adcc5 !important;
  color: #fff !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #fff !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: #4adcc5 !important;
  color: #fff !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
  background-color: #f2f7fc !important;
  color: #383892 !important;
  border-color: #c8dbef !important;
  cursor: not-allowed;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
  background-color: #f2f7fc !important;
  color: #383892 !important;
  border-color: #c8dbef !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.previous.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.next.disabled {
  cursor: not-allowed;
}
/* Transactions Table */
.transactions {
  /* Pagination */
}
.transactions input,
.transactions select {
  height: 35px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  font-size: 16px;
  font-family: 'CorpSansRd Bold Cnd';
  color: #383892;
  border-style: solid;
  outline: none;
  background: #f2f7fc;
  border: 1px solid #c8dbef;
}
.transactions input:focus,
.transactions select:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  outline: none;
}
.transactions select {
  width: 70px;
}
.transactions .dataTables_wrapper .dataTables_paginate {
  padding-bottom: 0.25em;
}
.transactions .dataTables_wrapper .dataTables_paginate .paginate_button {
  padding: 10px 15px!important;
  line-height: 1;
  background: transparent;
  border: 1px solid #4adcc5 !important;
  color: #383892 !important;
}
.transactions .dataTables_wrapper .dataTables_paginate .paginate_button.current {
  background: #4adcc5 !important;
  color: #fff !important;
}
.transactions .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #fff !important;
}
.transactions .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: #4adcc5 !important;
  color: #fff !important;
}
.transactions .dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
  background-color: #f2f7fc !important;
  color: #383892 !important;
  border-color: #c8dbef !important;
  cursor: not-allowed;
}
.transactions .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
  background-color: #f2f7fc !important;
  color: #383892 !important;
  border-color: #c8dbef !important;
}
/* Table Icon */
table > tbody > tr > td i {
  padding: 5px;
  font-size: 16px;
  border: 1px solid;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border-color: #383892;
  color: #383892;
  -webkit-transition: all 350ms;
  -moz-transition: all 350ms;
  -ms-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms;
}
table > tbody > tr > td i:hover {
  background: #383892;
  color: #ffffff;
  -webkit-transition: all 350ms;
  -moz-transition: all 350ms;
  -ms-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms;
}
table > tbody > tr > td i.dataTable-icon--view {
  background: -webkit-linear-gradient(#36d1dc, #5b86e5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-color: #383892;
}
table > tbody > tr > td i.dataTable-icon--edit {
  background: -webkit-linear-gradient(#13bcae, #38ef7d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-color: #383892;
}
table > tbody > tr > td i.dataTable-icon--delete {
  background: -webkit-linear-gradient(#ff388b, #fe6146);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-color: #383892;
}
/* Pie Chart */
.piechart {
  text-align: center;
  position: relative;
  color: #383892;
}
.piechart-content {
  top: 50%;
  left: 0;
  right: 0;
  margin: -4px auto 0;
  position: absolute;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.piechart-content span {
  font-size: 20px;
}
.pie-title {
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center;
  position: relative;
  font-size: 13px;
  color: #383892;
}
/* Info Box */
.info-box {
  padding: 10px 16px 0;
  background: #fff;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
.info-box .title {
  margin-bottom: 15px;
  color: #383892;
}
.info-box p {
  color: #383892;
}
.info-footer {
  margin: 0 -16px;
  padding: 10px 16px 5px;
  border-top: 1px solid #4adcc5;
  color: #4adcc5;
}
.info-footer span {
  position: relative;
  padding-left: 18px;
  font-family: 'CorpSansRd Medium Cnd';
}
.info-footer span:after {
  position: absolute;
  width: 8px;
  height: 8px;
  background: #4adcc5;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  content: '';
  left: 0;
  top: 6px;
}
/* Time line */
.timeline-container {
  border-left: 2px solid #4adcc5;
}
.timeline-item {
  padding-left: 20px;
  padding-bottom: 36px;
  position: relative;
}
.timeline-item:last-child {
  padding-bottom: 0;
}
.timeline-item:after {
  position: absolute;
  width: 10px;
  height: 10px;
  background: #383892;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  content: '';
  left: -6px;
  top: 6px;
}
.timeline-item .title {
  color: #383892;
}
.timeline-item .title .time {
  float: right;
  color: #3f7ca7;
  font-family: 'CorpSansRd Cnd';
}
.timeline-item p {
  color: #3f7ca7;
}
.timeline-item.label-item:after {
  background: #4adcc5;
  top: 11px;
}
.timeline-item.label-item label {
  margin-bottom: 0;
  padding: 2px 10px;
  color: #fff;
  background: #4adcc5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
/* High Charts */
#outlet {
  height: 400px;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
/* Manpower */
.manpower_detail {
  margin-bottom: 30px;
}
.manpower_detail:last-child {
  margin-bottom: 0;
}
/* Link the series colors to axis colors */
.highcharts-color-0 {
  fill: #383892;
  stroke: #383892;
}
.highcharts-axis.highcharts-color-0 .highcharts-axis-line {
  stroke: #383892;
}
.highcharts-axis.highcharts-color-0 text {
  fill: #383892;
}
.highcharts-color-1 {
  fill: #4adcc5;
  stroke: #4adcc5;
}
.highcharts-axis.highcharts-color-1 .highcharts-axis-line {
  stroke: #4adcc5;
}
.highcharts-axis.highcharts-color-1 text {
  fill: #4adcc5;
}
.highcharts-yaxis .highcharts-axis-line {
  stroke-width: 2px;
}
/* Noty Popup */
.noty_theme__mint.noty_bar {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  font-family: 'CorpSansRd Cnd';
}
.noty_theme__mint.noty_bar .noty_body {
  padding: 10px 20px;
}
/*new theme 18.07.2018 */
/* Select Style */
.select2 .select-btn {
  background-color: transparent;
  height: 45px;
  border: 0;
  border-bottom: 1px solid #4adcc5;
  color: #4adcc5;
  font-size: 15px;
  font-family: 'CorpSansRd Bold Cnd';
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2 .select-btn .select2-selection__rendered {
  color: #4adcc5;
}
.select2 .select-btn .select2-selection__rendered .select2-selection__placeholder {
  color: #4adcc5;
}
.select2-container {
  outline: none;
  height: 45px;
  width: 100%!important;
}
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
  height: 45px;
  background-color: #f2f7fc;
  border-width: 1px;
  border-style: solid;
  border-color: #c8dbef;
  border-radius: 4px;
  outline: none;
}
.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  line-height: 45px;
  font-family: 'CorpSansRd Bold Cnd';
  color: #383892;
  font-size: 14px;
  outline: none;
  text-align: left;
}
.select2-container--default .select2-selection--single .select2-selection__rendered .select2-selection__choice,
.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
  margin-top: 0;
  line-height: 25px;
  font-size: 14px;
  background-color: transparent;
  border-color: #4adcc5;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 0;
  height: 44px;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-width: 0 0 1px 0;
  border-color: #383892;
}
.select2-container .select2-dropdown {
  border-color: #777777;
}
.select2-container .select2-search--dropdown .select2-search__field {
  font-size: 14px;
  color: #383892;
  border-color: #383491;
  outline: none;
  padding: 0px 20px 0 5px;
}
.select2-container .select2-results__options .select2-results__option {
  font-size: 14px;
  color: #383892;
  font-family: 'CorpSansRd Bold Cnd';
}
.select2-container .select2-results__options .select2-results__option[aria-selected=true] {
  background-color: transparent;
}
.select2-container .select2-results__options .select2-results__option--highlighted {
  background-color: transparent;
  background-image: linear-gradient(108deg, #36d1dc, #5b86e5);
  color: #fff;
}
/* Multi Select UI */
.multiselect-native-select .select2-container {
  display: none;
}
.multiselect-native-select .btn-group {
  width: 100%!important;
}
.multiselect-native-select .btn.dropdown-toggle,
.multiselect-native-select button.dropdown-toggle {
  position: relative;
  top: 0;
  width: 100%;
  height: 45px;
  font-size: 14px;
  text-align: left;
  color: #383892;
  padding-left: 8px;
  background-image: none;
  background-color: #f2f7fc;
  border-width: 1px;
  border-style: solid;
  border-color: #c8dbef;
  border-radius: 4px;
  text-transform: capitalize;
  letter-spacing: 1px;
}
.multiselect-native-select .btn.dropdown-toggle .caret,
.multiselect-native-select button.dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 7px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #888888;
}
.multiselect-native-select .btn.dropdown-toggle:focus,
.multiselect-native-select button.dropdown-toggle:focus {
  background-color: #f2f7fc;
  color: #383892;
  border-color: #c8dbef;
}
.multiselect-native-select .open {
  position: relative;
}
.multiselect-native-select .dropdown-menu {
  min-width: 0;
  width: 100%;
  max-height: 180px;
  overflow-y: auto;
  border: 1px solid #777777;
  border-top: 0;
  margin-top: 0;
  background: #ffffff;
}
.multiselect-native-select .dropdown-menu > li > a {
  padding-left: 8px;
}
.multiselect-native-select .dropdown-menu > li > a > label {
  color: #383892;
  font-family: 'CorpSansRd Bold Cnd';
  font-size: 14px;
  padding: 3px 20px 3px 20px;
}
.multiselect-native-select .dropdown-menu > li > a > label > input[type=checkbox] {
  margin: 0;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.multiselect-native-select .dropdown-menu > li > a::before {
  display: none;
  visibility: hidden;
}
.multiselect-native-select .dropdown-menu > li > a:focus,
.multiselect-native-select .dropdown-menu > li > a:hover {
  padding-left: 8px;
}
.multiselect-native-select .dropdown-menu > li > a:focus::before,
.multiselect-native-select .dropdown-menu > li > a:hover::before {
  display: none;
  visibility: hidden;
}
.multiselect-native-select .dropdown-menu > li:focus > a,
.multiselect-native-select .dropdown-menu > li.active > a {
  background-color: transparent;
}
.multiselect-native-select .dropdown-menu > li:focus > a label,
.multiselect-native-select .dropdown-menu > li.active > a label {
  color: #383892;
}
.multiselect-native-select .dropdown-menu > li:focus > a:focus,
.multiselect-native-select .dropdown-menu > li.active > a:focus,
.multiselect-native-select .dropdown-menu > li:focus > a:hover,
.multiselect-native-select .dropdown-menu > li.active > a:hover {
  padding-left: 8px;
}
.multiselect-native-select .dropdown-menu > li:focus > a:focus::before,
.multiselect-native-select .dropdown-menu > li.active > a:focus::before,
.multiselect-native-select .dropdown-menu > li:focus > a:hover::before,
.multiselect-native-select .dropdown-menu > li.active > a:hover::before {
  display: none;
  visibility: hidden;
}
.multiselect-native-select .dropdown-menu > li.multiselect-filter {
  padding: 5px 5px 0;
}
.multiselect-native-select .dropdown-menu > li.multiselect-filter .multiselect-search {
  border-width: 1px;
  padding: 5px;
  background: #ffffff;
}
/* Date Range Picker */
.daterangepicker.ltr .ranges {
  clear: both !important;
}
/* Angular Select CSS */
.ui-select-container.select2-container-active.ui-select-container.select2-container .select2-choice {
  border-color: #c8dbef;
}
.ui-select-container.select2-container .select2-choice {
  height: 44px;
  background: #f2f7fc;
  border-color: #c8dbef;
}
.ui-select-container.select2-container .select2-choice > .select2-chosen {
  padding: 8px;
}
.ui-select-container.select2-container .select2-choice .select2-arrow {
  padding: 18px 0px;
  right: 4px;
  text-align: center;
  border-left: 0;
  background-image: none;
  background-color: transparent;
}
.ui-select-container.select2-container .select2-choice .select2-arrow b {
  width: 0;
  height: 0;
  background-image: none;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #3c465c transparent transparent transparent;
  margin: auto;
  -webkit-transition: all 350ms;
  -moz-transition: all 350ms;
  -ms-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms;
}
.select2-dropdown-open.ui-select-container.select2-container .select2-choice {
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.select2-dropdown-open.ui-select-container.select2-container .select2-choice .select2-arrow b {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 350ms;
  -moz-transition: all 350ms;
  -ms-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms;
}
.select2-container-active.ui-select-container.select2-container .select2-choice {
  border-color: #eeeeee;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.ui-select-container.select2-container .select2-search {
  padding-top: 4px;
}
.ui-select-container.select2-container .select2-search input {
  width: 100%!important;
  height: 28px!important;
  font-family: 'CorpSansRd Cnd';
  font-weight: 400;
  padding: 0 0 0 7px;
  background-image: url("../img/content/select2.png");
  background-position: right -33px;
  background-size: 20%;
  background-repeat: no-repeat;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.ui-select-container .ui-select-choices-row:hover {
  background-image: linear-gradient(108deg, #36d1dc, #5b86e5);
  color: #fff;
}
.ui-select-container .select2-results .select2-highlighted {
  background-image: linear-gradient(108deg, #36d1dc, #5b86e5);
  color: #fff;
}
/* Form Page List Items */
.form-validation {
  padding-bottom: 20px;
}
.form-list-items {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.form-list-items li {
  width: 25%;
  display: block;
  float: left;
  padding: 15px 30px;
  border: 1px solid #d4d4d4;
}
.form-list-items li .form-list-item-label {
  color: #3f7ca7;
  display: block;
}
.form-list-items li .form-list-item-value {
  color: #383892;
  font-weight: bold;
  font-size: 16px;
  display: block;
}
/* Page Loader */
#pageloader {
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 99999;
  background-color: #c8dbef;
}
.loader-inner {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 0%;
  right: 0;
  margin: 0 auto;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.loader-inner .gooey {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 142px;
  height: 40px;
  margin: -70px 0 0 -71px;
}
/* Angular Switch */
md-switch {
  margin: 0;
  height: 45px;
  line-height: 41px;
  display: inline-block;
}
md-switch .md-container {
  width: 200px;
  height: 45px;
}
md-switch .md-thumb-container {
  top: 0;
}
md-switch .md-thumb-container .md-thumb.md-ink-ripple::before {
  display: none;
}
md-switch .md-bar {
  width: 200px;
  height: 45px;
  line-height: 45px;
  background-color: #eee;
  position: relative;
  top: 0;
  left: 0;
}
md-switch .md-bar:before {
  content: 'Inactive';
  position: absolute;
  color: #aaaaaa;
  font-weight: bold;
  right: 22px;
  bottom: 0;
  line-height: 45px;
}
md-switch .md-bar:after {
  content: 'Active';
  position: absolute;
  color: #aaaaaa;
  font-weight: bold;
  left: 30px;
  bottom: 0px;
  line-height: 45px;
}
md-switch .md-thumb {
  width: 100px;
  height: 45px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-color: #34a852;
  box-shadow: none;
  top: 0px;
}
md-switch .md-label {
  position: absolute;
  z-index: 999;
  color: #fff;
  line-height: 45px;
  bottom: 9px;
  left: 30px;
  font-weight: bold;
}
md-switch.md-checked .md-thumb {
  width: 100px;
  height: 45px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-color: #34a852;
  left: 85px;
  top: 0px;
}
md-switch.md-checked .md-label {
  position: absolute;
  z-index: 999;
  color: #fff;
  line-height: 45px;
  bottom: 9px;
  left: 126px;
}
md-switch.md-checked:not([disabled]).md-warn .md-bar {
  background-color: #eee;
}
md-switch.md-checked:not([disabled]).md-warn .md-thumb {
  background-color: #ea4335;
}
.md-switch-two md-switch .md-bar:before {
  content: 'No';
  right: 40px;
}
.md-switch-two md-switch .md-bar:after {
  content: 'Yes';
  left: 40px;
}
.md-switch-two md-switch .md-label {
  left: 38px;
}
.md-switch-two md-switch.md-checked .md-label {
  left: 145px;
}
.md-switch-three md-switch .md-bar:before {
  content: 'Unregistered';
  right: 8px;
}
.md-switch-three md-switch .md-bar:after {
  content: 'Registered';
  left: 18px;
}
.md-switch-three md-switch .md-label {
  left: 17px;
}
.md-switch-three md-switch.md-checked .md-label {
  left: 110px;
}
/* Angular Multiple Select */
.ui-select-multiple.ui-select-bootstrap {
  height: auto;
  padding: 6px 8px;
}
.ui-select-multiple.ui-select-bootstrap .ui-select-match-item {
  padding: 5px 11px;
}
.ui-select-multiple.ui-select-bootstrap input.ui-select-search {
  height: 32px;
  margin-bottom: 0;
}
.ui-select-multiple.ui-select-bootstrap .ui-select-choices-row.active > span {
  background-image: linear-gradient(108deg, #36d1dc, #5b86e5);
}
.ui-select-multiple.ui-select-bootstrap .ui-select-choices-row.active > span:hover {
  background-image: linear-gradient(108deg, #36d1dc, #5b86e5);
}
.ui-select-multiple.ui-select-bootstrap .ui-select-choices-row > span:hover {
  background-image: linear-gradient(108deg, #36d1dc, #5b86e5);
  color: #ffffff;
}
.ui-select-multiple.ui-select-bootstrap .ui-select-choices.ui-select-choices-content {
  border: 1px solid #383892;
}
/* Angular Check Box CSS */
.permission-set-ul .permission-set-li {
  padding-left: 20px;
}
.permission-set-ul .permission-set-li .checkbox-sub-set .checkbox_sub_child {
  padding-left: 20px;
}
.anchor-sub i:focus {
  outline: none;
}
/*  Angular Attachment CSS */
.input-group.ng-scope .section-info a span.ng-binding {
  display: block;
  float: left;
  padding: 5px 30px 5px 20px;
  background: #f2f2f2;
  color: #3f7ca7;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}
.input-group.ng-scope .section-info i.remove_file {
  position: absolute;
  top: 10px;
  right: 10px;
  left: auto;
  font-size: 12px;
}
.input-group.ng-scope .section-info i.remove_file:hover {
  color: #ea4335;
}
.input-group.ng-scope .section-info i:focus {
  outline: none;
}
