@charset "utf-8";
/* CSS Document */

.overlayPanel{
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 100;

    height: 400px;
    margin-top: -200px;

    width: 600px;
    margin-left: -300px;
		display:none;
}

.overlayFog{
    position: absolute;
    height: 500%;
    width: 100%;
    background-color: #ccc;
    top: 0px;
	opacity:.5;
	display:none;
}

#field{
	margin-top: .5vw;
	margin-bottom: .5vw;
}

.optionPanel {
	position: fixed;
    left: 50%;
    top: 50%;
    z-index: 100;
    height: 400px;
    margin-top: -200px;
    width: 45%;
    margin-left: -300px;
	display:none;
}

.teacherOverlayPanel, .adminOverlayPanel, .signOverlayPanel, .optionPanel {
    position: fixed;
    left: 44%;
    top: 50%;
    z-index: 100;
    height: 400px;
    margin-top: -200px;
    width: 600px;
    margin-left: -300px;
	display:none;
}

.registerPanel, .registerAdminPanel{
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 100;

    height: 400px;
    margin-top: -200px;

    width: 600px;
    margin-left: -300px;
	display:none;
}

.listPanel{
    position: fixed;
    left: 50%;
    //top: 50%;
	top: 40%;
    z-index: 100;

    height: 400px;
    margin-top: -200px;

    width: 600px;
    margin-left: -300px;
	display:none;
}

.linkPanel{
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 100;

    height: 400px;
    margin-top: -200px;

    width: 600px;
    margin-left: -300px;
	display:none;
}

.requestPanel{
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 100;

    height: 400px;
    margin-top: -200px;

    width: 600px;
    margin-left: -300px;
	display:none;
}

.sendPanel{
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 100;

    height: 400px;
    margin-top: -200px;

    width: 600px;
    margin-left: -300px;
	display:none;
}

.donationPanel{
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 100;

    height: 400px;
    margin-top: -200px;

    width: 600px;
    margin-left: -300px;
	display:none;
}

.donatePanel{
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 100;

    height: 400px;
    margin-top: -200px;

    width: 600px;
    margin-left: -300px;
	display:none;
}

.codePanel{
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 100;

    height: 400px;
    margin-top: -200px;

    width: 600px;
    margin-left: -300px;
	display:none;
}

.navbar-nav {
	height: 50px!important;
}
.nav > li > a {
	font-size: 0.7vw;
}

@media (max-width: 1200px) {
	.signOverlayPanel,.teacherOverlayPanel, .adminOverlayPanel, 
	.registerPanel, .registerAdminPanel, .listPanel, .linkPanel,
	.requestPanel, .sendPanel, .donatePanel, .donatePanel, .codePanel, .optionPanel {
		left: unset!important;
		margin-left: 0px!important;
		width: 100%!important;
		overflow-y: auto;
	}
	
	.nav > li > a {
		font-size: 3vw !important;
	}
	
	.navbar-nav {
		height: auto!important;
	}
	
	.navbar .container {
		width: 100%!important;
		background: black;
	}
	
	.navbar-custom {
		height: 51px;
		padding: 0px!important;
		margin-bottom: 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.3);
		text-transform: uppercase;
		font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
		background-color: black;
	}
	
	#codeContainer {
		top:10px!important;
		left: 58%;
		right: unset!important;
	}
	
	.navbar-collapse {
		overflow: hidden!important;
	}
	
	.navbar .container {
		max-width: 100%!important;
	}
	
	#signBlue, #codeContainer {
		display: none;
	}
	
	#signCollapse, #codeCollapse {
		display: block!important;
	}
	
	.navbar-toggle {
		position: absolute;
		right: 0px;
	}
	
}
	
@media (max-width: 745px) {
	.nav > li > a {
		font-size: 3vw!important;
	}
}	