/*
----------------------------------------------------------------
- css: main
----------------------------------------------------------------
*/

/*
----------------------------------------------------------------
- imports
- layout
- layout | grid size
- layout | commons
- layout | commons | header
- layout | commons | footer
- layout | commons | sidebars
- layout | pages | page name
- typography
- typography | commons
- typography | commons | header
- typography | commons | footer
- typography | commons | sidebars
- typography | pages | page name
- forms
- forms | forms elements
- forms | forms layouts
- helper classes
- plugins
- mediaqueries
- mediaqueries | medium
- mediaqueries | xsmall
- mediaqueries | small
----------------------------------------------------------------
*/

/*
----------------------------------------------------------------
imports
----------------------------------------------------------------
*/

/*@import url(font-awesome.min.css);*/
/*@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:400,700,400italic,700italic,300,300italic);*/

/* Light */
@font-face {
    font-family: "Roboto Condensed";
    font-style: normal;
    font-weight: 300;
    src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'), url('fonts/robotocondensed-light-webfont.woff2') format('woff2'), url('fonts/robotocondensed-light-webfont.woff') format('woff');
}

@font-face {
    font-family: "Roboto Condensed";
    font-style: italic;
    font-weight: 300;
    src: local('Roboto Condensed Light Italic'), local('RobotoCondensed-LightItalic'), url('fonts/robotocondensed-lightitalic-webfont.woff2') format('woff2'), url('fonts/robotocondensed-lightitalic-webfont.woff') format('woff');
}

/* Normal */
@font-face {
    font-family: "Roboto Condensed";
    font-style: normal;
    font-weight: 400;
    src: local('Roboto Condensed Regular'), local('RobotoCondensed-Regular'), url('fonts/robotocondensed-regular-webfont.woff2') format('woff2'), url('fonts/robotocondensed-regular-webfont.woff') format('woff');
}

@font-face {
    font-family: "Roboto Condensed";
    font-style: italic;
    font-weight: 400;
    src: local('Roboto Condensed Italic'), local('RobotoCondensed-Italic'), url('fonts/robotocondensed-italic-webfont.woff2') format('woff2'), url('fonts/robotocondensed-italic-webfont.woff') format('woff');
}

/* Bold */
@font-face {
    font-family: "Roboto Condensed";
    font-style: normal;
    font-weight: 700;
    src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'), url('fonts/robotocondensed-bold-webfont.woff2') format('woff2'), url('fonts/robotocondensed-bold-webfont.woff') format('woff');
}

@font-face {
    font-family: "Roboto Condensed";
    font-style: italic;
    font-weight: 700;
    src: local('Roboto Condensed Bold Italic'), local('RobotoCondensed-BoldItalic'), url('fonts/robotocondensed-bolditalic-webfont.woff2') format('woff2'), url('fonts/robotocondensed-bolditalic-webfont.woff') format('woff');
}

/*
----------------------------------------------------------------
layout
----------------------------------------------------------------
*/

/* layout | grid size */

.row {
    max-width: 960px;
}

    .row .row,
    .row.no-collapse .row {
        margin: 0 -15px;
    }

    .row .cols,
    .row.no-collapse .cols {
        padding: 0 15px;
    }

.list-cols > li {
    padding: 0 15px;
}

/* layout | commons */

body {
    background-color: #f5f5ed;
}

/* Start by setting display:none to make this hidden.
   Then we position it in relation to the viewport window
   with position:fixed. Width, height, top and left speak
   for themselves. Background we set to 80% white with
   our animation centered, and no-repeating */
.modalLoading {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .8 ) url('../Images/ajax-loader.gif') 50% 50% no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;
}

    /* Anytime the body has the loading class, our
   modal element will be visible */
    body.loading .modalLoading {
        display: block;
    }


.menu-container {
    background: #f9faf2;
    padding: 15px;
    margin-bottom: 15px;
}



    .menu-container a:link, .menu-container a:visited, .menu-container a:hover, .menu-container a:active {
        color: #878787;
        font-size: 22px;
        margin-right: 5px;
    }


    .menu-container h2 {
        position: relative;
        top: 2px;
        margin: 0;
        padding: 0;
    }


        .menu-container h2 a:link,
        .menu-container h2 a:visited,
        .menu-container h2 a:hover,
        .menu-container h2 a:active,
        .menu-container a.fa:link,
        .menu-container a.fa:visited,
        .menu-container a.fa:hover,
        .menu-container a.fa:active {
            color: #00763b;
        }

        .menu-container h2 .fa {
            font-size: 24px;
        }

    .menu-container .button-primary,
    .menu-container p {
        margin-bottom: 0;
    }

.inline-block {
    display: inline-block;
}

.feature-list li + li {
    margin-top: 10px;
}

.feature-list li > span {
    color: #FFF;
    background-color: #4d7752;
    padding: 2px;
    display: inline-block;
    -webkit-border-radius: 100em;
    -moz-border-radius: 100em;
    border-radius: 100em;
    min-width: 26px;
    text-align: center;
    font-size: 13px;
    margin-right: 5px;
}

main[role="main"] {
    padding-top: 0;
    background-color: #fff;
    border-top: 4px solid #205527;
    box-shadow: 12px 0 15px -4px rgba(204, 203, 202, 0.6), -12px 0 8px -4px rgba(204, 203, 202, 0.6);
}

    main[role="main"].login {
        margin-top: 2%;
        box-shadow: 12px 0 15px -4px rgba(204, 203, 202, 0.6), 2px 11px 15px -4px rgba(204, 203, 202, 0.6), -12px 0 8px -4px rgba(204, 203, 202, 0.6);
    }

.content {
    padding: 13px 13px 0;
}

h3.content {
    margin-bottom: 0;
}


.relative {
    position: relative;
}

.calendar-day {
    position: absolute;
    bottom: 20px;
    right: 30px;
}

    .calendar-day .day,
    .calendar-day .month {
        display: block;
        color: #bde1bd;
        font-size: 47px;
        text-align: center;
        margin-bottom: 10px;
    }

    .calendar-day .month {
        font-size: 25px;
    }


