/******************************************************************************/
/* BASE                                                                       */
/******************************************************************************/
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, labelParam {
    border: 0 none;
    /* font: inherit; */
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none outside none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption, th, td {
    font-weight: normal;
    text-align: left;
    vertical-align: middle;
}

q, blockquote {
    quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
    content: none;
}

a img {
    border: medium none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
    display: block;
}

body {
    color: #454D54;
    font-family: Arial,sans-serif !important;
    font-size: 12px;
    line-height: 17px;
}
a {
    color: #0084FF;
    text-decoration: none;
}
a:visited {
    color: #0084FF;
}
a:focus {
    color: #0051CC;
}
a:hover {
    color: #0051CC;
}
a:active {
    color: #0051CC;
}
a:hover {
    text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}
h1 {
    font-size: 21px;
    padding-bottom: 10px;
}

small {
    font-size: 85%;
}
img {
}

#total_value {
    margin-left: 70%;
    font-weight: bold;
    font-size: 14px;
}

#artwork_counter {
    font-weight: bold;
    font-size: 14px;
}


/******************************************************************************/
/* BODY                                                                       */
/******************************************************************************/
body {
    background: url("../images/granular.png") repeat scroll left top #8BA7C1;
    min-width: 1200px;
}

body > .wrapper {
    background: url("../images/bg_body.png") repeat-x scroll left top transparent;
    min-height: 600px;
    position: relative;
}




/******************************************************************************/
/* HEADER                                                                     */
/******************************************************************************/
#header {
    background: url("../images/bg_header.png") repeat-x scroll left top #22262A;
    border-bottom: 1px solid #22262A;
    height: 60px;
    left: 0;
    line-height: 60px;
    min-width: 1200px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
}

#header #header_logo a {
    background-image: url("../images/logo.png");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: block;
    float: left;
    height: 60px;
    overflow: hidden;
    text-align: left;
    text-indent: -119988px;
    width: 230px;
}

#header #header_links {
    float: right;
}

#header #header_links li {
    display: inline;
    float: left;
    list-style: none none;
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
    white-space: nowrap;
}

#header #header_links li#available, #header #header_links li#unavailable {
    padding-left: 0;
    padding-right: 0;
}

#header #header_links img:hover {
    cursor: pointer;
}

#header #header_links a
{
    border: 1px solid transparent;
    border-radius: 4px 4px 4px 4px;
    color: #E3E6E8;
    font-weight: bold;
    padding: 4px 8px;
    text-decoration: none;
    text-shadow: 0 1px 1px #0B0C0E;
}

#header #header_links img
{
    padding: 20px 0 0;
    border: 0;
    vertical-align:text-bottom;
}

#header #header_links a:hover {
    background-color: #171A1C;
    border-bottom-color: #454D54;
    border-top-color: #171A1C;
}



/******************************************************************************/
/* NAVIGATION                                                                 */
/******************************************************************************/
#nav {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 230px;
    z-index: 9;
}
#nav a {
    text-decoration: none;
}
#nav > .wrapper {
    padding-left: 20px;
    padding-top: 80px;
}
#nav #main_nav {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #454D54;
    border-color: #394046 #454D54;
    border-radius: 6px 6px 6px 6px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 5px #22262A;
}
#nav #main_nav li {
    display: inline;
}

#nav #main_nav .nav_top_item, #nav #main_nav .nav_unique_item {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    -moz-transition-duration: 0.1s;
    -moz-transition-property: all;
    -moz-transition-timing-function: linear;
    background: url("../images/bg_nav.png?v=1") repeat-x scroll left top #22262A;
    border-color: #394046 #22262A #17191C;
    border-style: solid;
    border-width: 1px;
    color: #FAFAFB;
    cursor: pointer;
    display: block;
    font-size: 11px;
    font-weight: bold;
    line-height: 11px;
    padding: 20px 0 20px 60px;
    position: relative;
    text-shadow: 0 -1px 1px #2E3338;
    text-transform: uppercase;
}
#nav #main_nav .nav_top_item:hover, #nav #main_nav .nav_unique_item:hover {
    background: url("../images/bg_nav_hover.png?v=1") repeat-x scroll left top #22262A;
    border-color: #171A1C #22262A #22262A;
    text-shadow: 0 1px 1px #48627A;
}
#nav #main_nav .nav_top_item.first, #nav #main_nav .nav_unique_item.first {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

