﻿.no-padding {
    padding: 0px !important;
}

.purchase-order-right-panel {
    background: lightgrey;
    position: relative;
    padding: 15px 0px 15px;
    height: 100%;
    margin-top: 15px;
}

    .purchase-order-right-panel .heading {
        font-size: 24px;
        font-weight: 700;
        color: #485465;
        padding: 0px;
    }

.progress-bar-new {
    margin-bottom: 10px;
}

    .progress-bar-new h1 {
        /*color: #3a998e;*/
        color: #00704B;
        font-weight: 700;
        font-size: 54px;
        margin-top: 10px;
    }

    .progress-bar-new h5 {
        color: #495468;
        font-size: 13px;
        font-weight: 400;
        margin: 0px;
    }

.progressbar-cont {
    width: 170px;
    position: relative;
    padding-top: 27px;
    margin-top: 26px;
}

.progressbar-value {
    display: inline-block;
    padding-bottom: 6px;
    position: absolute;
    top: 0;
    /*color: #3a998e;*/
    color: #00704B;
    min-width: 45px;
}

span.progressbar-value:before {
    content: '';
    height: 6px;
    width: 3px;
    /*background: #6a6d80;*/
    position: absolute;
    bottom: -4px;
    left: 50%;
    transform: translateY(-50%);
}

.progressbar-value i {
    position: absolute;
    right: -20px;
}

ul li {
    list-style: none;
}

.progressbar-meter ul {
    padding: 0;
    width: 100%;
}

    .progressbar-meter ul li {
        height: 16px;
        float: left;
    }

.progress-bar-new h5 {
    color: #495468;
    font-size: 13px;
    font-weight: 400;
    margin: 0px;
}

    .progress-bar-new h5 span {
        color: #3a998e;
        font-weight: 700;
        font-size: 15px;
    }

.compared-rate h4 {
    font-size: 16px;
    font-weight: 700;
    color: #495468;
}

.list-cart {
    margin-bottom: 10px;
}

    .list-cart table {
        margin-bottom: 0px;
    }

        .list-cart table tr td.
        ,
        .list-cart table tr td.percent,
        .list-cart table tr td.icon-smile {
            background-color: transparent;
            border: 0;
        }

        .list-cart table tr td.ingredients {
            color: #6a6d80;
            font-weight: 400;
            font-size: 14px;
            padding-left: 0px;
            width: 153px;
            text-align: left;
        }

        .list-cart table tr td.percent {
            color: #495468;
            font-weight: 700;
            font-size: 16px;
        }

        .list-cart table tr td.icon-smile img {
            margin-top: 0px;
        }

.red {
    color: #f46262 !important;
}

.extra_meals h4 {
    font-size: 15px;
    font-weight: 700;
    color: #495468;
    margin-top: 0px;
    padding-top: 15px;
    border-top: 1px solid #979797;
    margin-bottom: 10px;
}

.meal_percentage .progress {
    overflow: hidden;
    height: 6px;
    background-color: #c7c8ca;
    border-radius: 4px;
    box-shadow: none;
    margin-bottom: 0;
    width: auto;
    margin-top: 7px;
}

.meal_percentage .progress-bar {
    /*background-color: #02b0b1;*/
    background-color: #00704B;
    box-shadow: none;
}

.questions-panel h4 {
    color: #495468;
    font-weight: 700;
    font-size: 24px;
    padding-top: 0px;
    margin-top: 0px;
}

.questions-panel h1 {
    /*color: #02b2b2;*/
    color: #00704B;
    font-weight: 700;
    font-size: 54px;
    padding: 0px;
    margin: 0px;
}

.questions-panel h5 {
    color: #495468;
    font-weight: 400;
}

