/**
 * ------------------------------------------------------------------------
 * JA Jason Template
 * ------------------------------------------------------------------------
 * Copyright (C) 2004-2011 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
 * @license - Copyrighted Commercial Software
 * Author: J.O.O.M Solutions Co., Ltd
 * Websites:  http://www.joomlart.com -  http://www.joomlancers.com
 * This file may not be redistributed in whole or significant part.
 * ------------------------------------------------------------------------
 */
 
/**
 * @copyright	Copyright (C) 2005 - 2014 Open Source Matters, Inc. All rights reserved.
 * @license		GNU General Public License version 2 or later; see LICENSE.txt
 */

* {
	box-sizing: border-box;
}

body {
	font-size: 14px;
	line-height: 1.625;
	font-family: Roboto, arial;
}

.clearfix:after {
   content: " ";
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}

/* BODY 
---------------------*/
#frame {
	margin-top: 8%;
	text-align: left;
}

/* Container Offline */
.offline-container {
	width: 380px;
	background: #ffd733;
	padding: 60px 30px;
	margin: 0 auto;
}

/* Title Offline */
#offline-title {
	margin: 0 0 30px 0;
	display: none;
}

#offline-title h1 {
	color: #fff;
	font-size: 30px;
	font-weight: 100;
	margin: 0 auto;
	text-align: center;
	text-transform: uppercase;
}

/* Description offline */
.des-offline {
	color: #424a4f;
	margin-bottom: 26px;
	text-align: center;
	position: relative;
	padding-top: 20px;
}

.des-offline:after {
    background: url("../images/ico/divide-side.png") no-repeat center bottom;
    height: 13px;
    position: absolute;
    left: 0;
    right: 0;
    top: -7px;
    content: "";
  }

.des-offline br {
	display: none;
}

#offline-img {
	margin: 0 0 26px 0;
	text-align: center;
}

#offline-img img {
	max-width: 100%;
}

/* Form Offline */
.form-offline {

}

.form-group {
	margin-bottom: 20px;
}

.control-label {
	display: block;
	margin-bottom: 5px;
	color: #424a4f;
  font-size: 15px;
  font-weight: bold;
}

.control-input {
	border: 1px solid #999;
	width: 100%;
	height: 40px;
	padding: 0 10px;
}

.control-input:focus {
	border-color: #000;
}

/* Remember */
#form-login-remember {
	margin-bottom: 20px;
	float: left;
}

#form-login-remember label {
	font-size: 14px;
	color: #424a4f;
}

.inputbox {
	margin: 0 3px 0 0;
}

/* Button */
.button {
	background: #333;
	border: 1px solid #262626;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	padding: 10px 20px;
	text-decoration: none;
	text-transform: uppercase;
	float: right;
}

.button:hover,
.button:active,
.button:focus {
	cursor: pointer;
	background: #000;
}

/* Message Error */
#system-message .error,
#system-message .alert {
	background: #f2dede;
	color: #b94a48;
	margin: auto;
	padding: 20px;
	width: 700px;
	margin-bottom: 20px;
}

.error.message ul {
	padding: 0;
	list-style: none;
}

.alert {
	position: relative;
}

.alert h4 {
	font-size: 18px;
	margin: 0;
}

.alert p {
	margin: 5px 0 0 0;
}

.close {
	right: 15px;
	top: 15px;
	position: absolute;
	cursor: pointer;
	height: 16px;
	text-align: center;
	width: 16px;
	line-height: 16px;
	font-size: 20px;
}


@media (max-width:  360px){
	#frame {
		padding: 0 20px;
		margin-top: 25%;
	}

	/* Title Offline */

	.offline-container {
		width: 100%;
		padding: 40px 20px;
	}

	.form-group {
		width: 100%;
	}

	/* Message Error */
	#system-message .error,
	#system-message .alert {
		width: 100%;
	}
}