2021-04-17 22:41:05 +02:00
|
|
|
#modalLCube {
|
|
|
|
top: 50%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#modalLCube p img{
|
|
|
|
float : left;
|
|
|
|
margin-right: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#navigationprint div.container-fluid div.navbar-header a.navbar-brand img{
|
|
|
|
margin: 0px;
|
|
|
|
padding: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#navigationprint.navbar-default.main-nav div.container-fluid ul.nav.navbar-nav li a img{
|
|
|
|
max-width: 24px;
|
|
|
|
margin-right: 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#navigationprint.navbar-default.main-nav div.container-fluid ul.nav.navbar-nav li ul.dropdown-menu li a img{
|
|
|
|
max-width: 24px;
|
|
|
|
max-height: 24px;
|
|
|
|
margin-right: 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.glyphicon-log-in {
|
|
|
|
/* padding-right: 10px; */
|
|
|
|
}
|
|
|
|
|
2021-04-17 23:20:52 +02:00
|
|
|
#data-icon-zone{
|
|
|
|
position: fixed;
|
|
|
|
width: 12%;
|
|
|
|
padding-top: 5em;
|
|
|
|
padding-left: 2em;
|
|
|
|
}
|
|
|
|
|
|
|
|
#data-icon-zone img{
|
|
|
|
width: 90%;
|
|
|
|
opacity: 0.90;
|
|
|
|
}
|
|
|
|
|
2021-04-17 22:41:05 +02:00
|
|
|
#data ul.nav.container-fluid.nav-tabs li.nav-item{
|
|
|
|
opacity: .90;
|
|
|
|
}
|
|
|
|
|
|
|
|
#data ul.nav.container-fluid.nav-tabs li.nav-item.active a.nav-link.active{
|
|
|
|
color: #eb695c;
|
|
|
|
}
|
|
|
|
|
|
|
|
#data ul.nav.container-fluid.nav-tabs li.nav-item a.nav-link{
|
|
|
|
color: #fff;
|
|
|
|
padding: .2rem .5rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
#data div.tab-content.container-fluid,
|
|
|
|
#data div.tab-content.container{
|
|
|
|
padding-top: 0 !important;
|
|
|
|
padding-bottom: 0 !important;
|
|
|
|
border: 0 !important;
|
|
|
|
/* box-shadow: 4px 3px 8px 1px #969696; */
|
|
|
|
border-radius: 0 !important;
|
2021-04-24 08:33:28 +02:00
|
|
|
/* opacity: .90; */
|
2021-04-17 22:41:05 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#data-guest div.tab-content.container-fluid,
|
|
|
|
#data-guest div.tab-content.container{
|
|
|
|
padding-top: 0 !important;
|
|
|
|
padding-bottom: 0 !important;
|
|
|
|
border: 0 !important;
|
|
|
|
border-radius: 12px !important;
|
2021-04-24 08:33:28 +02:00
|
|
|
/* opacity: .90; */
|
2021-04-17 22:41:05 +02:00
|
|
|
background-color: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
#data div.tab-content.container-fluid div.card.w-100{
|
|
|
|
/* background-color: transparent; */
|
2021-04-24 08:33:28 +02:00
|
|
|
/* opacity: .90; */
|
2021-04-17 22:41:05 +02:00
|
|
|
margin-bottom: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#data div.tab-content.container-fluid div.card.w-100.start{
|
|
|
|
/* border-radius: 0 .50em ; */
|
|
|
|
}
|
|
|
|
|
|
|
|
#data div.tab-content.container-fluid div.card.w-100.end{
|
|
|
|
/* border-radius: 0; */
|
|
|
|
}
|
|
|
|
|
|
|
|
#data div.tab-content.container-fluid div.card.w-100 div.card-header.text-center{
|
|
|
|
padding-bottom: 0;
|
|
|
|
padding-top: 6px;
|
|
|
|
border-bottom: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#data div.tab-content.container-fluid div.card.w-100 div.card-header h3{
|
|
|
|
color: #254360;
|
|
|
|
font-weight: 750;
|
|
|
|
}
|
|
|
|
|
|
|
|
#data div.tab-content.container-fluid div.card.w-100.border-0 div.card-body{
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
#data div.tab-content.container-fluid div.card.w-100.border-0 div.card-body div.card.card-content-half-b {
|
|
|
|
background-color: #eb695c;
|
2021-04-17 23:20:52 +02:00
|
|
|
width: 48%;
|
2021-04-17 22:41:05 +02:00
|
|
|
border: 2px solid #dee2e6;
|
|
|
|
border-radius: .75em;
|
|
|
|
float: left;
|
|
|
|
background-image: url("media/card_b_42.svg");
|
|
|
|
background-position: center;
|
|
|
|
background-size: cover;
|
|
|
|
}
|
|
|
|
|
2021-04-17 23:20:52 +02:00
|
|
|
/*#data div.tab-content.container-fluid div.card.w-100.border-0 div.card-body div.card.card-content-center {
|
2021-04-17 22:41:05 +02:00
|
|
|
height: 100%;
|
|
|
|
width: 16%;
|
|
|
|
float: left;
|
|
|
|
display: inline-block;
|
|
|
|
vertical-align: middle;
|
|
|
|
border: 0;
|
|
|
|
}
|
|
|
|
#data div.tab-content.container-fluid div.card.w-100.border-0 div.card-body div.card.card-content-center img {
|
|
|
|
width: 80%;
|
|
|
|
opacity: 0.25;
|
2021-04-17 23:20:52 +02:00
|
|
|
}*/
|
2021-04-17 22:41:05 +02:00
|
|
|
|
|
|
|
#data div.tab-content.container-fluid.w-75 div.card.w-100.border-0 div.card-body div.card.card-content-half-r {
|
|
|
|
background-color: #254360;
|
2021-04-17 23:20:52 +02:00
|
|
|
width: 48%;
|
2021-04-17 22:41:05 +02:00
|
|
|
border: 2px solid #dee2e6;
|
|
|
|
border-radius: .75em;
|
|
|
|
float: right;
|
|
|
|
background-image: url("media/card_r_42.svg");
|
|
|
|
background-position: center;
|
|
|
|
background-size: cover;
|
|
|
|
}
|
|
|
|
|
2021-04-18 02:46:13 +02:00
|
|
|
#data div.tab-content.container-fluid.w-75 div.card.w-100.border-0 div.card-body div.card.card-content-half-r div.toggle{
|
|
|
|
width: 50px !important;
|
|
|
|
}
|
|
|
|
|
2021-04-17 22:41:05 +02:00
|
|
|
#data div.tab-content.container-fluid.w-75 div.card.w-100.border-0 div.card-footer{
|
|
|
|
padding: .50rem 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#data span.input-group-addon i,
|
|
|
|
#data span.input-group-addon span.glyphicon,
|
|
|
|
#data span.input-group-addon span.fa{
|
|
|
|
/* float : left; */
|
|
|
|
margin-right: 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#data span.input-group-addon{
|
|
|
|
text-align : left;
|
|
|
|
}
|
|
|
|
|
|
|
|
#data span.input-group-addon span.required{
|
|
|
|
content : "*";
|
|
|
|
color : red;
|
|
|
|
}
|
|
|
|
|
|
|
|
#data table.dataTable span.fa{
|
|
|
|
float : right;
|
|
|
|
margin-left: 6px;
|
|
|
|
}
|
|
|
|
|
|
|
|
p .justify{
|
|
|
|
/* text-align: justify; */
|
|
|
|
/* text-justify: distribute-all-lines; */
|
|
|
|
}
|
|
|
|
|
|
|
|
#footerpartnersprint {
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
width: 70%;
|
|
|
|
border-radius: 10px;
|
|
|
|
text-align: center;
|
|
|
|
/* background-color: grey; */
|
|
|
|
}
|
|
|
|
#footerpartnersprint img {
|
|
|
|
max-width: 64px;
|
|
|
|
border-radius: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#footerdata{
|
|
|
|
clear: both;
|
|
|
|
display: block;
|
|
|
|
border: 0px;
|
|
|
|
/* border-top: 2px solid #CACACA; */
|
|
|
|
margin: 0px;
|
|
|
|
margin-right: 0px;
|
|
|
|
padding: 0px;
|
|
|
|
/* font-size: 8px; */
|
|
|
|
font-weight: bold;
|
|
|
|
text-align: center;
|
|
|
|
/* border-bottom-left-radius: 10px; */
|
|
|
|
/* border-bottom-right-radius: 10px; */
|
|
|
|
margin-top: 0px;
|
|
|
|
/* background: #CACACA; */
|
|
|
|
}
|
|
|
|
|
|
|
|
#footer {
|
|
|
|
background-color: transparent !important;
|
|
|
|
}
|