div.box {
    margin-bottom: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*border: 1px solid #c6d3c6;*/
    background-color: #fff;
}

    div.box:before,
    div.box:after {
        display: table;
        content: "";
    }

    div.box:after {
        clear: both;
    }

div.box-small {
    padding: 10px 10px 0 10px;
}

div.box-xlight {
    /*border: 1px solid #e3e4de;*/
    background-color: #fff;
}

div.box-light {
    background-color: #f5f5ed;
}

.margin-top,
.row .cols.margin-top {
    margin-top: 10px;
}

div.box-dark {
    background-color: #f3f3f3;
}

div.box-stripe {
    margin-bottom: 0;
}

div.box-highlight {
}

.outlined,
.content > div.box,
div.box div.box div.box {
    border: 1px solid #ccc;
}

figure {
    margin-bottom: 20px;
}

img.thumb {
    padding: 5px;
    border: 1px solid #e3e4de;
    background-color: #fff;
}

table {
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #e3e4de;
}

th,
td {
    padding: 10px;
    border: 1px solid #ccc;
    text-align: center;
}

tbody tr:nth-child(odd) {
    background-color: #e6f1eb;
}

tbody tr:nth-child(even) {
    background-color: #f2f8f6;
}

div.table-responsive {
    min-height: .01%;
    overflow-x: auto;
    width: 100%;
}

div.banner-cookie {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    border-bottom: 5px solid #00763b;
    background-color: #e5e5de;
    opacity: 0.9;
}

div.results {
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
    margin-left: -30px;
}

div.results-grid-3 div.results-item {
    position: relative;
    width: calc(33.3% - 30px);
    margin-left: 30px;
}

div.results-item div.content {
    padding-bottom: 40px;
}

div.results-item p.tool-bar {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40px;
}

/* layout | commons | header */

header[role="banner"] {
    background-color: #fff;
}

nav[role="navigation"] {
    border-top: 5px solid #f5f5ed;
    border-bottom: 1px dashed #d1d1d1;
    background-color: #e5e5de;
}

div.login-panel div.control-group {
    margin-top: 0;
}

/* layout | commons | footer */

footer[role="contentinfo"] {
    background-color: #074c08;
}

    footer[role="contentinfo"] .row a:link,
    footer[role="contentinfo"] .row a:visited,
    footer[role="contentinfo"] .row a:hover,
    footer[role="contentinfo"] .row a:active {
        color: #FFFFFF;
    }

    footer[role="contentinfo"] div.legal-info {
        padding: 15px 20px;
    }

div.legal-info a + a {
    padding-left: 30px;
}

div.footer-bottom {
    padding: 20px;
    font-size: 12px;
}

footer[role="contentinfo"] .row {
    color: #fff;
    background-color: #205527;
    box-shadow: 0 3px 15px -4px rgba(10, 38, 11, 0.6), 12px 0 15px -4px rgba(10, 38, 11, 0.6), -12px 0 15px -4px rgba(10, 38, 11, 0.6);
}

    footer[role="contentinfo"] .row + .row {
        box-shadow: none;
        background-color: transparent;
    }

/* layout | commons | sidebars */

.title {
    color: #00763b;
}

.title-inline {
    font-weight: normal;
    text-align: left;
}

/* layout | pages | hp */

.promo-text .box {
    margin-bottom: 50px;
}

.separator.secondary-info,
.secondary-info {
    background-color: #fdb813;
    color: #fff;
    text-decoration: none;
}

    .separator.secondary-info a,
    .secondary-info a {
        color: #fff;
        text-decoration: none;
    }

.banner-hp {
    padding-top: 20px;
    padding-bottom: 20px;
}

.banner-hp-text {
    padding-bottom: 35px;
}

div.box-hp-news div.content {
    min-height: 125px;
}

div.box-hp-info div.content {
    min-height: 140px;
}

/* layout | pages | cart */

table.cart-table {
    border-bottom: 1px solid #00763a;
}

    table.cart-table tfoot tr {
        background-color: #00763a;
        color: #fff;
        font-weight: 400;
    }

    table.cart-table tfoot td {
        border-right: 1px solid #00763a;
    }

/*
----------------------------------------------------------------
typography
----------------------------------------------------------------
*/

/* Font Awesome */

.fa {
    position: relative;
    font-size: 16px;
}

    .fa.fa-warning {
        color: #ffc900;
    }

    .fa.fa-eur {
        position: relative;
        top: 1px;
    }

    .fa.fa-battery-half,
    .fa.fa-battery-quarter,
    .fa.fa-battery-three-quarters,
    .fa.fa-battery-empty,
    .fa.fa-battery-full {
        color: #00763b;
    }

.fa-big {
    top: 2px;
    font-size: 22px;
}

.fa-table {
    position: relative;
    /*top: 2px;*/
}

.fa-calendar.fa-big {
    position: relative;
    top: 4px;
}


/* typography | commons */

body {
    color: #333;
    font: 300 16px/22px "Roboto Condensed", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #00763b;
    font-weight: 400;
}

h1,
.h1 {
    font-size: 28px;
    line-height: 34px;
}

h2,
.h2 {
    font-size: 26px;
    line-height: 32px;
}

h3,
.h3 {
    font-size: 24px;
    line-height: 30px;
}

h4,
.h4 {
    font-size: 22px;
    line-height: 28px;
}

h5,
.h5 {
    font-size: 20px;
    line-height: 26px;
}

