﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body {
    font-size: 14px;
    font-family: Arial, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #404040;
    background: #DADBDC;
}

a {
    color: #4298C7;
    text-decoration: none;
}

p, ul {
    margin-bottom: 20px;
    line-height: 1.6em;
}

header, footer, nav, section {
    display: block;
}

form {
    margin: 0px;
    padding: 0px;
}

/* HEADINGS
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    color: #000;
}

h1 {
    padding-bottom: 0;
    margin-bottom: 0;
}

h2 {
    padding: 0 0 10px 0;
}

h3 {
    font-size: 1em;
    font-weight: normal;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

/* PRIMARY LAYOUT ELEMENTS
----------------------------------------------------------*/

.page {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

header, #header {
    margin: 0px auto 0px auto;
    padding: 0px 20px 0px 20px;
    height: 152px;
}

    header h1, #header h1 {
        font-weight: bold;
        padding: 5px 0;
        margin: 0;
        color: #fff;
        border: none;
        line-height: 2em;
    }

.userManagementButton {
    margin-right:10px;
    margin-top:10px;
    display: inline-block;

}

#searchbox {
    height: 111px;
}

#main {
    clear: both;
    margin: 0px auto 0px auto;
    position: relative;
}

footer, #footer {
    color: #858585;
    margin-left: auto;
    margin-right: auto;
    font-size: 11px;
    width: 100%;
}

	.footerContent {
        position: relative;
        top: 15px;
	}

    .footerText {
        padding: 0;
		height: 50px;
        text-align: center;
    }

    #footer img {
        position: relative;
        top: 4px;
        padding-right: 13px;
    }

    #footer a {
        color: #858585;
        padding-left: 17px;
        text-decoration: underline;
    }

#TabHeader {
    background: url(images/menu-shadow.png) repeat-x 0px 130px;
    height: 150px;
    position: relative;
}

#TabBody {
}

#notSelectedError {
    display: none;
    color: red;
}

/* TAB MENU
----------------------------------------------------------*/
#menu-container {
    clear: both;
    background: url(images/menu-background.png) repeat-x;
    height: 116px;
    margin-bottom: 15px;
    overflow: hidden;
    text-align: left;
}

.tabs-general-container {
    width: 540px;
    margin-left: 5px;
    overflow: hidden;
    position: relative;
    margin-top: 18px;
}

@media (min-width: 768px)
{
    .tabs-general-container
    {
        margin-left: 43px;
    }
}

#tab-arrow-left {
    position: absolute;
    cursor: pointer;
    top: 73px;
    left: 18px;
    z-index: 2;
    display: none;
}

#tab-arrow-right {
    position: absolute;
    cursor: pointer;
    top: 73px;
    left: 674px;
    z-index: 2;
}

#tab-basket {
    position: absolute;
    cursor: pointer;
    top: 63px;
    left: 750px;
    z-index: 2;
    padding-right: 15px;
}

#tabs-general {
    font-size: 15px;
    height: 75px;
    font-weight: bold;
    position: relative;
    left: 0px;
}

    #tabs-general ul {
        position: relative;
        margin: 0px 0px 0px 0px;
        text-align: left;
    }

        #tabs-general ul li {
            background-image: url(images/tab-background.png);
            list-style: none;
            float: left;
            width: 178px;
            text-align: center; /* margin-right: 3px; */
            margin: 10px 3px 0px 0px;
            line-height: 50px;
            cursor: pointer;
        }

            #tabs-general ul li #greeting {
                padding: 10px 20px;
                font-weight: bold;
                text-decoration: none;
                line-height: 2.8em;
                color: #fff;
            }

            #tabs-general ul li a {
                text-decoration: none;
                color: #474747;
                padding: 5px 0px 5px 32px;
                display: inline-block;
                background-position: left 16px;
                background-repeat: no-repeat;
            }

                #tabs-general ul li a:hover {
                }

                #tabs-general ul li a:active {
                }

            #tabs-general ul li a.nopadding {
                padding: 0;
            }

            #tabs-general ul li.selected a {
            }

.tabs-special {
    font-size: 13px;
    height: 41px;
    margin-left: 0;
}

@media (min-width: 768px)
{
    .tabs-special {
        margin-left: 43px;
    }
}

    .tabs-special ul {
        position: relative;
        margin: 0px !important;
        padding: 0px !important;
        text-align: center;
    }

        .tabs-special ul li {
            list-style: none;
            float: left;
            width: 121px;
            line-height: 41px;
            padding: 0px;
            margin: 0px;
            cursor: pointer;
        }

            .tabs-special ul li a {
                color: #FFF;
                text-decoration: none;
                display: inline-block;
            }

    .tabs-special .selected {
        background-color: #5A5A5A;
    }

.hidden-tab ul li {
    display: none;
}

#contentItemFolders {
    height: 150px;
    overflow: auto;
}

/* FORM LAYOUT ELEMENTS
----------------------------------------------------------*/

fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

textarea {
    min-height: 75px;
    font-size: .85em;
    font-family: Arial, Helvetica, Sans-Serif;
    margin: 0px;
}

input[type="text"], input[type="password"], input[type="url"], textarea {
    border: 1px solid #A6A8AB;
    padding: 2px 4px 2px 4px;
    color: #7E8082;
    width: 200px;
    margin: 0px;
}

input[readonly="readonly"] {
    background-color:#ebebe4;
}

input[readonly="readonly"]:focus {
    outline: none;
}

label {
    font-weight: bold;
    color: #404040;
}

select {
    border: 1px solid #A6A8AB;
    padding: 1px;
    margin: 0px;
    color: #7E8082;
    width: 210px;
}

input[type="submit"], .button-link, input[type="button"] {
    padding: 4px 4px 4px 4px;
    border: none;
    background: #808080 !important;
    background-color: #808080 !important;
    min-width: 114px;
    border-radius: 4px;
    color: #FFF !important;
    cursor: pointer;
}

    input[type="submit"]:hover, .button-link:hover, input[type="button"]:hover {
        background: #8A8A8A !important;
        background-color: #8A8A8A !important;
        text-decoration: none !important;
    }

    input[type="submit"]:active, .button-link:active, input[type="button"]:active {
        background: #9b9b9b !important;
        background-color: #9b9b9b !important;
        text-decoration: none !important;
    }

.button-link {
    display: inline-block;
    text-align: center;
}

.button-align-right {
    padding-right: 30px;
    text-align:right;
}

.wide-button-link {
    padding: 4px 0px 4px 0px;
    border: none;
    background: #808080;
    width: 174px;
    color: #FFF;
    cursor: pointer;
}

    .wide-button-link:hover {
        background: #8A8A8A;
    }

    .wide-button-link:active {
        background: #9b9b9b;
    }

.wide-button-link {
    display: block;
}

/* MISC
----------------------------------------------------------*/
.clear {
    clear: both;
}

.error {
    color: Red;
}

nav, #menucontainer {
    margin-top: 40px;
    clear: both;
}

div#title {
    display: block;
    float: left;
    text-align: left;
}

#LogOnPartial
{
    float: right;
}

