@charset "UTF-8";
@import url("//fonts.googleapis.com/css?family=Roboto:300,400,400italic,500,700");
/**
 * Bootstrap Reset
 */
*:focus {
  outline: 0 !important;
}

a, .btn-link {
  outline: none !important;
  color: #448AFF;
  transition: color 0.2s ease;
}
a:focus, a:hover, .btn-link:focus, .btn-link:hover {
  color: #2577ff;
  cursor: pointer;
}
a.text-muted:hover, a.text-muted:focus, .btn-link.text-muted:hover, .btn-link.text-muted:focus {
  color: #898989;
}

.text-muted {
  color: #a2a2a2;
}

hr {
  border-top: 1px solid rgba(162, 162, 162, 0.36);
}

code {
  margin-left: 1px;
  margin-right: 1px;
  -webkit-font-smoothing: auto;
  padding: 0.125em 0.35em;
  border-radius: 2px;
  font-size: 1.4rem;
  background: rgba(0, 0, 0, 0.045);
  color: #106CC8;
}

pre {
  background-color: rgba(162, 162, 162, 0.12);
  border-color: rgba(162, 162, 162, 0.26);
  color: inherit;
}

.img-thumbnail {
  border-radius: 1px;
  border: 0;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.14), 0 4px 5px 0 rgba(0, 0, 0, 0.098), 0 1px 10px 0 rgba(0, 0, 0, 0.014);
}

.page-header {
  border-bottom-color: rgba(162, 162, 162, 0.6);
}

.breadcrumb {
  font-weight: normal;
  border-radius: 0;
  color: #a2a2a2;
  padding: 20px 20px;
  background-color: #fff;
  border-bottom: 1px solid rgba(162, 162, 162, 0.16);
}

.btn {
  outline: none !important;
  border-radius: 2px;
  transition-property: "background-color, color, box-shadow";
  transition-duration: ".1s, .2s, .2s";
  transition-timing-function: ease-in-out;
}
.btn:active, .btn.active {
  box-shadow: 0 0 0 #000;
}

.btn-default {
  color: #6C7177;
  background-color: #fff;
  border-color: #ECEFF1;
}
.btn-default:focus, .btn-default.focus {
  color: #6C7177;
  background-color: whitesmoke;
  border-color: #e0e5e8;
}
.btn-default:hover {
  color: #6C7177;
  background-color: whitesmoke;
  border-color: #e0e5e8;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #6C7177;
  background-color: #ebebeb;
  border-color: #e9edef;
}
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: #6C7177;
  background-color: #ebebeb;
  border-color: #e9edef;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ECEFF1;
}
.btn-default .badge {
  color: #fff;
  background-color: #6C7177;
}

.btn-primary {
  color: #fff;
  background-color: #448AFF;
  border-color: #448AFF;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #307dff;
  border-color: #307dff;
}
.btn-primary:hover {
  color: #fff;
  background-color: #307dff;
  border-color: #307dff;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #1b70ff;
  border-color: #3f87ff;
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #1b70ff;
  border-color: #3f87ff;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: #448AFF;
  border-color: #448AFF;
}
.btn-primary .badge {
  color: #448AFF;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #4CAF50;
  border-color: #4CAF50;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #46a149;
  border-color: #46a149;
}
.btn-success:hover {
  color: #fff;
  background-color: #46a149;
  border-color: #46a149;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #409343;
  border-color: #4aab4e;
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #409343;
  border-color: #4aab4e;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  background-color: #4CAF50;
  border-color: #4CAF50;
}
.btn-success .badge {
  color: #4CAF50;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #03A9F4;
  border-color: #03A9F4;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #039be0;
  border-color: #039be0;
}
.btn-info:hover {
  color: #fff;
  background-color: #039be0;
  border-color: #039be0;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #038dcc;
  border-color: #03a6ef;
}
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #038dcc;
  border-color: #03a6ef;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  background-color: #03A9F4;
  border-color: #03A9F4;
}
.btn-info .badge {
  color: #03A9F4;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #FFB300;
  border-color: #FFB300;
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #eba500;
  border-color: #eba500;
}
.btn-warning:hover {
  color: #fff;
  background-color: #eba500;
  border-color: #eba500;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #d69600;
  border-color: #faaf00;
}
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d69600;
  border-color: #faaf00;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
  background-color: #FFB300;
  border-color: #FFB300;
}
.btn-warning .badge {
  color: #FFB300;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #F44336;
  border-color: #F44336;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #f33123;
  border-color: #f33123;
}
.btn-danger:hover {
  color: #fff;
  background-color: #f33123;
  border-color: #f33123;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #f21f0f;
  border-color: #f43e31;
}
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #f21f0f;
  border-color: #f43e31;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
  background-color: #F44336;
  border-color: #F44336;
}
.btn-danger .badge {
  color: #F44336;
  background-color: #fff;
}

.text-primary {
  color: #448AFF;
}

.text-success {
  color: #4CAF50;
}

.text-info {
  color: #03A9F4;
}

.text-warning {
  color: #FFB300;
}

.text-danger {
  color: #F44336;
}

.pagination > li > a,
.pagination > li > span {
  color: inherit;
  background-color: rgba(240, 240, 240, 0.06);
  border-color: rgba(162, 162, 162, 0.16);
}
.pagination > li > span {
  cursor: default;
}
.pagination > li > span:hover, .pagination > li > span:focus {
  background-color: transparent !important;
}
.pagination > li > a:focus,
.pagination > li > a:hover {
  background-color: #448AFF;
  border-color: #448AFF;
  color: #fff;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover {
  background-color: #448AFF;
  border-color: #448AFF;
  color: #fff;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  background-color: rgba(240, 240, 240, 0.06);
  border-color: rgba(162, 162, 162, 0.16);
}

.pager > li > a,
.pager > li > span {
  color: inherit;
  background-color: rgba(240, 240, 240, 0.06);
  border-color: rgba(162, 162, 162, 0.36);
}
.pager > li > a:hover, .pager > li > a:focus,
.pager > li > span:hover,
.pager > li > span:focus {
  background-color: rgba(162, 162, 162, 0.16);
}
.pager .disabled > a,
.pager .disabled > a:focus,
.pager .disabled > a:hover,
.pager .disabled > span {
  background-color: rgba(162, 162, 162, 0.16);
}

.label-primary {
  background-color: #448AFF;
}

.label-info {
  background-color: #03A9F4;
}

.label-success {
  background-color: #4CAF50;
}

.label-warning {
  background-color: #FFB300;
}

.label-danger {
  background-color: #F44336;
}

.alert-primary {
  background-color: #448AFF;
  border-color: #448AFF;
  color: #fff;
}
.alert-primary hr {
  border-top-color: #2b7aff;
}
.alert-primary .alert-link {
  color: #e6e6e6;
}
.alert-primary a, .alert-primary .alert-link {
  color: rgba(255, 255, 255, 0.58);
}

.alert-success {
  background-color: #4CAF50;
  border-color: #4CAF50;
  color: #fff;
}
.alert-success hr {
  border-top-color: #449d48;
}
.alert-success .alert-link {
  color: #e6e6e6;
}
.alert-success a, .alert-success .alert-link {
  color: rgba(255, 255, 255, 0.58);
}

.alert-info {
  background-color: #03A9F4;
  border-color: #03A9F4;
  color: #fff;
}
.alert-info hr {
  border-top-color: #0398db;
}
.alert-info .alert-link {
  color: #e6e6e6;
}
.alert-info a, .alert-info .alert-link {
  color: rgba(255, 255, 255, 0.58);
}

.alert-warning {
  background-color: #FFB300;
  border-color: #FFB300;
  color: #fff;
}
.alert-warning hr {
  border-top-color: #e6a100;
}
.alert-warning .alert-link {
  color: #e6e6e6;
}
.alert-warning a, .alert-warning .alert-link {
  color: rgba(255, 255, 255, 0.58);
}

.alert-danger {
  background-color: #F44336;
  border-color: #F44336;
  color: #fff;
}
.alert-danger hr {
  border-top-color: #f32c1e;
}
.alert-danger .alert-link {
  color: #e6e6e6;
}
.alert-danger a, .alert-danger .alert-link {
  color: rgba(255, 255, 255, 0.58);
}

.alert-dismissable .close, .alert-dismissible .close {
  color: rgba(0, 0, 0, 0.75);
}

.list-group .list-group-item {
  color: inherit;
  background-color: transparent;
  border-color: rgba(162, 162, 162, 0.12);
}
.list-group .list-group-item.active {
  color: #fff;
}
.list-group .list-group-item.disabled, .list-group .list-group-item.disabled:focus, .list-group .list-group-item.disabled:hover {
  background-color: rgba(162, 162, 162, 0.12);
  color: inherit;
}
.panel > .list-group .list-group-item {
  border-top: 0;
}

a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
  background-color: transparent;
  color: #448AFF;
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
  background-color: #03A9F4;
  border-color: #03A9F4;
}

.panel {
  border-radius: 3px;
  border: 1px solid rgba(162, 162, 162, 0.16);
}
.panel .panel-heading {
  font-weight: 500;
  padding: 16px 24px;
  border-bottom: 1px solid rgba(162, 162, 162, 0.16);
}
.panel .panel-footer {
  background-color: rgba(162, 162, 162, 0.1);
  border-color: rgba(162, 162, 162, 0.1);
}

.panel-group .panel .panel-heading {
  padding: 12px 24px;
}
.panel-group .panel .panel-title a {
  text-decoration: none;
}

.panel-default {
  border-color: rgba(162, 162, 162, 0.26);
}
.panel-default > .panel-heading {
  color: #333;
  background-color: rgba(162, 162, 162, 0.075);
  border-color: rgba(162, 162, 162, 0.26);
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgba(162, 162, 162, 0.26);
}
.panel-default > .panel-heading .badge {
  color: rgba(162, 162, 162, 0.075);
  background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgba(162, 162, 162, 0.26);
}

.panel-primary {
  border-color: rgba(68, 138, 255, 0.15);
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #448AFF;
  border-color: #448AFF;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgba(68, 138, 255, 0.15);
}
.panel-primary > .panel-heading .badge {
  color: #448AFF;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgba(68, 138, 255, 0.15);
}

.panel-success {
  border-color: rgba(76, 175, 80, 0.15);
}
.panel-success > .panel-heading {
  color: #fff;
  background-color: #4CAF50;
  border-color: #4CAF50;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgba(76, 175, 80, 0.15);
}
.panel-success > .panel-heading .badge {
  color: #4CAF50;
  background-color: #fff;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgba(76, 175, 80, 0.15);
}

.panel-info {
  border-color: rgba(3, 169, 244, 0.1);
}
.panel-info > .panel-heading {
  color: #fff;
  background-color: #03A9F4;
  border-color: #03A9F4;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgba(3, 169, 244, 0.1);
}
.panel-info > .panel-heading .badge {
  color: #03A9F4;
  background-color: #fff;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgba(3, 169, 244, 0.1);
}

.panel-warning {
  border-color: rgba(255, 179, 0, 0.1);
}
.panel-warning > .panel-heading {
  color: #fff;
  background-color: #FFB300;
  border-color: #FFB300;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgba(255, 179, 0, 0.1);
}
.panel-warning > .panel-heading .badge {
  color: #FFB300;
  background-color: #fff;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgba(255, 179, 0, 0.1);
}

.panel-danger {
  border-color: rgba(244, 67, 54, 0.1);
}
.panel-danger > .panel-heading {
  color: #fff;
  background-color: #F44336;
  border-color: #F44336;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgba(244, 67, 54, 0.1);
}
.panel-danger > .panel-heading .badge {
  color: #F44336;
  background-color: #fff;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgba(244, 67, 54, 0.1);
}

.well {
  border: 1px solid rgba(162, 162, 162, 0.16);
  background-color: #fff;
}

.jumbotron {
  border: 1px solid rgba(162, 162, 162, 0.12);
  background-color: #fff;
}
.jumbotron p {
  font-weight: 300;
}
@media only screen and (min-width: 768px) {
  .jumbotron {
    padding: 30px 15px;
  }
}

.nav-tabs {
  padding-bottom: 1px;
}

.nav-tabs > li > a,
.nav-tabs.nav-justified > li > a {
  padding: 12px 20px;
  border: 1px solid #d4d3d3;
  color: inherit;
  background-color: #ddd;
  border-bottom-color: transparent;
  margin-bottom: -1px;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover, .nav-tabs > li > a:focus,
.nav-tabs.nav-justified > li > a:hover,
.nav-tabs.nav-justified > li > a:focus {
  background-color: #E3E5E7;
  color: inherit;
}

.nav-tabs.nav-justified > li > a {
  margin-bottom: 2px;
  border-bottom-color: rgba(162, 162, 162, 0.16);
}

.nav-tabs > li.active {
  color: #448AFF;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover,
.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
  color: inherit;
  background-color: #fff;
  border-bottom-color: transparent;
  margin-bottom: -1px;
  border-radius: 4px 4px 0 0;
}

.tab-content {
  background: #fff;
  padding: 15px;
  border: solid rgba(0, 0, 0, 0.12);
  border-width: 0px 1px 1px 1px;
  border-radius: 3px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
  background-color: #448AFF;
}

.nav-pills > li + li {
  margin-left: 5px;
}

.form-control {
  box-shadow: 0 0 0 #000 !important;
}
.form-control:focus {
  border-color: #aaa;
}

@media only screen and (max-width: 1199px) {
  input[type=text], input[type=email], input[type=search], input[type=password] {
    -webkit-appearance: none;
  }
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #4CAF50;
}
.has-success .form-control {
  border-color: #4CAF50;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #3d8b40;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #92cf94;
}
.has-success .input-group-addon {
  color: #4CAF50;
  border-color: #4CAF50;
  background-color: #4CAF50;
}
.has-success .form-control-feedback {
  color: #4CAF50;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #FFB300;
}
.has-warning .form-control {
  border-color: #FFB300;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #cc8f00;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffd166;
}
.has-warning .input-group-addon {
  color: #FFB300;
  border-color: #FFB300;
  background-color: #FFB300;
}
.has-warning .form-control-feedback {
  color: #FFB300;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #F44336;
}
.has-error .form-control {
  border-color: #F44336;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #ea1c0d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f99d97;
}
.has-error .input-group-addon {
  color: #F44336;
  border-color: #F44336;
  background-color: #F44336;
}
.has-error .form-control-feedback {
  color: #F44336;
}

.input-sm,
select.input-sm {
  height: 31px;
}

legend {
  border-color: rgba(162, 162, 162, 0.25);
  color: inherit;
}

fieldset {
  padding-bottom: 20px;
  border-bottom: 1px dashed rgba(162, 162, 162, 0.25);
  margin-bottom: 20px;
}
fieldset.last-child, fieldset:last-child {
  border-bottom: 0;
}
fieldset .form-group:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 991px) {
  input[type=text], input[type=email], input[type=search], input[type=password] {
    -webkit-appearance: none;
  }
}
.table {
  font-weight: 400;
}
.table > thead > tr > th {
  border-bottom-width: 1px;
  border-color: rgba(162, 162, 162, 0.16);
  position: relative;
  vertical-align: middle;
  text-overflow: ellipsis;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0;
  font-size: 12px;
  padding: 10px 5px;
}
.table > tbody > tr > td {
  position: relative;
  vertical-align: middle;
  border-top: 1px solid rgba(0, 0, 0, 0.045);
}
.table > tbody + tbody {
  border-bottom-width: 1px;
}

.table-hover > tbody > tr:hover {
  background-color: rgba(162, 162, 162, 0.06);
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: rgba(162, 162, 162, 0.06);
}

