html {
    height: 100%;
}

body {
    font-family: 'Conv_Akrobat-Regular';
    color: #000;
    font-size: 15px;
    height: 100%;
    width: 100%;
    float: left;
    margin: 0;
    background: #fcfcfc;
}

@font-face {
    font-family: 'Conv_Akrobat-ExtraBold';
    src: url('../fonts/Akrobat-ExtraBold.eot');
    src: local(''), url('../fonts/Akrobat-ExtraBold.woff') format('woff'), url('../fonts/Akrobat-ExtraBold.ttf') format('truetype'), url('../fonts/Akrobat-ExtraBold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Conv_Akrobat-Regular';
    src: url('../fonts/Akrobat-Regular.eot');
    src: local(''), url('../fonts/Akrobat-Regular.woff') format('woff'), url('../fonts/Akrobat-Regular.ttf') format('truetype'), url('../fonts/Akrobat-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Conv_Akrobat-SemiBold';
    src: url('../fonts/Akrobat-SemiBold.eot');
    src: local(''), url('../fonts/Akrobat-SemiBold.woff') format('woff'), url('../fonts/Akrobat-SemiBold.ttf') format('truetype'), url('../fonts/Akrobat-SemiBold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Conv_ARIALMT';
    src: url('../fonts/ARIALMT.eot');
    src: local(''), url('../fonts/ARIALMT.woff') format('woff'), url('fonts/ARIALMT.ttf') format('truetype'), url('../fonts/ARIALMT.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    background: #fff;
}

.bodybg {
    background: url(../images/bodybg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.container {
    width: 100%;
    max-width: 100%;
}

.logo {
    position: absolute;
    left: 0;
    margin: auto;
    z-index: 99999;
}

    .logo img {
        max-width: 55%;
    }

.mainheading {
    width: 100%;
    float: left;
    margin: auto;
    text-align: center;
    font-size: 75px;
    font-family: 'Conv_Akrobat-ExtraBold';
    color: #2d9351;
    text-transform: uppercase;
}

.containerss {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .containerss input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 21px;
    width: 21px;
    background-color: #eee;
}

.containerss:hover input ~ .checkmark {
    background-color: #ccc;
}

.containerss input:checked ~ .checkmark {
    background-color: #2d9351;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.containerss input:checked ~ .checkmark:after {
    display: block;
}

.containerss .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.fullwidths {
    width: 100%;
    float: left;
    margin: auto;
}

    .fullwidths img {
        max-width: 67%;
    }

.copytext {
    font-size: 14px;
    color: #fff;
    font-family: 'Conv_ARIALMT';
    margin: auto;
    padding: 0;
    display: inline-block;
}

.copyright {
    width: 100%;
    float: left;
    margin: auto;
    padding: 10px 0;
    background: #000;
    text-align: center;
    position: fixed;
    bottom: 0;
}

.fotterbg {
    position: absolute;
    bottom: 0;
    right: 0;
}

    .fotterbg img {
        max-width: 60%;
        float: right;
    }

.formwidths {
    width: 76%;
    float: none;
    margin: auto;
    background: #fff;
    padding: 50px;
    box-shadow: 0 0px 60px rgb(0 0 0 / 20%);
    display: inline-block;
}

.bodybg .middleboxes {
    width: 100%;
    float: left;
    margin: 40px 0 0;
}

.middleboxes {
    width: 100%;
    float: left;
    margin: 0 0 0;
}

.col-sm-6.leftimages {
    text-align: center;
}

.label {
    position: absolute;
    left: 40px;
    color: #212121;
    font-family: 'Conv_Akrobat-Regular';
    font-size: 16px;
    background: #fff;
    top: -2px;
}

.formwidths .fullwidthbox {
    position: relative;
    width: 100%;
    float: left;
    margin: 0;
}

.icon {
    position: absolute;
    left: 7px;
    top: 29px;
}

.formwidths form {
    display: inline-block;
    float: left;
    width: 100%;
    margin: auto;
}

.col-sm-6.righttexts {
    text-align: center;
}

.formwidths .fullwidthbox .form-control {
    height: auto;
    padding: 20px 20px 20px 40px;
    font-size: 14px;
    margin-bottom: 30px;
    margin-top: 10px;
    outline: none;
    box-shadow: none;
}

.icon img {
    max-width: 70%;
}

.leftions {
    padding: 0;
    font-family: 'Conv_Akrobat-SemiBold';
    width: auto;
    float: left;
}

    .leftions label.containerss {
        text-align: left;
        font-size: 17px;
        width: auto;
    }

.forgot {
    font-size: 17px;
    font-family: 'Conv_Akrobat-SemiBold';
    color: #000;
    float: right;
    margin: auto;
    width: auto;
    text-align: right;
    cursor: pointer;
}

.loginbtn {
    background: #2d9351;
    font-family: 'Conv_Akrobat-SemiBold';
    font-size: 26px;
    width: 100%;
    float: left;
    margin: 10px 0 0;
    color: #fff;
    border: none;
    outline: none;max-width:100%;
    padding: 6px 0;
    border-radius: 10px;
}

a.forgot:hover, a.forgot:focus {
    color: #2d9351;
    text-decoration: none;
}

.leftions:nth-child(2) {
    float: right;
}

.headerbg .col-sm-2 {
    padding-left: 0;
}

.headerbg {
    background: #fff;
    padding: 10px 0;
    width: 100%;
    float: left;
    margin: auto;
    box-shadow: 0 0 10px rgb(0 0 0 / 30%);
    margin-bottom: 20px;
}

    .headerbg .mainheading {
        font-size: 40px;
        color: #000;
    }

.logout {
    background: #2d9351;
    font-family: 'Raleway';
    font-size: 17px;
    width: auto;
    float: none;
    margin: 0;
    color: #fff;
    border: none;
    outline: none;
    padding: 6px 25px;
    border-radius: 5px;
    display: inline-block;
    box-shadow: 0px 3px 0px 0px rgb(0 0 0 / 40%);
}

.welcome {
    float: none;
    margin: 0 20px 0 0;
    font-size: 24px;
    font-family: Raleway;
    position: relative;
    top: 4px;
    display: inline-block;
}

.headerbg .col-sm-3.pull-right {
    text-align: right;
    position: relative;
    top: 5px;
    padding-right: 0;
}

.innerlogo img {
    max-width: 33%;
}

.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
}

    .tab button:hover {
        background-color: #ddd;
    }

.tablinks {
    background: #e7eaf1;
    font-family: 'Raleway';
    font-size: 19px;
    width: auto;
    float: none;
    margin: 0;
    color: #000;
    border: none;
    outline: none;
    padding: 6px 25px;
    border-radius: 5px;
    display: inline-block;
    box-shadow: 0px 3px 0px 0px rgb(0 0 0 / 40%);
    margin-right: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

    .tablinks.active, .tablinks:hover, .tablinks:active {
        background: #2d9351;
        color: #fff;
    }

    .tablinks.logoutbtn {
        background: #2d9351;
        font-family: 'Raleway';
        font-size: 19px;
        width: auto;
        float: none;
        margin: 0;
        color: #fff;
        border: none;
        outline: none;
        padding: 6px 25px;
        border-radius: 5px;
        display: inline-block;
        box-shadow: 0px 3px 0px 0px rgb(0 0 0 / 40%);
        float: right;
        font-weight: bold;
        text-transform: uppercase;
    }

.middletable {
    width: 100%;
    float: left;
    margin: 20px 0;
    font-family: 'Raleway';
    position: relative;
}

.tableview tr th {
    background: #00a54c;
    padding: 10px 5px;
    border-right: 1px solid #fff;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    word-break: break-word;
    color: #fff;
    box-shadow: inset 0px 4px 0px rgb(0 0 0 / 40%);
}

.tableresponsive {
    width: 100%;
    float: left;
}

.tableview {
    width: 100%;
    margin: auto;
}

    .tableview tr td {
        padding: 10px 5px;
        font-size: 15px;
        font-weight: 600;
        color: #000;
        text-align: center;
        word-break: break-word;
        border-left: 1px transparent;
        border-top: 2px solid #fff;
        border-bottom: 2px solid #fff;
    }

    .tableview tbody tr {
        background: #ccc;
        width: 100%;
    }

.col-sm-9.leftfilter {
    padding: 0;
}

.searchfilter {
    width: 100%;
    float: left;
    margin-top: 40px;
}

.col-sm-3.filterone {
    padding-left: 0;
}

.col-sm-2.filtertwo {
    padding-left: 0;
}

.col-sm-2.filterthree {
    padding-left: 0;
}

.searchfilter .col-sm-5 {
    padding-left: 0;
}

label.date {
    position: absolute;
    top: -24px;
}

select.form-control.optionvalue, .date .form-control {
    appearance: none;
    padding-right: 20px;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    height: auto;
    box-shadow: none;
}

.date span.input-group-addon {
    background: #2d9351;
    color: #fff;
}

i.arrow {
    position: absolute;
    right: 16px;
    top: 0;
    background: #2d9351;
    font-size: 19px;
    bottom: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #ffff;
    padding: 0 10px;
    z-index: -0;
    line-height: 32px;
    display: none;
}

.form-control.optionvalue {
    background-image: url(../images/arrowdown.png);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 30px 100%;
}

th.datepicker-switch {
    text-align: center;
}

tr.pagination a {
    position: relative;
    padding: 6px 12px;
    margin-left: -5px;
    line-height: 1.42857143;
    color: #000;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    background-color: #fff !important;
    border: 1px solid #ddd;
    font-family: 'Raleway';
    margin-right: 10px;
    border-radius: 5px;
}

.pagination td.active a {
    background: #00a54c !important;
    color: #fff !important;
    border: 1px solid #00a54c !important;
}

tr.pagination {
    position: absolute;
    right: 20px;
    bottom: -20px;
    margin: 0;
    z-index: 9;
}

.tableview tfoot {
    position: relative;
}

tr.pagination.left {
    right: auto;
    left: 0;
}

.tableview tfoot {
    position: absolute;
    bottom: -60px;
    width: 100%;
}

td.today.day {
    background: #00a54c !important;
    color: #fff !important;
}
.tableview th:nth-child(1), .tableview td:nth-child(1) {
    min-width: 200px;
    max-width: 200px;
}

.tableview th:nth-child(2), .tableview td:nth-child(2) {
    min-width: 190px;
    max-width: 190px;
}

.tableview th:nth-child(3), .tableview td:nth-child(3) {
    min-width: 150px;
    max-width: 150px;
}

.tableview th:nth-child(4), .tableview td:nth-child(4) {
    min-width: 210px;
    max-width: 210px;
}

.tableview th:nth-child(5), .tableview td:nth-child(5) {
    min-width: 130px;
    max-width: 130px;
}

.tableview th:nth-child(6), .tableview td:nth-child(6) {
    min-width: 150px;
    max-width: 150px;
}

.tableview th:nth-child(7), .tableview td:nth-child(7) {
    min-width: 120px;
    max-width: 120px;
}
.tableview th:nth-child(8), .tableview td:nth-child(8) {
    min-width: 110px;
    max-width: 110px;
}
.tableview th:last-child {
    border: none;
}
/*.tableview th:nth-child(9), .tableview td:nth-child(9) {
    min-width: 110px;
    max-width: 110px;
}*/


/*.tableview th:nth-child(8), .tableview td:nth-child(8) {
    min-width: 225px;
    max-width: 225px;
}*/
.tableview th:nth-child(9), .tableview td:nth-child(9) {
    min-width: 136px;
    max-width: 136px;
   
}
.tableview th:nth-child(10), .tableview td:nth-child(10) {
    min-width: 136px;
    max-width: 136px;
}
.tableview th:nth-child(11), .tableview td:nth-child(11) {
    min-width: 136px;
    max-width: 136px;
}
.tableview th:nth-child(12), .tableview td:nth-child(12) {
    min-width: 136px;
    max-width: 136px;
}
body {
    overflow-x: hidden;
}

.tableview table {
    border-collapse: collapse;
    overflow-x: scroll;
    display: block;
}

.tableview tbody {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: initial;
}

.tableview thead {
    background-color: #00a54c;
    box-shadow: inset 0px 4px 0px rgb(0 0 0 / 40%);
}

.tableview thead, .tableview tbody {
    display: block;
}

tr.pagination td {
    min-width: auto !important;
    max-width: initial !important;
}

tr.pagination.left td {
    min-width: 100px !important;
    position: relative;
    top: 7px;
}

.tableview tfoot tr td {
    border: none !important;
    padding: 0;
}

.col-sm-3.rightfilter {
    padding: 0;
    float:right;
}

    .col-sm-3.rightfilter a.tablinks.logoutbtn {
        float: right;
        font-size: 17px;
        background: #fff;
        color: #000;
        border: 1px solid #ccc;
    }

        .col-sm-3.rightfilter a.tablinks.logoutbtn.show {
            background: #2d9351;
            color: #fff;
            border: 1px solid #2d9351;
            float: left;
            margin-left: 20px;
            text-decoration: none;
        }

.col-sm-12.leftfilter {
    padding: 0;
}

    .col-sm-12.leftfilter .col-sm-6 {
        padding-left: 0;
    }

.addfeed {
    width: 100%;
    float: left;
    margin: 15px 0;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
}

.searchfilter.topfeed {
    margin: 0;
}

.buttonscenter {
    width: 100%;
    float: left;
    margin: 10px 0;
    text-align: center;
}

    .buttonscenter button.tablinks.logoutbtn {
        display: inline-block !important;
        float: none;
        margin-right: 30px;
    }

        .buttonscenter button.tablinks.logoutbtn.show {
            background: #e7eaf0;
            color: #000;
        }

.plus, .delicon {
    font-size: 23px;
    color: #000;
    cursor: pointer;
}

.tableview.addfeedtable th:nth-child(1), .tableview.addfeedtable td:nth-child(1) {
    min-width: 220px;
    max-width: 220px;
}

.tableview.addfeedtable th:nth-child(2), .tableview.addfeedtable td:nth-child(2) {
    min-width: 220px;
    max-width: 220px;
}

.tableview.addfeedtable th:nth-child(3), .tableview.addfeedtable td:nth-child(3) {
    min-width: 220px;
    max-width: 220px;
}

.tableview.addfeedtable th:nth-child(4), .tableview.addfeedtable td:nth-child(4) {
    min-width: 159px;
    max-width: 159px;
}

.tableview.addfeedtable th:nth-child(5), .tableview.addfeedtable td:nth-child(5) {
    min-width: 220px;
    max-width: 220px;
}

.tableview.addfeedtable th:nth-child(6), .tableview.addfeedtable td:nth-child(6) {
    min-width: 176px;
    max-width: 176px;
}

.tableview.datacontrol th:nth-child(1), .tableview.datacontrol td:nth-child(1) {
    min-width: 300px;
    max-width: 300px;
}

.tableview.datacontrol th:nth-child(2), .tableview.datacontrol td:nth-child(2) {
    min-width: 485px;
    max-width: 485px;
}

.tableview.datacontrol th:nth-child(3), .tableview.datacontrol td:nth-child(3) {
    min-width: 300px;
    max-width: 300px;
}

.tableview.datacontrol th:nth-child(4), .tableview.datacontrol td:nth-child(4) {
    min-width: 220px;
    max-width: 220px;
}
.optiontable {
    background: none;
    padding: 6px 10px;
    width: 80%;
    outline: none;
    border: none;
    box-shadow: none;
    text-align: center;
    width: auto;
}

.form-group.datetable {
    margin: 0;
}

    .form-group.datetable input.form-control {
        background: none;
        padding: 6px 10px;
        outline: none;
        box-shadow: none !important;
        text-align: center;
    }

    .form-group.datetable span.input-group-addon {
        background: no-repeat;
        color: #000;
        font-size: 23px;
    }

#custom-button {
    cursor: pointer;
    border: none;
    background: no-repeat;
    padding: 0;
    font-size: 23px;
    line-height: normal;
}

#custom-text {
    margin-left: 10px;
    font-family: sans-serif;
    color: #000;
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 122px;
    display: inline-block;
}

input#real-file {
    display: none;
}
.pagination .page-item.active .page-link {
    background: #00a54c !important;
    color: #fff !important;
    border: 1px solid #00a54c !important;
}

.pagination .page-item .page-link, li.page-item.disabled.PagedList-pageCountAndLocation a.page-item {
    position: relative;
    padding: 6px 12px;
    margin-left: -5px;
    line-height: 1.42857143;
    color: #000;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    background-color: #fff !important;
    border: 1px solid #ddd;
    font-family: 'Raleway';
    margin-right: 10px;
    border-radius: 5px;
}

.pagination .navigation .pagination {
    margin: 0 0 0 0;
    position: relative;
    op:;
}
.counts {
    width: 10%;
    top: -50px;
    right: 30px;
    position: absolute;
}

.searchfilter.topmarigin {
    position: relative;
    margin-top: 30px;
}

.paddingborder {
    /* border: 1px solid #ccc; */
    padding: 20px;z
    box-shadow: 0 0 2px 0 rgb(0 0 0 / 30%);
}



.col-sm-5.filterone input#searchPart {
    width: 80%;
    float: left;
    height: auto;
    padding: 12px 12px;
    border-radius: 11px;
}

.col-sm-5.filterone label {
    float: left;
    position: relative;
    top: 10px;
    margin-right: 20px;
}



.col-sm-3.buttonleft button.tablinks.logoutbtn {
    float: left;
}

.col-sm-4.filterone {
    margin-top: 20px;
}

    .col-sm-4.filterone label {
        width: 30%;
        float: left;
        position: relative;
        top: 10px;
    }

    .col-sm-4.filterone .form-control {
        width: 70%;
        float: left;
        height: auto;
        padding: 12px;
        border-radius: 10px;
    }
.col-sm-5.filterone input#partName {
    width: 80%;
    float: left;
    height: auto;
    padding: 12px 12px;
    border-radius: 11px;
}
.logout, .col-sm-4.rightfilter.searchright .logoutbtn {
    background: #2d9351;
    font-family: 'Raleway';
    font-size: 17px;
    width: auto;
    float: none;
    margin: 0;
    color: #fff;
    border: none;
    outline: none;
    padding: 6px 25px;
    border-radius: 5px;
    display: inline-block;
    box-shadow: 0px 3px 0px 0px rgb(0 0 0 / 40%);
    font-weight: normal;
}

.col-sm-4.rightfilter.searchright {
    text-align: right;
}

    .col-sm-4.rightfilter.searchright input.logout.add {
        float: none;
        margin-right: 20px;
    }
.formwidths #Loginform .fullwidthbox .form-control {
    max-width: 100%;
}
.tableview tbody tr.norecords td {
    min-width: 98.5% !important;
    max-width: 98%;
    display: inline-block;
    position: absolute;
    left: 14px;
    background: #ccc;
}