﻿/* My styles for this solution */
@font-face {
    font-family: 'FontAwesome';
    /*src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');*/
    src: /*url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),*/ 
        url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), 
        url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff');
    font-weight: normal;
    font-style: normal;
}

html {
    font-size: 16px;
    box-sizing: border-box;
}
a {
    text-decoration: none;
}
h1, h2, h3, h4, h5 {
    text-align: center;
    margin: 0;
}
body {
    font-family: 'Verdana', serif;
}
*, *::before, ::after {
    box-sizing: inherit;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #6B6B6B;
    opacity: 0.7;
}
input:hover::-webkit-input-placeholder,
textarea:hover::-webkit-input-placeholder {
    opacity: 1;
}
input:focus:hover::-webkit-input-placeholder,
textarea:focus:hover::-webkit-input-placeholder {
    opacity: 0.7;
}
input:hover,
textarea:hover {
    background: #EEEEEE;
}
input:active,
input:focus,
textarea:active,
textarea:focus {
    border: 2px solid #189691;
    background: #FFF;
    color: #000000;
    outline: none;
}
input[type=file]:active,
input[type=file]:focus{
    border: none;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.body {
    max-width: 1366px;
    padding: 20px 10px 10px;
    margin: 0 auto;
}

.buttons-flex {
    margin: 0 auto 10px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.btn_login {
    width: 100%;
    padding: .375rem .75rem;
    border-radius: 1.5rem;
    border: none;
    background-color: #189691;
    color: #FFF;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 600;
    text-align: center;
}
.btn_login:hover {
    /*border-color: #2e6da4;
    border-color: #204d74;
    border-color: #137672;
    border-color: #122b40;*/
    box-shadow: 0px 2px 4px #CCCCCC;   
    background-color: #168783;    
    /*background-color: #286090;*/
}
.btn_login:active {    
    background-color: #137672;
}
.btn_login:disabled {
    opacity: .65;
    pointer-events: none;
}

.btn_logout {
    max-width: 300px;
    padding: .25rem 1.5rem;
    margin-left: 20px;
    border-radius: 1rem;
    border: 1px solid #189691;
    background-color: #e7f4f4;
    color: #242424;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 500;
    text-align: center;
}
.btn_logout:hover {
    box-shadow: 0px 2px 4px #CCCCCC;
    background-color: #d0eae9;
}
.btn_logout:active {
    padding: calc(-1px + .25rem) calc(-1px + 1.5rem);
    border: 2px solid #189691;
    background-color: #e7f4f4;
}

.btn_cancel {
    padding: 5px 4rem;
    margin: 0 auto 20px;
    border-radius: 1.5rem;
    border: 1px solid #189691;
    background-color: #e7f4f4;
    color: #242424;
    line-height: 1.5;
    font-weight: 500;
    text-align: center;
}
.btn_cancel:hover {
    box-shadow: 0px 2px 4px #CCCCCC;
    background-color: #d0eae9;
}
.btn_cancel:active {
    padding: 4px calc(-1px + 4rem);
    border: 2px solid #189691;
    background-color: #e7f4f4;
}

.btn_close-modal {
    width: 200px;
    margin: 20px auto 0;
    padding: 5px;
    display: none;
    border: 1px solid #189691;
    border-radius: 5px;
    cursor: pointer;
}

.btn_continue {
    padding: 5px 2rem;
    margin: 0 auto 20px;
    border-radius: 1rem;
    border: 1px solid #189691;
    background-color: #e7f4f4;
    color: #242424;
    line-height: 1.5;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
}
.btn_continue:hover {
    box-shadow: 0px 2px 4px #CCCCCC;
    background-color: #d0eae9;
}
.btn_continue:active {
    padding: 4px calc(-1px + 2rem);
    border: 2px solid #189691;
    background-color: #e7f4f4;
}

.btn_edit {
    max-width: 320px;
    padding: 6px 5rem;
    margin: 0 auto 20px;
    border-radius: 1.5rem;
    border: none;
    background-color: #189691;
    color: #FFFFFF;
    line-height: 1.5;
    font-weight: 600;
    text-align: center;
    display: block;
}
.btn_edit:hover {
    box-shadow: 0px 2px 4px #CCCCCC;
    background-color: #168783;
}
.btn_edit:active {
    background-color: #137672;
}

.center {    
    margin: 0 auto;   
    display: flex;
}

.comment_index-75 {
    width: 75%;
    border: 1px dotted #6B6B6B;
}
.comment_index-50 {
    width: 50%;
    border: 1px dotted #6B6B6B;
    visibility: visible;
}

.comment_textarea {
    width: 75%;
    border: 1px solid #D6D6D6;
    border-radius: 0 5px 5px 0;
    text-align: left;
    white-space: pre-wrap;
}
    .comment_textarea:hover {
        background: #EEEEEE;
    }
    .comment_textarea:active,
    .comment_textarea:focus {
        padding: 4px 9px;
        border: 2px solid #189691;
        background: #FFF;
        color: #000000;
        outline: none;
    }

.create_input {
    width: 100%;
    min-height: 40px;
    padding-left: 12px;
    border: 1px solid #D6D6D6;
    border-radius: 5px;
    font-weight: 700;
    color: #212529;
    text-align: left;
}
.create_textarea {
    width: 100%;
    min-height: 88px;
    padding: 8px 12px;
    margin-bottom: 10px;
    border: 1px solid #D6D6D6;
    border-radius: 5px;
    font-weight: 700;
    line-height: 140%;
    color: #212529;
    text-align: left;
}
.create_label {
    margin-bottom: 0.3rem;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    color: #242424;
}
.create_form {
    max-width: 900px;
    margin: 0 auto;
}
.create_header {
    max-width: 900px;
}

.feature-list {
    padding-left: 0px;
    margin: 0 auto 24px;
    list-style-type: none;
}
.feature-item {
    min-height: 35px;
    display: flex;
}
.feature-item :first-child {
    min-width: 100px;
    min-height: 35px;
    padding: 5px 10px;
    color: red;
    font-weight: 500;
    text-align: left;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.feature-item :nth-child(2) {
    padding: 5px 10px;
    font-weight: 500;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.feature-item :nth-child(3) {
    padding: 5px 10px;
    font-weight: 500;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.form_small {
    max-width: 530px;
    padding: 24px 40px 30px;
    margin: 0 auto;
    border-radius: 10px;
    background-color: #FFF;
}

.form_upload {
    max-width: 1024px;
    padding: 24px 40px 30px;
    margin: 0 auto;
    border-radius: 10px;
    background-color: #FFF;
}

.form-group {
    margin-bottom: 20px;
}

.header-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
}
.header_menu {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto 10px;
    list-style: none;    
    background-color: #e7f4f4;
    padding: 0;
}
.header_menu_item {
    padding: 5px 0;
}
.header_menu_btn {
    padding: 5px 2rem;   
    color: #6B6B6B;
    line-height: 1.5;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    font-size: 12px;
}
.header_menu_btn:hover {
    background-color: #d0eae9;
}
    .header_menu_btn:active {
        padding: 4px calc(-1px + 2rem);
        border: 1px solid #189691;
        background-color: #e7f4f4;
    }
.header_title {
    font-size: 28px;
    font-weight: 600;
    color: #6B6B6B;
    text-align: left;
    margin: 0 0 20px;
}
.header_username {
    color: #189691;
    font-weight: 600;
}

.hidden {
    display: none;
}

.grey {
    color: #6B6B6B;
}

.input_file {
    width: 100%;
}

.link_create {
    margin-bottom: 20px;
    text-align: center;
    display: block;
    text-decoration: underline;
    font-style: italic;
}

.link-result {
    font-size: 28px;
    font-weight: 600;
    color: #6B6B6B;
    text-align: center;
    margin: 0 0 20px;
}

.login_input {
    width: 100%;
    height: 35px;
    padding-left: 10px;
    border: 1px solid #189691;
    border-radius: 5px;
    font-weight: 700;
    color: #212529;
    text-align: left;
}
.login_label {
    margin-bottom: 0.3rem;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    color: #212529;
}

.mb-6 {
    margin-bottom: 6px;
}
.mb-12 {
    margin-bottom: 12px;
}
.mb-20 {
    margin-bottom: 20px;
}

.name_index-20 {
    width: 20%;
    border: 1px dotted #6B6B6B;
}
.name_index-25 {
    width: 25%;
    border: 1px dotted #6B6B6B;
}

.name_textarea {
    width: 25%;
    border: 1px solid #D6D6D6;
    border-radius: 5px 0 0 5px;
    text-decoration: none;
}
.name_textarea:hover {
    background: #EEEEEE;
}
.name_textarea:active,
.name_textarea:focus {
    padding: 4px 9px;
    border: 2px solid #189691;
    background: #FFF;
    outline: none;
}

.nav_links {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 auto;
}

.title {
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
    color: #189691;
}

.value_index-30 {
    width: 30%;
    border: 1px dotted #6B6B6B;
}

.value_input {
    width: 30%;
    min-height: 35px;
    padding-left: 10px;
    border: 1px solid #D6D6D6;
    border-radius: 5px;
    text-align: left;
}
.value_input:active,
.value_input:focus {
    padding: 4px 9px;
}

.value_not-editable {
    width: 30%;
    padding: 5px 10px;
    border: 1px solid #D6D6D6;
    border-radius: 5px;
    display: flex;
    align-items: center;
    color: #6B6B6B;
}

/* Styles for validation 
-------------------------------------------------- */

.input-validation-error {
    border: 1px solid red;
}
.field-validation-error {
    color: red;
}
.field-validation-valid {
    display: none;
}
.validation-summary-errors {
    color: red;
}
.validation-summary-valid {
    display: none;
}

/* Modal-windows styles 
-------------------------------------------------- */

.img-copy {
    margin: 20px auto;
}

#modal-wrapper {
    width: 300px;
    margin: 20px auto 0;
    padding: 20px 25px;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 100;
    border: 1px solid black;
    border-radius: 1rem;    
    background: #FFFFFF;
}
.modal-content {
    text-align: center;
}

/* Sticky footer styles
-------------------------------------------------- */

.footer {
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}
.footer div {
    color: #B3B3B3;
    text-align: center;
}

/*  Modal window - large  */

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa-close::before {
    content: "\f00d";
}
.img-inprocess {
    margin: 5px auto;
}
.modal_window {
    position: absolute;
    z-index: 3;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    max-width: 600px;
    width: 100%;
    background: rgba(0,0,0,.5);
    border-radius: 10px;
    padding: 35px;
}
.modal_window > i {
    top: 1%;
    right: 1%;
    position: absolute;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
}
.modal_window .modal_inner {
    background-color: #fff;
    padding: 25px 40px;
    border-radius: 10px;
}
.overlay-container {
    display: none;
    position: fixed;
    z-index: 1000;
}
.overlay-global-wrapper, .overlay-container {
    pointer-events: none;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.overlay-backdrop {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    pointer-events: auto;
    -webkit-tap-highlight-color: transparent;
    transition: opacity .4s cubic-bezier(.25,.8,.25,1);
    background: rgba(0,0,0,.32);
    opacity: 1;
}
.overlay-global-wrapper {
    display: flex;
    position: absolute;
    z-index: 1000;
}
.overlay-pane {
    position: static;
    pointer-events: auto;
    box-sizing: border-box;
    z-index: 1000;
    display: flex;
    max-width: 100%;
    max-height: 100%;
}
.success {
    margin: 40px;
    text-align: center;
    font-weight: bold;
}
