/* Minification failed. Returning unminified contents.
(2478,1): run-time error CSS1019: Unexpected token, found '@import'
(2478,9): run-time error CSS1019: Unexpected token, found '"base.css"'
(2479,1): run-time error CSS1019: Unexpected token, found '@import'
(2479,9): run-time error CSS1019: Unexpected token, found '"theme.css"'
 */
/** Generated by FG **/
@font-face {
	font-family: 'Josefin Sans';
	src: url('/content/assets/fonts/JosefinSans-Regular/JosefinSans-Regular.eot');
	src: url('/content/assets/fonts/JosefinSans-Regular/JosefinSans-Regular.woff') format('woff'), url('/content/assets/fonts/JosefinSans-Regular/JosefinSans-Regular.ttf') format('truetype'), url('/content/assets/fonts/JosefinSans-Regular/JosefinSans-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

/** Generated by FG **/
@font-face {
	font-family: 'Poiret One';
	src: url('/content/assets/fonts/PoiretOne-Regular/PoiretOne-Regular.eot');
	src: url('/content/assets/fonts/PoiretOne-Regular/PoiretOne-Regular.woff') format('woff'), url('/content/assets/fonts/PoiretOne-Regular/PoiretOne-Regular.ttf') format('truetype'), url('/content/assets/fonts/PoiretOne-Regular/PoiretOne-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

/** Generated by FG **/
@font-face {
	font-family: 'Gruppo';
	src: url('/content/assets/fonts/Gruppo-Regular/Gruppo-Regular.eot');
	src: url('/content/assets/fonts/Gruppo-Regular/Gruppo-Regular.woff') format('woff'), url('/content/assets/fonts/Gruppo-Regular/Gruppo-Regular.ttf') format('truetype'), url('/content/assets/fonts/Gruppo-Regular/Gruppo-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    src: url('/content/assets/fonts/Raleway/Raleway.eot'),url('/content/assets/fonts/Raleway/Raleway.woff') format('woff'), url('/content/assets/fonts/Raleway/Raleway.svg') format('svg'), url('/content/assets/fonts/Raleway/Raleway.ttf') format('truetype');
}


@font-face {
    font-family: 'Orbitron';
    font-style: normal;
    font-weight: 400;
    src: url('/content/assets/fonts/Orbitron/Orbitron-Regular.eot'),url('/content/assets/fonts/Orbitron/Orbitron-Regular.woff') format('woff'), url('/content/assets/fonts/Orbitron/Orbitron-Regular.svg') format('svg'), url('/content/assets/fonts/Orbitron/Orbitron-Regular.ttf') format('truetype');
}


@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('/content/assets/fonts/Roboto/Roboto-Regular.eot'),url('/content/assets/fonts/Roboto/Roboto-Regular.woff') format('woff'), url('/content/assets/fonts/Roboto/Roboto-Regular.svg') format('svg'), url('/content/assets/fonts/Roboto/Roboto-Regular.ttf') format('truetype');
}

/* CLEAR FIX 
------------- */

.cf:before, .cf:after
{
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after
{
    clear: both;
}
html, body {
    height: 100%;
}

body {
    background: #fff;
    font-family: "Raleway",cursive;
    font-weight: 400;
    font-size: 16px;
    margin: 0;
    width: 100%;
    height: auto;
    cursor: default;
}

section {
    margin: 0 1.5%;
}

.top_info, .ie_not_supported {
    background-color: #FE9900;
    font-size: 25px;
    text-align: center;
    padding: 5px 0;
}

.ie_not_supported {
    background-color: #CF0115;
}

.content {
    padding: 0 0.5% 2.5%;
}

    .content:before, .content:after {
        content: " "; /* 1 */
        display: table; /* 2 */
    }

    .content:after {
        clear: both;
    }

.border_padding {
    border: 1px solid #ccc;
    padding: 2%;
}

.messages {
    padding: 0 2.5%;
}

.content .messages {
    padding: 0; /*remove padding if inside content*/
}

.mandatory::after {
    content: " *";
}

.mandatory_info {
    font-size: 12px;
    font-style: italic;
    margin: 15px 0 0 0;
}

    .mandatory_info::before {
        content: "* champs obligatoires";
    }

.field, .form-group {
    display: block;
    margin: 15px 0;
    width: 100%;
}

    .field .value, .col-md-10 {
        margin-top: 10px;
        display: block;
    }

        .field .value:before, .field .value:after {
            content: " "; /* 1 */
            display: table; /* 2 */
        }

        .field .value:after {
            clear: both;
        }

        /*KENDO WIDGET*/
        .field .value span.k-widget, .field .value span.k-datepicker {
            margin: 11px 0 11px 0;
            display: block;
            width: auto;
        }

            .field .value span.k-datepicker input.k-input {
                padding: 5px 0;
            }

.field-validation-error {
    display: none;
}

input:not([type=submit]) {
    margin: 10px 0;
}

label.selection {
    cursor: pointer;
    margin-right: 15px;
}
/*LINKS*/

a, a:visited {
    color: #01A0C7;
}

    a:hover, a:active {
        text-decoration: none;
    }

    a.decoration_hover {
        text-decoration: none;
    }

        a.decoration_hover:hover {
            text-decoration: underline;
        }

/*TITLES*/

h1, h2, h3, h4 {
    font-family: "Raleway", cursive;
    color: #000;
    font-weight: normal;
    text-align: left;
    margin: 5px 0 10px 15px;
    font-variant: small-caps;
    display: block;
}

h1 {
    margin: 20px 0 15px 0;
    font-size: 35px;
}

h2 {
    font-size: 25px;
    margin: 25px 0 20px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 17px;
}

@media print {
    .header_print img {
        max-height: 125px;
    }

    .header_print h1 {
        font-size: 14px;
        font-weight: bold;
    }

    .header_print p {
        font-size: 12px;
        text-align: justify;
    }
}
/*AJAX LOADING*/
.loading {
    display: inline-block;
    min-height: 24px;
    min-width: 24px;
    height: 100%;
    width: 100%;
    background: url("/Content/assets/images/loading.png") center center no-repeat;
}

@media only screen and (max-width: 820px) {

    h1, h2, h3 {
        word-break: keep-all;
    }

    h2 {
        width: 100%;
        font-size: 25px;
    }
}

@media only screen and (max-width: 560px) {
    h1, h2, h3 {
        word-break: keep-all;
        font-size: 25px;
    }

    h2 {
        width: 100%;
        font-size: 20px;
    }
}

.bold {
    font-weight: bold;
}

.underline {
    text-decoration: underline;
}

.normal {
    font-weight: normal;
}

.italic {
    font-style: italic;
}

.inline {
    display: inline;
}

.inline-block {
    display: inline-block;
}

.block {
    display: block;
}

img {
    border: none;
}

.left {
    float: left;
}

.right {
    float: right;
}

.small {
    font-size: 12px;
}

.not_found {
    padding: 0 0 0 50px;
    min-height: 450px;
    background: url("/Content/assets/images/not_found.jpg") no-repeat bottom center;
}

.margin-tb-20 {
    margin: 20px 0;
}

/*SELECT OPTION*/
select {
    /*font-family: "Raleway",cursive;*/
    font-size: 14px;
    margin: 10px 0 10px 0;
    overflow: hidden;
    padding: 10px 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.no_margin_bottom {
    margin-bottom: 0 !important;
}

/*SIZES*/

.size_25 {
    font-size: 25px;
}

.size_30 {
    font-size: 30px;
}

/*WIDTH*/
.w_25 {
    width: 25%;
}

.w_33 {
    width: 33.3%;
}

.w_50 {
    width: 50%;
}

.min_w_175 {
    min-width: 175px;
}

.min_w_25 {
    min-width: 25%;
}

.max_w_75 {
    max-width: 75px;
}

.max_img_size_table {
    max-width: 75px;
    max-height: 100px;
}

/*TEXT ALIGNMENT*/

.text_center {
    text-align: center !important;
}

@media (max-width: 866px) {
    .responsive-table .text_center {
        text-align: right !important;
    }
}


.text_right {
    text-align: right !important;
}

.text_left {
    text-align: left !important;
}

.text_justify {
    text-align: justify !important;
}

/*TEXT COLORS*/

.text_pink, a.text_pink {
    color: #ED258F;
}

.text_blue {
    color: #0099CC;
}

.text_yellow {
    color: #F2CE00;
}

.text_green {
    color: #60A917 /*#8BC719*/;
}

.text_red {
    color: #D10016;
}

.text_orange {
    color: #FE9900;
}

.text_purple {
    color: #7F3E98;
}

.currency, .percent {
    white-space: nowrap;
    text-align: right !important;
}

/*BUTTONS*/

div.button_spacer {
    margin: 15px 0 35px;
}

div.actions {
    padding: 15px 0;
    margin: 15px 0;
}

    div.actions form {
        display: inline;
    }

.shadow {
    /*box-shadow: 0 2px 2px 0 #888888;*/
    text-shadow: 1px 1px 1px #888888;
}

/*a.shadow:hover {
    box-shadow: none;
}*/
.button {
    padding: 5px 15px;
    margin: 0 2.5px;
}

input[type=submit].button {
    padding: 4px 15px;
}

a.button, input[type=submit].button {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

input[type=submit].button, a.button {
    text-decoration: none;
    color: #ffffff;
    font-size: 20px;
    border: 0;
    font-family: "Raleway",cursive;
    cursor: pointer;
    display: inline-block;
}

@media only screen and (max-width: 870px) {
    input[type=submit].button, a.button {
        margin: 5px 0;
    }
}

td.button_table {
    width: 125px;
}

a.button_table {
    display: block;
    text-align: center;
    margin: 5px 0;
    font-size: 15px;
}

.background_green {
    background-color: #60A917 /*#8BC719*/;
}

.light_green {
    background-color: #98E996;
}

.background_excel {
    background-color: #207245;
}

.background_pdf {
    background-color: #e62525;
}

.background_purple {
    background-color: #8764B8;
}

.light_purple {
    background-color: #E3CEF6;
}

.background_dark_purple {
    background-color: #744DA8;
}

.background_red {
    background-color: #D10018;
}

.background_dark_red {
    background-color: #A21025;
}

.background_light_red {
    background-color: #FE4342;
}

.light_red {
    background-color: #F78181;
}

.background_dark_light_red {
    background-color: #D03438;
}

.background_blue {
    background-color: #00A1C7;
}

.background_dark_light_blue {
    background-color: #0078D7;
}

.background_acerta {
    background-color: #366BAB;
}

.light_blue {
    background-color: #A9D0F5;
}

.background_dark_blue {
    background-color: #3579BE;
}

.background_taupe {
    background-color: #837544;
}

.background_pink {
    background-color: #ED258F;
}

.background_orange {
    background-color: #FE9900;
}

.background_dark_orange {
    background-color: #FA6801;
}

.light_orange {
    background-color: #F7BE81;
}

.background_gray {
    background-color: #aaa;
}

.light_gray {
    background-color: #ddd;
}

.background_yellow {
    background-color: #FCE922;
}

.hover_dark_gray:hover {
    background-color: #888888;
}

.hover_dark_red:hover {
    background-color: #A21025;
}

.hover_dark_taupe:hover {
    background-color: #7E735F;
}

.hover_dark_light_red:hover {
    background-color: #D03438;
}

.hover_dark_purple:hover {
    background-color: #744DA8;
}

.hover_pink:hover {
    background-color: #ED258F;
}

.hover_blue:hover {
    background-color: #00A1C7;
}

.hover_dark_light_blue:hover {
    background-color: #0063B1;
}

.hover_dark_blue:hover {
    background-color: #3579BE;
}

.hover_purple:hover {
    background-color: #7F3E98;
}

.hover_light_purple:hover {
    background-color: #E3CEF6;
}

.hover_orange:hover {
    background-color: #FE9900;
}

.hover_dark_orange:hover {
    background-color: #FA6801;
}

.hover_green:hover {
    background-color: #60A917;
}

.hover_dark_green:hover {
    background-color: #009B04;
}

.hover_excel:hover {
    background-color: #2A8F43;
}

.hover_pdf:hover {
    background-color: #970001;
}

/*OPTIONS*/

.options {
    margin: 0 0 25px 0;
}

    .options .option {
        display: inline-block;
        margin: 0 25px 10px 0;
        width: 275px;
    }

        .options .option label {
            display: inline-block;
            margin-right: 10px;
            min-width: 85px;
        }

            .options .option label + div {
                display: inline-block;
                width: 175px;
            }

    .options .xs {
        width: 170px;
    }

        .options .xs label + div {
            width: 70px;
        }

    .options .m {
        width: 250px;
    }

        .options .m label + div {
            width: 150px;
        }

    .options .xl {
        width: 350px;
    }

        .options .xl label + div {
            width: 250px;
        }

    .options .xxl {
        width: 400px;
    }

        .options .xxl label + div {
            width: 275px;
        }

    .options .xxxl {
        width: 450px;
    }

        .options .xxxl label + div {
            width: 300px;
        }


@media only screen and (max-width: 865px) {
    .options, .options .option, .options .option label + div {
        width: 100% !important;
    }
}

.options div.datepicker {
    width: 225px !important;
}
/*PAGINATION*/

.list_pager, .list_pager label + div {
    display: inline-block;
}

    .list_pager .pagination li a {
        padding: 6px 10px 8px !important;
        font-size: 14px;
        color: #000;
    }

.row {
    display: table;
    width: 100%;
}

.column {
    display: table-cell;
    width: 50%;
    padding: 0 2% 0 0;
    box-sizing: border-box;
    vertical-align: top;
}

@media only screen and (max-width: 865px) {
    .column {
        width: 100%;
        display: table-row;
    }
}

.message_line {
    display: inline-block;
    width: 100%;
    padding: 0;
    margin: 0;
    height: 2px;
    background-color: #000;
}
/*MENU*/
#new_messages {
    display: inline;
    font-family: arial;
    font-size: 10px;
    position: absolute;
    right: 35px;
    top: 5px;
    background-color: #60a917;
    border-radius: 25px;
    color: #fff;
    text-align: center;
    width: 15px;
}

/*TOP MENU*/

#header {    
    background-color: #0099CC;
    min-height: 40px;
}

    #header .application {
        height: 40px;
    }

    #header .logo {
        color: #fff;
        display: inline-block;
        font-family: "Poiret One",cursive;
        font-size: 22px;
        position: absolute;
        top: 5px;
        left: 15px;
        margin: 0 0 5px 0;
    }

    #header .user {
        position: absolute;
        top: 10px;
        right: 10px;
    }

        #header .user a {
            font-family: "Poiret One",cursive;
            text-decoration: none;
            color: #fff;
        }

    #header .top_menu {
        background-color: #647687;
        min-height: 25px;
        padding: 5px 0 0;
        position: absolute;
        top: 40px;
        width: 100%;
    }

        #header .top_menu a {
            color: #fff;
        }

        #header .top_menu ul {
            margin: 0;
            padding: 0;
        }

        #header .top_menu li {
            display: inline;
            list-style: none;
            margin: 0;
        }

