@charset "utf-8";

html, body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	/*background: #f0f0f0;
	background-image:url(../images/bg.png) center top repeat;*/
	margin: 0;
	padding: 0;
	text-align: left;
	color: #0644a9;
	height: 100%;
}

body#background {
  background: url('../images/bg.png') no-repeat 50% 50% fixed; 
  background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
}

.oneColLiqCtrHdr #back {
	background-image:url(../image/bg.png);
	background-repeat:no-repeat;
	background-position:bottom;
	width:100%;
	height:650px;
}	
.oneColLiqCtrHdr #container {
	width: 100%;
	margin: 0 auto;
	border: 0px solid #000000;
	text-align: left; 
	min-height: 94.5%;
}

.oneColLiqCtrHdr #header {
	background-color: #E5E5E5;
	background-repeat:no-repeat;
	padding: 0px 0px 0px 0px;
	width:100%;
	height:35px;
	position: static;
	border:1px;
	border-bottom-width:1px;
	z-index: 9999;
	position:relative;
}
.panes div {
	display:none;
	padding:15px 10px;
	border:1px solid #999;
	border-top:0;
	height:68%;
	width:85.5%;
	font-size:11px;
	background-color:#fff;
	position:absolute;
	-moz-border-radius: 8px; border-radius: px; 
}
.oneColLiqCtrHdr #header h1 {
	margin: 0; 
	padding: 0px 0;

}
.oneColLiqCtrHdr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	overflow:hidden;
	font-size: 11px;
	text-align: center;


}
.oneColLiqCtrHdr #mainContent2 {
	overflow:hidden;
	width:78%;
	float:right;
	text-align:left;
	font-size:13px;
	}
.oneColLiqCtrHdr #footer {
position: absolute;
    left: 0;
    bottom: 0;
    height: 55px;
    width: 100%;
	 font-size: 12px;
/*	background-color:#6CB6FF; */

	/*background: url(../image/SADM_con2-bg-inf.jpg) repeat-x bottom;*/
	background:#0644a9; color:#FFF;
	}  
.oneColLiqCtrHdr #footer p {
	margin: 0; 
	padding: 5px 0;
	color:#fff;
	}

.buttondiv {
margin-top: 10px;
}

.messagebox{
	position:absolute;
	width:200px;
	margin-left:30px;
	border:1px solid #c93;
	background-color:#ffc;
	padding:3px;
	color:#000;
}
.messageboxok{
	position:absolute;
	width:auto;
	margin-left:30px;
	border:1px solid #349534;
	background:#C9FFCA;
	padding:3px;
	color:#008000;
	
}
.messageboxerror{
	position:absolute;
	width:auto;
	margin-left:30px;
	border:1px solid #CC0000;
	background:#F7CBCA;
	padding:3px;
	color:#CC0000;
}

table.adminlist {
	width: 99%;
	border-spacing: 0px;
	background-color: #e7e7e7;
	color: #666;
	font-size: 11px;
	margin:0px 0px 0px 0px;
	float:LEFT;
}

table.adminlist td,
table.adminlist th { padding: 0px; }

table.adminlist thead th {
	font-size: 11px;
	text-align: left;
	background: #f0f0f0;
	color: #666;
	border-bottom: 0px solid #ccc;
	border-left: 1px solid #ccc;
}

table.adminlist thead a:hover { text-decoration: none; }

table.adminlist thead th img { vertical-align: middle; }

table.adminlist tbody th { font-weight: bold; }

