﻿html {
    height: 100%;
}

body {
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-size: 15px;
    height: 100%;
    width: 100%;
    float: left;
}

html, body {
    height: 100%;
    width: 100%;
    position: relative;
    background: #f6f7fc;
}

.logindiv {
    background: #272f37;
    min-height: 100vh;
    text-align: center;
}

.logoimage {
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    font-size: 64px;
    color: #0b41e9;
    font-weight: bold;
    line-height: 62px;
}

    .logoimage em {
        font-style: normal;
        color: #fff;
        font-size: 54px;
    }

.loginsection {
    width: 40%;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.col-sm-8.rightsection {
    padding: 0 50px;
    margin: auto;
    text-align: center;
    min-height: 100vh;
}

.userheading {
    font-size: 30px;
    color: #323759;
    font-weight: 600;
    float: left;
    width: 100%;
    margin: 0 0 20px;
}

.forminput {
    width: 100%;
    float: left;
    margin: 0 0 10px;
    position: relative;
}

    .forminput .form-control {
        height: auto;
        padding: 12px 50px;
        float: left;
        height: auto;
        font-size: 13px;
        border-radius: 20px;
        border: 1px solid #ccc;
        box-shadow: 0 2px 11px rgba(0,0,0,0.3);
        color: #000;
        font-weight: 600;
        padding-right: 20px;
        line-height: 24px;
    }

        .forminput .form-control::-webkit-input-placeholder {
            color: #7a7979;
            font-weight: 600;
        }

        .forminput .form-control::-moz-placeholder {
            color: #7a7979;
            font-weight: 600;
        }

        .forminput .form-control:-ms-input-placeholder {
            color: #7a7979;
            font-weight: 600;
        }

        .forminput .form-control:-moz-placeholder {
            color: #7a7979;
            font-weight: 600;
        }

.iconinput {
    position: absolute;
    left: 14px;
    top: 9px;
}

.loginbtn { /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0b41e9+0,1966f3+100 */
    background: #0b41e9; /* Old browsers */
    background: -moz-linear-gradient(left, #0b41e9 0%, #1966f3 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #0b41e9 0%,#1966f3 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #0b41e9 0%,#1966f3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b41e9', endColorstr='#1966f3',GradientType=1 ); /* IE6-9 */
    border: 1px solid #0b41e9;
    border-radius: 10px;
    float: left;
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    padding: 10px 0;
    margin-top: 0;
    color: #fff !important;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    outline: none;
}

.logoimage img {
    max-width: 80%;
}

#myModal4 .modal-dialog {
    width: 40%;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    margin: auto;
}

div#myModal4 .modal-body {
    display: inline-block;
    width: 100%;
}

.radiobox label.newcheck {
    width: 100% !important;
    float: left;
    color: #000 !important;
    margin-bottom: 9px;
    position: relative;
    font-size: 17px;
}

.radiobox .newcheck input:checked ~ .checkmark + .white {
    color: #000;
}

.radiobox label.newcheck .checkmark {
    border: 2px solid #000;
    background: #fff;
    width: auto;
    box-sizing: border-box;
    height: auto;
    padding: 00;
    float: left;
    border-radius: 100px;
    top: 0px;
    width: 20px;
    height: 20px;
}

