/*

    CSS Document


    Site: KEYnet 4
    Version: 1.0

    Date: 2012.12.31

*/

/* ==========================================================================
   Default
   ========================================================================== */

body {
  margin: 0;
  background: #fff;
	/*text-align: center; 	*/
}



/*
body { background: #c2c2c2; }
#placeholder-header { background: #6c6c6c; }
#top-right { background: #868686; }
#placeholder-middle-section { background: #c2c2c2; }
#content { background: #fff; }
#placeholder-footer { background: #f7941e; }
*/
/* Header
   ========================================================================== */
#logo {
    background-image: url('$Logo');
    background-size: 100px 35px;
}
#placeholder-header {
  /*height: 50px;*/
  width: 100%;
}
.global-header {
  /*background:#1476CD;*/ 
  background: #1476cd; 
  height: 25px;
}

#header {
  text-align: left;
  padding: 0px 1.5% 0px 1.5%;
  width: 97%; /* 1100px */
    margin: 0 auto;
    /*background: none repeat scroll 0% 0% #00529D;*/
    background: none repeat scroll 0% 0% #00529d;
    
    z-index: 50;
}
#header a:hover { text-decoration: none; }
#logo {
  float:left;
  padding: 0;
  position: relative;
  width: 100px; /*190px  15% / 1100px */   
  background-repeat: no-repeat;
  background-position: center center;
  width: 100px;
  height: 35px;
  padding: 0;
  margin-top: 7px;
}
#top-right {
  float:right;
  /*width: 80%; *//* 880px / 1100 px */
  width:85%;
}
#main-search {
/*  float: left;*/
  text-align: center;
  width: 100%; /* 400px / 1100px */
  /*height: 40px;*/
  background: #e9e9e9;
  padding: 10px;
}



#main-nav {
  float: left;
  /*width: 70%;*/ /* 400px / 1100px */
}

#top-tools
{
     float: right;
  height: 30px;  
  padding: 2px 0 15px 0;
  width: 50px;
}

#my-account {
 /* border-left: solid 1px #76a2c9;
  border-right: solid 1px #76a2c9;  */
  float: right;
  /*height: 30px;*/  
  /*padding: 2px 0 15px 0;*/
  text-align: right;
  /*width: 200px;*/ /* 275px / 1100px */
}
#my-account p { margin: 4px 10px 0 0; }
#my-account img {
  left:-2px;
  /*margin-right: 5px;*/
  /*position: relative;
  top:3px;*/
}
#my-account p a, #my-account p strong {
  color:#fff;
  font-weight:bold;
  font-size:12px;
}

#my-account a{
    font-size:12px;
}

#my-account strong {
    margin-right: 5px;
}

#my-account strong:after {
    content: "|";
    margin-left: 10px;
}

/* ==========================================================================
   Middle section
   ========================================================================== */
#placeholder-middle-section {
  width: 100%;
}
#middle-section {
  border-collapse: collapse;  
  display: table;
  margin: 0 auto ;
  text-align: left;  
  vertical-align: top;
  width: 97%; /* 1100px */
}
#sidebar {
  border:none;
  display: table-cell;
  min-height: 500px;    
  /*padding: 50px 13.636363636364% 0 0;*/ /* 30px / 220px */   
  /*padding: 50px 2.727272727273% 0 0;*/ /* 30px / 1100px */
  vertical-align: top;
  width: 20%; /* 220px / 1100px */   
}

#content {
  border-collapse: collapse;
  display: table-cell;
  min-height: 500px;   
  /*padding-top: 50px;  */
  padding-top: 25px;  
  padding-left:20px; /* 30px / 1100px */  
  text-align: left;
  vertical-align: top;
  /*width: 80%;*/ /* 880px / 1100 px */
  width:85%;
    padding-bottom: 25px;
    min-height: 50%;
    height: 75vh;
    
  /*box-shadow:0 0 10px #888888;*/
}

/* Content Common
   ========================================================================== */   


/* Content One column
   ========================================================================== */   

.one-column #dialog-content {
  float: left;
  width: 100%; /*96.59090909090909%; *//* 850px / 880px */
}


.one-column #primary-content {
  float: left;
  width: 98%; /*96.59090909090909%; *//* 850px / 880px */
}

/* Content Two columns
   ========================================================================== */   

.two-column #primary-content {
  float: left;
  width: 68.181818181818%; /* 600px / 880px */
}
.two-column #secondary-content {
  float: left;
  margin-left: 3.409090909091%; /* 30px / 880px */   
  width: 25%; /* 220px / 880px */
}

/* Content Three columns
   ========================================================================== */   

.three-column #primary-content {
  float: left;
  margin-right: 1%; /* 30px / 880px */  
  width: 25%; /* 220px / 880px */
}
.three-column #secondary-content {
  float: left;
    margin-left: 4%;
  margin-right: 4%; /* 30px / 880px */   
  width: 40%; /* 350px / 880px */
}
.three-column #tertiary-content {
  float: left;
  margin-right: 1%; /* 30px / 880px */   
  width: 25%; /* 220px / 880px */
}

/* ==========================================================================
   Footer
   ========================================================================== */

#placeholder-footer { width: 100%; }
#footer {
	min-height: 70px;
	margin: 0 auto;
	padding: 20px 0;
  text-align: left;
	width: 97%;
}
#footer a { color: #fff; }

