﻿.navbar {
    margin-bottom: 0px;
}

img.img-block {
    margin-bottom: 10px;
}

.subnav-spacer {
    height: 41px;
    margin-bottom: 15px;
    background-color: #2f467c;
}

#subnavbar {
    padding-left: 0;
}

.navbar-inverse {
    min-height: 41px;
    margin-bottom: 15px;
}

.navbar-inverse .navbar-nav>li>a {
    font-size: 13px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#MainBody {
    min-height: 300px;
}

img.brand {
    padding-top: 5px;
}

.image-preview {
    float:left;
    padding-right:10px;
    margin-bottom:5px;
}

.image-preview img {
    padding: 5px;
    border: 1px solid #6f6f6f;
}

.image-copyright {
position: absolute;
transform: rotate(-90deg);
transform-origin:100% 100%;
-ms-transform: rotate(-90deg); /* IE 9 */
-ms-transform-origin:100% 100%; /* IE 9 */
-webkit-transform:rotate(-90deg);
-webkit-transform-origin: 100% 100%;
z-index: 100;
color: gray;
right: -2px; /*edited*/
top: -18px;
}

.image-copyright a {
    color: gray;
}

.copyright-container {
position:relative;
display:inline-block;
}

#map-container { 
    height: 350px;
    margin-bottom: 20px;
}

input[type="radio"] {
  margin-right: 5px;
}

.carousel {
    margin-bottom: 20px;
}

.carousel-caption h1, .carousel-caption p {
    text-shadow: 0 0 8px #000, 1px 1px 5px #000, 1px 1px 3px #000;
}

.list-content {
    padding-left: 10px;
}

.list-group-item-heading {
    padding-top: 5px;
}

p.list-group-item-text {
    font-size: 15px;
}

.list-group-item-heading {
    font-size: 17px;
    font-weight: 500;
}

.list-group-item.active {
    padding: 5px 15px;
}

.panel-heading {
    padding: 5px 15px;
}

.footer {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #2f467c;
    color: #fff;
}

.footer-link {
    list-style: none;
    padding-left: 0;
}

.footer-link a {
    color: #fff;
}

h4, .h4, h5, .h5, h6, .h6 {
margin-top: 5.5px;
margin-bottom: 5.5px;
}

h5 {
    font-weight: 600;
}

ul.social {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

ul.social li {
    list-style-type: none;
    padding: 5px;
    display: inline;
}

ul.nobullet {
    list-style-type: none;
    padding-left: 1em;
}

.addthis_toolbox {
    margin-top: 20px;
    margin-bottom: 20px;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}

.embed-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    border-width: 0px;
}

#engage.affix {
    position: fixed;
    top: 0;
}

.nopadding {
    padding: 0;
    margin-top: -10px;
    margin-bottom: 15px;
}

.has-error .form-control-feedback {
    color: #E74C3C;
}
.has-success .form-control-feedback {
    color: #18BCA0;
}

.alert {
    margin-bottom: 13px;
}


/* PDF document links */
a[href$='.pdf'] {
background:transparent url(/Static/img/icon/pdf.png) center left no-repeat;
display:inline-block;
padding-left:35px;
line-height:30px;
}
 
/* Excel Documents links */
a[href$='.xls'], a[href$='.csv'], a[href$='.xlw'], a[href$='.xlt'], a[href$='.xlsx'] {
background:transparent url(/Static/img/icon/excel.png) center left no-repeat;
display:inline-block;
padding-left:35px;
line-height:30px;
}
 
/* Word Document Links */
a[href$='.doc'], a[href$='.rtf'], a[href$='.wps'], a[href$='.txt'], a[href$='.docx'] {
background:transparent url(/Static/img/icon/word.png) center left no-repeat;
display:inline-block;
padding-left:35px;
line-height:30px;
}

/* PowerPoint Document Links */
a[href$='.ppt'], a[href$='.pptx'] {
background:transparent url(/Static/img/icon/powerpoint.png) center left no-repeat;
display:inline-block;
padding-left:35px;
line-height:30px;
}


/*
    Styling for specific viewport sizes
*/

@media(max-width:767px){
    #subnavbar {
        padding-left: 15px;
    }

    ul#epi-quickNavigator {
        right: 70px;
    }

    #engage.affix {
        position: static;
    }
}

@media(min-width:768px){
    ul#epi-quickNavigator {
        right: 250px;
    }

    .sm-no-pad {
        padding: 0;
    }

    .sm-pad-right {
        padding-right: 15px;
    }
}

@media(min-width:992px){
    .md-no-pad {
        padding: 0;
    }

    .md-pad-right {
        padding-right: 15px;
    }
}

@media(min-width:1200px){
    .lg-no-pad {
        padding: 0;
    }

    .lg-pad-right {
        padding-right: 15px;
    }
}

@media print {
    #epi-quickNavigator {
         display: none !important;
    }

    #Content_MainContent_transactionPanel {
        page-break-before: always;
    }

    .table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td
    {
        padding: 2px !important;
        font-size: 11px;
    }

    .report-title {
        font-size: 11px;
    }

    a[href]:after {
        content: none
    }
}
