/** подгружаем общие для проекта переменные */
@import "/assets/stylesCommon.css";
@import "/assets/icons.css";

.body {
    height: 100%;
    overflow: hidden;
    margin: 0;
}

.container {
    display: flex;
    flex-direction: column;
    height: 100vh;
    width: 100%;
}

.header {
    height: 60px;
    background-color: rgba(122, 242, 97, 0.8);
    display: flex;
    position: relative;
    background-color: #fff;
    /*-webkit-box-shadow: 0 0px 12px 0px rgba(0, 0, 0, .4);*/
    /*box-shadow: 0 0px 12px 0px rgba(0, 0, 0, .4);*/
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 59px;
}

.ico {
    width: 25%;
    height: 60px;
    background: url(img/logo.svg) no-repeat center;
}

.name {
    width: 150px;
}

.menu {
    flex: 1;
    display: flex;
}

.profileMenu {
    width: 150px;
    display: flex;
}

.content {
    flex: 1;
    display: flex;
    background-color: white;
    overflow-y: auto;
}

.footer {
    height: 50px;
    background-color: #4e4e4e;
    display: flex;
}

.copyright {
    color: #ffffff;
    display: flex;
    align-items: center;
    margin-left: 50px;
}

.autorization {
    display: flex;
    justify-content: center;
    flex: 1;
}

.page404 {
    display: flex;
    flex: 1;
}

.vacancy {
    display: flex;
    flex: 1;
    margin: 10px 50px;
}

.candidate {
    display: flex;
    flex: 1;
    margin: 10px 50px;
}

.loadedContent {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.testing {
    display: flex;
    flex: 1;
    margin: 10px 50px;
}

.interpretations {
    display: flex;
    flex: 1;
    margin: 10px 50px;
}

.dashboard {
    display: flex;
    flex: 1;
    margin: 10px 50px;
}

.list_interpretation {
    display: flex;
    flex: 1;
    margin: 10px 50px;
}

.clients {
    display: flex;
    flex: 1;
    margin: 10px 50px;
}

.interpreters {
    display: flex;
    flex: 1;
    margin: 10px 50px;
}

.profile {
    display: flex;
    flex: 1;
    margin: 10px 50px;
}

.password_hash {
    display: flex;
    margin: auto;
    border: 2px solid #e8e8e8;
    padding: 10px;
}

.registration {
    display: flex;
    flex: 1;
    margin: 10px 50px;
}