/* here you can put your own css to customize and override the theme */
.logo {
    color: White;
    font-size: 30px;
}

.logo-inner {
    color: #FFFFFF;
    font-size: 22px;
    margin-left: 15px;
}

.col-md-ad {
    width: 49.4%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    max-height: 400px;
    overflow-y: scroll;
    float: left;
}

.compliance {
    padding-left: 0;
    padding-right: 0;
}

.chk label {
    margin-left: 20px;
}

.chkRecur {
    margin-left: 60px;
}

.center {
    text-align: center;
}

.add-ad-right {
    margin-right: 0 !important;
    text-align: right;
}

.resize-no {
    resize: none;
}

*[id*='ui-id-'].ui-autocomplete {
    height: 250px;
    overflow-y: scroll;
    background-color: #FFFFFF;
}

.font13 {
    font-size: 13px;
}

.selectedRow td {
    background-color: #AFC7EA !important;
}

.btn-sm-h20 {
    height: 20px !important;
}

.ui-widget-overlay {
    background-color: Black;
    background-repeat: no-repeat;
    opacity: 0.7;
}

.w-btn {
    text-align: right;
    margin-right: 16px !important;
}

.portlet-home-title {
    padding: 0px !important;
}

.navigation {
    float: left;
    width: 100%;
}

    .navigation a {
        margin-top: 2px;
        margin-right: 1px;
        float: left;
        padding: 10px 15px;
        color: #fff;
        text-decoration: none;
        font-family: 'Open Sans', sans-serif;
        font-size: 14px !important;
        font-weight: 500;
    }

        .navigation a:hover {
            background-color: #FFFFFF;
            border-color: rgba(0, 0, 0, 0) -moz-use-text-color;
            border-left: 0 none;
            border-right: 0 none;
            color: #333333;
            margin-bottom: 0;
            margin-left: 0;
            margin-right: 0;
        }

.active1 {
    background-color: #FFFFFF !important;
    color: #555555 !important;
}

.activeColors {
    background-color: #FFFFFF !important;
    color: #fcbd00 !important;
    font-weight: bold !important;
}

.RemoveClassTabs {
    background-color: transparent none !important;
    color: #fcbd00 !important;
    font-weight: bold !important;
}

.home1 {
    /*max-height: 550px;*/
    overflow-y: scroll;
    width: 49.5%;
}

pre {
    background-color: transparent !important;
    border: 0px !important;
}

[class^="fa-"], [class*=" fa-"] {
    margin-top: 4px !important;
}

.ApplianceCat {
    max-height: 300px;
    overflow-y: scroll;
}

.tabbable-custom .nav-tabs > li {
    background-color: #4b8df8 !important;
}

    .tabbable-custom .nav-tabs > li a {
        color: White;
    }

    .tabbable-custom .nav-tabs > li.active a {
        color: #555;
    }

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #4b8df8;
}

.btn-exlong {
    height: 50px;
    margin-top: 50px;
    padding-top: 11px;
    width: 200px;
    font-size: 18px;
    line-height: 1.33;
    vertical-align: middle;
}

/*LANDING PAGE*/

#landingPage .container {
    width: 1170px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#landingPage .row {
    width: 800px;
}

.landing-page-header {
    text-align: center;
}

#cms-landing-page .panel-body .row {
    margin-bottom: 15px;
}

#cms-landing-page .panel-heading {
    background-color: #4b8df8;
}

#cms-landing-page .pnl-container .panel {
    width: 48%;
}

#cms-landing-page .pnl-container {
    display: flex;
    justify-content: space-between;
}

#cms-landing-page .row {
    margin-left: 0;
    margin-right: 0;
}

#landingPage .landing-thumbnail img {
    height: 300px !important;
    width: 100% !important;
    object-fit: contain !important;
}

#landingPage .channel-header {
    margin-bottom: 1em;
    text-align: center;
}

#landingPage #btnRedirectToIas[disabled], #btnRedirectToLycoming[disabled] {
    background-color: #428bca !important;
}

/*END LANDING PAGE*/

