a
{
    cursor: pointer;
    text-decoration: underline;
}

label.error
{
    display: block;
    color: #ff0000;
    clear: both;
}

form th, form td
{
    vertical-align: top;
}

form th
{
    text-align: right;
    line-height: 16px;
    white-space: nowrap;
}

input, select, textarea
{
    width: 100%;
}

.el-dialogform-content input, .el-dialogform-content select, .el-dialogform-content textarea
{
    width: auto;
}

input[type=radio], input[type=checkbox], input[type=submit]
{
    width: auto;
    vertical-align: sub;
    padding:2px;
    border:solid 1px #ff9900;
}

input[type=number],
input[type=int],
input[type=integer]
{
    text-align: right;
}

.ui-widget *
{
    font-size: 11px;
}

.w-large
{
    width: 330px;
}

.w-medium
{
    width: 240px;
}

.tip
{
    width:20px;
    cursor: pointer;
    text-decoration: none;
    font-weight: normal;
}

.tip span * {
    display:inherit;
}

.tip span p {
    width: 250px;
    margin: 0;
}

a.tip span
{
    display: none;
    padding:5px 3px;
    margin-left:10px;
    z-index: 1000000;
}

a.tip:hover
{
    position:relative;
}

a.tip:hover span
{
    display:inline;
    position:absolute;
    top:1em;
    left:0.5em;
    border:1px solid #ff9900;
    background-color:#fff;
    color:#555;
}

a sup
{
    font-size:xx-small;
    vertical-align: super;
}

.env-www [title^="@todo"]
/*,body.env-dev [title="@todo"]*/
{
    display: none !important;
}

.text3{
    font-size:10px;
	padding-top:80px;
}

.textlog{
    font-size:13px;
	text-align:right;
}

.textinterface{
	font-weight:bold;
    font-size:12px;
	text-align:right;
}

input[type=submit].log{
    border:0px;
    width:90px;
    cursor:pointer;
    color: white;
    background-color:#130e08;
    font-weight:bold;
}


hr {
    margin: 20px 0;
    border: none;
    border-top: 1px dotted gray;
}

tr.error td {
    background-color: red;
}

#wait {
    width: 100%;
    height: 100%;
    line-height: 100%;
    position: fixed;
    vertical-align: middle;
}

#wait .loader {

    display: block;
    background-image: url(/_public/images/pbar-ani.gif);
    background-position: center center;
    background-repeat: repeat-x;
    width: 200px;
    height: 22px;
    border: 1px solid gray;
    border-radius: 4px;
    margin: auto;
}

#notify {
    position: absolute;
    z-index: 999999999;
    top: 40%;
    left: 35%;
    width: 30%;
}

#notify > div {

    height: 20%;
    top: -10%;
    left: -10%;
    padding: 5px 10px;
}

#notify[data-role=error] > div {
    border: 2px dotted red;
}

.el-rte .toolbar {
    color: black;
}
body
{
	/*background:url(/_public/images/logo_interface.png) no-repeat top center;*/
    background-attachment: fixed;
	background-color:#323231;
    font-family:Verdana, Geneva, sans-serif;
    color:#FFF;
    margin-left: 20px;
    margin-top: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
}

#headbar
{
    width:100%;
    height:83px;
    background-image:url(../images/headBarBg.png);
    background-repeat:repeat-x;
    border-radius:5px;
    margin-bottom:20px;
    margin-top:-10px;
    position:relative;
    vertical-align:middle;
}

#dialog
{
    display: none;
}


input[type=radio],
input[type=checkbox] {
    border:none !important;
    width: auto !important;
}

input[type=date], input[data-type=date] {
    text-align: center;
}

input[type=int],
input[type=integer],
input[type=relative],
input[type=number]{
    text-align: right;
}

input, select, textarea {
    border: 1px solid gray;
}


/* inputs */.discreet {
    color: white;
    font-weight: bold;
    border: none;
    background-color: transparent;
}


input.discount-type {
    cursor: pointer;
    text-align: center;
    width: 20px;
}

textarea.richedit
{
    width: 215mm;
    height: 400px;
} 

textarea.edit
{
    width: 100%;
}


a
{
    color:#ff9900;
}

fieldset
{
/*    background-color:#333;
    background: -moz-linear-gradient(#000, #333);
    border: 1px solid white;*/
    background-color: rgba(10, 10, 10, .6);
    border: 1px solid gray;
    
}

