@charset "UTF-8";
.blue.darken-2 {
  background: rgb(33, 141, 232) !important;
}

a {
  color: #1976d2;
}

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

[v-cloak] {
  display: none;
}

.normal {
  font-weight: normal;
}

.grey-grib {
  background: #E1E6EC;
}

ul.pagination > .disabled > span:focus, ul.pagination > .disabled > span:hover {
  color: rgb(97, 97, 97) !important;
  background-color: rgb(245, 245, 245);
  border-color: rgba(0, 0, 0, 0.1);
  cursor: not-allowed;
}

ul.pagination > .disabled > a:focus, ul.pagination > .disabled > a:hover {
  color: rgb(97, 97, 97) !important;
  background-color: rgb(245, 245, 245);
  border-color: rgb(204, 204, 204);
  cursor: not-allowed;
}

ul.pagination > li > span, ul.pagination > li > a {
  padding: 6px 11px;
  line-height: 1.42857143;
  position: relative;
  float: left;
  font-size: 1rem;
  text-decoration: none;
  color: rgb(25, 118, 210);
  background-color: rgb(255, 255, 255);
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-left: -1px;
}

.index-lot {
  margin-bottom: 0 !important;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.no-border {
  border: none !important;
  border-bottom: none !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
}

#index_lots {
  position: relative;
  z-index: 10;
  font-size: 16px;
}
#index_lots a {
  color: #000;
}

.vmiddle {
  vertical-align: middle;
}

#bottom-menu {
  height: 60px;
  background: rgba(0, 0, 0, 0.8);
  margin-top: -60px;
  position: relative;
  z-index: 20;
}
#bottom-menu .container .row {
  margin-bottom: 0;
}
#bottom-menu .container .row a {
  line-height: 30px;
  width: 100%;
  display: block;
  margin-top: 15px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
#bottom-menu .container .row .col:last-child a {
  border-right: none;
}
#bottom-menu .container .row .col {
  padding: 0;
}
#bottom-menu .container .row a:hover {
  text-decoration: underline;
}

#video {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  top: 0;
  opacity: 0.5;
}

#index-video {
  position: relative;
  z-index: 2;
  height: 80vh;
}
#index-video .video-overlay {
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0%, -50%, 0);
  transform: translate3d(0%, -50%, 0);
  width: 100%;
}
#index-video .video-overlay h1 {
  margin-top: 10px !important;
  margin-bottom: 0px !important;
  line-height: 50px;
}
#index-video .video-overlay h3 {
  margin-top: 70px;
  margin-bottom: 70px;
  line-height: 43px;
}
#index-video .video-overlay h5 {
  margin-bottom: 20px;
}

nav, .card-panel, .card, .toast, .btn, .btn-large, .btn-floating, .dropdown-content, .collapsible, .side-nav {
  -webkit-box-shadow: 0px 4px 8px -3px rgba(17, 17, 17, 0.12);
  box-shadow: 0px 4px 8px -3px rgba(17, 17, 17, 0.12);
}

a.index-link {
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  display: inline-block;
  height: 40px;
  width: 240px;
  text-align: left;
  line-height: 37px;
  padding: 0 15px;
  font-size: 14px;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.255, 1) 0s;
  border: 2px solid rgba(255, 255, 255, 0);
  border-radius: 5px;
}
a.index-link i.mdi {
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.255, 1) 0s;
  font-size: 20px;
  vertical-align: middle;
}

.line_break_anywhere {
  line-break: anywhere;
}

.highlighted-success {
  background-color: #FAFAE7;
}

a.index-link:hover {
  border-color: rgb(255, 255, 255);
}
a.index-link:hover i.mdi {
  margin-left: 10px;
}

a.index-link-blue {
  color: #1976D2 !important;
  border-color: #1976D2 !important;
}

body {
  background-color: #1976D2 !important;
}

i.left {
  margin-right: 0px;
}

nav .brand-logo {
  padding: 0 15px;
}

nav .user-login {
  margin-right: 0;
  padding-right: 0 !important;
}
nav .user-login a {
  display: inline-block;
  padding: 0;
  text-transform: uppercase;
}
nav .user-login span {
  display: inline-block;
}
nav .user-login a:hover {
  background: none;
}
nav .user-button {
  height: 64px;
  margin-left: 10px;
}
nav .user-button a {
  height: 64px;
}
nav li#siteMenu {
  width: 54px;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.255, 1) 0s;
}
nav li#siteMenu .mdi-close {
  display: none;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.255, 1) 0s;
}
nav li#siteMenu a {
  text-decoration: none;
}
nav li#siteMenu a span {
  display: inline;
  float: left;
  margin-left: 10px;
  opacity: 0;
  width: 0;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.255, 1) 0s;
  position: absolute;
}
nav li#siteMenu.opened {
  width: 256px;
}
nav li#siteMenu.opened .mdi-menu {
  display: none;
}
nav li#siteMenu.opened .mdi-close {
  display: block;
  -webkit-animation: spin 0.5s linear;
  -moz-animation: spin 0.5s linear;
  animation: spin 0.5s linear;
}
nav li#siteMenu.opened a span {
  opacity: 1;
  width: auto;
}
nav li.settings-button {
  border-left: 1px solid #eeeeee;
  height: 64px;
  margin-left: 15px;
}
nav li.settings-button a {
  height: 64px;
}
nav li.user-block {
  line-height: 14px !important;
  height: 64px;
}
nav li.user-block i.ti {
  vertical-align: middle;
}
nav li.user-block .user-info {
  font-size: 14px;
  line-height: 14px !important;
  display: inline-block !important;
  vertical-align: middle;
  margin-top: 5px;
  margin-left: 2px;
}
nav li.user-block a {
  padding: 0 10px;
  margin: 0 !important;
  height: 64px;
}
nav li.notifications {
  position: relative;
  height: 64px;
}
nav li.notifications a {
  height: 64px;
}
nav .notifications_badge {
  color: white;
  background: rgb(255, 0, 4);
  font-size: 11px;
  width: 15px;
  height: 15px;
  display: block;
  border-radius: 100%;
  line-height: 15px;
  text-align: center;
  font-weight: 500;
  position: absolute;
  margin-top: 10px;
  margin-left: 20px;
}
nav .round {
  border-radius: 20px;
}

ul.pagination > .active > span:focus, ul.pagination > .active > span:hover, ul.pagination > .active > span, ul.pagination > .active > a:focus, ul.pagination > .active > a:hover, ul.pagination > .active > a {
  z-index: 3;
  color: rgb(255, 255, 255);
  background-color: rgb(25, 118, 210);
  border-color: transparent;
  cursor: default;
}

ul.pagination > li > span:hover, ul.pagination > li > a:hover {
  background-color: rgb(0, 156, 238);
  color: rgb(255, 255, 255);
  border: 1px solid rgb(0, 156, 238);
}