.login-partial {
    font-size: 12px;
    display: block;
    text-align: left;
    color: #BFBFBF;
}

    .login-partial input[type="text"], .login-partial input[type="password"] {
        width: 167px;
        height: 19px;
    }

    .login-partial input[type="image"] {
        position: relative;
        top: 2px;
    }

    .login-partial input[type="checkbox"] {
        margin: 0px;
        position: relative;
        top: 2px;
    }

    .login-partial a, .login-partial label {
        color: #BFBFBF;
        font-size: 11px;
    }

    .login-partial a {
        text-decoration: underline;
    }

.login-completed {
    color: #FFFFFF;
    font-size: 12px;
    z-index: 2;
}

    .login-completed img {
        position: relative;
        top: 2px;
        padding-left: 6px;
    }

#tabs {
    position: relative;
    top: -41px;
}

.language-selection {
    white-space: nowrap;
    font-size: 11px;
    color: #999999;
    text-align: right;
    top: 100px;
    width: 125px;
}

    .language-selection a {
        color: #999999;
    }

.RegistrationHeader {
    background: url(images/inscription-header-background.jpg) no-repeat;
    color: #FFF;
    padding: 20px 0px 0px 212px;
    height: 98px;
}

.RegistrationHeaderTitle {
    font-weight: bold;
    font-size: 1.2em;
    padding-bottom: 10px;
}

.RegistrationHeaderText {
    line-height: 1.6em;
    font-style: italic;
}

#PortalSetupItemsListContainer .selected {
    background: #E2ECF1;
}

#ModuleListContainer .tabModule {
    padding: 0px 12px 5px 12px;
    cursor: pointer;
}

    #ModuleListContainer .tabModule div {
        border-top: 1px dotted #B0B0B0;
        padding-top: 9px;
    }

.tab {
    padding: 0px 12px 5px 12px;
    border-bottom: 1px dotted #B0B0B0;
    line-height: 26px;
    color: #808080;
    cursor: default;
    font-size: 0.92em;
}

.tabprofileoption {
    padding: 0px 12px 5px 12px;
    border-bottom: 1px dotted #B0B0B0;
    line-height: 26px;
    color: #808080;
    cursor: default;
    font-size: 0.92em;
}

.tab.selected {
    background: #E2ECF1;
}

.tabprofileoption.selected {
    background: #E2ECF1;
}

.tab_header {
    padding-top: 9px;
    color: #404040;
    cursor: pointer;
}

    .tab_header a {
        font-size: 0.79em;
    }

    .tab_header td img {
        margin-right: 4px;
        display: block;
    }

.tab_fields {
    padding-left: 23px;
    font-size: 11px;
    color: #808080;
}

#TabListContainer .tab_header {
    font-size: 1.17em;
}

#TabListContainerAddModuleToPage .tab_header {
    padding-top: 2px;
    padding-bottom: 1px;
    border-bottom: 1px dotted #B0B0B0;
}

#TabListContainerAddModuleToPage .tab {
    padding: 1px 0px 1px 29px;
}

#ModuleListContainerAddModuleToPage .tab_header {
    font-size: 1.17em;
}

#ModuleListContainerAddModuleToPage .tab_fields {
    padding-left: 31px;
}

#ModuleListContainer .tab_header {
    font-size: 1.36em;
}

#TabListContainer .tab_remanebutton {
    font-size: 0.85em;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #ff0000;
}

.field-validation-error-popup {
    color: #ff0000;
    text-align: center;
}

.field-validation-valid {
    display: none;
}

body .input-validation-error {
    border: 1px solid #E80C0C;
}

.validation-summary-errors {
    color: #EDEDED;
    background: #C74646;
    padding: 4px 10px 5px 0px;
    position: absolute;
    top: 56px;
    left: 0px;
    width: 455px;
    text-align: right;
}

    .validation-summary-errors ul {
        display: none;
    }

.validation-summary-valid {
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
#RegistrationTarget p {
    float: right;
    margin-right: 31px;
}

    #RegistrationTarget p a {
        color: #8C8C8C;
        font-size: 0.8em;
    }

    #RegistrationTarget p input[type="submit"] {
        margin-left: 20px;
    }

#Registration_Body {
    width: 426px;
    margin: 20px 0px 0px 20px;
}

#page:not(.connected) #Address_Body {
    width: 426px;
    margin: 20px 0px 0px 20px;  
}

#Address_Body .editor-field {
    margin-bottom: 5px;
}

#NoCitizenCard {
    margin-left:185px;
}
.display-label {
    float: left;
}

.display-field {
}

.editor-label {
    clear: left;
    width: 185px !important;
}

.editor-field {
    margin-bottom: 18px;
}

.editor-field-message {
    margin-left: 185px;
    margin-bottom: 18px;
}

.editor-field-upload {
    margin-left: 190px;
    margin-bottom: 18px;
}

    .editor-field input[type="text"], .editor-field input[type="password"], .editor-field textarea {
        width: 300px;
    }

    .editor-field select {
        width: 310px;
    }

    .editor-field label {
        /* float: left; */
        display: inline-block;
        width: 180px;
        font-size: 14px;
        line-height: 24px;
        font-weight: normal;
    }

    .editor-field img {
        position: relative;
        top: 4px;
    }

    .editor-field input[type="checkbox"] {
        /* float: left; */
    }

.editor-validationmsg {
    font-size: 11px;
    color: #BD171D;
    clear: left;
    padding: 2px 0px 0px 185px;
}

#categories {
    padding-left: 180px;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-size: 0.98em;
    font-style: italic;
    color: #5F5F5F;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-size: 0.98em;
    font-style: italic;
}

::-ms-input-placeholder { /* Microsoft Edge */
    font-size: 0.98em;
    font-style: italic;
}

#ContentItemsPlaceHolder #categories .editor-field {
    float: left;
    margin-left: 0px;
}

#ContentItemsPlaceHolder .editor-field {
    margin-left: 202px;
}

#ContentItemsPlaceHolder .editor-label {
    clear: both;
    float: left;
    display: inline-block;
    width: 180px;
    padding-left: 22px;
}

 #ContentItemsPlaceHolder   .ContentTargetedUsersCount {
        padding-right:5px;
        font-style:normal;
        font-size :1.5em;
        width :auto
        
    }
#ContentItemsPlaceHolder .editor-label-v2 {
    clear: both;
    display: inline-block;
    margin-left: 22px;
    padding-bottom: 3px;
}

#ContentItemsPlaceHolder .editor-field-v2 {
    margin-left: 22px;
    padding-bottom: 10px;
}

#ContentItemsPlaceHolder .editor-field-nopadding-v2 {
    margin-left: 22px;
}

#ContentItemsPlaceHolder .separator-section-v2 {
    margin-top: 15px;
    margin-bottom: 15px;
    border: 0.5px solid #BEBEBE;
}

#ContentItemsPlaceHolder .input-v2 {
    border: 1px solid #A6A8AB;
    padding: 2px 4px 2px 4px;
    color: #7E8082;
    width: 350px;
    margin: 0px;
}

#ContentItemsPlaceHolder .input-v2-readonly {
    border: 1px solid #A6A8AB;
    padding: 2px 4px 2px 4px;
    color: #7E8082;
    background-color: transparent;
    font-style: italic;
    width: 350px;
    margin: 0px;
    outline: none;
}

