/* TODO (DP) Should be checked and redefined! */

/* JQuery Datepicker Style */

select[class="ui-datepicker-month"], select[class="ui-datepicker-year"] {
	padding: 0;
}

div[id="ui-datepicker-div"] {
	font-size: 0.85em;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
	height: 2.5em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 2px;
}

/* Error page(s) style */
.errorPage {
	height: 100%;
	text-align: center;
	background-color: white;
}

.errorPage div {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.errorPage table#wrapperTable {
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: midle;
}

.errorPage table#contentTable {
	margin: auto;
	text-align: center;
	vertical-align: midle;
	border-color: #990000;
	border-style: double;
	border-spacing: 4px;
	background-color: white;
}

.errorPage td#contentCell {
	padding: 10px;
	text-align: left;
	color: black;
	font-family: arial, verdana;
	font-size: smaller;
}

.errorPage h4 {
	font-size: larger;
}

.tooltipCustom {
	outline: none;
	font-weight: lighter;
	text-align: left;
}

.tooltipCustom strong {
	line-height: 30px;
}

.tooltipCustom:hover {
	text-decoration: none;
}

.tooltipCustom span {
	z-index: 10;
	display: none;
	padding: 14px 20px;
	margin-top: -30px;
	margin-left: 10px;
	width: 250px;
	line-height: 16px;
}

.tooltipCustom:hover span {
	display: inline;
	position: absolute;
	color: #111;
	border: 1px solid #DCA;
	background: #fffAF0;
}

.calloutCustom {
	z-index: 20;
	position: absolute;
	top: 30px;
	border: 0;
	left: -12px;
}

/*CSS3 extras*/
.tooltip span {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-box-shadow: 5px 5px 8px #CCC;
	-webkit-box-shadow: 5px 5px 8px #CCC;
	box-shadow: 5px 5px 8px #CCC;
}

.tableCustom {
	border-style: solid;
	border-width: 1px;
	border-color: #d9d9d9;
	text-align: center;
	width: 100%;
}

.tableCustom tr td {
	border-style: solid;
	border-width: 1px;
	border-color: #d9d9d9;
	text-align: center;
	min-height: 2.35em;
}

.tableCustom tr:hover {
	background-color: #DDE9E7;
}

.allWhiteRows tr td {
	background-color: white;
}

.rowDistinctionTable tr td:not ([id$="excludeDistinction"] ) {
	border-bottom-width: medium;
}

.caption th {
	font-weight: normal;
	text-align: center;
	border: 1px solid #909090;
	color: #eeeeee !important;
	font-size: 14px;
	background: #333333;
}

.selectableTable .ui-selecting {
	background: #FECA40;
}

.selectableTable .ui-selected {
	background: #F39814;
	color: white;
}

.selectableTable .markRow {
	background: #eea69d !important;
	outline: thin solid #c60f13;
}

.selectableTable .ui-selected:hover {
	background: #f3bd14;
	color: white;
}

.buttonSpacer {
	margin-left: 0.8em;
	margin-right: 0.8em;
}

.buttonRight {
	margin-right: 0;
}

.buttonLeft {
	margin-left: 0;
}

.buttonNoRadius {
	border-radius: 0;
	-webkit-border-radius: 0;
}

.floatLeft {
	float: left;
}

.noHoverOnTable tr:hover {
	background-color: transparent;
}

.extraPadding {
	padding: 15px 15px 15px 15px;
}

#recaptcha_area input[type="text"] {
	display: inline-block;
	height: auto;
}

.right-off-canvas-info {
	background: #e5e5e5;
	padding-top: 3.75em;
	padding-left: 0.75em;
	top: -3.0em;
	overflow-y: scroll;
	overflow-x: hidden;
}

.textGreen {
	color: green;
}

.textBlue {
	color: blue;
}

.textOrange {
	color: orange;
}

.textRed {
	color: red;
}

.textBlack {
	color: Black;
}

.textGray {
	color: #999999;
}

.sortTextColor {
	color: #999999;
}

.sortBackgroundColor {
	background-color: rgb(66, 66, 66) ! important;
}

.MenuWithoutBullets li {
	margin: 10px 10px 0px 50px;
	padding: 0px;
	list-style-type: none;
	text-align: left;
}

.divCard {
	width: 30%;
	min-width: 210px;
	height: 100px;
	background: #008cba;
	position: relative;
	margin: 15px 15px;
	line-height: 33px;
	font-size: 1.5em;
	overflow: hidden;
	text-align: center;
	color: white;
	display: table;
	font-family: Segoe UI, Tahoma, Verdana, Arial, sans-serif;
	cursor: pointer;
	float: left;
}

