/* Grid start

*/
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}
.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.row {
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 20px;
}
.row-no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.row-no-gutters [class*="colum-"] {
    padding-right: 0;
    padding-left: 0;
}
.colum-xs-1, .colum-sm-1, .colum-md-1, .colum-lg-1, .colum-xs-2, .colum-sm-2, .colum-md-2, .colum-lg-2, .colum-xs-3, .colum-sm-3, .colum-md-3, .colum-lg-3, .colum-xs-4, .colum-sm-4, .colum-md-4, .colum-lg-4, .colum-xs-5, .colum-sm-5, .colum-md-5, .colum-lg-5, .colum-xs-6, .colum-sm-6, .colum-md-6, .colum-lg-6, .colum-xs-7, .colum-sm-7, .colum-md-7, .colum-lg-7, .colum-xs-8, .colum-sm-8, .colum-md-8, .colum-lg-8, .colum-xs-9, .colum-sm-9, .colum-md-9, .colum-lg-9, .colum-xs-10, .colum-sm-10, .colum-md-10, .colum-lg-10, .colum-xs-11, .colum-sm-11, .colum-md-11, .colum-lg-11, .colum-xs-12, .colum-sm-12, .colum-md-12, .colum-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.colum-xs-1, .colum-xs-2, .colum-xs-3, .colum-xs-4, .colum-xs-5, .colum-xs-6, .colum-xs-7, .colum-xs-8, .colum-xs-9, .colum-xs-10, .colum-xs-11, .colum-xs-12 {
    float: left;
    margin-bottom: 10px;
}
.colum-xs-12 {
    width: 100%;
}
.colum-xs-11 {
    width: 91.66666667%;
}
.colum-xs-10 {
    width: 83.33333333%;
}
.colum-xs-9 {
    width: 75%;
}
.colum-xs-8 {
    width: 66.66666667%;
}
.colum-xs-7 {
    width: 58.33333333%;
}
.colum-xs-6 {
    width: 50%;
}
.colum-xs-5 {
    width: 41.66666667%;
}
.colum-xs-4 {
    width: 33.33333333%;
}
.colum-xs-3 {
    width: 25%;
}
.colum-xs-2 {
    width: 16.66666667%;
}
.colum-xs-1 {
    width: 8.33333333%;
}
.colum-xs-pull-12 {
    right: 100%;
}
.colum-xs-pull-11 {
    right: 91.66666667%;
}
.colum-xs-pull-10 {
    right: 83.33333333%;
}
.colum-xs-pull-9 {
    right: 75%;
}
.colum-xs-pull-8 {
    right: 66.66666667%;
}
.colum-xs-pull-7 {
    right: 58.33333333%;
}
.colum-xs-pull-6 {
    right: 50%;
}
.colum-xs-pull-5 {
    right: 41.66666667%;
}
.colum-xs-pull-4 {
    right: 33.33333333%;
}
.colum-xs-pull-3 {
    right: 25%;
}
.colum-xs-pull-2 {
    right: 16.66666667%;
}
.colum-xs-pull-1 {
    right: 8.33333333%;
}
.colum-xs-pull-0 {
    right: auto;
}
.colum-xs-push-12 {
    left: 100%;
}
.colum-xs-push-11 {
    left: 91.66666667%;
}
.colum-xs-push-10 {
    left: 83.33333333%;
}
.colum-xs-push-9 {
    left: 75%;
}
.colum-xs-push-8 {
    left: 66.66666667%;
}
.colum-xs-push-7 {
    left: 58.33333333%;
}
.colum-xs-push-6 {
    left: 50%;
}
.colum-xs-push-5 {
    left: 41.66666667%;
}
.colum-xs-push-4 {
    left: 33.33333333%;
}
.colum-xs-push-3 {
    left: 25%;
}
.colum-xs-push-2 {
    left: 16.66666667%;
}
.colum-xs-push-1 {
    left: 8.33333333%;
}
.colum-xs-push-0 {
    left: auto;
}
.colum-xs-offset-12 {
    margin-left: 100%;
}
.colum-xs-offset-11 {
    margin-left: 91.66666667%;
}
.colum-xs-offset-10 {
    margin-left: 83.33333333%;
}
.colum-xs-offset-9 {
    margin-left: 75%;
}
.colum-xs-offset-8 {
    margin-left: 66.66666667%;
}
.colum-xs-offset-7 {
    margin-left: 58.33333333%;
}
.colum-xs-offset-6 {
    margin-left: 50%;
}
.colum-xs-offset-5 {
    margin-left: 41.66666667%;
}
.colum-xs-offset-4 {
    margin-left: 33.33333333%;
}
.colum-xs-offset-3 {
    margin-left: 25%;
}
.colum-xs-offset-2 {
    margin-left: 16.66666667%;
}
.colum-xs-offset-1 {
    margin-left: 8.33333333%;
}
.colum-xs-offset-0 {
    margin-left: 0%;
}
@media (min-width: 768px) {
    .colum-sm-1, .colum-sm-2, .colum-sm-3, .colum-sm-4, .colum-sm-5, .colum-sm-6, .colum-sm-7, .colum-sm-8, .colum-sm-9, .colum-sm-10, .colum-sm-11, .colum-sm-12 {
        float: left;
    }
    .colum-sm-12 {
        width: 100%;
    }
    .colum-sm-11 {
        width: 91.66666667%;
    }
    .colum-sm-10 {
        width: 83.33333333%;
    }
    .colum-sm-9 {
        width: 75%;
    }
    .colum-sm-8 {
        width: 66.66666667%;
    }
    .colum-sm-7 {
        width: 58.33333333%;
    }
    .colum-sm-6 {
        width: 50%;
    }
    .colum-sm-5 {
        width: 41.66666667%;
    }
    .colum-sm-4 {
        width: 33.33333333%;
    }
    .colum-sm-3 {
        width: 25%;
    }
    .colum-sm-2 {
        width: 16.66666667%;
    }
    .colum-sm-1 {
        width: 8.33333333%;
    }
    .colum-sm-pull-12 {
        right: 100%;
    }
    .colum-sm-pull-11 {
        right: 91.66666667%;
    }
    .colum-sm-pull-10 {
        right: 83.33333333%;
    }
    .colum-sm-pull-9 {
        right: 75%;
    }
    .colum-sm-pull-8 {
        right: 66.66666667%;
    }
    .colum-sm-pull-7 {
        right: 58.33333333%;
    }
    .colum-sm-pull-6 {
        right: 50%;
    }
    .colum-sm-pull-5 {
        right: 41.66666667%;
    }
    .colum-sm-pull-4 {
        right: 33.33333333%;
    }
    .colum-sm-pull-3 {
        right: 25%;
    }
    .colum-sm-pull-2 {
        right: 16.66666667%;
    }
    .colum-sm-pull-1 {
        right: 8.33333333%;
    }
    .colum-sm-pull-0 {
        right: auto;
    }
    .colum-sm-push-12 {
        left: 100%;
    }
    .colum-sm-push-11 {
        left: 91.66666667%;
    }
    .colum-sm-push-10 {
        left: 83.33333333%;
    }
    .colum-sm-push-9 {
        left: 75%;
    }
    .colum-sm-push-8 {
        left: 66.66666667%;
    }
    .colum-sm-push-7 {
        left: 58.33333333%;
    }
    .colum-sm-push-6 {
        left: 50%;
    }
    .colum-sm-push-5 {
        left: 41.66666667%;
    }
    .colum-sm-push-4 {
        left: 33.33333333%;
    }
    .colum-sm-push-3 {
        left: 25%;
    }
    .colum-sm-push-2 {
        left: 16.66666667%;
    }
    .colum-sm-push-1 {
        left: 8.33333333%;
    }
    .colum-sm-push-0 {
        left: auto;
    }
    .colum-sm-offset-12 {
        margin-left: 100%;
    }
    .colum-sm-offset-11 {
        margin-left: 91.66666667%;
    }
    .colum-sm-offset-10 {
        margin-left: 83.33333333%;
    }
    .colum-sm-offset-9 {
        margin-left: 75%;
    }
    .colum-sm-offset-8 {
        margin-left: 66.66666667%;
    }
    .colum-sm-offset-7 {
        margin-left: 58.33333333%;
    }
    .colum-sm-offset-6 {
        margin-left: 50%;
    }
    .colum-sm-offset-5 {
        margin-left: 41.66666667%;
    }
    .colum-sm-offset-4 {
        margin-left: 33.33333333%;
    }
    .colum-sm-offset-3 {
        margin-left: 25%;
    }
    .colum-sm-offset-2 {
        margin-left: 16.66666667%;
    }
    .colum-sm-offset-1 {
        margin-left: 8.33333333%;
    }
    .colum-sm-offset-0 {
        margin-left: 0%;
    }
}
@media (min-width: 992px) {
    .colum-md-1, .colum-md-2, .colum-md-3, .colum-md-4, .colum-md-5, .colum-md-6, .colum-md-7, .colum-md-8, .colum-md-9, .colum-md-10, .colum-md-11, .colum-md-12 {
        float: left;
    }
    .colum-md-12 {
        width: 100%;
    }
    .colum-md-11 {
        width: 91.66666667%;
    }
    .colum-md-10 {
        width: 83.33333333%;
    }
    .colum-md-9 {
        width: 75%;
    }
    .colum-md-8 {
        width: 66.66666667%;
    }
    .colum-md-7 {
        width: 58.33333333%;
    }
    .colum-md-6 {
        width: 50%;
    }
    .colum-md-5 {
        width: 41.66666667%;
    }
    .colum-md-4 {
        width: 33.33333333%;
    }
    .colum-md-3 {
        width: 25%;
    }
    .colum-md-2 {
        width: 16.66666667%;
    }
    .colum-md-1 {
        width: 8.33333333%;
    }
    .colum-md-pull-12 {
        right: 100%;
    }
    .colum-md-pull-11 {
        right: 91.66666667%;
    }
    .colum-md-pull-10 {
        right: 83.33333333%;
    }
    .colum-md-pull-9 {
        right: 75%;
    }
    .colum-md-pull-8 {
        right: 66.66666667%;
    }
    .colum-md-pull-7 {
        right: 58.33333333%;
    }
    .colum-md-pull-6 {
        right: 50%;
    }
    .colum-md-pull-5 {
        right: 41.66666667%;
    }
    .colum-md-pull-4 {
        right: 33.33333333%;
    }
    .colum-md-pull-3 {
        right: 25%;
    }
    .colum-md-pull-2 {
        right: 16.66666667%;
    }
    .colum-md-pull-1 {
        right: 8.33333333%;
    }
    .colum-md-pull-0 {
        right: auto;
    }
    .colum-md-push-12 {
        left: 100%;
    }
    .colum-md-push-11 {
        left: 91.66666667%;
    }
    .colum-md-push-10 {
        left: 83.33333333%;
    }
    .colum-md-push-9 {
        left: 75%;
    }
    .colum-md-push-8 {
        left: 66.66666667%;
    }
    .colum-md-push-7 {
        left: 58.33333333%;
    }
    .colum-md-push-6 {
        left: 50%;
    }
    .colum-md-push-5 {
        left: 41.66666667%;
    }
    .colum-md-push-4 {
        left: 33.33333333%;
    }
    .colum-md-push-3 {
        left: 25%;
    }
    .colum-md-push-2 {
        left: 16.66666667%;
    }
    .colum-md-push-1 {
        left: 8.33333333%;
    }
    .colum-md-push-0 {
        left: auto;
    }
    .colum-md-offset-12 {
        margin-left: 100%;
    }
    .colum-md-offset-11 {
        margin-left: 91.66666667%;
    }
    .colum-md-offset-10 {
        margin-left: 83.33333333%;
    }
    .colum-md-offset-9 {
        margin-left: 75%;
    }
    .colum-md-offset-8 {
        margin-left: 66.66666667%;
    }
    .colum-md-offset-7 {
        margin-left: 58.33333333%;
    }
    .colum-md-offset-6 {
        margin-left: 50%;
    }
    .colum-md-offset-5 {
        margin-left: 41.66666667%;
    }
    .colum-md-offset-4 {
        margin-left: 33.33333333%;
    }
    .colum-md-offset-3 {
        margin-left: 25%;
    }
    .colum-md-offset-2 {
        margin-left: 16.66666667%;
    }
    .colum-md-offset-1 {
        margin-left: 8.33333333%;
    }
    .colum-md-offset-0 {
        margin-left: 0%;
    }
}
@media (min-width: 1200px) {
    .colum-lg-1, .colum-lg-2, .colum-lg-3, .colum-lg-4, .colum-lg-5, .colum-lg-6, .colum-lg-7, .colum-lg-8, .colum-lg-9, .colum-lg-10, .colum-lg-11, .colum-lg-12 {
        float: left;
    }
    .colum-lg-12 {
        width: 100%;
    }
    .colum-lg-11 {
        width: 91.66666667%;
    }
    .colum-lg-10 {
        width: 83.33333333%;
    }
    .colum-lg-9 {
        width: 75%;
    }
    .colum-lg-8 {
        width: 66.66666667%;
    }
    .colum-lg-7 {
        width: 58.33333333%;
    }
    .colum-lg-6 {
        width: 50%;
    }
    .colum-lg-5 {
        width: 41.66666667%;
    }
    .colum-lg-4 {
        width: 33.33333333%;
    }
    .colum-lg-3 {
        width: 25%;
    }
    .colum-lg-2 {
        width: 16.66666667%;
    }
    .colum-lg-1 {
        width: 8.33333333%;
    }
    .colum-lg-pull-12 {
        right: 100%;
    }
    .colum-lg-pull-11 {
        right: 91.66666667%;
    }
    .colum-lg-pull-10 {
        right: 83.33333333%;
    }
    .colum-lg-pull-9 {
        right: 75%;
    }
    .colum-lg-pull-8 {
        right: 66.66666667%;
    }
    .colum-lg-pull-7 {
        right: 58.33333333%;
    }
    .colum-lg-pull-6 {
        right: 50%;
    }
    .colum-lg-pull-5 {
        right: 41.66666667%;
    }
    .colum-lg-pull-4 {
        right: 33.33333333%;
    }
    .colum-lg-pull-3 {
        right: 25%;
    }
    .colum-lg-pull-2 {
        right: 16.66666667%;
    }
    .colum-lg-pull-1 {
        right: 8.33333333%;
    }
    .colum-lg-pull-0 {
        right: auto;
    }
    .colum-lg-push-12 {
        left: 100%;
    }
    .colum-lg-push-11 {
        left: 91.66666667%;
    }
    .colum-lg-push-10 {
        left: 83.33333333%;
    }
    .colum-lg-push-9 {
        left: 75%;
    }
    .colum-lg-push-8 {
        left: 66.66666667%;
    }
    .colum-lg-push-7 {
        left: 58.33333333%;
    }
    .colum-lg-push-6 {
        left: 50%;
    }
    .colum-lg-push-5 {
        left: 41.66666667%;
    }
    .colum-lg-push-4 {
        left: 33.33333333%;
    }
    .colum-lg-push-3 {
        left: 25%;
    }
    .colum-lg-push-2 {
        left: 16.66666667%;
    }
    .colum-lg-push-1 {
        left: 8.33333333%;
    }
    .colum-lg-push-0 {
        left: auto;
    }
    .colum-lg-offset-12 {
        margin-left: 100%;
    }
    .colum-lg-offset-11 {
        margin-left: 91.66666667%;
    }
    .colum-lg-offset-10 {
        margin-left: 83.33333333%;
    }
    .colum-lg-offset-9 {
        margin-left: 75%;
    }
    .colum-lg-offset-8 {
        margin-left: 66.66666667%;
    }
    .colum-lg-offset-7 {
        margin-left: 58.33333333%;
    }
    .colum-lg-offset-6 {
        margin-left: 50%;
    }
    .colum-lg-offset-5 {
        margin-left: 41.66666667%;
    }
    .colum-lg-offset-4 {
        margin-left: 33.33333333%;
    }
    .colum-lg-offset-3 {
        margin-left: 25%;
    }
    .colum-lg-offset-2 {
        margin-left: 16.66666667%;
    }
    .colum-lg-offset-1 {
        margin-left: 8.33333333%;
    }
    .colum-lg-offset-0 {
        margin-left: 0%;
    }
}