/* Help
   ========================================================================== */   

#help {
  float: left;
  width: 20%; /* 220px / 1100px */     
}
#footer .support {
  color: #333;
  font-weight: bold;
}
#footer .support a { color: #333; }

/* Info
   ========================================================================== */   

#info {
  width: 92.6%;
  margin: 10px 10px 0 80px;
    float: left;
    text-align: right;
}

#info p {
  font-weight: bold;
  margin-left: 3.409090909091%; /* 30px / 880px */   
  text-align: right;
   color:#A6A6A6;
}
#info a { color:#A6A6A6; }


/* ==========================================================================
   Classes
   ========================================================================== */

/* For modern browsers */

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}

/* For IE 6/7 (trigger hasLayout) */

.clearfix {
    zoom: 1;
}



/* Eriks roddkod */

#sidebar1 {
  border:none;
  display: table-cell;
  min-height: 500px;    
  padding: 50px 13.636363636364% 0 0; /* 30px / 220px */   
  padding: 50px 2.727272727273% 0 0; /* 30px / 1100px */
  vertical-align: top;
  width: 20%; /* 220px / 1100px */   
}

/* --- */

/*#header-search fieldset { margin: 10px auto; 
 } 
#header-search input {
    border: none;
    display: inline;
    height: 18px;
    float: left;
    padding: 4px 10px;
	margin: 0;
	width: 60%;
}
#header-search input[type=submit] {
	background: #fff url(/images/icons/icon-magnifier.png) no-repeat 12px 6px;
    float: left;
    height: 26px;	
    padding: 4px 4px 4px 0;
    width: 35px;
    position: relative;
    right: 7px;
    z-index: 1;
}
#header-search img
{
    display: none;
}*/

/*@media screen and (max-width: 1024px) 
{
    #header-search fieldset {display: none;
 } 
    
    #header-search img
{
    margin-top: 18px;
    display: block;
    float: right;
}
}*/


.container {
  position:relative!important; 
  top:7px!important;
}

.searchbox {
    position: relative !important;
    min-width: 50px !important;
    width: 0% !important;
    height: 37px !important;
    float: right !important;
    overflow: hidden !important;
    -webkit-transition: width 0.3 !important;
    -moz-transition: width 0.3 !important;
    -ms-transition: width 0.3 !important;
    -o-transition: width 0.3s !important;
    transition: width 0.3s !important;
    top: 7px !important;
}
.searchbox-input {
    border: 0;
    /*
   position:absolute;
   border-radius: normal;
   top:0!important;
   right:0!important;
   border:0!important;
   outline:0!important;
   background:#fff!important;
   width:80%!important;
   height:50px!important;
   margin:0!important;
   padding-left: 20px!important;
   font-size:20px!important;
   color:red!important;*/
}
.searchbox-input::-webkit-input-placeholder {
  color: #333!important;
}
.searchbox-input:-moz-placeholder {
  color: #333!important;
}
.searchbox-input::-moz-placeholder {
  color: #333!important;
}
.searchbox-input:-ms-input-placeholder {
  color: #333!important;
}

.searchbox-icon,
.searchbox-submit
{
    width:50px!important;
    height:25px!important;
    display:block!important;
    position:absolute!important;
    top:0!important;
    right:0!important;
    padding:0!important;
    margin:0!important;
    border:0!important;
    outline:0!important;
    text-align:center!important;
    cursor:pointer!important;
    background: #fff url('images/icon-magnifier.png') no-repeat center center;
}
.searchbox-open
{
    width:200px!important;
}

@media (max-width: 600px)
{
 	primary-content, 
	secondary-content,
	tertiary-content
	{        
		width:100%;
		padding: 0 20px;
		margin-bottom: 20px;
    }
}
#notify {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    display: none;
    color: #fff;
}

#notify p {
    padding: 0 0 15px 30px;
    margin: 0;
}

#notify a {
    float: right;
    padding: 17px 20px;
    color: #fff;
    text-decoration: none;
}

#notify a:hover {
    text-decoration: underline;
}

.notify-success {
    background-color: rgba(122, 184, 0, 0.92);
}

.notify-alert {
    background-color: rgba(204, 0, 0, 0.92);
}

.notify-error {
    background-color: rgba(204, 0, 0, 0.92);
}

.notify-warning {
    background-color: rgba(255, 204, 0, 0.92);
}

#notify h1 {
    padding: 12px 20px;
    color: rgba(255, 255, 255, 1);
}


#notify h3 {
    font-size: 16px;
    font-weight: bold;
    padding: 10px 10px 0 10px;
}

.widget-block-has-value {
    background-color: #c8c8c8;
    /*background-color: #93c6fa;*/
    /*background-color: rgb(38, 108, 170);*/
    /*background-color: #1476cd;*/
}
.widget-block-has-value a {
    color: #000;
}

.widget-block-has-novalue {
    background-color: #f0f0f0;
    /*background-color: #d4dce5;*/
}
.widget-block-has-novalue a {
    color: #000;
}

.news-users {
    background-color:  !important;
    color:  !important;
}

    .news-users a {
        color:  !important;
    }

    .news-users img {
        max-width: 100%;
    }

    .news-title {
        color: #266caa !important;
    }
