﻿

*, *::after, *::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


.content-header > h1 {
    font-size: 17px !important;
    font-weight: bold;
}

h2 {
    font-size: 16px;
    font-weight: 600;
}

.width220 {
    min-width: 220px;
}

.width150 {
    min-width: 150px;
}

label {
    color: #000 !important;
    font-weight: 500;
    margin-bottom: 1px;
}


table th {
    text-shadow: none !important;
    font-weight: 500;
}

table tbody tr td.tdselect, .table-hover > tbody > tr:hover td.tdselect {
    background: #7cb342 !important;
    position: relative;
    overflow: initial;
    color: #fff;
    font-weight: bold;
}

    table tbody tr td.tdselect:before {
        border: medium solid transparent;
        content: "";
        height: 0;
        left: 50%;
        pointer-events: none;
        position: absolute;
        width: 0;
        z-index: 120;
        top: 98%;
        border-top-color: rgba(0,0,0,.2);
        border-width: 11px;
        margin-left: -11px;
        border-top-color: #7cb342 !important;
    }

    table tbody tr td.tdselect a {
        color: #fff !important;
        font-weight: bold;
    }

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 4px !important;
}

.form-control {
    padding: 3px !important;
    height: 28px !important;
    border-radius: 6px !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
}

/*textarea.form-control {
    height: auto !important;
}*/

.form-group {
    margin-bottom: 8px !important;
    /* min-height: 45px;*/
}

.select2-container--default .select2-selection--single, .select2-selection .select2-selection--single {
    padding: 3px 3px !important;
    height: 28px !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
    border-radius: 6px !important;
}

    .select2-container--default .select2-selection--single .select2-selection__arrow b {
        top: 41% !important;
    }

select[multiple], select[size] {
    height: 28px !important;
}

.SumoSelect > .CaptionCont {
    line-height: 22px;
    border-radius: 6px;
}

.table .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 25px;
}

.table .select2-container--default .select2-selection--single .select2-selection__arrow b {
    top: 46% !important;
}

.box-header .box-title {
    font-size: 14px;
    color: #1f384c;
    font-weight: 600;
}

.box {
    margin-bottom: 8px;
    border-left: 2px solid #7ddde3;
    border-radius: 6px;
}

.calendaricon {
    position: absolute;
    right: 25px !important;
    font-size: 16px;
    color: #333;
    z-index: 1;
    top: 27px !important;
    cursor: pointer;
}

.table textarea.form-control, textarea.form-control {
    min-height: 50px;
}

.TotalRecords {
    background: #daeffd;
    display: inline-block;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 400;
    border-radius: 5px;
    color: #000;
}

.statusBG {
    padding: 4px 8px;
    font-size: 11px;
    border-radius: 4px;
    font-weight: 600;
}

.assetName {
    color: #d0530d;
    font-weight: bold;
}

.badge-soft-uder {
    color: #f76707;
    background: #fef0e6;
}

.color4 {
    color: #ae3ec9;
    background: #f7ebf9;
}

.badge-soft-success {
    color: #0ab39c;
    background-color: rgba(10, 179, 156, .1);
}

.fa.fa-circle {
    font-size: 8px;
}

.bgStyle {
    background: #ccc !important;
    color: #000 !important;
    font-weight: 500;
}

/******pagimnation*****/
.paginationPanel {
    float: right;
    padding: 3px;
    font-size: 14px;
    /*margin-top: 3px;*/
}

    .paginationPanel a {
        margin: 0px 1px;
        cursor: pointer;
        background: #f1f1f1;
        width: 18px;
        height: 18px;
        display: inline-block;
        border-radius: 50%;
        text-align: center;
        color: #757575;
        line-height: 20px;
    }

        .paginationPanel a:hover, .paginationPanel a.active {
            background: #18AACC;
            color: #fff !important;
        }

    .paginationPanel .paginationpage {
        max-width: 32px;
        text-align: center;
        height: 24px;
        border: solid thin #ccc;
        border-radius: 6px
    }

    .paginationPanel select {
        max-width: 48px;
        text-align: center;
        height: 24px;
        border: solid thin #ccc;
        border-radius: 6px;
    }

    .paginationPanel button {
        background: #18AACC;
        color: #fff;
        border: none;
        border-radius: 3px;
        cursor: pointer;
        padding: 1px 5px;
    }

    .paginationPanel .borderleft {
        border-left: solid thin #dadada;
    }

    .paginationPanel .fa {
        font-size: 10px;
    }
/******pagimnation*****/

.calendariconPos {
    position: absolute;
    right: 10px !important;
    font-size: 16px;
    color: #333;
    z-index: 1;
    top: 7px !important;
    cursor: pointer;
}

.addMarking {
    background: #18AACC;
    color: #fff;
    padding: 1px 8px;
    border-radius: 4px;
    float: right;
}

.modal-header {
    background: #54c5cb;
    color: #fff;
    border-radius: 0;
    padding: 8px;
}

#mdlAddMarkingModal .modal-dialog {
    min-width: 50%;
}

#mdlAddMarkingModal .close {
    outline: none;
    border: none;
    background: none;
    color: #fff;
    top: 23px;
}
