/*!
 * Clara Common Style-sheet
 * Author: Jesper Hvid
 * Last edit: nov. 17. 2016
*/
div::-webkit-scrollbar { width: 0 !important }

body {

}

.legend, .legend:hover, .legend:active, .legend:visited {
    padding: 6px 8px;
    font: 14px/16px Arial, Helvetica, sans-serif;
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    background: rgba(255,255,255, 0.9);
    line-height: 18px;
    border-radius: 5px;
    color: #000;
}

.legend-active, .legend-active:hover, .legend-active:active, .legend-active:visited{
    padding: 6px 8px;
    font: 14px/16px Arial, Helvetica, sans-serif;
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    background: rgba(200,255,200, 0.9);
    line-height: 18px;
    border-radius: 5px;
    color: #000;
}

.legend i {
    color: #777;
    width: 18px;
    height: 18px;
    float: left;
    margin-right: 8px;
    opacity: 0.7;
}
.animate{
	transition:all 1s ease;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition: all 1s ease;
}
.animate{
	transition:all 1s ease;
	/*-webkit-transform: translate3d(0, 0, 0);*/
	-webkit-transition: all 0.5s ease;
}
.accelerated {
	-webkit-transform: translateZ(0);
	   -moz-transform: translateZ(0);
  		-ms-transform: translateZ(0);
  		 -o-transform: translateZ(0);
  			transform: translateZ(0);
  			
  	-webkit-transform: translate3d(0,0,0);
  	   -moz-transform: translate3d(0,0,0);
  		-ms-transform: translate3d(0,0,0);
  		 -o-transform: translate3d(0,0,0);
  			transform: translate3d(0,0,0);
}



div.wrapper{
	margin-right: auto;
	margin-left: auto;
	width: 400px;
	/*border: 1px solid black;*/
}

.alert-warning{
 	border:0px;
 	border-radius: 0px;
}


