﻿
/*-------------------------
	General Styles
--------------------------*/

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

h1, h2 {
    font-family: 'Maven Pro', sans-serif;
    font-weight: 500;
    border: 0;
    font-size: 28px;
    color: White;
    margin: 0;
    outline: 0;
    padding: 0;
    display: table;
    vertical-align:  baseline;
}

.site-container {
   min-height:100%;
   position: relative;
}


.site-header {
    background: #161825;
    height: 150px;
    width: 100%;
    display: table;
    vertical-align:  baseline;
    margin: 0;
    outline: 0;
    padding: 0;
}

.site-branding {       
    margin: 0 auto;
    display: table-cell;
    vertical-align: middle;
}

.site-title {
    float: left; 
    padding-left: 7%;  
}

.site-description {
    float: right; 
    padding-right: 7%;
    padding-top: 30px;  
}

.entry-title {
    font-size: 25px;
    color: #1483c5;
    padding-top: 10px;
    padding-left: 45px;
}

.field-label {
	font-weight: 400 !important;
	font-size: 1.4rem;
	font-weight: bold;
	font: inherit;
}

.main
{
    margin:0 auto;
	position:relative;
	overflow: auto;
    padding-bottom: 60px; /* footer height */
    padding-top: 60px;
    clear: both;
    display: table;
}

.site-footer {
    background: #161825;
    height: 60px; /* footer height */
    width: 100%;
    position: relative;
	margin-top: -60px; /* footer height */
	clear: both;
	display: table;
}

.footer-box {
    margin: 0 auto;
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;   
    /*padding-left: 38%;*/  
}

.footer-title {
    font-family: 'Maven Pro', sans-serif;
    font-weight: 500;
    border: 0;
    font-size: 16px;
    color: White;
    margin: 0;
    outline: 0;
    padding: 0;
    display: table;
    vertical-align:  baseline;
}

.footer-text {
    font-family: 'Maven Pro', sans-serif;
    font-weight: 500;
    border: 0;
    font-size: 12px;
    color: White;
    margin: 0;
    outline: 0;
    padding: 0;
    display: table;
    vertical-align:  baseline;
}

/*----------------------------
	Styling the forms
-----------------------------*/

#frmContainer{
	width:288px;
	height:250px;
	/*background:url('../resource/frmsetting.png') no-repeat;*/
	border: 1px solid #e0e0e0;
	margin: 60px;
	z-index:1;
	-moz-perspective: 800px;
	-webkit-perspective: 800px;
	perspective: 800px;	
	
	/* CSS3 Gradients */
	background-image: -webkit-linear-gradient(left top, #fdfdfd, #fafafa);
	background-image: -moz-linear-gradient(left top, #fdfdfd, #fafafa); /* Firefox */
	background-image: -ms-linear-gradient(left top, #fdfdfd 0%, #fafafa 100%); /*IE*/
}

#frmContainer form{
	width:100%;
	height:100%;
	position: relative;
	top:0;
	left:0;
}

/*----------------------------
	Inputs, Buttons & Links
-----------------------------*/

body,
button,
input,
select,
textarea {
	color: #404040;
	font-size: 15px;
	line-height: 20px;
	font-family: 'Muli', sans-serif;
	font-weight: 300;
}

input[type="text"]:active,
input[type="text"]:focus {
	border-color: #85A6E6;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
	outline: 0;
}

.textbox {
	/* The text fields */	
	border: none;
	background:white;	
	text-indent: 8px;
	/*display: block;*/	    
    width: 100%;
	height:100%;
	box-sizing: border-box;/*force the parent size*/
    -webkit-box-sizing:border-box;/*force the parent size*/    
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
    /*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);*/    
}

input[type=submit]{	
	/* Submit button */	
	opacity:0.9;
	position: relative;
	top:55px;
	left:25px;
	width: 239px;
	height:36px;
	cursor:pointer;
	border-radius:6px;
	box-shadow:0 1px 1px #888;
	border:none;
	color:#fff;
	
	/* CSS3 Gradients */
	background-image: -webkit-linear-gradient(top, #3093c7, #1c5a85);
	background-image: -moz-linear-gradient(top, #3093c7, #1c5a85); /* Firefox */
	background-image: -ms-linear-gradient(top, #3093c7 0%, #1c5a85 100%); /*IE*/ 
}

input[type=submit]:hover{
	opacity:1;
	background-image: -webkit-linear-gradient(top, #26759e, #133d5b);
	background-image: -moz-linear-gradient(top, #26759e, #133d5b); /* Firefox */
	background-image: -ms-linear-gradient(top, #26759e 0%, #133d5b 100%); /*IE*/
}

.okbutton
{
    background-color: #26759e;
}

.textdiv {
    display: inline-block;
    padding-top:15px;
    position: relative;
    left: 26px;	
	top: 30px;
    height: 36px;   
    width: 234px;
}

.dpr-wrapper {
    display: inline-block;
    left: 26px;
    top: 30px;
    position: relative;
}

.dropdown {    
    height: 36px;
    width: 232px;
    /*overflow:hidden;*/
    border: 1px solid #cccccc;
    background-color: #ffffff;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
}

.dropdown-select {
    position: relative;
    /*overflow:hidden;*/
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 6px 8px 6px 10px;    
    background: white !important;
    border: 0;
    border-radius: 0;
    /*-webkit-appearance: none;*/
    -moz-appearance: window;
}

select::-ms-expand {
    display: none;
}

.dropdown:before, .dropdown:after {
    /*content: '';*/
    position: absolute;
    z-index: 2;
    top: 9px;
    right: 10px;
    width: 0;
    height: 0;
    border: 4px dashed;
    border-color: #888 transparent;
    pointer-events: none;
}

.dropdown:before {
    border-bottom-style: solid;
    border-top: none;
}

.dropdown:after {
    margin-top: 7px;
    border-top-style: solid;
    border-bottom: none;
}

.dropdown-select:focus {
    z-index: 0;
    width: 100%;
    outline: none;
}

.dropdown-select > option {
    margin: 3px;
    padding: 6px 8px;
    text-shadow: none;
    background: white;
    border-radius: 3px;
    cursor: pointer;
}
