@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700|Pacifico");

.b_white{
	/*background: white !important;*/
}

.pointer tr.jqgrow {
	cursor: pointer;
}

.inherit {
	cursor: inherit;
}
.b_01 {
	background: transparent;
	font-weight: bold;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    width: 60px;
    line-height: 30px;
    text-align: center;
    border: 1px solid rgba(100,100,100,0.2);
    border-radius: 2px;
    color: #555;
}
.b_01:hover {
	text-decoration: none;
	border: 1px solid rgba(100,100,100,0.8);
}

.b_edit {
	background: transparent;
	font-weight: bold;
    display: block;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    width: 70px;
    line-height: 30px;
    text-align: center;
    border: 1px solid rgba(100,100,100,0.2);
    border-radius: 2px;
    color: #555;
}
.b_edit:hover {
	text-decoration: none;
	border: 1px solid rgba(100,100,100,0.8);
}

.b_logout {
	position: absolute;
    margin: 20px;
    right: 45px;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    width: 70px;
    line-height: 30px;  
    text-align: center;
    border: 1px solid rgba(100,100,100,0.2);
    border-radius: 2px;
    color: #555;
}  

.b_logout:hover {
	text-decoration: none;
	border: 1px solid rgba(100,100,100,0.8);
}

@media screen and (max-width: 980px) {
	.b_logout {
		margin: 6px;
	}
}

/* l_box */
#l_box {
		background: white; 
		margin: 0 auto; 
		padding: 20px; 
		width: 450px; 
		height: 380px; 
		box-shadow: 0px 0px 1px 0px #484E58; 
		margin-top: 50px;
	}

@media screen and (max-width: 736px) {
	#l_box {
		box-shadow: 0 0 0 black;
		width: 100%;
	}
}

/* Wrapper */
.wrapper {
	user-scalable=no;
	min-height:100%;
	/* padding-top: 5rem; */
    padding-top: 78px;
	position: relative;
	margin: 0;
}

.wrapper>.inner {
	/*padding-top: 60px;*/
	padding-top: 82px;
	margin: 0 auto;
	width: 100%; 
	padding-bottom: 320px;
}

@media screen and (max-width: 1280px) {
	.wrapper>.inner {
		/* width: 75rem; */
	}
}

@media screen and (max-width: 980px) {
	.wrapper>.inner {
		padding-top: 60px;
		padding-left: 0;
		width: 100%;
	}
	.wrapper.style3 {
		background-attachment: scroll;
	}
}

@media screen and (max-width: 736px) {
	.wrapper {
		/*padding: 3rem 0 1rem 0;*/
	}
}

/* Box */
.box {
	/*margin-bottom: 2rem;*/
	margin-bottom: 6px;
	background: #FFF; 
}

.box .content {
	padding: 3rem;
}

.box>:last-child, .box>:last-child>:last-child, .box>:last-child>:last-child>:last-child
	{
	margin-bottom: 0;
}

.box.alt {
	border: 0;
	border-radius: 0;
	padding: 0;
}

@media screen and (max-width: 736px) {
	.box .content {
		padding: 2rem;
	}
}

.box {
	border-color: rgba(144, 144, 144, 0.25);
}

/* Form */

	form {
		margin: 0 0 2rem 0;
	}

		form .field {
			margin-bottom: 2rem;
		}

			form .field.half {
				display: inline-block;
				width: 48%;
			}

				form .field.half.first {
					margin-right: 2.5%;
				}

		@media screen and (max-width: 980px) {

			form .field.half {
				display: block;
				width: 100%;
			}

				form .field.half.first {
					margin-right: 0;
				}

		}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	select,
	textarea {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		border: none;
		border: solid 1px;
		color: inherit;
		display: block;
		outline: 0;
		padding: 0 1rem;
		text-decoration: none;
		width: 100%;
	}

		input[type="text"]:invalid,
		input[type="password"]:invalid,
		input[type="email"]:invalid,
		select:invalid,
		textarea:invalid {
			box-shadow: none;
		}

	.select-wrapper {
		text-decoration: none;
		display: block;
		position: relative;
	}

		.select-wrapper:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			font-family: FontAwesome;
			font-style: normal;
			font-weight: normal;
			text-transform: none !important;
		}

		.select-wrapper:before {
			content: '\f078';
			display: block;
			height: 30px;
			line-height: 2.75rem;
			pointer-events: none;
			position: absolute;
			right: 0;
			text-align: center;
			top: 0;
			width: 2.75rem;
		}

		.select-wrapper select::-ms-expand {
			display: none;
		}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	select {
		height: 40px;
	}

	textarea {
		padding: 0.75rem 1rem;
	}

	

	::-webkit-input-placeholder {
		opacity: 1.0;
	}

	:-moz-placeholder {
		opacity: 1.0;
	}

	::-moz-placeholder {
		opacity: 1.0;
	}

	:-ms-input-placeholder {
		opacity: 1.0;
	}

	.formerize-placeholder {
		opacity: 1.0;
	}

	label {
		color: #555;
	}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	select,
	textarea {
		background: white;
		border-color: rgba(144, 144, 144, 0.25);
		display: -webkit-inline-box;
	}

		input[type="text"]:focus,
		input[type="password"]:focus,
		input[type="email"]:focus,
		select:focus,
		textarea:focus {
			border-color: #5AA6ED;
			box-shadow: 0 0 0 1px #5AA6ED;
		}

	.select-wrapper:before {
		color: rgba(144, 144, 144, 0.25);
	}

	::-webkit-input-placeholder {
		color: #bbb !important;
	}

	:-moz-placeholder {
		color: #bbb !important;
	}

	::-moz-placeholder {
		color: #bbb !important;
	}

	:-ms-input-placeholder {
		color: #bbb !important;
	}

	.formerize-placeholder {
		color: #bbb !important;
	}
	
