img {
  vertical-align: middle;
}

.clearfix:before, .clearfix:after, .container:before,
.container:after,
.row:before, .row:after {
  content: " ";
  display: table;
}

/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('FontAwesome-0d2717cd5d853e5c765ca032dfd41a4d.otf?v=4.3.0');
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

.fa-heart:before {
  content: '\f004';
}

@font-face {
  font-family: 'Material-Design-Iconic-Font';
  src: url('Material-Design-Iconic-Font-b0f79a341a2d7bad1d7e763e9a3760c5.woff?v=2.1.0') format('woff'), url('Material-Design-Iconic-Font-06d6e92d361393dd1e2167a3d6881872.ttf?v=2.1.0') format('truetype');
  font-weight: normal;
  font-style: normal;
}

.zmdi {
  display: inline-block;
  font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 50px;
}

.zmdi-account:before {
  content: '\f207';
}

.zmdi-key:before {
  content: '\f183';
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1;
  color: #333333;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #00a19e;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #0b5857;
  text-decoration: underline;
}
a:focus {
  outline: none;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 100%;
}

@media (min-width: 768px) {
  .login-container .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .login-container .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .login-container .container {
    width: 1170px;
  }
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-4 {
  width: 33.33333333333333%;
}

.col-xs-pull-4 {
  right: 33.33333333333333%;
}

.col-xs-push-4 {
  left: 33.33333333333333%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333333333%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-4 {
    width: 33.33333333333333%;
  }

  .col-sm-pull-4 {
    right: 33.33333333333333%;
  }

  .col-sm-push-4 {
    left: 33.33333333333333%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333333333%;
  }
}

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-4 {
    width: 33.33333333333333%;
  }

  .col-md-pull-4 {
    right: 33.33333333333333%;
  }

  .col-md-push-4 {
    left: 33.33333333333333%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: none;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

.form-control {
  display: block;
  width: 100%;
  height: 39px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio label,
.checkbox label {
  min-height: 25px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none;
}

.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}

.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-primary {
  color: #fff;
  background-color: #00a19e;
  border-color: #118684;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #0e6f6e;
  border-color: #0a4f4e;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}


/* Login Container
=============================== */
.login-page {
  padding-top: 0px;
  background-color: #f0f0f0;
}

.login-container {
  margin-top: 60px;
}

.login-form-header {
  padding: 15px 30px;
}

.login-form-header .logo {
  text-align: center;
}

.login-input .login-frm-input {
  height: 50px;
}

.login-input .icon-left {
  height: 48px;
  line-height: 47px !important;
}

.login-form-footer .btn {
  padding: 10px 20px !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  height: 50px;
}

.btn-login {
  padding: 10px 20px !important;
  background-color: #fff !important;
  border: #bbb 1px solid !important;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  border-radius: 3px !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12), 0 2px 10px rgba(0, 0, 0, 0.12), 0 2px 10px rgba(0, 0, 0, 0.12), 0 2px 10px rgba(0, 0, 0, 0.12) !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16) !important;
  font-size: 16px !important;
  font-weight: 400 !important;
}

.btn-login:hover {
  background-color: #17bab8 !important;
  border: #17bab8 1px solid !important;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.19), 0 6px 20px rgba(0, 0, 0, 0.19), 0 6px 20px rgba(0, 0, 0, 0.19), 0 6px 20px rgba(0, 0, 0, 0.19) !important;
  box-shadow: 0 8px 17px rgba(0, 0, 0, 0.2) !important;
  color: #fff !important;
}

.btn-login:focus {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12), 0 2px 10px rgba(0, 0, 0, 0.12), 0 2px 10px rgba(0, 0, 0, 0.12), 0 2px 10px rgba(0, 0, 0, 0.12) !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16) !important;
}

.login-page-footer {
  margin-top: 30px;
  text-align: center;
}

.boxed-login .login-form-container {
  background-color: #fff;
  padding: 25px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 20px;
}

.boxed-login .login-form-header {
  -webkit-border-radius: 4px 4px 0px 0px;
  border-radius: 4px 4px 0px 0px;
  padding: 15px 0px 0px 0px;
  margin-left: -25px;
  margin-right: -25px;
  margin-top: -25px;
  margin-bottom: 25px;
}

.boxed-login .login-form-header .logo {
  text-align: center;
}

.boxed-login .login-form-footer {
  padding: 25px;
  margin-left: -25px;
  margin-right: -25px;
  -webkit-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}

.boxed-login .login-form-footer .btn {
  padding: 10px 20px !important;
  font-size: 16px !important;
  font-weight: 400 !important;
}

div.error-message {
  margin: 20px 0 14px;
  padding: 6px 10px;
  border: 1px solid #e59999;
  background-color: #fcf5f5;
  color: #cc3333;
}

.j-forms {
  position: relative;
}

.j-forms .unit {
  position: relative;
  margin-bottom: 30px;
}

.j-forms .input {
  position: relative;
}


/* Icons
=============================== */
.j-forms .icon-left,
.j-forms .icon-right {
  color: rgba(0, 0, 0, .24);
  font-size: 17px;
  height: 50px;
  line-height: 36px !important;
  opacity: .6;
  position: absolute;
  text-align: center;
  top: 0px;
  width: 42px;
  z-index: 2;
}

.j-forms .icon-righti {
  line-height: 50px;
}

.j-forms .icon-left {
  border-right: 1px solid rgba(0, 0, 0, .24);
  left: 3px;
}

.j-forms #upload .icon-left {
  position: absolute !important;
}

