.__modal{
	z-index: 100000000;
	background-color: white;
	box-shadow: 1px 4px 14px 2px rgba(0,0,0,0.5);
}

.__modal header{
    min-width: 310px;
    background-color: #404040;
}

.__modal header div{
	padding: 3px 15px;
	font: normal 14px Tahoma;
/* 	color: #00b1a8; */
        color: white;
}

.__modal header .__closeButton{
	float: right;
    background-size: 22px;
	background-image: url(/s/?_=p&hash=default_close_white&width=22);
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
}

.__modal header .__fullScreenButton{
	float: left;
	background-image: url(/s/?_=p&hash=full_screen_white&width=22);
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
}

.__modal header .__title {
	padding-left: 45px;
	cursor: move;
/* 	text-shadow: 1px 0 #bbb; */
}

/*.__modal header .downloadButton{
	float: right;
	background-image: url( ../images/icons/16px/save.png );
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
	padding-right: 0px;
}*/

.__modal form {
	padding: 0px;
	font-size: 11px;
	color: #043255;
/*  	background-color: #eee; */
	padding: 0 10px 10px;
}

/*.__modal .description {
	padding: 10px;
	font-size: 11px;
	color: #043255;
}

.__modal .downloadContainer {
	width: 300px;
	padding: 20px;
}

.__modal p {
	margin: 0px;
	padding-bottom: 9px;
}

.__modal p:last-child {
	padding-bottom: 0;
}

.__modal > section.infoSection, .__modal > section > .descriptionModal {
	font: normal 12px arial,sans-serif;
	color: #043255;
	padding: 10px;
}

.__modal > section.infoSection form {
	background: none;
} 

.__modal > section.infoSection form .__genericInput > div {
	padding-left: 0px;
}

.__modal > section {
	overflow: hidden;
}


.__modal header .card {
	padding-left: 0px;
}

.__modal header .card {
	width: 44%;
	float: left;
	border-bottom: 1px solid #bcbec0;
}

.__modal section .card div:not(:last-child) {
	float: left;
	padding: 5px;
}

.__modal section .card {
	padding-bottom: 15px;
}

.__modal section .card label {
	padding-bottom: 2px;
}

.__modal .card label {
	color: #043255;
	font-size: 12px;
	display: block;
}

.__modal .card span {
	color: #00b1a8;
	font-size: 14px;
}

.__modal .accordionPanel {
	padding: 10px 0; 
}

.__modal .scollCard p {
	padding-left: 5px;
}

.__modal select, .contextModal select{
	border: 1px solid #aaa;
	padding: 0 5px;
	background-color: #fff;
	background-image: linear-gradient(#eee 1%, #fff 15%);
	padding: 4px 5px 5px;
}*/
