/***********************************/
/* Definición de estilos generales */
/***********************************/
.windowCentered
{

}

body{
	margin-bottom: 100px;
    background-color:#2eaadc;
    background-image:url(../../img/background-pattern.png);
    background-position:left bottom;
    font-family: 'Bubbler One', sans-serif;
}
/* Hack para modal en bootstrap 3*/
.modal {
    display: block;
    height: 0;
    overflow: visible;
}
/* Fuentes*/
@import url("http://fonts.googleapis.com/css?family=Roboto");
/***********************************/
/* Cabecera                        */
/***********************************/
header{
    background-color:white;
    margin-top:-30px;
    padding:30px 20px 10px 40px;
    background-image: url(../../img/header-background.jpg);
    box-shadow: 1px 2px 10px #6587e7;
    margin-bottom: 20px;
    position: relative;

}

.botonera-ppal{
	text-align:right;
}

.botonera-ppal a{
    color:white;
    font-size:0px;
    border:2px solid white;
    border-radius: 10px;
    display:inline-block;
    padding:10px;
    margin:0px;
    text-decoration: none;
	background-color: #2eaadc;
	width:47px;
	height:47px;
	text-align:center;
    vertical-align: bottom;
}
.botonera-ppal a i{

    font-size:19px;
}

.botonera-ppal a:hover{
    background-color:rgba(255,200,200,0.8);
    -webkit-transition: all 0.3s;
    -moz-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    -ms-transition: background-color 0.3s;
    transition: all 0.3s;

}


.user-information{
    margin-top: 14px;
}

.panel{
    box-shadow: 0 0 10px #6587e7;
}

/***********************************/
/* Sections                       */
/***********************************/
.section-head{
   margin-top:-30px;
    padding:5px 10px 10px 10px;
    margin-bottom:40px;
    background-image: url(../../img/header-background.jpg);
    background-color:white;
    border-radius: 0 0 10px 10px;
    display:inline-block;
    box-shadow: 0 0 10px #6587e7;
    /*opacity: 0.5;
    color:white;*/

}
.section-head h3{
    margin-bottom: 0;
    font-size:11pt;
    font-family: 'Roboto-Regular', sans-serif;
}



/***********************************/
/* Section Menu                        */
/***********************************/
.menu_section{
    text-align: center;
    margin-top:40px;
}

.menu_section a.menu_button{
    color:white;
    font-size:19px;
    border:2px solid white;
    border-radius: 10px;
    display:inline-block;
    padding:10px;
    margin:10px;
    height: 150px;
    width: 150px;
    text-decoration: none;


}
.menu_section a.menu_button:hover{
    background-color:rgba(255,200,200,0.5);
    box-shadow: 0px 0px 10px #6587e7;
    -webkit-transition: all 0.3s;
    -moz-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    -ms-transition: background-color 0.3s;
    transition: all 0.3s;

}

.menu_section a.menu_button i{
    font-size:70pt;
    display: block;
    margin-bottom: 4px;
}


/****************************/
/* Trabajo                  */
/****************************/
.task-label{
    width: 40px;
}

.sede-info{
   width: 170px;
}
.job-item{
    margin-bottom:0;
}
tr td.price-info
{
    text-align: left;
}
.table a{
    text-decoration: none;
    color:inherit;
}

.presupuesto{
    width:110px;
}
.presupuesto_actions{
    width:35px;
}
.precio_total{
    width:110px;
}

.usuario{
    width:150px;
}


/****************************/
/* Auxiliares               */
/****************************/
.pointer-cursor{
    cursor:pointer;
}



.init-hidden{
    display:none;
}

/******************/
.dialog_login{
    box-shadow: 0 0 15px #6587e7;
}
header .header-top{
    background-image: url(../../img/logo.png);
    background-repeat: no-repeat;
    background-position: 0px 15px;
    line-height: 62px;
    display: inline-block;
    padding-left: 70px;
    text-decoration: none;
}