html.k-ff.k-ff59 body main.page.grey.lighten-4 div.container div.row div.col.s12 h5.blue-text {
  margin: -0.18rem 0 0.656rem 0;
}
html.k-ff.k-ff59 body main.page.grey.lighten-4 div#pageHead div.container div.row div.col.s12 p span.white-text {
  opacity: 0.5;
}

body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

hr {
  border: none;
  height: 1px;
}

main {
  height: 100%;
}

#mainMenu a {
  width: 100%;
  height: 54px;
  display: block;
}
#mainMenu a .inner img, #mainMenu a .inner i.ti {
  font-size: 25px;
  line-height: 35px;
  color: white;
  float: left;
  margin: 8px;
  vertical-align: baseline;
  display: inline-block;
}
#mainMenu a .inner .title {
  float: left;
  line-height: 54px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
}
#mainMenu a.top-navbar {
  height: 64px !important;
}
#mainMenu a.top-navbar img {
  cursor: pointer;
  margin-top: 16px;
}
#mainMenu a.top-navbar .title {
  line-height: 64px;
}

.backlink {
  padding: 0 !important;
  border: none;
  margin-top: -5px;
  line-height: 28px;
  text-align: center;
  font-size: 20px;
  color: rgb(147, 147, 147);
  display: inline-block;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0.05);
  transition: 0.5s all ease;
  vertical-align: middle;
  margin-right: 10px;
}
.backlink:hover {
  background: rgb(33, 150, 243);
  color: white;
}
.backlink.backlink-red:hover {
  background: rgb(255, 0, 4);
}
.backlink.backlink-green:hover {
  background: rgb(76, 175, 80);
}
.backlink.backlink-yellow:hover {
  background: rgb(251, 192, 45);
}

.page-footer div.row {
  margin-bottom: 0;
  padding-bottom: 30px;
}

.page-footer.index {
  display: none;
  position: relative;
}

#crypto_pro_warning {
  height: 60vh;
}

.preloader-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60vh;
  overflow: hidden;
  animation-delay: 1s;
}

.preloader-text {
  position: absolute;
  top: 43%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}

.item-1 {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgb(144, 202, 249);
  margin: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@keyframes scale {
  0% {
    transform: scale(1);
  }
  50%, 75% {
    transform: scale(2.5);
  }
  78%, 100% {
    opacity: 0;
  }
}
.item-1:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgb(144, 202, 249);
  opacity: 0.7;
  animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
  animation-delay: 200ms;
  transition: 0.5s all ease;
  transform: scale(1);
}

.item-2 {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgb(0, 156, 238);
  margin: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@keyframes scale {
  0% {
    transform: scale(1);
  }
  50%, 75% {
    transform: scale(2.5);
  }
  78%, 100% {
    opacity: 0;
  }
}
.item-2:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgb(0, 156, 238);
  opacity: 0.7;
  animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
  animation-delay: 400ms;
  transition: 0.5s all ease;
  transform: scale(1);
}

.item-3 {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgb(33, 141, 232);
  margin: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@keyframes scale {
  0% {
    transform: scale(1);
  }
  50%, 75% {
    transform: scale(2.5);
  }
  78%, 100% {
    opacity: 0;
  }
}
.item-3:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgb(33, 141, 232);
  opacity: 0.7;
  animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
  animation-delay: 600ms;
  transition: 0.5s all ease;
  transform: scale(1);
}

.item-4 {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgb(25, 118, 210);
  margin: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@keyframes scale {
  0% {
    transform: scale(1);
  }
  50%, 75% {
    transform: scale(2.5);
  }
  78%, 100% {
    opacity: 0;
  }
}
.item-4:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgb(25, 118, 210);
  opacity: 0.7;
  animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
  animation-delay: 800ms;
  transition: 0.5s all ease;
  transform: scale(1);
}

.item-5 {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgb(204, 25, 157);
  margin: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@keyframes scale {
  0% {
    transform: scale(1);
  }
  50%, 75% {
    transform: scale(2.5);
  }
  78%, 100% {
    opacity: 0;
  }
}
.item-5:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgb(204, 25, 157);
  opacity: 0.7;
  animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
  animation-delay: 1000ms;
  transition: 0.5s all ease;
  transform: scale(1);
}

#main_container.isAuth {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex;
}

#main_container {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex;
  -webkit-box-flex: 1; /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1; /* OLD - Firefox 19- */
  width: 100%; /* For old syntax, otherwise collapses. */
  -webkit-flex: 1; /* Chrome */
  -ms-flex: 1; /* IE 10 */
  flex: 1 0 100%;
}
#main_container .left_menu {
  position: relative;
}
#main_container .left_menu .left_menu_container {
  height: 100%;
  position: fixed;
  width: 54px;
}
#main_container .left_menu.isAuth {
  -webkit-box-flex: 1; /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1; /* OLD - Firefox 19- */
  width: 54px; /* For old syntax, otherwise collapses. */
  -webkit-flex: 1; /* Chrome */
  -ms-flex: 1; /* IE 10 */
  flex: 0 0 54px;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.255, 1) 0s;
}
#main_container .left_menu.isAuth a {
  text-decoration: none;
  position: relative;
  display: block;
  width: 54px;
  height: 54px;
}
#main_container .left_menu.isAuth a div.inner::before {
  content: "";
  position: absolute;
  display: block;
  width: 54px;
  height: 54px;
  background: rgba(255, 255, 255, 0.1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.255, 1) 0s;
  opacity: 0;
}
#main_container .left_menu.isAuth a div.inner {
  background: rgb(33, 141, 232);
  overflow: hidden;
  width: 54px;
  height: 54px;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.255, 1) 0s;
  position: relative;
}
#main_container .left_menu.isAuth a div.inner img, #main_container .left_menu.isAuth a div.inner i.ti {
  font-size: 25px;
  line-height: 35px;
  color: white;
  float: left;
  margin: 12px !important;
  vertical-align: middle;
  display: inline-block;
}
#main_container .left_menu.isAuth a div.inner div.title {
  width: 254px;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.255, 1) 0s;
  opacity: 0;
  overflow: hidden;
  color: white;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  position: absolute;
  top: 50%;
  left: 54px;
  -webkit-transform: translate3d(0%, -50%, 0);
  transform: translate3d(0%, -50%, 0);
}
#main_container .left_menu.isAuth a:hover div.inner {
  width: 256px;
}
#main_container .left_menu.isAuth a:hover div.inner div.title {
  width: 100%;
  opacity: 1;
}
#main_container .left_menu.isAuth a:hover div.inner::before {
  width: 254px;
  opacity: 1;
}
#main_container .left_menu.isAuth a.active div.inner {
  background: #0d47a1;
}
#main_container .body {
  -webkit-box-flex: 1; /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1; /* OLD - Firefox 19- */
  width: 100%; /* For old syntax, otherwise collapses. */
  -webkit-flex: 1; /* Chrome */
  -ms-flex: 1;
  flex: 1 0 0;
}
#main_container .left_menu.opened {
  -webkit-box-flex: 1; /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1; /* OLD - Firefox 19- */
  width: 256px; /* For old syntax, otherwise collapses. */
  -webkit-flex: 1; /* Chrome */
  -ms-flex: 1;
  flex: 0 0 256px;
}
#main_container .left_menu.opened a div.inner {
  background: rgb(33, 141, 232);
  width: 256px;
}
#main_container .left_menu.opened a div.inner div.title {
  width: 254px;
  opacity: 1;
}
#main_container .left_menu.opened .left_menu_container {
  height: 100%;
  position: fixed;
  width: 256px;
}

