html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline; 
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block; 
}

body {
    line-height: 1.5;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    -webkit-font-smoothing: antialiased;
    color: #485258;
    background-color: #f6f6f6;
    cursor: default;
    opacity: 0;
}

ol, ul {
    list-style: none; 
}

blockquote, q {
    quotes: none; 
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none; 
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html {
    box-sizing: border-box; 
}

*, *:before, *:after {
    box-sizing: inherit; 
}

a {
    color: #8eb912;
}

a:link {
    text-decoration: none; 
}

a:hover {
    transition: .1s; 
}

/* Main */

.wrapper {
    max-width: 1220px;
    margin: auto;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 90px;
    padding-bottom: 90px; 
}

.row::after {
    content: "";
    display: block;
    clear: both; 
}

h1 {
    font-size: 35px;
    margin-bottom: 35px;
    position: relative;
    line-height: 1.2;
    font-weight: 700;
    text-align: center;
    max-width: 670px;
    margin: auto;
    margin-bottom: 25px;
}

h2 {
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: 600;
color: #8eb912;
}

.authentification_content a {
    font-size: 13px;
}

hr {
    margin: 30px 0px;
    margin-bottom: 20px;
    opacity: .4;
}

#top_bar {
    background: #8eb912;
    width: 100%;
    height: 6px;
    position: fixed;
    z-index: 15;
    top: -1px;
}


/* Header */

#header_content {
    position: fixed;
    top: -400px;
    left: 50px;
    background-color: rgba(244,244,244, .8);
    border-bottom: 3px solid #8eb912;
    z-index: 5;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0, .3);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
}

#header_content .wrapper {
    padding-top: 0px;
    padding-bottom: 0px; 
    padding-left: 0;
    padding-right: 0;
    max-width: inherit !important;
}

#header_content .logo_content {
    max-width: 195px;
    margin: 15px 20px 15px 20px;
}

#header_content .logo_content img {
    width: 100%;
    padding-bottom: 8px;
    margin-bottom: 4px;
    border-bottom: 1px solid #c0c8ce;
}

#header_content .logo_content strong {
    text-align: center;
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 11px;
    letter-spacing: .6px;
}


/* Banner */

#banner_content {
    width: 100%;
    position: fixed;
    top: 5px;
    overflow: hidden;
    z-index: 0;
}

#banner_content .wrapper {
    padding-top: 0px;
    padding-bottom: 0px;
}

#banner_content .filter {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(50,50,50, .4);
    z-index: 1; 
    opacity: 0;
}

#banner_content .pattern {
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(/uploads/images/visio/pattern.png);
    z-index: 2; 
    opacity: .2;
}

#banner_content .img_banner {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(/uploads/images/visio/banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 0; 
    opacity: 0;
}

#banner_content #banner_video {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1; 
    overflow: hidden;
}

#banner_content #banner_video video {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    margin-left: 0 !important;
    margin-top: 0 !important;
    height: auto !important;
    width: 100%;
}


/* Mention */

#mention {
    display: none;
}

#mention ul {
    margin-left: 20px;
}

#mention ul li {
    list-style: disc;
    margin-bottom: 10px;
}

#mention p {
    margin-bottom: 10px;
}

#mention .inner {
    text-align: justify;
    padding: 40px 30px;
}

#mention .inner h2 {
    color: #485258;
    font-weight: 700;
    margin-bottom: 30px;
    border-left: 4px solid #8eb912;
    padding-left: 8px;
}

.bt_close_mention {
    font-size: 30px;
    float: right;
    line-height: 1;
    transition: .2s;
    cursor: pointer;
}

.bt_close_mention:hover {
    color: #8eb912;
    transition: .2s;
}


/* Content */

#content {
    position: relative;
    width: 50%;
    background-color: rgba(244,244,244, .8);
    z-index: 10;
    right: -1000px;
    top: 0px;
    float: right;
    padding: 40px 20px;
    overflow: scroll;
    max-width: 800px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0, .3);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
padding-top: 100px;
}

#content .row {
    margin-left: -20px;
}

#content .col {
    width: calc(33.3333% - 20px);
    float: left;
    margin-left: 20px;
    background-color: rgba(255,255,255, 0.9);
    padding: 10px 10px 22px;
    border: 1px solid #ddd;
    border-bottom: 3px solid #8eb912;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.08);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.08);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.08);
}

