﻿div.overlay {
  opacity:    0.5; 
  background: #000; 
  width:      100%;
  height:     100%; 
  z-index:    1000;
  top:        0; 
  left:       0; 
  position:   fixed; 
}

.col-md-3.left_col{
    z-index: 999 !important;
}

.x_content {
    min-height: 400px;
}

.ng2-loading {
    font-size: 30px;
    height: 10em;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-navigation {
    margin-top: 5px;
}

.modal-footer button.btn {
    margin-bottom: 0;
}

.radio > label:first-child {
    padding-right: 10px;
}

.nav-sm span.hidden-sm-nav {
    display: none;
}

.seperator {
    border-right: 1px solid #ccc;
    font-size: 30px;
    margin-right: 8px;
    padding-bottom: 8px;
}

.institution .x_title {
    margin-top: -11px;
}

    .institution .x_title .pull-right {
        margin-top: 11px;
    }

#institutionsDatatable_wrapper {
    margin-top: 20px;
}

.bg-danger {
    padding: 15px;
}

.select2-container--default .select2-selection--multiple {
    border-radius: 0 !important;
}

.ng-invalid:not(form) {
    border-left: 5px solid #a94442 !important;
}

.invalid:not(form) {
    border-left: 5px solid #a94442 !important;
}

.alert {
    padding: 0;
    padding-left: 8px;
}

.alert-danger {
    background-color: #a94442;
    border-color: #a94442;
}

.alert-warning {
    color: #fff;
}

#login_view {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #2A3F54;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

#wrapper {
    width: 450px;
    min-height: 300px;
    margin: 200px auto;
    background-color: #EDEDED;
    border-radius: 5px;
}

#login.form {
    padding: 0 10px;
}

.btn.btn-default.submit.pull-right {
    margin: 0;
}

#login.form .alert {
    margin-top: -20px;
    text-shadow: none;
}

.login_content div .reset_pass {
    margin-top: 8px !important;
}

.tableLinks {
    text-decoration: underline;
    cursor: pointer;
}

.modal {
    z-index: 9999;
}

#message {
    width: 450px;
    margin: -180px auto;
    background-color: #EDEDED;
    border-radius: 5px;
    display: none;
}

    #message.show {
        display: block;
        -webkit-transition: display 2s;
        -moz-transition: display 2s;
        -o-transition: display 2s;
        transition: display 2s;
    }

    #message div {
        padding: 10px;
    }