.divCard div {
	display: table-cell;
	vertical-align: middle;
	padding: 15px;
}

.divCard[id$="NotificationCard"] {
	height: 250px;
	font-size: 1.35em;
	cursor: default;
}

.serversNotificationCard[id$="NotificationCard"] {
	height: 170px;
}

.divCard[id$="NotificationCard"] div {
	display: block;
	vertical-align: middle;
	padding: 15px;
	text-align: left;
	margin-left: 13px;
	line-height: 28px;
	cursor: default;
}

.divCard[id$="NotificationCard"] ul {
	list-style: none;
	font-size: 0.6em;
	text-align: left;
	width: 100%;
	vertical-align: middle;
	padding-left: 5%;
	position: absolute;
	bottom: 0;
}

.divCard[id$="NotificationCard"] ul li .dashboardButtons {
	display: block;
	width: 41%;
	height: 28px;
	position: relative;
	float: left;
	background: white;
	color: #008cba;
	font-size: 1em;
	text-align: center;
	padding: 0;
	margin: 0 11px 0 0;
	cursor: pointer;
}

.divCard[id$="NotificationCard"] ul li a {
	color: white;
}

.divCard[id$="NotificationCard"] hr {
	width: 85%;
	border-width: thin;
	border-color: white;
}

.rightTextAlign {
	text-align: right;
}

.whiteAndGrayTable {
	border: solid 0px #dddddd;
	margin-left: 0;
	width: 100%;
}

.whiteAndGrayTable * {
	list-style: none;
	line-height: 1;
	font-size: 14px;
}

.whiteAndGrayTable .cta-button {
	font-size: 16px;
	padding-bottom: 0.55em;
	padding-top: 0.55em;
	padding-left: 0.55em;
}

.whiteAndGrayTable .cta-dropdown {
	vertical-align: middle;
	padding-bottom: 0.55em;
	padding-top: 0.55em;
}

.whiteAndGrayTable .cta-thin-row {
	vertical-align: middle;
	padding-bottom: 0.15em;
	padding-top: 0.15em;
}

.leftTextAlign {
	text-align: left;
}

.centerTextAlign {
	text-align: center;
}

.backToTop {
	position: fixed;
	bottom: 5em;
	right: 0px;
	text-decoration: none;
	color: gray;
	background-color: rgba(235, 235, 235, 0.80);
	font-size: 12px;
	padding: 1em;
	display: none;
}

.backToTop:hover {
	background-color: rgba(135, 135, 135, 0.50);
}

.smallScreenButtonWidth {
	width: 49%;
}

.rightBorderWhite {
	width: 10px;
	border-right-color: white !important;
}

.breakWordCustom {
	max-width: 100px;
	word-wrap: break-word;
}

.leftPadding-30 {
	padding-left: 30px;
}

.reportAvailability {
	max-height: 10px;
	min-width: 10px;
}

.tableDonorData {
	border: solid 1px #dddddd;
	margin-left: 0;
	width: 90%;
	margin-left: 5%;
	font-size: 15px;
}

.tableDonorData * {
	list-style: none;
	line-height: 1;
	color: #282B2E;
}

.tableDonorData .title {
	background-color: #dddddd;
	padding: 0.6375em 1.25em;
	text-align: right;
	font-weight: bold;
	font-size: 13px;
	border-bottom: solid 2px white
}

.tableDonorData .title-small {
	background-color: #dddddd;
	padding: 0.6375em 1.25em;
	text-align: center;
	font-weight: bold;
	font-size: 13px;
	border-bottom: solid 2px white
}

.tableDonorData .price {
	background-color: #eeeeee;
	padding: 0.9375em 1.25em;
	text-align: center;
	color: #333333;
	font-weight: normal;
	font-size: 1.25em;
}

.tableDonorData .description {
	background-color: white;
	padding: 0.9375em;
	text-align: center;
	color: #777777;
	font-size: 0.75em;
	font-weight: normal;
	line-height: 1.4;
	border-bottom: solid 1px #dddddd;
}

.tableDonorData .bullet-item {
	background-color: white;
	padding: 0.6375em 1.25em;
	text-align: left;
	color: #333333;
	font-size: 14px;
	font-weight: normal;
	border-bottom: solid 1px #dddddd;
}

