body {
    background: #E8E8E8;
}

.alertIndex {
    text-align: center;
}

#header {
    padding-top: 20px;
    margin-bottom: 20px;
}

.container {
    max-width: 960px;
}

nav .navbar-header a.navbar-brand {
    color: #0F3F94;
}

#container nav.navbar ul li.active {
    position: relative;
    text-align: center;
}

#container nav.navbar ul.nav li.active .arrow {
    width: 30px;
    height: 0px;
    margin-left: -15px;
    -webkit-transform: rotate(360deg);
    border-style: solid;
    border-width: 10px 15px 0 15px;
    border-color: #000000 transparent transparent transparent;
    position: absolute;
    left: 50%;
}

div.dt-buttons {
    float: left;
    line-height: 30px;
    padding-left: 15px;
    font-size: 18px;
}

#content {
    background: #fff;
    padding: 30px 15px 30px 15px;
}


/* Form */
.required:after {
    content: " *";
    color: red;
}

div.radio .required:after {
    content: "";
}

@media (min-width: 993px) {
    div.place .form-group:last-child .required:after {
        content: "";
    }

    .place .form-group, .number .form-group {
        float: left;
        margin-right: 0;
        margin-left: 8px;
        width: 32.4%;
    }

    .number .form-group {
        width: 15.7%;
    }

    .place .form-group .col-sm-8, .number .form-group .col-sm-8 {
        padding: 0;
        width: 100%;
    }

    .place .form-group label, .number .form-group label {
        display: none;
    }

    .place .city .form-group {
        margin-bottom: 5px;
    }

    .place .street .form-group {
        width: 65.5%;
    }
}

.clear {
    clear: both;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    background-color: transparent;
    border-bottom: 3px solid #337AB7;
    font-weight: bold;
}

.navbar-default .navbar-nav>.active a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active a:hover {
    border-bottom: 3px solid #337AB7;
    padding-bottom: 5px;
}

table thead {
    background-color: #337AB7;
    color: #fff;
}

table thead th {
    font-weight: 100;
}

.form-group.countLetters {
    margin-top: -15px;
}

.container-fluid {
    padding-left: 0;
}

#loggedInAs {
    text-align: right;
}

.row.site {
    margin: 0;
}

#site {
    padding: 5px 0 0 0;
    border-top: 2px solid #000;
    margin-bottom: 10px;
}

input, select, textarea {
    font-size: 15px !important;
}

.nav li.disabled {
    cursor: not-allowed !important;
    opacity: 0.5;
}

.nav a.disabled {
    pointer-events: none;
}

.row.siteTop .panel {
    min-height: 210px;
}

.row.siteTop .col-md-4.search .row {
    margin-bottom: 10px;
}

#loggedInAs {
    margin-bottom: 5px;
}

.row.siteTop div h3 {
    padding-top: 0;
}

.searchSuggestions ul,
.searchSuggestionsCompany ul{
    list-style: none;
    padding-left: 0;
}

.searchSuggestionsCompany ul li {
    padding: 3px 0;
}

.searchSuggestions,
.searchSuggestionsCompany {
    border: 1px solid #ccc;
    background: #fff;
    padding: 10px;
    position: absolute;
    z-index: 9999;
    width: 100%;
    margin-right: 15px;
    right: 0;
}

.searchSuggestions div.wrap,
.searchSuggestionsCompany div.wrap {
    white-space: pre-line;
    overflow: hidden;
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;

}

.searchSuggestions h3,
.searchSuggestionsCompany h3 {
    font-size: 18px !important;
}

.searchSuggestions .subName {
    color: #ccc;
    font-size: 75%;
}

.carousel-control {
    background: none !important;
}

.item {
    height: 150px;
}

.item img {
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.row.siteTop {
    margin-bottom: 20px;
}

a#headerLink {
    text-decoration: none;
}

a h1#header {
    color: #000;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}
body {
    /* Margin bottom by footer height */
    margin-bottom: 445px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 405px;
    background: #e8e8e8;
    background: -moz-linear-gradient(top, #e8e8e8 0%, #e8e8e8 11%, #000000 11%, #000000 11%, #000000 100%);
    background: -webkit-linear-gradient(top, #e8e8e8 0%,#e8e8e8 11%,#000000 11%,#000000 100%,#000000 100%);
    background: linear-gradient(to bottom, #e8e8e8 0%,#e8e8e8 11%,#000000 11%,#000000 100%,#000000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#000000',GradientType=0 );
    overflow: hidden;
}


footer.footer div.container {
    max-width: 940px;
    margin-top: 50px;
}

footer.footer .footer-navbar {
    margin-top: -55px;
    margin-bottom: 30px;
}

footer.footer .footer-navbar ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    max-width: 910px;
}

footer.footer .footer-navbar ul li {
    float: left;
    margin-right: 15px;
}

footer.footer .footer-navbar ul li a {
    color: #000;
}

ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

ol li {
    float: left;
    padding-right: 5px;
}

.container.frontend .mainCategory .panel-heading {

    border-style:none;
    text-align: center;
    background: none !important;
    top: 5px;
    border-top: none !important;
    padding: 20px;
    position: absolute;
    width: 100%;
}
.container.frontend .mainCategory {
    background-repeat:no-repeat;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
    background-position:center;
}
.container.frontend .mainCategory .panel-body {
    padding: 20px;
    border-style:none;
    text-align: center;
}
.container.frontend .mainCategory .panel-body-content {
    padding: 10px;
    font-size: 20px;
    font-family: "Myriad W01 Bd Cnd";
    background: rgba(255,255,255,0.7);
}

.container.frontend .mainCategory {
    position: relative;
    border-top: 3px solid #000;
    padding: 20px 0 0 0;
}

.container.frontend .mainCategory .panel-heading .panel-title {
    display: inline-block;
    background: #009FE3;
    padding: 2px 7px;
    color: #fff;
}

.container.frontend .mainCategory.noImage {
    background: #000;
}

textarea {
    resize: vertical;
}

.status.green {
    background-color: #5eb532;
}

.status.red {
    background-color: #b53232;
}

.status.blue {
    background-color: #317fb2;
}

.delete-item-container {
    text-align: right;
    padding-top: 1em;
}

.delete-item {
    padding: 1em;
}

.multiple-container-single {
    background-color: #eaeaea;
    margin-top: 1em;
    margin-bottom: 1em;
    padding-bottom: 1em;
    padding-left: 0.5em;
}

.multiples {
    margin-bottom: 0.5em;
    margin-top: 0.5em;
}

.margin-top-1 {
    margin-top: 0.3em;
}