.table-bordered {
  border-color: rgba(162, 162, 162, 0.26);
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 1px;
}
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border-color: rgba(162, 162, 162, 0.26);
}

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #CFD8DC;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #c0ccd1;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #4CAF50;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #449d48;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #03A9F4;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #0398db;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #FFB300;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #e6a100;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #F44336;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #f32c1e;
}

tr.active, tr.success, tr.info, tr.warning, tr.danger {
  color: rgba(0, 0, 0, 0.67);
}
tr.active > td, tr.success > td, tr.info > td, tr.warning > td, tr.danger > td {
  border-top: 0 !important;
}

.progress {
  box-shadow: 0 0 0 #000;
  border-radius: 3px;
  border: 1px solid rgba(240, 240, 240, 0.1);
  background-color: rgba(162, 162, 162, 0.26);
}
.progress .progress-bar {
  box-shadow: 0 0 0 #000;
}
.progress.progress-sm {
  height: 16px;
}
.progress.progress-xs {
  height: 8px;
  border-radius: 0;
  border: 0;
}

.progress-bar {
  background-color: #448AFF;
}

.progress-bar-info {
  background-color: #03A9F4;
}

.progress-bar-success {
  background-color: #4CAF50;
}

.progress-bar-warning {
  background-color: #FFB300;
}

.progress-bar-danger {
  background-color: #F44336;
}

.popover {
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.14), 0 2px 2px 0 rgba(0, 0, 0, 0.098), 0 1px 5px 0 rgba(0, 0, 0, 0.014);
  border-color: #ECEFF1;
  border-radius: 3px;
  color: #6C7177;
}
.popover .popover-title {
  line-height: 1;
}

.carousel .carousel-indicators {
  bottom: 0;
}
.carousel .carousel-control.left, .carousel .carousel-control.right {
  background-image: none;
}
.carousel .carousel-control em {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
}

.dropdown-menu {
  top: 80%;
  border: 1px solid #ECEFF1;
  border-radius: 1px;
  box-shadow: "0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12)";
}
.dropdown-menu > li > a {
  display: block;
  color: #263238;
}
.dropdown-menu > li > a:hover {
  background: #ECEFF1;
}
.dropdown-menu > li > a > em {
  margin-right: 10px;
}

.dropdown-header {
  color: #a1a2a3;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
  color: #666;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
  color: #222;
}

.navbar,
.navbar .dropdown-menu {
  filter: none !important;
}

.badge {
  width: 20px;
  height: 20px;
  padding: 0;
  line-height: 20px;
  font-size: 12px;
  border-radius: 50%;
  color: #fff;
}

.has-badge {
  position: relative;
}
.has-badge .badge {
  position: absolute;
  top: 18%;
  right: 4px;
}

