
.btn-success,.btn-success:hover, .btn-success:focus,
.btn-success:active, .btn-success.active,
.open .dropdown-toggle.btn-success {
    background: #2fb765;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    border-radius: 5px;
    padding: 10px 25px;
    border: none;
}
.btn-warning, .btn-warning:hover, .btn-warning:focus,
.btn-warning:active, .btn-warning.active,
.open .dropdown-toggle.btn-warning {
    background: #e48131;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    border-radius: 5px;
    padding: 10px 25px;
    border: none;
}
.breadcrumb-area {
    padding: 10px 15px;
    background: #3c4554;
    margin-bottom: 15px;
}
.breadcrumb-area .breadcrumb-item a {
    color: #fff;
    font-size: 18px;
    margin: 0;
    line-height: inherit;
    font-weight: bold;
}
.breadcrumb-area li.breadcrumb-item {
    color: #fff;
    font-size: 18px;
    margin: 0;
    line-height: inherit;
    font-weight: bold;
}
.breadcrumb-item + .breadcrumb-item::before {
    content: "\f054";
    color: #49a85d;
    font-family: "Font Awesome 5 Pro";
    padding: 0 8px;
}
.content-area {
    padding: 15px;
}
.content-item {
    background: #fff;
    padding: 20px 15px;
    border-radius: 3px;
}
.heading-area{
    position: relative;
    padding-bottom: 10px;
}
.heading-area h3.heading{
    display: inline-block;
}
.heading-area a.btn {
    font-size: 16px;
    font-weight: normal;
    padding: 7px 25px;
}
.content-item h3.heading {
    font-size: 16px;
    font-weight: 300;
    color: #484848;
    line-height: inherit;
    margin-top: 0;
}
.table-area thead > tr > th {
    font-size: 13px;
    color: #484848;
    font-weight: 600;
    border-bottom: 3px solid #50a374;
}
.table-area tbody > tr > td {
    padding: 10px;
    font-size: 14px;
    color: #484848;
    vertical-align: middle;
    border-top: 1px dashed #ddd;
}
.tabe-btn{
    display: block;
    text-align: center;
}
.tabe-btn a{
    display: inline-block;
    color: #4cbfbe;
    font-size: 14px;
}
.tabe-btn a:hover{
    color: #65BA50;
}
.profile-area > hr {
    border-color: #50a374;
    border-width: 3px;
}
.content-area .content-item hr.bdr-color {
    border-color: #50a374;
    border-width: 2px;
    margin-top: 10px;
    border-style: solid;
}
.profile-area .form-area hr{
    border-color: #c1c1c1;
    border-style: dashed;
}
.form-area .content-item {
    background: #fff;
    padding: 20px 15px;
    border-radius: 3px;
    margin-bottom: 30px;
}
.form-area form > .content-item > .form-group, .form-area form > .content-item > .row,
.form-area form > .form-group.inline{
    max-width: 90%;
}
.city-info .form-area form > .content-item > .form-group, .city-info .form-area form > .content-item > .row,
.city-info .form-area form > .form-group.inline{
    max-width: 95%;
}
.form-area label.control-title {
    color: #1e1e1e;
    font-size: 14px;
    font-weight: 600;
    text-align: right;
}
.form-area label{
    color: #1e1e1e;
    font-size: 14px;
    font-weight: normal;
}
.form-area label span{
    display: block;
}
.form-area input.form-control, .form-area textarea.form-control, .form-area select.form-control {
    border: 2px solid #eae9e9;
    border-radius: 15px;
    font-size: 14px;
    height: auto;
    padding: 8px 15px;
    transition: 0.5s all ease-in;
}
.form-area input.form-control:focus, .form-area textarea.form-control:focus{
    background: transparent;
    border-color: #3c4554;
    transition: 0.5s all ease-in;
}
.form-area select.form-control:focus{
    background: transparent;
    border-color: #3c4554;
    transition: 0.5s all ease-in;
}
.form-area span.fields-bottom {
    color: #1e1e1e;
    font-size: 12px;
    font-style: italic;
    padding-top: 5px;
    padding-left: 15px;
    display: inline-block;
}
.file-upload-area{
    position: relative;
}
.file-upload-area input.file-upload {
    text-indent: -1000px;
    width: 100%;
    cursor: pointer;
}
.file-upload-area label.file-label {
    position: absolute;
    top: 0;
    padding: 12px 20px;
    font-size: 14px;
    cursor: pointer;
}
.form-area span.chevron-down {
    position: absolute;
    width: 35px;
    background: #fff;
    height: 35px;
    right: 17px;
    top: 2px;
    border-bottom-right-radius: 13px;
    border-top-right-radius: 13px;
    line-height: 35px;
    text-align: center;
}