.steel{
	background-color: #333333;
    background: -webkit-linear-gradient(left bottom, #333333, #373737);
    border-top:		1px solid #393939;
    border-bottom:	1px solid #2c2c2c;
    border-left:	1px solid #2c2c2c;
    border-right:	1px solid #393939;
    border-radius:0px;
}

.steel:hover{
    background-color: #333333;
    border-top:		1px solid #393939;
    border-bottom:	1px solid #2c2c2c;
    border-left:	1px solid #2c2c2c;
    border-right:	1px solid #393939;
    border-radius:0px;
}

a.steel.active{
	background-color: #272727;
	border-top:		1px solid #1c1c1c;
    border-bottom:	1px solid #2c2c2c;
    border-left:	1px solid #2c2c2c;
    border-right:	1px solid #1c1c1c;
}

.steel-light{
    background-color: #2f2f2f;
    background: -webkit-linear-gradient(left bottom, #444, #555);
    border-top:		1px solid #333;
    border-bottom:	1px solid #222;
    border-left:	1px solid #222;
    border-right:	1px solid #333;
    border-radius:0px;
}

.steel-light.disabled{
    background-color: #2f2f2f;
    background: -webkit-linear-gradient(left bottom, #444, #555);
    border-top:		1px solid #333;
    border-bottom:	1px solid #222;
    border-left:	1px solid #222;
    border-right:	1px solid #333;
    border-radius:0px;
    color:grey;
}

.steel-green{
    background-color: #2f2f2f;
    background: -webkit-linear-gradient(left bottom, #292, #6c6);
    border-bottom:	1px solid #030;
    border-left:	1px solid #030;
    border-top:		1px solid #262;
    border-right:	1px solid #262;
    border-radius:0px;
    color: white;
    font-size: 20px;
    text-shadow: 0px 1px 0px rgba(0,0,0,0.7);
    font-weight: 900;
}

.steel-green.disabled{
    background-color: #2f2f2f;
    background: -webkit-linear-gradient(left bottom, #2b2, #6c6);

    border-bottom:	1px solid #030;
    border-left:	1px solid #030;
    border-top:		1px solid #262;
    border-right:	1px solid #262;
    border-radius:0px;
    color: 777;
}

.steel-light:hover{
    background-color: #2f2f2f;
    background: -webkit-linear-gradient(left bottom, #444, #555);
    border-top:		1px solid #333;
    border-bottom:	1px solid #222;
    border-left:	1px solid #222;
    border-right:	1px solid #333;
    border-radius:0px;
}

.steel_red{
    background-color: #dd3333;
    background: -webkit-linear-gradient(left bottom, #dd3333, #ff5454);
    border-bottom:	1px solid #511;
    border-left:	1px solid #511;
    border-top:		1px solid #733;
    border-right:	1px solid #733;
    border-radius:0px;
    color: white;
    font-size: 20px;
    text-shadow: 0px 1px 0px rgba(0,0,0,0.7);
    font-weight: 900;
}

.steel_red.active{
    background-color: #dd3333;
    background: -webkit-linear-gradient(left bottom, #aa0000, #dd212121);
    border-bottom:	1px solid #511;
    border-left:	1px solid #511;
    border-top:		1px solid #733;
    border-right:	1px solid #733;
    border-radius:0px;
    color: #7a0000;
    text-shadow: 0px 1px 0px rgba(255,255,255,0.3),0px -1px 0px rgba(0,0,0,0.7);
}

.steel_red:hover{
    background-color: #d62929;
    background: -webkit-linear-gradient(left bottom, #ff5454, #dd3333);
    text-shadow: 0px 1px 0px rgba(255,255,255,0.3),0px -1px 0px rgba(0,0,0,0.7);
    border-bottom:	1px solid #511;
    border-left:	1px solid #511;
    border-top:		1px solid #733;
    border-right:	1px solid #733;
    border-radius:0px;
    color: #600000;
}

.steel_red:focus{
    background-color: #d62929;
    background: -webkit-linear-gradient(left bottom, #ff5454, #dd3333);
    text-shadow: 0px 1px 0px rgba(255,255,255,0.3),0px -1px 0px rgba(0,0,0,0.7);
    border-bottom:	1px solid #511;
    border-left:	1px solid #511;
    border-top:		1px solid #733;
    border-right:	1px solid #733;
    border-radius:0px;
    color: #600000;
}

.steel_red.disabled{
    background-color: #dd3333;
    background: -webkit-linear-gradient(left bottom, #d33, #f44);
    border-bottom:	1px solid #511;
    border-left:	1px solid #511;
    border-top:		1px solid #733;
    border-right:	1px solid #733;
    border-radius:0px;
    color: white;
    font-weight: 900;
}

.steel_blue{
    background-color: #008AE6;
    background: -webkit-linear-gradient(left bottom, #008AE6, #22acff);
    border-bottom:	1px solid #225;
    border-left:	1px solid #226;
    border-top:		1px solid #336;
    border-right:	1px solid #336;
    border-radius:0px;
    padding-top: 25%;
    color: white;
    font-size: 20px;
    text-shadow: 0px 1px 0px rgba(0,0,0,0.7);
    font-weight: 900;
}

.steel_blue:hover{
    background-color: #008AE6;
    background: -webkit-linear-gradient(left bottom, #22acff, #008AE6);
    border-bottom:	1px solid #336;
    border-left:	1px solid #336;
    border-top:		1px solid #225;
    border-right:	1px solid #225;
    border-radius:0px;
    padding-top: 25%;
    color: #004C80;
    font-size: 20px;
    text-shadow: 0px 1px 0px rgba(255,255,255,0.3),0px -1px 0px rgba(0,0,0,0.7);
    font-weight: 900;
}

.steel_grey{
    background-color: #777;
    background: -webkit-linear-gradient(left bottom, #777, #999);
    border-bottom:	1px solid #222;
    border-left:	1px solid #222;
    border-top:		1px solid #333;
    border-right:	1px solid #333;
    border-radius:0px;
    padding-top: 25%;
    color: white;
    font-size: 20px;
    text-shadow: 0px 1px 0px rgba(0,0,0,0.7);
    font-weight: 900;
}

.steel_grey:hover{
    background-color: #777;
    background: -webkit-linear-gradient(left bottom, #999, #777);
    border-bottom:	1px solid #333;
    border-left:	1px solid #333;
    border-top:		1px solid #222;
    border-right:	1px solid #222;
    border-radius:0px;
    padding-top: 25%;
    color: #444;
    font-size: 20px;
    text-shadow: 0px 1px 0px rgba(255,255,255,0.3),0px -1px 0px rgba(0,0,0,0.7);
    font-weight: 900;
}

.steel_grey:active{
    background-color: #777;
    background: -webkit-linear-gradient(left bottom, #777, #999);
    border-bottom:	1px solid #222;
    border-left:	1px solid #222;
    border-top:		1px solid #333;
    border-right:	1px solid #333;
    border-radius:0px;
    padding-top: 25%;
    color: white;
    font-size: 20px;
    text-shadow: 0px 1px 0px rgba(0,0,0,0.7);
    font-weight: 900;
}

input[type=range]::-webkit-slider-thumb {
	transform: rotate(-90deg); -webkit-transform: rotate(-90deg);
}

.steel-menu{
	margin-left:-20px; 
	margin-right:-20px; 
	height:100%; 
	padding: 0px; 
	z-index:50;
}

.steel-menu-text{
	transform: rotate(-90deg); 
	-webkit-transform: rotate(-90deg);
	margin-top:200px;
}

.steel-menu-hide-btn{
	z-index:100; 
	position: absolute; 
	left: 2px; 
	top: 2px;
}


.bt-col{
	margin-right: 0px;
	margin-left: 0px;
	margin-top: -28px;
	margin-bottom: -8px;
	width:100%;
	height:36px;
}

.bt-col-green{
	border-right: 5px solid #2ecc71;
}

.bt-col-blue{
	border-right: 5px solid #3498db;
}

.bt-col-orange{
	border-right: 5px solid #e67e22;
}

.bt-col-red{
	border-right: 5px solid #e74c3c;
}



/* Round buttons */
.round-btn-xlarge{
		font-size:large; 
		border-radius:100px; 
		width:120px;
		height:120px;
		line-height: 90px;
		text-align:center;
}
.round-btn-large{
		font-size:large; 
		border-radius:100px; 
		width:90px;
		height:90px;
		line-height: 60px;
		text-align:center;
}
.round-btn-medium{
		font-size:large; 
		border-radius:100px; 
		width:60px;
		height:60px;
		line-height: 35px;
		text-align:center;
}
.round-btn-green{
		background-color:#2ecc71; 
		color:white;
		border: 0px solid #2ecc71;
}
.round-btn-red{
		background-color:#ff5454; 
		color:white;
		border: 0px solid #ff5454;
}


/*Legends*/

.legend-bt, .legend-bt:hover, .legend-bt:active, .legend-bt:visited {
    	font: 16px/18px Arial, Helvetica, sans-serif;
		box-shadow: 0 0  10px rgba(0,0,0,0.4);
    	background: rgba(255,255,255, 0.9);
    	line-height: 18px;
    	border-radius: 5px;
    	color: #000;
    	border: 0px;
}
				
.legend-bt-active, .legend-active:hover, .legend-active:active, .legend-active:visited{
    	font: 16px/18px Arial, Helvetica, sans-serif;
    	box-shadow: 0 0  10px rgba(0,0,0,0.4);
    	background: rgba(200,255,200, 0.9);
    	line-height: 18px;
    	border-radius: 5px;
    	color: #000;
    	border: 0px;
}

.text-red	{color:#ff5454;}
.text-orange{color:#f2ca27;}
.text-green	{color:#2ecc71;}
.text-black {color:#000000;}
.text-white {color:#ffffff;}

/*
input[type=range]{
    -webkit-appearance: none;
}

input[type=range]::-webkit-slider-runnable-track {
    width: 300px;
    height: 5px;
    background: #ddd;
    border: none;
    border-radius: 3px;
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: goldenrod;
    margin-top: -4px;
}

input[type=range]:focus {
    outline: none;
}

input[type=range]:focus::-webkit-slider-runnable-track {
    background: #ccc;
}
*/





/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}




.round-input{
		border:none; 
		border-radius:20px; 
		padding:8px; 
		padding-left:15px; 
		font-size:medium; 
		margin-bottom:5px;	
}







.modal-jh {
  text-align: center;
  padding: 0!important;
}

.modal-jh:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog-jh {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}




.steel-div-table{
    border-bottom :1px solid grey; 
    background-color:none;  
    font-size:large; 
    padding:8px; 
    color:white;
}
