/* Индикатор загрузки */
.load-bg {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgb(0,0,0,0.5);
    z-index: 10000;
}

.load-indicator {
    position: fixed;
    left: calc(50% - 32px);
    top: calc(50% - 32px);
    width: 64px;
    height: 64px;
    z-index: 10000;
}

.load-text {
    position: fixed;
    color: #fff;
    font-size: 24px;
    width: 100%;
    top: 57%;
}


/* Прочие стили */
.login-form-container {
    background-color: rgba(25,25,245,0.65);
    filter: alpha(opacity=25);
    width: 80%;
    height: 50px;
    border-top-left-radius: 72px;
    border-top-right-radius: 72px;
}

.username {
    color: #fff;
}

.author:hover {
    text-decoration: underline;
    color: white;
}

.banners-table {
    width: 100%;
}

.search-panel {
    position: fixed;
    z-index: 15000;
    left: 15%;
    top: 0;
}

.search-input {
    font-size: 16px;
}

.teacher-name {
    font-size: 13px;
    text-align: left;
}

.teacher-avatar {
    float: left;
    display: inline;
    max-width: 33%;
    min-width: 33%;
}

.teacher-about {
    display: inline;
    max-width: 100%;
    float: left;
    text-align: left;
}
.teacher-text {
    font-size: 13px;
    height: auto;
    text-indent: 10px;
}

.little-text {
    font-size: 10px;
}

.little-text-12 {
    font-size: 12px;
}

.document {
    text-align: left;
}

.mini-photo {
    max-width: 240px;
    cursor: pointer;
}

#media-area {
    width: 920px !important;
}

#new-modal {
    visibility: hidden;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 20000;
    background: rgba(55, 55, 55, 0.8);
    color: darkblue;
    display: inline;
    cursor: pointer;
}

#big-photo {
    top: 2%;
    height: 96%;
    display: inline;
}

#new-modal #left {
    left: 0;
    display: inline;
    height: 100%;
    text-align: left;
}

#new-modal #left span {
    left: 20px;
    top: 20px;
    opacity: 0.5;
    color: white;
    font-size: 20px;
}

#new-modal #right {
    right: 0;
    display: inline;
    height: 100%;
    text-align: right;
}

#new-modal #right span {
    right: 20px;
    top: 20px;
    opacity: 0.5;
    color: white;
    font-size: 20px;
}

.tree-center {
    top: -10px;
    width: 50%;
    left: 25%;
}

.tree-left {
    top: 0;
}

.profile-name {
    font-size: 30px;
    color: white;
    width: 100%;
    letter-spacing: 3px;
    text-shadow: 0px 3px 0px #b2a98f,
             0px 14px 10px rgba(0,0,0,0.15),
             0px 24px 2px rgba(0,0,0,0.1),
             0px 34px 30px rgba(0,0,0,0.1);
}

.profile-name-link {
    color: white !important;
    transition: color 0.5s ease-out;
}

.profile-name-link:hover {
    text-decoration: none;
    color: #aaff99 !important;
    transition: color 0.5s ease-out;
}

.profile-name-link:focus {
    text-decoration: none;
}

.doc-text {
    text-indent: 35px;
    font-size: 14px;
    line-height: 20px;
    font-family: Times New R, sans-serif;
    text-align: justify;
}

@font-face {
    font-family: SegoePrint;
    src: url(/static/fonts/SegoePrint.ttf);
}

.submenu-title {
    width: 100%;
    letter-spacing: 2px;
    text-shadow: 0px 3px 0px #b2a98f;
}

.info-block {
    background-color: rgba(125,255,255,0.25);
    display: inline-block;
    filter: alpha(opacity=25);
    width: 100%;
}

@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700);


/* Виджет с версией для слабовидящих */

.vision {
    position: fixed;
    top: 0;
    z-index: 1500;
    border: 2px black solid;
    border-top: none;
    background-color: white;
    font-size: 14px;
    padding: 3px;
    padding-left: 12px;
    padding-right: 12px;
    right: 15%;
    display: inline;
}

.vision-link {
    color: black;
}

body {
    background: url(/static/img/background.jpg) no-repeat;
    background-size: 100%;
    background-position-x: center;
    background-attachment: fixed;
}

.container-97 {
    width: 980px;
}

.top {
    background: url(/static/img/photo.jpg);
    background-size: 100% 100%;
    height: 350px;
    border-radius: 10% 10% 0 0;
}

@font-face {
    font-family: SegoePrint;
    src: url(/static/fonts/SegoePrint.ttf);
}

.welcome-title {
    color: fuchsia !important;
}

.welcome-text {
    font-size: 17px;
    letter-spacing: 2px
}

.menu {
    background: #98bf21;
    background: -webkit-linear-gradient(#fff, #98bf21);
    background: -moz-linear-gradient(#fff, #98bf21);
    background: -o-linear-gradient(#fff, #98bf21);
    background: -ms-linear-gradient(#fff, #98bf21);
}

/* Пагинатор */

.paginator-item {
    display: inline;
    font-size: 14px;
    color: black;
    cursor: pointer;
    line-height: 32px;
}

.paginator-item:hover {
    text-decoration: underline;
}

.paginator-link {
    text-decoration: none;
    outline: none;
}

.paginator-link:hover {
    text-decoration: none;
    outline: none;
}

.paginator-active {
    border-radius: 90px;
}

/* Виджет об оплате */

.payment {
    z-index: 2000;
    height: 300px;
    position: fixed;
    background: #000;
    width: 100%;
    opacity: 0.4;
    color: #fff;
    font-size: 2.5rem;
    text-align: center;
    bottom: 0;
}
