﻿@font-face {
    font-family: 'Century Gothic';
    src: local('Century Gothic'), local('CenturyGothic'), url('../fonts/century_gothic.woff2') format('woff2'), url('../fonts/century_gothic.woff') format('woff'), url('../fonts/century_gothic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

* {
    box-sizing: border-box;
    font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
}

nav {
    background-color: #000;
    text-align: center;
    line-height: 40px;
}

    nav a {
        padding: 5px 15px;
        background-color: #000;
        color: #fff;
        border: solid;
        border-color: #000;
    }

        nav a:hover {
            border-color: #FFF;
            background: #FFF;
            color: #000;
        }

        nav a:active {
            border-color: #808080;
        }

#dropdown_menu {
    display: none;
    position: absolute;
    top: 41px;
    left: 45.75vw;
    z-index: 9999;
}

    #dropdown_menu a {
        display: block;
    }

hr {
    height: 1px;
    background-color: #FFF;
    border: none;
    padding: 0;
    margin: 0;
}

body {
    width: 100%;
    height: 100vh;
    margin: 0;
}

h1 {
    margin: 20px 0;
}

input {
    width: 100%;
    padding: 10px;
}

.container {
    width: 100%;
    height: 100vh;
    text-align: center;
}

.loader {
    width: 40px;
    height: 40px;
    margin: 20px 0 0 47.5%;
    border: 6px solid black;
    border-radius: 50%;
    border-top-color: white;
    text-align: center;
    animation: 2.5s spin infinite linear;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.projects_creation {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: inline;
    position: absolute;
    text-align: left;
    background: rgba(0, 0, 0, 0.7);
    /*padding: 5% 25% 0 25%;*/
    visibility: hidden;
}

    .projects_creation input {
        width: 15%;
        font-size: 13px;
        padding: 10px;
        margin: 10px 0.8%;
    }

#project_name {
    width: 98%;
}

.projects_creation label {
    display: inline-block;
    width: 15%;
    color: #FFFFFF;
    margin: 0 0.8%;
}

.projects_creation select {
    width: 15%;
    /*height: 40px;
	padding: 0;*/
    margin: 0px 0.8%;
}

.fill_required::-webkit-input-placeholder {
    color: red;
}

select {
    width: 100%;
    padding: 10px 5px;
}

textarea {
    width: 100%;
    margin-bottom: 10px;
    font-size: 13px;
    padding: 10px;
    max-width: 100%;
}

button {
    outline: none;
    border: solid;
    border-color: transparent;
    background-color: #000;
    color: #FFF;
    padding: 10px 20px;
    margin: 25px 0;
    border-radius: 5px;
    cursor: pointer;
}

    button:hover {
        background-color: #FFF;
        color: #000;
        border: solid;
        border-color: #000;
    }

    button:active {
        border-color: #808080;
    }

.projects_container {
    width: 100%;
    padding: 50px;
    flex: 1;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.project {
    background-color: #EEEEEE;
    border: solid;
    border-color: transparent;
    padding: 5px;
    padding-bottom: 30px;
    width: 25%;
    overflow: hidden;
    margin-right: 30px;
    margin-bottom: 30px;
    text-align: right;
}

    .project img {
        padding: 0;
        margin: 0;
    }

    .project h3 {
        margin-bottom: 10px;
        width: 100%;
        text-align: center;
        word-wrap: break-word;
    }

    .project p {
        max-height: 200px;
        overflow: auto;
        margin-bottom: 10px;
        font-size: 13px;
    }

.add_project_button {
    display: inline-block;
    background-color: #EEEEEE;
    padding: 50px;
}

    .add_project_button svg {
        fill: #737373;
    }

        .add_project_button svg:hover {
            fill: #000;
        }

        .add_project_button svg:active {
            fill: #FFF;
        }

#delete_project {
    fill: #737373;
}

    #delete_project:hover {
        fill: #000;
    }

    #delete_project:active {
        fill: #FFF;
    }

.buttons {
    text-align: center;
    width: 100%;
    margin-top: 135px;
    margin-bottom: 10px;
    padding: 0px 0px;
}

.projects_creation button {
    margin: 0;
}

.table_head {
    width: 10%;
    height: 50px;
    color: white;
    background-color: black;
    border: 1px solid #FFF;
}

.table_content {
    height: 35px;
    border: 1px solid #000;
}

.executor_creation {
    padding-left: 25%;
    padding-right: 25%;
    display: block;
    text-align: left;
}

#creation_status {
    width: 100%;
    display: block;
    padding: 15px 0;
    background-color: #45f248;
}

.executor_creation input {
    margin: 10px 0;
}

.executor_creation select {
    margin-top: 5px;
    margin-bottom: 10px;
}

.executors_filter {
    margin-left: 25%;
    margin-right: 25%;
}

.executors_container {
    width: 100%;
    padding: 50px;
    flex: 1;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.product {
    background-color: #EEEEEE;
    border: solid;
    border-color: transparent;
    padding: 5px;
    padding-bottom: 30px;
    width: 25%;
    overflow: hidden;
    margin: 30px;
    text-align: right;
}

    .product:hover {
        border-color: #000000;
    }

    .product:active {
        border-color: #808080;
    }

    .product img {
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .product h3 {
        margin-bottom: 10px;
        width: 100%;
        text-align: center;
        word-wrap: break-word;
    }

    .product span {
        overflow: auto;
        margin-right: 10px;
        font-size: 18px;
    }

.executor_view {
    display: inline-flex;
}

    .executor_view img {
        width: 50%;
        background-color: #EEEEEE;
        padding: 5px;
    }

.executor_information {
    display: flex;
    flex-direction: column;
    text-align: left;
    margin: 0 50px;
}

    .executor_information label {
        font-weight: bold;
    }

    .executor_information span {
        margin-bottom: 5px;
    }

.hidden {
    display: none;
}