.col-lg-12{padding:0px !important;}
.navbar-nav{
	display:-webkit-inline-box !important;
}

/*top menubar*/

.inner > h5 {
    font-weight: 600;
    font-size: 17px;
    color: #666;
}

.inner > small {
    color: #777;
}

.inner > img {
    box-shadow: 0px 0px 5px 0px #ccc;
    border: 2px solid #ccc;
    border-radius: 49%;
    padding: 5px;
}

.navCustom ul > li {
    text-align: center;
    display: inline-block;
}

.col-sm-3, .col-xs-4 {
    padding: 0px !important;
}


/*.navbar-default .navbar-nav>li>a{
        color:#333 !important;
    }*/
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: unset !important;
}

#login-dp {
    min-width: 250px;
    padding: 14px 14px 0;
    overflow: hidden;
    background-color: rgba(255,255,255,.8);
}

    #login-dp .help-block {
        font-size: 12px;
    }

    #login-dp .bottom {
        background-color: rgba(255,255,255,.8);
        border-top: 1px solid #ddd;
        clear: both;
        padding: 14px;
    }

    #login-dp .social-buttons {
        margin: 12px 0;
    }

        #login-dp .social-buttons a {
            width: 49%;
        }

    #login-dp .form-group {
        margin-bottom: 10px;
    }

.btn-fb {
    color: #fff;
    background-color: #3b5998;
}

    .btn-fb:hover {
        color: #fff;
        background-color: #496ebc;
    }

.btn-tw {
    color: #fff;
    background-color: #55acee;
}

    .btn-tw:hover {
        color: #fff;
        background-color: #59b5fa;
    }

@media(max-width:768px) {
    #login-dp {
        background-color: inherit;
        color: #fff;
    }

        #login-dp .bottom {
            background-color: inherit;
            border-top: 0 none;
        }
}


/*end top menubar*/


.popup-price-hr {
    margin-top: 5px;
    margin-bottom: 5px;
}

.popup-price-h6 {
    text-align: left;
}

.popup-price {
    text-align: center !important;
    border: 1px solid red;
    margin: 5px;
    width: 31% !important;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 13px;
}

/* Tabs*/
section {
    padding: 60px 0;
}

    section .section-title {
        text-align: center;
        color: #007b5e;
        margin-bottom: 50px;
        text-transform: uppercase;
    }

#tabs1 {
    /* background: #007b5e; */
    color: #333;
}

    #tabs1 h6.section-title {
        color: #333;
    }

    #tabs1 .nav-tabs1 .nav-item.show .nav-link, .nav-tabs1 .nav-link.active {
        color: #f3f3f3;
        background-color: transparent;
        border-color: transparent transparent #f3f3f3;
        border-bottom: 4px solid !important;
        font-size: 20px;
        font-weight: bold;
    }

    #tabs1 .nav-tabs1 .nav-link {
        border: 1px solid transparent;
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem;
        color: #007bff;
        font-size: 18px;
    }

/*===============================================================================================================================*/

body {
    color: #858796;
}

.border-left-primary {
    border-left: .35rem solid #4e73df !important;
}

.border-left-success {
    border-left: .35rem solid #1cc88a !important;
}

.border-left-info {
    border-left: .35rem solid #36b9cc !important;
}

.border-left-warning {
    border-left: .35rem solid #8a6d3b !important;
}

.border-left-danger {
    border-left: .35rem solid #a94442 !important;
}

.shadow {
    box-shadow: 0 .15rem 1.75rem 0 rgba(58,59,69,.15) !important;
}

.h-100 {
    height: 100% !important;
}

.align-items-center {
    align-items: center !important;
}

.text-xs {
    font-size: .7rem;
}

.text-gray-800 {
    color: #5a5c69 !important;
}

.text-gray-300 {
    color: #dddfeb !important;
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem 0 rgba(58,59,69,.2) !important;
}

.card-header:first-child {
    border-radius: calc(.35rem - 1px) calc(.35rem - 1px) 0 0;
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

div.table-responsive > div.dataTables_wrapper > div.row {
    margin: 0;
}

    div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:first-child {
        padding-left: 0;
    }

@media (min-width: 768px) .col-md-6 {
    flex: 0 0 50%; max-width: 50%;
}

@media (min-width: 576px) .col-sm-12 {
    flex: 0 0 100%; max-width: 100%;
}

div.dataTables_wrapper div.dataTables_filter {
    text-align: right;
}

    div.dataTables_wrapper div.dataTables_filter label {
        font-weight: normal;
        white-space: nowrap;
        text-align: left;
    }

label {
    display: inline-block;
    margin-bottom: .5rem;
}

div.dataTables_wrapper div.dataTables_filter input {
    margin-left: 0.5em;
    display: inline-block;
    width: auto;
}

div.dataTables_wrapper div.dataTables_length select {
    width: auto;
    display: inline-block;
}

div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:last-child {
    padding-right: 0;
}

div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:first-child {
    padding-left: 0;
}

table.dataTable {
    clear: both;
    margin-top: 6px !important;
    margin-bottom: 6px !important;
    max-width: none !important;
    border-collapse: separate !important;
    border-spacing: 0;
}

.table-bordered {
    border: 1px solid #e3e6f0;
}

table.dataTable > thead > tr > th:not(.sorting_disabled), table.dataTable > thead > tr > td:not(.sorting_disabled) {
    padding-right: 30px;
}

div.dataTables_wrapper div.dataTables_info {
    padding-top: 0.85em;
}

div.dataTables_wrapper div.dataTables_paginate {
    margin: 0;
    white-space: nowrap;
    text-align: right;
}

    div.dataTables_wrapper div.dataTables_paginate ul.pagination {
        margin: 2px 0;
        white-space: nowrap;
        justify-content: flex-end;
    }

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .35rem;
}

.d-icon {
    opacity: 0.3;
}

.text-xs {
    font-size: 20px;
}

.col-form-label {
    font-size: 15px !important;
}
