.idt-table-th {
    padding: 5px 10px;
    margin: 0px 2px;
    text-align: center;
    background-color: rgb(199, 199, 199);
    color: gray;
    font-size: 10px;
    font-weight: 700;
}  
.idt-table-td {
    padding: 5px;
    color: #4d4c4c;
}  
.odd {
    background-color: #e1e0e0;
}  
.even {
    background-color: #b1b1b1;
}  
.idt-type-content{
    box-shadow: 0 0px 1px 0 rgba(0, 0, 0, 0.2), 0 0px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
    margin: 5px;
    background-color: white;
}
.idt-card-dasboard{    
    background-color: #fff;
    box-shadow: 0 0px 1px 0 rgba(0, 0, 0, 0.2), 0 0px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
    margin: 5px;
    font-variant: all-small-caps;
}
.idt-odd-dasboard{    
    background-color: #c7c7c7;
    padding: 5px 15px;
    line-height: 0.7;
}
.idt-even-dasboard{    
    background-color: #f4f5f7;
    padding: 5px 15px;
    line-height: 0.7;
}
.idt-push-validation{  
    padding: 5px 10px;
    margin: 0px 5px;
    cursor: pointer;
    width: 150px;
    text-align: center;
    background-color: rgb(2, 182, 164);
    color: rgb(255, 255, 255);
    border: none;
    text-transform: uppercase;
    box-shadow: 0 0px 1px 0 rgba(0, 0, 0, 0.2), 0 0px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
}
.idt-push-test{  
    padding: 5px 10px;
    margin: 0px 5px;
    cursor: pointer;
    width: 150px;
    text-align: center;
    background-color: rgb(199, 199, 199);
    color: gray;
    border: none;
    text-transform: uppercase;
    box-shadow: 0 0px 1px 0 rgba(0, 0, 0, 0.2), 0 0px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
}
.idt-add-content{  
    padding: 5px 10px;
    margin: 0px 5px;
    cursor: pointer;
    width: 150px;
    text-align: center;
    background-color: rgb(236, 236, 236);
    color: gray;
    border: none;
    text-transform: uppercase;
    box-shadow: 0 0px 1px 0 rgba(0, 0, 0, 0.2), 0 0px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
}
.idt-options-btn {
    background-color: lightgray;
    padding: 5px;
    border-radius: 5px;
    box-shadow: 0 0px 1px 0 rgba(0, 0, 0, 0.2), 0 0px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
}
.idt-options-btn:hover {
    background-color: #a3a3a3;
}
.idt-add-content-options {    
    height: 50px;
    overflow-y: auto;
    box-shadow: 0 0px 1px 0 rgba(0, 0, 0, 0.2), 0 0px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
    margin-bottom: 10px;
    background-color: #8d8d8d;
}
.idt-content-row {
    padding: 2px 0 2px 5px;
}
.idt-content-row:hover {
    background-color: #f3f3f3;
    box-shadow: 0 0px 1px 0 rgba(0, 0, 0, 0.2), 0 0px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
}

.idt-dashboard-feedback-header-chart {
    text-align: center;
    font-weight: 600;
    background-color: #3c3c3c;
    color: white;
}

/* démo */
.dashboard-demo-title{
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
}
.dashboard-demo-label{
    font-size: 12px;
}
.dashboard-demo-item{
    padding: 4px 0px;
}

