﻿@charset "utf-8";
/* CSS Document */
/* home page quick link blocks */


.home-page-blocks-container {
    box-sizing: border-box;
    width: 100%x;
    height: 100%;
}

.mt-15 {
    margin-top: 15px;
}
.mt-0 {
    margin-top: 0px!important;
}


.custom-vert-nav {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

    .custom-vert-nav li {
        height: 40px;
        line-height: 40px;
        border: 1px solid #eee;
        margin-bottom: -1px;
        font-size: 9pt;
        color: #333;
        cursor: pointer;
        background-color: #fff;
        background-position: left;
        background-repeat: no-repeat;
        text-shadow: 1px 1px 1px #fff;
        -moz-text-shadow: 1px 1px 1px #fff;
        -webkit-text-shadow: 1px 1px 1px #fff;
        padding-left: 32px;
    }

        .custom-vert-nav li:hover {
            background-color: #f8f8eb;
        }

    .custom-vert-nav .active, .custom-vert-nav .active:hover {
        background-color: #f2f3f5;
        color: #000;
        /*border: 1px solid #cdcf94;*/
        text-shadow: 1px 1px 1px #fff;
        -moz-text-shadow: 1px 1px 1px #fff;
        -webkit-text-shadow: 1px 1px 1px #fff;
    }

    .custom-vert-nav li .square-icon-button {
        margin-top: 6px !important;
        margin-right: 2px !important;
    }

    .custom-vert-nav li:hover>.square-icon-button {
        display: block!important;
    }
.title-textbox-icon {
    padding-right: 30px;
    background-position: right;
    background-repeat: no-repeat;
    background-clip: border-box;
}
.clear-float {
    clear: both;
}
.mb-5 {
    margin-bottom: 5px !important;
}
.mb-10 {
    margin-bottom: 10px !important;
}
.w350 {
    width: 350px !important;
}
.mr-3 {
    margin-right: 3px !important;
}

.mr-5 {
    margin-right: 5px !important;
}

.mr-10 {
    margin-right: 10px !important;
}

.mr-15 {
    margin-right: 15px !important;
}

.mr-20 {
    margin-right: 20px !important;
}
.question-forms ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    font-size: 9pt;
    height: auto;
}

    .question-forms ul li {
        padding: 5px;
        padding-bottom: 10px;
        padding-top: 15px;
        border: 1px solid #bbcdff;
        margin-bottom: 14px;
        min-height: 24px;
        height: auto;
        background-color: #fff;
    }

        .question-forms ul li ul {
            border-radius: 1px;
            -moz-border-radius: 1px;
            -webkit-border-radius: 1px;
            height: auto;
        }

            .question-forms ul li ul li {
                line-height: 26px;
                height: 24px;
                padding-top: 5px;
                padding-bottom: 12px;
                border: 0px;
                min-height: 24px;
                height: auto;
                border-radius: 1px;
                -moz-border-radius: 1px;
                -webkit-border-radius: 1px;
                border: 1px solid transparent;
                margin-bottom: 5px;
                background-color: #fff;
            }

.drag-group {
    cursor: move;
    border: 1px solid #fff;
    width: 24px;
    height: 24px;
    background-image: url(../Images/move-icon.png);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.settings-group {
    cursor: pointer;
    border: 1px solid #fff;
    width: 24px;
    height: 24px;
    background-image: url(../Images/settings_silver.png);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.remove-group {
    cursor: pointer;
    border: 1px solid #fff;
    width: 24px;
    height: 24px;
    background-image: url(../Images/delete-24-icon.png);
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.drag-title {
    cursor: move;
    background-color: #efefef;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.drag-row {
    cursor: move;
    border: 1px dashed #ccc;
}

    .drag-row:hover {
        /*border: 1px dashed #b4b4b4;*/
        background-color: #f6f5f5;
    }

.drag-group:hover, .remove-group:hover, .settings-group:hover {
    background-color: #fff;
    border: 1px solid #aaa;
}

.scroll-panel {
    overflow: scroll;
}
.alpha-numeric {
    background-image: url(../Images/alpho-numeric.png);
    background-repeat:no-repeat;
}

.barcode {
    background-image: url(../Images/barcode.png);
    background-repeat: no-repeat;
}

.camera {
    background-image: url(../Images/camera.png);
    background-repeat: no-repeat;
}

.header-question {
    background-image: url(../Images/header-question.png);
    background-repeat: no-repeat;
}

.date-question {
    background-image: url(../Images/date-question.svg);
    background-size: 16px;
    background-position: calc(100% - 10px) center !important;
    background-repeat: no-repeat;
}

.date-left {
    background-position: 6px center !important;
}

.image-capture {
    background-image: url(../Images/image-capture.png);
    background-repeat: no-repeat;
}

.multiple-choice {
    background-image: url(../Images/multiple-choice.png);
    background-repeat: no-repeat;
}

.numeric-text-box {
    background-image: url(../Images/numeric-text-box.png);
    background-repeat: no-repeat;
}

.range-numeric-text-box {
    background-image: url(../Images/range-numeric-text-box.png);
    background-repeat: no-repeat;
}

.range-pick-list {
    background-image: url(../Images/range-pick-list.png);
    background-repeat: no-repeat;
}

.pick-list {
    background-image: url(../Images/pick-list.png);
    background-repeat: no-repeat;
}

.select-all {
    background-image: url(../Images/select-all.png);
    background-repeat: no-repeat;
}

.question-delete {
    background-image: url(../Images/delete.png);
    background-repeat: no-repeat;
}
.add-icon {
    background-image: url(../Images/add-icon.png);
}
.loginbutton {
    padding: 10px;
    width: auto;
    min-width:100px;
    float: left;
    text-align:center;
    background-color: #f89944;/*#e51e2c; coke color*/
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
  cursor: pointer;
    font-size:10pt;
    font-weight:bold;
    color:#fff;
}
.loginbutton span, .loginbutton-grey span{
    cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
  -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
  color: #fff;
    font-size: 9pt;
}
.loginbutton span:after, .loginbutton-grey span:after {
   content: '\00bb';
   position: absolute;
   opacity: 0;
   top: 0;
   right: -20px;
   transition: 0.5s;
   -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}
.loginbutton:hover span, .loginbutton-grey:hover span{
   padding-right: 25px;
}
.loginbutton:hover span:after, .loginbutton-grey:hover span:after {
   opacity: 1;
   right: 0;
}
.inputfield {
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    font-size: 8pt;
    border: 1px solid #ccc;
    padding: 0px 0 0 4px;
    background-position: right;
    background-repeat: no-repeat;
}
.inputfield:focus {
    outline: none !important;
    border:1px solid #ccc;
    box-shadow: 0 0 10px #719ECE;
}
.loginbutton-grey {
    padding: 10px;
    width: auto;
    min-width:100px;
    float: left;
    text-align:center;
    background-color: #9b9b9b;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    cursor: pointer;
    font-size:10pt;
    font-weight:bold;
    color:#fff;
}
    .home-page-blocks-container .hp-block-sub {
        width: 50%;
        height: 50%;
        border: 15px solid #ccc;
        float: left;
        background: white;
        box-sizing: border-box;
        text-align: center;
        font-size: 14pt !important;
        text-decoration: none;
        font-weight: 400;
        color: #555;
    }

        .home-page-blocks-container .hp-block-sub .hp-grid-block {
            background-color: #fff;
            border: 0px;
            width: 100%;
            height: 90%;
            overflow: hidden;
        }

    .home-page-blocks-container div h1 {
        border-bottom: 1px solid #ccc;
        font-size: 12pt;
        padding: 0px;
        margin: 0px;
        height: 48px;
        line-height: 48px;
        text-align: left;
        padding-left: 15px;
        padding-right: 20px;
        background-color: #34495e;
        color: #fff;
    }

    .home-page-blocks-container .hp-block-sub h1 span {
        height: 36px;
        min-width: 16px;
        background-color: #ff5c01;
        float: left;
        text-align: center;
        border-radius: 18px;
        line-height: 36px;
        color: white;
        width: auto;
        margin-top: 6px;
        margin-right: 13px;
        padding: 0px 10px 0 10px;
    }

    .home-page-blocks-container .hp-block-sub h1 a {
        text-decoration: none;
        color: #fff;
        opacity: 0.5;
        text-align: right;
        transition: color 0.2s ease, padding 0.3s linear;
    }

        .home-page-blocks-container .hp-block-sub h1 a:hover {
            opacity: 1;
            width: 50px;
            padding-right: 5px;
        }
/*Common defines*/
.left, .float_left {
    float: left;
}

.right, .float_right {
    float: right;
}

.square-icon-button {
    background-position: center;
    background-repeat: no-repeat;
    height: 30px;
    width: 32px;
    cursor: pointer;
    margin-top: 5px;
    background-size: 90%;
    border-radius: 3px;
    margin-right: 2px;
    /*height: 27px;
    width: 27px;
    border: 1px solid #f1ecec;add-icon 
    margin: 8px 0px 0 0;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;*/
}

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    height: 0px;
}

.clear-left, .clear_left {
    clear: left;
}

.clear-right, .clear_right {
    clear: right;
}

.hide {
    display: none !important;
}

.block {
    display: block !important;
}

.inline {
    display: inline !important;
}

.inline-block {
    display: inline-block;
}

.align_right {
    text-align: right;
}

.align_left {
    text-align: left;
}

.align_center {
    text-align: center;
}

.align_justify {
    text-align: justify;
}

.bold {
    font-weight: 600;
}

.italic {
    font-style: italic;
}

.ml-20 {
    margin-left: 20px !important;
}

.width33 {
    width: 33.3%;
}

.width66 {
    width: 66.6%;
}

.width50 {
    width: 49.5%;
}

.width40 {
    width: 40%;
}

.width60 {
    width: 60%;
}

.fullheight {
    height: 100%;
}

.wrap {
    white-space: normal !important;
}
/*Common defines*/

.body {
    width: 80%;
    margin-top: 4px;
    overflow-x: hidden;
}

html, body {
    height: 100%;
    overflow: hidden;
    background-image: url(../images/home-page-bg.jpg);
}

.filter_icon {
    float: left;
    width: 25px;
    height: 25px;
    line-height: 18px;
    position: relative;
    background-image: url(../images/iconsfilter.png);
    background-repeat: no-repeat;
    background-position: center;
}

.customer_filter_icon {
    float: left;
    color: #ffffff;
    background-color: #fff;
    margin-top: 8px;
    cursor: pointer;
    border-radius: 3px;
}


.user-profile {
    height: 36px;
    line-height: 30px;
}

.nav {
    width: 100%;
    height: 45px;
}

.header-btn {
    width: 36px;
    height: 36px;
}

.header .theme-switcher {
    color: #aaa;
    float: right;
    height: 36px;
    line-height: 30px;
    margin-right: 20px;
    margin-top: 2px;
    width: auto;
    text-align: right;
    font-size: 8pt;
}

    .header .theme-switcher a {
        text-decoration: none;
        color: white;
        font-weight: bold;
        font-size: 9pt;
    }

ul.tabs {
    height: 45px;
}

    ul.tabs li {
        width: 120px;
        height: 35px;
        line-height: 35px;
    }

        ul.tabs li.active {
            height: 40px;
            line-height: 40px;
        }

.tab-sub {
    height: 32px;
    width: 100%;
    background-color: #ccc;
    border-bottom: 1px solid #aaa;
    line-height: 33px;
    border-top: 1px solid #eee;
    text-indent: 10px;
}

ul.navigation {
    position: fixed;
    margin: 0px;
    padding: 0px;
    top: 120px;
    right: 0px;
    list-style: none;
    z-index: 9999;
}

    ul.navigation li.links {
        height: 103px;
        display: list-item;
    }

        ul.navigation li.links div {
            display: block;
            width: 25px;
            height: 100px;
        }

            ul.navigation li.links div span {
                height: 100px;
                line-height: 70px;
                width: 50px;
            }

    /* panels */
    ul.navigation > li ul {
        position: fixed;
        top: 120px;
        right: 0px;
        width: 180px;
        z-index: 1;
        width: 500px;
        display: none;
        list-style: none;
        height: 100%;
    }

        ul.navigation > li ul.docked {
            display: block;
            z-index: -2;
        }
/* css for timepicker */
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}

.ui-timepicker-div dl {
    text-align: left;
}

    .ui-timepicker-div dl dt {
        height: 25px;
        margin-bottom: -25px;
    }

    .ui-timepicker-div dl dd {
        margin: 0 10px 10px 65px;
    }

.ui-timepicker-div td {
    font-size: 90%;
}

.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}

