<!--- Styles --->

/* Sortable tables 
table.sortable thead {
	background:url(/idv5xe/images/menu_bg.gif);*/
    /*background-color:#eee;*/
    /*color:white;
    font-weight: bold;
    cursor: default;
}*/

.shadow1 {
  -moz-box-shadow:    3px 3px 5px 6px #ccc;
  -webkit-box-shadow: 3px 3px 5px 6px #ccc;
  box-shadow:         3px 3px 5px 6px #ccc;
  border-radius: 	  10px 10px 10px 10px;
}

.submenu{margin-bottom: 0.5em;}
.input{
	/*font-family: "Tahoma";
	font-size:11px; 
	
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	border: 1px solid #C0C0BA;
	padding: 2px 3px 3px;
	box-shadow: inset -1px -1px 1px #ccc;*/
	text-transform:uppercase;
	border: 1px solid #cccccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    font-size: 14px;
    height: 28px;
    line-height: 1.42857;
    padding: 1px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    vertical-align: middle;
}
	
.input:focus {
	border-color: #CCCCCC;
	/*box-shadow: none !important;*/
	background-color:#FF9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.input:hover {
	/*color			: black;
	border			: 1px solid #000099;
	background-color: #66FFFF;*/
}

.input2{
	/*font-family: "Tahoma";
	font-size:11px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px; 
	border: 1px solid #C0C0BA;
	padding: 2px 3px 3px;
	box-shadow: inset -1px -1px 1px #ccc;*/
	border: 1px solid #cccccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    font-size: 14px;
    height: 28px;
    line-height: 1.42857;
    padding: 1px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    vertical-align: middle;
}
	
.input2:focus {
	border-color: #CCCCCC;
	/*box-shadow: none !important;*/
	background-color:#FF9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.input2:hover {
	/*color			: red;
	border			: 1px solid #000099;
	background-color: #66FFFF;*/
}

.image{
	height			: 90px; 
	width			: 90px;
	border-radius	: 10px;
	box-shadow			: 2px 2px 2px #003;
	position: relative;
    border: 1px solid rgba(255, 255, 255, 0.1); border-bottom: 0;
    -webkit-background-origin: border-box;
    -moz-background-origin: border;
    background-origin: border-box;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255, 255, 255, .15)), to(rgba(0, 0, 0, .25))), -webkit-gradient(linear, left top, right bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(0.5, rgba(255, 255, 255, .15)), color-stop(0.501, rgba(255, 255, 255, 0)), color-stop(1, rgba(255, 255, 255, 0)));
    background: -moz-linear-gradient(top, rgba(255, 255, 255, .15), rgba(0, 0, 0, .25)), -moz-linear-gradient(left top, rgba(255, 255, 255, 0), rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0));
    background: linear-gradient(top, rgba(255, 255, 255, .15), rgba(0, 0, 0, .25)), linear-gradient(left top, rgba(255, 255, 255, 0), rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0));
}

.MainContent, table.sortable {
	font-family					: Tahoma; 
	font-size					: 11px;
	border-top-left-radius		: 5px;
	border-top-right-radius		: 5px;
	border-bottom-right-radius	: 5px;
	border-bottom-left-radius	: 5px;
	width						: 98%;
	/*background-color:#F5FEFB;*/
}

.MainContent tbody > tr > td, 
.MainContent thead > tr > th {
	line-height: 1.42857;
    padding: 2px 6px;
}

.MainContent2 {
	font-family					: Tahoma; 
	font-size					: 11px;
	border-top-left-radius		: 5px;
	border-top-right-radius		: 5px;
	border-bottom-right-radius	: 5px;
	border-bottom-left-radius	: 5px;
	background-color:#F5FEFB;
}

.containerSPP {
	background-color:#FFD700;
	padding-left:30px;
	padding-right:30px;
	padding-top:50px;
	padding-bottom:50px;
	font-family:Tahoma; 
	font-size					: 11px;
	border-top-left-radius		: 60px 90px;
	border-top-right-radius		: 5px;
	border-bottom-right-radius	: 60px 90px;
	border-bottom-left-radius	: 5px;	
	box-shadow					: 3px 3px 5px white;
	position: relative;
    border: 1px solid rgba(255, 255, 255, 0.1); border-bottom: 0;
    -webkit-background-origin: border-box;
    -moz-background-origin: border;
    background-origin: border-box;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255, 255, 255, .15)), to(rgba(0, 0, 0, .25))), -webkit-gradient(linear, left top, right bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(0.5, rgba(255, 255, 255, .15)), color-stop(0.501, rgba(255, 255, 255, 0)), color-stop(1, rgba(255, 255, 255, 0)));
    background: -moz-linear-gradient(top, rgba(255, 255, 255, .15), rgba(0, 0, 0, .25)), -moz-linear-gradient(left top, rgba(255, 255, 255, 0), rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0));
    background: linear-gradient(top, rgba(255, 255, 255, .15), rgba(0, 0, 0, .25)), linear-gradient(left top, rgba(255, 255, 255, 0), rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0));
}

