2021-04-15 00:08:52 +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-16 20:40:57 +02:00
|
|
|
#data ul.nav.container-fluid.nav-tabs li.nav-item{
|
|
|
|
opacity: .90;
|
|
|
|
}
|
|
|
|
|
2021-04-15 19:51:15 +02:00
|
|
|
#data div.tab-content.container-fluid,
|
|
|
|
#data div.tab-content.container{
|
2021-04-15 19:00:19 +02:00
|
|
|
padding-top: 0 !important;
|
|
|
|
padding-bottom: 0 !important;
|
|
|
|
border: 0 !important;
|
2021-04-16 22:48:14 +02:00
|
|
|
/* box-shadow: 4px 3px 8px 1px #969696; */
|
2021-04-16 09:50:38 +02:00
|
|
|
border-radius: 0 !important;
|
2021-04-16 20:40:57 +02:00
|
|
|
opacity: .90;
|
2021-04-16 09:50:38 +02:00
|
|
|
}
|
|
|
|
|
2021-04-16 22:48:14 +02:00
|
|
|
#data div.tab-content.container-fluid div.card.w-100{
|
|
|
|
/* background-color: transparent; */
|
|
|
|
opacity: .90;
|
|
|
|
margin-bottom: 20px;
|
2021-04-16 09:50:38 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#data div.tab-content.container-fluid div.card.w-100.border-0.start{
|
|
|
|
/* border-radius: 0 .50em ; */
|
|
|
|
}
|
|
|
|
|
|
|
|
#data div.tab-content.container-fluid div.card.w-100.border-0.end{
|
|
|
|
/* border-radius: 0; */
|
2021-04-15 19:00:19 +02:00
|
|
|
}
|
|
|
|
|
2021-04-15 06:02:13 +02:00
|
|
|
#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 {
|
2021-04-16 22:48:14 +02:00
|
|
|
background-color: #eb695c;
|
|
|
|
width: 42%;
|
|
|
|
border: 2px solid #dee2e6;
|
|
|
|
border-radius: .75em;
|
|
|
|
float: left;
|
2021-04-16 22:20:36 +02:00
|
|
|
background-image: url("media/cadre1.svg");
|
|
|
|
background-position: center;
|
|
|
|
background-size: cover;
|
|
|
|
/* background-repeat: no-repeat; */
|
|
|
|
/* background-attachment: fixed; */
|
2021-04-15 06:02:13 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#data div.tab-content.container-fluid div.card.w-100.border-0 div.card-body div.card.card-content-center {
|
2021-04-16 22:48:14 +02:00
|
|
|
height: 100%;
|
|
|
|
width: 16%;
|
|
|
|
float: left;
|
|
|
|
display: inline-block;
|
|
|
|
vertical-align: middle;
|
|
|
|
border: 0;
|
2021-04-15 06:02:13 +02:00
|
|
|
}
|
2021-04-16 09:50:38 +02:00
|
|
|
#data div.tab-content.container-fluid div.card.w-100.border-0 div.card-body div.card.card-content-center img {
|
2021-04-16 22:48:14 +02:00
|
|
|
width: 80%;
|
|
|
|
opacity: 0.25;
|
2021-04-16 09:50:38 +02:00
|
|
|
}
|
2021-04-15 06:02: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 {
|
2021-04-16 22:20:36 +02:00
|
|
|
background-color: #254360;
|
2021-04-15 06:02:13 +02:00
|
|
|
width: 42%;
|
|
|
|
border: 2px solid #dee2e6;
|
2021-04-16 09:50:38 +02:00
|
|
|
border-radius: .75em;
|
2021-04-15 06:02:13 +02:00
|
|
|
float: right;
|
2021-04-16 22:20:36 +02:00
|
|
|
background-image: url("media/cadre1.svg");
|
|
|
|
background-position: center;
|
|
|
|
background-size: cover;
|
|
|
|
/* background-repeat: no-repeat; */
|
|
|
|
/* background-attachment: fixed; */
|
2021-04-15 06:02:13 +02:00
|
|
|
}
|
|
|
|
|
2021-04-15 00:08:52 +02:00
|
|
|
#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; */
|
|
|
|
}
|
2021-04-15 19:00:19 +02:00
|
|
|
|
|
|
|
#footer {
|
|
|
|
background-color: transparent !important;
|
|
|
|
}
|