h6,
.h6 {
    font-size: 18px;
    line-height: 24px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl,
dd,
pre,
hr {
    margin-bottom: 20px;
}

    ul ul,
    ul ol,
    ol ol,
    ol ul {
        margin-bottom: 0;
    }

nav ul,
nav ol {
    margin-left: 0;
    list-style: none;
}

dt {
    font-size: 18px;
    font-weight: 400;
}

dd {
    margin-left: 20px;
}

button,
input,
select,
textarea {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 16px;
}

select {
    color: #333;
}

a:link,
a:visited {
    color: #00763b;
    text-decoration: none;
    vertical-align: text-bottom;
}

a:hover,
a:focus,
a:active {
    color: #2fb371;
    text-decoration: none;
}

::selection {
    background: #666;
    color: #fff;
}

::-moz-selection {
    background: #666;
    color: #fff;
}

.clear {
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
}

strong {
    font-weight: bold;
}

.scheduled {
    background-color: #cce6cb;
    padding: 2px 20px;
    color: #333;
    font-size: 15px;
    display: inline-block;
}

.to-do li {
}


.is-clickable {
    cursor: pointer;
}

div.box-small p,
div.box-small .control-group,
div.box-small figure {
    margin-bottom: 10px;
}

ul.tabs {
    position: relative;
    z-index: 0;
    overflow: hidden;
    margin: 0;
    list-style: none;
    text-transform: uppercase;
}

    ul.tabs li {
        float: left;
        border-top: 5px solid #fff;
        -webkit-transition: all 200ms linear;
        -moz-transition: all 200ms linear;
        -o-transition: all 200ms linear;
        transition: all 200ms linear;
    }

    ul.tabs a {
        display: block;
        padding: 10px 25px;
        color: #333;
        border: 1px solid #f5f5ed;
        border-bottom: 0;
        text-decoration: none;
    }

    ul.tabs li:hover,
    ul.tabs li.active {
        border-top: 5px solid #00763b;
        background-color: #f5f5ed;
    }

th {
    color: #00763c;
    font-weight: 400;
    text-transform: uppercase;
}

.result {
    background-color: #339b33;
    color: #FFF;
}

table.highlight th {
    color: #FFF;
    background-color: #349a34;
    border-right: none;
}

p.pagination {
    font-weight: bold;
    text-align: center;
}

    p.pagination a {
        text-decoration: none;
    }

        p.pagination a.active {
            color: #333 !important;
            font-size: 22px;
            cursor: default;
        }

/* typography | commons | header */

.HKbadge {
    font-size: 18px;
    font-style: italic;
    border: 1px dashed;
    padding: 2px 8px 2px 8px;
    margin-left: 6px;
    position: relative;
    top: -3px;
}

header[role="banner"] h1 {
    width: 101px;
    height: 37px;
    margin: 30px 0;
    background: url(../images/logo.png) 0 0 no-repeat;
    text-indent: -9999px;
}

    header[role="banner"] h1 a {
        display: block;
        width: 101px;
        height: 37px;
    }

header[role="banner"] a {
    text-decoration: none;
}

ul.nav-main li {
    float: left;
    text-align: center;
    text-transform: uppercase;
}

ul.nav-main a:link,
ul.nav-main a:visited {
    display: block;
    padding: 5px 35px 10px 35px;
    border-top: 5px solid #e5e5de;
    color: #262626;
    font-weight: 400;
    text-decoration: none;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

ul.nav-main a:hover,
ul.nav-main a:focus,
ul.nav-main a:active,
ul.nav-main a.active {
    border-top: 5px solid #00763b;
    color: #00763b;
}

a.nav-cart {
    display: block;
    margin-top: 5px;
    padding: 5px;
    background-color: #fff;
    color: #333;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
}

    a.nav-cart:hover,
    a.nav-cart:focus,
    a.nav-cart:active {
        background-color: #f5f5ed;
    }

div.box-light.login-panel {
    background-color: #fff;
    border: none;
}

    div.box-light.login-panel a.inbox {
        font-size: 30px;
        margin-left: 2px;
        margin-bottom: 10px;
        margin-top: 8px;
    }

    div.box-light.login-panel .mail-notification {
        position     : absolute;
        width        : 22px;
        height       : 22px;
        background   : #f30721;
        border-radius: 11px;
        top          : -15px;
        right        : -15px;
        z-index      : 353;
        color        : #FFF;
        font-weight  : bold;
        font-size    : 12px;
        text-align   : center;
        line-height  : 22px;
        font-family  : "Roboto Condensed", sans-serif;
    }

    div.box-light.login-panel a.inbox:hover .mail-notification {
        background: #ec7c88;
    }


p.msg-welcome {
    margin-bottom: 0;
    padding-bottom: 5px;
    border-bottom: 1px solid #9a9a9a;
}

    p.msg-welcome a {
        color: #9a9a9a;
    }

span.nav-lang a {
    display: inline-block;
    overflow: hidden;
    width: 17px;
    height: 0;
    margin: 0 5px;
    padding-top: 12px;
    text-indent: -9999px;
    opacity: 0.5;
}

    span.nav-lang a:hover,
    span.nav-lang a:focus,
    span.nav-lang a:active,
    span.nav-lang a.active {
        opacity: 1;
    }

a.nav-lang-en {
    background: url(../img/icon-flag-en.png) 0 0 no-repeat;
}

a.nav-lang-fr {
    background: url(../img/icon-flag-fr.png) 0 0 no-repeat;
}

a.nav-lang-it {
    background: url(../img/icon-flag-it.png) 0 0 no-repeat;
}

/* typography | commons | footer */

footer[role="contentinfo"] {
    font-size: 15px;
}

    footer[role="contentinfo"] a:link,
    footer[role="contentinfo"] a:visited {
        color: #333;
        text-decoration: none;
    }

    footer[role="contentinfo"] a:hover,
    footer[role="contentinfo"] a:focus,
    footer[role="contentinfo"] a:active {
        color: #2fb371;
    }

/* typography | commons | sidebars */

/*
----------------------------------------------------------------
forms
----------------------------------------------------------------
*/

/* forms | forms elements */

fieldset {
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 20px 20px 0 20px;
}

html.no-opacity fieldset {
    padding-top: 0; /* ie8 fix */
}

legend {
    padding: 0 10px;
}

html.no-opacity legend {
    margin-bottom: 20px; /* ie8 fix */
}

.form-control {
    height: 34px;
    padding: 6px;
    border: 1px solid #ccc;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

    .form-control.cols12 {
        width: 99%;
    }

select.form-control {
    padding: 4px 6px 6px 3px;
}

select[multiple].form-control {
    height: auto;
    padding: 7px 4px;
}

textarea.form-control,
input[type="file"] {
    height: auto;
}

.row textarea.form-control.cols, .row.no-collapse textarea.form-control.cols,
textarea.form-control {
    padding: 5px 10px;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 0 5px;
}

.form-control:hover,
.form-control:focus {
    border: 1px solid #bbb;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset;
}

.form-control[readonly],
.form-control[disabled] {
    border: 1px solid #c0c0c0;
    background-color: #f5f5f5;
    -webkit-box-shadow: inherit;
    -moz-box-shadow: inherit;
    box-shadow: inherit;
    cursor: default;
}

label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 400;
}

/* forms | forms layouts */

.control-group {
    margin-bottom: 20px;
    margin-top: 15px;
}

    .control-group:before,
    .control-group:after {
        display: table;
        content: "";
    }

    .control-group input[type="file"] {
        margin-bottom: 10px;
    }

    .control-group:after {
        clear: both;
    }

.form-control-block {
    display: block;
    margin-bottom: 10px;
}

.form-control-inline {
    display: inline-block;
    width: 100%;
    line-height: 34px;
}

.form-horizontal .cols,
.form-inline .cols {
    padding: 0 5px;
}

    .form-inline .cols:first-child {
        padding-left: 0;
    }

.form-inline .form-control,
.form-inline input,
.form-inline .button {
    display: inline-block;
    margin: 0 1px 0 5px;
    vertical-align: middle;
}

    .form-inline .form-control:first-child {
        margin-left: 0;
    }

.form-inline .cols .form-control,
.form-inline .cols .button {
    margin: 0;
}

.form-inline label {
    margin-left: 5px;
    vertical-align: middle;
}

    .form-inline label:first-child {
        margin-left: 0;
    }

.button-inline {
    position: relative;
    top: 32px;
}

    .button-inline .control-group {
        margin-top: 9px;
    }

.select-empty {
    color: #a0a0a0;
}

    .select-empty option {
        color: #333;
    }

.input-file {
    margin-right: 10px;
}

/* forms | forms login panel */

div.login-panel label {
    display: inline;
}

div.login-panel .form-control {
    height: 30px;
    padding: 3px 6px 5px 3px;
}

div.login-panel .button {
    height: 30px;
    line-height: 28px;
}

/*
----------------------------------------------------------------
helper classes
----------------------------------------------------------------
*/

/*ROLES*/
html {
    -ms-overflow-style: scrollbar !important;
}

.only-cda, .only-cst, .only-coord {
    display: none;
}

    .only-cda.is-visible, .only-cst.is-visible, .only-coord.is-visible {
        display: block;
    }

.input-value {
    display: none;
}

.printed-value {
    display: block;
}

.input-value.is-visible {
    display: block;
}

.printed-value.is-hidden {
    display: none;
}

.padded-title {
    width: 120px;
    top: 3px;
    display: inline-block;
    position: relative;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    display: inline-block;
}
/* start commented backslash hack \*/
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}
/* close commented backslash hack */

.disabled-text {
    color: #b5b3b3;
    cursor: default;
}


.mtop-half {
    margin-top: 10px !important;
}

.mbottom-half {
    margin-bottom: 10px !important;
}

.mright-half {
    margin-right: 10px !important;
}

.mleft-half {
    margin-right: 10px !important;
}

.mbottom-no {
    margin-bottom: 0 !important;
}

h2.separator {
    border-bottom: 5px solid #056105;
}

.separator {
    padding: 5px 13px 6px;
    font-size: 18px;
    background-color: #339b33;
    color: #FFF;
    margin-bottom: 0;
}

.separator-dark {
    background-color: #dbdbdb;
    color: #676767;
}

.separator.separator-dark a {
    color: #00763b;
}

.feedback-success {
    font-weight: bold;
    color: #3c763d;
}

.feedback-error {
    font-weight: bold;
    color: #FF3232;
}

.feedback-suggest {
    color: #FF3232;
}

span.text-danger.field-validation-error {
    display: block;
}

.inner,
table.highlight th.inner,
.separator.inner {
    background-color: #7dbd7d;
    font-size: 16px;
    color: #f1f1f1;
}

table.highlight.inner-table th.inner {
    background-color: #dcdedc;
    color: #5f845f;
    border-right: 1px solid #bcbfbc;
    font-size: 15px;
}

table.highlight.inner-table td {
    background-color: #FFF;
    color: #5f845f;
}

.title-head {
    background-color: #6d8670;
    color: #FFF;
    padding: 5px;
}

.no-border {
    border: 0;
}

th.inner {
    border: none;
    font-size: 14px;
}


.separator a {
    color: #FFF;
    text-decoration: none;
}

.separator .fa.fa-pencil-square-o {
    font-size: 20px;
    margin-top: 8px;
}

.nodecoration {
    text-decoration: none;
}

.agenda-top {
}

    .agenda-top .edit-button {
        padding-left: 20px;
    }

.agenda-box {
    position: relative;
}

    .agenda-box .content {
        height: 340px;
        width: 100%;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .agenda-box .tool-bar {
        display: none;
    }

    .agenda-box h3 > a.fa {
        position: relative;
        top: 5px;
    }

    .agenda-box .layer-info {
        display: none;
    }

        .agenda-box .layer-info.is-visible {
            display: block;
        }

.msg-box {
    display: block;
    min-height: 34px;
    padding: 6px 15px;
}

.msg-success {
    background-color: #dff0d8;
}

.msg-info {
    background-color: #e9e9df;
}

.msg-warning {
    background-color: #fcf8e3;
}

.msg-danger {
    background-color: #f2dede;
}

.vmiddle {
    vertical-align: middle;
}

.highlight {
    color: #00763b;
}

.block {
    display: block;
}

.hidden {
    visibility: hidden;
}

.uppercase {
    text-transform: uppercase;
}

p.uppercase {
    min-height: 22px;
}

h3.small-title {
    font-size: 18px;
}

.tool-bar {
    border-top: 1px solid #e8e8e6;
    background-color: #f3f3f3;
    margin-bottom: 0;
    padding-bottom: 0;
    line-height: 40px;
}

    .tool-bar .fa {
        font-size: 20px;
    }

.layer-info {
    position: absolute;
    background-color: #fff;
    padding-right: 30px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
}

    .layer-info .close-panel,
    .layer-info .edit-panel {
        position: absolute;
        font-size: 20px;
        right: 12px;
    }

    .layer-info .close-panel {
        top: 15px;
    }

    .layer-info .edit-panel {
        bottom: 15px;
    }

.certificate {
    position: absolute;
    background-color: #d7af3d;
    text-align: center;
    width: 37px;
    height: 37px;
    top: 56px;
    line-height: 43px;
    right: 12px;
}

    .certificate .fa {
        color: #FFF;
        font-size: 26px;
    }

    .certificate .ribbon {
        background: url(../img/icon-ribbon.png) 50% no-repeat;
        background-size: 45%;
        display: block;
        height: 37px;
        width: 37px;
    }


main[role="main"] .icon {
    position: absolute;
    width: 37px;
    text-align: center;
    padding-top: 11px;
    color: #FFF;
}

    main[role="main"] .icon.icon-payment {
        background: url(../img/icon-pay.png) 50% no-repeat;
        background-size: 71%;
        display: inline-block;
        position: relative;
        height: 19px;
        width: 28px;
        margin: 0;
        padding: 0;
        top: 4px;
    }

.icon.symbol {
}

.icon.default-status {
    background-color: #cfced3;
}

.icon.go-status {
    background-color: #00763b;
}

.icon.alert-status {
    background-color: #fccc00;
}

.icon.warning-status {
    background-color: #fd7d00;
}

.icon.error-status {
    background-color: #fd0000;
}

.icon.freeze-status {
    background-color: #01dfd7;
}

.icon-left {
    position: relative;
    padding-left: 45px;
}

    .icon-left .icon {
        left: 0;
        top: 0;
        bottom: 0;
        right: auto;
    }

.icon-right {
    position: relative;
    padding-right: 45px;
}

    .icon-right .icon.symbol {
        right: 0;
        top: 0;
        bottom: 0;
        left: auto;
    }

.battery-half,
.battery-quarter,
.battery-three-quarters,
.battery-empty,
.battery-full {
    background-image: url(../img/icon-battery.png);
    background-repeat: no-repeat;
}

.battery-half {
    background-position: 5px 12px;
}

.battery-quarter {
    background-position: 5px -20px;
}

.battery-three-quarters {
    background-position: -43px -50px;
}

.battery-empty {
    background-position: 5px -50px;
}

.battery-full {
    background-position: -42px 12px;
}


.button {
    display: inline-block;
    height: 34px;
    padding: 0 15px;
    border: 1px solid #c8c8bc;
    background-color: #eee;
    color: #555;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

a.button {
    color: #555;
    line-height: 32px;
    text-decoration: none;
    vertical-align: top;
    border-radius: 1px;
}

.button:hover,
.button:focus,
.button:active {
    border: 1px solid #bdbdb0;
    background-color: #d3d3cb;
}

.button[disabled] {
    border: 1px solid #bbb;
    background-color: #bbb;
    color: #666;
}

.button-primary {
    border: 1px solid #00763a;
    background-color: #00763a;
    color: #fff;
}

/*BUTTON ACTION*/

input.button-action,
a.button-action {
    color: #fff;
    background-color: #f4731c;
    border: 1px solid #c35c16;
}

    a.button-action:before {
        font: normal normal normal 14px/1 "FontAwesome";
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f067";
        margin-right: 10px;
    }

.button-action:hover,
.button-action:focus,
.button-action:active {
    background-color: #f68f49;
    border: 1px solid #cf7d45;
}

/*BUTTON ALERT-ACTION*/

input.button-alert-action,
a.button-alert-action {
    color: #fff;
    background-color: #f43a1c;
    border: 1px solid #c35c16;
}


.button-alert-action:hover,
.button-alert-action:focus,
.button-alert-action:active {
    background-color: #f97660;
    border: 1px solid #f43a1c;
}

a.button-primary {
    color: #fff;
}

.button-primary:hover,
.button-primary:focus,
.button-primary:active {
    border: 1px solid #2fb371;
    background-color: #1c9c5c;
}

a.button-light {
    border: 1px solid #cecec6;
    background-color: #8e8e8e;
    color: #FFF;
}

.button-light:hover,
.button-light:focus,
.button-light:active {
    border: 1px solid #cecec6;
    background-color: #deded7;
}

.button-xlight {
    border: 1px solid #fff;
    background-color: #fff;
    color: #555;
}

    .button-xlight:hover,
    .button-xlight:focus,
    .button-xlight:active {
        border: 1px solid #f5f5ed;
        background-color: #f5f5ed;
    }

a.button-small {
    height: 25px;
    line-height: 25px;
    font-size: 15px;
}

/*
----------------------------------------------------------------
user feedback
----------------------------------------------------------------
*/

#scroll-top {
    width: 30px;
    height: 30px;
    line-height: 30px;
    letter-spacing: normal;
    text-rendering: optimizeLegibility;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    speak: none;
    direction: ltr;
    position: fixed;
    bottom: 1em;
    right: 1.8em;
    text-decoration: none;
    color: #fff;
    border: 1px solid #b91f44;
    background-color: #b91f44;
    box-shadow: 0 3px 0 #76142c;
    font-size: 16px;
    padding: 0;
    display: block;
    text-align: center;
    border-radius: 10px;
    z-index: 2;
    zoom: 1;
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -ms-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
}

    #scroll-top.is-visible {
        filter: alpha(opacity=100);
        opacity: 1;
    }


    #scroll-top span {
        display: inline;
        position: static;
    }

