/*************** 1. Sass Variables ***************/
/*************** 2.Mixins ***************/
@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/opensans/opensans-bold-webfont.html") format("woff2"), url("../fonts/opensans/opensans-bold-webfont-2.html") format("woff");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/opensans/opensans-regular-webfont.html") format("woff2"), url("../fonts/opensans/opensans-regular-webfont-2.html") format("woff");
  font-weight: 400;
  font-style: normal; }
/************************************************
	************************************************
										Body CSS							
	************************************************
************************************************/
html {
  height: 100%; }

body {
  min-height: 100%;
  position: relative; }

body {
  margin: 0;
  padding: 0;
  font: normal 14px 'Open Sans', sans-serif;
  color: #2e323c;
  background: #f5f6fa; }
  body::-webkit-scrollbar {
    width: 10px; }
  body::-webkit-scrollbar-track {
    background: #e6e6e6; }
  body::-webkit-scrollbar-thumb {
    background-color: #cccccc;
    outline: 1px solid #cccccc; }
  body.boxed {
    margin: 0 auto;
    max-width: 1200px;
    background: #000000; }
    body.boxed .app-header {
      max-width: 1200px;
      margin: 0 auto;
      width: 100%;
      left: inherit;
      right: inherit; }
    body.boxed .main-footer {
      max-width: 1200px;
      margin: 0 auto;
      width: 100%;
      left: inherit;
      right: inherit; }
  body.full-screen a.onoffcanvas-toggler {
    display: inline-block; }
  body.full-screen .app-side {
    left: 0; }
    body.full-screen .app-side.is-open {
      left: -230px; }
  @media (max-width: 992px) {
    body.full-screen .app-side {
      left: -230px; }
      body.full-screen .app-side.is-open {
        left: 0; } }
  body.full-screen .app-main {
    margin-left: 0; }
  @media (max-width: 1100px) {
    body.off-canvas a.onoffcanvas-toggler {
      display: inline-block; }
    body.off-canvas a.mini-nav-btn {
      display: none; } }
  body.login-bg {
    background: url("../img/login-bg.jpg") no-repeat;
    background-size: cover;
    background-position: center center; }
  body.error-bg {
    background: url("../img/login-slider.jpg") no-repeat;
    background-size: cover;
    background-position: center center fixed; }

/************************************************
	************************************************
										Common CSS							
	************************************************
************************************************/
a {
  color: #333333;
  text-decoration: none; }
  a:hover {
    color: #000000;
    text-decoration: none; }
  a:focus {
    outline: none;
    text-decoration: none;
    color: #000000; }

ul {
  margin: 0;
  padding: 0; }
  ul li {
    list-style-type: none; }

hr {
  margin-top: 10px;
  margin-bottom: 10px;
  border-top: 1px solid #e1e5f1; }

/************************************************
	************************************************
											Reusable CSS							
	************************************************
************************************************/
/*************** Card Fixed Heights ***************/
.card333 {
  height: 332px; }

.card160 {
  height: 159px; }

/*************** Spacers ***************/
.spacer10 {
  height: 10px; }

.spacer20 {
  height: 20px; }

.spacer30 {
  height: 30px; }

.spacer50 {
  height: 50px; }

.spacer60 {
  height: 60px; }

.spacer70 {
  height: 70px; }

/************* Background Colors **************/
.bg-primary {
  background-color: #179978 !important; }

.bg-secondary {
  background-color: #ef2f1a !important; }

.bg-success {
  background-color: #179977 !important; }

.bg-light-green {
  background-color: #d8f1ef !important; }

.bg-info {
  background-color: #0d5890 !important; }

.bg-light-blue {
  background-color: #e0f0fd !important; }

.bg-warning {
  background-color: #ffb933 !important; }

.bg-light-yellow {
  background-color: #fdebd1 !important; }

.bg-danger {
  background-color: #ef2f1a !important; }

.bg-light-red {
  background-color: #fde8e8 !important; }

.bg-pink {
  background-color: #ff6ba7 !important; }

.bg-light-pink {
  background-color: #ffeaf7 !important; }

.bg-purple {
  background-color: #5a66b5 !important; }

.bg-orange {
  background-color: #ff9f41 !important; }

.bg-brown {
  background-color: #825a4c !important; }

.bg-light-brown {
  background-color: #e7e0e1 !important; }

.bg-light {
  background-color: #e2f5f0 !important; }

.bg-dark {
  background-color: #3c3c3c !important; }

/************* Text Colors **************/
.text-primary {
  color: #179978 !important; }

.text-secondary {
  color: #ef2f1a !important; }

.text-success {
  color: #179977 !important; }

.text-info {
  color: #0d5890 !important; }

.text-warning {
  color: #ffb933 !important; }

.text-danger {
  color: #ef2f1a !important; }

.text-pink {
  color: #ff6ba7 !important; }

.text-light {
  color: #e0f0fd !important; }

.text-dark {
  color: #000000 !important; }

.text-muted {
  color: #858b9a !important; }

/************* Overflows Scrolls **************/
.overflow-scroll {
  overflow: auto; }

/************* Char Count **************/
.charCount {
  font-size: .7rem; }

/************* Image Sizes **************/
.img-30 {
  width: 30px;
  height: 30px; }

/************************************************
	************************************************
										Layout CSS							
	************************************************
************************************************/
/*************** Login Signup Screens ***************/
.login-screen {
  padding-top: 70px; }
  .login-screen .login-logo {
    margin: 20px 0 20px 0;
    text-align: left;
    display: block; }
    .login-screen .login-logo > img {
      margin-left: 100px;
      max-height: 100px; }

.login-container {
  position: relative;
  box-shadow: 0px 25px 15px -15px #d3d7e9;
  background: #ffffff;
  margin: 0 auto; }
  .login-container .login-box {
    padding: 50px 50px; }
    .login-container .login-box h5 {
      margin: 0 0 20px 0;
      color: #179978; }
  .login-container .actions {
    margin-top: 15px;
    display: block;
    margin-bottom: 30px; }
    .login-container .actions a {
      color: #179978;
      text-decoration: none;
      margin-top: 12px;
      display: inline-block; }
      .login-container .actions a:hover {
        text-decoration: underline; }
    .login-container .actions .btn {
      float: right;
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      border-radius: 30px;
      padding: 8px 25px; }
  .login-container a.additional-link {
    color: #179978;
    text-decoration: none;
    margin: 40px auto 0 auto;
    text-align: center;
    display: block; }
    .login-container a.additional-link span {
      text-decoration: underline;
      color: #000000; }
  .login-container p.info {
    padding: 0;
    margin: 0 0 20px 0;
    line-height: 150%;
    color: #858b9a; }

.login-slider {
  background: url("../img/login-slider.jpg") center center no-repeat;
  background-size: cover;
  height: 100%;
  position: relative; }
  .login-slider .play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90px;
    height: 90px;
    margin-left: -35px;
    margin-top: -35px; }

.signup-slider {
  background: url("../img/login-slider.jpg") center center no-repeat;
  background-size: cover;
  height: 100%;
  position: relative; }

@media (max-width: 767px) {
  .login-slider {
    display: none; }

  .signup-slider {
    display: none; } }

/*************** Forms ***************/
address {
  border-left: 2px solid #179978;
  padding-left: 20px;
  line-height: 170%; }

.form-control {
  font-size: .9rem;
  border: 1px solid #e1e5f1;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }
  .form-control:focus {
    border: 1px solid #179978; }
  .form-control::-webkit-input-placeholder {
    color: #858b9a; }
  .form-control:-moz-placeholder {
    color: #858b9a; }
  .form-control::-moz-placeholder {
    color: #858b9a; }
  .form-control:-ms-input-placeholder {
    color: #858b9a; }

label {
  line-height: 1.8; }

.input-group-addon {
  border: 1px solid #e1e5f1;
  background: #f5f6fa;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #858b9a; }
  
/*************** Buttons ***************/
.btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }
  .btn .icon {
    font-size: 1.4rem;
    vertical-align: middle;
    margin-top: -2px; }
  .btn.focus, .btn:focus {
    color: #ffffff; }

.btn-sm .icon {
  font-size: 1rem;
  vertical-align: middle;
  margin-top: -2px; }

.btn-rounded {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px; }

.btn-primary {
  background-color: #179978;
  border-color: #179978;
  color: #ffffff; }
  .btn-primary:hover {
    background-color: #148367;
    border-color: #148367;
    color: #ffffff; }
  .btn-primary:focus {
    box-shadow: 0 0 0 3px #78ebce; }

.btn-secondary {
  background-color: #ef2f1a;
  border-color: #ef2f1a;
  color: #ffffff; }
  .btn-secondary:hover {
    background-color: #e02410;
    border-color: #e02410;
    color: #ffffff; }
  .btn-secondary:focus {
    box-shadow: 0 0 0 3px #f68a7e; }

.btn-success {
  background-color: #179977;
  border-color: #179977; }
  .btn-success:hover {
    background-color: #148366;
    border-color: #148366; }
  .btn-success:focus {
    box-shadow: 0 0 0 3px #6fe9c9; }

.btn-danger {
  background-color: #ef2f1a;
  border-color: #ef2f1a; }
  .btn-danger:hover {
    background-color: #e02410;
    border-color: #e02410; }
  .btn-danger:focus {
    box-shadow: 0 0 0 3px #f68e83; }

.btn-warning {
  background-color: #ffb933;
  border-color: #ffb933;
  color: #ffffff; }
  .btn-warning:hover {
    background-color: #ffb01a;
    border-color: #ffb01a;
    color: #ffffff; }
  .btn-warning:focus {
    box-shadow: 0 0 0 3px #ffedcc;
    color: #ffffff; }

.btn-info {
  background-color: #0d5890;
  border-color: #0d5890; }
  .btn-info:hover {
    background-color: #0b4a79;
    border-color: #0b4a79; }
  .btn-info:focus {
    box-shadow: 0 0 0 3px #5fb2f1; }

.btn-light {
  background-color: #8dcebc;
  border-color: #8dcebc; }
  .btn-light:hover {
    background-color: #7bc6b2;
    border-color: #7bc6b2; }
  .btn-light:focus {
    box-shadow: 0 0 0 3px #69bfa7; }

.btn-dark {
  background-color: #28b18d;
  border-color: #28b18d; }
  .btn-dark:hover {
    background-color: #239c7c;
    border-color: #239c7c; }
  .btn-dark:focus {
    box-shadow: 0 0 0 3px #63dcbc; }

.btn-link {
  color: #179978; }
  .btn-link:hover {
    text-decoration: none; }

.btn-outline-primary {
  border-color: #179978;
  color: #179978; }
  .btn-outline-primary:hover {
    background-color: #179978;
    border-color: #179978;
    color: #ffffff; }
  .btn-outline-primary:focus {
    box-shadow: 0 0 0 3px #78ebce; }

.btn-outline-secondary {
  border-color: #c8200e;
  color: #ef2f1a; }
  .btn-outline-secondary:hover {
    background-color: #c8200e;
    border-color: #c8200e;
    color: #ffffff; }
  .btn-outline-secondary:focus {
    box-shadow: 0 0 0 3px #f68a7e; }

.btn-outline-success {
  border-color: #179977;
  color: #179977; }
  .btn-outline-success:hover {
    background-color: #179977;
    border-color: #179977;
    color: #ffffff; }
  .btn-outline-success:focus {
    box-shadow: 0 0 0 3px #6fe9c9; }

.btn-outline-danger {
  border-color: #ef2f1a;
  color: #ef2f1a; }
  .btn-outline-danger:hover {
    background-color: #ef2f1a;
    border-color: #ef2f1a;
    color: #ffffff; }
  .btn-outline-danger:focus {
    box-shadow: 0 0 0 3px #f68e83; }

.btn-outline-warning {
  border-color: #ffb933;
  color: #ffb933; }
  .btn-outline-warning:hover {
    background-color: #ffb933;
    border-color: #ffb933;
    color: #ffffff; }
  .btn-outline-warning:focus {
    box-shadow: 0 0 0 3px #ffedcc; }

.btn-outline-info {
  border-color: #0d5890;
  color: #0d5890; }
  .btn-outline-info:hover {
    background-color: #0d5890;
    border-color: #0d5890;
    color: #ffffff; }
  .btn-outline-info:focus {
    box-shadow: 0 0 0 3px #5fb2f1; }

.btn-outline-light {
  border-color: #8dcebc;
  color: #8dcebc;
  color: #28b18d; }
  .btn-outline-light:hover {
    background-color: #8dcebc;
    border-color: #8dcebc;
    color: #28b18d; }
  .btn-outline-light:focus {
    box-shadow: 0 0 0 3px #69bfa7; }

.btn-outline-dark {
  border-color: #28b18d;
  color: #000000; }
  .btn-outline-dark:hover {
    background-color: #239c7c;
    border-color: #239c7c;
    color: #ffffff; }
  .btn-outline-dark:focus {
    box-shadow: 0 0 0 3px #63dcbc; }

.btn.disabled, .btn:disabled {
  pointer-events: none; }

.btn-group > .btn:first-child {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }
.btn-group > .btn:last-child {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; } 
 
.main-footer {
  background: #ffffff;
  padding: .7rem 1rem;
  border-top: 1px solid #e1e5f1;
  font-size: .65rem;
  color: #858b9a; }
.main-footer.fixed-btm {
	z-index: 1002;
	bottom: 0;
	position: fixed;
	left: 0;
	right: 0; }
.main-footer.no-bdr {
	border: 0; }