#content .col:hover {
    transition: .3s;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0, .3);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
}

#content .col p {
    text-align: center;
    font-size: 12px;
    letter-spacing: 0.5px;
    font-weight: 600;
}

.picto {
    text-align: center;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}

.picto i {
    font-size: 50px;
    color: #8eb912;
    line-height: 70px;
}

/* Authentification */

.authentification_content .inner {
    width: 100%;
    max-width: 500px;
    text-align: center;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 20px;
}

.authentification_content .inner i {
    color: #8eb912;
    font-size: 40px;
    line-height: 1;
    margin-bottom: 5px;
    display: inline-block;
}

.bt_skype { 
    display: block;
    width: 100%;
    cursor: pointer;
    background-color: #8eb912;
    border: none;
    line-height: 36px;
    height: 38px;
    font-weight: 600;
    border-radius: 0;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    font-size: 18px;
    text-transform: uppercase;
    padding: 0 10px;
    transition: .6s;
    color: #fff;
    box-sizing: border-box;
    transition: .3s;
    margin-top: 20px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.08);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.08);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.08);
}

.bt_skype:hover {
    color: #fff;
    opacity: .8;
    transition: .3s;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0, .3);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
}

.authentification_content .bt_step_2 { 
    width: 100%;
    cursor: pointer;
    background-color: #8eb912;
    border: none;
    line-height: 36px;
    height: 38px;
    font-weight: 600;
    border-radius: 0;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    font-size: 18px;
    text-transform: uppercase;
    padding: 0 10px;
    transition: .6s;
    color: #fff;
    box-sizing: border-box;
    transition: .3s;
    margin-top: 20px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.08);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.08);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.08);
}

.authentification_content .bt_step_2:hover {
    color: #fff;
    opacity: .8;
    transition: .3s;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0, .3);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
}

.authentification_content .checkbox_content {
    font-size: 12px;
    margin-top: 15px;
    display: block;
    font-weight: 700;
}

.authentification_content .checkbox_content a {
    font-weight: 700;
}

.authentification_content a:hover {
    color: #222;
    transition: .2s;
}

.authentification_content h5 {
    font-weight: 600;
    font-size: 13px;
}

.authentification_content hr {
    margin: 20px 0px;
    opacity: .4;
}

/* Select agency */

.agency_content {
    display: none;
}

.agency_content .inner {
    width: 100%;
    max-width: 500px;
    text-align: center;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 20px;
}

.agency_content .inner i {
    color: #8eb912;
    font-size: 40px;
    line-height: 1;
    margin-bottom: 5px;
    display: inline-block;
}

.agency_content .bt_step_3 { 
    width: 100%;
    cursor: pointer;
    background-color: #8eb912;
    border: none;
    line-height: 38px;
    font-weight: 600;
    border-radius: 0;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    font-size: 18px;
    text-transform: uppercase;
    padding: 0 10px;
    transition: .6s;
    color: #fff;
    box-sizing: border-box;
    transition: .3s;
    margin-top: 20px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.08);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.08);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.08);
}

.agency_content .bt_step_3:hover {
    color: #fff;
    opacity: .8;
    transition: .3s;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0, .3);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
}

.agency_content select {
    width: 100%;
    background-color: rgba(255,255,255, .9);
    border: 1px solid #bbb;
    line-height: 38px;
    height: 40px;
    font-weight: 500;
    border-radius: 0;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    font-size: 13px;
    text-transform: uppercase;
    padding: 0 10px;
    transition: .6s;
    box-sizing: border-box;
    transition: .3s;
    margin-top: 20px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.08);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.08);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.08);
    background-image: url('/uploads/images/visio/arrow_select.png');
    background-position: center right 2px;
    background-size: 18px;
    background-repeat: no-repeat;
    cursor: pointer;
}


/* Form */

.form_content {
    max-width: 520px;
    margin: auto;
    display: none;
    text-align: center;
}

.select_day input::-webkit-input-placeholder {
  color: #000;
}

.select_day input::-moz-placeholder {
  color: #000;
}

.select_day input:-ms-input-placeholder {
  color: #000;
}

.select_day input:-moz-placeholder {
  color: #000;
}

.form_content .select_day {
    width: 55%;
    float: left;
}

