.light-bg {
  background-color: #f2f4fa;
}

.inline-content > * {
	display: inline-block;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.btn-icon-sm overflow {
  font-size: 0.85em;
  margin-right: 4px;
}

.btn-icon-sizer > i {
  font-size: 0.8em;
  margin-right: 5px;
}

.btn-xs {
  font-size: 0.6em;
  padding: 0.1em 0.4em;
}

.dropdown-link {
  cursor: pointer;
}

.attachment-icon {
  width: 20px;
  height: 20px;
}

.attachment-row-h {
  border-radius: 8px;
  padding-left: 6px;
  font-size: 0.9em;
  overflow-x: hidden;
}

.attachment-row-h:hover {
  background-color: #f4f2ff;
  
}

.attachment-row > td {
  padding: 0.5em;
}

.attachment-row > td > a {
  text-decoration: none;
}

.attachment-row > td > a:hover {
  text-decoration: none;
}

.attachment-dropzone-h {
  width: 100%;
  margin-bottom: 13px;
}

.attachment-dropzone-h > div {
  width: 100%;
}

.attachment-dropzone-h > div > button {
  width: 100%;
  padding: 15px 30px;
}

.attachment-preview {
  width: 150px;
  height: 150px;
  margin: 0px 10px 20px 0px;
  border: solid 1px #a0aeff;
  -webkit-border-radius: 8px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius: 8px;
  -moz-border-radius-topleft: 0;
  border-radius: 8px;
  border-top-left-radius: 0;
}

.attachment-preview:hover {
  cursor: pointer;
  box-shadow: 0 2px 6px 0 #a0aeff;
}

.attachment-page-label {
  background-color: #f4f2ff;
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius-topright: 8px;
  border-top-right-radius: 8px;
}

.attachment-pages-list {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 10px 10px 0px 10px;
}

.attachment-check-cover {
  z-index: 10;
  background-color: #fff;
  height: 20px;
  width: 100%;
  position: relative;
  top: -18px;
  opacity: 0;
}

.btn-remove {
	color: #888;
	border: none;
	padding: 0px;
	background-color: transparent;
}

.btn-remove:hover {
	color: #556FFF;
}

.btn-link {
	color: #556FFF;
	border: none;
	padding: 0px;
	background-color: transparent;
}

.btn-link:hover {
	color: #2747e8;
}

.hide {
  display: none;
}

.table-condensed {
  border: 0px;
  margin: 0px 1px;
  font-size: 0.9em;
}

.table-condensed > tbody > tr > td {
  padding: 0.7em 1em 0.7em 1em;
}

.table-spaced {
  border: 0px;
  margin: 0px 1px;
}

.table-spaced > tbody > tr > td {
  padding: 5px 10px;
  border-top: solid 1px #f3f3f3;
  border-bottom: solid 1px #f3f3f3;
}

.table-spaced > thead > tr > th {
  padding: 8px 10px;
  font-size: 1.3em;
  font-weight: 500;
}

.no-hover:hover {
  text-decoration: none;
}

.table-row-hover > tbody > tr:hover {
  background-color: #faf9ff;
}

.hint-light {
	color: #aaa;
	font-size: 0.8em;
}

.hint-mid {
	color: #777;
	font-size: 0.9em;
}

.btn-noselect {
  color:#546EFF;
  background-color: #E9EBF5;
	border: none;
  padding: 0px;
  border-radius: 14px;
  padding: 0.8em 1.5em;
  top: 0px;
}

.btn-noselect:hover {
  color: #fff;
  background-color: #546EFF;
}

.btn-select, .btn-select:focus {
  color: #fff;
  background-color: #546EFF;
	border: none;
  padding: 0px;
  border-radius: 15px;
  padding: 0.8em 1.5em;
}

.btn-text-start {
  color: #fff;
  background-color: transparent;
	border: none;
  padding: 0px;
  border-radius: 15px;
  padding: 0.8em 1.5em;
}

.btn-text-start:hover {
  background-color: #1e00c9;
}

.no-left-radius {
  border-radius: 0px 10px 10px 0px;
  -moz-border-radius: 0px 10px 10px 0px;
  -webkit-border-radius: 0px 10px 10px 0px;
}

.no-right-radius {
  border-radius: 10px 0px 0px 10px;
  -moz-border-radius: 10px 0px 0px 10px;
  -webkit-border-radius: 10px 0px 0px 10px;
}

.btn-primary-fancy {
  background: #FAF9FF;
  font-weight: 300;
  border: none;
  transition: all, 0.3s;
  color: #ffffff;
  background-image: -webkit-linear-gradient(left, #1627D3 0%, rgba(22, 39, 211, 0.7) 100%);
  background-image: -o-linear-gradient(left, #1627D3 0%, rgba(22, 39, 211, 0.7) 100%);
  background-image: linear-gradient(to right, #1627D3 0%, rgba(22, 39, 211, 0.7) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF1627D3', endColorstr='#B31627D3', GradientType=1);
  box-shadow: 0px 1px 6px 0px #485df9;
  -webkit-box-shadow: 0px 1px 6px 0px #485df9;
  -moz-box-shadow: 0px 1px 6px 0px #485df9;
  -ms-box-shadow: 0px 1px 6px 0px #485df9;
}

.btn-primary-fancy:hover {
  color: #fff;
  background-image: -webkit-linear-gradient(left, #4152ea 0%, #596bf7 100%);
  background-image: -o-linear-gradient(left, #4152ea 0%, #596bf7 100%);
  background-image: linear-gradient(to right, #4152ea 0%, #596bf7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4152ea', endColorstr='#596bf7', GradientType=1);
  box-shadow: 0px 1px 6px 0px #4152ea;
  -webkit-box-shadow: 0px 1px 6px 0px #4152ea;
  -moz-box-shadow: 0px 1px 6px 0px #4152ea;
  -ms-box-shadow: 0px 1px 6px 0px #4152ea;
}

.btn-min-wide {
  min-width: 110px;
}

.cursor-pointer {
  cursor: pointer;
}

.nav-link > i, .btn-left-nav > i, .btn-left-nav-active > i {
  color: #3A47D9;
  font-size: 18px;
}

.nav-link-active-tab {
  position: relative;
  left: 0px;
  border: solid 1px #1e00c9;
  border-right: solid 2px #fff;
  width: 100% !important;
  padding-left: 0px !important;
  border-radius: 0px !important;
  border-left: 0px;
}

.left-nav-tabs > button > i {
  font-weight: bold;
  font-size: 28px;
}

.left-nav-tabs {
	position: fixed;
  top: 120px;
  left: 5px;
	z-index: 11000;
  width: 47px;
  text-align: center;
  background-color: #fff;
  padding: 4px 0px 1px 0px;
}

.btn-left-nav {
  position: relative;
  left: -2px;
  color: #556FFF;
  border: solid 1px transparent;
	padding: 3px 0px;
	background-color: #F4F7FD;
  font-size: 18px;
  border-radius: 6px;
  min-width: 43px;
  margin-bottom: 2px;
  font-size: 1.2em;
}

.btn-left-nav:hover {
  background-color: #E7E9FB;
}

.btn-left-nav-active {
  position: relative;
  left: -2px;
  color: #556FFF;
  border: solid 1px transparent;
	padding: 3px 0px;
	background-color: #fff;
  font-size: 18px;
  border-radius: 6px;
  min-width: 46px;
  margin-bottom: 2px;
}

.modal-shadow {
  -webkit-box-shadow: 0px 0px 25px 0px rgba(173,173,173,1);
  -moz-box-shadow: 0px 0px 25px 0px rgba(173,173,173,1);
  box-shadow: 0px 0px 25px 0px rgba(173,173,173,1);
}

.btn-plain {
  border: none;
  background-color: transparent;
}

.dropmenu-h {
  position: fixed;
  display: none;
  z-index: 50000;
  border: solid 1px #d8deff;
  background-color: #fff;
  padding: 0px;
  -webkit-box-shadow: 5px 5px 5px 0px rgba(58, 47, 165, 0.2);
  -moz-box-shadow: 5px 5px 5px 0px rgba(221,217,255,0.2);
  box-shadow: 5px 5px 5px 0px rgba(221,217,255,0.2);
}

.content-padding {
  padding: 15px;
}

.dropmenu-item {
  color: #8395FF;
  text-decoration: none;
  display: block;
  width: 150px;
  padding: 0.7em;
}

.dropmenu-item:hover {
  color: #1e48c9;
  background-color: #E7E9FB;
  text-decoration: none;
  cursor: pointer;
}

.user-auth-v2 .auth-left-section-custom {
  background: url("/assets/images/logo-full-md.png") no-repeat;
  background-color: #ffffff;
  background-position: center center;
  display: flex;
  flex-direction: column;
  padding: 1rem;
  justify-content: center;
  margin-top: 40%;
}

.login-title {
  color: #999;
  font-size: 1.3em;
  font-weight: bold;
  margin: 20px 0px 0px 43px;
}

.title-small {
	color:#333;
	text-align: left;
	font-size: 1em;
	margin-bottom: 10px;
}

.text-label-indent {
  font-size:0.8em;
  margin-right:15px
}

.nav-top-custom {
  z-index: 100;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  background-color: #fff;
  border-bottom: solid 1px #e2f0ff;
  padding: 0px;
  -webkit-box-shadow: 0px 3px 4px 0px rgba(224,227,255,0.5);
	-moz-box-shadow: 0px 3px 4px 0px rgba(224,227,255,0.5);
	box-shadow: 0px 3px 4px 0px rgba(224,227,255,0.5);
}

.nav-top-link, .nav-top-link-text {
  position: relative;
  top: 1px;
  text-decoration: none;
  color: #5E6472 !important;
  padding: 13px 28px;
}

.nav-top-link {
  
}

.nav-top-link:hover, .nav-top-link-active, .nav-top-link-active:hover {
  position: relative;
  top: 1px;
  text-decoration: none;
  color: #5872FE !important;
  border-bottom: solid 2px #5872FE;
  padding: 13px 28px;
}

.nav-top-link-text:hover {
  text-decoration: none;
  color: #5872FE !important;
}

.btn-none {
  border: none;
  background-color: transparent;
}

.table-paginate {
  position: relative;
  top: 4px;
  left: -12px;
  padding: 15px;
  height: 62px;
  width: calc(100% + 30px);
}

.input-light {
  border: none;
}

.input-light, .input-light:focus {
  color: rgba(0, 0, 0, .75);
  background-color: #fff;
  border-radius: 10px;
  padding: 9px 15px;
  -webkit-box-shadow: 3px 3px 4px 0px rgba(221,227,240,0.18);
  -moz-box-shadow: 3px 3px 4px 0px rgba(221,227,240,0.18);
  box-shadow: 3px 3px 4px 0px rgba(221,227,240,0.18);
  font-weight: 300;
}

.input-light::placeholder {
  color: rgba(0, 0, 0, .75);
}

.input-sm-custom {
  border: none;
  background-color: #F4F7FD;
  font-size: 0.95em;
  padding: 3px 5px !important;
  display: inline-block;
  width: 50px;
}

.input-white {
  background-color: #fff;
  border-radius: 10px;
  border: solid 1px #ddd;
  padding: 11px 15px;
  font-weight: 300;
  width: 100%;
  color: #333;
}

.input-white:focus {
  background-color: #fff;
  border-radius: 10px;
  border: solid 1px #6d93e6;
  padding: 11px 15px;
  font-weight: 300;
}

.weighted {
  font-weight: 500;
}

.btn-wide {
  padding-left: 1.5em;
  padding-right: 1.5em;
}

.btn-xl {
  padding: 0.7em 4em;
  min-width: 250px;
}

.nav-left-custom {
  position: fixed;
  width: 53px;
  background-color: #fff;
  z-index: 101;
}

.nav-left-custom-shadow {
  -webkit-box-shadow: 3px 6px 8px 0px rgba(224,227,255,0.5);
	-moz-box-shadow: 3px 6px 8px 0px rgba(224,227,255,0.5);
	box-shadow: 3px 6px 8px 0px rgba(224,227,255,0.5);
}

.btn-light-link {
  border: none;
  background-color: transparent;
  color: #ccc;
}

.btn-light-link:hover {
  color: #888;
}

.vertical-middle {
  position: absolute;
  top: 45%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.text-bold {
  font-weight: 500;
}

.user-image-sm {
  min-width: 28px;
  max-width: 28px;
  max-height: 28px;
  border-radius: 5px;
}

.user-image-md {
  min-width: 50px;
  max-width: 50px;
  max-height: 50px;
  border-radius: 5px;
}

.user-image-lg {
  width: 80px;
  height: 80px;
  border-radius: 5px;
}

.table-left-label {
  text-align: right;
  padding-right: 10px;
  font-weight: 500;
}

.full-height {
  height: 100%;
  vertical-align: top;
}

.pull-left {
  position: absolute;
  left: 0px;
}

.align-center {
  text-align: center;
}

.sa {
  width: 140px;
  height: 140px;
  padding: 26px;
  background-color: #fff;
  &-success {
    border-radius: 50%;
    border: 4px solid #A5DC86;
    box-sizing: content-box;
    height: 80px;
    padding: 0;
    position: relative;
    background-color: #fff;
    width: 80px;
    &:after, &:before {
      background: #fff;
      content: '';
      height: 120px;
      position: absolute;
      transform: rotate(45deg);
      width: 60px;
    }
    &:before {
      border-radius: 40px 0 0 40px;
      width: 26px;
      height: 80px;
      top: -17px;
      left: 5px;
      transform-origin: 60px 60px;
      transform: rotate(-45deg);
    }
    &:after {
      border-radius: 0 120px 120px 0;
      left: 30px;
      top: -11px;
      transform-origin: 0 60px;
      transform: rotate(-45deg);
      animation: rotatePlaceholder 4.25s ease-in;
    }
    &-placeholder {
      border-radius: 50%;
      border: 4px solid rgba(165, 220, 134, 0.25);
      box-sizing: content-box;
      height: 80px;
      left: -4px;
      position: absolute;
      top: -4px;
      width: 80px;
      z-index: 2;
    }
    &-fix {
      background-color: #fff;
      height: 90px;
      left: 28px;
      position: absolute;
      top: 8px;
      transform: rotate(-45deg);
      width: 5px;
      z-index: 1;
    }
    &-tip, &-long {
      background-color: #A5DC86;
      border-radius: 2px;
      height: 5px;
      position: absolute;
      z-index: 2;
    }
    &-tip {
      left: 14px;
      top: 46px;
      transform: rotate(45deg);
      width: 25px;
      animation: animateSuccessTip .75s;
    }
    &-long {
      right: 8px;
      top: 38px;
      transform: rotate(-45deg);
      width: 47px;
      animation: animateSuccessLong .75s;
    }
  }
}
@keyframes animateSuccessTip {
  0%, 54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@keyframes animateSuccessLong {
	0%, 65% {
		width: 0;
		right: 46px;
		top: 54px;
	}
	84% {
		width: 55px;
		right: 0;
		top: 35px;
	}
	100% {
		width: 47px;
		right: 8px;
		top: 38px;
	}
}
@keyframes rotatePlaceholder {
	0%, 5% {
		transform: rotate(-45deg);
	}
	100%, 12% {
		transform: rotate(-405deg);
	}
}

.full-width {
  width: 100%;
}

.text-red {
  color: #D22C3D;
}

.text-green {
  color: #16ad5a;
}

.tip-panel {
	color: #666;
  padding: 10px;
  margin-bottom: 20px;
  font-size: 0.9em;
}

.table-label {
  font-weight: 500;
}

.table-spaced > tr > td {
  padding: 8px;
}

.tour-icon {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  text-align: center;
  padding: 5px;
  border-radius: 50%;
  font-size: 2em;
  color: #fff;
  background-color: #4E73E5;
  opacity: 0.9em;
  z-index: 999;
}

.tour-icon:hover {
  cursor: pointer;
  background-color: #0b48ff;
  -webkit-box-shadow: 0px 0px 15px -2px #8A9FB5; 
box-shadow: 0px 0px 15px -2px #8A9FB5;
}

.toggle-select-item {
  padding: 0.8em;
  background-color: #d6e4ff;
  border-radius: 5px;
  font-size: 0.8em;
  margin: 0px 5px;
}

/* override text size for font inside pill */
.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  font-size: .9em;
}

.logo-text {
  font-size: 1.3em;
  font-weight: 600;
  text-align: center;
  color: #4152ea;
  margin-top: 15px;
}


.fs-inherit {
	font-size: inherit !important;
}

.lh-inherit {
  line-height: inherit !important;
}


.tooltip .tooltip-inner ul {
  margin: 0;
  padding: 0 0 0 1.25em;
  text-align: left;
  font-size: inherit;
}
.tooltip .tooltip-inner ul li {
  margin: 0 0 0.25em 0;
  line-height: 1.5em;
}

.highlight-bg-danger {
  background: #ff8a8a;
background: linear-gradient(90deg, rgba(255, 138, 138, 1) 0%, rgba(255, 117, 117, 1) 100%);
}

.highlight-bg-success {
  background: #b0ffce;
  background: linear-gradient(90deg,rgba(176, 255, 206, 1) 0%, rgba(105, 255, 162, 1) 100%);
}

.screen-loader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #efefef;
	font-size: 2em;
	z-index: 9999;
	text-align: center;
}
