/*$main-color: #DEE9EF;*/
/*$dark-blue: #375972;*/
.header-dropdown {
  right: 0;
  left: auto;
  min-width: 200px !important;
  max-width: 200px !important; }
  .header-dropdown .dropdown-item {
    padding: .25rem .5rem;
    white-space: pre-wrap; }

.future-title {
  float: left;
  position: relative;
  background: #fff;
  color: #818287;
  min-width: 300px;
  font-weight: bold;
  border-left: 3px solid #818287;
  padding: 10px 15px 10px 20px;
  font-family: sans-serif, Arial; }

.btn-grey {
  background: #8B8C95;
  color: #fff; }
  .btn-grey:hover {
    background: #818287; }

html {
  height: 100%; }

html,
body {
  min-height: 100%;
  position: relative;
  color: #212529;
  background: #008DD2; }

.sidebar-opened {
  max-height: 100vh !important;
  overflow: hidden !important; }

body.modal-open {
  margin: 0 !important;
  overflow: hidden !important;
  padding-right: 0px !important; }

.modal-full {
  padding: 0 !important; }
  .modal-full .close {
    outline: none !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .modal-full .modal-dialog {
    min-width: 100%;
    margin: 0 !important; }
    .modal-full .modal-dialog .modal-content {
      border-radius: 0 !important;
      min-height: 100vh; }

@media (max-width: 768px) {
  .modal-full-mobile {
    padding: 0 !important; }
    .modal-full-mobile .close {
      outline: none !important;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
    .modal-full-mobile .modal-dialog {
      min-width: 100%;
      margin: 0 !important; }
      .modal-full-mobile .modal-dialog .modal-content {
        border-radius: 0 !important;
        min-height: 100vh; } }
.phone-icon {
  display: block;
  margin-left: 10px;
  float: right;
  background-size: cover;
  background-image: url("../../../images/call24.png");
  position: relative;
  top: -1px;
  color: transparent !important;
  width: 42px;
  height: 42px; }

.loginFrame {
  position: relative;
  left: 30px;
  display: block;
  width: 489px;
  height: 421px;
  margin: 20px auto 0;
  -webkit-transform: scale(0.9, 0.9);
  -moz-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  -o-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
  background-size: cover; }
  .loginFrame .loginFrameContent {
    position: relative;
    left: 26px;
    display: block;
    width: 345px;
    height: 345px;
    padding: 20px 35px;
    border-radius: 50%; }
    .loginFrame .loginFrameContent input {
      background: transparent;
      width: 100%;
      text-align: center;
      border: none;
      padding: 5px 1px;
      font-size: 20px;
      border-bottom: 2px solid white;
      color: white; }
      .loginFrame .loginFrameContent input::placeholder {
        opacity: 1;
        color: white; }
      .loginFrame .loginFrameContent input:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: red; }
      .loginFrame .loginFrameContent input::-ms-input-placeholder {
        /* Microsoft Edge */
        color: red; }
    .loginFrame .loginFrameContent p {
      min-height: 24px;
      margin: 0 !important;
      color: red; }
    .loginFrame .loginFrameContent .login-email {
      margin-top: 90px; }
    .loginFrame .loginFrameContent .login-password {
      margin-top: 20px; }
    .loginFrame .loginFrameContent button {
      display: block;
      color: #fff;
      border: none;
      border-radius: 20px;
      background: #eedd00;
      font-size: 20px;
      padding: 5px 15px;
      margin: 20px auto 0; }
      .loginFrame .loginFrameContent button:hover {
        background: #e1d100; }

.user-tournaments-block {
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 10px 0 15px 15px;
  border-radius: 8px;
  color: #fff; }
  .user-tournaments-block .user-tournament-row {
    margin-bottom: 10px;
    position: relative;
    padding-bottom: 5px; }
    .user-tournaments-block .user-tournament-row:before {
      content: '';
      display: block;
      position: absolute;
      bottom: 5px;
      left: 50%;
      width: 47%;
      height: 2px;
      background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 70%, rgba(255, 255, 255, 0.5) 100%); }
    .user-tournaments-block .user-tournament-row:last-child {
      margin-bottom: 0; }
      .user-tournaments-block .user-tournament-row:last-child:before {
        display: none; }
    .user-tournaments-block .user-tournament-row .u-t-row-left {
      float: left;
      width: 40%; }
      .user-tournaments-block .user-tournament-row .u-t-row-left p {
        font-size: 20px;
        line-height: 25px;
        margin: 0 0 10px 0; }
      .user-tournaments-block .user-tournament-row .u-t-row-left div {
        margin-top: 15px; }
      .user-tournaments-block .user-tournament-row .u-t-row-left span {
        margin: 0px 5px 0 0;
        padding: 3px 7px;
        border-radius: 20px;
        color: rgba(255, 255, 255, 0.8);
        border: 1px solid rgba(255, 255, 255, 0.5); }
    .user-tournaments-block .user-tournament-row .u-t-row-middle {
      float: left;
      width: 40%;
      padding-top: 20px; }
      .user-tournaments-block .user-tournament-row .u-t-row-middle .u-tour-middle {
        float: left;
        margin: 0 10px;
        text-align: center;
        cursor: pointer; }
        .user-tournaments-block .user-tournament-row .u-t-row-middle .u-tour-middle div {
          width: 50px;
          margin: 0 auto;
          height: 50px;
          background: #71C0DE;
          border-radius: 50%; }
        .user-tournaments-block .user-tournament-row .u-t-row-middle .u-tour-middle span {
          font-size: 12px;
          color: rgba(255, 255, 255, 0.8); }
    .user-tournaments-block .user-tournament-row .u-t-row-right {
      float: left;
      width: 20%;
      padding-top: 20px;
      padding-right: 30px; }
      .user-tournaments-block .user-tournament-row .u-t-row-right .u-tour-right {
        float: right;
        margin: 0 10px;
        text-align: center; }
        .user-tournaments-block .user-tournament-row .u-t-row-right .u-tour-right div {
          width: 50px;
          margin: 0 auto;
          height: 50px;
          line-height: 50px;
          text-align: center;
          font-size: 25px;
          background: #71C0DE;
          border-radius: 50%; }
        .user-tournaments-block .user-tournament-row .u-t-row-right .u-tour-right span {
          font-size: 12px;
          color: rgba(255, 255, 255, 0.8); }

.user-profile-block {
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 10px 0 10px 10px;
  border-radius: 8px; }
  .user-profile-block .user-profile-subname-wrapper {
    float: right;
    width: 174px;
    margin-right: 60px;
    margin-top: 20px;
    text-align: center; }
    .user-profile-block .user-profile-subname-wrapper .user-profile-subname-tag {
      padding: 3px 15px;
      font-size: 17px;
      border-radius: 20px;
      color: rgba(255, 255, 255, 0.8);
      border: 1px solid rgba(255, 255, 255, 0.5); }
  .user-profile-block .user-profile-content {
    background-image: url("../../../images/ornament.png");
    background-size: cover;
    min-height: 700px; }
  .user-profile-block .user-profile-top {
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 10px; }
    .user-profile-block .user-profile-top h2 {
      font-size: 50px; }
    .user-profile-block .user-profile-top h3 {
      font-size: 30px; }
    .user-profile-block .user-profile-top .user-profile-tags {
      margin-top: 20px; }
      .user-profile-block .user-profile-top .user-profile-tags .fa {
        position: relative;
        top: 2px;
        color: rgba(255, 255, 255, 0.5);
        font-size: 30px; }
      .user-profile-block .user-profile-top .user-profile-tags .user-profile-tag {
        margin-left: 5px;
        padding: 3px 7px;
        border-radius: 20px;
        color: rgba(255, 255, 255, 0.8);
        border: 1px solid rgba(255, 255, 255, 0.5); }
    .user-profile-block .user-profile-top .user-profile-subtags {
      margin-top: 20px; }
      .user-profile-block .user-profile-top .user-profile-subtags .user-subtag {
        float: left;
        margin-left: 10px;
        padding: 3px 7px;
        font-size: 17px;
        border-radius: 20px;
        color: rgba(255, 255, 255, 0.8);
        border: 1px solid rgba(255, 255, 255, 0.5); }
      .user-profile-block .user-profile-top .user-profile-subtags .qrwrapper {
        float: left;
        border-radius: 10px;
        padding: 7px;
        background: #fff; }
        .user-profile-block .user-profile-top .user-profile-subtags .qrwrapper img {
          width: 60px;
          height: 60px; }
    .user-profile-block .user-profile-top .user-profile-image-wrapper {
      float: right;
      width: 244px;
      height: 210px;
      background-image: url("../../../images/orel.png");
      background-size: cover; }
      .user-profile-block .user-profile-top .user-profile-image-wrapper .user-profile-image-content {
        position: relative;
        left: 12px;
        display: block;
        padding: 5px;
        width: 174px;
        height: 174px;
        border-radius: 50%;
        overflow: hidden; }
        .user-profile-block .user-profile-top .user-profile-image-wrapper .user-profile-image-content .user-profile-image-photo {
          width: 100%;
          height: 100%;
          background-size: cover;
          border-radius: 50%; }

.thin-button {
  padding: 8px 12px;
  font-size: 17px;
  border-radius: 20px;
  color: rgba(255, 255, 255, 0.8) !important;
  border: 1px solid rgba(255, 255, 255, 0.5);
  text-decoration: none !important; }
  .thin-button:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.2); }

.user-profile-cards-wrapper {
  margin-top: 20px;
  padding-right: 10px; }
  .user-profile-cards-wrapper .user-profile-cards {
    margin-left: -60px;
    margin-right: -60px; }
    .user-profile-cards-wrapper .user-profile-cards .user-profile-card {
      float: left;
      border-radius: 5px;
      width: 188px;
      height: 188px;
      margin-left: 15px; }
      .user-profile-cards-wrapper .user-profile-cards .user-profile-card:hover {
        opacity: 0.8; }
      .user-profile-cards-wrapper .user-profile-cards .user-profile-card:first-child {
        margin-left: 0px !important; }
      .user-profile-cards-wrapper .user-profile-cards .user-profile-card .user-profile-card-content {
        display: flex;
        width: 100%;
        height: 100%;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        flex-direction: column;
        justify-content: center;
        margin: 0 auto;
        text-align: center; }
        .user-profile-cards-wrapper .user-profile-cards .user-profile-card .user-profile-card-content .full-img {
          margin: 0 auto;
          width: 130px;
          height: 130px; }
        .user-profile-cards-wrapper .user-profile-cards .user-profile-card .user-profile-card-content .icon-img {
          height: 60px;
          width: auto;
          margin: 0 auto; }
        .user-profile-cards-wrapper .user-profile-cards .user-profile-card .user-profile-card-content .icon-title {
          color: #fff;
          margin-top: 20px; }
    .user-profile-cards-wrapper .user-profile-cards .white-card {
      background: white;
      border: 2px solid #66C3D0; }
    .user-profile-cards-wrapper .user-profile-cards .blue-card {
      border: 2px solid #66C3D0;
      background: #2BB3E0; }
    .user-profile-cards-wrapper .user-profile-cards .yellow-card {
      border: 2px solid #66C3D0;
      background: #FFED00; }

.user-header-image-functions {
  position: absolute;
  top: -15px;
  left: 0;
  opacity: 0;
  padding-top: 20px;
  padding-bottom: 15px;
  width: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease-in-out; }
  .user-header-image-functions a {
    text-decoration: none !important;
    color: #fff; }
    .user-header-image-functions a:hover {
      color: #ccc; }

.user-profile-image-content:hover .user-header-image-functions {
  opacity: 1;
  top: 0; }

.card-border {
  border: 1px solid #F4F8FB; }

.box-shadow {
  -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05); }

.shadow-button {
  -webkit-box-shadow: 1px 1px 9px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 1px 1px 9px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 1px 1px 9px 0px rgba(0, 0, 0, 0.75); }

.white-button {
  color: #3097D1;
  background-color: transparent;
  background-image: none;
  border-color: #3097D1; }
  .white-button:hover, .white-button:focus {
    background-color: #3097D1;
    color: #fff; }

.blue-button {
  color: #fff;
  background-color: #3097D1;
  background-image: none;
  border-color: #3097D1; }
  .blue-button:hover, .blue-button:focus {
    background-color: #2a84b5;
    border-color: #2a84b5;
    color: #fff; }

.btn-green {
  background: #4ACC96;
  color: #fff;
  border-color: #4ACC96; }
  .btn-green:hover, .btn-green:focus {
    background: #44b181; }
  .btn-green:active {
    background: #3d9f74 !important; }

.btn-orange {
  background: #FE9568;
  color: #fff;
  border-color: #FE9568; }

.btn-red {
  color: #fff;
  background-color: #F92672;
  border-color: #F92672; }
  .btn-red:hover {
    background-color: #e02267;
    border-color: #e02267; }

.btn-red-bordered {
  color: #fff;
  border-color: #F92672; }
  .btn-red-bordered:hover {
    background-color: #e02267;
    border-color: #e02267; }

.my-card {
  box-shadow: 0 5px 30px #d5daea !important;
  padding: 20px;
  border-radius: 0.5rem !important; }
  .my-card .card-title {
    font-size: 25px;
    color: #092D46;
    letter-spacing: 1px;
    position: relative; }
    .my-card .card-title:before {
      position: absolute;
      content: '';
      display: block;
      width: 40px;
      opacity: 0.5;
      background: #092D46;
      height: 1px;
      bottom: 0; }

.card-item {
  box-shadow: 0 5px 30px #d5daea !important;
  padding: 10px;
  border-radius: 0.5rem !important; }

.my-card-dark {
  border-radius: 0.5rem !important;
  box-shadow: 0 5px 30px #d5daea !important;
  padding: 20px;
  background: #092D46;
  color: #fff; }

.trans-card {
  border-radius: 0.5rem;
  box-shadow: 0 5px 30px #d5daea !important;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  width: 100%;
  background-clip: border-box;
  background: white;
  height: 100%; }
  .trans-card .header {
    position: relative;
    background: #092D46;
    width: 100%;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
    padding: 12px 0 12px 15px;
    line-height: 15px;
    font-size: 15px;
    color: #fff; }
    .trans-card .header .actions {
      cursor: pointer;
      display: block;
      position: absolute;
      right: 10px;
      top: 10px;
      height: 20px;
      width: 20px;
      padding: 0;
      line-height: 19px;
      text-align: center;
      background: rgba(255, 255, 255, 0.2);
      float: right;
      font-size: 20px;
      font-weight: bold;
      color: #fff;
      border-radius: 50%; }
  .trans-card .trans-card-container {
    padding: 20px; }

@media (max-width: 768px) {
  .trans-card {
    display: block !important; }
    .trans-card .header .actions {
      display: block;
      position: absolute;
      right: 10px;
      top: 10px;
      height: 20px;
      width: 20px;
      padding: 0;
      line-height: 20px !important;
      text-align: center;
      background: rgba(255, 255, 255, 0.2);
      float: right;
      font-size: 20px;
      font-weight: bold;
      color: #fff;
      border-radius: 50%; } }
#navbar {
  z-index: 99;
  /*  background: $head-color;
    -webkit-box-shadow: 0px 1px 2px #9a9a9a;
    -moz-box-shadow: 0px 1px 2px #9a9a9a;
    box-shadow: 0px 1px 2px #9a9a9a;*/
  padding: 20px 0;
  /*  border-bottom: 2px solid rgba(255,255,255,0.5);*/ }
  #navbar .container:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 5px;
    left: 50%;
    margin-left: -570px;
    width: 1140px;
    height: 2px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 100%); }

.blink {
  animation: blinker 1s linear infinite; }

@keyframes blinker {
  50% {
    opacity: 0; } }
.btn {
  cursor: pointer; }

.thin-scroll::-webkit-scrollbar {
  border-radius: 3px;
  width: 5px;
  height: 6px; }

.thin-scroll::-webkit-scrollbar-thumb {
  background: #E8E9ED; }

.changePhotoModal .modal-dialog .modal-header {
  background-color: #3097D1; }
  .changePhotoModal .modal-dialog .modal-header .close {
    color: #fff; }
.changePhotoModal .modal-dialog .modal-title {
  color: #fff;
  margin-top: 0; }
.changePhotoModal .modal-dialog .modal-footer span {
  padding: 0;
  margin: 0 auto; }

.actions-modal .modal-content {
  width: 80% !important;
  margin: 0 auto; }

.thin-input {
  border-top: none;
  border-left: none;
  border-right: none;
  padding-left: 0;
  border-radius: 0;
  border-color: #f2f2f2; }

textarea.thin-input {
  resize: none;
  box-shadow: none !important;
  height: auto;
  overflow-x: hidden; }

input.thin-input {
  box-shadow: none !important; }

select.thin-input {
  box-shadow: none !important; }

.instagram-link-block,
.profile-link-block {
  position: relative;
  width: 100%; }

.instagram-link-block span {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  padding: 6px 0;
  float: left;
  width: 150px;
  color: #148a9d !important; }

.instagram-link-block input {
  width: 100%;
  padding-left: 150px !important;
  box-shadow: none !important; }

.profile-link-block span {
  position: absolute;
  display: block;
  padding: 6px 0;
  top: 0;
  left: 0;
  width: 130px;
  color: #148a9d !important; }

.profile-link-block input {
  width: 100%;
  padding-left: 130px !important;
  box-shadow: none !important; }

.trans-divider {
  display: block;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 100%); }

.home-page-bg {
  background-image: url("../../../images/home_background.png");
  background-size: cover;
  padding-top: 120px !important;
  margin-top: -80px !important;
  padding-bottom: 80px; }
  .home-page-bg .trans-divider {
    position: relative;
    margin: 100px 0 100px -570px;
    left: 50%;
    width: 1140px !important; }

.footer {
  position: absolute;
  display: none;
  width: 100%;
  bottom: 0;
  margin-top: 35px;
  padding: 15px 0;
  /*background: #222222;*/
  background: #092D46;
  color: #f1f1f1; }

.borderless td, .borderless th, .borderless tr {
  border: none; }

.navbar-mobile {
  display: none; }

.alertBlock {
  position: fixed;
  pointer-events: none;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  -o-pointer-events: none;
  top: 0;
  left: 10px;
  width: 200px;
  height: 100vh;
  z-index: 9999;
  display: -webkit-flex;
  /* Safari */
  display: flex;
  flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse; }
  .alertBlock .redAlert {
    width: 94%;
    margin: 1vh auto;
    min-height: 5vh;
    color: #fff;
    padding: 1vh;
    font-size: 2vh;
    background: rgba(126, 3, 0, 0.7);
    border-radius: 1vh;
    display: table-cell;
    vertical-align: middle; }
  .alertBlock .dangerAlert {
    width: 100%;
    margin: 0 auto 1vh;
    min-height: 60px;
    color: #fff;
    padding: 10px;
    font-size: 15px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 5px;
    display: table-cell;
    vertical-align: middle; }

@media (max-width: 768px) {
  .alertBlock {
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    width: calc(100% - 10px);
    top: 5px;
    left: 5px;
    right: 0;
    padding-top: 0px; }
    .alertBlock .dangerAlert {
      width: 100%;
      margin: 0 auto 1vh;
      min-height: 1px;
      color: #212529;
      padding: 15px 10px;
      font-size: 16px;
      opacity: 1;
      background: #f2f2f2;
      border-radius: 5px;
      display: table-cell;
      border: 1px solid #818287;
      vertical-align: middle; } }
@media (max-width: 992px) {
  .container {
    width: 100%;
    max-width: 100%; } }
@media (max-width: 768px) {
  .label-small-block label {
    text-transform: uppercase;
    font-size: 12px !important;
    line-height: 14px !important;
    font-weight: 400 !important; }

  .pull-left-xs {
    float: left !important; }

  .text-left-xs {
    text-align: left !important; }

  .navbar-mobile {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    height: 56px;
    clear: both;
    padding: 17px 10px 8px 10px;
    position: relative;
    background: #092D46; }
    .navbar-mobile .fitofan-menu-logo {
      float: left;
      font-size: 20px;
      line-height: 20px;
      color: #fff; }
      .navbar-mobile .fitofan-menu-logo img {
        position: relative;
        top: -2px;
        height: 20px; }
    .navbar-mobile .fitofan-menu-button {
      display: block;
      cursor: pointer;
      float: right;
      height: 38px;
      width: 60px;
      text-align: right; }
      .navbar-mobile .fitofan-menu-button a.bell {
        position: relative;
        float: left;
        text-align: left; }
        .navbar-mobile .fitofan-menu-button a.bell span {
          position: absolute;
          top: -5px;
          right: -5px;
          border: 2px solid #092D46;
          background: #FE9568;
          color: #fff;
          padding: 1px 3px;
          font-size: 10px;
          line-height: 10px;
          border-radius: 50%; }
      .navbar-mobile .fitofan-menu-button a.search {
        float: right; }
      .navbar-mobile .fitofan-menu-button i {
        color: #fff;
        font-size: 20px; }
    .navbar-mobile .fitofan-menu-toggle {
      float: left;
      display: block;
      width: 40px;
      height: 38px; }
      .navbar-mobile .fitofan-menu-toggle div {
        background: #fff;
        height: 3px; }
      .navbar-mobile .fitofan-menu-toggle div:nth-child(1) {
        width: 35px; }
      .navbar-mobile .fitofan-menu-toggle div:nth-child(2) {
        margin-top: 5px;
        width: 40px; }
      .navbar-mobile .fitofan-menu-toggle div:nth-child(3) {
        margin-top: 5px;
        width: 30px; }

  .hidden-xs {
    display: none !important; }

  .footer {
    margin-top: 0px; }

  .card {
    border-radius: 0 !important;
    border: none; }

  .col-xs-12 {
    padding: 0 !important; }

  .col-xs-112 {
    padding: 0 5px 0 5px !important; }
    .col-xs-112 .card, .col-xs-112 .trans-card {
      border-radius: 0.7rem !important; }

  .no-margin-mobile {
    margin-top: 0 !important; }

  .mobile-grid-2 .col-xs-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .mobile-grid-2 .col-xs-12:nth-child(odd) {
    padding: 1% 0.5% 0 1% !important; }
  .mobile-grid-2 .col-xs-12:nth-child(even) {
    padding: 1% 1% 0 0.5% !important; }
  .mobile-grid-2 .col-xs-12:last-child {
    margin-bottom: 1% !important; } }
#loaderDialog .modal-dialog {
  max-width: 100px;
  max-height: 60px;
  margin-left: auto !important;
  margin-right: auto !important; }

.lds-ring {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px; }

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 51px;
  height: 51px;
  margin: 6px;
  border: 6px solid #3097D1;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #3097D1 transparent transparent transparent; }

.lds-ring div:nth-child(1) {
  animation-delay: -0.45s; }

.lds-ring div:nth-child(2) {
  animation-delay: -0.3s; }

.lds-ring div:nth-child(3) {
  animation-delay: -0.15s; }

@keyframes lds-ring {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
.d-none {
  display: none !important; }

@media (min-width: 768px) {
  .h-md-100 {
    height: 100%; }

  .d-md-block {
    display: block !important; }

  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; } }
.modal-actions::after {
  display: block;
  clear: both;
  content: ""; }

.modal-action {
  float: left;
  width: 50%;
  padding: 15px;
  border: solid #e9ecef;
  border-width: 1px 0 0; }

.modal-action + .modal-action {
  border-left-width: 1px; }

.modal-action:first-child {
  border-radius: 0 0 0 5px !important; }

.modal-action:last-child {
  border-radius: 0 0 5px 0 !important; }

.modal-action:hover, .modal-action:focus, .modal-action:active {
  text-decoration: none;
  background-color: #f5f5f5;
  border-color: #e9ecef; }

.line-event-container {
  padding: 10px 0 !important; }

@media (max-width: 768px) {
  .line-event-container {
    padding: 5px 0 !important; } }
.pl-5px {
  padding-left: 5px !important; }

.pr-5px {
  padding-right: 5px !important; }

.pt-5px {
  padding-top: 5px !important; }

.pb-5px {
  padding-bottom: 5px !important; }

.pl-10px {
  padding-left: 10px !important; }

.pr-10px {
  padding-right: 10px !important; }

.pt-10px {
  padding-top: 10px !important; }

.pb-10px {
  padding-bottom: 10px !important; }

@media (max-width: 768px) {
  .pl-5px-m {
    padding-left: 5px !important; }

  .pr-5px-m {
    padding-right: 5px !important; }

  .pt-5px-m {
    padding-top: 5px !important; }

  .pb-5px-m {
    padding-bottom: 5px !important; }

  .pl-10px-m {
    padding-left: 10px !important; }

  .pr-10px-m {
    padding-right: 10px !important; }

  .pt-10px-m {
    padding-top: 10px !important; }

  .pb-10px-m {
    padding-bottom: 10px !important; } }

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