html {
    height: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
	font-family:'Helvetica Neue';
	src:local("Helvetica Neue Light"),local("HelveticaNeue-Light"),url("../fonts/HelveticaNeue-Light.ttf") format("truetype"),url("../fonts/HelveticaNeue-Light.woff") format("woff");
	font-weight:300
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color: #e2e9ec;
    -webkit-font-smoothing:antialiased;
    font-family:"Helvetica Neue",sans-serif;
    font-weight:300;
    font-size:15px;
    line-height:1.2;
    -ms-content-zooming:none;
    min-height: 100%;
	background: linear-gradient(to bottom, rgba(251,99,99,1) 0%, rgba(209,19,19,1) 100%);
}

a {
	text-decoration: none;
	color: rgb(79,110,126);
}

a:hover {
	text-decoration: none;
	color: rgb(79,110,126);
}

a:visited {
	text-decoration: none;
	color: rgb(79,110,126);
}

input:focus {
    /*This stops the blue border from appering around text boxes*/
    outline: none;
}

.wrapper {

    width: 100%;
    /*height: 100%;*/
    min-height: 100%;
}

.loginbox {

    width: 380px;
    height: 380px;
    position: absolute;
    left:50%;
    top:50%;
    /*margin: -100px 0 0 -150px;*/
    margin-left: -190px;
    margin-top:-190px;
    background-image: url('../img/admin_login_box.png');
}

.loginbox_user {

    height: 35px;
    width: 320px;
    margin-top: 210px;
}

.loginbox_pass {

    height: 35px;
    width: 290px;
    margin-top: 15px;
    /*z-index: -1;*/

}

.loginbox_input {

    width: 290px;
    border-bottom: none;
    border-left: none;
    border-right: none;
    border-top: none;
    border-color: #dedede;
    margin-left: 30px;
    font-size: 20px;
    font-weight: lighter;


}

.textinput_underline {

    border-bottom: 1px solid;
    border-left: none;
    border-right: none;
    border-top: none;
    border-color: #dedede;
    width:320px;
    height:1px;
    margin-left: 30px;

}

.loginbox_submit {

    margin-top: -40px;
    margin-right: 30px;
    /*z-index: 500;*/
    float: right;

}

.loginbox_submitstyle {

    width: 26px;
    height: 26px;
    background-image: url('../img/submit.png');
    border: none;
    background-color: transparent;

}

#login_response {

    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    text-align: center;
    color: #000;
}