.j-forms .icon-right {
  border-left: 1px solid rgba(0, 0, 0, .24);
  right: 3px;
}

.j-forms .icon-left ~ input,
.j-forms .icon-left ~ textarea {
  padding-left: 58px;
}

.j-forms .icon-right ~ input,
.j-forms .icon-right ~ textarea {
  padding-right: 58px;
}

.j-forms span.hint {
  display: block;
  font-size: 13px;
  color: inherit;
  height: 13px;
  line-height: 13px;
  margin-top: 5px;
  padding: 0 2px;
}

.j-forms .link {
  color: #555;
  font-size: 14px;
  line-height: inherit;
  text-decoration: none;
}

.j-forms .link:hover {
  border-bottom: none;
  color: #17bab8;;
}


/* Radio and checkbox
=============================== */
.j-forms .radio,
.j-forms .checkbox,
.j-forms .radio-toggle,
.j-forms .checkbox-toggle {
  color: rgba(0, 0, 0, .87);
  cursor: pointer;
  font-size: 15px;
  height: 15px;
  margin-bottom: 4px;
  position: relative;
  line-height: 15px;
  font-weight: normal;
}

.j-forms .radio,
.j-forms .checkbox,
.j-forms .inline-group .radio,
.j-forms .inline-group .checkbox {
  padding: 0px 0 0px 32px;
}

.j-forms .radio-toggle,
.j-forms .checkbox-toggle,
.j-forms .inline-group .radio-toggle,
.j-forms .inline-group .checkbox-toggle {
  padding: 9px 0 8px 58px;
}

.j-forms .radio:last-child,
.j-forms .checkbox:last-child,
.j-forms .radio-toggle:last-child,
.j-forms .checkbox-toggle:last-child {
  margin-bottom: 0;
}

.j-forms .inline-group .radio,
.j-forms .inline-group .checkbox,
.j-forms .inline-group .radio-toggle,
.j-forms .inline-group .checkbox-toggle {
  display: inline-block;
  margin-right: 25px;
}

.j-forms .radio input,
.j-forms .checkbox input,
.j-forms .radio-toggle input,
.j-forms .checkbox-toggle input {
  position: absolute;
  left: -9999px;
}

.j-forms .radio i,
.j-forms .checkbox i,
.j-forms .checkbox-toggle i,
.j-forms .radio-toggle i {
  background-color: #fff;
  border: 2px solid rgba(0, 0, 0, .26);
  display: block;
  height: 18px;
  left: 0;
  outline: none;
  position: absolute;
  top: -4px;
  -webkit-transition: border-color .2s;
  -moz-transition: border-color .2s;
  -ms-transition: border-color .2s;
  -o-transition: border-color .2s;
  transition: border-color .2s;
}

.j-forms .radio i,
.j-forms .checkbox i {
  width: 18px;
}

.j-forms .checkbox-toggle i,
.j-forms .radio-toggle i {
  width: 44px;
}

.j-forms .checkbox i,
.j-forms .checkbox-toggle i {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}

