@charset "utf-8";
/*------------------------------------------------------
--> Main <--
------------------------------------------------------*/
body{
	margin: 0px;
    padding: 0px;
    font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, 'sans-serif';	
}

*{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.noselect {
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	-khtml-user-select: none; /* Konqueror HTML */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
}

#GuzzBackground{
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    margin: 0px;
    padding: 0px;
	background-image: url("../images/Background.jpg?v=1.00");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right bottom;
    border: thin solid rgba(0,0,0,1.00);
    -webkit-box-shadow: inset 0px 0px 1px 1px rgba(0,0,0,0.50);
    box-shadow: inset 0px 0px 1px 1px rgba(0,0,0,0.50);
}

#GuzzContent{
    position: relative;
    min-height: 100vh;
    margin: 0px;
    border: thin solid rgba(255,255,255,0.00);
}

#Guzz-HeaderBorder{
    position: relative;
    background: rgba(255,205,52,1.00);
    border-bottom: 1px solid rgba(255,255,255,1.00);
    -webkit-box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.30);
    box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.30);
}
#Guzz-Header{
    position: relative;
    margin-bottom: 4px;
    padding: 5px;
    background: rgba(0,0,0,1.00);
    border-bottom: 1px solid rgba(237,32,36,1.00);
    -webkit-box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.30);
    box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.30);
    font-size: 18px;
    text-align: center;
    color: rgba(255,255,255,0.75);
}

#Guzz-Logout{
    position: absolute;
    top: 5px;
    right: 10px;
    cursor: pointer;
}

#Guzz-FooterBorder{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(255,205,52,1.00);
    border-top: 1px solid rgba(255,255,255,1.00);
    -webkit-box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.30);
    box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.30);
}
#Guzz-Footer{
    position: relative;
    margin-top: 4px;
    padding: 5px;
    background: rgba(0,0,0,1.00);
    border-top: 1px solid rgba(237,32,36,1.00);
    -webkit-box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.30);
    box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.30);
    font-size: 14px;
    text-align: center;
    color: rgba(255,255,255,0.75);
}
/*------------------------------------------------------
--> Main 4 Layer Box Layout <--
------------------------------------------------------*/
.Box-Border1{
    position: relative;
    background: rgba(255,205,52,1.00);
    border: 1px solid rgba(255,255,255,1.00);
    border-radius: 20px;
    -webkit-box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.30);
    box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.30);
}
.Box-Border2{
    position: relative;
    margin: 4px;
    background: rgba(0,0,0,1.00);
    border: 1px solid rgba(237,32,36,1.00);
    border-radius: 20px;
    -webkit-box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.30);
    box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.30);
}
.Box-Border3{
    position: relative;
    margin: 8px;
    background: rgba(255,205,52,1.00);
    border: 1px solid rgba(237,32,36,1.00);
    border-radius: 20px;
    -webkit-box-shadow: inset 0px 0px 2px 2px rgba(0,0,0,0.30);
    box-shadow: inset 0px 0px 2px 2px rgba(0,0,0,0.30);
}
.Box-Blank{
    position: relative;
    margin: 4px;
    background-color: rgba(255,255,255,1.00);
    border: 1px solid rgba(255,255,255,1.00);
    border-radius: 20px;
    -webkit-box-shadow: inset 0px 0px 2px 2px rgba(0,0,0,0.30);
    box-shadow: inset 0px 0px 2px 2px rgba(0,0,0,0.30);
	overflow: hidden;
}
.Box-Fuel{
    position: relative;
    margin: 4px;
    background-color: rgba(255,205,52,1.00);
    background-image: url(../_images/Login-Background.jpg?v=1.02);
	background-repeat: none;
	background-size: cover;
	background-position: center center;
    border: 1px solid rgba(255,255,255,1.00);
    border-radius: 20px;
    -webkit-box-shadow: inset 0px 0px 2px 2px rgba(0,0,0,0.30);
    box-shadow: inset 0px 0px 2px 2px rgba(0,0,0,0.30);
}