/*This changes the default color of the placeholder for text boxes*/
::-webkit-input-placeholder {color: #b3b3b3; font-weight: 100; padding-left: 5px;}
::-moz-placeholder {color: #b3b3b3; font-weight: 100; padding-left: 5px;}
:-ms-input-placeholder {color: #b3b3b3; font-weight: 100; padding-left: 5px;}
input:-mox-placeholder {color: #b3b3b3; font-weight: 100; padding-left: 5px;}

.site_title {

    margin-left: 10px;
    margin-top: 10px;
    font-size: 20px;
    float: left;
}

.user_title {


	font-size: 20px;
	float: left;

}

.footer {

    margin-left: -30px;
    bottom:0;
    width:100%;
    height: 40px;
    position: absolute;

}

.lglogo {

    float: left;
    margin-left: 50px;
    background-image: url('../img/lg_logo_small.png');
    height: 22px;
    width: 20px;
}

.bottom_right_menu {

    text-align: right;
    font-size: 15px;

}

#report_results {

	color: #515151;

}

.reportresultstable {

	color: #515151;
}


/* RepTool Admin - A a User Styles */

.registerbox_firstinput {

    height: 35px;
    width: 320px;
    margin-top: 50px;
}

.registerbox_nextinput {

    height: 35px;
    width: 290px;
    margin-top: 15px;
    /*z-index: -1;*/

}

.select_nameprogram {

	height: 35px;
	width: 290px;
	margin-top:15px;
	border: 1px solid black;
	margin-left: 30px;
	font-size: 15px;
	font-weight: lighter;
}

.chooseFileButton {

	width: 95px;
	height: 40px;
	border: 1px solid darkgray;
	cursor: pointer;
	display: block;
	font-size: 12px;
	color: black;
	text-align: center;
	line-height: 40px;
	background-color: lightgray;
	border-radius: 10px;
	margin-left: 30px;
	margin-top: 25px;

}

.registerbox_nextcheckbox {

	height: 20px;
	margin-top: 5px;
	color: rgb(79,110,126);

}

.registerbox_input {

    width: 290px;
    border-bottom: none;
    border-left: none;
    border-right: none;
    border-top: none;
    border-color: #dedede;
    margin-left: 30px;
    font-size: 20px;
    font-weight: lighter;


}

.registerbox_permissions_title {

	margin-left: 30px;
	font-size: 20px;
	font-weight: lighter;
	color: rgb(79,110,126);
}

.registerbox_permissions {

	margin-left: 40px;


}

.registerbox_submit_button {

	    width: 26px;
    height: 26px;
    background-image: url('../img/submit.png');
    border: none;
    background-color: transparent;
}

.registerbox_submit {

	margin-top: -20px;
    margin-right: 30px;
    /*z-index: 500;*/
    float: right;
}

.registerbox_cancel {

	margin-top: -18px;
	margin-right: 70px;
	float: right;
}

#register_response {

    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    text-align: center;
    color: #000;
}

.registerbox_createduser_title {

	font-size: 25px;
	color: black;
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 100px;
	text-align: center;
}

.registerbox_yesbutton {

	width: 100px;
	height: 30px;
	border-radius: 5px;
	background-color: lightgray;
	border: solid 1px darkgray;
	float: left;
	position: relative;
	margin-left: 70px;
	margin-top: 100px;

}

.registerbox_nobutton {

	width: 100px;
	height: 30px;
	border-radius: 5px;
	background-color: lightgray;
	border: solid 1px darkgray;
	float: right;
	position: relative;
	margin-right: 70px;
	margin-top: 100px;
}

/* Flip stuff
/* entire container, keeps perspective */
       	.flip-container {

        	-webkit-perspective: 1000;
        	-moz-perspective: 1000;
            perspective: 1000;
            position: absolute;
			margin-left: -190px;
			margin-top: -240px;
			left:50%;
			top:50%;
			display: none;
			z-index: 20;
        }

        .newform-flip-container {

	        -webkit-perspective: 1000;
	        -moz-perspective: 1000;
	        perspective: 1000;
	        position: absolute;
	        margin-left: -190px;
	        margin-top: -240px;
	        left:50%;
	        top:50%;
	        display: none;
	        z-index: 20;
        }

		.flip .flipper {

			-webkit-transform: rotateY(180deg);
			-moz-transform: rotateY(180deg);
			transform: rotateY(180deg);
			filter: FlipH;
    		-ms-filter: "FlipH";
		}

		.flip-container, .front, .back {

			width: 380px;
			height: 480px;
			position: absolute;
			border-radius: 60px;
		}

		.flipper {

			-webkit-transition: 0.6s;
			-webkit-transform-style: preserve-3d;

			-moz-transition: 0.6s;
			-moz-transform-style: preserve-3d;

			transition: 0.6s;
			transform-style: preserve-3d;

			position: relative;
		}

		.front, .back {
			-webkit-backface-visibility: hidden;
			-moz-backface-visibility: hidden;
			backface-visibility: hidden;

			position: absolute;
			top: 0;
			left: 0;
		}

		.front {
			background: white;
			z-index: 2;
		}

		.back {
			background: white;
			-webkit-transform: rotateY(180deg);
			-moz-transform: rotateY(180deg);
			transform: rotateY(180deg);
		}





/*Videos*/

.videos_wrapper {

	width: 900px;
	height: 100vh;
	margin-left: auto;
	margin-right: auto;
	background-color: white;

}

.videos_nav {

	width: 900px;
	height: 50px;
	background-color:#dfdfdf;
	line-height: 50px;
}

.videos_nav_left {

	float: left;
	margin-left: 20px;
	line-height: 50px;
	color: gray;
	font-size: medium;
	font-weight: 800;
}

.videos_nav_right {

	float: right;
	margin-right: 20px;
	line-height: 50px;
	color: gray;
	font-size: medium;
	font-weight: 400;
}

.videos_player {

	width: 525px;
	height: 350px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
}

.videos_temp_screen {

	background-color: black;
	width: 525px;
	height: 350px;

}

.videos_list_wrapper {

	width: 800px;
	height: 400px;
	background-color: #ededed;
	margin-left: auto;
	margin-right: auto;
	margin-top: 35px;
	overflow-y: scroll;

}

.videos_list_header {


}

.videos_list_content {


}

.videos_list_item {

	height: 150px;
	width: 760px;
	margin-left: 20px;


}

.videos_list_item_left {

	float: left;
	width: 120px;
	background-color: yellow;
	height: 120px;
	margin-top: 15px;
}

.videos_list_item_right {

	float: right;
	width: 640px;
	background-color: blue;
	height: 120px;
	margin-top: 15px;
}



/*New Form Flipper*/

.newform-flip-container {

	        -webkit-perspective: 1000;
	        -moz-perspective: 1000;
	        perspective: 1000;
	        position: absolute;
	        margin-left: -190px;
	        margin-top: -315px;
	        left:50%;
	        top:50%;
	        display: none;
	        z-index: 20;
        }

		.newform-flip .newform-flipper {

			-webkit-transform: rotateY(180deg);
			-moz-transform: rotateY(180deg);
			transform: rotateY(180deg);
			filter: FlipH;
    		-ms-filter: "FlipH";
		}

		.newform-flip-container, .newform-front, .newform-back {

			width: 380px;
			height: 630px;
			position: absolute;
			border-radius: 60px;
		}

		.newform-flipper {

			-webkit-transition: 0.6s;
			-webkit-transform-style: preserve-3d;

			-moz-transition: 0.6s;
			-moz-transform-style: preserve-3d;

			transition: 0.6s;
			transform-style: preserve-3d;

			position: relative;
		}

		.newform-front, .newform-back {
			-webkit-backface-visibility: hidden;
			-moz-backface-visibility: hidden;
			backface-visibility: hidden;

			position: absolute;
			top: 0;
			left: 0;
		}

		.newform-front {
			background: white;
			z-index: 2;
		}

		.newform-back {
			background: white;
			-webkit-transform: rotateY(180deg);
			-moz-transform: rotateY(180deg);
			transform: rotateY(180deg);
		}


/*Admin Home */

.admin_app_wrapper {

	width: 760px;
	height: 480px;
	position: absolute;
    left:50%;
    top:50%;
    margin-left: -380px;
    margin-top: -240px;

}

.admin_app_container {

	width: 150px;
	height: 200px;
	margin: 20px;
	float: left;

}

.admin_app_icon {

	width: 150px;
	height: 150px;

}

.admin_app_title {

	width: 150px;
	height: 50px;
	margin-top: 10px;
	text-align: center;
	font-size: 20px;
}


.controls_button {
	float: right;
	margin-right: 130px;
	margin-top: 10px;
	width: auto;
	height: auto;
	cursor: pointer;
}

.chevron {
	width: 9px;
	height: 5px;
	display: block;
	background-image: url("../img/chevron.png");
	margin-top: 10px;
	float: left;
	margin-left: 10px;

}

.chevron_blue {
	width: 9px;
	height: 5px;
	display: block;
	background-image: url("../img/chevron_blue.png");
	margin-top: 12px;
	float: left;
	margin-left: 10px;

}

.controls_container {
	background-image: url("../img/controls_tab.png");
	width: 146px;
	height: 81px;
	float: right;
	margin-top: 40px;
	margin-right: -91px;
	visibility: hidden;
}

.controls_container_training {

	background-color: white;
	width: 150px;
	float: right;
	margin-top: 40px;
	margin-right: -130px;
	visibility: hidden;
	padding: 10px;
}

.controls_container_reporting {

	background-color: white;
	width: 150px;
	float: right;
	margin-top: 10px;
	margin-right: 10px;
	visibility: hidden;
	padding: 10px;
	border: 1px solid #CCC;
}

.controls_container_training_underline {

	border-bottom: gray 1px solid;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.controls_container_left {

	background-image: url("../img/controls_tab.png");
	width: 146px;
	height: 81px;
	float: left;
	margin-top: 40px;
	margin-left: 130px;
	visibility: hidden;
	position: absolute;
}

.controls_items {

	text-align: left;
	margin-left: 10px;
	color: rgb(79,110,126);
	margin-top: 5px;
}


/*Edit Users*/

.edit_users_outer {

	width: 900px;
	height: 400px;
	border-radius: 60px;
	background-color: white;
    position: absolute;
    left:50%;
    top:30%;
    margin: -100px 0 0 -450px;
    overflow:scroll;
}

.edit_users_inner {

	padding: 50px;
	height: auto;
}

.edit_users_line_a {

	font-size: 25px;
	color: rgb(79,110,126);
	height: 30px;
	background-color: #acd6e4;
	padding: 10px;

}

.edit_users_line_b {

	font-size: 25px;
	color: rgb(79,110,126);
	height: 30px;
	background-color: #5f8693;
	padding: 10px;

}

.edit_users_username {

	float: left;
	height: 30px;
	position: relative;
}

.edit_users_email {

	float: left;
	height: 30px;
	margin-left: 130px;
	position: absolute;
}

.edit_users_name {

	float: left;
	height: 30px;
	margin-left: 400px;
	position: absolute;
}

.edit_users_permissions {

	float: left;
	height: 30px;
	margin-left: 590px;
	position: absolute;
}

.edit_users_disabled {

	float: right;
	height: 30px;
}



#container {
    width:100%;
    margin: 0 auto;
    overflow: hidden;

}

#primary {
float:left;
width:250px;
background-color: rgb(226,228,230);
min-height: 100%;
position: absolute;
border-right: solid 1px lightgray;
overflow: hidden;
}


#content {
float:left;
width: calc(100% - 552px);
min-width: 500px;
background: white;
height: 100%;
min-height: 100%;
position: relative;
margin-left: 552px;
overflow-x: hidden;
overflow: hidden;
}