.recipe_graph {
    margin-bottom: 13px;
}

    .recipe_graph .col-md-6 {
        padding: 0px !important;
    }

    .recipe_graph .chart-pi {
        margin-top: 20px;
    }

    .recipe_graph .pie {
        margin: 0;
        width: 110px;
        height: 110px;
        overflow: hidden;
        position: relative;
        border-radius: 100%;
    }

    .recipe_graph .pie {
        border-radius: 100%;
        height: calc(var(--size, 200) * 1px);
        overflow: hidden;
        position: relative;
        width: calc(var(--size, 200) * 1px);
        margin: 0 auto;
        width: 96px;
        height: 97px;
    }

    .recipe_graph .pie__segment {
        --a: calc(var(--over50, 0) * -100%);
        --b: calc((1 + var(--over50, 0)) * 100%);
        --degrees: calc((var(--offset, 0) / 100) * 360);
        -webkit-clip-path: polygon(var(--a) var(--a), var(--b) var(--a), var(--b) var(--b), var(--a) var(--b));
        clip-path: polygon(var(--a) var(--a), var(--b) var(--a), var(--b) var(--b), var(--a) var(--b));
        height: 100%;
        position: absolute;
        -webkit-transform: translate(0, -50%) rotate(90deg) rotate(calc(var(--degrees) * 1deg));
        transform: translate(0, -50%) rotate(90deg) rotate(calc(var(--degrees) * 1deg));
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        width: 100%;
    }

        .recipe_graph .pie__segment:after,
        .recipe_graph .pie__segment:before {
            background: var(--bg, #e74c3c);
            content: '';
            height: 100%;
            position: absolute;
            width: 100%;
        }

        .recipe_graph .pie__segment:before {
            --degrees: calc((var(--value, 45) / 100) * 360);
            -webkit-transform: translate(0, 100%) rotate(calc(var(--degrees) * 1deg));
            transform: translate(0, 100%) rotate(calc(var(--degrees) * 1deg));
            -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
        }

        .recipe_graph .pie__segment:after {
            opacity: var(--over50, 0);
        }

.graph_progressbar p.text {
    font-size: 12px;
    display: block;
    width: 108px;
    margin-top: -2px;
}

.bar {
    margin-top: 25px;
}

.graph_progressbar p.green {
    background-color: #02b0b1;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.graph_progressbar p.blue {
    background-color: #006fff;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.graph_progressbar p.yellow {
    background-color: #ffc51c;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.graph_progressbar p.green-light {
    background-color: #6eb706;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.overall_rating-col {
    padding-top: 0px;
}

.overall_rating-col h1 {
    margin: 0 !important;
    color: #515151;
    background: #c3c3c3;
    padding: 28px 17px;
    text-align: left;
    font-size: 25px;
}

.rating_info,
.budget {
    padding: 20px 0;
    border-bottom: 1px solid #666666;
    margin-bottom: 15px;
}

.rating_info .rating_panel {
    float: left;
    /*width: 33.33%;*/
    position: relative;
    padding-top: 0;
}

.rating_info .rating_panel:last-child p {
    border-right: 0;
}

.rating_panel p {
    color: #666666;
    font-size: 15px;
    font-weight: 700;
    padding: 0 8px;
    margin-right: 3px;
    border-right: 1px solid #666666;
    margin-bottom: 0;
    height: 70px;
}

.rating_panel p span {
    color: #515151;
    font-size: 12px;
    display: block;
    font-weight: 400;
}

.rating_panel p span.product_cost {
    color: #00704B;
    font-size: 12px;
    display: block;
    /* text-align: center; */
    font-size: 20px;
    font-weight: 700;
    width: 100%;
}

.rating-progress-bar {
    width: 87%;
    margin: 0 auto;
}

.rating-progress-circle {
    position: relative;
    padding-top: 0px;
}

.rating-progress-circle span {
    position: absolute;
    right: 0px;
    top: 0;
    font-size: 12px;
    color: #515151;
}

.rating-progress-circle i {
    position: absolute;
    right: 70px;
    width: 1px;
    height: 50px;
    background: #ccc;
    transform: rotate(77deg) translate(-2em) rotate(-45deg);
    z-index: 2;
    top: 48px;
}

.rating-progress-bar ul {
    padding: 0;
}

.chart-skills {
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
}

.chart-skills *,
.chart-skills::before {
    box-sizing: border-box;
}

.chart-skills li.rating-pointer {
    border-color: #02b2b2;
    width: 100%;
    transform: rotate(287deg) translate(9em) rotate(-295deg);
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background-color: #50e3c2;
    transform-origin: 50% 0;
    transform-style: preserve-3d;
    backface-visibility: hidden;
    animation-fill-mode: forwards;
    animation-duration: .4s;
    animation-timing-function: linear;
}


/* CHART-SKILLS STYLES*/

.chart-skills {
    position: relative;
    width: 275px;
    height: 137px;
    overflow: hidden;
}

.chart-skills::before,
.chart-skills::after {
    position: absolute;
}

.chart-skills::before {
    content: '';
    width: inherit;
    height: inherit;
    border: 45px solid rgba(211, 211, 211, .3);
    border-bottom: none;
    border-top-left-radius: 175px;
    border-top-right-radius: 175px;
}

.chart-skills::after {
    content: '';
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
    font-size: 1.1rem;
    font-weight: bold;
}

.chart-skills li {
    position: absolute;
    top: 100%;
    left: 0;
    width: inherit;
    height: inherit;
    border: 20px solid;
    border-top: none;
    border-bottom-left-radius: 175px;
    border-bottom-right-radius: 175px;
    transform-origin: 50% 0;
    transform-style: preserve-3d;
    backface-visibility: hidden;
    animation-fill-mode: forwards;
    animation-duration: .4s;
    animation-timing-function: linear;
}

.chart-skills li:nth-child(1) {
    z-index: 5;
    animation-name: rotate-one;
}

.chart-skills li:nth-child(2) {
    z-index: 4;
    animation-name: rotate-one;
}

.chart-skills li:nth-child(3) {
    z-index: 3;
    animation-name: rotate-two;
    animation-delay: .4s;
}

.chart-skills li:nth-child(3) {
    z-index: 2;
    animation-name: rotate-three;
    animation-delay: .8s;
}

.chart-skills li:nth-child(4) {
    z-index: 1;
    animation-name: rotate-four;
    animation-delay: 1.2s;
}

p.rating-panel-count {
    border: 0;
    position: absolute;
    top: 34%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.rating_panel p span.rating-percentage {
    font-size: 53px;
    font-weight: 500;
    color: #495466;
}

.rating_panel p span.rating-budget-count {
    font-size: 14px;
    font-weight: 400;
}

.rating_info {
    padding: 20px 0;
    border-bottom: 1px solid #666666;
    margin-bottom: 15px;
}

.budget {
    padding: 0px 0;
    border-bottom: 0px solid #666666;
    margin-top: 15px;
    margin-bottom: 0px;
}

.budget_panel {
    width: 50%;
    float: left;
    padding: 0 10px;
}

.budget_panel p {
    font-size: 16px;
    color: #515151;
    font-weight: 700;
}

.budget_panel p span {
    display: block;
    font-weight: 400;
    font-size: 13px;
}

.budget_panel p span.product_cost {
    font-size: 22px;
    font-weight: 700;
    color: #515151;
    position: relative;
}

.triangle-down {
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 15px solid #fdad32;
}

.triangle-up {
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 15px solid #00a99e;
}

.triangle-up,
.triangle-down {
    position: absolute;
    left: 0;
    bottom: 7px;
}

.img-bar span img {
    width: 21px;
    position: relative;
    top: -2px;
}

.form-control[disabled], fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #f8f8f8 !important;
    border: 1px solid #dadfdb;
}

.editSupplierDetails {
    border-bottom: 1px solid #dadfdb !important;
}

.supplier-profile-menu-item {
    display: inline-block;
    overflow:hidden;
}

    .supplier-profile-menu-item img {
        filter: brightness(40%);
        display: block;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .supplier-profile-menu-item:hover img {
        filter: brightness(100%);
        -webkit-transform: scale(1.25);
        transform: scale(1.25);
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .supplier-profile-menu-item h3 {
        position: absolute;
        left: 50%;
        width: 100%;
        top: 50%;
        right: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        color: white;
        margin: 0px !important;
    }

.supplier-performance-menu-item {
    display: inline-block;
    overflow: hidden;
}

    .supplier-performance-menu-item img {
        filter: brightness(40%);
        display: block;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .supplier-performance-menu-item:hover img {
        filter: brightness(100%);
        -webkit-transform: scale(1.25);
        transform: scale(1.25);
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .supplier-performance-menu-item h3 {
        position: absolute;
        left: 50%;
        width: 100%;
        top: 50%;
        right: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        color: white;
        margin: 0px !important;
    }

    .supplier-profile-menu-item.active img,
    .supplier-performance-menu-item.active img {
        filter: brightness(100%);
    }

.add-warehouse .control-label {
    font-size: 12px;
    padding: 0px !important;
    margin-top: 9px;
}

.add-warehouse .form-control {
    height: 21px;
    padding-left: 0px; 
}

.checkbox-group input {
    display:none;
}

.checkbox-group label:before {
    background-color: #D3EBF5;
    border-color: #2499CE;
    transition: 0.15s ease-in-out;
    content: '';
    -webkit-appearance: none;
    background-color: #efefef;
    border: 1px solid rgba(225, 225, 225, 0.5);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
}

.checkbox-group input:checked + label:before {
    /*background-color: #5cd6c7;*/
    background-color: #00704B;
}

.checkbox-group input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 17px;
    width: 7px;
    height: 16px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    border-color: white;
   
}

.checkbox-group label {
    margin-left: 9px;
}

/*body.modal-open {
    overflow: hidden !important;
}*/

.modal {
    text-align: center;
    padding: 0 !important;
}

    .modal:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -4px;
    }

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.scroller-bar .content-scroller {
    height:500px;
}

/*content scroller css*/

.mCSB_inside > .mCSB_container {
    margin-right: 15px;
}

.mCSB_scrollTools {
    right: -5px;
    bottom: 3px;
}

    .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        height: 90%;
        width: 3px;
        margin-top: 2px;
        margin-bottom: 5px;
        background-color: #5cd6c7;
    }

    .mCSB_scrollTools .mCSB_draggerRail {
        width: 5px;
        background-color: #666666;
    }

.mCSB_inside > .mCSB_container {
    margin-right: 30px;
    overflow: visible;
}

.mCSB_scrollTools {
    right: -5px;
    bottom: 3px;
}

    .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        height: 99%;
        width: 3px;
        margin-top: 2px;
        margin-bottom: 5px;
        background-color: #5cd6c7;
    }

    .mCSB_scrollTools .mCSB_draggerRail {
        width: 5px;
        background-color: #666666;
    }

.mCSB_inside > .mCSB_container {
    margin-right: 0px;
}

.scroller-panel {
    padding-top: 0px;
}

#supplier-warehouses .col-xs-4, #supplier-trucks .col-xs-4 {
    margin-bottom: 15px;
}

