/* Minification failed. Returning unminified contents.
(3028,1): run-time error CSS1019: Unexpected token, found '}'
(4201,1): run-time error CSS1019: Unexpected token, found '}'
 */


@font-face {
    font-family: Lato-Light;
    src: url('../fonts/Lato-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto Regular';
    src: url('../fonts/Roboto-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto Light';
    src: url('../fonts/Roboto-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

span:focus, div:focus {
    outline: none !important;
}

body {
    font-family: Arial,sans-serif !important;
    font-size: 12px !important;
    line-height: 1.42857143;
    color: #d6d8d9 !important;
}

#AssignEngineerWindow {
    overflow-y: hidden;
}

.chat-panel {
    margin-bottom: 10px;
    white-space: nowrap;
}

/*For import customer div*/
.Valign > div {
    float: left;
    padding: 0 10px;
    position: relative;
}
/***********************/

#search:hover {
    width: 100% !important;
}


html, body {
    width: 100%;
    height: 100%;
}

.buhler-logo {
    cursor: default !important;
}


div#AddCustomerMasterBoxWindow {
    overflow: hidden;
}


h1 {
    font-family: 'Roboto Light';
    font-size: 24px;
    text-transform: uppercase;
}

h2 {
    font-family: 'Roboto Light';
    font-size: 22px;
    text-transform: uppercase;
}

h3 {
    font-family: 'Roboto Regular';
    font-size: 14px;
    text-transform: uppercase;
}

h4 {
    font-family: 'Roboto Regular';
    font-size: 11px;
    text-transform: uppercase;
}

h5 {
    font-family: Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
    font-weight: bold;
    font-size: 11px;
}


.side-menu-list {
    padding: 0 !important;
}


#blankAdd {
    position: absolute;
    left: 15px;
    top: 0;
    right: 0;
}

/*chat window css*/

.chat-window-container {
    position: fixed;
    bottom: 0;
    width: auto;
    height: auto;
    white-space: nowrap;
    z-index: 101;
    overflow: visible;
    left: 158px;
    right: 0;
}

.chat-panel-wrap {
    width: 25%;
    display: inline-block;
    padding: 0 2px;
}

.chatfeedback {
    position: absolute;
    bottom: 3px;
    left: 0;
    z-index: 1001;
    width: 152px !important;
    z-index: 1001;
}

.chat-content {
    height: 260px;
    padding: 8px !important;
    position: relative;
    overflow-y: auto;
    overflow-x: hidden;
}

.dragdiv .header {
    position: relative;
}


.clickable {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


.user-details {
    float: left;
}

    .user-details img {
        width: 32px;
        float: left;
        margin-right: 4px;
        border-radius: 70px;
    }

.user-status {
    float: right;
    padding-top: 8px;
}

.users-list {
    padding: 8px 4px;
}


.selected-user {
    background-color: #caeffc;
}

.clear-fix {
    clear: both;
}

.forgot-link {
    margin: 10px 0;
}

    .forgot-link a {
        font-size: 16px;
        text-decoration: none;
    }

.fileWindow .ajax-file-upload-statusbar {
    display: none;
}

.chatcontent:after {
    content: "";
    position: absolute;
    top: 8px;
    left: -10px;
    border-top: 10px solid #fff;
    border-top-color: #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}

.chat-compose {
    background-color: #f9f8f8;
    height: 62px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}

    .chat-compose:before {
        content: " ";
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

    .chat-compose > div {
        display: inline-block;
    }

.attach-file, .attach-smiley {
    width: 15%;
}

.compose-msg {
    width: 62%;
}

.dragdiv {
    width: 320px;
    /*background-color: #fafafa;*/
    bottom: 0px;
    max-height: 300px;
    margin-left: 2px;
    position: relative;
    display: inline-block;
    vertical-align: bottom;
}

    .dragdiv .header {
        cursor: move;
        padding: 12px 6px;
        font-family: arial;
        font-size: 14px;
        position: relative;
    }

    .dragdiv .selText {
        color: white;
        padding: 4px;
    }

    .dragdiv .messageArea {
        width: 100%;
        overflow-y: auto;
        height: 180px;
        background-color: transparent;
        /*margin-top: 40px;*/
    }

    .dragdiv .flashMsg {
        border: 1px solid rgb(222, 221, 221);
        height: 41px;
        width: 100%;
        position: absolute;
        top: 292px !important;
        resize: none;
        display: block;
        background-color: #f1f2f2;
        display: none;
    }

    .dragdiv .messageArea .message {
        word-wrap: break-word;
        padding: 2px;
        font-family: arial;
        font-size: 14px;
        color: #000000;
        width: 100%;
        /*display: inline-block;*/
        display: block;
    }

        .dragdiv .messageArea .message .userName {
            padding: 0px;
            font-weight: bold;
            font-family: arial;
            font-size: 13px;
        }

    .dragdiv .messageArea .JLmessage {
        padding: 4px;
        font-size: smaller;
        font-style: italic;
    }

    .dragdiv .buttonBar {
        width: 100%;
        padding: 1px;
        /*color: black;*/
        display: table;
    }

.emoticonsBox {
    display: none;
    width: 54px;
    position: absolute;
    float: right;
    clear: both;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    z-index: 1000;
    background-color: #c3f8ff;
    color: black;
    text-align: left !important;
    border: 1px solid #3de8ff;
    top: -90px;
    right: -8px;
}

    .emoticonsBox:after {
        content: '';
        position: absolute;
        border-style: solid;
        border-width: 10px 10px 0px 10px;
        border-color: #5becff transparent;
        width: 0;
        height: 0;
        z-index: 1;
        right: 3px;
    }

    .emoticonsBox:before {
        content: '';
        position: absolute;
        border-style: solid;
        border-width: 8px 8px 0px 8px;
        border-color: #c3f8ff transparent;
        width: 0;
        height: 0;
        right: 5px;
        bottom: -8px;
        z-index: 9;
    }


    .emoticonsBox table {
        width: 100%;
    }

        .emoticonsBox table td {
            padding: 2px;
        }



#divNotify {
    resize: none;
    height: 20px;
    width: 100%;
    padding-left: 5px;
    background-color: transparent;
    font-style: italic;
    font-size: small;
}

.buttonBar input[type=file] {
    position: absolute !important;
    cursor: pointer !important;
    width: 100% !important;
    height: 100% !important;
    left: 0px !important;
    z-index: 100 !important;
    opacity: 0 !important;
}

.emoticonsBox div {
    border-bottom: 1px solid #e1e7eb;
    height: 30px;
}

    .emoticonsBox div span {
        cursor: pointer;
        line-height: 30px;
        padding: 0 0 0 5px;
    }

/*.emobubblestyle {
    display: none;
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 10px 10px 0px 10px;
    border-color: #429ff0 transparent;
    width: 0;
    z-index: 1;
    left: 85%;
    margin: -33px 0px 0px 13px;
}*/

.chatRoom .content .users .user:nth-of-type(odd) {
    display: table;
    vertical-align: middle;
    width: 100%;
    font-size: 14px;
    height: 40px;
}

.chatRoom .content .users .loginUser {
    display: block;
    padding: 4px;
    color: gray;
    /*border-bottom: solid 1px #5f9482;*/
}

.chatRoom .content .users .user:hover {
    /*background-color: #caeffc;*/
}

.chatTextDiv {
    margin-left: 27px;
    margin-right: 5px;
    margin-top: 5px;
    border-radius: 3px;
    /*padding: 4px;
    background-color: green;*/
    min-height: 28px;
}

.chatArrowLeft {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid white;
    float: left;
    position: absolute;
    left: -2px;
}

.chatTextMessageDiv {
    margin-left: 10px;
    min-height: 28px;
    border-radius: 3px;
    padding: 2px;
    background-color: white;
    float: right;
    width: 98%;
    height: auto;
    white-space: normal;
}

.chatMeTextDiv, .chatReciveTextDiv {
    margin-left: 5px;
    margin-top: 5px;
    border-radius: 3px;
    float: left;
    width: 90%;
    min-height: 28px;
    position: relative;
}

.chatArrowRight {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #87d249;
    position: absolute;
    right: 0;
}

.chatMeTextMessageDiv {
    margin-right: 10px;
    min-height: 28px;
    border-radius: 3px;
    padding: 2px;
    background-color: #87d249;
    float: left;
    width: 98%;
    white-space: pre-line;
}


/* styles for chat: Ends*/
.invalidMsg {
    font-size: 12px;
    font-family: Arial;
    color: #121212;
    font-weight: bold;
}

/*Login page css*/

.login-panel {
    font-family: 'Lato-Light';
    width: 420px;
    margin: auto;
    position: relative;
    top: 40%;
    transform: translateY(-50%);
}

.login-container {
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
}

.login-panel-heading {
    padding: 16px 0;
    font-size: 32px;
}

.login-panel .form-control {
    height: 40px;
    border-radius: 0;
}

.login-header {
    position: relative;
    z-index: 100;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    box-shadow: none !important;
    outline: 0 none;
}

.btn-signin {
    border-radius: 0 !important;
    padding: 10px 12px;
    text-transform: uppercase;
    font-weight: bold;
}

.chat-area-list-left div {
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-right: 10px;
    padding-left: 10px;
    box-sizing: border-box;
}

.row {
    margin-left: -10px;
    margin-right: -10px;
}

.k-grid-content tbody tr {
    line-height: 40px;
    height: 40px;
    cursor: pointer;
}

div.k-window-content {
    padding-top: 0;
}

.noPadding {
    padding: 0;
}

.noPaddingLeft {
    padding-left: 0;
}

.popupLabel {
    margin: 12px 0 8px 0;
}

.popupContent {
    position: fixed;
    height: 360px;
    overflow: auto;
}

.popupBottom {
    text-align: right;
    position: absolute;
    bottom: 15px;
}

.ResetpopupBottom {
    text-align: right;
    position: absolute;
    bottom: 25px;
}

.k-block > .k-header, .k-window-titlebar {
    position: absolute;
    width: 100%;
    height: 50px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    margin-top: -2em;
    padding: .4em 0;
    font-size: 24px;
    font-family: 'Roboto Light';
    white-space: nowrap;
    min-height: 16px;
    color: #4d4d4d;
    line-height: 40px;
}

.clickable {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#assignUserSearch {
    height: 19px;
    /*line-height: 22px;*/
    display: inline;
}

.spnHyperLink {
    cursor: pointer;
    font-family: arial;
    font-size: 12px;
    color: #329abc;
}

    .spnHyperLink:hover {
        cursor: pointer;
        font-family: arial;
        font-size: 12px;
        color: #05BEFE;
    }

    .spnHyperLink:active {
        cursor: pointer;
        font-family: arial;
        font-size: 12px;
        color: #FFFFFF;
    }
/* CUSTOMIZED CHECKBOX */
.customizedCheckbox {
    width: 15px;
    margin: 0px auto;
    position: relative;
    float: left;
}

    .customizedCheckbox label {
        cursor: pointer;
        position: absolute;
        width: 13px;
        height: 15px;
        top: 1px;
        left: 0px;
        border-radius: 3px;
        outline: 0;
    }


input[type=file]:focus, input[type=checkbox]:focus, input[type=radio]:focus {
    outline: none !important;
}

.customizedCheckbox label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    content: '';
    position: absolute;
    width: 10px;
    height: 6px;
    background: transparent;
    top: 3px;
    left: 3px;
    border: 2px solid #41C7F4;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.customizedCheckboxTick label {
    opacity: 0;
    content: '-';
    position: absolute;
    width: 10px;
    height: 6px;
    background: transparent;
    top: -10px;
    left: 2px;
    font-size: 28px;
    color: #41C7F4;
}



.customizedCheckbox label:hover::after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
}

