body, form {
    font-family: "Open Sans", sans-serif;
    color: black;
    background-repeat: repeat-x repeat-y !important;
}

* {
    box-sizing: border-box;
}

.ActiveLoadingOnClick, .ActiveLoadingOnChange {
}

.fileUp {
    width: 200px;
}

form {
    font-weight: bold;
    text-align: center;
    min-height: 100vh;
    height: 100vh;
    width: 100%;
    max-width: 100%;
}

.ShowWebManagement {
    color: white !important;
}

.MenuBlockText {
    text-align: center;
}

.search {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .search * {
        width: auto !important;
        max-width: 400px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -o-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

.tableLink {
    color: green !important;
    text-decoration: underline !important;
}

.settingsBlock input[type="text"] {
    background-color: darkgray !important;
    border-radius: 50px;
    border: 0;
    box-shadow: 0 0px 5px #000000;
}

#Site {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    height: auto !important;
    min-height: 100vh;
    max-width: 800px;
    max-width: 100%;
}

form > * {
    flex: none;
    -webkit-flex: none;
    -moz-flex: none;
    -ms-flex: none;
    -o-flex: none;
}

.imgStage {
    height: 300px;
    width: 60%;
}


.WebBottomText {
    height: auto;
    display: flex;
    width: 100% !important;
    margin: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-self: center;
    opacity: 1;
}


#GoTopPage {
    display: none;
    position: fixed;
    z-index: 9999;
    border: none;
    outline: none;
    cursor: pointer;
    border-radius: 50%;
    box-shadow: 0 0px 10px #000000;
}

#GoTopPageImage {
    height: 80px;
    width: 80px;
}


.fullscreen {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: auto;
    width: 100%;
    height: 100%;
    min-height: 100%;
    padding: 0;
    margin: 0;
}

a, a:visited, a:hover, a:after, .MenuBlocks a, .MenuBlocks a:visited, .MenuBlocks a:hover, .MenuBlocks a:after {
    color: black;
    text-decoration: none;
}

#main a, #main a:visited, #main a:hover, #main a:after {
    color: black;
    text-decoration: none;
}

.MenuBlocks a, .MenuBlocks a:visited, .MenuBlocks a:hover, .MenuBlocks a:after {
    color: black;
    text-decoration: none;
}

.checkboxText {
    text-align: right;
    text-indent: 5px;
}

input {
    text-align: center;
}

#navbarMenu a {
    color: white;
    font-weight: bold;
}

    #navbarMenu a:hover {
        font-weight: bold;
    }

#navbarMenu li:hover {
    font-weight: bold;
    background-color: rgba(0,0,0,0.1);
}

#navbarMenu {
    border-radius: 0px 0px;
    border: 0;
    z-index: 200;
    box-shadow: 0px 0.5px 6px #000000;
    width: 100%;
    top: 0;
    margin: 0 !important;
}

    #navbarMenu .icon-bar {
        background-color: white;
        color: white;
    }


    #navbarMenu button {
        border-color: transparent;
        background-color: transparent;
    }

.loadingModal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    min-height: 100%;
    width: 100%;
    display: none;
    background-color: black;
}


.loading {
    font-family: Arial;
    font-size: 18pt;
    display: none;
    z-index: 10001;
    color: black;
    padding: 10px;
    z-index: 100000;
    text-align: center;
    font-weight: bold;
    font-family: Arial;
    border: 2px solid black;
    background-color: white;
    min-width: 300px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-box-shadow: inset 0px 0px 300px -59px rgba(0,0,0,0.62);
    -moz-box-shadow: inset 0px 0px 300px -59px rgba(0,0,0,0.62);
    box-shadow: inset 0px 0px 300px -59px rgba(0,0,0,0.62);
    min-height: 40px;
}

#header:before {
    background-image: url('img/back.png');
    opacity: 0.5;
}

#header {
    height: 20vh;
    z-index: 99;
    background-repeat: repeat-x repeat-y;
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
}

    #header img {
        max-height: 20vh;
    }

.HeaderLeft, .HeaderLeft img {
    z-index: 101;
    height: 20vh;
    order: 2;
    display: table-cell;
}

.HeaderInfo, .HeaderInfo img {
    z-index: 102;
    max-height: 10vh;
    align-self: center;
    order: 1;
    display: table-cell;
}