.supplier-warehouse-panel .panel-heading {
    border-color:white !important;
}

    .supplier-warehouse-panel .panel-heading a {
        display: inline-block;
        margin-top: 15px;
        font-size: 18px !important;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 220px;
        margin-right: 0px !important;
        text-align: left;
        vertical-align: middle;
        float: left;
        color: #666666;
    }

    .supplier-warehouse-panel .panel-heading span {
        font-size: 14px !important;
        margin-top: 15px;
        display: inline-block;
        vertical-align: middle;
        float: right;
        cursor: pointer;
    }

        .supplier-warehouse-panel .panel-heading span.warehouseactive,
        .supplier-warehouse-panel .panel-heading span.truckactive {
            background-color: #020A08;
            padding: 7px 22px;
            color: #F5F5F5;
            font-weight: 400;
            cursor: pointer;
            border-radius: 200px;
            text-transform: uppercase;
            line-height: 15px;
            height: auto;
            font-size:10px !important;
        }

            .supplier-warehouse-panel .panel-heading span.warehouseactive:hover,
            .supplier-warehouse-panel .panel-heading span.truckactive:hover {
                background-color: #020A08;
                padding: 7px 22px;
                color: #68DA6A;
                font-weight: 400;
                cursor: pointer;
                border-radius: 200px;
                text-transform: uppercase;
                line-height: 15px;
                height: auto;
                font-size: 10px !important;
            }

        .supplier-warehouse-panel .panel-heading span.warehouseinactive,
        .supplier-warehouse-panel .panel-heading span.truckinactive {
            background-color: #bac3d0;
            padding: 7px 22px;
            color: #F5F5F5;
            font-weight: 400;
            border-radius: 200px;
            text-transform: uppercase;
            line-height: 15px;
            font-size: 10px !important;
        }

#warehouseDetailsAppendModals .form-control {
    border: 1px solid #dadfdb;
    margin-bottom: 10px;
}

#warehouseDetailsAppendModals span.label {
    display: block;
    height: 34px;
    margin-top: 8px;
    color: #666666;
    text-align: left;
    font-weight: 400;
}

/*#warehouseDetailsAppendModals button.btn.dropdown-toggle.btn-default {
    padding: 0px !important;
    border-radius: 0px;
}*/

div#wrapper-country-warehouse-edit_12 {
    padding-left: 0px !important;
    margin-bottom: 10px;
    padding-right: 0px !important;
    border-radius: 0px;
}

#warehouseDetailsAppendModals .checkbox-group label {
    position: relative;
    margin-left: 0;
}

#warehouseDetailsAppendModals .checkbox-group input:checked + label:after {
    top: 7px;
    left: 8px;
}

#warehouseDetailsAppendModals input[type="file"] {
    margin: 0 !important;
    height: auto !important;
    font-size: 11px !important;
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

.add-truck .checkbox-group label {
    margin-left:0px;
}

.add-truck .checkbox-group input:checked + label:after {
    left: 22px;
}

.add-truck img.truckUploadedImage {
    width:100px;
}

.filter-button {
    margin-right: 14px;
}

.filter-button:last-child{
    margin-right:0px;
}


#portsOfWarehouseShowModal .list-group-item .additionalInfo {
    float: right;
}

#portsOfWarehouseShowModal .list-group-item span {
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 136px;
    display: inline-block;
}

#truckDetailsAppend label.control-label {
    font-size: 15px;
    font-weight: 400;
}

#truckDetailsAppend .checkbox-group input:checked + label:after {
    left: 23px;
}

#truckDetailsAppend .checkbox-group label {
    margin-left: 0px;
}

.image-1 img {
    float: right;
}

.reqnametable {
    text-align:left;
}

#portwiseawardedpercent {
    height: 200px;
    overflow: auto;
}

#portwiseawardedpercent::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

#portwiseawardedpercent::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

/*tender and requisition listing*/
.containerlisting {
    padding-left: 0;
    padding-right: 0;
}

.panel-footer {
    border-bottom-right-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
    background-color: #279B9C !important;
}

.panel-footer span{
    color: white;
    font-size: 12px;
    margin-top: 5px;
}

.quotation-request select {
    width: 100%;
}

.legends{
    padding-right:0px !important;
}

.legends div {
    display: inline-block;
    margin-right: 20px;
    float: right;
    vertical-align: middle;
    font-size: 14px;
}

    .legends div span.update {
        background: #73a9b1;
        width: 15px;
        height: 15px;
        border-radius: 4px;
        display: inline-block;
        margin-right: 7px;
        position: relative;
        top: 3px;
    }

    .legends div span.red {
        background: #f46262;
        width: 15px;
        height: 15px;
        border-radius: 4px;
        display: inline-block;
        margin-right: 7px;
        position: relative;
        top: 3px;
    }

    .legends div span.New {
        background: #5cc8c0;
        width: 15px;
        height: 15px;
        border-radius: 4px;
        display: inline-block;
        margin-right: 7px;
        position: relative;
        top: 3px;
    }

    .legends div:first-child {
        text-decoration: line-through;
        margin-right: 0px;
        position: relative;
        top: 2px;
    }

.dataTables_scrollHead .dataTables_scrollHeadInner {
    width:100% !important;
}

.dataTables_scrollHead .dataTable {
    width: 100% !important;
}

#supplier-contracts {
    padding:0px !important;
}

.details-wrapper {
    padding: 15px 0px 0px !important;
}

.details-wrapper-tender {
    padding: 15px 0px 0px !important;
}

.extra-cost-scroller {
       padding:0px !important;
}

    .extra-cost-scroller .content-scroller {
        max-height: 262px;
    }

    .help {
        cursor:pointer;
    }

.details-wrapper .panel-body {
    padding: 15px 5px 0px;
    min-height: 373px;
}

.details-wrapper-tender .panel-body {
    padding: 15px 5px 0px;
    min-height: 210px;
}

    .details-wrapper .panel-body .custom-row:last-child {
        margin-bottom: 0px;
        border-bottom: 0;
    }

.details-wrapper-6 .panel-body .custom-row:last-child {
    margin-bottom: 0px;
    border-bottom: 0;
}

.details-wrapper-tender .panel-body .custom-row:last-child {
    margin-bottom: 0px;
    border-bottom: 0;
}

div.dataTables_wrapper div.dataTables_info {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 14px;
}

.drilldown {
    padding: 0px !important;
}

table.dataTable tbody th, table.dataTable tbody td {
    font-size: 14px;
}

.ocl-caption {
    font-size: 11px;
    font-weight: 400;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 90px;
    white-space: nowrap;
}



select#selectYears, select#NCselectYears, select#NCselectvessels {
    width: 100%;
    border: 0;
    padding: 5px;
    color: #666666;
    background-color: #eaeaea;
}

select:focus {
    outline:0;
    box-shadow:0;
}

table.dataTable thead th {
    position: relative;
    font-size: 15px;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

    table.dataTable thead th:first-child {
        border-left: 1px solid #ddd;
    }

.dataTables_scrollHeadInner .dataTable .sorting_disabled img {
    position: absolute;
    right: 5px;
    top: 34px;
}
.tender-th tr th:nth-child(3) {
    width: 87px !important;
}

.des p{
    padding:5px 10px;
    margin-bottom:0px;
}

#supplier-items-table .help {
    width: 20px;
    position: absolute;
    right: 5px;
    top: 15px;
    display: none;
}

.details-wrapper .help {
    width: 21px;
    /* display: inline-block; */
    /* vertical-align: middle; */
    position: relative;
    top: -1px;
}

.search-hover:hover{
  /*  background-color:white !important;*/
}