@media screen and (max-width: 850px) {
    #header .application {
        height: 50px;
    }

    #header .logo {
        position: relative;
        left: auto;
        top: auto;
        display: block;
        margin: 0;
        padding: 10px;
        text-align: center;
    }

    #header .user {
        display: none;
    }
}

/**************************************************************************/
/*                  MENU                                                    */
/**************************************************************************/
/* menu déroulant */
/* source http://red-team-design.com/css3-dropdown-menu/ */
/* Main menu */

.menu {
    /*float: left;*/
    margin: 0;
    padding: 5px 0 0 0;
    list-style: none;
    background: #647687;
}

    .menu li {
        display: inline-block;
        padding: 0 0 10px 0;
        position: relative;
        line-height: 0;
    }

    .menu a {
        font-family: "Poiret One",cursive;
        font-size: 20px;
        padding: 10px 10px 0;
        text-decoration: none;
    }

        /*.menu li:hover > a*/
        .menu a:hover {
            color: #fff !important;
            /*text-decoration: underline;*/
        }

    *html .menu li a:hover /* IE6 */ {
        color: #fff;
    }

    .menu li:hover > ul {
        display: block;
    }

    /* Sub-menu */

    .menu ul {
        list-style: none;
        margin: 2px 0 0 0 !important;
        padding: 0;
        display: none;
        position: absolute;
        top: 23px;
        left: 0;
        z-index: 99999;
        background: #fff;
        border-right: 1px solid #647687;
        border-bottom: 1px solid #647687;
        border-left: 1px solid #647687;
    }

        .menu ul ul {
            top: 0;
            left: 150px;
            margin: -1px 0 0 40px;
            border: 1px solid #647687;
        }

    .menu li ul a, .menu li ul li ul a {
        font-size: 16px;
        color: #647687;
    }

    .menu ul ul a {
        color: #647687;
    }

    .menu ul ul li {
        background: #fff;
    }

    .menu ul li {
        float: none;
        margin: 0;
        padding: 0;
        display: block;
        background: #fff;
    }

        .menu ul li:last-child {
            /*-moz-box-shadow: none;     -webkit-box-shadow: none;     box-shadow: none;*/
        }

    .menu ul a {
        padding: 10px;
        height: 10px;
        /*min-width: 120px;*/
        height: auto;
        line-height: 1;
        display: block;
        white-space: nowrap;
        float: none;
        text-transform: none;
        color: #647687;
    }

    *html .menu ul a /* IE6 */ {
        height: 10px;
    }

    *:first-child + html .menu ul a /* IE7 */ {
        height: 10px;
    }

        .menu ul a:hover, .menu ul li a:hover {
            background: #0099CC;
            color: #fff;
        }

    .menu ul li:first-child > a {
    }

        .menu ul li:first-child > a:after {
            content: '';
            position: absolute;
            left: 0px;
            top: -8px;
            width: 95%;
            height: 0;
            border-left: 5px solid transparent;
            border-right: 5px solid transparent;
            /*border-bottom: 8px solid #647687;*/
        }

    .menu ul ul li:first-child a:after {
        left: -8px;
        top: 12px;
        width: 0;
        height: 0;
        border-left: 0;
        border-bottom: 5px solid transparent;
        border-top: 5px solid transparent;
        border-right: 8px solid #647687;
    }

    .menu ul li:first-child a:hover:after {
        border-bottom-color: #647687;
    }

    .menu ul ul li:first-child a:hover:after {
        border-right-color: #04acec;
        border-bottom-color: transparent;
    }


    .menu ul li:last-child > a {
        /*-moz-border-radius: 0 0 5px 5px;     border-radius: 0 0 5px 5px;*/
    }

    /* Clear floated elements */
    .menu:after {
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0;
    }

