/* increase contrast */
body{
    color:#394D5F;
}
/* overvrite tabs to display in multiple rows properly */
ul.bar_tabs {
    height: auto;
    margin: auto;
    margin-bottom: 14px;
    background-image: url('/static/bar_menu_bg.png');
}
ul.bar_tabs>li {
    margin-top: 0px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border:0px;
}
/* EOF overvrite tabs to display in multiple rows properly */

/* hamburger menu */
/*  próba przerobienia na button
.toggle button {
    padding: 15px 15px 0;
    margin: 0;
    cursor: pointer;
    border: 0px;
}
.toggle button i {
    font-size: 26px;
}
*/
/* EOF hamburger menu */

.orange {
    color: #F39C12;
}

.date-workshop{
    font-size: 18px;
}
.guaranted{
    color: green;
    font-weight: bold;
}
.not-guaranted{
    color: red;
    font-weight: bold;
}
.button-right{
    float: right;
}

.company-logo{
    object-fit:contain;
    width:150px;
    height:150px;
    border: solid 1px #CCC
}

.company-logo-big{
    object-fit:contain;
    width:300px;
    height:300px;
    border: solid 1px #CCC
}
.form-error{
    color: red;
}
.full-width{
    width: 100%;
}



input[type="file"] {
    display: none;
}
.input-label {
    margin-top: 10px;
    color: white;
    display: inline-block;
    padding: 6px 12px;

    background: #26B99A;
    border: 1px solid #169F85;
    border-radius: 3px;
    cursor: pointer;
    margin-bottom: 5px;
    margin-right: 5px;
}
}

.my-wrap{
    white-space: normal;
}


.border-circle{
    border: 1px solid #2A3F54;
    padding: 9px 4px 9px 10px;
    border-radius: 50%;
    margin-right: 15px;

    box-sizing: border-box;
}

.border-circle > .fa{
    width: 18px;
    height: 18px;
    margin: 0px;
    padding: 0px;
}

.form-date{
    margin-bottom: 10px;
}

.logo_box{
    margin: 10px;
}
.nav_title{
    height: 0px;
}
.main_menu_side{
    margin-top: 10px;
}
.form-control-trainers-similar div label{
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    display: grid;
    grid-template-columns: 2em auto;
    gap: 0.5em;
}
.form-control-checkbox{
    width: 25px;
    height: 30px;
}

.no-margin-bottom{
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.profile-important{
    font-weight: bold;
    color: #000080;
}

.accordion .panel-heading{
    background: rgba(38,185,154,1);
    color: #ffffff;
}
.panel-content{
    padding-top: 10px;
    padding-bottom: 5px;
}

.tr-draft td{
    background-color: #ffeeaa;
}
.tr-cancelled td{
    background-color: #ffbbaa;
    text-decoration: line-through;
}

.deleted-entry {
  text-decoration: line-through;
}

.show-hide-label{
    float: left;
    font-size: 18px;
    padding: 3px;
}
.show-hide-float{
    float: left;
}
.vertical-space{
    height: 20px;
}
.table-text-top thead th{
    vertical-align: top;
}

.email-column{
    max-width: 30%;
    word-wrap: break-word;
    word-break: break-all;
    table-layout: fixed;
}
.display-block{
    display: block;
}


.allow-overflow{
    overflow-y: scroll;
}
.login-form-alert{
    color: red;
    font-weight: bold;
}

.hidden{
    display: none;
}


.input2{
  zoom: 1.2;
  border:0.9px;

}

.party-poster {
    display: block;
    margin: 0 auto;
    max-width: 90%;
    /*max-height: 1000px;*/
    width: auto;
    height: auto;
}


.iti{
    display: block;
}

.school-box{
    padding: .75rem 1.25rem;
    border: solid 1px #999999;
    border-radius: 0.5rem;
    margin:0.25rem;
    margin-bottom: 0.75rem;
}
.date-list-element{
    margin-bottom: 0.3rem;
}
.date-wide{
    color: white;
    border-radius: 0.8rem;
    background-color: #5A738E;
    padding: 0.5rem 0.75rem;
    margin-right: 0.5rem;
}
.date-wide .month {
    margin: 0;
    text-align: center;
    color: #fff;
    font-size: 1rem;
}
.date-wide .day {
    text-align: center;
    color: #fff;
    font-size: 2rem;
    margin: 0;
    line-height: 2rem;
    font-weight: bold;
}
.date-list-element .media-body{
    font-size: 1rem;
}

/* FIX BOX HEADERS */
@media (max-width: 1200px) {
    .x_title h2 {
        width: 100%;
    }
}

.alert-danger-wide{
    width: 100%;
    display: block;
}
.found-user-confirm{
    font-size: 3rem;
    color: #1ABB9C;
}

.table-participant-show_contact{
    min-width:130px;
}