.text_frzy {color:#02bdf0; text-decoration:none;}

.bg_yellow {
	background-color:#fbbc00;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.bg_yellow .nav-tabs {border-bottom:none; background-color:transparent; padding:0; border-radius:0;}
.bg_yellow .nav-tabs > li {margin-bottom:0; margin-right:5px;}
.bg_yellow .nav-tabs > li > a {
    border:none;
    border-bottom: none;
    background-color: #fdde80;
    color: #dda602;
	cursor:not-allowed;
}
.bg_yellow .nav-tabs > li.active > a, .bg_yellow .nav-tabs > li.active > a:hover, .bg_yellow .nav-tabs > li.active > a:focus {
    color: #000 !important;
    cursor: default;
    background-color: #FFF;
    margin-bottom:0;
}
.bg_yellow .tab-content {background-color:#FFF; padding:20px; border-radius:0 5px 5px 5px;}

.tab_heading {padding:15px; border:#cfcfcf 1px solid; border-radius:10px 10px 0 0; border-bottom:none;}
.tab_heading h3 {padding-top:0; padding-bottom:0; margin:0;}
.tab_contents   {padding:0; border:#cfcfcf 1px solid; border-radius:0 0 10px 10px; background-color:#eaedee;}
.tab_contents .nav-tabs {border:none; background-color:transparent; padding:0;}
.tab_contents .nav-tabs > li {margin-bottom:0;}
.tab_contents .nav-tabs > li > a {background-color:#dee2e3; border:none; color:#767676; margin-right:7px;}
.tab_contents .nav-tabs > li.active > a {color:#000 !important; background-color:#FFF; font-weight:700; margin-bottom:0;}
.tab_contents .tab-content {background-color:#FFF; padding:15px; border-radius:0 0 10px 10px;}

.gray_brdr {border:2px solid #dadada;}

.relative {position:relative;}




/*--------------------new css-------------*/

.top-ac-bar{
    background-color: #eff0eb;
    border:solid 1px #d2d2d2 ;
    border-radius:5px ;
    padding: 10px;
}

.top-ac-bar p{
    margin: 0;
}

.top-ac-bar .breadcrumb{
    font-size: 18px;
    font-weight: bold;
    color: #777777;
    float: left;
}

.top-ac-bar span{
   color: #2177d5;
}

.top-ac-bar a{
    margin: 14px 0 10px 0;
    float: right;
}

.red-text{
    color: #ff120a;
    font-weight: bold;
}



.top-ac-bar .text-right {
    margin: 8px  0;
}

.ac_side_bar{
    background-color: #FFFFFF;
    border: #c3c3c3 solid 1px;

    border-radius: 7px;
    margin-bottom: 15px;
}
.ac_side_bar_ul{
    list-style: none;
    padding: 0;
}
.ac_side_bar_ul li{
    border-bottom: solid 1px #c3c3c3;
    padding: 20px 0;
    text-align: center;
}
.ac_side_bar_ul li a{
    text-decoration: underline;
    color: #002E63;
    font-weight: 500;
}
.ac_side_bar_ul li a.mesg_count{
    color: #002E63;

}

.ac_side_bar_ulInner{
    list-style: none;
    padding: 0;
    float: left;
    margin-left: 30px;
    text-align: center;
    margin: 0;
    width: 100% !important;

}

.ac_side_bar_ulInner li{
    border-bottom: 0;
    padding: 5px 10px 5px 17px;
    text-align: left !important;

}
.icn{
    padding-right: 10px;
}

#keywords thead {
  cursor: pointer;
}
.concert_icons{width:32px; margin-right:5px; margin-bottom:5px; border:0px;}