.HeaderRight, .HeaderRight img {
    z-index: 101;
    height: 20vh;
}



.logo {
    z-index: 120;
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 20vh;
}

    .logo img {
        max-height: 18vh !important;
    }

img {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.smallBlock {
    width: 430px;
    max-width: 100%;
}

.buttonOKIN {
    width: 100px;
}

.MenuBlockOKIN {
    color: black;
    font-weight: bold;
    text-align: center;
    word-wrap: break-word;
    width: 150px;
    min-height: 20px;
    transition: all .2s ease-in-out;
}

    .MenuBlockOKIN:hover {
        transform: scale(1.2);
    }




    .MenuBlockOKIN img {
        height: 20px;
        width: 50px;
    }

.MenuBlockK {
    color: black;
    font-weight: bold;
    text-align: center;
    word-wrap: break-word;
    width: 150px;
    min-height: 20px;
    transition: all .2s ease-in-out;
}

    .MenuBlockK:hover {
        transform: scale(1.2);
    }




    .MenuBlockK img {
        height: 200px;
        width: 200px;
    }

.MenuBlock {
    color: black;
    font-weight: bold;
    text-align: center;
    word-wrap: break-word;
    width: 220px;
    min-height: 250px;
    transition: all .2s ease-in-out;
}

    .MenuBlock:hover {
        transform: scale(1.2);
    }




    .MenuBlock img {
        height: 200px;
        width: 200px;
    }

.MenuBlocks {
    list-style: none;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    word-wrap: break-word;
    margin: auto;
    width: 80%;
}

.blockOpacity {
    background: rgba(29, 135, 172, 0.1);
    box-shadow: 0 0px 10px #000000;
    font-weight: bold !important;
}

.table {
    box-shadow: 0px 0px 10px #000000;
    background-color: white;
}

table, div, table tr, table tr td, table tr th {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

input, .noborder {
    border: none !important;
    outline: none;
}

a:hover, a:active, a:focus {
    color: black;
    outline: none;
    text-decoration: none;
}

p {
    padding: 0;
    margin: 0 0 30px 0;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
}

#main {
    width: 100%;
    max-width: 100%;
    margin: 0;
    flex-flow: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    word-wrap: break-word;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    -o-flex: 1 0 auto;
    flex: 1 0 auto;
}

    #main > * {
        margin-top: 2vh;
    }

    #main h1 {
        font-size: 34px;
        font-weight: 700;
        text-transform: uppercase;
    }

@media (max-width:768px) {
    #main h1 {
        font-size: 28px;
    }

    #main h2 {
        font-size: 18px;
    }

    .HeaderRight, .HeaderRight img, .HeaderLeft, .HeaderLeft img, .HeaderInfo, .HeaderInfo img {
        display: none;
    }

    .blockOpacity {
        max-width: 320px;
    }

    input {
        max-width: 150px;
    }

    .imgStage {
        height: auto;
        width: 60%;
    }

    #GoTopPageImage {
        width: 60px;
        height: 60px;
    }

    .search {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        max-width: 300px;
    }

        .search > * {
            margin-top: 10px;
        }

    .navbar-right {
        -webkit-flex-direction: column-reverse;
        -moz-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        -o-flex-direction: column-reverse;
        flex-direction: column-reverse;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -o-flex;
        display: flex;
    }

    .navbar-collapse {
        max-height: 30vh;
    }
}

#main h2 {
    font-size: 24px;
}

#footer {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    font-size: 14px;
    height: 20px;
    box-shadow: 0px 0px 20px #000000;
    font-size: 13px;
    width: 100%;
    font-weight: bold;
    text-align: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 10;
    color: white;
}

.center {
    text-align: center;
}

.right {
    align-content: flex-start;
    align-items: flex-start;
    justify-content: flex-start;
    font-weight: bold;
    color: black;
}

.left {
    align-content: flex-end;
    align-items: flex-end;
    justify-content: flex-end;
    font-weight: bold;
    color: black;
}

.pictureDefault {
    width: 180px;
    height: 180px;
}

.pictureDefault:hover {
    -webkit-filter: brightness(125%);
}

#GoTopPage:hover {
    transform: scale(1.2);
    -webkit-filter: brightness(125%);
}
