*{
    font-family: 'Raleway Medium', 'Bebas Neue', Arial, sans-serif;
    -webkit-margin-end: 0;
    -webkit-margin-start: 0;
    -webkit-margin-after: 0;
    -webkit-margin-before: 0;
}

p, h1,h2,h3,h4,h5,h6{
    padding-top: 5px;
    padding-bottom: 5px;
}

html, body{
    margin: 0;
    padding: 0;
    height: 100%;
}
a{
    display: block;
    width: max-content;
    height: max-content;
    text-decoration: none;
}
li{
    list-style: none;
}

.m20{
    margin: 20px 0;
}

h1,h2,h3,h4,h5,h6, p,a,span{
    display: block;
    color: inherit;
}
.text-center{
    text-align: center;
}

form{
    margin: 5px auto;
    padding: 15px;
}
form[class*=form-filter]{
    margin: 0;
    padding: 0;
    text-align: center;
}
form label{
    display: block;
    margin: 5px auto;
    text-align: left;
    width: max-content;
}
form input[type=text],form input[type=email],form input[type=number],form input[type=tel],
form input[type=password],form input[type=search], form input[type=time], form input[type=date]{
    width: 250px;
}
form input, form option{
    border: 1px solid #a5b1c2;
    padding: 5px;
    height: 20px;
}
form .form-group span:after{
    clear: both;
    content: " : ";
}
form.form-center{
    margin: 5px auto;
    text-align: center;
}
form .form-group{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin: 10px 10px 25px 10px;
}
form .form-group label:first-child{
    margin-bottom: 15px;
}
form .form-group label:last-child{
    margin-bottom: 0px;
}
form .form-group label{
    margin-bottom: 15px;
}

form .required:before{
    clear: both;
    color: red;
    content: " * ";
}
form p[class*=required] {
    font-size: 9pt;
    color: red;
}
form p[class*=required]:before, form span[class*=required]:before {
    font-size: 11pt;
}

form input[type=checkbox]{
    height: 22px;
    width: 22px;
    display: block;
    margin: 6px auto;
}

form .form-flex{
    display: flex;
    flex-direction: row;
    flex-grow: 5;
    margin: 10px auto;
    text-align: center;
    justify-content: center;
}
form textarea{
    min-height: 90px;
    min-width: 200px;
    max-height: 200px;
    max-width: 300px;
}

.block{
    display: block;
    position: relative;
    width: 720px;
    min-height: 20px;
    height: auto;
    padding: 5px 10px 5px 10px;
    margin: 10px auto;
    border-width: 1px;
    border-style: solid;
    border-color: inherit;
    background-color: inherit;
    color: white;
    text-align: left;
}
.block-error{
    background-color: #c0392b;
    border-color: #fc5c65;
}
.block-success{
    background-color: #44bd32;
    border-color: #4cd137;
}

.block img{
    position: absolute;
    top: 5px;
    right: 10px;
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px);
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.btn{
    background-color: inherit;
    color: white;
    border-radius: 3px;
    border-width: 1px;
    border-style:solid;
    border-color: inherit;
    min-height: 25px;
    line-height: 25px;
    font-size: 11pt;
    margin: 5px;
    padding: 5px 15px;
    cursor: pointer;
}
.btn-small{
    margin: 0;
    padding: 0 5px;
}
.btn-center{
    margin: 5px auto !important;
}

.btn-blue{
    background-color: #3867d6;
    border-color: #4b7bec;
}
.btn-red{
    background-color: #eb3b5a;
    border-color: #fc5c65;
}
.btn-orange{
    background-color: #fa8231;
    border-color: #fd9644;
}
.btn-green{
    background-color: #20bf6b;
    border-color: #26de81;
}

.bg-blue{
    background-color: #3867d6;
}
.bg-red{
    background-color: #eb3b5a;
}
.bg-orange{
    background-color: #fa8231;
}
.bg-green{
    background-color: #20bf6b;
}
.bg-violet{
    background-color: #40407a;
}
.bg-gray{
    background-color: #747d8c;
}
.bg-light-gray{
    background-color: #a4b0be;
}