* html .menu {
    zoom: 1;
}
/* IE6 */
*:first-child + html .menu {
    zoom: 1;
}
/* IE7 */

ul.parameters {
    margin-left: -5px !important;
}

.pagination-info {
    margin-top: 25px;
    font-size: 14px;
    font-style: italic;
}

.pagination-container {
    margin: 5px 0;
}

ul.pagination {
    list-style-type: none;
    padding: 0;
}

.pagination li {
    display: inline-block;
    margin: 5px;
    border: 1px solid #ccc;
    cursor: pointer;
}

    .pagination li a {
        display: inline-block;
        text-decoration: none;
        padding: 10px 15px;
        /*transition: none;*/
    }

    .pagination li:hover {
        background-color: #CCCCCC;
        border: 1px solid #CCCCCC;
    }

    .pagination li.active {
        background-color: #0099CC;
        border: 1px solid #0099CC;
        color: #fff !important;
    }

        .pagination li:hover a, .pagination li.active a {
            color: #fff !important;
        }

.PagedList-skipToNext {
}

.PagedList-skipToPrevious {
}

footer {
    margin-top: 25px;
}

.footer {
    text-align: center;
    background-color: #0099CC;
    padding: 15px 0;
    color: #fff;
    font-family: "Raleway",cursive;
    font-size: 10px;
}

    .footer a {
        color: #fff;
        font-family: "Raleway",cursive;
        font-size: 10px;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
        text-decoration: none;
    }

        .footer a:hover {
            text-decoration: underline;
        }

