/*
z-index :
    -1 : background
    1: 
    9 : header, 
    10 : responsive main menu
    20 : modals blocker
    50 : dropdown
    100 : waiter

    767px
*/


html {
    margin:    0 auto;
    max-width: 900px;
    overflow-y: scroll;
    overflow-x: hidden;
    font-size: 13px;
}

body {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #000;
    /*background-color: #F6F6F6;*/
    /*-moz-user-select: none;*/ /* Firefox */
    /*-ms-user-select: none;*/ /* Internet Explorer */
    /*-khtml-user-select: none;*/ /* KHTML browsers (e.g. Konqueror) */
    /*-webkit-user-select: none;*/ /* Chrome, Safari, and Opera */
    /*-webkit-touch-callout: none;*/ /* Disable Android and iOS callouts*/
}

/*
ul li {
    text-align: justify;
    margin-top: 2px;
    margin-bottom: 4px;
}

ol li {
    text-align: justify;
    margin-top: 2px;
    margin-bottom: 4px;
}*/

.inlined {
    display: inline-block;
}

fieldset {
    border : none;
}

a {
    text-decoration: none;
}

h1 > a:link,
h2 > a:link,
p > a:link{
    text-decoration: none;
    color: #0d47a1;
    font-weight: bold;
}

h1 > a:active,
h2 > a:active,
p > a:active{
    text-decoration: none;
    color: red;
    transform: scale(1);
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

h1 > a:hover,
h2 > a:hover,
p > a:hover{
    text-decoration: none;
    color: red;
    transform: scale(1.1);
}

h1 > a:visited,
h2 > a:visited,
p > a:visited {
    text-decoration: none;
    color: #8baecb;
}


/********* SEMANTIC *********/
@media (min-width: 767px) {
    .smtc-ui-container {
        margin-left: 14px;
        margin-right: 14px;
        margin-bottom: 8px;
        margin-top: 8px;
    }
}

@media (max-width: 767px) {
    .smtc-ui-container {
        margin-bottom: 8px;
        margin-top: 8px;
    }
}



/********* MENU *********/
mark {
    background-color: transparent;
    color: #F8F8F8;
}

h6 {
	font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    margin: 0px;
    text-align: center;
}

h6 > a:link{
    display: inline-block;
    text-decoration: none;
    padding: 4px 18px 4px 10px;
    margin: 2px;
    text-align: center;
    color: #666;
    cursor: pointer;
    border-right: #888 1px solid;
}

h6 > a:last-of-type {
    border-right: none;
}

h6 > a:first-of-type {
    padding: 4px 18px 4px 0px;
}

h6 > a:active{
    text-decoration: none;
    color: #666;
}

h6 > a:hover{
    text-decoration: none;
    color: #000;
    zoom:1;
}

h6 > a:visited {
    text-decoration: none;
    color: #88A;
}

img {
    -ms-interpolation-mode: bicubic;
}

header
{
    font-family: Helvetica, Arial, 'lucida grande',tahoma,verdana,arial,sans-serif;
    font-size: 14px;
}

comment
{
    font-family: Helvetica, Arial, 'lucida grande',tahoma,verdana,arial,sans-serif;
    font-size: 11px;
}

table-enum {
    border-collapse: collapse;
    width: 100%;
}

table-enum th {
    border-bottom: 1px solid #ddd;
}

table-enum td {
    border-bottom: 1px solid #ddd;
}

.free-img {
    max-width: 100%;
}

/* ------------------------------ TEXT AND DIV VARIATIONS -------------------------*/
undelineresume
{
    font-size: 10px;
    color: #444;
    font-style: italic;
    overflow: hidden;
    text-overflow: ellipsis;
}

typename
{
    font-size: 18px;
    color: #666;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
}

inlinetext
{
    display: inline-block;
}

connexionindicator
{
    position: fixed;
    padding: 5px;
    background: red;
    color: white;
    left: 0px;
    right: 0px;
    z-index: 5000;
    text-align: center;
}

.updateindicator
{
    padding: 5px;
    background: #ff6f00;
    color: white;
    z-index: 50;
    text-align: center;
    margin-bottom: 5px;
    font-size: 18px;
    border-radius: 6px;
}

/* ----------------------------------------------------------------*/
element-date {
    font-family: Roboto, sans-serif;
    font-size: 0.85rem;
    font-weight: 500;
    overflow: hidden;
    display: inline-block;
    color: #AAA;
    white-space: nowrap;
}

element-date-red {
    font-family: Roboto, sans-serif;
    font-size: 12px;
    font-weight: 700;
    overflow: hidden;
    display: inline-block;
    color: #F04;
}

element-type {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 400;
    overflow: hidden;
    display: inline-block;
}

element-subline {
    font-family: Roboto, sans-serif;
    font-size: 12px;
    font-weight: 700;
    overflow: hidden;
    display: inline-block;
    color: #888;
}

element-category {
    font-family: Roboto Condensed, sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    overflow: hidden;
    display: inline-block;
    color: #607d8b;
}

element-white-background {
  background: rgba(255, 255, 255, 0.7);
  padding: 2px 8px;
  display: block;
}

element-precision {
    font-family: Roboto, sans-serif;
    font-size: 12px;
    font-weight: 700;
    display: inline-block;
    color: #888;
    margin: 0px 3px 0px 3px;
    white-space: nowrap;
    max-width: 270px;
    text-overflow: ellipsis;
    overflow: hidden;
}

/* ----------------------------------------------------------------*/
/* ------------------------ DATE TIME BLOCK ----------------------- */
.datetimeblock-body-vertical {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    background: #445963;
    color: #FFF;
    text-align: center;
    padding: 5px;
    border-radius: 10px;
    margin: 5px;
    max-width: 70px;
    margin-left: auto;
    margin-right: auto;
}

.datetimeblock-body-horizontal {
    display:block;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    background: #445963;
    color: #FFF;
    text-align: center;
    padding: 5px;
    border-radius: 8px;
    margin: 2%;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
}

.datetimeblock-body-resume {
    display: block;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    background: #FFF;
    color: #888;
    text-align: center;
    padding: 0px 3px;
    border-radius: 8px;
    margin: 2%;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    border: 2px #CCC solid;
    min-width: 64px;
}

.datetimeblock-body-outdated {
    background: rgb(140, 140, 140);
    color: rgba(0, 0, 0, 0.15);
}

.datetimeblock-body-today {
    background: #00695c;
}

.datetimeblock-body-outdated-resume {
    background: #FFF;
    color: #BBB;
    border: 2px #DDD solid;
}

.datetimeblock-body-today-resume {
    color: #00695c;
    border: 2px #00695c solid;
}

.datetimeblock-underline {
    border-bottom: dimgray solid 1px;
}

.empty-list {
    color:#AAA;
    text-align: center;
    font-size: 13px;
}

.datetimeblock-dayname {
    font-size: 12px;
    font-weight: 400;
      margin: 0px 2px;
}

.datetimeblock-day {
    font-size: 32px;
    font-weight: 700;
      margin: 0px 2px;
}

.datetimeblock-month {
    font-size: 11px;
    font-weight: 400;
      margin: 0px 2px;
}

.datetimeblock-year {
    font-size: 16px;
    font-weight: 200;
      margin: 0px 2px;
}

.datetimeblock-time {
    font-size: 16px;
    font-weight: 700;
      margin: 0px 2px;
}

.datetimeblock-duration {
    font-size: 11px;
    font-weight: 400;
      margin: 0px 2px;
}

/* ----------------------------------------------------------------*/
/* ------------------------ ACTION ICONE ------------------------- */
.action-theme-icone {
    display:block;
    font-weight: 400;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    margin: 2%;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #DDD;

    background-repeat: no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    -webkit-background-size: cover;
}

.action-theme-indicatorframe {
    display: inline-block;
    margin-bottom: -15px;
    font-weight: 400;
    background: green;
    border-radius: 10px;
    padding: 2px 8px;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #FFF;
}

.action-theme-indicatorframe-inline {
    position: relative;
    display: inline-block;
    font-weight: 400;
    background: green;
    border-radius: 10px;
    margin-left: auto;
    margin-left: auto;
    padding: 2px 8px;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #FFF;
}

.clikable {
    cursor: pointer;
}

/* ----------------------------------------------------------------*/

@media (max-width: 500px)
{
    .hidden_on_mobile
    {
        display: none;
    }
}

.small_shadow
{
    -moz-box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.45);
    -webkit-box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.45);
    -o-box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.45);
    box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.45);
}

.medium_shadow
{
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.35);
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.35);
    -o-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.35);
}

.large_shadow
{
    -moz-box-shadow: 0px 3px 20px 0px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0px 3px 20px 0px rgba(0,0,0,0.4);
    -o-box-shadow: 0px 3px 20px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 3px 20px 0px rgba(0,0,0,0.4);
}

.huge_shadow {
    -moz-box-shadow: 3px 3px 30px 0px rgba(0,0,0,0.45);
    -webkit-box-shadow: 3px 3px 30px 0px rgba(0,0,0,0.45);
    -o-box-shadow: 3px 3px 30px 0px rgba(0,0,0,0.45);
    box-shadow: 3px 3px 30px 0px rgba(0,0,0,0.45);
}

._h_margin
{
    margin:0px 4px 0px 4px;
}

._h_margin_left
{
    margin:0px -2px 0px 6px;
}