.kopeyki {
  font-size: 16px;
}

.fs13 {
  font-size: 13px;
}

.fs16 {
  font-size: 16px;
}

.fs22 {
  font-size: 22px;
}

.fs30 {
  font-size: 30px;
}

.fs36 {
  font-size: 36px !important;
  line-height: 40px;
}

.fs40 {
  font-size: 40px;
}

.pl20 {
  padding-left: 20px !important;
}

.p20 {
  padding: 20px;
}

.pt9 {
  padding-top: 9px !important;
}

.pl20 {
  padding-left: 20px;
}

.pr20 {
  padding-right: 20px;
}

.p10 {
  padding: 10px 10px 10px 10px !important;
}

.p5 {
  padding: 5px 5px 5px 5px !important;
}

.ptb10 {
  padding: 10px 0 10px 0 !important;
}

.pt21rem {
  padding-top: 2.1rem;
}

.mt15 {
  margin-top: 15px;
}

.mb15 {
  margin-bottom: 15px;
}

.mr5 {
  margin-right: 5px;
}

.mr20 {
  margin-right: 20px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb12 {
  margin-bottom: 12px;
}

.mb05rem {
  margin-bottom: 0.5rem;
}

.mb03rem {
  margin-bottom: 0.3rem;
}

.mb06rem {
  margin-bottom: 0.6rem;
}

.mb07rem {
  margin-bottom: 0.7rem;
}

.ml10 {
  margin-left: 10px;
}

.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.mt0 {
  margin-top: 0px;
}

.mt-5 {
  margin-top: -5px;
}

.mt-9 {
  margin-top: -9px;
}

.mt-12 {
  margin-top: -12px;
}

.mt-15 {
  margin-top: -15px;
}

.mt-20 {
  margin-top: -20px;
}

.no-ml {
  margin-left: 0 !important;
}

.no-mr {
  margin-right: 0 !important;
}

.no-pb {
  padding-bottom: 0 !important;
}

.no-margin {
  margin: 0px !important;
}

.no-pl {
  padding-left: 0 !important;
}

.no-pr {
  padding-right: 0 !important;
}

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

.collection {
  border: none;
}

.button__badge {
  color: white;
  padding: 1px 3px;
  font-size: 12px;
  position: absolute;
  top: 0;
  width: 36px;
  text-align: center;
}

.w40 {
  width: 40% !important;
}

.ghost-btn-green {
  cursor: pointer;
  background: transparent;
  display: inline-block;
  height: 36px;
  color: rgb(76, 175, 80);
  text-transform: uppercase;
  line-height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid rgb(76, 175, 80);
  border-radius: 3px;
}
.ghost-btn-green img {
  vertical-align: middle;
}
.ghost-btn-green:hover {
  background: rgb(76, 175, 80);
  color: white;
}

.ghost-btn-blue {
  cursor: pointer;
  background: transparent;
  display: inline-block;
  height: 36px;
  color: rgb(33, 150, 243);
  text-transform: uppercase;
  line-height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid rgb(33, 150, 243);
  border-radius: 3px;
}
.ghost-btn-blue img {
  vertical-align: middle;
}
.ghost-btn-blue:hover {
  background: rgb(33, 150, 243);
  color: white;
}

.inline {
  display: inline !important;
}

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

.block {
  display: block;
}

.height4rem {
  height: 4rem !important;
}

#index_search {
  margin-top: 70px;
}

.underline {
  text-decoration: underline;
}

.status-user-widget {
  display: block;
  height: 16px;
  line-height: 50px;
}

div.row {
  margin-bottom: 1.2rem;
}

.dotted {
  border-bottom: 1px rgb(204, 204, 204) dotted;
}

.uppercase {
  text-transform: uppercase;
}

#login_screen {
  height: 100%;
  background: url(/images/login.jpg) no-repeat center center;
  background-size: cover;
}
#login_screen a:hover {
  text-decoration: underline;
}

#welcome_search {
  display: inline-block;
  margin-bottom: 0;
}
#welcome_search > div {
  height: 40px;
  display: flex;
}
#welcome_search input {
  display: inline-block;
  width: 600px;
  border-bottom: none;
  height: 40px;
  background-color: rgb(255, 255, 255);
  margin-bottom: 5px;
  padding-left: 10px;
}
#welcome_search input:focus {
  outline: none !important;
  outline-width: 0;
}
#welcome_search small {
  margin: 0;
}
#welcome_search button {
  display: inline-block;
  width: 40px;
  border: 0;
  font-size: 22px;
  background-color: rgb(255, 255, 255);
  height: 40px;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.255, 1) 0s;
}
#welcome_search button:hover {
  background-color: rgb(33, 150, 243);
  color: rgb(255, 255, 255) !important;
}

a#site-logo {
  margin-left: 10px;
}
a#site-logo img {
  vertical-align: middle;
  height: 38px;
}

a#site-logo:hover {
  text-decoration: none;
  background: none;
}
a#site-logo:hover img:nth-child(1) {
  animation: spin 0.3s linear infinite;
}

.nav-wrapper {
  position: relative;
}
.nav-wrapper #serverTime {
  padding-top: 15px;
  position: absolute;
  line-height: 20px;
  text-align: center;
  width: 200px;
  left: 50%;
  margin-left: -100px;
}
.nav-wrapper #serverTime .phone-navbar {
  height: 16px;
  line-height: 20px;
  font-size: 18px;
}
.nav-wrapper #serverTime .phone-navbar:hover {
  background-color: transparent;
}
.nav-wrapper #serverTime .time-navbar {
  display: block;
  text-align: center;
  font-size: 12px;
}

.position-absolute {
  position: absolute;
}

.position-absolute-center {
  position: absolute;
  left: 50%;
}

@-webkit-keyframes spin {}
#pageHead {
  min-height: 65px;
  background: white;
}
#pageHead h4 {
  line-height: 1.2rem;
  padding-bottom: 8px;
}
#pageHead p {
  margin-bottom: 7px;
}
#pageHead .row {
  margin-bottom: 10px;
}

