.app-content{
    margin-top: 0!important;
}
.form-control{
    padding: 6px 18px!important;
}

.menu-item.active {
    background-color: rgb(205, 219, 241);
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance:textfield; /* Firefox */

}

.green_label{
    padding: 10px;
    font-size: 14px;
}
.yellow_label{
    padding: 10px;
    font-size: 14px;
}

.lrt{
    direction: ltr;
}


.pers{
    color: red;
}
.button{
    margin: 0 10px;
}
.button ,.button a{
    height: 80px!important;
    line-height: 80px!important;
    display: inline-block!important;
}


.er span{
    color: red;
    font-style: 16px;
}
.er{
    padding: 20px;
    box-sizing: border-box;
    border: 1px solid red;
    background: #f5a5a594;
    border-radius: 20px;

}
@media screen and (max-width: 800px) {
    #main-content .shobe li{
        width: 100%;
    }
    .button{
       width: auto!important;
       min-width: auto!important;
    }
}

.c_red{
    color: #dd0002;
    font-weight: bold;
    font-size: 22px;
}

.disnone{
    display: none!important;
}



#cont table{
    width: 100%;
}
#cont tr{
    text-align: center;
}
#cont td{
    text-align: center;

}
#cont img{
    display: inline-block;
}
#cont p{
    padding: 10px;
    text-align: center;
}

#cont h1{
    text-align: center; border: 1px solid #e13532;border-radius: 10px; padding: 10px;
}
#cont td {
    font-size: 18px;
    height: 30px;
}

#cont tr {
    margin-bottom: 10px;

}
#cont  {
    width: 500px!important;
    margin:  0 auto;
    background: #fff;
    padding: 0 20px;
    box-sizing: border-box;
}
#cont .tit{
    font-size: 20px;
    color: black;
    font-weight: bold;

}
#cont  p{
    font-size:16px;
    color: rgb(100, 100, 100);
    font-weight: bold;
}
.diable_d{
    background: #cfcfcf!important;
}

th ,td{
    text-align: center;
}

.priceimp ,.printprice ,.dyecount_all
 ,.transcard , .transportprice,
 .gendergramage , .coverprice,
 .setting_price
 ,.gendersheetsprice
 ,.cardroole
 ,.reqprofit
  ,.profitreq{
    border: none;
    border-bottom: 2px  solid #000;
    width: 50px;
}
.er_r{
    color: red;
}
#ta td ,#ta th{
    padding: 15px 0px!important;
}
#result li{
    display: inline-block;
    margin: 10px 20px;

}
#get_f{
    color: #192229;
    cursor: pointer;
    border-radius: 30px;
    padding: 1.1em 2em;
    border: 1px solid #e8e8e8;
    text-decoration: none;
    transition: 0.3s;
    cursor: pointer;
display: inline-block;
}
.mmen{
display: none;

}

@media only screen and (max-width: 768px) {
#nmenu{
    display: none;
}
.mmen{
    display: block;
}
}
#get_f,#factor{
display: none;
}

.his{
    height: 0;
    opacity: 0;
}
.his_img img{
    width: 150px;
}
.his_img label{
    padding: 20px;
    border:  10px solid rgb(255, 255, 255);
}
input[type="radio"]:checked+label {

    border:  10px solid rgb(182, 182, 182);
    border-radius: 15px;
}