.j-forms .radio i,
.j-forms .radio i:after,
.j-forms .radio-toggle i:before {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

.j-forms .radio-toggle i {
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  -o-border-radius: 13px;
  border-radius: 13px;
}

.j-forms .checkbox-toggle i:before {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}

.j-forms .radio i:after {
  background-color: #17bab8;;
  content: "";
  height: 8px;
  top: 5px;
  left: 5px;
  opacity: 0;
  position: absolute;
  width: 8px;
}

.j-forms .checkbox i:after {
  border-width: 0 0 3px 3px;
  border-bottom: solid #17bab8;;
  border-left: solid #17bab8;;
  content: "";
  height: 5px;
  top: 3px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 3px;
  opacity: 0;
  position: absolute;
  width: 10px;
}

.j-forms .radio input:checked + i:after,
.j-forms .checkbox input:checked + i:after {
  opacity: 1;
}

.j-forms .checkbox-toggle i:before,
.j-forms .radio-toggle i:before {
  border: none;
  background-color: #17bab8;;
  content: "";
  display: block;
  height: 14px;
  left: 2px;
  position: absolute;
  top: 2px;
  width: 14px;
}

.j-forms .checkbox-toggle input:checked + i:before,
.j-forms .radio-toggle input:checked + i:before {
  left: 28px;
}

.j-forms .checkbox-toggle i:after,
.j-forms .radio-toggle i:after,
.j-forms .checkbox-toggle input:checked + i:after,
.j-forms .radio-toggle input:checked + i:after {
  font-size: 10px;
  font-style: normal;
  font-weight: bold;
  line-height: 10px;
  position: absolute;
  top: 4px;
}

.j-forms .checkbox-toggle i:after,
.j-forms .radio-toggle i:after {
  content: "NO";
  left: 22px;
}

.j-forms .checkbox-toggle input:checked + i:after,
.j-forms .radio-toggle input:checked + i:after {
  content: "YES";
  left: 6px;
}

.j-forms .checkbox:hover i,
.j-forms .radio:hover i,
.j-forms .checkbox-toggle:hover i,
.j-forms .radio-toggle:hover i {
  border: 2px solid rgba(000, 000, 000, .4);
}

.j-forms .radio input:checked + i,
.j-forms .checkbox input:checked + i,
.j-forms .radio-toggle input:checked + i,
.j-forms .checkbox-toggle input:checked + i {
  border: 2px solid #17bab8;
}

.j-forms .radio input:checked + i,
.j-forms .checkbox input:checked + i {
  color: #17bab8;;
}

.j-forms .checkbox-toggle input:checked + i,
.j-forms .radio-toggle input:checked + i {
  background-color: #f5f5f5;
}


/* Bootstrap compatibility
=============================== */
.j-forms .radio,
.j-forms .checkbox,
.j-forms .radio-toggle,
.j-forms .checkbox-toggle {
  margin-top: 0;
}

.j-forms .label {
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

.j-forms .radio,
.j-forms .checkbox,
.j-forms .radio-toggle,
.j-forms .checkbox-toggle,
.j-forms .radio *,
.j-forms .checkbox *,
.j-forms .radio-toggle *,
.j-forms .checkbox-toggle *,
.j-forms .radio i:after,
.j-forms .checkbox i:after,
.j-forms .radio-toggle i:after,
.j-forms .checkbox-toggle i:after,
.j-forms .radio i:before,
.j-forms .checkbox i:before,
.j-forms .radio-toggle i:before,
.j-forms .checkbox-toggle i:before {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}


/* Login Container
=============================== */

.login-page {
  padding-top: 0px;
  background-color: #f0f0f0;

}

.login-container {
  margin-top: 70px;
}
.login-form-container {
  border: 1px solid #c0c0c0;
  background-color: #fff;
  padding: 25px 25px 10px;
.rounded(5px);
}

.login-form-header .logo {
  margin-top: 25px;
  text-align: center;
}

.login-form-header {
  -webkit-border-radius: 4px 4px 0px 0px;
  border-radius: 4px 4px 0px 0px;
  padding: 15px 0px 0px 0px;
  margin-left: -25px;
  margin-right: -25px;
  margin-top: -25px;
  margin-bottom: 30px;
}

.login-input .login-frm-input {
  height: 50px;
}

.login-input .icon-left {
  height: 48px;
  line-height: 47px !important;
}

.login-form-container .login-form-footer .btn {
  padding: 10px 20px !important;
  font-size: 16px !important;
  font-weight: 400 !important;
}

.login-form-container .login-form-footer {
  padding: 0px 25px 20px;
  margin-left: -25px;
  margin-right: -25px;
  -webkit-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  text-align: center;
}

.btn-login {
  padding: 10px 20px !important;
  background-color: #fff !important;
  border: #bbb 1px solid !important;
. rounded(3 px) !important;
. z-depth(1) !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  height: 50px;
}

.btn-login:hover {
   background-color: #17bab8 !important;
   border: #17bab8 1px solid !important;
   color: #fff !important;
}

.btn-login:hover:focus {
 .z-depth(1) !important;
}

.login-page-footer {
  margin-top: 30px;
  text-align: center;
}

.boxed-login .login-form-container {
  border: 1px solid #dadada;
  background-color: #fff;
  padding: 25px 25px 10px;
.rounded(5px);
}

.boxed-login .login-form-header .logo {
  margin-top: 25px;
  text-align: center;
}

.login-form-container .login-form-footer {
  padding: 0 25px 20px;
  margin-left: -25px;
  margin-right: -25px;
  -webkit-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  text-align: center;
}

.login-form-footer span {
  font-size: 14px;
}

.line-height-1 {
  line-height: 1;
}

div.error-message {
  text-align: left;
  margin: 20px 0 14px;
  padding: 6px 10px;
  border: 1px solid #e59999;
  background-color: #fcf5f5;
  color: #cc3333;
}
