.instance {
    position: absolute;
    margin-top: -40px;
    color: #f00;
    font-weight: bold;
    font-size: 2em;
}
.description {
    margin-bottom: 8px;
    color: #888;
}

.intro_titre {
    line-height: 1.2em;
    font-size: 3em;
}
.intro1 {
    margin-top: 1em;
    line-height: 1.2em;
    font-size: 1.5em;
}
.intro2 {
    margin-top: 1em;
    line-height: 1.2em;
    font-size: 1em;
}
a {
    cursor: pointer;
    color: #888;
}
p {
    color: #4e6774;
    margin-bottom: 0rem;
    line-height: normal;
}
a:hover {
    text-decoration: none;
    color: #000000;
}

a.nav-link {
    /*color: #ffffff;*/
    color: #000000;
}

a.white:hover {
    text-decoration: none;
    color: #000000;
}

.ui-widget-content {
    color: #888;
}

.logo_image {
    width: 180px;
}

/*.navbar-dark .navbar-brand {*/
/*    color: #1269DB;*/
/*}*/

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    /*background-color: #1269DB;*/
}

.js-timepicker {
    width: 100px;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,.8);
}

.underline {
    text-decoration: underline;
}

.pointer {
    cursor: pointer;
}

.disabled {
    color: #868686;
    font-style: italic;
    cursor: not-allowed;
}

input.error {
    background-color: #ffdddd;
}
input:placeholder-shown {
    font-style: italic;
}
textarea:placeholder-shown {
    font-style: italic;
}

.error {
    font-weight:bold;
    color: #dc3545;
}

.warning {
    font-weight:bold;
    color: #ffc107;
}

.fr-popup .fr-buttons {
    z-index: 2000;
}
.ui-dialog .ui-dialog-buttonpane button {

}
.ui-dialog-buttonset button {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.35rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.ui-dialog-buttonset button:nth-child(1) {
    color: #fff;
    background-color: #bf1a2c;
    border: 1px solid #bf1a2c;
}
.ui-dialog-buttonset button:nth-child(2) {
    color: #fff;
    background-color: #858796;
    border: 1px solid #858796;
}

.inline {
    display: inline;
}

.center {
    text-align: center;
}
.right {
    text-align: right;
}
.vmiddle, .table td.vmiddle, .table th.vmiddle {
    vertical-align: middle;
}
.vbottom, .table td.vbottom, .table th.vbottom {
    vertical-align: bottom;
}
.vcenter {
    display: flex;
    align-items: center;
}

.icon-show-password {
    position: absolute;
    right: 22px;
    top: 11px;
}
.icon-show-password2 {
    position: absolute;
    right: 12px;
    top: 42px;
}

.margin-top-05 { margin-top: 0.5em; }
.margin-top-10 { margin-top: 1.0em; }
.margin-top-12 { margin-top: 1.2em; }
.margin-top-15 { margin-top: 1.5em; }
.margin-top-20 { margin-top: 2.0em; }
.margin-top-25 { margin-top: 2.5em; }
.margin-top-30 { margin-top: 3.0em; }

.margin-bottom-05 { margin-bottom: 0.5em; }
.margin-bottom-10 { margin-bottom: 1.0em; }
.margin-bottom-15 { margin-bottom: 1.5em; }
.margin-bottom-20 { margin-bottom: 2.0em; }
.margin-bottom-25 { margin-bottom: 2.5em; }
.margin-bottom-30 { margin-bottom: 3.0em; }

.margin-left-05 { margin-left: 0.5em; }
.margin-left-10 { margin-left: 1.0em; }
.margin-left-15 { margin-left: 1.5em; }
.margin-left-20 { margin-left: 2.0em; }
.margin-left-25 { margin-left: 2.5em; }
.margin-left-30 { margin-left: 3.0em; }
.margin-left-50 { margin-left: 5.0em; }

.margin-right-05 { margin-right: 0.5em; }
.margin-right-10 { margin-right: 1.0em; }
.margin-right-15 { margin-right: 1.5em; }
.margin-right-20 { margin-right: 2.0em; }
.margin-right-25 { margin-right: 2.5em; }
.margin-right-30 { margin-right: 3.0em; }
.margin-right-50 { margin-right: 5.0em; }

.padding-top-05 { padding-top: 0.5em; }
.padding-top-10 { padding-top: 1.0em; }
.padding-top-12 { padding-top: 1.2em; }
.padding-top-15 { padding-top: 1.5em; }
.padding-top-20 { padding-top: 2.0em; }
.padding-top-25 { padding-top: 2.5em; }
.padding-top-30 { padding-top: 3.0em; }

.padding-bottom-05 { padding-bottom: 0.5em; }
.padding-bottom-10 { padding-bottom: 1.0em; }
.padding-bottom-15 { padding-bottom: 1.5em; }
.padding-bottom-20 { padding-bottom: 2.0em; }
.padding-bottom-25 { padding-bottom: 2.5em; }
.padding-bottom-30 { padding-bottom: 3.0em; }

.padding-left-05 { padding-left: 0.5em; }
.padding-left-10 { padding-left: 1.0em; }
.padding-left-15 { padding-left: 1.5em; }
.padding-left-20 { padding-left: 2.0em; }
.padding-left-25 { padding-left: 2.5em; }
.padding-left-30 { padding-left: 3.0em; }
.padding-left-50 { padding-left: 5.0em; }

.padding-right-05 { padding-right: 0.5em; }
.padding-right-10 { padding-right: 1.0em; }
.padding-right-15 { padding-right: 1.5em; }
.padding-right-20 { padding-right: 2.0em; }
.padding-right-25 { padding-right: 2.5em; }
.padding-right-30 { padding-right: 3.0em; }
.padding-right-50 { padding-right: 5.0em; }


.alignRight {
    text-align: right;
}

.verticalTop {
    vertical-align: top;
}

#overlay {
    background: #ffffff;
    color: #666666;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 5000;
    top: 0;
    left: 0;
    float: left;
    text-align: center;
    padding-top: 25%;
    opacity:0.6;
}