.row:before,
.row:after {
    display: table;
    content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after {
    clear: both;
}

/* End of grid

Start forms styles
*/


fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}
label {
    display: flex;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    appearance: none;
}
input[type="radio"],
input[type="checkbox"] {
    margin: 4px 4px 0;
    margin-top: 1px \9;
    line-height: normal;
    float: left;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed;
}
input[type="file"] {
    display: block;
}
input[type="range"] {
    display: block;
    width: 100%;
}
select[multiple],
select[size] {
    height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}


.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
    color: #999999;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #999999;
}
.form-control::-webkit-input-placeholder {
    color: #999999;
}
.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed;
}
textarea {
    height: 50px;
    width: -webkit-fill-available;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"].form-control,
    input[type="time"].form-control,
    input[type="datetime-local"].form-control,
    input[type="month"].form-control {
        line-height: 34px;
    }

}
.form-group {
    margin-bottom: 15px;
}
.radio,
.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
    cursor: not-allowed;
}
.radio label,
.checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
    position: absolute;
    margin-top: 4px \9;
    margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
    margin-top: -5px;
}

.label{
    font-weight: bold;
    color:#000000 !important;
    font-size: 14px !important;
}

.adm-form-group{
    margin-bottom: 20px;
}

.adm-form-error{
    color: #dc3545;
}
.adm-wrong > input{
    border: 1px solid #dc3545 !important;
}