span.btnPendingJobRefresh {
    height: 30px;
    float: right;
}

input.btnPendingJobSearch {
    height: 20px;
}

/*Accordion*/
.ac-container {
    width: 300px;
    margin: 2px auto 5px auto;
    overflow: auto;
}

    .ac-container label {
    }

        .ac-container label:hover:after,
        .ac-container input:checked + label:hover:after {
            width: 24px;
            height: 24px;
        }

    .ac-container article table {
        width: 320px;
    }

    .ac-container input:checked ~ article.ac-small {
        height: 140px;
    }

    .ac-container input:checked ~ article.ac-medium {
        height: 180px;
    }

    .ac-container input:checked ~ article.ac-large {
        min-height: 252px;
        width: 300px;
    }

    .ac-container .close {
        width: 20px;
        height: 20px;
        background-image: url(../images/close-icon.png);
        background-position: center;
        background-repeat: no-repeat;
        background-color: #999;
        -webkit-border-radius: 9px;
        -moz-border-radius: 9px;
        border-radius: 9px;
        cursor: pointer;
        float: right;
        margin-left: 2px;
    }

        .ac-container .close:hover {
            background-image: url(../images/close-hov-icon.png);
            background-color: #aa0000;
        }

    .ac-container .lock {
        width: 20px;
        height: 20px;
        background-image: url(../images/locked-icon.png);
        background-position: center;
        background-repeat: no-repeat;
        cursor: pointer;
        float: right;
        margin-left: 2px;
    }

#pendingJobSearchPanel {
    padding-top: 5px;
    padding-left: 5px;
}

    #pendingJobSearchPanel table {
        font-family: Arial;
        font-size: 10pt;
    }

/**
    Styles for formatcreation
*/
.fields ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
    min-height: 100px;
}

.fields li {
    margin: 5px;
    padding: 5px;
    width: 300px;
}

.field-hidden {
    display: none;
}

.newentry {
    width: 30%;
    float: left;
}

#tabs {
    overflow: auto;
    width: 100%;
}
/*steps*/
.next-steps-table {
    float: left;
    width: 80%;
}

.newstep {
    float: left;
    width: 20%;
}
/*fields*/
.draggables {
    width: 20%;
    float: left;
}

    .draggables li {
        list-style-type: none;
        margin-bottom: 5px;
        padding: 5px;
    }

    .draggables ul {
        padding: 0px;
    }

.fields {
    margin-left: 5%;
    margin-right: 5%;
    width: 40%;
    float: left;
}

#delete {
    background-color: Red;
    color: White;
}

.newvalue {
    width: 50%;
    float: left;
}

.fvlist {
    float: left;
    width: 50%;
}

.new-display-group {
    background: none repeat scroll 0 0 green;
}

.template_list {
    width: 300px;
    padding: 5px;
}

    .template_list li {
        padding-left: 20px;
    }
/*Format creation CSS end*/

.timing {
    height: 16px;
    position: absolute;
}

.progress {
    background-color: #C49AE8;
}

.activity-container {
    background-color: #CCCCCC;
    border-bottom-color: #999999;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-top-color: #999999;
    border-top-style: solid;
    border-top-width: 1px;
    height: 4px;
    margin-top: 2px;
    width: 100%;
}

    .activity-container .dv-grey {
        background-color: #EFEFEF;
        background-image: url("../images/activity-bg.png");
        float: left;
        height: 6px;
    }

    .activity-container .dv-work {
        background-color: #32CD32;
        background-image: url("../images/activity-bg.png");
        float: left;
        height: 6px;
    }

    .activity-container .dv-violation {
        background-color: #FF0000;
        background-image: url("../images/activity-bg.png");
        float: left;
        height: 6px;
    }

td.mandatory {
    text-decoration: none;
    font-size: 8pt;
}

/**
	Styles for job creation popup
*/
.chartedit-popup-title {
    background-image: url(../images/popup-title-bg.png);
    height: 25px;
    font-weight: bold;
    color: #000;
    text-indent: 5px;
    font-size: 8pt;
    border-bottom: 0px solid #aaa;
}

.popup-options {
    background-image: url(../images/popup-title-bg.png);
    border-bottom: 0px solid #aaa;
    height: 25px;
    width: 20px;
}

.add-tab-pop-up {
    display: none;
    position: absolute;
    top: 100px;
    left: 100px;
    z-index: 10;
}

.add-tab-pop-up-body {
    background-color: White;
}

.add-tab-pop-up-left {
    width: 14px;
    background-image: url(../images/left.png);
}

.add-tab-pop-up-right {
    width: 14px;
    background-image: url(../images/right.png);
}

.add-tab-pop-up-top {
    height: 14px;
    background-image: url(../images/top.png);
}

.add-tab-pop-up-topleft {
    height: 14px;
    width: 14px;
    background-image: url(../images/topLeftCurve.png);
}

.add-tab-pop-up-topright {
    height: 14px;
    width: 14px;
    background-image: url(../images/topRightCurve.png);
}

.add-tab-pop-up-bottom {
    height: 14px;
    background-image: url(../images/bottom.png);
}

.add-tab-pop-up-bottomleft {
    height: 14px;
    width: 14px;
    background-image: url(../images/bottomLeftCurve.png);
}

.add-tab-pop-up-bottomright {
    height: 14px;
    width: 14px;
    background-image: url(../images/bottomRightCurve.png);
}

.add-tab-pop-up-content {
    min-width: 500px;
    min-height: 500px;
    float: left;
}

div.job-edit-map {
    width: 400px;
    height: 530px;
    float: left;
    margin-top: 15px;
}

.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
}

.pop-up-window {
    position: absolute;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border: 1px solid #aaa;
    background-color: #fff;
    box-shadow: 0px 3px 7px #c1c1c1;
    -moz-box-shadow: 0px 3px 7px #c1c1c1;
    -webkit-box-shadow: 0px 3px 7px #c1c1c1;
    display: none;
    z-index: 10;
}

    .pop-up-window h1 {
        font-size: 10pt;
        font-weight: bold;
        text-indent: 10px;
        background-color: #ccc;
        color: #fff;
        background-image: url(../images/pop-up-header-bg.png);
        border-radius: 10px 10px 0px 0px;
        -moz-border-radius: 10px 10px 0px 0px;
        -webkit-border-radius: 10px 10px 0px 0px;
        margin-top: 0px;
        height: 30px;
        line-height: 30px;
    }

        .pop-up-window h1 .close {
            width: 24px;
            height: 24px;
            background-color: #aaa;
            float: right;
            background-image: url(../images/close-icon.png);
            border-radius: 10px;
            -moz-border-radius: 10px;
            -webkit-border-radius: 10px;
            margin-right: 2px;
            margin-top: 2px;
            border: 1px solid #555;
            cursor: pointer;
        }

            .pop-up-window h1 .close:hover {
                background-color: #ccc;
            }

    .pop-up-window #htmlfeeder {
        padding: 10px;
    }

.form-table {
    width: 95%;
}

table.form-table td {
    vertical-align: top;
    border-bottom: 1px dashed #efefef;
    padding: 5px;
}

    table.form-table td input {
        height: 20px;
        line-height: 20px;
    }

    table.form-table td textarea {
        min-height: 70px;
    }

    table.form-table td input, table.form-table td textarea {
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border: 1px solid #8cb6d6;
        text-indent: 3px;
        font-family: Trebuchet MS;
        font-size: 9pt;
    }

        table.form-table td input.date {
            background-image: url(../images/date-icon.png);
            background-position: right;
            background-repeat: no-repeat;
            width: 130px;
        }

        table.form-table td input.button {
            background-image: url(../images/button-bg.png);
            height: 30px;
            border: 1px solid #999;
            font-weight: bold;
            width: 46px;
        }

tr.button-row td {
    border: 0px;
}

.trvw-container {
    width: 200px;
    height: 100%;
}

    .trvw-container .workers {
        font-family: Verdana !important;
        font-size: 10px !important;
        width: 200px;
        float: left;
        background: white;
        height: 50%;
        border: 3px solid gray;
        padding: 5px 0;
        overflow: auto;
    }

    .trvw-container .jobsPanel {
        width: 200px;
        height: 50%;
        float: left;
    }

    .trvw-container .jobs {
        font-family: Verdana !important;
        font-size: 10px !important;
        width: 200px;
        float: left;
        background: white;
        height: 100%;
        border: 3px solid gray;
        padding: 5px 0;
        overflow: auto;
    }

.mapview {
    float: none;
}

    .mapview .labels {
        color: red;
        background-color: white;
        font-family: "Lucida Grande", "Arial", sans-serif;
        font-size: 10px;
        font-weight: bold;
        text-align: center;
        border: 2px solid black;
        white-space: nowrap;
    }

/*Job creation styling*/
#schedulertabs {
    overflow: auto;
    width: 100%;
}

    #schedulertabs ul li span {
        float: left;
    }

#formattabs ul li span {
    vertical-align: middle;
    position: relative;
    top: 2px;
    float: left;
}

#ItemPanel .label {
    min-width: 90px;
}

.Outletnumber {
    padding-left: 2px;
    padding-right: 2px;
    text-align: center;
    text-indent: 0px;
    min-width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 8pt;
    font-weight: bold;
    color: White;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #ff9600;
    margin-top: 10px;
    margin-left: 5px;
}

.refreshbtn {
    height: 23px;
    line-height: 23px !important;
    text-align: center;
    text-indent: 0px;
    margin-top: 10px !important;
    margin-left: 5px;
}

.processbtn {
    height: 23px;
    line-height: 23px !important;
    text-align: center;
    text-indent: 0px;
    margin-top: 10px !important;
    margin-left: 5px;
}

.gridtitlecontrol {
    height: 23px;
    line-height: 23px !important;
    text-indent: 0px;
    margin-top: 10px !important;
    margin-left: 10px;
    font-size: 10pt !important;
}