.dropdown-submenu{
    position: relative;
}
.dropdown-submenu a::after{
    transform: rotate(-90deg);
    position: absolute;
    right: 3px;
    top: 40%;
}
.dropdown-submenu:hover .dropdown-menu, .dropdown-submenu:focus .dropdown-menu{
    display: flex;
    flex-direction: column;
    position: absolute !important;
    margin-top: -30px;
    left: 100%;
}
@media (max-width: 992px) {
    .dropdown-menu{
        width: 50%;
    }
    .dropdown-menu .dropdown-submenu{
        width: auto;
    }
}
#navbarSupportedContent {
    /*background-color: #1269DB;*/
}
.navMenu {
    padding: 0 0 0 1rem;
}
.navbar-white .navbar-nav .nav-link {
    color: #fff;
}



/****************
* rewriting
*/
.navbar-brand {
    font-size: 2em;
}

div.dataTables_wrapper div.dataTables_filter {
    float: right;
}
tfoot input {
    width: 100%;
    padding: 3px;
    box-sizing: border-box;
}
.dataTable > tfoot > tr {
    background-color: #e3e9ef;
}

table thead{
    background: #4e6774;
    border-color: #4e6774;
    color: #ffffff;
}
/*table.dataTable thead th, table.dataTable thead td {*/
/*    border-bottom: 1px solid #1269DB;*/
/*}*/
/*table.dataTable tfoot th, table.dataTable tfoot td {*/
/*    border-top: 1px solid #1269DB;*/
/*}*/
button.dt-button {
    color: #5a5b5c;
}
.popover{
    max-width: 100%;
}

#tblListe_paginate {
    margin-top: 0px;
}

select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 2px);
}

.notif-lg {
    width: 520px;
}


/****************
* Listes
*/
.listeActions {
    text-align: center;
}
.listeActions a i, .listeActions a span {
    padding: 2px;
}
.actionListe {
    font-size: 18px;
}

