.orange-text{
    color:#ed7d31;
}
#odc-wrapper {
    padding: 50px;
}
.c-container {
    max-width: 1230px;
    padding: 0px 15px;
    margin: 0 auto;
}

/*=== site css ===*/
h2 span{
    color: #000;
    font-size: 24px;
}
p{
    margin-bottom: 10px;
    line-height: 26px;
}
h2 {
    font-size: 32px;
    font-weight: 800;
}
ul {
    list-style:none;
    padding: 0;
    margin: 0;
}
.col-sm-2 ul{
    display: flex;
}
.col-sm-2 ul li{
    display: inline-block;
    margin-right:14px; 
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 25px;
}
label{
    font-weight: 700;
    margin-right: 4px;
    margin-bottom: 0px;
}
h4 {
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 0;
}
.top-comments {
    font-size: 17px;
    font-weight: 600;
}
.top-comments img{
    width: 240px;
}
.table-box {
    margin-top: 40px;
}
input[type="text"] {
    width: auto;
    padding: 2px;
    border:none;
    border-bottom:1px solid #000;
}
input[type="text"]:focus{
    outline:none;
}
.border-cl {
    padding-top: 5px;
    padding-bottom: 5px;
    border: 1px solid #000;
    min-height: 40px;
    border-bottom: 0;
}
.border-right-none{
    border-right:none;
}
.border-bottom-none{
    border-bottom:none;
}
.field.btm-field input {
    width: auto;
}
.width_100{
    width: 100% !important;
}
.width_70{
    width:70% !important;
}
.width_30{
    width:30% !important;
}
.bottom-content {
    margin-top: 70px;
}
.bottom-fields div {
    float: left;
}
.bottom-fields div.width_30{
    padding-left: 20px
}
.table-footer.text-center {
    margin-top: 70px !important;
}
.bottom-btn li {
    margin-right: 18px;
    display: inline-block;
}
.bottom-btn li .btn{
    padding:8px 24px;
}
.btn-default{
    background-color: #505872;
    color:#fff;
}
.site-btn{
    background-color: #f26948;
    color:#fff;
}


  @media print {
    .btn{
        display: none;
    }
    .table-footer.text-center {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 40px;
    }
  }