.radiobox .newcheck input:checked ~ .checkmark:before {
    position: absolute;
    content: "";
    left: 2px;
    right: 0;
    background: -moz-linear-gradient(left, #0b41e9 0%, #1966f3 100%);
    background: -webkit-linear-gradient(left, #0b41e9 0%,#1966f3 100%);
    background: linear-gradient(to right, #0b41e9 0%,#1966f3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b41e9', endColorstr='#1966f3',GradientType=1 );
    width: 12px;
    height: 12px;
    border-radius: 100%;
    top: 0px;
    top: 2px;
}

.radiobox .newcheck span {
    color: #000;
    float: left;
    width: auto;
    z-index: 99;
    position: absolute;
    left: 0;
    top: -2px;
    padding-left: 37px;
    cursor: pointer;
    font-weight: 600;
}

h4.modal-title {
    font-size: 20px;
    color: #323759;
    width: 100%;
    text-align: center;
    margin: 0;
    padding-bottom: 0;
}

.modal-header .close {
    position: absolute;
    right: 10px;
    opacity: 1;
}

.modal-header {
    padding: 10px;
}

a.loginbtn.savebtn {
    width: 40%;
    margin-top: 0;
    padding: 7px 20px;
    border-radius: 10px;
    float: none;
    display: inline-block;
}

.fullwidthbtn {
    width: 100%;
    margin: auto;
    display: inline-block;
}

    .fullwidthbtn.btncenter {
        text-align: center;
    }

.bottomlogo {
    position: absolute;
    right: 0;
    bottom: 0;
}
/*Site Css*/
.col-sm-3.leftboxmenu {
    background: #2c3e50;
    position: fixed;
    top: 0;
    bottom: 0;
    padding: 0;
    transition: width .5s ease-in;
    width: 19%;
    z-index: 99;
    padding-top: 0;
}

.col-sm-9.rightbox {
    float: right;
    width: 81%;
    padding-left: 0;
    padding-right: 0;
    transition: width .5s ease-in;
}

.naviagtion {
    width: 100%;
    float: left;
    position: relative;
    margin-top: 100px;
}

a#menuToggle {
    position: absolute;
    top: 20px;
    left: 83%;
    right: auto;
    margin: auto;
    text-align: center;
    cursor: pointer;
}

span.logos {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    text-align: center;
}

    span.logos img {
        max-width: 48%;
        float: none;
    }

.naviagtion li {
    list-style: none;
    width: 100%;
    float: right;
    margin: auto;
    margin-bottom: 20px;
    position: relative;
}

li.active i.arrow {
    transform: rotate(180deg);
}

body.menuToggle {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    body.menuToggle .naviagtion ul {
        padding: 0 10px 0 14px;
        width: 100%
    }

    body.menuToggle .col-sm-9.rightbox {
        width: 93%;
    }

    body.menuToggle .col-sm-3.leftboxmenu {
        width: 7%;
    }

.naviagtion ul li a {
    padding: 10px 20px;
    float: left;
    width: 100%;
    box-sizing: border-box;
    position: relative;
}

.menutext {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    width: auto;
    float: left;
    margin: auto;
    position: relative;
    top: 3px;
    margin-left: 10px;
}

.naviagtion i.images {
    width: 40px;
    height: auto;
    float: left;
    position: relative;
    top: 0;
}

.naviagtion i.arrow {
    position: absolute;
    right: 18px;
    top: 14px;
}

.naviagtion ul {
    width: 100%;
    display: inline-block;
    float: left;
    margin: 0;
    padding: 0;
}

.topheader {
    width: 100%;
    float: left;
    margin: auto;
    padding: 15px 0;
}

li.active a, .naviagtion ul li a:hover, .tabs li.active, .naviagtion ul li a:focus {
    background: #0b41e9;
    background: -moz-linear-gradient(left, #0b41e9 0%, #1966f3 100%);
    background: -webkit-linear-gradient(left, #0b41e9 0%,#1966f3 100%);
    background: linear-gradient(to right, #0b41e9 0%,#1966f3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b41e9', endColorstr='#1966f3',GradientType=1 );
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

body.menuToggle li.active a, body.menuToggle .naviagtion ul li a:hover {
    border-radius: 50%;
}

li.logout {
    position: fixed;
    bottom: 120px;
    width: 17.6%;
    left: 19px;
    transition: width .5s ease-in;
}

body.menuToggle li.logout {
    position: fixed;
    bottom: 120px;
    width: 49px;
    left: 16px;
    transition: width .5s ease-in;
}

.textwelcome {
    width: 100%;
    float: left;
    margin: 0 0 20px;
    font-size: 16px;
    color: #272f37;
    font-weight: 600;
}

.col-sm-5.mainheadingbox {
    padding-right: 0;
}

.col-sm-3.pull-right.rightnav li.submenu {
    margin: 0;
    padding: 0 0;
    width: 100%;
    float: left;
}

.col-sm-3.pull-right.rightnav {
    float: right;
    text-align: right;
    position: relative;
    top: -6px;
    color: #fff;
}

ul.dropdown-header-top.author-log.dropdown-menu {
    margin: 3px 0 0;
    padding: 0;
    left: 25%;
}

input.daterange.search {
    height: auto;
    padding: 6px 20px;
    float: left;
    height: auto;
    font-size: 16px;
    border-radius: 20px;
    border: 1px solid #ccc;
    color: #7a7979;
    font-weight: 600;
    padding-right: 37px;
    background: #f5f5f5;
    width: 100%;
    outline: none;
}

.col-sm-3.searchbox button.btn.btn-danger {
    background: no-repeat;
    border: none;
    padding: 0;
}

.col-sm-3.searchbox span.input-group-btn {
    position: absolute;
    right: 30px;
    top: 5px;
}

.col-sm-3.pull-right.rightnav li.nav-item {
    list-style: none;
}

ul.dropdown-header-top.author-log.dropdown-menu li a {
    padding: 10px 20px;
}

li.active {
    background: none;
}

div#columnchart_values1, div#columnchart_values2 {
    margin-top: 40px;
}

ul.submenu li a {
    font-size: 16px;
    color: #fff;
    padding: 6px 0;
}

ul.submenu {
    padding: 0 0;
    left: 67px;
    position: relative;
    width: auto !important;
}

    ul.submenu li a:hover, ul.submenu li a.menulink {
        background: no-repeat;
        color: #f1557e;
        text-decoration: none;
    }

.menuToggle a#menuToggle {
    left: 37%;
}

.menuToggle ul.submenu {
    position: absolute !important;
    left: 51px;
    width: 221px !important;
    top: 0 !important;
    background: #323759;
    padding: 10px;
}

body.menuToggle span.logos img {
    max-width: 88%;
    float: none;
}

.naviagtion i.images img {
    max-width: 20px;
    position: relative;
    top: -1px;
}

body.menuToggle span.logos {
    top: 30px;
}

.menuToggle span.menutext {
    display: none;
}

.menuToggle i.arrow {
    display: none;
}

.naviagtion ul.submenu {
    top: 10px !important;
    position: relative !important;
}

.menuToggle .naviagtion ul li a {
    padding: 14px 15px;
    width: 50px;
    height: 50px;
    position: relative;
    left: 8px;
}

.col-sm-4.rightbuttons.marginbottom .whitebg.lineselect {
    margin-top: 20px;
}

.breadcrums {
    width: 100%;
    float: left;
    margin: 20px 0;
    padding: 0 20px;
    font-size: 15px;
    font-weight: 600;
    color: #272f37;
}

.breadcrumstext {
    float: left;
    margin-right: 7px;
}

    .breadcrumstext img {
        position: relative;
        top: -2px;
    }

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

.shiftlabel {
    font-size: 13px;
    color: #4d4d4d;
    font-weight: bold;
    float: left;
    width: 100%;
    margin-bottom: 4px;
    padding: 0px 10px;
}

.whitebg {
    background: #fff;
    padding: 10px 10px 10px 0;
    box-sizing: border-box;
    border: 2px solid #efedeb;
    width: 100%;
    float: left;
}

.option {
    width: 74%;
    text-indent: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 2px solid #efedeb !important;
    box-sizing: border-box;
    background-color: #fff !important;
    font-size: 14px;
    outline: none;
    color: #1458ef;
    font-weight: bold;
    background-repeat: no-repeat;
    background-image: url(/dhi/images/arrow.png);
    padding-right: 20px;
    box-shadow: none;
    background-position: 98% 15px;
    text-align: left;
    padding: 8px 11px !important;
    border-radius: 10px;
    margin-bottom: 0px;
    text-transform: uppercase;
}

.witdhsselcet label {
    color: #000;
    font-weight: normal;
    font-size: 15px;
    position: relative;
    top: 9px;
    left: 0;
    margin: 0;
    z-index: 9;
    width: 86px;
    float: left;
}

.select2-results__option--selectable {
    cursor: pointer;
    color: #000;
}

.firstboxes {
    width: 100%;
    float: left;
    margin: 0 0 20px;
}

    .firstboxes .col-sm-3 {
        padding: 0 10px;
    }

.whiteinput {
    width: 100%;
    border: none;
    background: none;
    font-size: 14px;
    outline: none;
    color: #808080;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0 10px;
}

.buttonrightf {
    width: 100%;
    float: right;
    margin: auto;
    text-align: right;
}

.buttonright .loginbtn {
    width: auto;
    padding: 10px 50px;
    border-radius: 10px;
    font-weight: 600;
    float: right;
    margin: 10px 0 0 10px;
    float: none;
}

.tabletop {
    width: 100%;
    float: left;
    margin: 30px 0 0 0;
}

.tablehead {
    font-weight: bold;
    color: #272f37;
    font-size: 22px;
    width: 100%;
    float: left;
    padding: 0 10px;
}

.tablescroll {
    width: 100%;
    float: left;
    margin: auto;
    padding: 0 10px;
    overflow: auto;
}

    .tablescroll thead th {
        font-size: 14px;
        color: #323759;
        font-weight: 600;
        padding: 20px 20px !important;
        border: none !important;
    }

    .tablescroll tbody tr td {
        border: none !important;
        font-size: 16px;
        color: #272f37;
        font-weight: 600;
        padding: 12px 20px !important;
        background: #fff;
        border-top: 1px solid #ccc !important;
        border-bottom: 1px solid #ccc !important;
        line-height: 30px;
    }

    .tablescroll tbody {
        border: 1px solid #ccc;
    }

        .tablescroll tbody tr td img {
            margin: 0 0 0 10px;
        }

.firstboxes .col-sm-2 {
    padding: 0 10px;
}

.loginbtn.bluebtn {
    background: #323759;
}

.whitebg.bgnone {
    background: none;
    border: none;
}

.datepicker-days {
    color: #000;
}

.form-group.calender {
    width: 100%;
    padding: 0 0 0 12px;
    margin: 0;
}

.input-group-addon {
    background: no-repeat;
    border: none;
    position: absolute;
    right: 24px;
    top: 7px;
    padding: 0;
}

#datetimepicker2 {
    width: 100%;
    position: relative;
}

    #datetimepicker2 input.whiteinput {
        padding: 9px 30px 0px 0;
        width: 100%;
        z-index: 999;
        background: #fff;
    }

.datepicker table tr td.today {
    color: #fff;
    background-color: #f1557e;
    border-color: #f1557e;
}

.datepicker table tr td, .datepicker table tr th {
    text-align: center;
    width: 30px;
    height: 30px;
    border-radius: 4px;
    border: none;
    padding: 5px;
    cursor: pointer;
}

.datepicker.datepicker-dropdown.dropdown-menu.datepicker-orient-left.datepicker-orient-bottom {
    margin-top: 17px;
}

.planthead {
    padding: 0;
    font-size: 30px;
    font-weight: 600;
    color: #323759;
    float: left;
    margin: auto;
}

.col-sm-3.rightbuttons {
    padding-right: 0;
    position: relative;
}

    .col-sm-3.rightbuttons .loginbtn {
        margin-top: 0;
        padding: 9px 0;
        outline: none;
        border-radius: 10px;
    }

.productionbox {
    background: rgba(241,85,124,1);
    background: -moz-linear-gradient(left, rgba(241,85,124,1) 0%, rgba(175,73,149,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(241,85,124,1)), color-stop(100%, rgba(175,73,149,1)));
    background: -webkit-linear-gradient(left, rgba(241,85,124,1) 0%, rgba(175,73,149,1) 100%);
    background: -o-linear-gradient(left, rgba(241,85,124,1) 0%, rgba(175,73,149,1) 100%);
    background: -ms-linear-gradient(left, rgba(241,85,124,1) 0%, rgba(175,73,149,1) 100%);
    background: linear-gradient(to right, rgba(241,85,124,1) 0%, rgba(175,73,149,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1557c', endColorstr='#af4995', GradientType=1 );
    width: 100%;
    float: left;
    margin: auto;
    padding: 20px;
}

.headprod {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin: 0;
    display: table-cell;
    width: 100%;
    text-transform: uppercase;
    vertical-align: middle;
}

.counts {
    font-size: 60px;
    line-height: normal;
    float: left;
    width: 100%;
    margin: auto;
    font-weight: 600;
}

.imageprod {
    position: absolute;
    right: 40px;
    bottom: 10px;
}

.col-sm-4.boxess {
    border-right: 2px solid #fff;
    position: relative;
    padding: 0 20px;
    float: left;
}

    .col-sm-4.boxess:last-child {
        border: none;
    }

.proboxs {
    background: #fff;
    float: left;
    width: 100%;
    border-radius: 10px;
}

.barchart {
    width: 100%;
    float: left;
    margin: 10px 0;
    padding: 0 20px;
}

.barhead {
    font-size: 17px;
    color: #323759;
    float: left;
    padding: 10px 15px;
    font-weight: 600;
    width: 100%;
    text-align: center;
    position: relative;
}

.col-sm-3.rightpadding {
    padding-left: 7px;
}

.fullwidth {
    width: 100%;
    float: left;
    margin: 20px 0;
}

.inner {
    width: 100%;
    float: left;
    padding: 20px;
    border-radius: 0px;
    box-shadow: 0 5px 2px rgba(0,0,0,0.2);
    height: 140px;
    margin-bottom: 20px;
    cursor: move;
}

    .inner i.imageprod {
        bottom: 0;
        left: 0;
        right: 0;
        top: 0;
        vertical-align: middle;
    }

.drag-list {
    overflow: hidden;
    margin: 0;
    width: 100%;
    border: none;
}

.drag-start {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
}

.drag-enter {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: '' scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}

.inner i.imageprod img {
    max-width: 70%;
    float: right;
    margin-top: 60px;
    margin-right: 20px;
}

.innercolor {
    position: relative;
    width: 100%;
    float: left;
    margin: auto;
    display: table;
    vertical-align: middle;
}

    .innercolor .counts {
        position: relative;
        right: 0;
        width: auto;
        top: 0;
        font-size: 48px;
    }

.red {
    background: #ff3030;
}

.yellow {
    background: #ffb900;
}

.green {
    background: #43bc27;
}

.bottomranges {
    position: absolute;
    bottom: 20px;
    left: 15px;
    right: 15px;
    background: #fff;
    color: #000;
    text-align: center;
    font-size: 17px;
    font-weight: 600;
    padding: 10px 0;
}

.calenderdiv .form-group.calender input.whiteinput {
    padding: 12px !important;
    border-radius: 5px !important;
    border: 1px solid #ccc;
}

.calenderdiv .form-group.calender span.input-group-addon {
    right: 80px;
    top: 13px;
}

.searchsend {
    background: #f1557e;
    border: none;
    position: absolute;
    right: 0px;
    top: 1px;
    padding: 12px 12px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    outline: none;
}

.col-sm-4.calenderdiv {
    padding: 0;
}

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

div#chartContainer button, a.canvasjs-chart-credit {
    display: none;
}

text {
    font-family: 'Poppins', sans-serif;
    font-size: 11.5px;
    line-height: 28px;
    float: left;
    width: 100%;
    margin: 0 10px;
    font-weight: 600;
}

div#piechart_3d {
    height: 350px !important;
    margin-top: -20px;
    position: relative;
}

.textlorem {
    color: #000;
    float: left;
    width: 100%;
    margin: 16px 0 0 0;
    text-align: right;
}

.totaltarget:before {
    position: absolute;
    left: -10px;
    content: "";
    width: 20px;
    height: 20px; /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0b41e9+0,1966f3+100 */
    background: #0b41e9; /* Old browsers */
    background: -moz-linear-gradient(left, #0b41e9 0%, #1966f3 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #0b41e9 0%,#1966f3 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #0b41e9 0%,#1966f3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b41e9', endColorstr='#1966f3',GradientType=1 ); /* IE6-9 */
    top: 12px;
}

.totaltarget {
    padding: 12px 20px 0;
    float: right;
    width: 74px;
    margin: auto;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    clear: both;
}

    .totaltarget:last-child:before {
        background: #A3B6F6
    }

.whitebg.lineselect {
    border-radius: 10px;
}

.barheading {
    float: left;
    width: 100%;
    text-align: center;
    color: #000;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    margin-top: 10px;
}

.breadcrums.marginbottom {
    margin: 0;
}

a.logcompl {
    float: right;
    font-size: 18px;
    color: #104eec;
    font-weight: bold;
    display: inline-block;
    margin-right: 30px;
    margin-bottom: 30px;
    margin-top: 20px;
}

.logstext {
    width: 100%;
    float: left;
    margin: 0 0 10px;
    color: #272f37;
    font-size: 15px;
    font-weight: normal;
    padding: 0 15px;
}

span.dealertext {
    float: left;
    width: 98%;
    margin: auto;
}

.logstext em {
    float: left;
    width: 1.3%;
}

.tabs li {
    width: 48%;
    float: left;
    font-size: 15px;
    text-align: center;
    font-weight: 600;
    color: #104eec;
}

    .tabs li:nth-child(2n) {
        float: right;
    }

div#columnchart_values {
    left: 0;
    position: relative;
    margin-top: 0;
    background: none;
    width: 100%;
    float: left;
}

.tabs li {
    background: #cfd9df;
    background: -moz-linear-gradient(left, #cfd9df 0%, #e1ebef 100%);
    background: -webkit-linear-gradient(left, #cfd9df 0%,#e1ebef 100%);
    background: linear-gradient(to right, #cfd9df 0%,#e1ebef 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfd9df', endColorstr='#e1ebef',GradientType=1 );
    border-radius: 10px;
    margin-bottom: 30px;
    margin-top: 0 !important;
}

.tabs {
    float: right;
}

.piechartdiv {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}

#columnchart_values text {
    font-size: 10px;
}

.col-sm-5.tabs {
    position: relative;
    margin-top: 100px;
}

.barhead em {
    font-style: normal;
    width: 100%;
    display: inline-block;
}

.barcharts {
    float: none;
    margin: auto;
    position: relative;
    top: -10px;
    text-align: center;
    width: 100%;
}

    .barcharts em {
        width: 15%;
        margin: auto;
        font-size: 13px;
        font-weight: 600;
        font-style: normal;
        color: #272f37;
        padding: 5px 0;
        position: relative;
        display: inline-block;
        text-align: left;
    }

        .barcharts em:before {
            width: 16px;
            height: 16px;
            background: #000;
            position: absolute;
            content: "";
            left: -20px;
            top: 7px;
        }

        .barcharts em.one:before {
            background: #34495e !important;
        }

        .barcharts em.two:before {
            background: #34495e !important;
        }

        .barcharts em.three:before {
            background: #34495e !important;
        }

        .barcharts em.four:before {
            background: #34495e !important;
        }

        .barcharts em.five:before {
            background: #34495e !important;
        }

.rightbuttons .dropdown .btn {
    width: 100%;
    border: 2px solid #efedeb !important;
    box-sizing: border-box;
    background-color: #fff !important;
    font-size: 14px;
    outline: none;
    color: #808080 !important;
    font-weight: bold;
    text-transform: uppercase;
    background-repeat: no-repeat;
    background-image: url(/dhi/images/arrow.png);
    padding-right: 20px;
    box-shadow: none;
    background-position: 98% 15px;
    text-align: left;
    padding: 11px 11px !important;
    border-radius: 10px;
    margin-bottom: 20px;
}

button.btn.btn-primary.dropdown-toggle em {
    color: #1458ef;
    font-style: normal;
    float: right;
    margin-right: -36px;
    font-weight: 600;
    top: 9px;
}

.dropdown.open ul.dropdown-menu {
    width: 100%;
    top: 35px;
}

.fullwidthss {
    width: 100%;
    float: left;
    margin: auto;
    padding: 0 15px;
}

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

thead th {
    font-size: 15px;
    color: #104eed;
    font-weight: 600;
    vertical-align: bottom;
    padding: 0px 10px;
    position: relative;
}

thead .newtables th {
    color: #104eed;
}

.tableclass tbody tr {
    background: #fff;
    padding: 10px 4px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    color: #272f37;
    border-bottom: 6px solid #f6f7fc;
}

#tbl_DW.tableclass tbody tr {
    cursor: pointer;
}

.icons img {
    max-width: 10px;
}

img.down {
    position: relative;
    top: -5px;
}

.tableclass tbody tr td {
    padding: 9px 10px;
}

    .tableclass tbody tr td a.loginbtn, .tableclass tbody tr td {
        font-size: 13px;
    }

div#columnchart_values2 {
    position: relative;
    top: -20px;
}

.col-sm-3.rightbuttons.header {
    width: auto;
    float: right;
    margin-right: 30px;
}

    .col-sm-3.rightbuttons.header button.btn.btn-primary.dropdown-toggle {
        background-color: #ccc !important;
        border: none !important;
        padding: 0 0 !important;
        margin: 0;
        background-position: 100% 11px;
    }

    .col-sm-3.rightbuttons.header img {
        margin-right: 12px;
    }

    .col-sm-3.rightbuttons.header em {
        width: 120px;
        max-width: 120px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        position: relative;
        top: 4px;
        color: #000 !important;
    }

.fullwidths.topheades {
    background: #ccc;
    float: left;
    width: 100%;
    padding: 10px 0;
}

.col-sm-12.rightbox {
    padding: 0;
    padding: 0;
    margin: 0;
}

.topheader.adminheader {
    padding: 0;
}

.breadcrums.admin {
    padding: 10px 15px;
    background: #eee;
    margin-top: 0;
}

.topheader.adminheader span.textwelcome {
    margin: 0;
    padding: 0 10px;
    top: 5px;
    position: relative;
}

.loginbtn.upload.Escalation {
    background: #337ab7;
    margin-left: 10px;
    float: right;
    display: inline-block;
}

.loginbtn.upload {
    padding: 6px 20px;
    width: auto;
    float: none;
    font-size: 14px;
    border-radius: 5px;
    background: #000;
    display: inline-block;
}

a.loginbtn.IssueLog {
    padding: 6px 20px;
    width: auto;
    float: none;
    font-size: 14px;
    border-radius: 5px;
    background: #000;
    display: inline-block;
}

.boxxwidth.one {
    background: #337ab7;
    padding: 0;
}

.boxxwidth {
    margin-bottom: 30px;
}

.boxxwidth {
    width: 100%;
    float: left;
    margin: auto;
    background: #fff;
    padding: 15px;
    box-sizing: border-box;
    color: #000;
    border-radius: 5px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    position: relative;
}

    .boxxwidth.one .iconheading {
        color: #fff !important;
        font-weight: bold;
        text-align: center;
        border-bottom: 1px solid #ccc;
        padding-bottom: 10px;
        margin-top: 10px;
    }

.iconheading {
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    float: left;
    width: 100%;
    color: #000 !important;
    margin-bottom: 20px;
    text-align: left !important;
    padding: 0 20px;
}

.countss {
    width: 100%;
    float: left;
    display: inline-block;
    font-size: 59px;
    color: #fff;
    margin: 5px 0;
    font-weight: bold;
    text-align: left;
    padding: 0 20px;
    line-height: 63px;
}

.workimage img {
    max-width: 96px;
    float: right;
}

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

.onebox.fulltext {
    width: 100%;
}

.onebox:last-child {
    border: none;
}

.onebox {
    width: 33%;
    float: left;
    margin: auto;
    text-align: center;
    color: #fff;
    border-right: 1px solid #ccc;
    margin-bottom: 20px;
}

.col-sm-12.rightbuttons.innercolor {
    text-align: center;
    padding: 0
}

    .col-sm-12.rightbuttons.innercolor .whitebg.lineselect {
        width: 100%;
        margin: auto auto 20px;
        float: none;
    }

form.loginbox label {
    color: #000;
    float: left;
    width: 100%;
    font-size: 15px;
    text-align: left;
}

#myModal4 a.loginbtn.savebtn {
    width: auto;
    font-size: 13px;
    padding: 8px 20px;
}

#myModal4 a#btndialogSubmit {
    background: #000;
}

.col-sm-12.rightbuttons.innercolor input#myFile {
    position: relative;
    top: 10px;
    color: #000;
}