#ContentItemsPlaceHolder .input-v2-readonly-noborder {
    border: none;
    font-size: 1.1em;
    font-weight: bold;
    font-style: italic;
    outline: none;
    width: 300px;
    background-color: transparent;
}

#ContentItemsPlaceHolder .multiSelect-v2 {
    width: 350px;
}

#ContentItemsPlaceHolder .label-small-v2 {    
    font-size: 0.90em;
    font-weight: bold;
    color: #404040;
}

#ContentItemsPlaceHolder .label-normal-v2 {
    font-size: 0.95em;
    font-weight: bold;
    color: #404040;
}

#ContentItemsPlaceHolder .label-large-v2 {
    font-size: 1em;
    font-weight: bold;
    color: #404040;
}

#ContentItemsPlaceHolder .editorButtonBar-v2 {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
}

#ContentItemsPlaceHolder .radioButton-v2 {
   white-space: nowrap; 
   width: auto;
   margin-right:10px;
}

#ContentItemsPlaceHolder span.field-validation-error {
    color: #BD171D;
    top: -1px;
}

.content-editor-localizedcontent {
    padding: 22px 22px 1px 0px;
    margin-bottom: 19px;
    background: #F2F2F2;
}

.content-editor-localizedcontent-v2 {
    padding: 22px 22px 1px 0px;
    margin-bottom: 19px;
    background: #F2F2F2;
    border-bottom: 1px solid #aaa;
}

.content-editor-localizedcontent-newsEmail-v2 {
    padding: 10px 22px 8px 0px;
    margin-bottom: 19px;
    background: #F2F2F2;
    border-bottom: 1px solid #aaa;
}

#ContentItemsPlaceHolder .space {
    margin-left: 5px;
}

.text-box {
    width: 30em;
}

    .text-box.multi-line {
        height: 6.5em;
    }

.tri-state {
    width: 6em;
}

#cityBanner {
    text-align: center;
    height: 152px;
}
/*style for surveys results grid---------------------*/
.survey-webgrid-cell {
    text-align: center !important;
}

.survey-webgrid-row-selected {
    background: #E2ECF1;
}
/* Styles for editable forms
----------------------------------------------------------*/
.custom-list {
    background: #FFF;
    border: 1px solid #A6A8AB;
    position: relative;
}

    .custom-list ul, .custom-list li {
        margin: 0px;
        padding: 0px;
        list-style: none;
        font-size: 1em;
        color: #000;
    }

    .custom-list ul {
    }

    .custom-list li {
        padding: 2px 0px 2px 0px;
    }

    .custom-list img {
        position: relative;
        top: 2px;
    }

    .custom-list .answer-list {
        border: none;
        background: none;
        padding: 0px 0px 0px 5px;
        margin: 0px;
        cursor: pointer;
        line-height: 17px;
    }

    .custom-list .selected input {
        color: #FFF;
    }

    .custom-list .selected {
        background: #4298C7;
    }

    .custom-list .highlight {
        background: #F5F5F5;
        border: 1px dotted #999;
        height: 24px;
    }

.survey-form td {
    padding: 5px;
}

    .survey-form td input[type="text"] {
        width: 310px;
        padding: 4px 3px 4px 3px;
    }

    .survey-form td ul li input[type="text"], .survey-form td input[type="button"] {
        width: 263px;
    }

.answer-add {
    background: none;
    border: none;
    color: #54942C;
    text-align: left;
    cursor: pointer;
}

/* Styles for Widget Content
----------------------------------------------------------*/
.widget-news {
    /*padding: 15px;
	font-family: arial;
	font-size: 13px;
	position: relative;
    left: 8px;
	margin: 10px 0;
	box-shadow: 0 1px 10px 0px rgba(0,0,0,0.3);
	background: #FFF;
	border-right: 8px solid #4C96E6;*/
    padding-left: 5px;
    padding-right: 5px;
    border-right-width: 8px;
    border-right-style: solid;
}

    .widget-news img {
        max-width: 100% !important;
        height: auto !important;
    }

    .widget-news h4 {
        font-size: 14px;
        font-weight: bold;
        color: #404040;
    }

    .widget-news h5 {
        font-size: 13px;
        font-weight: bold;
        color: #505050;
    }

        .widget-news h5 span {
            color: #696969;
        }

    .widget-news h6 {
        font-size: 11px;
        font-weight: normal;
        color: #B54545;
        line-height: 27px;
    }

.widget-news-rsstilte {
    font-size: 11px;
    padding-bottom: 6px;
}

    .widget-news-rsstilte a {
        color: #C8711B;
    }

    .widget-news-rsstilte img {
        padding-right: 4px;
        position: relative;
        top: 3px;
    }

.fullPageNews h4 {
    color: #454545;
    font-size: 1.6em;
}

.widget-news .news-text {
    color: #808080;
    overflow: hidden;
}

    .widget-news .news-text h1 {
        color: #606060;
    }

    .widget-news .news-text h2 {
        color: #707070;
    }

    .widget-news .news-text ol {
        list-style-type: decimal;
        list-style-position: inside;
    }

    .widget-news .news-text ul {
        list-style-type: disc;
        list-style-position: inside;
    }

    .widget-news .news-text p {
        margin-bottom: 10px;
        line-height: 1.3em;
    }

.widget-news .news-showmore {
    cursor: pointer;
    font-size: 11px;
    color: #D48C00;
}

.news-share {
    padding: 5px 0px 5px 0px;
}

.news-separator {
    margin: 0px 0px 11px 0px;
    border-bottom: 1px dotted #999999;
}

/* Styles for specific Widgets
----------------------------------------------------------*/
.modulespecific-inscription .widget-content {
    padding: 0px;
    background: url(images/widget-dark-bottom-corner.png) no-repeat bottom right #D1D1D1;
    border-left: none;
    /*border-top: 3px solid #000;*/
    border-right: none;
    width: 500px; /* 455 */
    clear: both;
}

.modulespecific-inscription .widget-head {
    display: none;
}

.modulespecific-inscription .widget-footer {
    display: none;
}

.modulespecific-parameters {
    line-height: 1.2em;
    padding: 0px;
    background: #FFFEF2;
    border-left: 5px solid #D6D6D6;
    border-right: 19px solid #F8F8F8;
}

.modulespecific-inscription .editor-field input[type="text"], .modulespecific-inscription .editor-field input[type="password"] {
    width: 200px;
}

.modulespecific-inscription .editor-field select {
    width: 210px;
}

.modulespecific-resetpassword {
    width: 394px;
}

    .modulespecific-resetpassword .editor-field input {
        width: 200px;
    }

    .modulespecific-resetpassword .control-submit {
        float: right;
    }

        .modulespecific-resetpassword .control-submit input {
            width: 114px;
        }

/* Styles for Hovertips
----------------------------------------------------------*/
#hovertip {
    display: none;
}

#hovertip {
    font-size: 0.9em;
    font-style: italic;
    color: #444;
    position: absolute;
    z-index: 1000;
    padding: 5px;
    max-width: 230px;
    border: 1px solid #888;
    background-color: #FFFEF2;
}

.webgrid {
    width: 100%;
    border: 0px;
    border-collapse: collapse;
    line-height: 1.6em;
    color: #404040;
}

    .webgrid a {
        color: #4298C7;
    }

