/* CSS Page for TogetherCRM */

html, body {
	margin: 0px;
	height: 100%;
	font-size: 16px;

}

body {
overflow-x: visible;
font-family: 'Source Sans Pro', sans-serif;
font-size: 16px;
color: #081F34;
padding: 0;
border: none;
height: 100%;
overflow-x: hidden;
}

#dbInner {
	width: 100%;
	padding: 20px;
}

i {
height: 43px;
width: 50px;
text-align: center;
padding-top: 7px;
}

a {
text-decoration: underline;
color: rgba(0, 0, 0, 0.54);
color: #555;

}


h2 {
font-size: 1.2em;
}
i a {
text-decoration: none;
}

input {
background-color: #fff;
border: 1px solid #E6E6E6;
color: #999;
font-size: 1em;
/*height: 1.2em;*/
margin-bottom: 10px;
width: 100%;
border-radius: 5px;
}

select {
height: 35px;
font-size: 1em;
margin-bottom: 20px;
}

.table {
	color: #081F34;
}



#content {
padding: 10px;
}

#maincontent {
margin-top: 60px;
}

.indexbackground {
	background: url(images/voter.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
/*background-color: #333AA3;*/
height: 100%;
font-family: 'Halant',serif;
color: white;
}

.indexTitle {
	position:fixed;
	bottom: 120px;
	font-size: 400px;
	left: 5px;
	line-height: 300px;
	text-shadow: 1px 1px 1px #333;
}

.indexSubtitle {
	position:fixed;
	bottom: 100px;
	font-size: 25px;
	left: 5px;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #333;

}



#map {
	padding: 10px;
	height: 600px;
	z-index: 1;
	border-radius: 10px;
	box-shadow: 4px 4px 4px #888;

}

#boothMain {
	height: 100%;
}

#snapshot {
border: 1px solid #eee;
border-radius: 10px;
padding: 10px;
box-shadow: 4px 4px 4px #888;
margin-top: 20px;
background: #fcfcfc;
}

#snapshotTable_filter > label {
	margin-right: 10px;
}

#snapshotTable_filter > label > input {
	border-radius: 25px;
	box-shadow: 4px 4px 4px #888;
}

.boothDetailsInner {
	border: 1px solid #eee;
border-radius: 10px;
padding: 10px;
box-shadow: 4px 4px 4px #888;
height: 600px;
background: #FCFCFC;
}

table.dataTable>tbody>tr.selected>* {	
	box-shadow: inset 0 0 0 9999px rgb(13 110 253 / 50%)
}

.material-icons.md-light {
color: rgba(255, 255, 255, 1);
}

.material-icons.md-36 {
font-size: 36px;
}

.pointer {
cursor: pointer;
}

.em11 {
font-size: 1.1em;
}

.em12 {
font-size: 1.2em;
}

.em13 {
font-size: 1.3em;
}

.em14 {
font-size: 1.4em;
}

.em15 {
font-size: 1.5em;
}

.em16 {
font-size: 1.6em;
}

.em17 {
font-size: 1.7em;
}

.em18 {
font-size: 1.8em;
}

.em19 {
font-size: 1.9em;
}

.em2 {
font-size: 2em;
}

.rBground {
background-color: #FFCDD2;

}

.pBground {
background-color: #E1BEE7;
}

.onecol {
width: calc(100% - 20px);
padding: 10px;
}

.twocol {
	width: 50%;
	padding: 10px;
}

.threecol {
width: calc(33% - 60px);
padding: 10px;
float: left;
height: auto;
}

.bordered {
border: 1px solid #9c27b0;
border-radius: 10px;
margin-top: 20px;
height: 100%;
}

.bold {
	font-weight: bold;
}


/* Tooltip */
.tooltip {
position: relative;
display: inline-block;
}

/*Tooltip Text*/
.tooltip .tooltiptext {
visibility: hidden;
width: 300px;
height: 40px;
color: #fff;
text-align: center;
line-height: 40px;
padding: 5px 0;

position: absolute;
z-index: 1;
right: 105%;
}

/*Show the tooltip on hover*/
.tooltip:hover .tooltiptext {
	visibility: visible;
}