main > .container > .row {
  margin-bottom: 0;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
main.page {
  min-height: 100%;
  background: rgb(240, 245, 251);
}

main.auth {
  position: relative;
  overflow: hidden;
}

input.form-control[type=checkbox] {
  pointer-events: all !important;
}
input.form-control {
  margin: 0 !important;
  height: 2rem !important;
}
input.form-control:read-only {
  background: rgb(245, 245, 245) !important;
  color: rgba(0, 0, 0, 0.42);
}
input.form-control.error {
  border: 1px solid rgb(255, 0, 4) !important;
}
input.form-control:-moz-read-only {
  background: rgb(245, 245, 245) !important;
  color: rgba(0, 0, 0, 0.42) !important;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.42) !important;
}
input.form-control:hover {
  background-color: #fff;
}
input.form-control:focus {
  outline: none;
  background-color: #fff;
  border: 1px solid rgb(33, 150, 243);
}
input:not([type]):focus:not([readonly]) {
  border-bottom: 1px solid rgb(33, 150, 243);
  box-shadow: 0 1px 0 0 rgb(33, 150, 243);
}
input:not([type]):focus:not([readonly]) + label {
  color: rgb(33, 150, 243);
}

.checkbox-blue[type=checkbox] + label:before {
  border: 2px solid rgb(33, 150, 243);
  background: transparent;
}
.checkbox-blue[type=checkbox]:checked + label:before {
  border: 2px solid transparent;
  border-bottom: 2px solid rgb(33, 150, 243);
  border-right: 2px solid rgb(33, 150, 243);
  background: transparent;
}

.pointer {
  cursor: pointer;
}

.picker__date-display {
  background-color: rgb(25, 118, 210);
}

.picker__close {
  color: rgb(33, 150, 243);
}

.picker__today {
  color: rgb(33, 150, 243);
}

.picker__day--selected {
  background-color: rgb(33, 150, 243);
}
.picker__day--selected:hover {
  background-color: rgb(33, 150, 243);
}

.k-calendar .k-today {
  background-color: rgb(33, 150, 243);
}
.k-calendar .k-footer .k-nav-today {
  color: rgb(33, 150, 243);
}
.k-calendar td.k-state-selected {
  background-color: rgb(76, 175, 80);
}

.k-picker-wrap.k-state-default > .k-select {
  border: none;
}

.k-state-focused {
  box-shadow: none !important;
}

.k-state-hover {
  box-shadow: none !important;
}

.btn-competition-create {
  display: block;
  height: 100%;
  box-shadow: none !important;
  border: 2px solid transparent;
  text-transform: uppercase;
  min-width: 200px;
  padding: 10px;
  text-align: center;
  letter-spacing: 0.5px;
  cursor: pointer;
}

.k-link-date {
  color: rgb(33, 150, 243);
}

.k-link-time {
  color: rgb(33, 150, 243);
}

.k-select {
  color: rgb(33, 150, 243);
}

.draft {
  color: black;
}

.finished {
  color: rgb(244, 67, 54);
}

.stopped {
  color: rgb(244, 67, 54);
}

.cancelled {
  color: rgb(244, 67, 54);
}

.on_moderation {
  color: rgb(33, 150, 243);
}

.accepted {
  color: rgb(251, 192, 45);
}

.declared {
  color: rgb(76, 175, 80);
}

.accepting {
  color: rgb(76, 175, 80);
}

.running {
  color: rgb(76, 175, 80);
}

.block-lot {
  text-decoration: none;
  color: rgb(0, 0, 0);
}
.block-lot .row {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  #welcome_search input {
    width: auto;
  }
}
.labelform {
  line-height: 2rem;
}

select {
  height: 2rem;
  padding: 0;
  border-radius: 0 !important;
}
select.form-control {
  display: block !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-weight: 500;
  background: white url(/images/custom-select.svg) right 0.75rem center no-repeat;
}

.indented-text {
  text-indent: 0.5em;
}

.no-natural-indent {
  text-indent: 0;
}

.font-weight-regular {
  font-weight: normal;
}

.k-picker-wrap {
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.255, 1) 0s;
  height: 30px;
}
.k-picker-wrap .k-input {
  text-indent: 0.5em;
  font-weight: 500;
}
.k-picker-wrap input {
  height: 25px !important;
  line-height: 30px !important;
}
.k-picker-wrap .k-select {
  height: 25px !important;
  line-height: 30px !important;
}

.position-relative {
  position: relative;
}

.flash-msg {
  padding: 10px;
  color: rgb(255, 255, 255);
}

div.flash-msg {
  overflow: hidden;
  position: relative;
  margin: 0 0 0.7rem 0;
  background-color: rgb(255, 255, 255);
  transition: box-shadow 0.25s;
}
div.error-message {
  background-color: rgb(244, 67, 54) !important;
  color: rgb(255, 255, 255);
}
div.success-message {
  background-color: rgb(76, 175, 80) !important;
  color: rgb(255, 255, 255);
}
div.breadcrumbs span {
  display: block;
  margin-top: 5px;
  font-size: 28px;
  line-height: 28px;
  font-weight: 300;
}
div.breadcrumbs i:nth-last-of-type(1) {
  display: none;
}
div.breadcrumbs a.link {
  font-size: 12px;
}
div.offered-price-icon {
  background: url(/images/tag.svg) no-repeat center center;
  background-size: cover;
  height: 45px;
  width: 45px;
}
div.buttons-container {
  padding: 20px 0;
  clear: both;
}
div.field-row.error .field-input {
  border-left: 0;
}

.waves-input-wrapper {
  border-radius: 0 !important;
}

.giftcard {
  width: 40%;
  max-height: 100%;
  border-radius: 2px;
  box-shadow: 8px 10px 16px rgba(0, 0, 0, 0.1);
  transform: translateZ(0);
}

.giftcard-content {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  overflow: visible;
  padding: 1rem 0;
  color: rgb(147, 147, 147);
  z-index: 1;
  background: rgb(255, 255, 255);
}
.giftcard-content > * {
  transform: translateX(3rem);
}
.giftcard-content h2 {
  font-size: 1.2rem;
  text-transform: uppercase;
  margin-bottom: 0;
  color: rgb(35, 35, 35);
}
.giftcard-content h3 {
  color: rgb(35, 35, 35);
}
.giftcard-content div {
  font-size: 1rem;
}

.giftcard-cover {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  overflow: visible;
  background: rgb(204, 25, 157);
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

.w90 {
  width: 90%;
}

.w60 {
  width: 60% !important;
}

.w50 {
  width: 50% !important;
}

.w40 {
  width: 40% !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.ml10 {
  margin-left: 10px;
}

.mt10 {
  margin-top: 10px;
}

.light-yellow {
  background-color: rgb(255, 255, 224);
}

.valign-middle {
  vertical-align: middle !important;
}

.file_errors {
  padding-top: 10px;
  text-align: center;
}

.error label {
  color: rgb(244, 67, 54) !important;
}
.error .error-text-container {
  margin-left: 20px;
  font-size: 12px;
  color: rgb(244, 67, 54) !important;
}

.button {
  display: inline-block;
  width: auto;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: rgb(255, 165, 0);
  color: rgb(255, 255, 255);
  font-size: 1.3rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-decoration: none;
}
.button.secondary {
  background: rgb(0, 156, 238);
}

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

.uploader {
  margin-bottom: 20px;
  width: fit-content;
}
.uploader label {
  font-size: 1em;
}

.file-path-wrapper {
  width: 200px;
}

.file-path-wrapper input {
  margin: 0px 0px 10px 0px !important;
}

.competition-status-round {
  width: 10px;
  margin-left: 7px;
  margin-right: 7px;
  height: 10px;
  display: inline-block;
  border-radius: 100%;
  line-height: 9px;
}

#main-signature {
  color: rgb(255, 255, 255) !important;
}
#main-signature a, #main-signature span {
  color: rgb(255, 255, 255) !important;
}

