@font-face {
    src: url(../fonts/Montserrat-Regular.otf);
    font-family: Montserrat-Regular;
}

@font-face {
    src: url(../fonts/Poppins-Regular.otf);
    font-family: Poppins-Regular;
}

@font-face {
    src: url(../fonts/Poppins-Light.otf);
    font-family: Poppins-Light;
}

body {
    /*font-family: Poppins-Regular;*/
    font-family: Poppins-Light;
    /*font-family: Montserrat-Regular;*/
    /* background-color: #e5e5e5; */
}

@media(min-width:768px) {
    body {
        margin-top: 50px;
    }
}

#wrapper {
    padding-left: 0;
}

#page-wrapper {
    width: 100%;
    padding: 0;
    /*background-color: #fff;*/
}

@media(min-width:768px) {
    #wrapper {
        padding-left: 225px;
    }
    #page-wrapper {
        padding: 22px 10px;
    }
}


/* Top Navigation */

.top-nav {
    padding: 0 15px;
}

.top-nav>li {
    display: inline-block;
    float: left;
}

.top-nav>li>a {
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 20px;
    color: #292929;
}

.top-nav>li>a:hover,
.top-nav>li>a:focus,
.top-nav>.open>a,
.top-nav>.open>a:hover,
.top-nav>.open>a:focus {
    color: #292929;
    background-color: #dfdfdf;
}

.top-nav>.open>.dropdown-menu {
    float: left;
    position: absolute;
    margin-top: 0;
    /*border: 1px solid rgba(0,0,0,.15);*/
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.top-nav>.open>.dropdown-menu>li>a {
    white-space: normal;
}


/* Side Navigation */

@media(min-width:768px) {
    .side-nav {
        position: fixed;
        top: 63px;
        left: 225px;
        width: 225px;
        margin-left: -225px;
        border: none;
        border-radius: 0;
        /*border-top: 1px rgba(0,0,0,.5) solid;*/
        overflow-y: auto;
        /* background-color: #fff;*/
        background-color: #7b7b7b2e;
        /*background-color: #5A6B7D;*/
        bottom: 0;
        overflow-x: hidden;
        padding-bottom: 40px;
        box-shadow: 7px 12px 6px -6px #b6aeae;
    }
    .side-nav>li>a {
        width: 225px;
        border-bottom: 1px rgba(0, 0, 0, .3) solid;
    }
    .side-nav li a:hover,
    .side-nav li a:focus {
        outline: none;
        color: #292929 !important;
        background-color: #dfdfdf !important;
    }
}

.side-nav>li>ul {
    padding: 0;
    border-bottom: 1px rgba(0, 0, 0, .3) solid;
}

.side-nav>li>ul>li>a {
    display: block;
    padding: 8px 10px 4px 38px;
    text-decoration: none;
    /*color: #999;*/
    color: #000;
}

.side-nav>li>ul>li>a:hover {
    color: #000;
}

.navbar .nav>li>a>.label {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 14px;
    right: 6px;
    font-size: 10px;
    font-weight: normal;
    min-width: 15px;
    min-height: 15px;
    line-height: 1.0em;
    text-align: center;
    padding: 2px;
}

.navbar .nav>li>a:hover>.label {
    top: 10px;
}

.navbar-brand {
    padding: 5px 15px;
}

.navbar-nav>li>a {
    padding-top: 5px;
    padding-bottom: 5px;
}

.navbar-inverse .navbar-nav>li>a {
    color: #292929;
}

.navbar-inverse {
    background-color: #fff;
    border-color: #ffffff;
    box-shadow: 3px 0px 3px 0px;
}

.Dash-icon-part .row {
    background-color: #fff;
    margin: 5px;
    padding: 10px 0;
    border-radius: 7px;
    /* below added by venky */
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.09);
}

.pagination>li {
    display: inline;
    padding: 0px !important;
    margin: 0px !important;
    border: none !important;
}

.btn {
    display: inline-block;
    padding: 2px 8px !important;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn-primary {
    color: #fff !important;
    background: #428bca !important;
    border-color: #357ebd !important;
    box-shadow: none !important;
}

.btn-danger {
    color: #fff !important;
    background: #d9534f !important;
    border-color: #d9534f !important;
    box-shadow: none !important;
}

.table p {
    margin-bottom: 0;
}

.table>tbody>tr>td {
    padding: 3px 8px;
}

.form-sec .btn {
    padding: 8px 15px !important;
    /*background-color: #fff;*/
}

.form-group input[type="radio"] {
    width: 20px;
}

#form-sec-part label {
    width: 100%;
}

#form-sec-part input {
    width: 100%;
    border-radius: 20px;
    border: none;
    padding: 6px 15px;
    outline: none;
}

.table {
    background-color: #fff;
}

.formbox {
    background-color: #fff;
    flex-basis: 35%;
    border-top: 10px solid var(--secondaryred);
    padding: 2% 2%;
    max-width: 500px;
    width: 100%;
    margin: 100px auto;
    border: 1px solid #ccc;
    box-shadow: 0px 5px 4px #cccccc96;
}

.formbox h3 {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 10px;
}

.formbox form label {
    /* color: rgb(44, 159, 222); */
    display: inline-block;
    max-width: 100%;
    margin-bottom: 0.3rem;
    padding-left: 10px;
}

.formbox form .asd {
    border: 1px solid #9d9d9d;
    box-shadow: none;
    background: transparent;
    height: 3.5rem;
    display: block;
    width: 100%;
    padding: 8px 15px;
    border-radius: 5px;
    margin-bottom: 1rem;
    outline: none;
}

.formbox .sb-btn {
    /* display: inline-block;
    text-align: center;
    line-height: 40px;
    background: linear-gradient(to top, rgb(53, 140, 10), rgb(83, 154, 89));
    border: 0;
    width: 100%;
    height: 40px;
    border-radius: 20px;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    outline: none;
    transition: background 0.3s ease-in-out; */
    display: inline-block;
    text-align: center;
    line-height: 40px;
    background: #d1332e;
    border: 0;
    width: 20%;
    height: 40px;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    outline: none;
    transition: background 0.3s ease-in-out;
}

.formbox input[type="submit"] {
    background: #d1332e;
    border: 0;
    width: 20%;
    height: 40px;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    outline: none;
    transition: background 0.3s ease-in-out;
}

.rspnv-table table {
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    /*text-align: left;*/
    /*table-layout: fixed;*/
}

.rspnv-table table caption {
    font-size: 1.5em;
    margin: .5em 0 .75em;
}

.rspnv-table table tr {
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    padding: .35em;
}

.rspnv-table table th,
.rspnv-table table td {
    padding: .625em;
    text-align: left;
}

.rspnv-table table th {
    font-size: .85em;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.data-icons img {
    height: 40px;
    text-align: right;
    padding: 8px;
}

@media screen and (max-width: 600px) {
    .rspnv-table table {
        border: 0;
    }
    .rspnv-table table caption {
        font-size: 1.3em;
    }
    .rspnv-table table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
    .rspnv-table table tr {
        border-bottom: 3px solid #ddd;
        display: block;
        margin-bottom: .625em;
    }
    .rspnv-table table td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: .8em;
        text-align: right;
    }
    .rspnv-table table td::before {
        /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }
    .rspnv-table table td:last-child {
        border-bottom: 0;
    }
}

.invoice {
    background-color: #fff;
}