html, body {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
    color: #000000;
}

a {
    text-decoration: underline;
    color: #000000;
    font-size: small;
}

p{
    font-size: small;
}

div{
    font-size: small;
}

td{
    font-size: small;
}

a:hover {
    text-decoration: underline;
    color: #000000;
    font-size: small;
}

a:active{
    text-decoration: underline;
    color: #000000;
    font-size: small;
}

a:visited{
    text-decoration: underline;
    color: #337ab7;
    font-size: small;
}

hr {
    color: #000000;
    opacity: 0.2;
    border-top: 1px solid #8c8b8b;
}

option.spacer {
    font-size: 1px;
    background-color: gray;
    margin: 3px 0;
    padding: 0px;
}

.content{
    width: 95%;
    max-width: 1300px;
    margin: auto;
    font-family: 'Lato', sans-serif;
    flex: 1 0 auto;
    margin-bottom: 20px;
}

.footer_logo{
    display: flex;
    min-height: 50px;
    justify-content: center;
    padding: 10px 0px;
    background-color: #337ab7;

}

.blue_button {
    background-color: #337ab7;
    color: #ffffff;
    max-width: 300px;
    text-decoration: none;
    font-size: small;
    margin-left: 5px;
    margin-bottom: 5px;
}

.blue_button:focus {
    color: #ffffff;
}

.blue_button:hover {
    color: #ffffff;
}

.blue_button:active {
    color: #ffffff;
}

.blue_button:visited {
    color: #ffffff;
}

.white_button{
    background-color: #ffffff;
    color: #337ab7;
    border: #337ab7 solid 1px;
    border-radius: 5px;
    max-height: 30px;
    max-width: 200px;
    text-decoration: none;
    font-size: small;
}

.white_button:focus {
    color: #337ab7;
}

.white_button:hover {
    color: #337ab7;
}

.white_button:active {
    color: #337ab7;
}

.white_button:visited {
    color: #337ab7;
}

.title_to_right{
    text-align: right;
    padding-right: 10px;
}

.blue_title {
    color: #4178b0;
    font-weight: bolder;
}

.blue_title_center{
    color: #4178b0;
    font-weight: bolder;
    text-align: center;
}

.red_title {
    color: #dd3232;
    font-weight: bold;
}

.red_title_center {
    color: #dd3232;
    font-weight: bold;
    text-align: center;
}

.eop_select {
    background-color: #ffffff;
    font-weight: bolder;
}

.eop_select:focus{
    outline: none;
    border: 1px solid #ccc;
    border-left: 0px;
    box-shadow: none;
}

.eop_select_border{
    background-color: #ffffff;
    font-weight: bolder;
}

.eop_select_border:focus{
    outline: none;
    border: 1px solid #ccc;
    box-shadow: none;
}

.eop_file_input{
    width: 0.1px;
    height: 0.1px;
    opacity: 1;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.eop_input {
    text-indent: 5px;
}

.eop_input::placeholder {
    color: #000000;
    opacity: 0.2;
    text-indent: 5px;
}

.eop_input:focus {
    outline: none;
    border: 1px solid #ccc;
    box-shadow: none;
}

.system_location_container{
    margin-bottom: 40px;
}

.double_div_form_container{
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.double_div_form_container_column{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.double_div_form_container_section_left{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    max-width: 30%;
}

.double_div_form_container_section_right{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 50%;
    max-width: 50%;
}

.double_div_form_title{
    display: flex;
    padding-right: 15px;
    min-height: 35px;
    justify-content: flex-end;
    align-items: center;
}

.double_div_form_value{
    display: flex;
    min-height: 35px;
    justify-content: space-between;
    align-items: center;
}

.centered_div_field{
    display: flex;
    justify-content: center;
    margin: 10px 0px 10px 0px;
}

.amount_filters_container{
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: flex-end;
    margin-bottom: 20px;
}

.amount_filters_container_right{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.amount_filters_container_right_box{
    padding-left: 10px;
}

.table_centered{
    margin: auto;
    min-width: 80%;
}

.table_cell{
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    margin-top: 20px;
}

.no_border_input{
    border: none;
    padding-right: 10px;
}

#popup_description_main {
    display: none;
    position: fixed;
    height: 90vh;
    width: 90vw;
    margin: 25% 25%;
    text-align: justify;
    z-index: 2;
    background: #FFFFFF;
    padding: 12px;
    overflow: auto;
}

#popup_description_close {
    text-align: right;
}

#popup_background {
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #000000;
    border: 1px solid #cecece;
    z-index: 1;
}

.directory {
    background-image: url(../graphics/directory.gif);
    background-position: top center;
    background-repeat: no-repeat;
    height: 30px;
    width: 160px;
    margin:auto;
    margin-bottom: 20px;
    float: left;
    font-size: 7pt;
    font-family: verdana, arial;
    padding-top: 50px;
    text-align: center;
}

#floating_buttons{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0px;
    position: sticky;
    background-color: #337ab7;
    width: 100%;
    min-height: 60px;
    bottom: 0;
    z-index: 100;
}

#login_panel{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto;
    border: solid 1px #4178b0;
    border-radius: 25px;
    padding: 100px;
}

.error_panel{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto;
    border: solid 1px #4178b0;
    border-radius: 25px;
    padding: 100px;
    min-width: 600px;
}

#login_form{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.BłP_box{
    background-color: darkgray;
}

.AkP_box{
    background-color: lightsteelblue;
}

.important_box{
    background-color: #4178b0;
}

.normal_box{
    background-color: transparent;
}

.page_switcher_div{
    display: flex;
    flex-direction: row;
}

.modal-dialog{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) !important;
    margin: 0;
}

.bootbox {
    z-index: 9999999;
}

textarea.form-control.eop_input{
    height: 250px;
    margin-bottom: 5px;
    text-indent: 0;
}

.keyword-bubbles {
    padding: 2px 5px;
    margin: 3px;
    background: #337ab7;
    border-radius: 5px;
    color: white;
}

.keywords {
    display: flex;
    flex-wrap: wrap;
    margin: -3px;
}

.highlight {
    background-color: #337ab7;
    color: white;
    padding: 2px 5px;
}

.tooltip-dict {
    font-size: 10pt;
    left: 1px;
    top: 1px;
    position: absolute;
    visibility: hidden;
    text-align: center;
    padding: 5px 5px;
    background-color: white;
    color: #337ab7;
    border: #337ab7 solid 1px;
    border-radius: 6px;
}

.text_copy {
    color: red;
}

#penalty-form {
    display: flex;
    flex-direction: column;
}

#penalty-form input[type="number"]{
    max-width: 200px
}

#penalty-form > div:nth-child(2){
    display: flex;
    flex-direction: row;
}