/*
----------------------------------------------------------------
user feedback
----------------------------------------------------------------
*/

[class*=user-feedback] {
    display: block;
    margin: 0;
    padding: 15px;
    margin: 0 0 20px 0;
    border: 1px solid transparent;
    border-radius: 4px;
}

    [class*=user-feedback] ul, [class*=user-feedback] ol {
        margin-left: 0;
        margin: 0 0 20px 0;
    }

    [class*=user-feedback] li {
        list-style: disc;
        list-style-position: outside;
        padding-left: 0;
        margin-left: 22px;
    }

    [class*=user-feedback] ol li {
        list-style-type: decimal;
    }

    [class*=user-feedback] a {
        vertical-align: initial;
        text-decoration: underline;
    }

    [class*=user-feedback] h4 {
        font-size: 20px;
    }

        [class*=user-feedback] h4 .fa {
            bottom: 2px;
        }

.user-feedback-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

    .user-feedback-success h4, .user-feedback-success a:link, .user-feedback-success a:visited, .user-feedback-success a:hover, .user-feedback-success a:active {
        color: #3c763d;
    }

.user-feedback-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

    .user-feedback-warning h4, .user-feedback-warning a:link, .user-feedback-warning a:visited, .user-feedback-warning a:hover, .user-feedback-warning a:active {
        color: #8a6d3b;
    }