/*------------------------------------------------------
--> Bar Layout <--
------------------------------------------------------*/
.Bar-TopBorder{
	position: relative;
	height: 5px;
    background: rgba(255,205,52,1.00);
    border-top: 1px solid rgba(255,255,255,1.00);
    -webkit-box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.30);
    box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.30);
	z-index: 100;
}
.Bar-Top{
	position: relative;
	height: 5px;
    background: rgba(0,0,0,1.00);
    border-top: 1px solid rgba(237,32,36,1.00);
    -webkit-box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.30);
    box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.30);
	z-index: 200;
}
.Bar{
	position: relative;
	padding: 2px 5px 2px 10px;
    background: rgba(0,0,0,1.00);
	font-size: 18px;
	text-align: left;
	color: rgba(255,255,255,0.75);
	z-index: 300;
}
.Bar-Text{
	position: relative;
	margin-left: 100px;
}
.Bar-Bottom{
	position: relative;
	height: 5px;
    background: rgba(0,0,0,1.00);
    border-bottom: 1px solid rgba(237,32,36,1.00);
    -webkit-box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.30);
    box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.30);
	z-index: 200;
}
.Bar-BottomBorder{
	position: relative;
	height: 5px;
    background: rgba(255,205,52,1.00);
    border-bottom: 1px solid rgba(255,255,255,1.00);
    -webkit-box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.30);
    box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.30);
	z-index: 100;
}

/*------------------------------------------------------
--> Landing Page Login <--
------------------------------------------------------*/
#Login{
    position: relative;
    width: 500px;
    margin: 10px auto;
}
@media (max-width: 520px) {
    #Login{
        width: 96%;
    }
}

#Login-Logo{
    position: relative;
    width: 90%;
	margin: 0px auto;
}
#Login-Title{
    position: relative;
    width: 96%;
    margin: 10px auto;
}

/*------------------------------------------------------
--> Forms <--
------------------------------------------------------*/
#Login-Info{
	position: relative;
}
#Send-Reset{
    display: none;
}

#Login-Options{
    position: absolute;
    bottom: -24px;
    left: 25px;
	padding: 5px;
    width: calc(100% - 50px);
	background: rgba(255,255,255,0.95);
    border-top: thin solid rgba(0,0,0,0.75);
    border-bottom: thin solid rgba(0,0,0,0.75);
	font-size: 0px;
}

#New-Account{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 50%;
    border-right: thin solid rgba(0,0,0,0.75);
	font-size: 14px;
    text-align: center;
	color: rgba(0,0,0,0.75);
    cursor: pointer;
}

#Forgot-Password{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 50%;
	font-size: 14px;
    text-align: center;
	color: rgba(0,0,0,0.75);
    cursor: pointer;
}

#New-Info{
    position: relative;
    width: 100%;
}

.Form-Title{
    position: relative;
    margin: 15px 0px;
    padding: 5px;
    background: rgba(255,255,255,0.50);
    border-top: 2px solid rgba(0,0,0,0.75);
    border-bottom: 2px solid rgba(0,0,0,0.75);
    font-size: 22px;
    font-weight: bold;
    color: rgba(0,0,0,1.00);
    text-align: center;
    text-shadow: 1px 1px 1px rgba(255,255,255,1.00);
}

.Form-Input{
    position: relative;
    width: 90%;
    margin: 2px 5%;
    padding: 8px;
    border: thin solid rgba(0,0,0,1.00);
    border-radius: 5px;
    -webkit-box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.25);
    box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.25);
    font-size: 18px;
    text-align: center;
    color: rgba(0,0,0,0.75);
}

.Form-Error{
    position: relative;
    display: none;
    margin-top: 10px;
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    color: rgba(155,0,0,1.00);
    text-shadow: 1px 1px 1px rgba(255,255,255,1.00);
}

