﻿
html, body {
    /* background: #d3d3d3;*/
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: transparent !important;
}

#bg-image {
    background-image: linear-gradient(#aaa7a930, #54545440), url('../images/Background.jpg');
    height: 100%;
    width: 100%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

#bg-image-container {
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: -1;
}

.box-border {
    border: none;
    border-radius: 5px;
    /*background-color: #ffffff6b;*/
    background-color: #fffffff7;
    margin: 5px;
    padding: 9px;
}

label {
    font-weight: bold;
}

.Main-Menu {
    width: 100%;
    float: left;
    padding: 20px;
}

.Main-Menu-Content {
    background-color: transparent;
}

.menu-item {
    float: left;
    padding: 10px 5px;
    color: #36454f;
    background-color: transparent;
    width: 8%;
    font-size: 20px;
    text-align: center;
    text-decoration: none;
    margin-right: 10px;
    border: 1px solid;
    height: 80px;
}

.menu-item-name {
    font-size: 12px;
    color: #36454f;
    width: 100%;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    margin-top: 12px;
    cursor: pointer;
}

.menu-item:hover {
    color: #36454f;
    text-decoration: none !important;
}

#btnMenu {
    font-size: 25px;
    cursor: pointer;
}

.btn-custom {
    display: inline-block;
    zoom: 1;
    font-size: 14px !important;
    vertical-align: baseline;
    margin: 2px;
    outline: none;
    cursor: pointer;
    color: #f2f2f2 !important;
    text-align: center;
    text-decoration: none;
    font: 14px/100% Arial, Helvetica, sans-serif;
    padding: .6em 2em .55em;
    -webkit-border-radius: 0em;
    -moz-border-radius: 0em;
    border-radius: 0em;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
    border: none;
    background: #36454F;
    min-width: 150px;
    text-decoration: none !important;
}

.input-group-addon {
    padding: 7px;
}

.loginform .flex-column {
    margin-top: 5%;
    width: 100%;
    max-width: 465px;
}
.loginform form {
    padding: 10px;
}