/***********************************************************************************************/
/* General */
/***********************************************************************************************/
body{
	padding-top: 7em;
	padding-bottom:5em;
	}
/***********************************************************************************************/
/* Custom */
/***********************************************************************************************/
.custom-cols {
  background-color: #ffe5e0;
  display: block;
  height: 200px;
}
#loginpanel{margin:0px auto;padding-top: 5%;}
#loginbox{border:0px solid; border-radius:5px; box-shadow:2px 2px 2px 2px #999;}
#boxmargin{margin-right:10px;}
.left {width:500px; float:left; }
.left1 { float:left; }
#container-color{ background:#eee; padding-top:28px; height:auto;}
#color {background:#e4e4e4; border: 1px solid #828177; padding:5px;}
.auto {margin:0px auto;}
.right{ float:right; }
.fade_div{width: 100%; height: 1000px; position: fixed; z-index: 999999; display: block;

background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.65)), color-stop(100%,rgba(0,0,0,0.65))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.65) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.65) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.65) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}
.green
{
color:#CEFFCE;
}
.red
{
color:#FFD9D9;
}
.thumbnail:hover{box-shadow:0 0 10px #999;}
@media only screen and (max-width: 768px) {
  body {
    padding-top: 0;
	padding-bottom:0;
  }
}