.form_content .select_day input {
    background-image: url('/uploads/images/visio/calendar_visio.png');
    background-position: center right 7px;
    background-size: 16px;
    background-repeat: no-repeat;
    cursor: pointer;
}

.form_content .select_hour {
    width: calc(45% - 15px);
    margin-left: 15px;
    float: left;
    cursor: pointer;
}

.form_content .select_hour select {
    cursor: pointer;
}

.form_content select {
    width: 100%;
    background-color: rgba(255,255,255, .9);
    border: 1px solid #bbb;
    line-height: 38px;
    height: 40px;
    font-weight: 500;
    border-radius: 0;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    font-size: 13px;
    padding: 0 10px;
    transition: .6s;
    box-sizing: border-box;
    transition: .3s;
    margin-bottom: 15px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.08);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.08);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.08);
    background-image: url('/uploads/images/visio/arrow_select.png');
    background-position: center right 2px;
    background-size: 18px;
    background-repeat: no-repeat;
}

.form_content input[type="text"], 
.form_content input[type="mail"], 
.form_content input[type="email"],
.form_content input[type="tel"] {
    width: 100%;
    background-color: rgba(255,255,255, .9);
    border: 1px solid #bbb;
    font-weight: 500;
    line-height: 38px;
    height: 40px;
    border-radius: 0;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    font-size: 13px;
    padding: 0 10px;
    transition: .6s;
    box-sizing: border-box;
    transition: .3s;
    margin-bottom: 20px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.08);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.08);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.08);
}

.form_content input[type="text"]:hover, 
.form_content input[type="mail"]:hover, 
.form_content input[type="email"]:hover,
.form_content input[type="tel"]:hover {
    transition: .3s;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0, .3);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
}

.form_content input[type="submit"] { 
    width: 100%;
    cursor: pointer;
    background-color: #8eb912;
    border: 1px solid #888;
    line-height: 38px;
    height: 40px;
    font-weight: 600;
    border-radius: 0;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    font-size: 18px;
    text-transform: uppercase;
    padding: 0 10px;
    transition: .6s;
    color: #fff;
    box-sizing: border-box;
    transition: .3s;
    margin-top: 20px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.08);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.08);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.08);
}

.form_content input[type="submit"]:hover {
    color: #485258;
    transition: .3s;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0, .3);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
}

.form_content .input_skype {
    width: 55%;
    float: left;
}

.form_content .input_phone {
    width: calc(45% - 15px);
    margin-left: 15px;
    float: left;
}

.form_content .bt_mention {
    color: #8eb912;
    font-weight: 700;
    display: inline-block;
    cursor: pointer;
    transition: .2s;
}

.form_content .bt_mention:hover {
    color: #222;
    transition: .2s;
}

.form_content .checkbox_content {
    font-size: 12px;
    font-weight: 700;
    display: block;
}

.form_content p {
    margin-bottom: 20px;
    padding: 0 35px;
}


/* footer */

footer#copyright {
    text-align: center;
    font-size: 11px;
    margin-top: 15px;
}

footer a:hover {
    text-decoration: underline;
}


/* Redirection page */

.redir_content .inner {
    width: 100%;
    max-width: 500px;
    text-align: center;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 50px;
}

.redir_content .inner i {
    color: #8eb912;
    font-size: 40px;
    line-height: 1;
    margin-bottom: 5px;
    display: inline-block;
}
/* Stylesheet: style_desktop_visio Modified On 2020-03-16 15:05:58 */
@media only screen and (max-width: 1366px) {
/* start */

h1 {
    font-size: 26px;
    margin-bottom: 30px;
    line-height: 1.1;
}

hr {
    margin: 30px 0px;
}

#content {
    padding: 25px 20px;
}

#content .col {
    padding: 5px 10px 15px;
}

.picto i {
    font-size: 35px;
    line-height: 55px;
}

.agency_content .bt_step_3, .authentification_content .bt_step_2 {
    line-height: 35px;
    height: 37px;
}

#select_agency {
    line-height: 35px;
    height: 37px;
}

.form_content input[type="text"], 
.form_content input[type="email"], 
.form_content input[type="tel"] {
    line-height: 35px;
    height: 37px;
    margin-bottom: 15px;
}

.form_content .select_hour select {
    line-height: 35px;
    height: 37px;
    margin-bottom: 15px;
}

.form_content input[type="submit"] {
    line-height: 35px;
    height: 37px;
    margin-top: 15px;
}

