236 lines
3.7 KiB
SCSS

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
Created on : 09-Aug-2018, 09:47:33
Author : podkrizniku
*/
.ct_in_cell {
padding: 0px;
margin: 0px;
height: 100%;
table-layout: auto;
text-align: center;
border-top: 1px solid $soft_blue;
border-left: 1px solid $soft_blue;
}
.ct_in_tbl {
border-spacing: 0px;
padding: 0px;
margin: 0px;
border-collapse: collapse;
table-layout: auto;
padding: 0px;
margin: 0px;
height: 100%;
width: 100%;
}
.anl_tbl_crosstab {
border-spacing: 0px;
padding: 0px;
margin: 0px;
border-collapse: collapse;
table-layout: auto;
margin-bottom: 10px;
th {
padding: 0px;
margin: 0px;
table-layout: auto;
}
td {
padding: 0px;
margin: 0px;
table-layout: auto;
}
}
.anl_dash_ba {
border: 1px dashed silver;
}
#crosstab_drobdowns {
float: left;
}
#crossLeftHolder {
float: left;
padding-right: 10px;
select {
width: 220px;
}
}
#crossRightHolder {
float: left;
padding-right: 10px;
select {
width: 220px;
}
}
#crossImgHolder {
float: left;
padding: 0px 5px;
display: inline-block;
margin-right: 8px;
}
.crossCheckHolder {
float: left;
padding-right: 5px;
vertical-align: middle;
}
#crossCheck1span {
vertical-align: middle;
display: inlineblock;
}
#crossLegenda {
display: inline-block;
margin-left: 20px;
margin-top: 5px;
}
.rsdl_bck_title {
background-color: $soft_blue_very_lighten;
color: black;
}
.rsdl_bck_variable1 {
background-color: $soft_blue_very_lighten;
}
.ctbChck_sp0 {
background-color: #fcfcfc;
}
.ctbChck_sp1 {
background-color: #FEFFE3;
}
.ctbChck_sp2 {
background-color: #FCFFC2;
}
.ctbChck_sp3 {
background-color: #FBFFA8;
}
.crossCheck_EC {
background-color: #FFFAE8;
}
.crossCheck_RE {
background-color: #FFF6D1;
}
.crossCheck_SR {
background-color: #FFECA2;
}
.crossCheck_AR {
background-color: #FFDA46;
}
.rsdl_bck0 {
background-color: white;
}
.rsdl_bck1 {
background-color: rgb(250, 226, 226);
}
.rsdl_bck2 {
background-color: rgb(255, 157, 157);
}
.rsdl_bck3 {
background-color: rgb(248, 66, 66);
}
.rsdl_bck4 {
background-color: #E8F1FF;
}
.rsdl_bck5 {
background-color: #B9D5FF;
}
.rsdl_bck6 {
background-color: #74ACFF;
}
.ctbCll {
padding: 5px !important;
}
.crostabSuma {
font-style: italic;
color: $orange !important;
font-weight: bold;
}
.ctb_w50p {
width: 50% !important;
}
.ctb_w33p {
width: 33.333% !important;
}
.ctb_w25p {
width: 25% !important;
}
.residual {
th {
width: 20px;
}
border-collapse: separate;
}
.residual_link {
font-style: italic;
font-size: 10px;
}
#div_crossCheck {
padding-right: 3px;
vertical-align: top;
}
#tbl_color_residual_legend {
border-collapse: collapse;
margin: 0px;
padding: 0px;
th {
font-weight: normal;
padding: 0px 30px 0px 0px;
}
td {
width: 25px;
height: 17px;
}
}
#span_color_residual_legend {
padding: 10px;
margin-bottom: 8px;
border: 1px solid $soft_blue;
background-color: $soft_blue_very_lighten;
}
#span_color_residual_legend3 {
#tbl_color_residual_legend {
td {
width: 39px;
}
}
}
.space_crosstab_new {
text-align: center;
vertical-align: middle;
display: inline-block;
width: 20px;
}
#crosstab_add_new {
text-align: center;
vertical-align: middle;
display: inline-block;
width: 20px;
}
#crosstab_remove {
text-align: center;
vertical-align: middle;
display: inline-block;
width: 20px;
}
.ct_inspect {
&:hover {
border: 1px solid blue;
cursor: pointer;
background-color: $strong_blue !important;
table {
td {
opacity: 0.95 !important;
filter: alpha(opacity=95) !important;
color: $strong_blue !important;
}
}
}
}
div#div_analiza_data.crosstabs {
margin-top: 0px;
}
#div_color_residual_legend {
float: right;
margin-top: 5px;
}