.datepicker table tr td span.active.active {
    background-color: #00704B !important;
    background-image: none;
    border-bottom: 0px solid #666666 !important;
    border-radius: 0px;
    line-height: 18px;
    height: 28px;
    color:white;
}

.datepicker .table-condensed td span.month, .datepicker .table-condensed td span.year, .datepicker .table-condensed td span.decade {
    line-height: 18px;
    height:28px;
}


.datepicker .table-condensed td.day.active {
    color: white;
    background-color: #00704B !important;
    background-image: none;
    border-bottom:0 !important;
    border-radius: 0px;
}

.datepicker table tr td.today, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today:hover {
    background-color: #5cd6c7 !important;
    background-image: none;
    border-bottom: 0 !important;
    border-radius: 0px !important;
    color: white !important;
    border-color: #5cd6c7 !important;
}

.feedback-wrapper .panel-body {
    padding: 15px 5px 0px;
}

    .feedback-wrapper .panel-body .custom-row:last-child {
        margin-bottom: 0px;
        border-bottom: 0;
    }

#MainContent_questions .col-xs-8{
    padding-top:12px;
}

#MainContent_questions {
    padding-top:0;
    padding-bottom:0;
}

#MainContent_questions b{
   margin-top:14px;
   display:block;
}

.pagination > li > a, .pagination > li > span {
    font-size:11px;
    border:0;margin-left:10px;
    margin-right:10px;
}

.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus, .pagination > .active > span, .pagination > .active > span:hover, .pagination > .active > span:focus {
    z-index: 3;
    color: #fff !important;
    /*background-color: #3ccec7 !important;
    border-color: #3ccec7 !important;*/
    background-color: #00704B !important;
    border-color: #00704B !important;
    cursor: default;
    outline: 0 !important;
}

li.paginate_button.active {
    background: transparent;
}

    li.paginate_button.active:active {
        background: transparent !important;
        box-shadow: none !important;
    }

    li.paginate_button:active {
        background: transparent !important;
        box-shadow: none !important;
    }


    li.paginate_button.active:focus {
        background: transparent;
        outline:0;
        box-shadow:none;
    }

.tooltip.top{
        margin-top:0px !important;
}

.details-wrapper-3 .panel-body {
    padding: 15px 5px 0px;
    min-height: 262px;
}

.dataTables_wrapper .dataTable img {
    width: 20px;
    position: relative;
    right: 6px;
    top: 17px;
}

#tender-request-items img {
    width: 20px;
    position: absolute;
    right: 6px;
    top: 13px;
}

.supplie #items-table img {
    width: 20px;
    position: absolute;
    right: 6px;
    top: 17px;
}

.details-wrapper-4 .panel .panel-body {
    padding-top: 0px;
    min-height: 166px;
}

.details-wrapper-5 .panel .panel-body {
    padding-top: 0px;
    min-height: 230px;
}

.details-wrapper-6 .panel .panel-body {
    padding: 15px 5px 0px;
    min-height: 205px;
}

td, td * {
    font-style: normal;
}

.new1 p {
    padding: 7px;
    margin-bottom: 0px;
    font-size: 14px;
}

.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline:0 !important;
}

/* Loader css */


/* Absolute Center Spinner */

.loading {
    position: fixed;
    z-index: 1200000;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}


    /* Transparent Overlay */

    .loading:before {
        content: '';
        display: block;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        /* background-color: rgba(0, 0, 0, 0.2); */
        background-color: #fff;
        opacity: 0.9;
    }


    /* :not(:required) hides these rules from IE9 and below */

    .loading:not(:required) {
        /* hide "loading..." text */
        font: 0/0 a;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0;
    }

        .loading:not(:required):after {
            content: "\f110";
            display: block;
            font-size: 55px;
            width: 1em;
            height: 1em;
            margin-top: -0.5em;
            -webkit-animation: glyphicon-spin-r 2s infinite linear;
            animation: glyphicon-spin-r 2s infinite linear;
            color: #68DA6A;
            position: relative;
            top: 1px;
            display: inline-block;
            font-family: 'FontAwesome';
            font-style: normal;
            font-weight: 400;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            /* background-image: url('../images/new-loader.gif'); */
        }