.competition-status-1, .lot-status-1 {
  background-color: rgb(0, 0, 0);
}

.lot-status-1 {
  background-color: rgb(0, 0, 0);
}

.lot-status-text-1, .competition-status-text-1, .user-status-0 {
  color: rgb(0, 0, 0);
}

.competition-status-2 {
  background-color: #ffc400;
}

.competition-status-text-2, .user-status-50 {
  color: #ffc400;
}

.competition-status-3, .lot-status-2 {
  background-color: #f44336;
}

.competition-status-text-3, .lot-status-2-text, .user-status-1 {
  color: #f44336;
}

.competition-status-4, .lot-status-3 {
  background-color: #4caf50;
}

.competition-status-text-4, .lot-status-text-3 {
  color: #4caf50;
}

.competition-status-5, .lot-status-5 {
  background-color: #212121;
}

.competition-status-text-5, .lot-status-text-5 {
  color: #212121;
}

.competition-status-6, .lot-status-701 {
  background-color: #2196f3;
}

.competition-status-text-6, .lot-status-text-701 {
  color: #2196f3;
}

.competition-status-7, .lot-status-4 {
  background-color: #f44336;
}

.competition-status-text-7, .lot-status-text-4 {
  color: #f44336;
}

.competition-status-8, .lot-status-7 {
  background-color: #f44336;
}

.competition-status-8-text, .lot-status-7-text {
  color: #f44336;
}

.competition-status-9, .lot-status-8 {
  background-color: #f44336;
}

.competition-status-9-text, .lot-status-8-text {
  color: #f44336;
}

.user-status-2 {
  color: rgb(25, 114, 31);
}

.application-status-1 {
  background-color: #2196f3;
}

.application-status-text-1 {
  color: #2196f3;
}

.application-status-2 {
  background-color: #f44336;
}

.application-status-text-2 {
  color: #f44336;
}

.application-status-3 {
  background-color: #4caf50;
}

.application-status-text-3 {
  color: #4caf50;
}

.application-status-4 {
  background-color: #f44336;
}

.application-status-text-4 {
  color: #f44336;
}

.application-status-5 {
  background-color: #424242;
}

.application-status-5-text {
  color: #424242;
}

.status-5 {
  border-color: rgb(0, 0, 0);
  color: rgb(0, 0, 0);
}

.status-1 {
  border-color: rgb(33, 150, 243);
  color: rgb(33, 150, 243);
}

.status-2 {
  border-color: #9C2632;
  color: #9C2632;
}

.status-3, .status-text-3 {
  border-color: rgb(76, 175, 80);
  color: rgb(76, 175, 80);
}

.status-4 {
  border-color: rgb(255, 0, 0);
  color: rgb(255, 0, 0);
}

.notification-caption {
  font-weight: bold;
  font-size: 16px;
  line-height: 30px;
}

.notification-arrow i {
  font-weight: bold;
  font-size: 36px;
  cursor: pointer;
}

.notification-date {
  font-size: 14px;
  color: rgb(97, 97, 97);
  line-height: 26px;
}

.notification-text {
  font-size: 15px;
}
.notification-text div {
  width: 100%;
  overflow: hidden;
  transition: white-space 2s;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  line-height: 22px;
}
.notification-text div p, .notification-text div ul {
  line-height: 22px;
  height: 22px;
  margin: 0px;
  padding: 0px;
  display: inline-block;
}
.notification-text div p:after, .notification-text div ul:after {
  content: " ";
  white-space: pre !important;
}

.notification-icon {
  font-size: 22px;
  padding: 5px 5px 5px 0px;
  color: rgb(204, 204, 204);
}

.wrap-normal {
  white-space: normal !important;
}

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

.cryptoPro {
  margin-bottom: 1rem;
}

.i-square {
  border-width: 2px;
  border-style: solid;
  padding: 5px 9px;
  opacity: 0.6;
  font-weight: bold;
  font-size: 14px;
}

.i-square-button {
  width: 37px;
  height: 37px;
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  line-height: 33px;
  text-align: center;
  padding-top: 0;
  cursor: pointer;
  border-radius: 100%;
}

.i-square-button-inline {
  border: 2px solid transparent;
  width: 37px;
  height: 37px;
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  line-height: 33px;
  text-align: center;
  padding-top: 0;
  cursor: pointer;
  border-radius: 100%;
  margin-right: 5px;
}
.i-square-button-inline.blue:hover {
  background-color: rgb(40, 174, 255) !important;
}
.i-square-button-inline.red:hover {
  background-color: rgb(255, 98, 100) !important;
}
.i-square-button-inline.yellow:hover {
  background-color: rgb(255, 241, 59) !important;
}
.i-square-button-inline.light-green:hover {
  background-color: rgb(160, 220, 79) !important;
}

.i-square-button-inline-small {
  width: 40px;
  height: 40px;
  line-height: 35px;
}

.btn-custom {
  box-shadow: none !important;
  border: 2px solid transparent;
  border-radius: 3px;
  height: 38px;
  line-height: 36px;
  width: 16.6666666667%;
  min-width: 120px;
  padding: 0 10px;
}
.btn-custom:hover {
  transition: none !important;
}
.btn-custom.red:hover {
  background-color: rgba(244, 67, 54, 0.5) !important;
}
.btn-custom.green:hover {
  background-color: rgba(76, 175, 80, 0.5) !important;
}
.btn-custom.orange:hover {
  background-color: rgba(255, 152, 0, 0.5) !important;
}
.btn-custom.blue:hover {
  background-color: rgba(33, 150, 243, 0.5) !important;
}
.btn-custom.grey:hover {
  background-color: rgba(147, 147, 147, 0.5) !important;
}
.btn-custom.white:hover {
  background-color: rgb(240, 245, 251) !important;
}

.border-button-group {
  border-top: 1px solid rgb(33, 150, 243);
  border-bottom: 1px solid rgb(33, 150, 243);
  border-left: 0px;
  border-right: 1px solid rgb(33, 150, 243);
}
.border-button-group:first-child {
  border-left: 1px solid rgb(33, 150, 243);
}

.file-field .btn {
  height: 38px;
  line-height: 36px;
  float: none;
}
.file-field .btn-large {
  height: 38px;
  line-height: 36px;
}
.file-field input.file-path {
  height: 35px;
}

.blue-icon {
  background-color: rgb(33, 150, 243);
}