.user-feedback-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

    .user-feedback-info h4, .user-feedback-info a:link, .user-feedback-info a:visited, .user-feedback-info a:hover, .user-feedback-info a:active {
        color: #31708f;
    }

.user-feedback-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

    .user-feedback-danger h4, .user-feedback-danger a:link, .user-feedback-danger a:visited, .user-feedback-danger a:hover, .user-feedback-danger a:active {
        color: #a94442;
    }

    h3.user-feedback-danger {
        margin-bottom: 0;        
    }

label.validation-error,
strong.validation-error {
    color: red;
}

select.form-control.validation-error,
input[type="text"].form-control.validation-error,
input[type="text"].form-control.validation-error:hover,
input[type="text"].form-control.validation-error:focus {
    border-color: red;
}

/*
----------------------------------------------------------------
plugins
----------------------------------------------------------------
*/

/* plugins | toggle */

.is-closed {
    display: none;
}

.trigger-opener {
    margin-left: 10px;
}

.to-close .fa-arrow-circle-down,
.to-open .fa-arrow-circle-up {
    display: none;
}


/*
----------------------------------------------------------------
mediaqueries
----------------------------------------------------------------
*/

/*  mediaqueries | medium */

@media screen and (min-width: 768px) and (max-width: 959px) {

    /* layout | grid size */

    .row .row,
    .row.medium-no-collapse .row {
        margin: 0 -15px;
    }

    .row .cols,
    .row.medium-no-collapse .cols {
        padding: 0 15px;
    }

    .list-cols > li {
        padding: 0 15px;
    }

    /* layout | commons */

    div.medium-results-grid-2 div.results-item {
        width: calc(50% - 30px);
    }

    /* layout | commons | header */

    /* layout | commons | footer */

    /* layout | commons | sidebars */

    /* layout | pages | page name */

    /* typography | commons */

    /* typography | commons | header */

    ul.nav-main a:link,
    ul.nav-main a:visited {
        padding-left: 20px;
        padding-right: 20px;
    }

    /* typography | commons | footer */

    /* typography | commons | sidebars */

    /* typography | pages | page name */

    /* forms | forms elements */

    /* forms | forms layouts */

    /* helper classes */

    /* plugins | plugin name */

}

