/* Write your custom CSS here */
input[type="file"] {
    height: 34px !important;
}
input {
    border: 1px solid #CECECE;
    padding: 5px;
}
.mtop{
    margin-top: 20px;
}
.mtop2{
    margin-top: 22px;
}
.dys{
    width: 26px;
    margin-top: 5px;
}
.modal-lg{
    width: 1086px !important;
}
.padd-15{
    padding:15px !important;
}
.table{
    font-size: 11px !important;
    font-weight: bold;
}
.custom-comp{
    border: 2px solid #eeeeee;
    border-radius: 5px;
    padding: 10px;
}
.showcomp{
    display: block;
}
.hidecomp{
    display: none;
}
.box-service{
    padding: 10px;
    border: 1px solid #dce1e4;
}


#opc_input {
 width: 59%;
 background-color: #88E1D9 !important;
/*border-radius:12px;*/
/* border-bottom-left-radius: 0;
border-top-left-radius: 0;*/
}
.btn-postcode {
margin-left:32px !important;
/*margin-top: 15px;*/
width:32% !important;
/*padding: 4px 14px !important;*/
background-color: #469eb9 !important;
color: #fff !important;
font-weight:bold !important;
}
@media (max-width:768px) {
#opc_input{
width: 100% !important;
}
.btn-postcode, .btn-addvehicle{
margin-left:0px;
width: 100%;
margin-top: 15px;

    /*padding: 4px 14px !important;*/
    background-color: #469eb9;
    color: #fff;
	}
}

.custom-ul{
    margin-left: -25px;
}
.btn-darkgreen{
    background:#228B22 !important;
    color: #fff;
}
.btn-view{
    background: #FFA500 !important;
    color: #fff;
}
.btn-edit{
    background: #00008B !important;
}
.btn-cancel{
    background: #8B0000 !important;
}
@media screen and (max-width: 576px) {
    .modal-lg {
        width: 98% !important;
    }
    .nav-tabs>li {
        float: none !important;
    }
}