.modal_dialog_framer {
    position: relative;
    width: 100%;
    background: #FFF; /*rgba(255, 255, 255, 0.5);*/
    /*overflow-x: hidden;*/
    border-radius: 10px;
    /*margin-bottom: 64px;*/
    background-image: url(permanent_header_bkg.png);
    background-repeat: repeat;
}

.modal_dialog_header {
    width: 100%;
    height: 32px;
    background-image: url(permanent_header_bkg.png);
	background-repeat: repeat;
    border-radius: 8px;
}

.modal_dialog_content {
    position: relative;
    width: 100%;
    height: auto;
}

.clickable {
  cursor: pointer;
}

.clickable:hover {
  background: rgba(255, 255, 255, 0.75);
  border-radius: 4px;
}

.clickable-zoom {
    cursor: pointer;
    transform: scale(1);
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

    .clickable-zoom:hover {
        transform: scale(1.3);
    }

.modification-page-bkg {
    background-image: url(modification_page_bkg.png);
	background-repeat: repeat;
    padding:1rem;
}
/* ------------------------ DROITS ------------------------ */
rights_private {
    color: firebrick;
    font-weight: bold;
}

rights_visible {
    color: gray;
    font-weight: bold;
}

rights_indexed {
    color: forestgreen;
    font-weight: bold;
}

.tchat_panel_framer {
    position: relative;
    width: 100%;
    background: #FFF; /*rgba(255, 255, 255, 0.5);*/
    overflow-x: hidden;
}

/* ------------------------PROPOSALS ------------------------ */
.proposal-title-command {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #888;
    margin: 5px 0 5px 0;
    text-align: center;
}

.proposal-title-caution {
    background-image: url(red_pattern.png);
    background-repeat: repeat;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: white;
    margin: 5px;
    text-align: center;
    padding:4px;
    border-radius: 5px;
}

.proposal-border {
    background: #FFF;
    text-align: left;
    border: 1px solid #D8D8D8;
    margin: 4px;
    border-radius: 8px;
}

.proposal-creator {
    width: 100%;
    padding: 5px 0px;
    color: #EEE;
    background: #616161;
    text-align: center;
    border-radius: 8px 8px 0px 0px;
}

.proposal-validate-btn
{
    display: inline-block;
    background: #4caf50;
    padding: 7px 0px 7px 0px;
    margin: 2px;
    text-align: center;
    border-radius: 50%;
    color: #FFF;
    font-family: arial, helvetica;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.25);
}

.proposal-reject-btn
{
    display: inline-block;
    background: #ff5722;
    padding: 7px 0px 7px 0px;
    margin: 2px;
    text-align: center;
    border-radius: 50%;
    color: #FFF;
    font-family: arial, helvetica;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.25);
}

.proposal-frame {
    border-top: 1px solid #D8D8D8;
    text-align: center;
    padding: 4px 0px;
}

/* ------------------------DIFF ------------------------ */
ins {
    background-color: #a5d6a7;
    text-decoration: none;
}

del {
    color: #888;
    background-color:#ffab91;
    text-decoration: line-through;
}

/*modifié*/
ins.mod {
    background-color: #90caf9;
}

/*insert*/
ins.diffins {
    background-color: #a5d6a7;
}


/* ------------------------ Time line ------------------------ */
.cd-timeline {
  position: relative;
  padding: 0px;
  margin-top: 12px;
  margin-bottom: 12px;
}
.cd-timeline::before {
    /* this is the vertical line */
    content: '';
    position: absolute;
    top: 0;
    left: 12px;
    height: 100%;
    width: 2px;
    background: #d7e4ed;
}

cd-timaline-date {
    font-family: Roboto, sans-serif;
    font-size: 12px;
    font-weight: 400;
    overflow: hidden;
    display: inline-block;
    color: #999;
}

cd-timaline-date-today {
    font-family: Roboto, sans-serif;
    font-size: 12px;
    font-weight: 700;
    overflow: hidden;
    display: inline-block;
    color: #666;
}

.cd-timeline-events {
    /*border: 1px solid #d7e4ed;
    border-radius: 5px;*/
    padding: 4px;
    margin-top: 4px;
    margin-bottom: 8px;
    /*border-left: 15px solid #d7e4ed;*/
}

.cd-timeline-time {
    font-size: 14px;
    font-weight: 700;
    margin: 0px 2px;
}

.cd-timeline-detail {
    font-family: Roboto, sans-serif;
    font-size: 11px;
    font-weight: 700;
    /*overflow: hidden;*/
    color: #BBB;
    margin: 2px;
    display: inline-block;
    margin-right: 1rem;
    /*min-width: 100px;*/
}

.cd-timeline-month-separator {
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 13px;
    color: #78909c;
    margin: 5px 0 5px 0;
    text-align: center;
    padding: 4px;
    background: #eceff1;
    border-radius: 10px;
    margin-left: 24px;
}

.maxlength {
    font-size: 11px;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    color: red;
    padding: 2px 8px;
}

.audio-video-link-frame {
    margin: -10px 3px;
    text-align: center;
    display: inline-block;
}

/* ------------------------ THREAD MESSAGES ------------------------ */
.comment-thread-message {
    position: relative;
    padding: 8px 0px;
    background: #FFFFFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: #DDD solid 1px;
    margin-bottom: 4px;
    margin-top: 8px;
}

.comment-thread-message:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0 10px 10px;
    border-color: #FFF transparent;
    display: block;
    width: 0;
    z-index: 0;
    left: 7px;
    top: -9px;
}

.comment-thread-message:before {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0 10px 10px;
    border-color: #CCC transparent;
    display: block;
    width: 0;
    z-index: 0;
    left: 7px;
    top: -10px;
}

.brainstorming-thread-message {
    position: relative;
    padding: 4px 0px;
    background: #FFFFFF;
    border-bottom: #DDD solid 1px;
    margin-bottom: 4px;
    margin-top: 4px;
}

.brainstorming-thread-message:last-child { border-bottom: none;  }

.recap-thread-message {
    position: relative;
    padding: 4px 0px;
    background: #FFFFFF;
    margin-bottom: 4px;
    margin-top: 4px;
    border-left: #EEE solid 36px;
    border-bottom: #DDD solid 1px;
}

.recap-thread-message:last-child { border-bottom: none;  }

/* ------------------------THREAD MESSAGES ------------------------ */
.comment-thread-message-self {
    background: #eceff1;
    border: #CCC solid 1px;
}

.comment-thread-message-self:after {
    border-color: #eceff1 transparent;
}

.comment-thread-message-self:before {
    border-color: #CCC transparent;
}

.proposal-thread-message-self {
    padding: 2px;
    text-align: left;
    font-size: 12px;
    color: #444;
    margin: -5px 10px 8px 10px;
    border-top: solid 1px #DDD;
}

.sub-threadmessage {
    border-left: solid 3px #CCC;
}

.comment-thread-message > hr {
    margin:0px;
}

/* ------------------------TCHAT LIST ------------------------ */
.tchat-list-category-title {
    text-align: center;
    color:#888;
    font-size: 11px;
}

.tchat-list-itemframe {
    padding:4px;
    border-bottom: 1px solid #D8D8D8;
    position: relative;
}

.tchat-list-itemframe-selected {
    padding: 4px;
    border-bottom: 1px solid #D8D8D8;
    position: relative;
    background: #EEE;
}