.Submit{
    position: relative;
    width: 90%;
	margin: 15px 5% 25px 5%;
    padding: 5px 10px;
    background: rgba(255,204,51,1.00);
    border: 3px solid rgba(255,255,255,1.00);
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.50);
    box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.50);
    font-size: 18px;
    font-weight: bold;
    color: rgba(0,0,0,1.00);
    text-shadow: 0px 1px 1px rgba(255,255,255,1.00);
    cursor: pointer;
}





/*------------------------------------------------------
--> Account Setup <--
------------------------------------------------------*/
#Guzz-Setup{
    position: relative;
    width: 500px;
    margin: 25px auto;
}
@media (max-width: 520px) {
    #Guzz-Setup{
        width: 96%;
    }
}
#Driver-Referral{
    position: relative;
    margin: 25px 10px;
    border-top: thin solid rgba(200,0,0,1.00);
    border-bottom: thin solid rgba(200,0,0,1.00);
    font-size: 18px;
    text-align: center;
    color: rgba(0,0,0,0.75);
}




/*------------------------------------------------------
--> Member Dashboard <--
------------------------------------------------------*/
.CurrentOrder{
	position: relative;
	margin: 25px 100px;
	padding: 5px;
	background: rgba(255,255,255,1.00);
	border-radius: 5px;
    -webkit-box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.50);
    box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.50);
}

.CurrentOrder-Status{
	position: relative;
	margin: 5px 10px;
	font-size: 18px;
	color: rgba(0,0,0,0.75);
}

.Vehicle{
	position: relative;
	display: flex;
	margin: 35px 50px;
	background: rgba(255,255,255,1.00);
	border-radius: 5px;
    -webkit-box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.50);
    box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.50);
	overflow: hidden;
}
.Vehicle-Photo{
	flex: 35%;
}
.Vehicle-Info{
	flex: 30%;
	text-align: center;
}
.Vehicle-Orders{
	flex: 35%;
	text-align: center;
}
.Vehicle-Description{
	position: relative;
	margin: 10px;
	font-size: 18px;
	color: rgba(0,0,0,0.75);
}

.Request-Slider{
	position: relative;
	width: 95%;
	margin: 5px auto;
}

.Request-Slider.ui-widget-content{
	height: 20px;
	background: rgba(255,205,52,1.00) !important;
	border: thin solid rgba(0,0,0,1.00) !important;

}
.Request-Slider .ui-slider-range{
	background: rgba(255,255,255,1.00) !important;
    -webkit-box-shadow: inset 0px 0px 1px 1px rgba(0,0,0,0.25);
    box-shadow: inset 0px 0px 1px 1px rgba(0,0,0,0.25);
}
.ui-slider-handle{
	height: 28px !important;
	background: rgba(0,0,0,1.00) !important;
	border: thin solid rgba(237,32,36,1.00) !important;
    -webkit-box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.25);
}
.Fuel-Warning{
    position: relative;
    display: none;
    padding: 5px 5px 10px 5px;
    font-size: 16px;
    color: rgba(200,0,0,1.00);
}


.DeliveryDates{
    position: relative;
	margin: 10px 0px 5px 0px;
    padding: 10px 0px;
	border-top: thin solid rgba(0,0,0,0.75);
	border-bottom: thin solid rgba(0,0,0,0.75);
}
.DateBox{
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 270px;
}
.dateLabel{
    position: relative;
	padding: 5px;
    font-size: 16px;
    color: rgba(0,0,0,0.75);
}
.SelectedDate{
    position: relative;
    margin: 0px 10px 10px 10px;
    padding: 2px 5px 5px 5px;
    width: 252px;
    border-top: thin solid rgba(0,0,0,0.00);
    border-right: thin solid rgba(0,0,0,0.75);
    border-bottom: thin solid rgba(0,0,0,0.75);
    border-left: thin solid rgba(0,0,0,0.75);
    border-bottom-left-radius: 5px; 
    border-bottom-right-radius: 5px; 
    -webkit-box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.25);
    box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.25);
    text-align: center;
}