.jobpriority {
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    text-indent: 0px;
    min-width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 8pt;
    font-weight: normal;
    color: White;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #ff9600;
    margin-top: 5px;
    margin-left: 5px;
    padding-top: 2px;
    padding-bottom: 3px;
}

.jobnumber {
    font-size: 11pt;
    font-weight: normal;
}

.jobtitle {
    font-size: 7pt;
    color: grey;
    white-space: nowrap;
    overflow: hidden;
    margin-right: 10px;
}

.ui-menu {
    margin-bottom: 2em;
    position: absolute;
    z-index: 9999;
}

.tooltip {
    position: absolute;
    z-index: 1020;
    display: block;
    padding: 5px;
    font-size: 11px;
    visibility: visible;
    margin-top: -2px;
    bottom: 120%;
    margin-left: -2em;
}

    .tooltip .tooltip-arrow {
        left: 50%;
        margin-left: -5px;
        border-top: 5px solid #000000;
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
        position: absolute;
        width: 0;
        height: 0;
    }

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    background-color: #000000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.ui-slider-handle {
    background: #ED6B51;
    border-bottom: 1px solid #a8a79f;
    border-right: 1px solid #a8a79f;
    height: 20px;
    width: 10px;
    margin: 0;
    padding: 0px;
    display: inline-block;
}

.ui-slider-range {
    height: 10px;
    border-bottom: 3px solid red;
    position: relative;
}

/*.ui-slider-handle {
    background: #ED6B51 !important;
    border-bottom: 1px solid #a8a79f !important;
    border-right: 1px solid #a8a79f !important;
    height: 20px !important;
    width: 10px !important;
    margin: 0 !important;
    padding: 0px !important;
    display: inline-block !important;
    top: -4px !important;
}*/

.ui-slider-horizontal {
    height: 0.6em;
}

.icon-prev {
    width: 24px;
    height: 29px;
}

    .icon-prev:hover {
        cursor: pointer;
    }

.icon-next {
    width: 24px;
    height: 29px;
}

    .icon-next:hover {
        cursor: pointer;
    }

.ac-container article .form-container {
    width: 284px;
    min-height: 50px;
    margin-right: 3px;
    padding: 4px;
    height: auto;
    clear: both;
    margin-left: 3px;
}

    .ac-container article .form-container h1 {
        height: 20px;
        line-height: 20px;
        font-size: 11pt;
        padding: 0px;
        margin: 0px;
        margin-bottom: 10px;
    }

    .ac-container article .form-container .jobtitle {
        font-size: 10pt;
        font-weight: bold;
        white-space: normal;
    }

    .ac-container article .form-container .element-container {
        width: 100% !important;
        min-height: 1em;
        margin-top: 2px;
        margin-bottom: 2px;
        clear: both;
    }

.ac-container article .last-updated {
    font-size: 7pt;
    color: grey;
    white-space: nowrap;
    overflow: hidden;
    margin-right: 10px;
    float: right;
}

.ac-container label .job-delay {
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    text-indent: 0px;
    min-width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 8pt;
    font-weight: normal;
    color: White;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: red;
    margin-top: 5px;
    margin-left: 5px;
    padding-top: 2px;
    padding-bottom: 3px;
}

.dimmer {
    background-image: url(../images/dimmer.png);
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}

.dimmedDiv {
    background-image: URL(../images/loginV2/dimmedDivBg.png);
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    z-index: 99;
}

.mainDiv {
    position: absolute;
    border: 5px solid white;
    -moz-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-border-radius: 5px;
    height: 200px;
    width: 350px;
    z-index: 100;
    display: none;
    background-color: #e1e1e1;
    padding: 20px;
}

.userProfileDiv, .userAboutDiv {
    position: absolute;
    border: 5px solid white;
    -moz-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-border-radius: 5px;
    z-index: 99;
    display: none;
    background-color: #e1e1e1;
    padding: 5px;
}

.dimmedDivPassword {
    background-image: URL(../images/loginV2/dimmedDivBg.png);
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    z-index: 900001;
}

.changePasswordDiv {
    position: absolute;
    border: 5px solid white;
    -moz-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-border-radius: 5px;
    z-index: 900001;
    display: none;
    background-color: #e1e1e1;
    padding: 5px;
}

.dimmerimage {
    position: absolute;
    top: 50%;
    left: 50%;
}

.masters-tooltip {
    position: absolute;
    z-index: 1020;
    display: block;
    padding: 5px;
    font-size: 11px;
    visibility: visible;
    margin-top: -2px;
    bottom: 120%;
    margin-left: -2em;
}

.mtooltip-inner {
    height: 320px;
    padding: 3px 2px;
    color: black;
    border: 1px solid #CCCCCC;
    text-align: left;
    text-decoration: none;
    background-color: #FFFCCF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.popup {
    position: absolute;
    display: none;
    border-width: thin;
    border-style: solid;
    background-color: rgb(239, 239, 239);
    border-color: #a9bbef;
}

.popupLabel {
    font-size: 5pt;
    font-style: normal;
    font-weight: lighter;
}

.ui-grid-searchimage {
    float: right;
    background-image: url(../images/search-image.png);
    /*background-position: 126px center;*/
    background-repeat: no-repeat;
    padding: 0px 10px;
    margin-top: 7px;
    margin-right: 10px;
    height: 27px;
}


.tabinside {
    height: 24px;
    /* min-width: 24px; */
    padding: 0 10px;
    border-radius: 12px;
    line-height: 24px;
    display: block;
    margin-right: 5px;
    background-color: rgb(162,148,122);
    margin-top: 3px;
    font-weight: bold;
    margin-left: -5px;
    color: #fff;
}

.label_large {
    font-size: 20pt;
}

.add-darkicon {
    background-image: url(../images/add-dark.svg);
    background-size: 24px;
    width: 36px;
    height: 36px;
    /* background-position: 28px; */
    margin-top: 4px;
    cursor: pointer;
    opacity: 0.4;
    background-repeat: no-repeat;
}

    .add-darkicon:hover {
        opacity: 0.9;
    }

.close {
    width: 20px;
    height: 20px !important;
    background-image: url(../images/close-icon.png);
    background-position: center;
    background-repeat: no-repeat;
    background-color: #999;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    cursor: pointer;
}

    .close:hover {
        background-image: url(../images/close-hov-icon.png);
        background-color: #aa0000;
    }

.buttons {
    width: 50px;
    height: 20px;
    line-height: 20px;
    font-weight: bold;
    background-color: #aaa;
    text-align: center;
    text-indent: 0px;
    margin: 3px;
    padding: 0px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    cursor: pointer;
    color: #efefef;
    float: left;
}

    .buttons:hover {
        color: #000;
        background-color: #ccff00;
    }

.totalstyle {
    color: Gray;
    font-size: 8pt;
    font-weight: bold;
    font-style: normal;
    text-align: right;
}


.finaltotal {
    color: Gray;
    font-size: 8pt;
    font-weight: bold;
    font-style: normal;
    text-align: right;
}

.BorderBottom {
    border-bottom: 1px;
    border-bottom-color: Gray;
    border-bottom-style: solid;
}

.BorderTop {
    border-top: 2px;
    border-bottom: 2px;
    border-top-color: Black;
    border-bottom-color: Black;
    border-top-style: solid;
    border-bottom-style: solid;
}

.textAlign {
    text-align: right;
}

.collapse {
    background-image: url(../images/minus.png);
    cursor: pointer;
    height: 15px;
}

.expand {
    background-image: url(../images/add.png);
    cursor: pointer;
    height: 15px;
}

.collapsediv {
    background-color: #D8D8D8;
    background-repeat: repeat;
    width: 15px;
    height: inherit;
}

.tooltipheader {
    background-color: #D8D8D8;
    background-repeat: repeat;
    font-size: medium;
    color: Black;
    font-weight: bold;
}

.treePane {
    cursor: pointer;
    background-color: rgb(239, 239, 239);
    padding-bottom: 4px;
    border-color: #a9bbef;
    border-style: solid;
    border-width: thin;
    padding-top: 4px;
}

.filter {
    background-image: url(../images/filter.png) no-repeat right 15px;
    padding-left: 5px;
}

.multiselectColor {
    float: right !important;
}

.padding {
    padding-left: 3px;
    padding-bottom: 0px;
    padding-top: 0px;
}

.dateicon {
    background-image: url(../images/date-icon.png);
    background-position: right;
    background-repeat: no-repeat;
    width: 100px;
}

.autosearchicon {
    background-image: url(../images/search-image.png);
    background-position: right;
    background-repeat: no-repeat;
    padding-right: 25px;
}

.vert-seperator {
    background-image: url(../images/vert-seperator.png);
    float: left;
    background-repeat: repeat-y;
    background-position: center;
    width: 20px;
    height: inherit;
}

.hor-seperator {
    background-image: url(../images/hor-seperator.png);
    background-position: bottom;
    font-size: 11pt;
    font-weight: bold;
    background-repeat: repeat-x;
    height: 30px;
    line-height: 30px;
    width: inherit;
    margin-top: 20px;
}

.tbl-entry-form-container {
    border-bottom: 1px solid #ccc;
}

.tbl-entry-form {
    margin: 5px;
}

    .tbl-entry-form tr {
    }

        .tbl-entry-form tr td {
            padding: 0px;
            margin-bottom: 2px;
            color: #555;
            font-size: 8pt;
        }

        .tbl-entry-form tr .mandatory {
            text-decoration: none;
            font-size: 8pt;
        }

            .tbl-entry-form tr .mandatory div {
                float: left;
            }

.role-permission {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #ccc;
    width: 82px;
    height: 18px;
    background-color: #efefef;
    color: #333;
    float: left;
    line-height: 18px;
    font-size: 8pt;
    cursor: pointer;
    color: #b6b6b6;
    margin-top: 5px;
    margin-right: 2px;
}

    .role-permission:hover {
        background-color: #fff;
        color: #555;
    }
/* role pernission on off*/
.off {
    background-image: url(../images/cross-icon.png);
    background-repeat: no-repeat;
    background-position: right;
}

.on {
    background-image: url(../images/close-icon.png);
    background-repeat: no-repeat;
    background-position: right;
    background-color: #e9ffb3;
}

.textarea-includeexlude {
    float: left;
    width: 70%;
    cursor: pointer;
    margin-left: 5px;
}

.product-include {
    width: 65px;
    height: 30px;
    float: left;
    background-image: url(../images/include.png);
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 2px;
    margin-top: 20px;
}

.product-exlcude {
    width: 65px;
    height: 30px;
    float: left;
    background-image: url(../images/exclude.png);
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 2px;
    margin-top: 20px;
}

.add {
    width: 20px;
    height: 20px;
    background-image: url(../images/add.png);
    background-position: center;
    background-repeat: no-repeat;
    background-color: #999;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    cursor: pointer;
    margin-top: 20px;
}

.btnfilter {
    width: 20px;
    height: 20px;
    background-image: url(../images/filter.png);
    background-repeat: no-repeat;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    cursor: pointer;
    float: right;
    margin-left: 2px;
    margin-top: 20px;
}

.btnQuery {
    width: 70px;
    height: 20px;
    background-image: url(../images/query.png);
    background-repeat: no-repeat;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    cursor: pointer;
    margin-left: 2px;
    margin-top: 5px;
}