.tchat-list-itemframe-clickable {
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.tchat-bubble-infos {
    padding: 2px;
    text-align: left;
    font-size: 11px;
    color: #666;
    margin-bottom: 4px;
    margin-left: 20px;
    margin-top: 6px;
}

/* ------------------------TCHAT BUBBLE ------------------------ */
.tchat-bubble {
    position: relative;
    padding: 0px 0px 8px 0px;
    background: #FFFFFF;
    border-bottom: #DDD solid 1px;
    margin-bottom: 8px;
}

/*
.tchat-bubble:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 7px 10px 7px 0;
    border-color: transparent #FFFFFF;
    display: block;
    width: 0;
    z-index: 1;
    left: -10px;
    top: 7px;
}

.tchat-bubble:before {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 7px 10px 7px 0;
    border-color: transparent #DDD;
    display: block;
    width: 0;
    z-index: 0;
    left: -11px;
    top: 7px;
}*/

/* ------------------------TCHAT BUBBLE ------------------------ */
.tchat-bubble-self {
    background: #eceff1;
    border: none;
    border-radius: 5px;
}

.tchat-bubble-moderated {
    color:red;
}

/*
.tchat-bubble-self:after {
    border-color: transparent #eceff1;
}

.tchat-bubble-self:before {
    border-color: transparent #CCC;
}*/


.attachments-comment {
    text-align: left;
    border-radius: 4px;
    padding: 2px 5px;
    font-size: 0.9rem;
    margin-left: 3rem;
}

.attachments-comment-edit {
    text-align: left;
    border: 1px dotted #eee;
    border-radius: 4px;
    padding: 2px 5px;
    font-size: 0.9rem;
    margin-left: 3rem;
}

.attachments-comment-neutral {
    color: #888;
}

    .attachments-comment-neutral:before {
        content: url(attachment_note_pinned.png);
        margin-left: -32px;
        margin-top: -3px;
        display: inline-block;
        position: absolute;
    }

.attachments-comment-rejected {
    color: red;
    background: #ffe3e3;
}

    .attachments-comment-rejected:before {
        content: url(attachment_note_rejected.png);
        margin-left: -32px;
        margin-top: -3px;
        display: inline-block;
        position: absolute;
    }

.attachments-comment-admitted {
    color: #008805;
    background: #e3fff2;
}

    .attachments-comment-admitted:before {
        content: url(attachment_note_admitted.png);
        margin-left: -32px;
        margin-top: -3px;
        display: inline-block;
        position: absolute;
    }

.attachments-comment-question {
    color: #004888;
    background: #e3e9ff;
}

    .attachments-comment-question:before {
        content: url(attachment_note_question.png);
        margin-left: -32px;
        margin-top: -3px;
        display: inline-block;
        position: absolute;
    }

/* ------------------------ EVALUATION ------------------------ */
.connected-indicator {
    width: 10px;
    height: 10px;
    background: #4D0;
    border-radius: 50%;
    position: absolute;
    top: 0px;
    left: 0px;
}

.connected-indicator-micro {
    width: 8px;
    height: 8px;
    background: #4D0;
    border-radius: 50%;
    top: 0px;
    left: 0px;
    display: inline-block;
    position: relative;
    margin-bottom: 13px;
    margin-right: -5px;
    z-index: 3;
    border: 1px solid white;
}

.subscription-indicator {
    bottom: -4px;
    right: -2px;
    z-index: 3;
    position: absolute;
}

.subscription-indicator-micro {
    bottom: -4px;
    right: -2px;
    z-index: 3;
    position: absolute;
}

.connected-indicator-orange {
  background: #FA0;
}

.connected-indicator-gray {
  background: #CAA;
}

.evaluation-frame {
    text-align: center;
    padding: 0px 0px 4px 0px;
}

.evaluation-frame-view {
    display: inline-block;
    text-align: center;
    color: #DDD;
    font-size: 1px;
    /*border: #DDD solid 1px;*/
    /*padding: 2px;*/
    white-space: nowrap;
}

.evaluation-frame-panel {
    display: inline-block;
    text-align: center;
    background: #F4F4F4;
    font-size: 24px;
    color: #DDD;
    padding: 4px;
    margin: 2px;
    border-radius: 8px;
    border: #EEE 1px solid;
    vertical-align: text-top;
    min-height: 120px;
}

.evaluation-frame-panel-codecision {
    display: inline-block;
    text-align: left;
    background: #F4F4F4;
    font-size: 13px;
    color: #444;
    padding: 0px 8px 12px 8px;
    margin: 2px;
    border-radius: 8px;
    border: #EEE 1px solid;
    vertical-align: text-top;
    min-height: 120px;
}

.evaluation-frame-simple-noedit {
    /*display: inline-block;*/
    text-align: center;
    color: #DDD;
    font-size: 24px;
    min-width: 52px;
}

.evaluation-diagram-barre {
    display: inline-block;
    width: 24px;
    margin: 2px;
    border-radius: 2px;
    opacity: 0.5;
}

.votation-diagram-barre {
    display: inline-block;
    width: 24px;
    margin: 2px;
    border-radius: 2px;
    opacity: 0.5;
}

.evaluation-pie {
    position: relative;
    bottom: -5px;
    /* z-index: -1; */
    display: inline-block;
    /* margin-right: -2px; */
    top: 3px;
    margin: 1px -1px 2px 2px;
}

.evaluation-count {
    font-size: 12px;
    color: #888;
    font-weight: 700;
}

.evaluation-count-inline {
    font-size: 10px;
    display: inline-block;
    color: #888;
    font-weight: 700;
    border-radius: 5px;
    background: #DDD;
    padding: 0px 3px;
    margin-left: -6px;
    opacity: 0.7575;
    margin-bottom: -10px;
    margin-right: 2px;
}

.evaluation-prompt-inline {
    font-size: 11px;
    display: inline-block;
    color: #888;
    font-weight: 700;
    padding: 0px 3px;
    vertical-align: text-top;
}

.votation-progres-back {
    border-radius: 6px;
    background: #DDD;
    padding: 3px;
    width: 100px;
    height: 8px;
    margin-top: 4px;
}

.votation-progres-barre {
    background: #666;
    border-radius: 4px;
    height: 100%;
}

.article-floating-eval-frame {
    background: #FFF;
    border: 1px solid #DDD;
    padding:6px;
    border-radius: 8px;
}

.article-iframe-link {
    background: rgba(255,255,255,0.8);
    padding: 6px;
    border-radius: 8px;
    padding: 12px;
    position: absolute;
    left: 10px;
    right: 10px;
    top: 10px;
    border:1px solid #DDD;
}

.article-iframe-link:hover {
    background: #FFF;
}

/* ------------------------ POLL ------------------------ */
.poll-frame-panel {
    text-align: center;
    padding: 2px;
    background-repeat: no-repeat;
}

.poll-button
{
    display: inline-block;
    border: 1px solid #E8E8E8;
    padding: 2px 0px 0px 10px;
    margin: 2px;
    text-align: center;
    border-radius: 10px;
    color: #888;
    font-family: arial, helvetica;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    width: 80px;
    background: #FFF;
}

.poll-button-selected
{
    display: inline-block;
    border: 1px solid #DDD;
    padding: 2px 0px 0px 10px;
    margin: 2px;
    text-align: center;
    border-radius: 10px;
    color: #888;
    font-family: arial, helvetica;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    width: 80px;
    background: #FFF;
}

.poll-hr {
    border: 1px solid #DDD;
    background-color: #DDD;
    /*border-style: dotted none solid none;*/
}

.poll-result-coltext {
    width: 60px;
}

.poll-result-colgraph {
    width: 200px;
}

.poll-result-colbar {
    height: 14px;
    background: #BBB;
    border-radius: 4px;
}

/* ------------------------ ALERT ------------------------ */
.alert-list-itemframe-clickable {
  width: 100%;
  height: 100%;
  background: #FFF;
  cursor: pointer;
  border-bottom: 1px solid #D8D8D8;
  padding: 5px;
}

.alert-list-itemframe-clicked {
  width: 100%;
  height: 100%;
  background: #EEE;
  cursor: pointer;
  border-bottom: 1px solid #D8D8D8;
  padding: 5px;
}

/* ------------------------ MENU ------------------------ */
.mm-list {
	font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

/* ICON SMALL SIZE */
.icS
{
    font-size: 14px;
}

/* ICON MID SIZE */
.icM
{
    font-size: 18px;
}

.icL
{
    font-size: 24px;
}

.icXL
{
    font-size: 36px;
}

.icXXL
{
    font-size: 48px;
}

/* ------------------------ TABS ------------------------ */
.tabified {
}

.tabified-tab-buttons {
    /*background: #FFF;*/
    margin-top: 8px;
    border-bottom: 3px solid #cfd8dc;
    text-align: center;
}

.tabified-tab-content {
    margin-top: 8px;
    /* border-top: 3px solid #eceff1; */
}

.tabified-button {
    position: relative;
    overflow: visible;
    display: inline-block;
    text-align: center;
    font-size: 13px;
    font-family: Roboto, sans-serif;
    font-weight: bold;
    color: #78909c;
    white-space: nowrap;
    cursor: pointer;
    padding: 10px 12px 7px 12px;
    margin: 0px;
    border-color: rgba(0,0,0,0.25);
    border-width: 1px;
    border-bottom: 3px solid transparent;
    margin: -1px;
    margin-bottom: -3px;
    margin-top: 4px;
    border-radius: 4px 4px 0px 0px;
    border-bottom: none;
    margin-right: 8px;
    background: #FFF;
    border: #cfd8dc 1px solid;
    border-bottom: 3px solid #cfd8dc;
    text-transform: uppercase;
}

.tabified-button-select {
    background: #EEE;
    border-bottom: 3px solid #48F;
    color: #455a64;
}

/*.tabified-button {
    position: relative;
    overflow: visible;
    display: inline-block;
    text-align: center;
    font-size: 13px;
    font-family: Roboto, sans-serif;
    font-weight: bold;
    color: #78909c;
    white-space: nowrap;
    cursor: pointer;
    padding: 10px 12px 7px 12px;
    margin: 0px;
    border-color: rgba(0,0,0,0.25);
    border-width: 1px;
    border-bottom: 3px solid transparent;
    margin: -1px;
    margin-bottom: -3px;
    margin-top: 4px;
    border: 1px solid #cfd8dc;
    border-radius: 12px 12px 0px 0px;
    border-bottom: none;
    margin-right: 8px;
    background: #eceff1;
    border-bottom: 3px solid #cfd8dc;
}

.tabified-button-select {
    background: #FFF;
    border-bottom: 3px solid #FFF;
    color: #455a64;
}*/

/* ------------------------ PAGER ------------------------ */
.basic-pager_frame {
    /*margin: 4px;*/
}

.basic-pager_buttons-frame {
    text-align: center;
    margin: 4px;
}

.pager_round_elements
{
    display: inline-block;
    background: #EEE;
    border: 1px solid #D8D8D8;
    padding: 6px 0px 6px 0px;
    margin: 2px;
    text-align: center;
    border-radius: 18px;
    color: #888;
    font-family: arial, helvetica;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    /*box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.25);*/
}

.pager_round_elements:hover,
.pager_round_elements:focus,
.pager_round_elements:active,
.pager_round_elements.active {
    color: #EEE;
    border-color: #3072b3;
    border-bottom-color: #2a65a0;
    background-color: #3c8dde;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#599bdc), to(#3072b3));
    background-image: -moz-linear-gradient(#599bdc, #3072b3);
    background-image: -o-linear-gradient(#599bdc, #3072b3);
    background-image: linear-gradient(#599bdc, #3072b3);
}

.pager_round_elements_disable
{
    display: inline-block;
    background: #FFF;
    border: 1px solid #EEE;
    padding: 6px 0px 6px 0px;
    margin: 2px;
    text-align: center;
    border-radius: 40px;
    color: #DDD;
    font-family: arial, helvetica;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
}

.pager_indication
{
    font-family: "Roboto Condensed";
    font-weight: 700;
    font-size: 14px;
    color: #AAA;
    margin: 6px 4px 6px 4px;
    padding-top: 10px;
    display: inline-block;
    background: #FFF;
    padding: 4px 8px 4px 8px;
    border-radius: 20px;
    border: 1px solid #EEE;
}

.pager-lod-btn {
    cursor: pointer;
}

.pager-lod-btn:hover {
    opacity:0.7;
}


.simple-pager-btn
{
    display: inline-block;
    background-color: #EEE;
    border: 1px solid #D8D8D8;
    margin: 2px;
    text-align: center;
    border-radius: 15px;
    color: #777;
    font-family: arial, helvetica;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    padding: 3px 9px 2px 9px;
    /*box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.25);*/
}

.simple-pager-btn-selected
{
    display: inline-block;
    background-color: #888;
    border: 1px solid #888;
    margin: 2px;
    text-align: center;
    border-radius: 15px;
    color: #FFF;
    font-family: arial, helvetica;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    padding: 3px 9px 2px 9px;
    /*box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.25);*/
}

.simple-pager-btn:hover,
.simple-pager-btn:focus,
.simple-pager-btn:active,
.simple-pager-btn.active {
    background-color: #3c8dde;
}

/* ------------------------ SEARCH ------------------------ */
.search-frame
{
    display: inline-block;
    vertical-align: top;
    background: #EEE;
    border: 2px solid #b0bec5;
    margin: 2px;
    text-align: center;
    border-radius: 8px 28px 28px 8px;
    color: #607d8b;
    cursor: pointer;
}

.search-frame-selected
{
    background: #FFF;
    border: 2px solid #78909c;
    color: #263238;
}

.search-lister {
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 12px;
    color: #78909c;
    text-align: center;
    padding: 4px;
    background: #b0bec5;
    margin-bottom: 8px;
}

/* ------------------------ DROPDOWN ------------------------ */
/*
    Exemple d'utilisation :

                <div class="dropdown">
                    Menu
                    <div class="toggle_dropdowncontent" style="display:none;">
                        Content...
                    </div>    
                </div>
    
*/
.dropdowncontent {
    position: absolute;
    border: 1px solid #BBB;
    padding: 2px;
    background: white;
    margin: 0px;
    border-radius: 4px;
    z-index: 50;

    -moz-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.35);
    -webkit-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.35);
    -o-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.35);
    box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.35);
}

.toggle_dropdowncontent {
    position: absolute;
    border: 1px solid #BBB;
    padding: 2px;
    background: white;
    margin: 0px;
    border-radius: 4px;
    z-index: 50;

    -moz-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.35);
    -webkit-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.35);
    -o-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.35);
    box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.35);
}