@font-face {
  font-family: "Glyphicons Halflings";
  src: url("../fonts/glyphicons-halflings-regular.eot");
  src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
.block-content {
  width: 100%;
  margin-bottom: 25px;
}

.block-fieldset {
  margin-left: 15px;
  margin-right: 15px;
  padding-bottom: 15px;
}

.mdt_home1 {
  padding: 5px 0px 0px 0px;
}

.mdt_home2 {
  margin: 8px 0px -10px 0px;
}

.mdt_home3 {
  margin-bottom: 4px;
  margin-top: 4px;
}

.body-img {
  text-align: center;
  cursor: pointer;
}

.footer-style {
  text-align: center;
  padding: 5px 0px 0px 0px;
}

.row-style {
  margin-bottom: 10px;
  margin-left: 0px;
  margin-right: 0px;
  background-color: white;
}

.md_search-col {
  padding: 24px;
  font-size: medium;
}

.button-mgr4 {
  margin-right: 4px;
}

.glypicon_list_style {
  top: 1px;
  font-size: 13px;
}

.glypicon_sort_style {
  top: 1px;
  font-size: 13px;
}

.font_style_md {
  font-size: medium;
}

.span_cl_txt {
  color: #448AFF;
}

.span_rd_txt {
  color: red;
}

.hide-bullets {
  list-style: none;
  display: flex;
  padding-left: 0px;
}

.mb-0 {
  margin-bottom: 0px;
}

a.thumbnail:hover {
  background-color: rgba(48, 131, 13, 0.6);
  border: solid 1px rgba(48, 131, 13, 0.6);
}

.none-pic {
  width: 100%;
  height: 500px;
}

.displayFlex {
  display: flex;
}

.btn-style1 {
  margin-right: 5px;
  background-color: rgba(93, 230, 36, 0.3);
  border: solid 1px #336700;
}

.btn-style2 {
  margin-left: 5px;
  background-color: #336700;
  border: none;
}

.btn-style1:hover {
  background-color: rgba(53, 167, 4, 0.5);
}

.btn-style2:hover {
  color: white;
  background-color: #499101;
}

.card-item {
  transition: 0.3s;
}

.card-item:hover {
  box-shadow: 0 3px 5px 0 rgba(121, 121, 121, 0.8);
}

.card-shop {
  transition: 0.3s;
}

.card-shop:hover {
  box-shadow: 0 3px 5px 0 rgba(121, 121, 121, 0.8);
  background-color: #f7f7f7;
}

.hover {
  transition: 0.3s;
}

.hover:hover {
  box-shadow: 0 3px 5px 0 rgba(121, 121, 121, 0.8);
}

.carousel-control {
  opacity: 0;
  filter: alpha(opacity=0);
}

.sidebar {
  margin: 0;
  padding: 0;
  width: 230px;
  background-color: white;
  position: fixed;
  height: calc(100% - 155px);
  overflow: auto;
  padding: 24px;
  text-align: center;
}

div.content {
  background-color: white;
  margin-left: 240px;
  padding: 1px 16px;
}

.txt-wrap {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.card-cart {
  margin-top: 10px;
  margin-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
}

.container-cart {
  margin: 15px 0px 0px 0px;
  border-top: solid 1px #e2e2e2;
}

.col-item {
  border: 1px solid #E1E1E1;
  border-radius: 5px;
  background: #FFF;
}

.col-item .photo img {
  margin: 0 auto;
  width: 100%;
}

.col-item .info {
  padding: 8px 8px 0px 8px;
  border-radius: 0 0 5px 5px;
}

.col-item:hover .info {
  background-color: #f1f1f1;
}

.col-item .price {
  width: 100%;
  float: left;
  margin-top: 5px;
  padding-left: 5px;
}

.col-item .price h5 {
  line-height: 20px;
  margin: 0;
}

.price-text-color {
  color: #336700;
}

.col-item .info .rating {
  color: #777;
}

.col-item .rating {
  /*width: 50%;*/
  float: left;
  font-size: 17px;
  text-align: right;
  line-height: 52px;
  margin-bottom: 10px;
  height: 52px;
}

.col-item .separator {
  border-top: 1px solid #E1E1E1;
  margin-left: -8px;
  margin-right: -8px;
}

.clear-left {
  clear: left;
}

.col-item .separator p {
  line-height: 20px;
  margin-bottom: 0;
  text-align: center;
}

.col-item .separator p i {
  margin-right: 5px;
}

.col-item .btn-booked {
  width: 100%;
}

.col-item .btn-booked {
  padding-top: 8px;
  padding-bottom: 8px;
  cursor: no-drop;
}

.col-item .btn-add {
  width: 50%;
  float: left;
}

.col-item .btn-add {
  border-right: 1px solid #E1E1E1;
  padding-top: 8px;
  padding-bottom: 8px;
}

.col-item .btn-details {
  width: 50%;
  float: left;
  padding-top: 8px;
  padding-bottom: 8px;
}

.col-item .btn-details:hover {
  background-color: #d3d3d3;
}

.col-item .btn-add:hover {
  background-color: #d3d3d3;
}

.controls {
  margin-top: 20px;
}

[data-slide=prev] {
  margin-right: 10px;
}

/* .sidebar a {
    display: block;
    color: black;
    padding: 16px;
    text-decoration: none;
}

.sidebar a.active {
    background-color: #4CAF50;
    color: white;
}

.sidebar a:hover:not(.active) {
    background-color: #555;
    color: white;
} */
.mg0 {
  margin: 0px;
}

.pd0 {
  padding: 0px;
}

.mainCBG {
  background-color: #336700;
}

.img-src {
  width: auto;
  height: auto;
  max-width: 100%;
}

.cropArea {
  background: #E4E4E4;
  overflow: hidden;
  width: auto;
  height: 300px;
}

.card-animate {
  position: relative;
  border-radius: 3px;
  background-color: #fff;
  color: #4F5256;
  border: 1px solid rgba(0, 0, 0, 0.12);
  margin-bottom: 8px;
}

.card-animate:hover {
  position: relative;
  border-radius: 3px;
  background-color: #a8a8a8;
  color: white;
  border: 1px solid rgba(0, 0, 0, 0.12);
  margin-bottom: 8px;
}

.card-animate-active {
  position: relative;
  border-radius: 3px;
  background-color: #a8a8a8;
  color: white;
  border: 1px solid rgba(0, 0, 0, 0.12);
  margin-bottom: 8px;
}

.myCenter {
  text-align: center;
}

.mb-10 {
  margin-bottom: 10px;
}

.tb-vertical {
  vertical-align: middle;
  text-align: center;
}

.color-red {
  color: red;
}

.sum_border_dash {
  border: 1px dashed #d2d4d6;
  border-radius: 10px;
  padding: 8px;
}

.sum_font_lg {
  font-size: large;
  color: #336700;
}

.list-group .list-group-item:hover {
  background-color: #ebebeb;
  cursor: pointer;
}

.sum_color_green {
  background-color: #336700;
  color: white;
}

.sum_txt_color {
  color: #f6f7f4;
  font-size: 14px;
  padding: 3px 8px 3px 8px;
  border-radius: 5px;
  background-color: #336700;
}

.sum_txt_payment {
  padding-top: 2px;
  font-size: 22px;
  color: #336700;
}

.sum_font-sr-unset {
  text-align: right;
  padding-top: 2px;
  font-size: 16px;
  font-weight: unset;
}

.sum_font-s-unset {
  padding-top: 2px;
  font-size: 18px;
  font-weight: unset;
}

.sum_font-w-unset {
  padding-top: 2px;
  font-size: 15px;
  font-weight: unset;
}

.sum_tb-style-content_sp {
  text-align: left;
  width: 32%;
  padding-left: 8px;
}

.sum_tb-style-img {
  text-align: left;
  width: 6%;
}

.sum_tb-style-content {
  text-align: left;
  width: 38%;
}

.sum_tb-style-sp {
  text-align: center;
  width: 10%;
}

.sum_tb-style-type-right {
  text-align: right;
  width: 20%;
}

.sum_tb-style-prc-right {
  text-align: right;
  width: 10%;
}

.sum_tb-header-content {
  text-align: left;
  width: 90%;
}

.sum_tb-style-right-btn {
  width: 20%;
}

.sum_tb-ship-scs {
  width: 20%;
}

.sum_tb-ship-prv {
  width: 70%;
}

.sum_tb-ship-prc {
  width: 10%;
}

.sum_tb-style-right {
  width: 80%;
}

.color_blue {
  color: #0163f5;
}

.sum_txtR_mb5 {
  text-align: right;
  margin-bottom: 5px;
}

.sum_txtR_mb7 {
  text-align: right;
  margin-bottom: 7px;
}

.cart_txt_payment {
  padding-top: 2px;
  font-size: 22px;
  color: #336700;
}

.cart_font-sr-unset {
  text-align: right;
  padding-top: 2px;
  font-size: 16px;
  font-weight: unset;
}

.cart_font-s-unset {
  padding-top: 2px;
  font-size: 18px;
  font-weight: unset;
}

.cart_font-w-unset {
  padding-top: 2px;
  font-size: 15px;
  font-weight: unset;
}

.cart_tb-style-content_sp {
  text-align: left;
  width: 34%;
  padding-left: 8px;
}

.cart_tb-style-img {
  text-align: left;
  width: 6%;
}

.cart_tb-style-content {
  text-align: left;
  width: 40%;
}

.cart_tb-style-sp {
  text-align: center;
  width: 10%;
}

.cart_tb-style-prc-right {
  text-align: right;
  width: 12%;
}

.cart_tb-header-content {
  text-align: left;
  width: 90%;
}

.cart_tb-style-right-btn {
  width: 20%;
}

.cart_tb-style-right {
  width: 80%;
}

.cart_tb-header {
  text-align: center;
  width: 7%;
}

.cart_tb-style {
  text-align: center;
  width: 6%;
}

.f-small {
  font-size: small;
}

.padding-style {
  padding: 15px 90px 0px 80px;
}

.padding-content-style {
  padding: 15px 90px 0px 80px;
}

.circle {
  padding: 15px;
  background-color: whitesmoke;
  /* border-radius: 50%; */
  /* border: solid 1px gainsboro; */
}

.circle:hover {
  padding: 15px;
  background-color: #e2e1e1;
  /* border-radius: 50%; */
  /* border: solid 1px gainsboro; */
}

.btn-css {
  border: solid 1px #336700;
  background-color: white;
}

.btn-css:hover {
  border: solid 1px #336700;
  background-color: #d6f0ca;
}

.slide-nav {
  height: 140px;
  background-color: #fff;
  position: relative;
}

.slide-right {
  color: #504e4e;
  width: 67px;
  height: 100%;
  cursor: pointer;
  /*border: 1px solid #fff;*/
  text-align: center;
  line-height: 135px;
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0px;
  background-color: #fff;
}

.slide-left {
  color: #504e4e;
  width: 65px;
  height: 100%;
  cursor: pointer;
  /*border: 1px solid #fff;*/
  text-align: center;
  line-height: 135px;
  position: absolute;
  z-index: 101;
  top: 0;
  left: 0px;
  background-color: #fff;
}

.slide-center {
  display: block;
  width: 100%;
  /*border: 1px solid #fff;*/
  height: 100%;
  overflow: hidden;
  position: relative;
}

.slide-center.open {
  left: -50px;
}

.list-cat {
  margin-right: 80px;
  white-space: nowrap;
  margin-left: 80px;
  height: 100%;
  padding-top: 10px;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.7s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-user-select: none;
          user-select: none;
}

.box-cat {
  margin-right: 10px;
  /*border: 1px solid #ddd;*/
  width: 100px;
  height: 100%;
  display: inline-block;
  cursor: pointer;
  vertical-align: top;
}

.box-cat:hover {
  margin-top: 1px;
}

.cat-preview :hover {
  background-color: #f0f0f0;
}

.cat-preview {
  border: 1px solid #e9e9e9;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  font-size: 30px;
  text-align: center;
  color: #e6e6e6;
  border-radius: 3px;
}

.box-cat > label {
  cursor: pointer;
  margin-top: 8px;
  text-align: center;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  color: #585858;
  word-break: break-all;
  white-space: normal;
}

.slide-right-process {
  color: #504e4e;
  width: 67px;
  height: 100%;
  cursor: pointer;
  /*border: 1px solid #fff;*/
  text-align: center;
  line-height: 135px;
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0px;
  background-color: #fff;
}

.slide-left-process {
  color: #504e4e;
  width: 65px;
  height: 100%;
  cursor: pointer;
  /*border: 1px solid #fff;*/
  text-align: center;
  line-height: 135px;
  position: absolute;
  z-index: 101;
  top: 0;
  left: 0px;
  background-color: #fff;
}

.list-cat-process {
  margin-right: 80px;
  white-space: nowrap;
  margin-left: 80px;
  height: 100%;
  padding-top: 10px;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.7s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-user-select: none;
          user-select: none;
}

@media screen and (min-width: 1025px) {
  .box-style1 {
    border-top: solid 3px green;
    padding: 10px 24px 10px 24px;
  }

  .badge-top-right:before {
    content: attr(data-count);
    width: 20px;
    height: 20px;
    line-height: 21px;
    text-align: center;
    display: block;
    border-radius: 50%;
    background: red;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    color: #FFF;
    position: fixed;
    cursor: pointer;
    top: 18px;
    left: -7px;
    font-size: 11px;
  }

  .badge-top-right:before {
    left: auto;
    right: 165px;
    cursor: pointer;
  }

  .tab-search-cus {
    margin: 20px -10px -5px -10px;
  }

  .layouts {
    padding-left: 0px;
  }

  .icon-resize {
    font-size: 35px;
    vertical-align: -25%;
    line-height: 0.75em;
  }

  .icon-resize-cart {
    font-size: 24px;
    vertical-align: -15%;
  }

  .custom-mg {
    margin: 0px 0px 0px 24px;
  }

  .device_search {
    display: none !important;
  }

  .flex {
    padding: 0px 180px 0px 180px;
    display: flex;
  }

  .MobileSearch {
    display: none !important;
  }

  .box-content {
    margin: 0px 180px 0px 180px;
  }

  .box-content-item {
    margin: 0px 180px 0px 180px;
  }

  .box-content-sum {
    margin: 15px 180px 0px 180px;
  }

  .spilt {
    top: 70%;
    left: -183px;
    box-shadow: 0 4px 7px rgba(0, 0, 0, 0.4);
  }
}
@media screen and (max-width: 1024px) {
  .spilt {
    top: 70%;
    left: -183px;
    box-shadow: 0 4px 7px rgba(0, 0, 0, 0.4);
  }

  .badge-top-right:before {
    content: attr(data-count);
    width: 18px;
    height: 18px;
    line-height: 20px;
    text-align: center;
    display: block;
    border-radius: 50%;
    background: red;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    color: #FFF;
    position: fixed;
    cursor: pointer;
    top: 20px;
    left: -7px;
    font-size: 11px;
  }

  .badge-top-right:before {
    left: auto;
    right: 8px;
    cursor: pointer;
  }

  .img-src {
    width: auto;
    height: auto;
    max-width: 100%;
  }

  .tab-search-cus {
    display: none !important;
  }

  .icon-resize {
    font-size: 30px;
    vertical-align: -25%;
    line-height: 0.75em;
  }

  .icon-resize-cart {
    font-size: 20px;
    vertical-align: -15%;
  }

  .layouts {
    padding-left: 0px;
  }

  .custom-mg {
    margin: 0px 0px 0px 24px;
  }

  .flex {
    padding: 0px 20px 0px 20px;
    display: flex;
  }

  .box-content {
    margin: 0px 20px 0px 20px;
  }

  .box-content-item {
    margin: 0px 0px 0px 0px;
  }

  .box-content-sum {
    margin: 15px 0px 0px 0px;
  }

  .mySearch {
    display: none !important;
  }

  .sidebar {
    display: none !important;
  }

  div.content {
    margin-left: 0;
  }
}
@media screen and (min-width: 900px) {
  .modal-sm {
    transform: translate(0, 0);
    width: 35%;
  }
}
@media screen and (min-width: 500px) {
  .modal-sm {
    transform: translate(0, 0);
    width: 400px;
    margin: 30px auto;
  }
}
@media screen and (min-width: 415px) {
  .hide-xs {
    display: block !important;
  }

  .box-style1 {
    padding: 10px 0px 10px 0px;
  }

  .icon-cus-style {
    padding: 6px 10px 6px 10px;
    border: solid 1.25px #c1c1c1;
    border-radius: 5px;
    margin-right: 5px;
    cursor: pointer;
  }

  .myLogo {
    height: 70px;
  }

  .mySearch {
    min-width: calc(100% - 225px);
  }

  .box-style1 {
    border-top: solid 3px green;
    padding: 10px 24px 10px 24px;
  }
}
@media screen and (max-width: 415px) {
  .padding-style {
    padding: 0px 15px 0px 15px;
  }

  .padding-content-style {
    padding: 15px 15px 0px 15px;
  }

  .circle {
    padding: 8px;
    background-color: whitesmoke;
    /* border-radius: 50%; */
    /* border: solid 1px gainsboro; */
  }

  .circle:hover {
    padding: 8px;
    background-color: whitesmoke;
    /* border-radius: 50%; */
    /* border: solid 1px gainsboro; */
  }

  .slide-nav {
    height: 120px;
    background-color: #fff;
    position: relative;
  }

  .box-cat {
    margin-right: 10px;
    /*border: 1px solid #ddd;*/
    width: 75px;
    height: 100%;
    display: inline-block;
    cursor: pointer;
    vertical-align: top;
  }

  .cat-preview {
    border: 1px solid #e9e9e9;
    width: 75px;
    height: 75px;
    margin: 0 auto;
    font-size: 30px;
    text-align: center;
    color: #e6e6e6;
    border-radius: 3px;
  }

  .slide-right {
    color: #504e4e;
    width: 67px;
    height: 100%;
    cursor: pointer;
    /*border: 1px solid #fff;*/
    text-align: center;
    line-height: 95px;
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0px;
    background-color: #fff;
  }

  .slide-left {
    color: #504e4e;
    width: 65px;
    height: 100%;
    cursor: pointer;
    /*border: 1px solid #fff;*/
    text-align: center;
    line-height: 95px;
    position: absolute;
    z-index: 101;
    top: 0;
    left: 0px;
    background-color: #fff;
  }

  .slide-right-process {
    color: #504e4e;
    width: 67px;
    height: 100%;
    cursor: pointer;
    /*border: 1px solid #fff;*/
    text-align: center;
    line-height: 95px;
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0px;
    background-color: #fff;
  }

  .slide-left-process {
    color: #504e4e;
    width: 65px;
    height: 100%;
    cursor: pointer;
    /*border: 1px solid #fff;*/
    text-align: center;
    line-height: 95px;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0px;
    background-color: #fff;
  }

  .img-src {
    width: auto;
    height: auto;
    max-width: 100%;
  }

  .icon-cus-style {
    padding: 6px 10px 6px 10px;
    border: solid 1.25px #c1c1c1;
    border-radius: 5px;
    margin-right: 0px;
    cursor: pointer;
  }

  .icon-resize {
    font-size: 25px;
    vertical-align: -25%;
    line-height: 0.75em;
  }

  .icon-resize-cart {
    font-size: 18px;
    vertical-align: -15%;
  }

  .myLogo {
    height: 55px;
    margin-left: 0px;
  }

  .mySearch {
    min-width: calc(100% - 165px);
  }
}
@media screen and (max-width: 320px) {
  .icon-resize {
    font-size: 22px;
    vertical-align: -25%;
    line-height: 0.75em;
  }

  .icon-resize-cart {
    font-size: 16px;
    vertical-align: -15%;
  }

  .myLogo {
    height: 50px;
    margin-left: 0px;
  }

  .mySearch {
    min-width: calc(100% - 142px);
  }
}
.motion {
  animation: fadein 2s;
  -moz-animation: fadein 2s;
  -webkit-animation: fadein 2s;
  -o-animation: fadein 2s;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.txt_c {
  text-align: center;
}

.container-customs {
  padding: 16px 50px 16px 50px;
}

.mr-15 {
  margin: 15px 0px 0px 0px;
}

.mr-b15 {
  margin-bottom: 15px;
}

.btn-br {
  border-radius: 5px;
}

.error-messes {
  margin-top: 5px;
  color: red;
}

@media screen and (max-width: 600px) {
  .containers-size {
    padding: 40px 25px 30px 25px;
  }

  .img-cus {
    vertical-align: middle;
    width: 95px;
    margin: 2px;
  }
}
/* On screens that are 600px or less, set the background color to olive */
@media screen and (min-width: 500px) {
  .containers-size {
    margin: auto;
    padding: 40px 60px 30px 60px;
  }

  .img-cus {
    vertical-align: middle;
    width: 145px;
    margin: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .containers-size {
    margin: auto;
    padding: 40px 250px 30px 250px;
  }

  .img-cus {
    vertical-align: middle;
    width: 145px;
    margin: 10px;
  }
}
/**
 * Layout Variants
 */
.sidebar-offcanvas .sidebar-container {
  top: 80px;
  transform: translate3d(-100%, 0, 0);
}
.sidebar-offcanvas .sidebar-container .sidebar-header {
  box-shadow: 0 0 0 #000;
}
.sidebar-offcanvas .header-container {
  z-index: 30;
}
.sidebar-offcanvas .main-container,
.sidebar-offcanvas .header-container {
  margin-left: 0;
}
.sidebar-offcanvas.offcanvas-visible .sidebar-container {
  transform: translate3d(0, 0, 0);
}

.no-csstransforms3d .sidebar-offcanvas .sidebar-offcanvas .sidebar-container {
  margin-left: -240px;
}
.no-csstransforms3d .sidebar-offcanvas .sidebar-offcanvas.offcanvas-visible .sidebar-container {
  margin-left: 0;
}

/**
 * Main Layout
 */
[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important;
}

[ng-click],
[data-ng-click],
.pagination,
.carousel,
.panel-title a {
  cursor: pointer;
}

html,
body {
  width: 100% !important;
  height: 100% !important;
  background-color: #f1f2f3;
  min-width: 320px;
  direction: ltr;
}

body {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #6C7177;
}

.layout-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.page-container, .page-container > div {
  width: 100%;
  height: 100%;
}

.main-container {
  position: relative;
  height: calc(100% - 155px);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.content-heading {
  padding: 16px;
  box-shadow: 0 1px 0 rgba(20, 20, 20, 0.075);
}

footer {
  left: 0;
  right: 0;
  bottom: 0;
  height: 60px;
  border-top: 1px solid rgba(160, 160, 160, 0.12);
  padding: 20px;
  z-index: 109;
}

.container-full {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.container-full > .row {
  margin: 0;
}
.container-full > .row > [class*=col-]:first-child {
  padding-left: 0;
}
.container-full > .row > [class*=col-]:last-child {
  padding-right: 0;
}

.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xs {
  padding: 8px;
  width: auto;
}
@media only screen and (min-width: 480px) {
  .container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xs {
    padding: 16px;
  }
}
@media only screen and (min-width: 992px) {
  .container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xs {
    padding: 24px;
  }
}

.container-lg {
  max-width: 1200px;
}

.container-md {
  max-width: 992px;
}

.container-sm {
  max-width: 768px;
}

.container-xs {
  max-width: 480px;
}

@media only screen and (max-width: 1199px) {
  .container-unwrap {
    padding: 0;
  }
  .container-unwrap > .row {
    margin: 0;
  }
  .container-unwrap > .row > [class*=col-] {
    padding-left: 0;
    padding-right: 0;
  }
  .container-unwrap .card {
    margin-bottom: 0;
  }
}
.container-overlap {
  position: relative;
  padding: 32px 16px 64px 16px;
}
.container-overlap + .container-fluid,
.container-overlap + .container-lg,
.container-overlap + .container-md,
.container-overlap + .container-sm,
.container-overlap + .container-xs {
  padding-top: 0;
  margin-top: -32px;
}
.container-overlap + .container-fluid .push-down,
.container-overlap + .container-lg .push-down,
.container-overlap + .container-md .push-down,
.container-overlap + .container-sm .push-down,
.container-overlap + .container-xs .push-down {
  display: block;
  height: 48px;
}
.container-overlap:before {
  background-color: inherit;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

/**
 * Site Preloader
 */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #fff;
  /* Chrome 10+, Saf5.1+ */
  /* FF3.6+ */
  /* IE10 */
  /* Opera 11.10+ */
  background: linear-gradient(90deg, #fff 10%, #f2f2f2 90%);
  /* W3C */
  z-index: 999999;
  transition: opacity 0.65s;
}

.preloader-progress {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100px;
  height: 30px;
  margin: auto;
  overflow: auto;
  background: url(../img/preloader/preloader.empty.png);
  background-size: 100px 30px;
}

.preloader-progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  min-width: 10px;
  background: url(../img/preloader/preloader.full.png);
  background-size: 100px 30px;
}

.preloader-hidden {
  display: none;
}

.preloader-hidden-add {
  opacity: 1;
  display: block;
}
.preloader-hidden-add .preloader-progress {
  transition: transform 0.4s ease;
  transform: scale(0);
}

.preloader-hidden-add-active {
  opacity: 0;
}

.loading .backdrop, .loading .spin {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.loading .backdrop {
  background-color: black;
  opacity: 0.6;
  z-index: 9999;
}
.loading .loader-box {
  z-index: 10000;
  width: 100px;
  height: 100px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -50px;
  margin-top: -50px;
  animation: fadein 0.25s 0.325s linear forwards;
  opacity: 0;
}
.loading .loader {
  width: 100px;
  height: 100px;
  border-style: solid;
  border-top-color: #CEF;
  border-right-color: #CEF;
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-radius: 50%;
  box-sizing: border-box;
  animation: rotate 3s ease-in-out infinite;
  transform: rotate(-200deg);
}
@keyframes rotate {
  0% {
    border-width: 10px;
  }
  25% {
    border-width: 3px;
  }
  50% {
    transform: rotate(115deg);
    border-width: 10px;
  }
  75% {
    border-width: 3px;
  }
  100% {
    border-width: 10px;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/**
 * Settings
 */
.setting-color {
  padding: 0 5px;
}
.setting-color > label {
  display: block;
  position: relative;
  height: 30px;
  margin: 0 10px;
  border-radius: 1px;
  cursor: pointer;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.14), 0 2px 2px 0 rgba(0, 0, 0, 0.098), 0 1px 5px 0 rgba(0, 0, 0, 0.014);
}
.setting-color > label:first-child {
  margin-left: 0;
}
.setting-color > label:last-child {
  margin-right: 0;
}
.setting-color > label .t-grid, .setting-color > label .t-row {
  max-width: 60px;
  height: 100%;
  margin: 0;
}
.setting-color > label > .color {
  display: block;
  height: 18px;
}
.setting-color > label > .split {
  display: block;
}
.setting-color > label > .split:before, .setting-color > label > .split:after {
  content: " ";
  display: table;
}
.setting-color > label > .split:after {
  clear: both;
}
.setting-color > label > .split > .color {
  display: block;
  height: 37.5px;
}
.setting-color > label > .split > .color:first-child {
  float: left;
  width: 70%;
}
.setting-color > label > .split > .color:last-child {
  float: right;
  width: 30%;
}
.setting-color > label > .ion-md-checkmark {
  position: absolute;
  display: block;
  right: -5px;
  top: -10px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  text-align: center;
  font-size: 16px;
  color: #4CAF50;
  background-color: #fff;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.14), 0 2px 2px 0 rgba(0, 0, 0, 0.098), 0 1px 5px 0 rgba(0, 0, 0, 0.014);
  transition: transform 0.2s ease;
  transform: scale(0);
}
.setting-color > label > input[type=radio] {
  position: absolute;
  visibility: hidden;
}
.setting-color > label > input[type=radio]:checked + .ion-md-checkmark {
  opacity: 1 !important;
  transform: scale(1);
}

/**
 * Sidebar
 */
.sidebar-container {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 240px;
  overflow-y: auto;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  background-color: #263238;
  color: rgba(255, 255, 255, 0.75);
  z-index: 20;
}
.sidebar-container a.sb-link {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
}

.sidebar-header {
  height: 80px;
  padding: 0 16px;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.14);
}
.sidebar-header > .sidebar-header-logo {
  display: inline-block;
  height: 100%;
  line-height: 80px;
  text-decoration: none;
  color: inherit;
  font-size: 22px;
  letter-spacing: 0.023em;
}
.sidebar-header > .sidebar-header-logo > svg {
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: -5%;
}
.sidebar-header > .sidebar-header-logo > svg + .sidebar-header-logo-text {
  margin-left: 16px;
}
.sidebar-header > .sidebar-header-logo > svg {
  fill: #fff;
}
.sidebar-header > .sidebar-header-logo-text {
  font-weight: 500;
  font-size: 20px;
  vertical-align: middle;
}

.sidebar-header + .sidebar-content {
  height: calc(100% - 80px);
  overflow: auto;
}

.sidebar-content {
  border-right: 1px solid rgba(0, 0, 0, 0.11);
}

.sidebar-toolbar {
  position: relative;
  z-index: -1;
  background-color: inherit;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100%;
  padding: 60px 20px;
}
.sidebar-toolbar + .sidebar-nav {
  padding-top: 0;
}

.sidebar-container {
  transform: translate3d(-100%, 0, 0);
  transition: transform 0.28s ease-in-out;
  will-change: transform;
}
@media only screen and (min-width: 992px) {
  .sidebar-container {
    transform: translate3d(0, 0, 0);
  }
}

.sidebar-layout-obfuscator {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 5;
  visibility: hidden;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.3);
  will-change: opacity;
  transition: "opacity .28s ease-in-out, visibility .28s ease-in-out";
}
@media only screen and (min-width: 992px) {
  .sidebar-layout-obfuscator {
    display: none;
  }
}

@media only screen and (max-width: 991px) {
  .sidebar-visible {
    overflow: hidden;
  }
  .sidebar-visible .sidebar-container {
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
    transform: translate3d(0, 0, 0);
  }
  .sidebar-visible .sidebar-layout-obfuscator {
    opacity: 1;
    visibility: visible;
  }
}
.no-csstransforms3d .sidebar-container {
  margin-left: -240px;
}
@media only screen and (min-width: 992px) {
  .no-csstransforms3d .sidebar-container {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .no-csstransforms3d .sidebar-visible .sidebar-container {
    margin-left: 0;
  }
}

.sidebar-nav {
  padding-top: 16px;
  font-weight: 500;
  background-color: inherit;
}
.sidebar-nav a {
  white-space: nowrap;
  text-overflow: ellipsis;
}
.sidebar-nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.sidebar-nav ul > li > a {
  display: block;
  padding: 0 16px;
  height: 50px;
  line-height: 50px;
  text-decoration: none;
  letter-spacing: 0.0125em;
  color: inherit;
  overflow: hidden;
}
.sidebar-nav ul > li > a > .nav-icon {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 16px;
  text-align: center;
  font-size: 24px;
  vertical-align: middle;
}
.sidebar-nav ul > li > a > .nav-icon > em,
.sidebar-nav ul > li > a > .nav-icon > img,
.sidebar-nav ul > li > a > .nav-icon > svg {
  position: absolute;
  display: inline-block;
  color: inherit;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 1;
  color: #448AFF;
  fill: #64B5F6;
}
.sidebar-nav ul > li > a > .nav-label,
.sidebar-nav ul > li > a > .nav-caret {
  line-height: inherit;
}
.sidebar-nav ul > li > a > .nav-label {
  margin-right: 16px;
  margin-top: -2px;
}
.sidebar-nav ul > li > a > .nav-caret {
  margin-left: 11px;
}
.sidebar-nav ul > li > a > .nav-caret + .nav-label {
  margin-right: 0;
}
.sidebar-nav ul > li > a:hover,
.sidebar-nav ul > li > a:focus {
  background-color: rgba(162, 162, 162, 0.09);
}
.sidebar-nav ul > li > a:hover > .nav-icon em,
.sidebar-nav ul > li > a:focus > .nav-icon em {
  color: #448AFF;
}
.sidebar-nav ul > li.active {
  background-color: rgba(162, 162, 162, 0.026);
}
.sidebar-nav ul > li.active > a > .nav-icon em {
  color: #448AFF;
}
.sidebar-nav ul > li.active > ul li.active a {
  background-color: rgba(162, 162, 162, 0.026);
}
.sidebar-nav ul > li ul > li > a {
  padding-left: 60px;
}
.sidebar-nav ul > li ul > li ul > li > a {
  padding-left: 75px;
}
.sidebar-nav ul > li > ul {
  height: 0;
  overflow: hidden;
  transition: height 0.55s cubic-bezier(0.35, 0, 0.25, 1);
}
.sidebar-nav ul > li > ul > li > a {
  margin-left: -20px;
  opacity: 0;
  transition: 0.5s ease;
  transition-property: "opacity, margin-left";
}
.sidebar-nav ul > li > a > .nav-caret {
  transition: transform 0.2s ease;
}
.sidebar-nav ul > li.active > ul {
  height: auto;
}
.sidebar-nav ul > li.active > ul > li > a {
  opacity: 1;
  margin-left: 0;
}
.sidebar-nav ul > li.active > a > .nav-caret {
  transform: rotate(90deg);
}
.sidebar-nav > ul:not(:first-child) {
  margin-top: 20px;
}
.sidebar-nav .menu-header {
  padding: 3px 15px;
  color: #bcc1c6;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  font-weight: 600;
  line-height: 28px;
}

/**
 * Header
 */
.header-container {
  position: relative;
  background-color: #fff;
  z-index: 1;
}
.header-container > nav {
  min-height: 80px;
  line-height: 79px;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.14);
  background-color: #336700;
}
.header-container > nav:before, .header-container > nav:after {
  content: " ";
  display: table;
}
.header-container > nav:after {
  clear: both;
}
.header-container > nav > .header-title {
  display: none;
  position: relative;
  float: left;
  margin: 0;
  padding: 0 16px;
  font-size: 20px;
  line-height: inherit;
  letter-spacing: 0.02em;
  font-weight: 400;
}
@media (min-width: 340px) {
  .header-container > nav > .header-title {
    display: block;
  }
}
@media (max-width: 420px) {
  .header-container > nav > .header-title {
    max-width: 140px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
.header-container > nav > ul {
  float: left;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.header-container > nav > ul:before, .header-container > nav > ul:after {
  content: " ";
  display: table;
}
.header-container > nav > ul:after {
  clear: both;
}
.header-container > nav > ul > li {
  float: left;
}
.header-container > nav > ul > li > a {
  display: flex;
  padding: 0 16px;
  text-decoration: none;
  color: inherit;
}
.header-container > nav > ul > li > a > em {
  font-size: 24px;
}
.header-container > nav > ul > li > a:hover {
  background-color: rgba(0, 0, 0, 0.025);
}

.profile {
  color: #888888;
  width: 244px;
}
.profile .a {
  padding: 0 16px;
  display: block;
  height: 50px;
  line-height: 50px;
  text-decoration: none;
  letter-spacing: 0.0125em;
  color: inherit;
}
.profile .a:hover {
  background-color: #eee;
  color: #000;
}
.profile .icon {
  position: relative;
  width: 1em;
  height: 1em;
  margin-right: 16px;
  text-align: center;
  font-size: 24px;
  vertical-align: middle;
}
.profile .next-step {
  float: right;
  margin-left: 8px;
  font-size: 20px;
}
.profile .txt-title {
  font-size: 24px;
}
.profile .listL {
  padding-left: 40px;
}
.profile .setting-color > label > .ion-md-checkmark:before {
  position: absolute;
  top: 3px;
  right: 3px;
  font-weight: bold;
}

/**
 * Header menu links (animated hamburguer toggles)
 */
.header-container > nav > ul > li > .menu-link {
  height: 80px;
  padding-top: 25px;
}

.menu-link-close {
  display: block;
  position: relative;
}
.menu-link-close span {
  position: relative;
  display: block;
}
.menu-link-close span,
.menu-link-close span:before,
.menu-link-close span:after {
  width: 18px;
  height: 0;
  border-bottom: 2px solid;
  will-change: transform;
  transition: transform 0.4s;
}
.menu-link-close span {
  transition: border-color 0.4s;
}
.menu-link-close span:before,
.menu-link-close span:after {
  content: " ";
  position: absolute;
}
.menu-link-close span:before {
  top: 6px;
}
.menu-link-close span:after {
  top: 12px;
}

.active .menu-link-close span {
  border-color: transparent;
}
.active .menu-link-close span:before {
  transform: rotate(45deg) translate(1px, 0px);
}
.active .menu-link-close span:after {
  transform: rotate(-45deg) translate(4px, -3px);
}

.menu-link-slide {
  display: block;
  position: relative;
}
.menu-link-slide span {
  position: relative;
  display: block;
}
.menu-link-slide span,
.menu-link-slide span:before,
.menu-link-slide span:after {
  width: 18px;
  height: 0;
  border-bottom: 2px solid;
  transition: all 0.4s;
}
.menu-link-slide span:before,
.menu-link-slide span:after {
  content: " ";
  position: absolute;
}
.menu-link-slide span:before {
  top: 7px;
  left: 0;
  width: 60%;
  will-change: left;
}
.menu-link-slide span:after {
  top: 14px;
}
.menu-link-slide em {
  position: absolute;
  top: 4px;
  right: 0;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid;
  transition: all 0.4s;
  will-change: right, transform;
}

.active .menu-link-slide span:before {
  left: 40%;
}
.active .menu-link-slide span em {
  right: 80%;
  transform: rotate(180deg);
}

.menu-link-arrow {
  display: block;
  position: relative;
}
.menu-link-arrow span {
  position: relative;
  display: block;
  will-change: transform;
  height: 14px;
  width: 18px;
  transition: transform 0.4s;
}
.menu-link-arrow em,
.menu-link-arrow em:before,
.menu-link-arrow em:after {
  content: " ";
  position: absolute;
  display: block;
  width: 18px;
  height: 0;
  border-bottom: 2px solid;
  will-change: transform;
  transition: transform 0.4s;
}
.menu-link-arrow em {
  transition: border-color 0.4s;
}
.menu-link-arrow em:before {
  top: -6px;
}
.menu-link-arrow em {
  top: 6px;
}
.menu-link-arrow em:after {
  top: 6px;
}

.active .menu-link-arrow span {
  transform: rotate(180deg);
}
.active .menu-link-arrow span em:before {
  width: 12px;
  transform: translateX(6px) translateY(1px) rotate(45deg);
  -webkit-transform: translateX(6px) translateY(1px) rotate(45deg);
}
.active .menu-link-arrow span em:after {
  width: 12px;
  transform: translateX(6px) translateY(-1px) rotate(-45deg);
  -webkit-transform: translateX(6px) translateY(-1px) rotate(-45deg);
}

/**
 * Themes
 */
.theme .layout-container > aside {
  background-color: #263238;
  color: #fff;
}
.theme .layout-container > aside > .sidebar-header {
  background-color: #eceff1;
  color: #fff;
}
.theme .layout-container > header {
  background-color: #eceff1;
  color: #fff;
}
.theme .layout-container > main {
  background-color: #ECEFF1;
}

.toolset a > svg {
  opacity: 0.6;
  width: 24px;
  height: 24px;
}
.toolset a:hover > svg {
  opacity: 1;
}
.toolset.txt-white {
  fill: #ffffff;
}

.page-error {
  font-family: cursive;
  height: 100%;
  width: 100%;
  display: flex;
  text-align: center;
}
.page-error .page-inner {
  align-self: center;
  width: 100%;
  min-width: 250px;
  min-height: 230px;
}
.page-error h1 {
  font-size: 10em;
  font-weight: 700;
}
.page-error h1, .page-error h3 {
  margin: 0;
}

/**
 * Loading Bar
 */
#loading-bar {
  position: absolute;
  z-index: 90002;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
}

/* Make clicks pass-through */
#loading-bar,
#loading-bar-spinner {
  pointer-events: none;
  -webkit-pointer-events: none;
  transition: 350ms linear all;
}

#loading-bar.ng-enter,
#loading-bar.ng-leave.ng-leave-active,
#loading-bar-spinner.ng-enter,
#loading-bar-spinner.ng-leave.ng-leave-active {
  opacity: 0;
}

#loading-bar.ng-enter.ng-enter-active,
#loading-bar.ng-leave,
#loading-bar-spinner.ng-enter.ng-enter-active,
#loading-bar-spinner.ng-leave {
  opacity: 1;
}

#loading-bar .bar {
  height: 100%;
  width: 100%;
  transition: width 350ms;
  background: #263238;
  border-bottom-right-radius: 1px;
  border-top-right-radius: 1px;
}

/* Fancy blur effect */
#loading-bar .peg {
  position: absolute;
  width: 70px;
  right: 0;
  top: 0;
  height: 2px;
  opacity: 0.45;
  box-shadow: 1px 0 6px 1px #263238;
  border-radius: 100%;
}

#loading-bar-spinner {
  display: block;
  position: fixed;
  z-index: 90002;
  top: 10px;
  left: 10px;
}

#loading-bar-spinner .spinner-icon {
  width: 14px;
  height: 14px;
  border: solid 2px transparent;
  border-top-color: #263238;
  border-left-color: #263238;
  border-radius: 10px;
  animation: loading-bar-spinner 400ms linear infinite;
}
@keyframes loading-bar-spinner {
  0% {
    transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@media only screen and (min-width: 992px) {
  #login .divine-line {
    border-left: 1px solid #e0e0e0;
    padding-left: 32px !important;
  }
  #login .login-form {
    height: 353px;
  }
}
#login .fix-icon {
  font-size: 16px;
}
#login .d-flex {
  display: flex;
  min-height: calc(100vh - 36px);
}
#login .login-form {
  display: flex;
  align-items: center;
}
#login .copyright {
  text-align: right;
  margin: 0px 16px 16px;
}