.rTable {
		    	display: table;
		    	width: 100%;
		    	overflow: scroll;
		    	background-color: white;
		}
		.rTableRow {
		    	display: table-row;
		    	min-height: 30px;
		}
		.rTableHeading {
		    	display: table-header-group;
		    	/*background-color: #ddd;*/
		}
		.rTableCell, .rTableHead, .rTableHeadSort {
		    	display: table-cell;
		    	padding: 3px 10px;
		    	border: .5px solid #E6E6E6;
		    	line-height: 35px;
		}

		.rTableHead {
		background-color: #E6E6E6;
		}



		.rTableHeading {
		    	display: table-header-group;
		    	/*background-color: #ddd;*/
		    	font-weight: bold;

		}
		.rTableFoot {
		    	display: table-footer-group;
		    	font-weight: bold;
		    	background-color: #ddd;
		}
		.rTableBody {
		    	display: table-row-group;
		}

		.topLeft {
		border-top-left-radius: 10px;
		}

		.topRight {
		border-top-right-radius: 10px;
		}



		#main {
		/*width: calc(100% - 20px);*/
		/*width: calc(100% - 20px);*/
		float: right;
		min-height: 800px;
		position: relative;
padding-top: 70px;
padding-left: 10px;
padding-right: 10px;
		}

		.login {
		width: 60%;
		margin: 0 auto;
		}

		.indexLogin {
			position: fixed;
			right: 100px;
			bottom: 100px;
			height: 300px;
			width: 300px;
			overflow-x: hidden;
			padding: 5px;
			z-index: 9999;
		}

		#registration {
			/*width: 600px;
			height: 300px;*/
			position: absolute;
		}

		.regPage {
			width: 300px;
			height: 300px;
			position: absolute;
		}

		.regPage2 {
			width: 300px;
			height: 300px;
			left: 300px;
			position: absolute;
		}

#myTabContent {
	padding-top: 10px;
}

#settingsMain {
		width: 80%;
		float: right;
		min-height: 800px;
		position: relative;
		}

#sidebar {
width: 15%;
top: 70px;
bottom: 0;
left: 0;
position: absolute;
background: #2196f3;
min-height:500px;
}

#sidebar2 {
width: 20%;
top: 70px;
bottom: 0;
left: 200px;
position: absolute;
display: none;
background: #2196f3;
overflow-y: visible;
}

.booths {
position: absolute;
left: 200px;
top: 70px;
width: 20%;
list-style:none;
padding: 0;
background: #2196f3;
margin-top: 0;
display:none;
}

.booths li {
padding: 5px;
background-color: #2196f3
}

.booths li a {
color: white;
text-decoration: none;
font-size: 1.3em;
}

#boothsMenu {
position: absolute;
left: 200px;
}

#boothsMenu a {
color: white;
text-decoration: none;
font-size: 1.3em;
}



#page {
position: relative;
margin-left: 10%;
}

		#menu {
		width: 100%;
		clear: both;
		}

#inner {
	position: fixed;
	height: calc(100% - 70px);
	width: 55%;
	/*padding-right: 60px;*/
	right: -55%;
	top: 70px;
	/*overflow-y: auto;*/

	-webkit-transition: -webkit-transform .5s;
	-moz-transition: -moz-transform .5s;
	-o-transition: -o-transform .5s;
	transition: transform .5s;


}

#tktDetails {
	position: fixed;
	height: calc(100% - 70px);
	width: 55%;
	/*padding-right: 60px;*/
	right: -55%;
	top: 70px;

	/*background-color: #FFF;
	/*overflow-y: auto;*/

	-webkit-transition: -webkit-transform .5s;
	-moz-transition: -moz-transform .5s;
	-o-transition: -o-transform .5s;
	transition: transform .5s;


}

.innerContain {
height: 100%;
overflow-y: auto;
position: relative;
width: calc(100% - 70px);
float: right;
border-left: 1px solid #555;
/*margin-left: 50px;*/
background-color: #FFFFFF;
padding: 10px;
}


.innerClose {
position: absolute;
top: 5px;
right: 60px;
}

#addSlider {
position: fixed;
height: 100%;
width:400px;
right:-350px;
top: 70px;
/*background-color: red;*/

	-webkit-transition: -webkit-transform .5s;
	-moz-transition: -moz-transform .5s;
	-o-transition: -o-transform .5s;
	transition: transform .5s;

}

#addButtons {
	position: fixed;
	width: 50px;
	/*top: 200px*/;
}

#addSliderContent {
position: absolute;
background-color: #FFF;
width: 400px;
height: 100%;
margin-left: 50px;
border-left: 1px solid #000;
overflow-y: auto;
padding: 10px;
}