.customizedCheckbox input[type=checkbox]:checked + label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}
/* CUSTOMIZED CHECKBOX */

.k-multicheck-wrap .k-item .k-label {
    position: relative;
}

    .k-multicheck-wrap .k-item .k-label input {
        margin-right: 4px;
    }

        .k-multicheck-wrap .k-item .k-label input:after {
            width: 10px;
            height: 10px;
            position: absolute;
            z-index: 10;
            content: "";
        }

        .k-multicheck-wrap .k-item .k-label input[type=checkbox]:checked:before {
            position: absolute;
            content: '✔';
            z-index: 100;
            font-size: 9px;
            width: 10px;
            height: 10px;
            top: 3px;
            left: 2px;
        }


.theme-checkbox {
    position: relative;
}

    .theme-checkbox input:after {
        width: 14px;
        height: 14px;
        position: absolute;
        z-index: 10;
        content: "";
    }

    .theme-checkbox input[type=checkbox]:checked:before {
        position: absolute;
        content: '✔';
        z-index: 100;
        font-size: 12px;
        width: 14px;
        height: 14px;
        top: 5px;
        left: 2px;
    }


.k-filter-menu.k-popup .k-button.k-primary {
    margin: -5px 0 0 5px !important;
}

div.k-grid-content {
    overflow-y: scroll;
}

.Anywarepro3GridScroll .k-grid-content {
    overflow-y: auto !important;
}


.k-grid tr td {
    /*border-right: none !important;*/
    font-family: Arial;
    font-size: 12px;
    height: 23px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

/*.k-grid tbody td:first-child, .k-grid tfoot td:first-child, .k-filter-row > th:first-child {
    border-left: 1px solid #ccc;
}*/

#assignedUsersGrid tbody tr {
    cursor: auto;
}

.reportNotificationChk {
    margin-left: 25px;
    margin-top: 4px;
}
/*#usersGrid>div.k-grid-content{ 
    position: fixed;
    width: calc(100% - 194px) !important;
    height: calc(100% - 246px) !important;
}
#usersGrid>div.k-grid-pager{
    position: fixed;
    bottom: 26px;
    width: 100%;
    width: calc(100% - 198px) !important;
}*/


/*#centreWindow .k-widget .k-dropdown.ng-invalid span:hover {
        background-color: #ADD8E6;
        color: #FFF;
    }*/

.invalidMsg {
    font-size: 12px;
    font-family: Arial;
    color: #c09853; /* #121212;*/
    font-weight: bold;
}

.mainContent {
    position: absolute;
    top: 56px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin-left: 150px;
    overflow-y: auto;
    color: white;
    padding: 0px;
    z-index: 1;
}

.settings-page-content {
    font-family: Roboto Regular;
    font-size: 14px;
    color: #9fa4a7;
    bottom: 2px;
    position: absolute;
    top: 8em;
    right: 10px;
    left: 10px;
}

.settings-tab {
    font-family: Roboto Regular;
    font-size: 14px;
    color: #b4b4b4; /*#9fa4a7;*/
    text-align: center;
    height: 42px;
    line-height: 42px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 200px;
    float: left;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
}

.settings-tab-panel {
    height: 42px;
    z-index: -2;
}

.settings-tab::after {
    /*height: 15px;
    line-height: 13px;
    border-right: 1px dotted #e1e9e9;
    float: left;
    margin-top: 12px;
    content: "";
    position:relative;
    z-index: 1;*/
}

/*.settingsTabsDevider {
    height: 15px;
    line-height: 13px;
    border-right: 1px dotted #e1e9e9;
    float: left;
    margin-top: 12px;
    position: absolute;
    right: 0;
}*/

.settingsTabsDevider {
    height: 20px;
    line-height: 17px;
    border-right: 1px dotted #e1e9e9;
    float: left;
    margin-top: 12px;
    position: absolute;
    left: 0;
}
/*.wearcontainer {
     border: 0px solid black;
      padding-top:20px;
}*/

.weartitle {
    margin-top: 5px;
    font-size: 20px;
    color: #44C8F4;
    /*font-family: 'Roboto Regular';*/
}

.weartitlemini {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 15px;
    text-align: center;
    font-family: 'Roboto Light';
}

.wearinnertitle {
    margin: 15px 15px 15px 15px;
    font-size: 13px;
    color: #44C8F4;
    font-family: 'Roboto Light';
}

.wearinfoContainer {
    padding-left: 35px;
    text-align: left;
}

.weartextinfo {
    color: #D8D8D9;
    margin: 0 19px 0px 0px;
    border: 1px solid;
    font-weight: bold;
}

.chart-wrapper {
    position: relative;
    padding-bottom: 40%;
    width: 90%;
    float: left;
}

.chart-inner {
    position: relative;
    width: 90%;
    height: 100%;
}

.wearchartheading {
    color: #D8D8D9;
    margin: 8px 5px 8px 15px;
}

.wearlining {
    /*height: 290px;*/
    cursor: pointer;
    border-top: 1px solid #BDC2C5;
}

.wearliningmini {
    /*height: 290px;*/
    cursor: pointer;
    border-top: 1px solid #BDC2C5;
    margin-top: 10px;
}

.language-list {
    clear: both;
    padding: 0 10px;
    width: 200px;
    height: 47px;
    line-height: 47px;
    margin: 20px 10px;
    cursor: pointer;
}



.flag {
    width: 30% !important;
}

.language-item {
    float: left;
    width: 50%;
    text-align: center;
}

.theme-item {
    padding: 20px;
    margin-top: 10px;
}


    .theme-item img {
        width: 100%;
    }

.side-menu-list li:hover ul {
    display: block;
}


.submenu-list {
    display: none;
    left: 153px;
    position: absolute;
    padding: 0;
    width: 152px;
    z-index: 1;
}

.theme-title {
    text-align: center;
    padding: 10px;
}


.profileBody {
    bottom: 10px;
    position: absolute;
    top: 4em;
    right: 10px;
    left: 10px;
}

.sweet-alert .sa-icon.sa-success {
    width: 18.3%;
    float: left;
}

.popup_busy {
    float: left;
    position: fixed;
    margin: 0 0 0 0;
    z-index: 9001;
}

.fadeProcessingImg {
    background: #000;
    position: fixed;
    width: 100%;
    height: 100%;
    filter: alpha(opacity=80);
    opacity: .80;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /*--IE 8 Transparency--*/
    left: 0;
    top: 0;
    z-index: 9000;
}

.dialog-background {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5);
    height: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
    /*z-index: 100;*/
}

.dialog-loading-wrapper {
    border: 0 none;
    height: 100px;
    left: 50%;
    margin-left: -50px;
    margin-top: -50px;
    position: fixed;
    filter: alpha(opacity=80);
    opacity: .80;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /*--IE 8 Transparency--*/
    top: 50%;
    width: 100px;
    z-index: 9999999;
}

.fileWindow form input {
    top: 30px !important;
    width: 20% !important;
    height: 0px !important;
    left: 210px !important;
    cursor: pointer !important;
    width: 60px !important;
    font-size: 0;
}

.uploadfile form input {
    width: 40px !important;
    height: 20px !important;
    overflow: hidden;
    left: 2px;
    top: 2px;
}

#sampleRequestWindow form input[type=file] {
    width: 170px !important;
    cursor: pointer !important;
    color: blue;
}

.bodyCopy {
    font-family: Arial;
    font-size: 12px;
    color: #121212;
}

.fileWindow .ajax-file-upload-statusbar {
    display: none;
}


.search-form .form-group {
    float: right !important;
    transition: all 0.35s, border-radius 0s;
    width: 32px;
    height: 24px;
    background-color: transparent;
    margin-top: 8px;
    margin-bottom: 0;
}

    .search-form .form-group input.form-control {
        border: 0 none;
        background: transparent;
        box-shadow: none;
        display: block;
        height: 24px !important;
        line-height: 24px;
        padding-right: 20px;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 12px;
    }

    /*.search-form .form-group:hover,
    .search-form .form-group.hover {
        width: 93%;
        border: 1px solid #ccc;
    }*/

    .search-form .form-group span .form-control-feedback {
        position: absolute;
        top: 4px;
        right: -2px;
        z-index: 2;
        display: block;
        width: 20px !important;
        height: 20px !important;
        line-height: 24px;
        text-align: center;
        color: #3596e0;
        left: initial;
        font-size: 14px;
    }

.k-popup .k-list .k-item {
    white-space: nowrap;
    /*width: 150px;*/
    overflow: hidden;
    text-overflow: ellipsis;
}



.sampleRequest-file-uploadGrid td {
    font-family: Arial;
    font-size: 12px;
    /*color: #121212;*/
    height: 23px;
    padding: .4em 0px .5em 10px;
    overflow: hidden;
    line-height: 23px;
    vertical-align: middle;
    text-overflow: ellipsis;
}

.localization-text td {
    padding: 0.8em 0px 1em 10px;
    font-size: 14px;
}

.localization-text input {
    color: black;
}

/*.k-grid-header {
    padding-right: 8px !important;
}*/

.k-grid th.k-header, .k-grid th.k-header .k-link {
    font-family: Arial;
    font-weight: bold;
    font-size: 11px;
    text-decoration: initial;
    line-height: 38px;
    /* height: 38px;*/
}

.active-list > a .machine img {
    content: url(../../Images/49_nav_machines_on.png);
}

.active-list > a .application img {
    content: url(../../Images/07_nav_applications_on.png);
}

.active-list > a .customers img {
    content: url(../../Images/38_customers_on.png);
}

.active-list > a .users img {
    content: url(../../Images/05_nav_users_on.png);
}

.active-list > a .centres img {
    content: url(../../Images/08_nav_centres_on.png);
}

.active-list > a .news img {
    content: url(../../Images/52_nav_news_on.png);
}

.active-list > a .feedback img {
    content: url(../../Images/11-nav_feedback_on.png);
}

.active-list > a .files img {
    content: url(../../Images/50_nav_files_on.png);
}

.active-list > a .samplerequests img {
    content: url(../../Images/06_nav_samples_on.png);
}