#forms_content {

	float:left;
	width: calc(100% - 300px);
min-width: 300px;
background: white;
min-height: 100%;
position: relative;
margin-left: 300px;
overflow-x: hidden;
overflow: hidden;
}

#secondary {
float:left;
width:300px;
background-color: rgb(248,248,248);
min-height: 100%;
position: absolute;
margin-left: 251px;
border-right: solid 1px lightgray;
overflow: hidden;
}

#forms_primary {

	float:left;
	width:300px;
	background-color: rgb(248,248,248);
	min-height: 100%;
	position: absolute;
	border-right: solid 1px lightgray;
	overflow: hidden;
}


#columnheader {

	width: 100%;
	height: 50px;
	border-bottom: solid 1px lightblue;
	border-right: solid 1px lightgray;
	font-size: 21px;
	color: rgb(79,110,126);
}

#columnheadertext {

	margin-left: 10px;
	padding-top: 10px;
	float: left;
}

#edit_text {
	margin-left: 10px;
	padding-top: 10px;
	float: left;
}

#resetpassword_text {

	float: left;
	padding-top: 10px;
	margin-left: 10px;
}

#new_text {

	margin-left: 10px;
	padding-top: 10px;
	float: left;
}
#seperator_text {
	margin-left: 10px;
	padding-top: 10px;
	float: left;
}