div.file-path-wrapper {
  overflow: visible !important;
  display: inline-block;
}

input.money_input_big {
  height: 4rem;
  font-size: 34px;
  font-weight: 300;
  border-left: 2px solid rgb(33, 150, 243);
}

input.bid_input_big {
  height: 3.5rem;
  font-size: 34px;
  font-weight: 300;
  border-left: 2px solid rgb(33, 150, 243);
}

ul.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 0;
}
ul.pagination > li {
  display: inline;
}
ul.pagination > li:first-child {
  border-radius: 4px 0 0 4px !important;
}
ul.pagination > li:first-child > a {
  margin-left: 0;
  border-radius: 4px 0 0 4px !important;
}
ul.pagination > li:first-child > span {
  border-radius: 4px 0 0 4px !important;
  margin-left: 0;
}
ul.pagination > li:last-child {
  border-radius: 0 4px 4px 0 !important;
}
ul.pagination > li:last-child > a {
  border-radius: 0 4px 4px 0 !important;
}
ul.pagination > li:last-child > span {
  border-radius: 0 4px 4px 0 !important;
}
ul.pagination > .disabled > span {
  color: rgb(97, 97, 97) !important;
  background-color: rgb(245, 245, 245);
  border-color: rgba(0, 0, 0, 0.1);
  cursor: not-allowed;
}
ul.pagination > .disabled > a {
  color: rgb(97, 97, 97) !important;
  background-color: rgb(245, 245, 245);
  border-color: rgb(204, 204, 204);
  cursor: not-allowed;
}
.error-highlighted-row {
  background-color: rgba(244, 67, 54, 0.9);
}

.fixed-action-btn {
  position: relative;
  right: unset;
  bottom: unset;
  padding-top: 15px;
  margin-bottom: 0;
  z-index: 997;
}
.fixed-action-btn.horizontal {
  padding: 0;
  z-index: 100;
}
.fixed-action-btn.horizontal ul {
  right: 100% !important;
  text-align: right;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 100%;
  left: auto;
  width: 500px;
}
.fixed-action-btn.horizontal ul li {
  display: inline-block;
  margin: 0;
}

.prepend-block {
  position: absolute;
  margin: 1.3em 0 0 -5.5em;
  display: block;
  padding: 0;
}

.breadcrumbs {
  padding: 10px 0;
}

.custom-light-green {
  background-color: rgb(36, 210, 58);
}

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

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

.btn-clear {
  background-color: rgb(255, 255, 255);
  color: rgb(97, 97, 97);
  border: 1px solid rgb(204, 204, 204);
}
.btn-clear:hover {
  background-color: rgb(248, 248, 248);
}

.btn-small {
  height: 30px;
  line-height: 26px;
}

textarea.field-input {
  margin-bottom: 0;
}

.field-input {
  display: block;
  width: 100%;
  border-radius: 0 !important;
  height: 30px;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.255, 1) 0s;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

textarea.field-input {
  line-height: 1.5rem;
  font-weight: normal;
}

textarea.materialize-textarea {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom-width: 1px !important;
}