.webgrid-header {
    /* display: none; */
}

    .webgrid-header th {
        text-align: left;
    }

.webgrid-footer {
    /* display: none; */
}

.webgrid-selected-row {
    background-color: #E2ECF1;
}

    .webgrid-selected-row:hover {
        background: #F2F1E6;
    }

    .webgrid-selected-row .datahighlight {
        background-color: #E2ECF1 !important;
    }

.webgrid-date {
    color: #999999;
}

/* Style pour button ajout module
----------------------------------------------------------*/

#AddModuleToPage {
    position: absolute;
    top: 150px;
    left: 732px;
    height: 23px;
}

.addmoduleButton {
    background: url(images/button-addmodule.png) no-repeat;
    display: block;
    width: 147px;
    text-align: center;
    font-size: 0.85em;
    line-height: 32px;
    font-weight: bold;
    color: #FFF;
    padding-left: 3px;
}

.addmoduleButton-small {
    background: url(images/button-addmodule-small.png) no-repeat;
    padding-left: 18px;
    width: 108px;
    line-height: 20px;
    text-align: left;
    float: right;
    font-size: 11px;
    font-weight: bold;
    color: #FFF;
    position: relative;
    top: 2px;
}

.addmoduleButton-long {
    background: url(images/button-addmodule-long.png) no-repeat;
    padding-left: 28px;
    width: 260px;
    line-height: 32px;
    text-align: left;
    float: right;
    font-size: 11px;
    font-weight: bold;
    color: #FFF;
    position: relative;
    top: 2px;
}

/* Styles for Content Editor
----------------------------------------------------------*/
.treeview {
    font-size: 12px;
    color: #404040;
}

    .treeview .folder {
        padding-left: 25px;
    }

    .treeview .collapsable {
        background-image: url(images/folder-opened.png);
        font-weight: bold;
    }

    .treeview li {
        cursor: pointer;
        background: url(images/folder.png) no-repeat 0px 3px;
        font-weight: normal;
        padding: 2px 0px 2px 0px;
    }

    .treeview ul {
        margin-left: 10px;
    }

        .treeview ul ul {
            margin-left: 25px;
            margin-bottom: 0px;
        }

    .treeview .filetree {
        margin-top: 5px;
    }

.preview-image {
    border: 1px solid #A6A6A6;
    width: 504px;
    height: 504px;
}

/* Styles for tab icons choice
----------------------------------------------------------*/
.edit-icon-choice ul.icons li {
    width: 20px;
    height: 20px;
    border: 1px solid #EEE;
    float: left;
    display: inline;
    margin: 0 5px 0 0;
    cursor: pointer;
}

#tabs-general .selected {
    margin: 0px -4px 0px -7px;
    padding: 5px 0px 5px 0px;
    background: url(images/pages/background-tab-page-accueil.png) no-repeat top center;
    width: 194px;
    position: relative;
    z-index: 10;
}

.tabs-special li a {
    padding-left: 25px;
}

#SelectPane {
    height: 150px;
    overflow: auto;
}

.page-accueil-icon {
    background: #C2CCCC url(images/tab-background.png) repeat-x bottom center;
}

.page-orange-icon {
    background: #CCC7BC url(images/tab-background.png) repeat-x bottom center;
}

.page-green-icon {
    background: #C5CCBC url(images/tab-background.png) repeat-x bottom center;
}

.page-accueil-icon a {
    background: url(images/pages/page-accueil-large.png);
}

.page-orange-icon a {
    background: url(images/pages/page-orange-large.png);
}

.page-green-icon a {
    background: url(images/pages/page-green-large.png);
}

.page-accueil-small-icon {
    background: url(images/pages/page-accueil.png) no-repeat left top;
}

.page-orange-small-icon {
    background: url(images/pages/page-orange.png) no-repeat left top;
}

.page-green-small-icon {
    background: url(images/pages/page-green.png) no-repeat left top;
}

.page-profil-icon a {
    background: url(images/pages/page-profil.png) no-repeat left center;
}

.page-parametres-icon a {
    background: url(images/pages/page-parametres.png) no-repeat left center;
}

.page-content-icon a {
    background: url(images/pages/page-content.png) no-repeat left center;
}

.page-modules-icon a {
    background: url(images/pages/page-modules.png) no-repeat left center;
}

.page-profil-icon.selected a {
    background: url(images/pages/page-profil-selected.png) no-repeat left center;
}

.page-parametres-icon.selected a {
    background: url(images/pages/page-parametres-selected.png) no-repeat left center;
}

.page-content-icon.selected a {
    background: url(images/pages/page-content-selected.png) no-repeat left center;
}

.page-modules-icon.selected a {
    background: url(images/pages/page-modules-selected.png) no-repeat left center;
}

.datahighlight {
    background-color: #F2F1E6 !important;
    cursor: pointer;
}

.hide-a-cell {
    display: none;
}

.warning-account {
    font-size: 0.79em;
    line-height: 20px;
    color: #808080;
    background: url(images/icon-warning.png) no-repeat 0px 0px;
    padding-left: 25px;
    font-weight: normal;
    text-align: left;
    margin-bottom: 10px;
    position: relative;
    top: 0px;
    margin-bottom: 10px;
}

.ajaxError {
    line-height: 20px;
    color: #808080;
    background: url(images/error-icon.png) no-repeat 0px 0px;
    padding-left: 25px;
    font-weight: bolder;
    text-align: left;
    margin-bottom: 10px;
    position: relative;
    top: -6px;
    margin-bottom: 10px;
}

.ajaxError-notification {
    width: 300px;
    height: 100px;
    background: url(images/error-icon.png) no-repeat left center;
    font-weight: bold;
    text-align: center;
    padding-left: 25px;
    padding-top: 25px;
    background-color: Red;
    color: #ffffff;
}

.ajaxInfo-notification {
    background: rgba(0%,0%,0%,.7);
    color: #fff;
    width: 400px;
    height: 120px;
}

    .ajaxInfo-notification h3 {
        color: #fff;
        font-size: 1.1em;
        padding: 32px 10px 5px;
    }

    .ajaxInfo-notification img {
        float: left;
        margin: 30px 15px 30px 30px;
    }

#ForgotAccountFormContainer {
    text-align: left;
}

#SurveyContainer form {
    margin-top: 10px;
}

    #SurveyContainer form input {
        margin: 2px 5px 2px 0px;
    }

    #SurveyContainer form p {
        margin-top: 15px;
    }

    #SurveyContainer form label {
        color: #808080;
        font-weight: normal;
        line-height: 1.5em;
    }

#SubscriptionChoiceFormContainer label {
    font-weight: normal;
    color: #808080;
}

#SubscriptionChoiceFormContainer input {
    position: relative;
    top: 1px;
}

#isEconomySocialExplanation
{
    clear: both;
    padding-left: 18%;
}

.colWidth10 {
    width: 10px;
}

.colWidth20 {
    width: 20px;
}

.colWidth30 {
    width: 30px;
}

.colWidth40 {
    width: 40px;
}

.colWidth50 {
    width: 50px;
}

.colWidth60 {
    width: 60px;
}

.colWidth70 {
    width: 70px;
}

.colWidth80 {
    width: 80px;
}

.colWidth90 {
    width: 90px;
}

.colWidth100 {
    width: 100px;
}