.filupp > input[type="file"] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.filupp {
    position: relative;
    background: #fff;
    border: 2px solid #efedeb;
    display: block;
    border-radius: 10px;
    height: auto;
    cursor: pointer;
    padding: 5px 10px;
}

    .filupp:before {
        content: "";
        position: absolute;
        top: 14px;
        right: 0.75em;
        width: 2em;
        height: 1.25em;
        border: 3px solid #dd4040;
        border-top: 0;
        text-align: center;
    }

#divEscalationModel .whitebg.lineselect {
    /* margin: 0; */
    padding: 0;
    border: none;
    border-radius: 0;
}

    #divEscalationModel .whitebg.lineselect .option {
        width: 100%;
    }

.filupp:after {
    content: "➜";
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    top: 16px;
    right: 11px;
    font-size: 2em;
    color: #dd4040;
    line-height: 0;
}

.filupp-file-name {
    width: 72%;
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    top: 3px;
    white-space: nowrap;
    position: relative;
}

.fullwidthss.logswidth .logstext {
    margin: 10px 0;
}

.fullwidthbuttonright {
    width: 100%;
    float: left;
    text-align: right;
    padding: 28px 20px 30px;
}

    .fullwidthbuttonright button.loginbtn {
        width: auto;
        font-size: 16px;
        font-weight: bold;
        float: none;
        display: inline-block;
        margin-left: 20px;
        padding: 9px 37px;
        outline: none;
        min-width: 170px;
    }

        .fullwidthbuttonright button.loginbtn.export {
            background: none;
            color: #000 !important;
        }

button.btn.btn-primary.dropdown-toggle em i {
    font-style: normal;
    position: relative;
    padding: 0 0 0 15px;
}

    button.btn.btn-primary.dropdown-toggle em i:before {
        position: absolute;
        content: "";
        left: 5px;
        top: -3px;
        z-index: 9999999999;
        background: #1458ef;
        width: 1px;
        height: 26px;
    }

tr.mainhead.blackhead th {
    color: #272f37;
}

.fullwidthstable {
    width: 100%;
    float: left;
    margin: auto;
    padding: 0 15px;
}

em.circle {
    height: 15px;
    display: block;
    background: #ccc;
    width: 15px;
    position: absolute;
    border-radius: 100%;
    left: 5px;
    top: 11px;
}

.fullwidthstable td {
    position: relative;
}

    .fullwidthstable td i {
        font-style: normal;
    }

em.circle.red {
    background: #ff1616;
}

em.circle.green {
    background: #16af1d;
}

em.circle.yellow {
    background: #f6ee11;
}

.fullwidthstable td.disabled i, tr.mainhead.blackhead th.disabled {
    color: #ccc;
}

.fullwidthstable .tableclass tbody tr {
    background: #f5f5f7;
    border: 6px solid #fff;
}

.paddings {
    width: 100%;
    float: left;
    background: #fff;
    padding: 15px;
    border-radius: 10px;
}

.barmiddle.dealer {
    position: relative;
}

.fne {
    color: #272f37;
    font-weight: 600;
    font-size: 14px;
    position: absolute;
    left: 70px;
    right: 0;
    margin: auto;
    text-align: center;
    bottom: 63px;
}

.col-sm-4.tabs a {
    height: 70px;
}

.brand-nav.oneline a {
    padding-top: 15px;
    padding-bottom: 15px;
}

.col-sm-4.rightbuttons.pull-right.dashboard button.loginbtn {
    margin-top: 0;
}

.col-sm-4.tabs {
    padding-left: 0;
    margin-top: 140px !important;
}

.fne.redbox {
    right: auto;
    left: 42%;
}

    .fne.redbox:before {
        position: absolute;
        content: "";
        left: -70px;
        right: 0;
        width: 60px;
        height: 3px;
        background: #dc3912;
        top: 8px;
    }

    .fne.redbox:after {
        background: #dc3912;
        width: 10px;
        content: "";
        position: absolute;
        height: 10px;
        border-radius: 100%;
        left: -44px;
        top: 4px;
    }

.fne.blue {
    right: auto;
    left: 58%;
}

    .fne.blue:before {
        position: absolute;
        content: "";
        left: -70px;
        right: 0;
        width: 60px;
        height: 3px;
        background: #3366cc;
        top: 8px;
    }

    .fne.blue:after {
        background: #3366cc;
        width: 10px;
        content: "";
        position: absolute;
        height: 10px;
        border-radius: 100%;
        left: -44px;
        top: 4px;
    }

.tabs .nav > li > a:focus, .tabs .nav > li > a:hover {
    text-decoration: none;
    color: #fff;
    background-color: #337ab7;
    border-radius: 10px;
}


/*Error Page*/
.fullwidths.errorpage {
    position: absolute;
    left: 0;
    right: 0;
    transform: translateY(18%);
}

    .fullwidths.errorpage h1 {
        font-size: 7.5em;
        color: #0b41e9;
        margin: 15px 0px;
        font-weight: bold;
    }

    .fullwidths.errorpage h2 {
        color: #323759;
        font-weight: bold;
    }

    .fullwidths.errorpage p {
        color: #000;
        float: left;
        width: 100%;
        margin: 20px 0;
        font-size: 20px;
        line-height: 32px;
    }

a.loginbtn.errorhome {
    width: auto;
    padding: 10px 30px;
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

.col-md-6.align-self-center.lefttextwidth {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translatey(-50%);
}

body.menuToggle .tabs li.active a {
    border-radius: 10px;
}

div#columnchart_values5, div#columnchart_values6 {
    padding-top: 0;
    margin-top: 0;
    width: 100% !important;
    display: inline-block;
}

