.wrap.forcating-wrap {
    max-width: 100% !important;
}
.form_forcating {

    width: 75%;

}
.forcating-wrap .currency-box {
    position: relative;
}

.forcating-wrap .currency-sign {
    position: absolute;
    top: 7px;
    left: 5px;
    font-size: 14px;
}

.wrap.forcating-wrap .form_forcating .forcasting .currency-box input {
    padding-left: 20px;
}

.forcating-wrap input {

  width: 50%;

}

/*.step {  
    display: none;  
}  
.step.active {  
    display: block;  
}  */

.forcating-wrap .button-group {
    text-align: center;
    padding-top: 30px;
}
.forcating-wrap .button-group button {
    padding: 5px 20px;
    font-size: 18px;
    min-width: 100px;
    border: solid 1px #323232;
    background: #323232;
    color: #fff;
    border-radius: 30px;
    cursor: pointer;
    max-width: 100%;
    display: inline-block;
    margin: 0px 5px;
}
.forcating-wrap .button-group button.next-btn,
.forcating-wrap .button-group button.submit-btn {
    background: #da291c;
}


#wpcontent, #wpfooter {
    margin-left: 160px;
    background: #f1f4f6;
}
.forcating-wrap .form_forcating {
    width: 50%;
    margin: auto;
    background: #fff;
    padding: 30px;
    border-radius: 4px;
}
.wrap.forcating-wrap .form_forcating .forcasting {
    width: 100%;
}
/*.wrap .form_forcating .forcasting input {
    width: 75%;
    border-radius: 2px !important;
    border: 1px solid #dddedf !important;
    margin-bottom: 22px;
}*/
.wrap.forcating-wrap .form_forcating .forcasting label {
    margin-bottom: 0.5rem;
}
.wrap.forcating-wrap .form_forcating .forcasting button, .wrap.forcating-wrap .form_forcating button{
    background: #008aed;
    border: none;
    color: #fff;
    padding: 7px 30px;
    border-radius: 2px;
    outline: none;
    margin-bottom: 15px;
    font-size: 16px;
}
.forcating-wrap h1 {
    text-align: center;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1.6px;
    font-weight: 700;
}

.forcating-wrap .dataTables_wrapper .dataTables_length select {
    padding: 4px 20px;
}
.forcating-wrap table.dataTable.no-footer {
    border: 1px solid #111;
}
.forcating-wrap table.dataTable tbody tr td {
    background-color: #fff;
    border-bottom: 0.8px solid #d7d9da;
}
.forcating-wrap table.dataTable tbody th, table.dataTable tbody td {
    padding: 8px 12px;
}


body{ 
    margin-top:40px; 
}

.forcating-wrap .stepwizard-step p {
    margin-top: 10px;
}

.forcating-wrap .stepwizard-row {
    display: table-row;
}

.forcating-wrap .stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.forcating-wrap .stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.forcating-wrap .stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;

}

.forcating-wrap .stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.forcating-wrap .btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}
.forcating-wrap table#company_list {
    background: #fff;
}

.forcating-wrap table.dataTable tbody tr:nth-child(even) td{
    background: #f2f2f2;
}
.forcating-wrap table.dataTable tbody tr:nth-child(odd) td{
    background: #1d2327cf;
    color: #fff;

}

.forcating-wrap .p-form {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.forcating-wrap .w-md{
    width: 70%;
}
.forcating-wrap .form-group-second {
    padding-right: 4rem;
    position: relative;
    top: 4px;
    font-weight: 600;
    width: 25%;
    font-size: 16px;
}
.entry-content p {
    font-size: 16px !important;
}
.forcating-wrap input[type="text"], .forcating-wrap input[type="password"], .forcating-wrap input[type="email"], .forcating-wrap input[type="url"], .forcating-wrap input[type="date"], .forcating-wrap input[type="month"], .forcating-wrap input[type="time"], .forcating-wrap input[type="datetime"], .forcating-wrap input[type="datetime-local"], .forcating-wrap input[type="week"], .forcating-wrap input[type="number"], .forcating-wrap input[type="search"], .forcating-wrap input[type="tel"], input[type="color"], .forcating-wrap textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fff;
    border-radius: 0;
    border-style: solid;
    border-width: 0.1rem;
    box-shadow: none;
    display: block;
    font-size: 1.6rem;
    letter-spacing: -0.015em;
    margin: 0;
    max-width: 100%;
    padding: 1.5rem 1.8rem;
    width: 100%;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
    font-size: 14px !important;
    color: #2c3338;
}


.forcating-wrap .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide){
    display: inline-block;
    overflow: auto;
    width: calc(100% - 8rem) !important;
    /* margin: auto; */
    margin-left: 4rem;
}
.wrap.forcating-wrap tr td {white-space: nowrap;
}

@media screen and (max-width:767px){
    
    .forcating-wrap .form_forcating{
        width: 100%;
    }
    .forcating-wrap .entry-content p {
    font-size: 16px;
}
    
}

.frontpage button.dt-button.buttons-print {
    background-color: #ebe9eb;
    padding: 3px 12px;
    font-size: 17px;
    border: 1px solid;
}
.frontpage table#company_list {
    margin-top: 20px;
    
}

.frontpage .btn-default {
    color: #000;
    background-color: #ebe9eb;
    border-color: #000;
    border-radius: 0;
    font-weight: 400;
    position: relative;
    left: 80px;
    top: 34px;
    padding: 4px 10px;
    z-index: 10;
}