.colWidth110 {
    width: 110px;
}

.colWidth120 {
    width: 120px;
}

.colWidth130 {
    width: 130px;
}

.colWidth140 {
    width: 140px;
}

.colWidth150 {
    width: 150px;
}

.colWidth160 {
    width: 160px;
}

.colWidth170 {
    width: 170px;
}

.colWidth180 {
    width: 180px;
}

.colWidth190 {
    width: 190px;
}

.colWidth200 {
    width: 200px;
}

.loading {
    position: absolute;
    top: 150px;
    left: 0px;
    width: 100%;
    height: 400px;
    display: block;
    clear: both;
    text-align: left;
    background: url(Images/ajax-loader-background.png) repeat;
    display: none;
}

/* Kendo editor custom buttons styling */
.k-insertPMELImage {
    background-position: -288px -96px;
}

    .k-insertPMELImage.k-state-hover {
        background-position: -288px -96px;
    }

.k-insertPMELLink {
    background-position: -288px -48px;
}

    .k-insertPMELLink.k-state-hover {
        background-position: -288px -48px;
    }

.k-selectColor {
    background-position: -240px -96px;
}

    .k-selectColor.k-state-hover {
        background-position: -240px -96px;
    }

.k-selectBackgroundColor {
    background-position: -240px -120px;
}

    .k-selectBackgroundColor.k-state-hover {
        background-position: -240px -120px;
    }

#insertFrom .k-state-active {
    border-color: #aaa;
    border-width: 1px;
}

#insertLinkFrom .k-state-active {
    border-color: #aaa;
    border-width: 1px;
}

#tab-basket span {
    color: #ffffff;
}

.opmapDiv {
    background-color: Blue;
    color: White;
    font-weight: bold;
}

    .opmapDiv.row {
        background-color: lightblue;
    }

        .opmapDiv.row.label {
            color: Purple;
        }

        .opmapDiv.row.value {
            color: Green;
        }

.calendarPeriodicity-label {
    white-space:nowrap;
    width:auto;
    margin-left:5px;
    margin-right:5px;
    font-weight: normal;
    font-size: 0.95em;
}

.calendarPeriodicity-label-right {
    white-space:nowrap;
    width:auto;
    margin-right:5px;
    font-weight: normal;
    font-size: 0.95em;
}

.calendarPeriodicity-label-left {
    white-space:nowrap;
    width:auto;
    margin-left:5px;
    font-weight: normal;
    font-size: 0.95em;
}

.calendarPeriodicity-normal {
    font-weight: normal;
    font-size: 0.95em;
}

.calendarPeriodicity-normal-with-space {
    font-weight: normal;
    font-size: 0.95em;
    margin-left: 50px;
}

.calendarPeriodicity-legend {
    font-weight: normal;
    font-size: 1.1em;
}

.calendarPeriodicity-td {
    height:30px;    
}

.calendarPeriodicityInputBox input[type="text"] {
    width: 28px;
}

.surveyChoice {
    /*font-weight:bold;*/
}

#mobile-band-colorpicker {
    background: url(images/map-finder.png) no-repeat right center;
}

#moduleId-Calendar {
    overflow: hidden;
}

#monthEventsPlaceholder {
    float: left;
    width: calc(100% - 280px);
}

#calendarPlaceholder {
    float: right;
    width: 250px;
}

#eventsThreadCalender {
}

#eventCategories {
    width: 100%;
    padding-top: 20px;
}

    #eventCategories a {
        cursor: pointer;
    }

/*
 *	FLOATING-TILES
 */
.floating-tile {
    background: url(../images/background-tiles-home.jpg) no-repeat 0px 0px;
    border-bottom: 1px solid #A8A8A8;
    border-top: 3px solid #242424;
    display: inline-block;
    margin: 20px 5px;
    overflow: hidden;
    padding-bottom: 20px;
    vertical-align: top;
}

    .floating-tile:hover {
        background-color: #F4F4F4;
    }

    .floating-tile > a {
        font-size: 0.85em !important;
        margin: 0 0 0 12px !important;
    }

    .floating-tile h3 {
        color: #FFF;
        display: table-cell;
        height: 182px;
        margin: 0;
        padding: 0;
        text-align: center;
        text-shadow: 0px 0px 3px rgba(0,0,0,1), 0px 0px 6px rgba(0,0,0,1);
        vertical-align: middle;
    }

    .floating-tile h4 {
        margin: 0;
        padding: 21px 12px 0 0;
    }

    .floating-tile p {
        color: #4C4C4C;
        padding: 0 12px;
    }

    .floating-tile.news:hover {
        background-color: transparent;
    }

    .floating-tile.news > ul {
        list-style: none;
    }

        .floating-tile.news > ul li {
            border-top: 1px dotted #A8A8A8;
            font-weight: normal;
            line-height: 1.35em;
            padding: 10px;
        }

            .floating-tile.news > ul li:first-child {
                border-top: 1px solid #A8A8A8;
            }

            .floating-tile.news > ul li:hover {
                background-color: #F4F4F4;
            }

            .floating-tile.news > ul li p {
                color: #000000;
                font-weight: bold;
                margin: 0;
                padding: 0;
            }

            .floating-tile.news > ul li .category {
                display: block;
                padding-right: 3px;
            }

            .floating-tile.news > ul li .category,
            .floating-tile.news > ul li .date {
                color: #999;
                float: left;
                font-size: 0.9em;
                font-style: italic;
            }

                .floating-tile.news > ul li .category:after {
                    content: " \2022 ";
                    position: relative;
                    top: 2px;
                }

            .floating-tile.news > ul li .summary,
            .floating-tile.news > ul li .location {
                clear: left;
                display: block;
            }

    .floating-tile.tile2 {
        background-position: -320px 0px;
    }

    .floating-tile.tile3 {
        background-position: -640px 0px;
    }

    .floating-tile.tile4 {
        background-position: -960px 0px;
    }

    .floating-tile.tile5 {
        background-position: -1280px 0px;
    }

.cal-event-highlighted {
    font-weight: 700;
}

.cal-event-highlighted-style {
    border-radius: 5px !important;
    border: 1px solid #005b9d !important;
}

.cal-event-cat-selected {
}

#TabBody {
    overflow: hidden;
}

#pnlContentItemState {
    position: absolute;
    top: 6px;
    right: 180px;
}

.news-age {
    color: black;
}

.RegistrationAddressExplanation {
    font-size: 125%;
    margin-bottom: 15px;
}

.table-border-collapse {
    border-collapse: collapse;
    width: 100%;
    text-align: center;
    padding-bottom: 18px;
}

.table-border {
    width: 100%;
    text-align: left;
    border: 1px solid #7196b8;
    padding: 15px;
}

.th-bold {
    background-color: #d2dce5;
    font-weight: bold;
    height: 30px;
}

.tr-border-bottom {
    border-bottom: 1px solid #d6d6d6;
    height: 30px;
}

.td-align-right {
    text-align: right;
}

.td-align-right-padding-left {
    text-align: right;
    padding-left: 50px;
}

.td-align-center {
    text-align: center;
}

.td-padding-left {
    text-align: justify;
    padding-bottom: 10px;
}

.td-padding-left-right {
    padding-left: 15px;
    padding-right: 15px;
    text-align: justify;
}