/* estimate */
.dashboard-estimate-card{
    padding: 10px;
    margin: 10px;
    width: 400px;
    min-width: 400px;
    border-radius: 4px;
}
.dashboard-estimate-card img{
    width: 70px;
    height: 70px;
    border-radius: 4px;
}
.dashboard-estimate-card-content{
    margin: auto 10px;
}
.dashboard-estimate-card-title{
    font-size: 18px;
}
.dashboard-estimate-card input[type=range]{
    width: 100%;
    margin-top: 12px;
}
.dashboard-estimate-card-subcount{
    text-align: center;
    font-size: 12px;
    margin-top: auto;
}
.dashboard-estimate-card-subcount span{
    font-size: 20px;
}
.dashboard-estimate-end{
    background-color: white;
    min-width: 820px;
    width: 820px;
    margin: 20px;
    padding: 20px;
    font-family: sans-serif;
    letter-spacing: initial;
}
.dashboard-estimate-end-left{
    font-size: 14px;
    color: gray;
    margin-bottom: 22px;
}
.dashboard-estimate-end-left img{
    margin: 0px;
}
.dashboard-estimate-end-right, .dashboard-estimate-end-right input{
    text-align: right;
    font-size: 18px;
    color: gray;
}
.dashboard-estimate-end-right input{
    width: 250px;
}
.dashboard-estimate-card-duration{
    background-color:#c48877;
    margin: 2px;
    border-radius: 2px;
    cursor: pointer;
    width: 60px;
}
.dashboard-estimate-card-duration span{
    font-size: 12px;
}
.dashboard-estimate-card-duration.active{
    background-color:#555;
}
.dashboard-estimate-end-line{
    font-size: 12px;
    padding: 2px 0px;
    border-bottom: 1px solid#b5b5b5;
    color:#606060;
    padding-left: 10px;
}
.dashboard-estimate-end-line.header{
    color: white;
}
.dashboard-estimate-end-line.desc{
    background-color:#e6e6e6;
    color:gray;
}
.dashboard-estimate-subtotal{
    text-align: right;
    padding-right: 12px;
}
.dashboard-estimate-service{
    font-size: 12px;
    border-radius: 4px;
    padding: 6px;
    margin: 0px 4px 4px 0px;
}
.dashboard-estimate-service.active{
    background-color:#555 !important;
}
.dashboard-estimate-service input{
    width: 30px;
    height : 17px;
    border-radius: 2px;
    background-color: #373737;
    color:white;
    border: none;
    padding: 0px 4px;
}
.dashboard-estimate-service-free{
    border-radius: 2px;
    margin-left: 6px;
    cursor: pointer;
    width: 17px;
    text-align: center;
}
.dashboard-estimate-service-free.active{
    background-color: #373737 !important
}
.dashboard-estimate-check{
    height: 15px;
    width: 15px;
    border-radius: 2px;
    font-size: 10px;
    text-align: center;
    cursor: pointer;
    border: 1px solid#555;
}
.dashboard-estimate-check.active{
    border-color: white
}

/* survey */
.dashboard-survey-container{
    margin-top: 40px;
    width: 900px;
    font-family: sans-serif;
    background-color: white;
}
.dashboard-survey-title{
    text-align: center;
    font-size: 28px;
    margin: 20px;
}
.dashboard-survey-family{
    font-size: 22px;
    color: white;
    font-weight: bold;
    padding: 10px;
    border-radius: 4px;
    text-align: center;
    margin-bottom: 42px;
    line-height: 38px;
    position: relative;
}
.dashboard-survey-family-bloc{
    background-color: white;
    padding: 100px;
}
.dashboard-survey-word{
    border-bottom: 1px solid grey;
    color: grey;
    font-size: 18px;
    padding: 4px 0px;
    margin-top: 20px;
    margin-bottom: 10px;
}
.dashboard-survey-tag{
    line-height: 14px;
    background-color: #e3e3e3;
    border-radius: 4px;
    padding: 2px 6px;
    font-size: 10px;
    margin: 2px;
}
.dashboard-survey-checkbox{
    border: 1px solid grey;
    width: 16px;
    height: 16px;
    margin: 0px 8px;
    position: relative;
}
.dashboard-survey-checkbox span{
    line-height: initial;
    position: absolute;
    font-size: 10px;
    top: -18px;
    right: -12px;
}
.dashboard-survey-type{
    font-size: 12px;
    margin-top: 2px;
    color:#ccc;
}
.dashboard-survey-question{
    font-size: 14px;
    padding: 4px 0px;
}
.dashboard-survey-question-bloc{
    margin-bottom: 100px;
}
.dashboard-survey-download{
    cursor: pointer;
    margin: 8px;
    font-size: 10px;
    font-weight: initial;
    position: absolute;
    top: 0px;
    color:gray;
    top: -38px;
    left: -8px;
}