.active-list > a .approvedapplications img {
    content: url(../../Images/04_nav_approved_on.png);
}

.active-list > a .allmachines img {
    content: url(../../Images/49_nav_machines_on.png);
}

.active-list > a .faultlog img {
    content: url(../../Images/48_nav_faultlog_on.png);
}

.active-list > a .approvals img {
    content: url(../../Images/04_nav_approved_on.png);
}

.active-list > a .faultdirectory img {
    content: url(../../Images/47_nav_faultdirectory_on.png);
}

.active-list > a .rolemanagement img {
    content: url(../../Images/role_management_on.png);
}

.active-list > a .ricemill img {
    content: url(../../Images/85_ricemill_active.png);
}


.k-i-arrow-s, .k-i-arrow-w, .k-i-arrow-e, .k-i-seek-w, .k-i-seek-e, .k-i-arrow-60-left, .k-i-arrow-60-right, .k-i-arrow-end-left, .k-i-arrow-end-right, .k-i-arrow-60-down, .k-i-arrow-60-up {
    background-position: center;
    background-size: 16px 16px;
}

.k-icon, .k-sprite {
    background-color: transparent;
}

.k-icon, .k-sprite, .k-button-group .k-tool-icon {
    display: inline-block;
    width: 16px !important;
    height: 16px !important;
    overflow: hidden;
    background-repeat: no-repeat;
    font-size: 0;
    line-height: 0;
    text-align: center;
    -ms-high-contrast-adjust: none;
}

/*.k-grid-header th.k-header .k-icon.k-filter {
    background-image: url(../../Images/28_filteron_Blue_2.png);
}*/





.k-grid-header th.k-header .k-icon.k-i-arrow-n {
    background-image: none !important;
}

.k-grid-header th.k-header .k-icon.k-i-arrow-s, .k-grid-header th.k-header .k-i-arrow-60-down {
    background-image: none !important;
}


.k-icon.k-i-arrow-60-down {
    background-image: url("../../Images/23_arrow_down_on.png");
}



.k-i-seek-w, .k-i-arrow-end-left {
    background-image: url('../images/36_paginationleft.png');
    height: 100%;
    width: 100%;
    margin: -3px 0 0 -3px;
}

.k-link.k-pager-nav:hover .k-i-seek-w, .k-link.k-pager-nav:hover .k-i-arrow-end-left {
    background-image: url(../../Images/36_paginationleft_on.png);
}

.k-i-arrow-w, .k-i-arrow-60-left {
    background-image: url('../images/21_arrow_left.png');
    margin: 0;
    height: 100%;
    width: 100%;
}

.k-i-arrow-e, .k-i-arrow-60-right {
    background-image: url('../images/22_arrow_right.png');
    margin: 0;
    height: 100%;
    width: 100%;
}


.k-link.k-pager-nav:hover .k-i-arrow-w {
    background-image: url(../../Images/21_arrow_left_on.png) !important;
    background-position: 0px 0px !important;
}
.k-link.k-pager-nav:hover .k-i-arrow-60-left {
    background-image: url(../../Images/21_arrow_left_on.png) !important;
    background-position: 0px 0px !important;
}

.k-link:not(.k-state-disabled):hover > .k-i-arrow-w {
}


.k-link.k-pager-nav:hover .k-i-arrow-e, .k-link.k-pager-nav:hover .k-i-arrow-60-right {
    background-image: url(../../Images/21_arrow_right_on.png);
}

.k-i-seek-e, .k-i-arrow-end-right {
    background-image: url('../images/37_paginationright.png');
}

.k-link.k-pager-nav.k-pager-first:hover .k-icon.k-i-seek-w, .k-link.k-pager-nav.k-pager-first:hover .k-icon.k-i-arrow-end-left {
    background-image: url('../images/36_paginationleft_on.png') !important;
    background-position: 0px 0px !important;
}

.k-link.k-pager-nav.k-pager-last:hover .k-icon.k-i-seek-e, .k-link.k-pager-nav.k-pager-last:hover .k-icon.k-i-arrow-end-right {
    background-image: url('../images/37_paginationright_on.png') !important;
}


.k-link:not(.k-state-disabled):hover > .k-i-seek-e, .k-link:not(.k-state-disabled):hover > .k-i-arrow-end-right {
    background-position: 100% 100% !important;
}


.k-link.k-pager-nav:not(.k-state-disabled):hover > .k-i-arrow-e, k-link.k-pager-nav:not(.k-state-disabled):hover > .k-i-arrow-60-right {
    background-position: 0px 0px !important;
}


.k-pager-wrap .k-link:hover {
    border-color: #dae4e8 !important;
}


.k-icon.k-i-close {
    background-image: url(../../Images/26_close.png);
}

.bubbleStyle {
    /*display: none;*/
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0px 10px 10px 10px;
    width: 0;
    z-index: 3;
    margin: 0px 0px 0px 19px;
}

.paneDisplaySettings {
    /*display: none;*/
    width: 150px;
    position: absolute;
    border-radius: 4px;
    z-index: 1000;
    margin: 8px 0px 0px 0px;
    text-align: left !important;
    border-top: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .paneDisplaySettings div {
        height: 40px;
        line-height: 40px;
    }

        .paneDisplaySettings div:last-child {
            border: none;
        }

        .paneDisplaySettings div span {
            cursor: pointer;
            line-height: 30px;
            padding: 0 0 0 15px;
            font-family: Arial;
            font-size: 12px;
        }

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 14px;
    margin-bottom: 10px;
}

.k-i-close, .k-delete, .k-group-delete {
    background-position: 0 !important;
    background-position: 100% 100% !important;
}

#newsGrid .k-grid tr td {
    border: 0;
}

.selected-value {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background-size: 100%;
    margin: 2px 5px 0 0;
    /*border-radius: 50%;*/
}

#languages_listbox .k-item {
    /*line-height: 1em;
    min-width: 300px;*/
    padding: 1px 5px 1px 5px;
    line-height: 1.8em;
    min-height: 1.8em;
}

/* Material Theme padding adjustment*/

.k-material #languages_listbox .k-item,
.k-material #languages_listbox .k-item.k-state-hover,
.k-materialblack #languages_listbox .k-item,
.k-materialblack #languages_listbox .k-item.k-state-hover {
    padding-left: 5px;
    border-left: 0;
}

#languages_listbox .k-item > span {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
}

    #languages_listbox .k-item > span:first-child {
        width: 20px;
        height: 20px;
        /*border-radius: 50%;*/
        background-size: 100%;
        background-repeat: no-repeat;
    }

#languages_listbox p {
    margin: 0 0 2px 5px;
    padding: 0;
    /*font-size: .8em;*/
}

#centreWindow span.k-dropdown.ng-invalid span.k-dropdown-wrap.k-state-default .settings-icon:hover img {
    content: url(../../Images/03_taskbar_settings_over.png);
}

.settingsActive img {
    content: url(../../Images/03_taskbar_settings_on.png);
}



#newsAddWindow form input[type=file] {
    width: 18% !important;
    cursor: pointer !important;
    color: blue;
    height: 100% !important;
    left: 60px !important;
    bottom: 0 !important;
    top: unset !important;
}

.radio-appThemes input[type=radio] {
    width: 18px;
    height: 18px;
}

.radio-appThemes span {
    position: relative;
    bottom: 4px;
}

.downloadhover:hover {
    background-image: url(../../Images/27_download_over.png);
}

.k-widget.k-tooltip-validation {
    margin-top: 3px;
    text-align: left;
}

span.k-tooltip {
    padding: 2px 6px 0px 6px !important;
}

.sweet-alert button {
    font-size: 14px !important;
    border: 1px solid;
    padding: 4px 32px !important;
    margin: 24px 5px 0 5px !important;
}

.sweet-alert .sa-icon {
    margin: 8px auto !important;
    float: left !important;
}

.newspdfclass {
}

.ajax-upload-dragdrop {
    cursor: default !important;
}

#newsToUploadGrid {
    height: 248px !important;
}

#changeUserImageForm .ajax-file-upload {
    position: relative !important;
    display: inline-block !important;
}

#changeUserImageForm input[type=file] {
    top: 0px !important;
    width: 100% !important;
    height: 100% !important;
    left: 0px !important;
}

#newsToUploadBtn > .ajax-upload-dragdrop .ajax-file-upload {
    background-color: #329abc;
    display: block;
    position: relative;
    overflow: hidden;
    cursor: default;
    padding: 5px 10px;
    border-radius: 4px;
    color: #ffffff;
}

#newsToUploadBtn > .ajax-upload-dragdrop {
    text-align: center;
    margin: auto;
}

.newsGridWordWrap {
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    width: auto;
    white-space:normal;
    word-break:break-all;
}

a:hover {
    background: none;
}

#tfnewsearch {
    float: right;
    padding: 20px;
}

.tftextinput {
    margin: 0;
    padding: 5px 15px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: black;
    border: 1px solid #337ab7;
    border-right: 0px;
    border-top-left-radius: 5px 5px;
    border-bottom-left-radius: 5px 5px;
}

.tfbutton {
    margin: 0;
    padding: 5px 15px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    border: solid 1px #337ab7;
    border-right: 0px;
    background: #0095cd;
    background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
    background: -moz-linear-gradient(top, #00adee, #0078a5);
    border-top-right-radius: 5px 5px;
    border-bottom-right-radius: 5px 5px;
}

    .tfbutton:hover {
        text-decoration: none;
        background: #007ead;
        background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
        background: -moz-linear-gradient(top, #0095cc, #00678e);
    }
    /* Fixes submit button height problem in Firefox */
    .tfbutton::-moz-focus-inner {
        border: 0;
    }

.tfclear {
    clear: both;
}

.machineRightPanel {
    bottom: 5px;
    position: fixed;
    top: 105px;
    right: 0;
    width: 32%;
    padding-left: 0px;
}



#dwnAddCentres_listbox .k-item > span {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
}

    #dwnAddCentres_listbox .k-item > span:first-child {
        width: 20px;
        height: 20px;
        /*border-radius: 50%;*/
        background-size: 100%;
        background-repeat: no-repeat;
    }

#dwnAddCentres_listbox p {
    margin: 0 0 2px 5px;
    padding: 0;
    /*font-size: .8em;*/
}

#dwnEditCentres_listbox .k-item > span {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    width: 150px;
}

    #dwnEditCentres_listbox .k-item > span:first-child {
        width: 20px;
        height: 20px;
        /*border-radius: 50%;*/
        background-size: 100%;
        background-repeat: no-repeat;
    }

#dwnEditCentres_listbox p {
    margin: 2px 0 2px 5px;
    padding: 0;
    /*font-size: .8em;*/
}

.k-list > .k-state-selected.k-state-focused {
    border: none !important;
}

.sweet-alert .sa-icon.sa-success .sa-fix {
    background-color: transparent !important;
}

.sa-icon.sa-success.animate::after {
    background: transparent !important;
}

