/* migration template additional styling */

 /*jqueryui - reset*/
 .ui-widget{
   font-family:inherit; 
   font-size:inherit;
 }          
 .ui-widget-header{
   border-color: #dedede;
   background:#dedede;
 }        
 
 .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
   color:#c41030;
 }          
 .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited{
   color:#c41030;    
 }
 .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active{
   border:1px solid #ccc;
 }



/* accordion styling */

.no-padding-top-bottom { 	/*accordion - content merges together */     
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.accordion-instruction {
	display:none;
}

.ui-accordion .ui-accordion-header {
    margin: 0;
}


.toggler {
    background: #C41030 !important;
    color: #fff !important;
    padding: 1.75rem 4.375rem 1.75rem 1.75rem !important;
    font-weight: normal !important;
}

.toggler .ui-accordion-header-icon{
    display:none;
}

.toggler:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 1.75rem;
    width: 0.9375rem;
    height: 0.5625rem;
    margin-top: -0.3125rem;
    background-image: url("/home/media/Media,512563,en.png");
    background-position: center center;
    background-repeat: no-repeat;
}

.toggler.ui-state-active:after {
    -webkit-transform: rotateZ(-180deg);
    transform: rotateZ(-180deg);
}


/* tabbed content box */
#tabs-nav {
    background: #58595B;
    margin: -5px;
    border-radius: 0;
    border: none;
}

#tabs-nav .tab {
    background: none;
    border: none;
}

#tabs-nav .tab a {
    color: #fff;
}

#tabs-nav .tab.ui-state-active a {
    color: #58595B;
    background: #eeeeee;
}