.fullwidths {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.topheaderss {
    width: 100%;
    float: left;
    margin: 0;
    padding: 10px 0 0;
}

    .topheaderss .col-sm-3.rightbuttons.header button.btn.btn-primary.dropdown-toggle {
        background-color: #fff !important;
    }

    .topheaderss .col-sm-3.rightbuttons.header.menuhidearrow button.btn.btn-primary.dropdown-toggle {
        background: none;
    }

.logsbottom {
    width: auto;
    float: right;
    margin: 30px 0 0;
    color: #101010;
    font-size: 17px;
    font-weight: 600;
    padding: 0 20px 20px;
}

    .logsbottom .logstexs {
        float: left;
        display: inline-block;
        width: auto;
        margin: auto;
        position: relative;
        top: 10px;
    }

    .logsbottom button.loginbtn {
        width: auto;
        float: right;
        margin-left: 20px;
        padding: 8px 30px;
    }

button.loginbtn.export {
    text-align: right;
    padding-left: 0html

{
    height: 100%;
}

body {
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-size: 15px;
    height: 100%;
    width: 100%;
    float: left;
}

html, body {
    height: 100%;
    width: 100%;
    position: relative;
    background: #f6f7fc;
}

.logindiv {
    background: #272f37;
    min-height: 100vh;
    text-align: center;
}

.logoimage {
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    font-size: 64px;
    color: #0b41e9;
    font-weight: bold;
    line-height: 62px;
}

    .logoimage em {
        font-style: normal;
        color: #fff;
        font-size: 54px;
    }

.loginsection {
    width: 40%;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.col-sm-8.rightsection {
    padding: 0 50px;
    margin: auto;
    text-align: center;
    min-height: 100vh;
}

.userheading {
    font-size: 30px;
    color: #323759;
    font-weight: 600;
    float: left;
    width: 100%;
    margin: 0 0 20px;
}

.forminput {
    width: 100%;
    float: left;
    margin: 0 0 10px;
    position: relative;
}





.iconinput {
    position: absolute;
    left: 14px;
    top: 9px;
}

.loginbtn { /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0b41e9+0,1966f3+100 */
    background: #0b41e9; /* Old browsers */
    background: -moz-linear-gradient(left, #0b41e9 0%, #1966f3 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #0b41e9 0%,#1966f3 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #0b41e9 0%,#1966f3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b41e9', endColorstr='#1966f3',GradientType=1 ); /* IE6-9 */
    border: none;
    border-radius: 10px;
    float: left;
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    padding: 10px 0;
    margin-top: 0;
    color: #fff !important;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
}

.logoimage img {
    max-width: 80%;
}

#myModal4 .modal-dialog {
    width: 40%;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    margin: auto;
}

div#myModal4 .modal-body {
    display: inline-block;
    width: 100%;
}

.radiobox label.newcheck {
    width: 100% !important;
    float: left;
    color: #000 !important;
    margin-bottom: 9px;
    position: relative;
    font-size: 17px;
}

.radiobox .newcheck input:checked ~ .checkmark + .white {
    color: #000;
}

.radiobox label.newcheck .checkmark {
    border: 2px solid #000;
    background: #fff;
    width: auto;
    box-sizing: border-box;
    height: auto;
    padding: 00;
    float: left;
    border-radius: 100px;
    top: 0px;
    width: 20px;
    height: 20px;
}

.radiobox .newcheck input:checked ~ .checkmark:before {
    position: absolute;
    content: "";
    left: 2px;
    right: 0;
    background: -moz-linear-gradient(left, #0b41e9 0%, #1966f3 100%);
    background: -webkit-linear-gradient(left, #0b41e9 0%,#1966f3 100%);
    background: linear-gradient(to right, #0b41e9 0%,#1966f3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b41e9', endColorstr='#1966f3',GradientType=1 );
    width: 12px;
    height: 12px;
    border-radius: 100%;
    top: 0px;
    top: 2px;
}

.radiobox .newcheck span {
    color: #000;
    float: left;
    width: auto;
    z-index: 99;
    position: absolute;
    left: 0;
    top: -2px;
    padding-left: 37px;
    cursor: pointer;
    font-weight: 600;
}

h4.modal-title {
    font-size: 20px;
    color: #323759;
    width: 100%;
    text-align: center;
    margin: 0;
    padding-bottom: 0;
}

.modal-header .close {
    position: absolute;
    right: 10px;
    opacity: 1;
}

.modal-header {
    padding: 10px;
}

a.loginbtn.savebtn {
    width: 40%;
    margin-top: 0;
    padding: 7px 20px;
    border-radius: 10px;
    float: none;
    display: inline-block;
}

.fullwidthbtn {
    width: 100%;
    margin: auto;
    display: inline-block;
}

    .fullwidthbtn.btncenter {
        text-align: center;
    }

.bottomlogo {
    position: absolute;
    right: 0;
    bottom: 0;
}
/*Site Css*/
.col-sm-3.leftboxmenu {
    background: #272f37;
    position: fixed;
    top: 0;
    bottom: 0;
    padding: 0;
    transition: width .5s ease-in;
    width: 19%;
    z-index: 99;
    padding-top: 0;
}

.col-sm-9.rightbox {
    float: right;
    width: 81%;
    padding-left: 0;
    padding-right: 0;
    transition: width .5s ease-in;
}

.naviagtion {
    width: 100%;
    float: left;
    position: relative;
    margin-top: 100px;
}

a#menuToggle {
    position: absolute;
    top: 20px;
    left: 83%;
    right: auto;
    margin: auto;
    text-align: center;
    cursor: pointer;
}

span.logos {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    text-align: center;
}

    span.logos img {
        max-width: 48%;
        float: none;
    }

.naviagtion li {
    list-style: none;
    width: 93%;
    float: right;
    margin: auto;
    margin-bottom: 20px;
    position: relative;
}

li.active i.arrow {
    transform: rotate(180deg);
}

body.menuToggle {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    body.menuToggle .naviagtion ul {
        padding: 0 10px 0 14px;
        width: 100%
    }

    body.menuToggle .col-sm-9.rightbox {
        width: 95%;
    }

    body.menuToggle .col-sm-3.leftboxmenu {
        width: 5%;
    }

.naviagtion ul li a {
    padding: 10px 20px;
    float: left;
    width: 100%;
    box-sizing: border-box;
    position: relative;
}

.menutext {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    width: auto;
    float: left;
    margin: auto;
    position: relative;
    top: 3px;
    margin-left: 10px;
}

.naviagtion i.images {
    width: 40px;
    height: auto;
    float: left;
    position: relative;
    top: 0;
}

.naviagtion i.arrow {
    position: absolute;
    right: 18px;
    top: 14px;
}

.naviagtion ul {
    width: 100%;
    display: inline-block;
    float: left;
    margin: 0;
    padding: 0;
}

.topheader {
    width: 100%;
    float: left;
    margin: auto;
    padding: 15px 0;
}

li.active a, .naviagtion ul li a:hover, .tabs li.active, .naviagtion ul li a:focus {
    background: #0b41e9;
    background: -moz-linear-gradient(left, #0b41e9 0%, #1966f3 100%);
    background: -webkit-linear-gradient(left, #0b41e9 0%,#1966f3 100%);
    background: linear-gradient(to right, #0b41e9 0%,#1966f3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b41e9', endColorstr='#1966f3',GradientType=1 );
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

body.menuToggle li.active a, body.menuToggle .naviagtion ul li a:hover {
    border-radius: 50%;
}

li.logout {
    position: fixed;
    bottom: 120px;
    width: 17.6%;
    left: 19px;
    transition: width .5s ease-in;
}

body.menuToggle li.logout {
    position: fixed;
    bottom: 120px;
    width: 49px;
    left: 16px;
    transition: width .5s ease-in;
}



.col-sm-5.mainheadingbox {
    padding-right: 0;
}

.col-sm-3.pull-right.rightnav li.submenu {
    margin: 0;
    padding: 0 0;
    width: 100%;
    float: left;
}

.col-sm-3.pull-right.rightnav {
    float: right;
    text-align: right;
    position: relative;
    top: -6px;
    color: #fff;
}

ul.dropdown-header-top.author-log.dropdown-menu {
    margin: 3px 0 0;
    padding: 0;
    left: 25%;
}

input.daterange.search {
    height: auto;
    padding: 6px 20px;
    float: left;
    height: auto;
    font-size: 16px;
    border-radius: 20px;
    border: 1px solid #ccc;
    color: #7a7979;
    font-weight: 600;
    padding-right: 37px;
    background: #f5f5f5;
    width: 100%;
    outline: none;
}

.col-sm-3.searchbox button.btn.btn-danger {
    background: no-repeat;
    border: none;
    padding: 0;
}

.col-sm-3.searchbox span.input-group-btn {
    position: absolute;
    right: 30px;
    top: 5px;
}

.col-sm-3.pull-right.rightnav li.nav-item {
    list-style: none;
}

ul.dropdown-header-top.author-log.dropdown-menu li a {
    padding: 10px 20px;
}

li.active {
    background: none;
}

div#columnchart_values1, div#columnchart_values2 {
    margin-top: 40px;
}

ul.submenu li a {
    font-size: 16px;
    color: #fff;
    padding: 6px 0;
}

ul.submenu {
    padding: 0 0;
    left: 67px;
    position: relative;
    width: auto !important;
}

    ul.submenu li a:hover, ul.submenu li a.menulink {
        background: no-repeat;
        color: #f1557e;
        text-decoration: none;
    }

.menuToggle a#menuToggle {
    left: 27%;
}

.menuToggle ul.submenu {
    position: absolute !important;
    left: 51px;
    width: 221px !important;
    top: 0 !important;
    background: #323759;
    padding: 10px;
}

body.menuToggle span.logos img {
    max-width: 88%;
    float: none;
}

.naviagtion i.images img {
    max-width: 20px;
    position: relative;
    top: -1px;
}

body.menuToggle span.logos {
    top: 30px;
}

.menuToggle span.menutext {
    display: none;
}

.menuToggle i.arrow {
    display: none;
}

.naviagtion ul.submenu {
    top: 10px !important;
    position: relative !important;
}

.menuToggle .naviagtion ul li a {
    padding: 9px 10px;
    width: 40px;
    height: 40px;
    position: relative;
    left: -4px;
}

.col-sm-4.rightbuttons.marginbottom .whitebg.lineselect {
    margin-top: 20px;
}

.breadcrums {
    width: 100%;
    float: left;
    margin: 20px 0;
    padding: 0 20px;
    font-size: 15px;
    font-weight: 600;
    color: #272f37;
}

.breadcrumstext {
    float: left;
    margin-right: 7px;
}

    .breadcrumstext img {
        position: relative;
        top: -2px;
    }

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

.shiftlabel {
    font-size: 13px;
    color: #4d4d4d;
    font-weight: bold;
    float: left;
    width: 100%;
    margin-bottom: 4px;
    padding: 0px 10px;
}

.whitebg {
    background: #fff;
    padding: 10px 10px 10px 0;
    box-sizing: border-box;
    border: 2px solid #efedeb;
    width: 100%;
    float: left;
}



.firstboxes {
    width: 100%;
    float: left;
    margin: 0 0 20px;
}

    .firstboxes .col-sm-3 {
        padding: 0 10px;
    }

.whiteinput {
    width: 100%;
    border: none;
    background: none;
    font-size: 14px;
    outline: none;
    color: #808080;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0 10px;
}

.buttonrightf {
    width: 100%;
    float: right;
    margin: auto;
    text-align: right;
}

.buttonright .loginbtn {
    width: auto;
    padding: 10px 50px;
    border-radius: 10px;
    font-weight: 600;
    float: right;
    margin: 10px 0 0 10px;
    float: none;
}

.tabletop {
    width: 100%;
    float: left;
    margin: 30px 0 0 0;
}

.tablehead {
    font-weight: bold;
    color: #272f37;
    font-size: 22px;
    width: 100%;
    float: left;
    padding: 0 10px;
}

.tablescroll {
    width: 100%;
    float: left;
    margin: auto;
    padding: 0 10px;
    overflow: auto;
}

    .tablescroll thead th {
        font-size: 14px;
        color: #323759;
        font-weight: 600;
        padding: 20px 20px !important;
        border: none !important;
    }

    .tablescroll tbody tr td {
        border: none !important;
        font-size: 16px;
        color: #272f37;
        font-weight: 600;
        padding: 12px 20px !important;
        background: #fff;
        border-top: 1px solid #ccc !important;
        border-bottom: 1px solid #ccc !important;
        line-height: 30px;
    }

    .tablescroll tbody {
        border: 1px solid #ccc;
    }

        .tablescroll tbody tr td img {
            margin: 0 0 0 10px;
        }

.firstboxes .col-sm-2 {
    padding: 0 10px;
}

.loginbtn.bluebtn {
    background: #323759;
}

.whitebg.bgnone {
    background: none;
    border: none;
}

.datepicker-days {
    color: #000;
}

.form-group.calender {
    width: 100%;
    padding: 0 0 0 12px;
    margin: 0;
}

.input-group-addon {
    background: no-repeat;
    border: none;
    position: absolute;
    right: 24px;
    top: 7px;
    padding: 0;
}

#datetimepicker2 {
    width: 100%;
    position: relative;
}

    #datetimepicker2 input.whiteinput {
        padding: 9px 30px 0px 0;
        width: 100%;
        z-index: 999;
        background: #fff;
    }

.datepicker table tr td.today {
    color: #fff;
    background-color: #f1557e;
    border-color: #f1557e;
}

.datepicker table tr td, .datepicker table tr th {
    text-align: center;
    width: 30px;
    height: 30px;
    border-radius: 4px;
    border: none;
    padding: 5px;
    cursor: pointer;
}

.datepicker.datepicker-dropdown.dropdown-menu.datepicker-orient-left.datepicker-orient-bottom {
    margin-top: 17px;
}

.planthead {
    padding: 0;
    font-size: 30px;
    font-weight: 600;
    color: #323759;
    float: left;
    margin: auto;
}

.col-sm-3.rightbuttons {
    padding-right: 0;
    position: relative;
}

    .col-sm-3.rightbuttons .loginbtn {
        margin-top: 0;
        padding: 9px 0;
        outline: none;
        border-radius: 10px;
    }

.productionbox {
    background: rgba(241,85,124,1);
    background: -moz-linear-gradient(left, rgba(241,85,124,1) 0%, rgba(175,73,149,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(241,85,124,1)), color-stop(100%, rgba(175,73,149,1)));
    background: -webkit-linear-gradient(left, rgba(241,85,124,1) 0%, rgba(175,73,149,1) 100%);
    background: -o-linear-gradient(left, rgba(241,85,124,1) 0%, rgba(175,73,149,1) 100%);
    background: -ms-linear-gradient(left, rgba(241,85,124,1) 0%, rgba(175,73,149,1) 100%);
    background: linear-gradient(to right, rgba(241,85,124,1) 0%, rgba(175,73,149,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1557c', endColorstr='#af4995', GradientType=1 );
    width: 100%;
    float: left;
    margin: auto;
    padding: 20px;
}

.headprod {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin: 0;
    display: table-cell;
    width: 100%;
    text-transform: uppercase;
    vertical-align: middle;
}

.counts {
    font-size: 60px;
    line-height: normal;
    float: left;
    width: 100%;
    margin: auto;
    font-weight: 600;
}

.imageprod {
    position: absolute;
    right: 40px;
    bottom: 10px;
}

.col-sm-4.boxess {
    border-right: 2px solid #fff;
    position: relative;
    padding: 0 20px;
    float: left;
}

    .col-sm-4.boxess:last-child {
        border: none;
    }

.proboxs {
    background: #fff;
    float: left;
    width: 100%;
    border-radius: 10px;
}

.barchart {
    width: 100%;
    float: left;
    margin: 10px 0;
    padding: 0 20px;
}



.col-sm-3.rightpadding {
    padding-left: 7px;
}

.fullwidth {
    width: 100%;
    float: left;
    margin: 20px 0;
}

.inner {
    width: 100%;
    float: left;
    padding: 20px;
    border-radius: 0px;
    box-shadow: 0 5px 2px rgba(0,0,0,0.2);
    height: 140px;
    margin-bottom: 20px;
    cursor: move;
}

    .inner i.imageprod {
        bottom: 0;
        left: 0;
        right: 0;
        top: 0;
        vertical-align: middle;
    }

.drag-list {
    overflow: hidden;
    margin: 0;
    width: 100%;
    border: none;
}

.drag-start {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
}

.drag-enter {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: '' scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}

.inner i.imageprod img {
    max-width: 70%;
    float: right;
    margin-top: 60px;
    margin-right: 20px;
}

.innercolor {
    position: relative;
    width: 100%;
    float: left;
    margin: auto;
    display: table;
    vertical-align: middle;
}

    .innercolor .counts {
        position: relative;
        right: 0;
        width: auto;
        top: 0;
        font-size: 48px;
    }

.red {
    background: #ff3030;
}

.yellow {
    background: #ffb900;
}

.green {
    background: #43bc27;
}

.bottomranges {
    position: absolute;
    bottom: 20px;
    left: 15px;
    right: 15px;
    background: #fff;
    color: #000;
    text-align: center;
    font-size: 17px;
    font-weight: 600;
    padding: 10px 0;
}

.calenderdiv .form-group.calender input.whiteinput {
    padding: 12px !important;
    border-radius: 5px !important;
    border: 1px solid #ccc;
}

.calenderdiv .form-group.calender span.input-group-addon {
    right: 80px;
    top: 13px;
}

.searchsend {
    background: #f1557e;
    border: none;
    position: absolute;
    right: 0px;
    top: 1px;
    padding: 12px 12px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    outline: none;
}

.col-sm-4.calenderdiv {
    padding: 0;
}

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

div#chartContainer button, a.canvasjs-chart-credit {
    display: none;
}

text {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    line-height: 26px;
    float: left;
    width: 100%;
    margin: 0 10px;
    font-weight: bold;
}

div#piechart_3d {
    height: 350px !important;
    margin-top: -20px;
    position: relative;
}

.textlorem {
    color: #000;
    float: left;
    width: 100%;
    margin: 16px 0 0 0;
    text-align: right;
}

.totaltarget:before {
    position: absolute;
    left: -10px;
    content: "";
    width: 20px;
    height: 20px; /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0b41e9+0,1966f3+100 */
    background: #0b41e9; /* Old browsers */
    background: -moz-linear-gradient(left, #0b41e9 0%, #1966f3 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #0b41e9 0%,#1966f3 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #0b41e9 0%,#1966f3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b41e9', endColorstr='#1966f3',GradientType=1 ); /* IE6-9 */
    top: 12px;
}

.totaltarget {
    padding: 12px 20px 0;
    float: right;
    width: 74px;
    margin: auto;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    clear: both;
}

    .totaltarget:last-child:before {
        background: #A3B6F6
    }

.whitebg.lineselect {
    border-radius: 10px;
}

.barheading {
    float: left;
    width: 100%;
    text-align: center;
    color: #000;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    margin-top: 10px;
}

.breadcrums.marginbottom {
    margin: 0;
}

a.logcompl {
    float: right;
    font-size: 18px;
    color: #104eec;
    font-weight: bold;
    display: inline-block;
    margin-right: 30px;
    margin-bottom: 30px;
    margin-top: 20px;
}

.logstext {
    width: 100%;
    float: left;
    margin: 0 0 10px;
    color: #272f37;
    font-size: 17px;
    font-weight: normal;
    padding: 0 15px;
}

span.dealertext {
    float: left;
    width: 98%;
    margin: auto;
}

.logstext em {
    float: left;
    width: 1.3%;
}

.tabs li {
    width: 48%;
    float: left;
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    color: #104eec;
}

    .tabs li:nth-child(2n) {
        float: right;
    }

div#columnchart_values {
    left: 0;
    position: relative;
    margin-top: 0;
    background: none;
    width: 100%;
    float: left;
}

.tabs li {
    background: #cfd9df;
    background: -moz-linear-gradient(left, #cfd9df 0%, #e1ebef 100%);
    background: -webkit-linear-gradient(left, #cfd9df 0%,#e1ebef 100%);
    background: linear-gradient(to right, #cfd9df 0%,#e1ebef 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfd9df', endColorstr='#e1ebef',GradientType=1 );
    border-radius: 10px;
    margin-bottom: 30px;
}

.tabs {
    float: right;
}

.piechartdiv {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}

#columnchart_values text {
    font-size: 10px;
}

.col-sm-5.tabs {
    position: relative;
    margin-top: 100px;
}

.barhead em {
    font-style: normal;
    width: 100%;
    display: inline-block;
}

.barcharts {
    float: none;
    margin: auto;
    position: relative;
    top: -10px;
    text-align: center;
    width: 85%;
}

    .barcharts em {
        width: 15%;
        margin: auto;
        font-size: 13px;
        font-weight: 600;
        font-style: normal;
        color: #272f37;
        padding: 5px 0;
        position: relative;
        display: inline-block;
        text-align: left;
    }

        .barcharts em:before {
            width: 16px;
            height: 16px;
            background: #000;
            position: absolute;
            content: "";
            left: -20px;
            top: 7px;
        }

        .barcharts em.one:before {
            background: #fbb901 !important;
        }

        .barcharts em.two:before {
            background: #e84908 !important;
        }

        .barcharts em.three:before {
            background: #c40a51 !important;
        }

        .barcharts em.four:before {
            background: #781184 !important;
        }

        .barcharts em.five:before {
            background: #0fb6bf !important;
        }

.rightbuttons .dropdown .btn {
    width: 100%;
    border: 2px solid #efedeb !important;
    box-sizing: border-box;
    background-color: #fff !important;
    font-size: 14px;
    outline: none;
    color: #808080 !important;
    font-weight: bold;
    text-transform: uppercase;
    background-repeat: no-repeat;
    background-image: url(/dhi/images/arrow.png);
    padding-right: 20px;
    box-shadow: none;
    background-position: 98% 15px;
    text-align: left;
    padding: 11px 11px !important;
    border-radius: 10px;
    margin-bottom: 20px;
}

button.btn.btn-primary.dropdown-toggle em {
    color: #1458ef;
    font-style: normal;
    float: right;
    margin-right: 30px;
}



.fullwidthss {
    width: 100%;
    float: left;
    margin: auto;
    padding: 0 15px;
}

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

thead th {
    font-size: 17px;
    color: #104eed;
    font-weight: 600;
    vertical-align: bottom;
    padding: 0px 10px;
    position: relative;
}

thead .newtables th {
    color: #104eed;
}

.tableclass tbody tr {
    background: #fff;
    padding: 10px 4px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    color: #272f37;
    border-bottom: 6px solid #f6f7fc;
}

    .tableclass tbody tr td {
        padding: 9px 10px;
    }

        .tableclass tbody tr td a.loginbtn, .tableclass tbody tr td {
            font-size: 14px;
        }

div#columnchart_values2 {
    position: relative;
    top: -20px;
}

.col-sm-3.rightbuttons.header {
    width: auto;
    float: right;
    margin-right: 30px;
}

    .col-sm-3.rightbuttons.header button.btn.btn-primary.dropdown-toggle {
        background-color: #ccc !important;
        border: none !important;
        padding: 0 0 !important;
        margin: 0;
        background-position: 100% 11px;
    }

    .col-sm-3.rightbuttons.header img {
        margin-right: 12px;
    }

    .col-sm-3.rightbuttons.header em {
        width: 120px;
        max-width: 120px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        position: relative;
        top: 4px;
        color: #000 !important;
    }

.fullwidths.topheades {
    background: #ccc;
    float: left;
    width: 100%;
    padding: 10px 0;
}

.col-sm-12.rightbox {
    padding: 0;
    padding: 0;
    margin: 0;
}

.topheader.adminheader {
    padding: 0;
}



button.loginbtn.upload {
    padding: 6px 40px;
    width: auto;
    float: right;
    font-size: 18px;
    border-radius: 5px;
    background: #000;
}

.boxxwidth.one {
    background: #337ab7;
    padding: 0;
}

.boxxwidth {
    margin-bottom: 30px;
}

.boxxwidth {
    width: 100%;
    float: left;
    margin: auto;
    background: #fff;
    padding: 15px;
    box-sizing: border-box;
    color: #000;
    border-radius: 5px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    position: relative;
}

    .boxxwidth.one .iconheading {
        color: #fff !important;
        font-weight: bold;
        text-align: center;
        border-bottom: 1px solid #ccc;
        padding-bottom: 10px;
        margin-top: 10px;
    }

.iconheading {
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    float: left;
    width: 100%;
    color: #000 !important;
    margin-bottom: 20px;
    text-align: left !important;
    padding: 0 20px;
}

.countss {
    width: 100%;
    float: left;
    display: inline-block;
    font-size: 59px;
    color: #fff;
    margin: 5px 0;
    font-weight: bold;
    text-align: left;
    padding: 0 20px;
    line-height: 63px;
}

.workimage img {
    max-width: 96px;
    float: right;
}

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

.onebox.fulltext {
    width: 100%;
}

.onebox:last-child {
    border: none;
}

.onebox {
    width: 33%;
    float: left;
    margin: auto;
    text-align: center;
    color: #fff;
    border-right: 1px solid #ccc;
    margin-bottom: 20px;
}

.col-sm-12.rightbuttons.innercolor {
    text-align: center;
    padding: 0
}


    .col-sm-12.rightbuttons.innercolor .whitebg.lineselect {
        width: 100%;
        margin: auto auto 20px;
        float: none;
    }

form.loginbox label {
    color: #000;
    float: left;
    width: 100%;
    font-size: 15px;
    text-align: left;
}

#myModal4 a.loginbtn.savebtn {
    width: 20%;
}

.col-sm-12.rightbuttons.innercolor input#myFile {
    position: relative;
    top: 10px;
    color: #000;
}

.filupp > input[type="file"] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.filupp {
    position: relative;
    background: #fff;
    border: 2px solid #efedeb;
    display: block;
    border-radius: 10px;
    height: auto;
    cursor: pointer;
    padding: 10px 10px;
}

    .filupp:before {
        content: "";
        position: absolute;
        top: 1.5em;
        right: 0.75em;
        width: 2em;
        height: 1.25em;
        border: 3px solid #dd4040;
        border-top: 0;
        text-align: center;
    }

    .filupp:after {
        content: "➜";
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
        position: absolute;
        top: 0.65em;
        right: 0.45em;
        font-size: 2em;
        color: #dd4040;
        line-height: 0;
    }

.filupp-file-name {
    width: 72%;
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    top: 3px;
    white-space: nowrap;
    position: relative;
}

.fullwidthss.logswidth .logstext {
    margin: 10px 0;
}

.fullwidthbuttonright {
    width: 100%;
    float: left;
    text-align: right;
    padding: 28px 20px 30px;
}

    .fullwidthbuttonright button.loginbtn {
        width: auto;
        font-size: 16px;
        font-weight: bold;
        float: none;
        display: inline-block;
        margin-left: 20px;
        padding: 9px 37px;
        outline: none;
        min-width: 170px;
    }

        .fullwidthbuttonright button.loginbtn.export {
            background: none;
            color: #000 !important;
        }

button.btn.btn-primary.dropdown-toggle em i {
    font-style: normal;
    position: relative;
    padding: 0 0 0 15px;
}

    button.btn.btn-primary.dropdown-toggle em i:before {
        position: absolute;
        content: "";
        left: 5px;
        top: -3px;
        z-index: 9999999999;
        background: #1458ef;
        width: 1px;
        height: 26px;
    }

tr.mainhead.blackhead th {
    color: #272f37;
}

.fullwidthstable {
    width: 100%;
    float: left;
    margin: auto;
    padding: 0 15px;
}

em.circle {
    height: 15px;
    display: block;
    background: #ccc;
    width: 15px;
    position: absolute;
    border-radius: 100%;
    left: 10px;
    top: 11px;
}

.fullwidthstable td {
    position: relative;
}

    .fullwidthstable td i {
        font-style: normal;
    }

em.circle.red {
    background: #ff3030;
}

em.circle.green {
    background: #008f5a;
}

em.circle.yellow {
    background: #f9f902;
}

.fullwidthstable td.disabled i, tr.mainhead.blackhead th.disabled {
    color: #ccc;
}

.fullwidthstable .tableclass tbody tr {
    background: #f5f5f7;
    border: 6px solid #fff;
}

.paddings {
    width: 100%;
    float: left;
    background: #fff;
    padding: 15px;
    border-radius: 10px;
}

.fne {
    color: #272f37;
    font-weight: 600;
    font-size: 14px;
    position: absolute;
    left: 70px;
    right: 0;
    margin: auto;
    text-align: center;
    bottom: 26px;
}

.col-sm-4.tabs a {
    height: 70px;
}

.brand-nav.oneline a {
    padding-top: 20px;
}

.col-sm-4.tabs {
    padding-left: 0;
    margin-top: 140px !important;
}

.fne.redbox {
    right: auto;
    left: 44%;
}

    .fne.redbox:before {
        position: absolute;
        content: "";
        left: -70px;
        right: 0;
        width: 60px;
        height: 3px;
        background: #dc3912;
        top: 8px;
    }

    .fne.redbox:after {
        background: #dc3912;
        width: 10px;
        content: "";
        position: absolute;
        height: 10px;
        border-radius: 100%;
        left: -44px;
        top: 4px;
    }

.fne.blue {
    right: auto;
    left: 58%;
}

    .fne.blue:before {
        position: absolute;
        content: "";
        left: -70px;
        right: 0;
        width: 60px;
        height: 3px;
        background: #3366cc;
        top: 8px;
    }

    .fne.blue:after {
        background: #3366cc;
        width: 10px;
        content: "";
        position: absolute;
        height: 10px;
        border-radius: 100%;
        left: -44px;
        top: 4px;
    }

.tabs .nav > li > a:focus, .tabs .nav > li > a:hover {
    text-decoration: none;
    color: #fff;
    background-color: #337ab7;
    border-radius: 10px;
}


/*Error Page*/
.fullwidths.errorpage {
    position: absolute;
    left: 0;
    right: 0;
    transform: translateY(18%);
}

    .fullwidths.errorpage h1 {
        font-size: 7.5em;
        color: #0b41e9;
        margin: 15px 0px;
        font-weight: bold;
    }

    .fullwidths.errorpage h2 {
        color: #323759;
        font-weight: bold;
    }

    .fullwidths.errorpage p {
        color: #000;
        float: left;
        width: 100%;
        margin: 20px 0;
        font-size: 20px;
        line-height: 32px;
    }

a.loginbtn.errorhome {
    width: auto;
    padding: 10px 30px;
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

.col-md-6.align-self-center.lefttextwidth {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translatey(-50%);
}

body.menuToggle .tabs li.active a {
    border-radius: 10px;
}

div#columnchart_values5, div#columnchart_values6 {
    padding-top: 0;
    margin-top: 0;
    width: 100% !important;
    display: inline-block;
}

.fullwidths {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.topheaderss {
    width: 100%;
    float: left;
    margin: 0;
    padding: 10px 0 0;
}

    .topheaderss .col-sm-3.rightbuttons.header button.btn.btn-primary.dropdown-toggle {
        background-color: initial !important;
    }

.logsbottom {
    width: auto;
    float: right;
    margin: 30px 0 0;
    color: #101010;
    font-size: 17px;
    font-weight: 600;
    padding: 0 20px 20px;
}

    .logsbottom .logstexs {
        float: left;
        display: inline-block;
        width: auto;
        margin: auto;
        position: relative;
        top: 10px;
    }

    .logsbottom button.loginbtn {
        width: auto;
        float: right;
        margin-left: 20px;
        padding: 8px 30px;
    }

button.loginbtn.export {
    text-align: right;
    padding-left: 0;
    padding-right: 0;
}

.col-sm-12.tabs li {
    width: 24%;
    margin-right: 12px;
    float: left;
}

.greybg {
    background: #dedede;
    width: 100%;
    float: left;
    margin: auto;
    padding: 10px;
    border-radius: 5px;
    font-size: 14px;
    color: #151515;
    font-weight: bold;
}

.fulltexts em {
    color: #0d47eb;
    font-style: normal;
    margin-right: 2px;
}

.fulltexts i {
    font-style: normal;
}

.fulltexts {
    width: auto;
    display: inline-block;
    margin: 0 10px 0 0;
}

.icons {
    position: absolute;
    right: auto;
    width: 19px;
    top: 19px;
    line-height: 13px;
    margin-left: 5px;
}



tfoot tr.pagination {
    width: auto;
    display: inline-block;
    text-align: right;
    float: left;
    position: absolute;
    right: 15px;
}

a.page-link.first, a.page-link {
    font-size: 13px;
    color: #272f37;
    text-decoration: none;
    font-weight: bold;
    padding: 5px 16px;
    text-align: center;
    border: 1px solid #888;
    display: inline-block;
    margin-right: 5px;
    border-radius: 5px;
    background: #fbf8fd;
}

    a.page-link.first.last, a.page-link {
        color: #1356ef;
    }

tfoot tr.pagination li.page-item {
    display: inline-block;
    margin: auto;
    float: left;
}

    tfoot tr.pagination li.page-item.active a.page-link {
        border-radius: 5px;
        color: #fff;
        border: 1px solid #1356ef;
    }

    tfoot tr.pagination li.page-item:last-child a {
        margin-right: 0;
    }

; padding-right: 0;
}

.col-sm-12.tabs li {
    width: 15.5%;
    margin-right: 12px;
    float: left;
}

.greybg {
    background: #dedede;
    width: 100%;
    float: left;
    margin: auto;
    padding: 10px;
    border-radius: 5px;
    font-size: 14px;
    color: #151515;
    font-weight: bold;
}

.fulltexts em {
    color: #0d47eb;
    font-style: normal;
    margin-right: 2px;
}

.fulltexts i {
    font-style: normal;
}

.fulltexts {
    width: auto;
    display: inline-block;
    margin: 0 10px 0 0;
}

.icons {
    position: absolute;
    right: auto;
    width: 19px;
    top: 19px;
    line-height: 13px;
    color: #104eed;
    margin-left: 5px;
    font-size: 22px;
}

em.icons.th-sort-icons i.fa.fa-caret-up, em.icons.th-sort-icons i.fa.fa-caret-down {
    color: red;
}

tfoot tr.pagination {
    width: auto;
    display: inline-block;
    text-align: right;
    float: left;
    position: absolute;
    right: 15px;
}

a.page-link.first.last, a.page-link {
    color: #1356ef;
}

.logoimage.newloginnew {
    font-size: 90px;
}

    .logoimage.newloginnew em {
        font-size: 60px;
    }

tfoot tr.pagination li.page-item {
    display: inline-block;
    margin: auto;
    float: left;
}

    tfoot tr.pagination li.page-item.active a.page-link {
        border-radius: 5px;
        color: #fff;
        border: 1px solid #1356ef;
    }

    tfoot tr.pagination li.page-item:last-child a {
        margin-right: 0;
    }

.col-sm-4.rightbuttons.pull-right button.loginbtn.reset {
    background: none;
    margin-right: 0;
    border: 1px solid #0b41e9;
    color: #0b41e9 !important;
}

.col-sm-4.rightbuttons.pull-right button.loginbtn {
    width: auto;
    padding: 8px 18px;
    margin-right: 10px;
    margin-top: 0;
    float: none;
    min-width: 110px;
    font-size: 14px;
}

.col-sm-4.rightbuttons.pull-right {
    text-align: right;
}

.witdhsselcet {
    position: relative;
    width: 100%;
    margin: 0 0 20px;
}

li.logout span.menutext {
    position: relative;
    top: 0;
}

.option option {
    color: #808080;
    text-transform: uppercase;
}

.loaderdiv {
    position: fixed;
    background: rgba(0,0,0,0.8);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999999;
}

.sk-folding-cube {
    margin: 20px auto;
    width: 40px;
    height: 40px;
    position: relative;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

    .sk-folding-cube .sk-cube {
        float: left;
        width: 50%;
        height: 50%;
        position: relative;
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

        .sk-folding-cube .sk-cube:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: #fff;
            -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
            animation: sk-foldCubeAngle 2.4s infinite linear both;
            -webkit-transform-origin: 100% 100%;
            -ms-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
        }

    .sk-folding-cube .sk-cube2 {
        -webkit-transform: scale(1.1) rotateZ(90deg);
        transform: scale(1.1) rotateZ(90deg);
    }

    .sk-folding-cube .sk-cube3 {
        -webkit-transform: scale(1.1) rotateZ(180deg);
        transform: scale(1.1) rotateZ(180deg);
    }

    .sk-folding-cube .sk-cube4 {
        -webkit-transform: scale(1.1) rotateZ(270deg);
        transform: scale(1.1) rotateZ(270deg);
    }

    .sk-folding-cube .sk-cube2:before {
        -webkit-animation-delay: 0.3s;
        animation-delay: 0.3s;
    }

    .sk-folding-cube .sk-cube3:before {
        -webkit-animation-delay: 0.6s;
        animation-delay: 0.6s;
    }

    .sk-folding-cube .sk-cube4:before {
        -webkit-animation-delay: 0.9s;
        animation-delay: 0.9s;
    }

@-webkit-keyframes sk-foldCubeAngle {
    0%, 10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }

    25%, 75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }

    90%, 100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}

@keyframes sk-foldCubeAngle {
    0%, 10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }

    25%, 75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }

    90%, 100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}


.sk-folding-cube {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    transform: translatey(-50%);
}

div#logoutModal .modal-dialog, div#ResetModal .modal-dialog {
    position: absolute;
    left: 0;
    color: #000;
    right: 0;
    margin: auto;
    top: 40%;
    transform: translateY(-50%);
    width: 30%;
}

    div#logoutModal .modal-dialog h4.modal-title, div#ResetModal .modal-dialog h4.modal-title {
        text-align: center;
        width: 100%;
        margin: 0;
        font-size: 16px;
        font-weight: 600;
    }

