.freqalert{
	background-color: #000;
}

/* Blank space issue in content region */
.container.top-item:before ,.container.top-item .row:before{
	content:'';
  display:inline;
}

.container.top-item:after ,.container.top-item .row:after{
	content:'';
  display:inline;
}

/*home- notification*/
section.home-notification {
    background-color: #000;
    padding: 20px 0;
}

section.home-notification h3 {
    color: #FFF;
}

section.home-notification h4 {
    color: #FFF;
}

a .genericon-close-alt {
    font-size: 1.2em !important;
    text-align: center;
    height: 40px;
    width: 40px;
    line-height: 37px;
    margin: 0;
    color: #FFF;
/*display: block !important;*/
    border: 2px solid #fff;
    border-radius: 100%;
    text-decoration: none;
}

a:hover .genericon-close-alt {
    color: #dca300;
    font-size: 1.2em !important;
    text-align: center;
    height: 40px;
    width: 40px;
    border: 2px solid #dca300;
}

.home-notification select {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background-color: #FFF;
    border-radius: 0;
    background-image: url(../img/arrow.png);
    background-position: 97% center;
    border-color: #1px solid gray;
    color: rgba(0,0,0,0.75);
    font-size: 16px;
    font-family: 'Helvetica-Neue-LT-Roman';
    border-radius: 0;
    height: 4.3125rem;
    background-repeat: no-repeat;
    width: 100%;
    color: #4a4a4a;
    padding-left: 10px;
    height: 25px;
    margin-top: 5px;
    line-height: 29px;
}

.sat-freq-details {
    color: #FFF;
    margin-top: 20px;
}

.notifi-close-btn {
    margin-top: 20px;
}

.noFrqFound {
    color: #989898;
}

.frqDdlCountries{
	height:30px !important;
}
/*/home- notification*/
