html, body, #wrapper {  
	min-height: 100%;  
	width: 100%;  
	height: 100%; 
	margin: 0;  
	padding: 0;  
} 

html > body, html > body #wrapper {  
	height: auto; 
} 

 

#wrapper {
	position: absolute;  
	top: 0;  
	left: 0;  
}   
 
footer { 
	position: absolute;  
	bottom: 0;  
	height: 150px;
	width: 100%;
	padding: 0 10px;
}   

#main {  
	margin-bottom: 150px;
	height: auto;    
} 

body {
	background: url('../img/background-index.jpg') no-repeat center center;
	background-size: cover;
}

header {
	text-align: center;
}

.logo {
	display: inline-block;
	margin: 15px auto 25px auto;
	color: #fff;
}

.logo span {
	font-size: 16px;
}

footer .coll {
	margin-top: 20px;
	float: left;
	margin-right: 50px;
}
.logo-gray img {
	width: 60px;
}
.copy {
	margin-top: 20px;
	margin-left: 110px;
	font-size: 12px;
}
footer h4 {
	text-transform: uppercase;
	margin-bottom: 7px;
}
footer li {
	margin-bottom: 5px;
}
footer,
.copy,
footer a {
	color: #fff;
}
footer a:hover {
	text-decoration: underline;
}

.login {
	margin: auto;
	width: 360px;
	padding: 15px 0;
}
.login form {
	margin: 15px 20px;
}

.window {
	margin: auto;
	padding: 30px 40px;
	max-width: 800px;
}

h1 {
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: normal;
}

.login .field-text a {
	color: #777;
}
.login .field-text a:hover {
	text-decoration: underline;
}

.window .button-submit,
.login .button-submit {
    background: #266fff none repeat scroll 0 0;
    border: 1px solid #111958;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
	text-transform: uppercase;
}

.ico-login {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 100px;
}

.toolbar {
	margin-bottom: 15px;
}

.center {
	text-align: center;
}

[data-tab] {
	clear: both;
	display: none;
}

[data-tab-rif] {
	background: #efefef;
	border-top: 1px solid #fff;
	border-left: 1px solid #efefef;
	border-right: 1px solid #efefef;
	padding: 5px 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	float: left;
	cursor: pointer;
	color: #999;
	margin-left: 3px;
}
[data-tab-rif].open {
	background: #fff;
	border-top: 1px solid #dddcdc;
	border-left: 1px solid #dddcdc;
	border-right: 1px solid #dddcdc;
}
[data-tab] .window-content-inner {
	padding: 10px;
}

.table {
	width: 100%;
    border-spacing: 0;
    padding: 0;
    table-layout: fixed;
    width: 100%;
	border-collapse: collapse;
}
.table th,
.table td {
	border-bottom: 1px solid #dddcdc;
	vertical-align: middle;
	position: relative;
}
.table th {
	text-align: left;
	font-size: 10px;
	text-transform: uppercase;
	background: #dfdfdf;
}
.table th, th * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
} 
.th,
.td-simple,
.td-base,
.td {
	empty-cells: show;
	overflow: hidden;
	padding: 10px;
}
.td-image img {
	max-height: 50px;
	max-width: 50px;
}
.td-text {
	white-space: normal;
	text-overflow: clip;
	overflow: auto;
}
.col {
	border-collapse: collapse;
	border-spacing: 0;
}
.col-details-label {
	width: 160px;
	background: #efefef;
	vertical-align: top;
	font-size: 12px;
}
.link:hover {
	text-decoration: underline;
}