﻿body {
    
        font-family: "Poppins", 'OpenSans-Regular' !important;


}

/*field-validation-error*/

.field-validation-error {
    color: red;
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
}



/*mandatory*/

.mandatory:after {
    color: Red;
    content: '*';
    padding-left: 5px;
}

label {
    font-weight: normal;
}


.form-group {
    margin-bottom: 10px;
}

    .form-group label {
        display: inline-block;
        margin-bottom: 5px;
        max-width: 100%;
        font-weight: 600;
        font-style: normal;
         font-size: 12px;
        color: #323639;

    }

.form-group-sm .form-control {
    border-radius: 4px;
    font-size: 12px;
    height: 28px;
    padding: 5px 10px;
}

.form-group-sm select.form-control {
    /*height: 28px;
    line-height: 28px;*/
    font-size: 12px !important;
}

/* Currency Control */

.form-inline .form-control {
    display: inline-block;
    vertical-align: middle;
    width: 49%;
}

.form-group select {
    padding: 5px 10px 5px 6px !important;
}

.form-group-sm textarea.form-control, .form-group-sm select.form-control[multiple] {
    height: 28px;
}


.form-group-sm textarea:focus {
    height: 60px;
}

.form-control {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    box-shadow: none;
    color: #777;
    display: block;
    font-size: 12px;
    height: 28px;
    padding: 5px 10px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
    border-radius: 4px !important;

}



/*Radio & checkbox controls css*/

.check-control {
    margin-top: 5px;
}

    .check-control .radio input[type="radio"],
    .radio-inline input[type="radio"],
    .checkbox input[type="checkbox"],
    .checkbox-inline input[type="checkbox"] {
        margin-left: -20px;
        margin-top: 2px;
        position: absolute;
    }

/*Checkbox & border dashed border*/

.border-bottom-chk {
    border: 1px dashed #ddd;
    padding: 5px 5px 2px 5px;
    margin-top: 0;
}

    .border-bottom-chk label {
        margin-bottom: 0;
    }


/*form controls width fix css*/

.input-260 {
    min-width: 260px;
}

.input-240 {
    min-width: 240px;
}

.input-280 {
    min-width: 280px;
}

.select-280 {
    min-width: 280px;
}

.input-240 {
    min-width: 240px;
}

.select-240 {
    min-width: 240px;
}

/*Autocomplete*/
.ui-autocomplete {
    z-index: 1051;
    max-height: 200px;
    overflow-y: auto;
}


/*Datepicker*/

.ui-datepicker .ui-datepicker-title select {
    color: #000;
}

/*=============================My breadcrumb Css start=============================*/

.my-breadcrumb {
    background: #fefcd7;
    margin-bottom: 10px;
    padding: 5px 10px;
    border-radius: 4px;
    border: 1px solid #f6f3bd;
}

    .my-breadcrumb .active {
        color: #dc6a1f;
    }

/*=============================My btn Css start=============================*/

.my-btn {
    background-color: #6d6e71;
    border-color: #6d6e71;
    color: #fff;
    border-radius: 4px;
    border: 0;
    text-transform: uppercase;
    padding: 6px 12px;
    font-weight:bold;
}

    .my-btn:hover,
    .my-btn:focus,
    .my-btn:active,
    .my-btn.active {
        background-color: #444444;
        border-color: none;
        color: #fff;
        border: 0;
    }

    .my-btn.disabled:hover,
    .my-btn.disabled:focus,
    .my-btn.disabled:active,
    .my-btn.disabled.active,
    .my-btn[disabled]:hover,
    .my-btn[disabled]:focus,
    .my-btn[disabled]:active,
    .my-btn[disabled].active,
    fieldset[disabled] .btn-custom:hover,
    fieldset[disabled] .btn-custom:focus,
    fieldset[disabled] .btn-custom:active,
    fieldset[disabled] .btn-custom.active {
        background-color: #6d6e71;
        border-color: none;
        color: #fff;
    }

.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
    background-color: #6d6e71;
    border-color: none;
    color: #fff;
}

/*=============================Modal Popup Customize=============================*/

.modal-content {
    background-clip: padding-box;
    background-color: #fff;
    border: 0;
    border-radius: 4px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    outline: 0 none;
    position: relative;
    /*padding: 5px;*/
}

.modal-header {
    border-bottom: 0;
    padding: 15px!important;
    background-color: #2980b9;
    /*border-radius: 4px;*/
}

.modal-title {
    line-height: 1.42857;
    margin: 0;
    color: #fff;
    font-size: 12px;
    font-style: normal;
    /*font-weight: bold;*/
    text-transform: uppercase;
    font-size: 13px;
}

.modal-body {
    padding: 15px;
    position: relative;
}

.modal-sm .modal-body {
    padding: 15px;
}

.modal-footer {
    border-top: 1px solid #e5e5e5;
    padding: 10px;
    text-align: center!important;
    display:block !important;
}

.modal-footer .btn{margin: 0 auto; display: inline-block; background: #2980b9; color: #fff;  border: none;font-weight: 500; font-size: 12px;}
.modal-footer .btn:hover{border: none; background: #2980b9; color: #fff;}

.close {color: #fff !important; float: right; font-size: 21px; font-weight: bold; line-height: 1; opacity: 1 !important; text-shadow: none;  border: none; background: transparent;
    padding: 0; margin: 0;}

    .close:hover, .close:focus {
        color: #fff;
        cursor: pointer;
        opacity: initial;
        text-decoration: none;
    }

    .overflow-modalpopup {
    height:550px;
    overflow:auto
}

/*=============================Form Panel Css Start=============================*/

.panel {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: none;
    margin-bottom: 0;
}

.panel-default {
    border-color: #ddd;
    margin-top: 15px !important;
}



.panel-default > .panel-heading {
    background-color: #c0e4fe!important;
    border-color: #4b4b4b;
    color: #26557b!important;
    font-size: 12px;
    text-transform: uppercase;
}

.panel-heading {
    border-bottom: 2px solid transparent;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding: 10px;
    font-weight: normal;
    font-style: normal;
    font-size: 12px;
}

    .panel-heading a {
        color: #26557b;
        float: right;
        display: inline-block;
        float: right;
        margin-left: 10px;
        text-transform: initial;
        font-size: 13px;
        cursor:pointer;
    }

        .panel-heading a:hover {
            color: #26557b;
        }


.panel-body {
    padding: 10px 20px;
}

.panel-footer {
    background-color: #f5f5f5;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top: 2px solid #ddd;
    padding: 10px 10px;
    text-align: center;
}

/*Added by Ateeq*/


/*Page Footer*/

.page-footer {
    border-top: 1px solid #ddd;
    padding-top: 10px;
    text-align: center;
    margin-top: 10px;
}

.sub-page-heading {
    background: #ecf0f1;
    padding: 8px 15px;
    border: none;
    border-radius: 4px;    
    color: #19233c;
    font-size: 14px;
    font-style: normal;
}

    .sub-page-heading label {
        margin-bottom: 0;
    }


    .sub-page-heading a {
        color: #fff;
        float: right;
        margin-left: 10px;
    }

    .hd-invoice-sett {background: #4696e3;
    padding: 5px 10px;
    font-size: 12px;
    text-align: left;
    width: 100%;
    color: #ffffff;
    font-weight: 500; margin:10px 0; text-transform:uppercase;}


/*End by Ateeq*/