.adm-wrong > textarea{
    border: 1px solid #dc3545 !important;
}

.adm-subform{
    border: 1px solid #e1e1e1;
    padding: 10px;
    margin-bottom: 20px;
    background-color: #f1f9fc;
}

.adm-label{
    font-weight: bold;
}

/* End of forms
   Start of adm_buttons
*/
.adm_button {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 0.75em 1.75em !important;
    border-radius: 3px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.adm_button:focus,
.adm_button:active:focus,
.adm_button.active:focus,
.adm_button.focus,
.adm_button:active.focus,
.adm_button.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.adm_button:hover,
.adm_button:focus,
.adm_button.focus {
    color: #ffffff;
    text-decoration: none;
}
.adm_button:active,
.adm_button.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.adm_button-primary {
    color: #ffffff;
    background-color: #3ba5dc;
    border-color: #2e6da4;
}

.adm_button-remove {
    color: #ffffff;
    background-color: #d9534f;
    border-color: #d43f3a;
}
.adm_button-remove:focus,
.adm_button-remove.focus {
    color: #ffffff;
    background-color: #c9302c;
    border-color: #761c19;
}
.adm_button-remove:hover {
    color: #ffffff;
    background-color: #c9302c;
    border-color: #ac2925;
}
.adm_button-remove:active,
.adm_button-remove.active {
    color: #ffffff;
    background-color: #c9302c;
    background-image: none;
    border-color: #ac2925;
}

.adm_button-add {
    color: #ffffff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.adm_button-add:focus,
.adm_button-add.focus {
    color: #ffffff;
    background-color: #449d44;
    border-color: #255625;
}
.adm_button-add:hover {
    color: #ffffff;
    background-color: #449d44;
    border-color: #398439;
}
.adm_button-add:active,
.adm_button-add.active {
    color: #ffffff;
    background-color: #449d44;
    background-image: none;
    border-color: #398439;
}
.adm_button-add:active:hover,
.adm_button-add.active:hover,
.adm_button-add:active:focus,
.adm_button-add.active:focus,
.adm_button-add:active.focus,
.adm_button-add.active.focus {
    color: #ffffff;
    background-color: #398439;
    border-color: #255625;
}

.adm_button-register{
    font-weight: bold;
    font-size: 20px;
    background-color: #398439;
    border-color: #255625;
}

/*  End of adm_buttons
    Start of tabs
*/

.adm-tabs{
    margin-top: 50px;
}

.adm-tab-link.active{
    color: #fff !important;
    background-color: #3ba5dc !important;
    border-color: #3ba5dc !important;
}

.adm-tab-link{
    padding: 10px 20px;
}

.adm-tab-link:hover{
    border: 1px solid #eee;
}

.adm-tab-panel{
    display: none;
}

.adm-tab-panel.active{
    display: block;
}

.adm-tabs-content{
    padding:10px;
    margin-top: 8px;
    margin-bottom: 20px;
    overflow: hidden;
    border: 1px solid #eee;
    -webkit-border-bottom-left-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    -moz-border-radius-bottomright: 6px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}


/*
    End of tabs
    Start of tables
*/


table {
    background-color: transparent;
}
table col[class*="col-"] {
    position: static;
    display: table-column;
    float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    display: table-cell;
    float: none;
}
caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777777;
    text-align: left;
}
th {
    text-align: left;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding: 5px;
    line-height: 1.42857143;
    vertical-align: middle;
    border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #dddddd;
}
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
    border-top: 0;
    max-width: 40%;
}
.table > tbody + tbody {
    border-top: 2px solid #dddddd;
}
.table .table {
    background-color: #ffffff;
}