/*.MainContent table tr:last-child td:last-child {
	border-bottom-right-radius: 10px;
}*/

.column 		{
	/*background-color:#069; 
	border-color:#dfe8ee; 
	font-weight:bold; 
	color:white; 
	border-top-right-radius:5px; 
	text-shadow:1px 1px 1px black*/
	background-color: #5e87b0 !important;
    border-bottom: 1px solid #507aa4;
    color: #ffffff !important;
}
.column2 		{background-color:#F8F8F8; border-color:#dfe8ee; font-weight:bold; color:black; border-top-right-radius:5px; text-shadow:1px 1px 1px grey}

.x-grid-row td 		{white-space:normal; text-decoration: none;}
.x-grid-hd-text 	{background-color: #000099; color: #FFFF66; font-size: 80%; font-weight: bold;}
.x-grid-hd 			{text-align:center;}
.x-grid-row-over td {background:#FF9900;}
.x-grid-hd-over .x-grid-hd-text {background:#FF9900; color: black;}

#button 		{
	/*font-family			: Tahoma;
	font-weight 		: bold; 
	font-size			: 11px; 
	width				: 150px; 
	height				: 30px;
	background			: url(/idv5xe/images/chromebg2-over.gif) repeat-x;
	border				: 1px solid;
	border-color		: #c4cccc #acb5b5 #6f7777 #acb5b5;
	-webkit-box-shadow	: 0 1px 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow		: 0 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow			: 0 1px 2px #AAA; 
	border-radius		: 5px;*/
	font-family: "Segoe UI","Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #ffffff;
	background-color: #5e87b0;
	border-color: #507aa4;
	
	display: inline-block;
	padding: 3px 9px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.428571429;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	border: 1px solid transparent;
	border-radius: 4px;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

#button:hover{
	/*outline-width	: 1px;
	text-decoration	: none;
	background-color: #FFF;
	color 			: #000099;
	border-top-left-radius:12px; 
	border-bottom-right-radius:12px; 
	border-top-right-radius:5px;
	border-bottom-left-radius:5px;
	box-shadow: 1px 1px 1px #000099;*/
	color: #ffffff;
  background-color: #4b739a;
  border-color: #3c5c7b;
}

#button-delete	{
	font-family: "Segoe UI","Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #ffffff;
	background-color: #e25856;
	border-color: #de4240;
	
	display: inline-block;
	padding: 3px 9px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.428571429;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	border: 1px solid transparent;
	border-radius: 4px;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

#button-delete:hover{
	color: #ffffff;
  	background-color: #dc3633;
  	border-color: #c02321;
}

#button-success	{
	font-family: "Segoe UI","Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #ffffff;
	background-color: #48c26e;
	border-color: #45b86a;
	
	display: inline-block;
	padding: 3px 9px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.428571429;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	border: 1px solid transparent;
	border-radius: 4px;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

#button-success:hover{
	color: #ffffff;
  	background-color: #45b86a;
  	border-color: #48c26e;
}

#button2 		{
	font-family			: Tahoma;
	font-weight 		: bold; 
	font-size			: 11px; 
	width				: 100px; 
	height				: 25px;
	background			: url(/idv5xe/images/chromebg2-over.gif) repeat-x;
	border				: 1px solid;
	border-color		: #c4cccc #acb5b5 #6f7777 #acb5b5;
	-webkit-box-shadow	: 0 1px 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow		: 0 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow			: 0 1px 2px #AAA;
	border-top-left-radius:12px; 
	border-bottom-right-radius:12px; 
	border-top-right-radius:5px;
	border-bottom-left-radius:5px;
}
#button2:hover{
	outline-width	: 1px;
	text-decoration	: none;
	background-color: #FFF;
	color 			: #000099;
	border-top-left-radius:12px; 
	border-bottom-right-radius:12px; 
	border-top-right-radius:5px;
	border-bottom-left-radius:5px;
	box-shadow: 1px 1px 1px #000099;
}