input:not([type]):focus:not([readonly]), input[type=text]:not(.browser-default):focus:not([readonly]), input[type=password]:not(.browser-default):focus:not([readonly]), input[type=email]:not(.browser-default):focus:not([readonly]), input[type=url]:not(.browser-default):focus:not([readonly]), input[type=time]:not(.browser-default):focus:not([readonly]), input[type=date]:not(.browser-default):focus:not([readonly]), input[type=datetime]:not(.browser-default):focus:not([readonly]), input[type=datetime-local]:not(.browser-default):focus:not([readonly]), input[type=tel]:not(.browser-default):focus:not([readonly]), input[type=number]:not(.browser-default):focus:not([readonly]), input[type=search]:not(.browser-default):focus:not([readonly]), textarea.materialize-textarea:focus:not([readonly]) {
  border-bottom: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.field-label {
  font-size: 0.8rem;
  color: rgb(0, 0, 0);
  font-weight: normal;
}

.field-info {
  font-size: 12px !important;
  color: rgb(186, 186, 186);
  text-align: left;
  position: absolute;
  bottom: 15px;
}

.field-error {
  color: rgb(244, 67, 54);
  display: inline-block;
  line-height: 1em;
}

.field-container {
  position: relative;
}

div.field-row {
  margin-bottom: 0 !important;
  padding: 10px 20px !important;
  position: relative;
}
div.field-row.error .field-container label {
  color: rgb(244, 67, 54) !important;
}

.pseudolink {
  -webkit-appearance: unset;
  background-color: transparent;
  line-height: 1.5rem;
  display: inline;
  color: rgb(33, 150, 243);
  text-decoration: none;
  border: none;
  outline: none;
}
.pseudolink:hover {
  text-decoration: underline;
}
.pseudolink:focus {
  background-color: transparent;
}

.modal-content > h4 {
  font-weight: 300;
  text-align: center;
}
.modal-content .uploader {
  text-align: center;
}
.modal-content .uploader label {
  line-height: 2rem;
}

.width-auto {
  width: auto;
}

.k-datetimepicker {
  display: block;
}

i.mdi {
  vertical-align: middle;
}

.side-nav li > a > i.mdi {
  font-size: 22px;
  margin: 0 10px 0 0;
}

input[type=text]:not(.browser-default):focus:not([readonly]) {
  border-bottom: 1px solid rgb(33, 150, 243);
  box-shadow: 0 1px 0 0 rgb(33, 150, 243);
}
input[type=text]:not(.browser-default):focus:not([readonly]) + label {
  color: rgb(33, 150, 243);
}

input[type=password]:not(.browser-default):focus:not([readonly]) {
  border-bottom: 1px solid rgb(33, 150, 243);
  box-shadow: 0 1px 0 0 rgb(33, 150, 243);
}
input[type=password]:not(.browser-default):focus:not([readonly]) + label {
  color: rgb(33, 150, 243);
}

input[type=email]:not(.browser-default):focus:not([readonly]) {
  border-bottom: 1px solid rgb(33, 150, 243);
  box-shadow: 0 1px 0 0 rgb(33, 150, 243);
}
input[type=email]:not(.browser-default):focus:not([readonly]) + label {
  color: rgb(33, 150, 243);
}

input[type=url]:not(.browser-default):focus:not([readonly]) {
  border-bottom: 1px solid rgb(33, 150, 243);
  box-shadow: 0 1px 0 0 rgb(33, 150, 243);
}
input[type=url]:not(.browser-default):focus:not([readonly]) + label {
  color: rgb(33, 150, 243);
}

input[type=time]:not(.browser-default):focus:not([readonly]) {
  border-bottom: 1px solid rgb(33, 150, 243);
  box-shadow: 0 1px 0 0 rgb(33, 150, 243);
}
input[type=time]:not(.browser-default):focus:not([readonly]) + label {
  color: rgb(33, 150, 243);
}

input[type=date]:not(.browser-default):focus:not([readonly]) {
  border-bottom: 1px solid rgb(33, 150, 243);
  box-shadow: 0 1px 0 0 rgb(33, 150, 243);
}
input[type=date]:not(.browser-default):focus:not([readonly]) + label {
  color: rgb(33, 150, 243);
}

input[type=datetime]:not(.browser-default):focus:not([readonly]) {
  border-bottom: 1px solid rgb(33, 150, 243);
  box-shadow: 0 1px 0 0 rgb(33, 150, 243);
}
input[type=datetime]:not(.browser-default):focus:not([readonly]) + label {
  color: rgb(33, 150, 243);
}

input[type=datetime-local]:not(.browser-default):focus:not([readonly]) {
  border-bottom: 1px solid rgb(33, 150, 243);
  box-shadow: 0 1px 0 0 rgb(33, 150, 243);
}
input[type=datetime-local]:not(.browser-default):focus:not([readonly]) + label {
  color: rgb(33, 150, 243);
}

input[type=tel]:not(.browser-default):focus:not([readonly]) {
  border-bottom: 1px solid rgb(33, 150, 243);
  box-shadow: 0 1px 0 0 rgb(33, 150, 243);
}
input[type=tel]:not(.browser-default):focus:not([readonly]) + label {
  color: rgb(33, 150, 243);
}

input[type=number]:not(.browser-default):focus:not([readonly]) {
  border-bottom: 1px solid rgb(33, 150, 243);
  box-shadow: 0 1px 0 0 rgb(33, 150, 243);
}
input[type=number]:not(.browser-default):focus:not([readonly]) + label {
  color: rgb(33, 150, 243);
}

input[type=search]:not(.browser-default):focus:not([readonly]) {
  border-bottom: 1px solid rgb(33, 150, 243);
  box-shadow: 0 1px 0 0 rgb(33, 150, 243);
}
input[type=search]:not(.browser-default):focus:not([readonly]) + label {
  color: rgb(33, 150, 243);
}

textarea.materialize-textarea {
  background: rgb(255, 255, 255);
  padding-left: 0.5rem;
  text-indent: 0;
}
textarea.materialize-textarea:focus:not([readonly]) {
  border: 1px solid rgb(33, 150, 243);
}
textarea.materialize-textarea:focus:not([readonly]) + label {
  color: rgb(33, 150, 243);
}

.checkbox-blue.filled-in[type=checkbox] + label:after {
  border: 2px solid rgb(33, 150, 243);
  background: transparent;
}
.checkbox-blue.filled-in[type=checkbox]:checked + label:after {
  background: rgb(33, 150, 243);
}
.checkbox-blue.filled-in[type=checkbox]:checked + label:before {
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid rgb(255, 255, 255);
  border-bottom: 2px solid rgb(255, 255, 255);
}

.input-field.prefix {
  width: 26px;
  font-size: 22px;
  line-height: 47px;
}
.input-field.prefix ~ input {
  margin-left: 26px;
}
.input-field.prefix ~ textarea {
  margin-left: 26px;
}
.input-field.prefix ~ label {
  margin-left: 26px;
}

.picker__day.picker__day--today {
  color: rgb(33, 150, 243);
}

.picker--focused .picker__day--selected {
  background-color: rgb(33, 150, 243);
}

[type=radio].with-gap:checked + label:before {
  border-radius: 50%;
  border: 2px solid rgb(33, 150, 243);
}
[type=radio].with-gap:checked + label:after {
  border-radius: 50%;
  border: 2px solid rgb(33, 150, 243);
  background-color: rgb(33, 150, 243);
  z-index: 0;
  transform: scale(0.5);
}

.competition-block .row {
  margin-bottom: 0;
}

.competition-head .row {
  margin-bottom: 0;
}

.k-autocomplete .k-input {
  text-indent: 0.5em;
  font-weight: 500;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.k-dropdown-wrap .k-input {
  text-indent: 0.5em;
  font-weight: 500;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.k-numeric-wrap .k-input {
  text-indent: 0.5em;
  font-weight: 500;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.k-selectbox .k-input {
  text-indent: 0.5em;
  font-weight: 500;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.k-textbox > input {
  text-indent: 0.5em;
  font-weight: 500;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

small.error {
  color: rgb(255, 0, 4);
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.9em 1.6em 0 0;
}

.edit_user_form select.form-control, .edit_form select.form-control {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding-left: 10px;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.255, 1) 0s;
}
.edit_user_form select.form-control:focus, .edit_form select.form-control:focus {
  border: 1px solid rgb(33, 150, 243);
  box-shadow: none;
  outline: none;
}

.file-row:hover {
  background-color: rgba(190, 226, 255, 0.31);
}

.form-input.label {
  font-size: 0.9rem;
}

.k-widget.datepicker {
  display: block;
}

.switch label input[type=checkbox]:checked + .lever {
  background-color: rgb(144, 202, 249);
}
.switch label input[type=checkbox]:checked + .lever:after {
  background-color: rgb(33, 150, 243);
}

.collapsible-body {
  padding-top: 20px;
}

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@media (max-width: 1366px) {
  #welcome_search {
    width: 440px;
  }
  #welcome_search input {
    width: 390px;
  }
}
@media (max-width: 1440px) {
  #index-video .video-overlay h3 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media (max-width: 600px) {
  main.index {
    background: url("/images/mobile.jpg") no-repeat center center;
    background-size: cover;
  }
  #main_container {
    display: block;
  }
  #main_container .left_menu {
    display: none;
  }
  .phone-ring a {
    padding: 0;
  }
  li.settings-button {
    height: 54px !important;
  }
  a#site-logo img {
    height: 20px;
  }
  #index_search {
    margin-top: 20px;
  }
  #welcome_search {
    width: 260px;
  }
  #welcome_search .left-align {
    width: 260px;
  }
  #welcome_search .left-align input {
    width: 210px;
  }
  #index-video {
    background: rgba(0, 0, 0, 0.5);
  }
  #index-video .video-overlay h1 {
    margin-top: 10px !important;
    margin-bottom: 0px !important;
    line-height: 35px;
    font-size: 30px;
  }
  #index-video .video-overlay h3 {
    font-size: 25px;
    line-height: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  #index-video .video-overlay h3 small {
    font-size: 1rem;
    line-height: 10px;
  }
  #index-video .video-overlay h5 {
    font-size: 16px;
    margin-bottom: 0px;
  }
  #bottom-menu {
    margin-top: 0;
    background: #222;
    height: auto;
  }
  #bottom-menu .container .row a {
    border-right: none !important;
  }
}
.tabs {
  border-bottom: 1px solid #f4f4f4;
}
.tabs .tab a:hover {
  color: rgb(25, 118, 210) !important;
}
.tabs .tab a {
  color: rgb(147, 147, 147);
}
.tabs .tab a.active {
  color: rgb(25, 118, 210) !important;
}
.tabs .tab.disabled {
  color: rgba(0, 0, 0, 0.1);
}
.tabs .tab.disabled a {
  color: rgba(0, 0, 0, 0.1);
}
.tabs .tab.disabled a:hover {
  color: grey;
}
.tabs .indicator {
  background-color: rgb(25, 118, 210) !important;
}