.table-strips > tbody > tr:nth-of-type(odd) {
    background-color: #d9edf7;
}
.table-hover > tbody > tr:hover {
    background-color: #C4E3F3;
}

.table-respons {
    min-height: .01%;
    overflow-x: auto;
}

th:first-child, td:first-child {
    max-width: 220px;
}

@media screen and (max-width: 767px) {
    .table-respons {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #dddddd;
    }
    .table-respons > .table {
        margin-bottom: 0;
    }
    .table-respons > .table > thead > tr > th,
    .table-respons > .table > tbody > tr > th,
    .table-respons > .table > tfoot > tr > th,
    .table-respons > .table > thead > tr > td,
    .table-respons > .table > tbody > tr > td,
    .table-respons > .table > tfoot > tr > td {
        white-space: nowrap;
    }
}


/*
End of Tables
Start of othe TODO: zaradit styles

 */
p, div, span{
    font-size: 14px;
}

h3, .h3 {
    font-size: 24px;
}

.fade{
    opacity: 1;
}

.nav-item, .nav-link, .adm-event-title-list{
    color: #3ca5dc !important;
}

.content-area {
    margin: auto;
    float: none !important;
}

.entry-image{
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin: 0 auto;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0 5px 15px -8px rgba(0,0,0,.24), 0 8px 10px -5px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 5px 15px -8px rgba(0,0,0,.24), 0 8px 10px -5px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 15px -8px rgba(0,0,0,.24), 0 8px 10px -5px rgba(0,0,0,.2);
}

