html, body {
    height: 100%;
}

body {
    background: #fff url(/assets/img/checkers.svg) no-repeat fixed center bottom;
    background-size: 100%;
}

/* INPUT GROUPS */
.input-group-addon {
    border-left-width: 0;
    border-right-width: 0;
}

.input-group-addon-between {
    border-left: 0;
    border-right: 0;
}

.input-group-addon:first-child {
    border-left-width: 1px;
}

.input-group-addon:last-child {
    border-right-width: 1px;
}

ul.teachers-list li {
    margin-bottom: 7px;
}

#lightbox .modal-content {
    display: inline-block;
    text-align: center;
}

/****** LOGIN MODAL ******/
.loginmodal-container {
    padding: 30px;
    max-width: 350px;
    width: 100% !important;
    background-color: #f7f7f7;
    margin: 0 auto;
    border-radius: 2px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    overflow: hidden;
}

.loginmodal-container h1 {
    text-align: center;
    font-size: 1.8em;
}

.loginmodal {
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    height: 36px;
    padding: 0 8px;
    /* border-radius: 3px; */
    /* -webkit-user-select: none;
      user-select: none; */
}

.display0 {
    display: none !important;
}

#avatarwrapper {
    width: 400px;
    height: 400px;
    margin-left: auto;
    margin-right: auto;
}

#avatarphoto {
    max-width: 100%;
}

.floating-alert {
    position: fixed;
    top: 70px;
    right: 20px;
    z-index: 5000;
}

a.img-avatar {
    display: block;
    position: relative;
    width: 100%;
}

a.img-avatar img {
    width: 100%;
    vertical-align: top;
}

a.img-avatar:after {
    text-align: center;
    padding-top: 25%;
    font-family: FontAwesome;
    font-size: 7em;
    content: '\f030';
    color: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

a.img-avatar:hover:after {
    opacity: 1;
}

#upload-progress {
    position: fixed;
    left: 0;
    top: 50px;
    display: none;
    z-index: 4999;
    width: 100%;
}

/* ERROR PAGE */
h1.error-heading {
    color: #d92b33
}

p.error-text {
    color: #486abe;
}

table.error-wrapper {
    width: 100%;
    height: 100%;
}

td.vertical-middle {
    vertical-align: middle;
}

.profile-avatar {
    width: 80px;
    height: 80px;
    max-width: 80px;
}

.profile-avatar-index {
    width: 60px;
    height: 60px;
    max-width: 60px;
    float: left;
    margin-right: 5px;
    border: 1px solid #486abe;
}

.profile-job {
    display: block;
    color: #777;
    margin-left: 65px;
}

.fileinput-button {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.fileinput-button input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    font-size: 200px !important;
    direction: ltr;
    cursor: pointer;
}