@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');

*{
	box-sizing: border-box;
}

body {
    background-color: #FFFFFF;
    color: #757575;
}
body a {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    text-decoration: none;
	color: #0366b2;
	font-family: 'Montserrat', sans-serif;
}

input[type="button"], input[type="submit"] {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

/* .container {
    width: 40%;
    margin: 0 auto;
    color: #757575;
    font-family: 'Raleway', sans-serif;
    text-align: left;
    padding: 30px;
	background-color: #EFEFEF;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}
 */

.form-group{
	margin: 10px 0;
}
.regisFrm input[type="text"], .regisFrm input[type="email"], .regisFrm input[type="password"] {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    outline: none;
    color: #000;
    font-weight: 500;
}
.regisFrm textarea {
    height: 100px;
}
.regisFrm ::-webkit-input-placeholder {
  color: #777;
}
.regisFrm ::-moz-placeholder {
  color: #777;
}
.regisFrm :-ms-input-placeholder {
  color: #777;
}
.regisFrm :-moz-placeholder {
  color: #777;
}

.send-button {
    text-align: center;
    margin-top: 20px;
}

.send-button input[type="submit"] {
    padding: 10px 0;
    width: 60%;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 500;
    border: none;
    outline: none;
    color: #FFF;
    background-color: #2196F3;
    cursor: pointer;
}

.send-button input[type="submit"]:hover {
    background-color: #055d54;
}
.form-group p.help-block{
	font-size: 14px;
    margin-top: 0;
    margin-bottom: 10px;
	color:#EA4335;
}
a.logout{float: right;}

.status-msg{
	border: 2px dashed;
	padding: 10px;
	text-align: left;
	font-size: 16px;
	margin-top: 20px !important;
    margin-bottom: 10px !important;
}
.status-msg.success{
	color:#34A853;
}
.status-msg.error{
	color:#EA4335;
}


body{
	margin: 0 10px;
}
.container{
	padding: 20px;
}
.search-panel{
	padding-left: 0px;
	padding-right: 0px;
	margin-bottom: 10px;
}
.search-panel .input-group{
	float: left;
	width: 50%;
}

table tr th, table tr td{
	font-size: 0.8rem;
}

a.btn {
	font-size: 0.8rem;
}

.status-1{
	background-color: #d7ecd3 !important;
}
.status-2{
	background-color: #f4d3cf !important;
}
.status-3{
	background-color: #ffffcc !important;
}
.head{
	margin-bottom: 10px;
	padding-left: 0;
	padding-right: 0;
}
.head h5{
	float: left;
	width: 75%;
	margin-bottom: 0;
	margin-top: 10px;
}
i.plus{
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	vertical-align: middle;
}
.plus:before {
	content: url(../images/add.png);
}
a.btn{
	padding: .1rem .5rem;
}

.invalid-feedback{
	display: block;
}

.pagination {
	font-family: Verdana, sans-serif;
	padding:20px;
	margin:7px;
	display: block;
}
.pagination a {
	margin: 2px 5px;
	padding: 0.3em 0.64em 0.43em 0.64em;
	background-color: #ff3547;
	text-decoration: none;
	color: #fff;
	-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	-webkit-border-radius: .125rem;
	border-radius: .125rem;
}
.pagination a:hover, .pagination a:active {
	padding: 0.3em 0.64em 0.43em 0.64em;
	margin: 2px 5px;
	background-color: #de1818;
	color: #fff;
}

.logon{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100vh;
	width: 100vw;
}

.regisFrm{
	width: 90%;
	max-width: 450px;
	margin: auto;
}
.regisFrm h2{
	text-align: center;
	font-weight: normal;
}

td.winner{
	background-color: green;
	color: #FFF;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
}

td.nonwinner{
	background-color: red;
	color: #FFF;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
}

.ststus1,.ststus0 {
	display: none;
}
.ststus2{
	display: block;
}
.ststusButtons0{
	display: none;
}
.ststusButtons1,.ststusButtons2{
	display: block;
}



.button-container{
	position: absolute;
	top: 10px;
	right: 10px;
}

#mytable_wrapper{
	width: 100%;
}

.status-2 a.showhide{
	display: none;
}
.status-1 a.showhide{
	display: none;
}


.dashgrid{
	margin-top: 30px;
}


.dashgrid .col{
	padding: 50px;
	border: 10px solid #FFFFFF;
	background-color: #efefef;

}


.dashgrid .col h2{
	font-size:10vh;
}

.dashgrid .col{
	padding: 50px;
}

.fixed-logout{
	display: block;
	position: fixed;
	top: 10px;
	left: 0;
	z-index: 5;
	width: 100%;
}