/* mediaqueries | xsmall */

@media screen and (max-width: 767px) {

    /* layout | grid size */

    .row .row,
    .row.xsmall-no-collapse .row {
        margin: 0 -10px;
    }

    .row .cols,
    .row.xsmall-no-collapse .cols {
        padding: 0 10px;
    }

    .list-cols > li {
        padding: 0 10px;
    }

    /* layout | commons */

    div.table-responsive {
        /*width: 100%;*/
        max-width: 100%;
        overflow-y: hidden;
        margin-bottom: 15px;
        border: 1px solid #ddd;
    }

        div.table-responsive > table {
            margin-bottom: 0;
            border: 0;
        }

            div.table-responsive > table tr th:last-child,
            div.table-responsive > table tr td:last-child {
                border-right: 0;
            }

            div.table-responsive > table > thead > tr > th,
            div.table-responsive > table > tbody > tr > th,
            div.table-responsive > table > tfoot > tr > th,
            div.table-responsive > table > thead > tr > td,
            div.table-responsive > table > tbody > tr > td,
            div.table-responsive > table > tfoot > tr > td {
                white-space: nowrap;
            }

    div.results-item,
    div.results-item p.tool-bar {
        position: static;
    }

        div.results-item div.content {
            padding-bottom: 0;
        }

    div.results {
        margin-left: 0;
    }

    div.xsmall-results-grid-1 div.results-item {
        width: 100%;
        margin-left: 0;
    }

    /* layout | commons | header */

    /*	.menu-container .button-primary,
	.menu-container p {
		margin-top: 10px;	
	}*/

    nav[role="navigation"] {
        border: 0;
    }

    /* layout | commons | footer */

    /* layout | commons | sidebars */

    /* layout | pages | hp */

    div.box-hp-news div.content,
    div.box-hp-info div.content {
        min-height: inherit;
    }

    /* typography | commons */

    ul.tabs {
        margin-bottom: 5px;
    }

        ul.tabs li {
            float: none;
        }

        ul.tabs a {
            border-bottom: 1px solid #f5f5ed;
        }

    /* typography | commons | header */

    header[role="banner"] h1 {
        width: 100%;
        height: 44px;
        margin: 15px 0 10px 0;
    }

        header[role="banner"] h1 a {
            width: 100%;
            height: 44px;
        }

    ul.nav-main {
        margin-bottom: 10px;
    }

        ul.nav-main li {
            float: none;
            text-align: left;
        }

        ul.nav-main a:link,
        ul.nav-main a:visited {
            padding: 10px;
            border-top: 0;
        }

    a.nav-cart {
        margin-bottom: 20px;
        padding-left: 10px;
    }

    /* typography | commons | footer */

    /* typography | commons | sidebars */

    /* typography | pages | page name */

    /* forms | forms elements */

    fieldset {
        margin: 10px 0;
        padding: 10px 10px 0 10px;
    }

    .form-control {
        width: 100% !important;
    }

    .input-file {
        width: auto !important;
    }

    input[type="radio"] + .button,
    input[type="checkbox"] + .button {
        display: block;
    }

    /* forms | forms layouts */

    .form-control-inline {
        margin-bottom: 10px;
        text-align: left !important;
        line-height: 20px;
    }

    .form-horizontal .cols,
    .form-inline .cols {
        padding: 0;
    }

        .form-inline .form-control,
        .form-inline .cols .form-control,
        .form-inline input {
            margin: 0 0 10px 0;
            vertical-align: baseline;
        }

        .form-inline .button,
        .form-inline .cols .button {
            margin: 0;
        }

    .form-inline label {
        display: inline-block;
        margin: 0 0 10px 0;
        vertical-align: baseline;
    }

    .button-inline {
        top: 0;
    }


    /* helper classes */

    .xsmall-mbottom-half {
        margin-bottom: 10px;
    }

    .small-margin-top {
        margin-top: 5px;
    }

    .form-inline .button + .button {
        margin-top: 20px;
    }
    /*====================================
	=            MENU TRIGGER            =
	====================================*/

    div.box-light.login-panel {
        float: none;
    }

    .login-panel .row > .cols2 {
        width: 10%;
        float: left !important;
    }

    .login-panel .row > .cols10 {
        width: 100%;
        float: right !important;
        padding-left: 0;
    }

    .menu-container #trigger {
        /*	    position: absolute;
	    top: 20px;
	    right: 20px;
	    background: #FFF;*/
    }


    div.box-light.login-panel a.inbox {
        position: absolute;
        right: 20px;
        top: 10px;
    }

    header[role="banner"] .row,
    header[role="banner"] .cols {
        position: static;
    }

        header[role="banner"] .cols.cols6 + .cols.cols6 {
            position: static;
        }

    .agenda-top > div + div {
        margin-top: 10px;
    }

    .agenda-top .edit-button {
        width: 100%;
        display: block;
        text-align: center;
        margin-top: 10px;
        padding-left: 0;
    }

    .form-control.cols9.xsmall3 {
        width: 85% !important;
    }


    /*=====  End of MENU TRIGGER  ======*/


    /* plugins | plugin name */

}

