.loginbox .button2 {
    background: #f0801d url(../../images/btngrad.png) repeat-x top left; border: 0; padding: 15px 0; text-align: center;
    font-family: 'RobotoCondensed', Arial, Helvetica, sans-serif; font-size: 14px; font-weight: normal; width: 100%; text-transform: uppercase;
    -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.4); box-shadow: 0 1px 2px rgba(0,0,0,0.4);
}
.loginbox .button2:hover { background-color: #f0721e; }

.relooked-filter .dataTables_filter { position:relative; right:0px; top:0px;}
.relooked-filter .dataTables_info { display:none;}
.relooked-filter .dataTables_wrapper label { float:none;}
.relooked-filter .dataTables_wrapper input { width: 400px; margin-bottom: 10px;}
.relooked-filter .dataTables_wrapper table { width: 100%;}

.clickable {
    cursor: pointer;

}
.buttonNext.disabled {
    display:none;
}
.buttonPrevious.disabled {
    display:none;
}
.buttonCancel.disabled {
    display:none;
}
.buttonSave.disabled {
    display:none;
}
input.numeric {
    text-align: right;
}
input.decimal {
    text-align: right;
}
input.numeric.forbidden-value,input.numeric.min-exceeded,input.numeric.max-exceeded,
input.decimal.forbidden-value,input.decimal.min-exceeded,input.decimal.max-exceeded
{
    background-color: red;
    color: white;
}
.wizard .tabbedmenu li a.done:not(.selected) {
    border-bottom: none;
}
.wizard .tabbedmenu li a.done:not(.selected) span.h2, .wizard .tabbedmenu li a.done:not(.selected) span{
    color: #ffb259;
}

.wizard .tabbedmenu li:hover a.done:not(.selected) {
    background-color: #ffb259;
}
.wizard .tabbedmenu li:hover a.done:not(.selected) span.h2, .wizard .tabbedmenu li:hover a.done:not(.selected) span{
    color: white;
}

.wizard .tabbedmenu li:hover a:not(.selected):not(.done) {
    cursor: default;
}

.loading-zone {
    background: url(../../images/loaders/loader6.gif) no-repeat center center;
}
form input:focus {
    background-color: #fafad2;
}
.row-dragged {
    background-color: #fafad2;
}
.tablednd tbody tr:hover td:first-child {
    background:  url(../../images/custom/icons/move.png) no-repeat;
    background-position: 12px 18px;
    cursor: pointer;
}

p label.highlighted {
    color: #FB9337;
    font-weight: bolder;
    text-decoration: underline;
}

form input[type=email] {
    padding: 8px 5px; border: 1px solid #ccc; width: 85%; -moz-border-radius: 2px; -webkit-border-radius: 2px;
    border-radius: 2px; background: #fcfcfc; vertical-align: middle; -moz-box-shadow: inset 0 1px 3px #ddd;
    -webkit-box-shadow: inset 0 1px 3px #ddd; box-shadow: inset 0 1px 3px #ddd; color: #666;
}

input[type="text"].form-error, input[type="email"].form-error {
    border: solid 1px red;
}
select.form-error, select.uniformselect.form-error,div.selector.form-error {
    border: solid 1px red;
}

.form-field-error-text {
    color:red;
    font-style: italic;
}
.odd {
    background-color: #FFFDDD;
}
tr.row-selected {
    background-color:#90ee90;
}

tr.emphasizable.emphasize {
    background-color:#90ee90;
}

tr.row-selected button.stdbtn.calcul-select {
    margin-left:100px;
}
.wizard .tabbedmenu li a.selected, .wizard .tabbedmenu li a.done { background: #fff; color: #333; border-bottom: 1px solid #fff; }
.wizard .tabbedmenu li a.selected span.h2, .wizard .tabbedmenu li a.selected { color: #FB9337; }
.wizard .tabbedmenu li a.selected.done span.h2, .wizard .tabbedmenu li a.selected.done { color: darkorange; }
.wizard .tabbedmenu li a.done span.h2, .wizard .tabbedmenu li a.done span { color: #FB9337; }

.list-item-template {
    display: none;
}

.row-hidden {
    display:none;
}
label.required {
    font-weight: bold;
}
span.error {
    color:red;
}
.opaque {
    opacity: 1;
}
.loginbox.register {
    width: 600px; padding: 5px; background: #fff; -moz-border-radius: 2px; -webkit-border-radius: 2px;
}

.loginbox button.alternative {
    background: #0f91f5 url(../../images/btngrad.png) repeat-x top left; border: 0; padding: 15px 0; text-align: center;
    font-family: 'RobotoCondensed', Arial, Helvetica, sans-serif; font-size: 14px; font-weight: normal; width: 100%; text-transform: uppercase;
    -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.4); box-shadow: 0 1px 2px rgba(0,0,0,0.4);
}
.loginbox button.alternative:hover { background-color: #0976c9; }

.form-field {
    background: #eee url(../../images/icons/username.png) no-repeat 13px center; -moz-border-radius: 2px; -webkit-border-radius: 2px;
    border-radius: 2px; -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.4); -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.4);
    box-shadow: 0 1px 2px rgba(0,0,0,0.4); margin: 10px 0px 10px 0px;
    overflow:hidden;
    width:560px;
}

.form-field div {
    margin-left: 45px; border-left: 1px solid #ddd; background: #fff;
}

.form-field div input, .form-field div select {
    padding: 15px ; border: 0; font-size: 14px; width: 100%; box-shadow: none; color: #666;
    font-family: 'RobotoCondensed', Arial, Helvetica, sans-serif;
}
.form-field div select {
    width: 80%; box-shadow: none; color: #666;
}
.form-field div {
    font-size: 14px; width: 100%; box-shadow: none; color: #999;
    font-family: 'RobotoCondensed', Arial, Helvetica, sans-serif;
}

.form-field.field-password {
    background-image: url(../../images/icons/password.png);
    width:270px;
}
.form-field.field-password-confirm {
    background-image: url(../../images/icons/password.png);
    overflow: hidden;
    width:270px;
}

.form-field.field-firstname {
    width:270px;
}
.form-field.field-lastname {
    width:270px;
}

.form-field.field-email {
    background-image: url(../../images/icons/mail.png);
}

.form-field.field-email div {
    -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px;
}

.form-field.field-email div input {
    -moz-border-radius: 0 2px 2px 0; -webkit-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0;
}

.form-field.field-email div input:focus {
    background-color: #fafad2;
}

.form-field.field-generic {
    background-image: url(../../images/icons/username.png);
    overflow: visible;
}

.form-field.field-generic div {
    -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px;
}

.form-field.field-generic div input, .form-field.field-generic div select {
    -moz-border-radius: 0 2px 2px 0; -webkit-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0;
}

.notibar {
    height: auto; padding-bottom: 14px;
}

.autosize {
    width:auto;
}

form input.error {
    color:red;
}

.form-field-error {
    background: #fffccc; color: #333; margin-bottom: 10px; padding: 0px 10px 0px 10px; text-align: center; font-size: 11px;
    -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px;
    color:red;
}
.form-field-error ul li {
    list-style-type: none;
}

.subcontent.hidden {
    display:none;
}

/* maction buttons */


a.action {
    display: inline-block;
    border: 1px solid #ccc;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font-weight: bold;
    background-repeat: no-repeat;
    -moz-box-shadow: inset 0 1px 0 #fff;
    -webkit-box-shadow: inset 0 1px 0 #fff;
    box-shadow: inset 0 1px 0 #fff;
    background-color: #f7f7f7;
    color: #666;
    margin-right:5px;
}
a.action:hover {
    text-decoration: none;
    color: #333;
    border: 1px solid #bbb;
    opacity: 1;
}
a.action.primary {
    border-color: #cd7a03;
    color: #fff;
    background-color: #FB9337;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 0.9;
}
.a.action.primary:active {
    background-color: #ff9702;
}

a.action.primary span.button-title {
    background-color: #FB9337;
    border-left: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
a.action.primary:hover {
    background-color:#F0882C;
}
a.action.primary:hover span{
    background-color:#F0882C;
}
a span.button-title {
    font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
    font-size: 14px;

    display: inline-block;
    padding:8px 10px 8px 0px;
    background: #f7f7f7;
    -moz-box-shadow: inset 0 1px 0 #fff;
    -webkit-box-shadow: inset 0 1px 0 #fff;
    box-shadow: inset 0 1px 0 #fff;
}
a span.button-icon {
    display:inline-block;
    float:left;
    width:16px;
    height:16px;
    margin:10px;
    background-image: url(../../images/custom/icons/white/sprites.png);
    background-repeat:no-repeat;
}

a span.button-icon {
    background-image: url(../../images/custom/icons/gray/sprites.png);
}
a.primary span.button-icon {
    background-image: url(../../images/custom/icons/white/sprites.png);
}

#cboxWrapper,#cboxLoadedContent {
    overflow:visible;
}

.explanation-text {
    font-size: 12px; font-family: "Helvetica Neue", Arial, Helvetica, sans-serif; color: #666; line-height: 21px;
}

.scenario-optional {
    display:none;
}
.centercontent { margin-left: 0px; position: relative; }

.datatable td:first-child, .datatable th:first-child { border-left: 1px solid #ddd}
.datatable td:last-child, .datatable th:last-child { border-right: 1px solid #ddd}
table tr.highlighted {background-color:#f6e4a5;}

.gradient-bar {
    border: solid 1px gray;
    width:100%;
    height:30px;
}

.smallheader {
    padding: 2px 2px 2px 2px;
    /*
    background: #32415a;
    -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px;
    -moz-box-shadow: inset 1px 1px 2px #2b384e;-webkit-box-shadow: inset 1px 1px 2px #2b384e; box-shadow: inset 1px 1px 2px #2b384e;
    border-bottom: 1px solid #445775;

    */
    float: left;
    cursor: pointer;
}
.smallheader:hover {
    background-color: #2d3b53;
    -moz-border-radius: 4px; -webkit-border-radius: 2px; border-radius: 2px;
    -moz-box-shadow: inset 1px 1px 2px #2b384e;-webkit-box-shadow: inset 1px 1px 2px #2b384e; box-shadow: inset 1px 1px 2px #2b384e;
}

.smallheader2 {
    background-color: #435169;
    -moz-border-radius: 4px; -webkit-border-radius: 2px; border-radius: 2px;
    -moz-box-shadow: inset 1px 1px 2px #2b384e;-webkit-box-shadow: inset 1px 1px 2px #2b384e; box-shadow: inset 1px 1px 2px #2b384e;
}

/*
.userinfo img { border: 1px solid #b9c1ce; vertical-align: middle; }
.userinfo span { color: #b9c2cf; display: inline-block; padding: 0 5px; font-family: 'RobotoCondensed', Arial, Helvetica, sans-serif; }
  */


.topheader {
    border-bottom: 4px solid #fb9337;
    position:fixed;
    left:0px;
    top:0px;
    z-index:10000;
    opacity: 0.96;
    padding: 0px 0px;
    width:100%;
}

.topheader .left {
    margin-top: 7px;
    margin-left: 8px;
    margin-bottom: 5px;
}
.centercontent {
    margin-top: 93px;
}
.pageheader h1.pagetitle {
    margin: 0 20px; color: #485b79; font-weight: normal; font-size: 28px; font-family: 'RobotoBoldCondensed', Arial, Helvetica, sans-serif;
}

.pageheader h1.pagetitle img {
    opacity: 0.4;
    vertical-align: text-bottom;
    position:relative;
    top:-3px;
    left:0px;
    margin-right: 8px;
}
.pageheader h1.pagetitle img:hover {
    opacity: 0.8;
    cursor:pointer;
}
.smallheader {
    /*background: #485b79 url(../../images/default/headerbg.png); */overflow: hidden;
    /*-moz-box-shadow: inset 0 1px 0 #50627f; -webkit-box-shadow: inset 0 1px 0 #50627f; box-shadow: inset 0 1px 0 #50627f;*/
    float:left;
    margin-top:5px;
}
.smallheadermenu {
    overflow: hidden; list-style: none; display: block;
}
.smallheadermenu li {
    float: left; display: inline-block;
}
.smallsmallheadermenu li:first-child { border-left: 0; }
.smallsmallheadermenu li:last-child { border-right: 0; }
.smallheadermenu li a {
    font-size:14pt; display: block; font-family: 'RobotoCondensed', Arial, Helvetica, sans-serif; color: #fff;
    padding: 4px 8px 4px 8px;
    opacity: 0.4;
}
.smallheadermenu li a:hover {
    opacity: 0.9;
}
.smallheadermenu li a { text-align: center; margin-left:10px;margin-right:10px;}
.smallheadermenu li a span { opacity: 0.2; }
.smallheadermenu li a:hover span { opacity: 0.8; }
.smallheadermenu li a span.icon { height: 20px; }

.smallheadermenu li a span.icon-flatscreen { background: url(../../images/icons/flatscreen.white.png) no-repeat center center; }
.smallheadermenu li a span.icon-pencil { background: url(../../images/icons/pencil.white.png) no-repeat center center; }
.smallheadermenu li a span.icon-speech { background: url(../../images/icons/speech.white.png) no-repeat center center; }
.smallheadermenu li a span.icon-message { background: url(../../images/icons/message.white.png) no-repeat center center; }
.smallheadermenu li a span.icon-chart { background: url(../../images/icons/chart.white.png) no-repeat center center; }
.smallheadermenu li a:hover {
    background: url(../../images/default/bghover.png) no-repeat center bottom; -moz-box-shadow: inset 0 1px 0 #4f627e;
    -webkit-box-shadow: inset 0 1px 0 #4f627e; box-shadow: inset 0 1px 0 #4f627e;
}

.smallheadermenu li.current a {
    background: url(../../images/default/arrow-active.png) no-repeat center bottom;
    opacity:1;
}
.smallheadermenu li.current a:hover {
    opacity:0.7;
}


.column { padding-bottom: 100px; }
.ui-sortable-placeholder { border: 1px dotted black; visibility: visible !important; height: 50px !important; }
.ui-sortable-placeholder * { visibility: hidden; }

.datatable2 td:first-child, .datatable2 th:first-child { border-left: 1px solid #ddd}
.datatable2 td:last-child, .datatable2 th:last-child { border-right: 1px solid #ddd}
.datatable2 td.highlighted {background-color:#FB9337;}
.datatable2 tr.highlighted {background-color:#f6e4a5;}

.dataTables_length {
    height:60px;
}

.dataTables_filter {
    display:inline;
    min-width: 300px;
}
.dataTables_filter .label {
    display:inline;
}