#nav #main_nav .nav_top_item.first, #nav #main_nav .nav_unique_item.sub {
    text-transform: none;
    background: url("../images/bg_nav_sub.png") repeat-x scroll left top #22262A;
    border-color: #171A1C #22262A #22262A;
    text-shadow: 0 1px 1px #48627A;
    padding: 12px 0 12px 60px;
}
#nav #main_nav .nav_top_item.first, #nav #main_nav .nav_unique_item.head {
    cursor: default;
}
#nav #main_nav .nav_top_item.first, #nav #main_nav .nav_unique_item.head:hover {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    -moz-transition-duration: 0.1s;
    -moz-transition-property: all;
    -moz-transition-timing-function: linear;
    background: url("../images/bg_nav.png?v=1") repeat-x scroll left top #22262A;
    border-color: #394046 #22262A #17191C;
    border-style: solid;
    border-width: 1px;
    color: #FAFAFB;
    cursor: default;
    display: block;
    font-size: 11px;
    font-weight: bold;
    line-height: 11px;
    padding: 20px 0 20px 60px;
    position: relative;
    text-shadow: 0 -1px 1px #2E3338;
    text-transform: uppercase;
}
#nav #main_nav .nav_top_item.last, #nav #main_nav .nav_unique_item.last {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
#nav #main_nav .nav_top_item.last.no_border_radius, #nav #main_nav .nav_unique_item.last.no_border_radius {
    border-radius: 0 0 0 0;
}
#nav #main_nav .nav_top_item.selected, #nav #main_nav .nav_unique_item.selected {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: url("../images/bg_nav_selected.png?v=1") repeat-x scroll left top #0069CC;
    border-color: #0B83F4 #0B83F4 #05417A;
    border-style: solid;
    border-width: 1px;
    color: white;
    text-shadow: 0 1px 1px #05417A;
}
#nav #main_nav .nav_top_item.selected .icon.dashboard, #nav #main_nav .nav_unique_item.selected .icon.dashboard {
    background-position: 160px 0;
}
#nav #main_nav .nav_top_item.selected .icon.videos, #nav #main_nav .nav_unique_item.selected .icon.videos {
    background-position: 128px 0;
}
#nav #main_nav .nav_top_item.selected .icon.settings, #nav #main_nav .nav_unique_item.selected .icon.settings {
    background-position: 96px 0;
}
#nav #main_nav .nav_top_item.selected .icon.account, #nav #main_nav .nav_unique_item.selected .icon.account {
    background-position: 64px 0;
}
#nav #main_nav .nav_top_item.selected .icon.admin, #nav #main_nav .nav_unique_item.selected .icon.admin {
    background-position: 32px 0;
}
#nav #main_nav .nav_top_item .icon, #nav #main_nav .nav_unique_item .icon {
    background-image: url("../images/navigation_sprite.png?v=1");
    display: block;
    height: 32px;
    left: 14px;
    position: absolute;
    top: 10px;
    width: 32px;
}
#nav #main_nav .nav_top_item .icon.dashboard, #nav #main_nav .nav_unique_item .icon.dashboard {
    background-position: 160px 32px;
}
#nav #main_nav .nav_top_item .icon.videos, #nav #main_nav .nav_unique_item .icon.videos {
    background-position: 128px 32px;
}
#nav #main_nav .nav_top_item .icon.settings, #nav #main_nav .nav_unique_item .icon.settings {
    background-position: 96px 32px;
}
#nav #main_nav .nav_top_item .icon.account, #nav #main_nav .nav_unique_item .icon.account {
    background-position: 64px 32px;
}
#nav #main_nav .nav_top_item .icon.admin, #nav #main_nav .nav_unique_item .icon.admin {
    background-position: 32px 32px;
}
#nav #main_nav ul {
    font-size: 12px;
    line-height: 12px;
}
#nav #main_nav ul a {
    color: #FAFAFB;
    display: block;
    padding: 12px 16px 12px 20px;
    text-shadow: 0 1px 1px #17191C;
}
#nav #main_nav ul a.selected {
    font-weight: normal;
    width: 190px;
}