/* mediaqueries | small */

@media screen and (min-width: 480px) and (max-width: 767px) {

    /* layout | commons */

    /* layout | commons | header */

    /* layout | commons | footer */

    /* layout | commons | sidebars */

    /* layout | pages | page name */

    /* typography | commons */

    /* typography | commons | header */

    /* typography | commons | footer */

    /* typography | commons | sidebars */

    /* typography | pages | page name */

    /* forms | forms elements */

    /* forms | forms layouts */

    /* helper classes */

    /* plugins | plugin name */

}

/* mediaqueries | xlarge */

@media screen and (min-width: 1200px) {

    /* layout | grid size */

    .row {
        max-width: 1170px;
    }

        .row.xlarge-collapse .row,
        .row .row.xlarge-collapse {
            margin: 0;
        }

        .row.xlarge-collapse .cols {
            padding: 0;
        }

    /* typography | commons | header */

    ul.nav-main a:link,
    ul.nav-main a:visited {
        padding-left: 55px;
        padding-right: 55px;
    }
}

tr.unconfirmed {
    color: red;
}



.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
}

    .modal.fade .modal-dialog {
        -webkit-transition: -webkit-transform .3s ease-out;
        transition: -webkit-transform .3s ease-out;
        -o-transition: -o-transform .3s ease-out;
        transition: transform .3s ease-out;
        transition: transform .3s ease-out, -webkit-transform .3s ease-out, -o-transform .3s ease-out;
        -webkit-transform: translate(0, -25%);
        -ms-transform: translate(0, -25%);
        -o-transform: translate(0, -25%);
        transform: translate(0, -25%);
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

    .modal-backdrop.fade {
        opacity: 0;
    }

    .modal-backdrop.in {
        opacity: 0.5;
    }

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

    .modal-header::after {
        content: "";
        display: table;
        clear: both;
    }

    .modal-header .close {
        margin-top: -2px;
    }

.modal-title {
    margin: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

    .modal-footer::after {
        content: "";
        display: table;
        clear: both;
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 600px;
        margin: 30px auto;
    }

    .modal-sm {
        max-width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        max-width: 900px;
    }
}

div.hidden {
    display: none;
}

/* Responsive Table Style */
.responsive-table {
    max-width: 1170px;
    border: 0;
    border-collapse: collapse;
    margin: 40px auto;
    text-align: center;
    background-color: #fff;
}

    .responsive-table tr {
        border-width: 1px 0 1px 0;
        border-style: solid;
        border-color: #ccc;
        background-color: #fff !important;
    }

        .responsive-table tr:first-child,
        .responsive-table tr:last-child {
            border: 0;
        }

        .responsive-table tr:hover {
            background-color: #f2f8f6 !important;
        }

    .responsive-table th {
        font-size: 12px;
        line-height: 1.2;
        letter-spacing: 2px;
        color: #fff;
        background-color: #339b33;
    }

    .responsive-table th,
    .responsive-table td {
        padding: 8px;
        border: 0;
        vertical-align: middle;
    }

    .responsive-table input[type='text'],
    .responsive-table input[type='number'],
    .responsive-table select {
        height: 40px;
        padding: 0 5px;
        font-size: 14px;
    }

.question-type select {
    max-width: 80px;
}

.question-category select,
.question-name input {
    max-width: 140px;
}

.question-index input,
.question-length input {
    max-width: 60px;
}

.question-action button {
    display: block;
    width: 32px;
    height: 32px;
    margin: 4px;
    padding: 0;
    border: 0;
    border-radius: 100%;
    text-align: center;
    color: #fff;
}

    .question-action button span {
        font-size: 16px;
        line-height: 32px;
    }

    .question-action button:first-child {
        background-color: #339b33;
    }

    .question-action button:last-child {
        background-color: #cf262d;
    }

    .question-action button:first-child:hover {
        background-color: #3aaf3a;
    }

    .question-action button:last-child:hover {
        background-color: #e92a32;
    }

.question-required label,
.question-activation label {
    display: none;
    white-space: nowrap;
    line-height: 40px;
}

@media(max-width: 1199px) {
    .responsive-table {
        width: 100%;
        text-align: left;
    }

        .responsive-table thead {
            display: none;
        }

        .responsive-table tr:hover {
            background-color: #fff !important;
        }

        .responsive-table input[type='text'],
        .responsive-table input[type='number'],
        .responsive-table select {
            max-width: 60%;
            width: 60%;
        }

            .responsive-table input[type='number'] .responsive-table tbody tr:nth-of-type(even) {
                background-color: #eee;
            }

        .responsive-table tbody td {
            display: block;
        }

            .responsive-table tbody td:before {
                content: attr(data-table);
                display: block;
                float: left;
                width: 30%;
                height: 40px;
                line-height: 40px;
                margin-right: 10px;
                padding-right: 10px;
                font-size: 14px;
                font-weight: 600;
                text-transform: uppercase;
                overflow: hidden;
                color: #339b33;
                background-color: #f2f8f6;
                border-right: 2px solid #339b33;
            }

            .responsive-table tbody td:after {
                content: '';
                display: block;
                clear: both;
            }

    .question-type {
        padding-top: 40px !important;
    }

    .question-action {
        padding-top: 25px !important;
        padding-bottom: 40px !important;
    }

        .question-action button {
            display: inline-block;
            width: 40px;
            height: 40px;
            margin: 0 8px;
        }

            .question-action button span {
                font-size: 18px;
                line-height: 40px;
            }

    .question-required,
    .question-activation {
        line-height: 40px;
    }

        .question-required label,
        .question-activation label {
            display: inline-block;
        }

}

@media(max-width: 499px) {
    .question-required label,
    .question-activation label {
        display: none;
    }
}
/* End Responsive Table Style */

/* Accordion Survey CSS */
.control-group--accordion-survey {
    margin-bottom: 60px;
}

.accordion-survey {
    width: 95%;
    margin: 30px auto;
    background-color: #fff;
}

.accordion-survey__handler {
    display: block;
    padding: 18px;
    padding-right: 50px;
    color: #4D4D4D;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    border-bottom: 2px solid #ccc;
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.accordion-survey__handler,
.accordion-survey li i {
    font-size: 18px;
}

    .accordion-survey__handler p {
        margin-bottom: 0;
    }

.accordion-survey li:last-child .accordion-survey__handler {
    border-bottom: 0;
}

.accordion-survey li i {
    position: absolute;
    top: 16px;
    left: 12px;
    color: #595959;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

    .accordion-survey li i.fa-chevron-down {
        right: 15px;
        left: auto;
        font-size: 16px;
        color: #c01718;
    }

.accordion-survey li.open .accordion-survey__handler {
    color: #339b33;
}

.accordion-survey li.open i {
    color: #339b33;
}

    .accordion-survey li.open i.fa-chevron-down {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }

.accordion-survey li.default .accordion-survey__questions {
    display: block;
}

.accordion-survey__questions {
    display: none;
    background-color: #339b33;
    font-size: 16px;
    opacity: 0.99; /* Accellerazione hardware in Explorer */
}

    .accordion-survey__questions li {
        padding: 14px 28px;
        border-bottom: 1px solid #287d28;
        font-size: 18px;
        color: #fff;
        -webkit-transition: all 0.25s ease;
        -o-transition: all 0.25s ease;
        transition: all 0.25s ease;
    }

    .accordion-survey__questions input,
    .accordion-survey__questions select {
        color: #4d4d4d;
    }

.input-number input,
.input-text input,
.input-select select {
    height: 40px;
    padding: 5px 10px;
    border: 0;
    background-color: #f9faf2;
}

.input-number {
    display: block;
    font-size: 0px;
}

    .input-number input,
    .input-number button {
        display: inline-block;
        vertical-align: top;
    }

    .input-number input {
        width: 200px;
        font-family: monospace;
        font-size: 18px;
        text-align: center;
    }

    .input-number button {
        width: 50px;
        height: 40px;
        border: 0;
        background-color: #287d28;
    }

.input-text input,
.input-select select {
    width: 300px;
}

.input-radio,
.input-checkbox {
    margin-top: 8px;
}

    .input-radio label,
    .input-checkbox label {
        margin-right: 8px;
    }

@media screen and (max-width: 767px) {
    .accordion-survey {
        width: 90%;
    }

        .accordion-survey .accordion-survey__handler {
            font-size: 16px;
        }

    .accordion-survey__questions li {
        padding: 18px;
    }

    .input-number,
    .input-text,
    .input-select,
    .input-checkbox,
    .input-radio {
        margin-top: 10px;
        margin-bottom: 10px;
    }

        .input-number input {
            width: 70%;
        }

        .input-number button {
            border: 0;
            width: 15%;
            background-color: #287d28;
        }

        .input-text input,
        .input-select select {
            width: 100%;
        }
}
/* /Accordion Survey CSS */



.overlay_print {
    background: rgba(0,0,0,.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.modal_print {
    visibility: hidden;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    background-color: rgba(0, 0, 0, 0.2);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
}

.modal__contents {
    background: white;
    width: 32rem;
}

    .modal__contents h1 {
        margin: 0;
        padding: 0;
        text-align: center;
        display: block;
    }

.modal__close {
    position: absolute;
    right: 2rem;
    top: 2rem;
    text-decoration: none;
    display: none;
}

.modal--show {
    visibility: visible;
}

.modal--transition {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.modal--show .modal--transition {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}




@media (max-width : 48rem) {

    .modal__contents {
        top: 0;
        left: 0;
        bottom: 0;
        width: 100%;
        margin: 0;
    }

    .modal__close {
        display: block;
    }

    .modal--transition {
        -webkit-transform: translateX(-0) translateY(150%);
        -moz-transform: translateX(-0) translateY(150%);
        -ms-transform: translateX(-0) translateY(150%);
        transform: translateX(-0) translateY(150%);
    }
}

.required-field:after {
    content: " (*)";
}

.report-serial {
    max-height: 280px;
    overflow-y: auto;
}

.single-search-filter {
    margin: 0 auto;
    display: block;
    width: 100%;
    max-width: 400px;
}

    .single-search-filter label,
    .single-search-filter input {
        padding: 8px 6px;
    }