.tableDonorData .bullet-item-small {
	background-color: white;
	padding: 0.6375em 1.25em;
	text-align: center;
	color: #333333;
	font-size: 14px;
	font-weight: normal;
	border-bottom: solid 1px #dddddd;
}

.tableDonorData .cta-button {
	background-color: whitesmoke;
	text-align: center;
	padding: 1.25em 1.25em 0;
}

.tableDonorData .cta-dropdown {
	background-color: whitesmoke;
	vertical-align: middle;
	padding-bottom: 0.25em;
	padding-top: 0.25em;
	padding-left: 1.25em;
	border-bottom: solid 1px #dddddd;
}

.tableDonorData .cta-dropdown-small {
	background-color: whitesmoke;
	vertical-align: middle;
	text-align: left;
	padding-bottom: 0.25em;
	padding-top: 0.25em;
	padding-left: 20%;
	padding-right: 20%;
	border-bottom: solid 1px #dddddd;
}

.fontSize-13 {
	font-size: 13px;
}

.marginTop-10 {
	margin-top: 10px;
}

.leftPadding-20 {
	padding-left: 20px;
}

.pricing-table .title-custom {
	background-color: #dddddd;
	padding: 0.9375em 1.25em;
	text-align: center;
	color: #333333;
	font-weight: bold;
	font-size: 1em;
	font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}

.displayNone {
	display: none;
}

.htmlCaption1 {
	width: 177px;
	height: 285px;
	display: inline-block;
	background: white
		url(../img/common/slider/custom_img/caption1.png)
		no-repeat 0 0;
	border-radius: 4px;
}

.htmlCaption2 {
	width: 121px;
	height: 168px;
	display: inline-block;
	background: white
		url(../img/common/slider/custom_img/caption2.png)
		no-repeat 0 0;
	border-radius: 4px;
}

.htmlCaption3 {
	width: 190px;
	height: 240px;
	display: inline-block;
	background: white
		url(../img/common/slider/custom_img/caption3.png)
		no-repeat 0 0;
	border-radius: 4px;
}

.htmlCaption4 {
	width: 190px;
	height: 240px;
	display: inline-block;
	background: white
		url(../img/common/slider/custom_img/caption4.png)
		no-repeat 0 0;
	border-radius: 4px;
}

.redColorCustom {
	color: #c60f13;
}

.imageTooltipCustom {
	float: right;
	width: 50px;
	margin-left: 2px
}

.pricingTableFirstTd {
	color: #c60f13;
	font-size: 14px;
}

.pricingTableSecondTd {
	vertical-align: middle;
	font-size: 14px;
}

.fontSize-14 {
	font-size: 14px;
}

.noBorderAndBottomMargin {
	margin-bottom: 0;
	border: 0px;
}

.paddingTop-0_4 {
	padding-top: 0.4em !important;
}

.padding-0 {
	padding: 0 !important;
}

.lableStyleSearchError {
	color: red;
	visibility: hidden;
}

.centerTableData {
	text-align: center;
}

.centerTableData td th tr {
	text-align: center;
}

.contentMap {
	height: 450px;
	margin: 0;
	margin-bottom: 0px;
	width: auto;
}

.row .rowCustomMargin {
	margin: 0 -0.5em;
}

.showMap tr:first-child {
	vertical-align: top;
}

.showMap td:first-child {
	width: 35%;
}

.showMap td:nth-child(2) {
	width: 65%;
	border: 1px solid #A2A4AB;
}

.grayBorder-1 {
	border: 1px solid #dddddd;
}

.geoLocationData {
	text-indent: 20px;
	text-align: middle;
	border: 0px solid #666;
	width: 100%;
	height: 100px;
	overflow: auto;
}

.grayBorder-0 {
	border: 0px solid #dddddd;
}

.emptySpaceHeight-100 {
	width: 100%;
	height: 100px;
}

.smallAndTouchScreenButton {
	width: 100%;
	height: 40px;
}

.widthOnePercent {
	width: 1%;
}

.scrollbarSizeBigScreen {
	width: 100%;
	height: 380px;
	overflow: auto;
}

.scrollbarSizeSmallScreen {
	width: 100%;
	height: 200px;
	overflow: auto;
}

.tableCustomTs {
	border-style: solid;
	border-width: 1px;
	border-color: #d9d9d9;
	text-align: center;
	width: 100%;
}

.tableCustomTs tr td {
	border-style: solid;
	border-width: 1px;
	border-color: #d9d9d9;
	text-align: center;
}