input[type=text]:not(.k-input),
input[type=password]:not(.k-input),
input[type=url]:not(.k-input),
input[type=number]:not(.k-input),
input[type=datetime]:not(.k-input),
textarea {
    background-color: white;
    height: 40px;
    line-height: normal;
    padding: 4px 2px 2px;
    width: 154px;
    border: 1px solid #ccc !important;
    vertical-align: middle;
    padding-left: 10px !important;
    /*width: -webkit-calc(100% - 14px);
    width: -moz-calc(100% - 14px);
    width: calc(100% - 14px) !important;*/
    width: 100%;
    box-sizing: border-box;
    outline: none;
    font-family: "Raleway",cursive;
    font-size: 14px;
}

    input[type=text].validation_error,
    input[type=password].validation_error,
    textarea.validation_error,
    textarea.input-validation-error,
    input[type=text].input-validation-error,
    input[type=password].input-validation-error,
    input[type=url].input-validation-error,
    input[type=number].input-validation-error,
    input[type=datetime].input-validation-error {
        background-color: #F9B3B3;
        /*border: 1px solid #636363 !important;*/
    }

input[type=text].aspNetDisabled {
    background-color: #ccc;
}
/** {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}*/

.responsive-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 22px;
    border: 0;
    background-color: #fff;
}

@media only screen and (min-width: 865px) and (max-width: 1199px) {
    .responsive-table {
        font-size: 18px;
    }
}

@media (min-width: 865px) {
    .responsive-table {
        font-size: 25px;
        border: 1px solid #0099CC;
    }
}

.responsive-table thead {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
    /*font-family: "Lobster", cursive;*/
}

@media (min-width: 865px) {
    .responsive-table thead {
        position: relative;
        clip: auto;
        height: auto;
        width: auto;
        overflow: auto;
    }
}

.responsive-table thead th {
    background-color: #0099CC;
    border: 1px solid #0099CC;
    font-weight: normal;
    text-align: center;
    color: white;
    font-size: 18px;
    /*font-variant: small-caps;*/
}

    .responsive-table thead th:first-of-type {
        text-align: left;
    }

.responsive-table tbody,
.responsive-table tr,
.responsive-table th,
.responsive-table td {
    display: block;
    padding: 0;
    text-align: left;
}

@media only screen and (max-width: 866px) {
    .responsive-table tbody,
    .responsive-table tr,
    .responsive-table th,
    .responsive-table td {
        white-space: normal;
    }
}

@media (min-width: 865px) {
    .responsive-table tr {
        display: table-row;
    }
}

.responsive-table th,
.responsive-table td {
    padding: 8px;
    vertical-align: middle;
}

@media only screen and (max-width: 866px) {
    .responsive-table th,
    .responsive-table td {
        font-size: 14px;
    }
}

@media (min-width: 865px) {
    .responsive-table th,
    .responsive-table td {
        display: table-cell;
        padding: 8px;
        font-size: 14px;
        border: 1px solid #EFEEED;
    }

    .responsive-table tfoot td {
        border: none;
    }

    .responsive-table th {
        text-align: center !important;
    }
}

/*@media (min-width: 1081px) and (max-width:1440px) {
    .responsive-table th,
    .responsive-table td {
        font-size: 15px;
    }
}

@media (min-width: 1025px) and (max-width:1280px) {
    .responsive-table th,
    .responsive-table td {
        font-size: 14px;
    }
}

@media (min-width: 865px) and (max-width:1024px) {
    .responsive-table th,
    .responsive-table td {
        font-size: 14px;
    }
}*/

.responsive-table caption {
    margin-bottom: 1em;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
}

@media (min-width: 865px) {
    .responsive-table caption {
        font-size: 20px;
    }
}

.responsive-table tfoot {
    font-size: 25px;
    color: #fff;
    background-color: #0099CC;
    border: solid 1px #0099CC;
}

@media (min-width: 865px) {
    .responsive-table tbody {
        display: table-row-group;
    }
}

.responsive-table tbody tr {
    border: 2px solid #EFEEED;
    border-bottom: 0;
}

@media (min-width: 865px) {
    .responsive-table tbody tr {
        display: table-row;
        border-width: 0;
    }
}

/*@media (max-width: 866px) {
    .responsive-table tbody tr:last-of-type {
        border-bottom: 2px solid #EFEEED;
    }
}*/

@media (min-width: 865px) {
    .responsive-table tbody tr:nth-of-type(even) {
        /*background-color: #EFEEED;*/
    }
}

.responsive-table tbody th[scope="row"] {
    background-color: #1d96b2;
    color: white;
}

@media (min-width: 865px) {
    .responsive-table tbody th[scope="row"] {
        background-color: transparent;
        color: #5e5d52;
        text-align: left;
    }
}

.responsive-table tbody td {
    text-align: right;
    border-bottom: 1px solid #efeeed;
}

@media (min-width: 865px) {
    .responsive-table tbody td {
        text-align: left;
    }
}

.responsive-table tbody td[data-title]:before, .responsive-table tfoot td[data-title]:before {
    content: attr(data-title);
    float: left;
    color: #0099CC;
    font-size: 18px;
    /*font-variant: small-caps;*/
}

.responsive-table tfoot td[data-title]:before {
    color: #ffffff;
}

@media (min-width: 865px) {
    .responsive-table tbody td[data-title]:before, .responsive-table tfoot td[data-title]:before {
        content: none;
    }
}

/*summaries v2.0*/
.summary, .validation-summary-errors {
    margin: 20px 0;
    padding: 4px;
    /*border: 1px solid #ccc;*/
    text-align: left;
    background-repeat: no-repeat;
    background-position: 10px 10px;
    min-height: 40px;
    padding: 10px 20px 20px 75px;
}

.info {
    background-color: #D4EEFC;
    background-image: url("/content/assets/summaries/icons/info.png");
    color: #635E5E;
}

.error, .validation-summary-errors {
    background-color: #FFDDDD;
    background-image: url("/content/assets/summaries/icons/error.png");
    color: #B22222;
}

.valid {
    background-color: #CCFFCC;
    background-image: url("/content/assets/summaries/icons/valid.png");
    color: #00B500;
}

.warning {
    background-color: #f9f0a0;
    background-image: url("/content/assets/summaries/icons/warning.png");
    color: #FE7C22;
}