footer#copyright {
    margin-top: 15px;
}

.form_content {
    max-width: 560px;
}

.form_content p {
    margin-bottom: 15px;
    padding: 0;
}



/* end 1366 */ 
}


@media only screen and (max-width: 1280px) {
/* start */

h1 {
    margin-bottom: 25px;
}

#header_content .logo_content {
    max-width: 180px;
    margin: 12px 15px 12px 15px;
}

#header_content .logo_content strong {
    font-size: 10px;
}

hr {
    margin: 20px 0px;
}

#content {
    min-width: 680px;
}

.picto {
    margin-bottom: 6px;
}

.picto i {
    font-size: 33px;
    line-height: 48px;
}

#content .col p {
    font-size: 11px;
}

#content .col {
    padding: 5px 10px 12px;
}

/* end 1280 */ 
}


@media only screen and (max-width: 1024px) {
/* start */

#header_content .logo_content {
    max-width: 148px;
    margin: 10px 12px 10px 12px;
}

#header_content .logo_content strong {
    font-size: 8px;
}

.agency_content .bt_step_3, .authentification_content .bt_step_2 {
    line-height: 28px;
    height: 30px;
}

#select_agency {
    line-height: 28px;
    height: 30px;
}

.form_content input[type="text"], 
.form_content input[type="email"], 
.form_content input[type="tel"] {
    line-height: 28px;
    height: 30px;
    margin-bottom: 10px;
}

.form_content .select_hour select {
    line-height: 28px;
    height: 30px;
    margin-bottom: 10px;
}

.form_content input[type="submit"], .authentification_content .bt_step_2, .agency_content .bt_step_3, .bt_skype {
    line-height: 28px;
    height: 30px;
    margin-top: 10px;
    font-size: 16px;
}

.agency_content select {
    line-height: 30px;
    margin-top: 15px;
}

#banner_content .img_banner {
    opacity: 1;
}

#banner_content #banner_video {
    display: none;
}

/* end 1024 */ 
}


@media only screen and (max-width: 990px) {
/* start */

#content {
    bottom: 0;
    top: inherit !important;
    min-width: inherit !important;
    width: 90%;
    max-width: inherit;
    right: inherit !important;
    margin: auto;
    margin-top: 430px;
    position: relative;
    background-color: rgba(244,244,244, .9);
    min-height: auto !important;
    float: none;
}

#banner_content .img_banner {
    background-position: -150px;
}

/* end 990 */ 
}


@media only screen and (max-width: 680px) {
/* start */

#content {
    position: relative;
    margin-top: 180px;
    overflow: hidden;
}

#header_content {
    left: 20px;
}

#header_content {
    left: 20px;
    position: relative;
    display: inline-block;
    top: 0;
}

#content .col {
    width: calc(100% - 20px);
    margin-bottom: 10px;
    height: auto !important;
    position: relative;
}

.picto {
    text-align: center;
    border-bottom: 0;
    margin-bottom: 0;
    float: left;
    position: absolute;
    left: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.picto i {
    line-height: 1;
}

#content .col p {
    text-align: left;
    font-size: 12px;
    letter-spacing: 0.5px;
    font-weight: 600;
    margin-top: 10px;
    padding-left: 50px;
}

#banner_content .img_banner {
    background-position: -150px;
}

#header_content .logo_content {
    margin: 5px 8px 5px 8px;
}

#header_content .logo_content img {
    padding-bottom: 3px;
    margin-bottom: 0px;
}

h1 {
    font-size: 22px;
    margin-bottom: 20px;
}

h2 {
    font-size: 16px;
    margin-bottom: 10px;
}

p {
    font-size: 14px;
    line-height: 1.3;
}

.authentification_content hr {
    margin: 15px 0px;
}

.authentification_content .inner i {
    font-size: 30px;
}

#content {
    padding: 15px 15px;
}

#header_content .logo_content strong {
    font-size: 7px;
}

/* end 680 */ 
}


@media only screen and (max-width: 450px) {
/* start */

#banner_content .img_banner {
    background-position: -350px;
}

div#content {
    margin-top: 220px;
}

#header_content .logo_content {
    max-width: 122px;
}

#header_content .logo_content strong {
    letter-spacing: 0;
}

.form_content .select_day, .form_content .input_skype {
    width: 100%;
    float: none;
}