.tableInnerCustom {
	border-style: solid;
	border-width: 0px;
	border-color: #d9d9d9;
	text-align: center;
	width: 100%;
}

.tableInnerCustom tr td {
	border-style: solid;
	border-width: 0px;
	border-color: #d9d9d9;
	text-align: center;
	border-right: 0px;
	border-bottom: 1px solid #d9d9d9;
	font-size: 15px;
}

.padErrorDiv {
	width: 96%;
	padding-left: 2%;
}

.tooltipLabelCustom {
	margin-top: -2px
}

.noMargin {
	margin: 0 0 0 0 !important;
}

.noMarginBottom {
	margin-bottom: 0 !important;
}

.height-30 {
	height: 30px;
}

.height-10 {
	height: 10px;
}

.roundedDiv {
	margin-left: 0px;
	border: 1px solid #A2A4AB;
	border-top-left-radius: 10px 10px;
	height: auto;
	min-height: 500px;
}

.divCustomMargin {
	margin: 0.2em 0 !important;
}

.noBorder {
	border: 0px;
}

.leftMarginMinus-4 {
	margin-left: -4px
}

.greenColorCustom {
	color: #298A08
}

.greenCursor {
	color: #298A08;
	cursor: pointer
}

.redCursor {
	color: #B40404;
	cursor: pointer
}

.leftMarginMinus-12 {
	margin-left: -12px
}

.errorDivCustom {
	position: relative;
	bottom: 0;
	margin-left: -7px;
}

.buttonNoMargin {
	margin: 0;
}

.formNoMargin {
	margin: 0;
}

.markedMenuEntry {
	background-image: linear-gradient(rgb(218, 35, 50), rgb(189, 3, 18) 60%, rgb(164, 0, 13));
}

.markedMenuEntry a {
	color: white !important;
}

.signBtnSmall {
	background-image: linear-gradient(rgb(218, 35, 50), rgb(189, 3, 18) 60%, rgb(164, 0, 13));
	width: 49%; 
	font-size: 0.85em; 
	font-weight: 500;
}

.insertMarginBottom {
	margin: 0 0 1em 0;
}

@media ( min-width : 40.063em) {
	.insertMarginBottom {
		margin: 0;
	}
}

.button.customColor {
	background-color: #333333;
	border-color: #333333;
	color: #eeeeee;
}

.button.customColor:hover, .button.customColor:focus {
	background-color: #4d4d4d;
}

.button.customColor:hover, .button.customColor:focus {
	color: #eeeeee;
}

.noBorderRadius {
	border-radius: 0px;
}

.tableAwardTypes {
	width: 100%;
	margin-left: 0;
}

.noWrap {
	white-space: nowrap;
}

@media ( min-width : 40.063em) {
	.align-right-medium-up {
		float: right !important;
	}
}

.maxWidthNone {
	max-width: none;
}

select {
	font-size: 0.85em;
	margin: 0 0 1rem 0;
}

textarea {
	font-size: 0.875em;
}

.whiteButton {
	border-radius: 1px;
	margin: 0em;
	color: black;
	border-style: solid;
	border-color: #7b7b7b;
	border-width: 1px;
	background: white;
}

.button.whiteButton:hover, .button.whiteButton:focus, .button.whiteButton:hover, .button.whiteButton:focus {
	background-color: black;
	color: white;
}

.button.whiteButton:hover, .button.whiteButton:focus, .button.whiteButton:hover, .button.whiteButton:focus {
	color: #333333;
	color: white;
}

.button.disabled.whiteButton, .button[disabled].whiteButton, .button.disabled.whiteButton, .button[disabled].whiteButton {
      background-color: white;
      border-color: #b9b9b9;
      color: #333333;
      cursor: default;
      opacity: 0.7;
      box-shadow: none; 
}
      
.button.disabled.whiteButton:hover, .button.disabled.whiteButton:focus, .button[disabled].whiteButton:hover, .button[disabled].whiteButton:focus, .button.disabled.whiteButton:hover, .button.disabled.whiteButton:focus, .button[disabled].whiteButton:hover, .button[disabled].whiteButton:focus {
        background-color: #b9b9b9; 
}
        
.button.disabled.whiteButton:hover, .button.disabled.whiteButton:focus, .button[disabled].whiteButton:hover, .button[disabled].whiteButton:focus, .button.disabled.whiteButton:hover, .button.disabled.whiteButton:focus, .button[disabled].whiteButton:hover, .button[disabled].whiteButton:focus {
        color: #333333; 
}
        