.pic-gallery .item {
  border: 2px solid #444;
  text-align: center;
  cursor: pointer;
}
.pic-gallery .item:hover > .btn-delete {
  display: block;
}
.pic-gallery .item .btn-delete {
  display: none;
  opacity: 0.6;
  position: absolute;
  right: 0;
  top: 0;
  border: 0 none;
  cursor: pointer;
  background-color: #444;
  color: #fff;
  border-bottom-left-radius: 25px;
  width: 20px;
  height: 20px;
}
.pic-gallery .item .btn-delete::before {
  content: "x";
  top: -2px;
  right: 3px;
  position: absolute;
  font-size: 13px;
}
.pic-gallery .item .btn-delete:hover {
  opacity: 1;
}

/**
 * Utilities
 */
.m0 {
  margin: 0 !important;
}

.ml0 {
  margin-left: 0 !important;
}

.mr0 {
  margin-right: 0 !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.m {
  margin: 16px !important;
}

.ml, .mh {
  margin-left: 16px !important;
}

.mr, .mh {
  margin-right: 16px !important;
}

.mt, .mv {
  margin-top: 16px !important;
}

.mb, .mv {
  margin-bottom: 16px !important;
}

.m-md {
  margin: 8px !important;
}

.ml-md, .mh-md {
  margin-left: 8px !important;
}

.mr-md, .mh-md {
  margin-right: 8px !important;
}

.mt-md, .mv-md {
  margin-top: 8px !important;
}

.mb-md, .mv-md {
  margin-bottom: 8px !important;
}

.m-sm {
  margin: 4px !important;
}

.ml-sm, .mh-sm {
  margin-left: 4px !important;
}

.mr-sm, .mh-sm {
  margin-right: 4px !important;
}

.mt-sm, .mv-sm {
  margin-top: 4px !important;
}

.mb-sm, .mv-sm {
  margin-bottom: 4px !important;
}

.m-lg {
  margin: 24px !important;
}

.ml-lg, .mh-lg {
  margin-left: 24px !important;
}

.mr-lg, .mh-lg {
  margin-right: 24px !important;
}

.mt-lg, .mv-lg {
  margin-top: 24px !important;
}

.mb-lg, .mv-lg {
  margin-bottom: 24px !important;
}

.m-xl {
  margin: 32px !important;
}

.ml-xl, .mh-xl {
  margin-left: 32px !important;
}

.mr-xl, .mh-xl {
  margin-right: 32px !important;
}

.mt-xl, .mv-xl {
  margin-top: 32px !important;
}

.mb-xl, .mv-xl {
  margin-bottom: 32px !important;
}

.p0 {
  padding: 0 !important;
}

.pl0, .ph0 {
  padding-left: 0 !important;
}

.pr0, .ph0 {
  padding-right: 0 !important;
}

.pt0, .pv0 {
  padding-top: 0 !important;
}

.pb0, .pv0 {
  padding-bottom: 0 !important;
}

.p {
  padding: 16px !important;
}

.pl, .ph {
  padding-left: 16px !important;
}

.pr, .ph {
  padding-right: 16px !important;
}

.pt, .pv {
  padding-top: 16px !important;
}

.pb, .pv {
  padding-bottom: 16px !important;
}

.p-sm {
  padding: 4px !important;
}

.pl-sm, .ph-sm {
  padding-left: 4px !important;
}

.pr-sm, .ph-sm {
  padding-right: 4px !important;
}

.pt-sm, .pv-sm {
  padding-top: 4px !important;
}

.pb-sm, .pv-sm {
  padding-bottom: 4px !important;
}

.p-md {
  padding: 8px !important;
}

.pl-md, .ph-md {
  padding-left: 8px !important;
}

.pr-md, .ph-md {
  padding-right: 8px !important;
}

.pt-md, .pv-md {
  padding-top: 8px !important;
}

.pb-md, .pv-md {
  padding-bottom: 8px !important;
}

.p-lg {
  padding: 24px !important;
}

.pl-lg, .ph-lg {
  padding-left: 24px !important;
}

.pr-lg, .ph-lg {
  padding-right: 24px !important;
}

.pt-lg, .pv-lg {
  padding-top: 24px !important;
}

.pb-lg, .pv-lg {
  padding-bottom: 24px !important;
}

.p-xl {
  padding: 32px !important;
}

.pl-xl, .ph-xl {
  padding-left: 32px !important;
}

.pr-xl, .ph-xl {
  padding-right: 32px !important;
}

.pt-xl, .pv-xl {
  padding-top: 32px !important;
}

.pb-xl, .pv-xl {
  padding-bottom: 32px !important;
}

.fh {
  height: 100% !important;
}

@media only screen and (min-width: 768px) {
  .fh-sm {
    height: 100% !important;
  }
}
@media only screen and (min-width: 992px) {
  .fh-md {
    height: 100% !important;
  }
}
@media only screen and (min-width: 1200px) {
  .fh-lg {
    height: 100% !important;
  }
}
.fw {
  width: 100% !important;
}

@media only screen and (min-width: 768px) {
  .fw-sm {
    width: 100% !important;
  }
}
@media only screen and (min-width: 992px) {
  .fw-md {
    width: 100% !important;
  }
}
@media only screen and (min-width: 1200px) {
  .fw-lg {
    width: 100% !important;
  }
}
.va-middle {
  vertical-align: middle !important;
}

.va-top {
  vertical-align: top !important;
}

.va-bottom {
  vertical-align: bottom !important;
}

table.va-middle td {
  vertical-align: middle !important;
}

table.va-top td {
  vertical-align: top !important;
}

table.va-bottom td {
  vertical-align: bottom !important;
}

.b0 {
  border-width: 0 !important;
}

.bl0 {
  border-left-width: 0 !important;
}

.br0 {
  border-right-width: 0 !important;
}

.bt0 {
  border-top-width: 0 !important;
}

.bb0 {
  border-bottom-width: 0 !important;
}

.br, .b, .ba {
  border-right: 1px solid rgba(162, 162, 162, 0.32);
}

.bl, .b, .ba {
  border-left: 1px solid rgba(162, 162, 162, 0.32);
}

.bt, .b, .ba {
  border-top: 1px solid rgba(162, 162, 162, 0.32);
}

.bb, .b, .ba {
  border-bottom: 1px solid rgba(162, 162, 162, 0.32);
}

.spr {
  margin-right: 0.25em;
}

.spl {
  margin-left: 0.25em;
}

.text-white {
  color: #fff;
}

.text-alpha {
  color: rgba(255, 255, 255, 0.5);
}

.text-alpha-inverse {
  color: rgba(0, 0, 0, 0.5);
}

.text-gray-darker {
  color: #263238;
}

.text-gray-dark {
  color: #455A64;
}

.text-gray {
  color: #607D8B;
}

.text-gray-light {
  color: #90A4AE;
}

.text-gray-lighter {
  color: #ECEFF1;
}

.text-inherit {
  color: inherit !important;
}

.text-soft {
  color: rgba(162, 162, 162, 0.66);
}

.text-light {
  color: rgba(255, 255, 255, 0.74);
}

.text-red {
  color: #F44336;
}

.text-sm {
  font-size: 11.9px !important;
}

.text-md {
  font-size: 26.6px !important;
}

.text-lg {
  font-size: 42px !important;
}

.lh1 {
  line-height: 1;
}

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

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

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

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

.text-nowrap {
  white-space: nowrap;
}

.text-thin {
  font-weight: 100 !important;
}

.text-bold {
  font-weight: bold !important;
}

.text-normal {
  font-weight: normal !important;
}

.text-normal p {
  font-weight: normal;
}

.text-ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: bottom;
}