.entry-image-thumb{
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    margin: 0 auto;
    width: 100%;
}

.event-info{
    padding:20px;
    text-align: center;
}

.event-list-item{

}

.event-list-item:hover{
    box-shadow: 0 5px 15px -8px rgba(0,0,0,.24), 0 8px 10px -5px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 5px 15px -8px rgba(0,0,0,.24), 0 8px 10px -5px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 15px -8px rgba(0,0,0,.24), 0 8px 10px -5px rgba(0,0,0,.2);
}

.event-overview{
    padding:10px;
    margin-bottom: 20px;
    overflow: hidden;
    border: 1px solid #e1e1e1;
    -webkit-border-bottom-left-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    -moz-border-radius-bottomright: 6px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.overview{
    box-shadow: 0 5px 15px -8px rgba(0,0,0,.24), 0 8px 10px -5px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 5px 15px -8px rgba(0,0,0,.24), 0 8px 10px -5px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 15px -8px rgba(0,0,0,.24), 0 8px 10px -5px rgba(0,0,0,.2);
}

.adm-content-block {
    padding: 10px;
    margin-bottom: 20px;
    overflow: hidden;
    border: 1px solid #e1e1e1;
}

.fa-2x {
    margin-right:5px;
    color: #3ca5dc;
}

.fa-file-pdf{
    color: #ffffff;
    margin-right:5px;
}

.adm-event-title{
    font-size: 26px!important;
}

.adm-event-title-list{
    font-size: 20px!important;
}

.adm-accommodation-title{
    font-size: 26px!important;
}

.text-center {
    text-align: center;
}

.more, .more:visited, .more:active{
    margin-top: 20px !important;
    color: #fff !important;
    text-decoration: none !important;
    background-color: #3ba5dc !important;
    border: 1px solid #3ba5dc !important;
    background-image: none !important;
}

.adm-headline-tab{
    margin-top: 20px !important;
}

.dexcription, .program, .uploadposter, .poster-isntructions, .payment-info{
    padding: 20px 10px 10px 0;
}


.adm-notice-error {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    padding: 10px 10px;
}

.dashicons-warning:before {
    margin-right: 10px;
}

#message{
    margin-bottom: 20px;
}
.dashicons-warning{
    margin-bottom: 0;
}