.Review-Request{
    position: relative;
	display: inline-block;
    margin: 5px;
    padding: 5px 15px;
    border: thin solid rgba(0,0,0,0.50);
    border-radius: 5px;
    -webkit-box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.25);
    box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.25);
	font-size: 16px;
	color: rgba(0,0,0,0.75);
    cursor: pointer;
}


#Request-Box{
	position: fixed;
	display: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background:  rgba(0,0,0,0.75);
	z-index: 2000;
}
#Request-Background{
    position: absolute;
    top: 0;
    left: 0;
    height: calc(100% - 50px);
    width: calc(100% - 50px);
    margin: 25px;
    background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
    border: 2px solid rgba(0,0,0,1.00);
    border-radius: 20px;
    -webkit-box-shadow: 0px 0px 3px 3px rgba(0,0,0,0.50);
    box-shadow: 0px 0px 3px 3px rgba(0,0,0,0.50);
    overflow: hidden;
    z-index: 100;
}

#Request-Info{
    position: absolute;
    top: 0;
    left: 0;
    height: calc(100% - 50px);
    width: calc(100% - 50px);
    margin: 25px;
    background: rgba(255,255,255,0.50);
    border: 3px solid rgba(255,255,255,1.00);
    border-radius: 20px;
    -webkit-box-shadow: inset 0px 0px 3px 3px rgba(0,0,0,0.50);
    box-shadow: inset 0px 0px 3px 3px rgba(0,0,0,0.50);
    overflow: hidden;
    z-index: 200;
}
#Request-Close{
    position: absolute;
    top: 4px;
    right: 4px;
    padding: 5px 12px;
    background: rgba(0,0,0,1.00);
    border: 2px solid rgba(255,255,255,1.00);
    border-radius: 25px;
    -webkit-box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.25);
    font-size: 26px;
    text-align: center;
    color: rgba(255,255,255,0.75);
    cursor: pointer;
    z-index: 400;
}

#Request-Title{
    position: relative;
    height: 56px;
    padding: 10px 20px;
    background: rgba(255,255,255,1.00);
    -webkit-box-shadow: 0px 0px 3px 3px rgba(0,0,0,0.50);
    box-shadow: 0px 0px 3px 3px rgba(0,0,0,0.50);
    font-size: 30px;
    text-align: center;
    color: rgba(0,0,0,0.75);
    z-index: 300;
}

#Request-Data{
    position: relative;
    height: calc(100% - 56px);
    padding: 20px;
    overflow-y: auto;
}

#Request-Amount{
    position: relative;
    margin: 25px;
    padding: 15px;
    background: rgba(255,255,255,0.75);
    border: 2px solid rgba(255,255,255,1.00);
    border-radius: 10px;
    -webkit-box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.25);
    box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.25);
    font-size: 22px;
    color: rgba(0,0,0,0.75);
    line-height: 1.5;
}

#Request-Schedule{
    position: relative;
    margin: 25px;
    padding: 15px;
    background: rgba(255,255,255,0.75);
    border: 2px solid rgba(255,255,255,1.00);
    border-radius: 10px;
    -webkit-box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.25);
    box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.25);
    font-size: 22px;
    color: rgba(0,0,0,0.75);
    line-height: 1.5;
}

#Request-ScheduleNotes{
    position: relative;
    margin: 25px;
    padding: 15px;
    background: rgba(255,255,255,0.75);
    border: 2px solid rgba(255,255,255,1.00);
    border-radius: 10px;
    -webkit-box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.25);
    box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.25);
    font-size: 22px;
    color: rgba(0,0,0,0.75);
    line-height: 1.5;
}