.inline {
  display: inline-block !important;
}

.block-center {
  margin: 0 auto;
}

.block {
  display: block !important;
}

.bg-white {
  background-color: #fff !important;
  color: inherit !important;
}

.bg-primary {
  background-color: #448AFF;
  color: #fff !important;
}
.bg-primary .text-muted {
  color: rgba(255, 255, 255, 0.5);
}
.bg-primary small {
  color: inherit;
}

.bg-success {
  background-color: #4CAF50;
  color: #fff !important;
}
.bg-success .text-muted {
  color: rgba(255, 255, 255, 0.5);
}
.bg-success small {
  color: inherit;
}

.bg-info {
  background-color: #03A9F4;
  color: #fff !important;
}
.bg-info .text-muted {
  color: rgba(255, 255, 255, 0.5);
}
.bg-info small {
  color: inherit;
}

.bg-warning {
  background-color: #FFB300;
  color: #fff !important;
}
.bg-warning .text-muted {
  color: rgba(255, 255, 255, 0.5);
}
.bg-warning small {
  color: inherit;
}

.bg-danger {
  background-color: #F44336;
  color: #fff !important;
}
.bg-danger .text-muted {
  color: rgba(255, 255, 255, 0.5);
}
.bg-danger small {
  color: inherit;
}

.bg-gray-darker {
  background-color: #263238 !important;
  color: #fff !important;
}

.bg-gray-dark {
  background-color: #455A64 !important;
  color: #fff !important;
}

.bg-gray {
  background-color: #607D8B !important;
  color: #6C7177 !important;
}

.bg-gray-light {
  background-color: #90A4AE !important;
  color: #6C7177 !important;
}

.bg-gray-lighter {
  background-color: #ECEFF1 !important;
  color: #6C7177 !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.bg-fade {
  background-color: transparent !important;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5) 55%, black);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#FF000000", GradientType=0);
}

.bg-cover {
  background-size: cover;
}

.bg-full {
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.bg-center {
  background-position: center center;
  background-size: cover;
}

.thumb8 {
  width: 8px !important;
  height: 8px !important;
}

.thumb16 {
  width: 16px !important;
  height: 16px !important;
}

.thumb24 {
  width: 24px !important;
  height: 24px !important;
}

.thumb32 {
  width: 32px !important;
  height: 32px !important;
}

.thumb40 {
  width: 40px !important;
  height: 40px !important;
}

.thumb48 {
  width: 48px !important;
  height: 48px !important;
}

.thumb64 {
  width: 64px !important;
  height: 64px !important;
}

.thumb80 {
  width: 80px !important;
  height: 80px !important;
}

.thumb96 {
  width: 96px !important;
  height: 96px !important;
}

.thumb128 {
  width: 128px !important;
  height: 128px !important;
}

.initial8 {
  width: 8px !important;
  height: 8px !important;
  line-height: 8px;
  text-align: center;
  border-radius: 50%;
}

.initial16 {
  width: 16px !important;
  height: 16px !important;
  line-height: 16px;
  text-align: center;
  border-radius: 50%;
}

.initial24 {
  width: 24px !important;
  height: 24px !important;
  line-height: 24px;
  text-align: center;
  border-radius: 50%;
}

.initial32 {
  width: 32px !important;
  height: 32px !important;
  line-height: 32px;
  text-align: center;
  border-radius: 50%;
}

.initial40 {
  width: 40px !important;
  height: 40px !important;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
}

.initial48 {
  width: 48px !important;
  height: 48px !important;
  line-height: 48px;
  text-align: center;
  border-radius: 50%;
}

.initial64 {
  width: 64px !important;
  height: 64px !important;
  line-height: 64px;
  text-align: center;
  border-radius: 50%;
}

.initial80 {
  width: 80px !important;
  height: 80px !important;
  line-height: 80px;
  text-align: center;
  border-radius: 50%;
}

.initial96 {
  width: 96px !important;
  height: 96px !important;
  line-height: 96px;
  text-align: center;
  border-radius: 50%;
}

.initial128 {
  width: 128px !important;
  height: 128px !important;
  line-height: 128px;
  text-align: center;
  border-radius: 50%;
}

.table-fixed {
  table-layout: fixed;
  width: 100%;
}

.shadow-clear {
  box-shadow: 0 0 0 #000 !important;
}

.radius-clear {
  border-radius: 0 !important;
}

.rounded {
  border-radius: 100px;
}

.item-grab {
  cursor: -moz-grab;
}

.item-grabbing {
  cursor: -moz-grabbing;
}

.clickable {
  cursor: pointer !important;
}

.rel-wrapper {
  position: relative !important;
}

.oh {
  overflow: hidden;
}

.oa {
  overflow: auto;
}

.icon-18 {
  font-size: 18px;
  vertical-align: -18%;
}

.icon-22 {
  font-size: 22px;
  vertical-align: -22%;
}

.icon-24 {
  font-size: 24px;
  vertical-align: -24%;
}

.icon-36 {
  font-size: 36px;
  vertical-align: -36%;
}

.icon-48 {
  font-size: 48px;
  vertical-align: -48%;
}

.icon-2x {
  font-size: 2em;
}

.icon-3x {
  font-size: 3em;
}

.icon-4x {
  font-size: 4em;
}

.icon-5x {
  font-size: 5em;
}

.icon-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.icon-fw {
  display: inline-block;
  width: 1.28571429em;
  text-align: center;
}

.icon-dark {
  color: rgba(0, 0, 0, 0.54);
}
.icon-dark.icon-inactive {
  color: rgba(0, 0, 0, 0.26);
}

.icon-light {
  color: white;
}
.icon-light.icon-inactive {
  color: rgba(255, 255, 255, 0.3);
}

.wd-xxs {
  width: 60px;
}

.wd-xs {
  width: 90px;
}

.wd-sm {
  width: 150px;
}

.wd-sd {
  width: 200px;
}

.wd-md {
  width: 240px;
}

.wd-lg {
  width: 280px;
}

.wd-xl {
  width: 320px;
}

.wd-xxl {
  width: 360px;
}

.wd-wide {
  width: 100%;
}

.wd-auto {
  width: auto;
}

.wd-zero {
  width: 0;
}

.link-unstyled {
  text-decoration: none !important;
  outline: none !important;
}

textarea.no-resize {
  resize: none;
  max-width: 100%;
  min-width: 100%;
}

.shadow-z0 {
  box-shadow: 0 0 0 #000;
}

.shadow-z1 {
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.14), 0 2px 2px 0 rgba(0, 0, 0, 0.098), 0 1px 5px 0 rgba(0, 0, 0, 0.014);
}

.shadow-z2 {
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.14), 0 4px 5px 0 rgba(0, 0, 0, 0.098), 0 1px 10px 0 rgba(0, 0, 0, 0.014);
}

.shadow-z3 {
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.14), 0 6px 10px 0 rgba(0, 0, 0, 0.098), 0 1px 18px 0 rgba(0, 0, 0, 0.014);
}

.shadow-z4 {
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.14), 0 8px 10px 1px rgba(0, 0, 0, 0.098), 0 3px 14px 2px rgba(0, 0, 0, 0.014);
}

.shadow-z5 {
  box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.14), 0 16px 24px 2px rgba(0, 0, 0, 0.098), 0 6px 30px 5px rgba(0, 0, 0, 0.014);
}

.image-list > a {
  margin-left: -8px;
}
.image-list > a:first-child {
  margin-left: 0;
}
.image-list > a:last-of-type {
  margin-right: 8px;
}

.list-group-unstyle > .list-group-item {
  border-left: 0;
  border-right: 0;
}
.list-group-unstyle > .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.list-group-unstyle > .list-group-item:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.icons-list {
  margin: 40px auto;
  padding-left: 0;
  width: 100%;
  list-style: none;
  text-align: center;
  font-size: 1px;
}
.icons-list > li {
  position: relative;
  z-index: 0;
  display: inline-block;
  padding: 22px;
  width: 84px;
  border-radius: 4px;
  list-style: none;
  text-align: center;
  font-weight: normal;
  font-size: 32px;
  cursor: pointer;
}
.icons-list > li:hover {
  background-color: rgba(255, 255, 255, 0.9);
  color: #03A9F4;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.14), 0 4px 5px 0 rgba(0, 0, 0, 0.098), 0 1px 10px 0 rgba(0, 0, 0, 0.014);
  transition: all 0.2s ease;
}

.bg-pic1 {
  background-image: url("../img/pic1.jpg");
}

.bg-pic2 {
  background-image: url("../img/pic2.jpg");
}

.bg-pic3 {
  background-image: url("../img/pic3.jpg");
}

.bg-pic4 {
  background-image: url("../img/pic4.jpg");
}

.bg-pic5 {
  background-image: url("../img/pic5.jpg");
}

.bg-pic6 {
  background-image: url("../img/pic6.jpg");
}

.reader-block p {
  margin: 16px auto;
  font-size: 16px;
  line-height: 28px;
  font-weight: normal;
}
.reader-block p > img {
  max-width: 100%;
  margin: 32px auto;
}

.box-placeholder {
  margin-bottom: 15px;
  padding: 20px;
  border: 1px dashed rgba(162, 162, 162, 0.26);
  background: transparent;
  color: inherit;
}
.box-placeholder > :last-child {
  margin-bottom: 0;
}
.box-placeholder.box-placeholder-lg {
  padding-top: 80px;
  padding-bottom: 80px;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.w-100 {
  width: 100% !important;
}

.h-100 {
  height: 100% !important;
}

.align-self-center {
  align-self: center !important;
}

.input-group .form-control {
  z-index: 0;
}

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
  z-index: 0;
}

.linkDisabled {
  cursor: not-allowed;
  pointer-events: none;
}

.textbox-vert {
  width: 100%;
  resize: vertical;
  border-color: #e0e0e0;
}

/**
 * Ripple
 */
