.page-header {
    background-color: #242334;
}

.sidebar-left {
    background-color: #242334;
}

.select2-results .select2-highlighted {
    background: #242334;
    color: #fff;
}

.eolis.unactive {
    opacity: 0.1;
    filter: alpha(opacity=10);
}

section .panel.panel-eolis {
    border-left-width: 10px;
}

.panel.eolis-card {
    border-radius: 15px;
}

.eolis-card .panel-body {
    border-radius: 8px 15px 15px 8px;
    /* height: 27.5em; */
}

.panel-eolis .panel-heading {
    border-radius: 15px 15px 0 0;
}

.panel-eolis .panel-heading + .panel-body {
    border-radius: 0 0 15px 15px;
}

.panel-eolis img.rounded {
    height: 4rem !important;
    width: 4rem !important;
}

.row.pl-md {
    text-align: center;
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.img-thumbnail {
    object-fit: scale-down;
    width: 350px;
    max-height: 100%;
    max-width: 100%;
    margin: auto;
    border: none;
}


.row.eolis-version {
    padding-left: 1.5em;
    position: relative;
}

.panel-eolis .col-xs-offset-1 {
    margin-left: 6%;
}

h4 {
    font-size: 1.6rem;
}

.col-xs-4 {
    word-break: break-word;
}

.align-middle {
    display: inline-block;
    vertical-align: middle;
}

.eolis-bg-color-green {
    background-color: #47ad4c;
}

.eolis-bg-color-lite-green {
    background-color: #bddba9;
}

.eolis-bg-color-orange {
    background-color: #ca9443;
}

.eolis-bg-color-red {
    background-color: #e42629;
}

.eolis-bg-color-primary {
    background-color: #242334;
}

.eolis-bg-color-smooth-white {
    background-color: #f6f6f6;
}

.eolis-bg-color-grey-striped {
    color: black;
    background: repeating-linear-gradient(
            135deg,
            transparent,
            transparent 10px,
            #ccc 10px,
            #ccc 20px
    ),
    linear-gradient(
            to bottom,
            #f6f6f6,
            #f6f6f6
    )
}

.eolis-color-green {
    color: #47ad4c;
}

.eolis-color-lite-green {
    color: #bddba9;
}

.eolis-color-orange {
    color: #ca9443;
}

.eolis-color-red {
    color: #e42629;
}

.eolis-color-primary {
    color: #242334;
}

.input-group-icon .input-group-addon span {
    top: 4px !important;
}

.eolis-pilot {
    margin: 0 !important;
    width: 3em;
    height: 3em;
    position: absolute;
    right: 0;
    bottom: -0.2em;
    transform: rotate(25deg);
}

.eolis-pilot:hover {
    color: #242334;
    cursor: pointer;
    transform: rotate(50deg);
}

.eolis-name-desc {
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1; /* number of lines to show */
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

@media only screen and (min-width: 1px) and (max-width: 350px) {
    .panel-eolis img.rounded {
        height: 2rem !important;
        width: 2rem !important;
    }

    .panel-eolis div.col-xs-2 {
        margin-left: 0 !important;
        padding: 0;
    }

    h4 {
        font-size: 1.2rem !important;
    }

    .row.pl-md {
        text-align: center;
        width: 100%;
        height: 150px;
        overflow: hidden;
    }

    .panel-eolis div.col-xs-2.ml-md {
        margin-left: 18px !important;
    }

    .col-xs-4 {
        padding-left: 20px;
    }

    .eolis-card .panel-body {
        /*     height: 26em;

         */
    }

    .eolis-version {
        margin: 0 !important;
    }

    .airDetails {
        width: 50% !important;
        margin-left: 0 !important;
    }

    .airDetails li {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .align-middle {
        margin-top: 5px !important;
    }
}


@media only screen and (min-width: 350px) and (max-width: 576px) {
    .panel-eolis img.rounded {
        height: 3.2rem !important;
        width: 3.2rem !important;
    }

    .panel-eolis div.col-xs-2 {
        margin-left: 0 !important;
        padding: 0;
    }

    .eolis-card .panel-body {
        /*     height: 26em;

         */
    }

    h4 {
        font-size: 1.4rem !important;
    }

    .panel-eolis div.col-xs-2.ml-md {
        margin-left: 25px !important;
    }

    .col-xs-4 {
        padding-left: 20px;
    }

    .eolis-version {
        margin: 0 !important;
    }

    /*
        .eolis-card .panel-body {
            height: 34rem;
        }
    */
    .airDetails {
        width: 50% !important;
        margin-left: 0 !important;
    }

    .airDetails li {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .align-middle {
        margin-top: 5px !important;
    }
}