#ScheduleNotes{
    position: relative;
    width: calc(100% - 30px);
    height: 40px;
    margin: 5px 15px;
    padding: 5px 15px;
    border: thin solid rgba(0,0,0,0.75);
    border-radius: 5px;
    -webkit-box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.25);
    box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.25);
    font-size: 22px;
    color: rgba(0,0,0,0.75);
    text-align: center;
    font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, 'sans-serif';	
}

#Request-DeliveryNotes{
    position: relative;
    margin: 25px;
    padding: 15px;
    background: rgba(255,255,255,0.75);
    border: 2px solid rgba(255,255,255,1.00);
    border-radius: 10px;
    -webkit-box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.25);
    box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.25);
    font-size: 22px;
    color: rgba(0,0,0,0.75);
    line-height: 1.5;
}

#DeliveryNotes{
    position: relative;
    width: calc(100% - 30px);
    height: 40px;
    margin: 5px 15px;
    padding: 5px 15px;
    border: thin solid rgba(0,0,0,0.75);
    border-radius: 5px;
    -webkit-box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.25);
    box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.25);
    font-size: 22px;
    color: rgba(0,0,0,0.75);
    text-align: center;
    font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, 'sans-serif';	
}

#Request-Submit{
    position: relative;
    margin: 25px;
    padding: 15px;
    background: rgba(255,255,255,0.75);
    border: 2px solid rgba(255,255,255,1.00);
    border-radius: 10px;
    -webkit-box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.25);
    box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.25);
    font-size: 22px;
    color: rgba(0,0,0,0.75);
    line-height: 1.5;
}

#Submit-FuelRequest{
    position: relative;
    display: inline-block;
    margin: 15px 15px 5px 15px;
    padding: 5px 10px;
    background: rgba(0,0,255,0.75);
    border: 2px solid rgba(255,255,255,1.00);
    border-radius: 10px;
    -webkit-box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.25);
    box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.25);
    color: rgba(255,255,255,1.00);
    cursor: pointer;
}


.Edit-Input{
    position: relative;
    width: 300px;
    margin: 10px;
    padding: 5px 10px;
    border: thin solid rgba(0,0,0,1.00);
    border-radius: 5px;
    font-size: 16px;
    color: rgba(0,0,0,0.75);
}

#Update-Account{
    position: relative;
    display: inline-block;
    margin: 5px;
    padding: 5px 15px;
    border: thin solid rgba(0,0,0,0.75);
    border-radius: 5px;
    -webkit-box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.35);
    box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.35);
    cursor: pointer;
}

.Update-Vehicle{
    position: relative;
    display: inline-block;
    margin: 5px;
    padding: 5px 15px;
    border: thin solid rgba(0,0,0,0.75);
    border-radius: 5px;
    -webkit-box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.35);
    box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.35);
    cursor: pointer;
}

.Guzz-G{
	position: absolute;
	top: -65px;
	left: 0px;
}
/*------------------------------------------------------
--> Manager Page <--
------------------------------------------------------*/
#Guzz-Manager{
    position: relative;
    width: 90%;
    margin: 25px auto 60px auto;
}



/*------------------------------------------------------
--> Development Notes <--
------------------------------------------------------*/
.Development{
	position: relative;
	margin: 35px 50px;
	background: rgba(255,255,255,1.00);
	border-radius: 5px;
    -webkit-box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.50);
    box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.50);
	overflow: hidden;
}
.DevelopmentTitle{
    position: relative;
    margin: 10px;
    padding: 5px;
    font-size: 20px;
    font-style: italic;
    color: rgba(200,0,0,1.00);
    text-decoration: underline;
}

.DevelopmentNotes{
    position: relative;
    margin: 10px;
    padding: 5px;
    border-top: thin solid rgba(200,0,0,1.00);
    border-bottom: thin solid rgba(200,0,0,1.00);
    font-size: 16px;
    line-height: 1.5;
    color: rgba(200,0,0,1.00);
}












