/* ! Arquetipo: Modificaciones en la maqueta  */


html,body{ 
	height:100%;
}

.form-control{
	border: 1px solid #aaaaaa;
}

table .form-control{
	border:0px solid #cccccc;
}

/*Separaci�n circulos para cambiar de pantalla*/
.stepwizard-step{
	padding-left:5px;
}

/*Distintos cuadrantes*/
#cuadro-1, #cuadro-2, #cuadro-3, #cuadro-4, #cuadro-5, #cuadro-6, #cuadro-7, #cuadro-8, .subapartados {
	border: 1px solid #AED6F1;
	padding-bottom:10px;
	padding-left:15px;
	padding-right:15px;
}

/*Separaci�n entre subapartados*/
.subapartados{
	margin-top:15px;
	padding-left:15px;
	padding-right:15px;
}

/*Titulos*/
.titulos{
	font-size:16px;
	font-weight:bold;
}

/*Borde inferior de todos los legend*/
legend{
	border-bottom-color: #AED6F1;
}

/*label dentro de #step-7 (checkbok e radiobutton)*/
#step-7 label{
	font-weight:normal;
}

/*descripci�ns dentro de t�tulos en letra m�is pequena*/
fieldset legend span:not(.iconoderecha){
	text-decoration:none;
	font-size:13px;
}

/*Espaciado bot�n "Seguinte"*/
#bt-1, #bt-2, #bt-3, #bt-4, #bt-5, #bt-6, #bt-7, #bt-8 {
	margin-top:15px;
}

/*Centrar radiobuttons de paso 7*/
#opcion-paso-7{
	padding-top:45px;
	padding-right:0px;
}

.stepwizard-step p {
    margin-top: 10px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;

}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}

table, th, td {
  border-collapse: collapse;
  text-align: center;
}

table>tbody>tr{
	border-bottom: 1px solid #cccccc;
}

table .form-control{
	border:0px;
}
table>tr{
	border:0px;
}

.select-flecha{
	display: block;
	font-weight: 400;
	color: #444;
	line-height: 1.3;
	padding: .4em 1.4em .3em .8em;
	box-sizing: border-box;
	margin: 0;
	border: 1px solid #aaa;
	box-shadow: 0 1px 0 1px rgba(0,0,0,.03);
	border-radius: .3em;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E')/* ,
	  linear-gradient(to bottom, #ffffff 0%,#f7f7f7 100%) */;
	background-repeat: no-repeat, repeat;
	background-position: right .7em top 50%, 0 0;
	
	background-size: .65em auto, 100%;
}

/*Alinear contenido de inputs type="date"*/
.fecha{
	text-align: center;
	border-radius:0px;
}

.fechaBorde{
	text-align: center;
}

/*Letra pequena en Coordenadas*/
div label span.coordenada{
	text-decoration: none;
    font-size: 12px;
}

/*Ajuste de los input type file*/
input[type="file"].input-file {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

a.input-file {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background-color: #106BA0;
    display: inline-block;
    transition: all .5s;
    cursor: pointer;
    text-transform: uppercase;
    width: fit-content;
    text-align: center;
}

.center {
    width: 100%;
    text-align: center;
}

.contenedor-logo{
    margin-top:30px;
}

.logos{
    position: absolute; 
    bottom:5px;
    right:15px;
}

.imaxe-logo{
    height: 50px;
}

.imaxe-logo-xunta{
    height: 2.25em
}

ul.pagination{
	padding-bottom: 30px;
}


.fileUpload{
    display: flex;
}

.fileUpload label.fileName{
    display: block;
    width: 75%;
    height: 40px;
    border: 1px solid #ccc;
    color: #333;
    font-family: Roboto,sans-serif;
    font-size: 16px;
    -moz-border-radius: 5px 0px 0px 5px;
    -webkit-border-radius: 5px 0px 0px 5px;
    border-radius: 5px 0px 0px 5px;
    cursor: pointer;
    line-height: 2.5em;
    background-image: none;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.fileUpload button{
    float:right;
    height: 40px;
    -moz-border-radius: 0px 5px 5px 0px;
    -webkit-border-radius: 0px 5px 5px 0px;
}

.fileUpload .fileName span {
    padding: 6px 12px;
}

.fileUpload input {
    display: none;
    
}

.main-blue-bold label {
    color: #1d71b8;
    font-weight: bold;

}

/* Estilo para contador de notificaciones sobreescrito
para poder utilizarse en cualquier elemento*/
.notification {
    font-family: Arial, sans-serif;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
    background-color: #ccc;
    color: #fff;
    font-size: 10px;
    width: 17px;
    height: 17px;
    line-height: 18px;
}

.notification.right {
    position: absolute;
    right: -8px;
}

.notification.top-1 {
    position: absolute;
    top: -2.66px;
}

.notification.top-2 {
    position: absolute;
    top: -5.33px;
}

.notification.top-3 {
    position: absolute;
    top: -8px;
}

.notification.success {
    background-color: #449D43;
}

.notification.warning {
    background-color: #f3ba25;
}

.notification.danger {
    background-color: #f32727;
}

.input-disabled {
	background-color: transparent !important;
	border: 0 !important;
	box-shadow: none;
}

/*Serve para quitar o icono que permitía desplegar o menú na parte superior dereita da páxina. Onde está a información
do usuario e o seu rol*/
#header-user-name:before{
	display:none !important;
	content: '' !important;	
}

label.obligatorio:after {
    content: "*";
    color: #a94442;
    font-weight: 700;
    margin-left: 5px;
}

span.obligatorio:after {
    content: "*";
    color: #a94442;
    font-weight: 700;
    margin-left: 5px;
}

td.obligatorio:after {
    content: "*";
    color: #a94442;
    font-weight: 700;
    margin-left: 5px;
}

.m-b-100 {
	margin-bottom: 100px;
}

.h-340 {
	height: 340px;
}

.w-400 {
	width: 400px;
}

.w-100 {
	width: 100px;
}

.w-120 {
	width: 120px;
}

.w-150 {
	width: 150px;
}

.min-w-100 {
	min-width: 100px;
}

.min-w-150 {
	min-width: 150px;
}

.min-w-200 {
	min-width: 200px;
}

.color-red {
    color: red;
}

.color-orange {
    color: orange;
}

.dep-control-wrapper {
    float: right;
    margin-top: -23px;
    margin-bottom: 5px;
    border-radius: 0 0 4px 4px;
    cursor: pointer;
    font-size: 14px;
    width: 36px;
    height: 30px;
    line-height: 30px;
    background-color: #AED6F1;
    color: #fff;
    text-align: center;
}

.rotate180 {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}

@media (min-width: 768px) {
	.w-sm-10 {
		width: 10%;
	}
	
	.w-sm-20 {
		width: 20%;
	}
	
	.w-sm-200-px {
		width: 200px;
	}
}