.buttonsenterbox {
    width: 100%;
    text-align: center;
    float: left;
}

div#logoutModal .modal-dialog .modal-body {
    display: inline-block;
    width: 100%;
}

div#logoutModal a.btn.btn-success.yes {
    background: #0b41e9;
    background: -moz-linear-gradient(left, #0b41e9 0%, #1966f3 100%);
    background: -webkit-linear-gradient(left, #0b41e9 0%,#1966f3 100%);
    background: linear-gradient(to right, #0b41e9 0%,#1966f3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b41e9', endColorstr='#1966f3',GradientType=1 );
    border: none;
    box-shadow: none;
}

div#logoutModal a.btn.btn-danger.No {
    border: none;
    box-shadow: none;
    background: #272f37;
    outline: none;
}

div#logoutModal a.btn {
    font-size: 13px;
    color: #fff;
    font-weight: 600;
    margin-right: 10px;
}

.col-sm-4.rightbuttons.pull-right.timeline button.loginbtn {
    margin-top: 0;
}

.chart-container {
    margin-top: -13px;
    display: inline-block;
    width: 100%;
}

.logsbottom a#btnExportExcel {
    width: auto;
    float: right;
    margin-left: 20px;
    padding: 9px 20px;
    margin-top: 0;
    font-size: 13px;
    position: relative;
    top: 3px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background: none;
    border: none;
    color: #104eed !important;
    text-indent: 0;
}

