body {
	background-color: #181717; 
    color: #FFFFFF;
    font-family: sans-serif,Franklin Gothic Book,Arial,Verdana;
    font-size: 16px;
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    display: block;
    font-weight: bold;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
h2 {
    font-size: 1.5em;
    /* margin: 0.83em 0; */
	margin:0.83em 0 5px 0;
}
h3 {
    font-size: 1.17em;
    margin: 1em 0 0;
}
h4 {
    font-size: 1em;
    margin: 1.33em 0;
}
h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}
h6 {
    font-size: 0.67em;
    margin: 2.33em 0;
}

a{
	text-decoration:none;
	color:#FEA526;
}

a:hover{
	text-decoration:underline;
}
#main{
	padding:10px;
}

#err_msg{
	background:url("../images/icon_attention.png") no-repeat 5px 8px #F9E3E1;
	background-size:30px 30px;
	background-size:30px 30px;
	background-origin:content-box;
	background-color:#F9E3E1;
	font-size:18px;
	border:1px solid #D1D1D1;
	border-radius:3px;
}

.err_msg{
	color:#E05C5C;
	margin-bottom:20px;
}

.err_msg_inner{
	padding:10px 38px;
	line-height:24px;
}

.ok_msg{
	background-color:#DEEDCC;
	color:#77AA26;
	font-weight:bold;
	padding:8px 20px;
	border:1px solid #D1D1D1;
	border-radius:3px;
	margin-bottom:30px;
}

.form_label{
	font-size:0.8em;
	font-weight:bold;
	margin-bottom:5px;
}

.form_input{
	margin-bottom:14px;
}

#finger{
	margin-top: 1em;
	text-align:center;
	font-size:4em;
}



table th{
	padding:5px 10px;
	border-bottom:1px solid #ffffff;
}

table td{
	padding:5px 10px;
	border:1px solid #ffffff;
}

.tog_inactive{
	color:red;
}

.tog_active{
	color:green;
}

.btn-social{
	border-radius: 3px;
	color:#ffffff;
	font-size: 16px;
    padding: 10px 5px 10px 20px;
	margin:10px 0;
}

.btn-social a{
	color:#ffffff;
	text-decoration: none!important;
}

.btn-social span{
	vertical-align:super;
	font-weight:bold;
}

.facebook{
	background-color: #3d5a95;
}

.google{
	background-color: #d94c39;
}

.signup{
	background-color: #00A859;
}

/*
.form-mobile{
	width:100%;
	max-width:320px;
	margin:0 auto;
}

.form-group{
	width:100%;
	margin:10px 0;
}

.form-control {
	border: 2px solid #e6e6e6;
    border-radius: 4px;
    line-height: 32px;
    position: relative;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555555;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 92%;
}
*/
header a:active, header a:hover, header img, header object, header button, header input, header button:hover, header a:focus {
    outline: 0 none !important;
}






/*
#header{
	margin:0 auto;
	background:#FFFFFF;
	border-bottom: 2px solid #FEA526;
}

#header_logo{
	text-align:center;
	margin-bottom:5px;
}

#header_user{
	float: right;
    font-size: 18px;
    font-weight: bold;
    margin: -90px 30px 0 0;
    padding: 20px;
}

#footer{
	position:fixed;
	bottom:0;
	width:100%;
	background:#181717;
	color:#FFFFFF;
	padding:40px 0 30px;
	border-top: 2px solid #FEA526;
}

#main{
	margin-bottom:88px;
}

#login{
	background:url("../images/login.jpg") no-repeat left top #0C0C0C;
	background-origin:content-box;
	min-height:580px;
}

#login_inner{
	margin:0 auto;
	max-width:320px;
	padding-top:150px;
}

.button{
	border:2px solid #FFFFFF;
	background-color:#FEA526;
	color:#FFFFFF;
	padding:8px 14px 7px 14px;
	border-radius:4px;
	cursor:pointer;
	font-weight:normal;
	font-size:16px;
}

.button:hover{
	background-color:#FE9210;
}



input[type="text"],input[type="password"],textarea,select{
	background-color: #FFFFFF;
	border:1px solid #D1D1D1;
	border-radius:3px;
	padding:10px;
	font-size:16px;
	color:#333333;
	font-family: sans-serif,Verdana,Arial;
	width:93%;
}



.migration_container{
	padding: 20px 200px;
	background:#FFF;
	color:#333;
	min-height:500px;
}

#frm_migration{
	margin-top:75px;
}

.mig_log{
	height:300px;
	width:100%;
	margin:30px 0;
	border:1px solid #d1d1d1;
	padding:5px;
}
*/