2017-02-01 14:24:24 +01:00
|
|
|
#left-panel {
|
2016-12-21 14:00:50 +01:00
|
|
|
margin-top: 60px;
|
2016-12-27 11:15:20 +01:00
|
|
|
padding: 0;
|
2016-11-21 16:13:19 +01:00
|
|
|
background-color: #003189;
|
2016-12-21 14:00:50 +01:00
|
|
|
height: calc(100% - 60px);
|
2016-11-21 16:13:19 +01:00
|
|
|
position: fixed;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
bottom: 0;
|
2017-04-11 16:36:03 +02:00
|
|
|
color: #FFFFFF;
|
2016-12-21 14:00:50 +01:00
|
|
|
overflow-y: scroll;
|
2016-11-24 19:33:34 +01:00
|
|
|
|
2017-05-10 16:24:21 +02:00
|
|
|
.link-to-dossiers {
|
|
|
|
padding: 15px 0 0 15px;
|
|
|
|
|
|
|
|
a {
|
|
|
|
color: #FFFFFF;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2016-11-21 16:13:19 +01:00
|
|
|
#first-block {
|
|
|
|
font-family: Arial;
|
|
|
|
font-size: 16px;
|
|
|
|
line-height: 18px;
|
2017-01-02 16:07:20 +01:00
|
|
|
margin-top: 20px;
|
2017-04-11 17:06:30 +02:00
|
|
|
|
2016-11-25 12:52:18 +01:00
|
|
|
.infos {
|
2016-12-05 16:11:36 +01:00
|
|
|
font-size: 25px;
|
2016-12-05 16:37:18 +01:00
|
|
|
text-align: center;
|
2017-01-02 16:07:20 +01:00
|
|
|
margin: 10px 10px 30px 0;
|
2017-04-11 17:06:30 +02:00
|
|
|
|
2016-12-07 14:44:05 +01:00
|
|
|
.projet-name {
|
|
|
|
font-size: 25px;
|
|
|
|
line-height: normal;
|
|
|
|
padding: 5px;
|
|
|
|
}
|
2016-11-25 12:52:18 +01:00
|
|
|
}
|
2017-04-11 17:06:30 +02:00
|
|
|
|
2017-01-02 16:07:20 +01:00
|
|
|
.count {
|
|
|
|
display: inline-block;
|
|
|
|
padding: 3px;
|
|
|
|
border-radius: 25px;
|
|
|
|
min-width: 40px;
|
|
|
|
text-align: center;
|
|
|
|
line-height: 23px;
|
|
|
|
}
|
2017-04-11 17:06:30 +02:00
|
|
|
|
2017-01-02 16:07:20 +01:00
|
|
|
.text {
|
|
|
|
display: inline-block;
|
|
|
|
width: 30px;
|
|
|
|
margin: 0 0 0 8px;
|
|
|
|
}
|
2017-04-11 17:06:30 +02:00
|
|
|
|
2017-04-12 10:51:35 +02:00
|
|
|
.dossiers-en-cours,
|
|
|
|
.en-cours {
|
2016-12-02 12:05:50 +01:00
|
|
|
margin-top: 20px;
|
2016-12-07 16:59:35 +01:00
|
|
|
}
|
2017-04-11 17:06:30 +02:00
|
|
|
|
2017-01-02 16:07:20 +01:00
|
|
|
.dossiers-en-cours {
|
|
|
|
.count {
|
|
|
|
border: 1px solid #FFFFFF;
|
|
|
|
}
|
|
|
|
}
|
2017-04-11 17:06:30 +02:00
|
|
|
|
2017-01-02 16:07:20 +01:00
|
|
|
.nouveaux-dossiers {
|
|
|
|
.count {
|
|
|
|
background-color: #5CB85C;
|
|
|
|
}
|
|
|
|
}
|
2017-04-11 17:06:30 +02:00
|
|
|
|
2017-01-02 16:07:20 +01:00
|
|
|
.nouvelles-notifications {
|
|
|
|
.count {
|
|
|
|
background-color: #E4594F;
|
|
|
|
}
|
|
|
|
}
|
2017-04-11 17:06:30 +02:00
|
|
|
|
2017-04-12 10:51:35 +02:00
|
|
|
.dossiers-en-cours,
|
|
|
|
.nouveaux-dossiers,
|
|
|
|
.nouvelles-notifications,
|
|
|
|
.en-cours {
|
2017-01-02 16:07:20 +01:00
|
|
|
margin: 5px auto 0 20px;
|
|
|
|
width: 150px;
|
2016-12-02 12:05:50 +01:00
|
|
|
}
|
2016-11-21 16:13:19 +01:00
|
|
|
}
|
2017-04-11 17:06:30 +02:00
|
|
|
|
2016-11-21 16:13:19 +01:00
|
|
|
#action-block {
|
2017-01-02 14:10:45 +01:00
|
|
|
text-align: center;
|
2017-01-02 14:16:05 +01:00
|
|
|
margin: 10px;
|
2017-04-11 17:06:30 +02:00
|
|
|
|
2016-11-25 12:52:18 +01:00
|
|
|
.action {
|
|
|
|
background-color: #E45B51;
|
|
|
|
text-align: center;
|
|
|
|
cursor: pointer;
|
|
|
|
color: #FFFFFF;
|
|
|
|
margin: 0 10px 0 0;
|
2016-12-02 16:33:31 +01:00
|
|
|
min-height: 40px;
|
|
|
|
padding: 5px;
|
2016-11-25 12:52:18 +01:00
|
|
|
font-family: Arial;
|
|
|
|
font-size: 16px;
|
|
|
|
font-weight: bold;
|
2016-11-29 16:03:59 +01:00
|
|
|
border: none;
|
2016-12-02 11:25:09 +01:00
|
|
|
width: 100%;
|
2016-11-25 12:52:18 +01:00
|
|
|
}
|
2017-04-11 17:06:30 +02:00
|
|
|
|
2017-04-12 10:51:35 +02:00
|
|
|
.close-dossier,
|
|
|
|
.refuse-dossier,
|
|
|
|
.forget-dossier {
|
2017-01-02 11:24:21 +01:00
|
|
|
border: 1px solid #FFFFFF;
|
|
|
|
border-radius: 25px;
|
|
|
|
margin: 5px;
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
width: 60px;
|
|
|
|
}
|
2017-04-11 17:06:30 +02:00
|
|
|
|
2017-04-12 10:51:35 +02:00
|
|
|
.close-dossier:hover,
|
|
|
|
.refuse-dossier:hover,
|
|
|
|
.forget-dossier:hover {
|
2017-01-02 11:24:21 +01:00
|
|
|
color: #000000;
|
|
|
|
border-color: #000000;
|
|
|
|
}
|
2017-04-11 17:06:30 +02:00
|
|
|
|
2017-01-02 11:24:21 +01:00
|
|
|
.close-dossier {
|
|
|
|
background-color: #2A9E2A;
|
|
|
|
}
|
2017-04-11 17:06:30 +02:00
|
|
|
|
2017-01-02 11:24:21 +01:00
|
|
|
.refuse-dossier {
|
|
|
|
background-color: #E4594F;
|
|
|
|
}
|
2017-04-11 17:06:30 +02:00
|
|
|
|
2017-01-02 11:24:21 +01:00
|
|
|
.forget-dossier {
|
|
|
|
background-color: #FF8300;
|
|
|
|
}
|
2016-11-21 16:13:19 +01:00
|
|
|
}
|
2017-04-11 17:06:30 +02:00
|
|
|
|
2016-11-21 16:13:19 +01:00
|
|
|
#menu-block {
|
2016-12-27 11:15:20 +01:00
|
|
|
#switch-buttons {
|
2016-12-27 15:26:41 +01:00
|
|
|
height: 30px;
|
|
|
|
line-height: 30px;
|
2016-12-27 11:15:20 +01:00
|
|
|
font-size: 16px;
|
|
|
|
margin-top: 20px;
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
width: 205px;
|
|
|
|
border: 1px solid;
|
|
|
|
padding: 0 0 0 10px;
|
|
|
|
border-radius: 25px;
|
2016-12-27 15:26:41 +01:00
|
|
|
cursor: pointer;
|
2017-04-11 17:06:30 +02:00
|
|
|
|
2016-12-27 15:26:41 +01:00
|
|
|
.active {
|
|
|
|
background-color: #668ABD !important;
|
|
|
|
cursor: default;
|
|
|
|
}
|
2017-04-11 17:06:30 +02:00
|
|
|
|
2016-12-27 15:26:41 +01:00
|
|
|
.separator {
|
|
|
|
height: 26px;
|
|
|
|
width: 1px;
|
|
|
|
display: inline-block;
|
|
|
|
background-color: #FFFFFF;
|
|
|
|
}
|
2017-04-11 17:06:30 +02:00
|
|
|
|
2017-04-12 10:51:35 +02:00
|
|
|
#switch-procedures:hover,
|
|
|
|
#switch-notifications:hover {
|
2016-12-27 15:26:41 +01:00
|
|
|
background-color: #668AEA;
|
|
|
|
}
|
2017-04-11 17:06:30 +02:00
|
|
|
|
2016-12-27 11:15:20 +01:00
|
|
|
#switch-procedures {
|
2016-12-27 15:26:41 +01:00
|
|
|
height: 28px;
|
|
|
|
margin: 0 0 0 -10px;
|
2016-12-27 11:15:20 +01:00
|
|
|
padding-left: 10px;
|
|
|
|
width: 100px;
|
|
|
|
display: inline-block;
|
|
|
|
border-radius: 25px 0 0 25px;
|
|
|
|
}
|
2017-04-11 17:06:30 +02:00
|
|
|
|
2016-12-27 11:15:20 +01:00
|
|
|
#switch-notifications {
|
2016-12-27 15:26:41 +01:00
|
|
|
width: 103px;
|
2016-12-27 11:15:20 +01:00
|
|
|
display: inline-block;
|
|
|
|
border-radius: 0 25px 25px 0;
|
2016-12-27 15:26:41 +01:00
|
|
|
height: 28px;
|
2016-12-27 11:15:20 +01:00
|
|
|
margin: 0 0 0 -5px;
|
|
|
|
padding: 0 0 0 5px;
|
|
|
|
}
|
|
|
|
}
|
2017-04-11 17:06:30 +02:00
|
|
|
|
2016-12-27 11:15:20 +01:00
|
|
|
.split-hr {
|
|
|
|
border-bottom: 1px solid #FFFFFF;
|
|
|
|
width: 200px;
|
|
|
|
margin: 20px 0 20px 0;
|
|
|
|
}
|
2016-11-21 16:13:19 +01:00
|
|
|
}
|
2017-04-11 17:06:30 +02:00
|
|
|
|
2016-11-21 16:13:19 +01:00
|
|
|
#infos-block {
|
2016-11-29 16:39:06 +01:00
|
|
|
.split-hr {
|
|
|
|
border-bottom: 1px solid #FFFFFF;
|
|
|
|
width: 200px;
|
|
|
|
margin: 20px 0 20px 0;
|
|
|
|
}
|
2017-04-11 17:06:30 +02:00
|
|
|
|
2016-11-29 16:39:06 +01:00
|
|
|
.dossier-state {
|
|
|
|
text-align: center;
|
|
|
|
font-size: 25px;
|
2016-12-02 11:25:09 +01:00
|
|
|
margin-top: 20px;
|
2016-12-27 15:26:41 +01:00
|
|
|
width: 200px;
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
}
|
2017-04-11 17:06:30 +02:00
|
|
|
|
2017-04-12 11:12:05 +02:00
|
|
|
#notifications-list {
|
2016-12-28 12:20:34 +01:00
|
|
|
.no-notification {
|
|
|
|
margin: 0 30px 0 30px;
|
|
|
|
}
|
2017-04-11 17:06:30 +02:00
|
|
|
|
2016-12-27 15:26:41 +01:00
|
|
|
.notification {
|
2017-01-02 16:45:03 +01:00
|
|
|
padding: 10px 2px 10px 15px;
|
2017-04-11 17:06:30 +02:00
|
|
|
|
2017-04-12 10:51:35 +02:00
|
|
|
.dossier,
|
|
|
|
.updated-at {
|
2016-12-27 15:26:41 +01:00
|
|
|
display: inline-block;
|
|
|
|
color: #CCCCCC;
|
|
|
|
font-size: 12px;
|
|
|
|
text-align: left;
|
|
|
|
}
|
2017-04-11 17:06:30 +02:00
|
|
|
|
2017-04-12 10:51:35 +02:00
|
|
|
.dossier-index,
|
|
|
|
.updated-at-index,
|
|
|
|
.count {
|
2017-01-02 15:25:00 +01:00
|
|
|
display: inline-block;
|
|
|
|
color: #FFFFFF;
|
2017-01-02 16:45:03 +01:00
|
|
|
font-size: 14px;
|
2017-01-02 15:25:00 +01:00
|
|
|
text-align: left;
|
|
|
|
}
|
2017-04-11 17:06:30 +02:00
|
|
|
|
2017-01-02 16:45:03 +01:00
|
|
|
.count {
|
|
|
|
background-color: #F0AD4E;
|
|
|
|
border-radius: 25px;
|
|
|
|
padding: 0 5px 0 5px;
|
|
|
|
width: 25px;
|
|
|
|
text-align: center;
|
|
|
|
}
|
2017-04-11 17:06:30 +02:00
|
|
|
|
2017-01-02 10:51:07 +01:00
|
|
|
.type-notif {
|
|
|
|
font-size: 16px;
|
|
|
|
}
|
2016-12-27 15:26:41 +01:00
|
|
|
}
|
2016-11-29 16:39:06 +01:00
|
|
|
}
|
2017-04-11 17:06:30 +02:00
|
|
|
|
2016-12-26 17:18:45 +01:00
|
|
|
.notifications {
|
|
|
|
margin: 20px 10px 0 5px;
|
2017-04-11 17:06:30 +02:00
|
|
|
|
2016-11-29 16:39:06 +01:00
|
|
|
.fa {
|
2016-12-26 17:18:45 +01:00
|
|
|
font-size: 25px;
|
|
|
|
width: 100%;
|
|
|
|
margin: 0 0 15px 0;
|
2016-11-29 16:39:06 +01:00
|
|
|
}
|
2017-04-11 17:06:30 +02:00
|
|
|
|
2017-01-02 10:36:27 +01:00
|
|
|
.type-notif {
|
|
|
|
font-size: 16px;
|
2017-01-02 10:51:07 +01:00
|
|
|
float: right;
|
2017-01-02 10:36:27 +01:00
|
|
|
width: 30px;
|
|
|
|
}
|
2017-04-11 17:06:30 +02:00
|
|
|
|
2016-12-26 17:18:45 +01:00
|
|
|
.notification {
|
2016-12-27 15:26:41 +01:00
|
|
|
margin: 10px 0 10px 10px;
|
2017-04-11 17:06:30 +02:00
|
|
|
|
2016-12-26 17:18:45 +01:00
|
|
|
.type {
|
|
|
|
margin-bottom: 20px;
|
|
|
|
}
|
2017-04-11 17:06:30 +02:00
|
|
|
|
2016-12-26 17:18:45 +01:00
|
|
|
.updated-at {
|
|
|
|
color: #CCCCCC;
|
|
|
|
font-size: 12px;
|
|
|
|
text-align: left;
|
|
|
|
}
|
2017-04-11 17:06:30 +02:00
|
|
|
|
2016-12-26 17:18:45 +01:00
|
|
|
.split-hr {
|
|
|
|
width: 40px;
|
|
|
|
margin: auto;
|
|
|
|
}
|
2016-11-29 16:39:06 +01:00
|
|
|
}
|
|
|
|
}
|
2016-11-21 16:13:19 +01:00
|
|
|
}
|
2016-11-21 15:04:16 +01:00
|
|
|
}
|
2017-06-13 11:50:06 +02:00
|
|
|
|
|
|
|
.motivation-text-area {
|
|
|
|
color: #000000;
|
|
|
|
margin-bottom: 15px;
|
|
|
|
}
|