span.select2-selection.select2-selection--multiple {
    width: 100%;
    text-indent: 0;
    appearance: none;
    border: 2px solid #efedeb !important;
    box-sizing: border-box;
    background-color: #fff !important;
    font-size: 14px;
    outline: none;
    color: #1458ef;
    font-weight: bold;
    text-transform: uppercase;
    background-repeat: no-repeat;
    background-image: url(/dhi/images/arrow.png);
    padding-right: 20px;
    box-shadow: none;
    background-position: 98% 15px;
    text-align: left;
    padding: 8px 11px !important;
    border-radius: 10px;
    margin-bottom: 0px;
    height: 47px;
    overflow: hidden;
}

.col-sm-4.rightbuttons.delarbtn {
    text-align: right;
    float: right;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    display: inline-block;
    margin-left: 5px;
    margin-top: 0px;
    padding: 0;
    margin-bottom: 10px;
    background: #f3f3f3;
}

tfoot tr.pagination {
    width: auto;
    display: inline-block;
    text-align: right;
    float: left;
    position: absolute;
    right: 15px;
}

a.page-link.first, a.page-link {
    font-size: 13px;
    color: #272f37;
    text-decoration: none;
    font-weight: bold;
    padding: 5px 16px;
    text-align: center;
    border: 1px solid #888;
    display: inline-block;
    margin-right: 5px;
    border-radius: 5px;
    background: #fbf8fd;
}

    a.page-link.first.last, a.page-link {
        color: #1356ef;
    }

