/****************************
# FORM
*****************************/
input[type="file"],
input[type="password"],
input[type="search"],
input[type="text"],
textarea, select { 
	position: relative;
	padding: 4px;
	margin: 2px;
	height: 40px;
	font-size: 1.0em;
	line-height: 20px;
	vertical-align: middle; 	
	border: 1px solid #DDDDDD;
	background-color: #FFFFFF;
	}
input[type="file"] { 
	padding: 0px;
	margin: 2px;
	}
textarea { 
	min-width: 100%;
	max-width: 100%;
	min-height: 40px;
	padding: 4px; 
	}

input[readonly] { 
	color: #666666;
	background-color: #EEEEEE;
	}

input[type="password"]:focus,
input[type="text"]:focus,
textarea:focus,
select:focus  {
	border: #35a5e5 0.8px solid;
	box-shadow: 0 0 3px rgba(81, 203, 238, 0.8);
	-webkit-box-shadow: 0 0 3px rgba(81, 203, 238, 0.8);
	-moz-box-shadow: 0 0 3px rgba(81, 203, 238, 0.8);
	}
	
form label.error { 
    position: relative;
	display: inline-block; 
	/*display: none;*/ 
	color: #D90000;
	font-size: 1.0em;
	font-style: italic;
	margin-left: 5px
	}

/************************
Button Group Classes
************************/
.btn-block { 
    position: relative; 
	display: inline-block;
	width: 100%; 
	}
.btn-group { 
    position: relative; 
	display: block;
	width: 100%; 
	}
/************************/
.btn-sm, .btn-lg, .btn-xs {
 	position: relative;
    display: inline-block;
	outline: none;
    cursor: pointer;
    text-decoration: none;
    word-break: break-all;
    box-sizing: border-box;	

	font-weight: 500;
	line-height: 1.2rem;
    text-align: center;
	
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 5px;	
	border: 0px solid #FFFFFF;
	overflow: hidden;
	vertical-align: middle;
	transition: all 0.5s;
	}
/*****************************/	
.btn-lg {
    font-size: 1.2em;	
	margin: 4px 2px;
    padding: 0px 40px;
    height: 40px;     
	line-height: 40px;
	}
.btn-sm {
	font-size: 1.0em;
	margin: 2px 2px;
    padding: 0px 15px;
    height: 36px;
	line-height: 36px;
	}
.btn-xs {
	font-size: 0.9em;
	margin: 2px 1px;
    padding: 0px 5px;	
	height: 20px;
	line-height: 20px;
	}
/************************
Button Colors
************************/
.btn-c1, a.btn-c1 { color: #FFFFFF; background: #000000; }
.btn-c1:hover, a.btn-c1:hover,
.btn-c1:active { color: #ffffff; background: #000000; }

.btn-c2, a.btn-c2 { color: #000000; background: #ffffff; border: 1px solid #CCCCCC; }
.btn-c2:hover, a.btn-c2:hover,
.btn-c2:active { color: #000000; background: #ffffff; }

.btn-c3, a.btn-c3 { color: #ffffff; background: #0059b3; }
.btn-c3:hover, a.btn-c3:hover,
.btn-c3:active { color: #ffffff; background: #00468c; }

.btn-c4, a.btn-c4 { color: #ffffff; background: #5cb85c; }
.btn-c4:hover, a.btn-c4:hover,
.btn-c4:active { color: #ffffff; background: #347634; }

.btn-c5, a.btn-c5 { color: #ffffff; background: #FF0000; }
.btn-c5:hover, a.btn-c5:hover, 
.btn-c5:active { color: #ffffff; background: #9D0000; }

.btn-c6, a.btn-c6 { color: #ffffff; background: #f0ad4e; }
.btn-c6:hover, a.btn-c6:hover,
.btn-c6:active { color: #ffffff; background: #C57810; }

.btn-c7, a.btn-c7 { color: #ffffff; background: #d9534f; }
.btn-c7:hover, a.btn-c7:hover,
.btn-c7:active { color: #ffffff; background: #8A211E; }

.btn-c8, a.btn-c8 { color: #ffffff; background: #f0ad4e; }
.btn-c8:hover, a.btn-c8:hover,
.btn-c8:active { color: #ffffff; background: #8A211E; }