@-webkit-keyframes glyphicon-spin-r {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes glyphicon-spin-r {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

/* Loader css */


/* Absolute Center Spinner */

.loading2 {
    z-index: 1200000;
    z-index: 1200000;
    position: absolute;
    left: 0;
    width: 100%;
 
}


    /* Transparent Overlay */

   


    /* :not(:required) hides these rules from IE9 and below */

    .loading2:not(:required) {
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0;
    }

        .loading2:not(:required):after {
            content: "\f1ce";
            display: block;
            font-size: 25px;
            width: 1em;
            height: 1em;
            margin-top: -0.5em;
            -webkit-animation: glyphicon-spin-r 2s infinite linear;
            animation: glyphicon-spin-r 2s infinite linear;
            color: #000000;
            position: absolute;
            top: 43%;
            display: inline-block;
            font-family: 'FontAwesome';
            font-style: normal;
            font-weight: 400;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            margin: 0 auto;
            left: 50%;
            /* background-image: url('../images/new-loader.gif'); */
        }

@-webkit-keyframes glyphicon-spin-r {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes glyphicon-spin-r {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.data {
    position: absolute;
    /* max-width: 190px; */
    width: 390px;
    font-size: 35px;
    right: -255px;
    top: -70px;
    font-family: roboto;
    left: -85px;
    color: #666666;
}

/* Slider */
@charset "UTF-8";
/* Slider */
.slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    width:100%;
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

    .slick-track:before,
    .slick-track:after {
        display: table;
        content: '';
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}


/* Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    margin-top: -10px;
    /*lte IE 8*/
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

    .slick-prev:hover,
    .slick-prev:focus,
    .slick-next:hover,
    .slick-next:focus {
        color: transparent;
        outline: none;
        background: transparent;
    }

        .slick-prev:hover:before,
        .slick-prev:focus:before,
        .slick-next:hover:before,
        .slick-next:focus:before {
            opacity: 1;
        }

    .slick-prev.slick-disabled:before,
    .slick-next.slick-disabled:before {
        opacity: .25;
    }

    .slick-prev:before,
    .slick-next:before {
        font-family: 'slick';
        font-size: 40px;
        line-height: 1;
        opacity: .75;
        color: red;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

.slick-prev {
    left: -25px;
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}

.slick-prev:before {
    content: '';
    font-weight: 400;
    font-size: 12px;
    color: white;
}

[dir='rtl'] .slick-prev:before {
    content: '';
    font-weight: 400;
    font-size: 12px;
    color: white;
}

.slick-next {
    right: -25px;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}

.slick-next:before {
    content: '';
    font-weight: 400;
    font-size: 12px;
    color: white;
}

[dir='rtl'] .slick-next:before {
    content: '';
    font-weight: 400;
    font-size: 12px;
    color: white;
}

.gallery-wrap {
    display: inline-block;
    position: relative;
    width: 375px;
    margin: 0 auto;
}

    .gallery-wrap .slide {
        width: 240px;
    }

        .gallery-wrap .slide img {
            display: inline-block;
        }

        .gallery-wrap .slide h3, .gallery-wrap .slide p {
            text-align: left;
        }

.slick-arrow {
    position: absolute;
    top: 137px;
    transform: translateY(-50%);
    z-index: 10;
}

.slick-prev {
    left: 0;
}

.slick-next {
    right: 0;
}


.slider-info {
    padding: 25px 0px 0px 0px;
    font-style: normal;
}

    .slider-info .gallery-wrap {
        display: initial;
        width: auto;
        margin: 0;
    }

        .slider-info .gallery-wrap .slick-slider {
            padding: 15px 15px 47px;
            background-color: #ffffff;
            box-shadow: 2px 2px 10px #AEAEAE;
        }



    .slider-info .slide-count-wrap {
        text-align: right;
        font-size: 16px;
        font-weight: 400;
    }

        .slider-info .slide-count-wrap .current {
            color: #5BD5C7;
        }

    .slider-info .gallery-wrap h3 {
        font-size: 16px;
        font-weight: 500;
        margin-top: 0px;
    }

    .slider-info .gallery-wrap p {
        font-size: 15px;
    }

    .slider-info .slick-prev:after {
        content: '';
    }

    .slider-info .slick-next {
        left: 142px !important;
    }

/*.slick-slider {
    -webkit-user-select:auto !important;
    user-select:text !important;
}*/

    .slick-initialized .slick-slide:focus {
        outline: 0;
    }

.slider-info .slick-prev {
    position: absolute;
    top: inherit;
    /* transform: inherit; */
    /* z-index: 10; */
    bottom: 2px;
    left: 14px !important;
    background-color: #006fff;
    border-color: #006fff;
    border-radius: 15px;
    color: white;
    width: 102px;
    height: 30px;
    line-height: 5px;
    margin-bottom: 0px;
    /* right: 0; */
    float: none;
    font-size: 14px;
}

.slider-info .slick-next {
    position: relative;
    top: 10px;
    transform: inherit;
    z-index: 10;
    bottom: 0;
    left: 0 !important;
    background-color: #006fff;
    border-color: #006fff;
    border-radius: 15px;
    color: white;
    width: 102px;
    height: 30px;
    line-height: 5px;
    margin-bottom: 0px;
    right: 0;
    float: right;
    font-size:14px;
}

.top-pad-po {
    padding:10px 15px 0px 0px;
}

.top-pad-po .cancel{
margin-right:15px !important;
}

.editableInput1 {
    border-bottom: 1px solid red !important;
}


span.line {
    display: inline-block;
    font-size: 19px;
    margin: 0 9px;
}

.title-certificate {
    color: #515566;
    font-size: 20px;
    margin-bottom: 0px !important;
    margin-top: 26px;
}

.title-aggrements {
    color: #515566;
    margin-top: 0px !important;
}

#NonConformitiveVesselChart table{
    margin-bottom:0px;
}

#NonConformitiveYearlyChart div:first-child {
    height: 163px;
}

.home-tabs .btn-default {
    width: auto;
    padding-right: 40px;
    padding-left: 40px;
}

.section-home {
    background: #dfdfdf;
    padding:15px;
}

.group-section {
    background: white;
    border: none;
    display: block;
    padding: 18px 15px;
    text-align:center;
}

.group-section h3{
    color:#666666;
    margin-top:0px !important;
}



.design-login .panel-default {
    border-color: #2ab5ad;
}

    .design-login .panel-default > .panel-heading {
        color: white;
        background-color: #2ab5ad;
        border-color: #2ab5ad;
    }

.design-login .login {
    background-color: #2ab5ad !important;
    border-color: #2ab5ad !important;
    color: #FFFFFF !important;
}

.supplier-details{
    text-align:left;
    display:none;
}

    .supplier-details a {
        /*background-color: #2ab5ad;*/
        border: 1px solid #2ab5ad;
        padding: 9px 27px 9px 10px;
        /*margin-right: 20px;*/
        color: #2ab5ad;
        display: block;
        /*width: 152px;*/
        margin-bottom: 12px;
        word-break: break-all;
        /*float: left;*/
        border-radius: 4px;
        transition:0.1s ease-in;
    }

        .supplier-details a:hover {
            background-color: #2ab5ad;
            border: 1px solid #2ab5ad;
            color: white;
            transition: 0.1s ease-in;
            text-decoration: none;
            outline: 0;
            font-weight: 600;
        }

        .supplier-details a:focus {
            background-color: #2ab5ad;
            border: 1px solid #2ab5ad;
            color: white;
            transition: 0.1s ease-in;
            text-decoration: none;
            outline:0;
        }


    .supplier-details a:nth-child(3n) {
        margin-right:0;
    }


input#comments_3 {
    background: transparent;
    border: 0;
    font-size: 14px;
}

input#comments_3:focus {
    background: transparent;
    border: 0;
    font-size: 14px;
    outline:0;
}

input#comments_3:active:focus {
    background: transparent;
    border: 0;
    font-size: 14px;
    outline:0;
}

input.comments{
    background: transparent;
    border: 0;
    font-size: 14px;
}

    input.comments:focus {
        background: transparent;
        border: 0;
        font-size: 14px;
        outline: 0;
    }

    input.comments:active:focus {
        background: transparent;
        border: 0;
        font-size: 14px;
        outline: 0;
    }

#cert-list .col-xs-8 .col-xs-4 {
    width: 16.66667%;
}

 
    #expireagreementlist .col-xs-8 .col-xs-4 {
        width: 16.66667%;
    }

#cert-list span a {
    width: auto;
    min-width: 190px !important;
}

#expireagreementlist span a {
    width: auto;
    min-width: 190px !important;
}


.progressbar-meter h5 {
    margin: 9px 0px;
}

#TotalPOpercentText {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    line-height: 19px;
}


#expirenonconformitivelist .col-xs-11 .col-xs-2 {
    width: 12.2%;
}

#expirenonconformitivelist span a {
    width: auto;
    min-width: 190px !important;
}

.dashboard-img {
    margin: 0 auto;
    display: block;
    width: 65px;
    margin-bottom: 11px;
    margin-top: 13px;
}


.dashboard-title .secondary-title {
    display: block;
    padding: 10px 0px;
    margin-top: 0;
}


.drop-menu-new .list-group-item:first-child {
    padding: 0px;
    height: 27px;
}

.user-dropdown .list-group-item:first-child {
    /*  padding-top: 0;
    padding-left: 0;
    height: auto;
    margin: 10px auto;
    margin-bottom: 0;
    padding-bottom: 0;
    margin-left: 0px;
    margin-top: 0;
    background-color: #ffffff;
    padding-right: 0;
    width: 100%;
    display: block;
    padding-bottom: 5px;
    background-color: #ffffff;
    color: #279b9c;
    border-radius: 0px;
    padding-top: 5px;
    font-weight: 500;*/
    height: auto;
    color: #68DA6A;
    margin-left: 0;
}
    .user-dropdown .list-group-item:first-child span {
        margin-left: 0;
    }

.user-dropdown .list-group-item {
    width: 100%;
    border: 0;
    /*   border-bottom: 1px solid #ddd;
        background-color: #f5f5f5;*/
}

    .user-dropdown .list-group-item:last-child {
        border-bottom:0;
    }

.user-dropdown > li > a {
    padding-left: 0 !important;
    font-size: 14px;
    padding: 0 !important;
}

.user-dropdown {
    right: 19px !important;
}

#welcomeicon{
    cursor:pointer;
}

.close2{
    cursor:pointer;
}

.user-dropdown .list-group-item.active {
    color: #68DA6A;
    background-color: transparent;
    border-color: transparent;
}

    .user-dropdown .list-group-item.active:hover {
        color: #fff;
        background-color: transparent;
        border-color: transparent;
    }

.user-dropdown > .active > a {
    background-color: transparent !important;
    border-color: transparent;
    color: white !important
}

.manage-on-navbar .user-dropdown.dropdown-menu > .active > a {
    color: #68DA6A !important;
}