.sweet-alert .sa-icon.sa-success::before {
    background: transparent !important;
}

#assignUsersGrid {
    height: 250px !important;
}
.machine-icon {
    padding: 0 5px 0 10px;
    position: relative;
    float: revert;
}
.machine-right-bar {
    width: calc(100% - 235px);
    height: 60px;
    overflow: hidden;
    display: flex;
}
.machine-left-bar {
    width: 235px;
}
    .machine-right-bar1 {
    width: 100px;
    float: left;
}
.statsTabsDropdown {
    clear: both;
    display: none;
    position: absolute;
    width: 200px;
    margin-left: 11%;
    top: 0;
    position: absolute;
    float: right;
    clear: both;
    background-clip: padding-box;
    border-radius: 4px;
    z-index: 1000;
}
.tabsDropdown {
    clear: both;
    display: none;
    position: absolute;
    width: 200px;
    margin-left: 11%;
    margin-top: 45px;
    position: absolute;
    float: right;
    clear: both;
    background-clip: padding-box;
    border-radius: 4px;
    z-index: 1000;
}
    .tabsDropdown ul, .statsTabsDropdown ul {
        display: block;
        background: #fff;
        color: #333;
        padding: 0px;
        box-shadow: 1px 1px 1px 1px #ccc;
    }
        .tabsDropdown ul li, .statsTabsDropdown ul li {
            display: block;
            font-family: Roboto Regular;
            font-size: 14px;
            color: #444;
            text-align: center;
            text-overflow: ellipsis;
            white-space: nowrap;
            text-transform: uppercase;
            cursor: pointer;
            position: relative;
            padding: 10px;
        }
            .tabsDropdown ul li.active-tab, .statsTabsDropdown ul li.active-tab {
                border-bottom: 4px solid #169d93;
                color: #169d93;
            }
    .machinesListDropdown {
        clear: both;
        display: none;
        position: absolute;
        width: 420px;
        margin-left: 11%;
        margin-top: 45px;
        position: absolute;
        float: right;
        clear: both;
        background-clip: padding-box;
        border-radius: 4px;
        /*box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);*/
        z-index: 1000;
    }

.StatsListDropdown {
    clear: both;
    display: none;
    position: absolute;
    width: 280px;
    margin-left: 11%;
    margin-top: 20px;
    position: absolute;
    float: right;
    clear: both;
    background-clip: padding-box;
    border-radius: 4px;
    /*box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);*/
    z-index: 1000;
}

.machinesListDropdown .k-grid td {
    border-style: hidden !important;
    border-width: 0 0 0 0px !important;
    padding: .4em .6em;
    overflow: hidden;
    line-height: 1.6em;
    vertical-align: middle;
    text-align: center;
    text-overflow: ellipsis;
}

.machinesListDropdown .k-grid-header th.k-header, .k-filter-row th {
    overflow: hidden;
    border-style: hidden !important;
    border-width: 0 0 0 0px !important;
    padding: .5em .6em .4em .6em;
    font-weight: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
}

.machinesListDropdown .k-grid-header {
    padding-right: 0px;
}

.machinesIcons {
    margin-left: 15px;
    margin-right: 15px;
}

div.k-grid-header {
    -webkit-padding-end: 8px !important;
}

/*#feedbackLogGrid > .k-grid-content tbody tr {
    cursor: default;
}*/

#userApprovalGrid > .k-grid-content tbody tr {
    cursor: default;
}

#machinesApprovalGrid > .k-grid-content tbody tr {
    cursor: default;
}

.emailLink {
    color: #07a6db;
}


.faultinfo {
    height: 30%;
    padding-bottom: 8px;
}

.predictive-wear {
    height: 33%;
}

.wearcontainer {
    height: 100%;
}

.stasttics-container {
    height: 36.5%;
    padding-top: 8px;
}

.containerfull {
    height: 50% !important;
}




.chart-btmTxt {
    font-size: 14px;
    text-align: center;
    font-family: 'Roboto Light';
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
}


.wearcontainer-header {
    padding: 10px;
}


.k-icon.k-i-calendar {
    background-image: url('../../Images/18_calendar.png');
    background-position: -1px -2px !important;
    height: 100%;
    width: 100%;
    border-left: 1px solid #dae4e8 !important;
}



input[type=file] {
    top: 10px !important;
    width: 20% !important;
    height: 45% !important;
    left: 9px !important;
}

.test123 li {
    list-style-type: none;
    display: inline-block;
    padding: 4px 4px;
    color: #5e666b;
}
/*for removing black line from the dropdown*/
/*.k-state-default > .k-select {
    border: white !important;
}*/

/*for validation error move stop left*/
.k-tooltip-validation .k-warning {
    margin-right: -20px !important;
}

/*.k-state-default > .k-select {
    border: none !important;
}*/

.keyline-right::after {
    content: "";
    height: 15px;
    width: 1px;
    position: absolute;
    line-height: 2px;
    margin: 4px -5px;
    right: 0;
    top: 0;
}

.searchKeyline::after {
    content: "";
    height: 15px;
    width: 1px;
    position: absolute;
    line-height: 2px;
    margin: 4px 0;
    right: 0;
    top: 10px;
    border: 1px dotted #b4b4b4;
}

.keyline-left::before {
    content: "";
    height: 15px;
    width: 1px;
    position: absolute;
    line-height: 2px;
    margin: 4px 0;
    left: 0;
}



.aligncenter {
    text-align: center;
}


.k-popup .k-list .k-state-focused {
    border: none;
    box-shadow: none;
    border-radius: 0;
}

.infodropdown {
    border: none;
    padding: 0;
    margin-top: 10px;
}

    .infodropdown li {
        padding: 8px 10px;
        font-size: 12px;
    }

        .infodropdown li:hover {
            background-color: #ebf6fa;
        }

    .infodropdown::after {
        content: '';
        position: absolute;
        border-style: solid;
        border-width: 0px 10px 10px 10px;
        width: 0;
        z-index: 3;
        margin: 0px 0px 0px 7px;
        top: -8px;
    }

.k-overlay {
    background-color: #31353c;
}

.severityradiobtn {
    width: 18px;
    height: 18px;
}

.severityimage {
    width: 22px;
    vertical-align: top;
    margin-top: 2px;
}

.k-customTextbox {
    width: 90%;
}

.masterBoxInfoPopup {
    border-bottom: 0 !important;
}

    .masterBoxInfoPopup div:hover {
        background-color: transparent !important;
    }

.paneDisplaymachineEdit {
    clear: both;
    display: none;
    position: absolute;
    width: 23%;
    position: absolute;
    float: right;
    background-clip: padding-box;
    border: 1px solid #d1d5d5;
    border-radius: 0px 0px 3px 3px;
    box-shadow: 2px 2px 0 0 rgba(0,0,0,0.2) !important;
    z-index: 1000;
    margin: 40px 0 0 0px;
    padding: 0 0 0 5px;
}

.paneDisplayMasterBoxEdit {
    clear: both;
    display: none;
    position: absolute;
    width: 75%;
    position: absolute;
    float: right;
    background-clip: padding-box;
    border: 1px solid #d1d5d5;
    border-radius: 0px 0px 3px 3px;
    box-shadow: 2px 2px 0 0 rgba(0,0,0,0.2) !important;
    z-index: 1000;
    margin: 25px 0 0 0px;
    padding: 0 0 0 5px;
}
/*.comboimage .k-icon.k-i-arrow-s {
    background-image: url('../../Images/31_content_search_off.png');
    background-position: -1px 1px !important;
    height: 100%;
    width: 100%;
    border-left: 1px solid #dae4e8 !important;
    background-size:cover;
}*/

#AddEditRolesWindow .k-state-hover {
    color: inherit;
}

#firstMachine .k-state-hover, #secondMachine .k-state-hover {
    color: inherit;
}
/**************CSS Style for Statistics Tree View*****************/

.treeviewclass .k-in.k-state-hover {
    color: #212121 !important;
}

.treeviewclass .k-icon.k-minus {
    background-image: url('../../Images/23_arrow_down_on.png');
    background-position: -6px -4px;
}

.treeviewclass .k-icon.k-plus {
    background-image: url('../../Images/24_arrow_up_on.png');
    background-position: -6px -4px !important;
}

.treeviewclass .k-icon {
    position: absolute;
    right: 20px;
}

/*.treeviewclass > .k-group, .k-treeview .k-item > .k-group, .k-treeview .k-content {
    overflow: hidden !important;
}*/

div.k-treeview {
    overflow: visible;
}

.treeviewclass .k-item {
    padding: 0 !important;
}

/*for spacing between items*/
.treeviewclass span.k-in {
    cursor: default;
    line-height: 24px;
}

/*for checkbox and data alignment*/
.treeviewclass input[type=checkbox], input[type=radio] {
    margin: 6px 0 0;
}

.disableField {
    background-color: lightgrey;
}



/************End CSS Style for Statistics Tree View********************/


.uploadstyle form input[type="file"] {
    width: 40px !important;
    overflow: hidden !important;
    margin-left: 2px;
    margin-top: 4px;
}

.k-grid-header th.k-header .k-icon {
    background: url('../../Images/23_arrow_down_on.png');
    background-size: 100% 100%;
}

.faultinfo .k-grid th.k-header {
    height: 30px;
}

.faultinfo .k-grid-header .k-link {
    font-size: 15px !important;
    font-weight: normal !important;
    font-family: 'Roboto Light' !important;
    height: 24px !important;
    line-height: 14px !important;
}

.ellipsisText {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
}

.k-filter-menu .k-label input {
    vertical-align: sub;
}

@media only screen and (min-width:1390px) {
    .chat-panel-wrap {
        width: 300px;
    }


    .map-container {
        height: 90%;
        position: absolute;
        top: 90px;
    }
}

@media only screen and (min-width:1024px) and (max-width:1390px) {
    .chat-panel-wrap {
        width: 300px;
    }

    .map-container {
        height: 84%;
        position: absolute;
        top: 90px;
    }

    .leftGrid {
        width: 45%;
    }

    .rightBox {
        width: 55%;
    }
}

.toggle-selection img {
    /*float: right;
    position: relative;
    top: -3px;*/
}


.k-grid-header th.k-header .k-icon {
    background: url('../../Images/23_arrow_down_on.png');
    background-size: 100% 100%;
}

.k-label {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    /*width: 153px;*/
}

span.k-widget.k-datepicker.k-header span.k-icon.k-i-calendar {
    background: url('../../Images/18_calendar.png');
    background-position: 0 0;
    background-size: 18px 19px;
    height: 100%;
    width: 100%;
    background-position: center !important;
    background-repeat: no-repeat;
}

.k-state-hover .k-icon.k-i-close {
    background-image: url(../../Images/26_close_over.png);
}

.k-list-scroller {
    overflow-y: auto;
}

.k-calendar .k-content .k-link {
    padding: .3em 0.7em 0 .1em;
}

