﻿body {
    font-family:'Segoe UI', Verdana;
    font-size:13px;
    color: rgb(64,64,64);
}

a {
    color: rgb(64,64,64);
}

a:hover {
    color:  rgb(0,161,222);
}

.dttblue {
    background-color: rgb(0,39,118);
}

.dttgreen {
    background-color: rgb(146,212,0);
}

.dttmidblue {
    background-color: rgb(0,161,222);
}

.dttlightblue {
    background-color: rgb(114,199,231);
}

.dttmidblue25d {
    background-color: rgb(0, 121, 166);
}

.dttdarkgreen {
    background-color: rgb(60,138,46);
}

.dttlightgreen {
    background-color: rgb(201,221,3);
}

.dttdarkgray {
    background-color: rgb(64,64,64);
}

.dttlightgray {
    background-color: rgb(191,191,191);
}

.dttmidgray {
    background-color: rgb(127,127,127);
}

#deloitteHeader {
    height: 32px;
    width: 100%;
    color: white;
    position: relative;
}

.imgHome {
    background-size:contain;
    background-image:url('img/ilustracion_home.png');
    background-repeat:no-repeat;
    background-position-x:right;
    background-position-y:center;
}
.botonMenu{
    background-color:rgb(160,160,160);
    font-family:'Segoe UI', Verdana;
    font-size:13px;
    color:rgb(64,64,64);
    border-color:rgb(64,64,64);
    border-style:solid;
    border-width:thin;
    cursor: pointer;



}
.botonAzul {
    background-color: rgb(0,39,118);
    font-family: 'Segoe UI', Verdana;
    font-size: 13px;
    color: white;
    border-style: dashed;
    border-color: rgb(0,39,118);
    border-width: 0px;
    border-radius: 5px;
    height: 25px;
    text-align: center;
    cursor: pointer;
}

.botonAzulDisabled {
    background-color: gray;
    font-family: 'Segoe UI', Verdana;
    font-size: 13px;
    color: white;
    border-style: dashed;
    border-color: rgb(0,39,118);
    border-width: 0px;
    border-radius: 5px;
    height: 25px;
    text-align: center;
    cursor: pointer;
}

.botonNegro {
    background-color: #000;
    font-family: 'Segoe UI', Verdana;
    font-size: 13px;
    color: white;
    border-style: dashed;
    border-color: rgb(0,39,118);
    border-width: 0px;
    border-radius: 5px;
    height: 25px;
    text-align: center;
    cursor: pointer;
}

.botonLeft {
    background-color: rgb(255,255,255);
    font-family: 'Segoe UI', Verdana;
    font-size: 13px;
    color: white;
    border-style: dashed;
    border-color: rgb(0,39,118);
    border-width: 0px;
    border-radius: 5px;
    height: 25px;
    text-align: center;
    cursor: pointer;
	background-repeat: no-repeat;
	background-image: url("../Style/img/izquierda.png");
    background-position: center;
}

.botonRight {
    background-color: rgb(255,255,255);
    font-family: 'Segoe UI', Verdana;
    font-size: 13px;
    color: white;
    border-style: dashed;
    border-color: rgb(0,39,118);
    border-width: 0px;
    border-radius: 5px;
    height: 25px;
    text-align: center;
    cursor: pointer;
	background-repeat: no-repeat;
	background-image: url("../Style/img/Derecha.png");
    background-position: center;
}

.botonUp {
    background-color: rgb(255,255,255);
    font-family: 'Segoe UI', Verdana;
    font-size: 13px;
    color: white;
    border-style: dashed;
    border-color: rgb(0,39,118);
    border-width: 0px;
    border-radius: 5px;
    height: 25px;
    text-align: center;
    cursor: pointer;
	background-repeat: no-repeat;
	background-image: url("../Style/img/icon_up.png");
    background-position: center;
}

.botonDown {
    background-color: rgb(255,255,255);
    font-family: 'Segoe UI', Verdana;
    font-size: 13px;
    color: white;
    border-style: dashed;
    border-color: rgb(0,39,118);
    border-width: 0px;
    border-radius: 5px;
    height: 25px;
    text-align: center;
    cursor: pointer;
	background-repeat: no-repeat;
	background-image: url("../Style/img/icon_down.png");
    background-position: center;
}

.botonAdd {
    background-color: rgb(255,255,255);
    font-family: 'Segoe UI', Verdana;
    font-size: 13px;
    color: white;
    border-style: dashed;
    border-color: rgb(0,39,118);
    border-width: 0px;
    border-radius: 5px;
    height: 25px;
    text-align: center;
    cursor: pointer;
	background-repeat: no-repeat;
	background-image: url("/Style/img/icon_add.png");
    background-position: center;
}

.botonAddCircle {
    background-color: rgb(255,255,255);
    font-family: 'Segoe UI', Verdana;
    font-size: 13px;
    color: white;
    border-style: dashed;
    border-color: rgb(0,39,118);
    border-width: 0px;
    border-radius: 0px;
    height: 30px;
    width: 30px;
    text-align: center;
    cursor: pointer;
    background-repeat: no-repeat;
    background-image: url("/Style/img/icon_add_circle.png");
    background-position: center;
}