#sqlreport {
    border: 1px solid #ccc;
    position: relative;
    width: 900px;
    height: 350px;
    margin: 5px;
    padding: 5px;
    font-family: "Verdana", "Tahoma", Arial;
    font-size: 12px;
    overflow: auto;
}


.sqlbuild {
    border: 1px solid #ccc;
    /*	float:left;*/
    position: relative;
    width: 600px;
    height: 300px;
    margin: 5px;
    padding: 5px;
    font-family: "Verdana", "Tahoma", Arial;
    font-size: 12px;
    overflow: auto;
}

.sqlsyntaxhelp {
    font-family: "Verdana", "Tahoma", Arial;
    font-size: 10px;
    color: #FF0000;
}

.black {
    color: White !important;
    border: 1px solid Black;
    background-color: Black;
}

.radio-button {
    padding: 0px;
    list-style: none;
    margin: 0px;
}

    .radio-button li {
        float: left;
        height: 24px;
        line-height: 24px;
        border: 1px solid #5e5e5e;
        /*background-image:url(../Images/radio-button-bg.png);*/
        padding-left: 7px;
        padding-right: 7px;
        font-size: 8pt;
        font-weight: bold;
        cursor: pointer;
        color: #666;
    }

        .radio-button li:hover {
            color: #111;
        }

        .radio-button li:first-child {
            -webkit-border-radius: 6px 0px 0px 6px;
            -moz-border-radius: 6px 0px 0px 6px;
            border-radius: 6px 0px 0px 6px;
        }

        .radio-button li:last-child {
            -webkit-border-radius: 0px 6px 6px 0px;
            -moz-border-radius: 0px 6px 6px 0px;
            border-radius: 0px 6px 6px 0px;
        }

    .radio-button .active {
        background-image: url(../images/radio-button-active-bg.png);
        color: #111;
    }

.ui-selectmenu-status {
    padding-top: 1px !important;
    color: #000 !important;
    line-height: 24px !important;
}

.ui-selectmenu {
    height: 26px !important;
    border-radius: 1px;
    background: #fff !important;
    width: 128px !important;
}

.ui-button-text {
    line-height: 0.9em !important;
}

.button-text {
    height: 27px;
    line-height: 27px;
    margin: 3px;
    cursor: pointer;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 9pt;
    font-weight: bold;
    color: #2c2c2c;
    border: 1px solid #b6b6b6;
    text-align: center;
}

.activecustomer {
    background-color: #6CA516;
    color: #FFFFFF;
    font-weight: normal;
    text-shadow: none;
}

.route-control-item {
    cursor: pointer;
    cursor: hand;
    color: #333333;
    background-color: rgb(255, 255, 255);
    border-top-color: #b1ae9e;
    border-top-width: 1px;
    border-top-style: solid;
    border-bottom-color: #b1ae9e;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    height: 50px;
}

.route-control-item-selected {
    background-color: #efefef;
}

.route-control-header {
    height: 26px;
    line-height: 26px;
    text-indent: 2px;
    font-weight: bold;
    margin-bottom: 2px;
    background-color: rgb(238, 236, 232);
}

.route-control-filter {
    height: 60px;
}

.infowindow {
    width: 600px;
    height: 400px;
    padding: 5px;
    border: 1px solid #ddd;
    background-repeat: repeat-x;
    background-repeat: repeat-x;
    background-color: white;
    border-radius: 6px;
    -moz-border-radius: 6px;
    margin-left: 10px;
    text-align: left;
    z-index: 999;
    position: absolute;
    top: 50%;
    left: 50%;
}

    .infowindow .close {
        width: 10px;
        height: 10px;
        overflow-x: hidden;
        overflow-y: hidden;
        position: absolute;
        right: 12px;
        top: 12px;
        z-index: 999;
        cursor: pointer;
        opacity: 0.7;
    }

    .infowindow .content {
        cursor: default;
        position: absolute;
        left: 18px;
        top: 18px;
        z-index: 2;
        overflow-x: auto;
        overflow-y: auto;
        width: 588px;
        height: 388px;
    }

    .infowindow .d1 {
        font-size: 12pt;
        font-weight: bold;
        color: #191919;
    }

    .infowindow .d2 {
        font-size: 8pt;
        color: #747474;
    }

    .infowindow .grid {
        width: 100%;
        border-collapse: collapse;
        border: 1px solid #cccccc;
    }

        .infowindow .grid th {
            font-size: 9pt;
        }

        .infowindow .grid td {
            text-align: center;
            border-top: 1px dashed black;
        }

.dropSheet {
    position: absolute;
    background-color: #000000;
    background-image: none;
    z-index: 1000;
    top: 50%;
    left: 50%;
    width: 720px;
    font-size: small;
    padding: 10px;
}

    .dropSheet legend {
        color: white;
        font-size: small !important;
    }
/* separators */
.separator {
    height: 20px;
    ;
    background-position: center;
    background-repeat: no-repeat;
    width: 1px;
    background-color: #999;
    margin-left: 5px;
    margin-right: 5px;
    background-image: none;
}

.tooltip {
    border: thin 1px #eee;
    background-color: #FFFBF0;
    padding: 5px;
    height: 25px;
    line-height: 25px;
    white-space: nowrap;
}

.minheight {
    min-height: 25px !important;
    height: 25px !important;
}


/* Starts Logo */


body {
    margin: 0px;
}

body, td, div, p, h1, h2, h3, h4, h5, h6, span, input, textarea, b {
    font-family: 'Open Sans', Arial;
    color: #333;
    vertical-align: middle;
}

body, td, div, p, span, input, textarea, b, a {
    font-size: 8pt !important;
}
.grecaptcha-badge {
    visibility: hidden;
}

.small-text {
    font-size: 7pt !important;
    color: #888;
}

.clickable {
    cursor: pointer;
}

.clearright {
    clear: right;
}

.clearleft {
    clear: left;
}

.clearboth {
    clear: both;
}

.right {
    float: right;
}

.left {
    float: left;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.scroller {
    overflow: auto;
}

.no-scroll {
    overflow: hidden;
}

.close-setup, #btnSupplier {
    cursor: pointer;
}

.rounded-corner {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    border: 1px solid #ccc;
    background-color: #fafafa;
}

.rounded-corner-gray {
    padding-top: 40px;
    min-height: 50px;
    border: 1px solid;
    text-align: center;
    width: 60px;
    border: 1px solid #CCCCCC;
    border-radius: 7px 0px 0px 7px;
    background-color: #9E9E9E;
    color: White;
    font-size: larger;
}

.sqaure-corner {
    border: 1px solid #ccc;
    background-color: #fafafa;
}

.no-border {
    border: 0px !important;
}

/* page layout elements */

.header {
    height: 45px;
    width: 100%;
    background-color: #333;
}

#xm-logo {
    background-image: URL(../images/Monitoring_CW.svg);
    background-position: left;
    background-repeat: no-repeat;
    width: 284px;
    height: 43px;
    float: left;
    padding-left: 5px;
}


.highlight-text {
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    text-indent: 0px;
    min-width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 8pt;
    font-weight: normal;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-top: 5px;
    margin-left: 5px;
    padding-top: 2px;
    padding-bottom: 3px;
}

.highlight-text-white {
    color: Black;
    background-color: White;
    text-align: center;
    border: 1px solid gray;
    text-indent: 0px;
    min-width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 8pt;
}

.highlight-text-red {
    color: White;
    background-color: red;
}

.highlight-text-orange {
    color: White;
    background-color: #FF9600;
}

.mandatory {
    font-size: 9pt !important;
    font-weight: bold;
}

.mandate-icon {
    background-image: url(../images/mandatory.gif);
    background-position: center;
    background-repeat: no-repeat;
    width: 16px;
    height: 36px;
}

.error-text-red {
    color: #ee0000 !important;
}

.square-icon-button {
    background-position: center;
    background-repeat: no-repeat;
    height: 30px;
    width: 32px;
    cursor: pointer;
    margin-top: 5px;
    background-size: 90%;
    border-radius: 3px;
    margin-right: 2px;
}

.square-icon-buttonv2 {
    height: 27px;
    width: 27px;
    border: 1px solid #f1ecec;
    margin: 8px 0px 0 0;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
}

.add-icon {
    background-image: url(../Images/add-icon.png);
}

.update-icon {
    background-image: url(../Images/update-icon.png);
}
.editsuper {
    width: 18px;
    height: 18px !important;
    /*background-image: url(../Images/Edit.png) !important;*/
    background-image: url(../images/pencil.svg) !important;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    background-size: 81%;
    opacity: 0.4;
}

.closesuper {
    width: 18px;
    height: 18px !important;
    /*background-image: url(../Images/close-icon.png) !important;*/
    background-image: url(../images/bin.svg) !important;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent !important;
    cursor: pointer;
    border: 1px solid transparent !important;
    background-size: 20px;
    opacity: 0.4;
}

    .editsuper:hover, .closesuper:hover, .delete:hover {
        /*background-image: url(../Images/close-hov-icon.png) !important;*/
        opacity: 1;
    }

.defaultlogo {
    background-image: URL(../images/logo-unavailable.png);
    background-repeat: no-repeat;
    width: 150px;
}