.loginadd-loader {
    top: 60% !important;
    left: 50% !important;
}

.newWarehouseSelect .dropdown-menu.open,
.ports-dropdownlist .dropdown-menu.open {
    max-height: 350px !important;
}

.newWarehouseSelect .dropdown-menu.inner,
.ports-dropdownlist .dropdown-menu.inner {
    max-height: 315px !important;
}

.menus_filter .dropdown-large {
    position: static !important;
    list-style-type: none;
}

.menus_filter a {
    margin-right: 0px;
}

.menus_filter a {
    padding: 6px 16px;
    background-color: #DFDFDF;
    border-radius: 1.4em;
    color: #666666;
    height: 34px;
    font-weight: 500;
    margin-right: 5px;
    font-size: 15px;
    position: relative;
}
    .menus_filter a:hover,
    .menus_filter a:focus {
        /*background-color: #5cd6c7;
        border-color: #5cd6c7;*/
        background-color: #00704B;
        border-color: #00704B;
        color: #FFFFFF;
        text-decoration: none;
    }

.filter-tabs-wrapper .dropdown-menu-large {
    padding: 0px;
}

.menus_filter .dropdown-menu-large {
    margin-left: 0;
    margin-right: 0;
    border: 1px solid #e4e4e4;
    min-width: 100%;
    background-color: #ffffff;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.101);
}

    .menus_filter .dropdown-menu-large > li > ul {
        padding: 0;
        margin: 0;
    }

        .menus_filter .dropdown-menu-large > li > ul > li {
            list-style: none;
        }

.filter-tabs-wrapper .dropdown-menu-large li {
    padding: 0px;
}
.filter_tabs .tabbable-line > .nav-tabs {
    margin: 0px;
    border-bottom: 0;
}

    .filter_tabs .tabbable-line > .nav-tabs > li {
        margin-right: 43px;
        margin-left: 43px;
        padding: 18px 0px 0px 0px;
        margin-bottom: 0px;
        border-bottom: 5px solid transparent;
    }

.filter_tabs  .nav-tabs > li {
    float: left;
}

.filter_tabs  .nav > li {
    position: relative;
    display: block;
}

.filter_tabs  ul li {
    list-style: none;
}

.filter_tabs .tabbable-line > .nav-tabs > li > a {
    border: 0;
    margin-right: 0;
    color: #666666;
    background-color: transparent;
    font-weight: 400;
    font-size: 15px;
    padding-right: 0;
    padding-left: 0;
}

.filter_tabs .nav-tabs > li > a {
    line-height: 1.42857;
    border-radius: 4px 4px 0 0;
}
.filter-tabs-wrapper .dropdown-menu-large li {
    padding: 0px !important;
}


.filter_tabs  .nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.filter_tabs .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover {
    border: 0px solid #ddd !important;
}
.filter_tabs .tabbable-line > .nav-tabs > li.active {
    border-bottom: 5px solid #00704B;
    position: relative;
    background: transparent;
    border-color: #00704B;
}

.filter_tabs .tabbable-line > .tab-content {
    border: 0;
    border-top: 1px solid #eee;
    padding: 15px 0px 15px 27px;
    border-bottom: 0;
}

.filter_tabs .tab-content > .active {
    display: block;
    background-color: white;
    padding: 15px 0px 15px 27px;
}

.filter_cancel .btn.ocl-btn{
    background: #5cd6c7
}

.filter_cancel .apply {
    padding: 4px 17px;
    margin-bottom: 24px;
}

.filter_tabs .ocl-btn-default {
    line-height: 1.2;
    font-size: 10px;
    height: auto !important;
    width: auto !important;
    min-width: auto !important;
    margin-right: 0px;
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 5px 9px 5px 9px;
    margin-bottom: 15px;
    margin-right: 10px !important;
}

.filter_tabs .ocl-btn {
    color: #fff;
    padding: 1px 10px;
    outline: none;
    font-size: 14px;
    border-radius: 30px;
    letter-spacing: 0.5px;
    line-height: 23px;
}

    .filter_tabs .ocl-btn:hover{
        color:white;
    }

    .filter_tabs .ocl-btn-default .ocl-btn-label {
        font-size: 10px;
    }

.filter_tabs .ocl-btn-label {
    font-size: 15px;
    font-weight: 500;
    margin: 0 16px;
}

.filter_cancel .cancel {
    font-family: robotoregular;
    color: #5cd6c7;
    background-color: transparent;
    text-decoration: underline;
    padding-top: 2px;
}

    .filter_cancel .cancel:hover {
        color: #5cd6c7;
    }

    .filter_cancel .cancel span.ocl-btn-label {
        font-size: 14.25px;
    }

.filter_tabs table.table {
    margin-bottom: 0px;
}

.filter_tabs .tab-content table.table tr td {
    border-top: 0;
    width: 0%;
    text-align: left;
}
.filter_tabs table.table tr td {
    vertical-align: top;
}

.filter_tabs .ocl-cbox-wrap.checkbox-stacked {
    display: block;
    width: 45%;
}

.filter_tabs .ocl-cbox-wrap {
    font-size: 13px;
    color: #9e9e9e;
    margin-bottom: 0px;
    padding-left: 0em;
}

    .filter_tabs .ocl-cbox-wrap input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

#tab_default_1 .ocl-cbox-wrap .ocl-cbox-checkmark,
#tab_default_2 .ocl-cbox-wrap .ocl-cbox-checkmark,
#tab_default_3 .ocl-cbox-wrap .ocl-cbox-checkmark
#tab_default_4 .ocl-cbox-wrap .ocl-cbox-checkmark,
#tab_default_5 .ocl-cbox-wrap .ocl-cbox-checkmark,
#tab_default_6 .ocl-cbox-wrap .ocl-cbox-checkmark,
.ocl-cbox-checkmark {
    width: 20px !important;
    height: 20px !important;
    border-radius: 1px !important;
    top: 5px !important;
}

.filter_tabs  .ocl-cbox-wrap .ocl-btn-icon.ocl-cbox-checkmark {
    font-size: 1.5em;
}

.filter_tabs  .ocl-cbox-wrap span.ocl-icon-variable-state {
    color: #FFFFFF;
}


.filter_tabs .ocl-cbox-wrap .ocl-cbox-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 28px;
    width: 28px;
    border: 1px solid #E4E4E4;
    border-radius: .2em;
    background-color: #FFFFFF;
}

#tab_default_1 .ocl-cbox-wrap .ocl-cbox-text, #tab_default_4 .ocl-cbox-wrap .ocl-cbox-text,
#tab_default_2 .ocl-cbox-wrap .ocl-cbox-text, #tab_default_4 .ocl-cbox-wrap .ocl-cbox-text,
#tab_default_3 .ocl-cbox-wrap .ocl-cbox-text, #tab_default_4 .ocl-cbox-wrap .ocl-cbox-text,
#tab_default_4 .ocl-cbox-wrap .ocl-cbox-text, #tab_default_4 .ocl-cbox-wrap .ocl-cbox-text,
#tab_default_5 .ocl-cbox-wrap .ocl-cbox-text, #tab_default_4 .ocl-cbox-wrap .ocl-cbox-text,
#tab_default_6 .ocl-cbox-wrap .ocl-cbox-text, #tab_default_4 .ocl-cbox-wrap .ocl-cbox-text {
    font-size: 12px;
    padding-left: 31px;
}

.filter_tabs  .ocl-cbox-wrap .ocl-cbox-text {
    line-height: 28px;
    white-space: nowrap;
}