/*! fancyBox v2.1.0 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    background: #ffffff;
    color: #444;
    text-shadow: none;    
}

.fancybox-opened {
    z-index: 8030;
}

    .fancybox-opened .fancybox-skin {
        -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    }

.fancybox-outer, .fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

.fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url('/content/assets/fancybox2/fancybox_sprite.png');
}

#fancybox-loading {
    left: 50%;
    margin-left: -90px;
    margin-top: -90px;
    opacity: 0.8;
    position: fixed;
    top: 50%;
    z-index: 8060;
}

    #fancybox-loading div {
        background-color: #fff;
        height: 24px;
        width: 24px;
        background: url('/content/assets/fancybox2/loading.png') 0px 0px no-repeat;
    }

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url('/content/assets/fancybox2/blank.gif'); /* helps IE */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -9999px;
    left: -9999px;
    visibility: hidden;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url('/content/assets/fancybox2/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
    visibility: hidden;
    /*font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;*/
    font-family: 'Lobster', cursive;
    font-weight: 400;
    font-size: 18px;
    color: #000000 !important;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

    .fancybox-title-float-wrap .child {
        display: inline-block;
        margin-right: -100%;
        padding: 2px 20px;
        background: transparent; /* Fallback for web browsers that doesn't support RGBa */
        background: rgba(0, 0, 0, 0.8);
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
        text-shadow: 0 1px 2px #222;
        color: #FFF;
        font-weight: bold;
        line-height: 24px;
        white-space: nowrap;
    }

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}

#fancybox-buttons {
	position: fixed;
	left: 0;
	width: 100%;
	z-index: 8050;
}

#fancybox-buttons.top {
	top: 10px;
}

#fancybox-buttons.bottom {
	bottom: 10px;
}

#fancybox-buttons ul {
	display: block;
	width: 166px;
	height: 30px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	border: 1px solid #111;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	   -moz-box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	        box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	background: rgb(50,50,50);
	background: -moz-linear-gradient(top, rgb(68,68,68) 0%, rgb(52,52,52) 50%, rgb(41,41,41) 50%, rgb(51,51,51) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(68,68,68)), color-stop(50%,rgb(52,52,52)), color-stop(50%,rgb(41,41,41)), color-stop(100%,rgb(51,51,51)));
	background: -webkit-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	background: -o-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	background: -ms-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	background: linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#222222',GradientType=0 );
}

#fancybox-buttons ul li {
	float: left;
	margin: 0;
	padding: 0;
}

#fancybox-buttons a {
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	background-color: transparent;
	background-image: url('fancybox_buttons.png');
	background-repeat: no-repeat;
	outline: none;
	opacity: 0.8;
}

#fancybox-buttons a:hover {
	opacity: 1;
}

#fancybox-buttons a.btnPrev {
	background-position: 5px 0;
}

#fancybox-buttons a.btnNext {
	background-position: -33px 0;
	border-right: 1px solid #3e3e3e;
}

#fancybox-buttons a.btnPlay {
	background-position: 0 -30px;
}

#fancybox-buttons a.btnPlayOn {
	background-position: -30px -30px;
}

#fancybox-buttons a.btnToggle {
	background-position: 3px -60px;
	border-left: 1px solid #111;
	border-right: 1px solid #3e3e3e;
	width: 35px
}

#fancybox-buttons a.btnToggleOn {
	background-position: -27px -60px;
}

#fancybox-buttons a.btnClose {
	border-left: 1px solid #111;
	width: 35px;
	background-position: -56px 0px;
}

#fancybox-buttons a.btnDisabled {
	opacity : 0.4;
	cursor: default;
}
#fancybox-thumbs {
	position: fixed;
	left: 0;
	width: 100%;
	overflow: hidden;
	z-index: 8050;
}

#fancybox-thumbs.bottom {
	bottom: 2px;
}

#fancybox-thumbs.top {
	top: 2px;
}

#fancybox-thumbs ul {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}

#fancybox-thumbs ul li {
	float: left;
	padding: 5px 2.5px;
	opacity: 1;
}

#fancybox-thumbs ul li.active {
	opacity: 1;
	padding: 0;
	border: 5px solid #ED258F;
	margin: 0 2.5px;
}

#fancybox-thumbs ul li:hover {
	opacity: 1;
}

#fancybox-thumbs ul li a {
	display: block;
	position: relative;
	overflow: hidden;	
	background: #ffffff;
	outline: none;
}

#fancybox-thumbs ul li img {
	display: block;
	position: relative;
	border: 0;
	padding: 0;
	max-width: none;
}
select.input-validation-error + .chzn-container {
    background-color: #f9b3b3;
}

select.no_search + div.chzn-container .chzn-search {
    display: none !important;
}

/* @group Base */
.chzn-container {
    font-size: 13px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    *display: inline;
    background-color: #fff;
    margin: 10px 0;
}

    .chzn-container .chzn-drop {
        background: #fff;
        border: 1px solid #cccccc;
        border-top: 0;
        position: absolute;
        top: 100%;
        left: -9999px;
        /*-webkit-box-shadow: 0 4px 5px rgba(0,0,0,.15);
  -moz-box-shadow   : 0 4px 5px rgba(0,0,0,.15);
  box-shadow        : 0 4px 5px rgba(0,0,0,.15);*/
        z-index: 1010;
        width: 100%;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -khtml-box-sizing: border-box;
        box-sizing: border-box;
    }

    .chzn-container.chzn-with-drop .chzn-drop {
        left: 0;
    }

/* @end */

/* @group Single Chosen */
.chzn-container-single .chzn-single {
    /*background-color: #ffffff;*/
    /*
  --no gradient
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0 );   
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
  background-image: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-image: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-image: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-image: linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%); 
  */
    /*chosen based radius 5px */
    /*-webkit-border-radius: 4px;
  -moz-border-radius   : 4px;
 border-radius        : 4px;*/
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    /*chosen based border #aaaaaa*/
    border: 1px solid #ccc; /*#CCC;*/
    /*-webkit-box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
    box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);*/
    display: block;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    /*height: 23px;  -- chosen base */
    height: 35px;
    line-height: 24px;
    padding: 0 0 0 8px;
    color: #000000;
    text-decoration: none;
}

.validation_error .chzn-container-single .chzn-single {
    background-color: none;
}

/*added for allow to dropdowns same style than inputs (class=decor-input)*/
.chzn-single:hover, .chzn-choices:hover {
    /*border: 1px solid #ffa100 !important;
    box-shadow: 0 0px 1px #ffa100 inset, 0 0 8px #ffa100 !important;*/
}

.chzn-container-single .chzn-default {
    color: #999;
}

.chzn-container-single .chzn-single span {
    margin-right: 26px;
    /*added -> height:35px;*/
    margin-top: 5px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    float: none !important;
}

.chzn-container-single .chzn-single abbr {
    display: block;
    position: absolute;
    right: 26px;
    /*chosen base top:6px*/
    top: 12px;
    width: 12px;
    height: 12px;
    font-size: 1px;
    background: url('/content/assets/chosen/chosen-sprite.png') -42px 1px no-repeat;
}

    .chzn-container-single .chzn-single abbr:hover {
        background-position: -42px -10px;
    }