/*------------------------------------------------------
--> Development <--
------------------------------------------------------*/
#DevBox{
    position: relative;
    width: calc(100% - 50px);
    margin: 40px 25px;
    background: rgba(255,255,255,1.00);
    border: 3px solid rgba(255,204,51,1.00);
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.50);
    box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.50);
}
#DevLogo{
    position: absolute;
    top: -42px;
    left: -35px;
    width: 100px;
    z-index: 10;
}
#DevTitle{
    position: relative;
    background: rgba(255,204,51,1.00);
}
#DevName{
    position: relative;
    padding: 10px 100px 10px 55px;
    font-size: 22px;
    font-style: italic;
    color: rgba(0,0,0,0.60);
}
#DevLogout{
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 5px 10px;
    background: rgba(255,255,255,0.75);
    border: thin solid rgba(0,0,0,0.75);
    border-radius: 10px;
    -webkit-box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.25);
    box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.25);
    font-size: 16px;
    color: rgba(0,0,0,0.75);
    cursor: pointer;
}

#DevDetail{
    position: relative;
    padding: 1px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    -webkit-box-shadow: inset 0px 0px 2px 2px rgba(0,0,0,0.35);
    box-shadow: inset 0px 0px 2px 2px rgba(0,0,0,0.35);
}
.DevSection{
    position: relative;
    margin: 15px;
    border: 3px solid rgba(255,204,51,1.00);
    border-radius: 10px;
    -webkit-box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.25);
    box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.25);
}
.SectionTitle{
    postion: relative;
    padding: 10px;
    font-size: 18px;
    color: rgba(0,0,0,0.50);
    cursor: pointer;
}
.SectionBox{
    position: relative;
    padding: 10px;
    border-top: thin solid rgba(0,0,0,0.75);
    display: none;
}

