.row-m-10{
    margin-right: -10px;
    margin-left: -10px;
}
.col-p-10{
    padding-right: 10px;
    padding-left: 10px;
}
.row-m-3{
    margin-right: -3px;
    margin-left: -3px;
}
.col-p-3{
    padding-right: 3px;
    padding-left: 3px;
}

@media(min-width: 1200px){
    .col-p-3 {
        width: 20%;
    }
}

/* .panel-inverse > .panel-heading {
    color: #fff;
    background-color: #3b3e47;
    border-color: #3b3e47;
}
*/

/*---------- Product search area -----------*/
.navbar-search {
    width: 75%;
    margin: 0 auto 20px;
}
.screen-reader-text {
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}
.navbar-search > .input-group {
    width: 100%;
}
.navbar-search .form-control {
    background: #fff;
    line-height: 1.34em;
    padding: 1.01em 15px;
    border-radius: 2px;

}
.navbar-search .input-group .form-control {
    border-width: 2px;
    border-style: solid;
    border-right: 0;
    border-color: #37a000;
    height: 53px;
}
.navbar-search .input-group .input-group-addon {

    border: solid #37a000;
    border-width: 2px 0;
    background-color: #fff;
}

.navbar-search .search-categories > select {
    color: #999;
    padding: 0 1.75rem 0 .75rem;
    background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAMAAACzvE1FAAAADFBMVEUzMzMzMzMzMzMzMzMKAG/3AAAAA3RSTlMAf4C/aSLHAAAAPElEQVR42q3NMQ4AIAgEQTn//2cLdRKppSGzBYwzVXvznNWs8C58CiussPJj8h6NwgorrKRdTvuV9v16Afn0AYFOB7aYAAAAAElFTkSuQmCC) no-repeat right 0.75rem center;
    background-size: 8px 10px;
    border: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 150px;
}
.navbar-search .input-group .btn {
    border-width: 2px;
    border-style: solid;
    border-left: 0;
    color: #fff;
    background-color: #37a000;
    padding: 12px 30px;
    font-size: 18px;
    height: 53px;
    /*border-radius: 25px;*/
}
.navbar-search  .input-group-btn:last-child > .btn{
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

/*---------- Product -----------*/

.product-panel {
    margin-bottom:  6px;
    cursor: pointer;
}
.product-panel .panel-body{
    padding: 8px;
}
.product-panel img{
    width: 100%;
    height: 100px;
}
.product-panel .panel-footer {
    background-color: #f7f9fa;
    border-top: 1px solid #e1e6ef;
    padding: 8px;
    font-weight: 600;
    font-size: 13px;
    min-height: 58px;
}
.actives .panel-footer{
    background-color: #37a000;
    color: #fff;
}
.actives{
    border: 1px solid #37a000;
}



/*.disabled {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}*/


.col-form-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
}
.select2-container--default .select2-selection--single {
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #e4e5e7;
    height: 34px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 32px;
}
.select2-dropdown {
    border: 1px solid #e4e5e7;
    border-radius: 0;
}

.product-list .table > thead > tr > th, 
.product-list .table > tbody > tr > th, 
.product-list .table > tfoot > tr > th,
.product-list .table > thead > tr > td,
.product-list .table > tbody > tr > td,
.product-list .table > tfoot > tr > td {
    vertical-align: middle;
}
.total-price .table > tbody > tr > td:last-child{
    text-align: right;
}








/*---------- Client form -----------*/

.client-add {
    padding: 15px 15px 20px;
    border: 2px solid #3b3e47;
    margin-bottom: 20px;
    position: relative;
}
.client-add-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #3b3e47;
    color: #fff;
    padding: 3px;
    font-size: 13px;
}
.client-add-btn:hover{
    color: #fff;
    background-color: #37a000;
}













.form-wizard .steps, .form-wizard .steps > li > a.step {
    background-color: #fff;
    background-image: none;
    border: 0;
    box-shadow: none;
    filter: none;
    color: #374767;
}
.form-wizard .steps > li > a.step > .number {
    background-color: #eee;
    text-align: center !important;
    padding: 11px 15px 13px;
    margin-right: 10px;
    height: 45px;
    width: 45px;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
}
.form-wizard .steps > li.active > a.step .number {
    background-color: #37a000;
    color: #fff;
}


.pager li button {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
    color: #37a000;
}
.pager li button:focus, .pager li button:hover {
    text-decoration: none;
    background-color: #eee;
}

