/*
 jquery.cap.dimensionnement 1.0
 $Date: 2015-08-12 14:00:00 (Thurs, 12 Aug 2015) $
 $Rev: 1.000 $

 Copyright (c) 2015 Cap Technologie (http://www.cap-technologie.com)

 @dependancies: jquery.layout 1.4.3

*/

 .tma,.tms,.tc,.tatstr{
border: 1px dashed;
font-size:100%;
margin-bottom:5px;
 }

.toggle{
display:none;
}
.cliqueDetails{
cursor:pointer;
}
  .resultatMessage{
 float: left;
 margin-left: 15px;
margin-top: 23px;
font-style: italic;
 }
/* .simulateur  table input{
 
 width:100px; float:right;margin-right:50px;
 }*/
 
.typeProcess td input{
 width:100% !important;
 float:left !important;
 }
 .typeProcess td output{
 padding-top:0 !important;
 }

 #wizard{
     position: absolute;
     top: 30px;
     left: 62%;
     display: none;
     width: 300px;
     max-width: 510px;
     height: auto !important;
     background: #fff;
     box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
     padding: 10px;
     z-index: 1200;
 }

.wizard-panel {
    position: absolute;
    width: 290px;
    max-width: 510px;
    height: auto !important;
    background: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 10px;
    z-index: 1200;
}

 .wizard-title{
     display: block;
     text-align: center;
     vertical-align: middle;
     background-color: rgba(253, 153, 3, 0.7);
     line-height: 25px;
     cursor: move;
     color: black;
 }
 .wz-sub-title{
     font-weight: bolder;
     margin-top: 10px;
 }
 .custom-input{
     width: 95%;
     height: 20px;
 }
 .layout-padding{
    padding: 5px !important;
 }
.form-group {
    margin-bottom: 7px !important;
}
.wz-btn-center{
    margin-left: 22%;
}
.wz-footer{
    margin-bottom: -15px;
    margin-top: 9px;
    background-color: rgba(128, 128, 128, 0.05);
    padding: 5px;
}
.wz-cat{
    min-width: 502px;
    display: block;
    width: 100%;
    padding: 0;
    font-size: 14px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}
.wz-form{
    max-height: 800px;
    overflow: auto;
}
.wz-form .wz-content.layout-padding{
    overflow-x: hidden;
}
.wz-content{
    display: block;
    position: relative;
    overflow: auto;
    color: rgba(0,0,0,0.87);
    background-color: rgb(250, 250, 250);
}

.wz-model-content {
    background-color: rgb(250,250,250);
}
.noscroll {
    overflow: hidden;
}
.no-padding{
    padding: 0 !important;
}
.wz-clear{
    height: 15px;
}
.table-draggable{
    background-color: white;
    z-index: 1;
}
.table-draggable td {
    white-space: nowrap;
}
.tt_container{
    width: 93% !important;
    padding: 0 !important;
}
.error-tr {
    background-color: rgba(221, 44, 0, 0.63) !important;
}
.sub-title{
    font-weight: bolder;
    text-align: center;
}

.wizard-panel-recap {
    position: absolute;
    width: auto;
    max-width: 500px;
    height: auto !important;
    background: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 10px;
    z-index: 1200;
}

.icon-toggle-detail-array {
    display: inline-block;
    position: relative;
    cursor: pointer;
    float: right;
    margin: 6px 10px;
}