/* 
    Created on : 20 mai 2016, 10:13:05
    Author     : lx
*/
#optim .optim-block {
    padding: 3px;
    margin-bottom: 6px;
    
    border: 1px solid #ccc;
    border-radius: 5px;
    
    box-shadow: 0 1px 3px #171F26;
}
#optim .optim-step-title {
    padding: 3px 5px;

    color: #BCCBD6;
    background-color: #4A5760;
    border: 1px solid #BCCBD6;
    border-radius: 4px;
    box-shadow: 0 0 4px #171F26;
}
#optim .optim-step {
    width: 30px;
    height: 30px;
    margin-right: 3px;
    margin-bottom: 3px;
    font-size: 18pt;
    line-height: 30px;
    font-weight: bolder;
    text-align: center;
    color: #BCCBD6;
    background-color: #171F26;
    border: 1px solid #BCCBD6;
    border-radius: 50%;
    box-shadow: 0 0 4px #171F26;
}
#optim .optim-step-text {
    display: table-cell;
    height: 30px;
    color: #fff;
    font-size: 12pt;
    vertical-align: middle;
    font-weight: bolder;
    text-transform: uppercase;
    text-shadow: 1px 1px 2px #000;
}
#optim .panel-default {
    border: 1px solid #4A5760;
    box-shadow: 0 0 3px #171F26;
}
#optim .optim-stop-title {
    background-color: #BCCBD6;
}
#optim .optim-stop-title a {
    font-weight: bold;
    font-size: .8em;
}
#optim .alert{
    box-shadow: 0 0 2px #333 !important;
    margin-bottom: 0;
    margin-top: 5px !important;
}

#optim .edit-tour {
    padding: 3px;
    margin-top: 3px;
    margin-bottom: 5px;
    border: 1px solid #555;
    border-radius: 4px; 
    font-size: 13pt;
    box-shadow: 0 2px 4px #888;
    text-shadow: 1px 1px 2px #fff;
    text-align: center;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e2e2e2+0,dbdbdb+50,d1d1d1+51,fefefe+100;Grey+Gloss+%231 */
    background: rgb(226,226,226); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=0 ); /* IE6-9 */
}

/* Force fontawsome to display table-cell instead of inline-block */
#optim .tab-pane .bootstrap-touchspin .fa {
    display: table-cell !important;
}