#tab_default_1 .ocl-cbox-wrap input:checked ~ .ocl-icon-variable-state:before,
#tab_default_2 .ocl-cbox-wrap input:checked ~ .ocl-icon-variable-state:before,
#tab_default_3 .ocl-cbox-wrap input:checked ~ .ocl-icon-variable-state:before,
#tab_default_4 .ocl-cbox-wrap input:checked ~ .ocl-icon-variable-state:before,
#tab_default_5 .ocl-cbox-wrap input:checked ~ .ocl-icon-variable-state:before,
#tab_default_6 .ocl-cbox-wrap input:checked ~ .ocl-icon-variable-state:before{
    content: "✓";
    color: white;
    font-weight: 400;
    position: absolute;
    left: 2px;
    top: -1px;
    font-size: 18px;
    font-family: FontAwesome;
}

.background-row {
    background: #dfdfdf;
}

.top-bottom-mar a{
    margin-bottom: 15px;
    margin-top: 15px;
}

.medical-chest-scroller {
    margin-top: 0px;
    max-height: 500px;
    overflow: scroll;
    overflow-x: hidden;
}

.right-panel-medical{
    text-align:center;
}

    .right-panel-medical a {
        min-width: 110px;
        margin-bottom: 10px;
        display: block;
    }

.right-panel-medical a:last-child{
    margin-bottom:0px;
}

.padding-0{
    padding:0px;
}

.mt-0{
    margin-top:0px !important;
}

.column-left {
    margin-left: 0px;
    border-left: 1px solid #dfdfdf;
    padding-left: 15px
}

.f15{
    font-size:15px;
}

.ocl-h5.f16 {
    font-size: 16px;
}

.bottom-text {
    display: inline-block;
}

.p-15{
    padding-right:15px;
}

.panel-div{
    width:100%;
}

    .panel-div .column-width {
        width: 20%;
        float: left;
    }

    .w-89{
        width:89%;
    }

    .w-11{
        width:11%;
    }

.w-9 {
    width: 9%;
    border-right: 1px solid #dfdfdf;
}

.w-91 {
    width: 91%;
}

.panel-div-2 .column-width {
    width: 16%;
    float: left;
}

.column-left-2 {
    margin-left: 0px;
    padding-left: 15px;
    border-left:0;
}

.medical-tabs .active {
    background: #5cd6c7;
    border-color: #5cd6c7;
    border: 1px solid #5cd6c7;
}

.nav-tabs.medical-tabs > li > a {
    margin-right: 0;
    border: 0;
    background: #ffffff;
    border-radius: 0px;
    border:1px solid #ddd;
}
.nav-tabs.medical-tabs > li.active > a {
    border: 0;
}

.nav-tabs.medical-tabs > li > a:hover {
    border: 0;
    border: 1px solid #ddd;
}

.nav-tabs.medical-tabs > li > a:focus {
    border: 0 !important;
}

    .nav-tabs.medical-tabs > li {
        margin-right: 5px;
    }

.ocl-body2 a {
    /*color: #5cd6c7;*/
    color: #00704B;
    margin-right: 5px;
}

    .ocl-body2 a:hover {
        color: #00704B;
        text-decoration: underline;
    }

    .sort-medical.open .bootstrap-select {
        display: inline-block !important;
    }


.sort-medical .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    position: absolute;
    min-width: 200px;
    width: 200px !important;
    right: 138px;
    top: 35px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    border-radius: 0px;
}

.medical-title .secondary-title {
    font-size:32px;
    margin-top:15px;
    margin-bottom:15px;
}


.medical-title  {
    margin-top: 15px;
    margin-bottom: 10px;
}

.navbar-default .navbar-brand {
    padding-left: 0px;
}

body{
padding-bottom:0px;
}

footer{
    margin-bottom:20px;
    padding-left:50px;
}

footer p{
    margin:0px;
}

.medical-filter-dropdown h4 {
    margin: 0px;
    padding: 15px 20px;
    border-bottom: 1px solid #ddd;
}

.content-medical-section {
    padding: 15px 20px;
    border-bottom: 1px solid #ddd;
}

.mb20{
    margin-bottom:15px;
}

.filter_cancel .btn.ocl-btn.medical-apply {
    margin: 0;
    width: 110px;
    min-width: inherit;
    color: white;
    border-radius: 2em;
}

.filter_cancel .cancel.medical-reset,
.filter_cancel .cancel.medical-reset:focus,
.filter_cancel .cancel.medical-reset:active,
.filter_cancel .cancel.medical-reset:active:focus {
    /*font-size: 15px;*/
    font-family: roboto;
    font-weight: 400;
    margin-right: 15px;
    margin-top: 2px;
    text-decoration:none;
}

    .filter_cancel .cancel.medical-reset:hover{
        /*text-decoration:underline;*/
    }
    input:focus {
        outline: 0;
    }

.medical-input {
    height: 29px;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.menus_filter .dropdown-menu-large.medical-filter-dropdown {
    min-width: 98%;
    padding: 0px;
    margin-left: 13px;
    margin-top: 0;
}

.content-medical-section .chosen-container-multi .chosen-choices {
    border: 1px solid #ccc;
    font-size: 13px;
    box-shadow: none;
    background-image: none;
    border-radius: 4px;
    font-size: 13px;
    color: #555;
}


    .content-medical-section .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
        color: #555;
    }

.content-medical-section label{
    margin-top:5px;
}

.content-medical-section .chosen-container .chosen-results li {
    padding: 5px !important;
    padding-left:10px !important;
}



    .content-medical-section .chosen-container .chosen-results li.highlighted {
        background-color: #006fff;
        background-image: none;
    }

.content-medical-section .chosen-container-multi .chosen-choices li.search-choice {
    padding: 5px !important;
    border: 1px solid #ddd;
    background: #f1f1f1;
    padding-right: 25px !important;
    max-width: inherit;
    min-width: inherit;
}

    .content-medical-section .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
        right: 3px;
        position: absolute;
        padding: 0;
        margin: 0;
        top: 6px;
    }

.content-medical-section .chosen-container-multi .chosen-drop .result-selected {
    display:none;
}

.sort-filter .dropdown-menu {
    top: 33px;
    left: -87px;
}

.content-medical-section .form-group{
    margin-bottom:15px;
}

.sort-filter .dropdown-menu li a {
    background: transparent;
    border-bottom: 1px solid #ddd;
    border-radius: 0px;
    line-height: 27px;
    text-align: left;
    font-size: 14px;
    margin-right: 0;
}

.sort-filter .dropdown-menu li:last-child a {
    border-bottom: 0px solid #ddd;
}

.sort-filter .dropdown-menu {
    padding: 0;
    margin: 0;
    margin-top: 2px;
    box-shadow: none;
}

    .sort-filter .dropdown-menu > li > a:hover {
        color: white !important;
        /*background-color: #5cd6c7;
        border: 1px solid #5cd6c7;*/
        background-color: #00704B;
        border: 1px solid #00704B;
    }

    .sort-filter .dropdown-menu > li.active {
        /*background-color: #5cd6c7;
        border: 1px solid #5cd6c7;*/
        background-color: #00704B;
        border: 1px solid 00704B;
        color: white !important;
    }

        .sort-filter .dropdown-menu > li.active a {
            color: white !important;
            /*background-color: #5cd6c7;
            border: 1px solid #5cd6c7;*/
            background-color: #00704B;
            border-color: #00704B;
        }

.modal-lg.change-status {
	width: 1250px;
}

