/* AAPOR styles */

/* Main - Green #008265  */

.searchForm .searchCol2Label {
    width: 80px;
}

.menuSection {
    background-color: #008265;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
}

.navbar-default {
    background-color: #FFFFFF;
}

footer .footer-below {
    background-color: #008265;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: #025e4a;
}

.btn-success, .btn-success[disabled], .btn-warning, .btn-warning[disabled], .btn-danger, .btn-danger[disabled], .btn-info, .btn-info[disabled] {
    color: #ffffff;
    background-color: #008265;
    border-color: #008265;
}

.btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success, .btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning, .btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger, .btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
    color: #ffffff;
    background-color: #025e4a;
    border-color: #025e4a;
}

.navbar-header {
	padding-bottom:1rem;
}

/*.navbar-default .navbar-brand {
    color: #008265;
}
.navbar-header .headerNoHover:hover, .navbar-header .headerNoHover:focus {
    color: #008265;
}
*/
/*.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #C2C2C2;
}*/

/*.nav-tabs {
    border-bottom: 1px solid #008265;
}*/

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border: 1px solid #008265;
    border-bottom-color: transparent;
}

.double-bounce1, .double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #008265;
    border: solid 3px #fff;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    -webkit-animation: bounce 2.0s infinite ease-in-out;
    animation: bounce 2.0s infinite ease-in-out;
}

/*.dropdown-menu {
    background-color: #008265;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: #025e4a;
}
.dropdown-menu > li > a {
    color: white;
}*/

/* Search form styles */

#txtKeyword {
    width: 300px;
}

label[for=txtFromDate], label[for=txtToDate], #txtFromDate, #txtToDate {
    display: none;
}


p.input-group.searchCol3Field {
    display: none;
}

label.searchCol3Label {
    width: 
}

#txtPoll {
    width: 300px;
}


#homeDiv p {
    font-size: 12pt; 
}

#homeDiv ul {
    font-size:  12pt;
}


a[href="#manual"] {
    display: none !important;
}


/*AAPOR CLIENT SPECIFIC CUSTOMIZATION*/

.export-button,
.search-result-type-selector,
.th-pollonly-start-date,
.th-pollonly-sample-size
{
 display:none;
}

.comp-AAPOR-hidden
{
 display:none;
}



.parc-collapsible-content{    
    text-overflow: ellipsis;
overflow: hidden;
    height: 16px;
position:relative;
}
 .parc-collapsible-content:before {
   font-size:14px;
   content: "\25bc";  
   position:absolute;
   display: inline-block;
   right: 0px;  
}
 .parc-collapsible-content.active:before {  
   content: "\25b2";  
}
.parc-collapsible-content.active{
    white-space:unset;
  overflow:unset;
  text-overflow:unset;
height:auto;
}