.k-icon.k-plus {
    background-image: url(../../Images/23_arrow_down_over.png);
}


.k-group.k-treeview-lines .k-icon.k-plus {
    background-position: 0px 4px;
}

.k-group.k-treeview-lines .k-checkbox-label {
    vertical-align: super;
}

.k-group.k-treeview-lines .k-icon.k-minus {
    background-position: -6px;
}

.k-treeview .k-item {
    padding: 0 0 0 19px;
}

.demo-section .k-treeview .k-item {
    padding: 0 0 0 15px;
}

.k-group.k-treeview-lines .k-icon.k-minus {
    background-image: url(../../Images/24_arrow_up_on.png);
}

.un-authorized {
    text-align: center;
}
    /*.k-button ~ .k-button {
    margin-left:15px;
}*/

    .un-authorized h1 {
        color: red;
        font-weight: bolder;
    }

.k-filter-menu .k-button {
    text-transform: uppercase;
}

/************masterbox**********/
.textboxMarg {
    margin-bottom: 8px !important;
}

.textBoxSize {
    width: 100%;
}

.Bottompopup {
    text-align: right;
    margin: 21px 0px 16px 0px;
}

.ButtonCenter {
    text-align: center;
    /*margin-top: 24px;
    margin-bottom: 24px;*/
    margin: 21px 0px 16px 30px;
}

/************End*****************/
.machine-lis-tbl td {
    padding: 4px 4px;
}

.machine-lis-tbl th {
    padding: 4px 4px;
    vertical-align: bottom;
}

.ellipsisStyle {
    text-overflow: ellipsis !important;
    width: 12em !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    padding-top: 4px !important;
}

/*.users {
    float: right;
    width: 100%;
    height: 290px;
    overflow-y: auto;
}*/

.k-calendar .k-link {
    font-weight: normal;
}
/*Statistics Content*/
/*.StatsTopRow {
    border-bottom: solid;
    border-bottom-width: 1px;
    border-top: solid 1px;
    border-bottom-color: #dddedf;
    border-top-color: #dddedf;
}*/

.statFont {
    color: #b4b4b4;
}

.DivsionChoice {
    padding-left: 5px;
}

/*div.k-treeview {
    overflow: visible;
}*/
/*End of Statistics Content*/
#machineFaultDetailGrid > .k-grid-content tbody tr, #MachineAuditsGrid > .k-grid-content tbody tr {
    cursor: auto;
}

.divMainProfile {
    width: 100%;
    background-color: #f1f3f3;
    height: 460px !important;
    overflow-y: auto;
}

.divMainProfileForNewUser {
    width: 100%;
    background-color: #f1f3f3;
    height: 530px !important;
    overflow-y: auto;
}

.anywarePro3Grid .k-grid-content {
    overflow-x: auto;
    width: 100%;
}

/***********Change password and forgot password*********/
.full-width input, .full-width .k-dropdown {
    width: 100%;
    height: 30px;
}

.full-width .k-dropdown-wrap {
    padding: 6px 0px 0px;
}

.top-rightnavbar {
    float: right;
}

.right-navbarlist {
    float: left;
    padding: 0 10px;
    position: relative;
}

.nopaddingleft {
    padding-left: 0;
}

.modal-bottom {
    text-align: right;
    margin-top: 20px;
}

    .modal-bottom .k-button {
        text-transform: uppercase;
    }

.k-button[disabled] {
    color: #212121 !important;
    border-color: #cccccc !important;
    background-color: #c5c5c5 !important;
}

    .k-button[disabled]:hover {
        color: #212121 !important;
        border-color: #cccccc !important;
        background-color: #c5c5c5 !important;
    }

.k-buttonfixed {
    width: 100px;
    margin-top: 24px;
}

.h5label {
    color: #5d5d5d;
    font-size: 11px;
    font-family: loto Arial, Helvetica, sans-serif !important;
    font-weight: bold;
}

.h3header {
    color: #b4b4b4;
    font-size: 14px;
    /*font-family: loto 'Roboto Regular !important';*/
    font-weight: normal;
    text-transform: none !important;
}



.h2header {
    color: #4d4d4d;
    padding: 16px 0;
    font-size: 24px;
    /*font-family:loto 'Roboto Light';*/
    text-transform: none !important;
}


.h1header {
    font-size: 24px;
    text-transform: none !important;
}

.errormsg {
    color: #cf2541;
    font-family: Lato, Arial;
    height: auto;
    font-size: 12px;
    font-weight: normal !important;
}

.resendTokenMsg {
    margin-left: 12px;
    margin-top: 10px;
}

.securityquesmarg {
    margin-left: 0px;
}

.resendlnk {
    color: #25aae2;
    font-family: Lato, Arial;
    font-weight: normal !important;
    font-size: 15px;
    cursor: pointer;
    text-decoration: underline;
}

.lnktxt {
    color: black;
    font-family: Lato, Arial;
    font-weight: normal !important;
    font-size: 15px;
}

.passwordmgs {
    color: black;
    font-weight: bold;
    font-family: Lato, Arial;
    font-size: 17px;
    margin-top: 65px;
    text-align: center;
}

.inputmarg {
    margin-left: 12px;
}

.cancelbtn {
    background: #BDC2C5 !important;
    border-color: white !important;
    color: black !important;
    margin-right: 10px;
}


.settings-page-content1 {
    font-family: Roboto Regular;
    font-size: 14px;
    color: #9fa4a7;
    bottom: 2px;
    position: absolute;
    top: 3.4em;
    right: 0px;
    left: 0px;
    padding: 0px;
}

.txt-transform {
    text-transform: none !important;
}

.k-window-titlebar .k-state-hover {
    padding: 2px;
}

.failure {
    background-color: #CA0E0E;
    font-family: 'Roboto Regular';
    text-align: center;
    border-radius: 0px;
    color: #ffffff;
    padding: 10px 15px;
}

/********class for footer**/
.footer-password {
    position: absolute;
    right: 0;
    bottom: 100px;
    left: 0;
    padding: 1rem;
    /*background-color: #efefef;*/
    text-align: center;
}

.footer-color {
    color: black !important;
}


/***********end************/


/***********Change password and forgot password*********/





/************chat window css************/
.chat-upload {
    height: 100%;
    width: 10% !important;
    float: left;
    overflow: visible;
    resize: none;
    padding: 5px;
    position: relative;
}

    .chat-upload .ajax-upload-dragdrop {
        padding-top: 4px;
        padding-left: 6px;
    }

.chatCommonSearchbox {
    width: 100%;
    padding: 4px 4px 2px;
    background-color: transparent;
}

.chat-user-img {
    float: left;
    width: 16%;
}

.chatcontent {
    position: relative;
    float: left;
    width: 84%;
    padding: 4px 10px;
    word-wrap: break-word;
    white-space: pre-line;
}

.chat-user-img img {
    width: 32px;
    float: left;
    border-radius: 50%;
}

.chatwindowgroup {
    background-color: #293C45;
    padding: 8px;
    clear: both;
}

#Loadealier {
    /*border-right: 1px solid #dedddd;
    border-left: 1px solid #dedddd;*/
    text-align: center;
    padding: 2px;
}

input[type="button"], input[type="file"] {
    cursor: pointer;
}

.chatMsgContent {
    /*border-left: 1px solid #dedddd;
    border-bottom: 1px solid #dedddd;
    border-right: 1px solid #dedddd;*/
    color: #121212;
}

.chat-panel .panel-heading {
    font-family: 'Lato-Light';
    font-size: 20px;
    background-color: #293c45;
}

.chat-search {
    background: url('../Images/31_content_search.png') no-repeat 98% 2px;
    background-color: #ffffff;
    height: 30px;
    width: 100%;
}

.chattitleicons {
    float: right;
}

    .chattitleicons img {
        padding: 0 4px;
        cursor: pointer;
        /*vertical-align:super;*/
    }

.chat-user-name {
    padding-top: 10px;
    width: 200px;
    overflow-x: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#imgAddColumn:hover {
    background-image: url(../../Images/35_addcolumn_on.png);
}

.imgAddnewCentre:hover {
    background-image: url(../../Images/25_addnew_on.png);
}

.printhover:hover {
    background-image: url(../../Images/44_print_on.png);
}

.rightbar-list .search-field img:hover {
    background-image: url(../../Images/02_taskbar_search_over.png);
}

.rightbar-list .settings-icon img:hover {
    background-image: url(../../Images/03_taskbar_settings_over.png);
}

.delete-image:hover {
    background-image: url(../../Images/32_delete_over.png);
}

.k-list-optionlabel.k-state-selected.k-state-focused {
    border: none;
}

#MachineFaultGrid .k-grid-content {
    overflow-x: hidden;
}

.chattitleicons div {
    display: inline-block;
    cursor: pointer;
}

.smileypanel {
    height: 100%;
    width: 7%;
    float: right;
}


.chatwindowpanel {
    white-space: nowrap;
}



input[type="button"] {
    cursor: pointer !important;
}
/*.highcharts-container{width:100% !important; height:100% !important;}*/


.buttonBar .ajax-file-upload-error {
    width: 300px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.right-listbox {
    position: fixed;
    top: 17em;
    right: 0;
    bottom: 0px;
}


    .right-listbox .k-content {
        height: 100%;
        padding: 0 10px;
    }


.k-checkbox:checked + .k-checkbox-label:after {
    content: "\2713";
    width: 13px;
    height: 13px;
    position: absolute;
    top: 0;
    left: 0;
    border-width: 1px;
    border-style: solid;
    text-align: center;
    padding: 0px;
    font-size: 9px;
}


.demo-section .k-checkbox-label {
    line-height: 12px;
}

.demo-section .k-treeview .k-icon {
    border-radius: 0px !important;
}


.hr-line {
    border-bottom: 1px solid gray;
    padding-bottom: 10px;
}


/*menu images with background*/
/*background: url(/Buhler_AnywarePro3Web/Images/05_nav_users.png);
    height: 24px;
    background-repeat: no-repeat;
    text-align: center;
    display: block;
    background-position: center;*/

.profilePicPreview {
    height: 300px;
    width: 100%;
    margin: 13px -15px 5px -15px;
    text-align: center;
    display: inline-block;
    border: 1px solid #596569 !important;
}

.k-customerFactoriesTextbox {
    width: 90%;
}

.redirectMapIcon:hover {
    content: url("../../Images/OpenMap_hover.png");
    width: 45px;
}

.profilePicPreview {
    height: 300px;
    width: 100%;
    text-align: center;
    display: inline-block;
    border: 1px solid #596569 !important;
    margin: 0 auto !important;
}

.ajax-file-upload input[type='file'] {
    font-size: 0;
    width: 55% !important;
}

.ajax-file-upload {
    cursor: pointer !important;
}

.demo-section {
    padding-left: 15px;
    padding-right: 15px;
}

.division-section {
    padding: 10px;
    height: 47px;
}

.demo-section .k-icon.k-minus,
.demo-section .k-icon.k-plus {
    float: right;
}

.k-icon.k-group-delete {
    background-image: url(../../Images/26_close.png);
    background-size: 18px 18px;
}

.k-icon.k-i-collapse {
    background-image: url(../../Images/23_arrow_down.png);
    background-size: 18px 18px;
    opacity: 1 !important;
}

.k-icon.k-i-expand {
    background-image: url(../../Images/21_arrow_right.png);
    background-size: 18px 18px;
    opacity: 1 !important;
}


.viewmode {
    padding-top: 2px;
}

.division-section input[type=radio] {
    vertical-align: sub;
    margin-top: 8px;
}

.label-stats {
    margin-top: 8px !important;
    text-align: right;
}

.k-multiselect-wrap .k-select {
    padding: 0;
}

    .k-multiselect-wrap .k-select .k-icon {
        vertical-align: -webkit-baseline-middle;
    }

#changeUserImageForm .ajax-file-upload-error {
    float: left;
}