tfoot tr.pagination li.page-item {
    display: inline-block;
    margin: auto;
    float: left;
}

    tfoot tr.pagination li.page-item.active a.page-link {
        border-radius: 5px;
        color: #fff;
        border: 1px solid #1356ef;
    }

    tfoot tr.pagination li.page-item:last-child a {
        margin-right: 0;
    }

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

a.linkbreadcrums {
    color: #0b41e9 !important;
}

.col-sm-5.paddingboth {
    padding: 0;
}

.col-sm-5.paddingboth {
    padding: 0;
}

.col-sm-9.rightbuttons button.btn.btn-primary.dropdown-toggle {
    font-size: 12px;
}

.col-sm-5.paddingboth button.loginbtn {
    height: auto;
    line-height: normal;
    padding: 8px 0;
    font-size: 16px;
}

.dropdown.open ul.dropdown-menu a {
    padding: 10px 10px;
    font-size: 14px;
    font-weight: 600;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #0b41e9;
}

.topheaderss.bottom span.textwelcome {
    margin: 0;
    top: 5px;
    position: relative;
}

.topheaderss.bottom .col-sm-3.rightbuttons.header {
    position: relative;
    top: 5px;
}

.tbaleboxx td {
    color: #272f37;
    font-size: 14px;
    font-weight: 600;
    padding: 6px 0;
    text-align: left;
    min-width: 48px;
    border: 7px solid #fff;
}

.topheaderss {
    position: fixed;
    background: #fff;
    z-index: 99;
    transition: width .5s ease-in;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

.tbaleboxx td.box.yellow {
    background: #f6ee11;
    text-align: center;
    font-size: 13px;
}

.tbaleboxx td.box.green {
    background: #16af1d;
    text-align: center;
    color: #fff;
    font-size: 13px;
}

.tbaleboxx td.box.red {
    background: #ff1616;
    text-align: center;
    color: #fff;
    font-size: 13px;
}

.tbaleboxx td.box.gray {
    background: #ccc;
    text-align: center;
    color: #fff;
    font-size: 13px;
}

.tbaleboxx tfoot td {
    text-align: center !important;
}

.tabs li a {
    padding: 7px 10px;
    color: #0f4bec;
    box-shadow: 0 4px 5px rgba(0,0,0,0.2);
    border-radius: 10px;
    font-size: 14px;
}

tr.mainhead a {
    text-decoration: none;
}

div#div_vLog p.records {
    position: relative;
    top: 0;
    bottom: 0;
    left: 15px;
    width: 100%;
    float: left;
}

p.records {
    color: red;
    position: absolute;
    top: 28%;
    bottom: 0;
    text-align: center;
    left: 0;
    right: 0;
    font-size: 20px;
    font-weight: 600;
    bottom: 0;
    vertical-align: middle;
}

#tbl_DW.tableclass tbody tr td:nth-child(5), #tbl_DW.tableclass tbody tr td:nth-child(6), #tbl_DW.tableclass tbody tr td:nth-child(7), #tbl_DW.tableclass tbody tr td:nth-child(8), #tbl_DW.tableclass tbody tr td:nth-child(9), #tbl_DW.tableclass tbody tr td:nth-child(10), #tbl_DW.tableclass tbody tr td:nth-child(11), #tbl_DW.tableclass tbody tr td:nth-child(12) {
    text-align: center;
}

td.center {
    text-align: center;
    font-size: 18px !important;
    font-weight: 600;
    color: red;
    cursor: default;
}

div#msgBoxModel .modal-dialog {
    position: absolute;
    left: 0;
    color: #000;
    right: 0;
    margin: auto;
    top: 40%;
    transform: translateY(-50%);
    width: 30%;
}

    div#msgBoxModel .modal-dialog .modal-title {
        text-align: center;
        width: 100%;
        margin: 0;
        font-size: 21px;
        font-weight: 600;
    }

button.close {
}

span {
}

#msgBoxModel button.close {
    top: 15px;
}

#msgBoxModel .modal-footer.justify-content-end {
    width: 100%;
    text-align: center;
    float: left;
    border: none;
}

div#msgBoxModel .modal-dialog .modal-content {
    display: inline-block;
    width: 100%;
    margin: auto;
}

button.btn.btn-dialog-1 {
    background: #0b41e9;
    background: -moz-linear-gradient(left, #0b41e9 0%, #1966f3 100%);
    background: -webkit-linear-gradient(left, #0b41e9 0%,#1966f3 100%);
    background: linear-gradient(to right, #0b41e9 0%,#1966f3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b41e9', endColorstr='#1966f3',GradientType=1 );
    border: none;
    box-shadow: none;
}

button.btn.btn-dialog-1 {
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    padding: 6px 32px;
}

div#msgBoxModel .modal-body {
    text-align: center;
    width: 100%;
    margin: auto;
}

#myModal4 .col-sm-12.rightbuttons.innercolor .whitebg.lineselect select {
    text-indent: 0;
}

#myModal4 .col-sm-12.rightbuttons.innercolor .whitebg.lineselect {
    width: 100%;
    margin: auto auto 20px;
    float: left;
    padding: 0;
    border: none;
    text-align: left;
}




body .col-sm-5.tabs {
    width: 34%;
}

body svg {
    max-width: 100% !important;
}

body div[dir="ltr"] {
    width: 100% !important;
    overflow: hidden
}

body #donutchart svg, body #columnchart_values1 svg {
    max-width: 100% !important;
}

body .greybg {
    font-size: 12px;
}

body.menuToggle .greybg {
    font-size: 13px;
}

div#columnchartTHS {
    padding: 0 15px;
}

body #columnchartA svg, body #columnchartTHS svg {
    left: -100px !important;
    position: relative;
}

body.menuToggle #columnchartA svg, body.menuToggle #columnchartTHS svg {
    left: 0 !important;
    position: relative;
}

body .col-sm-7.dashboard div#columnchartA svg {
    left: 0 !important;
    position: initial;
    max-width: initial !important;
}

.col-sm-7.dashboard svg, .col-sm-7.billing svg {
    max-width: initial !important;
}

.col-sm-3.rightbuttons.header ul.dropdown-menu:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #fff;
    position: absolute;
    top: -12px;
    right: 7px;
}

.chart-container {
    position: relative;
}

thead th a {
    color: #104eed;
}

.col-sm-5.paddingboth .witdhsselcet {
    width: 73%;
    float: left;
    margin: 0;
}

.topheaderss select#cmbfldDealer {
    width: 77%;
}

.col-sm-5.paddingboth {
    padding: 0;
    margin-top: -6px;
}

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

.select2-container .select2-selection--single, button.multiselect.dropdown-toggle.btn.btn-default {
    width: 100%;
    text-indent: 0;
    appearance: none;
    border: 2px solid #efedeb !important;
    box-sizing: border-box;
    background-color: #fff !important;
    font-size: 14px;
    outline: none;
    color: #1458ef !important;
    font-weight: bold;
    text-transform: uppercase;
    background-repeat: no-repeat;
    background-image: url(/dhi/images/arrow.png);
    padding-right: 20px;
    box-shadow: none;
    background-position: 98% 15px;
    text-align: left;
    padding: 4px 11px !important;
    border-radius: 10px !important;
    margin-bottom: 0px;
    height: auto !important;
}

