html{
    height: 500%;
}

.square{
    padding-top: 14px;
    padding-bottom: 9px;
}

#survey{
    background-color: #5c5c5c;
    border-top: 1px solid #484848;
}

#survey a{
    margin-right: 7px;
}
.box{
    width: 7px;
    height: 83px;
    top: 0;
    margin-top: -14px;
    background-color: #cf2424;
    float: left;
    border-right: 1px solid #484848;
}

#dashBox, #calBox, #attendBox, #teamBox{
    display: none;
}
#dashbord:hover{
    background-color: #5c5c5c;
}

#dashbord:hover #dashBox{
    display: block;
}

#dashbord:hover a{
    margin-right: 8px;
}

#calendar:hover{
    background-color: #5c5c5c;
}
#calendar:hover #calBox{
    display: block;
}

#calendar:hover a{
    margin-right: 8px;
}
#attendance:hover{
    background-color: #5c5c5c;
}
#attendance:hover #attendBox{
    display: block;
}

#attendance:hover a{
    margin-right: 8px;
}

#team:hover{
    background-color: #5c5c5c;
    border-top: 1px solid #484848;
    margin-top: -1px;
}
#team:hover #teamBox{
    display: block;
}

#team:hover a{
    margin-right: 8px;
}


#btm{
    width: 150px;
    color: white;
    position: absolute;
    bottom: 0;
    margin-bottom: 15px;
    font-weight: 300;
    text-align: center;
    font-size: 12px;
}

.wrapper {
    position: relative;
    float: right;
    top: 79px;
    width: calc(100% - 150px);
}

.newboxes {
    border: 0 solid;
    display: block;
}
.rapporter {
    height: 2em;
    background: #c94832;
    width: 21em;
    margin-left: auto;
    margin-right: auto;
}
.rapporter ul {
    padding:0;
}
.rapporter ul li {
    list-style:none;
}
.rapporter ul li a {
    text-decoration: none;
    display: block;
    padding: 0.5em 3em;
    color: white;
    width: 1em;
    float: left;
    margin-left: auto;
    margin-right: auto;
}
.rapporter ul li a:hover {
    background-color:#e05038;
    height: 1em;
}

.stat{
    margin-top: 30px;
}

#list-surv{
    width: 25%;
    margin-left: 3%;
    max-width: 400px;
    min-width: 200px;
    z-index: 10;
    box-shadow: 0px 1px 4px -1px rgba(0, 0, 0, 1); 
}

#surv{
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
    width: 100;
    background-color: white;
    padding: 10px;
    border: 1px solid #d5d5d5;
}

#list-surv button{
    text-decoration: none;
    background: none;
    border: none;
    line-height: 27px;
    font-weight: 400;
    font-size: 20px;
    cursor: pointer;
}

#list-surv button:hover{
    text-decoration: underline;
}

#list-surv h4{
    margin-left: 10px;
}

#draw-title h1{
    line-height: 30px;
    font-size: 25px;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 30px;
}

#answer{
    top: 0;
    position: absolute;
    z-index: 1;
    background-color: white;
    width: 65%;
    max-width: 900px;
    min-width: 700px;
    margin-left: 32%;
    margin-top: 30px;
    box-shadow: 0px 1px 4px -1px rgba(0, 0, 0, 1); 
}

.all-answers{
    width: 700px;
    margin-left: auto;
    margin-right: auto;
}

#feedBack {
    width: 400px;
    margin-top: 5px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 20px;
    word-wrap: break-word;
    border-bottom: 1px solid black;
    color: black;
    margin-left: auto;
    margin-right: auto;
    margin-right: auto;
}

#feedback p{
    line-height: 40px;
}

#simpleSurv textarea{
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", 
  Microsoft Sans Serif;
    font-weight: 400;
    font-size: 15px;
    overflow: auto;
    resize: none;
    margin-top: 30px;
    border: 1px solid #d5d5d5;
    position: relative;
    height: 35px;
    padding-left: 10px;
    padding-top: 8px;
    padding-right: 10px;
    z-index: 10;
}

#simpleSurv button{
    float: right;
    margin-right: 35px;
    margin-top: 38px;
    padding: 4px 5px;
    color: #fff;
    border: none;
    background-color: #01baef;
    border-bottom: 3px solid #00a7d7;
    font-size: 11px;
    font-weight: 500;
    display: block;
    cursor: pointer;
}

.ansbox{
    padding-bottom: 10px;
}

#list-answ h2{
    font-size: 19px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 10px;
    margin-top: 15px;
}

#list-answ h4{
    	cursor: pointer;
	font-weight: 600;
	font-size: 18px;
   	 line-height: 22px;
   	 margin-top: 15px;
	 text-transform: capitalize;
}

#list-answ p{
    margin-top: 10px;   
}

#newSurv{
    bottom: 0;
    right: 0;
    color: #cf2424;
    font-size: 70px;
    position: fixed;
    z-index: 100;
    margin-right: 20px;
    margin-bottom: 10px;
    cursor: pointer;
    text-shadow: 0px 0px 2px black;
}

#simpleSurv{
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	z-index: 500;
	position: fixed;
	display: none;
}

#survey-box{
	z-index: 1000;
	top: 100px;
	position: fixed;
	background-color: white;
	overflow-y: auto;
	overflow-x: hidden;
	width: 500px;
	height: 500px;
	right: calc(50% - 250px);
	box-shadow: 0px 1px 4px -1px rgba(0, 0, 0, 1); 
	text-align: center;
    border-radius: 3px;
}

#survey-player h1{
	font-size: 25px;
	font-weight: 400;
	margin-top: 15px;
}

#profileimg{
	width: 500px;
	height: 50px;
	}

#survey-player img{
	float: left;
	margin-left: 75px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
}

#survey-player h2{
	float: left;
	text-transform: capitalize;
	font-size: 19px;
	font-weight: 500;
	margin-left: 50px;
	margin-top: 15px;
}

#survey-player p{
	text-align: center;
	margin-top: 10px;

}

#survey-player h3{

	margin-top: 10px;
	font-weight: 600;
}

#coach-feedback{
	margin-top: 30px;
	width: 250px;
	margin-left: auto;
	margin-right: auto;
}

#coach-feedback h4{
	font-weight: 500;
	margin-bottom: 5px;
}


#coach-feedback i{
	float: right;
	margin-top: -5px;
	cursor: pointer;
}

#change-feedback{
	width: 300px;
	margin-left: auto;
	margin-right: auto;
}

#change-feedback p{
	cursor: pointer;

}