#columnheaderdialog {

	padding-top: 10px;
	margin-right: 5px;
	float: right;
}

.primaryitem {

	float: right;
	width: 250;
	border-bottom: 1px solid lightgray;
	height: 45px;
	cursor: pointer;
}

.primaryitemtext {

	font-size: 20px;
	color: rgb(79,110,126);
	margin-top: 10px;
	height: 50px;
	width: 240px;
	float: right;

}

.secondaryitem {

	float: right;
	width: 290;
	border-bottom: 1px solid lightgray;
	height: 50px;
	cursor: pointer;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.secondaryitem_report {

	float: right;
	width: 310;
	border-bottom: 1px solid lightgray;
	height: 50px;
	cursor: pointer;
}

.secondaryitemtext {

	font-size: 20px;
	color: rgb(79,110,126);
	padding-top: 10px;
	padding-left: 10px;
}

.form_secondaryitemtext_new {

	width: 20px;
	height: 20px;
	float: left;
	padding-left: 10px;
	padding-top: 3px;
}

.form_secondaryitemtext_from {

	font-size: 14px;
	width: 180px;
	color: black;
	float: left;
	padding-top: 5px;
	padding-left: 5px;
	height: 17px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;

}

.form_secondaryitemtext_date {

	font-size: 14px;
	color: darkgray;
	float: right;
	padding-top: 5px;
	padding-right: 5px;
}

.form_secondaryitemtext_ordernum {

	font-size: 14px;
	color: darkgray;
	float: right;
	padding-top: 5px;
	padding-right: 5px;
}

.form_secondaryitemtext_description {

	padding-top: 5px;
	width: 180px;
	font-size: 14px;
	color: darkgray;
	float: left;
	overflow: hidden;
	padding-left: 5px;
	text-overflow: ellipsis;
	white-space: nowrap;
	}

.report_secondaryitemtext_description {

	padding-top: 5px;
	width: 270px;
	font-size: 11px;
	color: darkgray;
	float: left;
	overflow: hidden;
	padding-left: 5px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.form_secondaryitemtext_flag {


}


.secondaryitemtext_inactive {

	font-size: 20px;
	color: #a91616;
	padding-top: 10px;
	padding-left: 10px;
}

.firstuserbg {

	background-color: rgba(231,231,231,1);
}

.userlist {

	overflow-y: scroll;
	height: calc(100% - 40px);
	position: absolute;
	min-height: calc(100% - 40px);
	margin-left: 0px;
	width: 300px;

}

.formlist {

	overflow-y: scroll;
	height: calc(100% - 40px);
	position: absolute;
	min-height: calc(100% - 40px);
	margin-left: 0px;
	width: 350px;
}

.formlist {

	overflow-y: scroll;
	height: calc(100% - 40px);
	position: absolute;
	min-height: calc(100% - 40px);
	margin-left: 0px;
	width: 300px;

}

.search-icon {

	background-image: url('../img/searchicon.png');
	width: 22px;
	height: 22px;
	margin-left: 10px;
	margin-top: 12px;
	float: left;
}

#searchbox {

	border:none;
	height: 30px;
	width: 250px;
	background: transparent;
	font-size: 21px;
	margin-left: 5px;
	margin-top: 8px;
	font-family:"Helvetica Neue";
	font-weight: 100;


}

#hider {

	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	min-height: 100%;
	min-width: 100%;
	z-index: 18;
	background-color: black;
	opacity: 0.3;
	visibility: hidden;
}

