﻿
/*
*
*
* FRAMEWORK
*
*
*/


.container_12 {
    clear: both;
    margin-left: auto;
    margin-right: auto;
    width: 1300px;
}

 #foot .bgupper, #foot .bglower { 
	/*background: url("/Content/img/Sprite/background-sprite-infomatri.png") repeat-x scroll #F8F8F8;*/
	background-color: #F8F8F8;
}

#frame {
	background-position:0px 0px;
}

#frame #head {
  /*background-color: #E9F1F4;
  background: -moz-linear-gradient(center top , #FBFBFB 0px, #DADADA 100%) repeat scroll 0 0 #DADADA;*/
   /*background-color: #F1F1F1;*/
  /*background-image: -moz-linear-gradient(#FAFAFA, #EAEAEA);
  background-image: -webkit-linear-gradient(top, #FAFAFA, #EAEAEA);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#EAEAEA')";
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4),0 0px 10px rgba(0, 0, 0, 0.1);*/
  
  height: 92px;
  margin: 0 auto;
  border-bottom: 1px solid #E5E5E5;
 min-width: 1300px;
}


#head #logohead { 
	margin-top:20px;
	float:left;
}

#head #shortcut UL { 
  float:left;
  font-weight:bold;
  padding-left:30px;
  
}
#head #shortcut UL:FIRST-CHILD { 
  padding-left:0;
}
#head #shortcut LI { 
	float:left;	
}
#head #shortcut A {
	font-weight:bold;
}
#head #shortcut A:HOVER {
	text-decoration:underline;
}

#head #shortcut {
	float:right;
	margin-top:26px;
	padding: 8px 18px;
	-moz-border-radius: 3px 3px 0 0;
	text-shadow: 0 -1px 0 rgba(100, 100, 100, 0.1);
	font-size: 14px;
	font-weight: bold;
    list-style-type: none;
    border: 1px solid #D8DEE2;
}
#head #shortcut a {
    color: #333;
}

#foot {
	bottom: 0;
	color: #636363;
	font-size: 12px;
	margin: 45px 0 0 0;
	position: relative;	
}

#foot .upper .links, #foot .upper .about { 
	width:170px;
}

#foot .bgupper {
  background-position: 0 -100px;
  height:1px;
}
#foot .upper {

  min-height:170px;

   color: #636363;
   font-size: 12px; 
    overflow: hidden;
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
    box-shadow: inset 0 -1px 0 white;
    min-width:960px;
    /*background-color: #FCFCFC;*/
}

#foot .upper .about {
	/*background: url("/Content/img/Sprite/infometric-1grey-45x-tra_nsp.gif") no-repeat scroll 0 0 transparent;*/
	float: left;
	height: 135px;
	margin: 10px 20px 0 0;
	text-indent: -5000px;
	font-size:16px;
}
#foot .upper .links {
	float:left;
	margin:14px 10px;
	margin-left:0;
	position:relative;
}

#foot .upper .links H4 {
	font-weight:bold;
	line-height:2.1em;
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom: thin solid #E1E1E1;
}

#foot .upper UL { 
  display:inline;
  float:left;
}
#foot .upper .terms { 
	width:510px;   
}
#foot .upper .terms LI { 
	display:inline;
	float:left;	
	margin: 0 10px 0 0;	
}





/*
*
*
* LOGIN
*
*
*/

#login { 
    margin: 60px auto;
    width: 400px;
    /*background: linear-gradient(to bottom, #E8E8E8 0%, #CCCCCC 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);*/
}
#login #loginform {
    padding: 2em;
    overflow: hidden;
    border-style: solid;
    border-width: 1px;
    border-color: #E9F1F4 #D8DEE2 #D8DEE2;
    /*border-radius: 0 0 3px 3px;*/
    /*background-color:#E9F1F4;*/
}




