.box{
	border: solid black 2px;
	height: auto;
	overflow: auto;
	width: auto;
	font-size: 16px;
}

.timerBox{
	border: solid black 2px;
	overflow: auto;
	font-size: 16px;
	border-radius: 3px;
}


input:focus{
    outline: none;
    transition: background-color 500000000s ease-in-out 0s;
}

.form-control:focus {
  border-color: inherit;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}

/*.row {
	max-width: 100%;
	margin: 0px;
}*/

.box-inside{
	padding: 0.5em;
}

.btn-group-vertical{
	border-radius: 0px;
	padding-top: 3em;
}
.quick-select{
	border-radius: 0px !important;
	background-color: white;
	color: black;
	border-color: black;
	height: 10em;
	text-align: center;
	line-height: 10em;
}

.quick-select-1{
	background-color: rgba(75, 255, 30, 0.5);
}

.quick-select-2{
	background-color: rgba(255, 255, 15, 0.6);
}

.quick-select-3{
	background-color: rgba(255, 0, 0, 0.5);
}

.quick-select:hover, .quick-select:focus, .quick-select:active, .quick-select.active, .open>.dropdown-toggle.quick-select{
	color: black !important;
	background-color: lightgray !important;
	border-color: black !important;
}

.logout {
	font-size: 25px;	
}

a:hover{
	padding-bottom: 5px;
	color: #7aadff;
	text-decoration: none;
	border-bottom: solid #7aadff 2px;
}


#clockboxD{
	font-size: 60px;
	margin-bottom: 10px;
	line-height: 1;
	text-shadow: -1.5px 0 black, 0 1.5px black, 1.5px 0 black, 0 -1.5px black;
}

#clockbox{
	font-size: 60px;
	margin-right: 10px;
	line-height: 1;
	margin-bottom: 10px;
	text-shadow:  -1.5px 0 black, 0 1.5px black, 1.5px 0 black, 0 -1.5px black; 
}

.options{
	padding-right: 0.5em;
	padding-top: 10px;
}

.form-group{
	margin-bottom: 4px;
}

.form-signin{
	padding: 7px;
	margin-bottom: 0px;
}

.form-signin-heading{
	margin-top: 5px;
	margin-bottom: 10px;
}

input.form-control-1{
	margin-top: 10px;
}

/*.form-control-login{
	font-size: 20pt;
	height: 50px;
}*/

.user-display{
	margin-left: 10px;
	margin-right: 10px;
}

.admin-display{
	margin-left: 10px;
	margin-right: 10px;
}

.signin-form{
	margin-top: 5em;
	padding: 0px;
}

input[type=text], input[type=password]{
	color: black;
	opacity: 0.75;
	background:none;
	border:none;
	border-bottom: solid black 2px;
	border-radius: 0px;
}

#btn-login{
	margin-top: 10px;
	margin-bottom: 10px;
}
.btn-nav{
	margin-top: 10px;
	float: right;
	margin-right: 10px;
}

.btn-default{
	background-color: rgb(232,232,232);
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 500000000s ease-in-out 0s;
}

@media screen and (max-width: 577px){
	#logo2{
		display: none;
	}
}

@media screen and (min-width: 400px){
	.fastBtn{
		font-size: inherit;
	}
}
@media screen and (max-width: 991px){
	.fastBtn{
		font-size: 3rem;
	}
}


_:-moz-tree-row(hover), #logo {
    height: 100%;
} 

@supports (-webkit-appearance:none) {
    #logo {
        height: 100%;
    }
} 

@supports (-ms-ime-align: auto) {
  #logo {
        width: 100%;
        height: auto;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    #logo {
        width: 100%;
    }
} 


@media screen and (max-width: 991px){
	textarea.singin-form-m {
		height: 10rem;
	}
	.singin-form-m{
		font-size: 3rem;
	}
}

.form-control{
	border-radius: 0px;
}

.btn{
 	border-radius: 0px;
}

.btnDel{
	padding-bottom: 5px;
	background-color: inherit;
	color: white;
}

.rowPadding{
	padding:0 0 0 0;
}


.row{
	width: 100%;
	/*margin: 0px;*/
}

#failUser, #failPwd {
	margin-bottom: 0px;
}
#logo2 {
	background-color: rgba(0,0,0,0.8);
	padding-right: 0px;
	padding-left: 0px;
}

@media screen and (min-width: 577px){
	.restyle{
		padding: 0px;
	}
}
/*
@media screen and (max-width: 420px){
	.logoutText {
		display:  none;
	}
}*/

.logoutText{
	font-style: normal;
}
.cont {
	margin-top: 15px;
}

#displayComment{
	padding-left: 15px;
}

ul.box{
	background-color: white;
}