.tab-cnt {
  padding-top: 20px !important;
}
.tab-cnt .row:last-child {
  margin-bottom: 0;
}

.table_row {
  margin-bottom: 10px !important;
}
.table_row i.ti {
  margin: 0 5px;
}

.btn-group {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group > .btn-inactive {
  background-color: #607d8b;
}

.btn-group > .btn {
  -webkit-box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0), 0 0px 0px 0px rgba(0, 0, 0, 0), 0 0px 0px 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0), 0 0px 0px 0px rgba(0, 0, 0, 0), 0 0px 0px 0 rgba(0, 0, 0, 0);
}

.btn-group > .btn-inactive:hover {
  background-color: #728F9D;
}

.btn-group > .btn:hover {
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

#stepsTable thead {
  border-bottom: none;
  background: #E1E6EC;
}
#stepsTable th {
  text-align: center;
}
#stepsTable td {
  vertical-align: top;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#stepsTable td input {
  font-size: 12px !important;
}
#stepsTable tr.active {
  font-weight: bold;
}
#stepsTable tr.comment-row td {
  padding-top: 0;
}

* {
  font-family: "Roboto", sans-serif;
}

body {
  background: #5f6f72;
}

.heading {
  margin: 0;
  color: #5f6f72;
  padding: 10px 0;
}

.file-browser {
  background: white;
  color: black;
  padding: 20px 10px;
}

.file {
  color: black;
  display: block;
  list-style: none;
  margin-left: 22px;
}

.folder {
  list-style: none;
  cursor: pointer;
  margin: 4px 0;
}
.folder > ul {
  display: none;
}
.folder:before {
  padding: 5px;
  height: 10px;
  width: 10px;
  text-align: center;
  line-height: 10px;
  background: rgb(33, 150, 243);
  border-radius: 100%;
  display: inline-block;
  content: "›";
  box-sizing: content-box;
  color: white;
  margin-right: 2px;
}
.folder.folder-open > ul {
  display: block;
  padding-left: 15px;
  margin-left: 9px;
  border-left: 2px solid rgba(0, 0, 0, 0.1);
}
.folder.folder-open:before {
  content: "-";
  background: rgb(186, 186, 186);
}

.import-excel-btn {
  position: relative;
}
.import-excel-btn input[type=file] {
  position: absolute;
  width: 100%;
  height: 32px;
  margin-left: -10px;
  opacity: 0;
}

input[type=text].daterange {
  background: url("/images/icons/calendar.svg") no-repeat right center;
  background-size: 20px 20px;
  cursor: pointer;
}

.field-error-absolute {
  position: absolute;
  right: 5px;
  top: -1em;
  font-size: 0.7em;
  color: red;
}

select.grid-filter, input.grid-filter {
  color: #555555;
  font-weight: normal;
  border: 1px solid #f2f2f2 !important;
  padding: 0px 5px !important;
  font-size: 1em;
  display: block;
  width: 100%;
  box-sizing: initial;
  margin: 5px -5px !important;
}
select.grid-filter::placeholder, input.grid-filter::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #555555;
  opacity: 1; /* Firefox */
}

.modal.cert_modal {
  max-width: 400px;
  main-width: 280px;
}
.modal.cert_modal .row {
  margin-bottom: 0;
}
.modal.cert_modal ul.tabs {
  border-bottom: none;
}
.modal.cert_modal ul.tabs .tab {
  background: rgba(89, 52, 167, 0.2);
}
.modal.cert_modal ul.tabs .tab a {
  color: #4a148c;
}
.modal.cert_modal ul.tabs .tab a.active {
  background: white;
  color: #4a148c !important;
}
.modal.cert_modal ul.tabs .tab a:hover {
  color: #4a148c !important;
}
.modal.cert_modal ul.tabs .indicator {
  display: none;
}

.valign-baseline {
  vertical-align: baseline;
}

pre[class*=language-], code[class*=language-] {
  line-height: 1.3;
}

pre[class*=language-] {
  padding: 25px 12px 7px 12px;
  border: solid 1px rgba(51, 51, 51, 0.12);
  background: rgba(246, 246, 246, 0.2);
}

:not(pre) > code[class*=language-], pre[class*=language-] {
  background: #f5f2f0;
}

pre[class*=language-] {
  padding: 1em;
  margin: 0.5em 0;
  overflow: visible;
}

code[class*=language-], pre[class*=language-] {
  color: black;
  /* text-shadow: 0 1px white; */
  font-family: "Inconsolata", Monaco, Consolas, "Andale Mono", monospace;
  direction: ltr;
  text-align: left;
  white-space: pre-wrap;
  word-spacing: normal;
  word-break: normal;
  line-height: 1.4;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

code, pre {
  position: relative;
  font-size: 1.1rem;
}

.grid {
  position: relative;
  width: 100%;
  background: #fff;
  color: #666666;
  border-radius: 2px;
  margin-bottom: 25px;
}

.grid .grid-body {
  padding: 15px 20px 15px 20px;
  font-size: 0.9em;
  line-height: 1.9em;
}

.support h2, .support-content h2 {
  margin-top: 5px;
  font-size: 30px;
}

.support-content .list-group li {
  padding: 15px 20px 12px 20px;
}

.support-content .list-group li:hover {
  background: #eee;
}

.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.lots-count-info {
  text-align: right;
  line-height: 48px;
  height: 48px;
  border-bottom: 1px solid #f4f4f4;
}

a.block-lot:hover .red-hover {
  color: #f44336 !important;
}

/* Buy lot form */
#form_layout {
  display: none;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 2000;
}

#buy-lot-container {
  position: relative;
  width: 400px;
  margin: 100px auto;
  background-color: #fff;
  padding: 15px;
  opacity: 1;
  text-align: left;
  border-radius: 5px;
}

#buy-lot-response {
  display: none;
}

.form-close {
  display: flex;
  position: absolute;
  right: -30px;
  top: -40px;
  background: rgba(0, 0, 0, 0);
  color: #fff;
  border: none;
  font-size: 2.5em;
}

#buy-lot-container span {
  font-size: 12px;
}

#buy-lot-form input {
  border: 1px solid #dadada;
  border-radius: 5px;
  padding: 2px;
  height: 2rem;
  box-sizing: border-box;
}

#buy-lot-form textarea {
  border: 1px solid #dadada;
  border-radius: 5px;
  padding: 2px;
  height: 4rem;
  resize: none;
}

#buy-lot-form li {
  margin-top: -15px;
}

.form-confirm {
  text-align: center;
  margin-top: 10px;
}

.form-error {
  border: 1px solid #ff3d00 !important;
}

.text-strike {
  text-decoration: line-through;
}

/*# sourceMappingURL=app.css.map */
