/* 

*/
html {
	background-color: #F0F3F4; 
	background-attachment:fixed;
  }

body {
  color: rgba(0, 0, 0, 0.87);
  font-size: 0.875rem;
  background-color: #EAEEF3;
  -webkit-font-smoothing: antialiased;
  }

*:focus {
  outline: 0 !important; }

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  outline: 0; }

a:hover,
a:focus {
  color: inherit;
  text-decoration: none; }

pre {
  color: inherit;
  background-color: #f8f8f8;
  border-color: rgba(120, 130, 140, 0.13); }

blockquote {
  border-color: rgba(120, 130, 140, 0.13); }

small {
  font-size: 90%; }

sup {
  position: relative;
  top: -1em;
  font-size: 75%; }

.pull-center {
  position: absolute;
  left: 50%; }

.close {
  font-size: 1.3rem; }

.img-responsive {
  width: 100%;
  height: auto; }

.text-center {
  text-align: center; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.pull-left {
  float: left; }

.pull-right {
  float: right; }

@media (max-width: 767px) {
  .pull-none-sm {
    float: none !important; } }

@media (max-width: 543px) {
  .pull-none-xs {
    float: none !important; } }

.label {
  padding: 0.25em 0.5em;
  font-weight: bold;
  background-color: #b8b8b8; }
  .label.no-bg {
    background-color: transparent;
    color: inherit; }

.label.up {
  position: relative;
  top: -10px;
  min-width: 4px;
  min-height: 4px;
  display: inline-block; }

.label-lg {
  font-size: 1.33rem;
  padding: 5px 9px; }

.label-sm {
  padding: 1px 4px; }

.label-xs {
  padding: 0px 3px; }

.list-group-item.active > .label,
.nav-pills > .active > a > .label {
  color: rgba(0, 0, 0, 0.87); }

.btn {
  font-weight: 500;
  outline: 0 !important;
  border-width: 0;
  padding: 0.4375rem 1rem; }
  .btn:not([disabled]):hover,
  .btn:not([disabled]):focus,
  .btn:not([disabled]).active {
    box-shadow: inset 0 -10rem 0px rgba(158, 158, 158, 0.2); }
  .btn > i.pull-left,
  .btn > i.pull-right {
    line-height: 1.5; }
  .btn.rounded {
    padding-left: 1.2em;
    padding-right: 1.2em; }

.btn-lg {
  padding: 0.8125rem 1.25rem; }

.btn-sm {
  padding: 0.3445rem 0.75rem; }

.btn-xs {
  padding: 0.1565rem 0.5rem;
  font-size: 0.8rem; }

.btn-outline {
  border-width: 1px;
  background-color: transparent;
  box-shadow: none !important; }

.btn.b-primary:hover,
.btn.b-primary:focus,
.btn.primary:hover,
.btn.primary:focus {
  color: rgba(255, 255, 255, 0.87) !important;
  background-color: #0cc2aa; }

.btn.b-accent:hover,
.btn.b-accent:focus,
.btn.accent:hover,
.btn.accent:focus {
  color: rgba(255, 255, 255, 0.87) !important;
  background-color: #a88add; }

.btn.b-warn:hover,
.btn.b-warn:focus,
.btn.warn:hover,
.btn.warn:focus {
  color: rgba(255, 255, 255, 0.87) !important;
  background-color: #fcc100; }

.btn.b-success:hover,
.btn.b-success:focus,
.btn.success:hover,
.btn.success:focus {
  color: rgba(255, 255, 255, 0.87) !important;
  background-color: #6cc788; }

.btn.b-info:hover,
.btn.b-info:focus,
.btn.info:hover,
.btn.info:focus {
  color: rgba(255, 255, 255, 0.87) !important;
  background-color: #6887ff; }

.btn.b-warning:hover,
.btn.b-warning:focus,
.btn.warning:hover,
.btn.warning:focus {
  color: rgba(255, 255, 255, 0.87) !important;
  background-color: #f77a99; }

.btn.b-danger:hover,
.btn.b-danger:focus,
.btn.danger:hover,
.btn.danger:focus {
  color: rgba(255, 255, 255, 0.87) !important;
  background-color: #f44455; }

.btn.b-dark:hover,
.btn.b-dark:focus,
.btn.dark:hover,
.btn.dark:focus {
  color: rgba(255, 255, 255, 0.87) !important;
  background-color: #2e3e4e; }

.btn.b-black:hover,
.btn.b-black:focus,
.btn.black:hover,
.btn.black:focus {
  color: rgba(255, 255, 255, 0.87) !important;
  background-color: #2a2b3c; }

.btn.b-white:hover,
.btn.b-white:focus {
  color: rgba(0, 0, 0, 0.87) !important;
  background-color: #ffffff; }

.btn.b-light:hover,
.btn.b-light:focus {
  color: rgba(0, 0, 0, 0.87) !important;
  background-color: #f8f8f8; }

.btn-icon {
  text-align: center;
  padding: 0 !important;
  width: 2.25rem;
  height: 2.25rem;
  line-height: 2.25rem;
  position: relative;
  overflow: hidden; }
  .btn-icon i {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    line-height: inherit;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
  .btn-icon.btn-xs {
    width: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem; }
  .btn-icon.btn-sm {
    width: 1.775rem;
    height: 1.775rem;
    line-height: 1.775rem; }
  .btn-icon.btn-lg {
    width: 3.167rem;
    height: 3.167rem;
    line-height: 3.167rem; }
  .btn-icon.btn-social i:last-child {
    top: 100%; }
  .btn-icon.btn-social:hover i:first-child,
  .btn-icon.btn-social:focus i:first-child,
  .btn-icon.btn-social.active i:first-child {
    top: -100%; }
  .btn-icon.btn-social:hover i:last-child,
  .btn-icon.btn-social:focus i:last-child,
  .btn-icon.btn-social.active i:last-child {
    top: 0;
    color: #fff; }
  .btn-icon.btn-social-colored i:first-child {
    color: #fff; }

.btn.white,
.btn.btn-default {
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3); }
  .btn.white:not([disabled]):hover,
  .btn.white:not([disabled]):focus,
  .btn.white:not([disabled]).active,
  .btn.btn-default:not([disabled]):hover,
  .btn.btn-default:not([disabled]):focus,
  .btn.btn-default:not([disabled]).active {
    box-shadow: inset 0 -10rem 0px rgba(158, 158, 158, 0.1); }

.btn-default {
  background-color: #fff;
  color: rgba(0, 0, 0, 0.87); }

.btn-groups .btn {
  margin-bottom: .25rem; }

.btn-fw {
  min-width: 7rem; }

.card {
  border-color: rgba(120, 130, 140, 0.13); }

.carousel-control .glyphicon {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
  margin-left: -10px; }

.dropdown-menu {
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.87);
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left; }
  .dropdown-menu > li:not(.dropdown-item) > a {
    display: block;
    padding: 3px 20px; }
    .dropdown-menu > li:not(.dropdown-item) > a:hover,
    .dropdown-menu > li:not(.dropdown-item) > a:focus {
      background-color: rgba(0, 0, 0, 0.065); }
  .dropdown-menu > .divider {
    height: 1px;
    margin: .5rem 0;
    overflow: hidden;
    background-color: rgba(120, 130, 140, 0.13); }
  .dropdown-menu .active {
    background-color: rgba(0, 0, 0, 0.065); }
  .dropdown-menu.pull-left {
    left: auto !important;
    right: 100%; }
  .dropdown-menu.pull-right {
    left: auto;
    right: 0;
    -webkit-transform-origin: top right;
    -moz-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right; }
  .dropdown-menu.pull-up {
    top: 0; }
  .dropdown-menu.pull-down {
    top: 100% !important;
    left: 0 !important; }
  .dropup .dropdown-menu {
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left; }
    .dropup .dropdown-menu.pull-right {
      -webkit-transform-origin: bottom right;
      -moz-transform-origin: bottom right;
      -ms-transform-origin: bottom right;
      transform-origin: bottom right; }
  .dropdown-menu.datepicker,
  .dropdown-menu.timepicker {
    padding: 6px;
    font-size: 0.8rem; }
    .dropdown-menu.datepicker .btn,
    .dropdown-menu.timepicker .btn {
      font-size: 0.8rem; }
      .dropdown-menu.datepicker .btn.btn-primary,
      .dropdown-menu.timepicker .btn.btn-primary {
        background-color: #6887ff;
        color: #fff; }
    .dropdown-menu.datepicker .btn:not(:hover),
    .dropdown-menu.timepicker .btn:not(:hover) {
      box-shadow: 0 0 1px transparent; }

.dropdown-item {
  color: inherit; }
  .dropdown-item:hover,
  .dropdown-item:focus {
    color: inherit;
    background-color: rgba(0, 0, 0, 0.065); }

.dropdown-divider {
  background-color: rgba(120, 130, 140, 0.13); }

.dropdown-menu-scale {
  display: block;
  opacity: 0;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all 250ms cubic-bezier(0.24, 0.22, 0.015, 1.56);
  transition: all 250ms cubic-bezier(0.24, 0.22, 0.015, 1.56);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  pointer-events: none; }

.open > .dropdown-menu-scale {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  pointer-events: auto;
  display: block !important; }

.dropdown-header {
  padding: 8px 16px; }

.dropdown-submenu {
  position: relative; }
  .dropdown-submenu:hover > .dropdown-menu,
  .dropdown-submenu:focus > .dropdown-menu {
    display: block; }
  .dropdown-submenu .dropdown-menu {
    left: 100%;
    top: 0;
    margin-top: -6px;
    margin-left: -1px; }
  .dropup .dropdown-submenu > .dropdown-menu {
    top: auto;
    bottom: 0;
    margin-bottom: -6px; }

.popover {
  color: rgba(0, 0, 0, 0.87); }

@media (max-width: 543px) {
  .dropdown-menu.pull-none-xs {
    left: 0; } }

.form-control {
  border-color: rgba(120, 130, 140, 0.2);
  border-radius: 0;
  min-height: 2.375rem; }
  .form-control:focus {
    border-color: rgba(120, 130, 140, 0.3); }

.form-control-lg {
  min-height: 3.75rem; }

.form-control-sm {
  min-height: 2rem; }

.form-control::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.3; }

.form-control::-moz-placeholder {
  color: inherit;
  opacity: 0.3; }

.form-control:-ms-input-placeholder {
  color: inherit;
  opacity: 0.3; }

.form-control-spin {
  position: absolute;
  z-index: 2;
  right: 10px;
  top: 50%;
  margin-top: -7px; }

.input-group-addon {
  border-color: rgba(120, 130, 140, 0.2) !important;
  background-color: transparent;
  color: inherit; }

.form-group-stack .form-control {
  margin-top: -1px;
  position: relative;
  border-radius: 0; }
  .form-group-stack .form-control:focus,
  .form-group-stack .form-control:active {
    z-index: 1; }

.form-validation .form-control.ng-dirty.ng-invalid {
  border-color: #f44455; }

.form-validation .form-control.ng-dirty.ng-valid,
.form-validation .form-control.ng-dirty.ng-valid:focus {
  border-color: #6cc788; }

.form-validation .ui-checks .ng-invalid.ng-dirty + i {
  border-color: #f44455; }

.form-file {
  position: relative; }
  .form-file input {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0; }

.input-group-sm > .form-control {
  min-height: 1.95rem; }

option {
  color: #222; }

.list-group {
  border-radius: 3px;
  background: #fff; }
  .list-group.no-radius .list-group-item {
    border-radius: 0 !important; }
  .list-group.no-borders .list-group-item {
    border: none; }
  .list-group.no-border .list-group-item {
    border-width: 1px 0; }
  .list-group.no-border .list-group-item {
    border-width: 1px 0; }
    .list-group.no-border .list-group-item:first-child {
      border-top-width: 0; }
    .list-group.no-border .list-group-item:last-child {
      border-bottom-width: 0; }
  .list-group.no-bg .list-group-item {
    background-color: transparent; }
  .list-group.list-group-gap {
    background: transparent; }

.list-group-item {
  border-color: rgba(120, 130, 140, 0.065);
  background: transparent;
  padding: 12px 16px;
  background-clip: padding-box; }
  .list-group-item.media {
    margin-top: 0; }
  .list-group-item.active,
  .list-group-item.active:hover,
  .list-group-item.active:focus {
    color: inherit;
    background-color: rgba(0, 0, 0, 0.065);
    border-color: rgba(120, 130, 140, 0.065);
    border-bottom-color: rgba(120, 130, 140, 0.065); }
    .list-group-item.active a,
    .list-group-item.active:hover a,
    .list-group-item.active:focus a {
      color: inherit; }
  .list-group-item:first-child {
    border-top-color: rgba(120, 130, 140, 0.13); }
  .list-group-item:last-child {
    border-bottom-color: rgba(120, 130, 140, 0.13); }
  .list-group-alt .list-group-item:nth-child(2n+2) {
    background-color: rgba(0, 0, 0, 0.065); }
  .list-group-alt .list-group-item.active:nth-child(2n+2) {
    background-color: rgba(0, 0, 0, 0.065); }
  .list-group-lg .list-group-item {
    padding: 16px 24px; }
  .list-group-md .list-group-item {
    padding-top: 16px;
    padding-bottom: 16px; }
  .list-group-sm .list-group-item {
    padding: 10px 12px; }
  .list-group-gap .list-group-item {
    margin-bottom: 5px;
    border-radius: 3px; }
    .list-group-gap .list-group-item:first-child {
      border-top-color: rgba(120, 130, 140, 0.065); }
    .list-group-gap .list-group-item:last-child {
      border-bottom-color: rgba(120, 130, 140, 0.065); }

a.list-group-item {
  color: inherit; }
  a.list-group-item:hover,
  a.list-group-item:focus,
  a.list-group-item.hover {
    color: inherit;
    background-color: rgba(0, 0, 0, 0.065); }

.modal .left {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  -moz-transition: -moz-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: -o-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1); }

.modal .right {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  -moz-transition: -moz-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: -o-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1); }

.modal .top {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  -moz-transition: -moz-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: -o-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1); }

.modal .bottom {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  -moz-transition: -moz-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: -o-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1); }

.modal.in .left,
.modal.in .right,
.modal.in .top,
.modal.in .bottom {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.modal.inactive {
  bottom: auto;
  overflow: visible; }

.modal-open-aside {
  overflow: visible; }

.modal > .left {
  position: fixed;
  z-index: 1055;
  top: 0;
  left: 0;
  right: auto;
  bottom: 0; }

.modal > .right {
  position: fixed;
  z-index: 1055;
  top: 0;
  left: auto;
  right: 0;
  bottom: 0; }

.modal > .top {
  position: fixed;
  z-index: 1055;
  top: 0;
  left: 0;
  right: 0;
  bottom: auto; }

.modal > .bottom {
  position: fixed;
  z-index: 1055;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0; }

.modal-header,
.modal-content,
.modal-footer {
  border-color: rgba(120, 130, 140, 0.13); }

.modal-content {
  color: rgba(0, 0, 0, 0.87); }

.aside {
  color: rgba(0, 0, 0, 0.87); }

.aside-header,
.aside-header .close {
  color: inherit !important;
  background-color: transparent !important; }

.aside-header,
.aside-footer {
  border-color: rgba(120, 130, 140, 0.13) !important; }

.aside-title {
  font-size: 1.2rem;
  margin: .45rem 0; }

.modal.animate .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

.modal.animate .fade-right-big {
  -webkit-animation: fadeOutLeftBig 0.5s;
  animation: fadeOutLeftBig 0.5s; }

.modal.animate .fade-left-big {
  -webkit-animation: fadeOutRightBig 0.5s;
  animation: fadeOutRightBig 0.5s; }

.modal.animate .fade-up-big {
  -webkit-animation: fadeOutUpBig 0.5s;
  animation: fadeOutUpBig 0.5s; }

.modal.animate .fade-down-big {
  -webkit-animation: fadeOutDownBig 0.5s;
  animation: fadeOutDownBig 0.5s; }

.modal.animate .fade-right {
  -webkit-animation: fadeOutLeft 0.5s;
  animation: fadeOutLeft 0.5s; }

.modal.animate .fade-left {
  -webkit-animation: fadeOutRight 0.5s;
  animation: fadeOutRight 0.5s; }

.modal.animate .fade-up {
  -webkit-animation: fadeOutUp 0.5s;
  animation: fadeOutUp 0.5s; }

.modal.animate .fade-down {
  -webkit-animation: fadeOutDown 0.5s;
  animation: fadeOutDown 0.5s; }

.modal.animate .flip-x {
  -webkit-animation: flipOutX 0.5s;
  animation: flipOutX 0.5s; }

.modal.animate .flip-y {
  -webkit-animation: flipOutY 0.5s;
  animation: flipOutY 0.5s; }

.modal.animate .zoom {
  -webkit-animation: zoomOut 0.5s;
  animation: zoomOut 0.5s; }

.modal.animate .roll {
  -webkit-animation: rollOut 0.5s;
  animation: rollOut 0.5s; }

.modal.animate .bounce {
  -webkit-animation: bounceOut 0.5s;
  animation: bounceOut 0.5s; }

.modal.animate .rotate {
  -webkit-animation: rotateOut 0.5s;
  animation: rotateOut 0.5s; }

.modal.animate.in .fade-right-big {
  -webkit-animation: fadeInRightBig 0.5s;
  animation: fadeInRightBig 0.5s; }

.modal.animate.in .fade-left-big {
  -webkit-animation: fadeInLeftBig 0.5s;
  animation: fadeInLeftBig 0.5s; }

.modal.animate.in .fade-up-big {
  -webkit-animation: fadeInUpBig 0.5s;
  animation: fadeInUpBig 0.5s; }

.modal.animate.in .fade-down-big {
  -webkit-animation: fadeInDownBig 0.5s;
  animation: fadeInDownBig 0.5s; }

.modal.animate.in .fade-right {
  -webkit-animation: fadeInRight 0.5s;
  animation: fadeInRight 0.5s; }

.modal.animate.in .fade-left {
  -webkit-animation: fadeInLeft 0.5s;
  animation: fadeInLeft 0.5s; }

.modal.animate.in .fade-up {
  -webkit-animation: fadeInUp 0.5s;
  animation: fadeInUp 0.5s; }

.modal.animate.in .fade-down {
  -webkit-animation: fadeInDown 0.5s;
  animation: fadeInDown 0.5s; }

.modal.animate.in .flip-x {
  -webkit-animation: flipInX 0.5s;
  animation: flipInX 0.5s; }

.modal.animate.in .flip-y {
  -webkit-animation: flipInY 0.5s;
  animation: flipInY 0.5s; }

.modal.animate.in .zoom {
  -webkit-animation: zoomIn 0.5s;
  animation: zoomIn 0.5s; }

.modal.animate.in .roll {
  -webkit-animation: rollIn 0.5s;
  animation: rollIn 0.5s; }

.modal.animate.in .bounce {
  -webkit-animation: bounceIn 0.5s;
  animation: bounceIn 0.5s; }

.modal.animate.in .rotate {
  -webkit-animation: rotateIn 0.5s;
  animation: rotateIn 0.5s; }

.nav {
  border: inherit; }

.nav-item {
  border: inherit; }

.nav-link {
  border: inherit;
  position: relative; }

.nav-md .nav-link {
  padding: 0.5rem 1rem; }

.nav-sm .nav-link {
  padding: 0.25rem 0.75rem; }

.nav-xs .nav-link {
  padding: 0.15rem 0.5rem;
  font-size: 90%; }

.nav-rounded .nav-link {
  border-radius: 2rem; }

.nav-tabs {
  border-bottom-width: 0;
  position: relative;
  z-index: 1; }
  .nav-tabs .nav-link {
    background: transparent !important;
    color: inherit !important; }
    .nav-tabs .nav-link.active,
    .nav-tabs .nav-link.active:hover,
    .nav-tabs .nav-link.active:focus,
    .nav-tabs .nav-link:hover,
    .nav-tabs .nav-link:focus {
      border-color: rgba(120, 130, 140, 0.13);
      border-bottom-color: transparent; }

.tab-content.tab-alt .tab-pane {
  display: block;
  height: 0;
  overflow: hidden; }
  .tab-content.tab-alt .tab-pane.active {
    height: auto;
    overflow: visible; }

.nav-justified .nav-item {
  display: table-cell;
  width: 1%;
  float: none !important;
  text-align: center; }

.nav-lists .nav-item {
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
  background-clip: padding-box; }

.nav-active-border .nav-link:before {
  content: '';
  position: absolute;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  left: 50%;
  right: 50%;
  bottom: 0;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-bottom-color: transparent; }

.nav-active-border .nav-link:hover:before,
.nav-active-border .nav-link:focus:before,
.nav-active-border .nav-link.active:before {
  left: 0%;
  right: 0%;
  border-bottom-color: inherit; }

.nav-active-border.top .nav-link:before {
  bottom: auto;
  top: 0; }

.nav-active-border.left .nav-link {
  float: none; }
  .nav-active-border.left .nav-link:before {
    border-bottom-width: 0;
    right: auto;
    border-left-width: 3px;
    border-left-style: solid;
    border-left-color: transparent;
    left: 0;
    top: 50%;
    bottom: 50%; }
  .nav-active-border.left .nav-link:hover:before,
  .nav-active-border.left .nav-link:focus:before,
  .nav-active-border.left .nav-link.active:before {
    top: 0%;
    bottom: 0%;
    border-left-color: inherit; }

.nav-active-border.left.right .nav-link:before {
  left: auto;
  right: 0; }

.breadcrumb {
  background-color: rgba(0, 0, 0, 0.065); }
  .breadcrumb > li + li:before {
    content: '/ '; }

.navbar {
  border: none;
  margin: 0;
  padding: 0 1rem;
  flex-shrink: 0;
  min-height: 3.5rem; }
  .navbar .up {
    margin: 0 -0.6em; }
  .navbar .avatar {
    top: -2px; }

.navbar-item {
  margin-right: 1rem;
  margin-bottom: 0; }

.navbar-nav > .nav-link,
.navbar-nav > .nav-item > .nav-link,
.navbar-item,
.navbar-brand {
  padding: 0;
  line-height: 3.5rem;
  white-space: nowrap; }

.navbar-md {
  min-height: 4rem; }
  .navbar-md .navbar-nav > .nav-link,
  .navbar-md .navbar-nav > .nav-item > .nav-link,
  .navbar-md .navbar-item,
  .navbar-md .navbar-brand {
    line-height: 4rem; }

.navbar-sm {
  min-height: 3rem; }
  .navbar-sm .navbar-nav > .nav-link,
  .navbar-sm .navbar-nav > .nav-item > .nav-link,
  .navbar-sm .navbar-item,
  .navbar-sm .navbar-brand {
    line-height: 3rem; }

.navbar-brand {
  padding: 0;
  font-size: 20px;
  font-weight: bold; }
  .navbar-brand:hover {
    text-decoration: none; }
  .navbar-brand img,
  .navbar-brand svg {
    max-height: 24px;
    vertical-align: -4px;
    display: inline-block; }
  .navbar-brand > span {
    display: inline-block;
    line-height: 0.8;
    margin-left: 10px; }
  .navbar-brand.md img,
  .navbar-brand.md svg {
    max-height: 32px;
    vertical-align: -8px; }
  .navbar-brand.lg img,
  .navbar-brand.lg svg {
    max-height: 48px;
    vertical-align: -16px; }
  .pull-center .navbar-brand {
    margin-left: -50%;
    float: left; }

.navbar .collapsing,
.navbar .collapse.in {
  clear: left;
  padding-bottom: 1rem; }

.collapsing .navbar-nav,
.collapse.in .navbar-nav {
  float: none !important; }

.collapsing .navbar-nav:not(.navbar-nav-inline) .nav-item,
.collapse.in .navbar-nav:not(.navbar-nav-inline) .nav-item {
  float: none;
  margin: 0; }

.collapsing .navbar-nav:not(.navbar-nav-inline) .nav-link,
.collapse.in .navbar-nav:not(.navbar-nav-inline) .nav-link {
  display: block;
  line-height: 2 !important; }

.collapsing .navbar-form,
.collapse.in .navbar-form {
  margin: 0 !important;
  padding: 0.5rem 0;
  float: none !important; }

.collapsing .nav-active-border,
.collapse.in .nav-active-border {
  border-color: transparent; }

.collapsing .dropdown-menu-scale,
.collapse.in .dropdown-menu-scale {
  display: none; }

.pagination .page-item,
.pagination > li > a,
.pagination > li > span,
.pager .page-item,
.pager > li > a,
.pager > li > span {
  color: inherit !important;
  background-color: transparent !important;
  border-color: rgba(120, 130, 140, 0.13) !important; }
  .pagination .page-item:hover,
  .pagination .page-item:focus,
  .pagination > li > a:hover,
  .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus,
  .pager .page-item:hover,
  .pager .page-item:focus,
  .pager > li > a:hover,
  .pager > li > a:focus,
  .pager > li > span:hover,
  .pager > li > span:focus {
    border-color: rgba(120, 130, 140, 0.13);
    background-color: rgba(0, 0, 0, 0.065);
    color: inherit; }

.pagination .page-item.active,
.pagination > .active > a,
.pagination > .active > span,
.pager .page-item.active,
.pager > .active > a,
.pager > .active > span {
  color: white !important;
  background-color: #0cc2aa !important;
  border-color: #0cc2aa !important; }

.pagination > li {
  display: inline;
  list-style: none; }

.pagination > li > a {
  position: relative;
  float: left;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.5;
  color: #0275d8;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd; }
  .pagination > li > a:focus {
    color: #014c8c;
    background-color: #eceeef;
    border-color: #ddd; }
  @media (hover: hover) {
    .pagination > li > a:hover {
      color: #014c8c;
      background-color: #eceeef;
      border-color: #ddd; } }

.progress[value]::-webkit-progress-bar {
  background-color: rgba(0, 0, 0, 0.065); }

.progress {
  border-radius: .0rem;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.065); }

.progress-bar {
  display: inline-block;
  float: left;
  height: 100%;
  border-radius: .25rem;
  text-align: center;
  background-color: #0074d9;
  font-size: 0.8em;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease; }

.progress-xxs {
  height: 4px; }

.progress-xs {
  height: 8px; }

.progress-sm {
  height: 12px;
  font-size: 0.8em; }

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px; }

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

.col-0 {
  clear: left; }

.row.no-gutter {
  margin-left: 0;
  margin-right: 0; }
  .row.no-gutter [class*="col-"] {
    padding-left: 0;
    padding-right: 0; }

.row {
  margin-left: -12px;
  margin-right: -12px; }
  .row [class*="col-"] {
    padding-left: 12px;
    padding-right: 12px; }


.row-sm {
  margin-left: -8px;
  margin-right: -8px; }
  
  .row-sm [class*="col-"] {
    padding-left: 8px;
    padding-right: 8px; }
	
  .row-sms [class*="col-"] {
    padding-left: 8px;
    padding-bottom: 8px;
    padding-right: 8px; }
.row-xs {
  margin-left: -4px;
  margin-right: -4px; }
  .row-xs [class*="col-"] {
    padding-left: 4px;
    padding-right: 4px; }

@media (max-width: 991px) {
  .row {
    margin-left: -8px;
    margin-right: -8px; }
    .row [class*="col-"] {
      padding-left: 8px;
      padding-right: 8px; }
  .row-2 [class*="col"] {
    width: 50%;
    float: left; }
  .row-2 .col-0 {
    clear: none; }
  .row-2 li:nth-child(odd) {
    clear: left;
    margin-left: 0; } }

@media (max-width: 767px) {
  .row {
    margin-left: -4px;
    margin-right: -4px; }
    .row [class*="col-"] {
      padding-left: 4px;
      padding-right: 4px; } }

.panel .table {
  border-color: rgba(120, 130, 140, 0.045) !important; }

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th {
  padding-left: 16px;
  padding-right: 16px;
  border-color: rgba(120, 130, 140, 0.045); }

.table > thead > tr > th {
  padding: 10px 16px;
  border-color: rgba(120, 130, 140, 0.045); }

.table-condensed thead > tr > th,
.table-condensed tbody > tr > th,
.table-condensed tfoot > tr > th,
.table-condensed thead > tr > td,
.table-condensed tbody > tr > td,
.table-condensed tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border-color: rgba(120, 130, 140, 0.045); }

.table-striped > tbody > tr:nth-child(odd) {
  background-color: rgba(0, 0, 0, 0.025);
  background-clip: padding-box; }

.table-striped > thead > th {
  background-color: rgba(0, 0, 0, 0.025);
  border-right: 1px solid rgba(120, 130, 140, 0.045); }
  .table-striped > thead > th:last-child {
    border-right: none; }

.table-hover tr:hover,
.table tr.active,
.table td.active,
.table th.active {
  background-color: rgba(0, 0, 0, 0.065) !important; }

.arrow {
  position: absolute;
  z-index: 10; }
  .arrow:before,
  .arrow:after {
    position: absolute;
    left: 0;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-width: 9px;
    border-color: transparent;
    border-style: solid; }
  .arrow:after {
    border-width: 8px; }
  .arrow.top {
    top: -9px;
    left: 50%;
    margin-left: -9px; }
    .arrow.top.pull-in {
      top: -4px; }
    .arrow.top:before {
      border-bottom-color: rgba(120, 130, 140, 0.13);
      border-top-width: 0; }
    .arrow.top:after {
      top: 1px;
      left: 1px;
      border-top-color: transparent;
      border-right-color: transparent;
      border-bottom-color: inherit;
      border-left-color: transparent;
      border-top-width: 0; }
  .arrow.right {
    top: 50%;
    right: 0;
    margin-top: -9px; }
    .arrow.right.pull-in {
      right: 4px; }
    .arrow.right:before {
      border-left-color: rgba(120, 130, 140, 0.13);
      border-right-width: 0; }
    .arrow.right:after {
      top: 1px;
      left: 0;
      border-top-color: transparent;
      border-right-color: transparent;
      border-bottom-color: transparent;
      border-left-color: inherit;
      border-right-width: 0; }
  .arrow.bottom {
    bottom: 0;
    left: 50%;
    margin-left: -9px; }
    .arrow.bottom.pull-in {
      bottom: 4px; }
    .arrow.bottom:before {
      border-top-color: rgba(120, 130, 140, 0.13);
      border-bottom-width: 0; }
    .arrow.bottom:after {
      top: 0px;
      left: 1px;
      border-top-color: inherit;
      border-right-color: transparent;
      border-bottom-color: transparent;
      border-left-color: transparent;
      border-bottom-width: 0; }
  .arrow.left {
    top: 50%;
    left: -9px;
    margin-top: -9px; }
    .arrow.left.pull-in {
      left: -4px; }
    .arrow.left:before {
      border-right-color: rgba(120, 130, 140, 0.13);
      border-left-width: 0; }
    .arrow.left:after {
      top: 1px;
      left: 1px;
      border-top-color: transparent;
      border-right-color: inherit;
      border-bottom-color: transparent;
      border-left-color: transparent;
      border-left-width: 0; }
  .arrow.pull-left {
    left: 18px; }
  .arrow.pull-right {
    left: auto;
    right: 26px; }
  .arrow.pull-top {
    top: 18px; }
  .arrow.pull-bottom {
    top: auto;
    bottom: 26px; }
  .arrow.b-primary:before,
  .arrow.b-info:before,
  .arrow.b-success:before,
  .arrow.b-warning:before,
  .arrow.b-danger:before,
  .arrow.b-accent:before,
  .arrow.b-dark:before {
    border-color: transparent; }

.avatar {
  position: relative;
  display: inline-block;
  width: 40px;
  line-height: 1;
  border-radius: 500px;
  white-space: nowrap;
  font-weight: bold; }
  .avatar img {
    border-radius: 500px;
    width: 100%; }
  .avatar i {
    position: absolute;
    left: 0;
    top: 0;
    width: 10px;
    height: 10px;
    margin: 1px;
    border-width: 2px;
    border-style: solid;
    border-radius: 100%; }
    .avatar i.right {
      left: auto;
      right: 0; }
    .avatar i.bottom {
      left: auto;
      top: auto;
      bottom: 0;
      right: 0; }
    .avatar i.left {
      top: auto;
      bottom: 0; }
    .avatar i.on {
      background-color: #6cc788; }
    .avatar i.off {
      background-color: #f8f8f8; }
    .avatar i.away {
      background-color: #f77a99; }
    .avatar i.busy {
      background-color: #f44455; }
  .avatar.w-32 i {
    margin: 0px; }
  .avatar.w-48 i {
    margin: 2px; }
  .avatar.w-56 i {
    margin: 3px; }
  .avatar.w-64 i {
    margin: 4px; }
  .avatar.w-96 i {
    margin: 9px; }
  .avatar.w-128 i {
    margin: 14px; }

.row-col {
  display: table;
  table-layout: fixed;
  border-spacing: 0;
  width: 100%;
  height: 100%; }
  .row-col > [class*="col-"],
  .row-col > [class*=" col-"] {
    vertical-align: top;
    float: none;
    padding: 0;
    position: static; }

.row-row {
  display: table-row;
  height: 100%; }

.row-cell {
  display: table-cell;
  vertical-align: top; }

.row-body {
  position: relative;
  height: 100%;
  width: 100%;
  -webkit-overflow-scrolling: touch;
  overflow: auto; }
  .ie .row-body {
    display: table-cell; }

.row-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.v-m {
  vertical-align: middle !important; }

.v-t {
  vertical-align: top !important; }

.v-b {
  vertical-align: bottom !important; }

.v-c {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center; }

@media (min-width: 992px) {
  .row-col > [class*="col-lg"],
  .row-col > [class*=" col-lg"] {
    display: table-cell;
    height: 100%; } }

@media (min-width: 768px) {
  .row-col > [class*="col-md"],
  .row-col > [class*=" col-md"] {
    display: table-cell;
    height: 100%; } }

@media (min-width: 544px) {
  .row-col > [class*="col-sm"],
  .row-col > [class*=" col-sm"] {
    display: table-cell;
    height: 100%; } }

.row-col > [class*="col-xs"],
.row-col > [class*=" col-xs"] {
  display: table-cell;
  height: 100%; }

@media (max-width: 543px) {
  .row-col-xs {
    display: block; }
    .row-col-xs .row-body {
      overflow: visible !important; }
    .row-col-xs .row-inner {
      position: static; } }

.box,
.box-color {
  background-color: #fff;
  position: relative;
  margin-bottom: 0.5rem; }
.boxs,
.boxs-color {
  background-color: #fff59d;
  position: relative;
  margin-bottom: 0rem; }

.box-header {
  position: relative;
  padding: 1rem; }
  .box-header h2,
  .box-header h3,
  .box-header h4 {
    margin: 0;
    font-size: 18px;
    line-height: 1; }
  .box-header h3 {
    font-size: 16px; }
  .box-header h4 {
    font-size: 15px; }
  .box-header small {
    display: block;
    margin-top: 4px;
    opacity: 0.6; }
	
.box-headers {
  position: relative;
  padding: 0.3rem; }
  .box-headers h2,
  .box-headers h3,
  .box-headers h4 {
    margin: 0;
    font-size: 18px;
    line-height: 1; }
  .box-headers h3 {
    font-size: 16px; }
  .box-headers h4 {
    font-size: 15px; }
  .box-headers small {
    display: block;
    margin-top: 4px;
    opacity: 0.6; }

.box-body {
  padding: 1rem; }
  
.box-profil {
  padding: 0rem; }
  
.box-bodys {
  margin-top: 0px;
  margin-bottom: -20px;
  margin-left: 1rem;
  margin-right: 1rem;
  }

.box-footer {
  padding: 1rem; }

.box-divider {
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
  margin: 0 16px;
  height: 0; }

.box-tool {
  position: absolute;
  right: 16px;
  top: 14px; }
  
.box-toolll {
  position: absolute;
}

.box-shadow,
.box-shadow .box,
.box-shadow .box-color {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.03), 0 1px 0 rgba(0, 0, 0, 0.03); }

.box-shadow-z0,
.box-shadow-z0 .box,
.box-shadow-z0 .box-color {
  box-shadow: 0 0px 1px rgba(0, 0, 0, 0.15); }

.box-shadow-z1,
.box-shadow-z1 .box,
.box-shadow-z1 .box-color {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 -1px 0px rgba(0, 0, 0, 0.02); }

.box-shadow-z2,
.box-shadow-z2 .box,
.box-shadow-z2 .box-color {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15), 0 -1px 0px rgba(0, 0, 0, 0.02); }

.box-shadow-z3,
.box-shadow-z3 .box,
.box-shadow-z3 .box-color {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), 0 -1px 0px rgba(0, 0, 0, 0.02); }

.box-radius-1x,
.box-radius-1x .box,
.box-radius-1x .box-color {
  border-radius: 2px; }

.box-radius-2x,
.box-radius-2x .box,
.box-radius-2x .box-color {
  border-radius: 3px; }

.box-radius-3x,
.box-radius-3x .box,
.box-radius-3x .box-color {
  border-radius: 4px; }

.ui-check {
  position: relative;
  padding-left: 20px;
  cursor: pointer; }
  .ui-check input {
    opacity: 0;
    position: absolute;
    z-index: -1; }
    .ui-check input:checked + i:before {
      left: 5px;
      top: 5px;
      width: 6px;
      height: 6px;
      background-color: #0cc2aa; }
    .ui-check input:checked + span .active {
      display: inherit; }
    .ui-check input[type="radio"] + i,
    .ui-check input[type="radio"] + i:before {
      border-radius: 50%; }
    .ui-check input[disabled] + i,
    fieldset[disabled] .ui-check input + i {
      border-color: rgba(134, 143, 152, 0.2); }
      .ui-check input[disabled] + i:before,
      fieldset[disabled] .ui-check input + i:before {
        background-color: rgba(134, 143, 152, 0.2); }
  .ui-check > i {
    width: 16px;
    height: 16px;
    line-height: 1;
    box-shadow: 0 0 1px rgba(120, 130, 140, 0.35);
    margin-left: -20px;
    margin-top: -2px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
    background-clip: padding-box;
    position: relative; }
    .ui-check > i:before {
      content: "";
      position: absolute;
      left: 50%;
      top: 50%;
      width: 0px;
      height: 0px;
      background-color: transparent; }
  .ui-check > span {
    margin-left: -20px; }
    .ui-check > span .active {
      display: none; }
  .ui-check.ui-check-color input:checked + i:before {
    background-color: #fff; }

.ui-check-md input:checked + i:before {
  left: 6px;
  top: 6px; }

.ui-check-md > i {
  width: 18px;
  height: 18px; }

.ui-check-lg input:checked + i:before {
  width: 12px;
  height: 12px;
  left: 9px;
  top: 9px; }

.ui-check-lg > i {
  width: 30px;
  height: 30px; }

[layout] {
  box-sizing: border-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }

[layout=column] {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

[layout=row] {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }

[layout-wrap] {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

[layout-fill] {
  margin: 0;
  min-height: 100%;
  width: 100%; }

@-moz-document url-prefix() {
  [layout-fill] {
    margin: 0;
    width: 100%;
    min-height: auto;
    height: inherit; } }

[flex] {
  box-sizing: border-box;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

[flex-no-shrink] {
  flex-shrink: 0; }

/*layout*/
html {
  height: 100%; }

body {
  height: auto;
  min-height: 100%;
  position: relative; }

.app-aside {
  position: fixed !important;
  z-index: 1030;
  float: left;
  height: 100%; }

.app-content {
  box-shadow: none; }
  .app-content::after {
    content: "";
    display: table;
    clear: both; }

.app-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: inherit;
  z-index: 1020; }
  .app-header ~ .app-body {
    padding-top: 3.5rem; }
  .app-header.navbar-md ~ .app-body {
    padding-top: 4rem; }
  .app-header.navbar-sm ~ .app-body {
    padding-top: 3rem; }

.app-body-inner {
  padding-top: inherit !important;
  padding-bottom: inherit !important;
  position: absolute;
  top: 0;
  bottom: 0;
  overflow: auto; }

.app-footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  margin: inherit; }
  .app-footer:not(.hide) ~ .app-body {
    padding-bottom: 0rem; }

.app-fixed {
  overflow: hidden; }
  .app-fixed .app {
    height: 100%; }
  .app-fixed .app-content {
    position: relative;
    min-height: 100%; }
  .app-fixed .app-footer {
    margin-left: 0; }

@media (min-width: 992px) {
  .app-aside {
    opacity: 1;
    display: block !important; }
    .app-aside,
    .app-aside .scroll {
      width: 12.8rem; }
    .app-aside.lg:not(.folded),
    .app-aside.lg:not(.folded) .scroll {
      width: 13.75rem; }
    .app-aside.lg:not(.hide) ~ .app-content {
      margin-left: 13.75rem; }
    .app-aside.sm:not(.folded),
    .app-aside.sm:not(.folded) .scroll {
      width: 11.25rem; }
    .app-aside.sm:not(.hide) ~ .app-content {
      margin-left: 11.25rem; }
    .app-aside.folded {
      width: 4rem; }
      .app-aside.folded:not(.hide) ~ .app-content {
        margin-left: 4rem; }
      .app-aside.folded.md {
        width: 5rem; }
        .app-aside.folded.md:not(.hide) ~ .app-content {
          margin-left: 5rem; }
    .app-aside:not(.hide) ~ .app-content {
      margin-left: 12.5rem; }
    .app-aside .left {
      position: absolute;
      right: 0;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
  .hide-scroll {
    width: auto;
    margin-right: -17px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; } }

@media (max-width: 991px) {
  .app-aside.modal {
    width: 100%;
    position: fixed;
    z-index: 1050; }
  .app-aside .left {
    position: fixed;
    width: 304px; } }

@media print {
  .app-aside,
  .app-header,
  .app-footer,
  .switcher {
    display: none; } }

/* fix ie9 */
.ie9 .app-aside {
  position: static !important; }
  .ie9 .app-aside .left {
    width: inherit;
    position: absolute; }

@media (max-width: 991px) {
  body.container,
  .app .container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0; } }

@media (min-width: 992px) {
  body.container {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); }
    body.container,
    body.container .container {
      padding-left: 0;
      padding-right: 0; }
    body.container .app-aside {
      left: inherit;
      right: auto; }
      body.container .app-aside.lg ~ .app-content .app-header {
        width: 45rem; }
      body.container .app-aside.sm ~ .app-content .app-header {
        width: 47.5rem; }
      body.container .app-aside.folded ~ .app-content .app-header {
        width: 54.75rem; }
      body.container .app-aside.folded.md ~ .app-content .app-header {
        width: 53.75rem; }
      body.container .app-aside ~ .app-content .app-header {
        width: 46.25rem; }
    body.container .app-header {
      left: inherit;
      right: auto;
      margin-left: 0;
      width: 58.75rem; } }

@media (min-width: 1200px) {
  body.container .app-aside.lg ~ .app-content .app-header {
    width: 57.5rem; }
  body.container .app-aside.sm ~ .app-content .app-header {
    width: 60rem; }
  body.container .app-aside.folded ~ .app-content .app-header {
    width: 67.25rem; }
  body.container .app-aside.folded.md ~ .app-content .app-header {
    width: 66.25rem; }
  body.container .app-aside ~ .app-content .app-header {
    width: 53.1rem; }
  body.container .app-header {
    width: 71.25rem; } }

.list {
  padding-left: 0;
  padding-right: 0;
  border-radius: 3px; }
  .list.no-border {
    padding-top: 8px;
    padding-bottom: 8px; }

.list-item {
  display: block;
  position: relative;
  padding: 12px 16px; }
  .list-item::after {
    content: "";
    display: table;
    clear: both; }
  .list-item:last-child .list-body:after {
    border: none; }
  .no-border .list-item {
    padding-top: 8px;
    padding-bottom: 8px; }
  .no-padding .list-item {
    padding-left: 0;
    padding-right: 0; }

.list-left {
  float: left;
  padding-right: 1rem; }
  .list-left + .list-body {
    margin-left: 56px; }

.list-body h3 {
  font-size: 16px;
  margin: 0 0 3px 0;
  font-weight: normal; }

.list-body:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 1px solid rgba(120, 130, 140, 0.065); }

.inset .list-body:after {
  left: 72px; }

.no-border .list-body:after {
  display: none; }

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.pace-inactive {
  display: none; }

.pace .pace-progress {
  background: #0cc2aa;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px; }

.pace .pace-activity {
  display: block;
  position: fixed;
  z-index: 2000;
  top: 5px;
  right: 5px;
  width: 14px;
  height: 14px;
  border: solid 2px transparent;
  border-top-color: #0cc2aa;
  border-left-color: #0cc2aa;
  border-radius: 10px;
  -webkit-animation: loading-bar-spinner 400ms linear infinite;
  -moz-animation: loading-bar-spinner 400ms linear infinite;
  -ms-animation: loading-bar-spinner 400ms linear infinite;
  -o-animation: loading-bar-spinner 400ms linear infinite;
  animation: loading-bar-spinner 400ms linear infinite; }

@-webkit-keyframes loading-bar-spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-moz-keyframes loading-bar-spinner {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-o-keyframes loading-bar-spinner {
  0% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-ms-keyframes loading-bar-spinner {
  0% {
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes loading-bar-spinner {
  0% {
    transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg);
    transform: rotate(360deg); } }

.navside {
  border: inherit; }
  .navside ul {
    padding-left: 0;
    padding-right: 0;
    list-style: none; }
  .navside [flex] {
    overflow: 100%; }
  .navside .nav {
    border: inherit; }
    .navside .nav li {
      border: inherit;
      position: relative; }
      .navside .nav li li a {
        line-height: 2rem;
        padding-left: 1.5rem; }
        .navside .nav li li a .nav-text {
          padding: 0.4375rem 0; }
      .navside .nav li li li a {
        padding-left: 4.5rem; }
      .navside .nav li li li li a {
        padding-left: 5.5rem; }
      .navside .nav li a {
        display: block;
        padding: 0 1rem;
        line-height: 2.25rem;
        position: relative; }
        .navside .nav li a::after {
          content: "";
          display: table;
          clear: both; }
        .navside .nav li a:hover,
        .navside .nav li a:focus {
          background-color: rgba(0, 0, 0, 0.065); }
      .navside .nav li.active {
        background-color: rgba(0, 0, 0, 0.065); }
        .navside .nav li.active > a {
          background-color: transparent; }
          .navside .nav li.active > a .nav-caret i {
            -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
  .navside .nav-header {
    padding: 0 1rem;
    line-height: 2.25rem; }
    .navside .nav-header:hover,
    .navside .nav-header:focus {
      background-color: transparent !important; }
    .navside .nav-header:after {
      display: none; }
  .navside .navbar-brand {
    float: none;
    margin-right: 0; }

.nav-fold {
  padding: 0.75rem 1rem; }

.nav-text {
  display: block;
  line-height: 1.125rem;
  padding: 0.5625rem 0; }
  .nav > li > a .nav-text {
    font-weight: 500; }
  .nav-text span,
  .nav-text small {
    display: block; }
  .navside .nav-text {
    opacity: 0.75; }
  .navside a:hover > .nav-text,
  .navside a:focus > .nav-text,
  .navside .active > a > .nav-text {
    opacity: 1; }
  .navbar .nav-text {
    line-height: 1;
    vertical-align: middle;
    display: inline-block;
    padding: 0; }
    .navbar .nav-text span.text-xs {
      margin-top: 0.25rem; }

.nav-icon {
  float: left;
  line-height: inherit;
  margin-right: 1rem;
  top: 0;
  min-width: 1.5rem;
  text-align: center; }
  .nav-icon i {
    position: relative; }
    .nav-icon i svg,
    .nav-icon i img {
      display: none;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; }
  .navbar .nav-icon {
    margin-right: 0.5rem; }

.nav-label {
  float: right;
  margin-left: 1rem;
  font-style: normal;
  z-index: 1; }
  .navbar .nav-label {
    margin-left: 0.5rem; }

.nav-caret {
  float: right;
  margin-left: 1rem;
  opacity: 0.45; }
  .nav-caret i {
    -webkit-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out; }
  .navbar .nav-caret {
    margin-left: 0.5rem; }

.nav-sub {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.4s ease 0s;
  transition: max-height 0.4s ease 0s; }
  .active > .nav-sub {
    max-height: 50rem; }

@media (min-width: 992px) {
  .folded,
  .folded .scroll {
    width: 4rem; }
  .folded.md,
  .folded.md .scroll {
    width: 5rem; }
  .folded .hidden-folded {
    display: none; }
  .folded .nav li ul {
    display: none; }
  .folded .nav > li > a {
    text-align: center;
    padding-left: 4px;
    padding-right: 4px; }
    .folded .nav > li > a .nav-caret,
    .folded .nav > li > a .nav-text {
      display: none; }
    .folded .nav > li > a .nav-label {
      position: absolute;
      top: -6px;
      right: 6px; }
    .folded .nav > li > a .nav-icon {
      float: none;
      line-height: 2.5rem;
      margin-left: 0;
      margin-right: 0;
      position: relative; }
  .folded.show-text .nav > li > a .nav-text {
    display: block;
    margin-top: -18px;
    font-size: 0.85em; }
  .folded .navbar {
    text-align: center;
    padding-left: 4px;
    padding-right: 4px; }
  .folded .navbar-brand {
    float: none;
    margin: 0; }
  .folded .nav-stacked .nav {
    margin: 0 12px; }
  .folded .nav-fold {
    padding: 8px 16px; }
    .folded .nav-fold .pull-left {
      float: none !important;
      margin: 0; }
      .folded .nav-fold .pull-left img {
        width: 100%;
        height: auto; }
  .folded.nav-expand {
    -webkit-transition: width 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: width 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute; }
    .folded.nav-expand:hover,
    .folded.nav-expand:hover .scroll,
    .folded.nav-expand:focus,
    .folded.nav-expand:focus .scroll,
    .folded.nav-expand.active,
    .folded.nav-expand.active .scroll {
      width: 12.5rem !important; }
    .folded.nav-expand:hover > *,
    .folded.nav-expand:focus > *,
    .folded.nav-expand.active > * {
      width: 12.5rem; }
    .folded.nav-expand:hover .hidden-folded,
    .folded.nav-expand:focus .hidden-folded,
    .folded.nav-expand.active .hidden-folded {
      display: block; }
    .folded.nav-expand:hover .hidden-folded.inline,
    .folded.nav-expand:focus .hidden-folded.inline,
    .folded.nav-expand.active .hidden-folded.inline {
      display: inline-block; }
    .folded.nav-expand:hover .nav li ul,
    .folded.nav-expand:focus .nav li ul,
    .folded.nav-expand.active .nav li ul {
      display: inherit; }
    .folded.nav-expand:hover .nav > li > a,
    .folded.nav-expand:focus .nav > li > a,
    .folded.nav-expand.active .nav > li > a {
      text-align: left;
      padding-left: 16px;
      padding-right: 16px; }
      .folded.nav-expand:hover .nav > li > a .nav-caret,
      .folded.nav-expand:hover .nav > li > a .nav-text,
      .folded.nav-expand:focus .nav > li > a .nav-caret,
      .folded.nav-expand:focus .nav > li > a .nav-text,
      .folded.nav-expand.active .nav > li > a .nav-caret,
      .folded.nav-expand.active .nav > li > a .nav-text {
        display: block; }
      .folded.nav-expand:hover .nav > li > a .nav-text,
      .folded.nav-expand:focus .nav > li > a .nav-text,
      .folded.nav-expand.active .nav > li > a .nav-text {
        font-size: 1em;
        margin: 0; }
      .folded.nav-expand:hover .nav > li > a .nav-label,
      .folded.nav-expand:focus .nav > li > a .nav-label,
      .folded.nav-expand.active .nav > li > a .nav-label {
        position: static; }
      .folded.nav-expand:hover .nav > li > a .nav-icon,
      .folded.nav-expand:focus .nav > li > a .nav-icon,
      .folded.nav-expand.active .nav > li > a .nav-icon {
        float: left;
        line-height: inherit;
        margin-right: 16px; }
    .folded.nav-expand:hover .navbar,
    .folded.nav-expand:focus .navbar,
    .folded.nav-expand.active .navbar {
      text-align: left;
      padding-left: 1rem;
      padding-right: 1rem; }
    .folded.nav-expand:hover .nav-stacked .nav,
    .folded.nav-expand:focus .nav-stacked .nav,
    .folded.nav-expand.active .nav-stacked .nav {
      margin: 0 8px; }
      .folded.nav-expand:hover .nav-stacked .nav > li > a,
      .folded.nav-expand:focus .nav-stacked .nav > li > a,
      .folded.nav-expand.active .nav-stacked .nav > li > a {
        padding: 0 8px; }
    .folded.nav-expand:hover .nav-fold,
    .folded.nav-expand:focus .nav-fold,
    .folded.nav-expand.active .nav-fold {
      padding: 12px 16px; }
      .folded.nav-expand:hover .nav-fold .pull-left,
      .folded.nav-expand:focus .nav-fold .pull-left,
      .folded.nav-expand.active .nav-fold .pull-left {
        float: left !important; }
        .folded.nav-expand:hover .nav-fold .pull-left img,
        .folded.nav-expand:focus .nav-fold .pull-left img,
        .folded.nav-expand.active .nav-fold .pull-left img {
          height: auto; }
          .folded.nav-expand:hover .nav-fold .pull-left img.w-40,
          .folded.nav-expand:focus .nav-fold .pull-left img.w-40,
          .folded.nav-expand.active .nav-fold .pull-left img.w-40 {
            width: 40px; }
          .folded.nav-expand:hover .nav-fold .pull-left img.w-48,
          .folded.nav-expand:focus .nav-fold .pull-left img.w-48,
          .folded.nav-expand.active .nav-fold .pull-left img.w-48 {
            width: 48px; }
  .nav-dropup.modal,
  .nav-dropup [flex],
  .nav-dropup .row-body,
  .folded.nav-dropdown.modal,
  .folded.nav-dropdown [flex],
  .folded.nav-dropdown .row-body {
    overflow: visible !important; }
  .nav-dropup .nav > li:hover > ul,
  .nav-dropup .nav > li:focus > ul,
  .folded.nav-dropdown .nav > li:hover > ul,
  .folded.nav-dropdown .nav > li:focus > ul {
    display: block; }
  .nav-dropup .nav > li > ul,
  .folded.nav-dropdown .nav > li > ul {
    display: none;
    overflow: visible;
    max-height: 999px;
    color: rgba(255, 255, 255, 0.87);
    background-color: rgba(0, 0, 0, 0.87);
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    position: absolute;
    left: 100%;
    top: 0;
    padding: 6px 0; }
    .nav-dropup .nav > li > ul a,
    .folded.nav-dropdown .nav > li > ul a {
      padding-left: 16px !important;
      padding-right: 16px !important;
      min-width: 160px; }
    .nav-dropup .nav > li > ul li.active ul,
    .folded.nav-dropdown .nav > li > ul li.active ul {
      display: block; }
    .nav-dropup .nav > li > ul .nav-text,
    .folded.nav-dropdown .nav > li > ul .nav-text {
      padding: 6px 0 !important; }
  .nav-dropup .nav > li .nav-mega,
  .folded.nav-dropdown .nav > li .nav-mega {
    width: 320px; }
    .nav-dropup .nav > li .nav-mega > li,
    .folded.nav-dropdown .nav > li .nav-mega > li {
      width: 160px;
      float: left; }
    .nav-dropup .nav > li .nav-mega.nav-mega-3,
    .folded.nav-dropdown .nav > li .nav-mega.nav-mega-3 {
      width: 480px; } }

.nav-border .nav > li.active:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  border-left-color: inherit;
  border-left-width: 3px;
  border-left-style: solid; }

.nav-stacked .nav {
  margin: 0 8px; }
  .nav-stacked .nav > li > a {
    line-height: 2rem;
    padding: 0 0.5rem;
    margin: 2px 0; }
    .nav-stacked .nav > li > a .nav-text {
      padding: 0.4375rem 0; }
  .nav-stacked .nav > li li a {
    padding-left: 3rem; }
  .nav-stacked .nav > li li li a {
    padding-left: 4rem; }
  .nav-stacked .nav > li li li li a {
    padding-left: 5rem; }
  .nav-stacked .nav > li.active > a {
    color: rgba(255, 255, 255, 0.87);
    background-color: #0cc2aa; }
  .nav-stacked .nav li a {
    border-radius: 3px; }
  .nav-stacked .nav .nav-header {
    padding-left: 8px;
    padding-right: 8px; }

.nav-light .nav .nav-icon i svg,
.nav-light .nav .nav-icon i img {
  display: block; }

.nav-center {
  text-align: center; }
  .nav-center .nav-icon {
    display: none; }
  .nav-center .nav-caret {
    position: absolute;
    right: 10px; }
  .nav-center .nav-label {
    position: absolute;
    padding-left: 10px; }
  .nav-center .nav a {
    padding-left: 16px !important; }
  .nav-center .nav-fold .pull-left {
    float: none !important;
    margin-bottom: 10px;
    display: inline-block; }

.nav-active-bg .nav-link.active,
.nav-active-bg .nav > li.active > a {
  color: rgba(0, 0, 0, 0.87) !important;
  background-color: #f0f0f0 !important; }

.nav-active-dark .nav-link.active,
.nav-active-dark .nav > li.active > a {
  color: rgba(255, 255, 255, 0.87) !important;
  background-color: #2e3e4e !important; }

.nav-active-black .nav-link.active,
.nav-active-black .nav > li.active > a {
  color: rgba(255, 255, 255, 0.87) !important;
  background-color: #2a2b3c !important; }

.nav-active-primary .nav-link.active,
.nav-active-primary .nav > li.active > a {
  color: rgba(255, 255, 255, 0.87) !important;
  background-color: #0cc2aa !important; }

.nav-active-accent .nav-link.active,
.nav-active-accent .nav > li.active > a {
  color: rgba(255, 255, 255, 0.87) !important;
  background-color: #a88add !important; }

.nav-active-warn .nav-link.active,
.nav-active-warn .nav > li.active > a {
  color: rgba(255, 255, 255, 0.87) !important;
  background-color: #fcc100 !important; }

.nav-active-success .nav-link.active,
.nav-active-success .nav > li.active > a {
  color: rgba(255, 255, 255, 0.87) !important;
  background-color: #6cc788 !important; }

.nav-active-info .nav-link.active,
.nav-active-info .nav > li.active > a {
  color: rgba(255, 255, 255, 0.87) !important;
  background-color: #6887ff !important; }

.nav-active-warning .nav-link.active,
.nav-active-warning .nav > li.active > a {
  color: rgba(255, 255, 255, 0.87) !important;
  background-color: #f77a99 !important; }

.nav-active-danger .nav-link.active,
.nav-active-danger .nav > li.active > a {
  color: rgba(255, 255, 255, 0.87) !important;
  background-color: #f44455 !important; }

.nav-active-light .nav-link.active,
.nav-active-light .nav > li.active > a {
  color: rgba(0, 0, 0, 0.87) !important;
  background-color: #f8f8f8 !important; }

.nav-active-white .nav-link.active,
.nav-active-white .nav > li.active > a {
  color: rgba(0, 0, 0, 0.87) !important;
  background-color: #ffffff !important; }

.nav-active-red .nav-link.active,
.nav-active-red .nav > li.active > a {
  color: rgba(255, 255, 255, 0.87) !important;
  background-color: #f44336 !important; }

.nav-active-pink .nav-link.active,
.nav-active-pink .nav > li.active > a {
  color: rgba(255, 255, 255, 0.87) !important;
  background-color: #e91e63 !important; }

.nav-active-purple .nav-link.active,
.nav-active-purple .nav > li.active > a {
  color: rgba(255, 255, 255, 0.87) !important;
  background-color: #9c27b0 !important; }

.nav-active-deep-purple .nav-link.active,
.nav-active-deep-purple .nav > li.active > a {
  color: rgba(255, 255, 255, 0.87) !important;
  background-color: #673ab7 !important; }

.nav-active-indigo .nav-link.active,
.nav-active-indigo .nav > li.active > a {
  color: rgba(255, 255, 255, 0.87) !important;
  background-color: #3f51b5 !important; }

.nav-active-blue .nav-link.active,
.nav-active-blue .nav > li.active > a {
  color: rgba(255, 255, 255, 0.87) !important;
  background-color: #2196f3 !important; }

.nav-active-light-blue .nav-link.active,
.nav-active-light-blue .nav > li.active > a {
  color: rgba(255, 255, 255, 0.87) !important;
  background-color: #03a9f4 !important; }

.nav-active-cyan .nav-link.active,
.nav-active-cyan .nav > li.active > a {
  color: rgba(255, 255, 255, 0.87) !important;
  background-color: #00bcd4 !important; }

.nav-active-teal .nav-link.active,
.nav-active-teal .nav > li.active > a {
  color: rgba(255, 255, 255, 0.87) !important;
  background-color: #009688 !important; }

.nav-active-green .nav-link.active,
.nav-active-green .nav > li.active > a {
  color: rgba(255, 255, 255, 0.87) !important;
  background-color: #4caf50 !important; }

.nav-active-light-green .nav-link.active,
.nav-active-light-green .nav > li.active > a {
  color: rgba(255, 255, 255, 0.87) !important;
  background-color: #8bc34a !important; }

.nav-active-lime .nav-link.active,
.nav-active-lime .nav > li.active > a {
  color: rgba(255, 255, 255, 0.87) !important;
  background-color: #cddc39 !important; }

.nav-active-yellow .nav-link.active,
.nav-active-yellow .nav > li.active > a {
  color: rgba(0, 0, 0, 0.87) !important;
  background-color: #ffeb3b !important; }

.nav-active-amber .nav-link.active,
.nav-active-amber .nav > li.active > a {
  color: rgba(255, 255, 255, 0.87) !important;
  background-color: #ffc107 !important; }

.nav-active-orange .nav-link.active,
.nav-active-orange .nav > li.active > a {
  color: rgba(255, 255, 255, 0.87) !important;
  background-color: #ff9800 !important; }

.nav-active-deep-orange .nav-link.active,
.nav-active-deep-orange .nav > li.active > a {
  color: rgba(255, 255, 255, 0.87) !important;
  background-color: #ff5722 !important; }

.nav-active-brown .nav-link.active,
.nav-active-brown .nav > li.active > a {
  color: rgba(255, 255, 255, 0.87) !important;
  background-color: #795548 !important; }

.nav-active-blue-grey .nav-link.active,
.nav-active-blue-grey .nav > li.active > a {
  color: rgba(255, 255, 255, 0.87) !important;
  background-color: #607d8b !important; }

.nav-active-grey .nav-link.active,
.nav-active-grey .nav > li.active > a {
  color: rgba(255, 255, 255, 0.87) !important;
  background-color: #424242 !important; }

.ui-icon {
  display: inline-block;
  text-align: center;
  height: 1em;
  background: transparent !important; }
  .ui-icon:before {
    position: relative;
    z-index: 1; }
  .ui-icon:after {
    content: "";
    border-width: 1px;
    border-style: solid;
    border-color: inherit;
    border-radius: 2em;
    width: 2em;
    height: 2em;
    top: -1.5em;
    display: block;
    position: relative;
    z-index: 0;
    background-clip: padding-box; }
  .ui-icon.b-2x:after {
    border-width: 2px; }
  .ui-icon.b-3x:after {
    border-width: 3px; }
  .ui-icon.ui-icon-sm:after {
    width: 1.7em;
    height: 1.7em;
    top: -1.35em; }
  .ui-icon.primary:after {
    background-color: #0cc2aa; }
  .ui-icon.success:after {
    background-color: #6cc788; }
  .ui-icon.info:after {
    background-color: #6887ff; }
  .ui-icon.warning:after {
    background-color: #f77a99; }
  .ui-icon.danger:after {
    background-color: #f44455; }
  .ui-icon.accent:after {
    background-color: #a88add; }
  .ui-icon.dark:after {
    background-color: #2e3e4e; }
  .ui-icon.light:after {
    background-color: #f8f8f8; }
  .ui-icon.white:after {
    background-color: #fff; }

.item {
  position: relative; }
  .item .top {
    position: absolute;
    right: 0;
    left: 0;
    top: 0; }
  .item .bottom {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0; }
  .item .center {
    position: absolute;
    right: 0;
    left: 0;
    top: 42%; }

.item-overlay {
  position: absolute;
  right: 0;
  left: 0;
  display: none; }
  .item-overlay.active,
  .item-overlay .item:focus,
  .item:hover .item-overlay {
    display: block; }
  .item-overlay.w-full {
    text-align: center;
    top: 0;
    bottom: 0; }

.item-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden; }
  
.item-bg-index {
  position: absolute;
  max-width: 98%;
  max-height: 96%;
  overflow: hidden; }

.item-bg img {
    width: 100%;}

.blur {
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -o-filter: blur(3px);
  -ms-filter: blur(3px);
  filter: blur(3px); }

.blur-5 {
  opacity: 0.5;
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px); }

.opacity {
  opacity: 0.5; }

.opacity-3 {
  opacity: 0.3; }

.switcher {
  z-index: 1050;
  position: fixed;
  top: 78px;
  right: -240px;
  width: 240px;
  -webkit-transition: right 0.2s ease;
  transition: right 0.2s ease;
  border: 1px solid rgba(120, 120, 120, 0.1);
  background-clip: padding-box; }
  .switcher.active {
    right: -2px;
    z-index: 1060; }

.switcher .sw-btn {
  position: absolute;
  left: -43px;
  top: -1px;
  padding: 10px 15px;
  z-index: 1045;
  border: 1px solid rgba(120, 120, 120, 0.1);
  border-right-width: 0;
  background-clip: padding-box; }

#sw-demo {
  top: 118px; }
  #sw-demo.active {
    top: 78px; }

.list-icon i {
  margin-right: 16px; }

.list-icon div {
  line-height: 40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

/*Charts*/
.jqstooltip {
  background-color: rgba(0, 0, 0, 0.8) !important;
  border: solid 1px #000 !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 5px 10px !important;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.easyPieChart {
  position: relative;
  text-align: center; }
  .easyPieChart > div {
    position: absolute;
    width: 100%;
    line-height: 1;
    top: 40%; }
    .easyPieChart > div img {
      margin-top: -4px; }
  .easyPieChart canvas {
    vertical-align: middle; }

#flotTip,
.flotTip {
  padding: 4px 10px;
  background-color: rgba(0, 0, 0, 0.8) !important;
  border: solid 1px #000 !important;
  z-index: 100;
  font-size: 12px;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.legendColorBox > div {
  border: none !important;
  margin: 5px; }
  .legendColorBox > div > div {
    border-radius: 10px; }

.st-sort-ascent:before {
  content: '\25B2'; }

.st-sort-descent:before {
  content: '\25BC'; }

.st-selected td {
  background: rgba(0, 0, 0, 0.065); }

.dark .btn-default.form-control,
.black .btn-default.form-control,
.grey .btn-default.form-control {
  background: transparent !important;
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: inherit !important; }

.ui-select-bootstrap > .ui-select-choices {
  overflow-y: scroll; }

.box .dataTables_wrapper {
  padding-top: 10px; }

.box .dataTables_wrapper > .row {
  margin: 0; }

.box .dataTables_wrapper > .row > .col-sm-12 {
  padding: 0; }

.dataTables_wrapper.form-inline .form-control {
  width: auto; }

.footable-odd {
  background-color: rgba(0, 0, 0, 0.025) !important; }

.note-editor {
  border-width: 0 !important;
  overflow: visible !important;
  background-color: inherit; }

.note-toolbar .note-color .dropdown-toggle {
  padding-left: 2px !important; }

.note-editor .note-editing-area .note-editable,
.note-editor .note-statusbar {
  background-color: transparent !important;
  color: inherit !important; }

.note-toolbar {
  background-color: rgba(120, 130, 140, 0.1); }

.ie .ie-show {
  display: block; }

.nav a.waves-effect {
  -webkit-mask-image: -webkit-radial-gradient(circle, #ffffff 100%, #000000 100%); }

.sortable-placeholder {
  list-style: none;
  border: 1px dashed #fff;
  min-height: 40px; }

.streamline {
  position: relative;
  border-color: rgba(120, 130, 140, 0.13); }
  .streamline:after,
  .streamline .sl-item:before,
  .streamline .sl-icon:before {
    content: '';
    position: absolute;
    border-color: inherit;
    border-width: 3px;
    border-style: solid;
    border-radius: 50%;
    width: 7px;
    height: 7px;
    margin-left: -4px;
    top: 6px;
    left: 0; }
  .streamline:after {
    top: auto;
    bottom: 0; }

.sl-icon {
  position: absolute;
  left: -10px;
  z-index: 1;
  border: inherit; }
  .sl-icon > i {
    width: 20px;
    height: 20px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    color: #fff; }
  .streamline .sl-icon:before {
    width: 20px;
    height: 20px;
    border-width: 10px;
    margin: 0 !important;
    top: 0 !important; }

.sl-item {
  border-color: rgba(120, 130, 140, 0.13);
  position: relative;
  padding-bottom: 1px; }
  .sl-item::after {
    content: "";
    display: table;
    clear: both; }
  .sl-item:after {
    top: 2px;
    bottom: auto; }
  .sl-item.b-l {
    margin-left: -1px; }

.sl-left {
  float: left;
  position: relative;
  z-index: 1;
  margin-left: -20px;
  margin-bottom: 24px; }
  .sl-left img {
    max-width: 40px; }
  .sl-left + .sl-content {
    margin-left: 36px; }

.sl-content {
  margin-left: 24px;
  padding-bottom: 16px; }

.sl-author {
  margin-bottom: 10px; }

.sl-date {
  font-size: 0.85em; }

.sl-footer {
  margin-bottom: 10px; }

.ui-switch {
  cursor: pointer;
  position: relative;
  display: inline-block;
  width: 32px;
  height: 18px;
  border-radius: 30px;
  background-color: #6cc788;
  margin: 0; }
  .ui-switch input {
    position: absolute;
    opacity: 0; }
    .ui-switch input:checked + i:before {
      top: 50%;
      bottom: 50%;
      left: 50%;
      right: 5px;
      border-width: 0;
      border-radius: 5px; }
    .ui-switch input:checked + i:after {
      margin-left: 15px; }
  .ui-switch i:before {
    content: "";
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: -1px;
    right: -1px;
    background-color: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 30px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
  .ui-switch i:after {
    content: "";
    position: absolute;
    background-color: #fff;
    width: 16px;
    top: 1px;
    bottom: 1px;
    border-radius: 50%;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
    -webkit-transition: margin 0.3s;
    transition: margin 0.3s; }

.ui-switch-md {
  width: 40px;
  height: 24px; }
  .ui-switch-md input:checked + i:after {
    margin-left: 17px; }
  .ui-switch-md i:after {
    width: 22px; }

.ui-switch-lg {
  width: 50px;
  height: 30px; }
  .ui-switch-lg input:checked + i:after {
    margin-left: 21px; }
  .ui-switch-lg i:after {
    width: 28px; }

.timeline {
  margin: 0;
  padding: 0; }

.tl-item {
  display: block; }
  .tl-item::after {
    content: "";
    display: table;
    clear: both; }

.visible-left {
  display: none; }

.tl-wrap {
  display: block;
  margin-left: 6em;
  padding: 15px 0 15px 20px;
  border-style: solid;
  border-color: rgba(120, 130, 140, 0.13);
  border-width: 0 0 0 2px; }
  .tl-wrap::after {
    content: "";
    display: table;
    clear: both; }
  .tl-wrap:before {
    position: relative;
    content: "";
    float: left;
    top: 15px;
    margin-left: -26px;
    width: 10px;
    height: 10px;
    border-color: inherit;
    border-width: 3px;
    border-radius: 50%;
    border-style: solid;
    background: #f8f8f8;
    box-shadow: 0 0 0 4px #f0f0f0; }

.tl-date {
  position: relative;
  top: 10px;
  float: left;
  margin-left: -7.5em;
  display: block;
  width: 4.5em;
  text-align: right; }

.tl-content {
  display: inline-block;
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px; }
  
  
.tl-contentsx {
  display: inline-block;
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px; }
  
  .tl-content.block {
    display: block;
    width: 100%; }
  .tl-content.panel {
    margin-bottom: 0; }

.tl-header {
  display: block;
  width: 12em;
  text-align: center;
  margin-left: 1px; }

.timeline-center .tl-item {
  margin-left: 50%; }
  .timeline-center .tl-item .tl-wrap {
    margin-left: -2px; }

.timeline-center .tl-header {
  width: auto;
  margin-left: -1px; }

.timeline-center .tl-left {
  margin-left: 0;
  margin-right: 50%; }
  .timeline-center .tl-left .hidden-left {
    display: none !important; }
  .timeline-center .tl-left .visible-left {
    display: inherit; }
  .timeline-center .tl-left .tl-wrap {
    float: right;
    margin-right: 0px;
    border-left-width: 0;
    border-right-width: 2px;
    padding-left: 0;
    padding-right: 20px; }
    .timeline-center .tl-left .tl-wrap:before {
      float: right;
      margin-left: 0;
      margin-right: -26px; }
  .timeline-center .tl-left .tl-date {
    float: right;
    margin-left: 0;
    margin-right: -8.5em;
    text-align: left; }

.lter {
  background-color: rgba(255, 255, 255, 0.035); }

.dker {
  background-color: rgba(0, 0, 0, 0.035); }

.light {
  background-color: #f8f8f8; }

.white {
  background-color: #fff; }

.dark-white {
  color: rgba(0, 0, 0, 0.87);
  background-color: #fff; }

.black {
  color: rgba(255, 255, 255, 0.87);
  background-color: #2a2b3c; }
  .black .lt {
    background-color: #2f3044; }
  .black .dk {
    background-color: #252635; }
  .black .bg {
    background-color: #2a2b3c; }

.dark {
  color: rgba(255, 255, 255, 0.87);
  background-color: #2e3e4e; }
.darks {
  color: rgba(255, 255, 255, 0.87);
  width: 96px;}
  
  .dark .lt {
    background-color: #334456; }
  .dark .dk {
    background-color: #293846; }
  .dark .bg {
    background-color: #2e3e4e; }

.grey {
  color: rgba(255, 255, 255, 0.87);
  background-color: #424242; }
  .grey .lt {
    background-color: #484848; }
  .grey .dk {
    background-color: #3c3c3c; }
  .grey .bg {
    background-color: #424242; }

.primary {
  color: rgba(255, 255, 255, 0.87);
  background-color: #0cc2aa; }
  .primary .lt {
    background-color: #0dceb5; }
  .primary .dk {
    background-color: #0bb69f; }
  .primary .bg {
    background-color: #0cc2aa; }

.accent {
  color: rgba(255, 255, 255, 0.87);
  background-color: #a88add; }
  .accent .lt {
    background-color: #af94e0; }
  .accent .dk {
    background-color: #a180da; }
  .accent .bg {
    background-color: #a88add; }

.warn {
  color: rgba(255, 255, 255, 0.87);
  background-color: #fcc100; }
  .warn .lt {
    background-color: #ffc60a; }
  .warn .dk {
    background-color: #efb700; }
  .warn .bg {
    background-color: #fcc100; }

.success {
  color: rgba(255, 255, 255, 0.87);
  background-color: #6cc788; }
  .success .lt {
    background-color: #75cb8f; }
  .success .dk {
    background-color: #63c381; }
  .success .bg {
    background-color: #6cc788; }

.info {
  color: rgba(255, 255, 255, 0.87);
  background-color: #6887ff; }
  .info .lt {
    background-color: #7591ff; }
  .info .dk {
    background-color: #5b7dff; }
  .info .bg {
    background-color: #6887ff; }

.warning {
  color: rgba(255, 255, 255, 0.87);
  background-color: #f77a99; }
  .warning .lt {
    background-color: #f886a2; }
  .warning .dk {
    background-color: #f66e90; }
  .warning .bg {
    background-color: #f77a99; }

.danger {
  color: rgba(255, 255, 255, 0.87);
  background-color: #f44455; }
  .danger .lt {
    background-color: #f55060; }
  .danger .dk {
    background-color: #f3384a; }
  .danger .bg {
    background-color: #f44455; }

.blue {
  color: rgba(255, 255, 255, 0.87);
  background-color: #2196f3; }
  .blue .lt {
    background-color: #2d9cf4; }
  .blue .dk {
    background-color: #1590f2; }
  .blue .bg {
    background-color: #2196f3; }

.white-overlay {
  background-color: rgba(255, 255, 255, 0.85); }

.black-overlay {
  background-color: rgba(0, 0, 0, 0.85); }

.gd-overlay {
  background-color: transparent !important;
  background-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=0); }

.bg-auto:before {
  content: "";
  position: absolute;
  width: inherit;
  top: 0;
  bottom: 0;
  background-color: inherit;
  border: inherit; }

.bg-auto.b-l:before {
  margin-left: -1px; }

.bg-auto.b-r:before {
  margin-right: -1px; }

.no-bg {
  background-color: transparent !important; }

@media (max-width: 767px) {
  .no-bg-xs {
    background-color: transparent; } }

.dark .white,
.dark .box {
  background-color: #354759; }

.dark.app {
  background-color: #2e3e4e; }

.black .white,
.black .box {
  background-color: #313347; }

.black.app {
  background-color: #2a2b3c; }

.grey .white,
.grey .box {
  background-color: #4b4b4b; }

.grey.app {
  background-color: #424242; }

.dark .form-control,
.black .form-control,
.grey .form-control {
  background: transparent;
  background-color: rgba(255, 255, 255, 0.1);
  color: inherit; }
  .dark .form-control:focus,
  .black .form-control:focus,
  .grey .form-control:focus {
    border-color: rgba(255, 255, 255, 0.125); }

.dark .input-group-btn .btn,
.black .input-group-btn .btn,
.grey .input-group-btn .btn {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: inherit !important; }

.dark .list-group,
.black .list-group,
.grey .list-group {
  background-color: transparent; }

.pos-rlt {
  position: relative;
  z-index: 1; }

.pos-abt {
  position: absolute; }

.pos-fix {
  position: fixed !important; }

.pos-stc {
  position: static !important; }

.block {
  display: block; }

.block.hide {
  display: none; }

.pull-none {
  float: none; }

.inline {
  display: inline-block; }

.inline-16 {
  width: 16px;
  height: 16px; }

.inline-24 {
  width: 24px;
  height: 24px; }

.none {
  display: none; }

.active > .inline,
.active > .auto .inline {
  display: none; }

.active > .none,
.active > .auto .none {
  display: inline-block; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.pointer {
  cursor: pointer; }

.rounded,
.circle {
  border-radius: 500px; }

.clear {
  display: block;
  overflow: hidden; }

.no-shadow {
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

@media (max-width: 767px) {
  .pos-stc-sm {
    position: static !important; } }

@media (max-width: 543px) {
  .pos-stc-xs {
    position: static !important; } }

.no-border {
  border-color: transparent;
  border-width: 0; }

.no-borders {
  border-width: 0 !important; }

.b {
  border-color: rgba(120, 130, 140, 0.13);
  background-clip: padding-box; }

.b-a {
  border: 1px solid rgba(120, 130, 140, 0.13); }

.b-t {
  border-top: 1px solid rgba(120, 130, 140, 0.13); }

.b-r {
  border-right: 1px solid rgba(120, 130, 140, 0.13); }

.b-b {
  border-bottom: 1px solid rgba(120, 130, 140, 0.13); }

.b-l {
  border-left: 1px solid rgba(120, 130, 140, 0.13); }

.b-2x {
  border-width: 2px; }

.b-3x {
  border-width: 3px; }

.b-4x {
  border-width: 4px; }

.b-5x {
  border-width: 5px; }

.b-t-2x {
  border-top-width: 2px !important; }

.b-t-3x {
  border-top-width: 3px !important; }

.b-t-4x {
  border-top-width: 4px !important; }

.b-t-5x {
  border-top-width: 5px !important; }

.b-r-2x {
  border-right-width: 2px !important; }

.b-r-3x {
  border-right-width: 3px !important; }

.b-r-4x {
  border-right-width: 4px !important; }

.b-r-5x {
  border-right-width: 5px !important; }

.b-b-2x {
  border-bottom-width: 2px !important; }

.b-b-3x {
  border-bottom-width: 3px !important; }

.b-b-4x {
  border-bottom-width: 4px !important; }

.b-b-5x {
  border-bottom-width: 5px !important; }

.b-l-2x {
  border-left-width: 2px !important; }

.b-l-3x {
  border-left-width: 3px !important; }

.b-l-4x {
  border-left-width: 4px !important; }

.b-l-5x {
  border-left-width: 5px !important; }

.b-light {
  border-color: #f8f8f8; }

.b-white {
  border-color: #fff; }

.b-primary {
  border-color: #0cc2aa; }

.b-t-primary {
  border-top-color: #0cc2aa; }

.b-r-#e7f9f7 {
  border-right-color: #0cc2aa; }

.b-b-primary {
  border-bottom-color: #0cc2aa; }

.b-l-primary {
  border-left-color: #0cc2aa; }

.b-accent {
  border-color: #a88add; }

.b-t-accent {
  border-top-color: #a88add; }

.b-r-#f6f3fc {
  border-right-color: #a88add; }

.b-b-accent {
  border-bottom-color: #a88add; }

.b-l-accent {
  border-left-color: #a88add; }

.b-warn {
  border-color: #fcc100; }

.b-t-warn {
  border-top-color: #fcc100; }

.b-r-#fff9e6 {
  border-right-color: #fcc100; }

.b-b-warn {
  border-bottom-color: #fcc100; }

.b-l-warn {
  border-left-color: #fcc100; }

.b-success {
  border-color: #6cc788; }

.b-t-success {
  border-top-color: #6cc788; }

.b-r-#f0f9f3 {
  border-right-color: #6cc788; }

.b-b-success {
  border-bottom-color: #6cc788; }

.b-l-success {
  border-left-color: #6cc788; }

.b-info {
  border-color: #6887ff; }

.b-t-info {
  border-top-color: #6887ff; }

.b-r-#f0f3ff {
  border-right-color: #6887ff; }

.b-b-info {
  border-bottom-color: #6887ff; }

.b-l-info {
  border-left-color: #6887ff; }

.b-warning {
  border-color: #f77a99; }

.b-t-warning {
  border-top-color: #f77a99; }

.b-r-#fef2f5 {
  border-right-color: #f77a99; }

.b-b-warning {
  border-bottom-color: #f77a99; }

.b-l-warning {
  border-left-color: #f77a99; }

.b-danger {
  border-color: #f44455; }

.b-t-danger {
  border-top-color: #f44455; }

.b-r-#feecee {
  border-right-color: #f44455; }

.b-b-danger {
  border-bottom-color: #f44455; }

.b-l-danger {
  border-left-color: #f44455; }

.b-light {
  border-color: #f8f8f8; }

.b-t-light {
  border-top-color: #f8f8f8; }

.b-r-#fefefe {
  border-right-color: #f8f8f8; }

.b-b-light {
  border-bottom-color: #f8f8f8; }

.b-l-light {
  border-left-color: #f8f8f8; }

.b-grey {
  border-color: #424242; }

.b-t-grey {
  border-top-color: #424242; }

.b-r-#ececec {
  border-right-color: #424242; }

.b-b-grey {
  border-bottom-color: #424242; }

.b-l-grey {
  border-left-color: #424242; }

.b-dark {
  border-color: #2e3e4e; }

.b-t-dark {
  border-top-color: #2e3e4e; }

.b-r-#eaeced {
  border-right-color: #2e3e4e; }

.b-b-dark {
  border-bottom-color: #2e3e4e; }

.b-l-dark {
  border-left-color: #2e3e4e; }

.b-black {
  border-color: #2a2b3c; }

.b-t-black {
  border-top-color: #2a2b3c; }

.b-r-#eaeaec {
  border-right-color: #2a2b3c; }

.b-b-black {
  border-bottom-color: #2a2b3c; }

.b-l-black {
  border-left-color: #2a2b3c; }

.b-white {
  border-color: #ffffff; }

.b-t-white {
  border-top-color: #ffffff; }

.b-r-white {
  border-right-color: #ffffff; }

.b-b-white {
  border-bottom-color: #ffffff; }

.b-l-white {
  border-left-color: #ffffff; }

.b-blue {
  border-color: #2196f3; }

.b-t-blue {
  border-top-color: #2196f3; }

.b-r-#e9f5fe {
  border-right-color: #2196f3; }

.b-b-blue {
  border-bottom-color: #2196f3; }

.b-l-blue {
  border-left-color: #2196f3; }

.no-b-t {
  border-top-width: 0; }

.no-b-r {
  border-right-width: 0; }

.no-b-b {
  border-bottom-width: 0; }

.no-b-l {
  border-left-width: 0; }

.b-dashed {
  border-style: dashed !important; }

@media (max-width: 991px) {
  .no-border-sm {
    border-width: 0; } }

@media (max-width: 767px) {
  .no-border-xs {
    border-width: 0; } }

.hover-action {
  display: none; }

.hover-rotate {
  -webkit-transition: all 0.2s ease-in-out 0.1s;
  transition: all 0.2s ease-in-out 0.1s; }

.hover-anchor:hover .hover-action,
.hover-anchor:focus .hover-action,
.hover-anchor:active .hover-action {
  display: inherit; }

.hover-anchor:hover .hover-rotate,
.hover-anchor:focus .hover-rotate,
.hover-anchor:active .hover-rotate {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.hover-top:hover,
.hover-top:focus {
  position: relative;
  z-index: 1000; }

.m-a {
  margin: 1rem !important; }

.m-t {
  margin-top: 1rem !important; }

.m-r {
  margin-right: 1rem !important; }

.m-b {
  margin-bottom: 0rem !important; }

.m-l {
  margin-left: 1rem !important; }

.m-x {
  margin-right: 1rem !important;
  margin-left: 1rem !important; }
  
.m-xx {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
  margin-top: 0.3rem !important;  }
  
.m-xxx {
    margin-right: 0.4rem !important;
    margin-left: 0.4rem !important;
    margin-top: 0.3rem !important;
}
  
.box-colorr {
    background-color: #fff;
    position: relative;
    margin-bottom: 0rem;
}

.m-y {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important; }

.m-a-lg {
  margin: 3rem !important; }

.m-t-lg {
  margin-top: 3rem !important; }

.m-r-lg {
  margin-right: 3rem !important; }

.m-b-lg {
  margin-bottom: 3rem !important; }

.m-l-lg {
  margin-left: 3rem !important; }

.m-x-lg {
  margin-right: 3rem !important;
  margin-left: 3rem !important; }

.m-y-lg {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important; }

.m-a-md {
  margin: 1.5rem !important; }

.m-t-md {
  margin-top: 1.5rem !important; }

.m-r-md {
  margin-right: 1.5rem !important; }

.m-b-md {
  margin-bottom: 1.5rem !important; }

.m-l-md {
  margin-left: 1.5rem !important; }

.m-x-md {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important; }

.m-y-md {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important; }

.m-a-sm {
  margin: 0.5rem !important; }

.m-t-sm {
  margin-top: 0.5rem !important; }

.m-r-sm {
  margin-right: 0.5rem !important; }

.m-b-sm {
  margin-bottom: 0.5rem !important; }

.m-b-smm {
  margin-bottom: 0rem !important; }


.m-l-sm {
  margin-left: 0.5rem !important; }

.m-x-sm {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important; }

.m-y-sm {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important; }

.m-a-xs {
  margin: 0.25rem !important; }

.m-t-xs {
  margin-top: 0.25rem !important; }

.m-r-xs {
  margin-right: 0.25rem !important; }

.m-b-xs {
  margin-bottom: 0.25rem !important; }

.m-l-xs {
  margin-left: 0.25rem !important; }

.m-x-xs {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important; }

.m-y-xs {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important; }

.p-a {
  padding: 0rem !important; }

.p-t {
  padding-top: 1rem !important; }

.p-r {
  padding-right: 1rem !important; }

.p-b {
  padding-bottom: 1rem !important; }

.p-l {
  padding-left: 1rem !important; }

.p-x {
  padding-right: 1rem !important;
  padding-left: 1rem !important; }

.p-y {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }

.p-a-lg {
  padding: 3rem !important; }

.p-t-lg {
  padding-top: 3rem !important; }

.p-r-lg {
  padding-right: 3rem !important; }

.p-b-lg {
  padding-bottom: 3rem !important; }

.p-l-lg {
  padding-left: 3rem !important; }

.p-x-lg {
  padding-right: 3rem !important;
  padding-left: 3rem !important; }

.p-y-lg {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important; }

.p-a-md {
  padding: 1.5rem !important; }

.p-t-md {
  padding-top: 1.5rem !important; }

.p-r-md {
  padding-right: 1.5rem !important; }

.p-b-md {
  padding-bottom: 1.5rem !important; }

.p-l-md {
  padding-left: 1.5rem !important; }

.p-x-md {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important; }

.p-y-md {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important; }

.p-a-sm {
  padding: 0.5rem !important; }
  
.p-a-smss {
  padding: 0.3rem !important; }
  
.p-a-smms {
  padding-bottom: 0.2rem !important; }
  
.p-a-smmss {
  padding-bottom: 3.5rem !important; }

.p-t-sm {
  padding-top: 0.5rem !important; }

.p-r-sm {
  padding-right: 0.5rem !important; }

.p-b-sm {
  padding-bottom: 0.5rem !important; }

.p-l-sm {
  padding-left: 0.5rem !important; }

.p-x-sm {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important; }

.p-y-sm {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important; }

.p-a-xs {
  padding: 0.25rem !important; }
  
.p-a-xsxx {
  padding: 0.25rem !important;
  border: 6px solid #f4f3f1;
  }
  
.box2x {
  border: 6px solid #f4f3f1;
  }
  
.p-t-xs {
  padding-top: 0.25rem !important; }

.p-r-xs {
  padding-right: 0.25rem !important; }

.p-b-xs {
  padding-bottom: 0.25rem !important; }

.p-l-xs {
  padding-left: 0.25rem !important; }

.p-x-xs {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important; }

.p-y-xs {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important; }

.padding {
  padding: 0.5rem 1rem; }
  
.paddingss {
  padding: 0.1rem 1rem; }

.margin {
  margin-bottom: 1.5rem; }

.padding-out {
  margin: -1.5rem -1.5rem; }

@media (max-width: 991px) {
  .padding {
    padding: 1rem 1rem; }
  .padding-out {
    margin: -1rem -1rem; }
  .margin {
    margin-bottom: 1rem; }
  .box,
  .box-color {
    margin-bottom: 1rem; } }

@media (max-width: 767px) {
  .padding {
    padding: 0.5rem 0.5rem; }
  .padding-out {
    margin: -0.5rem -0.5rem; }
  .margin {
    margin-bottom: 0.5rem; }
  .box,
  .box-color {
    margin-bottom: 0.5rem; }
  .no-padding-xs {
    padding: 0; } }

.no-radius {
  border-radius: 0 !important; }

.no-r-t {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.no-r-r {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.no-r-b {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.no-r-l {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.r {
  border-radius: 3px; }

.r-t {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }

.r-r {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.r-b {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.r-l {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.r-2x {
  border-radius: 6px; }

.r-3x {
  border-radius: 9px; }

.scrollable {
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }
  .scrollable.hover {
    overflow-y: hidden; }
    .scrollable.hover > * {
      margin-top: -1px; }
    .scrollable.hover:hover,
    .scrollable.hover:focus,
    .scrollable.hover:active {
      overflow: visible;
      overflow-y: auto; }
  .smart .scrollable {
    overflow-y: auto !important; }

.scroll-x,
.scroll-y {
  overflow: hidden;
  -webkit-overflow-scrolling: touch; }

.scroll-y {
  overflow-y: auto; }

.scroll-x {
  overflow-x: auto; }

a.primary:hover {
  background-color: #0bb69f; }

a.text-primary:hover {
  color: #0bb69f; }

.text-primary,
.text-primary-hover a:hover {
  color: #0cc2aa !important; }

a.warn:hover {
  background-color: #efb700; }

a.text-warn:hover {
  color: #efb700; }

.text-warn,
.text-warn-hover a:hover {
  color: #fcc100 !important; }

a.accent:hover {
  background-color: #a180da; }

a.text-accent:hover {
  color: #a180da; }

.text-accent,
.text-accent-hover a:hover {
  color: #a88add !important; }

a.success:hover {
  background-color: #63c381; }

a.text-success:hover {
  color: #63c381; }

.text-success,
.text-success-hover a:hover {
  color: #6cc788 !important; }

a.info:hover {
  background-color: #5b7dff; }

a.text-info:hover {
  color: #5b7dff; }

.text-info,
.text-info-hover a:hover {
  color: #6887ff !important; }

a.warning:hover {
  background-color: #f66e90; }

a.text-warning:hover {
  color: #f66e90; }

.text-warning,
.text-warning-hover a:hover {
  color: #f77a99 !important; }

a.danger:hover {
  background-color: #f3384a; }

a.text-danger:hover {
  color: #f3384a; }

.text-danger,
.text-danger-hover a:hover {
  color: #f44455 !important; }

a.dark:hover {
  background-color: #293846; }

a.text-dark:hover {
  color: #293846; }

.text-dark,
.text-dark-hover a:hover {
  color: #2e3e4e !important; }

a.blue:hover {
  background-color: #1590f2; }

a.text-blue:hover {
  color: #1590f2; }

.text-blue,
.text-blue-hover a:hover {
  color: #2196f3 !important; }

.text-white {
  color: white !important; }

.text-white-lt {
  color: rgba(255, 255, 255, 0.54); }

.text-white-dk {
  color: rgba(255, 255, 255, 0.87); }

.text-black {
  color: black; }

.text-black-lt {
  color: rgba(0, 0, 0, 0.54); }

.text-black-dk {
  color: rgba(0, 0, 0, 0.87); }

.text-muted {
  color: inherit;
  opacity: 0.6; }

.text-color {
  color: rgba(0, 0, 0, 0.87); }

._100 {
  font-weight: 100; }

._200 {
  font-weight: 200; }

._300 {
  font-weight: 300; }

._400 {
  font-weight: 400; }

._500 {
  font-weight: 500; }

._600 {
  font-weight: 600; }

._700 {
  font-weight: 700; }

._800 {
  font-weight: 800; }

.text {
  font-size: 1rem; }

.text-xs {
  font-size: 0.75rem; }

.text-sm {
  font-size: 0.8rem; }

.text-md {
  font-size: 1.125rem; }

.text-lg {
  font-size: 1.5rem; }

.text-2x {
  font-size: 2em; }

.text-3x {
  font-size: 3em; }

.text-4x {
  font-size: 4em; }
  
.text-5x {
  font-size: 10em; }

.l-h {
  line-height: 1.5; }

.l-h-1x {
  line-height: 1; }

.l-h-2x {
  line-height: 2em; }

.l-s-1x {
  letter-spacing: 1px; }

.l-s-2x {
  letter-spacing: 2px; }

.l-s-3x {
  letter-spacing: 3px; }

.l-s-4x {
  letter-spacing: 4px; }

.l-s-n-1x {
  letter-spacing: -1px; }

.l-s-n-2x {
  letter-spacing: -2px; }

.l-s-n-3x {
  letter-spacing: -3px; }

.l-s-n-4x {
  letter-spacing: -4px; }

.h-1x {
  height: 1.5;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.h-2x {
  height: 2.625rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }

.h-3x {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical; }

.h-4x {
  height: 5.25rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical; }

.text-u-c {
  text-transform: uppercase; }

.text-l-t {
  text-decoration: line-through; }

.text-u-l {
  text-decoration: underline; }

.text-ellipsis {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.text-shadow {
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1); }

.w-8 {
  width: 8px;
  height: 8px;
  display: inline-block; }

.w-16 {
  width: 16px;
  height: 16px;
  display: inline-block; }

.w-20 {
  width: 20px;
  height: 20px;
  display: inline-block; }

.w-24 {
  width: 24px;
  height: 24px;
  display: inline-block;
  text-align: center; }

.w-32 {
  width: 32px;
  height: 32px;
  line-height: 32px;
  display: inline-block;
  text-align: center; }

.w-40 {
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  text-align: center; }

.w-48 {
  width: 48px;
  height: 48px;
  line-height: 48px;
  display: inline-block;
  text-align: center; }

.w-56 {
  width: 56px;
  height: 56px;
  line-height: 56px;
  display: inline-block;
  text-align: center; }

.w-64 {
  width: 64px; }

.w-96 {
  width: 96px; }

.w-128 {
  width: 128px; }

.w-xxs {
  width: 60px; }

.w-xs {
  width: 90px; }

.w-sm {
  width: 120px; }

.w {
  width: 180px; }

.w-md {
  width: 200px; }

.w-lg {
  width: 240px; }

.w-xl {
  width: 280px; }

.w-xxl {
  width: 320px; }
  
.w-xxll {
  width: 420px; }

.w-full {
  width: 100%; }

.w-auto {
  width: auto; }

.h-auto {
  height: auto; }

.h-full {
  height: 100%; }

.h-v {
  height: 100vh; }

.h-v-5 {
  height: 50vh; }

@media (max-width: 767px) {
  .w-auto-sm {
    width: auto; }
  .w-full-sm {
    width: 100%; } }

@media (max-width: 543px) {
  .w-auto-xs {
    width: auto; }
  .w-full-xs {
    width: 100%; } }

.md-btn {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  outline: none;
  border: 0;
  border-radius: 3px;
  padding: 6px;
  display: inline-block;
  white-space: nowrap;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-style: inherit;
  font-variant: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  overflow: hidden;
  transition: box-shadow 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), background-color 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: box-shadow 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), background-color 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1); }

.md-flat {
  background: transparent; }

.md-btn.md-flat:not([disabled]):hover,
.md-btn.md-flat:not([disabled]):focus {
  background-color: rgba(158, 158, 158, 0.2); }

.md-btn-circle {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  padding: 2px; }

.md-btn[disabled],
.md-btn.md-raised[disabled],
.md-btn.md-fab[disabled] {
  color: rgba(0, 0, 0, 0.26);
  background-color: transparent;
  cursor: not-allowed; }

.md-fab {
  line-height: 44px; }

.md-fab-offset {
  margin-top: -20px;
  margin-bottom: -20px; }

.md-btn:focus {
  outline: none; }

.md-btn:hover {
  text-decoration: none; }

.md-btn.md-cornered {
  border-radius: 0; }

.md-btn.md-icon {
  padding: 0;
  background: none; }

.md-btn.md-raised {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.md-btn.md-fab {
  z-index: 20;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: 0.2s linear;
  transition-property: -webkit-transform, box-shadow;
  transition-property: transform, box-shadow; }

.md-btn.md-raised:not([disabled]),
.md-btn.md-fab {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26); }

.md-btn.md-raised:not([disabled]):focus,
.md-btn.md-raised:not([disabled]):hover,
.md-btn.md-fab:not([disabled]):focus,
.md-btn.md-fab:not([disabled]):hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
  -webkit-transform: translate3d(0, -1px, 0);
  transform: translate3d(0, -1px, 0); }

.md-fab-bottom-right {
  top: auto;
  right: 20px;
  bottom: 20px;
  left: auto;
  position: absolute; }

.md-fab-bottom-left {
  top: auto;
  right: auto;
  bottom: 20px;
  left: 20px;
  position: absolute; }

.md-fab-top-right {
  top: 20px;
  right: 20px;
  bottom: auto;
  left: auto;
  position: absolute; }

.md-fab-top-left {
  top: 20px;
  right: auto;
  bottom: auto;
  left: 20px;
  position: absolute; }

.md-btn.md-fab.md-mini {
  width: 40px;
  height: 40px;
  line-height: 28px; }

.red {
  background-color: #f44336;
  color: rgba(255, 255, 255, 0.87); }

.red-50 {
  background-color: #ffebee;
  color: rgba(0, 0, 0, 0.87); }

.red-100 {
  background-color: #ffcdd2;
  color: rgba(0, 0, 0, 0.87); }

.red-200 {
  background-color: #ef9a9a;
  color: rgba(0, 0, 0, 0.87); }

.red-300 {
  background-color: #e57373;
  color: rgba(0, 0, 0, 0.87); }

.red-400 {
  background-color: #ef5350;
  color: rgba(0, 0, 0, 0.87); }

.red-500 {
  background-color: #f44336;
  color: rgba(255, 255, 255, 0.87); }

.red-600 {
  background-color: #e53935;
  color: rgba(255, 255, 255, 0.87); }

.red-700 {
  background-color: #d32f2f;
  color: rgba(255, 255, 255, 0.87); }

.red-800 {
  background-color: #c62828;
  color: rgba(255, 255, 255, 0.87); }

.red-900 {
  background-color: #b71c1c;
  color: rgba(255, 255, 255, 0.87); }

.red-A100 {
  background-color: #ff8a80;
  color: rgba(0, 0, 0, 0.87); }

.red-A200 {
  background-color: #ff5252;
  color: rgba(255, 255, 255, 0.87); }

.red-A400 {
  background-color: #ff1744;
  color: rgba(255, 255, 255, 0.87); }

.red-A700 {
  background-color: #d50000;
  color: rgba(255, 255, 255, 0.87); }

.pink {
  background-color: #e91e63;
  color: rgba(255, 255, 255, 0.87); }

.pink-50 {
  background-color: #fce4ec;
  color: rgba(0, 0, 0, 0.87); }

.pink-100 {
  background-color: #f8bbd0;
  color: rgba(0, 0, 0, 0.87); }

.pink-200 {
  background-color: #f48fb1;
  color: rgba(0, 0, 0, 0.87); }

.pink-300 {
  background-color: #f06292;
  color: rgba(0, 0, 0, 0.87); }

.pink-400 {
  background-color: #ec407a;
  color: rgba(0, 0, 0, 0.87); }

.pink-500 {
  background-color: #e91e63;
  color: rgba(255, 255, 255, 0.87); }

.pink-600 {
  background-color: #d81b60;
  color: rgba(255, 255, 255, 0.87); }

.pink-700 {
  background-color: #c2185b;
  color: rgba(255, 255, 255, 0.87); }

.pink-800 {
  background-color: #ad1457;
  color: rgba(255, 255, 255, 0.87); }

.pink-900 {
  background-color: #880e4f;
  color: rgba(255, 255, 255, 0.87); }

.pink-A100 {
  background-color: #ff80ab;
  color: rgba(0, 0, 0, 0.87); }

.pink-A200 {
  background-color: #ff4081;
  color: rgba(255, 255, 255, 0.87); }

.pink-A400 {
  background-color: #f50057;
  color: rgba(255, 255, 255, 0.87); }

.pink-A700 {
  background-color: #c51162;
  color: rgba(255, 255, 255, 0.87); }

.purple {
  background-color: #9c27b0;
  color: rgba(255, 255, 255, 0.87); }

.purple-50 {
  background-color: #f3e5f5;
  color: rgba(0, 0, 0, 0.87); }

.purple-100 {
  background-color: #e1bee7;
  color: rgba(0, 0, 0, 0.87); }

.purple-200 {
  background-color: #ce93d8;
  color: rgba(0, 0, 0, 0.87); }

.purple-300 {
  background-color: #ba68c8;
  color: rgba(255, 255, 255, 0.87); }

.purple-400 {
  background-color: #ab47bc;
  color: rgba(255, 255, 255, 0.87); }

.purple-500 {
  background-color: #9c27b0;
  color: rgba(255, 255, 255, 0.87); }

.purple-600 {
  background-color: #8e24aa;
  color: rgba(255, 255, 255, 0.87); }

.purple-700 {
  background-color: #7b1fa2;
  color: rgba(255, 255, 255, 0.87); }

.purple-800 {
  background-color: #6a1b9a;
  color: rgba(255, 255, 255, 0.87); }

.purple-900 {
  background-color: #4a148c;
  color: rgba(255, 255, 255, 0.87); }

.purple-A100 {
  background-color: #ea80fc;
  color: rgba(0, 0, 0, 0.87); }

.purple-A200 {
  background-color: #e040fb;
  color: rgba(255, 255, 255, 0.87); }

.purple-A400 {
  background-color: #d500f9;
  color: rgba(255, 255, 255, 0.87); }

.purple-A700 {
  background-color: #aa00ff;
  color: rgba(255, 255, 255, 0.87); }

.deep-purple {
  background-color: #673ab7;
  color: rgba(255, 255, 255, 0.87); }

.deep-purple-50 {
  background-color: #ede7f6;
  color: rgba(0, 0, 0, 0.87); }

.deep-purple-100 {
  background-color: #d1c4e9;
  color: rgba(0, 0, 0, 0.87); }

.deep-purple-200 {
  background-color: #b39ddb;
  color: rgba(0, 0, 0, 0.87); }

.deep-purple-300 {
  background-color: #9575cd;
  color: rgba(255, 255, 255, 0.87); }

.deep-purple-400 {
  background-color: #7e57c2;
  color: rgba(255, 255, 255, 0.87); }

.deep-purple-500 {
  background-color: #673ab7;
  color: rgba(255, 255, 255, 0.87); }

.deep-purple-600 {
  background-color: #5e35b1;
  color: rgba(255, 255, 255, 0.87); }

.deep-purple-700 {
  background-color: #512da8;
  color: rgba(255, 255, 255, 0.87); }

.deep-purple-800 {
  background-color: #4527a0;
  color: rgba(255, 255, 255, 0.87); }

.deep-purple-900 {
  background-color: #311b92;
  color: rgba(255, 255, 255, 0.87); }

.deep-purple-A100 {
  background-color: #b388ff;
  color: rgba(0, 0, 0, 0.87); }

.deep-purple-A200 {
  background-color: #7c4dff;
  color: rgba(255, 255, 255, 0.87); }

.deep-purple-A400 {
  background-color: #651fff;
  color: rgba(255, 255, 255, 0.87); }

.deep-purple-A700 {
  background-color: #6200ea;
  color: rgba(255, 255, 255, 0.87); }

.indigo {
  background-color: #3f51b5;
  color: rgba(255, 255, 255, 0.87); }

.indigo-50 {
  background-color: #e8eaf6;
  color: rgba(0, 0, 0, 0.87); }

.indigo-100 {
  background-color: #c5cae9;
  color: rgba(0, 0, 0, 0.87); }

.indigo-200 {
  background-color: #9fa8da;
  color: rgba(0, 0, 0, 0.87); }

.indigo-300 {
  background-color: #7986cb;
  color: rgba(255, 255, 255, 0.87); }

.indigo-400 {
  background-color: #5c6bc0;
  color: rgba(255, 255, 255, 0.87); }

.indigo-500 {
  background-color: #3f51b5;
  color: rgba(255, 255, 255, 0.87); }

.indigo-600 {
  background-color: #3949ab;
  color: rgba(255, 255, 255, 0.87); }

.indigo-700 {
  background-color: #303f9f;
  color: rgba(255, 255, 255, 0.87); }

.indigo-800 {
  background-color: #283593;
  color: rgba(255, 255, 255, 0.87); }

.indigo-900 {
  background-color: #1a237e;
  color: rgba(255, 255, 255, 0.87); }

.indigo-A100 {
  background-color: #8c9eff;
  color: rgba(0, 0, 0, 0.87); }

.indigo-A200 {
  background-color: #536dfe;
  color: rgba(255, 255, 255, 0.87); }

.indigo-A400 {
  background-color: #3d5afe;
  color: rgba(255, 255, 255, 0.87); }

.indigo-A700 {
  background-color: #304ffe;
  color: rgba(255, 255, 255, 0.87); }

.blue {
  background-color: #2196f3;
  color: rgba(255, 255, 255, 0.87); }

.blue-50 {
  background-color: #e3f2fd;
  color: rgba(0, 0, 0, 0.87); }

.blue-100 {
  background-color: #bbdefb;
  color: rgba(0, 0, 0, 0.87); }

.blue-200 {
  background-color: #90caf9;
  color: rgba(0, 0, 0, 0.87); }

.blue-300 {
  background-color: #64b5f6;
  color: rgba(0, 0, 0, 0.87); }

.blue-400 {
  background-color: #42a5f5;
  color: rgba(0, 0, 0, 0.87); }

.blue-500 {
  background-color: #2196f3;
  color: rgba(255, 255, 255, 0.87); }

.blue-600 {
  background-color: #1e88e5;
  color: rgba(255, 255, 255, 0.87); }

.blue-700 {
  background-color: #1976d2;
  color: rgba(255, 255, 255, 0.87); }

.blue-800 {
  background-color: #1565c0;
  color: rgba(255, 255, 255, 0.87); }

.blue-900 {
  background-color: #0d47a1;
  color: rgba(255, 255, 255, 0.87); }

.blue-A100 {
  background-color: #82b1ff;
  color: rgba(0, 0, 0, 0.87); }

.blue-A200 {
  background-color: #448aff;
  color: rgba(255, 255, 255, 0.87); }

.blue-A400 {
  background-color: #2979ff;
  color: rgba(255, 255, 255, 0.87); }

.blue-A700 {
  background-color: #2962ff;
  color: rgba(255, 255, 255, 0.87); }

.light-blue {
  background-color: #03a9f4;
  color: rgba(255, 255, 255, 0.87); }

.light-blue-50 {
  background-color: #e1f5fe;
  color: rgba(0, 0, 0, 0.87); }

.light-blue-100 {
  background-color: #b3e5fc;
  color: rgba(0, 0, 0, 0.87); }

.light-blue-200 {
  background-color: #81d4fa;
  color: rgba(0, 0, 0, 0.87); }

.light-blue-300 {
  background-color: #4fc3f7;
  color: rgba(0, 0, 0, 0.87); }

.light-blue-400 {
  background-color: #29b6f6;
  color: rgba(0, 0, 0, 0.87); }

.light-blue-500 {
  background-color: #03a9f4;
  color: rgba(255, 255, 255, 0.87); }

.light-blue-600 {
  background-color: #039be5;
  color: rgba(255, 255, 255, 0.87); }

.light-blue-700 {
  background-color: #0288d1;
  color: rgba(255, 255, 255, 0.87); }

.light-blue-800 {
  background-color: #0277bd;
  color: rgba(255, 255, 255, 0.87); }

.light-blue-900 {
  background-color: #01579b;
  color: rgba(255, 255, 255, 0.87); }

.light-blue-A100 {
  background-color: #80d8ff;
  color: rgba(0, 0, 0, 0.87); }

.light-blue-A200 {
  background-color: #40c4ff;
  color: rgba(0, 0, 0, 0.87); }

.light-blue-A400 {
  background-color: #00b0ff;
  color: rgba(0, 0, 0, 0.87); }

.light-blue-A700 {
  background-color: #0091ea;
  color: rgba(255, 255, 255, 0.87); }

.cyan {
  background-color: #00bcd4;
  color: rgba(255, 255, 255, 0.87); }

.cyan-50 {
  background-color: #e0f7fa;
  color: rgba(0, 0, 0, 0.87); }

.cyan-100 {
  background-color: #b2ebf2;
  color: rgba(0, 0, 0, 0.87); }

.cyan-200 {
  background-color: #80deea;
  color: rgba(0, 0, 0, 0.87); }

.cyan-300 {
  background-color: #4dd0e1;
  color: rgba(0, 0, 0, 0.87); }

.cyan-400 {
  background-color: #26c6da;
  color: rgba(0, 0, 0, 0.87); }

.cyan-500 {
  background-color: #00bcd4;
  color: rgba(255, 255, 255, 0.87); }

.cyan-600 {
  background-color: #00acc1;
  color: rgba(255, 255, 255, 0.87); }

.cyan-700 {
  background-color: #0097a7;
  color: rgba(255, 255, 255, 0.87); }

.cyan-800 {
  background-color: #00838f;
  color: rgba(255, 255, 255, 0.87); }

.cyan-900 {
  background-color: #006064;
  color: rgba(255, 255, 255, 0.87); }

.cyan-A100 {
  background-color: #84ffff;
  color: rgba(0, 0, 0, 0.87); }

.cyan-A200 {
  background-color: #18ffff;
  color: rgba(0, 0, 0, 0.87); }

.cyan-A400 {
  background-color: #00e5ff;
  color: rgba(0, 0, 0, 0.87); }

.cyan-A700 {
  background-color: #00b8d4;
  color: rgba(0, 0, 0, 0.87); }

.teal {
  background-color: #009688;
  color: rgba(255, 255, 255, 0.87); }

.teal-50 {
  background-color: #e0f2f1;
  color: rgba(0, 0, 0, 0.87); }

.teal-100 {
  background-color: #b2dfdb;
  color: rgba(0, 0, 0, 0.87); }

.teal-200 {
  background-color: #80cbc4;
  color: rgba(0, 0, 0, 0.87); }

.teal-300 {
  background-color: #4db6ac;
  color: rgba(0, 0, 0, 0.87); }

.teal-400 {
  background-color: #26a69a;
  color: rgba(0, 0, 0, 0.87); }

.teal-500 {
  background-color: #009688;
  color: rgba(255, 255, 255, 0.87); }

.teal-600 {
  background-color: #00897b;
  color: rgba(255, 255, 255, 0.87); }

.teal-700 {
  background-color: #00796b;
  color: rgba(255, 255, 255, 0.87); }

.teal-800 {
  background-color: #00695c;
  color: rgba(255, 255, 255, 0.87); }

.teal-900 {
  background-color: #004d40;
  color: rgba(255, 255, 255, 0.87); }

.teal-A100 {
  background-color: #a7ffeb;
  color: rgba(0, 0, 0, 0.87); }

.teal-A200 {
  background-color: #64ffda;
  color: rgba(0, 0, 0, 0.87); }

.teal-A400 {
  background-color: #1de9b6;
  color: rgba(0, 0, 0, 0.87); }

.teal-A700 {
  background-color: #00bfa5;
  color: rgba(0, 0, 0, 0.87); }

.green {
  background-color: #4caf50;
  color: rgba(255, 255, 255, 0.87); }

.green-50 {
  background-color: #e8f5e9;
  color: rgba(0, 0, 0, 0.87); }

.green-100 {
  background-color: #c8e6c9;
  color: rgba(0, 0, 0, 0.87); }

.green-200 {
  background-color: #a5d6a7;
  color: rgba(0, 0, 0, 0.87); }

.green-300 {
  background-color: #81c784;
  color: rgba(0, 0, 0, 0.87); }

.green-400 {
  background-color: #66bb6a;
  color: rgba(0, 0, 0, 0.87); }

.green-500 {
  background-color: #4caf50;
  color: rgba(255, 255, 255, 0.87); }

.green-600 {
  background-color: #43a047;
  color: rgba(255, 255, 255, 0.87); }

.green-700 {
  background-color: #388e3c;
  color: rgba(255, 255, 255, 0.87); }

.green-800 {
  background-color: #2e7d32;
  color: rgba(255, 255, 255, 0.87); }

.green-900 {
  background-color: #1b5e20;
  color: rgba(255, 255, 255, 0.87); }

.green-A100 {
  background-color: #b9f6ca;
  color: rgba(0, 0, 0, 0.87); }

.green-A200 {
  background-color: #69f0ae;
  color: rgba(0, 0, 0, 0.87); }

.green-A400 {
  background-color: #00e676;
  color: rgba(0, 0, 0, 0.87); }

.green-A700 {
  background-color: #00c853;
  color: rgba(0, 0, 0, 0.87); }

.light-green {
  background-color: #8bc34a;
  color: rgba(0, 0, 0, 0.87); }

.light-green-50 {
  background-color: #f1f8e9;
  color: rgba(0, 0, 0, 0.87); }

.light-green-100 {
  background-color: #dcedc8;
  color: rgba(0, 0, 0, 0.87); }

.light-green-200 {
  background-color: #c5e1a5;
  color: rgba(0, 0, 0, 0.87); }

.light-green-300 {
  background-color: #aed581;
  color: rgba(0, 0, 0, 0.87); }

.light-green-400 {
  background-color: #9ccc65;
  color: rgba(0, 0, 0, 0.87); }

.light-green-500 {
  background-color: #8bc34a;
  color: rgba(0, 0, 0, 0.87); }

.light-green-600 {
  background-color: #7cb342;
  color: rgba(0, 0, 0, 0.87); }

.light-green-700 {
  background-color: #689f38;
  color: rgba(0, 0, 0, 0.87); }

.light-green-800 {
  background-color: #558b2f;
  color: rgba(255, 255, 255, 0.87); }

.light-green-900 {
  background-color: #33691e;
  color: rgba(255, 255, 255, 0.87); }

.light-green-A100 {
  background-color: #ccff90;
  color: rgba(0, 0, 0, 0.87); }

.light-green-A200 {
  background-color: #b2ff59;
  color: rgba(0, 0, 0, 0.87); }

.light-green-A400 {
  background-color: #76ff03;
  color: rgba(0, 0, 0, 0.87); }

.light-green-A700 {
  background-color: #64dd17;
  color: rgba(0, 0, 0, 0.87); }

.lime {
  background-color: #cddc39;
  color: rgba(0, 0, 0, 0.87); }

.lime-50 {
  background-color: #f9fbe7;
  color: rgba(0, 0, 0, 0.87); }

.lime-100 {
  background-color: #f0f4c3;
  color: rgba(0, 0, 0, 0.87); }

.lime-200 {
  background-color: #e6ee9c;
  color: rgba(0, 0, 0, 0.87); }

.lime-300 {
  background-color: #dce775;
  color: rgba(0, 0, 0, 0.87); }

.lime-400 {
  background-color: #d4e157;
  color: rgba(0, 0, 0, 0.87); }

.lime-500 {
  background-color: #cddc39;
  color: rgba(0, 0, 0, 0.87); }

.lime-600 {
  background-color: #c0ca33;
  color: rgba(0, 0, 0, 0.87); }

.lime-700 {
  background-color: #afb42b;
  color: rgba(0, 0, 0, 0.87); }

.lime-800 {
  background-color: #9e9d24;
  color: rgba(0, 0, 0, 0.87); }

.lime-900 {
  background-color: #827717;
  color: rgba(255, 255, 255, 0.87); }

.lime-A100 {
  background-color: #f4ff81;
  color: rgba(0, 0, 0, 0.87); }

.lime-A200 {
  background-color: #eeff41;
  color: rgba(0, 0, 0, 0.87); }

.lime-A400 {
  background-color: #c6ff00;
  color: rgba(0, 0, 0, 0.87); }

.lime-A700 {
  background-color: #aeea00;
  color: rgba(0, 0, 0, 0.87); }

.yellow {
  background-color: #ffeb3b;
  color: rgba(0, 0, 0, 0.87); }

.yellow-50 {
  background-color: #fffde7;
  color: rgba(0, 0, 0, 0.87); }

.yellow-100 {
  background-color: #fff9c4;
  color: rgba(0, 0, 0, 0.87); }

.yellow-200 {
  background-color: #fff59d;
  color: rgba(0, 0, 0, 0.87); }

.yellow-300 {
  background-color: #fff176;
  color: rgba(0, 0, 0, 0.87); }

.yellow-400 {
  background-color: #ffee58;
  color: rgba(0, 0, 0, 0.87); }

.yellow-500 {
  background-color: #ffeb3b;
  color: rgba(0, 0, 0, 0.87); }

.yellow-600 {
  background-color: #fdd835;
  color: rgba(0, 0, 0, 0.87); }

.yellow-700 {
  background-color: #fbc02d;
  color: rgba(0, 0, 0, 0.87); }

.yellow-800 {
  background-color: #f9a825;
  color: rgba(0, 0, 0, 0.87); }

.yellow-900 {
  background-color: #f57f17;
  color: rgba(0, 0, 0, 0.87); }

.yellow-A100 {
  background-color: #ffff8d;
  color: rgba(0, 0, 0, 0.87); }

.yellow-A200 {
  background-color: #ffff00;
  color: rgba(0, 0, 0, 0.87); }

.yellow-A400 {
  background-color: #ffea00;
  color: rgba(0, 0, 0, 0.87); }

.yellow-A700 {
  background-color: #ffd600;
  color: rgba(0, 0, 0, 0.87); }

.amber {
  background-color: #ffc107;
  color: rgba(0, 0, 0, 0.87); }
  
.uyeol {
    background-image: url("../../../tema/assets/images/arka.jpg");
    background-color: rgba(0, 0, 0, 0);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;


  }

.amber-50 {
  background-color: #fff8e1;
  color: rgba(0, 0, 0, 0.87); }

.amber-100 {
  background-color: #ffecb3;
  color: rgba(0, 0, 0, 0.87); }

.amber-200 {
  background-color: #ffe082;
  color: rgba(0, 0, 0, 0.87); }

.amber-300 {
  background-color: #ffd54f;
  color: rgba(0, 0, 0, 0.87); }

.amber-400 {
  background-color: #ffca28;
  color: rgba(0, 0, 0, 0.87); }

.amber-500 {
  background-color: #ffc107;
  color: rgba(0, 0, 0, 0.87); }

.amber-600 {
  background-color: #ffb300;
  color: rgba(0, 0, 0, 0.87); }

.amber-700 {
  background-color: #ffa000;
  color: rgba(0, 0, 0, 0.87); }

.amber-800 {
  background-color: #ff8f00;
  color: rgba(0, 0, 0, 0.87); }

.amber-900 {
  background-color: #ff6f00;
  color: rgba(0, 0, 0, 0.87); }

.amber-A100 {
  background-color: #ffe57f;
  color: rgba(0, 0, 0, 0.87); }

.amber-A200 {
  background-color: #ffd740;
  color: rgba(0, 0, 0, 0.87); }

.amber-A400 {
  background-color: #ffc400;
  color: rgba(0, 0, 0, 0.87); }

.amber-A700 {
  background-color: #ffab00;
  color: rgba(0, 0, 0, 0.87); }

.orange {
  background-color: #ff9800;
  color: rgba(0, 0, 0, 0.87); }

.orange-50 {
  background-color: #fff3e0;
  color: rgba(0, 0, 0, 0.87); }

.orange-100 {
  background-color: #ffe0b2;
  color: rgba(0, 0, 0, 0.87); }

.orange-200 {
  background-color: #ffcc80;
  color: rgba(0, 0, 0, 0.87); }

.orange-300 {
  background-color: #ffb74d;
  color: rgba(0, 0, 0, 0.87); }

.orange-400 {
  background-color: #ffa726;
  color: rgba(0, 0, 0, 0.87); }

.orange-500 {
  background-color: #ff9800;
  color: rgba(0, 0, 0, 0.87); }

.orange-600 {
  background-color: #fb8c00;
  color: rgba(0, 0, 0, 0.87); }

.orange-700 {
  background-color: #f57c00;
  color: rgba(0, 0, 0, 0.87); }

.orange-800 {
  background-color: #ef6c00;
  color: rgba(255, 255, 255, 0.87); }

.orange-900 {
  background-color: #e65100;
  color: rgba(255, 255, 255, 0.87); }

.orange-A100 {
  background-color: #ffd180;
  color: rgba(0, 0, 0, 0.87); }

.orange-A200 {
  background-color: #ffab40;
  color: rgba(0, 0, 0, 0.87); }

.orange-A400 {
  background-color: #ff9100;
  color: rgba(0, 0, 0, 0.87); }

.orange-A700 {
  background-color: #ff6d00;
  color: rgba(0, 0, 0, 0.87); }

.deep-orange {
  background-color: #ff5722;
  color: rgba(255, 255, 255, 0.87); }

.deep-orange-50 {
  background-color: #fbe9e7;
  color: rgba(0, 0, 0, 0.87); }

.deep-orange-100 {
  background-color: #ffccbc;
  color: rgba(0, 0, 0, 0.87); }

.deep-orange-200 {
  background-color: #ffab91;
  color: rgba(0, 0, 0, 0.87); }

.deep-orange-300 {
  background-color: #ff8a65;
  color: rgba(0, 0, 0, 0.87); }

.deep-orange-400 {
  background-color: #ff7043;
  color: rgba(0, 0, 0, 0.87); }

.deep-orange-500 {
  background-color: #ff5722;
  color: rgba(255, 255, 255, 0.87); }

.deep-orange-600 {
  background-color: #f4511e;
  color: rgba(255, 255, 255, 0.87); }

.deep-orange-700 {
  background-color: #e64a19;
  color: rgba(255, 255, 255, 0.87); }

.deep-orange-800 {
  background-color: #d84315;
  color: rgba(255, 255, 255, 0.87); }

.deep-orange-900 {
  background-color: #bf360c;
  color: rgba(255, 255, 255, 0.87); }

.deep-orange-A100 {
  background-color: #ff9e80;
  color: rgba(0, 0, 0, 0.87); }

.deep-orange-A200 {
  background-color: #ff6e40;
  color: rgba(0, 0, 0, 0.87); }

.deep-orange-A400 {
  background-color: #ff3d00;
  color: rgba(255, 255, 255, 0.87); }

.deep-orange-A700 {
  background-color: #dd2c00;
  color: rgba(255, 255, 255, 0.87); }

.brown {
  background-color: #795548;
  color: rgba(255, 255, 255, 0.87); }

.brown-50 {
  background-color: #efebe9;
  color: rgba(0, 0, 0, 0.87); }

.brown-100 {
  background-color: #d7ccc8;
  color: rgba(0, 0, 0, 0.87); }

.brown-200 {
  background-color: #bcaaa4;
  color: rgba(0, 0, 0, 0.87); }

.brown-300 {
  background-color: #a1887f;
  color: rgba(255, 255, 255, 0.87); }

.brown-400 {
  background-color: #8d6e63;
  color: rgba(255, 255, 255, 0.87); }

.brown-500 {
  background-color: #795548;
  color: rgba(255, 255, 255, 0.87); }

.brown-600 {
  background-color: #6d4c41;
  color: rgba(255, 255, 255, 0.87); }

.brown-700 {
  background-color: #5d4037;
  color: rgba(255, 255, 255, 0.87); }

.brown-800 {
  background-color: #4e342e;
  color: rgba(255, 255, 255, 0.87); }

.brown-900 {
  background-color: #3e2723;
  color: rgba(255, 255, 255, 0.87); }

.blue-grey {
  background-color: #607d8b;
  color: rgba(255, 255, 255, 0.87); }

.blue-grey-50 {
  background-color: #eceff1;
  color: rgba(0, 0, 0, 0.87); }

.blue-grey-100 {
  background-color: #cfd8dc;
  color: rgba(0, 0, 0, 0.87); }

.blue-grey-200 {
  background-color: #b0bec5;
  color: rgba(0, 0, 0, 0.87); }

.blue-grey-300 {
  background-color: #90a4ae;
  color: rgba(0, 0, 0, 0.87); }

.blue-grey-400 {
  background-color: #78909c;
  color: rgba(255, 255, 255, 0.87); }

.blue-grey-500 {
  background-color: #607d8b;
  color: rgba(255, 255, 255, 0.87); }

.blue-grey-600 {
  background-color: #546e7a;
  color: rgba(255, 255, 255, 0.87); }

.blue-grey-700 {
  background-color: #455a64;
  color: rgba(255, 255, 255, 0.87); }

.blue-grey-800 {
  background-color: #37474f;
  color: rgba(255, 255, 255, 0.87); }

.blue-grey-900 {
  background-color: #263238;
  color: rgba(255, 255, 255, 0.87); }

.grey-50 {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87); }

.grey-100 {
  background-color: #f5f5f5;
  color: rgba(0, 0, 0, 0.87); }

.grey-200 {
  background-color: #eeeeee;
  color: rgba(0, 0, 0, 0.87); }

.grey-300 {
  background-color: #e0e0e0;
  color: rgba(0, 0, 0, 0.87); }

.grey-400 {
  background-color: #bdbdbd;
  color: rgba(0, 0, 0, 0.87); }

.grey-500 {
  background-color: #9e9e9e;
  color: rgba(0, 0, 0, 0.87); }

.grey-600 {
  background-color: #757575;
  color: rgba(255, 255, 255, 0.87); }

.grey-700 {
  background-color: #616161;
  color: rgba(255, 255, 255, 0.87); }

.grey-800 {
  background-color: #424242;
  color: rgba(255, 255, 255, 0.87); }

.grey-900 {
  background-color: #212121;
  color: rgba(255, 255, 255, 0.87); }

.md-form-group {
  padding: 18px 0 24px 0;
  position: relative; }

.md-input {
  background: transparent;
  position: relative;
  z-index: 5;
  border: 0;
  box-shadow: none;
  border-radius: 0;
  border-bottom: 1px solid rgba(160, 160, 160, 0.2);
  width: 100%;
  height: 34px;
  padding: 2px;
  color: inherit; }
  .md-input:focus,
  .md-input.focus {
    border-color: #0cc2aa;
    border-bottom-width: 2px;
    padding-bottom: 1px; }
    .md-input:focus ~ label,
    .md-input.focus ~ label {
      color: #0cc2aa;
      opacity: 1;
      top: 0 !important;
      font-size: 0.85em !important; }
  .float-label .md-input ~ label {
    top: 20px;
    font-size: 1em; }
  .float-label .md-input.ng-dirty ~ label,
  .float-label .md-input.has-value ~ label {
    top: 0;
    font-size: 0.85em; }
  .md-input ~ label {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    font-size: 0.85em;
    position: absolute;
    z-index: 0;
    opacity: 0.5;
    display: inline-block;
    top: 0px;
    left: 0; }
  .md-input.disabled,
  .md-input[disabled] {
    opacity: 0.5; }

textarea.md-input {
  height: auto; }

.md-input-white:focus,
.md-input-white.focus {
  border-color: #fff; }
  .md-input-white:focus ~ label,
  .md-input-white.focus ~ label {
    color: #fff; }

.md-input-msg {
  position: absolute;
  bottom: 0;
  line-height: 24px;
  font-size: 0.85em; }

.md-input-msg.right {
  right: 0; }

.md-check {
  cursor: pointer;
  padding-left: 1.25rem;
  margin: 0;
  display: inline-block;
  position: relative; }
  .md-check input {
    position: absolute;
    cursor: pointer;
    z-index: 1;
    opacity: 0;
    margin-left: -1.25rem; }
    .md-check input:checked + i:before {
      border-width: 0;
      background-color: inherit; }
    .md-check input:checked + span .active {
      display: inherit; }
    .md-check input[type="radio"] + i,
    .md-check input[type="radio"] + i:before {
      border-radius: 50%; }
    .md-check input[type="checkbox"]:checked + i:after {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      position: absolute;
      left: 6px;
      top: 2px;
      display: table;
      width: 6px;
      height: 12px;
      border: 2px solid;
      border-top: 0;
      border-left: 0;
      content: ' '; }
    .md-check input[type="radio"]:checked + i:after {
      position: absolute;
      left: 6px;
      top: 6px;
      display: table;
      width: 6px;
      height: 6px;
      background: #fff;
      border-radius: 50%;
      content: ' '; }
    .md-check input[disabled] + i:before,
    fieldset[disabled] .md-check input + i:before {
      opacity: 0.5; }
    .md-check input[disabled]:checked + i:before {
      opacity: 0.5; }
  .md-check > i {
    width: 0;
    height: 18px;
    line-height: 1;
    margin-left: -20px;
    margin-top: 1px;
    float: left;
    display: inline-block;
    vertical-align: middle;
    margin-right: 28px;
    position: relative; }
    .md-check > i:before {
      content: "";
      position: absolute;
      width: 18px;
      height: 100%;
      border: 2px solid #9e9e9e;
      border-radius: 2px;
      -webkit-transition: all 0.2s;
      transition: all 0.2s; }
    .md-check > i.no-icon:after {
      display: none !important; }

.md-switch {
  cursor: pointer;
  padding-left: 36px;
  margin: 0;
  min-height: 20px; }
  .md-switch input {
    position: absolute;
    cursor: pointer;
    width: 36px;
    height: 20px;
    z-index: 1;
    opacity: 0;
    margin-left: -36px; }
    .md-switch input:checked + i:before {
      background: inherit;
      opacity: 0.5; }
    .md-switch input:checked + i:after {
      background: inherit;
      left: 16px; }
    .md-switch input[disabled] + i:before,
    fieldset[disabled] .md-switch input + i:before {
      background-color: rgba(0, 0, 0, 0.12); }
    .md-switch input[disabled] + i:after,
    fieldset[disabled] .md-switch input + i:after {
      background-color: #bdbdbd; }
  .md-switch i {
    width: 0px;
    height: 18px;
    line-height: 1;
    margin-left: -36px;
    margin-top: -2px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 44px;
    position: relative; }
    .md-switch i:before {
      content: "";
      left: 1px;
      width: 34px;
      top: 3px;
      height: 14px;
      border-radius: 8px;
      position: absolute;
      background-color: #9e9e9e;
      -webkit-transition: all 0.2s;
      transition: all 0.2s; }
    .md-switch i:after {
      content: "";
      position: absolute;
      margin: 0;
      left: 0;
      top: 0;
      outline: none;
      height: 20px;
      width: 20px;
      border-radius: 50%;
      background-color: #fff;
      box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.26);
      -webkit-transition: all 0.2s;
      transition: all 0.2s; }

.animated {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s; }

[ui-view].ng-leave {
  display: none; }

[ui-view].ng-leave.smooth {
  display: block; }

.smooth.ng-animate {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.fade-in-right-big.ng-enter {
  -webkit-animation: fadeInRightBig 0.5s;
  animation: fadeInRightBig 0.5s; }

.fade-in-right-big.ng-leave {
  -webkit-animation: fadeOutLeftBig 0.5s;
  animation: fadeOutLeftBig 0.5s; }

.fade-in-left-big.ng-enter {
  -webkit-animation: fadeInLeftBig 0.5s;
  animation: fadeInLeftBig 0.5s; }

.fade-in-left-big.ng-leave {
  -webkit-animation: fadeOutRightBig 0.5s;
  animation: fadeOutRightBig 0.5s; }

.fade-in-up-big.ng-enter {
  -webkit-animation: fadeInUpBig 0.5s;
  animation: fadeInUpBig 0.5s; }

.fade-in-up-big.ng-leave {
  -webkit-animation: fadeOutUpBig 0.5s;
  animation: fadeOutUpBig 0.5s; }

.fade-in-down-big.ng-enter {
  -webkit-animation: fadeInDownBig 0.5s;
  animation: fadeInDownBig 0.5s; }

.fade-in-down-big.ng-leave {
  -webkit-animation: fadeOutDownBig 0.5s;
  animation: fadeOutDownBig 0.5s; }

.fade-in.ng-enter {
  -webkit-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s; }

.fade-in.ng-leave {
  -webkit-animation: fadeOut 0.5s;
  animation: fadeOut 0.5s; }

.fade-in-right.ng-enter {
  -webkit-animation: fadeInRight 0.5s;
  animation: fadeInRight 0.5s; }

.fade-in-right.ng-leave {
  -webkit-animation: fadeOutLeft 0.5s;
  animation: fadeOutLeft 0.5s; }

.fade-in-left.ng-enter {
  -webkit-animation: fadeInLeft 0.5s;
  animation: fadeInLeft 0.5s; }

.fade-in-left.ng-leave {
  -webkit-animation: fadeOutRight 0.5s;
  animation: fadeOutRight 0.5s; }

.fade-in-up.ng-enter {
  -webkit-animation: fadeInUp 0.5s;
  animation: fadeInUp 0.5s; }

.fade-in-up.ng-leave {
  -webkit-animation: fadeOutUp 0.5s;
  animation: fadeOutUp 0.5s; }

.fade-in-down.ng-enter {
  -webkit-animation: fadeInDown 0.5s;
  animation: fadeInDown 0.5s; }

.fade-in-down.ng-leave {
  -webkit-animation: fadeOutDown 0.5s;
  animation: fadeOutDown 0.5s; }

  
  
  

.shadow {
    -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05) !important;
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05) !important;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05) !important;
}
.rounded {
    -moz-border-radius: 3px !important;
    -webkit-border-radius: 3px;
    border-radius: 3px !important;
}

.roundedxx {
    -moz-border-radius: 30px !important;
    -webkit-border-radius: 30px;
    border-radius: 30px !important;
}

.panel {
    border: none;
    position: relative;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.panel .panel-body {
    position: relative;
    background-color: #FBFBFB;
    padding: 10px;
}
.inner-all {
    padding: 0px;
}


.yerslider-thumbs-mask {
  position: relative;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}

.yerslider-thumbs-items {
  position: relative;
  white-space: nowrap;
  font-size: 0;
  line-height: 0;
  text-align: center;
  margin-left: -5px;
}


.mesajlar-mesaj{
	position:relative;
	width:auto;
	height:80px; 
	display:block;
	border-bottom:1px dashed #e1e8ed;
	padding:10px;
	cursor:pointer;
}
.mesajlar-mesaj:hover{
background-color:#f0f0f0;

}

.mesajlar-mesaj-ic{
height:100%;
width:100%;
min-width:400px;
min-height:100px;
}

.mesajlar-ivirzivir{
	position: absolute;
    bottom: 10px;
    width: 400px;
    height: 20px;
}
.mesajlar-ivirzivir ul li {
    display: inline-block;
    height: 20px;
    margin-left: -40px;
    margin-top: 2px;
}

.mesajlar-avatar{
display:inline-block;
padding:5px;
margin-left:30px; 
}
.mesajlar-media-body{
margin-left:102px;
}
.media-heading{
text-decoration:none;
}

.mesajlar-icerik{
font-size:14px;
margin-top:0px;
width:75%;
height:60px;
min-width:300px;
overflow:hidden;
overflow-wrap: break-word;
}
.mesajlar-tarih{
position:absolute;
right:15px;
top:15px;
color:#0c70af;
font-weight:bold;
font-size:12px;
}

.mesajlar-checkbox{
position:absolute;
margin-top:24px;
}
.mesajlar-sil{
    position: absolute;
    top: 33px;
    right: 10px;
    z-index: 99;
}


.mesajlar-mesaj-yaz{
font-size:14px;
font-family:tahoma;
width:92%;
height:35px;
border:1px solid #e1e8ed;
padding:5px;

}

.mesajlar-mesaj-alan{
position:fixed;
bottom:0;
width:100%;
height:100px;
}

.mesajlar-alt-mesaj-ic{
position:relative;
height:60px;
border-bottom:1px dashed #e1e8ed;
}

.mesajlar-alt-tarih{
margin-right:15px;
color:#0c70af;
font-weight:bold;
font-size:10px;
}

.mesajlar-alt-ivirzivir{
position:absolute;
bottom:25px;
width:400px;
height:20px;
left:30px;
}
.mesajlar-alt-ivirzivir ul li {
display:inline-block;
height:20px;
margin-right:15px;
}

.mesajlar-alt-media-body{
margin-left:15px;
display:inline-block;
}

.mesajlar-alt-liste{
margin-left: -30px;
}
.mesajlar-alt-liste ul{
list-style:none;
}
.mesajlar-alt-liste ul li{
margin:5px;
border-bottom:1px dashed #e1e8ed;
}

.mesajlar-alt-okunan{
overflow:hidden;
padding-top:0;margin-left:px;margin-top:0;max-width:495px;overflow-wrap: break-word;
}

#okundu_kutu{
	color:#9d9d9d;
	font-weight:normal;
}

.msg_bg_koyu{
	background-color:#e1e8ed !important;
}

.cursorpointer{
cursor:pointer;
}

.mesajlar-alt-avatar{
display:block;
}

.mesajlar-okuma-eylem{
	float:right;
	margin-top:5px; 
	margin-right:5px;
}

.button-red{
	-webkit-box-shadow: inset 0px 39px 0px -24px #e67a73;
    background-color: #e4685d;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #ffffff;
    cursor: pointer;
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    font-family: Arial;
    padding: 6px 10px;
    text-shadow: 0px 1px 0px #b23e35;
}

.button-red:hover{
background-color:#e34e4e;
} 

.clearfix {
    display: inline-block;
}

#msg_ul {
  list-style: none;
  list-style-type: none;
  list-style-position: initial;
  list-style-image: initial;
  padding: 0;
  position: relative;
  margin: 0;
  font-family: sans-serif;
}

#msg_li{
	width:60px;
	height:60px;
	background-color:#fffff;
	padding:10px;
	cursor:pointer;
}

#msg_li:hover{

	background-color:#efefef;

}

.icon-mesaj{
background:url(/wp-content/plugins/private-messages-for-wordpress/bbnis/msg-icon.png) center center no-repeat;
width:40px;
height:20px;
text-align:center;
}

#msg_a {
  
  height:60px !important;
  width:60px !important;
  padding:10px;
  
}
.kacyeni{
width:40px;
height:20px;
padding:10px;
padding-top:0;
}
.kacyeni_bg {
  background: #eb6a5a;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px; 
  color: #fff;
  width:20px !important;
  height:20px;
  text-align:center;
  vertical-align:center;
  position:relative;
  line-height:21px;
}

#msg_ul_hidden{
  list-style: none;
  list-style-type: none;
  list-style-position: initial;
  list-style-image: initial;
  padding: 0;
  position: absolute;
  margin: 0;
  margin-left:-10px;
  margin-top:10px;
  width:280px;
  height:auto;
 
  z-index: 1000;
  float: left;
  min-width: 160px;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,.15);

  background-clip: padding-box;

  
}

#msg_ul_hidden li{
border-top:1px solid #dfdfdf;
padding:10px;
width:278px;
height:77px;
font-size:12px;
background-color:#ffffff;
}

#msg_ul_hidden li:hover{

background-color:#f7f7f7;
}




#msg_ul_hidden img{
width:50px;
height:50px;
  display: block;
  padding: 3px;
  border: 1px solid #efefef;
  background: #fff;

}

.media-heading {
  margin-left: 0;
  margin-bottom: 0px;
  line-height: 20px;
  
  font-weight: bold;
  
  font-size: 14px;
  color: #eb6a5a;
}

#msg_ul_hidden li label {
  margin-left: 5px;
}

#msg_ul_hidden li .msg_media-body  {
  margin-left:10px;

  float:left;
  width:196px;
  position:relative;
}


.msg_dt{
position:absolute;
right:5px;
top:1px;
height:13px;
  background-color: #999;
  display: inline-block;
    padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 10px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

.btn-primary {
	padding:0;
	padding-top:7px; 
	margin:0;
	height:34px;
	width:100%;
	/*line-height:34px;*/
	text-align:center;
  background: #eb6a5a;
  border-color: #eb6a5a;
  color: #ffffff;
}
.btn-primary:hover {
background-color:#e85543;
}

.btn-primary a {
color:#ffffff;
font-size:14px;
font-weight:bold;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}













































table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*-- Carousel --*/
.infinite-carousel {
  position: relative;
  overflow: hidden;
  clear: both;
  height: 100px;
  -moz-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  background: #F0F0F0;
}
.infinite-carousel .slide {
  float: left;
  width: 100px;
  height: 100px;
  background: #F0F0F0;
  color: #aaa;
}
.infinite-carousel .slide.slide-current {
  background: #F0F0F0;
  color: #fff;
}
.infinite-carousel .slide.slide-enable-animation {
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

/*-- Controls --*/
.carousel-control-previous,
.carousel-control-next {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  line-height: 40px;
  font-size: 11px;
  text-align: center;
}

.carousel-control-previous {
  left: 0;
  right: auto;
}

.carousel-control-next {
  left: auto;
  right: 0;
}




.vitrinuye img {
    border-radius: 50%;
}




























 .page-profile .page-right-side,.page-mm .page-right-side{overflow:hidden}.section--profile{margin:0 -40px;padding:25px 40px}.section--profile:before{position:absolute;right:40px;bottom:0;left:40px;content:'';border-bottom:1px solid rgba(0,0,0,.1)}.section--profile.active{padding-bottom:0}.profile-friends{width:560px;margin:0 0 -15px}.profile-friends .brick-wrap{margin:0 17px 15px 0;vertical-align:top}.profile-friend__txt{width:520px;margin:0 0 15px}.brick-wrap:nth-child(2) + .profile-friend__txt{display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;width:215px;height:100px}.brick-wrap:nth-child(2) + .profile-friend__txt .profile-friend__txt-descr{width:215px}.profile-friends .brick + .brick{margin-left:-83px;box-shadow:0 0 0 3px #fff}.friend-connected__first,.friend-connected__second,.friend-connected__third{display:none}.first .friend-connected__first,.second .friend-connected__second,.third .friend-connected__third{display:block}.profile-friends .brick-wrap.loading > .brick:after,.profile-friends .brick-wrap.loading .brick--hover:after{background:#d6d6d6}.profile-friends .brick-wrap .loader{z-index:1}.profile-friends .brick > .icon{opacity:1}.profile-friends .brick.brick--covered:after{background:rgba(255,255,255,.6)}.profile-friends .brick-wrap--double{margin-right:12px;margin-left:-5px}.loading > .profile-friends__more-link{display:none}.profile-section__txt{margin:0;white-space:pre-wrap;word-wrap:break-word}.profile-section__more-txt{position:relative;top:2px;margin:0 0 0 7px;cursor:pointer}.profile-section__txt-hide,.profile-section__txt-active .profile-section__more-txt{display:none}.profile-section__txt-active .profile-section__txt-hide{display:inline}.profile-section__txt + .btn{margin-top:15px}.profile-edit__btn-right{margin-top:10px;text-align:right}.section--profile .radio{margin:5px 12px 5px 0}.section--profile .radio:last-child{margin-right:0}.profile-photo-grid{position:absolute;z-index:2;top:110px;visibility:hidden;width:100%;background:#fff;transition:visibility .3s linear,-webkit-transform .3s cubic-bezier(.6,0,.735,.045);transition:transform .3s cubic-bezier(.6,0,.735,.045),visibility .3s linear;transition:transform .3s cubic-bezier(.6,0,.735,.045),visibility .3s linear,-webkit-transform .3s cubic-bezier(.6,0,.735,.045);-webkit-transform:translate(0,1000px);transform:translate(0,1000px)}.profile-grid-visible{-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto}.profile-grid-visible .profile-photo-grid{visibility:visible;transition:-webkit-transform .3s cubic-bezier(.175,.885,.32,1.1);transition:transform .3s cubic-bezier(.175,.885,.32,1.1);transition:transform .3s cubic-bezier(.175,.885,.32,1.1), -webkit-transform .3s cubic-bezier(.175,.885,.32,1.1);-webkit-transform:translate(0,0);transform:translate(0,0)}.profile-grid-visible-end .profile-photo-grid{position:relative;top:0}.profile-info{position:relative}.profile-grid-visible-end .profile-info{position:absolute;top:110px}.profile{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto;width:100%}.profile__header{-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.profile__content{position:relative;width:100%;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.profile:nth-child(2) > .profile__header{position:absolute;left:0;top:0;right:0;background:#fff}.profile:nth-child(2) > .profile__content{position:absolute;z-index:2;margin:110px 0 0;visibility:hidden;background:#fff;-webkit-transform:translate(0,1000px);transform:translate(0,1000px)}.profile-switching-up{-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto}.profile-switching-up .profile:first-child{position:absolute;top:0}.profile-switching-up .profile:nth-child(2) > .profile__content{visibility:visible;transition:-webkit-transform .3s cubic-bezier(.175,.885,.32,1.1);transition:transform .3s cubic-bezier(.175,.885,.32,1.1);transition:transform .3s cubic-bezier(.175,.885,.32,1.1), -webkit-transform .3s cubic-bezier(.175,.885,.32,1.1);-webkit-transform:translate(0,0);transform:translate(0,0);position:relative}.profile-switching-down .profile:first-child > .profile__header{display:none}.profile-switching-down .profile:first-child > .profile__content{visibility:hidden;background:#fff;-webkit-transform:translate(0,1000px);transform:translate(0,1000px);position:absolute;margin:110px 0 0;z-index:3;transition:visibility .3s linear,-webkit-transform .3s cubic-bezier(.6,0,.735,.045);transition:transform .3s cubic-bezier(.6,0,.735,.045),visibility .3s linear;transition:transform .3s cubic-bezier(.6,0,.735,.045),visibility .3s linear,-webkit-transform .3s cubic-bezier(.6,0,.735,.045)}.profile-switching-down .profile:nth-child(2) > .profile__content{position:relative;visibility:visible;-webkit-transform:translate(0,0);transform:translate(0,0);transition:none}.profile__grid{-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.profile__upload{-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.profile-info-v2{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto}.profile-info-v2__left{width:600px;background:#fff;position:relative;margin:0 0 -100vh;padding:0 40px 100vh}.profile-info-v2__right{width:300px;background:#f7f7f7;border-left:1px solid rgba(0,0,0,.15);position:relative;margin:0 0 -100vh;padding:0 30px 100vh}.profile-gallery{-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.profile-header{height:110px}.profile-header__btn{position:relative;z-index:3}.profile-header__txt{overflow:hidden;padding:0 20px 0 0}.profile-header__btn + .profile-header__txt{padding-left:27px}.name-wrap{position:relative}.name-wrap .online-status{position:absolute;top:50%;left:-14px;margin:-4px 0 0}.profile-header__name{display:inline-block;position:relative;margin:0;padding:0 0 0 1px;overflow:hidden;transition:color .15s;white-space:nowrap;font-size:1.571em;line-height:1.182}.profile-header__name:hover{color:#2b65f8}.profile-header__icons{padding:0 0 0 10px}.profile-header__icons .icon,.profile-header__icons .ico-feature{margin:0 5px 0 0}.profile-header__icons .icon:only-child{display:block}.common-info-wrap{margin:0 0 0 -13px}.common-info-wrap_{position:relative;margin:0 0 0 -2px}.common-info-wrap_:empty{display:none}.common-info{display:inline-block;position:relative;height:32px;margin:7px 0 0;padding:0 12px 0 15px;vertical-align:top}.common-info-wrap--hide .common-info:first-child:after{position:absolute;top:9px;right:-3px;width:7px;height:14px;padding:0 0 0 4px;content:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAIBAMAAADD3ygIAAAAFVBMVEUAAAD///////////////////////9Iz20EAAAABnRSTlMAkAGNSUZQ9d/eAAAAIUlEQVQI12NgZWBgcDNgYFBMVGBgEhNgYDATALFBYiA5ACreAqmmyyZYAAAAAElFTkSuQmCC);border-radius:7px 0 0 7px;background:#256cf5;transition:opacity .2s ease-in-out;line-height:.858}.common-info-wrap--hide > .common-info-wrap_:hover > .common-info:first-child:after{opacity:0}.common-info:before{position:absolute;top:4px;right:-4px;height:24px;content:'';border-right:1px solid rgba(0, 0, 0, .15)}.common-info-wrap .common-info:last-child:before{border-right:0}.common-info-wrap--hide .common-info--hide{position:absolute;visibility:hidden;margin-left:-10px;padding:0 12px 0 15px;opacity:0;transition:all .25s ease-in-out}.common-info-wrap--hide > .common-info-wrap_ > .common-info--hide + .common-info--hide{left:200%;transition:all .1s linear}.common-info-wrap--hide > .common-info-wrap_:hover > .common-info--hide{position:relative;left:auto;visibility:visible;margin-left:0;opacity:1}.common-info--work-education{-webkit-flex:1 1 150px;-ms-flex:1 1 150px;flex:1 1 150px;max-width:380px;padding-right:0;overflow:hidden}.common-info-wrap--hide > .common-info--work-education{visibility:visible;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;opacity:1;transition:all .25s ease-in-out .25s}.common-info-wrap--hide > .common-info-wrap_:hover + .common-info--work-education{visibility:hidden;opacity:0;transition:all 0s ease-in-out 0s}.common-info--work-education:before{position:absolute;top:4px;right:auto;left:0;height:24px;content:'';border-left:1px solid rgba(0, 0, 0, .15)}.common-info-wrap--hide > .common-info--work-education:before{width:0;border:0}.common-info-wrap_:empty + .common-info:before{border:0}.common-info > span{display:inline-block;font:.857em/1.334 Helvetica,Arial,sans-serif}.common-info > .icon{margin:0 7px 0 0}.common-info__count{display:inline-block;position:relative;min-width:18px;min-height:24px;margin:0 3px 0 0;font-size:2.286em;line-height:1}.common-info__count-cnt{display:inline-block;position:relative;width:100%;background:#fff}.profile-menu__chat-btn{padding:10px 22px 13px 18px}.profile-menu__chat-btn > .btn-txt{font-size:.889em}.big-photo{position:relative;z-index:2;width:100%;height:calc(100vh - 110px - 25px);min-height:555px}.mm_profile_visible_end .big-photo{position:absolute}.big-photo__gallery{position:relative;z-index:2;-webkit-flex:1 1 100%;-ms-flex:1 1 100%;flex:1 1 100%}.big-photo__footer{position:relative;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.big-photo__footer .banner{background:#fff}.big-photo__footer .table-cell{height:90px}.big-photo__footer .table-cell:first-child{padding-left:30px}.big-photo__footer .table-cell + .table-cell{padding-right:30px;text-align:right}.big-photo__footer .photo-coaching{margin:13px 0}.big-photo__footer .photo-coaching__label{width:400px;line-height:1.286em}.photo-coaching + .photo-coaching__label{width:300px;margin-left:10px}.big-photo__footer .private-photo{height:16px;margin:13px 0}.big-photo__footer .private-photo__label{width:400px;line-height:1.286em}.private-photo + .private-photo__label{width:300px;margin-left:10px}.game-profile{position:absolute;z-index:2;top:110px;visibility:hidden;width:100%;transition:visibility .3s linear,-webkit-transform .3s cubic-bezier(.6,0,.735,.045);transition:transform .3s cubic-bezier(.6,0,.735,.045),visibility .3s linear;transition:transform .3s cubic-bezier(.6,0,.735,.045),visibility .3s linear,-webkit-transform .3s cubic-bezier(.6,0,.735,.045);-webkit-transform:translate(0,1000px);transform:translate(0,1000px)}.mm_profile_visible .game-profile{visibility:visible;transition:-webkit-transform .3s cubic-bezier(.175,.885,.32,1.1);transition:transform .3s cubic-bezier(.175,.885,.32,1.1);transition:transform .3s cubic-bezier(.175,.885,.32,1.1), -webkit-transform .3s cubic-bezier(.175,.885,.32,1.1);-webkit-transform:translate(0,0);transform:translate(0,0)}.mm_profile_visible_end .game-profile{position:relative;top:0}.mm_no_profile .profile-menu,.mm_no_profile .user-status,.mm_no_profile .app[rel='profile-view'],.mm_no_profile .name-wrap .b-link{display:none}.mm_no_profile .profile-header__name{padding-right:0}.mm_no_profile .profile-header__name:hover{color:#4d4d4d}.gallery-blocker{z-index:2;display:none}.gallery-blocker-v2{z-index:2}.mm_gallery_locked .gallery-blocker{display:block}.ie10 .game-photo img{width:auto !important;height:auto !important}.profile-widget{position:relative;padding:25px 0;border-bottom:1px solid #e8e9eb;border-bottom:1px solid rgba(0,0,0,.1)}.profile-widget:empty{padding:0;border:0}.profile-widget__expand{position:absolute;top:32px;right:0;width:80px;text-align:right;line-height:1}.profile-widget__expand + h2{width:160px}.profile-widget__expand-lnk--show,.hide .profile-widget__expand-lnk--hide{display:none}.hide .profile-widget__expand-lnk--show{display:inline}.loading > .profile-widget__expand-lnk{opacity:0}.hide .profile-widget__items > .profile-widget__item:nth-child(n+4),.hide .profile-widget__items .social-networks__item:nth-child(n+4){display:none}.profile-widget__popularity-status--low,.profile-widget__popularity-status--low:hover{color:#f02139}.profile-widget__popularity-status--average,.profile-widget__popularity-status--average:hover{color:#cf9200}.profile-widget__popularity-status--high,.profile-widget__popularity-status--high:hover{color:#2bc43f}.profile-widget__txt{margin-bottom:10px}.photo-gallery{position:absolute;top:0;bottom:0;width:100%;background:#2d3238;transition:width .3s ease-in-out;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.photo-gallery:before{position:absolute;z-index:2;top:0;right:0;bottom:-90px;left:0;visibility:hidden;content:'';background:rgba(0,0,0,0);transition:background .1s linear .2s,visibility .0s linear .3s}.mm_profile_visible .photo-gallery:before{visibility:visible;background:rgba(0,0,0,.3);transition:background .1s linear}.photo-gallery__photo,.photo-gallery__photo > img,.photo-gallery__photo > video{position:absolute;top:0;right:0;bottom:0;left:0;width:auto;max-width:100%;height:auto;max-height:100%;margin:auto}.photo-gallery__photo{overflow:hidden}.photo-gallery__photo > img{opacity:0;-webkit-animation:show .2s ease-in-out forwards;animation:show .2s ease-in-out forwards}.photo-gallery__photo > video{display:none;z-index:2;opacity:0;-webkit-animation:show .2s ease-in-out forwards;animation:show .2s ease-in-out forwards}.photo-gallery__video{display:none;position:absolute;top:0;right:0;bottom:0;left:0;text-align:center}.photo-gallery__video > .inline{position:relative;z-index:2}.photo-gallery__video .icon > .b-link{top:-120px;right:-120px;bottom:-120px;left:-120px}.mm_video .photo-gallery__video{display:block}.mm_video_playback .photo-gallery__photo > img{display:none}.mm_video_playback .photo-gallery__photo > video{display:block}.mm_video_pause .photo-gallery__video{display:block}.mm_video_pause .photo-gallery__photo > img{display:none}.mm_video_pause .photo-gallery__photo > video{display:block}.photo-gallery__blocker{position:absolute;top:0;right:0;bottom:0;left:0}.photo-gallery__blocker_{position:absolute;z-index:-1;top:0;right:0;bottom:0;left:0;padding:0 160px;background:rgba(255,255,255,.9);opacity:0;text-align:center}.photo-gallery__blocker_--gift{background:rgba(31,114,242,.8);color:#fff}.photo-gallery__blocker-icon{margin:0 0 25px}.photo-gallery__blocker p + p{margin-top:-10px}.photo-gallery__blocker-options{margin:20px 0 0}.mm_private_photos .photo-gallery__abuse,.mm_facebook_photos .photo-gallery__abuse,.mm_not_moderated_photo .photo-gallery__abuse{display:none}.mm_private_photos .private-photos,.mm_facebook_photos .facebook-photos,.mm_gift_screen .photo-gallery__blocker_--gift,.mm_not_moderated_photo .not-moderated-photos{z-index:1;opacity:1}.mm_gift_screen .photo-gallery__photo > img,.mm_private_photos .photo-gallery__photo > img,.mm_not_moderated_photo .photo-gallery__photo > img{-webkit-filter:blur(15px);filter:blur(15px)}.mm_private_photos .photo-gallery__arrow,.mm_facebook_photos .photo-gallery__arrow,.mm_not_moderated_photo .photo-gallery__arrow{fill:#000}.mm_private_photos .photo-gallery__link--next,.mm_facebook_photos .photo-gallery__link--next,.mm_not_moderated_photo .photo-gallery__link--next,.mm_gift_screen .photo-gallery__link--next{left:90%}.mm_gift_screen .photo-gallery__abuse,.mm_gift_screen .photo-gallery__video-button,.mm_gift_screen .photo-gallery__corner{display:none}.photo-gallery__abuse{position:absolute;z-index:1;right:30px;bottom:25px}.photo-gallery__link{display:none;position:absolute;z-index:1;top:0;bottom:0;cursor:pointer;-webkit-transform:translateZ(0);transform:translateZ(0)}.ie10 .photo-gallery__link:after{position:absolute;top:0;right:0;bottom:0;left:0;content:'';background:rgba(255,255,255,0)}.photo-gallery__link--prev{right:810px;left:0;-webkit-transform:translateZ(0);transform:translateZ(0)}.photo-gallery__link--next{right:0;left:90px;-webkit-transform:translateZ(0);transform:translateZ(0)}.mm_has_gallery .photo-gallery__link{display:block}.photo-gallery__arrow{position:absolute;top:50%;width:15px;height:40px;margin:-20px 0 0;opacity:.2;transition:opacity .3s,-webkit-transform .3s;transition:transform .3s,opacity .3s;transition:transform .3s,opacity .3s,-webkit-transform .3s;-webkit-transform:translateZ(0);transform:translateZ(0);pointer-events:none}.photo-gallery__arrow--left{left:40px}.photo-gallery__arrow--right{right:40px}.photo-gallery__link:hover > .photo-gallery__arrow{opacity:1;-webkit-transform:scaleY(.7) translateZ(0);transform:scaleY(.7) translateZ(0)}.photo-gallery__corner{position:absolute;z-index:1;bottom:0;left:72px;padding:30px 60px 30px 0}.photo-gallery__corner_{position:relative;border-radius:16px;background:rgba(0,0,0,.5);box-shadow:0 0 15px 0 rgba(0, 0, 0, .15);transition:border-radius .15s .25s;font-family:'FS Albert Pro Web Bold',Helvetica,Arial,sans-serif}.photo-gallery__video-button{position:absolute;z-index:1;bottom:25px;left:30px}.photo-gallery__video-button.hidden + .photo-gallery__corner{left:0;padding:30px 60px 30px 30px}.photo-gallery__counter{height:32px;margin:0 15px;transition:margin .15s .25s,opacity .15s .25s;color:#fff;white-space:nowrap;text-align:center}.photo-gallery__counter .icon{margin:0 0 -3px}.photo-gallery__miniatures-wrap{overflow:hidden;transition:width .15s .25s,height .15s .25s}.photo-gallery__miniatures{display:inline-block;position:relative;white-space:nowrap;font-size:0}.photo-gallery__photos-wrap{display:inline-block;overflow:hidden;max-width:270px;vertical-align:middle}.photo-gallery__photos{position:relative}.photo-gallery__photos.animated{transition:-webkit-transform .25s;transition:transform .25s;transition:transform .25s, -webkit-transform .25s}.photo-gallery__photos-item{display:inline-block;position:relative;overflow:hidden;width:48px;height:48px;margin:6px 3px}.photo-gallery__photos-item:before{position:absolute;top:0;right:0;bottom:0;left:0;content:'';background:rgba(0,0,0,1);opacity:.5;transition:opacity .15s}.photo-gallery__photos-item:after{position:absolute;top:0;right:0;bottom:0;left:0;content:'';border:1px solid #fff;opacity:.1;transition:opacity .15s}.photo-gallery__photos-item:hover:before,.photo-gallery__miniatures-wrap:hover .photo-gallery__photos-item.active:before{opacity:0}.photo-gallery__photos-item:hover:after{opacity:.05}.photo-gallery__miniatures-wrap:hover .photo-gallery__photos-item.active .b-link{display:none}.photo-gallery__photos-item > img{width:48px;height:48px}.photo-gallery__photos-item > .icon{position:absolute;bottom:3px;left:1px}.photo-gallery__photos-stub{position:absolute;top:0;right:0;bottom:0;left:0;color:#fff;text-align:center;font-weight:400;font-size:14px}.mm_show_not_moderated_photos .photo-gallery__photos-item--not-moderated .photo-gallery__photos-stub{display:none}.mm_show_not_moderated_photos .photo-gallery__photos-item--not-moderated > img{-webkit-filter:none;filter:none}.photo-gallery__photos-item--private > img,.photo-gallery__photos-item--not-moderated > img{-webkit-filter:blur(5px);filter:blur(5px)}.photo-gallery__prev-page,.photo-gallery__next-page{display:inline-block;position:relative;overflow:hidden;width:0;margin:6px 0;opacity:.7;transition:opacity .15s;vertical-align:middle}.photo-gallery__prev-page{margin-right:3px}.photo-gallery__next-page{margin-left:3px}.photo-gallery__prev-page .icon,.photo-gallery__next-page .icon{display:block;margin:16px 0}.photo-gallery__prev-page:hover,.photo-gallery__next-page:hover{opacity:1}.gallery_has_arrows .photo-gallery__prev-page{width:auto;margin-left:6px}.gallery_has_arrows .photo-gallery__next-page{width:auto;margin-right:6px}.mm_has_gallery .photo-gallery__corner:hover .photo-gallery__corner_{border-radius:6px;background:rgba(0,0,0,.7);transition-delay:0}.photo-gallery__counter.move{margin-bottom:-32px;opacity:0;transition-delay:0}.mm_has_gallery .photo-gallery__corner:hover .photo-gallery__miniatures-wrap{transition-delay:0;will-change:width,height}.score-user__txt{width:145px;margin:0 0 0 17px}.score-user__txt b{white-space:nowrap}.score-user__txt--top{vertical-align:top}.score-user__btns{margin:10px 0 0}.social-networks{margin:-5px 0}.social-networks + .btn{margin:15px 0 0}.social-networks__item{position:relative;margin:0 0 0 -10px;padding:10px 0 10px 10px}.social-networks__item:not(.blocked):hover .social-networks__title{color:#4d4d4d}.social-networks__item:hover .social-networks__connect,.social-networks__item:hover .social-networks__ico--arrow .icon{border-color:#2b65f8;color:#2b65f8;fill:#2b65f8}.social-networks__item--photo-verify{margin-bottom:15px}.social-networks__item--photo-verify:after{position:absolute;bottom:-20px;left:10px;width:32px;content:'+';color:#999;text-align:center;font-size:24px;line-height:1.167;pointer-events:none}.social-networks__txt{margin-left:12px;line-height:1.143}.social-networks__ico{position:absolute;top:50%;right:12px;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.social-networks--line{margin:0;white-space:nowrap}.social-networks--line .social-networks__item{display:inline-block;width:100px;margin:0;padding:0 5px;vertical-align:top;white-space:normal}.social-networks--line .social-networks__txt{display:block;margin:10px 0 3px 0}.social-networks--line .social-networks__title{margin:0 0 3px 0}.social-networks--line .social-networks__item--plus{width:30px;height:60px;margin:0;line-height:60px}.social-networks--line .social-networks__item--photo-verify{margin-right:10px;margin-bottom:0}.social-networks--line .social-networks__item--photo-verify:after{height:60px;line-height:60px;right:-10px;top:0;left:auto;width:10px}.social-networks--line .social-networks__ico{display:none}.icon--google + .social-networks__txt .social-networks__title{direction:ltr;unicode-bidi:embed}.entry-points{margin:-5px 0 -1.3572em;text-align:justify}.entry-points:after{display:inline-block;width:100%;content:'';font-size:0}.entry-point{display:inline-block;position:relative;text-align:center}.entry-point:hover b{transition:color .2s;color:#2b65f8}.entry-point__icon{margin:0 0 -3px}.entry-point--off > .entry-point__icon{opacity:.4;transition:opacity .2s}.entry-point--off:hover > .entry-point__icon{opacity:1}.entry-point > .icon{margin:0 3px 1px 0}.location-map{position:relative;overflow:hidden;height:240px;margin:15px 0 0;border-radius:3px;transition:all .2s linear}.hide .location-map{height:0;margin:0;opacity:0}.location-map--static{height:160px;margin:5px 0 0;text-align:center}.location-map--static:after{position:absolute;top:0;right:0;bottom:0;left:0;content:'';border:1px solid rgba(77,77,77,.1);border-radius:3px}.location-map__real{border:1px solid rgba(77,77,77,.2)}.location-map__cached,.location-map__real{position:absolute;top:0;left:0;overflow:hidden;width:100%;height:100%;border-radius:3px}.location-map__cached > img{position:absolute;top:-500px;right:0;bottom:-500px;left:0;width:100%;height:auto;margin:auto}.location-map__layer{display:inline-block;position:relative;width:256px;padding:15px;border-radius:4px;background:rgba(255,255,255,.9);vertical-align:middle}.location-map__btn{margin:5px 0 0}.location-map__radius{position:absolute;top:0;right:0;bottom:0;left:0;width:150px;height:150px;margin:auto;border:1px solid rgba(31,114,242,.35);border-radius:50%;background:rgba(43,101,248,.1)}.location-map__pin{position:absolute;top:10px;right:0;bottom:0;left:0;width:48px;height:48px;margin:auto}.location-map__pin > .icon{margin:-6px 0 0 -6px}.map-tooltip{display:inline-block;width:26px;height:60px;margin:-35px 0 0 -13px}.here-maps .map-tooltip{}.google-maps .map-tooltip{}.here-maps .tooltip.active{}.map-canvas{z-index:1;width:100%;height:100%}.here-maps.map-canvas{}.map-zoom{position:absolute;z-index:2;top:10px;left:10px}.map-zoom__slider{position:relative;width:20px;height:127px;margin:20px 0;cursor:pointer;background:url(/v2/-/-/i/hotornot_v2/location/mapcontrols.1.png) 0 -23px no-repeat}.map-zoom__in,.map-zoom__out{position:absolute;top:-23px;left:0;width:20px;height:23px;background:url(/v2/-/-/i/hotornot_v2/location/mapcontrols.1.png) 0 0 no-repeat}.map-zoom__out{top:100%;background-position:0 -295px}.map-zoom__dash{position:absolute;top:3px;left:1px;width:20px;height:118px}.map-zoom__dash-it{position:absolute;left:7px;width:2px;height:1px;border-top:1px solid #aaa}.map-zoom__scale{position:relative;top:-2px;width:18px;height:130px}.map-zoom__scale-me{display:inline-block;position:relative;left:1px;width:18px;height:12px;background:url(/v2/-/-/i/hotornot_v2/location/mapcontrols.1.png) 0 -318px no-repeat}.banner-container{display:inline-block;visibility:visible;opacity:1;transition:height .6s,opacity .2s .4s,visibility .2s .4s;vertical-align:top}.banner-container:empty{display:none}.banner-container.animated{visibility:hidden;opacity:0;transition:height .6s,opacity .2s,visibility .2s}.banner-container--wide{display:block;margin:20px 30px 0}.banner-container--wide .banner-buttons{min-width:195px}.section-header--folder ~ .banner-container--wide{margin-top:0}.banner-card{display:inline-block;position:relative;width:64px;height:78px;box-shadow:0 0 0 2px #fff,0 0 7px #262b37}.banner-card__img{overflow:hidden;width:100%;height:100%;-webkit-backface-visibility:hidden}.banner-card__img > img{width:78px;height:78px;margin:0 0 0 -7px}.banner-cards{position:relative}.banner-cards .brick{position:absolute;box-shadow:0 0 0 2px #fff}.banner-balloons{overflow:hidden;position:relative;height:100px;width:205px;margin:0 0 0 -30px}.banner-balloon{position:absolute;border-radius:50%;color:#fff;font-size:.857em;text-align:center}.banner-balloon__txt{font-size:2.833em;display:block;line-height:1.236em}.banner-balloon__txt-small{display:inline-block;width:60px}.banner-balloon--red{width:88px;height:88px;background:linear-gradient(rgba(255,99,170,.9),rgba(255,49,49,.9));left:10px;top:19px;padding:11px 0 0}.banner-balloon--blue{width:138px;height:138px;background:linear-gradient(#02b8f3,#2b65f8);left:60px;bottom:16px;padding:52px 0 0}.banner-balloon--red .banner-balloon__txt:after{content:'=';position:absolute;right:2px;top:1px}.promo-banner{position:relative;width:190px;margin:5px 0;padding:20px;border-radius:5px;text-align:center}.promo-banner::after{position:absolute;top:0;right:0;bottom:0;left:0;content:'';border:1px solid rgba(0, 0, 0, .15);border-radius:5px;transition:box-shadow .2s ease-in-out}.promo-banner:hover::after{box-shadow:0 2px 3px rgba(0,0,0,.1)}.promo-banner__title{font-size:1.143em;line-height:1.125}.promo-banner__user{display:inline-block;position:relative;margin:0 0 25px}.promo-banner .btn{display:block;position:static}.promo-banner__txt{max-width:148px;margin:0 0 25px;word-wrap:break-word}.promo-banner__txt b{font-weight:700}.promo-banner .brick + .brick{margin-left:0}.promo-banner .brick-group--promo > .brick + .brick{margin-left:-15px}.promo-banner .brick-group{margin:0 -20px}.promo-banner .brick > .brick{box-shadow:0 0 0 2px #fff}.promo-banner__cost{margin:10px 0 -10px;color:#bfbfbf;text-align:center;font-size:.857142em;line-height:1.3334}.promo-banner--liked-you .promo-banner__user{margin-right:-21px;margin-left:-21px}.promo-banner__user--popularity{padding-bottom:43px;background:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADUAAAAsAgMAAAC4URiwAAAADFBMVEUAAAAAol4Aol4Aol6fvFNyAAAAA3RSTlMAw8SGqEb6AAAAS0lEQVQokWNgQAKMDsg8BuYDDAGo3A/YuBBdcC6QQR6XFZXLTww3AJX7gTpcxgYULggQ4gK1IHMhBN24bKhchoHlJqByGQhzE1B4ADn2Wx97IPCVAAAAAElFTkSuQmCC') no-repeat 50% 100%}.promo-banner--mobile .promo-banner__btns{margin:0 -10px}.promo-banner--mobile .promo-banner__btns .btn{position:relative;margin-left:0;overflow:hidden}.promo-banner--encounters2 .promo-banner__user > .brick:first-child,.promo-banner--add-photos .promo-banner__user > .brick:first-child{z-index:1}.promo-banner--encounters2 .brick + .brick,.promo-banner--add-photos .brick + .brick{position:absolute;top:0;left:-50px}.promo-banner--encounters2 .brick:nth-child(3),.promo-banner--add-photos .brick:nth-child(3){right:-50px;left:auto}.promo-banner--inbox-full .banner-card:nth-child(2){z-index:1}.promo-banner--inbox-full .banner-card:first-child{position:absolute;top:10px;left:-48px;-webkit-transform:rotate(-9deg);transform:rotate(-9deg)}.promo-banner--inbox-full .banner-card:last-child{position:absolute;top:10px;right:-48px;-webkit-transform:rotate(9deg);transform:rotate(9deg)}.promo-banner--inbox-full .banner-cards .brick{bottom:-5px}.promo-banner--favourite .brick + .brick,.promo-banner--spotlight .brick + .brick,.promo-banner--first-contact .brick + .brick{left:-40px}.promo-banner--favourite .brick + .brick:nth-child(3),.promo-banner--spotlight .brick + .brick:nth-child(3),.promo-banner--first-contact .brick + .brick:nth-child(3){right:-40px;left:auto}.promo-banner--boost .promo-banner__imgs{position:relative;overflow:hidden;margin:-19px -19px 10px -19px;border-radius:5px 5px 0 0}.promo-banner--boost .promo-banner__imgs img{width:93px;height:93px;margin:0 0 2px 0}.promo-banner--boost .promo-banner__imgs img:nth-child(2n-1){margin-right:2px}.promo-banner--boost .brick{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto}.banner{display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;position:relative;-webkit-align-items:center;-ms-flex-align:center;align-items:center;width:100%;height:100px;padding:0 30px;border-radius:6px}.banner--profile{border-top:1px solid rgba(26,36,57,.15)}.banner-promo,.banner-buttons{-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.banner-buttons{padding-left:15px;text-align:right}.banner-content{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.banner-text{-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto;min-width:200px;max-width:365px;margin:0 20px}.banner .brick > .brick{box-shadow:0 0 0 2px #fff}.banner .brick-group{width:175px}.banner .banner-promo .brick:only-child{margin-right:23px}.banner .banner-promo .brick:only-child > .brick{right:-10px}.banner--aqua{background:rgba(0, 202, 168, 0.12)}.banner--blue{background:rgba(43, 101, 248, 0.12)}.banner--lblue{background:rgba(43, 140, 252, 0.12)}.banner--yellow{background:rgba(254, 195, 9, 0.12)}.banner--red{background:rgba(240, 33, 57, 0.12)}.banner--cloudy{background:rgba(154, 169, 197, 0.12)}.banner--orange{background:rgba(255, 130, 0, 0.12)}.banner--grass{background:rgba(134, 195, 19, 0.12)}.banner--lime{background:rgba(41, 207, 41, 0.12)}.banner--sky{background:rgba(40, 196, 246, 0.12)}.banner--liked-you{overflow:hidden}.banner--liked-you .brick-group{width:205px;margin:0 0 0 -30px}.banner--liked-you .brick-group .brick:first-child{margin-left:-5px}.banner--liked-you .brick + .brick{margin-left:4px}.banner--liked-you .brick > .brick{right:-4px}.banner--spp .brick-group > .brick + .brick,.banner--extra-shows .brick-group > .brick + .brick,.banner--riseup .brick-group > .brick + .brick{margin-left:-7px}.banner--add-more-photos .brick-group{text-align:center}.banner--add-more-photos .brick-group > .brick:first-child{z-index:1}.banner--add-more-photos .brick-group .brick + .brick{position:absolute;left:0;margin-left:0}.banner--add-more-photos .brick-group > .brick:last-child{right:3px;left:auto}.banner--spotlight .brick-group > .brick + .brick{margin-left:-8px}.banner--favorite .brick-group > .brick + .brick,.banner--newbie .brick-group > .brick + .brick,.banner--find-friends .brick-group > .brick + .brick{margin-left:-12px}.banner .banner-cards{overflow:hidden;width:205px;height:100px;margin:0 0 0 -30px}.banner .banner-card{position:absolute}.banner .banner-card:first-child{top:-12px;left:14px;-webkit-transform:rotate(-13deg);transform:rotate(-13deg)}.banner .banner-card:nth-child(2){top:10px;left:61px;-webkit-transform:rotate(6deg);transform:rotate(6deg)}.banner .banner-card:nth-child(3){top:40px;left:110px;-webkit-transform:rotate(20deg);transform:rotate(20deg)}.banner .banner-cards .brick{top:30px;right:10px}.banner-app{display:inline-block;min-width:100px;padding:0 5px;text-align:center}.banner-app_{display:inline-block;position:relative;overflow:hidden}.banner-app__title{display:block;color:#999;white-space:nowrap;font-size:.857em}.banner-app_:hover .banner-app__title{color:#4d4d4d}.banner-buttons .btn{position:static}.banner--mobile .banner-buttons .btn{position:relative}.section{position:relative;overflow:hidden}.section h2{display:inline-block}.section > .select{float:right;width:auto}.section .section__fill-status{display:none;margin:0 0 0 10px}.section.active .section__fill-status{display:inline}.section.active{overflow:visible;margin-bottom:0;border-bottom:0}.section--profile.active:before{border:0}.section.active .section-editable{margin:15px -40px 0;padding:15px 40px;border-top:1px solid rgba(0,0,0,.1);border-bottom:1px solid rgba(0,0,0,.1);background:#f7f7f7}.section.active .section-editable__edit{display:block}.section-editable__edit,.section.active .section-editable__view,.section.active .section-editable__edit + .form-label{display:none}.section__separate{margin:10px 0;border-top:1px solid rgba(0, 0, 0, .15)}.section__btn{margin:-2px 0 0 7px;opacity:0}.section:hover .section__btn,.section.hover .section__btn,.section.active .section__btn{opacity:1}.section .section__btn:after{display:none;position:absolute;top:auto;bottom:-26px;left:50%;width:12px;height:12px;margin:0 0 0 -6px;content:'';background:#f7f7f7;transition:opacity .2s linear;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.section.active .section__btn:after{display:block;border-width:1px;border-style:solid;border-color:#dddfe1 transparent transparent #dddfe1}.section.active .section__btn .b-link{top:0;right:0;bottom:0;left:0}.section__expand{position:absolute;z-index:1;top:30px;right:40px}.section__expand-lnk--show,.hide .section__expand-lnk--hide{display:none}.hide .section__expand-lnk--show{display:inline}.photo-ovl{position:absolute;z-index:9;top:0;bottom:0;visibility:hidden;width:100%;max-height:1000px;opacity:0;transition:opacity .15s linear,visibility .15s linear;text-align:center}.photo-ovl-frame{display:inline-block;vertical-align:middle}.photo-ovl-fade{position:absolute;z-index:8;top:0;bottom:0;visibility:hidden;width:100%;background:#000;opacity:0;transition:margin-bottom .12s linear,opacity .15s linear,visibility .15s linear}.photo-ovl__title{margin-top:20px;color:#fff}.photo-ovl__title > b{display:block}.photo-ovl-ico{display:inline-block;width:64px;height:64px}.photo-ovl-ico--trash{background:url(/v2/-/-/i/hotornot_v2/trash-xlg.5.png) no-repeat 50% 0}.photo-delete .photo-ovl--deleted{visibility:visible;opacity:1}.photo-delete .photo-ovl-fade{visibility:visible;opacity:.6}.mm_profile_visible .photo-ovl-fade{margin-bottom:0}.page-right-sidebar{position:absolute;z-index:2;top:0;right:-20px;transition:right .25s}.page-right-sidebar_{position:fixed;top:0;bottom:0;width:60px;-webkit-transform:translateZ(0);transform:translateZ(0);text-align:center;will-change:transform}.undo{margin:28px 0 0}.next__users{position:relative;z-index:1;overflow:hidden;min-height:108px;max-height:212px;border-radius:27px}.next__users:before{position:absolute;z-index:1;right:0;bottom:-1px;left:0;width:44px;height:22px;margin:0 auto;content:'';border-radius:50%;background:linear-gradient(to bottom,rgba(238,238,238,0) 15%,rgba(238,238,238,1) 75%,rgba(238,238,238,1) 100%)}.next__users_.animated{transition:-webkit-transform .25s;transition:transform .25s;transition:transform .25s, -webkit-transform .25s}.next__users_.animated .brick--outline:before{-webkit-animation:hide .25s;animation:hide .25s}.next__users_ > div:nth-child(n+6){display:none}.undo__user > .brick-wrap{margin:0 0 10px}.undo__user .brick--xsm{box-shadow:0 0 0 2px #eee}.undo__user .b-link{top:-35px;right:-11px;bottom:-15px;left:-11px;border-radius:22px 22px 0 0}.undo__user .brick-txt{width:60px;margin:13px -8px 0;white-space:nowrap}.undo__user .tooltip{z-index:0}.undo__user .tooltip-no-js-wrap:hover .tooltip{margin-bottom:2px}@media screen and (max-width:1380px){.undo__user--with-icon .tooltip{right:50%;left:auto;margin-right:-16px;margin-left:-292px;-webkit-transform:translateX(0);transform:translateX(0);text-align:right}.undo__user--with-icon .tooltip-txt:before{right:12px;left:auto}}.prev-next{margin:63px 0 0 0}.prev-next__btn{color:#4f4f4f}.prev-next__btn:hover{color:#2b65f8}.prev-next__users{position:relative;z-index:1;overflow:hidden;max-height:270px;border-radius:27px}.prev-next__users_.animated{transition:-webkit-transform .25s;transition:transform .25s;transition:transform .25s, -webkit-transform .25s}@media screen and (max-width:1355px){.page-right-sidebar{right:-10px}}@media screen and (max-width:1295px){.page-right-sidebar{right:20px}.next__users:before,.undo__user .brick-txt{visibility:hidden}}@media screen and (max-width:1175px){.page-right-sidebar{right:-20px}.next__users:before,.undo__user .brick-txt{visibility:visible}}@media screen and (max-width:1065px){.page-right-sidebar{right:-10px}}@media screen and (max-width:1005px){.page-right-sidebar{right:20px}.next__users:before,.undo__user .brick-txt{visibility:hidden}}.awards-list{margin:-10px 0 0}.awards-list + .btn{margin-top:15px}.awards-item{position:relative;display:inline-block;margin:10px 0 0}.awards-item--empty .awards-item__txt{vertical-align:top}.awards-item__txt{width:145px;margin-left:17px}.awards-item__action{display:none}.awards-item__action > .checkbox{margin:10px 0}.awards-item__action > .checkbox > .blocker{display:block}.awards-list--compact{margin-right:-13px}.awards-list--compact .awards-item__txt{display:none}.awards-list--compact .awards-item{margin-right:13px}.award{display:inline-block;position:relative;margin:5px 0}.award.active{cursor:pointer}.award.inactive{opacity:.4}.ovl-awards{text-align:left}.ovl-awards .ovl-scroll{height:450px;max-height:450px}.ovl-awards .ovl-scroll_{padding:25px 0 0}.ovl-awards .awards-item{display:inline-block;width:20%;min-height:158px;margin:0 0 15px;vertical-align:top;text-align:center}.awards-item__progress{position:absolute;z-index:1;top:5px;right:0;left:0;overflow:hidden;width:90px;height:90px;margin:0 auto;border-radius:50%}.awards-item__progress_{position:absolute;z-index:1;bottom:0;width:100%;background:#256cf5}.awards-item__progress_:before{display:block;width:100%;height:8px;margin:-4px 0 0;content:'';background:url(/v2/-/-/i/hotornot_v2/awards/progress.1.png) repeat-x -7px 0 / 21px 4px}.awards-item--placeholder{color:rgba(77,77,77,.5)}.awards-item--placeholder:before{display:inline-block;width:90px;height:90px;margin:5px 0;content:'';border-radius:50%;background:#e6ecf2;vertical-align:top}.awards-item--placeholder .award{position:absolute;z-index:2;top:5px;right:0;left:0;margin:0 auto}.interests-choose__title{display:inline-block;position:relative;margin:10px 0 5px 15px;transition:color .15s;color:#7a818c;text-decoration:underline}.interests-choose__title > .icon{position:relative;top:1px;margin:0 0 -3px 5px}.interests-choose__title:hover{color:#2b65f8}.profile-intr-list{overflow:hidden;height:0;opacity:0;transition:height .2s linear,opacity .2s cubic-bezier(.165,.84,.44,1)}.interests-choose.active .profile-intr-list{height:442px;opacity:1}.intr-list{position:relative;margin:10px 0 15px 5px;padding:15px 20px;border:1px solid #d4d8dd;border-radius:16px;background:#fff}.intr-list__item{width:50%;margin-left:-14px}.intr-list__item.active > .intr-set{display:block}.intr-list__category{padding:7px 15px 8px;cursor:pointer;border-radius:16px;line-height:1.143}.intr-list__category:hover,.intr-set__item > a:hover{color:#2b65f8;text-decoration:underline}.intr-list__item.active .intr-list__category{cursor:default;background:#256cf5;color:#fff}.intr-list__item.active .intr-list__category:hover{text-decoration:none}.intr-list__category > .icon{margin:1px 8px -3px 0}.intr-set{display:none;position:absolute;top:15px;right:15px;bottom:15px;left:50%}.intr-set__item{padding:8px 0;line-height:1.143}.intr-set__item--more{position:relative;text-decoration:underline}.intr-set__item--more:first-child{display:none}.intr-set__item--more:hover{color:#256cf5}.intr-set__item--more > .icon{margin:0 5px -4px 0}.intr-label{display:inline-block;overflow:hidden;max-width:100%;margin:0 0 15px 0;padding:10px 20px;border-radius:22px;background:#f7f7f7;white-space:nowrap;text-overflow:ellipsis;font-size:1.429em;line-height:1.2}.intr-category{display:inline-block;width:246px;padding:0 10px 0 20px;vertical-align:top;text-align:left}.intr-category:first-child .intr-category__col{float:right}.intr-category:last-child .intr-category__col{float:left}.photo-list{position:relative;width:900px;height:150px}.photo-list:before,.photo-list:after{display:none;position:absolute;z-index:2;left:0;width:100%;height:1px;content:'';background:rgba(26,36,57,.15)}.photo-list:before{top:0}.photo-list:after{bottom:0}.profile-section__photo-list .photo-list:before,.profile-section__photo-list .photo-list:after{display:block}.photo-list__counter{position:absolute;right:10px;bottom:10px}.photo-list__arrow-l,.photo-list__arrow-r{display:none;position:absolute;top:0;bottom:0;height:32px;margin:auto}.gallery_has_arrows .photo-list__arrow-l{display:block;left:10px}.gallery_has_arrows .photo-list__arrow-r{display:block;right:10px}.photo-list__action-bar{float:left;overflow:hidden;height:150px;transition:width .25s}.photo-list--upload .photo-list__action-bar--application{width:300px}.photo-list__photo-bar{position:relative;overflow:hidden;height:150px;background:#2d3238}.photo-list__action-bar + .photo-list__photo-bar{background:url(/v2/-/-/i/hotornot_v2/photo-list-grid-empty.1.png) top left repeat}.photo-list__no-photos{width:100%;color:#7a818c;text-align:center}.photo-list__slide{display:inline-block;position:relative;left:0;min-width:100%;height:100%;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-transform:translate(0,0);transform:translate(0,0);white-space:nowrap}.photo-list__slide.animated{transition:left .5s,margin .5s,-webkit-transform .5s;transition:transform .5s,left .5s,margin .5s;transition:transform .5s,left .5s,margin .5s,-webkit-transform .5s}.photo-list__item{display:inline-block;position:relative;width:150px;height:150px;vertical-align:top}.photo-list__action-bar .photo-list__item{display:none}.photo-list__action-bar .photo-list__item--add-photos,.photo-list--video .photo-list__item--add-videos{display:inline-block}.photo-list--video-progress .photo-list__item--add-videos{display:none}.photo-list--video-progress .photo-list__item--video-progress{display:inline-block}.photo-list__img_{display:block;position:relative;overflow:hidden;width:150px;height:150px;cursor:pointer;background:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAGBAMAAAAmmzNnAAAAD1BMVEUAAAD///////////////+PQt5oAAAABHRSTlMA+J4KB1MKeAAAACJJREFUCNdjMBJUZmBAIlVcnIAsBCni4ghkwUl0Prp6dPMA3ScJ90t0OagAAAAASUVORK5CYII=') no-repeat center center;opacity:.9}@media only screen and (-webkit-min-device-pixel-ratio:1.25){.photo-list__img_{outline:1px solid transparent}}.photo-list__item:hover .photo-list__img_{opacity:1}.photo-list__img{position:absolute;top:-500px;right:-500px;bottom:-500px;left:-500px;margin:auto}.photo-list__item--private .photo-list__img,.photo-list__item--not-moderated .photo-list__img{width:160px;height:160px;-webkit-filter:blur(5px);filter:blur(5px)}.photo-list__link{position:absolute;top:0;right:0;bottom:0;left:0;text-align:center}.photo-list__video{width:60px;height:60px;margin:45px;padding:14px;border-radius:100%;background:rgba(0,0,0,.5)}.photo-list__item:hover .photo-list__video{background:#000}.photo-list__action{display:none;position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(51,51,51,.8);color:#fff;white-space:normal;text-align:center}.photo-list__action .icon{vertical-align:top}.photo-list__photo-bar .photo-list__action .icon,.photo-list__photo-bar .photo-list__action-title{opacity:.7}.photo-list__photo-bar .photo-list__action--add-photos .icon{opacity:.3}.photo-list__item:hover .photo-list__action .icon,.photo-list__item:hover .photo-list__action-title{opacity:1}.photo-list__action-bar .photo-list__action,.photo-list__item--delete .photo-list__action--delete,.photo-list__item--send .photo-list__action--send,.photo-list__action--facebook,.photo-list__action--private,.photo-list__action--not-moderated,.photo-list__action--add-photos{display:block}.photo-list__action--private{z-index:3;background:rgba(112,55,192,.7)}.photo-list__action-bar .photo-list__action--add-photos{background:#1f72f2}.photo-list__action-bar .photo-list__action--add-photos:hover{background:#1c68d9}.photo-list__action-bar .photo-list__action--add-videos,.photo-list__action-bar .photo-list__action--video-progress{background:#3674a9}.photo-list__action-bar .photo-list__action--add-videos:hover{background:#2e618f}.photo-list__photo-bar .photo-list__action--add-photos{background:transparent}.photo-list__photo-bar .photo-list__action--add-photos:hover{background:#bfbfbf}.photo-list--video-progress .photo-list__action--video-progress .loader{position:relative;margin:17px auto 9px}.photo-list__action_{max-width:100%}.photo-list__action-title{display:block;padding:10px 5px 0}.photo-list__nav{position:absolute;z-index:2;top:5px;right:10px;left:0;cursor:pointer;white-space:normal;text-align:left}.photo-list__nav-action{float:right;visibility:hidden;text-align:right}.photo-list__img_:hover + .photo-list__nav > .photo-list__nav-action,.photo-list__link:hover + .photo-list__nav > .photo-list__nav-action,.photo-list__nav:hover > .photo-list__nav-action,.photo-list__nav-action .btn.hovered{visibility:visible}.photo-list__nav-action .datalist .option{font-size:.889em;line-height:1.25}.photo-list__default-photo{display:inline-block}.photo-list__default-photo + .btn{margin-left:7px}.photo-list__default-photo:not(.active) .btn.active,.photo-list__default-photo.active .btn:not(.active){display:none}.photo-list__photo-coaching{position:absolute;z-index:1;right:10px;bottom:10px;left:10px}.photo-list__photo-coaching .photo-coaching{position:absolute;right:0;bottom:0;left:0;margin:auto}.photo-list__photo-coaching .photo-coaching__star{position:relative}.photo-list__item--send .photo-list__nav,.photo-list__item--delete .photo-list__nav,.photo-list__item--delete .photo-list__photo-coaching{display:none}.photo-list__img_:hover + .photo-list__nav + .photo-list__photo-coaching .photo-coaching__star,.photo-coaching--sm:hover .photo-coaching__star{background-position:0 -39px}.photo-list__photo-coaching .icon{position:relative}.photo-list__photo-coaching .photo-coaching:after,.photo-list__photo-coaching .icon:after{position:absolute;z-index:-1;top:0;right:0;bottom:0;left:0;margin:auto;content:''}.photo-list__photo-coaching .icon:after{width:4px;height:4px;box-shadow:0 2px 8px 3px rgba(0,0,0,.1)}.photo-list__photo-coaching .photo-coaching:after{width:100%;height:0;box-shadow:0 0 8px 3px rgba(0,0,0,.1)}.photo-list__private-photo{position:absolute;z-index:1;bottom:4px;left:9px}.photo-list--grid{height:auto;min-height:600px}.photo-list--grid .photo-list__action-bar{position:absolute;z-index:1;top:0;left:0;width:150px}.photo-list--grid.photo-list--video .photo-list__action-bar{width:300px}.photo-list--grid .photo-list__photo-bar{height:auto}.photo-list--grid .photo-list__slide{display:block;-webkit-transform:none !important;transform:none !important;white-space:normal}.photo-list--grid .photo-list__photo-bar .photo-list__item:first-child{margin:0 0 0 150px}.photo-list--grid.photo-list--video .photo-list__photo-bar .photo-list__item:first-child{margin:0 0 0 300px}.message-attach .photo-list__photo-bar{width:430px}.photo-coaching{width:90px;height:16px;background:url(/v2/-/-/i/hotornot_v2/photo-coaching.2.png) 0 0 repeat-x}.photo-coaching--sm{width:65px;height:13px;background:url(/v2/-/-/i/hotornot_v2/photo-coaching-sm.6.png) 0 0 repeat-x}.photo-coaching--empty{background-position:0 -32px}.photo-coaching--sm.photo-coaching--empty{background-position:0 -26px}.photo-coaching__star{display:block;width:0;height:100%;background:url(/v2/-/-/i/hotornot_v2/photo-coaching.2.png) 0 -16px repeat-x}.photo-coaching--sm .photo-coaching__star{background:url(/v2/-/-/i/hotornot_v2/photo-coaching-sm.6.png) 0 -13px repeat-x}.photo-coaching__star--1{width:20%}.photo-coaching__star--2{width:40%}.photo-coaching__star--3{width:60%}.photo-coaching__star--4{width:80%}.photo-coaching__star--5{width:100%}@media only screen and (-webkit-min-device-pixel-ratio:1.25),only screen and (min-resolution:120dpi),only screen and (min-resolution:1.25dppx){.photo-coaching,.photo-coaching__star{background-image:url(/v2/-/-/i/hotornot_v2/photo-coaching@x2.2.png);background-size:18px 48px}.photo-coaching--sm,.photo-coaching--sm .photo-coaching__star{background-image:url(/v2/-/-/i/hotornot_v2/photo-coaching-sm@x2.6.png);background-size:13px 52px}}.upload-area{margin:25px 0 20px;padding:20px 25px;border:2px dashed rgba(0, 0, 0, .15);border-radius:10px;background:#f7f7f7;background-clip:border-box;transition:background .1s linear,border-color .1s linear}.upload-area.hover{border-color:rgba(0, 0, 0, 0.167);background:rgb(242, 242, 242)}.upload-control.simple,.old-upload .upload-control.html5{display:none}.old-upload .upload-control.simple{display:inherit}.classic-upload-btn{overflow:hidden}.classic-upload-btn input{position:absolute;top:0;left:-300px;opacity:0}.gift{display:inline-block;position:relative;width:70px;height:70px;margin:5px 0;text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.gift:before{position:absolute;top:0;right:0;bottom:0;left:0;content:'';border:1px solid transparent;border-radius:100%;transition:border .1s}.gift--framed:before{border-radius:0;box-shadow:0 1px rgba(0,0,0,.03)}.gift--border:before{border-color:rgba(0,0,0,.1);background:#fff}.gift--hover:not(.gift--border):before{border-width:2px}.gift--hover:hover:before,.gift--hover.active:before{border-width:2px;border-color:#2b65f8}.gift > img{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;transition:opacity .2s,-webkit-filter .2s;transition:filter .2s,opacity .2s;transition:filter .2s,opacity .2s,-webkit-filter .2s}.gift--invisible > img{opacity:.3}.gift--framed > img{width:54px;height:54px}.gift__private{position:absolute;right:10px;bottom:15px;padding:2px 2px 1px;background:#000;color:#fff;text-transform:uppercase;letter-spacing:.05em;font:700 8px Arial,sans-serif}.gift > .brick--xsm{position:absolute;right:-2px;bottom:-7px}.gift > .brick:before{box-shadow:0 0 0 2px #f7f7f7}.gift > .btn{position:absolute;z-index:2;right:0;bottom:-5px;visibility:hidden;opacity:0;transition:all .2s}.gift--photo > .btn{right:-10px;bottom:-15px}.gift-add{position:relative}.gift-add__txt{width:145px;margin:0 0 0 17px;transition:color .2s}.gift-add:hover .gift-add__txt{color:#2b65f8}.gift-add .gift > img{opacity:.8}.gift-add:hover .gift > img{opacity:1}.gifts-list{margin:5px -10px 0 0}.gifts-list > .gift{margin-right:10px}.gifts-list > .gift > .btn.active,.gifts-list > .gift:hover > .btn,.gifts-list > .gift.active > .btn{visibility:visible;opacity:1}.gifts{text-align:left}.gifts__title{margin:5px 22px 0 0}.ie10 .gifts__title > b{display:block}.gifts .tabs__item{margin:0 0 -1px}.ovl .gifts__content > .scroll{height:250px;max-height:250px}.ovl .gifts--by-price .gifts__content > .scroll{height:300px;max-height:300px}.gifts__btn{display:inline-block;position:relative;padding:0 5px}.gifts-roll{margin:-5px -26px 5px 0}.gifts-roll > .gift{display:none;width:74px;height:74px;margin:8px 19px 9px -2px;vertical-align:top}.gifts-roll > .gift--hover:not(.gift--framed):before{border-radius:6px}.gifts--all .gift,.gifts--popular .gift.popular,.gifts--romantic .gift.romantic,.gifts--friendship .gift.friendship,.gifts--framed .gift.framed{display:inline-block}.gifts-msg{overflow:hidden;height:0;margin:0;opacity:0;transition:height .3s ease-in-out,margin .3s ease-in-out,opacity .4s ease-in-out;text-align:left}.gifts-msg--visible{height:auto;margin:10px 0 0 0;opacity:1}.gifts-msg__counter{float:right;margin:-3px 5px 0 0}.gifts-msg > .textarea{height:65px}.single-gift-carousel{position:relative;margin:30px auto}.single-gift-carousel__arrow{position:absolute;top:50%;margin:-21px 0 0}.single-gift-carousel__arrow--left{left:0}.single-gift-carousel__arrow--right{right:0}.single-gift-carousel__items{position:relative;overflow:hidden;width:240px;height:200px;margin:0 auto;white-space:nowrap}.single-gift-carousel__scroll.active{position:relative;transition:-webkit-transform .5s ease-in-out;transition:transform .5s ease-in-out;transition:transform .5s ease-in-out, -webkit-transform .5s ease-in-out;white-space:nowrap}.single-gift-carousel__item{display:inline-block;width:240px}.show-gift-img{margin:15px auto 20px}.show-gift-tag{position:relative;left:-52px;width:366px;height:88px;padding:0 31px 4px 89px}.show-gift-tag:before{position:absolute;top:0;right:0;bottom:0;left:0;content:'';background:url(/v2/-/-/i/hotornot_v2/gifts/show-gift-tag-decor.1.png)}.show-gift-tag__txt{position:relative;width:100%;word-wrap:break-word}@media only screen and (-webkit-min-device-pixel-ratio:1.25),only screen and (min-resolution:120dpi),only screen and (min-resolution:1.25dppx){.show-gift-tag:before{background-image:url(/v2/-/-/i/hotornot_v2/gifts/show-gift-tag-decor@2x.1.png);background-size:366px 88px}}.secret-comments{margin:5px 0 0}.secret-comments__item{position:relative;padding:10px 0}.secret-comments > .secret-comments__item:first-child{padding-top:0}.secret-comments__icon{width:40px;height:40px}.secret-comments__item .secret-comments__icon{margin:0}.secret-comments__text{width:145px;margin:0 0 0 15px}.secret-comments__text--long{width:175px}.secret-comments__comment{margin:-2px 0 0 15px}.secret-comments__comment_{display:block;overflow:hidden;max-height:38px}@supports (-webkit-line-clamp:2){.secret-comments__comment_{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}}.secret-comments__btn{margin:10px 0 0}.secret-comments__read-all{margin:5px 0 0}.secret-comments__teaser-ico{margin:0 -2px -4px -2px;transition:opacity .2s;line-height:1}.secret-comments__item:hover .secret-comments__teaser-ico{opacity:.7}.secret-comments-wrap{margin-top:-35px}.secret-comments-wrap .scroll_{height:324px}.secret-comments-wrap .secret-comments{margin:0 -10px;padding:15px 0 0 0;text-align:left}.secret-comments-wrap .secret-comments__text{display:inline-block;overflow:hidden;width:440px;vertical-align:top}.secret-comments-wrap .secret-comments__text > time{display:block;margin:-2px 0 5px}.reported .secret-comments__icon,.reported .secret-comments__text{opacity:.5}.secret-comments__divider{position:relative;margin:23px 0;text-align:center}.secret-comments__divider > span{display:inline-block;position:relative;padding:0 15px;background:#fff}.secret-comments__divider:before{position:absolute;top:10px;right:0;left:0;content:'';border-top:1px solid #d9d9d9}.secret-comments__action{position:absolute;top:4px;right:-10px;visibility:hidden;opacity:0;transition:opacity .15s linear,visibility linear .15s}.reported .secret-comments__action,.secret-comments__item:hover .secret-comments__action{visibility:visible;opacity:1}.reported .secret-comments__report,.secret-comments__reported{display:none}.reported .secret-comments__reported{display:inline-block}.secret-comments__icon--new::after{display:block;position:absolute;top:0;right:0;left:auto;width:8px;height:8px;content:'';border:2px solid #fff;border-radius:50%;background:#f02139}.secret-comments__prompt{height:326px;text-align:center}.secret-comments__prompt-txt{width:350px;margin:45px auto 0}.secret-comments__form-wrap{margin:0 -40px -20px;padding:15px 30px 0;border-top:1px solid #d9d9d9;text-align:left}.secret-comments__form-wrap .secret-comments__icon{float:left}.secret-comments__textarea{overflow:hidden;padding-left:10px}.secret-comments__textarea .textarea{min-height:32px}.secret-comments__textarea .char-counter{float:right;margin:0 5px 0 0;color:#aaadb2;font-size:.786em}.secret-comments__vote .btn-group{margin:0 0 0 15px}.secret-comments__follow{margin:10px 0 0}.secret-comments__form,.secret-comments__vote,.secret-comments__form-wrap--vote .secret-comments__thanks{display:none}.secret-comments__form,.secret-comments__vote,.secret-comments__thanks{-webkit-animation:show .2s linear;animation:show .2s linear}.secret-comments__form-wrap--form .secret-comments__form,.secret-comments__form-wrap--vote .secret-comments__vote,.secret-comments__thanks{display:block}.upload-site{display:inline-block;position:relative;max-width:64px;margin:0 32px 0 0;vertical-align:top}.upload-site:last-child{margin:0}.upload-site__txt{margin:0 -10px}.upload-site:hover .upload-site__txt{color:#2b65f8}.icon--google + .upload-site__txt{direction:ltr;unicode-bidi:embed}.profile-photo-import{width:900px;height:180px;padding:30px 20px;text-align:center}.profile-photo-import .upload-site__txt{font-size:.786em}
 
 
 
 
 
 
 
 
.jcarousel-clip {
    overflow: hidden;

}
 















ul.socialhover
{
	display: inline-block;
	margin: 0 0 15px 0;
	padding: 0;
}

ul.socialhover:hover li
{
	opacity: 0.5;
}

	ul.socialhover li
	{
		display: inline;
		float: left;
		background-repeat: no-repeat;
		list-style-type: none;
		margin: 0 10px 0 0;
		
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}
	
		ul.socialhover li:hover, ul.socialhover li:hover a span
		{
			opacity: 1;
		}

		ul.socialhover li a
		{
			position: relative;
			display: inline-block;
			text-decoration: none;
		}
		
			ul.socialhover li a img
			{
				border: 0;
			}

			ul.socialhover li a span
			{
				position: absolute;
				width: 86px; /** Width of tooltip **/
				padding: 8px 6px;
				left: 50%;
				font-size: 12px;
				font-style: italic;
				line-height: 16px;
				margin-left: -50px; /** Move tooltip left or right **/
				text-align: center;
				visibility: hidden;
				bottom: 62px; /** Use 52px for simple fade in effect - Removes slide down effect **/
				background: #222; /** Tooltip background colour **/
				color: #CCC;
				
				opacity: 0;
				
				-webkit-border-radius: 6px;
				-moz-border-radius: 6px;
				border-radius: 6px;
				
				-webkit-transition: all 0.2s ease-in-out;
				-moz-transition: all 0.2s ease-in-out;
				-o-transition: all 0.2s ease-in-out;
				-ms-transition: all 0.2s ease-in-out;
				transition: all 0.2s ease-in-out;
			}

				ul.socialhover li:hover a span
				{
					opacity: 1;
					visibility: visible;
					bottom: 52px;
					z-index: 100;
				}

					/** CSS Down Arrow **/
					
					ul.socialhover li a span:after
					{
						content: '';
						position: absolute;
						bottom: -10px;
						left: 50%;
						margin-left: -9px;
						width: 0;
						height: 0;
						border-left: 10px solid transparent;
						border-right: 10px solid transparent;
					}
				
						ul.socialhover li a span:after
						{
							border-top: 10px solid #222; /** Tooltip arrow colour **/
						}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

.radioholder {
	width: 48%;
	background: #fff;
	margin-bottom: 1em;
	font-size: 1.3em;
	height: 2.4em;
	color: #666;
	-o-transition: .1s ease-out;
	-ms-transition: .1s ease-out;
	-moz-transition: .1s ease-out;
	-webkit-transition: .1s ease-out;
	transition: .1s ease-out;
	cursor: pointer;
}


.activeradioholder {
	background: #39A9A4;
	color: #fff;
}

.radioholder .desc {
	display: inline-block;
	vertical-align: middle;
	padding-left: .6em;
	line-height: 2.4em;
}

.radioholder .tick {
	display: inline-block;
	vertical-align: middle;
	width: 2.4em;
	height: 100%;
	background-color: #eee;
	background-image: none;
	-o-transition: .1s ease-out;
	-ms-transition: .1s ease-out;
	-moz-transition: .1s ease-out;
	-webkit-transition: .1s ease-out;
	transition: .1s ease-out;
}

.activeradioholder .tick {
	background-color: #2A817C;
	background-image: url('http://supereightstudio.com/img/radio_tick.png');
	background-size: cover;
}

.radioholder:nth-child(odd) {
	float: right;
}

.radioholder:nth-child(even) {
	float: left;
}

.radioholder:hover {
	background-color: #eee;
}

.radioholder:hover .tick {
	background-color: #ddd;
}

.activeradioholder:hover {
	background-color: #39A9A4;
}

.activeradioholder:hover .tick {
	background-color: #2A817C;
}

.selectholder {
  clear: both;
	width: 100%;
	background: #eee;
	margin-bottom: 1em;
	font-size: 1.3em;
	height: 2.4em;
	color: #666;
	-o-transition: .1s ease-out;
	-ms-transition: .1s ease-out;
	-moz-transition: .1s ease-out;
	-webkit-transition: .1s ease-out;
	transition: .1s ease-out;
	cursor: pointer;
}

.selectholder .desc {
	display: inline-block;
	vertical-align: middle;
	padding-left: .8em;
	line-height: 2.4em;
}

.selectholder .pulldown {
	float: right;
	vertical-align: middle;
	width: 2.4em;
	height: 100%;
	background-color: #ddd;
	background-image: url('http://supereightstudio.com/img/pulldown.png');
	background-size: cover;
	-o-transition: .1s ease-out;
	-ms-transition: .1s ease-out;
	-moz-transition: .1s ease-out;
	-webkit-transition: .1s ease-out;
	transition: .1s ease-out;
}

.selectholder:hover,
.activeselectholder {
	background-color: #ddd;
}

.selectholder:hover .pulldown,
.activeselectholder .pulldown {
	background-color: #333;
	background-image: url('http://supereightstudio.com/img/pulldown_hover.png');
}

.selectholder .selectdropdown {
	position: relative;
	top: 0;
	left: 0;
	background: #333;
	color: #fff;
	display: none;
	clear: both;
}

.selectholder .selectdropdown span {
	display: block;
	border-bottom: solid 1px #555;
	padding-left: .8em;
	line-height: 2.4em;
	width: 100%;
	-o-transition: background-color .1s ease-out;
	-ms-transition: background-color .1s ease-out;
	-moz-transition: background-color .1s ease-out;
	-webkit-transition: background-color .1s ease-out;
	transition: background-color .1s ease-out;
}

.selectholder .selectdropdown span:last-child {
	border-bottom: none;
}

.selectholder .selectdropdown span.active {
	background-color: #2A817C;
	background-image: url('http://supereightstudio.com/img/radio_tick.png');
	background-repeat: no-repeat;
	background-size: 1.6em 1.6em;
	background-position: 98% 50%;
}

.selectholder .selectdropdown span:hover {
	background-color: #555;
}