.td-padding-left-right-bold {
    padding-left: 15px;
    padding-right: 15px;
    text-align: justify;
    font-weight: bold;
}

.td-padding-left-right-bold-italic {
    padding-left: 15px;
    padding-right: 15px;
    text-align: justify;
    font-weight: bold;
    font-style: italic;
}

.td-padding-left-right-bold-underline {
    padding-left: 15px;
    padding-right: 15px;
    text-align: justify;
    font-weight: bold;
    text-decoration: underline;
}

.td-vertical-align-top {
    vertical-align: top;
}

.tablepad td {
    padding: 10px;
}

.div-width-100p {
    width: 100%;
}

.div-buttons {
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: center;
}

.div-text-align-left {
    text-align: left;
}

.div-padding-top1 {
    padding-top: 18px;
}

.div-padding-top2 {
    padding-top: 8px;
}

.div-padding-top3 {
    padding-top: 18px;
    font-weight: bold;
}

.table-popup {
    width: 100%;
    padding-top: 12px;
}

.tr-popup-title {
    font-size: 13pt;
    font-weight: bold;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 30px;
}

.label-normal {
    font-weight: normal;
}

.label-italic {
    font-weight: bold;
    font-style: italic;
}

.label-bold {
    font-weight: bold;
}

.hr-separator {
    border-top: 1px solid #d6d6d6;
}

.button-blue {
    background: #7196b8 !important;
}

#pnlElectronicInvoices {
    font-size: 12pt;
    font-weight: bold;
    padding-top: 16px;
    padding-bottom: 16px;
}

#divTaxProperties {
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
}

#divTaxProperySeparator {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
}

#btnAddProperty {
    width: 200px;
}

#txtRegistrationNumber {
    width: 240px;
}

#txtInvoiceNumber {
    width: 230px;
    height: 23px;
}

.font-bold {
    font-weight: bold;
}

#divCustomCSSForm-BasicTemplate {
    margin-bottom: 1em;
}

#divCustomCSSForm-BasicTemplate-dpdwn {
    padding-top: 0.5em;
}

#divCustomCSSForm-CustomTemplate {
    font-weight: bold !important;
    margin-top: 2em;
    padding-bottom: 0.5em;
}

/*
 *	SCHEDULER
 */

#eventCategories {
    position: absolute;
    left: -275px;
    padding: 0;
    width: 255px;
    box-shadow: 0 1px 10px 0px rgba(0,0,0,0.3);
    background: #FFF;
    padding: 1px 0px 0px 12px;
}

@media only screen and (max-width: 1500px) {
    #eventCategories {
        position: initial;
        left: initial;
        padding-top: 3px;
    }
}

/* Ajout d'un dropshadow dans le calendrier*/
#scheduler {
    box-shadow: 0 1px 10px 0px rgba(0,0,0,0.3);
    background: #FFF;
    margin-top: 60px;
}

#SubscriptionChoiceFormContainer .k-content {
    width: 250px;
    margin-left: 10px;
    border: none;
}

#SubscriptionChoiceFormContainer dl {
    font-size: 15px;
}

#SubscriptionChoiceFormContainer dd, #SubscriptionChoiceFormContainer dt {
    margin-top: 6px;
    height: 22px;
    border: none;
}

#SubscriptionChoiceFormContainer input {
    transform: scale(1.3);
}

#SubscriptionChoiceFormContainer label {
    font-size: 13px;
    margin-left: 7px;
}

#EventsFiltersCalendar {
    width: 255px;
}

    #EventsFiltersCalendar dd, #EventsFiltersCalendar dt {
        border-right: 12px solid;
        margin-right: 10px;
    }

/* Alignement à gauche de la date*/
.k-scheduler-monthview .k-scheduler-table > td {
    text-align: left !important;
}

/* Alignement à gauche de la journée*/
.k-scheduler-table tr th {
    text-align: left;
}

/* Alignement à droite du toolbar*/
#scheduler .k-scheduler-toolbar > ul:first-child 
{
    float: right;
}

#showMoreLinkDiv {
    display: none;
    width: 140px;
    position: absolute;
    box-shadow: 0 1px 10px 0 rgba(0,0,0,.3);
    background: #fff;
    padding: 20px 7px 7px 7px;
    z-index: 10000;
}

/* Profile */
#PluginUserProfileDataContainer .k-content,
#profileSection .k-content {
    padding: 10px !important;
}

    #PluginUserProfileDataContainer .k-content ul,
    #profileSection .k-content ul {
        margin-bottom: 0;
    }

    #PluginUserProfileDataContainer .k-content li:hover,
    #profileSection .k-content li:hover {
        background-color: #DDDDDD;
    }

    #PluginUserProfileDataContainer .k-content li table,
    #profileSection .k-content li table {
        width: 100%;
        vertical-align: middle;
    }

        #PluginUserProfileDataContainer .k-content li table tr td,
        #profileSection .k-content li table tr td {
            padding: 2px;
        }

        #PluginUserProfileDataContainer .k-content li table .rowLabel,
        #profileSection .k-content li table .rowLabel {
            width: 70%;
        }

        #PluginUserProfileDataContainer .k-content li table .rowButtons,
        #profileSection .k-content li table .rowButtons {
            text-align: right;
        }

#PluginUserProfileDataContainer .addRecordLink,
#profileSection .addRecordLink {
    padding-top: 5px;
}

#PluginUserProfileDataContainer .accountButtonBar,
#profileSection .accountButtonBar {
    text-align: right;
}

    #PluginUserProfileDataContainer .accountButtonBar button,
    #profileSection .accountButtonBar button {
        margin-left: 5px;
    }

#PluginUserProfileDataContainer .editItemHeader,
#profileSection .editItemHeader {
    font-weight: bold;
    padding-bottom: 10px;
}

#PluginUserProfileDataContainer .inCompleteProfileWarning,
#profileSection .inCompleteProfileWarning {
    /*display: inline;*/
    background-image: url(/Content/plugin/ActivitekPublicInterface/Images/icon-warning.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 15px;
    padding-right: 3px;
    padding-top: 10px;
    padding-bottom: 10px;
    vertical-align: middle;
}

#PluginUserProfileDataContainer .CompleteProfile,
#profileSection .CompleteProfile {
    display: none;
}

#PluginUserProfileDataContainer .delete-message,
#profileSection .delete-message {
    width: 30em;
}

#PluginUserProfileDataContainer .delete-cancel,
#profileSection .delete-cancel {
    color: #000;
}

#PluginUserProfileDataContainer .PMELProfilePanel label,
#profileSection .PMELProfilePanel label {
    color: #2e2e2e !important;
    font-size: 14px !important;
}

#PluginUserProfileDataContainer .widget,
#profileSection .widget {
    background: none !important;
}

#PluginUserProfileDataContainer .widget-content,
#profileSection .widget-content {
    background: none;
}

#PluginUserProfileDataContainer #RecreationAccountNumberContainer,
#profileSection #RecreationAccountNumberContainer {
    margin-bottom: 20px;
}

#page:not(.connected) #TabBody {
    max-width: 1159px;
}

#PlugInPromptsSection {
    color: #5F5F5F;
    margin: 10px 10px 15px 10px;
    overflow: auto;
    /*display:none;*/
}