.count {
    padding: 5px 10px;
    margin-left: 3px;
    min-width: 20px;
    height: 20px;
    line-height: 20px !important;
    font-size: 9pt !important;
    text-align: center;
    text-indent: 0px !important;
    font-weight: bold;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.panelheader {
    background-image: URL(../images/panel-header-bg.png);
    background-color: #ccc;
    height: 24px;
    line-height: 24px;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    text-indent: 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #aaa;
}

    .panelheader .title {
        font-size: 9pt !important;
        font-weight: bold;
    }

    .panelheader .button {
        font-size: 8pt !important;
        font-weight: bold;
        height: 18px;
        line-height: 18px;
    }

    .panelheader .count {
        margin-top: 4px;
        margin-left: 4px;
        color: #fff;
    }

    .panelheader .icon-btn {
        margin-top: 1px !important;
    }

.orange {
    background-color: #ff5c01;
    color: #fff !important;
    border: 1px solid #ff5c01;
}

.white {
    background-color: #fff;
    color: #333 !important;
    border: 1px solid #666;
}

.red {
    background-color: #ee0000;
    color: #fff !important;
    border: 1px solid #ee0000;
}
/* sizes */
.w10 {
    width: 10px;
}
.h24 {
    height: 24px;
}
.w20 {
    width: 25px;
}
.w24 {
    width: 24px;
}
.w30 {
    width: 30px;
}

.w40 {
    width: 40px;
}

.w50 {
    width: 50px;
}

.w60 {
    width: 60px;
}

.w65 {
    width: 65px;
}

.w70 {
    width: 70px;
}

.w80 {
    width: 80px;
}

.w90 {
    width: 90px;
}

.w95 {
    width: 95px;
}

.w100 {
    width: 100px;
}

.w110 {
    width: 110px;
}

.w113 {
    width: 113px;
}

.w120 {
    width: 120px;
}

.w130 {
    width: 130px;
}

.w170 {
    width: 170px;
}
.w250 {
    width: 250px !important;
}

.pr5 {
    padding-right: 5px;
}

.pl5 {
    padding-left: 5px;
}


/* Ends Logo */

/* Starts Form Elements */

.form-container {
    width: 450px;
    min-height: 100px;
    height: auto;
    margin: 5px;
    padding: 10px;
}

    .form-container h1 {
        height: 20px;
        line-height: 20px;
        font-size: 11pt;
        padding: 0px;
        margin: 0px;
        margin-bottom: 10px;
    }

    .form-container .element-container {
        width: 100% !important;
        min-height: 37px;
        margin-top: 5px;
        float: none !important;
        overflow: hidden;
    }

    .form-container .multiline {
        width: 100%;
        height: 100px !important;
    }

    .form-container .element-container div {
        float: left;
    }

    .form-container .element-container .label {
        min-width: 80px;
        min-height: 22px;
        line-height: 22px;
        margin-right: 4px;
    }

    .form-container .element-container .element {
        width: auto;
        max-width: 310px;
    }
/* Elements */
input, textarea, select {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 8pt;
    border: 1px solid #a9bbef;
    padding: 1px;
    background-position: right;
    background-repeat: no-repeat;
}

textarea {
    min-width: 200px;
    min-height: 50px;
    padding: 2px;
}

input {
    height: 20px;
    line-height: 20px;
}

select {
    height: 22px;
    background-color: #fafafa;
}

    select option {
        background-color: #fff;
    }

/* Buttons */
.close {
    width: 18px;
    height: 18px;
    background-image: url(../images/close-icon.png) !important;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent !important;
    cursor: pointer;
    border: 1px solid transparent !important;
}

    .close:hover {
        background-image: url(../images/close-hov-icon.png) !important;
    }

.details {
    width: 20px;
    height: 20px;
    background-image: url(../images/go-rt-off.gif);
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.button {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding-right: 10px;
    padding-left: 10px;
    text-decoration: none !important;
    cursor: pointer;
    text-indent: 0px;
    text-align: center;
    font-size: 8pt;
    margin: 2px;
    background-repeat: no-repeat;
    background-position: right;
    float: left;
    font-weight: bold;
}

    .button .count {
        margin-top: 0px;
        margin-right: -8px;
    }

.blue {
    color: #fff !important;
    border: 1px solid #17549b;
    background-color: #498ae1;
}

    .blue:hover {
        background-color: #afd4ff !important;
    }

.grey {
    color: #333 !important;
    border: 1px solid #777;
    background-color: #ccc;
}

    .grey:hover {
        background-color: #efefef;
    }

.light-grey {
    color: #333 !important;
    border: 1px solid #999;
    background-color: #e8e8e8;
}

    .light-grey:hover {
        background-color: #fff;
    }

.green {
    color: #000000 !important;
    border: 1px solid #93d700;
    background-color: #93d700;
}

    .green:hover {
        background-color: #bdec00;
    }

.smallfont {
    font-size: 5pt !important;
}

.mini {
    height: 28px;
    line-height: 28px;
}

.default {
    height: 26px;
    line-height: 26px !important;
}

.large {
    height: 36px;
    line-height: 36px !important;
}

/* icons */
.icon-btn {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #ccc;
    width: 24px;
    height: 24px;
    font-size: 7pt;
    margin: 2px;
    text-indent: 0px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    background-color: #efefef;
}

    .icon-btn:hover {
        background-color: #fff;
    }

.round-icon-btn {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #aaa;
    width: 22px;
    height: 22px;
    font-size: 7pt;
    margin: 2px;
    text-indent: 0px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    background-color: #efefef;
}

.copy {
    background-image: url(../images/copy.png);
}

.reload {
    background-image: url(../images/reload.png);
}

.locked {
    background-image: url(../images/locked.png);
}

.unlocked {
    background-image: url("../images/unlocked.png");
}

.save {
    background-image: url(../images/save.png);
}

.ajax {
    background-image: url(../images/ajax-loader.gif);
}

.cancel {
    background-image: url(../images/cancel.png);
}

.delete {
    background-image: url(../images/delete.png);
}

.date {
    background-image: url(../images/date.png);
    background-repeat: no-repeat;
    background-position: right;
    border-radius: 1px;
    /*background: #fff;*/
}

.search {
    background-image: url(../images/search.png);
}

.drop-down {
    background-image: url(../images/dropdown.png);
}

.edit {
    background-image: url(../images/edit.png);
}

.profile {
    background-image: url(../images/profile.png);
}

.more {
    background-image: url(../images/more.png);
}

.close {
    background-image: url(../images/trash.png);
}

.cancel {
    background-image: url(../images/close.png);
}

.plus {
    background-image: url(../images/plus.png);
}

.add {
    margin: 0px;
    padding-left: 15px;
    background-repeat: no-repeat;
    background-image: url(../images/list_add.png);
}

.treetext {
    cursor: pointer;
    margin: 0px;
    margin-left: 7px;
    padding: 0 5px 0 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #efefef;
    background-color: #fff;
    color: #999 !important;
    font-size: 7pt !important;
    height: 16px;
    font-style: italic;
}

.autoheader {
    height: 20px;
    line-height: 20px;
    font-size: 11pt;
    padding: 0px;
    margin: 0px;
    font-weight: bold;
    background-color: #FEFFE5;
}
/* header elements */
/* header buttons */
.header-btns {
    float: right;
}

    .header-btns ul {
        padding: 0px;
        margin: 0px;
        margin-top: 0px;
        margin-right: 0px;
    }

        /*.header-btns ul li {
            float: left;
            list-style: none;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
            width: 30px;
            height: 30px;
            margin: 1px;
            cursor: pointer;
            border: 0 none;
            background-repeat: no-repeat;
            background-position: center;
        }*/
        /*.header-btns ul li:hover {
                background-color: #000;
            }*/

        /* icons for header btns*/
        .header-btns ul .profile {
            background-image: URL(../images/user.png);
            margin: 8px 8px 0px 0px;
        }

        .header-btns ul .logout {
            background-image: URL(../images/logout.png);
            /*background-color: #191919;*/
            /*padding: 6px 5px;*/
            background-size: 27px auto;
        }

        .header-btns ul .setting {
            background-image: url(../images/settings.png);
        }

.mandatory-field {
    background-image: url(../images/mandatory.gif);
    background-repeat: no-repeat;
    background-position: right;
    width: 16px;
    height: 14px;
    vertical-align: middle;
    border-style: none;
    border-collapse: collapse;
    background-color: transparent;
}

.error-message-summarysuper {
    font-size: 8pt;
    color: #cc0001;
    border: 1px solid #cc0001;
    background-color: #fff5f4;
    margin: 10px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    padding: 15px;
    padding-left: 35px;
    list-style: circle;
}

.error-message-summary {
    font-size: 8pt;
    color: #cc0001;
    border: 1px solid #cc0001;
    background-color: #fff5f4;
    margin: 10px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    padding: 15px;
    padding-left: 35px;
    list-style: circle;
}
/* Ends Form Elements */

/* Start Tabs */
.ui-tabs {
    border: 0px;
    padding: 0px;
}

    .ui-tabs .ui-tabs-nav {
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
    }

        .ui-tabs .ui-tabs-nav li {
            border: 1px solid #afafaf;
            margin-left: 0px;
            margin-top: 8px;
        }

            .ui-tabs .ui-tabs-nav li.ui-tabs-selected {
                background: none;
                background-color: #fafafa;
                margin-top: 8px;
            }

    .ui-tabs .ui-tabs-panel {
        display: block;
        border-width: 0;
        padding: 0;
        background: none;
        background-color: #eee;
        border: 0px;
    }

.tabs {
    margin: 0px;
    padding: 0px;
    height: 45px;
    list-style: none;
}

    .tabs li {
        float: left;
        background-color: #efefef;
        text-align: center;
        width: 120px;
        height: 35px;
        line-height: 35px;
        margin-top: 9px;
        margin-left: 1px;
        cursor: pointer;
        text-shadow: 0px 1px 0px #fff;
        -moz-text-shadow: 0px 1px 0px #fff;
        -webkit-text-shadow: 0px 1px 0px #fff;
        font-weight: bold;
        color: #333;
    }

    .tabs .active {
        height: 40px;
        line-height: 40px;
        margin-top: 5px;
        border-radius: 5px 5px 0px 0px;
        -moz-border-radius: 5px 5px 0px 0px;
        -webkit-border-radius: 5px 5px 0px 0px;
        background-color: #ccc;
        border-top: 1px solid #ccc;
        text-shadow: 0px 1px 0px #eee;
        -moz-text-shadow: 0px 1px 0px #eee;
        -webkit-text-shadow: 0px 1px 0px #eee;
        color: #333;
    }

.tab-sub {
    height: 25px;
    width: 100%;
    background-color: #ccc;
    border-bottom: 1px solid #aaa;
    line-height: 26px;
    border-top: 1px solid #eee;
    text-indent: 10px;
}

/* End Tabs */

/* Start Theme Styles */

body, html {
    margin: 0px;
    min-width: 900px;
    background-color: #efefef;
}

.show {
    display: block;
}

div {
    font-family: arial;
    font-size: 8pt;
    color: #333;
}

.header1 {
    background-color: #555;
    background-image: url(../images/header-bg.png);
    color: White;
    font-size: 13pt;
    font-weight: bold;
}

.header2 {
    background-color: #c3ab65;
}

.border1 {
    border: 1px solid #b0da09;
}

.box {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: #fff;
    position: relative;
}

    .box .title {
        background-image: url(../images/login-title-bg.png);
        font-size: 12pt;
        font-weight: bold;
        box-shadow: 0px 3px 7px #c1c1c1;
        -moz-box-shadow: 0px 3px 7px #c1c1c1;
        -webkit-box-shadow: 0px 3px 7px #c1c1c1;
        border-bottom: 1px solid #fff;
    }

    .box .form {
    }

        .box .form .alert {
            background-image: url(../images/alert.png);
            display: none;
            background-position: left;
            background-repeat: no-repeat;
            margin-top: 5px;
            line-height: 25px;
            color: #cc0000;
        }

        .box .form .a {
            color: #6f8a06;
            text-decoration: none;
            font-weight: bold;
        }

.user-profile {
    color: #aaa;
    float: right;
    margin-right: 20px;
    margin-top: 2px;
    width: auto;
    text-align: right;
    font-size: 8pt;
}

    .user-profile a {
        color: #ccc;
        text-decoration: none;
    }

    .user-profile b {
        font-size: 10pt;
        color: #ccc;
    }

    .user-profile img {
        float: left;
        margin-right: 15px;
    }

.nav {
    background-color: #c3ab65;
}

.vert-seperator {
    background-image: url(../images/vert-seperator.png);
    float: left;
    background-repeat: repeat-y;
    background-position: center;
    width: 20px;
    height: inherit;
}

.hor-seperator {
    background-image: url(../images/hor-seperator.png);
    background-position: bottom;
    font-size: 11pt;
    font-weight: bold;
    background-repeat: repeat-x;
    height: 30px;
    line-height: 30px;
    width: inherit;
    margin-top: 20px;
}

.down-arrow {
    background-image: url(../images/down-arrow-icon.png);
}

.page-dimmer {
    background-image: URL(../images/dimmer.png);
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 3;
    display: none;
}

ul.tabs {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

    ul.tabs li {
        float: left;
        background-color: #efefef;
        text-align: center;
        margin-top: 9px;
        margin-left: 1px;
        cursor: pointer;
        text-shadow: 0px 1px 0px #fff;
        -moz-text-shadow: 0px 1px 0px #fff;
        -webkit-text-shadow: 0px 1px 0px #fff;
        font-weight: bold;
        color: #333;
    }

        ul.tabs li.active {
            margin-top: 5px;
            border-radius: 5px 5px 0px 0px;
            -moz-border-radius: 5px 5px 0px 0px;
            -webkit-border-radius: 5px 5px 0px 0px;
            background-color: #ccc;
            border-top: 1px solid #ccc;
            text-shadow: 0px 1px 0px #eee;
            -moz-text-shadow: 0px 1px 0px #eee;
            -webkit-text-shadow: 0px 1px 0px #eee;
            color: #333;
        }

.ui-layout-resizer {
    BACKGROUND-color: #efefef;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    HEIGHT: 7px;
    background-image: url(../images/seperator.png);
    background-repeat: no-repeat;
    background-position: center;
}

ul.navigation li.links div {
    background-color: #E7F2F9;
    background-repeat: no-repeat;
    background-position: 50% 10px;
    border: 1px solid #BDDCEF;
    -moz-border-radius: 10px 0px 0px 10px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -khtml-border-top-left-radius: 10px;
    -khtml-border-bottom-left-radius: 10px;
    opacity: 0.7;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}

    ul.navigation li.links div:hover {
        background-color: #CAE3F2;
    }

    ul.navigation li.links div span {
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        color: #60ACD8;
        float: left;
        font-size: 9pt;
        letter-spacing: 2px;
        text-align: center;
        text-shadow: 0 -1px 1px #FFFFFF;
    }

ul.navigation ul li {
    padding: 5px;
    border: solid 1px #F1F1F1;
}

    ul.navigation ul li:hover {
        border: solid 1px #A8D8EB;
    }

    ul.navigation ul li.panel-header, ul.navigation ul li .panel-header:hover {
        border-bottom: 1px solid #777;
        font-weight: bold;
        text-align: center;
        padding: 2px 0 4px;
    }

ul.navigation > li ul {
    background-color: #E7F2F9;
    background-repeat: no-repeat;
    background-position: 50% 10px;
    border: 1px solid #BDDCEF;
    padding: 0px;
    margin: 0px;
    list-style: none;
}
/* dock close-buttons */
span.button-close {
    position: absolute;
    top: 0;
    width: 20px;
    height: 20px;
    z-index: 2;
    display: block;
    cursor: pointer;
}

span.button-close-east {
    right: 0;
    background: url(../images/go-rt-off.gif) no-repeat center;
}

    span.button-close-east:hover {
        background: url(../images/go-rt-on.gif) no-repeat center;
    }

.icon-prev, .icon-previous {
    background: url(../images/arrow_left.png) no-repeat left center !important;
}

.icon-next {
    background: url(../images/arrow_right.png) no-repeat left center !important;
}
.refresh-icon {
    /*background-image: url(../Images/refresh-icon.png);*/
    background-image: url(../Images/refresh.svg);
    background-size: 34px;
    margin-top: 4px;
    height: 30px;
    margin-left: 4px;
    border-radius: 3px;
}
.refresh-icon:hover {
    background-color: rgba(0, 0, 0, 0.7);
    height:30px;
}
span.btnPendingJobRefresh {
    background-image: url(../images/reload.png); /* 16x16 px */
    background-color: transparent;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    padding-left: 20px;
    vertical-align: middle;
    background-position: center center;
}

input.btnPendingJobSearch {
    background-image: url(../images/arrow_up.png); /* 16x16 px */
    background-color: transparent;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    height: 20px;
    padding-left: 20px;
    vertical-align: middle;
}

input.btnPendingJobSearchClose {
    background-image: url(../images/arrow_down.png); /* 16x16 px */
}

.ac-container label {
    font-family: Arial;
    position: relative;
    z-index: 20;
    display: block;
    cursor: pointer;
    color: #777;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
    font-size: 9pt;
    background: linear-gradient(top, #ffffff 1%,#eaeaea 100%);
}

.ac-container input:checked + label,
.ac-container input:checked + label:hover {
    background-color: #E0EBFF;
    background-image: url("../images/active-row-bg.png");
    color: #3d7489;
    text-shadow: 0px 1px 1px rgba(255,255,255, 0.6);
    box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3), 0px 2px 2px rgba(0,0,0,0.1);
}

.ac-container label:hover:after,
/*.ac-container input:checked + label:hover:after{    content: '';    position: absolute;    right: 13px;    top: 7px;    background: transparent url(../../images/arrow_down.png) no-repeat center center;}
.ac-container input:checked + label:hover:after{    background-image: url(../../images/arrow_up.png);}*/
.ac-container input {
    display: none;
}

.ac-container article {
    background: rgba(255, 255, 255, 0.5);
    margin-top: 0px;
    overflow: hidden;
    height: 0px;
    position: relative;
    z-index: 10;
    transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    cursor: pointer;
}

.ac-container input:checked ~ article {
    transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
    box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3);
}
/*.ac-container article p{    font-style: italic;    color: #777;    font-size: 14px;    padding: 20px;    text-shadow: 1px 1px 1px rgba(255,255,255,0.8);}*/
.ui-button .ui-icon.icon-refresh {
    background-image: url(../images/reload.png); /* 16x16 px */
    width: 16px;
    height: 20px;
}


/* End Theme Styles */



/* add new template styles */

.multiline {
    min-height: 50px;
}

.label {
    min-width: 72px;
    height: 24px;
    line-height: 24px;
    padding-left: 5px;
    padding-right: 5px;
    color: #777;
}

.inputaction, .field_id {
    max-width: 100px;
}

.scroller-container {
    width: 530px;
    height: 600px;
    overflow: auto;
    border: 1px solidelements #efefef;
    padding: 5px;
}

.divscroller-container {
    width: 100%;
    height: 600px;
    border: 1px solidelements #efefef;
    padding: 5px;
}

.divscroller-container1 {
    width: 100%;
    height: 540px;
    border: 1px solidelements #efefef;
    padding: 5px;
}


/* End Template Styles * /



/* lava lamp */
div#menu li.back {
    width: 10px;
    height: 32px;
    z-index: 8;
    position: absolute;
}

    div#menu li.back .left {
        width: auto;
        height: 32px;
        float: none;
        position: relative;
        top: 0;
        left: 0;
        visibility: visible;
    }



