.alert-block{
    text-align: center;
    padding: 10px 10px 25px 10px;
    background-color: #eae9dc;
    color: #216299;
}
.alert-block .bt_action{
    width:120px;
    margin-top: 20px;
    margin-bottom: -20px;
}
.alert-block .close-alert{
    height: 32px !important;
    border-right: none;
    width: 100% !important;
    font-size: 12px;
}
.fancybox-skin{
    background-color: #fff !important;
}
.hide{
    display: none !important;
}
#scheduleLegende span.label {
    width: 40px;
}
.picto_reload {
    background: url("../images/bt/bt_actions-slbincH.png") no-repeat scroll left -88px transparent !important;
border: medium none;
box-shadow: none;
height: 20px;
width: 16px;
}
#commandRefresh {
    padding-left: 16px;
    padding-top: 10px;
}

#auditRequestContainer label {
    text-transform: capitalize;
}
#auditRequestContainer label:after {
    content: ':';
}

.dotted-spaced {
    background-image: linear-gradient(to right, #333 10%, rgba(255, 255, 255, 0) 0%);
    background-position: top;
    background-size: 10px 1px;
    background-repeat: repeat-x;
}

.active_link {
    font-weight: 800 !important;
}

#auditRequestTopBloc {
    background-color: white;
    margin: 0 3px 5px 0;
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
    -khtml-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
#resultContainer {
    margin-top: 12px;
}
#parameterLoaderDiv,#iterativeCmdLoaderDiv{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8)!important;
    background-repeat: no-repeat;
    background-attachment: local;
    background-position: center;
    z-index: 75;
}
select::-ms-expand {
    display: none;
}
.copy_action{
    background: #009DCC;
    border-radius: 50%;
    display: block;
    width: 30px;
    line-height: 30px;
    text-align: center;
    margin-right: 15px;
    margin-top: 10px;
    outline: 0;
    font-size: 15px;
    text-decoration: none;
    cursor: pointer;
    color: white;
    float:right;
}
.copy_action:hover{
    background: #EE7C3F;
}
.content .users #resultContainer a {
    color: WHITE;
    font-weight: bold;
}
.copy_paste{
    background-image:url("../images/copy_past-HZrGlwu.png");
    background-repeat: no-repeat;
    height: 40px;
    color: transparent;
    float:right;
    margin-right: 15px;
    margin-top: 10px;
    width: 30px;
    cursor: pointer;
}
.copy_paste:hover{
    background-image:url("../images/copy_past_hover-pq7oA3n.png");
}
#equipment{
    padding-top: 10px;
    padding-left: 5px;
    border-right: 2px solid #23a8c3;
    width: 352px;
}
#command{
    padding-left: 5px;
    border-right: 2px solid #23a8c3;
    width: 352px;
}
#command .select{
    width:240px !important;
    background-position: 230px 8px;
    margin-top: 10px
}
#execute{
    width: 100%;float: right;
}
#lastAuditRequestDiv{
    padding: 1%;
    height:255px;
    width: 519px;
    float: left;
    background-color: white;
}
#resultDiv{
    height: 350px;
    width: 100%;
    float: left;
}
#result{
    background-color: #FFFFFF;
    border-radius: 3px;
    width: 99%;
    height: 94%;
    overflow: auto;
    padding: 0.3%;
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
    -khtml-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

#work_order_execute {
    background: url("../images/bt/bt_actions-slbincH.png")  no-repeat scroll 8px -172px;
    padding: 0 10px 0 30px;
    display: block;
    height: 30px;
    width: auto;
    font-weight: bold;
    border: 1px solid #cacaca;
    border-radius: 5px;
    font-size: 11px;
    background-color: #e5e7e9;
    -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    -khtml-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    float: right;
}
#work_order_execute:hover {
    color: #216299;
    box-shadow: none;
}

#wo_parameterContainer li {
    color: red;
    list-style: none;
}

#wo_parameterContainer label {
    display: block;
}

#topBloc {
    background-color: white;
    margin: 0 3px 5px 0;
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
    -khtml-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

select {
    border-radius: 5px;
    border-color: #c0ced9;
}

.collectionParameter {
    margin: 5px;
}
.collectionParameter input, .collectionParameter select {
    margin: 5px;
}

.element, .tags > div > div{
    padding-left: 15px;
    border-bottom: #0a6aa1;
    border-bottom-width: thin;
    border-bottom-style: solid;
    width: 300px;
}
.delete_element{
    float: right;
    margin-top: 10px;
    cursor: pointer;
}
.collectionParameter input {
    width: 240px;
}
.bytel_elts_label{
    padding-top: 5px;
    padding-bottom: 5px;
}
.last_wo{
    padding: 1%;
    height:255px;
    width: 45.7%;
    float: right;
}
#wo_parameterContainer{
    height:auto;
    min-height:255px;
    position: relative;
    overflow: auto;
    padding: 1%;
    border-right: 2px solid #23a8c3;
}
#wo_command{
    width:240px !important;
    background-position: 230px 8px;
    margin-bottom: 15px
}
#parameterLoaderBlock{
    display: none;
    width: 100%;
    height: 100%;
    text-align: center;
    position: absolute;
    top: 0; left: 0;
    background: white;
    z-index: 100;
}