/* Layout */
/* <link href="https://fonts.googleapis.com/css?family=Roboto|Roboto+Condensed" rel="stylesheet"> */

body {
    color: #333333 !important;
    font-family: 'Roboto';
}

.backgroundCz {
    background-image: url('../images/geis/BackgroundCZ.jpg');
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
}

.backgroundSk {
    background-image: url('../images/geis/BackgroundSK.jpg');
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
}

.backgroundPl {
    background-image: url('../images/geis/BackgroundPL.jpg');
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
}

.borderRadius-none {
    border-radius: 0 !important;
}

.geis-nav-link {
    padding: 0.5rem 1rem;
    border-bottom: 1px solid;
    border-color: #A5A5A5;
}

    .geis-nav-link a {
        color: black;
    }

    .geis-nav-link:hover {
        padding: 0.5rem 1rem;
        text-decoration: none;
        border-color: #ED1C24 !important;
        border-bottom: 2px solid;
    }

    .geis-nav-link a:hover {
        text-decoration: none;
        color: #ED1C24 !important;
    }

.geis-nav-padding {
    padding: 0.5em;
    margin-top: 1em;
}

.geis-btn-primary {
    background-color: #FFDE00;
    color: #044d7f;
    border-radius: 0;
    font-weight: bold;
    border: 1px solid #808080 !important;
}

.geis-btn-primary:hover {
    background-color: #ED1C24;
    color: #FFFFFF;
}

.geis-btn-red {
    background-color: #ED1C24;
    color: #FFFFFF;
}

    .geis-btn-red:hover {
        background-color: #FFDE00;
        color: #044d7f;
    }

.geis-icons {
    color: #ED1C24 !important;
}

.geis-card-header {
    background: #ffde00 !important;
    color: #044d7f !important;
    font-weight: bold !important;
    box-shadow: 0 1px 2px rgba(2, 37, 61, 0.35);
}

.geis-table-header {
    background: #D9D9D9;
    color: #505050;
    font-weight: bold;
}

.geis-table-body {
    background: #FAFAFA;
}


.geis-breadcrumb {
    font-weight: bold !important;
    color: #044d7F !important;
    box-shadow: 0 1px 2px rgba(2, 37, 61, 0.35) !important;
}

.breadcrumb-item a {
    color: #044d7f !important;
}

.geis-box-shadow {
    box-shadow: 0 1px 2px rgba(2, 37, 61, 0.35) !important;
}

.addErrorBorder {
    border: 2px solid #ff0000 !important;
    border-radius: 0.2rem;
}

.addError {
    color: #ff0000 !important;
}

.requiredItem {
    border: 2px solid #C6202A !important;
}

.modalErrorAlert {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin: 0 auto;
    margin-top: 50%;
}

.modalDialog {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin: 0 auto;
    margin-top: 50%;
}

.card {
    border: 1px solid #A5A5A5;
    margin-right: 0.25em;
    /*box-shadow: 0 2px 3px rgba(2, 37, 61, 0.35);*/
    margin-bottom: 0.25em;
    margin-top: 0.25em;
    border-radius: 0 !important;
}

.flex-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

    .flex-container > div {
        /*background-color: #f1f1f1;*/
        /*margin: 2px;*/
        padding: 0.25em;
    }

.flex-container-nested {
    display: flex;
    flex-direction: column;
}

    .flex-container-nested > div {
        /*background-color: #f1f1f1;*/
        margin: 2px;
        padding: 0.25em;
    }