#dateSelector {
    display:none;
    position:absolute;
    border: #8d8d8d solid 1px;
    border-radius : 5px;
    background-color: white;
    padding: 5px;
    z-index: 1001;
}


tfoot.tblListSearch {
    display: table-header-group;
}

.header-actions {
    float: left;
}
.header-actions-right {
    float: right;
    text-align: right;
}

.tableListe-header-right {
    float: right;
    text-align: right;
}

/****************
* Formulaires
*/

h4.utiCreMod {
    font-size: 11px;
    margin: 0;
    padding: 0;
}

.blocCre {
    float: right;
    text-align: right;
}
.widthFit {
    width: 100%;
}


.navbar_logo {
    margin: 10px 15px 10px 10px;
    max-height: 50px;
    max-width: 200px;
}
.societe_logo {
    max-width: 200px;
    max-height: 120px;
    margin: 8px;
}

.paramsDefault {
    font-style: italic;
}

/* chosen */
.chosen-container {
    font-size: 1rem;
}
.chosen-container-multi .chosen-choices {
    padding: 7px;
    border: solid #d1d3e2 1px;
    border-radius: .35em;
    font-size: 15px !important;
}
.chosen-container-multi .chosen-choices li.search-choice {

}
.chosen-single {
    height: 38px !important;
    padding: 10px !important;
    border: 1px solid #d1d3e2 !important;
    background: none !important;
    background-color: #fff !important;
    line-height: 1.5;
    color: #6e707e !important;
    font-size: 1rem;
    text-align: left;
}
.chosen-container .chosen-results li.highlighted {
    background-color: #4e6774 !important;
    background-image: none !important;
}
.chosen-container-single .chosen-single {
    border-radius: .35rem;
    line-height: 18px;
}
.chosen-container-single .chosen-drop {
    /*border-radius: .35rem ;*/
}
.chosen-container-single .chosen-single abbr{
    top:15px;
}
.chosen-container-single .chosen-single div b {
    background: url(chosen-sprite.png) no-repeat 2px 10px;
}
.chosen-container-active.chosen-with-drop {
    z-index: 2510;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -16px 10px;
}
.chosen-container.chosen-with-drop .chosen-drop {
    border-bottom-color: #d1d3e2 !important;
    border-left-color: #d1d3e2 !important;
    border-right-color: #d1d3e2 !important;
}

.loading {
    padding: 4px 0px;
    margin:auto;
    display: block;
    width: 30px;
}

/*************************************************
* Questionnaires
*************************************************/
.pink {
    color: #ff9fc1;
}
.pink .ui-widget-header {
    background: #ff9fc1;
}
.pink .reponseRadio input[type="radio"]:checked + label {
    background-color: #ff9fc1;
}
.pink input:checked + .slider {
    background-color: #ff9fc1;
}
.pink .reponseRadio input[type="radio"]:hover + label {
    background-color: #bac4c9;
}
.pink .chosen-container-single .chosen-single span {
    color: #ff9fc1;
}

.orange {
    color: #ff7105;
}
.orange .ui-widget-header {
    background: #ff7105;
}
.orange .reponseRadio input[type="radio"]:checked + label {
    background-color: #ff7105;
}
.orange input:checked + .slider {
    background-color: #ff7105;
}
.orange .reponseRadio input[type="radio"]:hover + label {
    background-color: #bac4c9;
}
.orange .chosen-container-single .chosen-single span {
    color: #ff7105;
}

.blue {
    color: #38a9ff;
}
.blue .ui-widget-header {
    background: #38a9ff;
}
.blue .reponseRadio input[type="radio"]:checked + label {
    background-color: #38a9ff;
}
.blue input:checked + .slider {
    background-color: #38a9ff;
}
.blue .reponseRadio input[type="radio"]:hover + label {
    background-color: #bac4c9;
}
.blue .chosen-container-single .chosen-single span {
    color: #38a9ff;
}