.userinfo {

	margin-left: 50px;
	margin-top: 10px;
	height: 0px;
	min-width: 800px;
}

.forminfo {

	min-height: calc(100% - 50px);
	height: calc(100% - 50px);

	/*
	min-height: 100%;
	height: 100%;
	*/
	margin-left: 10px;
	width: 101%;
	min-width: 800px;
	position: absolute;
	overflow-y: scroll;
	overflow-x: hidden;
	z-index: 16;
	margin-left: 10px;

}

#nameprogramedit {

	min-height: calc(100% - 50px);
	height: calc(100% - 50px);
	margin-left:800px;
	width: 101%;
	min-width: 800px;
	position: absolute;
	overflow-y: scroll;
	overflow-x: hidden;
	z-index: 16;
	margin-left: 10px;

}

#formdetail {

    min-height: calc(100% - 101px);
	height: calc(100% - 101px);
	width: 100%;
	min-width: 800px;
	position: absolute;
	visibility: visible;
	overflow-y: scroll;
	overflow-x: hidden;
	z-index: 16;
	margin-left: 10px;
}

#reportdetail {

	min-height: calc(100% - 210px);
	height: calc(100% - 210px);
	width: 100%;
	min-width: 800px;
	position: absolute;
	visibility: visible;
	overflow-y: scroll;
	overflow-x: hidden;
	z-index: 16;
	margin-left: 10px;
}


.username {

	font-size: 25px;
	margin-top: 10px;
	color: black;


}

.form_line1 {

	font-size: 20px;
	margin-top: 0px;
	color: darkgray;
}

.form_line2 {

	font-size: 25px;
	margin-top: 10px;
	color: darkgray;
}

.form_contents_header {

	font-size: 25px;
	margin-top: 10px;
	color: darkgray;
}

.form_contents_item {

	font-size: 15px;
	color: darkgray;
}

.useremail {

	font-size: 25px;
	color: black;

}

.form_error {

	padding: 5px;
	width: 98%;
	height: auto;
	line-height: 25px;
	background-color: #d95252;
	border: 1px solid rgba(135,9,9,0.77);
	color: #802626;
}