.tickets {
width: calc(100% - 20px);
overflow: hidden;
}

#boothDetails {
height: 100%;
/*border: 1px solid #888; */
}

#addressDetails {
position: absolute;
width: calc(50% - 30px);
border: 1px solid #555555;
border-radius: 10px;
}

#captainDetails {
width: calc(50% - 30px);
float: right;
border: 1px solid #555555;
border-radius: 10px;
}

#topMenu {
	background-color: rgba(0,0,0,0.5);
	width: 100%;
	height: 50px;
	position: relative;
	padding: 10px;
}

.headerMenu {
position: absolute;
width: 50%;
left: 150px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;

}

.headerMenu li {
    float: left;
}

.headerMenu li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.block {
display: block;
width: 100%;
border: none;
border-radius: 5px;
background-color: #2196f3;
color: white;
cursor: pointer;
text-align: center;
padding: 14px 28px;
}

#homeMenuSmall, #headerMenuSmall {
display: none;
}

.center {
text-align: center;
}

.fullWheelchair {
	background: url(images/disabled-wheelchair-icon.gif);
	background-size: 30px 30px;
}

.smallsize {
	display: none;
}

.btn-float-1 {
	position:fixed;
	top: 200px;
	z-index: 9999;
	font-size: 2em;
	background-color: #2a4761;
	padding: 10px;
	border-radius: 50%;
	right: 10px;
}

.closeButton {
	position:fixed;
	top: 200px;
	z-index: 9999;
	font-size: 2em;
	background-color: #2a4761;
	padding: 10px;
	border-radius: 50%;
	right: 410px;
	display: none;
}

#addVolunteer {
	position: fixed;
	right: -400px;
	top: 0;
	height: 100%;
	width: 400px;
	border-left: 1px solid #999;
	padding: 10px;
	background-color: lightgray;
	z-index: 9999;
}

#chooseBooth {
	border-radius: 10px;
    box-shadow: 4px 4px 4px #888;
    font-size: 1.5em;
    height: 2em;
    width: 30%;
    margin: 0 auto;
    margin-top: 20px;
}

		@media screen and (max-width: 850px) {
				#main {
		max-width: 600px;
		float: right;
		min-height: 800px;
		position: relative;
		/*margin-left: 15%;*/
		padding-top: 70px;
		}


		.indexTitle {
			position: fixed;
			top: 10px;
			left: 0;
			width: 100%;
			font-size: 90px;
			text-align: center;
			height: 180px;
			line-height: 90px;
		}

		.indexSubtitle {
			position: fixed;
			top: 200px;
			height: 30px;
			font-size: 20px;
			width: 100%;
			left: 0;
			text-transform: uppercase;
			text-align: center;
		}

		.indexLogin {
			right: auto;
			top: 250px;
			width: 80%;
			position: relative;
			margin: 0 auto;
			height: 220px;
		}

		#registration {
			width: 100%;
			height: 150px
		}

		.login {
		width: 100%;
		}

		.headerMenu {
		display: none;
		}

		.booths {
position: absolute;
left: 0;
top: 70px;
width: 100%;
list-style:none;
padding: 0;
background: #2196f3;
margin-top: 0;
display:none;
overflow-y: scroll;
}

.booths li {
padding: 5px;
background-color: #2196f3;
text-align: center;
}

.booths li a {
color: white;
text-decoration: none;
font-size: 1.3em;
}

#headerMenuSmall {
display: block;
float: right;
height: 43px;
width: 50px;
text-align: center;
padding-top: 7px;
border-radius: 30px;
position: absolute;
right: 100px;
}

#homeMenuSmall {
display: block;
float: right;
height: 43px;
width: 50px;
text-align: center;
padding-top: 7px;
border-radius: 30px;
position: absolute;
right: 170px;
}

#headerMenuSmall a {
text-decoration: none;
}

#homeMenuSmall a {
text-decoration: none;
}

/*#mytableLarge {
display: none;
}*/



#map {
 min-height: 600px;
 z-index: 1;
}

#boothDetails {
	min-height: 500px;
}



/*#snapshot {
	display: none;
}*/

.fullsize {
	display: none;
}

.smallsize {
	display:block;
}

.volTime {
	height: 60px;
	background-color:#3f51b5;
	color: #fff;
}
		}