.green {
    color: #51c9a5;
}
.green .ui-widget-header {
    background: #51c9a5;
}
.green .reponseRadio input[type="radio"]:checked + label {
    background-color: #51c9a5;
}
.green input:checked + .slider {
    background-color: #51c9a5;
}
.green .reponseRadio input[type="radio"]:hover + label {
    background-color: #bac4c9;
}
.green .chosen-container-single .chosen-single span {
    color: #51c9a5;
}

.grey {
    color: #4e6774;
}
.grey .ui-widget-header {
    background: #4e6774;
}
.grey .reponseRadio input[type="radio"]:checked + label {
    background-color: #4e6774;
}
.grey input:checked + .slider {
    background-color: #4e6774;
}
.grey .reponseRadio input[type="radio"]:hover + label {
    background-color: #bac4c9;
}
.grey .chosen-container-single .chosen-single span {
    color: #4e6774;
}

.redim {
    color: #bf5a5a;
}
.redim .ui-widget-header {
    background: #bf5a5a;
}
.redim .reponseRadio input[type="radio"]:checked + label {
    background-color: #bf5a5a;
}
.redim input:checked + .slider {
    background-color: #bf5a5a;
}
.redim .reponseRadio input[type="radio"]:hover + label {
    background-color: #bac4c9;
}
.redim .chosen-container-single .chosen-single span {
    color: #bf5a5a;
}

.blueim {
    color: #229fb3;
}
.blueim .ui-widget-header {
    background: #229fb3;
}
.blueim .reponseRadio input[type="radio"]:checked + label {
    background-color: #229fb3;
}
.blueim input:checked + .slider {
    background-color: #229fb3;
}
.blueim .reponseRadio input[type="radio"]:hover + label {
    background-color: #bac4c9;
}
.blueim .chosen-container-single .chosen-single span {
    color: #229fb3;
}

.lightgreen {
    color: #90ee90;
}

.yellow {
    color: #ffff00;
}

.red {
    color: #ff0000;
}

table.dataTable {
    width: 99%;
}

.img-flag {
    width: 1.5em;
}

.vl {
    border-right: 2px solid lightgrey;
    height: 100%;
}

.modal-xxl {
    max-width: 1500px;
}

.tab-content {
    background-color: #fff;
    border: solid #ddd 1px;
    padding: 1em;
}

.listItem {
    margin-top: 0.5em;
    /*border: 1px solid lightgrey;*/
    padding: 8px;
    background-color: #f8f9fc;
}
.listItem p {
    margin-bottom: 0px;
}

.js-datepicker {
    max-width: 120px !important;
}

/* checkbox switch */
/* The switch - the box around the slider */
.switch {
    position: relative;
    /*display: inline-block;*/
    width: 60px !important;
    height: 34px;
    background-color: transparent !important;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

/*Checkbox list*/
.cbl .form-group {
    margin-left: 40px;
    margin-bottom: 0rem;
}
.cbl .form-check-label {
    margin-bottom: 0rem;
}


#localizeModal {
    z-index: 100000;
}

/************************************************************
* Progress bar
*************************************************************/
.ui-widget.ui-widget-content {
    border: 1px;
    background-color: #eee;
}
.ui-progressbar .ui-progressbar-value {
    margin: 0px;
}
.ui-progressbar {
    height: 0.8em;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-radius: 1em;
}

/************************************************************
* Dashboard
*************************************************************/
.dashboard-complets {
    border: solid #4e6774 2px;
    border-radius: 1em;
    width: 8em;
    height: 8em;
    text-align: center;
    padding: 1em;
    margin-left: auto;
    margin-right: 0;
}
.dashboard-complets-nb {
    font-weight: bold;
    font-size: 3em;
    line-height: 0.9em;
}
.dashboard-complets-nbTotal {
    font-weight: bold;
    font-size: 2em;
    line-height: 0.9em;
}
.dashboard-complets-label {
    font-weight: bold;
    font-size: 1.3em;
    line-height: 1em;
}