.fullname {

	font-size: 40px;
	color: black;
	float: left;
}

.forminfo_friendlyname {

	font-size: 40px;
	color: black;
	float: left;
}

.form_fromtitle {

	font-size: 30px;
	color: black;
	float: left;
	margin-top: 5px;
}

.form_ordernum {


	font-size: 20px;
	color: darkgray;
}

.userinfo_title {

	height: 50px;
	width: 80%;
	min-width: 800px;
	color: black;
}

.forminfo_title {

	height: 50px;
	width: 80%;
	min-width: 800px;
}

.forminfo_content_title {

	font-size: 24px;
	color: black;
	margin-top: 10px;

}

.forminfo_content {

	font-size: 18px;
	color: black;
	margin-top: 10px;
}

.forminfo_version {

	float: right;
	position: relative;
	font-size: 40px;

}

.name_underline {

	width: 80%;
	min-width: 800px;
	border-bottom: solid 1px lightgray;

}

.permissions_title {

	font-size: 30px;
	color: darkgray;
	margin-top: 20px;

}

.permissions_item {


}

#edituser_activeInactiveButton {

	width: 100px;
	height: 30px;
	border-radius: 5px;
	background-color: lightgray;
	border: solid 1px darkgray;
	float: right;
	margin-top: 10px;
	cursor: pointer;
	position: relative;
}

#form_mark_processedButton {

	width: 100px;
	height: 30px;
	border-radius: 5px;
	background-color: lightgray;
	border: solid 1px darkgray;
	float: right;
	margin-top: 10px;
	cursor: pointer;
	position: relative;
}

#form_mark_onHoldButton {

	width: 100px;
	height: 30px;
	border-radius: 5px;
	background-color: lightgray;
	border: solid 1px darkgray;
	float: right;
	margin-top: 10px;
	cursor: pointer;
	position: relative;
	margin-right: 10px;
}

.userlist {

	overflow-y: scroll;
	height: calc(100% - 40px);
	position: absolute;
	min-height: calc(100% - 40px);
	margin-left: 0px;
	width: 300px;

}


#useredit {

	min-height: calc(100% - 101px);
	height: calc(100% - 101px);
	width: 100%;
	min-width: 800px;
	position: absolute;
	visibility: hidden;
	overflow-y: scroll;
	overflow-x: hidden;
	z-index: 16;
}

#columnfooter_edit {

	border-top: darkgray solid 1px;
	height: 50px;
	width: 100%;
	bottom: 0;
	position: absolute;

    font-size: 21px;
	color: rgb(79,110,126);
	z-index: 17;
	background-color: white;
	visibility: hidden;
	/*display: none;*/
}

#columnfooter_reporting {

	border-top: darkgray solid 1px;
	height: 50px;
	width: 100%;
    bottom: 0;
    position: absolute;
    font-size: 21px;
	color: rgb(79,110,126);
	z-index: 17;
	background-color: white;
	visibility: visible;
	left: 0px;
}

.columnfooter_edit_right {

	float: right;
	margin-right: 10px;
	margin-top: 10px;
}

.columnfooter_edit_left {

	float: left;
	margin-left: 10px;
	margin-top: 10px;
	color: #fc3d39;
}


.delete_warning_container {

	width: 500px;
	height: 200px;
	border-radius: 10px;
	border: solid darkgray 1px;
	background-color: white;

	z-index: 20;
	margin-left: auto;
	margin-right: auto;
	position: absolute;

	left: 50%;
	margin-left:-250px;

	top: 50%;
	margin-top:-100px;

	visibility: hidden;
}

.reset_password_container {

	width: 500px;
	height: 200px;
	border-radius: 10px;
	border: solid darkgray 1px;
	background-color: white;

	z-index: 20;
	margin-left: auto;
	margin-right: auto;
	position: absolute;

	left: 50%;
	margin-left:-250px;

	top: 50%;
	margin-top:-100px;

	visibility: hidden;
}

.delete_warning_header {

	margin-top: 30px;
}

.reset_password_header {

	margin-top: 30px;
}

.delete_warning_icon {

	width: 67px;
	height: 200px;
	background-repeat: no-repeat;
	background-image: url('../img/edit_users_warning.png');
	margin-left: 30px;
	float: left;
}

