/*DEFAULT STYLES
Website crafted by Cloud Web Solutions. Hosting and developing on the Cloud CMS Copyright 2015. All Rights Reserved. www.cloudwebsolutions.com
*/

.no-js #loader { display: none;  }

.js #loader { display: block; position: absolute; left: 100px; top: 0; }

.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(../images/gear.gif) center no-repeat #fff;
    display:none;
}


*
{
	margin:0px;
	padding:0px;
	border:0px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

img
{
	max-width:100%;
	height:auto;
}

ul
{
	margin-left:20px;
}

.form, .loginForm, .registerForm 
{
  padding:20px;
  background-color:#F2F2F2;
  border:solid 1px #eee;
  margin-bottom:20px;
}

/*FORMS*/

input[type="text"], input[type="password"]
{
	padding:10px;
	width:100%;
	border: 1px solid #ccc;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-appearance: none;
	font-size:18px;
	color:#666;
}

select
{
	padding:10px;
	width:100%;
	border: 1px solid #ccc;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-appearance: none;
	font-size:18px;
	/*background: url(/cloudresp/images/select.png) no-repeat right #fff;*/
	color:#666;
}

textarea
{
	padding:10px;
	width:100%;
	border: 1px solid #ccc;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-appearance: none;
	font-size:18px;
	color:#666;
}


input[type="submit"], input[type="button"]
{
	display:inline-block;
	border:solid 2px #000;
	padding:10px 20px;
	font-size:18px;
	color:#000;
	transition: all .2s ease-in-out;
  background:none;
  font-family: 'Poppins', sans-serif;
	font-size:14px;
  text-transform:uppercase;
}

input[type="submit"]:hover, input[type="button"]:hover
{
	background-color:#000;
	color:#fff;
}


.error, .prompt
{
    padding:10px;
    background-color:#CC0000;
    color:#fff;
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
  margin-bottom:15px;
  
}

/*TABLES*/

table 
{
  width:100%;
  border-collapse:collapse;
}

table td 
{
  border-bottom:0px solid #CCCCCC;
  padding:10px;
  text-align:left;
}