#NewTopic{
    position: relative;
    border: thin solid rgba(0,0,0,0.75);
    border-radius: 5px;
    -webkit-box-shadow: inset 0px 0px 1px 1px rgba(0,0,0,0.25);
    box-shadow: inset 0px 0px 1px 1px rgba(0,0,0,0.25);
}
#TopicName{
    position: relative;
    height: 33px;
    padding: 5px 10px;
    width: calc(100% - 20px);
    margin: 10px 10px 0px 10px;
    border: thin solid rgba(0,0,0,0.75);
    border-radius: 5px;
    font-size: 18px;
    font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, 'sans-serif';
    color: rgba(0,0,0,0.75);
}
#TopicType{
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 5px 5px 10px 10px;
    padding: 5px 10px;
    background: rgba(255,255,255,1.00);
    border: thin solid rgba(0,0,0,0.75);
    border-radius: 5px;
    font-size: 16px;
    font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, 'sans-serif';
    color: rgba(0,0,0,0.75);
    cursor: pointer;
}
#SubmitTopic{
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 5px 10px 10px 0px;
    padding: 3px 10px;
    border: thin solid rgba(0,0,0,0.75);
    border-radius: 5px;
    -webkit-box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.25);
    box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.25);
    font-size: 16px;
    color: rgba(0,0,0,0.75);
    cursor: pointer;
}
#PriorityTopics{
    position: relative;
    min-height: 100px;
    margin-top: 25px;
    border: 2px solid rgba(155,0,0,0.75);
    border-radius: 5px;
    -webkit-box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.25);
    box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.25);
}
#PriorityTitle{
    position: absolute;
    display: inline-block;
    top: -15px;
    left: 10px;
    padding: 3px 10px;
    background: rgba(155,0,0,1.00);
    border-radius: 5px;
    -webkit-box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.25);
    box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.25);
    font-size: 18px;
    color: rgba(255,255,255,1.00);
}
#GeneralTopics{
    position: relative;
    min-height: 100px;
    margin-top: 25px;
    border: 2px solid rgba(0,0,155,0.75);
    border-radius: 5px;
    -webkit-box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.25);
    box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.25);
}
#GeneralTitle{
    position: absolute;
    display: inline-block;
    top: -15px;
    left: 10px;
    padding: 3px 10px;
    background: rgba(0,0,155,1.00);
    border-radius: 5px;
    -webkit-box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.25);
    box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.25);
    font-size: 18px;
    color: rgba(255,255,255,1.00);
}
#ArchivedTopics{
    position: relative;
    min-height: 100px;
    margin-top: 25px;
    border: 2px solid rgba(100,100,100,0.75);
    border-radius: 5px;
    -webkit-box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.25);
    box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.25);
}
#ArchivedTitle{
    position: absolute;
    display: inline-block;
    top: -15px;
    left: 10px;
    padding: 3px 10px;
    background: rgba(100,100,100,1.00);
    border-radius: 5px;
    -webkit-box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.25);
    box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.25);
    font-size: 18px;
    color: rgba(255,255,255,1.00);
}
.TopicPriorityBox{
    position: relative;
    margin: 25px 10px 10px 10px;
    border: 2px solid rgba(155,0,0,1.00);
    border-radius: 5px;
    -webkit-box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.25);
    box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.25);
}
.TopicPriorityName{
    position: relative;
    padding: 5px 10px;
    background: rgba(155,0,0,0.15);
    border-bottom: 2px solid rgba(155,0,0,1.00);
    font-size: 18px;
    color: rgba(0,0,0,1.00);
}
.TopicGeneralBox{
    position: relative;
    margin: 25px 10px 10px 10px;
    border: 2px solid rgba(0,0,155,1.00);
    border-radius: 5px;
    -webkit-box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.25);
    box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.25);
}
.TopicGeneralName{
    position: relative;
    padding: 5px 10px;
    background: rgba(0,0,155,0.15);
    border-bottom: 2px solid rgba(0,0,155,1.00);
    font-size: 18px;
    color: rgba(0,0,0,1.00);
}
.TopicArchivedBox{
    position: relative;
    margin: 25px 10px 10px 10px;
    border: 2px solid rgba(100,100,100,1.00);
    border-radius: 5px;
    -webkit-box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.25);
    box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.25);
}
.TopicArchivedName{
    position: relative;
    padding: 5px 10px;
    background: rgba(100,100,100,0.15);
    border-bottom: 2px solid rgba(100,100,100,1.00);
    font-size: 18px;
    color: rgba(0,0,0,1.00);
}
.ChangeType{
    position: absolute;
    display: inline-block;
    top: 2px;
    right: 2px;
    padding: 5px 10px;
    background: rgba(255,255,255,1.00);
    border: thin solid rgba(0,0,0,0.75);
    border-radius: 5px;
    font-size: 16px;
    font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, 'sans-serif';
    color: rgba(0,0,0,0.75);
    cursor: pointer;
}
.TopicComments{
    position: relative;
}
.NewComment{
    position: relative;
    height: 33px;
    padding: 5px 10px;
    width: calc(100% - 20px);
    margin: 10px 10px 0px 10px;
    border: thin solid rgba(0,0,0,0.75);
    border-radius: 5px;
    font-size: 18px;
    font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, 'sans-serif';
    color: rgba(0,0,0,0.75);
}
.SubmitComment{
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 5px 10px 10px 10px;
    padding: 3px 10px;
    border: thin solid rgba(0,0,0,0.75);
    border-radius: 5px;
    -webkit-box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.25);
    box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.25);
    font-size: 16px;
    color: rgba(0,0,0,0.75);
    cursor: pointer;
}
.CommentText{
    position: relative;
    margin: 10px;
    padding: 10px;
    border: thin solid rgba(0,0,0,0.75);
    border-radius: 5px;
    -webkit-box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.25);
    box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.25);
}