/*.dropdown {
    border: 1px solid #BBB;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 8px;
    padding-right: 8px;
    background: #FFF;
    border-radius: 5px;
    min-height: 20px;

    display: inline-block;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    outline: none;
}*/



p
{
    /*text-align: justify;
    margin-top: 6px;
    margin-bottom: 6px;*/
    font-family: 'Roboto', sans-serif;
}

/* ------------------------ H ------------------------ */
h1
{
    /*font-family: Helvetica, Arial, 'lucida grande',tahoma,verdana,arial,sans-serif;*/
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 3rem;
}

h2
{
    /*font-family: Helvetica, Arial, 'lucida grande',tahoma,verdana,arial,sans-serif;*/
    font-family: Roboto, sans-serif;
    font-weight: 300;
    font-size: 1.5rem;
}

h3
{
    /*font-family: Helvetica, Arial, 'lucida grande',tahoma,verdana,arial,sans-serif;*/
	font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 1.2rem;
}

@media (max-width: 500px)
{
    blockquote
    {
        margin-left: 12px;
        margin-right: 16px;
        font-family: 'Lato', sans-serif;
        font-weight: 400;
        font-size: 16px;
        padding-left: 36px;
        background: url('quote_classic_small.png');
        background-repeat: no-repeat;
        min-height: 30px;
    }
}

@media (min-width: 500px)
{
    blockquote {
        margin-left: 8px;
        margin-right: 24px;
        font-family: 'Lato', sans-serif;
        font-weight: 400;
        font-size: 16px;
        padding-left: 40px;
        background: url('quote_classic_small.png');
        background-repeat: no-repeat;
        min-height: 30px;
    }
}

/* ------------------------ PAGE DE GARDE ------------------------*/
.home-blockframe {
    text-align: center;
    padding: 20px;
}

/* ======================== STRAIGHT ======================== */
@media (max-width: 600px)
{
    home_h1
    {
        font-family: Roboto, sans-serif;
        font-weight: 300;
        font-size: 28px;
    }

    home_h1_sub
    {
        font-family: Roboto, sans-serif;
        font-weight: 700;
        font-size: 14px;
    }

    home_h2 {
        font-family: 'Open Sans', sans-serif;
        font-weight: 600;
        font-size: 12px;
    }

    .home_rounded_content {
        list-style-type: none;
        width: 100%;
        padding-top: 20px;
        padding-bottom: 10px;
        width: 100%;
    }
}

/* ======================== WIDE ======================== */
@media (min-width: 600px)
{
    home_h1
    {
        font-family: Roboto, sans-serif;
        font-weight: 300;
        font-size: 36px;
    }

    home_h1_sub
    {
        font-family: Roboto, sans-serif;
        font-weight: 700;
        font-size: 18px;
    }

    home_h2 {
        font-family: 'Open Sans', sans-serif;
        font-weight: 600;
        font-size: 14px;
    }

    .home_rounded_content
    {
        list-style-type: none;
        width: 100%;
        padding-top: 120px;
        padding-bottom: 30px;
        width: 100%;
    }
}
/* ====================================================== */

home_h3
{
	font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 12px;
}

/* ------------------------ FORMS LABEL ------------------------ */
fl
{
	color: #888;
    margin: 4px;
}

div.flc
{
	color: #888;
    margin: 2px;
    text-align: center;
    font-style: italic;
    padding: 4px;
}

div.flc-mini
{
	color: #888;
    margin: 1px;
    text-align: center;
    font-style: italic;
    font-size: 11px;
    padding: 1px;
}

div.form_title {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #607d8b;
    margin: 2px 0 2px 0;
    padding-top: 12px;
}

div.home_section_title {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #607d8b;
    margin: 5px 0 5px 0;
    padding-top: 20px;
    padding-bottom: 4px;
    border-bottom: dotted 2px #BBB;
}

div.form_section_title {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
    font-size: 18px;
    margin: 5px 0px 5px 0px;
    padding-top: 20px;
    background: #90a4ae;
    border-radius: 8px;
    padding: 6px 12px;
    color: #FFF;
    display: inline-block;
}

div.form_section_title:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 15px 15px 0px;
    border-color: #90a4ae transparent;
    display: block;
    width: 0;
    z-index: 0;
    left: 48%;
    bottom: -3px;
}

div.form_subtitle {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: #888;
    padding-top: 8px;
    text-align: right;
}

div.section_title {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
    font-size: 24px;
    color: #888;
    padding: 5px;
    text-align: center;
    font-variant: small-caps;
}


/* ------------------------ HOTSPOT ------------------------ */
div.hotspot_section_number {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 64px;
    margin: 0px 10px 5px 0;
    padding: 0px 15px 0px 0px;
    color: #90a4ae;
    font-style: italic;
    border-right: 1px solid #90a4ae;
}

div.hotspot_section_title {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
    font-size: 28px;
    margin: 5px 0 5px 0;
    /* padding: 4px; */
    color: #888;
}

div.hotspot_section_comment {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 13px;
    /* margin: 5px 0 5px 0; */
    /* padding: 4px; */
    color: #666;
}

.hotspot_list_frame {
    border: 3px solid #EEE;
    /* border-top: 12px solid #EEE; */
    border-radius: 8px;
    margin-top: -10px;
}

/* ------------------------ DIV & CLASSES ------------------------ */
input {
	/*width: 98%;
	font-family: 'Open Sans', sans-serif;
    font-weight: 600;*/
	border-radius: 3px;
	border: 1px solid #BBB;
	/*padding: 2px;
    margin: 1px;
    background: #f8f8f8;*/
}

.form-title-view {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #888;
    margin: 5px 0 5px 0;
    text-align: center;
}

.time-notification-separator {
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 13px;
    color: #78909c;
    margin: 0px 0 15px 0;
    text-align: center;
    padding: 4px;
    background: #eceff1;
}

.contact-request-title {
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 13px;
    color: #444;
    border-radius: 3px 3px 0px 0px;
    text-align: center;
    padding: 4px;
    margin: -3px -3px 4px -3px;
}