.red{
    color: #eb3b5a;
}

.container{
    display: block;
    width: 920px;
    margin:0 auto;
    height:inherit;
}
.row{
    display: flex;
    flex-wrap: wrap;
    height:inherit;
    width:inherit;
}

.prompt{
    margin: 50px;
    background-color: black;
    border: 1px solid grey;
    border-radius: 2px;
    color: white;
    padding: 5px;
    height: 600px;
    overflow-y: scroll;
}

table{
    background-color: #40407a;
    border-color: #706fd3;
    color: white;
    border-spacing: 0;
    border-collapse: collapse;
}

table tr:first-child{
    background-color: #262648 !important;
    border-bottom: 1px solid #706fd3;
}
table tr:first-child th{
    padding: 10px 20px;
}
table tr:nth-child(odd){
    background-color: #2c2c54;
}
table td, table th{
    padding: 5px 12px;
    text-align: center;
}

.table-center{
    margin: 10px auto;
}

#body{
    display: flex;
}

#menu{
    width: 300px;
    position: fixed;
    height: 100%;
    overflow-x: hidden;
    overflow-y: initial;
    background-color: #2c2c54;
    border-right: 2px solid #262648;
    z-index: 1000;
    color: white;
}
#menu #navbar{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
#navbar .navbar-header{
    line-height: 60px;
    text-align: center;
    width: 300px;
    border-bottom: 2px solid #706fd3;
}

#navbar .navbar-items{
    background-color: #40407a;
    width: 100%;
    border-bottom: 2px solid #706fd3;
}
#navbar .navbar-items .nb-item{
    display: block;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #706fd3;
}
#navbar .navbar-items .nb-item a, #navbar .navbar-items .nb-item span{
    padding: 15px 0;
    padding-left: 25px;
    text-align: left;
    width: initial;
}
#navbar .navbar-items .nb-item a:hover,#navbar .navbar-items .nb-item span:hover{
    background-color: #706fd3;
}
#navbar .navbar-items .nb-item:last-child{
    border-bottom: none;
}

#navbar .navbar-dropdown{
    cursor: pointer;
}
#navbar .navbar-dropdown:hover .dropdown{
    display: block;
    transition: opacity 2s ease;
    opacity: 1;
}
#navbar .dropdown{
    display: none;
    opacity: 0;
    border-top: 1px solid #706fd3;
    background-color: #232323;
    transition: opacity 2s ease;

}
#navbar .dropdown .nb-dd-item{
    border-bottom: 1px solid #636363;
    padding-left: 35px !important;
}

#menu #summary{
    margin-top: 10px;
    width: initial;
    text-align: center;
    padding: 10px;
}

#main{
    display: block;
    position: relative;
    z-index: 1;
    height: inherit;
}
#body #main{
    position: relative;
    left: 300px;
    width: calc(100% - 300px);
    max-width: calc(100% - 300px);
    overflow-x: hidden;
}

.extra-main{
    width: auto !important;
    min-width: calc(100% - 300px) !important;
    max-width: none !important;
    overflow-x: visible !important;
}

.extra-main .panel-content{
    padding: 0 45px !important;
}

.panel{
    display: block;
    width: 100%;
    height: auto;
    margin: auto auto;
}
.panel-header{
    text-align: center;
    font-weight: 800;
}

#body .panel{
    margin: 0;
    height: initial;
    color: black;
}
#body .container .panel{
    margin-top: 45px;
}
#body .panel-header{
    position: fixed;
    top: 0;
    width: 100%;
    padding-left: 30px;
    line-height: 60px;
    text-align: left;
    background-color: #2c2c54;
    border-right: 1px solid #40407a;
    color: white;
    z-index: 10;
}
#body .container .panel-header{
    position: relative;
    top: 35px;
}
#body .panel-content{
    position: relative;
    top: 70px;
    z-index: 1;
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
}
@keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
}