#lginform input:hover{
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: -webkit-linear-gradient(#0CA6DD, #0770A0);
    background-image: -moz-linear-gradient(#0CA6DD, #0770A0);
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-color: #0770A0;
    color: #FFFFFF;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
}

#login #loginform #bnlogin DIV {
	padding-top:8px;
	font-weight:bold;
	text-align:center;
}

#login H1 {	

    color: white;
    font-size: 16px;
    font-weight: bold;
    background: #ef3e42;
    background: -moz-linear-gradient(center top, #ef3e42, #ef3e42);
    background: -webkit-linear-gradient(center top, #ef3e42, #ef3e42);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ef3e42', endColorstr='#ef3e42')";
    margin: 0;
    padding: 8px 18px;
}


#login #loginform .link, #login #loginform A { 
	 font-size:90%;
	 color: #4183C4;
	 text-decoration:none;
	 font-weight:normal;
}


#login #loginform LABEL {
	color: #2F424E;
	cursor: text;
	display: inline-block;
	font-size: 110%;
    font-weight: bold;
    text-align: left;
}

#login .editor-label{
	width: 300px;
    text-align: left;
}
#login .editor-field {
    margin-left: 0;
}
#login #loginform .bgtoggle { background-color: #F7F7F7; }

#login #loginform input, #login #loginform TEXTAREA {
    font-size:14px;
    background-color: #FFFFFF;
    background-position: right center;
    background-repeat: no-repeat;
    border: 1px solid #CCCCCC;
    border-radius: 3px 3px 3px 3px;
    /*box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075) inset;*/
    color: #333333;
    min-height: 34px;
    outline: medium none;
    padding: 7px 8px;
    transition: all 0.15s ease-in 0s;
    vertical-align: middle;
    
    box-sizing: border-box;
    box-shadow:none;
}



#login #loginform input[type="submit"] {
    display: inline-block;
    width: 340px;
    height: 34px;
    padding: 0;
    position: relative;
    top: 1px;
    margin-left: 10px;
    font-family: Helvetica, arial, freesans, clean, sans-serif;
    font-weight: bold;
    font-size: 16px;
    color: #333;
   
    white-space: nowrap;
    border: none;
    overflow: visible;
    background-color: #E1E1E1;
    background-image: -moz-linear-gradient(#E1E1E1, #E1E1E1);
    background-image: -webkit-linear-gradient(#E1E1E1, #E1E1E1);
    background-image: linear-gradient(#E1E1E1, #E1E1E1);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#E1E1E1', endColorstr='#E1E1E1')";
    background-repeat: repeat-x;
    border-bottom: 1px solid #EBEBEB;
    cursor: pointer;
    margin-left: 1px;
    padding: 0px 13px;
    -webkit-font-smoothing: subpixel-antialiased !important;
     box-shadow: none;
}



#login #loginform input[type="submit"]:hover {
    color: white;
    background-color: #4183C4;
    background-image: -moz-linear-gradient(#4183C4, #4183C4);
    background-image: -webkit-linear-gradient(#4183C4, #4183C4);
    background-image: linear-gradient(#4183C4, #4183C4);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#4183C4', endColorstr='#4183C4')";
    background-repeat: repeat-x;
    text-shadow:none;
}

#login #err, #login #spinner {
	margin: 20px 0 0 0;	
	font-size: 12px;
	height: 18px;	
	float:right;
	text-align:right;
}
#login #err {
	color:Red;
	font-weight:bold; 
}

#login #spinner {
	display:none;
	background: url(/Content/img/login-loader-small.gif) no-repeat;
    width: 34px;
}

#login h1 a {
    font-size: 70%;
    font-weight: normal;
    color: #E9F1F4;
}
.display-label, .editor-label {
    margin: 1em 0 0 0;
}


/*
*
*
* CONTROLS SPECIFIK FOR PUBLIC TEMPLATE *
*
*
*/

#logo {
	padding: 20px 0 0 0;
}