/*LYCOMING PAGE*/
#lycoming .btn.btn-default {
    font-size: 1.1em;
    font-weight: 100;
    padding: 6px 13px;
    border: 1px solid #4b8df8;
    position: absolute;
    bottom: 0.7em;
    right: .7em;
    color: #4b8df8;
}

#lycoming .panel {
    width: 250px;
    height: 250px;
    margin-right: 0 !important;
    position: relative;
}

    #lycoming .panel.faded {
        opacity: .6;
    }

#lycoming .edition {
    text-align: right;
    font-style: italic;
    color: #4b8df8;
}

#lycoming .description {
    color: #666;
    font-size: 1em;
    text-align: right;
}

#lycoming .panel-heading {
    background-color: #4b8df8;
}

#lycoming .box-row {
    margin-bottom: 30px;
}

.flex-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#lycoming .title {
    margin-bottom: 1em;
}

#lycoming .container {
    width: 1170px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#lycoming .row {
    display: inline-flex;
    justify-content: space-between;
    flex-direction: row;
    width: 650px;
}

#lycoming h1, h2, h3, h4, h5 {
    margin-top: 0;
    margin-bottom: 0;
}
/*END LYCOMING PAGE*/

@media (max-width:768px) {
    .home1 {
        float: left; /*max-height: 200px;*/
        overflow-y: scroll;
        width: 98%;
        margin-bottom: 10px;
    }

    .navigation a {
        padding: 6px 5px 8px 6px !important;
    }

    .home_form {
        float: left;
        margin-right: 15px;
        width: 65%;
    }

    .home {
        float: left;
    }

    .IsTableAdsListAndText {
        float: left !important;
        display: block !important;
        height: 600px !important;
        overflow: auto !important;
    }

    .DivpaddingWrapperBlock {
        display: block !important;
    }
}

@media (max-width:1024px) {
    .home1 {
        float: left; /*max-height: 200px;*/
        overflow-y: scroll;
        width: 98%;
        margin-bottom: 10px;
    }

    .IsTableAdsListAndText {
        float: left !important;
        display: block !important;
        height: 600px !important;
        overflow: auto !important;
    }

    .DivpaddingWrapperBlock {
        display: block !important;
    }

    .textsmall {
        font-size: 11px !important;
    }
}

@media (max-width:360px) {
    .home1 {
        float: left; /*max-height: 200px;*/
        overflow-y: scroll;
        width: 98%;
        margin-bottom: 10px;
    }

    .IsTableAdsListAndText {
        float: left !important;
        display: block !important;
        height: 600px !important;
        overflow: auto !important;
    }

    .DivpaddingWrapperBlock {
        display: block !important;
    }

    .textsmall {
        font-size: 11px !important;
    }
}

@media (max-width:640px) {
    .home1 {
        float: left; /*max-height: 200px;*/
        overflow-y: scroll;
        width: 98%;
        margin-bottom: 10px;
    }

    .IsTableAdsListAndText {
        float: left !important;
        display: block !important;
        height: 600px !important;
        overflow: auto !important;
    }

    .DivpaddingWrapperBlock {
        display: block !important;
    }

    .textsmall {
        font-size: 11px !important;
    }
}

@media (max-width:320px) {
    .home1 {
        float: left; /*max-height: 200px;*/
        overflow-y: scroll;
        width: 98%;
        margin-bottom: 10px;
    }

    .IsTableAdsListAndText {
        float: left !important;
        display: block !important;
        height: 600px !important;
        overflow: auto !important;
    }

    .DivpaddingWrapperBlock {
        display: block !important;
    }

    .textsmall {
        font-size: 11px !important;
    }
}

@media (max-width:480px) {
    .home1 {
        float: left; /*max-height: 200px;*/
        overflow-y: scroll;
        width: 98%;
        margin-bottom: 10px;
    }

    .IsTableAdsListAndText {
        float: left !important;
        display: block !important;
        height: 600px !important;
        overflow: auto !important;
    }

    .DivpaddingWrapperBlock {
        display: block !important;
    }

    .textsmall {
        font-size: 11px !important;
    }
}