.modal:not(.edit-form):not(.view-form):not(.logged-in) .modal-header {
    display: none !important;
}

.modal:not(.edit-form):not(.view-form):not(.logged-in) {
    width: 885px !important;
    height: max-content;
    border: none !important;
    -webkit-box-shadow: -1px 0px 17px -4px rgba(179,177,179,1) !important;
    -moz-box-shadow: -1px 0px 17px -4px rgba(179,177,179,1) !important;
    box-shadow: -1px 0px 17px -4px rgba(179,177,179,1) !important;
}

.login-form-column {
  float: left;
  width: 50%;
}

.login-form-container:after {
  content: "";
  display: table;
  clear: both;
}

.top-left {
    padding: 30px 20px 10px 40px;
}

#login-form-container-left {
   background-image: url("../static/images/signin01.png");
   background-position: center bottom; /*Positioning*/
   background-repeat: no-repeat;
   background-size: 100% auto;
   border-bottom-left-radius: 6px;
}

.bottom-left {
    background-size: 100%;
    height: 386px;
    border-bottom-left-radius: 6px;
}

#address-information {
    margin: 45px 30px;
    text-align: center;
    color: white;
    text-shadow:-1px 3px 6px #8d8d8d;
    position: relative;
    bottom: -200px;
}

#address-information a, #address-information a:hover {
    color: white;
}

.login-form-column form {
    width: 70%;
    margin: 50% auto 0;
}



.login-form-column form h4 {
    color: #1a428c;
    font-size: 1.5em;
    margin-bottom: 30px;
}

.login-form-column form input {
    padding: 10px;
    border-radius: 0;
    border-color: #09B2F5;
}

.controls {
    position: relative;
}

.login-form-column form i {
    position:absolute;
    top: 15px;
    left: 15px;
    opacity: 0.5;
}


#inputPassword, #inputLoging {
    width: 82%;
    padding-left: 45px;
}

#login-btn {
    margin-top: 10px;
    background-color: #09B2F5;
    color: white;
}

#login-fb-link {
    margin: 10px;
}

#login-fb-link a, #login-fb-link a:hover {
    text-shadow: none;
    color: #3b5998;
}

#forgot-password-container {
    float: right;
}

.row-flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}

.column-flex-1 {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
}

.column-flex-2 {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 2;
}

#report_appendinx_a_container {
    padding: 30px 40px 40px;
}

.bottom-left-container {
    height: 250px;
    padding: 2px;
}


#reset-password-container {
    width: 50%;
    position: relative;
    float: right;
    right: -122px;
    bottom: -200px;
    text-align: right;
}

#reset-password-container a {
    text-decoration: underline;
    color: #9DD31C;
}

#reset-password-container a:hover {
    text-decoration: none;
    color: #7ca513;
}

.ubis-table {
    display: block; 
    overflow: auto;
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
}

.ubis-result .alert h4 {
    margin-bottom: 10px;
}

.navbar-main-icon:hover {
    text-decoration: none;
}