.login-page, .signup-page {
    background: #7A868F url('assets/images/login-banner.jpg') no-repeat center center / cover;
}
.login-logo {
    text-align: center;
    padding-bottom: 20px;
}
.login-logo h2 {
    color: #63ba76;
    font-size: 22px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: inherit;
    margin: 15px 0 0;
}
.login-logo h3 {
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    margin: 0;
    line-height: inherit;
}
.login-wrap form {
    padding: 20px;
}
.login-title {
    text-align: center;
    background: #49a85d;
    -webkit-clip-path: ellipse(75% 100% at top center);
    clip-path: ellipse(75% 100% at top center);
    padding: 25px 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.login-title h3{
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
}
.login-wrap label {
    color: #5f5f5f;
    font-size: 14px;
    font-weight: 400;
    display: block;
    margin-bottom: 8px;
}
.login-wrap input.form-control.text-input {
    border: 2px solid #ededed;
    border-radius: 5px;
    font-size: 14px;
    height: 42px;
}
.login-wrap input.form-control.text-input:focus{
    border-color: #3c4554;
    background: transparent;
    transition: 0.5s all ease-in;
}
.login-wrap label.form-check-label {
    color: #515151;
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    padding-left: 5px;
    margin: 0;
}
.login-wrap a {
    color: #d6542c;
    font-size: 14px;
}
.login-wrap a:hover, .login-wrap a:focus {
    color: #2fb765;
}
.login-wrap button.btn-success {
    padding: 8px 15px;
    text-transform: uppercase;
}
.copyright {
    text-align: center;
    padding-top: 5%;
}
.copyright p{
    color: #e3e3e3;
    font-size: 14px;
    margin: 0;
}
.top-summary .widget .widget-icon {
    position: relative;
    float: left;
    min-width: 50px;
    right: inherit;
    top: -10px;
    padding-right: 10px;
}
.top-summary .widget .widget-icon i{
    font-size: 35px;
    color: #ffffff;
}
.top-summary .widget {
    background: #72c348;
    border-radius: 5px;
    min-height: 100px;
}
.top-summary .col-lg-3.col-md-6:nth-child(2) .widget{
    background: #49a85d;
}
.top-summary .col-lg-3.col-md-6:nth-child(3) .widget{
    background: #198a74;
}
.top-summary .col-lg-3.col-md-6:nth-child(4) .widget{
    background: #09725e;
}
.top-summary .widget .text-box p {
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    line-height: 20px;
    margin: 0 0 5px;
}
.top-summary .widget .text-box span {
    font-size: 17px;
    color: #fff;
    font-weight: 600;
    line-height: 20px;
    margin: 0;
}
.top-summary .widget .inventory-box  {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    line-height: 70px;
    height: 70px;
    text-align: center;
    margin: 0;

}





.big-table.table-area thead > tr > th {
    color: #fff;
    text-align: center;
    background: #d65180;
    font-weight: 600;
    padding: 15px 10px;
    border-bottom: none;
    min-width: 135px;
}
.big-table.table-area thead > tr > th:nth-child(2) {
    background: #b03460;
}
.big-table.table-area thead > tr > th:nth-child(3) {
    background: #7b183b;
}
.big-table.table-area thead > tr > th:nth-child(4) {
    background: #5c2f8e;
}
.big-table.table-area thead > tr > th:nth-child(5) {
    background: #49249b;
}
.big-table.table-area thead > tr > th:nth-child(6) {
    background: #3a3a8b;
}
.big-table.table-area thead > tr > th:nth-child(7) {
    background: #3f5686;
}
.big-table.table-area thead > tr > th:nth-child(8) {
    background: #38688d;
}
.big-table.table-area thead > tr > th:nth-child(9) {
    background: #3a79a9;
}
.big-table.table-area thead > tr > th:nth-child(10) {
    background: #1b7c8b;
}
.big-table.table-area thead > tr > th:nth-child(11) {
    background: #198a74;
}
.big-table.table-area thead > tr > th:nth-child(12) {
    background: #49a85d;
}
.big-table.table-area thead > tr > th:last-child {
    background: #72c348;
}
.big-table.table-area tr > td  a.btn-edit{
    color: #868686;
}
.big-table.table-area tr > td  a.btn-trash{
    color: #c40000;
}
.big-table.table-area tr > td  a.btn-edit:hover,
.big-table.table-area tr > td  a.btn-view:hover{
    color: #3c4554;
}
.big-table.table-area tr > td  a.btn-view{
    color: #49a85d;
}
.big-table.table-area tbody > tr > td {
    color: #1e1e1e;
    border-top: 1px dashed #ddd;
    text-align: center;
    padding: 13px 10px;
}
.big-table.table-area tbody > tr > td:first-child {
    text-align: left;
}
.big-table.table-area tbody > tr:first-child > td {
    border-top: none;
    padding-top: 15px;
}
.big-table.table-area thead > tr > th.large-width,
.big-table.table-area tbody > tr > td.large-width{
    min-width: 250px;
}
.big-table .table-responsive, .transport-table .table-responsive{
    max-width: 100%;
    overflow-x: scroll;
}


.transport-table thead tr th {
    min-width: 100px;
    background: #09725e;
    color: #fff;
    border-bottom: none;
}
.transport-table thead tr th:nth-child(2n){
    background: #095e4d;
}
.transport-table thead tr th:nth-child(3n){
    background: #72c348;
}
.transport-table thead tr th:nth-child(4n){
    background: #49a85d;
}
.transport-table thead tr th:nth-child(5n){
    background: #198a74;
}
.transport-table thead tr th:last-child{
    background: #52dd9a;
}
.transport-table tbody > tr > td.large-width.nowrap{
    white-space: nowrap;
}
.transport-table.table-area tbody > tr > td {
    border-top: 1px dashed #ddd;
}
.transport-table tbody > tr:nth-child(3n+1) td,
.transport-table tbody > tr:nth-child(3n+2) td{
    /*border-top: none;*/
}
.transport-table thead > tr > th.large-width,
.transport-table tbody > tr > td.large-width {
    min-width: 250px;
}
.table-area tbody > tr td{
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.transport-table.table-area tbody > tr:nth-child(1),
.transport-table.table-area tbody > tr:nth-child(3n+1){
    /*background: #f2f2f2;*/
    /*font-weight: 600;*/
}
.transport-table.table-area tbody > tr:nth-child(1) > td:nth-child(1),
.transport-table.table-area tbody > tr:nth-child(3n+1) > td:nth-child(1) {
    /*background: #cecece;*/
    /*font-weight: 600;*/
}
.transport-table.table-area tbody > tr:nth-child(1) > td:nth-child(2),
.transport-table.table-area tbody > tr:nth-child(3n+1) > td:nth-child(2){
    /*background: #d6d6d6;*/
    /*font-weight: 600;*/
}
.transport-table tbody > tr td:last-child{
    text-align: center;
}
.transport-table tbody > tr td a.btn-edit {
    color: #868686;
}
.transport-table tbody > tr td a.btn-trash {
    color: #c40000;
}
.transport-table tr > td a.btn-edit:hover,
.transport-table tr > td a.btn-view:hover {
    color: #3c4554;
}

.content-page > .content {
    z-index: 1;
}
.chart {
    margin-bottom: 30px;
    background: #fff;
    padding: 20px;
}
.chart h3 {
    color: #1e1e1e;
    font-size: 16px;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 15px;
    line-height: inherit;
}














/*================= Responsive Media query ========= */

@media (max-width: 767px) {


    .fixed-left .topbar .navbar-nav > li:first-child {
        display: none;
    }
    .form-area form > .content-item > .form-group, .form-area form > .content-item > .row,
    .form-area form > .form-group.inline{
        max-width: 100%;
    }
    .city-info .form-area form > .content-item > .form-group, .city-info .form-area form > .content-item > .row,
    .city-info .form-area form > .form-group.inline{
        max-width: 100%;
    }
    .table-area .tabe-btn {
        padding-bottom: 20px;
        padding-top: 15px;
    }


    .form-area label {
        padding-bottom: 10px;
    }
    .breadcrumb-area li.breadcrumb-item {
        font-size: 16px;
    }
    .breadcrumb-area .breadcrumb-item a {
        font-size: 16px;
    }



}
@media (max-width: 639px) {

    .topbar .navbar-nav > li:first-child {
        display: none;
    }
    .chart .chartjs-size-monitor canvas {
        min-height: 400px;
    }

}
@media (max-width: 580px) {
    .topbar .topbar-left {
        width: 200px;
    }
    .side-menu {
        width: 200px;
    }
    .content-page {
        margin-left: 200px;
    }
    .logo h2 {
        font-size: 20px;
    }
    .logo h3 {
        font-size: 13px;
    }
    .breadcrumb-area li.breadcrumb-item {
        font-size: 14px;
    }
    .breadcrumb-area .breadcrumb-item a {
        font-size: 14px;
    }
    .form-horizontal .form-group {
        margin-left: 0px;
    }
    .form-area .btn-warning, .form-area .btn-success {
        font-size: 14px;
        padding: 8px 15px;
    }
    .form-area label.control-title {
        text-align: left;
        padding-bottom: 0;
        font-size: 13px;
    }



}

.text-left {
    text-align: left;
}

.inv-row1 {
    background-color: #e2f2e0;
    font-weight: bold;
}
.inv-row2 {
    background-color: #e2f2e0;
    font-weight: bold;
}
.inv-row3 {
    background-color: #b8cde7;
    font-weight: bold;
}
.inv-row4 {
    background-color: #e6d5ed;
    font-weight: bold;
}

.calculator-instructions .table tbody tr:nth-child(odd) {
    background-color: #f2f2f2;
} 
.calculator-instructions .table tbody tr:nth-child(even) {
    background-color: #ebe7e6;
} 

.highlighted-row {
    background-color: #f2f2f2;
} 