.loginpage-customer {
    background-image: url('');
    position: absolute;
    z-index: 10;
    right: 100px;
    top: 0;
}


.alert {
    width: 280px;
    height: 25px;
    text-indent: 0;
    clear: both;
    line-height: 25px;
    margin-left: 110px;
}
/*.footer {
    background-color:rgba(0, 0, 0, 0.50) !important; color:#aaaaaa; height:24px; position:absolute; bottom:0px; width: 100%; line-height:24px;
    border-top:1px solid rgba(255, 255, 255, 0.50);
    font-family:Tahoma; font-size:9pt; text-indent:10px;
}*/
.footer {
    /*background-color:rgba(0, 0, 0, 0.50) !important;*/
    color: #aaaaaa;
    height: 40px;
    position: absolute;
    bottom: 0px;
    width: 100%;
    line-height: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.50);
    font-family: Tahoma;
    font-size: 9pt;
    text-indent: 10px;
}

.footer {
    height: 24px;
    line-height: 24px;
    width: 99%;
    background-color: #333;
}

.icon-forgot-password {
    background-image: url(../images/forgot-password.png);
}

/* End Menu */

/* New Login Page */

.login-box {
    background-image: url(../images/login-panel-box.png);
    width: 515px;
    height: 322px;
    position: absolute;
    bottom: 100px;
    left: 100px;
    font-family: Verdana !important;
    font-size: 10px !important;
}

.login-logo {
    margin-top: 25px;
    margin-left: 30px;
    width: 214px;
    height: 94px;
    background-image: url(../images/login-logo.png);
    position: relative;
}

.login-box input {
    margin-left: 110px;
    width: 250px;
    height: 30px;
    border: 0px;
    margin-bottom: 10px;
    background-color: transparent;
    border-bottom: 1px dashed #7b8082;
    font-size: 13px !important;
    font-family: Verdana !important;
}

.username {
    background-image: url(../images/username.png);
    background-repeat: no-repeat;
    padding-left: 40px;
    background-position: left top;
}

.password {
    background-image: url(../images/password.png);
    background-repeat: no-repeat;
    padding-left: 40px;
    background-position: left top;
}
 .passwordgoogle {
    padding: 5px;
    width:100%; height:40px; line-height:40px;
    box-sizing:border-box;
    margin-bottom:10px;    
}
.email {
    background-image: url(../images/email.png);
    background-repeat: no-repeat;
    padding-left: 40px;
    background-position: left top;
}

.login-box .login-button {
    height: 36px;
    line-height: 36px;
    width: auto;
    float: left;
    background-color: #f6d66e;
    font-size: 9pt !important;
    font-weight: bold;
    padding-left: 20px;
    padding-right: 20px;
    border: 1px solid #909293;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    margin-left: 110px;
    cursor: pointer;
    font-family: Verdana !important;
}

    .login-box .login-button:hover {
        background-color: rgba(246, 214, 110, 0.38);
    }

.login-box .login-alert {
    font-size: 9pt !important;
    font-family: 'Trebuchet MS' !important;
    color: #ff0000;
    width: 280px;
    height: 25px;
    text-indent: 0;
    clear: both;
    line-height: 25px;
    margin-left: 110px;
}

.title {
    font-size: 10pt !important;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.79);
    font-family: Verdana !important;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: 1px solid #fff;
    border-bottom: 0px;
    float: left;
    margin-left: 225px;
    background-color: #0bb8ed;
    margin-top: -17px;
    padding-left: 20px;
    padding-right: 20px;
    border-bottom-left-radius: 0px;
    -webkit-border-left-radius: 0px;
    -moz-border-left-radius: 0px;
    border-bottom-right-radius: 0px;
    -webkit-border-right-radius: 0px;
    -moz-border-right-radius: 0px;
}

.hide {
    display: none;
}

.forgot-password {
    font-size: 9pt;
    margin-left: 10px;
    margin-top: 10px;
    width: auto;
    float: left;
}

.forgot-password-info {
    height: auto;
    font-size: 9pt;
    text-align: center;
    margin-bottom: 10px;
}

.forgot-password-text {
    font-family: Tahoma;
    color: #444;
    float: left;
    font-size: 10pt;
    width: 400px;
    margin-left: 45px;
    margin-bottom: 20px;
    margin-top: 25px;
}