.ripple {
  position: relative;
  overflow: hidden;
}
.ripple > .md-ripple {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: 0;
  right: 0;
  overflow: hidden;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.06);
  border-radius: 50%;
  transform: scale(0.0001, 0.0001);
  opacity: 1;
  width: 0;
  height: 0;
}
.ripple > .md-ripple.md-ripple-animate {
  transition: transform 0.5s cubic-bezier(0, 0, 0.2, 1), opacity 0.6s cubic-bezier(0, 0, 0.2, 1);
  opacity: 0;
  transform: scale(2);
}
.ripple.btn-oval > .md-ripple.md-ripple-animate, .ripple.btn-pill-left > .md-ripple.md-ripple-animate, .ripple.btn-pill-right > .md-ripple.md-ripple-animate, .ripple.btn-flat-icon > .md-ripple.md-ripple-animate, .ripple.btn-circle > .md-ripple.md-ripple-animate {
  transform: scale(0.99);
}

/**
 * Cards
 */
.card {
  position: relative;
  border-radius: 3px;
  background-color: #fff;
  color: #4F5256;
  border: 1px solid rgba(0, 0, 0, 0.12);
  margin-bottom: 8px;
}
@media only screen and (min-width: 480px) {
  .card {
    margin-bottom: 16px;
  }
}
@media only screen and (min-width: 992px) {
  .card {
    margin-bottom: 24px;
  }
}
.card .card-heading {
  padding: 16px;
  margin: 0;
}
.card .card-heading > .card-title {
  margin: 0;
  font-size: 18px;
}
.card .card-heading > .card-icon {
  float: right;
  color: rgba(255, 255, 255, 0.87);
  font-size: 20px;
}
.card .card-heading > small {
  color: rgba(162, 162, 162, 0.92);
  letter-spacing: 0.01em;
}
.card .card-body {
  position: relative;
  padding: 16px;
}
.card .card-footer {
  padding: 16px;
  border-top: 1px solid rgba(162, 162, 162, 0.12);
}
.card .card-item {
  position: relative;
  display: block;
  min-height: 120px;
}
.card .card-item > .card-item-text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.35);
  margin: 0;
  color: #fff;
  padding: 8px;
}
.card .card-item > .card-item-text a {
  color: inherit;
}
.card .card-item > .card-item-image {
  display: block;
  width: 100%;
  height: 190px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.card .card-item.card-media {
  min-height: 280px;
  background-repeat: repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: scroll;
  background-origin: padding-box;
}
.card .card-item.card-media .card-media-quote {
  padding: 16px;
  font-size: 35px;
}
@media only screen and (min-width: 768px) {
  .card .card-item.card-media .card-media-quote {
    font-size: 45px;
  }
}
.card .card-item.card-media .card-media-quote > a {
  color: inherit;
  text-decoration: none;
}
.card .card-item.card-media .card-media-quote:before {
  content: "“";
  display: block;
  font-size: 2em;
  line-height: 1;
  margin-top: 0.25em;
}
.card.card-transparent {
  background-color: transparent;
  border: 0;
  box-shadow: 0 0 0 #000;
}
.card .card-offset {
  position: relative;
  padding-bottom: 36px;
  z-index: 10;
}
.card .card-offset > .card-offset-item {
  position: absolute;
  top: -24px;
  left: 15px;
  right: 15px;
}
.card .card-toolbar {
  position: relative;
  width: 100%;
  min-height: 64px;
  font-size: 18px;
  line-height: 64px;
  padding-left: 22px;
  z-index: 2;
}
.card .card-subheader {
  padding: 16px 0 16px 16px;
  line-height: 0.75em;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: rgba(0, 0, 0, 0.54);
}
.card .card-subheader + .mda-list > .mda-list-item:first-child > .mda-list-item-text {
  padding-top: 16px;
}
.card .card-subheader + .mda-list > .mda-list-item:first-child > .mda-list-item-img,
.card .card-subheader + .mda-list > .mda-list-item:first-child > .mda-list-item-icon,
.card .card-subheader + .mda-list > .mda-list-item:first-child > .mda-list-item-initial {
  margin-top: 10px;
}
.card .card-divider {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  border: 1px solid rgba(0, 0, 0, 0.12);
}
.card .card-divider + .card-offset {
  margin-top: -10px;
}
.card > .ui-datepicker,
.card > .ui-datepicker-responsive > .ui-datepicker {
  width: 100%;
  box-shadow: 0 0 0 #000;
  margin: 0;
}
.card > .ui-datepicker > table,
.card > .ui-datepicker-responsive > .ui-datepicker > table {
  width: 100%;
}
.card .editable-wrap {
  width: 100%;
}
.card > .list-group > .list-group-item {
  border-left: 0;
  border-right: 0;
}
.card > .list-group > .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.card > .list-group > .list-group-item:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom: 0;
}
.card > .table-responsive > .table,
.card > .table {
  margin-bottom: 0;
}
.card > .table-responsive {
  border: 0;
}
.card > .btn {
  border-radius: 0;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  text-align: center;
}
.card > .btn:last-child {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.card.card-map {
  min-height: 280px;
}
.card.card-map .card-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border: 0;
  background-color: transparent;
}

/**
 * Google Material Colors (customization)
 */
.bg-primary,
.bg-red-800, .bg-red-900,
.bg-pink-700, .bg-pink-800, .bg-pink-900,
.bg-purple, .bg-purple-500, .bg-purple-600, .bg-purple-700, .bg-purple-800, .bg-purple-900,
.bg-deep-purple, .bg-deep-purple-500, .bg-deep-purple-600, .bg-deep-purple-700, .bg-deep-purple-800, .bg-deep-purple-900, .bg-deep-purple-a400, .bg-deep-purple-a700,
.bg-indigo, .bg-indigo-500, .bg-indigo-600, .bg-indigo-700, .bg-indigo-800, .bg-indigo-900, .bg-indigo-a700, .bg-blue-800,
.bg-blue-900, .bg-light-blue-900,
.bg-cyan-900, .bg-teal-800, .bg-teal-900,
.bg-green-800, .bg-green-900,
.bg-brown, .bg-brown-500, .bg-brown-600, .bg-brown-700, .bg-brown-800, .bg-brown-900, .bg-blue-grey-600,
.bg-blue-grey-700, .bg-blue-grey-800, .bg-blue-grey-900, .bg-grey-600,
.bg-grey-700, .bg-grey-800, .bg-grey-900 {
  color: rgba(255, 255, 255, 0.97);
}
.bg-primary .text-muted,
.bg-red-800 .text-muted, .bg-red-900 .text-muted,
.bg-pink-700 .text-muted, .bg-pink-800 .text-muted, .bg-pink-900 .text-muted,
.bg-purple .text-muted, .bg-purple-500 .text-muted, .bg-purple-600 .text-muted, .bg-purple-700 .text-muted, .bg-purple-800 .text-muted, .bg-purple-900 .text-muted,
.bg-deep-purple .text-muted, .bg-deep-purple-500 .text-muted, .bg-deep-purple-600 .text-muted, .bg-deep-purple-700 .text-muted, .bg-deep-purple-800 .text-muted, .bg-deep-purple-900 .text-muted, .bg-deep-purple-a400 .text-muted, .bg-deep-purple-a700 .text-muted,
.bg-indigo .text-muted, .bg-indigo-500 .text-muted, .bg-indigo-600 .text-muted, .bg-indigo-700 .text-muted, .bg-indigo-800 .text-muted, .bg-indigo-900 .text-muted, .bg-indigo-a700 .text-muted, .bg-blue-800 .text-muted,
.bg-blue-900 .text-muted, .bg-light-blue-900 .text-muted,
.bg-cyan-900 .text-muted, .bg-teal-800 .text-muted, .bg-teal-900 .text-muted,
.bg-green-800 .text-muted, .bg-green-900 .text-muted,
.bg-brown .text-muted, .bg-brown-500 .text-muted, .bg-brown-600 .text-muted, .bg-brown-700 .text-muted, .bg-brown-800 .text-muted, .bg-brown-900 .text-muted, .bg-blue-grey-600 .text-muted,
.bg-blue-grey-700 .text-muted, .bg-blue-grey-800 .text-muted, .bg-blue-grey-900 .text-muted, .bg-grey-600 .text-muted,
.bg-grey-700 .text-muted, .bg-grey-800 .text-muted, .bg-grey-900 .text-muted {
  color: rgba(255, 255, 255, 0.57);
}
.bg-primary .text-soft,
.bg-red-800 .text-soft, .bg-red-900 .text-soft,
.bg-pink-700 .text-soft, .bg-pink-800 .text-soft, .bg-pink-900 .text-soft,
.bg-purple .text-soft, .bg-purple-500 .text-soft, .bg-purple-600 .text-soft, .bg-purple-700 .text-soft, .bg-purple-800 .text-soft, .bg-purple-900 .text-soft,
.bg-deep-purple .text-soft, .bg-deep-purple-500 .text-soft, .bg-deep-purple-600 .text-soft, .bg-deep-purple-700 .text-soft, .bg-deep-purple-800 .text-soft, .bg-deep-purple-900 .text-soft, .bg-deep-purple-a400 .text-soft, .bg-deep-purple-a700 .text-soft,
.bg-indigo .text-soft, .bg-indigo-500 .text-soft, .bg-indigo-600 .text-soft, .bg-indigo-700 .text-soft, .bg-indigo-800 .text-soft, .bg-indigo-900 .text-soft, .bg-indigo-a700 .text-soft, .bg-blue-800 .text-soft,
.bg-blue-900 .text-soft, .bg-light-blue-900 .text-soft,
.bg-cyan-900 .text-soft, .bg-teal-800 .text-soft, .bg-teal-900 .text-soft,
.bg-green-800 .text-soft, .bg-green-900 .text-soft,
.bg-brown .text-soft, .bg-brown-500 .text-soft, .bg-brown-600 .text-soft, .bg-brown-700 .text-soft, .bg-brown-800 .text-soft, .bg-brown-900 .text-soft, .bg-blue-grey-600 .text-soft,
.bg-blue-grey-700 .text-soft, .bg-blue-grey-800 .text-soft, .bg-blue-grey-900 .text-soft, .bg-grey-600 .text-soft,
.bg-grey-700 .text-soft, .bg-grey-800 .text-soft, .bg-grey-900 .text-soft {
  color: rgba(255, 255, 255, 0.26);
}

.bg-red, .bg-red-500, .bg-red-600, .bg-red-700, .bg-red-a200, .bg-red-a400, .bg-red-a700, .bg-pink,
.bg-pink-500, .bg-pink-600, .bg-pink-a200, .bg-pink-a400, .bg-pink-a700, .bg-purple-300,
.bg-purple-400, .bg-purple-a200, .bg-purple-a400, .bg-purple-a700, .bg-deep-purple-300,
.bg-deep-purple-400, .bg-deep-purple-a200,
.bg-indigo-300, .bg-indigo-400, .bg-indigo-a200, .bg-indigo-a400, .bg-blue,
.bg-blue-500, .bg-blue-600, .bg-blue-700, .bg-blue-a200, .bg-blue-a400, .bg-blue-a700, .bg-light-blue,
.bg-light-blue-500, .bg-light-blue-600, .bg-light-blue-700, .bg-light-blue-800, .bg-light-blue-a700, .bg-cyan,
.bg-cyan-500, .bg-cyan-600, .bg-cyan-700, .bg-cyan-800, .bg-teal,
.bg-teal-500, .bg-teal-600, .bg-teal-700,
.bg-green, .bg-green-500, .bg-green-600, .bg-green-700, .bg-light-green-800, .bg-light-green-900,
.bg-lime-900, .bg-orange-800, .bg-orange-900,
.bg-deep-orange, .bg-deep-orange-500, .bg-deep-orange-600, .bg-deep-orange-700, .bg-deep-orange-800, .bg-deep-orange-900, .bg-deep-orange-a400, .bg-deep-orange-a700, .bg-brown-300,
.bg-brown-400, .bg-blue-grey, .bg-blue-grey-400, .bg-blue-grey-500 {
  color: #fff;
}
.bg-red .text-muted, .bg-red-500 .text-muted, .bg-red-600 .text-muted, .bg-red-700 .text-muted, .bg-red-a200 .text-muted, .bg-red-a400 .text-muted, .bg-red-a700 .text-muted, .bg-pink .text-muted,
.bg-pink-500 .text-muted, .bg-pink-600 .text-muted, .bg-pink-a200 .text-muted, .bg-pink-a400 .text-muted, .bg-pink-a700 .text-muted, .bg-purple-300 .text-muted,
.bg-purple-400 .text-muted, .bg-purple-a200 .text-muted, .bg-purple-a400 .text-muted, .bg-purple-a700 .text-muted, .bg-deep-purple-300 .text-muted,
.bg-deep-purple-400 .text-muted, .bg-deep-purple-a200 .text-muted,
.bg-indigo-300 .text-muted, .bg-indigo-400 .text-muted, .bg-indigo-a200 .text-muted, .bg-indigo-a400 .text-muted, .bg-blue .text-muted,
.bg-blue-500 .text-muted, .bg-blue-600 .text-muted, .bg-blue-700 .text-muted, .bg-blue-a200 .text-muted, .bg-blue-a400 .text-muted, .bg-blue-a700 .text-muted, .bg-light-blue .text-muted,
.bg-light-blue-500 .text-muted, .bg-light-blue-600 .text-muted, .bg-light-blue-700 .text-muted, .bg-light-blue-800 .text-muted, .bg-light-blue-a700 .text-muted, .bg-cyan .text-muted,
.bg-cyan-500 .text-muted, .bg-cyan-600 .text-muted, .bg-cyan-700 .text-muted, .bg-cyan-800 .text-muted, .bg-teal .text-muted,
.bg-teal-500 .text-muted, .bg-teal-600 .text-muted, .bg-teal-700 .text-muted,
.bg-green .text-muted, .bg-green-500 .text-muted, .bg-green-600 .text-muted, .bg-green-700 .text-muted, .bg-light-green-800 .text-muted, .bg-light-green-900 .text-muted,
.bg-lime-900 .text-muted, .bg-orange-800 .text-muted, .bg-orange-900 .text-muted,
.bg-deep-orange .text-muted, .bg-deep-orange-500 .text-muted, .bg-deep-orange-600 .text-muted, .bg-deep-orange-700 .text-muted, .bg-deep-orange-800 .text-muted, .bg-deep-orange-900 .text-muted, .bg-deep-orange-a400 .text-muted, .bg-deep-orange-a700 .text-muted, .bg-brown-300 .text-muted,
.bg-brown-400 .text-muted, .bg-blue-grey .text-muted, .bg-blue-grey-400 .text-muted, .bg-blue-grey-500 .text-muted {
  color: rgba(255, 255, 255, 0.57);
}
.bg-red .text-soft, .bg-red-500 .text-soft, .bg-red-600 .text-soft, .bg-red-700 .text-soft, .bg-red-a200 .text-soft, .bg-red-a400 .text-soft, .bg-red-a700 .text-soft, .bg-pink .text-soft,
.bg-pink-500 .text-soft, .bg-pink-600 .text-soft, .bg-pink-a200 .text-soft, .bg-pink-a400 .text-soft, .bg-pink-a700 .text-soft, .bg-purple-300 .text-soft,
.bg-purple-400 .text-soft, .bg-purple-a200 .text-soft, .bg-purple-a400 .text-soft, .bg-purple-a700 .text-soft, .bg-deep-purple-300 .text-soft,
.bg-deep-purple-400 .text-soft, .bg-deep-purple-a200 .text-soft,
.bg-indigo-300 .text-soft, .bg-indigo-400 .text-soft, .bg-indigo-a200 .text-soft, .bg-indigo-a400 .text-soft, .bg-blue .text-soft,
.bg-blue-500 .text-soft, .bg-blue-600 .text-soft, .bg-blue-700 .text-soft, .bg-blue-a200 .text-soft, .bg-blue-a400 .text-soft, .bg-blue-a700 .text-soft, .bg-light-blue .text-soft,
.bg-light-blue-500 .text-soft, .bg-light-blue-600 .text-soft, .bg-light-blue-700 .text-soft, .bg-light-blue-800 .text-soft, .bg-light-blue-a700 .text-soft, .bg-cyan .text-soft,
.bg-cyan-500 .text-soft, .bg-cyan-600 .text-soft, .bg-cyan-700 .text-soft, .bg-cyan-800 .text-soft, .bg-teal .text-soft,
.bg-teal-500 .text-soft, .bg-teal-600 .text-soft, .bg-teal-700 .text-soft,
.bg-green .text-soft, .bg-green-500 .text-soft, .bg-green-600 .text-soft, .bg-green-700 .text-soft, .bg-light-green-800 .text-soft, .bg-light-green-900 .text-soft,
.bg-lime-900 .text-soft, .bg-orange-800 .text-soft, .bg-orange-900 .text-soft,
.bg-deep-orange .text-soft, .bg-deep-orange-500 .text-soft, .bg-deep-orange-600 .text-soft, .bg-deep-orange-700 .text-soft, .bg-deep-orange-800 .text-soft, .bg-deep-orange-900 .text-soft, .bg-deep-orange-a400 .text-soft, .bg-deep-orange-a700 .text-soft, .bg-brown-300 .text-soft,
.bg-brown-400 .text-soft, .bg-blue-grey .text-soft, .bg-blue-grey-400 .text-soft, .bg-blue-grey-500 .text-soft {
  color: rgba(255, 255, 255, 0.26);
}