#0_ActivitekPublicInterface_actpmelregistration {
    margin-top: 5px;
}

#PlugInRegistrationSection #SpecificFieldsForm {
    margin-left: 20px;
}

.JoinUsContactGrid {
    cursor:pointer;
    width: 33%;
    padding-top: 20px;
    padding-bottom: 30px;
    padding-top: 30px;
    vertical-align: text-top;
}
      
.contact-info {
     border-left-color: #cbcbcb;
     border-left-width: 1px;
     border-left-style: solid;
     padding-left: 20px;
     padding-right: 20px;
}
 
.contact-info h2 {
     margin-bottom: 10px;
}
 
.contact-info h3 {
     font-weight: bold;
     margin-bottom: 8px;
}
 
.OpeningHours {
     font-size: 0.85em;
     line-height: initial;
     font-style: italic;
}
   
#OrganizationName {
     font-size: 1.3em !important;
     margin-bottom: 10px !important;
     margin-top: 18px !important;
}   

#selectedContact {
    float:left;
    border-top:15px solid #32CD32; 
    border-bottom: 15px solid #32CD32;
    height:370px;
    width:28%;
    align-content: center;
    padding-right: 2%;
}

#selectedContact h2 {
     font-size: 1em;
     margin-bottom: 8px;
     margin-top: 3px;
}
  
#selectedContactFrame{
     cursor: pointer;
     padding-top: 30px;
}

#SelectedContactLocation {
    float:right;
    height:400px;
    width:70%;
}

#AddressCivicNumber {
    display: none;
}
/* Existe deja dans le CSS Standard */

/*.modulespecific-inscription .widget-content {
    padding: 0;
    border-left: none;
    border-right: none;
    width: 500px;
    clear: both;
}*/

#MainRegistrationFormSection .editor-field label {
    display: inline-block;
    width: 200px;
    font-size: 14px;
    line-height: 24px;
    font-weight: normal;
}

#page:not(.connected) #RegistrationTarget p {
    float: right;
    margin-right: 115px;
    margin-top: 20px;
}

#feedbackPanel {
    z-index : 100 !important;
}

@media screen and (max-width: 767px)
{
    #PMELSectionMenuHolder
    {
        display: none!important;
    }
}

/* Encadré du tooltip et du more events du calendrier */
.k-chart-crosshair-tooltip, .k-chart-shared-tooltip, .k-tooltip.k-widget {
    -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, .7);
    box-shadow: 0px 2px 15px rgba(0,0,0,0.7);
}

#showMoreLinkDiv {
   padding: 7px 5px 7px 7px;
   border-style:solid;
   border-width:2px; 
   border-color:#8a8a8a;
   box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.7);
}

#page:not(.connected) #NewsFilterButton {
 display:none;
}

.k-numerictextbox .k-input{
    width: 100% !important;
}

#ProfileInfoCitizen {
    padding: 9px 7px 0px 7px;
    font-size: 14px;
    font-weight: normal;
}

#ProfileAdditionalInfo {
    padding: 9px 7px 0px 7px;
    font-size: 13px;
    font-weight: normal;
}

#pnlCalEndPeriod  {
    padding-top: 12px;
}

#fsCalendarPeriodicity {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 1.5em 1.5em 0;
}

#divSelectedOptionSummary1 {
    margin-left: 22px;
    padding-top: 8px;
}

#divSelectedOptionSummary2 {
    margin-left: 22px;
    padding-top: 8px; 
    padding-bottom: 8px;   
}

#inputTwitterText {
    font-size: 1.06em;
    border: 1px solid #A6A8AB;
    padding: 2px 4px 2px 4px;
    color: #7E8082;
    width: 325px;
    margin: 0px;
}

#rbSelectedOptionSummary1, 
#rbSelectedOptionSummary2 {
    vertical-align: top;
}

#divPreviewButtonText {
    margin-left: 22px;
    padding-bottom: 20px;
}

#divSocialNetworks {
    margin-left: 22px;
    padding-bottom: 20px;
    line-height: 2.3em;
}

#divPublishingMode {
    clear: both;
    display: inline-block;
    margin-left: 22px;
    padding-top: 22px;
    padding-bottom: 3px;
}

#divBroadcastType {
    clear: both;
    display: inline-block;
    margin-left: 15px;
    padding-bottom: 3px;
}

#divBroadcastBySector {
    padding-top: 10px;
}
#divBroadcastByUserList {
    padding-top: 10px;
}

.broadcastGroupUploadMessage
{
    margin-top:5px;
    margin-bottom:15px;
    padding-left:150px;
}

.broadcastGroupUploadMessage label {
        font-size: 0.95em;
        font-weight: bold;
        color: #404040;
        font-style:normal
    }

.brodcastGroupInvalidEmailsPanel
{
    padding-left:170px;
    padding-bottom:15px;
}

.brodcastGroupInvalidEmailsPanelHidden {
    visibility:hidden;
    display:none;
}

.brodcastGroupInvalidEmailsPanelVisible {
    visibility: visible;
    display: block;
}

#broadcastPanelbar {
    max-width: 350px;
}       

#divMassMailingTestButton {
    clear: both;
    display: inline-block;
    margin-left: 22px;
    padding-top: 10px;
}

#divRadiosButtonTop {
    background: #f2f2f2;
}

#RssEditor {
    padding-top: 22px;
    clear: both;
}

#CustomConfiguration .fieldset {
    border: 1px solid #ddd;
    padding:10px 0 0 11px;
    margin:25px 0 10px 0;
}

    #CustomConfiguration .fieldset.noborder {
        border: none;
        margin-bottom: 0px;
        margin-top: 0px;
    }

    #CustomConfiguration .fieldset.noborder .editor-field {
        margin-bottom: 0px;
    }

        #CustomConfiguration .fieldset.noborder .editor-field select {
            margin-left: -13px;
        }

#CustomConfiguration .legend {
    font-size: 14px;
    font-weight: bold;    
}

#CustomConfiguration .editor-field textarea.large {
        width: 536px !important;
        height:80px !important;
        margin-left:-13px !important;
        font-size: 1em;
}

#CustomConfiguration .editor-field textarea.mailmessage {
        width: 536px !important;
        height:160px !important;
        margin-left:-13px !important;
        font-size: 1em;
}

#CustomConfiguration .editor-field textarea.mailsubject {
        width: 536px !important;
        min-height:25px !important;
        margin-left:-13px !important;
        font-size: 1em;
}

.taxUpload {
    max-height: 310px;
    max-width: 540px;
    padding-top: 57.4%;
    background-position: center;
    background-size: cover;
    -moz-background-size: cover;
    border: solid;
    width: 536px !important;
}

.divTaxUpload {
    width:655px !important;
}

.divTaxUploadPreview {
    width: 545px !important;
}

.divMarginBottom15 {
    margin-bottom:15px;
}

.divMarginTop30 {
    margin-top:30px;
}

.divMarginTop50 {
    margin-top: 50px;
}

.textIndent5Percent {
    text-indent: 5%;
}

.UserProfile_Invoice_span_row{ 
    font-size: 12.6px;
    margin-bottom: 0.5em;
}
.UserProfile_Invoice_second_row { 
    font-size: 12.6px;
    color: #808080;
}
.UserProfile_Invoice_second_row_overflow { 
    overflow :hidden;
    float:left;
    height:12px
}