/******************************************************************************/
/* FORMULAIRE                                                                 */
/******************************************************************************/
.subbox {
    background-color: #FBFBFB;
    border-radius: 4px 4px 4px 4px;
    margin-bottom: 15px;
    padding: 15px;
}

.subbox h1 {
    color: #454D54;
    font-size: 13px;
    text-transform: uppercase;
}

.small_input {
    width: 20%;
}

.medium_input {
    width: 40%;
}
.large_input {
    font-size: 16px;
    width: 60%;
}

input[type="radio"], input[type="checkbox"]
{
    vertical-align: middle; margin: 0;
}


.input_radio
{
    width: 100px;
    vertical-align: middle;
}

.input_text, .input_password, .input_textarea {
    border: 1px solid #D5D5D5;
    border-radius: 4px 4px 4px 4px;
    color: #333333;
    font-size: 13px;
    padding: 6px;
    /*    -moz-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
        margin-top: 5px;
        margin-bottom: 5px;
        vertical-align:middle;*/

}
.input_textarea {
    font-family: Arial,Helvetica,sans-serif;
}

.input_text:hover, .input_password:hover, .input_textarea:hover
{
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #444444;
}

.input_text:focus, .input_password:focus, .input_textarea:focus
{
    border-color: rgba(82, 168, 236, 0.8);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(82, 168, 236, 0.6);
    outline: 0 none;
}

.input_text.errorField, .input_password.errorField, .input_textarea.errorField
{
    border-color: rgba(236, 20, 21, 0.80);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(205, 65, 64, 0.74);
    outline: 0 none;
}

.input_checkbox, .input_radio {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    margin: 0;
    padding: 0;
}
.input_submit {
    margin-top: 20px !important;
}

.date_input, .date_input:hover {
    background: url(../images/calendar-icon.png) no-repeat right center;
    background-origin: content-box;
    background-size: 16px 16px;
    width: 100px;
}

.date_input.time, .date_input.time:hover {
    background: url(../images/calendar-icon.png) no-repeat right center;
    background-origin: content-box;
    background-size: 16px 16px;
    width: 70px;
}

.phone_input, .phone_input:hover {
    background: url(../images/phone-icon.png) no-repeat right center;
    background-origin: content-box;
    background-size: 16px 16px;
    width: 120px;
}

.datetime_input, .datetime_input:hover {
    background: url(../images/calendar-icon.png) no-repeat right center;
    background-origin: content-box;
    background-size: 16px 16px;
    width: 152px;
}

.form .errorlist {
    background-color: #FFFBCC;
    border-radius: 4px 4px 4px 4px;
    color: #990000;
    font-weight: normal;
    padding: 4px 8px;
}

.errorForm
{
    border-radius: 4px 4px 4px 4px;
    color: #990000;
    font-weight: normal;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 4px 8px;
}

.successForm
{
    border-radius: 4px 4px 4px 4px;
    color: #027500;
    font-weight: normal;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 4px 8px;
}


.form label {
    display: block;
    font-weight: bold;
    padding: 10px 0;
}

.form .field_wrapper span {
    color : dimgrey;
}

.form label .required {
    color: red;
}
.form .field_wrapper {
    padding-top: 10px;
}

.form .field_wrapper_view label {
    vertical-align: middle;
}
.form .field_wrapper .field_help {
    font-size: 10px;
    font-style: italic;
    padding: 3px;
}
.form ul label {
    font-weight: normal;
    padding: 0;
}
.form_inline .errorlist {
    display: block;
    margin-left: 210px;
}
.form_inline label
{
    display: -moz-inline-box;
    padding: 0 10px 0 0;
    position: relative;
    text-align: left;
    vertical-align: top;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 240px;
    padding-left: 27px;
}