.create-attachment-types {
    border: #DDD 1px solid;
    background: #FFF;
    border-radius: 7px;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #78909c;
    padding:2px;
}

.form-central-comment-view {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #444;
    margin: 5px 0 5px 0;
    text-align: center;
    border-radius: 12px;
    border: #DDD 1px solid;
}

.modifications-separator {
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 13px;
    color: #455a64;
    margin: 5px 0 5px 0;
    text-align: center;
    padding: 4px;
    background: #eceff1;
}

/* ------------------------ DIV & CLASSES ------------------------ */
div.basic {
    background: #FFF;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    /* padding-top: 30px; */
    height: 0;
    overflow: hidden;
    background: #EEE;
}

div.formpadded-unmarged {
    /*background: #FFF;*/
    padding-top: 2px;
    padding-bottom: 2px;
    max-width: 840px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    position: relative;
}

/*.std-hr {
    color: #888;
    background-color: #888;
    margin: 3px -12px 3px -12px;
}*/

@media (max-width: 500px)
{
    div.formpadded
    {
        /*background: #FFF;*/
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 2px;
        padding-bottom: 2px;
        max-width: 840px;
        margin-left: auto;
        margin-right: auto;
        position: relative;
    }

    div.formpadded-nospace
    {
        /*background: #FFF;*/
        padding-left: 10px;
        padding-right: 10px;
        max-width: 840px;
        margin-left: auto;
        margin-right: auto;
        position: relative;
    }

    hr
    {
        background-color: rgba(192,192,192,0.4);
        height: 1px;
        border: 0;
        margin: 2px -10px 2px -10px;
    }
}

@media (min-width: 500px)
{
    div.formpadded {
        /*background: #FFF;*/
        padding-left: 28px;
        padding-right: 28px;
        padding-top: 4px;
        padding-bottom: 4px;
        max-width: 840px;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        
        /*-moz-user-select:text;
        -ms-user-select: text;
        -khtml-user-select: all;
        -webkit-user-select: text;
        -webkit-touch-callout: none;*/
    }

    div.formpadded-nospace
    {
        /*background: #FFF;*/
        padding-left: 28px;
        padding-right: 28px;
        max-width: 840px;
        margin-left: auto;
        margin-right: auto;
        position: relative;
    }

    hr
    {
        background-color: rgba(192,192,192,0.4);
        height: 1px;
        border: 0;
        /*margin: 3px -28px 3px -28px;*/
        margin: 3px 0px 3px 0px;
    }
}

div.alignleft {
    text-align: left;
}

div.aligncenter {
    text-align: center;
}

div.alignright {
    text-align: right;
}

.page-div {
    margin: 0 auto;
    position: absolute;
    /*overflow: hidden;*/
}

div.topdiv
{
    margin: 0 auto;
    max-width:900px;
    height: 100%;
    background: red;
    text-align: center;
}

div.top_menu
{
    width: 100%;
    height: 100%;
    background: blue;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
}

/*.pastil_indicator
{
    position: relative;
    top: -0px;
    left: 0px;
    border: 2px solid #FFF;
    padding: 1px 4px 0px 4px;
    margin: 2px;
    text-align: center;
    -box-shadow: 1px 2px 6px rgba(0,0,0, 0.5);
    -moz-box-shadow: 1px 2px 6px rgba(0,0,0, 0.5);
    -webkit-box-shadow: 1px 2px 6px rgba(0,0,0, 0.5);
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
    border-bottom-right-radius: 9px;
    border-bottom-left-radius: 9px;
    color: #FFFFFF;
    font-family: arial, helvetica;
    font-size: 12px;
    font-weight: bold;
}*/

.pastil_indicator
{
    position: relative;
    top: -0px;
    left: 0px;
    padding: 3px 6px 2px 6px;
    text-align: center;
    border-radius: 11px;
    color: #FFFFFF;
    font-family: arial, helvetica;
    font-size: 12px;
    font-weight: bold;
    margin-left: 2px;
}

.pastil_indicator_small
{
    position: relative;
    top: -0px;
    left: 0px;
    padding: 2px 5px 2px 5px;
    text-align: center;
    border-radius: 11px;
    color: #FFFFFF;
    font-family: arial, helvetica;
    font-size: 11px;
    font-weight: bold;
    margin-left: 1px;
}

.flat_pastil_indicator
{
    position: relative;
    top: 0px;
    left: 0px;
    background: #BBB;
    padding: 3px 6px 2px 6px;
    margin: 3px;
    text-align: center;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
    border-bottom-right-radius: 9px;
    border-bottom-left-radius: 9px;
    color: #FFF;
    font-family: arial, helvetica;
    font-size: 12px;
    font-weight: bold;
}

.topleft_pastil {
    position: absolute;
    top: -10px;
    right: -10px;
    z-index: 9999;
}

tooltip-sub {
    display: inline-block;
    color:#AAA;
    border-top:1px #888 solid;
    margin-top:4px;
}

tooltip-sub-txt {
    display: inline-block;
    font-size:10px;
}

tooltip-sub-txt-red {
    display: inline-block;
    color: #f44336;
}

tooltip-sub-txt-orange {
    display: inline-block;
    color: #ff9800;
}

tooltip-sub-txt-yellow {
    display: inline-block;
    color: #ffeb3b;
}

.love-indicator {
    font-size: 0.5em;
}

.standalone-view {
    border-bottom: 2px dotted rgb(204, 204, 204);
    overflow: hidden;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

.collapsable-standalone-view-closed {
    max-height:300px;
}

.collapsable-standalone-view-opened {
    max-height:100000px;
}

/*==== FLATEN ====*/
.bright_shadowed_background
{
    background: #ffffff;
}

.fullpage-iframe {
    width: 100%;
    height:500px;
}

.partial-iframe {
    width: 100%;
    height:500px;
    /* border-top: #888 5px solid; */
    border-bottom: #888 5px solid;
    /* margin-top: 15px; */
    /* margin-bottom: 15px; */
    -moz-box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.45);
    -webkit-box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.45);
    -o-box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.45);
    box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.45);
}

.document-embed-iframe {
    width: 100%;
    height:580px;
}


.input-objectselector {
    width: 100%;
}

/* ------------------------ TABLE ------------------------ */
/*==== FLATEN ====*/
@media (max-width: 500px) {
    table.rounded_content {
        list-style-type: none;
        padding-left: 10px;
        padding-right: 10px;
        /*background: #ffffff;*/
        width: 100%;
        max-width: 840px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 500px) {
    table.rounded_content {
        list-style-type: none;
        padding-left: 28px;
        padding-right: 28px;
        /*background: #ffffff;*/
        width: 100%;
        max-width: 840px;
        margin-left: auto;
        margin-right: auto;
    }
}


table.rounded_content_noborder
{
    list-style-type: none;
    /*background: #ffffff;*/
    width: 100%;
    max-width: 840px;
}

table.white_background {
	list-style-type: none;
    background: #ffffff;
	width:100%;
}

table.sub_menu_background {
	list-style-type: none;
    background: #78909c;
	width:100%;
    border-spacing: 0px;
}


/* ------------------------ LISTS ------------------------ */
ul.rounded_content {
    border: 1px solid #AAA;
    border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	list-style-type: none;
	padding: 0;
    background: #ffffff;
	
    -webkit-box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.1);
	box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.1);
}

li.rounded_content {
    padding: 8px;
    border-bottom: 1px solid #BBB;
}

li.rounded_content:last-child {
    border-bottom: none;
}

/* ------------------------ TAGS ------------------------ */
a.tags {
    display: inline-block;
    margin: 2px;
    text-decoration: none;
    padding-top: 1px;
    padding-left: 5px;
    padding-bottom: 1px;
    padding-right: 5px;
    border-radius: 10px 3px 3px 10px;
    -moz-border-radius: 10px 3px 3px 1px;
    -webkit-border-radius: 10px 3px 3px 10px;
    list-style-type: none;
    background: rgba(225,225,225,0.5);
    font-family: Roboto, sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: #999;
}

a.enum-view {
    display: inline-block;

    font-family: Roboto, sans-serif;
    font-weight: bold;
    color: #333;

    margin: 2px;
    text-decoration: none;
    
	padding-top: 1px;
	padding-left: 5px;
	padding-bottom: 1px;
	padding-right: 5px;

    border-radius: 4px 12px 12px 4px;

	list-style-type: none;
    background: rgba(225,225,225,0.75)
}

a.disabledtags {
    display: inline-block;

    margin: 2px;
    text-decoration: none;
    border: 1px solid #DDD;
    
	padding-top: 1px;
	padding-left: 5px;
	padding-bottom: 1px;
	padding-right: 5px;

    border-radius: 10px 3px 3px 10px;
	-moz-border-radius: 10px 3px 3px 1px;
	-webkit-border-radius: 10px 3px 3px 10px;

	list-style-type: none;
    background: #EEE;
    color: #888;
    font-size: 12px;
}

a.enabledbool {
    color: #222;
}

a.natural-link {
    color: #03a9f4;
    cursor: pointer;
    font-weight: bold;
}

a.natural-link-small {
    color: #03a9f4;
    cursor: pointer;
    font-weight: bold;
    font-size: 11px;
}

natural-link-disable {
    color: #666;
    font-weight: bold;
}

.signal-round-icon {
    color:gray;
    font-size:22px;
    margin:4px;
    display: inline-block;
}