.form_content .select_hour, .form_content .input_phone {
    width: 100%;
    margin-left: 0;
    float: none;
}

#content .col p {
    margin-top: 6px;
}

#content .col {
    padding: 5px 10px 8px;
}

/* end 450 */ 
}


@media only screen and (max-width: 400px) {
/* start */

div#content {
    margin-top: 150px;
}

/* end 400 */ 
}

@media only screen and (max-width: 320px) {

h1 {
    font-size: 22px;
}

/* end 320 */ 
}
/* Stylesheet: style_mobile_visio Modified On 2020-03-16 11:40:32 */
* DatePicker Container */
.ui-datepicker {
	width: 216px;
	height: auto;
	margin: 5px auto 0;
	font: 9pt Arial, sans-serif;
-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.5);
box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.5);
}

table.ui-datepicker-calendar {
    border: 1px solid #999;
}

div#ui-datepicker-div {
    border: 1px solid #999;
    background-color: rgba(255,255,255, .9);
    padding: 5px;
    margin: 1px 8px;
-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.5);
box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.5);
}
.ui-datepicker a {
	text-decoration: none;
}
/* DatePicker Table */
.ui-datepicker table {
	width: 100%;
}
.ui-datepicker-header {
    background: #8eb912;
    color: #fff;
    font-weight: bold;
    line-height: 30px;
}
.ui-datepicker-calendar tbody {
    background: #eee;
}
.ui-datepicker-title {
    border: 1px solid #999;
    border-bottom: 0;
	text-align: center;
text-transform: uppercase;
    font-size: 14px;
}
.ui-datepicker-prev, .ui-datepicker-next {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	cursor: pointer;
	line-height: 600%;
	overflow: hidden;
}
.ui-datepicker-prev {
	float: left;
	background-position: center !important;
background: url(/uploads/images/visio/date_arrow_l.png) no-repeat;
background-size: 22px;
}
.ui-datepicker-next {
	float: right;
	background-position: center !important;
background: url(/uploads/images/visio/date_arrow_r.png) no-repeat;
background-size: 22px;
}
.ui-datepicker thead {
	background-color: #f7f7f7;
	background-image: -moz-linear-gradient(top,  #f7f7f7 0%, #f1f1f1 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#f1f1f1));
	background-image: -webkit-linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
	background-image: -o-linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
	background-image: -ms-linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
	background-image: linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f1f1f1',GradientType=0 );
	border-bottom: 1px solid #bbb;
}
.ui-datepicker th {
	text-transform: uppercase;
	font-size: 6pt;
	padding: 5px 0;
	color: #666666;
	text-shadow: 1px 0px 0px #fff;
	filter: dropshadow(color=#fff, offx=1, offy=0);
}
.ui-datepicker tbody td {
	padding: 0;
	border-right: 1px solid #bbb;
}
.ui-datepicker tbody td:last-child {
	border-right: 0px;
}
.ui-datepicker tbody tr {
	border-bottom: 1px solid #bbb;
}
.ui-datepicker tbody tr:last-child {
	border-bottom: 0px;
}
.ui-datepicker td span, .ui-datepicker td a {
	display: inline-block;
	font-weight: bold;
	text-align: center;
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #666666;
	text-shadow: 1px 1px 0px #fff;
	filter: dropshadow(color=#fff, offx=1, offy=1);
}
.ui-datepicker-calendar .ui-state-default {
    background: #ddd;
    -webkit-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
    -moz-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
    box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
}
.ui-datepicker-calendar .ui-state-hover {
	background: #f7f7f7;
}
.ui-datepicker-calendar .ui-state-active {
    background: #8eb912;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #fff;
    text-shadow: none;
    filter: none;
    border: 1px solid #777;
    position: relative;
    margin: -1px;
}
.ui-datepicker-unselectable .ui-state-default {
	background: #f4f4f4;
	color: #b4b3b3;
}
.ui-datepicker-calendar td:first-child .ui-state-active {
	width: 29px;
	margin-left: 0;
}
.ui-datepicker-calendar td:last-child .ui-state-active {
	width: 29px;
	margin-right: 0;
}
.ui-datepicker-calendar tr:last-child .ui-state-active {
	height: 29px;
	margin-bottom: 0;
}


/* Stylesheet: datepicker_visio Modified On 2018-02-21 19:50:34 */