.reset_password_icon {

	width: 67px;
	height: 200px;
	background-repeat: no-repeat;
	background-image: url('../img/edit_users_warning.png');
	margin-left: 30px;
	float: left;
}


.delete_warning_header_content {


	float:left;
	margin-left: 117px;
	font-size: 20px;
	color: black;
	position: absolute;
}

.reset_password_header_content {

	float:left;
	margin-left: 117px;
	font-size: 20px;
	color: black;
	position: absolute;
}

.delete_warning_message {

	margin-left: 117px;
	margin-top: 35px;
	font-size: 18px;
	color: darkgray;
	position: absolute;

}

.reset_password_message {

	margin-left: 117px;
	margin-top: 35px;
	font-size: 18px;
	color: darkgray;
	position: absolute;
}

.delete_warning_button_container {

	width:250px;
	height: 40px;

	margin-left: 300px;
	position: absolute;
	margin-top: 120px;
	font-size: 18px;
}

.reset_password_button_container {

	width:250px;
	height: 40px;

	margin-left: 320px;
	position: absolute;
	margin-top: 120px;
	font-size: 18px;
}

.reset_password_button_ok {

	width: 70px;
	border-left: 1px solid lightgray;
	height: 25px;
	float: left;
	text-align: center;
	font-weight: 500;
	color: rgba(51,136,249,1);
	cursor: pointer;
}

.reset_password_button_cancel {

	width: 100px;
	height: 25px;
	float: left;
	text-align: center;
	color: rgba(51,136,249,1);
	cursor: pointer;
}

.reset_password_content_container {

	width:500px;
	height: 40px;

	margin-left: 117px;

	position: absolute;
	margin-top: 70px;
	font-size: 18px;
}

.reset_password_content_container_textbox {

	width: 200px;
	border-bottom: 1px solid #d9d9d9;
	border-top: 1px solid white;
	border-left: 1px solid white;
	border-right: 1px solid white;
	height: 40px;
	font-size: 20px;
	font-family:"Helvetica Neue";
}

.delete_warning_button_cancel {

	width: 100px;
	height: 25px;
	float: left;
	text-align: center;
	color: rgba(51,136,249,1);
	cursor: pointer;
}

.delete_warning_button_delete {

	width: 100px;
	border-left: 1px solid lightgray;
	height: 25px;
	float: left;
	text-align: center;
	font-weight: 500;
	color: rgba(51,136,249,1);
	cursor: pointer;
}



.edit_formelements_input {

	width: 300px;
	height: 30px;
	border: 1px solid darkgray;
	margin-left: 200px;
	font-size: 18px;
	font-family:"Helvetica Neue";
	font-weight: 100;
	padding: 5px;

}

.edit_names {

	width: 300px;
	height: 30px;
	margin-left: 200px;
	left: 200px;
	font-size: 18px;
	font-family:"Helvetica Neue";
	font-weight: 200;
	padding: 5px;
	display: inline;
	color: rgb(79,110,126);
}

.edit_formelements_ta {

	width: 500px;
	height: 200px;
	border: 1px solid darkgray;
	margin-left: 200px;
	font-size: 18px;
	font-family:"Helvetica Neue";
	font-weight: 100;
	padding: 5px;

}

.edit_formelements_check {

	margin-left: 200px;
	font-family: "Helvetica Neue";
	font-weight: 100;
	padding: 5px;
}

.edit_space_10 {

	height: 10px;
}

.edit_space_15 {

	height: 15px;
}

.edit_space_20 {

	height: 20px;
}

.edit_space_25 {

	height: 25px;
}

.edit_space_30 {

	height: 30px;
}

.edit_horizontal_rule {

	border-top: 1px solid lightgray;
	height: 1px;
	width: 100%;
	margin-left: 200px;
}

#footer {
    clear: both;
}





/*New Form */

.newform_browse {

	float: right;
}

.newform_submit {

    float: right;
}

.newform_cancel {
	margin-top: 2px;
	margin-right: 10px;
	float: right;
}

.newform_submit_button {

	width: 26px;
    height: 26px;
    background-image: url('../img/submit.png');
    border: none;
    background-color: transparent;
}

.newform_bottom {

	width: 350px;
	height: 25px;
	margin-top: 20px;
}

::placeholder {
    color: black;
}