.dialog-pop-up {
    border: 1px solid #444;
    background-color: #fff;
    z-index: 10;
    font-family: Trebuchet MS;
    box-shadow: rgba(0,0,0,0.4) 5px 5px;
    -moz-box-shadow: rgba(0,0,0,0.3) 4px 4px 4px;
    -webkit-box-shadow: rgba(0,0,0,0.3) 4px 4px 4px;
}

    .dialog-pop-up .dialog-header {
        background-color: #efefef;
        background-image: url(images/chat-pop-up-header-bg.png);
        height: 42px;
        width: auto;
        clear: both;
        cursor: move;
    }

    .dialog-pop-up .content {
        overflow: auto;
        width: inherit;
    }

    .dialog-pop-up .dialog-header .closepopup {
        height: 30px;
        width: 30px;
        margin-top: 4px;
        margin-right: 4px;
        background-color: #efefef;
        background-image: url('../Images/close-message-pop-up.png');
        background-position: center;
        background-repeat: no-repeat;
        cursor: pointer;
        float: right;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        border: 1px solid #ccc;
    }

        .dialog-pop-up .dialog-header .closepopup:hover {
            background-image: url('../Images/close-message-pop-up-hover.png');
            background-position: center;
            background-repeat: no-repeat;
            cursor: pointer;
        }

.nice-text {
    font-family: Tahoma;
    color: #444;
    float: left;
    font-size: 10pt;
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    text-align: justify;
    text-justify: inter-word;
}

.center-text {
    text-align: center !important;
}

#backslider {
    margin: 0;
    padding: 0;
    width: auto;
    position: fixed;
}

.xj-add-new-jobs-container {
    height: auto;
    width: 500px;
    border: 1px solid #ccc;
    border-bottom: 1px solid #999;
    padding: 5px;
    background-color: #fff;
    margin-top: 2px;
    overflow: auto;
    margin-left: 1px;
}

    .xj-add-new-jobs-container h1 {
        font-size: 10pt !important;
        margin: 2px;
        width: 100%;
        letter-spacing: 1px;
        color: #555;
    }

.xj-form {
    padding: 2px;
    min-height: 22px;
    border: 1px solid #efefef;
    margin-top: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
}

.xj-form-group-dark {
    padding: 2px;
    min-height: 22px;
    border: 1px solid #bbb;
    margin-top: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
}

.xj-form-group {
    background-color: #ccc;
}

.multiline {
    min-height: 50px;
}

.label {
    min-width: 72px;
    height: 24px;
    line-height: 24px;
    padding-left: 5px;
    padding-right: 5px;
    color: #777;
}

.xj-form .label {
    min-width: 72px;
    float: left;
    height: 24px;
    line-height: 24px;
    padding-left: 5px;
    padding-right: 5px;
    color: #777;
}

.xj-form .elements {
    min-width: 300px;
    margin-top: 1px;
}

    .xj-form .elements .label {
        min-width: 60px;
        float: left;
        height: 18px;
        line-height: 24px;
        padding-left: 5px;
        padding-right: 5px;
        color: #777;
    }

        .xj-form .elements .label h2 {
            width: 24px;
            height: 18px;
            line-height: 18px;
            padding: 0px;
            margin: 0px;
            -webkit-border-radius: 9px;
            -moz-border-radius: 9px;
            border-radius: 9px;
            color: #fff;
            text-align: center;
            background-color: #777;
            font-size: 8pt;
            margin-top: 4px;
        }

.xj-form .label_large {
    width: 140px;
}

.xj-form .label_medium {
    width: 100px;
}

.xj-form .label_small {
    width: 80px;
}

.xj-form .label_w70 {
    width: 70px;
}

.inputaction, .field_id {
    max-width: 100px;
}

.xj-form .elements input {
    padding: 0px;
    padding-left: 4px;
    width: 160px;
    float: left;
}

.xj-form .elements .largeinput {
    width: 260px;
}

.xj-form .elements select {
    padding: 0px;
    width: 165px;
    vertical-align: middle;
    float: left;
}

.xj-form .elements textarea {
    padding: 0px;
    width: 370px;
    vertical-align: middle;
    float: left;
}

.xj-form .elements input[type='checkbox'] {
    margin: 0 0 0 5px;
    vertical-align: top;
    width: 16px;
    float: left;
}

.xj-form .elements .steps {
    width: 320px;
}

.xj-form .elements .basic {
    width: 415px;
}

.xj-form .dragger {
    /*background-image:url(../images/dragger.png); */
    background-position: left;
    background-repeat: repeat-y;
    background-color: #ccc;
    width: 2px;
    height: 26px;
    float: left;
    margin-right: 5px;
    margin-left: -2px;
    margin-top: -2px;
    border-right: 1px solid #ccc;
}

.xj-form .arrowpoint {
    background-image: url(../images/arrow.jpg);
    background-repeat: no-repeat;
    width: 32px;
    height: 28px;
    background-position: center;
}

.xj-form .start {
    background-color: #ccff51;
    width: 8px;
    height: 26px;
    float: left;
    cursor: default;
    margin-right: 5px;
    margin-left: -2px;
    margin-top: -2px;
    border-right: 1px solid #ccc;
}

.xj-form .end {
    background-color: #ff0000;
    width: 8px;
    height: 26px;
    float: left;
    cursor: default;
    margin-right: 5px;
    margin-left: -2px;
    margin-top: -2px;
    border-right: 1px solid #ccc;
}

.icon-fb {
    /*background: url(../images/icon_fb_small.png) no-repeat;*/
    height: 31px;
    width: 32px;
    float: left;
    margin-left: 5px;
    margin-top: 3px;
    cursor: pointer;
}

.icon-google {
    /*background: url(../images/icon_google_small.png) no-repeat;*/
    height: 31px;
    width: 32px;
    float: left;
    margin-left: 3px;
    margin-top: 3px;
    cursor: pointer;
}
/*New login Page CSS Starts*/
.popup {
    width: 600px;
    /*height: 500px;*/
    background: #fff;
    position: relative;
    top: 50%;
    /*transform: translateY(-50%);*/
    margin: 0 auto;
    z-index: 11;
    padding: 10px;
    border-radius: 5px;
    overflow-y: auto;
    left: 386px !important;
}

.overlay {
    width: 100%;
    height: 100%;
    background-image: url(../Images/back-pattern.png);
    background-repeat: repeat;
    background-color: rgba(0,0,0,0.5);
}

.overlay_login {
    max-width: 450px;
    margin: 0 auto;
    background: linear-gradient(225deg, transparent 50px, white 50px);
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.login_container {
    padding: 50px;
}

    .login_container:before {
        content: "";
        position: absolute;
        top: 0%;
        right: 0%;
        width: 0px;
        height: 0px;
        border-bottom: 70px solid #00bdf2;
        border-right: 70px solid transparent;
        margin: -1px 0 0 0;
        padding: 1px 0 0 0;
    }

    .login_container input {
        width: 100%;
        border: 0;
        border-bottom: #ccc solid 1px;
        padding: 15px 40px 0 0px;
        font-size: 1.2em !important;
        outline: none;
        height: 50px !important;
        border-radius: 0;
    }
/* forms */
.form-group {
    border: 1px solid #dddddd;
    margin: -2px 0 0 16px; /*10px;*/
    float: left;
}

.customModal {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 99;
    background: rgba(0,0,0,0.5);
    margin: 0;
}

.x-icon {
    background-image: url(../images/x-icon.png);
}

.grey-bg {
    background-color: #f6f6f6;
}

.round-icon-button {
    height: 26px;
    width: 26px;
    border: 1px solid #fff;
    margin: 8px 8px 0;
    cursor: pointer;
    border-radius: 13px;
    -moz-border-radius: 13px;
    -webkit-border-radius: 13px;
    background-position: center;
    background-repeat: no-repeat;
}

.title-bar {
    height: 45px;
    width: 100%;
    background-color: #ccc;
    border-bottom: 1px solid #8d8d8d;
    border-top: 1px solid #f5f5f3;
    background-position: center;
    background-repeat: no-repeat;
}

.customModalWrap {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
}

.customModalWindow {
    background-color: #fafdff;
    /*max-width: 278px;*/
    height: 330px;
    margin: 0 auto;
}

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

    .login_logo img {
        width: 100%;
        height: auto;
    }

.login_logo_heading {
    width: 24%;
    padding-left: 6%;
    border-left: #ccc solid 1px;
    font-size: 20px !important;
    color: #fff;
    float: left;
    margin: 15% 0% 0% 4%;
    text-transform: uppercase;
    font-weight: 600;
    text-align: right;
}

.user_field {
    background-color: transparent;
    background-image: url(../Images/username.png);
    background-repeat: no-repeat;
    background-size: 30px auto;
    background-position: 100% center;
    margin-top: 5%;
}

.password_field {
    background-color: transparent;
    background-image: url(../Images/password.png);
    background-repeat: no-repeat;
    background-size: 30px auto;
    background-position: 100% center;
    margin: 4% 0% 5% 0%;
}

.email_field {
    background-color: transparent;
    background-image: url(../Images/user-email.png);
    background-repeat: no-repeat;
    background-size: 30px auto;
    background-position: 100% center;
    margin: 4% 0% 5% 0%;
}

.submit_btn {
    float: right;
    height: 55px;
    width: 55px;
    background-color: #d25400;
    border-radius: 50%;
    cursor: pointer;
}

    .submit_btn img {
        width: 50%;
        padding: 14px;
    }

    .submit_btn:hover {
        background: #c44e00;
    }

#divforgotpassword input {
    margin: 5% 0% 5% 0%;
}

.back {
    height: 55px;
    width: 55px;
    cursor: pointer;
}

    .back img {
        width: 50%;
        padding: 14px 0;
    }

.login_btn_right {
    width: 37%;
    float: right;
    text-align: right;
}

.or {
    font-size: 1em;
    color: #fff;
    float: left;
    padding-top: 25px;
    margin-right: 9%;
}

.social_btn {
    width: 34%;
    height: 52px;
    border: #fff solid 1px;
    margin-top: 6%;
    float: left;
    margin-right: 4%;
    transition: all 0.3s;
}

    .social_btn:hover {
        background-color: #069ecf;
        border: #069ecf solid 1px;
        cursor: pointer;
    }

.facebook {
    background: url(../Images/facebook.svg) no-repeat;
    background-size: 25px auto;
    background-position: center;
}

.google {
    background: url(../Images/google_plus.svg) no-repeat;
    background-size: 25px auto;
    background-position: center;
    margin-right: 0;
}

.forget, .tc {
    margin-top: 5%;
    color: #4188be;
    font-size: 9pt !important;
    transition: all 0.3s;
}
.forgetgoole {
    margin-top: 10%;
    color: #4188be;
    font-size: 9pt !important;
    transition: all 0.3s;
}
.privacy-terms-main {
    width: 100%;
    line-height: 45px;
    color: #3c5fb2 !important;
}

    .privacy-terms-main a div {
        color: #4188be;
        font-size: 9pt !important;
    }

.divider-login-link {
    border-right: solid 1px #ccc;
    height: 15px;
    margin-left: 15px;
    margin-right: 15px;
}

.login_container a {
    text-decoration: none;
    color: inherit;
}

.tc {
    text-align: right;
    width: 25%;
}