.dashboard-quest {
    border-radius: 1em;
    box-shadow: 0 0 1em #bbb;
    background-color: #fff;
    width: 10em;
    height: 10em;
    padding: 1em;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3em;
}
.dashboard-quest-comment {
    width: 80%;
}
.dashboard-quest .image {
    height: 3em;
    text-align: center;
}
.dashboard-quest img {
    max-height: 3em;
    max-width: 8em;
    margin: auto;
}
.dashboard-quest .ui-progressbar {

}
.dashboard-quest .titre {
    font-size: 0.9em;
    font-weight: bold;
    line-height: 1em;
    height: 3.6em;
}
.dashboard-quest .avancement {
    font-size: 0.8em;
    text-align: right;
}

/************************************************************
* Questionnaire
*************************************************************/
.questionnaire .titre {
    font-weight: bold;
    font-size: 1.5em;
    margin-bottom: 0.5em;
}
.questionnaire img {
    max-height: 6em;
    max-width: 8em;
    margin: auto;
}
.questionnaire .progressbar {
    max-width: 15em;
}
.questionnaire .avancement {
    font-weight: normal;
    font-size: 0.8em;
    float: right;
    margin-top: -0.2em;
    margin-left: 1em;
}

.quest-intro {
    padding-top: 1em;
    font-size: 1.3em;
}
.quest-desc {
    font-size: 0.8em;
}
.quest-mention {
    font-size: 0.8em;
}
.quest-facultatif {
    font-size: 0.8em;
    font-style: italic;
    color: #4e6774;
    margin-bottom: 0.6em;
}

/************************************************************
* Question
*************************************************************/
.question {
    margin-bottom: 4em;
}
.question .numero {
    font-size: 1.2em;
}
.question .titre {
    font-size: 1.2em;
    color: #4e6774;
    font-weight: bold;
    margin-bottom: 0.6em;
}

.question .soustitre {
    font-size: 1.3em;
    color: #4e6774;
    font-weight: bold;
    margin-top: 1em;
}

.reponseRadio .form-check {
    display: inline-block;
}
.reponseRadio input {
    opacity: 0;
    position: fixed;
    width: 0;
}
.reponseRadio label {
    background-color: #fff;
    cursor: pointer;
    color: #1a171b;
    /*display: inline-block;*/
    padding: 6px 12px;
    /*margin-left: 1em;*/
    /*margin-right: 1em;*/
    margin-bottom: 0.5em;
    font-family: sans-serif, Arial;
    font-size: 0.8em;
    width: 14em;
    height: 4em;
    display: flex;
    align-items: center;
    justify-content: center;
}
.reponseRadio input[type="radio"]:checked + label {
    color: #fff;
}

.reponseCheckbox label {
    display: inline-block;
}

.reponseCheckboxlist .form-group {
    margin-bottom: 0px !important;
}
.reponseCheckboxlist label {
    color: #1a171b;
}

.reponseDDL select {
    width: 12em;
    text-align: left !important;
}

.barometre-val {
    display: none;
}
.barometre-img {
    height: 26em;
}
.barometre-cursor {
    height: 3em;
    cursor: pointer;
    position: absolute;
    margin-left: -1em;
}

.resultats-score {
    border: solid #4e6774 2px;
    border-radius: 1em;
    width: 8em;
    height: 6em;
    text-align: center;
    padding: 1em;
    margin-left: auto;
    margin-right: 0;
}
.resultats-score-label {
    font-weight: bold;
    font-size: 0.7em;
    line-height: 1em;
}
.resultats-score-score {
    font-weight: bold;
    font-size: 2em;
    line-height: 0.9em;
}
.resultats-conseil {
    border-radius: 1em;
    box-shadow: 0 0 1em #bbb;
    background-color: #fff;
    padding: 1em;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3em;
    margin-top: 1em;
}