.form_inline labelParam
{
    display: -moz-inline-box;
    padding: 0 230px 0 0;
    position: relative;
    text-align: left;
    vertical-align: top;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 240px;
    padding-left: 27px;
}

.form_inline .input_submit {
    margin-left: 210px;
    margin-top: 20px;
}

/*.form_inline ul {*/
    /*display: inline-block;*/
/*}*/
.form_inline ul label {
    text-align: left;
    top: 0;
}
.form_inline .field_wrapper {
    padding: 5px 0 5px;
}
.form_inline .field_wrapper .field_help {
    margin-left: 215px;
}




/******************************************************************************/
/* BOUTON                                                                     */
/******************************************************************************/
.button {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #0084FF;
    background-image: -moz-linear-gradient(center bottom , #0069CC, #0084FF);
    border-color: #0B83F4 #0084FF #05417A;
    border-radius: 4px 4px 4px 4px;
    border-style: solid;
    border-width: 1px;
    color: white !important;
    cursor: pointer;
    display: inline-block;
    font-size: 11px !important;
    font-weight: bold;
    line-height: normal;
    margin: 0;
    overflow: visible;
    padding: 7px;
    text-shadow: 0 -1px 1px #06427A;
    text-transform: uppercase;
}

a .button {
    font-size: 13px !important;
}

.button:visited {
    color: white;
}
.button:focus {
    color: white;
}
.button:hover {
    color: white;
}
.button:active {
    color: white;
}
.button:hover {
    text-decoration: none;
}
.button:hover:not(.disabled) {
    background-image: -moz-linear-gradient(center bottom , #0084FF, #0069CC);
}
.button.green {
    background-color: #30AA17;
    background-image: -moz-linear-gradient(center bottom , #3EA624, #41D925);
    border-color: #40DF20 #38C61B #197A06;
    text-shadow: 0 -1px 1px #37A91C;
}
.button.green:hover:not(.disabled) {
    background-image: -moz-linear-gradient(center bottom , #41D925, #3EA624);
}
.button.grey {
    background-color: #CCCCCC;
    background-image: -moz-linear-gradient(center bottom , #CCCCCC, #F5F5F5);
    border-color: #E8E8E8 #CCCCCC #999999;
    color: #444444;
    text-shadow: 0 -1px 1px white;
}
.button.grey:hover:not(.disabled) {
    background-image: -moz-linear-gradient(center bottom , #F5F5F5, #CCCCCC);
}
.button.small {
    font-size: 10px;
    padding: 5px;
}
.button.large {
    font-size: 11px;
    padding: 11px;
}
.button.disabled {
    cursor: default;
    opacity: 0.3;
}




/******************************************************************************/
/* CONTENT                                                                    */
/******************************************************************************/
#content {
    padding-left: 260px;
    padding-right: 20px;
    z-index: 9;
}

#contentRestricted {
    padding-left: 25%;
    padding-right: 25%;
    z-index: 9;
}

#content > .wrapper {
    padding-top: 80px;
}

#contentRestricted > .wrapper {
    padding-top: 80px;
}

.info, .success, .warning, .error, .validation {
    border: 1px solid;
    margin: 2px 0 15px;
    padding:15px 10px 15px 50px;
}
.info {
    color: #00529B;
    box-shadow: 0 1px 5px #22262A;
    border-radius: 4px 4px 4px 4px;
    background: #BDE5F8 url('../images/alert/info.png') no-repeat 10px center;
}
.success {
    color: #4F8A10;
    box-shadow: 0 1px 5px #22262A;
    border-radius: 4px 4px 4px 4px;
    background: #DFF2BF url('../images/alert/success.png') no-repeat 10px center;
}
.warning {
    color: #9F6000;
    box-shadow: 0 1px 5px #22262A;
    border-radius: 4px 4px 4px 4px;
    background: #FEEFB3 url('../images/alert/warning.png') no-repeat 10px center;
}
.error {
    color: #D8000C;
    box-shadow: 0 1px 5px #22262A;
    border-radius: 4px 4px 4px 4px;
    background: #FFBABA url('../images/alert/error.png') no-repeat 10px center;
}

.closeBox {
    background: url("../images/alert/close.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    display: block;
    float: right;
    height: 18px;
    margin-right: 0;
    width: 18px;
}

.edit {
    background: url("../images/edit-icon.png") no-repeat scroll 0 0 transparent;
}


/******************************************************************************/
/* CONTENT BOX                                                                */
/******************************************************************************/
.content_box {
    background: none repeat scroll 0 0 white;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 1px 5px #22262A;
    margin: 0 0 20px;
}

.content_box .content_box_header {
    background: url("../images/bg_content_box_header.png?v=1") repeat-x scroll left top #22262A;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    height: 40px;
    line-height: 40px;
    padding: 0 10px 0 20px;
    position: relative;
}

.content_box .content_box_header h2 {
    color: white;
    display: inline;
    float: left;
    font-size: 17px;
    font-weight: normal;
    line-height: 40px;
    text-shadow: 0 -1px 1px #17191C;
}

.content_box .content_box_content {
    font-size: 12px;
}

.content_box .content_box_content .inner_content {
    padding: 20px;
}




/******************************************************************************/
/* TABLE                                                                      */
/******************************************************************************/
.table {
    border-collapse: collapse;
    width: 100%;
    margin-top : 10px;
    margin-bottom : 10px;
}
.table thead tr {
    border-left: 1px solid #5C6670;
    border-right: 1px solid #5C6670;
}

.table tbody {
    border-bottom: 1px solid #DDDDDD;
}
.table tbody tr.odd {
    background-color: #e3e3e3;
}

.table tbody td.thead {
    border-left: 1px solid #5C6670;
}

.table tbody td {
    border-left: 1px solid #E3E6E8;
    border-right: 1px solid #E3E6E8;
    font-size: 12px;
    border-collapse: collapse;
}

.table td, .table th {
    padding: 10px;
}

.table thead th, .table tbody .thead {
    background-color: #454D54;
    color: white;
    font-size: 11px;
    font-weight: bold;
    text-shadow: 0 1px 1px black;
    text-transform: uppercase;
}

.table tfoot tr {
    background-color: #555d64;
    color: white;
    font-size: 13px;
    font-weight: bold;
    text-shadow: 0 1px 1px black;
    text-transform: uppercase;
}

td .memberPicture {
}


/******************************************************************************/
/* FOOTER                                                                     */
/******************************************************************************/
#content #footer {
    color: #496987;
    font-size: 12px;
    font-weight: bold;
    line-height: 12px;
    margin: 30px 0 0;
    padding: 0 0 20px;
    text-shadow: 0 1px 1px #B5C4D3;
}

#content #footer small {
    margin-right: 30px;
}

#content #footer small a {
    color: white;
    text-shadow: 0 1px 1px #496784;
}




/******************************************************************************/
/* POPIN                                                                      */
/******************************************************************************/
#box_modal {display:none;}
#free_modal {display:none;}
#simplemodal-overlay {background-color:#000;}


.custom-combobox { display: inline-block; margin: 0; margin-right: 1.8em; position: relative; }
.custom-combobox-input { padding: 0.2em; margin: 0; }
.custom-combobox-toggle { position: absolute !important; width: 1.8em !important; margin: 0; margin-left: -1px; top: 0; bottom: 0; height: 1.6em; }
.custom-combobox-toggle .ui-button-text { padding: 0; }
.custom-combobox .ui-autocomplete { max-height: 10em; overflow-y: auto; overflow-x: hidden; }
.ui-autocomplete-loading {
    background: white url('../images/ui-anim_basic_16x16.gif') right center no-repeat;
    background-origin: content-box;
    background-size: 16px 16px;
}