@import url('../uninett-theme-bootstrap/css/bootstrap.min.css');
@import url('../uninett-theme/css/uninett.css');
@import url('../js2/lib/datepicker3.css');
/* @import url('https://static.discojuice.org/css/discojuice.css'); */
@import url('discojuice.css');
.discojuice {
	z-index: 1100 !important;
}
.discojuice .top {
	background-color: #f5f5f5 !important;

}
.discojuice .discojuice_close {
	background-color: transparent !important;
}


/* Adjust discojuice for mobile devices */
@media (max-width: 600px) {
	div.discojuice { 
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100% !important;
		height: 100% !important;
		margin: 0px;
		border-radius: 0px;
	}
	div.discojuice .top {
		border-radius: 0px !important;
	}
	div.discojuice .bottom {
		border-radius: 0px !important;
	}
	body {
		margin: 0px; padding: 0px;
		background-color: #eee !important;
	}
}




td.regcol {
	/*border: 1px solid red !important;*/
	min-width: 320px !important;
}




.gm-style img { max-width: none; }
.gm-style label { width: auto; display:inline; }

thead#tablehead {
	/*font-size: 80%;*/
}

tbody#tablebody {

}

.responseCellYes { color: #006b49; background-color: #cec !important; text-align: center;}
button.responseCellYes {border-color: #005544 !important; }

.responseCellNo { color: #eb212e; background-color: #ecc !important; text-align: center;}
button.responseCellNo {border-color: #bb1111 !important; }

.responseCellMaybe { color: #f3823e; background-color: #fec !important; text-align: center;}
button.responseCellMaybe {border-color: #ee3322 !important; }

.responseCellFail { color: #999; }

th {
	font-weight: normal;
	font-family: 'colfaxMedium', Helvetica, Arial, sans-serif;
}


.checkCell, .checkRadioCell {
	cursor: pointer; cursor: hand
}


/* Foodle response page */

#panelTime p , #panelLocation p, #panelDeadline p {
	margin-top: 2px;
	margin-bottom: 2px;

}
.loc-local {
	font-size: 110%; 
	font-family: 'colfaxMedium', Helvetica, Arial, sans-serif;
}
.time-fromnow {
	font-size: 86%; color: #777; font-style:italic;
}
.time-duration {
	font-size: 86%; color: #777; font-style:italic;
}
.s-md {
	font-size: 105%;
}
.s-lg {
	font-size: 120%;
}

#cellSave button { display: block !important; }
#cellSave #cellSaveSpinning { display: none!important; }

#cellSave.loading button { display: none!important; }
#cellSave.loading #cellSaveSpinning { display: block!important; }

label {
	font-weight: normal;	
}
.form-group label.label-control {
	font-family: 'colfaxMedium', Helvetica, Arial, sans-serif;
	font-weight: normal;
}


.noterow {
	padding: 4px 15px;
	background: #FFFFCC;
	font-size: 90%;
	font-style:italic;
}