.side-menu {
    width:250px; 
    left:-220px; 
    z-index: 9999; 
    position:fixed; 
    top:25%; 
    background: #4F86A5;
    height: 250px; 
    border-top: 1px solid #dddcd9; 
    border-right: 1px solid #dddcd9; 
    border-bottom: 1px solid #dddcd9; 
    color:white; 
    font-size:20px; 
    font-weight: bold;
}

.side-menu-container {
    width: 30px;
    height: 100%;
    position: absolute;
    right: 0;
}

.side-menu-title {
    width: 100%; 
    height: 80%;
    display: inline-block;
    border-bottom: 1px solid #ffffff;
    line-height: 30px;
}

.side-menu-title div {
    transform:rotate(90deg);
    -webkit-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    transform-origin: bottom left;
    -ms-transform-origin : bottom left;
    -webkit-transform-origin : bottom left;
    width:200px;
    margin-top : -30px;
    position: absolute;
}

.side-menu-items {
    color: white;
    text-align: left!important;
    position: absolute;
    margin-left: 12px;
    width: 205px;
    padding-top: 15px;
    overflow-y: auto;
    height: 235px;
}

.side-menu-hyperlink {
    color: white; 
    text-align: left!important;
    text-transform: uppercase;
    font-size: 12px;
    width: 100%;
    border-bottom: 1px dotted #ffffff;
    display: block;
    line-height: 20px;   
    margin-bottom: 0px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.side-menu-hyperlink:last-child{
    border-bottom:none;
}

.side-menu-hyperlink a {
    color:#fff;
    width: calc( 100% - 10px );
    display: block;
    padding: 7px 5px;

    -webkit-transition: background-color ease 0.2s;  
    -moz-transition: background-color ease 0.2s;  
    -o-transition: background-color ease 0.2s;  
    -ms-transition: background-color ease 0.2s;  
    transition: background-color ease 0.2s;
}

.side-menu-hyperlink a:hover {
    background-color:#555;
    text-decoration:none!important;
}

.side-menu-arrow {
    width: 100%; 
    height: 20%;
    padding-top: 10px;
}

.side-menu-arrow img {
    width: 70%;

    -webkit-transition: ease 0.5s;  
    -moz-transition: ease 0.5s;  
    -o-transition: ease 0.5s;  
    -ms-transition: ease 0.5s;  
    transition: ease 0.5s;
}

.side-menu-transform {
      -webkit-user-select: none; /* Safari 3.1+ */
      -moz-user-select: none; /* Firefox 2+ */
      -ms-user-select: none; /* IE 10+ */
      user-select: none; /* Standard syntax */

      -webkit-transition: ease 0.5s;  
      -moz-transition: ease 0.5s;  
      -o-transition: ease 0.5s;  
      -ms-transition: ease 0.5s;  
      transition: ease 0.5s;
}

.side-menu-transform-active {
    left: -1px!important;
}

.side-menu-transform-active .side-menu-arrow img {
    transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
    -ms-transform:rotate(180deg);
}

#RegistrationTargetTitle, 
#RegistrationTargetSubtitle, 
#login-partial-title, 
#login-partial-description {
    display: none;
}

#page:not(.connected) #LogOnPartial .login-partial::before,
#page:not(.connected) #LogOnPartial .login-partial::after,
#page:not(.connected) #LogOnPartial .login-partial tr:nth-of-type(2) td:last-of-type::before,
#page:not(.connected) #RegistrationTarget::before,
#page:not(.connected) #RegistrationTarget form::before {
    display: none!important;
}

#login-partial-button {
    top:2px;
    position: relative;
    padding: 0;
    border-radius: 0;
    min-width: 20px;
    user-select: none;
    color: transparent!important;
    width: 20px!important;
    height: 20px;
    min-width: 0;
    background-color: #FFF!important;
}

/* DATATABLES POUR GESTIONNAIRE DE CONTENU */
#contentSelectionTable .color-dot {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    margin-right: 10px;
    vertical-align: -3px;
}

#contentSelectionTable thead tr th {
    height: 0;
    padding: 0
}

    #contentSelectionTable thead tr th.hidden {
        display: none;
    }

#contentSelectionTable thead th,
#contentSelectionTable thead td {
    border-bottom: none;
}

#contentSelectionTable tbody tr td.hidden {
    display: none;
}

#contentSelectionTable tbody > tr.selected,
#contentSelectionTable tbody > tr > .selected {
    background-color: #E2ECF1;
}

#contentSelectionTable.row-border tbody th,
#contentSelectionTable.row-border tbody td,
#contentSelectionTable.display tbody th,
#contentSelectionTable.display tbody td {
    border: none;
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    cursor: pointer;
}

#contentSelectionTable.hover tbody > tr.selected:hover,
#contentSelectionTable.hover tbody > tr > .selected:hover,
#contentSelectionTable.display tbody > tr.selected:hover,
#contentSelectionTable.display tbody > tr > .selected:hover {
    background-color: #E2ECF1;
}

#contentSelectionTable tbody th,
#contentSelectionTable tbody td {
    padding-top: 0.3em;
    padding-bottom: 0.3em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 375px;
}

#contentSelectionTable {
    margin: 0;
}

    #contentSelectionTable.no-footer {
        border-bottom: none;
    }

/* FIN DATATABLES GESTIONNAIRE DE CONTENU */

#rolesList input[type="checkbox"], #rolesListAPIs input[type="checkbox"] {
    float: none;
}

#divTaxInvoiceMask {
    display: none;
}

.popup-warning {
    text-align: center;
}

.popup-warning .popup-warning-header {
    margin-bottom: 20px;
}

.popup-warning .popup-warning-content {
    margin-bottom: 20px;
    text-align: justify;
}

.popup-warning .popup-warning-action {
    padding: 12px 0;
}

#moduleEditorActive {
    visibility: hidden;
}

#btnRemovePartnerAlert {
    margin-left: 20px;
}

.textarea-sms {
    width: 450px !important;
    height: 220px !important;
    font-size: 1.06em !important;
}

#lblSMSImportantNote {
    width: 350px !important;
    height: auto !important;
    float: right !important;
}
label[for='EditMemberAddress_IsResident'] {
    display: inline !important;
    overflow: visible !important;
}
label[for='NewMemberAddress_IsResident'] {
    display: inline !important;
    overflow: visible !important;
}

#txtNoReferenceSMSPartner {
    color: #7E8082;
    background-color: transparent;
    font-size: 1em;
    font-style: italic;
    width: 350px;
    outline: none;
}

.rightPositionSpan {
    padding-left: 10px;
    display: inline-block;
    width: 350px;
}

.divTaxBackUploadDescription {
    padding-top: 5px;
    color: red;
    font-size: 8pt;
}

.taxBackFileTitle {
    font-size:0.95em;
    font-style:italic;
    padding-left: 10px;
    display: inline-block;
    vertical-align: middle;
}

/* 2023-01-04 Style temporaire puisqu'on désactivé les notifications pour tous les clients, donc cache cette section, si ont trouve une solution, on doit enlever ce style */
.hiddenSendNotificationDiv {
    display:none!important;
}