/*----------------------
Camera slide up
-----------------------*/

#camera {
	position: absolute;
	z-index: 10000;

	display: none;

	width: 465px;
	height: 330px;
	margin: 0 auto 0 auto;

	border: 1px solid #f0f0f0;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	background: url('../images/cam_bg.jpg') repeat-y;
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .6);
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, .6);
	box-shadow: 0 0 4px rgba(0, 0, 0, .6);
}

.camTop {
	position: absolute;
	top: 0;
	left: 0;

	width: 100%;
	height: 66px;

	cursor: pointer;

	background: url('../img/cam.png') no-repeat center center;
}

.settings {
	position: absolute;
	top: 448px;
	right: 37px;

	width: 30px;
	height: 28px;

	cursor: pointer;

	background: url('../img/settings.png') no-repeat;
}

.settings:hover {
	background-position: left bottom;
}

#screen {
	width: 450px;
	height: 320px;
	margin: 5px auto 5px;

	text-align: center;

	color: #666;
	background: #ccc;
}

.buttonPane {
	margin-top: 10px;

	text-align: center;
}

.blueButton, .greenButton {
	font-family: 'Century Gothic';
	font-size: 16px;
	line-height: 32px;

	display: inline-block;

	width: 99px;
	height: 38px;
	margin: 0 4px;

	text-align: center;
	text-decoration: none;

	color: #fff !important;
	border: none;
	background: url('../images/buttons.png') no-repeat;
	text-shadow: 1px 1px 1px #277c9b;
}

.greenButton {
	background: url('../images/buttons.png') no-repeat right top;
	text-shadow: 1px 1px 1px #498917;
}

.blueButton:hover, .greenButton:hover {
	text-decoration: none !important;

	background-position: left bottom;
}

.greenButton:hover {
	background-position: right bottom;
}

.blueButton:active, .greenButton:active {
	position: relative;
	bottom: -1px;
}

/**
 * MIS ESTILOS
 */

.form-error {
    font-size: 9px;
}
#mapa, #mapaU, #mapaP {
    width: 345px;
    height: 220px;
    border: 1px #ccc solid;
}
div#foto img, div#fotoU img, div#fotoP img {
    padding: 3px;
    border: 1px solid #ccc;
}
.fecha {
    float: right;
    margin-right: 15px;
}
input {
    text-transform: capitalize;
}
input#codUser, input#codUserU, input#password, input#passwordU, input#email, input#emailU, input#emailP, input#username {
    text-transform: none;
}
#tablaList tbody tr td {
    text-transform: capitalize;
    vertical-align: middle;
}
#error-container, #error-container1 {
    margin-left: 114px;
}
.iradio_square-blue span{
	margin-top: 25px;
}
section#unseen{
	min-height: 300px
}
/****/
.file-preview {
    border-radius: 5px;
    border: 1px solid #ddd;
    padding: 5px;
    width: 100%;
    margin-bottom: 5px;
    font-size: 12px;
}
.file-drop-zone {
    border: 1px dashed #aaa;
    border-radius: 4px;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    margin: 3px 15px 12px 12px;
    padding: 5px;
}
.file-drop-zone-title {
    color: #aaa;
    font-size: 12px;
    text-align: center;
    /*padding: 85px 10px;*/
    cursor: default;
}
.file-highlighted {
    border: 2px dashed #999 !important;
    background-color: #f0f0f0;
}

.delete{
	font-size: 20px;
	color: red;
}
