<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#banner {
    width: 100%;
    background-size: 100%, 100%;
    padding: 0;
    margin-top:0;
}

#bannerImage img {
    max-height: 120px !important;
}

#bannerTitle, #bannerTitleMobile {
    color: #ed3237;
    line-height: 142px;
    font-size: 38px;
    font-family: 'Lobster', arial, serif;
    text-shadow: 0 3px 3px gray;
}

#bannerTitleMobile {
    line-height: 60px;
    font-size: 20px;
    min-height: 65px;
}

#navbarBrandImg {
    width:30px;
    height: auto;
    position: relative;
    bottom: 7px;
}


.affix {
    top: 0;
    width: 100%;
    z-index: 9999 !important;
}

.affix + .container-fluid {
    padding-top: 70px;
}

#topnavbar {
    border-width: 0;
    border-top-width: 1px;
    border-bottom-width: 5px;
    border-radius: 0;
}

#footer {
    margin-bottom: 0;
    border-radius: 0 !important;
    padding-left: 15px;
    padding-right: 15px;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

.bottomPadding {
    padding-bottom: 10px;
}

.topPadding {
    padding-top: 10px;
}

/**********
 * LOADER
 */
.loader, .loaderSmall {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #999;
    position:relative;
    top:0;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    margin-bottom: 20px;
}

.loaderSmall{
    display:inline-block;
    position:relative;
    top:6px;
    left:5px;
    border-width: 5px;
    width: 21px;
    height: 21px;
}

.loaderNext {
    top: 8px;
    margin-bottom: 0;
}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
/* LOADER
****************/

.pagerContainer {
    margin: 0;
}

.catalogTableContainer {
    padding: 0;
}

.catalogTableContainer &gt; .table-responsive,
.catalogTableContainer &gt; .table-responsive &gt; table {
    margin-bottom: 0
}

.panel {
    border-width: 2px;
    border-color: #ed3237;
    border-radius: 7px;
}


.panel {
    border-width: 2px;
    border-color: #ed3237;
    border-radius: 7px;
}

.navbar {
    border-bottom-width: 2px;
    border-bottom-color: #ed3237;
}

.iconchar, .iconcharBig, .iconcharMenu {
    position: relative;
    bottom: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-size: 16px;
    font-style: normal;
    font-weight: bolder;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    color: #666666;
    text-shadow: 2px 2px #dddddd;

    -webkit-transition:  all 0.12s ease-out;
    -moz-transition:    all 0.12s ease-out;
    -ms-transition:     all 0.12s ease-out;
    -o-transition:      all 0.12s ease-out;
}

.iconcharBig{
    font-size: 18px;
}

.iconcharMenu {
    color: #034383;
    text-shadow: 1px 2px #D9913C;
}



.textGreen {
    color: #13a05a;
}

.textGray {
    color: gray;
}


.textGrayCloud {
    color: #c7c7c5;
}

.textYellow {
    color:#E9AB17;
}

.textRed {
    color:#F62217;
}

.textBlue {
    color:#368BC1;
}

.pointer {
    cursor: pointer;
}

.noPic {
    font-size: 60px;
    color: darkgray;
}

.modal.fade {
    z-index: 10000 !important;
}

.glyphicon-keys:before {
    content: "\1F511";
}

input.form-control[type=checkbox]:not(:hover),
input.form-control[type=radio]:not(:hover) {
    box-shadow:none !important;
    border:1px solid #ccc !important;
}

.asyncImageContainer {
    text-align: center;
}
.asyncImageContainer &gt; div {
    display: inline-block;
}

.crossOut {
    text-decoration: line-through;
    color: gray;
}

.formPanel {
    padding: 20px 25px;
}

.smallInput {
    max-width: 80px !important;
}

.boldText {
    font-weight: bolder !important;
}

.scrollable-menu {
    height: auto;
    max-height: 420px;
    overflow-x: hidden;
}

@media only screen and (max-width: 765px) {
    .scrollable-menu-responsive {
        height: auto;
        max-height: 420px;
        overflow-x: hidden;
    }
}

#bannerImage, #bannerImageMobile {
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    width: 100%;
    padding: 20px 45px 20px 45px;
}

.bannerTextCols {
    padding-top: 15px;
}

.navbar {
    border-color: #4bbcc1;
}

.panel {
    border-color: #4bbcc1;
}

#footer {
    border-top-width: 7px;
    border-color: #4bbcc1;
    background-color: black;
    color: #fff;
    font-size: 112%;
}

#footer a {
    color: #9d9d9d;
}

#footer .panel-footer {
    border-top-width: 0;
    background-color: #222;
}
</pre></body></html>