.mb-15{
	margin-bottom:20px;
}

.change-status label {
	font-size: 15px;
	display: block;
	font-weight: 500;
}

.change-status .medical-input {
	width: 100%;
	height: 36px;
}

.change-status #medicalChestFilUploader {
	width: 100%;
}

.change-status select {
	border: 1px solid #ccc;
	border-radius: 4px;
	width: 100%;
	padding: 6px 12px;
	font-size: 14px;
	height: 36px;
}


body .ocl-btn-default.ocl-btn-blue {
    background-color: #020A08;
    border-color: #020A08;
    color: #F5F5F5;
    width: auto;
    min-width: auto !important;
    padding: 7px 22px;
    line-height: 11px;
    height:auto !important;
    height: auto;
    font-size: 10px;
    font-family: Arial;
    text-transform: uppercase;
    border-radius: 200px;
}

body .editbtn {
    background-color: transparent;
    border-color: #020A08;
    color: #020A08;
    width: auto;
   /* min-width: auto !important;*/
    padding: 7px 22px;
    line-height: 11px;
    height: auto;
    text-transform: uppercase;
    border-radius: 200px;
    font-size: 10px;
}

    body .editbtn:hover {
        border-color: #68DA6A;
        color: #68DA6A;
        background-color: transparent;
        box-shadow: none;
    }
body .viewbtn:hover{
    width: 90px;
}

body .ocl-btn-default.ocl-btn-blue:hover {
    background-color: #020A08;
    border-color: #020A08;
    color: #68DA6A;
    width: auto;
    min-width: auto !important;
    height: auto !important;
    padding: 7px 22px;
    line-height: 11px;
    height: auto;
    text-transform: uppercase;
    opacity: 1;
    border-radius: 200px;
}


.modal-footer .btn-default {
    background-color: transparent;
    border-color: #020A08;
    color: #020A08;
    width: auto;
    min-width: auto !important;
    padding: 7px 22px;
    line-height: 11px;
    height: auto;
    text-transform: uppercase;
    border-radius: 200px;
    font-size: 10px;
}

    .modal-footer .btn-default:hover,
    .modal-footer .btn-default:active,
    .modal-footer .btn-default:focus,
    .modal-footer .btn-default:active:focus {
        border-color: #68DA6A;
        color: #68DA6A;
        background-color: transparent;
        box-shadow: none;
    }





/*loader css important*/

.blockOverlay {
    border: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: rgb(0, 0, 0);
    opacity: 0.6;
    cursor: wait;
    position: fixed;
    z-index: 1000;
    display: none;
}



.custom-blockUI {
    width: 100% !important;
    top: 50% !important;
    left: 50% !important;
    margin: auto !important;
    border: 0px !important;
    background: transparent !important;
    position: fixed;
    padding: 0px;
    text-align: center;
    color: rgb(0, 0, 0);
    cursor: wait;
    display: none;
}

.blockUI-z-index {
    z-index: 1101 !important;
}

.no-shadow {
    box-shadow: 0 0 0 transparent !important;
}

.bg-transparent {
    background: transparent !important;
}

.bg-transparent {
    background: transparent !important;
}

.blockPage .loader {
    border-radius: 0.25rem;
}

.ball-spin-fade-loader {
    position: relative;
    top: -10px;
    left: -10px;
}


.bg-teal {
    background-color: #68DA6A !important;
}



.ball-spin-fade-loader > div:nth-child(1) {
    top: 25px;
    left: 0;
    animation: ball-spin-fade-loader 1s -.96s infinite linear
}

.ball-spin-fade-loader > div:nth-child(2) {
    top: 17.04545px;
    left: 17.04545px;
    animation: ball-spin-fade-loader 1s -.84s infinite linear
}

.ball-spin-fade-loader > div:nth-child(3) {
    top: 0;
    left: 25px;
    animation: ball-spin-fade-loader 1s -.72s infinite linear
}

.ball-spin-fade-loader > div:nth-child(4) {
    top: -17.04545px;
    left: 17.04545px;
    animation: ball-spin-fade-loader 1s -.6s infinite linear
}

.ball-spin-fade-loader > div:nth-child(5) {
    top: -25px;
    left: 0;
    animation: ball-spin-fade-loader 1s -.48s infinite linear
}

.ball-spin-fade-loader > div:nth-child(6) {
    top: -17.04545px;
    left: -17.04545px;
    animation: ball-spin-fade-loader 1s -.36s infinite linear
}

.ball-spin-fade-loader > div:nth-child(7) {
    top: 0;
    left: -25px;
    animation: ball-spin-fade-loader 1s -.24s infinite linear
}

.ball-spin-fade-loader > div:nth-child(8) {
    top: 17.04545px;
    left: -17.04545px;
    animation: ball-spin-fade-loader 1s -.12s infinite linear
}

.ball-spin-fade-loader > div {
    background-color: #3f6ad8;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 2px;
    animation-fill-mode: both;
    position: absolute
}

@keyframes ball-spin-fade-loader {
    50% {
        opacity: 0.3;
        transform: scale(0.4)
    }

    100% {
        opacity: 1;
        transform: scale(1)
    }
}


/*Added by rupali*/
body {
    padding-bottom: 100px;
}
footer.footerfix {
    position: fixed;
    bottom: 0;
    background: #fff;
    width: 100%;
    padding: 10px 50px;
    margin-bottom: 0;
    padding-bottom: 20px;
    border-top: 1px solid #eeeeee;
}
.btn.new-btn-outline {
    background-color: transparent;
    border-color: #020A08!important;
    color: #020A08;
    width: auto;
    min-width: auto !important;
    padding: 7px 22px;
    line-height: 11px;
    height: auto;
    text-transform: uppercase;
    border-radius: 200px;
    font-size: 10px;
    font-family: Arial;
}
.btn.new-btn-outline:hover, .btn.new-btn-outline:active:hover {
    border-color: #68DA6A !important;
    color: #68DA6A;
    background-color: transparent;
    box-shadow: none;
}
.btn.new-btn-outline:focus, .btn.new-btn-outline:active:focus, .btn.new-btn-outline:active {
    color: #333;
    background-color: transparent;
    border-color: #122b40;
}
.ocl-cbox-wrap input:checked ~ .ocl-btn-icon.new-check {
    background-color: #00704B !important;
}
.btn.btn-check {
    background-color: #020A08;
    border-color: #020A08;
    color: #fff;
}
.btn.btn-check:hover {
    background-color: #020A08;
    border-color: #020A08;
    color: #68DA6A;
}
.btn.ocl-btn-outline:active {
    border-color: #68DA6A!important;
    color: #68DA6A!important;
    background-color: transparent!important;
}

@media only screen and (max-width:1550px) {
    .filter-button.pastbtn {
        margin-right: 8px;
    }
}
@media only screen and (max-width:1300px) {
    .filter-button.pastbtn {
        margin-right: 2px;
    }
}

#port-for-warehouse-edit .form-control {
    height: 21px;
    padding-left: 0px;
}

#port-for-warehouse-edit td:nth-child(2), #port-for-warehouse td:nth-child(2) {
    text-align: left;
}

#warehouseDetailsAppendModals #port-for-warehouse-edit .form-control {
    BORDER: UNSET;
    border-bottom: 1px solid #979797;
    margin-bottom: 10px;
}
#port-for-warehouse-edit_length label {
    font-size: 16px;
}

.add-warehouse #port-for-warehouse_wrapper .dataTables_length .form-control {
    height: 25px !important;
}