385 lines
6.5 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 : 14-Aug-2018, 11:37:08
Author : podkrizniku
*/
dl.dl_spss {
margin-bottom: 30px;
font-size: 12px;
dt {
font-weight: 600;
min-width: 80px;
float: left;
}
dd {
margin: 0px 0 2px 85px;
padding: 0px;
}
}
.tableResize {
position: absolute;
right: 0;
top: 0;
height: 100%;
width: 5px;
cursor: e-resize;
}
.pbLabel {
height: 20px;
width: 160px;
vertical-align: middle;
padding: auto 0;
}
#pbAllPercent {
width: 500px;
height: 20px;
margin: 0 0 5px 0;
padding: 3px;
display: block;
background-color: white;
background: -webkit-gradient(linear, 0 0, 0 100%, from(#f6fbff), to(#fff) );
background: -moz-linear-gradient(top, #f6fbff, #fff);
border: 1px solid $soft_blue;
div {
background-color: #84D700;
height: 100%;
width: 0;
border: none;
-moz-box-shadow: 2px 0 5px $grey_light;
-webkit-box-shadow: 2px 0 5px $grey_light;
box-shadow: 2px 0 5px $grey_light;
}
}
#pbCurrPercent {
width: 500px;
height: 20px;
margin: 0 0 5px 0;
padding: 3px;
display: block;
background-color: white;
background: -webkit-gradient(linear, 0 0, 0 100%, from(#f6fbff), to(#fff) );
background: -moz-linear-gradient(top, #f6fbff, #fff);
border: 1px solid $soft_blue;
div {
background-color: $soft_blue;
height: 100%;
width: 0;
border: none;
-moz-box-shadow: 2px 0 5px $grey_light;
-webkit-box-shadow: 2px 0 5px $grey_light;
box-shadow: 2px 0 5px $grey_light;
}
}
#pbRowPercent {
width: 500px;
height: 20px;
margin: 0 0 5px 0;
padding: 3px;
display: block;
background-color: white;
background: -webkit-gradient(linear, 0 0, 0 100%, from(#f6fbff), to(#fff) );
background: -moz-linear-gradient(top, #f6fbff, #fff);
border: 1px solid $soft_blue;
div {
background-color: #C7ED8B;
height: 100%;
width: 0;
border: none;
-moz-box-shadow: 2px 0 5px $grey_light;
-webkit-box-shadow: 2px 0 5px $grey_light;
box-shadow: 2px 0 5px $grey_light;
}
}
#actionLabel {
position: absolute;
z-index: 1px;
padding: 3px;
}
#pbCurrPercentLabel {
position: absolute;
z-index: 1px;
padding: 3px;
}
#pbRowPercentLabel {
position: absolute;
z-index: 1px;
padding: 3px;
}
#hpbRowPercent {
visibility: hidden;
}
#dataTable.editData {
td {
cursor: pointer;
}
td.hover {
background-color: $soft_blue_very_lighten;
}
}
td.enkaIcon {
cursor: pointer;
}
.data_uid {
visibility: hidden;
display: none;
}
tr {
&:nth-child(1) {
.data_edit {
width: 18px;
}
}
}
#data_search_filter {
float: left;
width: auto;
margin: 0 0 10px 0;
padding: 8px;
border: 1px solid $soft_blue;
}
.dataSettingsBasic{
float: left;
width: auto;
margin: 0 0 10px 20px;
padding: 8px;
#toggleDataCheckboxes{
padding: 0px 20px !important;
color: $strong_blue;
.faicon{
vertical-align: -1px;
}
}
}
table.scrollTable {
img.pdf {
cursor: pointer;
}
img.rtf {
cursor: pointer;
}
img.edit {
cursor: pointer;
}
img.delete {
cursor: pointer;
}
}
table.no_wrap_td {
td {
white-space: nowrap;
}
}
#vnosi_file_status {
width: auto;
display: inline-block;
clear: both;
}
#bottom_data_legend {
width: auto;
margin: 0px 10px 0 10px;
padding: 8px 15px 8px 12px;
background-color: $grey_super_light;
border: 1px solid $grey_very_light;
ul{
margin-top: 10px !important;
padding-left: 30px !important;
li{
height: 20px;
}
}
}
#bottom_data_legend.bg_blue {
background-color: $blue_cell;
border-color: $grey_very_light;
}
#bottom_data_legend.test {
background-color: $green_cell;
border-color: $grey_very_light;
}
#incremental_progress {
margin-top: 60px;
position: absolute;
}
#incremental_details {
width: auto;
margin-top: 10px;
display: inline-block;
background-color: $soft_blue_very_lighten;
border: 1px solid $soft_blue;
padding: 5px;
span {
margin-left: 10px;
display: inline-block;
float: right;
}
}
#data_sn_buttons {
float: left;
padding: 1px 10px 5px 5px;
span {
padding-right: 30px;
font-weight: 600;
}
}
table.variableView {
width: auto;
border-spacing: 0px;
padding: 0px;
margin: 30px 0 0 0;
border-collapse: collapse;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border: 1px solid $soft_blue;
thead {
tr {
background-color: $soft_blue_very_lighten;
}
}
tbody {
tr {
&:nth-child(even) {
background-color: $grey_almost_white;
}
&:nth-child(odd) {
background-color: white;
}
}
}
th {
padding: 3px 5px;
border-bottom: 1px $soft_blue dotted;
}
td {
padding: 3px 5px;
border-bottom: 1px $soft_blue dotted;
}
}
#srv_incremental_lock {
margin-top: 60px;
position: absolute;
font-size: 14px;
color: red;
display: inline-block;
padding: 8px;
width: auto;
background-color: $soft_blue_very_lighten;
border: 1px solid $soft_blue;
}
.data_preview_content {
background-color: $grey_almost_white;
border: 1px solid $soft_blue;
box-shadow: 0 0 5px $grey_normal;
padding: 5px;
position: absolute;
white-space: normal;
width: 350px;
}
/*test data warning*/
.display_data_test_data_note {
padding: 10px 15px 12px 15px;
margin: 10px 0 10px 0;
font-weight: 500;
font-size: 13px;
background-color: $orange_super_lighten;
border: 1px solid $orange;
}
/*all or only valid units radio button*/
#dataOnlyValid {
position: relative;
display: inline-block;
width: auto;
margin: 4px 0 0;
padding: 3px 0 4px 0;
.middle {
margin-left: 20px;
input {
margin: 0px 4px 1px 2px;
}
}
}
/*checkboxes in dropdown*/
#dataSetingsLinks {
float: left;
display: inline-block;
min-width: 100px;
padding: 0px;
margin: 0 0 8px 0;
ul {
margin: 0px;
padding: 0px;
font-size: 100%;
line-height: 90%;
vertical-align: middle;
li {
list-style: none;
display: inline;
list-style-type: none;
padding-left: 15px;
}
}
}
#dataSetingsLinks.data {
ul {
/*li.space {
width: 7px;
padding: 0px 5px;
line-height: 18px;
background: url('../../../admin/survey/img_0/navigation/nav-control-bg.png') no-repeat top center;
}*/
li {
vertical-align: middle;
label {
vertical-align: middle;
}
input {
vertical-align: middle;
}
a.help {
vertical-align: middle;
}
}
}
}
#dataIconSetingsLinks {
float: left;
display: inline-block;
width: auto;
padding: 0px 0px;
margin: 3px 0 5px 15px;
input {
margin-left: 15px;
}
}
#div_data_file {
position: absolute;
right: 100px;
top: 120px;
}
#dataTableScroller {
z-index: 50;
opacity: 0;
position: fixed;
left: 50%;
width: auto;
margin: 10px 0;
}