﻿
.home-logo {
    width: 73px;
    height: auto;
}
.erp-logo {
    width: 50px;
    height: auto;
}
.page-container{
    margin:0;
}
.form-control {
    border: 2px solid #a6a6a6;
    padding-left: 10px !important;
    border-radius:3px !important;
}
    .form-control:focus {
        border: 2px solid #333;
        border-bottom-color: initial;
        box-shadow: initial;
    }

.btnCustom{
    margin:10px;
}

.select2 {
    border: 2px solid #a6a6a6;
    border-radius: 3px;
}

.table-responsive{
    min-height:300px;
}