.button.disabled.whiteButton:hover, .button.disabled.whiteButton:focus, .button[disabled].whiteButton:hover, .button[disabled].whiteButton:focus, .button.disabled.whiteButton:hover, .button.disabled.whiteButton:focus, .button[disabled].whiteButton:hover, .button[disabled].whiteButton:focus {
        background-color: white; 
}

.customButton {
	background-image: url('../../img/csp/question_mark.jpg');	
	background-size: 3em 2.7em;
 	width: 3em;
 	padding-right: 0;
 	maRGIN-left: 10px;
 	height:2.9em;
 	margin: 0;
 	border: 0;
	background-color:white; 
	background-repeat: no-repeat;
	background-position:center;
}

.customButton:hover {
	border: none;
	background-image: url('../../img/csp/question_mark.jpg');
		background-color:white; 	
}

.customButton:focus {outline:0;}

.customButton:focus {
	border: none;
}

@media ( min-width : 40.063em) {
	.paddingRemover {
		padding: 0 !important;
	}
}

.bulletErrorButton {
	background-color: #FD9898 !important;
}

.bulletErrorButton:hover {
	background-color: #FF7777 !important;
}

.bulletWarningButton {
	background-color: #F5D396 !important;
}

.bulletWarningButton:hover {
	background-color: #EFBE65 !important;
}

.bulletInfoButton {
	background-color: #94D494 !important;
}

.bulletInfoButton:hover {
	background-color: #61B361 !important;
}

.forceHide {
	display: none !important;
}

.expandField {
	width: 100% !important;
}

.noPaddingLeft {
	padding-left: 0em !important;
}

.noPaddingRight {
	padding-right: 0em !important;
}

.timeZoneCustom {
	text-transform: uppercase;
	color: #878787;
}


.customFieldSet {
	padding-left: 1.625em; 
	padding-right: 1.625em;  
	border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

.redColor {
	color: #B40404 !important;
}

.languages_holder {
	display: table-cell;
	/* height: 70px; */
	vertical-align: middle;
}

.languages_holder .dropdown_languages { 
	cursor: pointer;
}

/* .languages_holder .dropdown_languages_content {
	position: absolute;
	display: none;
	width: 100px;
	z-index: 999;
	box-shadow: 0px 4px 40px -12px rgba(117,117,122,1);
	padding-top: 8px;
	background-color: whitesmoke;
	border: 1px solid #ccc;
}

.languages_holder .dropdown_languages_content {
  padding-left:4px;
  padding-right:4px;
  padding-bottom: 4px;
  display: block;
  color: black;
} */

.languages_holder .dropdown_languages_content {
	position: absolute;
	display: none;
	width: 100px;
	z-index: 999;
	box-shadow: 0px 4px 40px -12px rgba(117,117,122,1);
	padding-top: 4px;
	padding-left:4px;
  	padding-right:4px;
	color: black;
	background-color: whitesmoke;
	border: 1px solid #ccc;
}

.dropdown_lang {
	padding-bottom: 4px;
	width: 20px;
	display: block;
}

.customAuditNavbarStyle {
	margin-right: 0em;
}

.sub-nav.customAuditNavbarStyle dt.active a, .sub-nav.customAuditNavbarStyle dd.active a, .sub-nav.customAuditNavbarStyle li.active a {
    padding: 1.1875em 1em;
}

.sub-nav.customAuditNavbarStyle dt, .sub-nav.customAuditNavbarStyle dd, .sub-nav.customAuditNavbarStyle li {
    margin-left: 0em;
}

.aboutLabel{
	font-size: 1em;
}

.versioning{
	display: none !important;
}

.hrWidth{
	max-width: 100%
}

.aboutTitle{
	margin-left: 1%;
}

.about-footer{
	display: flex;
    flex-direction: row;
    justify-content: center;
}

.aboutDiv{
	margin-top: -1%;
}

.about-heading {
	font-size: 1.5em;
	text-align: center;
}

.about-img {
	width: 50%;
	display: block;
	margin: 0 auto 10px auto;
}

.about-support-link {
	margin-left: 2em;
	margin-top: 1em;
	display: block;
}

.aboutLabel {
	padding-left: 2em;
}

.aboutTitle {
	text-align: center;
}

@media screen and (min-width: 1024px) and (max-width: 1300px) {
	.aboutLabel {
		padding-left: 4em;
	}
	.about-support-link {
		margin-left: 4em;
	}
}

.up-5 {
	margin-top: -5px;
	margin-bottom: 10px;
	max-width: none;
}