body{
    font-family: 'Open Sans', sans-serif;
    background: #fafbfc;
}

.t_c{
    text-align: center;
}
.t_l{
    text-align: left;
}
.mb10{
    margin-bottom: 10px;
}

.container-fixed{
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
}
.row-top{
    margin-bottom: 30px;
}

#eagle-msg{
    text-align: center !important;
}

h1.title-upload{
    font-size: 32px;
    font-weight: 300;
    margin-top: 25px;
    color: #555;
}

td.uploaded-item{
    padding:8px 25px 8px 10px;
}

.delete-button{
    float:left;
    width:25px;
    visibility: hidden;

}

.delete-button button{
    color:#CD393D;
    font-size: 20px;
    height:45px;
    outline: none;
}


.delete-button button:hover{
    color:#B54949;
}


.row-item{
    line-height:45px;
    height:45px;
}

.download-part{
    margin-top:10px;
}
.uploaded-item:hover .delete-button{
    visibility: visible;
}

.pagination a{
    background: #FF761A;
    text-decoration: none;
    border:1px solid #FF761A;
    padding: 5px 10px;
    color:#fff;
    margin-left: 5px;
    border-radius: 3px;
}

.pagination a.previous{
    margin-right: 5px;
}

.pagination a:hover{
    text-decoration: none;
    background: #fff;
    color: #FF761A;
}

.container-fixed2{
    max-width: 800px;
    padding-top: 40px;
}

.upload-title{
    margin-bottom: 30px;
    margin-top:10px;
}

.choice-upload{
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 40px;
}

.upload-title h1{
    font-size: 34px;
    font-weight: 300;
    color:#333;
    margin-bottom: 20px;
    /*margin-top: 10px;*/
}

.choice-upload-cont{
    border: 1px solid #e6ecf0;
    background: #fff;
    border-radius: 4px;
    padding:40px 20px;
    overflow: hidden;
}

.choice-upload-cont h2{
    font-size: 20px;
    color: #555;
    line-height: 30px;
    /*text-transform: uppercase;*/
}

.choice-upload-cont h3 {
    font-size: 16px;
    color:#555;
    margin-bottom: 30px;

}
.upload-cont2{
    padding: 40px 40px 0px 40px;
}
.s-btn.orange{
    border: 1px solid #ff761a;
    background-color: #ff761a;
    color: white;
    box-shadow: 0 5px 30px #c2cad2;
    margin-top: 25px;
    outline: none !important;
    padding: 7px 25px;
    font-weight: 600;
    font-size:14px;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 15px;

}.s-btn.orange:hover{
    border: 1px solid #ff761a;
    background-color: #ff761a;
    color: white;
    box-shadow: 0 7px 40px rgba(0,0,0,0.35);
    margin-top: 23px;
    margin-bottom: 17px;
}.s-btn.orange:active{
    border: 1px solid #ff761a;
    background-color: #ff761a;
    color: white;
    box-shadow: 0 0px 10px rgba(0,0,0,0.1);
    margin-top: 25px;
    margin-bottom: 15px;
}
.s-btn.orange:foucs{
    outline: none !important;
}

.upload-logo {
    text-align: center;
    /*margin-top: 20px;*/
    margin-bottom: 30px;
}
.upload-logo-alt{
    margin-top: 30px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 70px;
    color: #ff761a;
}
.upload-logo-alt2{
    margin-top: 30px;
    margin-bottom: 20px;
    text-align: center;
}
.upload-logo-alt2 img{
    height:70px;
}
.upload-logo img{
    width:150px;
}

.upload-logo img.cad-logos{
    width:auto;
    height:150px;
}

.container-fixed3{
    max-width: 600px;
}
.upload-cont{
    margin-top: 50px;
    padding: 40px;
}
.upload-wrapper{
    margin-top: 30px;
    margin-bottom: 10px;
}
.upload-section{
    width:45%;
    padding: 15px;
    border-radius:4px;
    /*border:1px solid #eee;*/
    margin-left: auto;
    margin-right:auto;
}

.upload-cont h2{
    margin-bottom: 15px;
}
.upload-form{
    width:270px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
}
.form-label{
    line-height: 30px;
    text-align: left;
}

.form-label-alt{
    line-height: 20px;
}
select.form-control{
    width:88% !important;

}