/**
 * Forms Validation
 */
.form-validate .form-control.ng-dirty.ng-invalid {
  border-color: #F44336;
}
.form-validate .form-control.ng-dirty.ng-valid, .form-validate .form-control.ng-dirty.ng-valid:focus {
  border-color: #4CAF50;
}
.form-validate .has-error .form-control {
  border-color: #F44336 !important;
}
.form-validate .c-checkbox input.ng-dirty.ng-invalid + span, .form-validate .c-radio input.ng-dirty.ng-invalid + span {
  border-color: #F44336;
}
.form-validate .ui-select-container.ng-dirty.ng-invalid .btn {
  border-color: #F44336;
}
.form-validate .input-group .ui-select-container.ng-dirty.ng-invalid .btn {
  margin-left: -1px;
}
.form-validate .border-invalid {
  border-color: #F44336;
}
.form-validate .border-valid {
  border-color: #4CAF50;
}

/**
 * Material Forms
 */
.mda-form-group {
  position: relative;
  padding: 0 0 24px 0;
}

.mda-form-control {
  position: relative;
  padding-top: 18px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.14);
}

.mda-form-control > input, .mda-form-control > textarea, .mda-form-control > select {
  padding: 2px;
  height: 34px;
  background-color: transparent !important;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.mda-form-control > input:focus ~ label, .mda-form-control > input.focus ~ label, .mda-form-control > textarea:focus ~ label, .mda-form-control > textarea.focus ~ label, .mda-form-control > select:focus ~ label, .mda-form-control > select.focus ~ label {
  top: 0 !important;
  font-size: 0.85em !important;
  color: #448AFF;
  opacity: 1;
}
.mda-form-control > input ~ label, .mda-form-control > textarea ~ label, .mda-form-control > select ~ label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: inline-block;
  font-size: 0.85em;
  opacity: 0.5;
  font-weight: 500;
  transition: all 0.2s ease;
}
.mda-form-control > input.disabled, .mda-form-control > input[disabled], .mda-form-control > textarea.disabled, .mda-form-control > textarea[disabled], .mda-form-control > select.disabled, .mda-form-control > select[disabled] {
  background-color: transparent;
  opacity: 0.5;
  cursor: not-allowed;
}
.mda-form-control.mda-form-control-dark {
  border-bottom-color: rgba(255, 255, 255, 0.26);
}
.mda-form-control.mda-form-control-dark > input, .mda-form-control.mda-form-control-dark > textarea, .mda-form-control.mda-form-control-dark > select {
  color: #fff;
}
.mda-form-control.mda-form-control-dark > input::-moz-placeholder, .mda-form-control.mda-form-control-dark > textarea::-moz-placeholder, .mda-form-control.mda-form-control-dark > select::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}
.mda-form-control.mda-form-control-dark > input:-ms-input-placeholder, .mda-form-control.mda-form-control-dark > textarea:-ms-input-placeholder, .mda-form-control.mda-form-control-dark > select:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mda-form-control.mda-form-control-dark > input::-webkit-input-placeholder, .mda-form-control.mda-form-control-dark > textarea::-webkit-input-placeholder, .mda-form-control.mda-form-control-dark > select::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mda-form-control.mda-form-control-dark > input:focus ~ label, .mda-form-control.mda-form-control-dark > input.focus ~ label, .mda-form-control.mda-form-control-dark > textarea:focus ~ label, .mda-form-control.mda-form-control-dark > textarea.focus ~ label, .mda-form-control.mda-form-control-dark > select:focus ~ label, .mda-form-control.mda-form-control-dark > select.focus ~ label {
  color: #fff !important;
}

.mda-form-group-lg .mda-form-control > input {
  height: 48px;
}
.mda-form-group-lg.float-label .mda-form-control > input ~ label {
  top: 28px;
  font-size: 1.5em;
}

.mda-form-control > textarea {
  height: auto;
}

.mda-form-control-line {
  position: absolute;
  bottom: -1px;
  left: 50%;
  right: 50%;
  height: 2px;
  transition: all 0.3s ease;
}

.mda-form-control > input:focus ~ .mda-form-control-line, .mda-form-control > textarea:focus ~ .mda-form-control-line, .mda-form-control > select:focus ~ .mda-form-control-line {
  background-color: #448AFF;
  left: 0;
  right: 0;
}
.mda-form-control.mda-form-control-dark > input:focus ~ .mda-form-control-line, .mda-form-control.mda-form-control-dark > textarea:focus ~ .mda-form-control-line, .mda-form-control.mda-form-control-dark > select:focus ~ .mda-form-control-line {
  background-color: #fff;
}

.mda-form-msg {
  position: absolute;
  bottom: 0;
  font-size: 0.85em;
  line-height: 24px;
  font-weight: 300;
  color: #90A4AE;
}
.mda-form-msg.right {
  right: 0;
}

.form-validate .mda-form-control .form-control.ng-dirty.ng-invalid ~ .mda-form-control-line {
  background-color: #F44336;
}
.form-validate .mda-form-control .form-control.ng-dirty.ng-invalid:focus ~ label, .form-validate .mda-form-control .form-control.ng-dirty.ng-invalid.focus ~ label, .form-validate .mda-form-control .form-control.ng-dirty.ng-invalid ~ .mda-form-msg {
  color: #F44336;
}
.form-validate .mda-form-control .form-control.ng-dirty.ng-valid ~ .mda-form-control-line,
.form-validate .mda-form-control .form-control.ng-dirty.ng-valid:focus ~ .mda-form-control-line {
  background-color: #4CAF50;
}
.form-validate .mda-form-control .form-control.ng-dirty.ng-valid:focus ~ label, .form-validate .mda-form-control .form-control.ng-dirty.ng-valid.focus ~ label,
.form-validate .mda-form-control .form-control.ng-dirty.ng-valid:focus:focus ~ label,
.form-validate .mda-form-control .form-control.ng-dirty.ng-valid:focus.focus ~ label {
  color: #4CAF50;
}

.float-label .mda-form-control > input ~ label,
.float-label .mda-form-control > textarea ~ label {
  top: 25px;
  margin-bottom: 0;
  font-size: 1em;
  pointer-events: none;
}
.float-label .mda-form-control > input.ng-dirty ~ label, .float-label .mda-form-control > input.has-value ~ label,
.float-label .mda-form-control > textarea.ng-dirty ~ label,
.float-label .mda-form-control > textarea.has-value ~ label {
  top: 0;
  font-size: 0.85em;
}

.mda-input-group {
  position: relative;
}
.mda-input-group .mda-form-control > input {
  padding-left: 36px;
}
.mda-input-group .mda-form-control > label {
  margin-left: 36px;
}
.mda-input-group .mda-form-control > select {
  padding-left: 36px;
}
.mda-input-group .mda-form-control > select ~ label {
  margin-left: 0;
}
.mda-input-group .form-control {
  float: none;
}
.mda-input-group > .mda-input-group-addon {
  position: absolute;
  top: 25px;
  left: 2px;
}
.mda-input-group .mda-form-group + .input-group-btn,
.mda-input-group .input-group-btn + .mda-form-group {
  padding-left: 16px;
}

.mda-checkbox,
.mda-radio {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin: 0;
  cursor: pointer;
}
.mda-checkbox input,
.mda-radio input {
  position: absolute;
  z-index: 1;
  width: 20px;
  height: 20px;
  margin-left: -20px;
  cursor: pointer;
  opacity: 0;
}
.mda-checkbox input:checked + em:before,
.mda-radio input:checked + em:before {
  background-color: inherit;
  border-width: 0;
}
.mda-checkbox input:checked + span .active,
.mda-radio input:checked + span .active {
  display: inherit;
}
.mda-checkbox input[type=checkbox]:checked + em:after,
.mda-radio input[type=checkbox]:checked + em:after {
  position: absolute;
  top: 2px;
  left: 6px;
  display: table;
  width: 6px;
  height: 12px;
  border: 2px solid;
  border-top: 0;
  border-left: 0;
  content: " ";
  transform: rotate(45deg);
}
.mda-checkbox input[type=radio]:checked + em:after,
.mda-radio input[type=radio]:checked + em:after {
  content: " ";
  position: absolute;
  top: 3px;
  left: 3px;
  display: table;
  width: 12px;
  height: 12px;
  background: inherit;
  border-radius: 50%;
  border: 2px solid #fff;
}
.mda-checkbox input[type=radio] + em,
.mda-checkbox input[type=radio] + em:before,
.mda-radio input[type=radio] + em,
.mda-radio input[type=radio] + em:before {
  border-radius: 50%;
}

.mda-checkbox input[disabled] + em:before,
fieldset[disabled] .mda-checkbox input + em:before,
.mda-radio input[disabled] + em:before,
fieldset[disabled] .mda-radio input + em:before {
  border-color: rgba(0, 0, 0, 0.26);
}

.mda-checkbox input[disabled]:checked + em,
.mda-radio input[disabled]:checked + em {
  background-color: rgba(0, 0, 0, 0.26);
}

.mda-radio input[disabled]:checked + em:after {
  background-color: transparent;
}

.mda-checkbox input[disabled]:checked + em:before {
  background-color: rgba(0, 0, 0, 0.26);
}

.mda-checkbox > em,
.mda-radio > em {
  position: relative;
  display: inline-block;
  width: 0;
  height: 18px;
  margin-top: -2px;
  margin-right: 28px;
  margin-left: -20px;
  line-height: 1;
  vertical-align: middle;
}
.mda-checkbox > em:before,
.mda-radio > em:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 100%;
  border: 2px solid rgba(162, 162, 162, 0.56);
  border-radius: 2px;
  transition: all 0.2s;
}
.mda-checkbox > em.empty:after,
.mda-radio > em.empty:after {
  display: none !important;
}

.file-input-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.file-input-wrapper > input[type=file] {
  font-size: 100px;
  position: absolute;
  cursor: pointer;
  top: 0;
  right: 0;
  opacity: 0;
}

.btn-opa {
  opacity: 0.5;
}
.btn-opa:hover {
  opacity: 1;
}

/**
 * Dropdowns Extras
 */
.dropdown-lg > .dropdown-menu {
  min-width: 200px;
}

.dropdown-list > .dropdown-menu {
  padding: 0;
  min-width: 220px;
}
.dropdown-list .list-group {
  margin: 0;
}
.dropdown-list .list-group-item {
  border-radius: 0;
  border-left: 0;
  border-right: 0;
}
.dropdown-list .list-group-item:first-child {
  border-top: 0;
}
.dropdown-list .list-group-item:last-child {
  border-bottom: 0;
}

.dropdown > a {
  position: relative;
}
.dropdown > a > .label {
  position: absolute;
  top: 0;
  right: 0;
  padding: 2px 5px;
}
@media only screen and (min-width: 768px) {
  .dropdown > a > .label {
    top: 10px;
  }
}

.dropdown-menu-header {
  padding: 10px 15px;
  background-color: #fafafa;
  border-bottom: 1px solid #ddd;
}

.md-dropdown-menu {
  display: block;
  opacity: 0;
  padding: 0;
  transform: scale(0);
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-origin: top left;
}
.md-dropdown-menu.pull-right, .md-dropdown-menu.dropdown-menu-right {
  transform-origin: top right;
}
.md-dropdown-menu > li {
  height: 48px;
}
.md-dropdown-menu > li > a {
  padding: 0 14px;
  line-height: 48px;
}

.open > .md-dropdown-menu {
  opacity: 1;
  transform: scale(1);
}

.dropup .md-dropdown-menu {
  transform-origin: bottom left;
}
.dropup .md-dropdown-menu.pull-right, .dropup .md-dropdown-menu.dropdown-menu-right {
  transform-origin: bottom right;
}

/**
 * Animations
 */
[ui-view].ng-leave {
  display: none !important;
}
[ui-view].ng-leave.ng-fluid {
  display: block !important;
}