.banner{
	background			: url(/idv5xe/images/bannerLine.png) repeat-x;
}

.imgPartner img{
	opacity: 0.8;
	float: left;
    margin: 5px;
	height: 47px;
    -webkit-transition: margin 0.5s ease-out;
    -moz-transition: margin 0.5s ease-out;
    -o-transition: margin 0.5s ease-out;
	border-radius:15px;
	box-shadow: 2px 2px 2px black;	
	
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255, 255, 255, .15)), to(rgba(0, 0, 0, .25))), -webkit-gradient(linear, left top, right bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(0.5, rgba(255, 255, 255, .15)), color-stop(0.501, rgba(255, 255, 255, 0)), color-stop(1, rgba(255, 255, 255, 0)));
    background: -moz-linear-gradient(top, rgba(255, 255, 255, .15), rgba(0, 0, 0, .25)), -moz-linear-gradient(left top, rgba(255, 255, 255, 0), rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0));
    background: linear-gradient(top, rgba(255, 255, 255, .15), rgba(0, 0, 0, .25)), linear-gradient(left top, rgba(255, 255, 255, 0), rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0));
	background-color:white;
	
	-webkit-box-reflect: below 5px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(.7, transparent), to(rgba(0,0,0,0.1)));
}

.imgPartner img:hover {
	opacity: 1;
    margin-top: 2px;
	box-shadow: 2px 2px 2px red;
	
	-webkit-box-reflect: below 5px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(.7, transparent), to(rgba(0,0,0,0.4)));
}

.imgContent img{
	opacity: 0.8;
    margin: 5px;
    -webkit-transition: margin 0.5s ease-out;
    -moz-transition: margin 0.5s ease-out;
    -o-transition: margin 0.5s ease-out;
	border-radius:15px;
	box-shadow: 2px 2px 2px black;	
	
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255, 255, 255, .15)), to(rgba(0, 0, 0, .25))), -webkit-gradient(linear, left top, right bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(0.5, rgba(255, 255, 255, .15)), color-stop(0.501, rgba(255, 255, 255, 0)), color-stop(1, rgba(255, 255, 255, 0)));
    background: -moz-linear-gradient(top, rgba(255, 255, 255, .15), rgba(0, 0, 0, .25)), -moz-linear-gradient(left top, rgba(255, 255, 255, 0), rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0));
    background: linear-gradient(top, rgba(255, 255, 255, .15), rgba(0, 0, 0, .25)), linear-gradient(left top, rgba(255, 255, 255, 0), rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0));
	background-color:white;
	
	-webkit-box-reflect: below 5px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(.7, transparent), to(rgba(0,0,0,0.1)));
}

.imgContent img:hover {
	opacity: 1;
    margin-top: 2px;
	box-shadow: 2px 2px 2px red;
	
	-webkit-box-reflect: below 5px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(.7, transparent), to(rgba(0,0,0,0.4)));
}

.iconClient {
	opacity: 0.8;
    margin: 5px;
	height:40px;
	width:40px;
    -webkit-transition: margin 0.5s ease-out;
    -moz-transition: margin 0.5s ease-out;
    -o-transition: margin 0.5s ease-out;
	border-radius:10px;
	box-shadow: 2px 2px 2px black;
	
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255, 255, 255, .15)), to(rgba(0, 0, 0, .25))), -webkit-gradient(linear, left top, right bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(0.5, rgba(255, 255, 255, .15)), color-stop(0.501, rgba(255, 255, 255, 0)), color-stop(1, rgba(255, 255, 255, 0)));
    background: -moz-linear-gradient(top, rgba(255, 255, 255, .15), rgba(0, 0, 0, .25)), -moz-linear-gradient(left top, rgba(255, 255, 255, 0), rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0));
    background: linear-gradient(top, rgba(255, 255, 255, .15), rgba(0, 0, 0, .25)), linear-gradient(left top, rgba(255, 255, 255, 0), rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0));
	background-color:white;
	
	-webkit-box-reflect: below 5px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(.7, transparent), to(rgba(0,0,0,0.1)));
}

.iconClient:hover {
	margin-top: -2px;
	opacity: 1;
    box-shadow: 2px 2px 2px maroon;
	-webkit-box-reflect: below 5px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(.7, transparent), to(rgba(0,0,0,0.4)));
}