input.ui-pg-input{
	width: auto !important;
}

.align-center {
	text-align: center;
}

.font-style {
	font: 16px/1.8 Arial, Helvetica, sans-serif;
}

/* Copyright */
.copyright {
	color: #bbb;
	font-size: 0.9rem;
	margin: 0 0 2rem 0;
	padding: 0;
	text-align: center;
}

/* Grid */
.grid_title {
	height: 40px;
	padding-bottom: 10px;  
}

/* uheader */
.uheader {
	/*background-color: rgba(247, 247, 247, 1);*/
	border-bottom: 1px solid #ebeeef;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,.05);
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.05);
    margin-top: 25px;
}

.uheader .sub_uheader{
	/*padding: 0rem 12rem;*/
}

.uheader .sub_uheader h3 {
	letter-spacing: 1px;
	font-weight: bold;
    font-size: 20px;
}


@media screen and (max-width: 1280px) {
	.uheader .sub_uheader{
	padding: 0rem 8rem;
	}
}

@media screen and (max-width: 980px) {
	.uheader .sub_uheader{
	padding: 0rem 4rem;
	}
}

@media screen and (max-width: 736px) {
	.uheader .sub_uheader{
	padding: 0rem 3rem;
	}
}


/* Header */

	body {
		position: relative;
		padding-top: 5em;
		height: 100%;
	}

	#header {
		background: #ffffff;
		cursor: default;
		height: 78px;
		left: 0;
		line-height: 5em;
		position: fixed;
		text-align: right;
		top: 0px;
		width: 100%;
		z-index: 10001;
		background: #FFFFFF 0% 0% no-repeat padding-box;
		box-shadow: 0px 1px 4px #00000029;
		opacity: 1;
	}

	#header .inner {
		height: 78px;
		width: 100%;
		margin: 0 auto;
		position: relative;
	}

	@media screen and (max-width: 480px) {

		#header .inner {
			max-width: 90%;
			width: 90%;
		}

	}

	#header .logo {
		font-family: 'Pacifico', cursive;
	    display: flex;
	    height: 46px;
	    left: 24px;
	    line-height: inherit;
	    margin: 0;
	    padding: 0;
	    position: absolute;
	    top: 16px;
	    color: #e5474b;
	    font-size: 1.75em;
	    text-transform: none;
	    font-weight: normal;
	    padding: 0;
	    text-align: left;
	    opacity: 1;
	}

	#header .logo:hover {
		color: rgba(229, 71, 75, 0.75);
	}

	#header a {
		-moz-transition: color 0.2s ease-in-out;
		-webkit-transition: color 0.2s ease-in-out;
		-ms-transition: color 0.2s ease-in-out;
		transition: color 0.2s ease-in-out;
		display: inline-block;
		padding-bottom: 20px;
		color: #222;
		text-decoration: none;
		text-transform: uppercase;
		font-weight: 700;
		font-size: 1.25em;
		line-height: 25px;
	}

	#header a:hover {
		color: #5AA6ED;
	}

	#header a:last-child {
		/*padding-right: 0em;*/
	}
	
	#header a img {
		width: 215px;
	}

	@media screen and (max-width: 736px) {

		#header a {
			padding: 0 0.5em;
		}

	}

	@media screen and (max-width: 480px) {

		#header {
			min-width: 320px;
		}

	}