#approvedApplicationsGrid > div.k-grid-content {
    overflow-x: auto;
}

.k-grid-content-locked tbody tr {
    line-height: 40px;
    height: 40px;
    cursor: pointer;
}

.k-multicheck-wrap .k-item {
    line-height: 1.4em;
}

a {
    outline: none !important;
}

.appViewTabs {
    font-family: Roboto Regular;
    font-size: 14px;
    color: #9fa4a7;
    text-align: center;
    height: 42px;
    line-height: 42px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.activeAppViewTabs {
    font-family: Roboto Regular;
    font-size: 14px;
    color: #4b4b4b;
    border-bottom: 3px solid #41c7f4;
    height: 42px;
    line-height: 42px;
}

/* START: ROLL OVER IMAGE PREVIEW */
.appImgThumbnail {
    position: relative;
    z-index: 0;
}

    .appImgThumbnail:hover {
        background-color: transparent;
        z-index: 50;
    }

    .appImgThumbnail span { /*CSS for enlarged image*/
        position: absolute;
        background-color: #FFFFFF;
        padding: 5px;
        /*left: -1000px;*/
        border: 1px solid gray;
        display: none;
        color: black;
        text-decoration: none;
        border-radius: 3px;
        height: 300px;
        width: 300px;
    }

        .appImgThumbnail span img { /*CSS for enlarged image*/
            border-width: 0;
            padding: 2px;
            height: 100%;
            width: 100%;
        }

    .appImgThumbnail:hover span { /*CSS for enlarged image on hover*/
        display: block;
        top: 71px;
        /*left: 15px;*/ /*position where enlarged image should offset horizontally */
    }
/*END: ROLL OVER IMAGE PREVIEW*/

.profilePic {
    border-radius: 100px;
    float: left;
}

.showResultImage {
    left: 50%;
    margin-left: -250px;
    margin-top: -4%;
}

}

.divSampleDetails {
    overflow: auto;
    width: 100%;
    background-color: #fafafc;
}

    .divSampleDetails > div {
        height: 100%;
        overflow-y: auto;
    }

.divSampleDetailsWithoutScroll {
    width: 100%;
    /*background-color: #fafafc;*/
}

.engineeringNotes-file-uploadGrid td {
    font-family: Arial;
    font-size: 12px;
    /*color: #121212;*/
    height: 23px;
    padding: .4em 0px .4em 10px;
    overflow: hidden;
    line-height: 23px;
    vertical-align: middle;
    text-overflow: ellipsis;
}


.engineeringNotes-file-uploadGrid > table > tbody > tr > .default {
    background-color: #FFFFFF;
}

.engineeringNotes-file-uploadGrid > table > tbody > tr > .k-alt {
    background-color: #f8f8f9;
}

.popupForm {
    margin-top: -12px;
}

.fileWindow .ajax-file-upload-statusbar {
    display: none;
}

.clickable {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.sampleRequest-file-upload-filename {
    width: 90%;
    height: auto;
    margin: 0 5px 0px 10px;
    color: #807579;
    float: left;
}

div.k-window-content {
    overflow-x: hidden;
}

textarea {
    resize: none;
}

#machineSetupForm .k-textbox, #machineSetupForm .k-dropdown {
    width: 90%;
}

#sampleAndTestForm .k-dropdown, #sampleAndTestForm .k-datepicker, #sampleAndTestForm .k-textbox, #sampleAndTestForm .k-combobox, #sampleAndTestForm .k-autocomplete, #sampleAndTestForm .k-multiselect {
    width: 90%;
}

#cameraAndLightingForm .k-dropdown, #cameraAndLightingForm .k-combobox {
    width: 90%;
}

#detectionAndRejectionForm .k-dropdown, #detectionAndRejectionForm .k-combobox, #detectionAndRejectionForm .k-textbox {
    width: 90%;
}

.StatsTopRow {
    margin-top: 4px;
    height: auto;
    min-height: 45px;
}

    .StatsTopRow > div {
        height: auto;
    }

/*#DivChoice input::after {
    content: "";
    background-color: #5BC4F1;
    width: 26px;
    height: 26px;
    position: absolute;
    top: 0;
}

#DivChoice label {
    position: relative;
    left: -9px;
    top: 0px;
    pointer-events: none;
    color: #fff;
}*/

#DivChoice input[type=radio] {
    cursor: pointer;
}

.customradio {
    position: relative;
    cursor: pointer;
    line-height: 25px;
    font-size: 14px;
    margin: 5px 15px 0 0;
    display: inline-block;
}
input[type="radio"]:checked + .label::after {
    transform: scale(1);
    transition: all 0.2s cubic-bezier(0.35, 0.9, 0.4, 0.9);
    opacity: 1;
}

.customradio .label::after {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #169d93;
    transform: scale(0);
    transition: all 0.2s ease;
    opacity: 0.08;
    pointer-events: none;
}
input[type="radio"]:checked + .label {
    border-color: #169d93;
}

.customradio .label {
    position: relative;
    display: block;
    float: left;
    margin-right: 10px;
    width: 24px;
    height: 24px;
    border: 2px solid #c8ccd4;
    border-radius: 100%;
    -webkit-tap-highlight-color: transparent;
}

/*.spnClearAllFilter {
    font-family: Roboto Regular;
    font-size: 11px;
    color: #8496a1;
}

    .spnClearAllFilter:hover {
        color: #0aa2d4;
    }

    .spnClearAllFilter:active {
        color: #056281;
}*/

.appViewHeaderDiv {
    /*width: 5% !important;*/
    text-align: center;
    height: 40px;
    line-height: 40px;
}

.appViewHeaderDevider {
    height: 20px;
    line-height: 20px;
    border-right: 1px solid #E1E9E9;
    float: left;
    margin-top: 12px;
}



.paneDisplayApplicationStatus {
    display: none;
    width: 150px;
    position: absolute;
    float: right;
    clear: both;
    background-clip: padding-box;
    border: 1px solid #d1d5d5;
    border-radius: 0px 0px 3px 3px;
    /*box-shadow: 2px 2px 0 0 rgba(0,0,0,0.2);*/
    z-index: 1000;
    /*margin: 6px 0px 0px 0px;*/
    background-color: white;
    top: 50px;
}

    .paneDisplayApplicationStatus::after,
    .paneDisplayApplicationStatus::before {
        width: 0;
        height: 0;
        content: "";
        display: block;
        position: absolute;
        bottom: 100%;
        left: 1.3em;
    }

    .paneDisplayApplicationStatus::after {
        border-bottom: 11px solid #FFFFFF;
        border-left: 10px solid transparent;
        border-right: 11px solid transparent;
        z-index: 1;
        margin-top: 1px;
    }

    .paneDisplayApplicationStatus::before {
        border-bottom: 12px solid #d1d5d5;
        border-left: 13px solid transparent;
        border-right: 12px solid transparent;
        margin-top: -3px;
        margin-left: -3px;
        z-index: -100;
    }

    .paneDisplayApplicationStatus div {
        height: 40px;
        width: 100%;
        line-height: 40px;
        vertical-align: middle;
        border-bottom: 1px solid #ecf2f4;
        text-align: left;
        padding: 0 0 0 5px;
    }

        .paneDisplayApplicationStatus div span {
            font-family: Roboto Regular;
            font-size: 12px;
            text-align: left;
            padding: 0 0 0 10px;
        }

.paneDisplayMasterApp {
    display: none;
    width: 155px;
    position: absolute;
    float: right;
    clear: both;
    background-clip: padding-box;
    border: 1px solid #d1d5d5;
    border-radius: 0px 0px 3px 3px;
    /*box-shadow: 2px 2px 0 0 rgba(0,0,0,0.2);*/
    z-index: 1000;
    margin: 5px 0px 0px 0px;
    background-color: white;
}

    .paneDisplayMasterApp::after,
    .paneDisplayMasterApp::before {
        width: 0;
        height: 0;
        content: "";
        display: block;
        position: absolute;
        bottom: 100%;
        left: 1.3em;
    }

    .paneDisplayMasterApp::after {
        border-bottom: 11px solid #FFFFFF;
        border-left: 10px solid transparent;
        border-right: 11px solid transparent;
        z-index: 1;
        margin-top: 1px;
    }

    .paneDisplayMasterApp::before {
        border-bottom: 12px solid #d1d5d5;
        border-left: 13px solid transparent;
        border-right: 12px solid transparent;
        margin-top: -3px;
        margin-left: -3px;
        z-index: -100;
    }

    .paneDisplayMasterApp div {
        height: 40px;
        width: 100%;
        line-height: 40px;
        vertical-align: middle;
        border-bottom: 1px solid #ecf2f4;
        text-align: left;
        padding: 0 0 0 5px;
    }

        .paneDisplayMasterApp div span {
            font-family: Roboto Regular;
            font-size: 12px;
            text-align: left;
            padding: 0 0 0 10px;
        }

.paneDisplayCentres {
    display: none;
    width: 200px;
    position: absolute;
    float: right;
    clear: both;
    background-clip: padding-box;
    border: 1px solid #d1d5d5;
    border-radius: 0px 0px 3px 3px;
    /*box-shadow: 2px 2px 0 0 rgba(0,0,0,0.2);*/
    z-index: 1000;
    margin: 44px 0px 0px 0px;
    background-color: white;
}

    .paneDisplayCentres::after,
    .paneDisplayCentres::before {
        width: 0;
        height: 0;
        content: "";
        display: block;
        position: absolute;
        bottom: 100%;
        left: 1.3em;
    }

    .paneDisplayCentres::after {
        border-bottom: 11px solid #FFFFFF;
        border-left: 10px solid transparent;
        border-right: 11px solid transparent;
        z-index: 1;
        margin-top: 1px;
    }

    .paneDisplayCentres::before {
        border-bottom: 12px solid #d1d5d5;
        border-left: 13px solid transparent;
        border-right: 12px solid transparent;
        margin-top: -3px;
        margin-left: -3px;
        z-index: -100;
    }