table.adminlist tbody tr			{ background-color: #fff;  text-align: left; }
table.adminlist tbody tr.row1 	{ background: #f9f9f9; border-top: 0px solid #ccc; }

table.adminlist tbody tr.row0:hover td,
table.adminlist tbody tr.row1:hover td  { background-color: #ffd ; }

table.adminlist tbody tr td 	   { height: 5px; background: #fff; border: 1px solid #CCC; }
table.adminlist tbody tr.row1 td { background: #f9f9f9; border-top: 1px solid #CCC; }

table.adminlist tfoot tr { text-align: left;  color: #333; }
table.adminlist tfoot td,
table.adminlist tfoot th { background-color: #f3f3f3; border-top: 1px solid #999; text-align: left; }

table.adminlist td.order 		{ text-align: center; white-space: nowrap; }
table.adminlist td.order span { float: left; display: block; width: 5px; text-align: left; }

table.adminlist .pagination { display:table; padding:0;  margin:0 auto;	 }

.pagination div.limit {
	float: left;
	height: 22px;
	line-height: 22px;
	margin: 0 10px;
}


table.adminform {
	background-color: #f9f9f9;
	border: solid 1px #d5d5d5;
	border-collapse: collapse;
	margin: 8px 0 10px 0;
	margin-bottom: 15px;
	font-size: 11px;
	width: 200px;
}
table.adminform.nospace { margin-bottom: 0; }
table.adminform tr.row0 { background-color: #f9f9f9; }
table.adminform tr.row1 { background-color: #eeeeee; }

table.adminform th {
	
	padding: 6px 2px 4px 4px;
	text-align: left;
	height: 25px;
	color: #000;
	background-repeat: repeat;
}
table.adminform td { padding: 3px; text-align: left; }

table.adminform td.filter{
	text-align: left;
}

table.adminform td.helpMenu{
	text-align: right;
}


fieldset.adminform { -moz-border-radius: 8px; border-radius: px; }

#cpanel div.icon {
	text-align: center;
	margin-right: 5px;
	float: left;
	margin-bottom: 5px;
}

#cpanel div.icon a {
	display: block;
	float: right;
	border: 1px solid #f0f0f0;
	height: 80px;
	width: 90px;
	color: #666;
	vertical-align: middle;
	text-decoration: none;
}

#cpanel div.icon a:hover {
	border-left: 1px solid #eee;
	border-top: 1px solid #eee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #f9f9f9;
	color: #0B55C4;
}
#cpanel img  { padding: 10px 0; margin: 0 auto; }
#cpanel span { display: block; text-align: center; }

#tooltip:hover {text-decoration:none;}
#tooltip span {display:none; margin:0 0 0 10px; padding:5px 5px; }
#tooltip:hover span{display:inline; position:absolute; border:1px solid #888888; background:#CCCCCC; color:#333333 !important;}

a.tooltip:hover {text-decoration:none;}
a.tooltip span {display:none; margin:0 0 0 10px; padding:5px 5px; }
a.tooltip:hover span{display:inline; position:absolute; border:1px solid #888888; background:#CCCCCC; color:#333333 !important;}


.buttons a, .buttons button{
	display:block;
	float:left;
	margin:0 0px 0 0;
	background-color:#A4DBFF;
	border:1px solid #dedede;
	border-top:1px solid #eee;
	border-left:1px solid #eee;
	font-size:100%;
	line-height:130%;
	text-decoration:none;

	color:#565656;
	cursor:pointer;
	padding:3px 8px 3px 4px; /* Links */
}

button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */

button.positive, .buttons a.positive{
    color:#529214;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */

.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}

.mensaje {
	font-size: 12px;
}
.right_col {
	margin-top: 16px;
	width: 200px;
	float: left;
	border: 1px solid #bbbbbb;
	text-align:center;
	padding: 15px;
}
.upload_area {
	border-bottom: 1px solid #bbbbbb;
	padding-bottom: 15px;
	margin-bottom: 15px;
	background-color:#6CC;
}

.black_overlay{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
 
.white_content {
	display: none;
	position: absolute;
	top: 25%;
	left: 25%;
	width: 50%;
	height: 50%;
	padding: 16px;
	border: 16px solid orange;
	background-color: white;
	z-index:1002;
	overflow: auto;
}
input.s{
  background: url(user.png) 12px 11px no-repeat, linear-gradient(to bottom, #f7f7f8 0%,#ffffff 100%);
  border-radius: 3px;
  border: none;
  box-shadow: 0 1px 2px rgba(0,0,0,0.2) inset, 0 -1px 0 rgba(0,0,0,0.05) inset;
  transition: all 0.2s linear;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 15px;
  color: #222222;
  position: relative;
  height: 40px;
  width: 400px;
  padding-left: 40px;

   &::-webkit-input-placeholder {
    color: #999999;
  }
  
  &:-moz-placeholder {
    color: #999999;
  }

  &:focus{
    box-shadow: 0 1px 0 #2392F3 inset, 0 -1px 0 #2392F3 inset, 1px 0 0 #2392F3 inset, -1px 0 0 #2392F3 inset, 0 0 4px rgba(35,146,243,0.5);
    outline: none;
    background: url(user.png) 12px 11px no-repeat, #FFF;
  }
}
  
input[type=password]{
  background: url(keyIcon.png) 12px 11px no-repeat, linear-gradient(to bottom, #f7f7f8 0%,#ffffff 100%);
  border-radius: 3px;
  border: none;
  box-shadow: 0 1px 2px rgba(0,0,0,0.2) inset, 0 -1px 0 rgba(0,0,0,0.05) inset;
  transition: all 0.2s linear;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 15px;
  color: #222222;
  position: relative;
  height: 40px;
  width: 400px;
  padding-left: 40px;

  &::-webkit-input-placeholder {
    color: #999999;
  }
  
  &:-moz-placeholder {
    color: #999999;
  }

  &:focus{
    box-shadow: 0 1px 0 #2392F3 inset, 0 -1px 0 #2392F3 inset, 1px 0 0 #2392F3 inset, -1px 0 0 #2392F3 inset, 0 0 4px rgba(35,146,243,0.5);
    outline: none;
    background: url(keyIcon.png) 12px 11px no-repeat, #FFF;
  }
}
input[type=submit].sb {
	padding:5px 15px; background:#0644a9; border:0 none;
	color:#FFF;
    cursor:pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	width:100px;
	height:50px;
	font-size:18px;
}
