PortaleOrdiniGruppo/PortalStudio/smartreport/wizard.css
2025-03-24 15:28:26 +01:00

520 lines
7.5 KiB
CSS

body {
font-family: Open Sans;
color: #787878;
}
.step{
float: left;
margin-top: 5px;
margin-left: 5px;
margin-right: 5px;
height: 28px;
width: auto;
cursor: default;
}
.curpoint{
cursor: pointer;
}
#fldcontainer{
width: 300px;
height: 85%;
overflow-x: hidden;
overflow-y: scroll;
position: absolute;
margin-top: 52px;
float: left;
}
.checktable{
float: left;
margin-top: 7px;
}
.fieldObjectType{
background-repeat: no-repeat;
width: 16px;
height: 16px;
float: right;
margin-top: 1px;
}
.currentBckg{
background-color: #555555;
border-color: #555555;
color: #FFFFFF;
font-weight:normal;
cursor: pointer;
}
.currentText{
color: #555555;
font-weight:normal;
cursor: pointer;
}
.disabledBckg{
background-color: #FFFFFF;
border-color: #D3D3D3;
color: #D3D3D3;
cursor: default;
}
.disabledBckgBand{
background-color: #FFFFFF;
border-bottom: 1px solid #D3D3D3;
cursor: default;
}
.disabledText{
color: #C3C3C3;
cursor: default;
}
.enabledBckg{
background-color: #FFFFFF;
border-color: #555555;
color: #555555;
font-weight:normal;
cursor: pointer;
}
.enabledBckgBand{
background-color: #FFFFFF;
border-bottom: 1px solid #555555;
cursor: pointer;
}
.enabledText{
color: #555555;
font-weight:normal;
cursor: pointer;
}
.hide{
display: none;
}
.layoutcont{
float: left;
height: 100%;
width: 50%;
}
.printcont{
float: left;
height: 24px;
width: 50%;
}
.reportpics{
float: left;
/*margin-top: 50px;*/
background-repeat: no-repeat;
background-size: 110px 110px;
background-position: center;
width: 130px;
height: 130px;
cursor: pointer;
}
.reportmodel{
float: left;
margin-top: 50px;
margin-left: 50px;
}
.reportmodeltxt{
padding-top: 160px; /* 180 */
margin-left: -90px;
float: left;
font-size: 11px;
cursor: pointer;
}
.inputtxt {
border: 0;
outline: 0;
background: transparent;
border-bottom: 1px solid #C3C3C3;
width: 300px;
float: left;
margin-left: 10px;
padding-left: 5px;
margin-top: 10px;
}
/*
#drawreport, .btnok{
width: 16px;
height: 16px;
background-image: url(images/ok.png);
background-repeat: no-repeat;
background-size: 16px;
float: right;
margin-top: 10px;
cursor: pointer;
}
*/
/*
#drawreportdesc{
float: right;
margin-left: 6px;
margin-right: 6px;
cursor: pointer;
margin-top: 10px;
font-size: 13px;
}*/
#fields_legend{
margin-top: 20px;
float: right;
margin-right: 480px;
width: 130px;
height: 120px;
font-family: Open Sans Light,lucida grande,tahoma,verdana,arial,sans-serif;
}
.description{
/*float: left;*/
/*height: 70px;*/
/*width: 150px;*/
font-size: 13px;
/*text-align: right;*/
margin-left: 3px;
}
.clicked{
border: 1px solid #555555;
/*background-color: #99D9E4;*/
}
.tdiv{
width: 96%;
height: 90px;
float: left;
margin-left: 15px;
margin-top: 20px;
}
.pagepic{
position: absolute;
float: left;
background-repeat: no-repeat;
background-position: center;
/*border: 1px solid #000000;*/
cursor: pointer;
}
.portrait{
width: 38px;
height: 58px;
/*background-size: 35px 55px;*/
}
.landscape{
height: 38px;
width: 58px;
margin-top: 10px;
/*background-size: 55px 35px;*/
}
.textpiccont{
float: left;
width: 144px;
height: 60px;
margin-top: 8px;
margin-right: 5px;
}
.descpic{
float: left;
margin-left: 5px;
width: 70px;
font-family: Open Sans Light,lucida grande,tahoma,verdana,arial,sans-serif;
font-size: 13px;
font-weight: normal;
cursor: default;
}
.desctxt{
float: left;
margin-left: 55px;
width: 50px;
font-family: Open Sans Light,lucida grande,tahoma,verdana,arial,sans-serif;
font-size: 11px;
font-weight: normal;
color: #000000;
border: none;
border-bottom: 1px solid #C3C3C3;
text-align: right;
}
.pagetext{
width: 98%;
float: left;
background-color: #555555;
padding-left: 10px;
color: #FFFFFF;
}
.pinput{
margin-top: 20px;
margin-left: 50px;
}
.linput{
margin-top: 18px;
margin-left: 57px;
}
.unitmp{
margin-top: 26px;
}
.unitml{
margin-top: 24px;
}
.ptext{
/*margin-top: 10px;*/
margin-left: 50px;
text-align: center;
}
.ltext{
/*margin-top: 2px;*/
margin-left: 65px;
text-align: center;
}
.sizepicw{
position: absolute;
width: 16px;
height: 5px;
background-image: url(images/wizard/sizew.png);
background-repeat: no-repeat;
background-color: transparent;
margin-top: 5px;
}
.sizepich{
position: absolute;
width: 5px;
height: 16px;
background-image: url(images/wizard/sizeh.png);
background-repeat: no-repeat;
background-color: transparent;
margin-top: 15px;
margin-left: 5px;
}
.size{
width: 70px;
height: 30px;
float: left;
margin-top: 5px;
font-size: 11px;
}
.psize{
margin-left: 50px;
}
.lsize{
margin-left: 65px;
}
.editable{
background-color: #F3F3F3;
}
.fldText{
color: #555555;
border: 1px solid #555555;
}
.fldLen{
color: #555555;
border-left: 1px solid #555555;
border-right: 1px solid #555555;
border-bottom: 1px solid #555555;
}
.fldBck{
background-color: #555555;
}
.clText{
color: #FF0000;
border: 1px solid #FF0000;
}
.clLen{
color: #FF0000;
border-left: 1px solid #FF0000;
border-right: 1px solid #FF0000;
border-bottom: 1px solid #FF0000;
}
.clBck{
background-color: #FF0000;
}
.rlText{
color: #00FF00;
border: 1px solid #00FF00;
}
.rlLen{
color: #00FF00;
border-left: 1px solid #00FF00;
border-right: 1px solid #00FF00;
border-bottom: 1px solid #00FF00;
}
.rlBck{
background-color: #00FF00;
}
.extText{
color: #0000FF;
border: 1px solid #0000FF;
}
.extLen{
color: #0000FF;
border-left: 1px solid #0000FF;
border-right: 1px solid #0000FF;
border-bottom: 1px solid #0000FF;
}
.extBck{
background-color: #0000FF;
}
.hidText{
color: #FF9500;
border: 1px solid #FF9500;
}
.hidLen{
color: #FF9500;
border-left: 1px solid #FF9500;
border-right: 1px solid #FF9500;
border-bottom: 1px solid #FF9500;
}
.hidBck{
background-color: #FF9500;
}
select{
float: left;
border: 0;
border-bottom: 1px solid #555555;
font-size: 13px;
color: #333333;
font-family: Open Sans Light,lucida grande,tahoma,verdana,arial,sans-serif;
margin-left: 10px;
margin-top: 10px;
cursor: pointer;
}
.pmargin{
width: 190px;
margin-top: 10px;
margin-left: 20px;
}
.inputdisabled{
border: 0;
padding-top: 5px;
}
.sourcecont{
margin-top: 30px; /* 45 */
margin-left: 60px;
width: 88px;
height: 100px;
float: left;
}
.sourcepic{
float: left;
width: 84px;
height: 84px;
cursor: pointer;
font-family: icons8_win10;
font-size: 64px;
text-align: center;
color: rgba(0,0,0,.87);
}
.sourcetxt{
float: left;
font-size: 13px;
width: 100%;
text-align: center;
cursor: pointer;
}
.okbtn{
width: 80px;
height: 35px;
border: 0;
background-color: #555555;
color: #fafafa;
font-size: 14px;
font-family: Open Sans Light,lucida grande,tahoma,verdana,arial,sans-serif;
cursor: pointer;
float: right;
margin-right: 5px;
}
.smorebtn{
width: 100px;
height: 35px;
border: 0;
background-color: #555555;
color: #FFFFFF;
font-size: 14px;
font-family: Open Sans Light,lucida grande,tahoma,verdana,arial,sans-serif;
cursor: pointer;
float: left;
margin-left: 23px;
}
.hmorebtn{
width: 100px;
height: 35px;
border: 0;
background-color: #000000;
color: #FFFFFF;
font-size: 14px;
font-family: Open Sans Light,lucida grande,tahoma,verdana,arial,sans-serif;
cursor: pointer;
float: left;
margin-left: 23px;
}
.canbtn{
width: 80px;
height: 35px;
border: 0;
background-color: #000000;
color: #FFFFFF;
font-size: 14px;
font-family: Open Sans Light,lucida grande,tahoma,verdana,arial,sans-serif;
cursor: pointer;
float: right;
margin-right: 5px;
}
#source_vqr:after {
content: "\F037";
}
#source_bo:after {
content: "\F107";
}