.flex-container-content-end {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

    .flex-container-content-end > div {
        /*background-color: #f1f1f1;*/
        margin: 10px;
        text-align: center;
        font-size: 30px;
    }

.inputServices {
    width: 18em !important;
    height: 3.25em !important;
}

.inputStd {
    border: 2px solid #808080 !important;
    border-radius: 0 !important;
    height: 1em;
    padding: 0;
    padding-top: 2em !important;
    padding-left: 1em;
}

    .inputStd:checked {
        border: 2px solid #808080 !important;
        border-radius: 0 !important;
        height: 1em;
        padding: 0;
        padding-top: 2em !important;
        padding-left: 1em;
    }

    .inputStd:not(:checked) {
        border: 2px solid #808080 !important;
        border-radius: 0 !important;
        height: 1em;
        padding: 0;
        padding-top: 2em !important;
        padding-left: 1em;
    }

.labelStdPosition {
    position: relative;
    /*transition: all .4s ease-in-out;*/
    top: .1rem;
    left: 0;
    cursor: text;    
    text-transform: uppercase;
    padding-right: 2em;
}


/*input:placeholder-shown + label{
    position: absolute;
    top: .2rem;
    left: 1rem;
    /*transition: all .4s ease-in-out;
    cursor: text;
    font-size: 12px;
}*/

/* animate placeholders */

/*::-webkit-input-placeholder {
    direction: rtl;
}

input {
    transition: all 1s ease-in-out;
    position: relative;
}

:focus::-webkit-input-placeholder {
    transition: all 0.5s ease-in-out;
    position:absolute;
    top:75%;  
    transform: translate(0%, -75%);
    padding:0;
    font-size: 10px;
}*/

fieldset.form-group {
    position: relative;
}

.flex-container-nested {
    position: relative;
}
/* end - animate placeholders */

.item-1 {
    position: absolute;
    display: block;
    animation-duration: 20s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

.item-1 {
    animation-name: anim-1;
}

@keyframes anim-1 {
    0%, 8.3% {
        left: -100%;
        opacity: 0;
    }

    8.3%,25% {
        left: 25%;
        opacity: 1;
    }

    33.33%, 100% {
        left: 110%;
        opacity: 0;
    }
}

.dropDownFilter {
    border: 2px solid #808080 !important;
    border-radius: 0 !important;
    height: 4em;
    padding: 0;
    padding-top: 2em !important;
    padding-left: 1em;
}

.parcelCard {
    background-color: #044d7f;
    color: white;
    font-weight: bold !important;
    border-radius: 0 !important;
    padding-top: 0.15em !important;
    padding-bottom: 0.15em !important;
}

.parcelCardBorder {
    border: 2px solid #044d7f;
}

.cargoCard {
    background-color: #FFDE00;
    color: #044d7f;
    font-weight: bold !important;
    border-radius: 0 !important;
    padding-top: 0.15em !important;
    padding-bottom: 0.15em !important;
}

.cargoCardBorder {
    border: 2px solid #FFDE00;
}

.geis-dropdown {
    height: 3.5em !important;
    border: 2px solid #808080 !important;
    border-radius: 0 !important;
}

.dropDownClick {
    width: 8em !important;
}

.geis-nav-link {
    padding: 0.5rem 1rem;
    border-bottom: 1px solid;
    border-color: #A5A5A5;
}

    .geis-nav-link a {
        color: black;
    }

    .geis-nav-link:hover {
        padding: 0.5rem 1rem;
        text-decoration: none;
        border-color: #ED1C24 !important;
        border-bottom: 2px solid;
    }

    .geis-nav-link a:hover {
        text-decoration: none;
        color: #ED1C24 !important;
    }

.geis-nav-padding {
    padding: 0.5em;
    margin-top: 1em;
}

.geis-btn-primary {
    background-color: #FFDE00;
    color: #044d7f;
    height: 3em !important;
}

.geis-btn-primary:hover {
    background-color: #ED1C24;
    color: #FFFFFF;
}

.geis-btn-red {
    background-color: #ED1C24;
    color: #FFFFFF;
}

    .geis-btn-red:hover {
        background-color: #FFDE00;
        color: #044d7f;
    }

.geis-icons {
    color: #ED1C24 !important;
}

.geis-card-header {
    background: #ffde00 !important;
    color: #044d7f !important;
    font-weight: bold !important;
    box-shadow: 0 1px 2px rgba(2, 37, 61, 0.35);
}

.geis-table-header {
    background: #D9D9D9;
    color: #505050;
    font-weight: bold;
}

.geis-table-body {
    background: #FAFAFA;
}


.geis-breadcrumb {
    font-weight: bold !important;
    color: #044d7F !important;
    box-shadow: 0 1px 2px rgba(2, 37, 61, 0.35) !important;
}

.geis-box-shadow {
    box-shadow: 0 1px 2px rgba(2, 37, 61, 0.35) !important;
}

.geis-checkbox-alone {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    /*padding: 0.375rem 0.75rem;*/
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    /*border-radius: 0.25rem;*/
    padding-left: 1em;
}

.geis-checkbox-alone-active {
    border-bottom: 4px solid #ed1c24;
}

.filterItemChanged {
    border: 2px solid #28A745 !important;
}

.form-group {
    padding-left: 0.5em !important;
    padding-right: 0.5em !important;
}

.input-group > .input-group-append > .btn {
    border: none;
    border-left: 1px solid #808080;
    background-color: #F8F9FA;
    padding: 0;
}

.input-group > .input-group-append > .btn:hover {
    background-color: #17A2B8;
}

.buttonCard {
    border: 10px solid #EAEAEA;
    height: 15em;
}

.buttonCard:hover {
    border: 10px solid #ed1c24;
    height: 15em;
}

.loginPage {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: central;
}

.flags {
    border: 1px solid #A5A5A5;
    box-shadow: 0 2px 3px rgba(2, 37, 61, 0.35);
    margin: 5px;
}

.boldLabel {
    font-weight: bold;
}

.centerCard {
    margin: auto;
    width: 50%,
}