.botonAddCircleN {
    background-color: rgba(0,0,0,0);
    font-family: 'Segoe UI', Verdana;
    font-size: 13px;
    color: white;
    border-style: dashed;
    border-color: rgb(0,39,118);
    border-width: 0px;
    border-radius: 0px;
    height: 30px;
    width: 30px;
    text-align: center;
    cursor: pointer;
    background-repeat: no-repeat;
    background-image: url("/Style/img/icon_add_circle.png");
    background-position: center;
}

.botonRemove {
    background-color: rgb(255,255,255);
    font-family: 'Segoe UI', Verdana;
    font-size: 13px;
    color: white;
    border-style: dashed;
    border-color: rgb(0,39,118);
    border-width: 0px;
    border-radius: 5px;
    height: 25px;
    text-align: center;
    cursor: pointer;
    background-repeat: no-repeat;
    background-image: url("/Style/img/icon_remove.png");
    background-position: center;
}

.botonTrash {
    background-color: rgb(255,255,255);
    font-family: 'Segoe UI', Verdana;
    font-size: 13px;
    color: white;
    border-style: dashed;
    border-color: rgb(0,39,118);
    border-width: 0px;
    border-radius: 5px;
    height: 25px;
    text-align: center;
    cursor: pointer;
    background-repeat: no-repeat;
    background-image: url("/Style/img/icon_delete.png");
    background-position: center;
}

.botonTrashN {
    background-color: rgba(0,0,0,0);
    font-family: 'Segoe UI', Verdana;
    font-size: 13px;
    color: white;
    border-style: dashed;
    border-color: rgb(0,39,118);
    border-width: 0px;
    width: 13px;
    text-align: center;
    cursor: pointer;
    background-repeat: no-repeat;
    background-image: url("/Style/img/icon_delete9.png");
    background-position: center;
    background-size: 13px;
}

table {
    border: 0;
    border-collapse: collapse;
    border-spacing: 0px;
}

td { 
    padding: 2px;
}

.ViewHeader {
	font-family: 'Segoe UI', Verdana;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
    vertical-align: central;
	line-height: normal;
	color: #FFFFFF;
	background-color: rgb(0,161,222);
}
.ViewHeaderBlack {
    font-family: 'Segoe UI', Verdana;
    font-size: 13px;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
    vertical-align: central;
    line-height: normal;
    color: #FFFFFF;
    background-color: rgb(0,0,0);
}
.ViewRow {
	font-family:  'Segoe UI', Verdana;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	vertical-align: central;
	line-height: normal;
	color: rgb(127,127,127);
	cursor: pointer;
}
.HeaderReports {
	font-family: 'Segoe UI', Verdana;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	line-height: normal;
	color: rgb(64,64,64);
}
.SubHeaderReports {
	font-family: 'Segoe UI', Verdana;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	line-height: normal;
	color: rgb(64,64,64);
}
.SubReports {
	font-family: 'Segoe UI', Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	line-height: normal;
	color: rgb(64,64,64);
}
#tableReports {
    border: 0;
    border-collapse: collapse;
    border-spacing: 0px;
}
.HeaderTable {
	font-family: 'Segoe UI', Verdana;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
    text-align: center;
    vertical-align: bottom;
	line-height: normal;
	color: #FFFFFF;
	background-color: rgb(0,161,222);
}
.RowTable {
	font-family:  'Segoe UI', Verdana;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
    text-align: center;
	vertical-align: central;
	line-height: normal;
	color: rgb(64,64,64);
}
.RowTable2 {
	font-family:  'Segoe UI', Verdana;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
    text-align: left;
	vertical-align: central;
	line-height: normal;
	color: rgb(64,64,64);
}
HR {
    background-color: rgb(146,212,0);
    height: 1px;
    border: 0px;
}
#box{
    width:98%;
    height:60px;
    text-align:center;
    vertical-align:middle;
    display:grid;
    border:1px solid rgb(160,160,160);
    background-color: rgb(230, 230, 230);
    padding:10px;
    font-style: italic;
    font-weight: bold;
    margin-top:0px;
    overflow:auto;
}

::-webkit-input-placeholder {
    font-style: italic;
}

:-moz-placeholder {
    font-style: italic;
}

::-moz-placeholder {
    font-style: italic;
}

:-ms-input-placeholder {
    font-style: italic;
}

textarea, input, select {
    font-family: inherit;
}

.scrDiv {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #7a7a7a;
    /*Cross-browser opacity below*/
    -moz-opacity: .40;
    filter: alpha(opacity=40);
    opacity: .40;
    z-index: 1;
}

.expand-all-geo {
    display: inline-block;
    background-image: url(/Style/img/icon_expandall.png);
    background-size: 32px;
    width: 32px;
    height: 32px;
    margin: 0 2px 0 2px;
}

.collapse-all-geo {
    display: inline-block;
    background-image: url(/Style/img/icon_collapseall.png);
    background-size: 32px;
    width: 32px;
    height: 32px;
    margin: 0 2px 0 2px;
}

input[type="checkbox"], input[type="radio"] {
    accent-color: #0077fe !important;
}

.tdMatrixPreview td {
    border: solid 1px #c5c5c5;
}

.ui-datepicker-trigger {
    cursor: pointer;
}

.tbl-no-padding td {
    padding: 0px;
}

.dib {
    display: inline-block !important;
}

.wa-dib {
    width: auto !important;
    display: inline-block !important;
}