html{
	background: url(../images/bg.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
    height: 100%;
}
.not-home{
	background: #fff;
}
body{
	min-height: 100%;
}
.back_mask {
z-index: -990;
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: url(../images/bg_mask.png);
}
.not-home .back_mask{
	background: none;
	background-color: rgb(249,249,249);
}
#header{
	background: rgba(255,255,255, 0.6);
}
.not-home #header{
	background-color: #fff;
	-moz-box-shadow: 0px 1px 2px #e9e9e9;
	-webkit-box-shadow: 0px 1px 2px #e9e9e9;
	box-shadow: 0px 1px 2px #e9e9e9;
}
.login-top{
	text-align: center;
}
.logo{
	margin-bottom: 10px;
	padding-top: 10px;
}
.input-date{width: 262px;}
.logo a{
	text-indent: -99999px;
	background: url(../images/logonew.png) no-repeat;
	display: inline-block;
	display: block;
	width: 200px;
}
.easyread{
	color: #fff;
}
.easyread span{
	/*background: rgba(0,0,0,0.3);*/
}
.registerorlogin{
	text-align: center;
}
.registerorlogin .but-submit{
	/*display: block;
*/	padding: 10px 10px 10px 10px;
	margin-top: 20px!important;
}
.registerorlogin span{
	background: rgba(255,255,255,1);
	padding: 20px 10px 5px 10px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
}
.registerorlogin a{
	/*text-transform: uppercase;
	font-weight: 600;*/
	text-decoration: none;
	border-bottom: 1px dotted;
	color: #FF2D2D;
}
#article{
	padding-top: 80px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	position: relative;
	min-height: 650px;
}
.not-home #article{
	padding-top:20px;
}
.form{
	position: relative;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-color: #fff;
	-moz-box-shadow: 0 1px 2px rgba(66,66,66,.38);
	-webkit-box-shadow: 0 1px 2px rgba(66,66,66,.38);
	box-shadow: 0 1px 2px rgba(66,66,66,.38);
}
.titleLogon{
	background-color: #323232!important;
}
.title{
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-color: #d10000;
	font-size: 20px;
	padding-left: 25px;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
}
.certicatelogin:link, .certicatelogin:active, .certicatelogin:visited{
	position: absolute;
	top: 15px;
	right: 25px;
	text-decoration: none;
	color: #fff;
	border-bottom: 1px dotted #fff;
}
.certicatelogin:hover{
	color: rgba(255,255,255,0.6);
		-webkit-transition: all 0.5s ease-in-out;
     -moz-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out;
}
.inputcontentbackground
{
    background-color:#eeece2;
}
.inputcontent{
	padding: 0px 25px;
	padding-bottom: 25px;
}
.inputcontent a{
	color: #0048ff;
	text-decoration: none;
	border-bottom: 1px dotted #d10000;
}
.inputcontent input{
	display: block;
	border: 1px solid #cccccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;

}
::-webkit-input-placeholder { /* WebKit browsers */
    color:    #7c7c7c;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #7c7c7c;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #7c7c7c;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #7c7c7c;
}
.inputcontent .inputin{
	padding: 10px 0px 10px 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 100%;
}
.cantaccess{
	display: inline-block;
	margin-top: 10px;
}

.registerLink
{
    color:#fff!important;
}