.msg-alert {
    color: rgb(255, 0, 0);
    font-size: 9pt !important;
    transition: all 0.3s;
    margin-top: 5%;
}
/*New login Page CSS Ends*/
/*New Profile Menu CSS Starts*/
.header-btns {
    float: right;
}

    .header-btns ul {
        padding: 0px; /*margin:287px;*/
        margin-top: 6px;
        margin-right: 65px !important;
    }

        .header-btns ul li {
            float: left;
            list-style: none;
            -webkit-border-radius: 1px;
            -moz-border-radius: 4px;
            /*border-radius: 4px;*/
            /*width: 50px;*/
            height: 30px;
            margin: 0px !important;
            padding: 2px 5px;
            padding-top: 2.4px;
            text-align: center;
            width: 32px;
            cursor: pointer;
            border: 0 none;
            color: #fff;
            font-family: Arial;
            /*background-repeat: no-repeat;
    background-position: center;*/
            background: #333333 none no-repeat scroll 0 0;
            position: relative;
            z-index: 999;
        }

            .header-btns ul li img {
                height: auto;
                margin-right: 10px;
                position: relative;
                top: 3px;
                width: 20px;
            }

            .header-btns ul li:hover {
                background-color: #000;
            }

        /* icons for header btns*/

        .header-btns ul .profile {
            background-image: URL(../Images/user.png) !important;
        }

        .header-btns ul .logout {
            background-image: URL(../Images/logout.png) !important;
        }

        .header-btns ul .setting {
            background-image: URL(images/settings.png);
        }

.profileSubMenu {
    margin-left: -23px !important;
}

    .profileSubMenu li {
        width: 80px !important;
    }

.button_profile {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding-right: 10px;
    padding-left: 10px;
    text-decoration: none !important;
    cursor: pointer;
    text-indent: 0px;
    text-align: center;
    font-size: 8pt;
    margin: 2px;
    background-repeat: no-repeat;
    background-position: right;
    float: left;
    font-weight: bold;
}

    .button_profile .count {
        margin-top: 0px;
        margin-right: -8px;
    }

.default {
    height: 26px;
    line-height: 26px !important;
}

.grey_profile {
    color: #333 !important;
    border: 1px solid #777;
    background-color: #ccc;
}

    .grey_profile:hover {
        background-color: #efefef;
    }

#main {
    /*height: 100% !important;*/
    float: left;
    width: 99.7%;
}


.text_intend_none .ui-jqgrid tr.jqgrow td {
    text-indent: 0px;
}

/**Model Popup*/
.modal-box {
    background: white none repeat scroll 0 0 padding-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    display: none;
    position: absolute;
    width: 98%;
    z-index: 1000;
}

div#main .modal-box div.popup_title {
    background-color: #D1D1D1;
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
    color: #ffffff !important;
    font-size: 17px;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    width: 100%;
}

.add_user_input {
    color: #bebebe;
    float: left;
    height: 430px;
    width: 100%;
}

.popup_title_aprv_btn {
    background-color: #333;
    cursor: pointer;
    float: right;
    font-size: 12px;
    height: 32px;
    line-height: 32px;
    margin-right: 20px;
    margin-top: 7px;
    text-align: center;
    width: 120px;
    color: #ffffff;
}
.popup_title_prv_btn {
    float: right;
    width: 120px;
    cursor: pointer;
    background-color: #2a80b9;
    font-size: 12px;
    text-align: center;
    height: 32px;
    line-height: 32px;
    margin-top: 7px;
    margin-right: 20px;
    color: #fff;
}

.popup_close, #popClose {
    background: rgba(0, 0, 0, 0) url("../images/popup_close.svg") no-repeat scroll 0 0 / 20px auto;
    cursor: pointer;
    height: 20px;
    position: absolute;
    right: 15px;
    top: 15px;
    width: 20px;
}

.text-color {
    color: #000000;
    font-size: 17px !important;
}

.push-buttons {
    padding: 0px;
    margin: 8px 0 0;
    list-style: none;
}

    .push-buttons li {
        float: left;
        height: 27px;
        line-height: 27px;
        padding-left: 10px;
        padding-right: 10px;
        border: 1px solid #09667d;
        font-size: 9pt;
        cursor: pointer;
        border-right: 0px;
        color: #555;
        text-shadow: 1px 1px 1px #fff;
        -moz-text-shadow: 1px 1px 1px #fff;
        -webkit-text-shadow: 1px 1px 1px #fff;
        background-color: #c8d7dc;
    }

    .push-buttons .active {
        color: #333;
        background: #f9f9f9;
    }

    .push-buttons li:first-child {
    }

    .push-buttons li:last-child {
        border-right: 1px solid #09667d;
    }

    .push-buttons li:hover {
    }

.modal-overlay {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 900;
}

.error_border {
    border: 1px solid #ff0000;
}

.profileSucees {
    color: #FF5C01;
    float: left;
    font-size: 14px;
    text-align: center;
    width: 100%;
    font-weight: bold;
}

.float-right {
    float: right !important;
}

.filter-icon {
    background-image: url(../Images/filter-icon.png);
}
.reset-icon {
    background-image: url(../Images/reset.jpg);
}
.mr-20 {
    margin-right: 20px !important;
}

.profileError {
    color: #FF0000;
    float: left;
    font-size: 14px;
    text-align: center;
    width: 100%;
    font-weight: bold;
}

.change_password {
    cursor: pointer;
}

.salesmancss {
    width: 75px !important;
}

.password_success {
    color: green;
    background-image: url('../images/ok.png');
    background-repeat: no-repeat;
    padding-left: 20px; /* width of the image plus a little extra padding */
    display: block;
    background-size: 14px 14px;
    background-position: left center;
}

.password_error {
    color: red;
    background-image: url('../images/cross.png');
    background-repeat: no-repeat;
    padding-left: 20px; /* width of the image plus a little extra padding */
    display: block;
    background-size: 14px 14px;
    background-position: left center;
}

.err-msg {
    color: red;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    text-align: center;
    position: relative;
    float: left;
    width: 100%;
}

/*. {
    color: #00ade4;
    font-weight: bold;
    text-decoration: none;
}*/

#change_password_popup .xj-form {
    border: none;
}

    #change_password_popup .xj-form .elements .label {
        color: #000;
    }
/**Model Popup*/

.ui-jqgrid-titlebar select {
    height: 30px;
    border-radius: 2px;
}

.ui-jqgrid-titlebar .label {
}

.custom-row {
    display: flex;
    margin-left: -8px;
    margin-right: -8px;
}

    .custom-row .item {
        padding-left: 8px;
        padding-right: 8px;
    }

.align-bottom {
    align-items: flex-end;
}

.btn-refresh {
    border: 0;
    background: #e8e8e8;
    padding: 6px 12px;
    border-radius: 3px;
    line-height: 1.2;
}

    .btn-refresh:hover {
        background: #e0e0e0;
    }

.custom-select {
    height: 30px;
    line-height: 1.2;
}

.form-label {
    font-size: 15px;
    color: #105e91;
}

    .form-label.block {
        margin-bottom: 5px;
    }


.custom-modal {
    position: absolute;
    max-width: 600px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    z-index: 999;
    min-height: 150px;
}

#resetlogin .login-error-block {
    border-color: #FF0000;
}

.form-row input {
    width: 100%;
    height: 30px;
    outline: none;
    margin: 15px 0;
    line-height: 30px;
    background-color: transparent;
    border: 0;
    font-size: 13px !important;
    border-bottom: 1px solid rgba(255,255,255,0.7);
    color: #fff;
    background-position: right;
    padding-right: 40px;
    background-repeat: no-repeat;
    box-sizing: border-box;
    display: initial;
    position: relative;
    z-index: 9;
}

.login_container .form-row {
    position: relative;
    margin-top: 30px;
}
/* Modal Header */
.FilterPopup .modal-header {
    padding: 2px 16px;
    background-color: #34495E;
    color: white;
}
/* Modal Footer */
.FilterPopup .modal-footer {
    padding: 2px 16px;
    color: white;
}

/* The Modal (background) */
.FilterPopup.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    /*height: 100%;  Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.FilterPopup .modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 60%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.FilterPopup .close {
    color: #aaa;
    float: right;
    font-weight: bold;
    width: 21px;
    height: 46px;
}

    .FilterPopup .close:hover,
    .FilterPopup .close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }

.FilterPopup .xj-form {
    border: none;
}

.FilterPopup h2 {
    color: #ffffff;
}

.asset_btn {
    width: 80px;
    height: 25px;
    margin: 0 10px;
}
.generatepwd_btn {
    width: 180px;
    height: 25px;
    margin: 0 10px;
}
.asset_section .xj-form .elements input, .asset_section .xj-form .elements select {
    width: 55%;
}

.FilterPopup table tr td {
    border-bottom: 1px solid grey;
}

.FilterPopup table tfoot tr td {
    border: none;
}

.FilterPopup table thead tr td {
    color: #FFFFFF;
}

/*FilterPopup thead, .FilterPopup tbody tr {
        display: table;
        table-layout: fixed;
        width: 100%;
        text-align: left;
    }

    .FilterPopup tbody {
        display: block;
        height: 50px;
        overflow: auto;
    }*/
#gbox_assetdetailsgrid, #gview_assetdetailsgrid {
    width: 100%;
}

.xj-form {
    border: none;
}

    .xj-form .elements input, .xj-form .elements select {
        height: 25px;
        width: 60%;
    }


#customerFilterPopup .ui-jqgrid .ui-jqgrid-bdiv, #AssetFilterPopup .ui-jqgrid .ui-jqgrid-bdiv {
    height: 250px !important;
}
/*For action dropdown starts*/

.actionbtn {
    background-color: white;
    color: black;
    padding: 4px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    line-height: 19px;
    height: 19px;
    padding-left: 6px;
}

.actiondropdown {
    position: relative;
    display: inline-block;
    float: right;
    margin-right: 8px;
    margin-top: 8px;
    width: 80px;
    border: 1px solid #a2a2a2;
}

.actiondropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 155px;
    z-index: 1;
    border: 1px solid #a2a2a2;
    left: -1px;
}

    .actiondropdown-content u {
        color: black;
        padding: 0px;
        text-decoration: none;
        display: block;
        cursor: pointer;
        font-weight: bold;
        height: 26px;
        line-height: 26px;
        padding-left: 6px;
    }

        .actiondropdown-content u:hover {
            background-color: #f1f1f1;
        }

.actiondropdown:hover .actiondropdown-content {
    display: block !important;
}

.actiondropdownL-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 200px;
    z-index: 1;
    border: 1px solid #a2a2a2;
    right: -1px;
}

    .actiondropdownL-content u {
        color: black;
        padding: 0px;
        text-decoration: none;
        display: block;
        cursor: pointer;
        font-weight: bold;
        height: 26px;
        line-height: 26px;
        padding-left: 6px;
    }

        .actiondropdownL-content u:hover {
            background-color: #f1f1f1;
        }

.actiondropdown:hover .actiondropdownL-content {
    display: block !important;
}

.arrowdown {
    background: url(../Images/down-arrow.png);
    height: 13px;
    width: 20px;
    display: inline-block;
    background-repeat: no-repeat;
    margin-left: 8px;
}

.popup_close, #popClose {
    width: 20px;
    height: 20px;
    background: url(../images/popup_close.svg) no-repeat;
    background-size: 20px auto;
    position: absolute;
    right: 15px;
    cursor: pointer;
    top: 15px;
}
input.border-error{
    border-bottom:1px solid #FF0000;
}
/*For action dropdown ends*/

