/* Common Css */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

body
{
    background-color: #fff;
     /*font-family: 'Slabo 27px', serif;*/
   /* font-family: 'Libre Baskerville', serif;*/
   /* font-family: 'Tinos', serif;*/
}
i.fas.fa-toggle-off, i.fas.fa-toggle-on{
    font-size: 1.5rem;
}
.req-star{
    padding: 0px 3px;
    font-weight: 500;
}
.req-class{
    font-size: 14px;
    top: -1px;
}
.custom-label{
    padding-top: 0;
    padding-left: 0;
}
.breadcrumb{
   /* background-color: transparent;
    margin-bottom: 0;*/
}
.breadcrumb-item+.breadcrumb-item::before{
    content: '>';
}
.pgtb{
   /* padding-top: 20px;*/

}
.pgtb .breadcrumb{
    /*padding-left: 1px;*/
}


table.dataTable.no-footer{
    border: 1px solid #bfbfbf;
}

.gj-datepicker .btn{
    padding: 1.175rem 0.75rem;
}



.navbar-color
{
    background-color:#1e2023c7;
}
input
{ 
    border-reduis:10px;
    padding-top:0px; 
}
label
{
    padding-top:8px;
    margin-bottom: 2px;

}

.label-radio{
    padding-left:10px;
}
.divpadd{
    padding-top:12px;
}
.btncus{
    margin: 10px;
}


.map
{
    margin-top: 40px;
}
.map1{   
    margin-top: 40px;
}
.rbutton
{
    margin-top: 30px;
}
*/*Add row button Css*/
.addbtn{
    padding-left: 0px;
    padding-top: 15px;
    margin-left: -5px;
}

.cusborder
{
    border:solid 1px black;
}
#customtable{
    width:100%;
}

.td-align{
    text-align: center;
}
.page-footer{
    background-color:#323741;
    color:#ffffff;
    margin-top: 20px;
}

.footer-copyright{
    background-color:#212529;
}
#mdispatch{
    padding-left:10px;
    padding-right: 10px;
    margin-top:10px;
    /* border:solid;*/
    vertical-align:top;
}
.table-bordered{
    width: 100%;  
    border: solid 1px black;
}




.th-align{

    text-align:center;
    vertical-align:top; 
    padding: 10px;
}
.input1{
    margin-left: 105px;
}
.input2{
    margin-left: 70px;
}
.input3{
    margin-left: 60px;
}
.input4{
    margin-left: 10px;
}
.label-custom{
    padding:10px 20px 20px 30px;
}
.label-custom1{
    padding-left:40px;
}
.label-custom2{
    padding:10px 20px 20px 100px;
}


.salary-label{
    padding-top: 33px;
}

/*---------------- Add Normal Invoice Form Css-------------------- */
.project-desc{
    border: 1px solid black;   
    margin-bottom: 10px;
}
.project-desc .title{
    background-color: #ececec;
    display: block;
    height: 50px;
    margin: 0;
    padding: 0px 10px;
}
.project-desc .fd{
    padding: 5px 15px;
}
.project-desc .title h1{
    float: left;
}   
.project-desc .title a{
    float: right;
}   

/*--------------- View Normal Invoice Css ---------------------------*/
.normal-invoice table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}    
.normal-invoice td,.normal-invoice th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}
.normal-invoice tr:nth-child(even) {
    background-color: white;
}
.text-center{
    text-align: center;
}

.normal-invoice .invoice-title{        
    font-size: 5em;
    margin: 0;
    font-style: italic;
    font-weight: 100;
    color: #607d8b;
}
.normal-invoice .logo{
    margin: 1em 0;
}
.normal-invoice{
    border: 5px solid #248de0;
    margin: 10px 0;
}
.normal-invoice h2{
    border-bottom: 5px solid #135a92; 
}
.project{
    margin-bottom: 30px;
}
.normal-invoice table tr th{
    background-color: #607D8B;
    color:white;
}

.invoice-footer{
    color: #607d8b;
}    
.invoice-footer h1, .invoice-footer p{
    margin-bottom: 0px;
}
.invoice-footer h1{
    margin-bottom: 20px;
}
.invoice-footer p{
    margin-bottom: 5px;
}

/*Summary Style*/
.first-table{
    margin-top: 20px;


}

.second-table{
   margin-top: 20px;


}
.thired-table{
    margin-top: 20px;

}

.first-table-td td{
    font-size:15px;
    font-weight:700;
}

.custom-radio-control{
    margin-top: 30px;
    padding: 0px;
    padding-left: 10px;
    padding-bottom: 7px;
    height: 41px;
}

.custom-radio{
    
    padding: 0px;
    padding-left: 10px;
    padding-bottom: 7px;
    height: 38px;
}

.custom-radio-m{
    margin-top: 8px;
    padding: 0px;
    padding-left: 10px;
    padding-bottom: 7px;
    height: 41px;
}

@media only screen and (max-width: 768px) {
    .custom-radio-mobile{
        margin-top: 30px;
        padding: 0px;
        padding-left: 10px;
        padding-bottom: 7px;
        height: 70px;
        
    }
}

.counter-box {
    display: block;
    background: #f6f6f6;
    padding: 40px 20px 37px;
    text-align: center
}

.counter-box p {
    margin: 5px 0 0;
    padding: 0;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500
}

.counter-box i {
    font-size: 60px;
    margin: 0 0 15px;
    color: #d2d2d2
}

.counter {
    display: block;
    font-size: 32px;
    font-weight: 700;
    color: #ffffff;
    line-height: 28px
}

.counter-box.colored {
    background: #3acf87
}

.counter-box.colored p,
.counter-box.colored i,
.counter-box.colored .counter {
    color: #fff
}
.d-none{
    display:none;
}
#chkveg + .btn-group {
    border-radius: 5px!important;
    border: 1px solid #cbced4!important;
    background-color: #fff!important;
    width: 100%;

}
#chkveg + .btn-group > .btn-default{
   
    background-color: #fff!important;
    width: 100%;

}
.multiselect-selected-text {
    color: #757575!important;
}

.bg-inverse {
    background-color: #808080!important;
} 
 