﻿body {
    overflow-x: hidden;
}

/* Carousel */
.carousel-caption {
  z-index: 10 !important;
}

  .carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
  }

@media (min-width: 768px) {
  .carousel-caption {
    z-index: 10 !important;
  }
}

/* page placeholder */
.page-content-placeholder
{
    font-size: 40px;
    height: 450px;
    padding-top: 100px;
    color: #aaa;
    background: rgba(200, 200, 200, 0.4);
}

/* page version dialog*/
.version-manager-dialog {
        min-height: 220px;
}

    .version-manager-dialog h5
    {
        font-size: 18px;
        padding-left: 5px;
    }
    .version-manager-dialog .tab-content
    {
        padding-top: 25px;
    }

    .version-manager-dialog .table td,
    .version-manager-dialog .table th
    {
        font-size: 14px;
    }

    .version-manager-dialog .table a,
    .version-manager-dialog .table a:hover
    {
        font-weight: bold;
        text-decoration: none;
    }

/* default navbar styles */
.navbar-placeholder
{
    font-size: large;
}

.navbar-submenu 
{
    width: 480px;
    list-style: none;
    padding-left: 20px;
}

.navbar-submenu > li > a 
{
    padding: 3px 20px;
    clear: both;
    color: inherit;
    white-space: nowrap;
}

@media (min-width: 768px) {
    ul.nav li.cs-navbar:hover > ul.dropdown-menu {
        display: block;
    }

    .dropdown:hover .dropdown-menu {
        display: block;
    }
    .dropdown-menu {
        margin-top: 0 !important;
    }
}

@media (max-width: 768px) {
    .scrollable-nav-menu {
        height: auto;
        max-height: 500px;
        overflow-x: hidden;
    }
}


/* skip-main */
a.skip-main {
    left:-999px;
    position:absolute;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
    z-index:-999;
}
a.skip-main:focus, a.skip-main:active {
    color: #fff;
    background-color:#000;
    left: auto;
    top: auto;
    width: 30%;
    height: auto;
    overflow:auto;
    margin: 10px 35%;
    padding:5px;
    border-radius: 15px;
    border:4px solid yellow;
    text-align:center;
    font-size:1.2em;
    z-index:999;
}

/* Search Results */
.cs-search-header
{
}

.cs-search-info {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 20px;
}

.cs-search-info-no-results{
    min-height: 250px;
}

.cs-search-result{
    margin-bottom: 20px;
}

.cs-search-result h5 a
{
    font-size: 20px !important;
}


/* Loading Animation */
.loading-animate {
    -animation: spin .7s infinite linear;
    -webkit-animation: spin2 .7s infinite linear;
}

@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
}

/* override nested bootstrap container classes*/
.container .container{
    width: 100% !important;
    height: auto !important;
    margin: auto !important;
    padding: initial !important;
}


/* carousel widget classes */
.cs-carousel-widget-container {
}
.cs-carousel-widget-slide-container {
    max-height: none;
    min-height: 0 !important;
}
.cs-carousel-widget-title {
    font-size: 26px;
    font-weight: bold;
    color: white;
    text-shadow: 1px 1px 5px #222;
}
.cs-carousel-widget-description {
    font-weight: bold;
    color: white;
    text-shadow: 1px 1px 5px #222;
}
.cs-carousel-widget-link {
}
.cs-carousel-widget-controls {
}
.cs-carousel-widget-left-btn {
}
.cs-carousel-widget-right-btn {
}


/* search widget */
.hidden-sc {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}