.but-submit{
	width: 92px;
	/*height: 41px;*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #d30000;
	-webkit-box-shadow: 0 1px 1px rgba(153,153,153,.75);
	-moz-box-shadow: 0 1px 1px rgba(153,153,153,.75);
	box-shadow: 0 1px 1px rgba(153,153,153,.75);
	color: #fff!important;
	font-size: 14px;
	font-weight: 300;
}
.but-submit:hover{
	-webkit-transition: all 0.5s ease-in-out;
     -moz-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out;
          background-color: #ff3f3f;

}

.textcontent{
	color:#fff;
}
.textcontent h1{
	font-weight: 700;
}
.textcontent p{
	font-weight: 400;
}
.from{
	font-weight: 400;
	font-style: italic;;
}
.frombrand li{
	display: inline;
}
.navigation-pryma{
	border-right: 5px solid #ff0000;
}
.navigation-pryma li{
	border-top: 1px solid #dbdbdb;
	margin-bottom: 0px;
}
.navigation-pryma li:hover{
	background-color: red;
	border-top: none;
}
.navigation-pryma li a{
	padding: 12px 0px 12px 5px;
	text-decoration: none;
	color: #333333;
	display: block;
}
.navigation-pryma li a:hover{
	color: #fff;
}
.navigation-pryma li.active{
	background-color: red;
}
.navigation-pryma li.active a{
	text-decoration: none;
	color: #fff;
}

.navigation-pryma li:first-child{
	border-top: none;
}
.head-tit{
	border-bottom: 1px solid #cccccc;
}
.tit-name{
	float: left;
}
.content-tit{
	margin-top: 20px;
}
.but-save{
	float: right;
	width: 150px;
	text-align: center;
	margin-top: 5px;
}
.but-save input{
	padding: 5px;
	background-color: red;
	text-decoration: none;
	color: #fff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
}
.but-send input{
	padding: 5px;
	background-color: red;
	text-decoration: none;
	color: #fff!important;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	margin-left: 10px;
}


.ov-hd{
}
.inputs{
	padding: 7px;
	width: 100%;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	outline: none;
	border: none;
	border: 1px solid #cccccc;
	max-width: 460px;
	-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
textarea.inputss{
	width: 100%;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-color: #cccccc;
	-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.profile-view h4{
	margin-top: 20px;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 20px;
}
#footer{
	background-color: rgba(0,0,0,0.5);
	position: fixed;
	width: 100%;
	bottom: 0px;
	color: #fff;
}
.not-home #footer{
	background: #000;
}
.clear{
clear: both;
}
.logo-wisekey{
	display: inline-block;
	width: 52px;
	height: 25px;
	background: url(../images/wisekey-logo.png) no-repeat center center;
	text-indent: -9999px;
}
.logo-wisekey:hover{
	background: none;
	text-indent: 0px;
	color: #fff;
	-webkit-transition: all 0.5s ease-in-out;
     -moz-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out;
}
.copyright{
	margin-top: 5px;
}
.cid-page{
		margin-bottom: 0;
}
.cid-page li{
	display: inline-table;
	margin-right: 7px;
	margin-top: 5px;
}
.cid-page li a{
	color: #fff;
	text-decoration: none;
}
.cid-page li a:hover{
	opacity: 0.5;
	-webkit-transition: all 0.2s ease-in-out;
     -moz-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}
.other-product{
	margin-bottom: 0px;
	margin-top: 5px;
}
.other-product li{
	display: inline;
	display: inline-table;
	margin-top: 5px;
	margin-right: 10px;
}
.brand{
	color: #ff0000;
	font-weight: bold;
}
.other-product li a{
	color: #ff0000;
	text-decoration: none;
}
.other-product li a:hover{
	opacity: 0.5;
	-webkit-transition: all 0.2s ease-in-out;
     -moz-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}
.not-home #footer{
	position: relative;
}
.minw{
	min-height: 500px;
}
.login-top{
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	padding-bottom: 15px;
}
.login-top h4{
	border-bottom: 1px solid red;
	display: inline-block;
}
.login-top a{
	color: red;
	text-decoration: none;
}
.tinynav1{
	width: 100%;
	margin-bottom: 20px;
	display: none;
}


/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
		/*#footer{
			position: relative;
		}*/
		.but-save{
			width: 130px;
		}
	}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
		h1.logo{
			text-align: center;
		}
		.registerorlogin{
			float: none;
			text-align: center!important;
			margin-bottom: 10px;
		}
		#footer{
			position: relative;
		}
		.but-save{
			width: 100px;
		}
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
		#footer{
			position: relative;
		}
		textarea.inputss{
			margin-top: 20px;
		}
		.avatar{
			margin-top: 20px;
		}
		.but-send input{
			display: inline;
			margin-left: 0px;
			margin-top: 20px!important;
		}
		.navigation-pryma{display: none;}
		.login-top{display: none;}
		.tinynav1{display: block;}
	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
		#footer{
			position: relative;
		}
		.but-save{
			width: 100px;
		}
		textarea.inputss{
			margin-top: 20px;
		}
		.avatar{
			margin-top: 20px;
		}
		.navigation-pryma{display: none;}
		.login-top{display: none;}
		.tinynav1{display: block;}
		
	}
	
table.grid
{
    
}

.Grid .GridHeader
{
    font-weight: bold;
    background-color: #ebe5cf;
    height:25px; 
}
.Grid .GridHeader td
{
     border-right: solid 1px #FFFFFF;   
}
.Grid .GridHeader td:last-child,.Grid .GridItem td:last-child, .Grid .GridAltItem td:last-child
{
    border:none;    
}
.Grid .GridItem td, .Grid .GridAltItem td
{
    text-align:left;
    height:25px;
    border-right: solid 1px #FFFFFF;
    padding-left:3px;
}

.Grid .GridItem td:last-child,.Grid .GridItem td:first-child,.Grid .GridAltItem td:last-child,.Grid .GridAltItem td:first-child
{
    text-align:center !important;    
}

.Grid .GridItem td img, .Grid .GridAltItem td img
{
    margin-top:10px;    
}
.pnlPager
{
    padding:5px 0px;    
}
.pnlPager a
{
    font-size:14px;
    padding:0px 5px;    
}
#tinynav2{display:none;width: 99%; margin:10px 0px; padding:2px;}
.profile-menu{
	border-right:5px solid #ff0000;
}
.profile-menu li{
	
	margin:0px;
	border-bottom:1px solid #dbdbdb;
	
	padding-left:5px;
	cursor:pointer;
}
.profile-menu li a{
	line-height:35px;
	width:auto;
}
.profile-menu li.active,.profile-menu li:hover{
	background:#ff0000;
	
}
.profile-menu li.active a ,.profile-menu li:hover a {
	color:#fff;
}