body {
  color: #333 !important;
}

.btn-circle-small {
  border-radius: 100% !important;
  width: 40px !important;
  height: 40px !important;
  padding: 10px 5px !important;
}

.background-green {
  background: #0178bc;
  background: -moz-linear-gradient(left, #318f94 0%, #5ec58c 100%);
  background: -webkit-linear-gradient(left, #318f94 0%, #5ec58c 100%);
  background: linear-gradient(to right, #318f94 0%, #5ec58c 100%)
}

.custom-login {
  margin: inherit !important;
  background: none !important;
  /*width: 100% !important;*/
}

#logo-block {
  width: 60%;
  margin: auto;
  /*opacity: 0.7;*/
  position: relative;
}

#center-block {
  overflow: hidden;
  position: relative;
}

#logo-block img {
  width: 100%;
}


@media (max-width: 620px) {

  #logo-block {
    padding-top: 55px !important;
  }

  .login-register {
    padding-top: 50px !important;
  }

}

@media (max-width: 767px) {

  /*.login-box {*/
  /*width: 100% !important;*/
  /*}*/

  #logo-block {
    padding-top: 85px !important;
  }

  .login-register {
    padding-top: 200px !important;
  }

}


.alert-danger {
  color: #721c24;
  background-color: rgba(248, 215, 218, 0.8);
  border-color: #f5c6cb;
}

.alert-success {
  color: #155724;
  background-color: rgba(212, 237, 218, 0.8);
  border-color: #c3e6cb;
}


.header-img {
  width: 20%;
  height: 40px;
  min-width: 40px;
  max-width: 40px;
  float: left;
  border: 1px solid #BBB;
  padding-top: 5px;
  padding-left: 13px;
  font-size: 18px;
  font-weight: bold;
  background-color: #EEE;
  border-radius: 5px;
}

.header-text {
  float: right;
  width: 75%;
  margin-top: 5px;
  margin-left: 0px;
}

.container-flex {
  display: flex;
  vertical-align: center;
  margin: auto 0;
}

pre {
  font-family: "Rubik", sans-serif !important;
  color: #54667a !important;
  font-size: inherit !important;
}

pre .text-white {
  color: #FFF !important;
}

.marker-blue {
  display: block;
  position: relative;
  width: 35px;
  height: 56px;
  background: url("../assets/images/blue-pin.png") no-repeat center;
  background-size: 35px 56px;
}

.marker-red {
  display: block;
  position: relative;
  width: 35px;
  height: 56px;
  background: url("../assets/images/red-pin.png") no-repeat center;
  background-size: 35px 56px;
}

.marker-blue img,
.marker-red img {
  width: 83%;
  height: auto;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  left: 3px;

}

.select2-container .select2-selection--single {
  height: 38px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444 !important;
  line-height: 38px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 35px !important;
  position: absolute !important;
  top: 1px !important;
  right: 1px !important;
  width: 20px !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid #d9d9d9 1px !important;
  outline: 0;
}

.select2-container--default .select2-selection--single {
  border: solid #d9d9d9 1px !important;
}

.parsley-min {
  color: #e0574b;
}

#top-overlay {
  display: none;
  z-index: 9999;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  overflow: hidden;
}

#top-overlay #loading {
  margin: 0 auto;
  position: fixed;
  top: 50%;
  left: 50%;
  /* bring your own prefixes */
  transform: translate(-50%, -50%);
}

.mail-contnet {
  vertical-align: top !important;
  width: 100% !important;
  padding-left: 55px !important;
  position: relative;
}

.message-box .message-widget a .mail-contnet h5 {
  margin: 0px !important;
}

.message-box .message-widget a .user-img {
  position: absolute !important;
}

.message-box .message-widget a {
  padding: 9px 5px !important;
}

.notification-time {
  position: absolute;
  top: 0px;
  right: 0px;
  text-align: right;
}

#load-more {
  clear: both;
  margin-top: 10px;
  text-align: center;
}

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

.attachment-display {
  width: 120px;
  height: 120px;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  border: 1px solid #EEE;
}

div.datepicker {
  z-index: 9999 !important;
}

.datepicker-dropdown:after {
  border: none !important;
}

.datepicker-dropdown:before {
  display: none !important;
}

.select2-container--default .select2-selection--multiple {
  border: 1px solid rgba(0, 0, 0, 0.15);
}

/* Utils Class */
.m-t-1x {
  margin-top: 1px;
}

.m-t-2x {
  margin-top: 2px;
}

/* End Utils Class */

.parsley-* {
  color: #e0574b;
}

.auth-logo {
  max-width: 300px;
  margin: 0 auto;
}

.parsley-errors-list {
  margin-top: 5px !important;
}