fieldset fieldset {
    background-color: #3B3B3B;
	border: 1px dotted gray;
}

fieldset.box
{
    float:left;
    height:80px;
}

fieldset.colonne
{
    width:31.5%;
    float:left;
    height:160px;
}

fieldset.colonne2
{
    width:64.5%;
    float:left;
    height:160px;
}

legend
{
    font-size:16px;
    color:#ff9900;
    font-weight:bold;
}

.login2
{
    margin:auto;
    width:650px;
    height:538px;
    display: block;
    background-image:url(../images/login.jpg);
    background-position: center 115px;
    background-repeat:no-repeat;
    padding-top:355px;
}

.borderB
{
    border-bottom:dotted 1px #999;
}

.orange,
.color
{
    color:#ff9900 !important;

}

.bouton
{
    border: 1px solid #4297d7;
    background: #2191c0 url(../images/ui-bg_highlight-soft_50_ff9900_1x100.png) 50% 50% repeat-x;
    color: #eaf5f7;
    font-weight: bold;
}

.mornig_out
{
    border:solid 50% #F00;
    border-bottom:none;
    border-left:none;
}

thead.head th {
    background-color: #666666;
}

.input-align {
    display: inline-block;
    padding-top: 3px;
    white-space: nowrap;
}

.ui-button-text-only .ui-button-text {
    padding: 0.1em 0.6em;
}

.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    /* add padding to account for vertical scrollbar */
    padding-right: 20px;
	max-width: auto;
}

.seamless {
    border: none;
    margin: 0;
    padding: 0;
}

table.bo-grid caption {
    font-size:13px;
    text-transform:uppercase;
    color:#F60;
}

.info {
    font-size:10px;
    text-transform:none;
    font-style: italic;
    color: white;
}

.help {
    cursor: help;
    border-bottom: 1px dotted white;
}

.dayplanning{
 border-color:#FFF;  
 border-width:1px;
 border-style:dotted;
 padding-left:5px; 
}

.dayplanning tr:nth-child(2n) {
    background: none repeat scroll 0 0 #b2b2b2;
    color: #000000;
}

.dayplanning tr:nth-child(2n+1) {
    background: none repeat scroll 0 0 #d2d2d2;
    color: #000000;
}

.ui-button .ui-icon {
    margin: 3px 0;
}

.ui-button .ui-icon.small  {
    margin: -.1em -.4em;
}

.bo-grid .row-none, .bo-grid .row-have {
    height: 30px;
}

/*.error {
    display:none !important;
    visibility: hidden !important;
}*/

input:focus, select:focus, textarea:focus {
    border: 1px solid orange;
    box-shadow: 1px 1px 5px orange;
}

[disabled], [readonly]
{
    border: none;
    background-color: transparent;
    box-shadow: none;
    color: #aa7700;
}

.invalid {
    border: 1px solid red;
    box-shadow: 1px 1px 5px red;
}

.planning-photographs.under {
    background-color: #f33;
}

.planning-photographs.just {
    background-color: #0d0;
}

.planning-photographs.over {
    background-color: #096;
}

.space-buttons .ui-button  {
    margin-bottom: .8em; 
}

form .tags input {
    cursor: pointer;
    width: 25%;
    text-align: center;
}

#notify {
    position: fixed;
}

.pronline-state-block {
    background-color: #f66;
}

.pronline-state-progress {
    background-color: #ff6;
}

.pronline-state-done {
    background-color: #6f6;
}


.bo-grid {
    width: 100%;
}

.bo-grid > thead > tr > th, /* extends .orange */
.bo-grid > tfoot > tr > th
{
    color: #ff9900 !important;
    background-color: #3B3B3B;
    text-align: center;
}

.bo-grid th, .bo-grid td
{
    border-spacing: 1px;
    padding: 3px 3px 3px 6px;
}



.bo-grid input[type=checkbox][data-enabled]
{
    display: block;
    margin: auto;
}

.bo-grid tr:nth-child(2n) {
    background: none repeat scroll 0 0 #b2b2b2;
    color: #000000;
}

.bo-grid tr:nth-child(2n+1) {
    background: none repeat scroll 0 0 #d2d2d2;
    color: #000000;
}

.bo-grid td a
{
    color: #000000;;
}

.bo-grid.centered-cells td {
    text-align: center !important;
    vertical-align: middle !important;
}
