2017-04-05 13:46:04 +02:00
|
|
|
@import "constants";
|
2017-03-30 17:00:35 +02:00
|
|
|
|
2016-11-21 15:04:16 +01:00
|
|
|
#header {
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
position: fixed;
|
|
|
|
width: 100%;
|
|
|
|
z-index: 10;
|
|
|
|
border-radius: 0;
|
|
|
|
height: 60px;
|
2017-04-11 17:06:30 +02:00
|
|
|
|
2017-04-12 11:12:05 +02:00
|
|
|
#title-navbar {
|
2017-04-11 16:36:03 +02:00
|
|
|
color: #FFFFFF;
|
2016-11-21 15:31:03 +01:00
|
|
|
font-weight: bold;
|
|
|
|
font-size: 1.8em;
|
|
|
|
z-index: 10;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
2017-04-11 17:06:30 +02:00
|
|
|
|
2017-04-12 11:12:05 +02:00
|
|
|
#title-navbar:hover {
|
2016-11-21 15:31:03 +01:00
|
|
|
text-decoration: none;
|
|
|
|
}
|
2017-04-11 17:06:30 +02:00
|
|
|
|
2016-11-21 15:04:16 +01:00
|
|
|
#home {
|
|
|
|
text-align: center;
|
2017-04-12 10:29:46 +02:00
|
|
|
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
|
2016-11-21 15:04:16 +01:00
|
|
|
background-color: #003189;
|
2016-12-01 12:19:22 +01:00
|
|
|
height: 60px;
|
2017-04-11 17:06:30 +02:00
|
|
|
|
2016-11-21 15:04:16 +01:00
|
|
|
.logo {
|
2016-12-01 12:19:22 +01:00
|
|
|
margin-top: 10px;
|
2016-11-21 15:04:16 +01:00
|
|
|
height: 40px;
|
|
|
|
}
|
2017-04-11 17:06:30 +02:00
|
|
|
|
2016-11-21 15:04:16 +01:00
|
|
|
#tps-title {
|
|
|
|
font-family: Arial;
|
2018-03-06 17:11:42 +01:00
|
|
|
font-size: 16px;
|
2016-11-21 15:04:16 +01:00
|
|
|
font-weight: bold;
|
2018-03-06 17:11:42 +01:00
|
|
|
line-height: 20px;
|
|
|
|
margin-top: 10px;
|
2016-11-21 15:04:16 +01:00
|
|
|
}
|
|
|
|
}
|
2017-04-11 17:06:30 +02:00
|
|
|
|
2016-11-21 15:04:16 +01:00
|
|
|
#navbar-body {
|
2017-02-28 14:26:54 +01:00
|
|
|
min-height: 60px;
|
2016-11-21 15:04:16 +01:00
|
|
|
background-color: #FFFFFF;
|
2017-04-12 10:29:46 +02:00
|
|
|
box-shadow: 0 1px 2px 0 rgba(50, 50, 50, 0.5);
|
2016-11-21 16:45:12 +01:00
|
|
|
padding-left: 50px;
|
2017-04-11 17:06:30 +02:00
|
|
|
|
2016-11-21 15:31:03 +01:00
|
|
|
.main-info {
|
|
|
|
font-family: Arial;
|
|
|
|
font-size: 18px;
|
|
|
|
font-weight: bold;
|
|
|
|
line-height: 58px;
|
2017-02-28 14:26:54 +01:00
|
|
|
min-height: 58px;
|
2016-11-21 15:31:03 +01:00
|
|
|
color: #000000;
|
2016-12-05 16:33:09 +01:00
|
|
|
overflow: hidden;
|
2017-03-06 16:18:22 +01:00
|
|
|
white-space: nowrap;
|
2016-12-05 16:33:09 +01:00
|
|
|
text-overflow: ellipsis;
|
2016-11-21 15:31:03 +01:00
|
|
|
}
|
2017-04-11 17:06:30 +02:00
|
|
|
|
2016-11-21 15:31:03 +01:00
|
|
|
.options {
|
|
|
|
font-family: Arial;
|
|
|
|
font-size: 14px;
|
|
|
|
text-align: right;
|
|
|
|
line-height: 22px;
|
|
|
|
color: #666666;
|
|
|
|
padding: 8px;
|
|
|
|
border-right: 1px solid #C8C6C8;
|
2017-02-28 14:26:54 +01:00
|
|
|
min-height: 60px;
|
2017-04-11 17:06:30 +02:00
|
|
|
|
2016-11-28 15:22:00 +01:00
|
|
|
.dropdown-toggle {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
2017-04-11 17:06:30 +02:00
|
|
|
|
2016-11-28 15:22:00 +01:00
|
|
|
.dropdown-pannel {
|
|
|
|
min-height: 100px;
|
|
|
|
width: 400px;
|
|
|
|
padding-left: 10px;
|
|
|
|
}
|
2017-04-11 17:06:30 +02:00
|
|
|
|
2016-12-02 16:33:31 +01:00
|
|
|
.centered-option {
|
|
|
|
line-height: 40px;
|
|
|
|
height: 40px;
|
|
|
|
}
|
2017-04-11 17:06:30 +02:00
|
|
|
|
2016-12-05 15:14:39 +01:00
|
|
|
.caret-right {
|
|
|
|
border-bottom: 4px solid transparent;
|
|
|
|
border-top: 4px solid transparent;
|
|
|
|
border-left: 4px solid;
|
|
|
|
display: inline-block;
|
|
|
|
height: 0;
|
|
|
|
margin: 8px 2px 0 5px;
|
|
|
|
vertical-align: top;
|
|
|
|
width: 0;
|
|
|
|
}
|
2016-11-21 15:31:03 +01:00
|
|
|
}
|
2016-12-01 12:37:56 +01:00
|
|
|
|
2017-04-12 11:12:05 +02:00
|
|
|
#sign-in {
|
2016-12-01 13:01:00 +01:00
|
|
|
margin-top: 7px;
|
2017-04-11 17:06:30 +02:00
|
|
|
|
2016-12-05 14:45:00 +01:00
|
|
|
.btn {
|
2016-12-01 13:01:00 +01:00
|
|
|
float: right;
|
2017-02-22 16:06:58 +01:00
|
|
|
margin-right: 15px;
|
2016-12-05 14:45:00 +01:00
|
|
|
}
|
2016-12-01 13:01:00 +01:00
|
|
|
}
|
|
|
|
|
2017-04-12 11:12:05 +02:00
|
|
|
#sign-out {
|
2017-12-11 11:51:18 +01:00
|
|
|
text-align: center;
|
2016-12-01 12:37:56 +01:00
|
|
|
height: 60px;
|
2016-12-01 13:01:00 +01:00
|
|
|
|
2017-12-11 11:51:18 +01:00
|
|
|
a {
|
|
|
|
line-height: 60px;
|
2016-12-05 14:45:00 +01:00
|
|
|
}
|
2016-12-01 12:37:56 +01:00
|
|
|
}
|
2016-11-21 15:04:16 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2016-11-21 16:49:59 +01:00
|
|
|
#download-menu {
|
|
|
|
.btn-sm {
|
|
|
|
color: #000000;
|
2016-12-07 16:59:35 +01:00
|
|
|
font-size: 14px;
|
2016-11-21 16:49:59 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2016-11-15 14:10:43 +01:00
|
|
|
.btn-nav {
|
2017-04-11 16:36:03 +02:00
|
|
|
color: #FFFFFF;
|
2016-11-15 14:10:43 +01:00
|
|
|
background-color: transparent;
|
|
|
|
margin-top: 6px;
|
|
|
|
height: 36px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.btn-nav:hover {
|
2017-04-11 18:40:01 +02:00
|
|
|
background-color: #EEEEEE;
|
|
|
|
border-color: #EEEEEE #EEEEEE #DDDDDD;
|
2016-11-15 14:10:43 +01:00
|
|
|
border-bottom-left-radius: 0;
|
|
|
|
border-bottom-right-radius: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.btn-nav.text-info:hover {
|
2017-04-11 18:40:01 +02:00
|
|
|
color: #23527C;
|
2016-11-15 14:10:43 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.btn-nav.text-success:hover {
|
2017-04-11 18:40:01 +02:00
|
|
|
color: #3C763D;
|
2016-11-15 14:10:43 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.btn-nav.text-danger:hover {
|
2018-02-26 17:21:21 +01:00
|
|
|
color: #A10005;
|
2016-11-15 14:10:43 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.navbar {
|
|
|
|
border: 0 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
#beta {
|
|
|
|
text-align: center;
|
|
|
|
text-transform: uppercase;
|
2016-11-30 11:04:50 +01:00
|
|
|
position: fixed;
|
|
|
|
bottom: 26px;
|
2016-11-15 14:10:43 +01:00
|
|
|
right: -35px;
|
2016-11-30 11:04:50 +01:00
|
|
|
transform: rotate(-45deg);
|
2016-11-15 14:10:43 +01:00
|
|
|
width: 150px;
|
2017-04-11 18:40:01 +02:00
|
|
|
background-color: #008CBA;
|
|
|
|
color: #FFFFFF;
|
2016-11-15 14:10:43 +01:00
|
|
|
padding: 5px;
|
|
|
|
font-size: 15px;
|
|
|
|
font-weight: 700;
|
|
|
|
z-index: 10;
|
|
|
|
}
|
2016-11-23 15:21:42 +01:00
|
|
|
|
2017-04-12 11:12:05 +02:00
|
|
|
.button-navbar {
|
2016-11-23 15:21:42 +01:00
|
|
|
color: #666666;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
2016-11-25 16:25:54 +01:00
|
|
|
|
|
|
|
.button-navbar-action {
|
|
|
|
background-color: #E4594F;
|
|
|
|
color: #FFFFFF;
|
|
|
|
cursor: pointer;
|
|
|
|
display: block;
|
2016-11-28 15:22:00 +01:00
|
|
|
width: 150px;
|
2016-11-25 16:25:54 +01:00
|
|
|
text-align: center;
|
|
|
|
padding: 2px;
|
2016-11-28 15:22:00 +01:00
|
|
|
float: right;
|
2017-04-11 17:06:30 +02:00
|
|
|
|
2016-11-25 16:25:54 +01:00
|
|
|
.fa {
|
|
|
|
font-size: 20px;
|
|
|
|
margin-right: 10px;
|
|
|
|
}
|
|
|
|
}
|
2017-04-11 17:06:30 +02:00
|
|
|
|
2016-11-25 16:25:54 +01:00
|
|
|
.button-navbar-action:hover {
|
2017-03-30 17:00:35 +02:00
|
|
|
color: $light-blue;
|
2016-11-25 16:25:54 +01:00
|
|
|
}
|
|
|
|
|
2017-04-12 11:12:05 +02:00
|
|
|
.button-navbar:hover,
|
2017-04-12 10:51:35 +02:00
|
|
|
.button-navbar-action:hover {
|
2016-11-23 15:21:42 +01:00
|
|
|
text-decoration: none;
|
|
|
|
}
|
2016-12-05 14:06:38 +01:00
|
|
|
|
|
|
|
#credentials {
|
|
|
|
display: none;
|
|
|
|
width: initial;
|
|
|
|
padding: 10px;
|
|
|
|
left: -130px;
|
2016-12-05 15:30:21 +01:00
|
|
|
text-align: center;
|
2017-04-11 17:06:30 +02:00
|
|
|
|
2016-12-05 14:45:00 +01:00
|
|
|
.description {
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: 20px;
|
|
|
|
}
|
2016-12-05 14:06:38 +01:00
|
|
|
}
|