header .header-top:hover{
    cursor:pointer;
}
header .header-top h1{
    margin-top:30px;
    color:#2eaadc;
}
header .header-top h1, header .header-top h2 {
    font-family: 'Bubbler One', sans-serif;
    font-size: 25px;
    font-weight: 400;

    -webkit-font-smoothing: subpixel-antialiased;
}
header .header-top h2{
    font-size:13px;
    margin-top:-10px;
    color:#999;
}
footer{
	background-color: #FFF;
    bottom: 0;
    display: block;
    overflow: hidden;
    position: fixed;
    width: 100%;
    z-index: 100;
}

footer hr{
	margin: 6px;
	margin-top: 0px;
}

p#revision {
    position: fixed;
    font-size: 10px;
    bottom: -10px;
    right: 20px;
}

.intelligenia-brand{
	display: block;
	overflow: hidden;
}

.intelligenia-brand a{
	background-image: url("../../img/common/intelligenia_oscuro.png");
    background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	overflow: hidden;
	width: 104px;
	height: 28px;
	margin-right: 20px;
}

#logout_form
{
    font-size: 20px;
}

form label, p{
    color: #777777;
}

form .helptext{
    color: #BBBBBB;
    display: block;
    font-size: 10px;
    margin-bottom: 10px;
    margin-left: 2px;
    margin-top: -10px;
}

.btn i{
    margin-right: 5px;
}

.errorlist{
    color: red;
    font-size: 12px;
    list-style: none outside none;
    margin-left: 0;
}

.class_formulario{

    /*
    background: none repeat scroll 0 0 #F2F2F2;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 5px;
    margin-bottom: 40px;
    padding: 40px 40px 25px;
    */

}

.class_formulario h3{
    margin-bottom: 15px;
    margin-top: -5px;
}

.class_formulario form {
    background: none repeat scroll 0 0 #F5F5F5;
    border: 1px solid #DDDDDD;
    border-radius: 5px 5px 5px 5px;
    color: #444444;
    margin: 0 0 50px;
    padding: 35px 40px;
}

.class_formulario form textarea{
    width: 400px !important;
    height: 100px !important;
}

.class_formulario form #caja_boton{
    margin-bottom: 20px;
    margin-top: 10px;
    width: 540px;
    display: block;
}

#tabla_importes td.money{
    text-align: right;
}

.exportar_facturas input,.exportar_facturas a{
    vertical-align: baseline;
}

.listavacia{
    color: grey;
    font-size: 10px;
    font-style: italic;
}

.today{
    color:#ff9b17;
}
/* Tablas */

.table{
    margin-top: 10px;
    display: inline-table;
}

table.today tbody>tr>td, table.today tbody>tr>th{
    border-color:#ff9b17;
}
.table th{
    text-align: center;
    background: #F2F2F2;
}

#project_list_tab .table {
    margin-top: 15px;
}

.table td{
    text-align: center;
    vertical-align: inherit;
}
.table td.left{
    text-align: left;
}
.panel-body .clientes-table td{
    text-align: left;

}

/*Evitar que badges demasiado largos se desmaqueten en Clientes*/
.badge-ellipsis
{
    text-overflow: ellipsis; /* puntos suspensivos */
    white-space: nowrap;     /* no permite multilinea */
    overflow: hidden;        /* ocultar el resto */
    width: auto;
    max-width: 40%;
}
.nombre
{
    text-overflow: ellipsis; /* puntos suspensivos */
    white-space: nowrap;     /* no permite multilinea */
    overflow: hidden;        /* ocultar el resto */
    width: auto;
    max-width: 50%;
    display: inline-block;
}
/***Dialogos no fijos al top***/
.modal-dialog {
   /* position: fixed;*/
    left: 0;
    right: 0;
    top: 85px;
}
/* Errores en formularios */

div.field_error input,
div.field_error select,
div.field_error textarea{
    background: #F6CECE;
    border-color: #F78181;
}

/* Buscador */

div.buscador{
    margin-bottom: 0px;
}

a.btn-add-project{
    margin-bottom: 30px;
}

/* Estilos especiales para algunos menús */
li#menuItem_projectManager_entry_notclasified a{
    color: #FFAA00;
}
/******************RAFA*/
/********/
/***ICON*/
.icon-accordion:before{
    content: "\f13a";
}

.collapsed .icon-accordion:before{
    content: "\f138";
}



.margen{
    margin:3px;
}