.adm-notice-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    padding: 10px 10px;
}

.action-adm_buttons{
    padding-top: 0.4em;
    padding-bottom:0.4em;
}

.action-adm_buttons > div {
    padding:0 !important;
}

.adm-slim-row{
    margin-bottom: 0;
}


.adm-word-counter{
    text-align: right;
    font-size: 18px;
}

#adm-abstract-word-countdown{
    font-size: 18px;
}

@media only screen and (max-width: 600px) {
    .adm-accommodation-map-view{
        width: 300px !important;
        height: 300px !important;
        margin: 10px auto;
    }
}


/** abstrakta - tabulky **/
div.adm-abstract-table-hidden div.editor {
    display: none;
}

div.adm-abstract-table-hidden div.editor-attachment {
    display: none;
}

div.adm-abstract-table-hidden .adm-remove-abstract-table {
    display: none;
}

div.adm-abstract-table:not(.adm-abstract-table-hidden) .adm-add-abstract-table {
    display: none;
}

.adm-abstract-table-generate{
    margin-top:27px;
}

.adm-table-cell{
    width:100%;
}
div.editor-attachment {
    margit-top: 1em;
    margin-bottom: 1em;
}

.conditions-block{
    font-size: 16px;
    font-weight: bold;
}
.conditions-block > div {
    font-size: 16px;
    font-weight: bold;
}