﻿@import url("js/css/smoothness/theme.css");
@import url("js/css/smoothness/jquery-ui.min.css");
@import url("//cdnjs.cloudflare.com/ajax/libs/leaflet/1.3.4/leaflet.css");

.ib_tableedit{width:100%}
.ib_celllabel{width:200px;padding-right:10px}
.ib_celledit{}
.paddingtop{padding-top:10px;}
.ib_separador{color: #9B2D12; font-size:150%; font-weight:bold; border-bottom:solid 2px #9B2D12;margin:40px 0;}	
.ib_celltitol{padding-top:15px;border-bottom:solid 1px #9B2D12;}
.ib_wizard{width:100%;}
.ib_button{color:#ffffff;background-color:#9D301B;border:1px solid #424242}
.ib_tablefiltre{width:100%;border:solid 1px #666;background-color:#ededed;}
.ib_tablefiltre td {vertical-align:middle !important;}

.ib_node{padding:10px;width:100px;height:100px;text-align:center;float:left;}

.ib_selectorclient{border:2px #808080 solid;background-color:#ffffff;padding:4px;}

.ib_pnlMissatge{border:1px #808080 solid;background-color:#fadbd3;padding:4px;}

.ib_errorsummary{z-index:1000}
.ib_errorsummary ul > li{margin-bottom:5px; color:#7B241C;}
.ib_errorsummary ul > li a{color:#CB4335 !important; font-weight:bold;}
.ib_errorsummary ul > li a:hover{color:#7B241C !important; text-decoration:underline;}
.ib_errorSummaryList{font-size:12px;}

/* prevents scroll bars being blocked by dialog */
html {overflow-y: scroll !important;}

.ib_readonly {
    background-color: #eee;
    color: #777;
} 


/* -- Grids --*/
.ib_grid { 
    width:100%; 
    background-color:#fff; 
    margin:5px 0 0 0; 
    border:solid 1px #525252; 
    border-collapse:collapse;     
}
.ib_grid td { 
    padding:2px; 
    border:solid 1px #c1c1c1; 
    color:#717171; 
}
.ib_grid th { 
    padding:4px 2px; 
    color:#fff; 
    background:#424242 url(images/grd_head.png) repeat-x top; 
    border-left:solid 1px #525252; 
    text-align:left;
}
.ib_grid th a{ 
    color:#fff;
    text-decoration:underline;
}
.ib_grid th a:hover { color:#FFE200;}
.ib_grid .alt { background:#fcfcfc url(images/grd_alt.png) repeat-x top; }
.ib_grid th span.Normal{color:#fff;}

/* Estat general */
.ib_red{background-color: #FF5050;	color: #000;}
.ib_orange{background-color:#FF8000; color: #000;}
.ib_yellow{background-color:#FF0; color: #000;}



/* Paginador */
.pager { background:#424242 url(images/grd_pgr.png) repeat-x top;margin:0; }
.pager a:visited, .pager a:link, .pager a:active { color:#fff; text-decoration:none;}
.pager a:hover { color:#FFE200; text-decoration:none;}
.pager .disabled, .pager .disabled a:visited, .pager .disabled a:link, .pager .disabled a:active, .pager .disabled a:hover
{color: #808080;}

th.ib_gridr{text-align:right !important; } 
td.ib_gridr{text-align:right !important;} 
th.ib_gridc{text-align:center !important; } 
td.ib_gridc{text-align:center !important;} 

.infopeca{background:#eeeeee;}

.nomCamp{font-size:0.7em;}
.mapContainer{border:solid 5px #FFE200;float:left}
.textLlegenda{font-size:11px;}
.ib_llegenda{}

.taulerParking
{text-align:center; padding:4px; border: solid 1px #696969;}

.chart
{text-align:center;padding-top:20px;}

/* taller */
.IniciarAccio
{background: url(images/btn1.gif) repeat-x top;padding:5px;}
.TancarAccio
{background: url(images/btn2.gif) repeat-x top;padding:5px;}


/* Estadístiques */
.stats
{border: 1px solid #666;background-color:#ededed; width:100%; padding:20px; text-align:center; }

/* Selector d'usuaris */
.popupLabel
{
	font-size: 11px;
	font-weight: bold;
}
.popupError
{
	font-size: 11px;
	font-weight: bold;
	color: #ff0000;
}
.popupTextBox
{
	font-size: 12px;
	font-weight: normal;
}
.popupButton
{
	font-size: 11px;
	font-weight: normal;
}

/* General */
.Numeric{text-align:right; width:70px;}


.ib_tpvok {border-radius:4px; border:1px solid #ccc; background-color:#DAF7A6; padding:10px;}
.ib_tpvko {border-radius:4px; border:1px solid #ccc; background-color:#FADBD8; padding:10px;}

/* Leaflet */
.leaflet-div-icon {
    background: transparent;
    border: 0 none;
}


.formExt {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
	margin:0;
	padding:0;
	overflow:hidden;
}