/* style.css */
body {
	padding: 0;
	margin: 0;
	color: #333;
	background-color: #fff;
}


#myDiv{
	height: 300px;
	max-width: 500px;
	min-width: 500px;
	margin: 0 50px 0 50px;*/	
}

#buttonRow {
    padding-bottom:7px;
}

#resetButton{
	background-color: #FF8665;
}

#canvasHolder{
	width: 600px; 
	height: 600px;
	align-self: center;
	margin-bottom: 20px;
	/*border: 2px solid gray; */
	/*position: absolute;
    margin: auto;*/
}

.input-group{
	margin-left: 10px;
	width: 100%;
}

#displayCoverageDensity{
	margin-left: 40px;
}




.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 15px;
    border-radius: 5px;   
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
    margin:15px; 
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 50%; 
    background: #4CAF50;
    cursor: pointer;
}

.slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #4CAF50;
    cursor: pointer;
}

.slider:hover {
    opacity: 1; /* Fully shown on mouse-over */
}

.slidecontainer{
	margin-left: 10px;
}

#stepSizeMultiplier{
	width:100%; 
}

.form-check{
	margin-top: 30px;
	/*margin-bottom: 30px;*/
}

.jumbotron{
    color: #2c3e50;
    margin-bottom: 0px;
}

#displayPhysicalAgents{
    margin-bottom: 15px;
    margin-left: 83px
 /*   margin-top: 10px;*/
}

#simulationTime{
    text-align: left;
    margin-bottom: 15px;
    margin-top: 5px;
}

#addObstacleButton{
    /*margin-bottom: 20px;*/

}

#obstacleCoordinatesDisplay{
    margin-bottom: 20px;

}
#consoleText{
    color: blue;
}

#boostingButtons2{
    padding-left: 0px;
    margin-left: 0px;
    padding-right: 0px;
}

#boostingParameterFields{
    padding-left: 2px;
    padding-right: 2px; 
}
/*#trajectoryButtons{
    margin-right: 10px;
}*/

/*#canvasHolder{
    border:10px solid #000000;
}*/

#fixed{
    padding-left: 30px;
    text-align: left;
    
}