.appCentresLeftPaneHeader {
    background-color: #fafafa;
    height: 48px;
    border-bottom: 1px solid #e8eaeb;
}

    .appCentresLeftPaneHeader > div > img:hover {
        background-image: url('../Images/25_addnew_over.png');
    }

.centrename {
    color: grey;
    font-size: 14px;
    padding-top: 13px;
}


.appImagePreview {
    height: 200px;
    width: 100%;
    margin: 13px -15px 5px -15px;
    text-align: center;
    display: inline-block;
    border: 1px solid #596569 !important;
}


.noMarginleft {
    margin-left: 0px !important;
}

.stactic-label {
    font-size: 16px;
}

legend {
    margin-bottom: 5px;
    font-size: 16px;
    text-transform: uppercase;
}

.formpad {
    padding-bottom: 15px;
}

.clearfix {
    clear: both;
}

.k-column-menu .k-separator.k-item.k-state-default {
    display: none;
}

.k-column-menu .k-state-hover > * > .k-i-arrow-e {
    background-position: center !important;
    /* background-position: 0 0; */
}

.k-menu .k-item > .k-link > .k-i-arrow-e {
    position: absolute;
    top: 50%;
    /*margin-top: -11px;
    right: -35px;*/
}

.paneDisplayRecentFiles {
    clear: both;
    display: none;
    width: 420px;
    margin: 22px 40px;
    position: absolute;
    float: right;
    clear: both;
    background-clip: padding-box;
    border-radius: 4px;
    z-index: 1000;
}

.k-column-menu {
    min-width: 100px;
}

    .k-column-menu .k-sprite {
        margin-right: -10px;
    }

/*#appGrid .k-grid-header th:last-child a {
    display: none;
}*/

.deleteLookupValue {
    float: right;
    cursor: pointer;
    padding-top: 6px;
}

.k-grid tr td[role="gridcell"] > div, .k-grid tr td[role="gridcell"] > span {
    /* border-right: none !important; */
    font-family: Arial;
    font-size: 12px;
    height: 23px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

#MasterBoxSerialNumbersGrid .k-grid tr td[role="gridcell"] > span {
    /* border-right: none !important; */
    font-family: Arial;
    font-size: 12px;
    height: 23px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
    max-width: 180px;
}


@media screen and (max-width: 1600px) {
    .remoteWidth {
        width: 18% !important;
    }
}

/*For imoprt data*/
.customer-data-file div.ajax-file-upload-filename {
    width: 250px;
}

.rightbar-list .search-form {
    height: 56px;
    margin: 0px -1px 0 0;
    padding-right: 17px;
    line-height: 56px;
}


.k-window .DeleteHeader {
    background-color: red !important;
}

/*********CSS for global search functionality*************/
.dvGlobalSearch {
    z-index: 1000;
    position: absolute;
    min-height: 36px;
    margin-top: 53px;
    margin-left: -1px;
    /* padding: 10px; */
    text-align: left;
    float: right;
    clear: both;
    background-clip: padding-box;
    /*border: 1px solid #d1d5d5;*/
    border-radius: 0px 0px 3px 3px;
    box-shadow: 2px 2px 0 0 rgba(0,0,0,0.2);
    /*background-color: #25343b;*/
    min-width: 210px;
}

    .dvGlobalSearch div {
        height: 36px;
        width: 100%;
        line-height: 30px;
        vertical-align: middle;
        /*border-bottom: 1px solid #25343b !important;*/
        /*background: #FAFAFC;*/
        /*background: #25343b;*/
    }

        /*.dvGlobalSearch div:hover {
    background: #ebf6fa;
}*/

        /*.dvGlobalSearch div:active {
    background: #41c7f4;
}*/

        .dvGlobalSearch div a {
            font-family: Arial;
            font-size: 12px;
            text-align: left;
            padding: 0 0 0 10px;
            /*color: #ffffff;*/
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            cursor: pointer;
        }

.loadinggif {
    background: url('../../Images/loader_24x24.gif') no-repeat right center !important;
    /*background: url('../Images/loader_24x24.gif') no-repeat right center;*/
    background-color: transparent;
}


/*.inputPlaceHolder {
    padding: 8px 0px 13px 32px !important;
}*/
/*#foldersLevelOneGrid.k-grid-content-Files   {
    overflow-y: auto!important;
  
}*/
.search-form .form-group span .form-control-feedback:hover {
    background-image: url(../../Images/02_taskbar_search_over.png);
    background-repeat: no-repeat;
}

.JLmessage {
    display: inline-block;
    width: 100%;
    float: left;
}

.close {
    opacity: 1;
}

    .close:hover {
        background-image: url(../../Images/26_close_over.png);
        opacity: 1;
    }

#check ul li {
    height: 25px;
    line-height: 25px;
}

    #check ul li div:nth-child(2) {
        margin: 5px 0 0 -10px;
    }

#resourcesTreeview .k-group.k-treeview-lines .k-icon.k-plus {
    background-image: url(../../Images/23_arrow_down_over.png);
    float: left;
}

#resourcesTreeview .k-group.k-treeview-lines .k-icon.k-minus {
    background-image: url(../../Images/24_arrow_up_on.png);
    float: left;
}

.k-icon.k-i-clock {
    background-image: url(../../Images/23_arrow_down_on.png);
    background-position: -5px -4px;
}

.k-datetimepicker .k-picker-wrap .k-icon.k-i-calendar {
    display: none;
}

.k-window-titlebar.k-header span.k-window-title {
    text-transform: uppercase;
}

.Bottompopup .k-button, .popupBottom .k-button {
    text-transform: uppercase;
}

.k-multicheck-wrap {
    max-height: 240px;
}

.dvGlobalSearch div a span:nth-child(2) {
    width: 150px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.k-i-search:before {
    content: none;
}

.k-font-icon, .k-font-icon.k-icon, .k-font-icon.k-tool-icon {
    background: url(../../Images/02_taskbar_search.png);
    background-size: 100% 100%;
}

.k-treeview > .k-group, .k-treeview .k-item > .k-group, .k-treeview .k-content {
    position: inherit;
}

img.clickable {
    margin: 0px 5px 2px 2px;
}

.k-animation-container .k-tooltip {
    top: 7px;
}

.chat-upload .ajax-file-upload-statusbar {
    border: 1px solid #0ba1b5;
    margin-top: 0px;
    margin-right: 10px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 5px 5px 5px 5px;
    width: 296px !important;
    min-height: 60px;
    line-height: 23px;
    display: inline-block;
}


.chat-upload .ajax-file-upload-filename {
    width: 180px;
    height: auto;
    margin: 0 5px 5px 10px;
    color: #807579;
    float: right;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    bottom: 0px;
    margin-bottom: 10px !important;
    position: absolute;
    left: 99px;
    text-align: right;
}

.chat-upload .ajax-file-upload-progress {
    margin: 0 10px 5px 0px;
    width: 278px;
    border: 1px solid #ddd;
    padding: 1px;
    border-radius: 3px;
    /* display: initial; */
    float: left;
    position: relative;
}

.chat-upload .ajax-file-upload-red {
    -moz-box-shadow: inset 0 39px 0 -24px #e67a73;
    -webkit-box-shadow: inset 0 39px 0 -24px #e67a73;
    box-shadow: inset 0 39px 0 -24px #e67a73;
    background-color: #e4685d;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
    color: #fff;
    font-family: arial;
    font-size: 12px;
    font-weight: normal;
    padding: 2px 12px;
    text-decoration: none;
    text-shadow: 0 1px 0 #b23e35;
    cursor: pointer;
    height: 21px;
    float: left;
    left: 10px;
}
.chat-upload .ajax-file-upload-green{
    position: relative;
    left: 20px;
}
#divChat #blankDiv .dragdiv{
    max-height: 362px !important;
}
#divChat #blankDiv{
    margin-bottom:10px !important;
}

.k-widget.k-window{
    width: 800px !important;
}
.k-window-title {
    position: absolute;
    left: 0.44em;
    right: 0.44em;
    overflow: hidden;
    cursor: default;
    text-overflow: ellipsis;
    font-size:24px;
}
.k-window-action.k-button.k-bare:hover, .k-window-action.k-button.k-flat:focus, .k-window-action.k-button::before {
    background-color: transparent !important;
    background: none !important;
    border: none !important;
}

.k-dropdown-wrap .k-select, .k-selectbox .k-select {
    border-left: 1px solid #dae4e8 !important;
}
.k-dropdown-wrap > .k-i-close, .k-multiselect-wrap > .k-i-close {
    right: calc(1em - 13px);
    top: 40%;
}
.k-dropdown-wrap > .k-i-close {
    right: calc(3em - 12px);
    top: 60%;
}
.k-multiselect-wrap > .k-i-close {
    right: calc(1em - 12px);
    top: 40%;
}
span.k-widget.k-datepicker span.k-icon.k-i-calendar {
    background: url('../../Images/18_calendar.png');
    background-position: 0 0;
    background-size: 18px 19px;
    background-position: center !important;
    background-repeat: no-repeat;
}
.k-listbox .k-item, .k-popup .k-list .k-item {
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    padding: 0 10px;
    border: none;
}

.k-dropdown-wrap > .k-icon:before, .k-multiselect-wrap > .k-icon:before {
    display: none;
}
.k-nodata > div {
    color: #333;
}
span.k-widget.k-datepicker
{
    background:none;
}
.demo-section .k-treeview-lines {
    /*width: fit-content;*/
}
.zoombutton {
    background: #b4b4b4;
    box-shadow: none;
    border: none;
    border-radius: 4px;
    font-weight: bold;
    color: #fff;
    padding: 2px 7px;
    margin: 5px;
    margin-right: 0;
    outline: none;
}

.zoomtext {
    color: #5d5d5d;
}

.zoombutton.active {
    background: #169d93
}
#CookieBanner {
    position: fixed;
    bottom: 0;
    background: #fff;
    padding: 10px;
    color: #333;
    width: 100%;
    z-index: 9999;
    box-shadow: 1px 0px 2px #ccc;
}
h2.title {
    color: #009b91;
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    margin-bottom: 8px;
    text-transform: none;
}
#CookieBanner .buttonBar {
    background-color: #009b91;
    border-color: #04867d;
    color: #fff;
    font-size: 16px;
    padding: 10px;
    line-height: 16px;
    float: right;
    margin-right: 10px;
    box-shadow: none;
    border: 1px solid #04867d;
    border-radius: 8px;
}
#CookieBanner .closeBar {
    position: absolute;
    right: 5px;
    top: 5px;
}
    #CookieBanner .message {
    font-size: 15px;
    line-height: 24px;
    float: left;
}
.machinsearchHover {
    width: 123px !important;
}
.stats-tab:active, .stats-tab:focus {
    outline-color: #b4b4b4;
}
.stats-tab {
    font-family: Roboto Regular;
    font-size: 13px;
    color: #fff;
    background-color: #b4b4b4;
    text-align: center;
    padding: 0px 15px;
    border-radius: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
    cursor: pointer;
    position: relative;
    margin-right:20px;
    border: 1px solid #b4b4b4;
}
.active-stats-tab {
    color: #fff;
    background-color: #169d93;
    border: 1px solid #169d93;
}
.deactive-stats-tab {
    color: #4d4d4d;
    background-color: #fff;
    border: 1px solid #fff;
}
    .active-stats-tab:active, .active-stats-tab:focus {
        outline-color: #169d93;
    }
