/* ======================= GENERAL ======================= */
html,body{background-color:#ECEDED;
          font-family: Verdana,Arial,Helvetica,sans-serif;
		  line-height: 1.6em;
}

h1{color:#0D0D0D;font-size:19px;font-weight:normal;margin:0px}

h2 {
	font-weight:normal;
}

.layout #maincontainer {
	background:#ECEDED;
	height: 100%;
	margin: 0;
	width: 100%;
	min-height: 700px;
	position: relative;
	text-align: left;
}

.layout #full-page-cnt {
	background-color: #FFFFFF;
}


.layout #footer {
/*	display:none; */
background-color:#D9DADA;
}

.bottom-footer-grp {
	box-shadow:none;
	
}

#footer td.atop {
padding-left:50px;
}


.leftimage {
	background:#D9DADA;
	text-align:right;
}
	
.sp-box-filters:nth-of-type(3) {display:none}

.sp-box-filters {
	border-bottom-style: none;
}

.sp-box-head h2 {
	font-size:15px;
}

a:active, a:link, a:visited {color: #C1005D}

/*header*/
.header-top-links-border {
    border-left: 1px solid hsl(0, 0%, 45%);
    border-right: 0px solid hsl(0, 0%, 45%);
}

.topHeaderLinks {
    color: #000000;
    font-size: 11px;
    padding-left: 4px;
    padding-right: 4px;
}

.bottom-header-lnks-grp{
	display:none
}

/*breadcrumb old
.breadContainer {
    font-size: 15px;
    font-weight: bold;
    padding: 20px 25px 20px 280px;
    width: 685px;
    background: #fbfbfb;
}

h1.listViewHeading {
	display:none
}
*/


/*breadcrumb latest version*/
.breadContainer {
	color: #fbfbfb;
    font-size: 15px;
    font-weight: bold;
    padding: 20px 25px 20px 280px;
    width: 685px;
    background: #ffffff;
}

h1.listViewHeading {
	position: relative;
	padding-bottom: 16px;
	margin-top: -37px;
	font-size: 15px;
}

/*left navigation*/
.sp-left-links::before {
    background-image: -webkit-linear-gradient(bottom, #AC004E, #A3004E);
    background-image: -moz-linear-gradient(bottom,  #AC004E, #A3004E);
    background-image: -o-linear-gradient(bottom,  #AC004E, #A3004E);
    background-image: linear-gradient(top,  #AC004E, #A3004E);
    background-color: #A300AE;
}
.sp-left-links {
    position: relative;
    background-color: #F1F1F1;
    padding: 10px 10px 10px 25px;
    font-size: 13px;
    /*font-weight: bold;*/
    border-top: 2px solid #f1f1f1;
}
.sp-left-links-deselected {
    background-color: #fff;
    border-top: 1px solid #f1f1f1;
    padding: 10px 10px 10px 25px;
	font-size: 13px;
}
.sp-left-links-deselected:hover{
	background-color: #fff;
}
.sp-left-links:hover {
    background-color: #F1F1F1;
}

.sp-description {
	font-size: 13 px;
	line-height: 1.6em;
}

.ariaSelected{
    color: #333333 !important;
}
/*Buttons */
.com-butn-style:focus, a.com-butn-style:focus,
.com-butn-style:hover, a.com-butn-style:hover,
.com-butn-style, a.com-butn-style {
    -webkit-transition: background-position .15s linear;
    -moz-transition: background-position .15s linear;
    -ms-transition: background-position .15s linear;
    -o-transition: background-position .15s linear;
    transition: background-position .15s linear;
    background: #0083bf;
    background: -moz-linear-gradient(top, #E5BFD0 0%, #A21956 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E5BFD0), color-stop(100%,#A21956));
    background: -webkit-linear-gradient(top, #E5BFD0 0%,#A21956 100%);
    background: -o-linear-gradient(top, #E5BFD0 0%,#A21956 100%);
    background: -ms-linear-gradient(top, #E5BFD0 0%,#A21956 100%);
    background: linear-gradient(to bottom, #E5BFD0 0%,#A21956 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E5BFD0', endColorstr='#A21956',GradientType=0 );
    color: #FFFFFF;
    border: 1px solid #9A0346;
    outline: none !important;
    padding: 3px 20px;
    display: inline-block;
    text-align: center;
    min-width: 74px;
    font-weight: normal; 
}
/*contact button */
a.getInContactButton {
	display:none;
}
/*searchbutton overview*/
.sp-btn {
    padding: 2px 0px 2px 0px !important;
    overflow: visible;
    margin-left: 22px;
}

.shareLinkButton{	
    padding-left: 32px !important;
    padding-right: 2px !important;
    background-image:url('../../portal/images/button_share_link.jpg') !important;
}

/*A to Z Buttongs*/
a.buttonAlphaActive {
   -webkit-transition: background-position .15s linear;
    -moz-transition: background-position .15s linear;
    -ms-transition: background-position .15s linear;
    -o-transition: background-position .15s linear;
    transition: background-position .15s linear;
    background: #783D54;
    color: #FFFFFF;
    border: 1px solid #9A0346;
    font-size: 11px;
    font-weight: normal;
    text-align: center;
    cursor: pointer;
    margin: 0;
    padding: 1px 3px 4px 4px;
    width: auto;
    overflow: visible;
    position: relative;
}
a.buttonAlpha , .buttonAlpha:focus , .buttonAlpha:hover {
   -webkit-transition: background-position .15s linear;
    -moz-transition: background-position .15s linear;
    -ms-transition: background-position .15s linear;
    -o-transition: background-position .15s linear;
    transition: background-position .15s linear;
    background: #0083bf;
    background: -moz-linear-gradient(top, #E5BFD0 0%, #A21956 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E5BFD0), color-stop(100%,#A21956));
    background: -webkit-linear-gradient(top, #E5BFD0 0%,#A21956 100%);
    background: -o-linear-gradient(top, #E5BFD0 0%,#A21956 100%);
    background: -ms-linear-gradient(top, #E5BFD0 0%,#A21956 100%);
    background: linear-gradient(to bottom, #E5BFD0 0%,#A21956 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E5BFD0', endColorstr='#A21956',GradientType=0 );
    color: #FFFFFF;
    border: 1px solid #9A0346;
    font-size: 11px;
    font-weight: normal;
    text-align: center;
    cursor: pointer;
    margin: 0;
    padding: 1px 3px 4px 4px;
    width: auto;
    overflow: visible;
    position: relative;
}
/* Table */
.rf-dt{
	background-color:#ffffff;
}