.chzn-container-single.chzn-disabled .chzn-single abbr:hover {
    background-position: -42px -10px;
}

.chzn-container-single .chzn-single div {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    height: 100%;
    width: 18px;
}

    .chzn-container-single .chzn-single div b {
        background: url('/content/assets/chosen/chosen-sprite.png') no-repeat 0px 2px;
        display: block;
        width: 100%;
        height: 100%;
        /*adding margin because height set to 35px*/
        margin-top: 7px;
    }

.chzn-container-single .chzn-search {
    padding: 3px 4px;
    position: relative;
    margin: 0;
    white-space: nowrap;
    z-index: 1010;
}

    .chzn-container-single .chzn-search input {
        /*background: #fff url('/content/assets/chosen/chosen-sprite.png') no-repeat 100% -20px;
        background: url('/content/assets/chosen/chosen-sprite.png') no-repeat 100% -20px, -webkit-gradient(linear, 0 0, 0 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
        background: url('/content/assets/chosen/chosen-sprite.png') no-repeat 100% -20px, -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
        background: url('/content/assets/chosen/chosen-sprite.png') no-repeat 100% -20px, -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
        background: url('/content/assets/chosen/chosen-sprite.png') no-repeat 100% -20px, -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
        background: url('/content/assets/chosen/chosen-sprite.png') no-repeat 100% -20px, linear-gradient(#eeeeee 1%, #ffffff 15%);*/
        margin: 1px 0;
        padding: 4px 20px 4px 5px;
        outline: 0;
        border: 1px solid #aaa;
        font-family: sans-serif;
        font-size: 1em;
        width: 100%;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -khtml-box-sizing: border-box;
        box-sizing: border-box;
    }