.button{
    margin:2px;

}
.input{

    margin:5px;
}
.select{
    margin:2px;
}
/*************/
.label-login{
    font-size: 20px;
    color: #000000;
    width: 420px;
    margin-top: 20px;

}
.tab-content{

    border:5px solid black;
    border-radius: 5px;
    border-color: #fcf8e3;
    padding: 5px;

}
.form-actions {
    padding: 19px 20px 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
    width: 520px;
    background-color: #fbeed5;
    border-top: 1px solid #e5e5e5;

}

.header-image{

    background-image: url('/static/img/linea_fondo.png');
    height: 100%;
    padding-right: 0px;
    margin: 0px;
}
.h2{
    padding: 0px;
    color:orange;
    margin-top: 30px;
    font-family: font-awesome-social;
}
.h3{
    padding: 0px;
    margin-top: 0px;
    color: #b9b9b9;
    font-family: font-awesome-social;
}
.login{
}

.menu-style{

    font-size: 30px;
    height: 120px;
    width: 530px;
    background-image: url('/static/img/linea_fondo.png');

}
.breadcrumb-button{
    background-image: url('/static/img/linea_fondo.png');
}


/****************************/
/* Trabajo                  */
/****************************/


.check-task:hover{
    cursor: pointer;
    text-decoration: none;
}

/*****************************/
/* ANIMATES                  */
/*****************************/
.repeat-item.ng-enter,
.repeat-item.ng-leave,
.repeat-item.ng-move {
    -webkit-transition: 0.5s linear all;
    -moz-transition: 0.5s linear all;
    -o-transition: 0.5s linear all;
    transition: 0.5s linear all;
    position:relative;
}

.repeat-item.ng-enter {
    left:-10px;
    opacity:0;
}
.repeat-item.ng-enter.ng-enter-active {
    left:0;
    opacity:1;
}

.repeat-item.ng-leave {
    left:0;
    opacity:1;
}
.repeat-item.ng-leave.ng-leave-active {
    left:-10px;
    opacity:0;
}

.repeat-item.ng-move {
    opacity:0.5;
}
.repeat-item.ng-move.ng-move-active {
    opacity:1;
}


/*****************************/
/* TAGS                      */
/*****************************/

.tagsinput {
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    display: inline-block;
    padding: 4px 6px;
    margin-bottom: 10px;
    color: #555;
    vertical-align: middle;
    border-radius: 4px;
    max-width: 100%;
    line-height: 22px;
}
.tagsinput input {
    border: none;
    box-shadow: none;
    outline: none;
    background-color: transparent;
    padding: 0;
    margin: 0;
    width: auto;
    max-width: inherit;
}
.tagsinput input:focus {
    border: none;
    box-shadow: none;
}
.tagsinput .tag {
    margin-right: 2px;
    color: white;
}
.tagsinput .tag [data-role="remove"] {
    margin-left: 8px;
    cursor: pointer;
}
.tagsinput .tag [data-role="remove"]:after {
    content: "x";
    padding: 0px 2px;
}
.tagsinput .tag [data-role="remove"]:hover {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.tagsinput .tag [data-role="remove"]:hover:active {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}


.center{
    text-align: center;
}

.center > *{
    display:inline-block;
}
.table th.orange {
    text-align: center;
    background: #2eaadc;
    color: white;
    border: 1px solid white;
}

.material-icons
{
    vertical-align: bottom;
    margin-right: auto;
    margin-left: auto;
}
.material-icons.md-14
{
    font-size: 14px;
}
.material-icons.md-18
{
    font-size: 18px;
}
.material-icons.md-20
{
    font-size: 20px;
}
.trabajo-cobrado
{
    /*border: 5px solid red;*/
    /*border-radius: 15px;*/
    /*background-color: #FFE6E6;*/
    /*background-image: url("../../img/cobrado.png");*/
    /*background-size: auto 100%;*/
    /*background-repeat: no-repeat;*/
    /*background-position: 50% 50%;*/
}
.material-icons.md-32-ursula
{
    font-size: 32px;
    color:red;
}
.select-for-invoice table
{
    border: 7px solid #FF7E00;
}
.panel-client-invoices .table.table-bordered.job-item:hover
{
    cursor: pointer;
}