.ng-fluid.ng-animate {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.hinge {
  animation-duration: 2s;
}

.ng-fadeIn.ng-enter {
  animation: fadeIn 0.5s;
}
.ng-fadeIn.ng-leave {
  animation: fadeOut 0.5s;
}

.ng-fadeInUpShort.ng-enter {
  animation: fadeInUpShort 0.5s;
}
.ng-fadeInUpShort.ng-leave {
  animation: fadeOutDownShort 0.5s;
}

.ng-fadeInDownShort.ng-enter {
  animation: fadeInDownShort 0.5s;
}
.ng-fadeInDownShort.ng-leave {
  animation: fadeOutUpShort 0.5s;
}

.ng-fadeInRightShort.ng-enter {
  animation: fadeInRightShort 0.5s;
}
.ng-fadeInRightShort.ng-leave {
  animation: fadeOutLeftShort 0.5s;
}

.ng-fadeInLeftShort.ng-enter {
  animation: fadeInLeftShort 0.5s;
}
.ng-fadeInLeftShort.ng-leave {
  animation: fadeOutRightShort 0.5s;
}
@keyframes fadeInRightShort {
  0% {
    opacity: 0;
    transform: translate3d(18px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInRightShort {
  animation-name: fadeInRightShort;
}
@keyframes fadeOutRightShort {
  from {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(18px, 0, 0);
  }
}
.fadeOutRightShort {
  animation-name: fadeOutRightShort;
}
@keyframes fadeInLeftShort {
  0% {
    opacity: 0;
    transform: translate3d(-18px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeftShort {
  animation-name: fadeInLeftShort;
}
@keyframes fadeOutLeftShort {
  from {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(-18px, 0, 0);
  }
}
.fadeOutLeftShort {
  animation-name: fadeOutLeftShort;
}
@keyframes fadeOutUpShort {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
}
.fadeOutUpShort {
  animation-name: fadeOutUpShort;
}
@keyframes fadeInUpShort {
  0% {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInUpShort {
  animation-name: fadeInUpShort;
}
@keyframes fadeInDownShort {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInDownShort {
  animation-name: fadeInDownShort;
}
@keyframes fadeOutDownShort {
  from {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
}
.fadeOutDownShort {
  animation-name: fadeOutDownShort;
}
@keyframes zoomInShort {
  0% {
    opacity: 0;
    transform: scale3d(0.95, 0.95, 0.95);
  }
  50% {
    opacity: 1;
  }
}
.zoomInShort {
  animation-name: zoomInShort;
}
@keyframes zoomBack {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5);
  }
  100% {
    opacity: 0;
  }
}
.zoomBack {
  animation-name: zoomBack;
}

/**
 * Typography
 */
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: -0.02em;
  opacity: 0.54;
  font-size: 0.6em;
  color: inherit;
}

h1 > small, h2 > small, h3 > small, h4 > small, h5 > small, h6 > small {
  margin-left: 5px;
}

small {
  color: inherit;
}

h1 {
  font-size: 56px;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: -0.02em;
  margin-top: 24px;
  margin-bottom: 24px;
}

h2 {
  font-size: 45px;
  font-weight: 400;
  line-height: 48px;
  margin-top: 24px;
  margin-bottom: 24px;
}

h3 {
  font-size: 34px;
  font-weight: 400;
  line-height: 40px;
  margin-top: 24px;
  margin-bottom: 24px;
}

h4 {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  -moz-osx-font-smoothing: grayscale;
  margin-top: 24px;
  margin-bottom: 16px;
}

h5 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
  margin-top: 24px;
  margin-bottom: 16px;
}

h6 {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.04em;
  margin-top: 24px;
  margin-bottom: 16px;
}

/**
 * Buttons Extras
 */
.input-group-btn > .btn {
  border-color: rgba(0, 0, 0, 0.26);
}

.btn-inverse {
  color: #fff;
  background-color: #37474F;
  border-color: #37474F;
}
.btn-inverse:focus, .btn-inverse.focus {
  color: #fff;
  background-color: #2f3c43;
  border-color: #2f3c43;
}
.btn-inverse:hover {
  color: #fff;
  background-color: #2f3c43;
  border-color: #2f3c43;
}
.btn-inverse:active, .btn-inverse.active, .open > .btn-inverse.dropdown-toggle {
  color: #fff;
  background-color: #263137;
  border-color: #35444c;
}
.btn-inverse:active:hover, .btn-inverse:active:focus, .btn-inverse:active.focus, .btn-inverse.active:hover, .btn-inverse.active:focus, .btn-inverse.active.focus, .open > .btn-inverse.dropdown-toggle:hover, .open > .btn-inverse.dropdown-toggle:focus, .open > .btn-inverse.dropdown-toggle.focus {
  color: #fff;
  background-color: #263137;
  border-color: #35444c;
}
.btn-inverse:active, .btn-inverse.active, .open > .btn-inverse.dropdown-toggle {
  background-image: none;
}
.btn-inverse.disabled:hover, .btn-inverse.disabled:focus, .btn-inverse.disabled.focus, .btn-inverse[disabled]:hover, .btn-inverse[disabled]:focus, .btn-inverse[disabled].focus, fieldset[disabled] .btn-inverse:hover, fieldset[disabled] .btn-inverse:focus, fieldset[disabled] .btn-inverse.focus {
  background-color: #37474F;
  border-color: #37474F;
}
.btn-inverse .badge {
  color: #37474F;
  background-color: #fff;
}

.btn-flat {
  border-color: transparent !important;
  border-radius: 2px;
  background-color: transparent;
  text-transform: uppercase;
}
.btn-flat:active, .btn-flat.active {
  box-shadow: 0 0 0 #000;
}
.btn-flat.btn-primary {
  color: #448AFF;
}
.btn-flat.btn-primary:hover, .btn-flat.btn-primary:focus {
  color: #fff;
}
.btn-flat.btn-primary[disabled], .btn-flat.btn-primary.disabled {
  color: rgba(68, 138, 255, 0.75) !important;
}
.btn-flat.btn-success {
  color: #4CAF50;
}
.btn-flat.btn-success:hover, .btn-flat.btn-success:focus {
  color: #fff;
}
.btn-flat.btn-success[disabled], .btn-flat.btn-success.disabled {
  color: rgba(76, 175, 80, 0.75) !important;
}
.btn-flat.btn-danger {
  color: #F44336;
}
.btn-flat.btn-danger:hover, .btn-flat.btn-danger:focus {
  color: #fff;
}
.btn-flat.btn-danger[disabled], .btn-flat.btn-danger.disabled {
  color: rgba(244, 67, 54, 0.75) !important;
}
.btn-flat.btn-warning {
  color: #FFB300;
}
.btn-flat.btn-warning:hover, .btn-flat.btn-warning:focus {
  color: #fff;
}
.btn-flat.btn-warning[disabled], .btn-flat.btn-warning.disabled {
  color: rgba(255, 179, 0, 0.75) !important;
}
.btn-flat.btn-info {
  color: #03A9F4;
}
.btn-flat.btn-info:hover, .btn-flat.btn-info:focus {
  color: #fff;
}
.btn-flat.btn-info[disabled], .btn-flat.btn-info.disabled {
  color: rgba(3, 169, 244, 0.75) !important;
}
.btn-flat.btn-inverse {
  color: #37474F;
}
.btn-flat.btn-inverse:hover, .btn-flat.btn-inverse:focus {
  color: #fff;
}
.btn-flat.btn-inverse[disabled], .btn-flat.btn-inverse.disabled {
  color: rgba(55, 71, 79, 0.75) !important;
}
.btn-flat.text-white {
  color: #fff !important;
}
.btn-flat[disabled], .btn-flat.disabled {
  background-color: transparent !important;
}
.btn-flat.btn-flat-icon {
  border-radius: 50%;
  font-size: 24px;
  height: 32px;
  width: 32px;
  padding: 0;
  overflow: hidden;
  color: inherit !important;
}
.btn-flat.btn-flat-icon > em {
  line-height: 32px;
}
.btn-flat.btn-flat-icon:hover, .btn-flat.btn-flat-icon:focus, .btn-flat.btn-flat-icon:active {
  background-color: rgba(158, 158, 158, 0.2) !important;
}

.btn-raised {
  border: 0;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.14), 0 2px 2px 0 rgba(0, 0, 0, 0.098), 0 1px 5px 0 rgba(0, 0, 0, 0.014);
}
.btn-raised:hover, .btn-raised:active, .btn-raised.active {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4) !important;
}

.pull-right > .btn-flat-icon {
  margin-top: -4px;
}

.btn-circle {
  width: 46px;
  height: 46px;
  overflow: hidden;
  border-radius: 50% !important;
  line-height: 46px;
  padding: 0;
  text-align: center;
}

.btn-outline {
  background-color: transparent;
  border-color: #fff;
}
.btn-outline:hover, .btn-outline:focus {
  background-color: #fff;
  color: #448AFF;
}

.btn-xl {
  padding: 20px 16px;
  font-size: 18px;
}

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

.btn-pill-left, .btn-oval {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  padding-left: 18px;
}

.btn-pill-right, .btn-oval {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  padding-right: 18px;
}

.btn-labeled {
  padding-top: 0;
  padding-bottom: 0;
}

.btn-label {
  position: relative;
  background: transparent;
  display: inline-block;
  padding: 6px 16px;
  left: -16px;
  border-radius: 3px 0 0 3px;
}
.btn-label.btn-label-right {
  left: auto;
  right: -16px;
  border-radius: 0 3px 3px 0;
}
.btn-label:after {
  content: "";
  position: absolute;
  top: 5px;
  bottom: 5px;
  right: 0;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.1);
}
.btn-label.btn-label-right {
  text-indent: -2px;
}
.btn-label.btn-label-right:after {
  left: 0;
  right: auto;
}

.btn-lg .btn-label {
  padding: 10px 20px;
  left: -20px;
  border-radius: 5px 0 0 5px;
}
.btn-lg .btn-label.btn-label-right {
  left: auto;
  right: -20px;
  border-radius: 0 5px 5px 0;
}

.btn-sm .btn-label {
  padding: 5px 10px;
  left: -10px;
  border-radius: 2px 0 0 2px;
}
.btn-sm .btn-label.btn-label-right {
  left: auto;
  right: -10px;
  border-radius: 0 2px 2px 0;
}

.btn-xs .btn-label {
  padding: 1px 5px;
  left: -5px;
  border-radius: 2px 0 0 2px;
}
.btn-xs .btn-label.btn-label-right {
  left: auto;
  right: -5px;
  border-radius: 0 2px 2px 0;
}

.btn-fw {
  min-width: 80px;
}
.btn-fw.btn-sm {
  min-width: 40px;
}
.btn-fw.btn-md {
  min-width: 60px;
}
.btn-fw.btn-lg {
  min-width: 140px;
}

.pagination-rounded li > a,
.pagination-rounded li > span {
  border-radius: 50% !important;
  margin-right: 4px;
  margin-left: 4px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  padding: 0;
  text-align: center;
}
.pagination-rounded li > a > span,
.pagination-rounded li > span > span {
  position: relative;
  top: -1px;
}
.pagination-rounded.pagination-lg li > a,
.pagination-rounded.pagination-lg li > span {
  width: 44px;
  height: 44px;
  line-height: 44px;
}

.pull-left.btn-group,
.pull-right.btn-group {
  position: relative;
  z-index: 1;
}

.ng-table th {
  text-align: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}
.ng-table th.sortable {
  cursor: pointer;
}
.ng-table th.sortable .sort-indicator {
  padding-right: 18px;
  position: relative;
}
.ng-table th.sortable .sort-indicator:after, .ng-table th.sortable .sort-indicator:before {
  content: "";
  border-width: 0 4px 4px;
  border-style: solid;
  border-color: #000 transparent;
  visibility: visible;
  right: 5px;
  top: 50%;
  position: absolute;
  opacity: 0.3;
  margin-top: -4px;
}
.ng-table th.sortable .sort-indicator:before {
  margin-top: 2px;
  border-bottom: none;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #000;
}
.ng-table th.sortable .sort-indicator:hover:after, .ng-table th.sortable .sort-indicator:hover:before {
  opacity: 1;
  visibility: visible;
}
.ng-table th.sortable.sort-desc, .ng-table th.sortable.sort-asc {
  background-color: rgba(141, 192, 219, 0.25);
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
}
.ng-table th.sortable.sort-desc .sort-indicator:after, .ng-table th.sortable.sort-asc .sort-indicator:after {
  margin-top: -2px;
}
.ng-table th.sortable.sort-desc .sort-indicator:before, .ng-table th.sortable.sort-asc .sort-indicator:before {
  visibility: hidden;
}
.ng-table th.sortable.sort-asc .sort-indicator:after, .ng-table th.sortable.sort-asc .sort-indicator:hover:after {
  visibility: visible;
  filter: alpha(opacity=60);
  -khtml-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}
.ng-table th.sortable.sort-desc .sort-indicator:after {
  border-bottom: none;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #000;
  visibility: visible;
  box-shadow: none;
  filter: alpha(opacity=60);
  -khtml-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}
.ng-table th.filter .input-filter {
  margin: 0;
  display: block;
  width: 100%;
  min-height: 30px;
  box-sizing: border-box;
}
.ng-table .ng-table-group-header th {
  text-align: left;
}
.ng-table .ng-table-group-selector {
  display: block;
}
.ng-table .ng-table-group-close, .ng-table .ng-table-group-toggle {
  float: right;
}
.ng-table .ng-table-group-toggle {
  margin-right: 5px;
}

@media only screen and (max-width: 800px) {
  .ng-table-responsive {
    border-bottom: 1px solid #999;
  }
  .ng-table-responsive tr {
    border-top: 1px solid #999;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
  }
  .ng-table-responsive td:before {
    position: absolute;
    padding: 8px;
    left: 0;
    top: 0;
    width: 50%;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
  }
  .ng-table-responsive thead tr th {
    text-align: left;
  }
  .ng-table-responsive thead tr.ng-table-filters th {
    padding: 0;
  }
  .ng-table-responsive thead tr.ng-table-filters th form > div {
    padding: 8px;
  }
  .ng-table-responsive td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
    white-space: normal;
    text-align: left;
  }
  .ng-table-responsive td:before {
    content: attr(data-title-text);
  }
  .ng-table-responsive, .ng-table-responsive thead, .ng-table-responsive tbody, .ng-table-responsive th, .ng-table-responsive td, .ng-table-responsive tr {
    display: block;
  }
}
.ng-table-pagination {
  float: left;
  margin-top: 0;
}

.ng-table-group-selector:before,
.ng-table-group-selector:after,
.filter:before,
.filter:after {
  display: table;
  content: " ";
}

.ng-table-group-selector:after,
.filter:after {
  clear: both;
}

.filter > .filter-cell {
  float: left;
  box-sizing: border-box;
}

.filter-horizontal > .filter-cell {
  padding: 0 2px;
}

.filter-horizontal > .filter-cell:first-child {
  padding-left: 0;
}

.filter-horizontal > .filter-cell:last-child, .filter-horizontal > .filter-cell.last {
  padding-right: 0;
}

.s12 {
  width: 100%;
}

.s11 {
  width: 91.6666666667%;
}

.s10 {
  width: 83.3333333333%;
}

.s9 {
  width: 75%;
}

.s8 {
  width: 66.6666666667%;
}

.s7 {
  width: 58.3333333333%;
}

.s6 {
  width: 50%;
}

.s5 {
  width: 41.6666666667%;
}

.s4 {
  width: 33.3333333333%;
}

.s3 {
  width: 25%;
}

.s2 {
  width: 16.6666666667%;
}

.s1 {
  width: 8.3333333333%;
}

@media all and (max-width: 468px) {
  .s12, .s11, .s10, .s9, .s8, .s7, .s6, .s5, .s4, .s3, .s2, .s1 {
    width: 100%;
  }

  .filter > .filter-cell {
    padding: 0px;
  }
}
.ng-table input {
  width: 100%;
  border: 1px solid #CFD8DC;
  border-radius: 4px;
  padding: 5px;
}
.ng-table .input-group-btn > .btn {
  border-color: #CFD8DC;
}

.ng-table-wrapper.ng-table tr.edit td {
  background-color: #CFD8DC;
}

.ng-table-pager {
  height: 34px;
}

.ng-table-search {
  margin-bottom: 8px;
  position: relative;
  float: right;
  text-align: left;
}
.ng-table-search .search-form-control {
  position: relative;
  padding-top: 18px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.14);
}
.ng-table-search .search-form-control input {
  padding: 2px 2px 2px 34px;
  height: 34px;
  background-color: transparent !important;
  border: 0;
  border-radius: 0;
}
.ng-table-search .search-form-control > input:focus ~ .search-form-control-line,
.ng-table-search .search-form-control > textarea:focus ~ .search-form-control-line,
.ng-table-search .search-form-control > select:focus ~ .search-form-control-line {
  background-color: #448AFF;
  left: 0;
  right: 0;
}
.ng-table-search .search-form-control-line {
  position: absolute;
  bottom: -1px;
  left: 50%;
  right: 50%;
  height: 2px;
  transition: all 0.3s ease;
}
.ng-table-search .icon-ps {
  position: absolute;
  top: 25px;
}

.ng-table-search-box .input-group-addon, .ng-table-search-box .form-control {
  border-color: #CFD8DC;
}

.ui-select-match .btn-default {
  border-color: #ccc;
  border-radius: 4px;
}