.chzn-container-single .chzn-drop {
    margin-top: -1px;
    /*-webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;*/
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.chzn-container-single-nosearch .chzn-search {
    position: absolute;
    left: -9999px;
}
/* @end */

/* @group Multi Chosen */
.chzn-container-multi .chzn-choices {
    background-color: #fff;
    /* remove gradient from based chosen
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  */
    /*added min-height and padding-top because height 35px;*/
    min-height: 40px;
    /* no work padding-top:4px;*/
    /*chosen based border #aaa;*/
    border: 1px solid #cccccc !important;
    /*adding radius*/
    /* -webkit-border-radius: 4px;
  -moz-border-radius   : 4px;
  border-radius        : 4px;*/
    margin: 0;
    padding: 0;
    cursor: text;
    overflow: hidden;
    height: auto !important;
    height: 1%;
    position: relative;
    width: 100%;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    box-sizing: border-box;
}

    .chzn-container-multi .chzn-choices li {
        /*float: left;*/
        list-style: none;
    }

    .chzn-container-multi .chzn-choices .search-field {
        white-space: nowrap;
        margin: 0;
        padding: 0;
    }

        .chzn-container-multi .chzn-choices .search-field input {
            color: #666;
            background: transparent !important;
            border: 0 !important;
            font-family: sans-serif;
            font-size: 100%;
            height: 15px;
            /*padding: 12px 5px 5px;*/
            /*chosen base margin: 1px 0;*/
            /*margin: 4px 0;*/
            outline: 0;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
        }

        .chzn-container-multi .chzn-choices .search-field .default {
            color: #999;
        }

    .chzn-container-multi .chzn-choices .search-choice {
        /*-webkit-border-radius: 3px;
  -moz-border-radius   : 3px;
  border-radius        : 3px;*/
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        background-color: #e4e4e4;
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#eeeeee', GradientType=0 );
        background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
        background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
        background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
        background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
        background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
        -webkit-box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
        -moz-box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
        box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
        color: #333;
        border: 1px solid #aaaaaa;
        line-height: 13px;
        /* chosen based padding: 3px 20px 3px 5px; */
        padding: 10px 25px 10px 20px;
        margin: 3px 0 3px 5px;
        position: relative;
        cursor: default;
        float: left;
    }

        .chzn-container-multi .chzn-choices .search-choice.search-choice-disabled {
            background-color: #e4e4e4;
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#eeeeee', GradientType=0 );
            background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
            background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
            background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
            background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
            background-image: -ms-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
            background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
            color: #666;
            border: 1px solid #cccccc;
            padding-right: 5px;
        }

    .chzn-container-multi .chzn-choices .search-choice-focus {
        background: #d4d4d4;
    }

    .chzn-container-multi .chzn-choices .search-choice .search-choice-close {
        display: block;
        position: absolute;
        right: 3px;
        top: 4px;
        width: 12px;
        height: 12px;
        font-size: 1px;
        background: url('/content/assets/chosen/chosen-sprite.png') -42px 1px no-repeat;
    }

        .chzn-container-multi .chzn-choices .search-choice .search-choice-close:hover {
            background-position: -42px -10px;
        }

    .chzn-container-multi .chzn-choices .search-choice-focus .search-choice-close {
        background-position: -42px -10px;
    }
/* @end */

/* @group Results */
.chzn-container .chzn-results {
    margin: 0 4px 4px 0;
    max-height: 240px;
    padding: 0 0 0 4px;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.chzn-container-multi .chzn-results {
    margin: 0;
    padding: 0;
}

.chzn-container .chzn-results li {
    color: #000;
    display: none;
    line-height: 15px;
    padding: 5px 6px;
    margin: 0;
    list-style: none;
}

.chzn-container .chzn-results .active-result {
    cursor: pointer;
    display: list-item;
}

.chzn-container .chzn-results .highlighted {
    /*background-color: #3875d7; --> chosen base
    --no gradient for next properties 
  */
    background-color: #0099CC; /*#0099CC;*/
    /*
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3875d7', endColorstr='#2a62bc', GradientType=0 );  
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
*/
    color: #fff;
}

.chzn-container .chzn-results li em {
    background: #feffde;
    font-style: normal;
}

.chzn-container .chzn-results .highlighted em {
    background: transparent;
}

.chzn-container .chzn-results .no-results {
    background: #f4f4f4;
    display: list-item;
}

.chzn-container .chzn-results .group-result {
    cursor: default;
    color: #999;
    font-weight: bold;
}

.chzn-container .chzn-results .group-option {
    padding-left: 15px;
}

.chzn-container-multi .chzn-drop .result-selected {
    display: none;
}

.chzn-container .chzn-results-scroll {
    background: white;
    margin: 0 4px;
    position: absolute;
    text-align: center;
    width: 321px; /* This should by dynamic with js */
    z-index: 1;
}

    .chzn-container .chzn-results-scroll span {
        display: inline-block;
        height: 17px;
        text-indent: -5000px;
        width: 9px;
    }

.chzn-container .chzn-results-scroll-down {
    bottom: 0;
}

    .chzn-container .chzn-results-scroll-down span {
        background: url('/content/assets/chosen/chosen-sprite.png') no-repeat -4px -3px;
    }

.chzn-container .chzn-results-scroll-up span {
    background: url('/content/assets/chosen/chosen-sprite.png') no-repeat -22px -3px;
}
/* @end */

/* @group Active  */
.chzn-container-active .chzn-single {
    /*remove from chosen based*/
    /*-webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
  -moz-box-shadow   : 0 0 5px rgba(0,0,0,.3);
  box-shadow        : 0 0 5px rgba(0,0,0,.3);
  border: 1px solid #5897fb;*/
}

.chzn-container-active.chzn-with-drop .chzn-single {
    border: 1px solid #cccccc;
    -webkit-box-shadow: 0 1px 0 #fff inset;
    -moz-box-shadow: 0 1px 0 #fff inset;
    box-shadow: 0 1px 0 #fff inset;
    /*background-color: #eee;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0 );
    background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
    background-image: -webkit-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
    background-image: -moz-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
    background-image: -o-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
    background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);*/
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

    .chzn-container-active.chzn-with-drop .chzn-single div {
        background: transparent;
        border-left: none;
    }

        .chzn-container-active.chzn-with-drop .chzn-single div b {
            background-position: -18px 2px;
        }

.chzn-container-active .chzn-choices {
    /*removed from chosen base*/
    /*-webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
  -moz-box-shadow   : 0 0 5px rgba(0,0,0,.3);
  box-shadow        : 0 0 5px rgba(0,0,0,.3);
  border: 1px solid #5897fb;*/
}

    .chzn-container-active .chzn-choices .search-field input {
        color: #111 !important;
    }
/* @end */

/* @group Disabled Support */
.chzn-disabled {
    cursor: default;
    /*opacity: 0.5 !important;*/
}

    .chzn-disabled .chzn-single {
        cursor: default;
        background-color: #e1e1e1;
        border-color: #cccccc;
    }

    .chzn-disabled .chzn-choices .search-choice .search-choice-close {
        cursor: default;
    }

/* @group Right to Left */
.chzn-rtl {
    text-align: right;
}

    .chzn-rtl .chzn-single {
        padding: 0 8px 0 0;
        overflow: visible;
    }

        .chzn-rtl .chzn-single span {
            margin-left: 26px;
            margin-right: 0;
            direction: rtl;
        }

        .chzn-rtl .chzn-single div {
            left: 3px;
            right: auto;
        }

        .chzn-rtl .chzn-single abbr {
            left: 26px;
            right: auto;
        }

    .chzn-rtl .chzn-choices .search-field input {
        direction: rtl;
    }

    .chzn-rtl .chzn-choices li {
        float: right;
    }

    .chzn-rtl .chzn-choices .search-choice {
        padding: 3px 5px 3px 19px;
        margin: 3px 5px 3px 0;
    }

        .chzn-rtl .chzn-choices .search-choice .search-choice-close {
            left: 4px;
            right: auto;
        }

    .chzn-rtl .chzn-search {
        left: 9999px;
    }

    .chzn-rtl.chzn-with-drop .chzn-search {
        left: 0px;
    }

    .chzn-rtl .chzn-drop {
        left: 9999px;
    }

    .chzn-rtl.chzn-container-single .chzn-results {
        margin: 0 0 4px 4px;
        padding: 0 4px 0 0;
    }

    .chzn-rtl .chzn-results .group-option {
        padding-left: 0;
        padding-right: 15px;
    }

    .chzn-rtl.chzn-container-active.chzn-with-drop .chzn-single div {
        border-right: none;
    }

    .chzn-rtl .chzn-search input {
        background: #fff url('/content/assets/chosen/chosen-sprite.png') no-repeat -30px -20px;
        background: url('/content/assets/chosen/chosen-sprite.png') no-repeat -30px -20px, -webkit-gradient(linear, 0 0, 0 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
        background: url('/content/assets/chosen/chosen-sprite.png') no-repeat -30px -20px, -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
        background: url('/content/assets/chosen/chosen-sprite.png') no-repeat -30px -20px, -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
        background: url('/content/assets/chosen/chosen-sprite.png') no-repeat -30px -20px, -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
        background: url('/content/assets/chosen/chosen-sprite.png') no-repeat -30px -20px, linear-gradient(#eeeeee 1%, #ffffff 15%);
        padding: 4px 5px 4px 20px;
        direction: rtl;
    }

.chzn-container-single.chzn-rtl .chzn-single div b {
    background-position: 6px 2px;
}

.chzn-container-single.chzn-rtl.chzn-with-drop .chzn-single div b {
    background-position: -12px 2px;
}
/* @end */

/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) {
    .chzn-rtl .chzn-search input, .chzn-container-single .chzn-single abbr, .chzn-container-single .chzn-single div b, .chzn-container-single .chzn-search input, .chzn-container-multi .chzn-choices .search-choice .search-choice-close, .chzn-container .chzn-results-scroll-down span, .chzn-container .chzn-results-scroll-up span {
        background-image: url('chosen-sprite@2x.png') !important;
        background-repeat: no-repeat !important;
        background-size: 52px 37px !important;
    }
}
/* @end */


/* CHOZEN FIXES */
/* IE 5-8*/
.chzn-container.chzn-disabled, .chzn-container.chzn-disabled * {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)" !important;
    filter: alpha(opacity=50) !important;
}

    .chzn-container.chzn-disabled .chzn-drop {
        display: none;
    }

select.resultlist-sm + .chzn-container .chzn-results {
    max-height: 125px;
}

select.resultlist-xs + .chzn-container .chzn-results {
    max-height: 50px;
}


/* validation error*/
.chzn-container .validation_error,
.validation_error {
    background-color: #F9B3B3;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 1px solid #cccccc;
}

    .validation_error span {
        color: #000;
    }

/*!
 * jQuery UI CSS Framework 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */
@import "base.css";
@import "theme.css";

/* Flexnav Base Styles */
nav {
    background-color: #647687;
    height: auto;
    width: 100%;
}

.flexnav {
    /*-webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    transition: none;
    -webkit-transform-style: preserve-3d;*/
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    max-height: 0;
}

    ul.flexnav, .flexnav ul {
        padding-left: 0;
        z-index: 1;
        /*white-space: nowrap;*/
    }

    .flexnav.opacity {
        opacity: 0;
    }

    .flexnav.flexnav-show {
        max-height: 2000px;
        opacity: 1;
        /*-webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;*/
    }

    .flexnav.one-page {
        position: fixed;
        top: 50px;
        right: 5%;
        max-width: 200px;
    }

    .flexnav li {
        font-size: 100%;
        position: relative;
        overflow: hidden;
        display: block;
    }

        .flexnav li a {
            position: relative;
            display: block;
            z-index: 2;
            overflow: hidden;
            color: #fff;
            padding: 5px 0 5px 15px;
            text-decoration: none;
            font-family: "Poiret One",cursive;
            font-size: 20px;
            line-height: 30px;
        }

        .flexnav li ul {
            width: 100%;
        }

            .flexnav li ul li {
                font-size: 100%;
                position: relative;
                overflow: hidden;
            }

            .flexnav li ul.flexnav-show li {
                overflow: visible;
            }

            .flexnav li ul li a {
                display: block;
                background: #01a0c7;
            }

    .flexnav ul li ul li a {
        background: #39B7D7;
    }

    .flexnav ul li ul li ul li a {
        background: #fff;
        color: #788CA0;
    }

    .flexnav .touch-button {
        position: absolute;
        z-index: 999;
        top: 0;
        right: 0;
        width: 40px;
        height: 40px;
        display: inline-block;
        background: #acaca1;
        background: rgba(0, 0, 0, 0.075);
        text-align: center;
    }

        .flexnav .touch-button:hover {
            cursor: pointer;
        }

        .flexnav .touch-button .navicon {
            position: relative;
            top: 10px;
            font-size: 12px;
            color: #fff;
        }

.menu-button {
    position: relative;
    display: block;
    padding: 1em;
    background: #647687;
    color: #fff;
    cursor: pointer;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

    .menu-button.one-page {
        position: fixed;
        top: 0;
        right: 5%;
        padding-right: 45px;
    }

    .menu-button .touch-button {
        background: transparent;
        position: absolute;
        z-index: 999;
        top: 0;
        right: 0;
        width: 50px;
        height: 50px;
        display: inline-block;
        text-align: center;
    }

        .menu-button .touch-button .navicon {
            font-size: 16px;
            position: relative;
            top: 1em;
            color: #fff;
        }

@media screen and (min-width: 1086px) and (max-width: 1220px) {
    .flexnav li a {
    }
}

@media screen and (min-width: 1041px) and (max-width: 1085px) {
    .flexnav li a {
    }
}

@media screen and (min-width: 865px) and (max-width: 1040px) {
    .flexnav li a {
        font-size: 18px;
    }
}

@media all and (min-width: 865px) {
    nav {
        height: 40px;
    }

    body.one-page {
        padding-top: 70px;
    }

    .flexnav {
        overflow: visible;
    }

        .flexnav.opacity {
            opacity: 1;
        }

        .flexnav.one-page {
            top: 0;
            right: auto;
            max-width: 1080px;
        }

        .flexnav li {
            overflow: visible;
        }

        .flexnav li {
            position: relative;
            list-style: none;
            float: left;
            display: block;
            background-color: #647687;
            overflow: visible;
            width: auto;
        }

            .flexnav li a {
                border-bottom: none;
                padding: 5px 50px 5px 10px;
            }

            .flexnav li > ul {
                position: absolute;
                top: auto;
                left: 0;
                white-space: nowrap;
                width: auto;
                border: 1px solid #647687;
                border-top: none;
            }

                .flexnav li > ul li {
                    width: 100%;
                    background-color: #fff;
                }

            .flexnav li ul li > ul {
                margin-left: 100%;
                top: 0;
                border: 1px solid #647687;
                margin-top: -1px;
            }

            .flexnav li ul li a,
            .flexnav li ul li:hover ul li a,
            .flexnav li ul li:hover ul li ul li a {
                color: #647687;
                background-color: #fff;
            }

            .flexnav li ul li a {
                border-top: none;
            }

                .flexnav li ul li a:hover,
                .flexnav li ul li:hover a,
                .flexnav li ul li ul li a:hover,
                .flexnav li ul li ul li:hover a,
                .flexnav li ul li ul li ul li a:hover,
                .flexnav li ul li ul li ul li:hover a {
                    background-color: #01a0c7;
                    color: #fff;
                }

            .flexnav li ul li .touch-button,
            .flexnav li ul li:hover ul li .touch-button {
                background-color: #647687;
            }

            .flexnav li ul li:hover .touch-button,
            .flexnav li ul li:hover ul li:hover .touch-button {
                background-color: #01a0c7;
            }

                .flexnav li ul li:hover > .touch-button .navicon,
                .flexnav li ul li:hover ul li:hover .touch-button .navicon {
                    visibility: hidden;
                }

                    .flexnav li ul li:hover > .touch-button .navicon:after,
                    .flexnav li ul li:hover ul li:hover .touch-button .navicon:after {
                        display: inline-block;
                        content: "▶"; /*"▷";*/
                        font-size: 12px;
                        color: #fff;
                        visibility: visible;
                        position: absolute;
                        font-style: normal;
                        margin-left: -10px;
                        margin-top: 5px;
                    }

            .flexnav li ul.open {
                display: block;
                opacity: 1;
                visibility: visible;
                z-index: 1;
            }

                .flexnav li ul.open li {
                    overflow: visible;
                    max-height: 100px;
                }

                .flexnav li ul.open ul.open {
                    margin-left: 100%;
                    top: 0;
                }

    .menu-button {
        display: none;
    }
}

.oldie body.one-page {
    padding-top: 70px;
}

.oldie .flexnav {
    overflow: visible;
}

    .oldie .flexnav.one-page {
        top: 0;
        right: auto;
        max-width: 1080px;
    }

    .oldie .flexnav li {
        position: relative;
        list-style: none;
        float: left;
        display: block;
        background-color: #647687;
        width: 20%;
        min-height: 50px;
        overflow: visible;
    }

        .oldie .flexnav li:hover > ul {
            display: block;
            width: 100%;
            overflow: visible;
        }

            .oldie .flexnav li:hover > ul li {
                width: 100%;
                float: none;
            }

        .oldie .flexnav li a {
            border-bottom: none;
            overflow: visible;
        }

        .oldie .flexnav li > ul {
            background: #acaca1;
            position: absolute;
            top: auto;
            left: 0;
            display: none;
            z-index: 1;
            overflow: visible;
        }

        .oldie .flexnav li ul li ul {
            top: 0;
        }

        .oldie .flexnav li ul li a {
            border-bottom: none;
        }

        .oldie .flexnav li ul.open {
            display: block;
            width: 100%;
            overflow: visible;
        }

            .oldie .flexnav li ul.open li {
                width: 100%;
            }

            .oldie .flexnav li ul.open ul.open {
                margin-left: 100%;
                top: 0;
                display: block;
                width: 100%;
                overflow: visible;
            }

    .oldie .flexnav ul li:hover ul {
        margin-left: 100%;
        top: 0;
    }

.oldie .menu-button {
    display: none;
}

.oldie.ie7 .flexnav li {
    width: 19.9%;
}