.deactive-stats-tab:active, .deactive-stats-tab:focus {
    outline-color:#fff;
}


.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 20px;
    float: right;
    margin-bottom: 0;
}

    .switch input {
        display: none;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f73617;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 34px;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 15px;
        width: 15px;
        left: 2px;
        bottom: 2px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
        border-radius: 50%;
    }

input:checked + .slider {
    background-color: #2ab934;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(15px);
    -ms-transform: translateX(15px);
    transform: translateX(30px);
}

/*------ ADDED CSS ---------*/
.slider:after {
    content: 'OFF';
    color: white;
    display: block;
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 60%;
    font-size: 10px;
}
input:checked + .slider:after {
    left: 40%;
}
input:checked + .slider:after {
    content: 'ON';
}

.notification-icon {
    background-image: url(../../Images/alarm.png);
    width: 20px;
    height: 20px;
    float: right;
    display: inherit;
    background-size: 100%;
    margin: 0 5px;
}
.bell-icon {
    background-image: url(../../Images/notification.png);
    width: 15px;
    height: 15px;
    display: inline-block;
    background-size: 100%;
    margin: 0 5px;
    transform: rotate( 20deg)
}
.modealarmsetting b {
    vertical-align: top;
}
.alarm-icon {
    width: 20px;
    height: 20px;
    float: right;
    display: inherit;
    cursor: pointer;
    background-size: 100%;
}
    .alarm-icon.expand {
        background-image: url(../../Images/23_arrow_down.png);
    }

    .alarm-icon.collapse {
        background-image: url(../../Images/21_arrow_right.png);
    }
.alarmsetting {
    padding: 5px;
    border: 1px solid #ccc;
    margin: 10px 0 0;
    color: #444;
}
    .alarmsetting span, .alarmsetting1 span{
        white-space: break-spaces;
    }
.modealarmsetting {
    padding: 5px;
    border: 1px solid #ccc;
    margin: 10px 0 0 -20px;
    color: #444;
}

    .alarmsetting select, .modealarmsetting select {
        border: 1px solid #ccc;
        border-radius: 3px;
        width: 60%;
        padding: 2px;
    }
@media only screen and (max-width: 1280px) {
        .machinsearchHover {
            width: 110px !important;
        }

        .machine-icon {
            padding: 0 2px 0 8px;
        }

            .machine-icon img {
                width: 22px;
                height: 22px;
            }

        h2 {
            font-size: 20px;
        }

        .machine-left-bar {
            width: 190px;
        }

        .machine-right-bar1 {
            width: 80px;
        }

        .machine-right-bar {
            width: calc(100% - 190px);
        }
    }

    @media only screen and (max-width: 1024px) {
        .machinsearchHover {
            width: 100px !important;
        }

        .machine-icon {
            padding: 0 1px 0 5px;
        }

            .machine-icon img {
                width: 22px;
                height: 22px;
            }

        .machine-right-bar1 {
            width: 70px;
        }

        .width65prt {
            width: 65%;
        }

        .width60prt {
            width: 60%;
        }

        .width50prt {
            width: 50%;
        }

        .width40prt {
            width: 40%;
        }

        .width35prt {
            width: 35%;
        }

        h2 {
            font-size: 18px;
        }

        .machine-left-bar {
            width: 175px;
        }

        .machine-right-bar {
            width: calc(100% - 175px);
        }
    }
@font-face{font-family:'Roboto Regular';src:url('../fonts/Roboto-Regular.ttf') format('truetype')}@font-face{font-family:Roboto-Light;src:url('../fonts/Roboto-Light.ttf') format('truetype')}.header-font{font-family:'Roboto Regular';font-size:14px}.sidebar-font{font-family:'Roboto Regular';font-size:11px}.navbar-fluid{padding-right:24px !important;padding-left:24px !important}.navbar-header1{height:56px;font-family:'Roboto Regular';font-size:14px}.navbar-rightbar{float:right}.navbar-leftbar{float:left}.navbar-leftbar span{position:relative;top:2px}.logo-container{float:left;width:152px;line-height:56px;font-weight:bold;font-size:18px}.profile-bar{float:left;line-height:56px;margin-left:90px}.profile-bar img{width:40px;height:40px}.rightbar-list{padding:0}.rightbar-list>div{float:left;display:block;min-width:56px;list-style:none;line-height:56px;text-align:center;cursor:pointer}.rightbar-list .search-control{display:none;border:transparent;height:14px}.buhler-logo{width:135px !important;text-align:right}.buhler-logo img{width:135px}.side-bar-menu{width:154px}.side-menu-list{position:fixed;width:153px;float:left;margin:56px 0 0 0;color:#fff;top:0;bottom:0;left:0;z-index:100}.side-menu-list li a{text-decoration:none;height:60px;padding-bottom:0;width:100%;display:table-cell;vertical-align:middle;text-transform:uppercase;outline:none;font-family:'Roboto Regular';font-size:11px}.side-menu-list li{display:table;outline:none;width:100%;position:relative}.side-menu-list li div{text-align:center}.search-field-on{position:relative;width:200px;-webkit-transition:width 1s ease-in-out;-moz-transition:width 1s ease-in-out;-o-transition:width 1s ease-in-out;transition:width 1s ease-in-out;padding-top:16px}.search-field-on .search-control{width:100%;border:transparent;display:block;outline:none !important;box-shadow:none !important;height:24px}.search-field-on img{position:absolute;top:18px;right:7px}.chatfeedback-items{float:left;width:50%;text-align:center;height:36px;line-height:36px;box-sizing:border-box;cursor:pointer;background-color:#f9f9f9}.minsidebar ul{width:48px}.minsidebar ul li a div{padding:0 11px !important}.minsidebar ul li a div span{display:none}.minsidebar .chatfeedback{width:48px}.minsidebar .chatfeedback .chatfeedback-items{width:100%}.sidebarminMax{float:right !important;margin:0 !important}.footer-stactic-bottom{height:3px;position:absolute;bottom:0;width:100%;z-index:1001}.testClass{position:fixed}li.otherlink a{height:28px !important;cursor:pointer;color:#07a6db !important;text-transform:initial !important;font-size:12px !important}@media only screen and (min-width:1365px) and (max-width:1560px){.side-menu-list li a{height:47px}.side-menu-list li a img{height:22px;width:22px}.chatfeedback-items{height:35px;line-height:35px}}@media only screen and (min-width:1024px) and (max-width:1365px){.side-menu-list li a{height:43px}.side-menu-list li a img{height:20px;width:20px}.chatfeedback-items{height:30px;line-height:30px}}@media only screen and (min-width:768px) and (max-width:1024px){.side-menu-list li a{height:42px}.side-menu-list li a img{height:20px;width:20px}.chatfeedback-items{height:26px;line-height:26px}}
/*.sidebar-nav.side-menu-list::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.sidebar-nav.side-menu-list::-webkit-scrollbar {
    width: 8px;
    background-color: #F5F5F5;
    height:8px; 
}

.sidebar-nav.side-menu-list::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #888888;
}*/

/*sidebar list*/
#sidebar-wrapper .side-menu-list li a {
    height: 60px;
}

#sidebar-wrapper .side-menu-list li div {
    text-align: left !important;
    margin-left: 25px;
}

    #sidebar-wrapper .side-menu-list li div span {
        margin-left: 10px;
    }
/* Toggle Styles */
.fixed {
    position: absolute;
    right: 0px;
    height: 84vh;
    width: 250px;
    margin-right:-250px;
    z-index:111;
}

.nav-tabs > li > span {
    display: none;
    cursor: pointer;
    position: absolute;
    right: 0px;
    top: 0px;
}

.nav-tabs > li:hover > span {
    display: inline-block;
}

ul#dashboard-settings {
    width: 100px !important;
    min-width: 0 !important;
}

    ul#dashboard-settings li {
        width: 98px;
    }

        ul#dashboard-settings li a :not(:last-child) {
            border-bottom: 1px solid #e6ecef;
        }

#menu-toggle {
    position: absolute;
    top: 20%;
    left: -64px;
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
    z-index:1;
    border-radius: 4px 4px 0 0;
}
}

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#sidebar-wrapper {
    display: inline-block;
    height: 100%;
    width: 200px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper {
    width: 250px;
}

.mainContent {
  
    overflow-x:hidden;
}

.page-content-wrapper {
    
    position: relative;
    padding: 0px 30px 10px 0px;
}

#wrapper.toggled .page-content-wrapper {
    position: absolute;
    margin-right: -250px;
}

/* Sidebar Styles */

.sidebar-nav {
    position: absolute !important;
    top: 0 !important;
    width: 250px !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    overflow-y: auto !important;
}

    .sidebar-nav li a:hover {
        text-decoration: none;
    }

    .sidebar-nav li a:active,
    .sidebar-nav li a:focus {
        text-decoration: none;
    }

    .sidebar-nav > .sidebar-brand {
        height: 65px;
        font-size: 22px;
        line-height: 60px;
    }

@media (min-width:768px) {
    #wrapper {
        padding-right: 250px;
    }

        #wrapper.toggled {
            padding-right: 0;
        }

    #sidebar-wrapper {
        width: 250px;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 0;
    }

   

    #wrapper.toggled .page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
}

.addTab{
    float:right !important;
    border-right:none !important;

}
    .addTab img {
        height: 21px;
    }
.customNavTab.nav-tabs > li > span {  
    right: 1px;
    top: -7px;
}

.customNavTab .sDashboard-icon {
    margin: 0.3em;
    float: right;
    width: 17px;
    height: 17px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    border-width: 0;
}

.nav-tabs > li > a {
    border: none;
    font-size: 14px;
    padding: 8px 16px;
    height:37px;
}

    .nav-tabs > li > a::after {
        content: "";
        height: 2px;
        position: absolute;
        width: 100%;
        left: 0px;
        bottom: -1px;
        transition: all 250ms ease 0s;
        transform: scale(0);
    }

.nav-tabs > li.active > a::after, .nav-tabs > li:hover > a::after {
    transform: scale(1);
}

/*.nav-tabs > li.active > a::after {
    transform: scale(1);
}*/

.tab-pane {
    padding: 15px 0;
}

.tab-content {
    padding: 20px;
}

.dashboardname-label {
    font-size: 16px;
}