.dashboard-button {
    border-radius: 1em;
    box-shadow: 0 0 1em #bbb;
    background-color: #fff;
    width: 7em;
    height: 7em;
    padding: 1em;
    margin-left: auto;
}

.result-button {
    border-radius: 1em;
    box-shadow: 0 0 1em #bbb;
    background-color: #fff;
    width: 7em;
    height: 7em;
    padding: 1em;
    right: auto;
}

.previous-button{
    border-radius: 1em;
    box-shadow: 0 0 1em #bbb;
    background-color: #fff;
    width: 4em;
    height: 4em;
    padding: 1em;
    margin-left: auto;
}
.next-button {
    border-radius: 1em;
    box-shadow: 0 0 1em #bbb;
    background-color: #fff;
    width: 4em;
    height: 4em;
    padding: 1em;
    right: auto;
}

.stressy{
    width: 100%;
    position: absolute;
}
@media (max-width: 992px) {
    .divStressy {
        min-height: 56em;
    }
}
@media (max-width: 768px) {
    .divStressy {
        min-height: 45em;
    }
}
@media (max-width: 650px) {
    .divStressy {
        min-height: 38em;
    }
}
@media (max-width: 550px) {
    .divStressy {
        min-height: 30em;
    }
}

.stressy-results{
    width: 100%;
    position: absolute;
}

.stressy-balloon{
    top: 0px;
    left: 0px;
}

.stressy-head{
    top: 0px;
    left: 0px;
    z-index: 2;
}
.stressy-bag{
    top: 0px;
    left: 0px;
    z-index: 1;
}

.stressy-leg{
    top: 0px;
    left: 0px;
}

.im-graphe {
    border: solid #bbb 1px;
    border-radius: 0.35rem;
    background-color: #fff;
    padding: 1em 1em 0 1em;
    text-align: center;
}
.im-graphe .divContainer {
    height: 200px;
}
.im-graphe-weight {
    position: absolute;
    margin: 8em -2em;
    z-index: 10;
    width: 100%;
}
.im-weight-puces {
    width: 5em;
    margin: 0px auto;
}
.im-weight-puces .inactive {
    color: #ddd;
}
.im-weight-puce-1 {
    font-size: 0.5em;
    margin: 0.2em;
}
.im-weight-puce-2 {
    font-size: 0.6em;
    margin: 0.2em;
}
.im-weight-puce-3 {
    font-size: 0.7em;
    margin: 0.2em;
}
.im-weight-puce-4 {
    font-size: 0.8em;
    margin: 0.2em;
}

.stats-radio label {
    display: inline-block;
}

.homepage-trans {
    border-radius: 1em;
    box-shadow: 0 0 1em #bbb;
    background-color: #fff;
    width: 10em;
    padding: 1em;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3em;
    width: 80%;
}

.speedometer__needle {
    position: absolute;
    width: 2em;
    height: 1em;
    bottom: 25%;
    left: 50%;
    border-radius: 50%;
    background: transparent;
    transition: .3s ease-in-out;
    transform: translate(-50%, -50%) rotate(0deg);
    margin: 8px 0 0;
    display: none;
}

.speedometer__needle:before {
    content: '';
    position: absolute;
    border-radius: 5px;
    border: 2px solid #4e6774;
    left: -75px;
    top: 6px;
    width: 1.7em;
    height: 0.2em;
}

.dot {
    width: 1.5em;
    height: 0.5em;
    background-color: #bbb;
    border-radius: 5px;
    border: 4px solid transparent;
    display: inline-block;
}

.needle {
    width: 2em;
    height: 1em;
    border-radius: 50%;
    background: transparent;
    transition: .3s ease-in-out;
    transform: translate(-50%, -50%) rotate(0deg);
    margin: 8px 0 0;
}

.needle:before {
    content: '';
    position: absolute;
    border-radius: 5px;
    border: 4px solid #4e6774;
    left: -40px;
    top: 6px;
    width: 2em;
    height: 0.5em;
}

#ui-datepicker-div {
    z-index: 2600 !important;
}