/* app css stylesheet */

.nav, .pagination, .carousel, .panel-title a {
    cursor: pointer;
}

.table-more-condensed > thead > tr > th,
.table-more-condensed > tbody > tr > th,
.table-more-condensed > tfoot > tr > th,
.table-more-condensed > thead > tr > td,
.table-more-condensed > tbody > tr > td,
.table-more-condensed > tfoot > tr > td {
    padding: 0.2em !important;
}

.negro {
    background-color: black;
    color: white;
}

.blanco {
    background-color: white;
    color: black;
}


.main {
    margin-top: 2em;
}

.footer {
    margin-top: 2em;
}

.bold {
    font-weight: bold;
}

.table-without-margin-bottom {
    margin-bottom: 0 !important;
}

.col-centered {
    float: none !important;
    margin: 0 auto;
}

.header img.logo {
    margin: 0.5em 1em;
}

img.icono16 {
    height: 16px;
    /*width: 32px; Neumático sin marca no mide esto */
}

.ocultarBarrasDesplazamiento {
    overflow: hidden;
}

img.tvLogo {
    float: right;
    margin: 10px 0;
}

.mpv-table-oop thead tr th {
    padding-top: 1em !important;
}

.mpv-table-clasificacion,
.mpv-table-oop {
    border: 0 !important;
}

.mpv-background-sector1 {
    background-color: #ff5555;
}

.mpv-background-sector2 {
    background-color: #79bcbc;
}

.mpv-background-sector3 {
    background-color: #8e8ec7;
}

.mpv-background-sector4 {
    background-color: #ff9d5c;
}

.mpv-background-sector5 {
    background-color: #ffff8a;
}

.mpv-marca-competidor-orden {
    float: left;
    width: 25px;
    margin-left: -30px;
}

.mpv-marca-competidor {
    border-radius: 100%;
    border: 1px solid;
    width: 30px;
    height: 30px;
    text-align: center;
    padding-top: 3px;
    font-weight: bold;
    font-size: 18px;
    float: left;
    margin: 15px 2px 2px 2px;
}

#mapCanvas {
    /*
    width: 100%;
    height: 100%;
    */
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.navbar-default .navbar-toggle {
    background-color: #428bca;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #0066A4 !important;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #ddd !important;
}

.sin-margen-inferior {
    margin-bottom: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

.enlace {
    cursor: pointer;
    color: #428bca;
}

.enlace_nocolor {
    cursor: pointer;
}

.mpv-table-clasificacion td {
    background-position: 0 0 !important;
}

.mpv-table-clasificacion td.enlace:HOVER {
    background-image: linear-gradient(to bottom, #51c6ca 0, #3da2a2 100%);
}

#mapCanvasFixScroll {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
}

#loginUsuario .form-group{
    width: 250px;
    float:right;
}

#loginUsuario .input-group{
    width: 200px;
    float:left;
    padding-right: 5px;
    text-align: right;
    
}

.noDisplay{
    display: none !important;
}

.cursorPointer{
    cursor: pointer;
}

#tVinculados{
    text-align: center;
}

.leyenda{
    width: 20px;
    height: 14px;
    margin-bottom: 0px;
}

.colorSelecionado{
    background-color: #98dff3;
}

.colorSeleccionable{
    background-color: #98f39e;
}

.colorDeseleccionable{
    background-color: #f39b98;
}

.bottomRefresh{
    margin: -3px;
    height: 32.9px;
}

.cargando {
	display: none;
	text-align: center;
        height:140px !important;
}

.cargando div {
	height: 90px;
	padding-top: 30px;
	font-weight: bold;
	font-size: 12pt;
        background: url(../img/ajax-loader.gif) no-repeat center bottom;
}

.cargando p {
    font-size: 9pt;
}
.ui-dialog{
    z-index: 2000 !important;
}

.confirmando {
	display: none;
	text-align: center;
        height:90px !important;
}

.confirmando div {
	height: 70px;
	padding-top: 10px;
	font-weight: bold;
	font-size: 12pt;
}

.confirmando p {
    font-size: 14pt;
}