.signal-round-icon:hover {
    color:red;
    font-size:22px;
    margin:4px;
    display: inline-block;
}

#hidden-label {
    display: none;
}

.signal-round-icon:hover #hidden-label {
    display: block;
    font-size:14px;
}


important-info {
    color: #444;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    background: #ffe1e1;
    padding: 2px 10px;
    border-radius: 16px;
    margin:5px;
}

important-small-info {
    color: #444;
    font-size: 13px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    background: #ffe1e1;
    padding: 1px 5px;
    border-radius: 10px;
    margin:3px;
}

create-link {
    color: #444;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

/* ------------------------ CSS DROP-DOWN ------------------------ */
.cssdropdown {
    position: relative;
    display: inline-block;
}

.cssdropdown-content-disable {
    display: none;
}

.cssdropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 180px;
    min-height: 32px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    right: 0;
    margin-top: -28px;
    border-radius: 4px;
}

.cssdropdown:hover .cssdropdown-content {
    display: block;
}

.cssdropdown_minibutton
{
    display: inline-block;
    padding: 6px 0px;
    margin: 2px;
    text-align: center;
    border-radius: 20px;
    color: #444;
    border: solid 1px rgba(128,128,128,0);
}

.cssdropdown_minibutton:hover
{
    color: #EEE;
    border: solid 1px rgba(128,128,128,0.5);
    background: rgba(225,225,225,0.5);
}

.cssdropdown-line {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
    font-family: Roboto, sans-serif;
    font-size: 13px;
    font-weight: bold;
    border-top:solid 1px #DDD;
}

.cssdropdown-line:hover {
    color: #EEE;
    background-color: #3c8dde;
}

.cssdropdown-line-danger {
    color: #dc5f59;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
    font-family: Roboto, sans-serif;
    font-size: 13px;
    font-weight: bold;
    border-top:solid 1px #DDD;
}

.cssdropdown-line-danger:hover {
    color: #EEE;
    background-color: #b33630;
}

/* ------------------------ SELECT ------------------------ */
select {
    padding: 3px 0px 3px 5px;
    margin: -0px 0px 0px -1px;
    -moz-border-radius:6px;
    border-radius: 6px;
    margin: 1px;
    border: 1px solid #BBB;
}

/* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    select {
        padding-right:2px
    }
}

textarea
{
    /*width: 98%;*/
    resize: none;
    /*font-family: "Open Sans", sans-serif;
    font-weight: 600;
    border-radius: 3px;
    border: 1px solid #BBB;
    background: #f8f8f8;*/
}


.domaine-name-bloc {
    position: relative;
    padding: 8px 12px;
    background: #FFFFFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: #DDD solid 1px;
    margin: 6px;
    font-size: 16px;
    color: #666;
    background: #F8F8F8;
}

/* ------------------------ IMAGE UPLOADER ------------------------ */
div.image_uploader {
    border: 1px solid rgba(0,0,0, 0.25);
    padding: 4px 4px 4px 4px;
    margin: 6 auto;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    background: url(add_image.png);

    width: 74px;
    height: 29px;
    overflow: hidden;
    
    -webkit-box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.1);
	box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.1);

    cursor: pointer;
}

.file_drop_zone {
    border: 2px dashed rgb(255, 170, 170);
    padding: 10px;
    background: #F4F4F4;
    border-radius: 8px;
    margin: 10px;
}

.file_drop_zone:hover {
    border: 2px dashed rgb(255, 64, 64);
}

div.image_uploader input {
    display: block !important;
    width: 74px !important;
    height: 29px !important;
    opacity: 0 !important;
    overflow: hidden !important;
}

.thumb
{
    height: 75px;
    border: 1px solid rgba(0,0,0,0.3);
    padding: 3px;
    margin: 3px;
    background: #FFF;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
}

.image_preview
{
    max-height: 200px;
    max-width: 200px;
    padding: 3px;
}

.image_preview_frame
{
    position: relative;
    display: inline-block;
    margin: 3px;
    border-radius: 6px;
    overflow: hidden;
    background: #DDD;
    padding: 3px;
}

.image_setup
{
    position: relative;
    margin: 3px;
    border-radius: 4px;
    overflow: hidden;
    display: inline-block;
    width:120px;
    height:120px;
    background: #444;
}

.image_setup_frame
{
    position: relative;
    display: inline-block;
    margin-bottom: 8px;
}

.image_setup-icon {
    position: relative;
    margin: 3px;
    border-radius: 4px;
    overflow: hidden;
    display: inline-block;
    width: 50px;
    height: 50px;
    border: #DDD 1px solid;
}

.image_setup-color {
    position: relative;
    margin: 2px;
    border-radius: 4px;
    overflow: hidden;
    display: inline-block;
    width: 38px;
    height: 38px;
    border: #DDD 1px solid;
}

table.image_bloc {
    border: 1px solid #AAA;
    border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	list-style-type: none;
	padding: 0;
    background: #ffffff;
    margin:2px;
	
    border-spacing: 2px;
	width:1%;
}

/* ------------------------ HEADER ------------------------ */
.centered_background
{
    position: fixed;
    left: 0px;
    top: 0px;
    backface-visibility: hidden; 

    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    z-index: -1;
}

/*==== FLATEN ====*/
.rounded_permanent_content {
	list-style-type: none;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	width:100%;
}

.rounded_waiter {
    border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	list-style-type: none;
	padding: 15px;
    background: #ffffff;
    margin:30px;
}

.rounded_page_sellector_div {
    border: 1px solid #DDD;
    border-radius: 14px 14px 14px 14px;
	-moz-border-radius: 14px 14px 14px 14px;
	-webkit-border-radius: 14px 14px 14px 14px;
	list-style-type: none;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
    background: #EEE;
	width:100%;
}

@media (max-width: 500px)
{
    .animate_position
    {
    }
    .animate_size
    {
    }
}

