/* ======================================= generel ==============================*/
html {
	
}
body{
	background-image: url(/images/grey.png);
	background-attachment: fixed;
    height: 100%;
}
.float_clear{
	clear: both;
}

h3 {
	cursor: pointer;
}

#download_area h4 {
	text-align: center;
	color: black;
}

/* ======================================= login_viwe ==============================*/

.progress {
 position: relative;
  height: 20px;
  margin-bottom: 20px;
 /* overflow: hidden;*/
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
.progress span {
    position: absolute;
    display: block;
    width: 100%;
    color: black;
 }
#login_view{
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 40px;
}

#login {
	/*margin: 120px auto 0;
	
	width: 300px*/
}
#login p {
	text-align: justify;
}
#login h1 , #login h3{
	text-align: center;
}
#login .input-group-addon{
	text-align: left;
    width: 81px;
}
#login button , #login input[type="button"]{
	margin: 15px 0 0;
    width: 100%;
    background-color: #44403f;
    color: white;
}

#download_area {
	
	margin: 40px 0 0 0;
}

#download_area .box {
	background-color: white;
	-webkit-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
	padding: 10px;
	
}

#download_area a{
	margin: 15px 10px 0;
    width: 31%;
    background-color: #44403f;
    color: white;
    float: left;
}
#download_area .download_text a{
	margin: 15px 10px 0;
    width: 31%;
    background-color: transparent;
    color: #580C3F;
    float: none;
}
/* ======================================= secret_view ==============================*/
#secret_view{
	font-family: 'Montserrat', sans-serif;
	margin: 25px 0;
}
#secret_view .header ul {
	display: inline;
}
#secret_view h1 {
	font-size: 22px;
    margin: 11px 0;
}
#secret_view h2 {
	
}
#secret_view .header li {
	
}
#secret_view .header form {
	
}
#secret_view .header .header_name{
	margin: 0 5px 0 0;
}
#secret_view .box  {
	background-color: white;
	-webkit-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
	padding: 10px;
	margin: 15px 0 0;
}
#secret_view .class_overview{
	
	padding-top: 10px;
	padding-bottom: 10px;
}
#secret_view .default_btn{
	
}
#secret_view .progress_bar_btn{
	margin: 8px 0;
    padding: 1px 10px;
}
#secret_view .class_line{
	background-color: red;
	margin: 5px 0;
}
#secret_view .pupil {
	border-right: 1px solid #f0f0f0;
    margin: 3px
}
#secret_view .activ {
	display: none;
}

#secret_view .btn_delete_pupil{
	
}

#secret_view .new_class input[type="submit"]{
	margin: 15px 0 0;
    width: 100%;
    background-color: #44403f;
    color: white;
}
#secret_view .input-group-addon{
	text-align: left;
   
}
#secret_view #add_new_class{
	padding: 0;
}
#secret_view #add_new_class .input-group{
	float: left;
	padding: 0 10px 0 0;
}
#secret_view .new_class {
	
	margin-bottom: 10px;
}
#secret_view .class_result_list .layout_progress {
	cursor: pointer;
	margin: 8px 0;
}
#secret_view .class_result_list .average_stars{
	padding-top: 10px;
}
#secret_view .class_result_list .progress{
	height: 25px;
}
#secret_view .class_result_list .progress-bar{
	background-color: #5cb85c;
	line-height: 24px;
	color: black;
	padding: 0 0 0 20px;
	text-align: left;
}

/* ======================================= test line ==============================*/
#secret_view .class_overview_test{
	
	padding-top: 10px;
	padding-bottom: 10px;
}
#secret_view .deleteClass img{
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	border: 1px solid gray;
	
}
#secret_view .openclose img{
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	cursor: pointer;
}
#secret_view  .padding_cell {
	padding-top: 7px;
}
#secret_view .icon_red {
	background-color: #fb7373;
}
#secret_view .icon_green {
	background-color: #a5fb73;
}