@charset "UTF-8";
@media (max-width: 480px) {
  .max-logo {
    max-width: 120px;
  }
}

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}
      .user-menu-list{
        background-color: rgb(42, 42, 44);
      }

      .user-menu-list li:hover{
        background-color: #df6512;
      }
      .user-menu-list-li {
          position: relative;
          float: left;
          font-size: 16px;
          line-height: 23px;
          color: #ffffff;
          font-weight: 700;
          padding: 15px 0px;
          padding-left: 16px;
          width: 160px;
      }

      .bootstrap-datetimepicker-widget{ z-index:999999999 !important; }  

      .contact-form .form-group input[type="text"], .contact-form .form-group input[type="password"], .contact-form .form-group input[type="tel"], .contact-form .form-group input[type="email"], .contact-form .form-group select, .contact-form .form-group input[type="number"] {
            position: relative;
            display: block;
            width: 100%;
            color: #a5a5a5;
            line-height: 26px;
            padding: 10px 28px;
            height: 60px;
            font-size: 14px;
            border-radius: 2px;
            background: #f3f5f9;
            border: 1px solid transparent;
            -webkit-transition: all 300ms ease;
            -ms-transition: all 300ms ease;
            -o-transition: all 300ms ease;
            -moz-transition: all 300ms ease;
            transition: all 300ms ease;
        }
        .modal{
          z-index: 999999  !important;
        }

      .modal-backdrop {
          z-index: 0; 
      }
      .modal-backdrop.show {
          opacity: 0;
      }
      .form-element-error {
          color: red;
          font-weight: bold;
      }
      
      .error-message{
        /*color : #c51244;*/
        color: #D8000C;
        background-color: #FFBABA;
        margin-top: -20px;
        margin-bottom: 20px;
    }