@media (min-width: 500px)
{
    .animate_position
    {
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    .animate_size
    {
        -webkit-transition: width 0.3s ease-in-out;
        -moz-transition: width 0.3s ease-in-out;
        -o-transition: width 0.3s ease-in-out;
        transition: width 0.3s ease-in-out;
        -webkit-transition: height 0.3s ease-in-out;
        -moz-transition: height 0.3s ease-in-out;
        -o-transition: height 0.3s ease-in-out;
        transition: height 0.3s ease-in-out;
    }
}

/* ------------------------ BULLET BUTTON ------------------------ */
.bullet_button {
    position: relative;
    overflow: visible;
    display: inline-block;
    border: none;
    margin: 0;
    text-decoration: none;
    text-align: center;
    font-size:18px;
    color: #333;
    white-space: nowrap;
    cursor: pointer;
    outline: none;
    background-color: #ececec;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f4f4f4), to(#ececec));
    background-image: -moz-linear-gradient(#f4f4f4, #ececec);
    background-image: -ms-linear-gradient(#f4f4f4, #ececec);
    background-image: -o-linear-gradient(#f4f4f4, #ececec);
    background-image: linear-gradient(#f4f4f4, #ececec);
    -moz-background-clip: padding; /* for Firefox 3.6 */
    background-clip: padding-box;
    border-radius: 16px;
    /* IE hacks */
    zoom: 1;
    *display: inline;
    padding-bottom : 2px;
    padding-top: 2px;
    margin:2px;
}

.bullet_button:hover,
.bullet_button:focus,
.bullet_button:active,
.bullet_button.active {
    text-decoration: none;
    color: #fff;
    color: #333;
    background-color: #3c8dde;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#599bdc), to(#3072b3));
    background-image: -moz-linear-gradient(#599bdc, #3072b3);
    background-image: -o-linear-gradient(#599bdc, #3072b3);
    background-image: linear-gradient(#599bdc, #3072b3);
}

/* ------------------------ GOOGLE MAPS ------------------------ */
.google-maps
{
    position: relative;
    padding-bottom: 50%;
    height: 0;
    overflow: hidden;
    pointer-events:none;
    margin-bottom: 10px;
}
    .google-maps iframe {
        position: absolute;
        top: -15%;
        left: -15%;
        width: 130% !important;
        height: 130% !important;
        pointer-events: none;
        /*position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
        pointer-events:none;*/
    }
    


/* ------------------------ USER ACCOUNT LIST ------------------------ */
table.accountcell
{
    border-spacing : 0px;
    border-collapse : collapse;
    width:100%;
    border:0px;
}

div.accountcell
{
	list-style-type: none;
	padding: 5px;
    background: #FFF;
    width: 180px;
    height: 180px;
}

div.basicdataelementcell
{
	list-style-type: none;
    width: 200px;
    height: 300px;
    position: relative;
    display: inline-block;
    vertical-align: top;
}

div.accountcell:hover
{
    background:#EEE;
}

/* ------------------------ TEXT EDITOR BUTTONS ------------------------ */
.richetext_div
{
    border: 1px solid #CCC;
    background: #FFF;
    min-height: 20px;
}

.richetext_container_div {
    border: 1px solid #DDD;
    border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	list-style-type: none;
	padding: 0px;
    background: #F4F4F4;
    margin:0px;
	width:100%;
}

.textedit_button
{
    border: 1px solid #BBB;
    height: 18px;
    position: relative;
    overflow: visible;
    display: inline-block;
    margin-bottom: 3px;
    text-decoration: none !important;
    text-align: center;
    font-size: 18px;
    color: #888;
    white-space: nowrap;
    cursor: pointer;
    outline: none;
    background-color: #EEE;
    /* ANIMATION */
    /* BACKGROUND */
    background-color: #ececec;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f4f4f4), to(#ececec));
    background-image: -moz-linear-gradient(#f4f4f4, #ececec);
    background-image: -ms-linear-gradient(#f4f4f4, #ececec);
    background-image: -o-linear-gradient(#f4f4f4, #ececec);
    background-image: linear-gradient(#f4f4f4, #ececec);
    -moz-background-clip: padding;
    background-clip: padding-box;
    border-radius: 4px;
    zoom: 1;
    padding: 5px;
}

.textedit_button:hover,
.textedit_button:focus,
.textedit_button:active,
.textedit_button.active {
    text-decoration: none;
    color: #fff;
    background-color: #3c8dde;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#599bdc), to(#3072b3));
    background-image: -moz-linear-gradient(#599bdc, #3072b3);
    background-image: -o-linear-gradient(#599bdc, #3072b3);
    background-image: linear-gradient(#599bdc, #3072b3);
}

.textedit_button_textual
{
    text-decoration: none;
    text-align: center;
    font-size: 13px;
}

@media (max-width: 500px)
{
    .full_animation
    {
    }
}

@media (min-width: 500px)
{
    .full_animation
    {
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
}

.flex_div_image
{
    background-repeat: no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: center center;
}

.custom-select {
    width:50%;
    min-width: 190px;
    max-width: 190px;
}

/* ------------------------ TOP CONTENT TITLE ------------------------ */
.top_content_slide_background
{
    position: relative;
    width: 100%;
	list-style-type: none;
    overflow:hidden;
    z-index:-1;
}

/* ------------------------ SKINABLE HEADER ------------------------ */
.img_centered_background
{
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}

.summary-div-background
{
    overflow: hidden;
    background-repeat: no-repeat;
    width: 48px;
    height: 48px;
    border-radius: 4px;
    position: absolute;
    -moz-background-size: cover;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
}

.summary-div-background-round
{
    border-radius: 50%;
}

.summary-description {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 11px;
    color: #888;
    padding: 2px 4px;
    border-left: solid 2px #DDD;
}

.snapped-to-parent {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    z-index: 0;
}

.animated {
    -webkit-transition-property: opacity, -webkit-transform;
    -webkit-transition-duration: 2s, 10s;
    -webkit-transition-timing-function: ease-in-out, linear;

    -moz-transition-property: opacity, -moz-transform;
    -moz-transition-duration: 2s, 10s;
    -moz-transition-timing-function: ease-in-out, linear;

    -o-transition-property: opacity, -o-transform;
    -o-transition-duration: 2s, 10s;
    -o-transition-timing-function: ease-in-out, linear;

    transition-property: opacity, transform;
    transition-duration: 2s, 10s;
    transition-timing-function: ease-in-out, linear;
}

/* ------------------------ ICON IMAGES ------------------------ */
.img_inline20px
{
    width: 20px;
    height: 20px;
    display: inline-block;
    padding: 0px 5px 0px 3px;
    margin-bottom: -5px;
    margin-top: -2px;
    box-sizing: initial !important;
}

.rounded_creation_frame_div {
    margin: 4px;
    min-height: 190px;
    text-align: center;
}

.centered {
    text-align: center;
}

/* ------------------------ ICON IMAGES ------------------------ */
#test_display {
    width:100%;
    height:100%;
    position:absolute;
    background: #FFF;
    font-size: 14px;
    color: #800;
    z-index: 100;
    margin: 1%;
}

#bench_output {
    width:100%;
    height:100%;
    background: #FFF;
    font-size: 13px;
    font-weight: 700;
    color: #800;
    z-index: 100;
    margin: 1%;
}

/* ------------------------ TREE ------------------------ */
.tree {
    padding-left: 20px;
}

.tree ul {
    margin-left: -10px;
}

.tree li {
    list-style-type: none;
    margin:10px;
    position: relative;
    margin-right: 0px;
}

.tree li::before {
    content: "";
    position: absolute;
    top:-7px;
    left:-20px;
    border-left: 2px solid #ccc;
    border-bottom:2px solid #ccc;
    border-radius:0 0 0 0px;
    width:20px;
    height:15px;
}

.tree li::after {
    position:absolute;
    content:"";
    top:8px;
    left:-20px;
    border-left: 2px solid #ccc;
    border-top:2px solid #ccc;
    border-radius:0px 0 0 0;
    width:20px;
    height:100%;
}

.tree li:last-child::after  {
    display:none;
}

.tree li:last-child:before{
    border-radius: 0 0 0 5px;
}

ul.tree>li:first-child::before {
    display:none;
}

ul.tree>li:first-child::after {
    border-radius:5px 0 0 0;
}

.tree li a {
    border: 1px #ccc solid;
    border-radius: 5px;
    padding:2px 5px;
}

/* ------------------------ IMAGE FITLER ------------------------ */
.brigh_img
{
	filter: brightness(500%);
	-webkit-filter: brightness(500%);
	-moz-filter: brightness(500%);
	-o-filter: brightness(500%);
	-ms-filter: brightness(500%);
}

.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

/* ------------------------ TASKS / TASKS-LIST ------------------------ */

@media (max-width: 500px) {
    .tasklist-summary-subelements {
        border-left: solid 2px #DDD;
        margin-left: 16px;
    }
}

@media (min-width: 500px) {
    .tasklist-summary-subelements {
        border-left: solid 2px #DDD;
        margin-left: 38px;
    }
}

.tasklist-tools-frame {
    text-align: right;
}

.tasklist-lines-frame {
    background: #eceff1;
    padding: 8px;
    text-align: center;
}

.tasklist-frame {
    border-bottom: 2px solid transparent;
}

.tasklist-frame:last-child { border-bottom: none;  }

.task-frame {
    border-bottom: 2px solid transparent;
}

.task-frame:last-child { border-bottom: none;  }

.task-sum-frame {
    border-bottom: 2px solid transparent;
}
.task-sum-frame:last-child { border-bottom: none;  }

.tasklist-frame-separator {
    border-bottom: 2px #DDD solid;
}

/* ------------------------ ADMIN ------------------------ */
.admin-account-frame {
    margin:2px;
    padding: 3px;
    border: 1px solid #DDD;
    border-radius: 3px;
    background-color: #FFF;
    width:100%;
}

.unavaible-feature {
    border-radius: 8px;
    background-color: rgb(255, 234, 234);
    margin-bottom: 4px;
}

.admin-traduction-frame {
    margin: 3px;
    padding: 3px;
    /* border-top: 2px solid #CCC; */
    overflow: hidden;
    width: 100%;
    background-color: #FFF;
    border-radius: 4px;
}

.admin-traduction-key {
    margin: 0px 0px;
    padding: 3px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 13px;
    color: #444;
}

/* ---------------------------------------------------------------- */
/* ---------------------------- HELP ------------------------------ */
/* ---------------------------------------------------------------- */
help_round_btn:before {
   content:url(help_round_btn.png);
   margin-left:-25px;
   margin-top:-3px;
   display:inline-block;
   position:absolute;
}

help_round_btn {
   margin-left:15px;
   border-radius:10px;
   color:#4365a9;
   font-size:14px;
   font-weight:700;
   margin-top:8px;
   padding:1px 10px;
   cursor: pointer;
   /*border:#c5d2ec 1px solid;*/
   display: inline-block;
}

    help_round_btn:hover {
        text-decoration: underline;
    }

/* ---------------------------------------------------------------- */
/* -------------------------- MUST SEE --------------------------- */
/* ---------------------------------------------------------------- */
mustsee_round_btn:before {
   content:url(mustsee_round_btn.png);
   margin-left:-25px;
   margin-top:-3px;
   display:inline-block;
   position:absolute;
}

mustsee_round_btn {
    margin-left: 15px;
    border-radius: 14px;
    color: #328635;
    font-size: 14px;
    font-weight: 700;
    margin-top: 4px;
    margin-bottom: 4px;
    padding: 4px 10px;
    cursor: pointer;
    /*border: #bddabe 1px solid;*/
    display: inline-block;
}

    mustsee_round_btn:hover {
        text-decoration: underline;
    }

/* ---------------------------------------------------------------- */
/* -------------------------- MINI LINK VIEWER --------------------------- */
/* ---------------------------------------------------------------- */
linkviewer_round_btn:before {
   content:url(linkviewer_round_btn.png);
   margin-left:-25px;
   margin-top:-3px;
   display:inline-block;
   position:absolute;
}

linkviewer_round_btn {
    margin-left: 20px;
    border-radius: 14px;
    color: #6898c1;
    font-size: 1rem;
    font-weight: 700;
    /* margin-top: 4px; */
    /* margin-bottom: 4px; */
    padding: 0px 5px;
    cursor: pointer;
    /* border: #bddabe 1px solid; */
    display: inline-block;
}

    linkviewer_round_btn:hover {
        text-decoration: underline;
    }

/* ---------------------------------------------------------------- */
/* ------------------------ FLEX ITEM LIST ------------------------ */
/* ---------------------------------------------------------------- */
/* L'idée, c'est de remplacer Isotop par une simple list FLex : elle rapide et compatible avec les mobiles ! */

.flex-container {
  padding: 0;
  margin: 0;
  list-style: none;
  
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  
  -webkit-flex-flow: row wrap;
  justify-content: flex-start;
}

.flex-item {
  background: tomato;
  padding: 5px;
  width: 200px;
  height: 150px;
  margin: 5px;
  
  line-height: 150px;
  color: white;
  font-weight: bold;
  font-size: 3em;
  text-align: center;
}


.better-hide {
    overflow: hidden;
    max-height: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.better-show {
    overflow: hidden;
    max-height: 10000px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.better-anim {
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.atwho-profil-thumb {
    width: 20px;
    border-radius: 50%;
    overflow: hidden;
    margin-top: -4px;
    margin-bottom: -6px;
}

.rsswebsite {
    max-width : 400px;
}

.footer-proc-infos {
    border-top: 1px solid #DDD;
    /*margin-top: 4px;*/
    padding: 4px;
    text-align: center;
    font-size: 9px;
    color:#AAA;
    background: #EEE;
}

.footer-proc-links {
    padding: 1px;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    color:#AAA;
}



.circle-wrapper-large {
    width: 94%;
    position: absolute;
    z-index: 5;
    text-align: center;
    margin: 15% 0%;
}

.circle-large {
    padding: 10%;
    border-radius: 50%;
    display: inline-block;
}

.circle-wrapper-medium {
    width: 100%;
    position: absolute;
    z-index: 5;
    text-align: center;
    margin: 30% 0%;
}

.circle-medium {
    padding: 20%;
    border-radius: 50%;
    display: inline-block;
}

.payment-frame {
    border-radius: 5px;
    border: 1px solid #BBB;
    margin: 4px;
    padding: 8px;
    overflow: hidden;
}

/* ---------------------------------------------------------------- */
/* ------------------------ BRAINTREE PAYMENT --------------------- */
/* ---------------------------------------------------------------- */
.hosted-field {
  height: 40px;
  box-sizing: border-box;
  width: 100%;
  padding: 8px;
  display: inline-block;
  box-shadow: none;
  font-weight: 600;
  font-size: 14px;
  border-radius: 6px;
  border: 1px solid #dddddd;
  line-height: 20px;
  background: #fcfcfc;
  margin-bottom: 8px;
  background: linear-gradient(to right, white 50%, #fcfcfc 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 300ms ease-in-out;
}

.hosted-fields--label {
  font-size: 14px;
    display: block;
    margin: 8px;
}

.button-container {
  display: block;
  text-align: center;
}

.button--small {
  padding: 10px 20px;
  font-size: 0.875rem;
}

.button--green {
  outline: none;
  background-color: #64d18a;
  border-color: #64d18a;
  color: white;
  transition: all 200ms ease;
}

.button--green:hover {
  background-color: #8bdda8;
  color: white;
}

.braintree-hosted-fields-focused {
  border: 1px solid #64d18a;
  border-radius: 1px;
  background-position: left bottom;
}

.braintree-hosted-fields-invalid {
  border: 1px solid #ed574a;
}

.braintree-hosted-fields-valid {
}

#cardForm {
  max-width: 50.75em;
  margin: 0 auto;
  padding: 8px;
}

/* ---------------------------------------------------------------- */
/* ------------------------ FORUM --------------------- */
/* ---------------------------------------------------------------- */
.forum-line-view {
    margin: 8px;
    padding-top: 20px;
    border-radius: 6px;
    padding: 2px;
}

.forum-line-view-fonts {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 13px;
    color: #FFF;
}

.room-line-view {
    margin: 2px;
    padding-top: 20px;
    padding: 2px;
    border-bottom: 1px solid #DDD;
}

.room-line-view-fonts {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 12px;
    color: #AAA;
}

.forum-msg-insert {
    margin:8px;
    margin-left: 32px;
}

@media (max-width: 500px) {
    .forum-link-title {
        font-family: "Roboto Condensed", sans-serif;
        font-weight: 400;
        font-size: 18px;
        padding: 5px 5px;
        margin: 0px 4px;
    }

    .forum-link-description {
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
        font-size: 11px;
        color: #DDD;
        padding: 2px 6px;
        border-left: solid 2px #AAA;
    }

    .forum-line-view-childs-frame {
        margin: 1px;
        padding: 8px;
        border-radius: 3px;
        background: #FFF;
    }

    .room-link-title {
        font-family: "Roboto Condensed", sans-serif;
        font-weight: 400;
        font-size: 16px;
        padding: 5px 5px;
        margin: 0px 4px;
        color: #666;
        display: inline-block;
    }

    .room-link-description {
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
        font-size: 11px;
        color: #888;
        padding: 2px 6px;
        border-left: solid 2px #AAA;
    }

    .room-line-view-childs-frame {
        margin-left: 5px;
        border-left: solid 2px #AAA;
        padding: 4px;
    }

    .discussion-link-title {
        font-family: 'Roboto', sans-serif;
        font-weight: 400;
        font-size: 13px;
        padding: 4px;
        color: #444;
        display: inline-block;
    }
}

@media (min-width: 500px) {
    .forum-link-title {
        font-family: "Roboto Condensed", sans-serif;
        font-weight: 400;
        font-size: 22px;
        padding: 5px 5px;
        margin: 0px 6px;
    }
    .forum-link-description {
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
        font-size: 11px;
        color: #DDD;
        padding: 2px 6px;
        margin: 0px 4px;
        border-left: solid 2px #AAA;
    }
    .forum-line-view-childs-frame {
        margin: 1px;
        padding: 8px;
        border-radius: 3px;
        background: #FFF;
    }
    .room-link-title {
        font-family: "Roboto Condensed", sans-serif;
        font-weight: 400;
        font-size: 18px;
        padding: 5px 5px;
        margin: 0px 4px;
        color: #666;
        display: inline-block;
    }
    .room-link-description {
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
        font-size: 11px;
        color: #888;
        padding: 2px 6px;
        border-left: solid 2px #AAA;
    }
    .room-line-view-childs-frame {
        margin-left: 10px;
        border-left: solid 2px #AAA;
        padding: 8px;
    }

    .discussion-link-title {
        font-family: 'Roboto', sans-serif;
        font-weight: 400;
        font-size: 14px;
        padding: 5px;
        color: #444;
        display: inline-block;
    }
}

/* ---------------------------------------------------------------- */
/* ------------------------ TOOLTIPS --------------------- */
/* ---------------------------------------------------------------- */
.tooltip-full-container {
    min-height: 64px;
    overflow-x: hidden;
    overflow-y: scroll;
    background: #FFF;
    position:relative;
    /*border: solid 1px #DDD;*/
}

neutral {
    display: inline;
}

.auto-mini-button
{
    display: inline-block;
    border: 1px solid #DDD;
    padding: 3px 10px 3px 10px;
    margin: 2px;
    text-align: center;
    border-radius: 10px;
    color: #78909c;
    font-family: 'Roboto', sans-serif;
    font-size: 11px;
    font-weight: bold;
    cursor: pointer;
    min-width: 50px;
}

.auto-mini-button:hover
{
    background: #DDD;
}

/* ---------------------------------------------------------------- */
/* ------------------------ ARCHIPELAGO --------------------- */
/* ---------------------------------------------------------------- */
.archipelago-file-line-frame {
    
    border: solid 1px #7db3c1;
    background: #7db3c1;
}

.archipelago-file-label {
    width: 35%;
    text-align: left;
    padding: 0.25rem;
    font-size: 1.1rem;
    border-top: solid 1px #9bcad6;
    background: #7db3c1;
    color: white;
    text-transform: uppercase;
}

.archipelago-file-content {
    width: 65%;
    text-align: left;
    padding: 0.25rem;
    color: #333;
    background: white;
    font-size: 1.1rem;
    /* border: solid 1px #7db3c1; */
    margin-bottom: 1px;
    margin-right: 1px;
}

.archipelago-file-title {
    margin-top: 0.5rem;
    border: solid 1px #7db3c1;
    background: #637cb7;
    color: white;
    font-family: Roboto, sans-serif;
    font-weight: 300;
    font-size: 1.2rem;
    padding: 0.25rem;
    text-transform: uppercase;
}


.archipelago-page-large-image {
    max-width: 96px;
    max-height: 96px;
}

.archipelago-page-small-image {
    max-width: 32px;
    max-height: 32px;
}

.archipelago-page-large-title {
    font-weight: 700;
    font-size: 1.5rem;
    padding: 10px 10px;
}

.archipelago-page-small-title {
    font-size: 1.2rem;
    padding: 0px 4px;
    color: #333;
    display: inline-block;
}

.archipelago-page-small-title {
    font-size: 1.2rem;
    padding: 0px 4px;
    color: #333;
    display: inline-block;
}

.archipelago-page-thinlink-title {
    font-size: 1.2rem;
    padding: 0px 4px;
    color: #333;
}

.archipelago-page-title-large-background {
    background-color: #FFF;
    margin: 3px;
    border-radius: 4px;
    cursor: pointer;
    border: solid 1px #EEE;
}

.archipelago-page-title-large-background:hover {
    border: solid 1px #888;
}

.archipelago-page-title-small-background {
    margin: 3px;
    border-radius: 4px;
    cursor: pointer;
    border: solid 1px #EEE;
}

.archipelago-page-title-small-background:hover {
    border:solid 1px #888;
}