button.multiselect.dropdown-toggle.btn.btn-default {
    padding: 9px 11px !important;
}

    button.multiselect.dropdown-toggle.btn.btn-default b.caret {
        display: none;
    }

.witdhsselcet .btn-group {
    width: 74%;
}

ul.multiselect-container.dropdown-menu {
    width: 100%;
    overflow: auto;
    max-height: 240px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #1458ef !important;
}

span.select2-selection__arrow {
    display: none;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    color: #000;
}

li.select2-results__option.select2-results__message {
    color: #000;
    text-align: center;
    font-weight: bold;
    padding-top: 0;
}

div#columnchart_values1 {
    margin-top: -10px !important;
}

.tbaleboxx .records {
    top: 90px;
}

#myModal4 .col-sm-12.rightbuttons.innercolor {
    display: inline-block !important;
}

.nav-stacked > li + li {
    margin-top: 0;
    margin-left: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 63px;
    display: inline-block;
    float: left;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    list-style: none;
    padding: 0;
    width: 100%;
    float: left;
    position: absolute;
    overflow: hidden;
    height: 40px;
    position: relative;
    top: -3px;
}

body .topheaderss {
    width: 81%;
}

body.menuToggle .topheaderss {
    width: 95%;
}

    body.menuToggle .topheaderss select#cmbfldDealer {
        width: 81%;
    }

body .topheaderss .col-sm-5.paddingboth label {
    width: auto;
    margin-right: 10px;
}

body.menuToggle .topheaderss .col-sm-4.rightbuttons.pull-right button.loginbtn {
    width: auto;
    padding: 8px 20px;
    font-size: 14px;
}

.topheaderss .col-sm-4.rightbuttons.pull-right {
    width: auto;
    padding: 0;
}

.topheaderss + div {
    margin-top: 70px;
}

span.multiselect-selected-text {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    top: 1px;
    float: left;
}

.rightside {
    position: absolute;
    left: 13px;
    font-size: 15px;
    color: #000;
    bottom: -40px;
}

tfoot tr.pagination td {
    top: -7px;
    position: relative;
}

tr.rightside em {
    color: #1356ef;
    font-style: normal;
    font-weight: 600;
}

body .billing div[dir="ltr"] {
    overflow: inherit;
}

body .barmiddle.dealer svg {
    left: -60px;
    position: relative;
}

body.menuToggle .barmiddle.dealer svg {
    left: 0;
    position: relative;
}

p.modeltext {
    font-size: 13px;
    color: #000;
    width: 100%;
    float: left;
    margin: 0 0 20px;
}

.instruction {
    width: 100%;
    text-align: center;
    display: inline-block;
    margin: 0 0 10px;
    color: #000;
    font-weight: 600;
    font-size: 19px;
}

svg > g > g:last-child {
    pointer-events: none
}


.tooltip span {
    background: none repeat scroll 0 0 #222;
    color: #fff;
    border-radius: 10px;
    font-family: 'Helvetica';
    font-size: 12px;
    font-weight: normal;
    display: none;
    line-height: 1.5em;
    padding: 15px 15px;
    top: -91px;
    right: -5px;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    text-align: left;
    word-break: break-word;
    z-index: 2;
    text-transform: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease-in-out;
    width: auto;
    min-width: 420px;
}

.tolltips {
    position: absolute;
    margin: auto;
    opacity: 1;
    top: 7px;
    right: 13px;
    cursor: pointer;
}

    .tolltips b.tooltip {
        position: relative;
        opacity: 1;
        font-size: 22px;
        color: #0b41e9;
        z-index: 9;
        top: 0px;
    }

.tooltip span:after {
    border-color: #222 rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 13px 13px 0;
    bottom: -8px;
    content: "";
    display: block;
    right: 2px;
    position: absolute;
    width: 0;
}

.tooltip:hover span {
    opacity: 1;
    display: block;
}

.relative {
    padding: 0 20px;
    position: relative;
    width: 100%;
}

#ResetModal .modal-body {
    display: inline-block;
    width: 100%;
}

a.btn.btn-success.yes {
    background: #0b41e9;
    background: -moz-linear-gradient(left, #0b41e9 0%, #1966f3 100%);
    background: -webkit-linear-gradient(left, #0b41e9 0%,#1966f3 100%);
    background: linear-gradient(to right, #0b41e9 0%,#1966f3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b41e9', endColorstr='#1966f3',GradientType=1 );
    border: none;
    box-shadow: none;
    margin-right: 10px;
    outline: none;
}

.tolltips.HEALTH span {
    top: -51px;
}

.tolltips.dealerwise .tooltip span, .tolltips.DealerWise .tooltip span {
    top: -71px;
    min-width: 240px;
}

a.btn.btn-danger.No {
    border: none;
    box-shadow: none;
    background: #272f37;
    outline: none;
}

div#donut {
    position: absolute;
    bottom: 4px;
    top: auto;
    width: 96%;
    left: 40px;
    right: 0;
    margin: auto;
}

    div#donut em {
        width: 26%;
    }

#donut.barcharts em:before {
    border-radius: 100%;
    width: 13px;
    height: 13px;
}

#donut.barcharts em.one:before {
    background: #2B547E !important;
}

#donut.barcharts em.two:before {
    background: #FF7F50 !important;
}

#donut.barcharts em.three:before {
    background: #800000 !important;
}

#donut.barcharts em.four:before {
    background: #008000 !important;
}

#donut.barcharts em.five:before {
    background: #00FFFF !important;
}

#donut.barcharts em.six:before {
    background: #7adee0 !important;
}

.up {
    font-size: 23px;
    height: 10px;
    line-height: 10px;
    float: left;
    width: auto;
}


.down {
    font-size: 23px;
    height: 10px;
    line-height: 10px;
    float: left;
    width: auto;
}

.up.active {
    background-position: 0 0;
    color: red;
}

.down.active {
    background-position: 0 -19px;
    color: red;
}

body.menuToggle .tbaleboxx td:nth-child(1) {
    min-width: 170px;
    word-break: break-word;
}

body .tbaleboxx td {
    font-size: 12px !important;
    min-width: 43px;
}

    body .tbaleboxx td:nth-child(1) {
        min-width: 150px;
    }


a.loginbtn.upload.Escalation.showissue {
    float: none;
    background: none;
    color: #0b41e9 !important;
    margin-right: 10px;
}


.issuelogpage #tbl_DW.tableclass tbody tr td:nth-child(5), .issuelogpage #tbl_DW.tableclass tbody tr td:nth-child(6), .issuelogpage #tbl_DW.tableclass tbody tr td:nth-child(7), .issuelogpage #tbl_DW.tableclass tbody tr td:nth-child(8), .issuelogpage #tbl_DW.tableclass tbody tr td:nth-child(9), .issuelogpage #tbl_DW.tableclass tbody tr td:nth-child(10), .issuelogpage #tbl_DW.tableclass tbody tr td:nth-child(11), .issuelogpage #tbl_DW.tableclass tbody tr td:nth-child(12) {
    text-align: left;
}

.issuelogpage .tableclass tbody tr td a.loginbtn, .issuelogpage .tableclass tbody tr td {
    font-size: 12px;
}

.issuelogpage td#td_PageCount {
    min-width: 100% !important;
    max-width: 100% !important;
}

.issuelogpage tr.pagination td {
    min-width: 100% !important;
    max-width: 100% !important;
}

.issuelogpage th:nth-child(1), .issuelogpage td:nth-child(1) {
    min-width: 60px;
    max-width: 60px;
    text-align: center;
}

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

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

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

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

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

.issuelogpage th:nth-child(7), .issuelogpage td:nth-child(7) {
    min-width: 140px;
    max-width: 140px;
}

.issuelogpage th:nth-child(8), .issuelogpage td:nth-child(8) {
    min-width: 140px;
    max-width: 140px;
}

.issuelogpage th:nth-child(9), .issuelogpage td:nth-child(9) {
    min-width: 140px;
    max-width: 140px;
}

.issuelogpage .tableclass tbody tr td {
    padding: 0px 6px;
}

.issuelogpage th:nth-child(10), .issuelogpage td:nth-child(10) {
    min-width: 140px;
    max-width: 140px;
}

.issuelogpage th:nth-child(11), .issuelogpage td:nth-child(11) {
    min-width: 140px;
    max-width: 140px;
}

.issuelogpage th:nth-child(12), .issuelogpage td:nth-child(12) {
    min-width: 140px;
    max-width: 140px;
}

.issuelogpage th:nth-child(13), .issuelogpage td:nth-child(13) {
    min-width: 140px;
    max-width: 140px;
}

.issuelogpage th:nth-child(14), .issuelogpage td:nth-child(14) {
    min-width: 140px;
    max-width: 140px;
}

.issuelogpage th:nth-child(15), .issuelogpage td:nth-child(15) {
    min-width: 140px;
    max-width: 140px;
}

.issuelogpage tbody {
    overflow-y: auto;
    overflow-x: auto;
}

.issuelogpage .tableresponsive {
    overflow: auto;
}

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

.issuelogpage #tbl_DW.tableclass tbody tr {
    cursor: inherit;
    width: 100%;
    display: block;
    border: none;
    border-radius: 0;
}

    .issuelogpage #tbl_DW.tableclass tbody tr:nth-child(2n) {
        background: #ccc;
    }

.topheaderss .textwelcome {
    position: relative;
    top: 5px;
}

.modal-open {
    overflow: auto;
    padding: 0 !important;
}

.fullwidths.errorpage.sessionexpired h1 {
    font-size: 47px;
}

.fullwidths.errorpage.sessionexpired .col-md-6.align-self-center {
    text-align: center;
    width: 100%;
    display: inline-block;
    margin: auto;
}

.buttons.center {
    text-align: center;
    width: 100%;
    margin: auto;
}

    .buttons.center a.loginbtn.errorhome {
        float: none;
        margin: 0 20px;
    }

        .buttons.center a.loginbtn.errorhome.blackbtn {
            background: none;
            margin-right: 0;
            border: 1px solid #0b41e9;
            color: #0b41e9 !important;
        }

ul.multiselect-container.dropdown-menu li a:focus, ul.multiselect-container.dropdown-menu li a:active {
    outline: none;
    box-shadow: none;
}

.fullwidths.errorpage.sessionexpired {
    transform: translateY(4%);
    width: 56%;
    margin: auto;
    background: #fff;
    padding: 30px;
    border: 1px solid #ccc;
    border-radius: 10px;
    text-align: center;
}

    .fullwidths.errorpage.sessionexpired .col-md-6.align-self-center.lefttextwidth {
        text-align: center;
        position: relative;
        top: 0;
        transform: none;
    }

    .fullwidths.errorpage.sessionexpired .col-md-6.align-self-center img {
        max-width: 100%;
    }

.work-process h3 {
    margin: 10px 0 0 0;
    text-align: center;
}

.project-bar {
    height: 18px;
    background: #e0e0e0;
    border-radius: 30px;
}

.project-percent {
    height: 18px;
    background-color: #2196F3;
    border-radius: 30px;
    position: relative;
    width: 0;
    transition: 2s linear;
}

    .project-percent::before {
        content: attr(percent);
        position: absolute;
        right: 0px;
        left: 0px;
        padding: 1px 0px;
        color: #ffffff;
        font-size: 15px;
        border-radius: 25px;
        font-weight: bold;
        width: 20px;
        margin: 0px auto;
    }
#divOldPConfirmModal .modal-body {
    display: inline-block;
    width: 100%;
}
div#progressbar {
    background: rgba(0,0,0,0.3);
    z-index: 9999999;
}
#progressbar .modal-dialog {
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
}
#divOldPConfirmModal .modal-dialog, #divEscalationModel .modal-dialog {
    margin: auto;
    top: 43%;
    transform: translateY(-50%);
}
