﻿@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

body {
    font-family: 'Poppins', sans-serif;
}


h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Poppins', sans-serif;
}

#Sale_accordion .rotate {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

#Sale_accordion h4 {
    color: #57468c;
    font-size: 18px;
    font-weight: 600;
}

    #Sale_accordion h4 a:focus, a:hover {
        color: #1e216e;
    }

#Sale_accordion .panel-body {
    height: auto;
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    border: 1px solid #fff;
    border-radius: 2px;
    border-top: solid thin #efefef;
}

#Sale_accordion .panel-default > .panel-heading {
    background-color: #fff !important;
}


.headerSVGSet {
    vertical-align: -20px;
    float: left;
    margin-right: 0px;
    height: 30px;
}

.lblMoreInfo {
    font-size: 14px;
    color: #626262;
    font-weight: 400;
}

#mdlAddEnquiry .panel-group {
    margin: 0px 15px 15px 15px;
}

.panel-title {
    font-size: 14px;
    padding: 3px 0px;
}

.panel-default > .panel-heading {
    padding: 10px 15px 10px 0px;
}

.panel-group .rotate {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

label {
    color: #333;
    font-weight: 600;
    font-size: 12px;
}

.content-header > h1 {
    margin: 0;
    font-size: 15px;
    color: #444;
    font-weight: 600;
}

.footerFixed {
    position: fixed;
    background: #fff;
    right: 0px;
    left: 0px;
    bottom: 0px;
    z-index: 999;
    padding: 5px 10px;
    border-top: solid thin #ededed;
}


/*responsive*/
@media screen and (max-width:1200px) {
}

@media screen and (max-width:991px) {
}

@media screen and (max-width:768px) {
    .main-header .logo {
        display: none;
    }

    .footerFixed {
        left: 0;
    }
}

/*responsive end*/
/*add supplier Css start*/
.modal {
    background: rgba(0, 0, 0, 0.05);
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
}

.modal-header {
    border-bottom-color: #f4f4f4;
    padding: 10px 15px;
    background: #09545d;
    background: #2d83b4;
    background: -moz-linear-gradient(-45deg,#0093a0 0,#2d83b4 100%);
    background: -webkit-linear-gradient(-45deg,#0093a0 0,#2d83b4 100%);
    background: linear-gradient(135deg,#0093a0 0,#2d83b4 100%);
}

.modal-title {
    color: #fff;
}

#mdlAddSupplier .close {
    font-size: 37px;
    font-weight: 200;
    top: 4px;
    color: #fff;
}

#mdlAddSupplier .modal-dialog {
    width: 65%;
}

.modal-footer {
    border-top-color: #f4f4f4;
    position: fixed;
    width: 100%;
    bottom: 0px;
    background: #d4d4d4;
    padding: 10px;
    bottom: 0px;
}

#btnAddNew {
    float: right;
    background: #18AACC;
    color: #fff;
    font-weight: bold;
    font-size: 10px;
    padding: 3px 6px;
    border-radius: 3px;
    margin-bottom: 4px;
}

    #btnAddNew:hover {
        background: #333;
    }
/*add supplier Css End*/
.fixed .main-header, .sidebar-mini.sidebar-collapse .main-sidebar{
    display: none !important;
}

.sidebar-mini.sidebar-collapse .content-wrapper, .sidebar-mini.sidebar-collapse .right-side, .sidebar-mini.sidebar-collapse .main-footer {
    margin-left: 0px !important;
}
.fixed .content-wrapper, .fixed .right-side {
    padding-top: 0px;
}
.content-header > h1 {
    margin: 0;
    font-size: 21px;
    color: #444;
    font-weight: 600;
    text-align: center;
    margin: 10px;
}

.panel-group .panel {
    margin-bottom: 10px !important;
    border-radius: 4px !important;
}

.panel-default {
    border-color: #ddd !important;
}

.panel-title {
    font-size: 16px;
    padding: 3px 0px;
    color: #333 !important;
    margin-bottom: 0;
}


.panel-group .rotate {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.panel-default > .panel-heading {
    color: #333 !important;
    background-color: #f5f5f5 !important;
    border:1px solid #ddd !important;
    padding: 10px 15px 10px 0px;
}

    .panel-default > .panel-heading + .panel-collapse > .panel-body {
        border-top-color: #ddd;
    }

.panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
    border: 1px solid #ddd;
}

.panel-body {
    background: #fff;
    padding: 15px;
    border-top: 1px solid #ddd;
}

.configFeilds {
    color: #f00;
}

.ReqFeilds {
    color: #990000;
}

.errMsgshow {
    color: red !important;
}

.form-control {
    padding: 3px !important;
    height: 28px !important;
    border-radius: 6px !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) !important;
}

.calendaricon {
    position: absolute;
    right: 20px;
    font-size: 16px;
    color: #333;
    z-index: 1;
    top: 27px;
    cursor: pointer;
}
