@import 'https://fonts.googleapis.com/css?family=Oswald';
@import url('https://fonts.googleapis.com/css?family=Oxanium&display=swap');

.login-form {
    width: 340px;
    margin: 50px auto;
}
.login-form form {
    margin-bottom: 15px;
    background: #f7f7f7;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    padding: 30px;
}
.login-form h2 {
    margin: 0 0 15px !important;
}
.form-control, .btn {
    min-height: 28px;
    border-radius: 2px;
    margin: 0px;
    padding: 5px;
}
.btn {
    font-size: 12px;
    font-weight: bold;
    text-transform: none;
}
.level-m{
    font-size: 18px;
    line-height: 2;

}
.navbar-nav>li {
    top: 10px;
}
.navbar a{
    vertical-align: baseline;
    color: #000000 !important;
    font-weight: 400;
}
.navbar a:hover{
    color: #F68B24 !important;

}
.navbar .dropdown-menu a {

    padding: 10px;
    font-size: 1.2rem;
    font-weight: 300;
}
.tree-folder {
    background: url('../images/members.png') no-repeat center !important;
}
.tree-folder-open {
    background: url('../images/members.png') no-repeat center !important;
}
.tree-file {
    background: url('../images/man.png') no-repeat center !important;
}
*[role="form"] {
    max-width:1000px;
    padding: 2px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 0.3em;
}

*[role="form"] h2 {
    /*margin-left: 9em;*/
    margin-bottom: 1em;

}
.required{
    color: red;
}
.invalid{
    border-color: red !important;
}
.valid{
    border-color: green !important;
}
#message-end-period {
    position: fixed;
    top: 8%;
    right: 12%;
    width: 17%;
    font-weight: 400;
    color: darkblue;
    text-align: right;
    /*border-radius: 4px;*/
    padding: 3px!important;
    box-shadow: 0 0 10px gray;
}
#inner-message-end-period {
    margin: 0 auto;
}
.highlightDropArea {
    border: 3px darkgreen dashed;
}

.dropFiles {
    width: 95%;
    min-height: 150px;
    height: 150px;
    border: 1px #ccc dashed;
    text-align: center;
    /* font-size: 25px; */
    margin: auto;
    padding-top: 45px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.upload_stock .fileInput {
    cursor: pointer;
    height: 100%;
    position:absolute;
    top: 0;
    right: 0;
    /*This makes the button huge so that it can be clicked on*/
    font-size:50px;
}
.upload_stock .hidden {
    /*Opacity settings for all browsers*/
    display: block !important;
    opacity: 0;
    -moz-opacity: 0;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0)
}
.BdNStoMar{
    width: 95%;
    margin: auto;
    color: white;
    background-color: #569777;
    font-weight: 600;
}
/*Add an overlay to the entire page blocking any further presses to buttons or other elements.в*/
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,.4);
    z-index: 999;
    opacity: 1;
    transition: all 0.5s;
}