﻿/* ---- Element Styles ---- */
html, body {
    font-family: 'Segoe UI',Tahoma,'Lucida Grande';
    font-size: 82%;
    line-height: 1.2em;
    margin: 0;
    padding: 0;
    color: #5d5d5d;
}

input, select, textarea {
    font-family: 'Segoe UI',Tahoma,'Lucida Grande';
    padding: 0 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #5d5d5d;
    font-size: 11px;
    font-weight: bold;
    outline: none;
}

    input[type=text], input[type=password] {
        height: 25px;
    }

select {
    height: 23px;
}

textarea {
    border: none;
    overflow: auto;
    background-color: #f7f7f7;
    border: solid 1px #E0E0E0 !important;
        margin-top: 5px;
}

h1, h2, h3 {
    font-family: 'Segoe UI light','Segoe UI',Tahoma,'Lucida Grande';
    font-weight: 600;
}

.ftb {
    font-family: 'Segoe UI',Tahoma,'Lucida Grande';
}

table td {
    padding: 1px 7px;
}

.bs {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

select:disabled {
    background: #F0F0F0;
}

::-webkit-input-placeholder {
    font-style: italic;
    font-weight: normal;
}

:-ms-input-placeholder {
    font-style: italic;
    font-weight: normal;
}

:-moz-placeholder { /* Firefox 18- */
    font-style: italic;
    font-weight: normal;
}

::-moz-placeholder { /* Firefox 19+ */
    font-style: italic;
    font-weight: normal;
}

.linkText {
    color: #0099FF !important;
}

.color-palette {
    margin: 5px 7px;
}

    .color-palette span {
        width: 20px;
        height: 20px;
        display: inline-block;
        cursor: pointer;
        margin: 4px;
        border-radius: 30px;
    }

/* Navigation Menu*/
/*#divNav {
    top: 47px;
    position: fixed;
    width: 100%;
    min-width: 960px;
    z-index: 200;
    background-color: #333;
}*/

    #divNav #divNavM {
        height: 50px;
        padding-left: 20px;
        padding-right: 20px;
        display: none;
        background-color: #232323;
    }

        #divNav #divNavM #divNavB {
            float: right;
        }

#divNavL, #divNavR {
    width: 30px;
    float: left;
    padding-top: 12px;
    padding-left: 2px;
    height: 38px;
}

#btnNavL, #btnNavR {
    border-radius: 50px 50px 50px 50px;
    border: 2px solid white;
    width: 20px;
    padding: 3px 0px 0px 3px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 20px;
    visibility: hidden;
}

.navlimg {
    background-image: url('images/ArrowHead-Left.png');
    background-position: 2px 3px;
}

.addleftmarg {
    margin-left: 21px;
    float:none !important;
}

.navrimg {
    background-image: url('images/ArrowHead-Right.png');
    background-position: 4px 3px;
}

#divNav #divNavM #divNavSlider {
    overflow: hidden;
    float: left;
    padding-top: 2px;
    margin-right: 5px;
    height: 50px;
}

    #divNav #divNavM #divNavSlider #ulNavModules {
        width: 5000%;
        margin: 0px 0px 0px -36px;
        height: 50px;
        list-style-type: none;
    }

        #divNav #divNavM #divNavSlider #ulNavModules li {
            float: left;
            color: #fff;
            font-size: 13px;
            height: 43px;
            text-align: center;
            width: 150px;
            padding: 5px 5px 0 5px;
            cursor: pointer;
            letter-spacing: 1px;
            line-height: 16px;
        }

#divNav #divNavSM {
    height: 200px;
    padding: 10px 20px 0 20px;
    display: none;
}

    #divNav #divNavSM #divNavSMC {
        overflow: hidden;
        float: left;
        height: 200px;
    }

        #divNav #divNavSM #divNavSMC #divNavSMS {
            width: 5000%;
            margin-left: 5px;
            height: 200px;
        }

            #divNav #divNavSM #divNavSMC #divNavSMS .divNavSMCol {
                float: left;
                width: 190px;
                margin-right: 20px;
            }

                #divNav #divNavSM #divNavSMC #divNavSMS .divNavSMCol .subModItem {
                    text-decoration: none;
                    color: #fff;
                    font-size: 12px;
                    display: block;
                    line-height: 25px;
                    width: 190px;
                    padding-left: 10px;
                }

.subModWOI {
    font-weight: bold;
    font-size: 13px !important;
}

.subModWI {
    font-weight: bold;
    font-size: 13px !important;
    border-bottom: 1px solid #696969;
    cursor: default;
}

#divNav #divNavSM > div {
    float: left;
}

#divNav #divNavSM #divNavSR {
    float: right !important;
}

#divNav #divNavSM #divNavSL #btnNavSL {
    width: 40px;
    background: url("images/ArrowHead-Left.png") no-repeat;
    cursor: pointer;
    visibility: hidden;
}

#divNav #divNavSM #divNavSR #btnNavSR {
    width: 40px;
    margin-left: 9px;
    background: url("images/ArrowHead-Right.png") no-repeat;
    cursor: pointer;
    visibility: hidden;
}

.selectedModBorder {
    border-bottom-color: #333;
}

#divNav #divNavSM #divNavAddSC {
    height: 35px;
    width: 100%;
    display: none;
}

    #divNav #divNavSM #divNavAddSC #divNavAddSCB {
        border: 1px dashed white;
        height: 25px;
        color: white;
        display: table-cell;
        vertical-align: middle;
        width: 500px;
        text-align: center;
        font-size: 12px;
    }

.selectedModBar {
    border-bottom: 2px solid #696969;
}

.moduleSelected {
    outline: 2px solid #696969;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    background-color: #333;
}

.mainMenuSpliter {
    float: left;
    height: 48px;
    width: 150px;
}

    .mainMenuSpliter:hover {
        outline: none;
        border: none;
        cursor: default !important;
    }

.dissabledMenuNevi {
    visibility: visible !important;
}

.separaterDiv {
    float: left;
}

/* ---- Layout ---- */
.doc-header {
    height: 47px;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 200;
}

    .doc-header .leftcontent {
        float: left;
        padding: 11px 0 0 18px;
        position: relative;
    }

        .doc-header .leftcontent span {
            float: left;
        }
    /* .doc-header .leftcontent>span:first-child {
            border-right: 1px solid rgba(255, 255, 255, 0.54);
            padding: 13px 11px 14px 0px;
            margin: -12px 0px 0px -10px;
        }*/

    .doc-header #homelink {
        color: white;
        text-decoration: none;
        border: none;
        outline: none;
        font-size: 2.1em;
        line-height: 24px;
    }

    .doc-header .rightcontent {
        float: right;
        font-size: 1.1em;
        padding: 4px 18px 0 0;
        line-height: normal;
    }

        .doc-header .rightcontent span {
            float: right;
            color: white;
            margin: 0;
        }

.doc-detail {
    padding: 60px 0 0 0;
    float: left;
    width: 100%;
}

.doc-detail-alt {
    padding: 67px 40px 10px 40px;
}

#txtGlobalSearch {
    outline: none;
    border: none;
    width: 300px;
    height: 28px;
    padding: 0 8px 2px;
    border-right: 1px solid #ccc;
}

input[type=text], input[type=password], select, textarea {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
}
.wc-search {
    border: 1px solid #ccc !important; width: 190px; margin-left: 10px;
}
#divST table tbody tr td input[type=text], #divST table tbody tr td select {
    border-bottom: 1px solid #ccc;
}
.doc-header .page-header {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    color: #000;
    height: 67px;
    margin-top: 47px;
    padding: 25px 20px 0;
    width: 100%;
    z-index: 1;
    position: absolute;
}

.pageheader {
    font-size: 2em;
}

.buttonbar {
    height: 3em;
    clear: both;
    float: right;
}

.gap {
    width: 20px;
}

.sectionbreak {
    display: inline-block;
    width: 100%;
    height: 20px;
}

.groupbox {
    border: 1px solid #ccc;
    background: #fff;
}

.groupboxgrid {
    border: 1px solid #ccc;
    background: #fff;
    padding: 12px 0;
    /* height: 1.4em; */
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.jqxgridalign {
    width: 100%;
    overflow-x: auto;
    border: 1px solid #eee;
    float: left;
}

.textview {
    width: 100%;
    padding: 0 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    height: 22px;
    color: #5d5d5d;
    font-size: 12px;
    font-weight: bold;
    border-bottom: #ccc solid 1px;
}

.textview-Overflow {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 263px;

}

.textviewarea {
    background-color: #f7f7f7;
    border: solid 1px #E0E0E0;
}

.tbc td {
    vertical-align: top;
    padding: 1px 7px;
    overflow: hidden;
    line-height: 2em;
}

.ncell {
    min-width: 120px;
}

.vcell {
    min-width: 100px;
}

.dbcell {
    margin: 10px;
    height: 96%;
}

.gcd {
    background-color: #eee;
}

.balnotify {
    position: relative;
    background-color: #E33244;
    right: -10px;
    padding: 1px;
    border-radius: 3px;
    line-height: 1;
    font-size: 75%;
    font-weight: bold;
    top: -42px;
    border: rgba(0, 0, 0, 0.21) solid 2px;
}

/* ---- Validations ---- */
.requiredfield {
    color: #C00;
    float: right;
    font-weight: bold;
    padding-left: 8px;
    top: -2px;
}

.warningInfo {
    color: #f8b800;
    display: inline-block;
    border-radius: 60px;
    box-shadow: 0px 0px 2px #f8b800;
    padding: 0.1em 0.4em;
    text-align: center;
}

.errorborder, input[type=text].errorborder{
    border: 2px solid #C00 !important;
}

.errormessage {
    color: #C00;
    clear: both;
}
.pricing-err { position: absolute; background: rgba(255, 0, 0, 0.59); padding: 1px 1px; }
    .pricing-err label { color: #fff; }
    .errormessage label {
        color: #C00;
    }
.highlightImportant {
    border: 2px solid #EFE701 !important;
}

.state-error {
    border: 1px solid #ff0000;
    background-color: #ffeded;
    color: #d00000;
}

.state-info {
    border: 1px solid #1877ff;
    background-color: #3487ff;
    color: #1877ff;
}

.state-success {
    border: 1px solid #15a300;
    background-color: #c4ffc0;
    color: #336c00;
}

.validator {
    /*padding: 0.4em 1.5em;*/
    text-align: center;
    margin: 5px auto;
    position: relative;
}

/*#divHeader .validator {
    padding: 0.4em 1.5em;
    text-align: center;
    margin: 5px auto;
    position: fixed;
    width: 95%;
    top: 75px;
}*/

/* ---- Image Decors ---- */
.pic-login {
    float: left;
    width: 460px;
    height: 440px;
    background-image: url('images/login.png');
}

.pic-login-entution {
    float: left;
    width: 460px;
    height: 40px;
    background-image: url('images/entution.png');
    background-repeat: no-repeat;
}

.pic-dashboard-tile {
    margin: 2px;
    background-color: #4d4d4d;
    border: none;
    width: 74px;
    height: 58px;
    text-align: center;
    background-repeat: no-repeat;
    display: inline-block;
    cursor: pointer;
    background-image: url('images/dashboard-tile.png');
}

.pic12 {
    width: 12px;
    height: 12px;
    text-align: center;
    background-repeat: no-repeat;
    display: inline-block;
    cursor: pointer;
    background-image: url('images/pic12.png');
}

.pic16 {
    width: 16px;
    height: 15px;
    text-align: center;
    background-repeat: no-repeat;
    display: inline-block;
    cursor: pointer;
    background-image: url('images/pic16.png');
    background-size:160px 360px;
}

.pic24 {
    width: 24px;
    height: 24px;
    text-align: center;
    background-repeat: no-repeat;
    display: inline-block;
    cursor: pointer;
    background-image: url('images/pic24.png');
    border: 2px solid;
    border-radius: 20px;
}

.pic32 {
    width: 32px;
    height: 32px;
    text-align: center;
    background-repeat: no-repeat;
    display: inline-block;
    cursor: pointer;
    background-image: url('images/pic32.png');
    margin-left: 10px;
}

.pic48 {
    width: 48px;
    height: 48px;
    text-align: center;
    background-repeat: no-repeat;
    display: inline-block;
    cursor: pointer;
    background-image: url('images/pic48.png');
}

.pic72 {
    width: 72px;
    height: 72px;
    text-align: center;
    background-repeat: no-repeat;
    display: inline-block;
    cursor: pointer;
    background-image: url('images/pic72.png');
}

.pic12-reply {
    background-position: 0 0;
}

.pic12-comment-edit {
    background-position: -12px 0;
}

.pic12-comment-delete {
    background-position: -24px 0;
}

.pic16-angle-right {
    background-position: 0 0;
}

.pic16-angle-left {
    background-position: -16px 0;
}

.pic16-angle-up {
    background-position: -32px 0;
}

.pic16-angle-down {
    background-position: -48px 0;
}

.pic16-chart {
    background-position: -64px 0;
}
.pic16-360 {
    background-position: -143px -176px;
}
.pic16-check {
    background-position: -80px 0;
}

.pic16-check-empty {
    background-position: -96px 0;
}

.pic16-down {
    background-position: -112px 0;
}

.pic16-left {
    background-position: -128px 0;
}

.pic16-right {
    background-position: -144px 0;
}

.pic16-up {
    background-position: 0 -16px;
}

.pic16-config {
    background-position: -16px -16px;
}

.pic16-download {
    background-position: -32px -16px;
}

.pic16-edit-alt {
    background-position: -48px -16px;
}

.pic16-envelope {
    background-position: -64px -16px;
}

.pic16-extlink {
    background-position: -80px -16px;
}

.pic16-list {
    background-position: -96px -16px;
}

.pic16-filter {
    background-position: -112px -16px;
}

.pic16-file {
    background-position: -128px -16px;
}

.pic16-file-alt {
    background-position: -144px -16px;
}

.pic16-ok {
    background-position: 0 -32px;
}

.pic16-minus {
    background-position: -16px -32px;
}

.pic16-lock {
    background-position: -32px -32px;
}

.pic16-unlock {
    background-position: -48px -32px;
}

.pic16-close {
    background-position: -64px -32px;
}

.pic16-reverse {
    background-position: -80px -32px;
}

.pic16-plus {
    background-position: -96px -32px;
}

.pic16-edit {
    background-position: -112px -32px;
}

.pic16-signin {
    background-position: -128px -32px;
}

.pic16-signout {
    background-position: -144px -32px;
}

.pic16-search {
    background-position: 0 -48px;
}

.pic16-retweet {
    background-position: -16px -48px;
}

.pic16-trash {
    background-position: -32px -48px;
}

.pic16-sort-up {
    background-position: -48px -48px;
}

.pic16-sort-down {
    background-position: -64px -48px;
}

.pic16-sort {
    background-position: -80px -48px;
}

.pic16-zoomout {
    background-position: -96px -48px;
}

.pic16-zoomin {
    background-position: -112px -48px;
}

.pic16-wrench {
    background-position: -128px -48px;
}

.pic16-upload {
    background-position: -144px -48px;
}

.pic16-newwin {
    background-position: 0 -64px;
    margin: 4px 4px;
    float: left;
}

.pic16-newwin-alt {
    background-position: -16px -64px;
}

.pic16-calendar {
    background-position: -32px -64px;
}

.pic16-refresh {
    background-position: -48px -64px;
}

.pic16-comment {
    background-position: -64px -64px;
}

.pic16-select-arrow {
    background-position: -80px -64px;
}

.pic16-info {
    background-position: -96px -64px;
}

.pic16-color {
    background-position: -112px -64px;
}

.pic16-bold {
    background-position: -128px -64px;
}

.pic16-italic {
    background-position: -144px -64px;
}

.pic16-right-w {
    background-position: 0 -80px;
}

.pic16-left-w {
    background-position: -16px -80px;
}

.pic16-error {
    background-position: -32px -80px;
}

.pic16-ok-w {
    background-position: -48px -80px;
}

.pic16-act-delete {
    background-position: -64px -80px;
}

.pic16-act-draft {
    background-position: -80px -80px;
}

.pic16-act-release {
    background-position: -96px -80px;
}

.pic16-act-reverse {
    background-position: -112px -80px;
}

.pic16-act-info {
    background-position: -128px -80px;
}

.pic16-act-pending {
    background-position: -144px -80px;
}

.pic16-up-alt {
    background-position: 0 -96px;
}

.pic16-down-alt {
    background-position: -16px -96px;
}

.pic16-rem-on {
    background-position: -32px -96px;
}

.pic16-rem-off {
    background-position: -48px -96px;
}

.pic16-act-drop {
    background-position: -64px -96px;
}

.pic16-error-alt {
    background-position: -80px -96px;
}

.pic16-act-confirm {
    background-position: -96px -96px;
}

.pic16-req-used {
    background-position: -112px -96px;
}

.pic16-opt-used {
    background-position: -128px -96px;
}

.pic16-req-notused {
    background-position: -144px -96px;
}

.pic16-underline {
    background-position: 0 -112px;
}

.pic16-outdent {
    background-position: -16px -112px;
}

.pic16-indent {
    background-position: -32px -112px;
}

.pic16-numberlist {
    background-position: -48px -112px;
}

.pic16-bulletlist {
    background-position: -64px -112px;
}

.pic16-link {
    background-position: -80px -112px;
}

.pic16-erase {
    background-position: -96px -112px;
}

.pic16-openfolder {
    background-position: -112px -112px;
}

.pic16-reminder {
    background-position: -128px -112px;
}

.pic16-opt-notused {
    background-position: -144px -112px;
}

.pic16-release {
    background-position: 0 -128px;
}

.pic16-duplicate {
    background-position: -16px -128px;
}

.pic16-draft {
    background-position: -32px -128px;
}

.pic16-draftandnew {
    background-position: -48px -128px;
}

.pic16-update {
    background-position: -64px -128px;
}

.pic16-update-doc {
    background-position: -80px -128px;
}

.pic16-cart {
    background-position: -96px -128px;
}

.pic16-print {
    background-position: -112px -128px;
}

.pic16-documentflow {
    background-position: -128px -128px;
}

.pic16-action {
    background-position: -144px -128px;
}

.pic16-apply {
    background-position: 0 -144px;
}

.pic16-act-releasedtopick {
    background-position: -16px -144px;
}

.pic16-checkout {
    background-position: -32px -144px;
}

.pic16-act-rejected {
    background-position: -48px -144px;
}

.pic16-task {
    background-position: -64px -144px;
}

.pic16-tag {
    background-position: -80px -144px;
}

.pic16-execute {
    background-position: -96px -144px;
}

.pic16-period-closing {
    background-position: -112px -144px;
}

.pic16-period-hold {
    background-position: -128px -144px;
}

.pic16-disposed {
    background-position: -144px -144px;
}

.pic16-tranclose {
    background-position: 0 -160px;
}

.pic16-tranhold {
    background-position: -16px -160px;
}

.pic16-formula {
    background-position: -32px -160px;
}

.pic16-alternative {
    background-position: -48px -160px;
}

.pic16-fillarrow-right {
    background-position: -64px -160px;
}

.pic16-fillarrow-down {
    background-position: -80px -160px;
}

.pic16-post-arrow-right {
    background-position: -96px -160px;
}

.pic16-post-arrow-left {
    background-position: -112px -160px;
}

.pic16-pause {
    background-position: -144px -160px;
}

.pic16-stop {
    background-position: 0 -176px;
}

.pic16-resource {
    background-position: -16px -176px;
}

.pic16-fillarrow-right-disable {
    background-position: -32px -176px;
}

.pic16-pause-disable {
    background-position: -48px -176px;
}

.pic16-stop-disable {
    background-position: -64px -176px;
}

.pic16-product-tree {
    background-position: -80px -176px;
}

.pic16-Draft-Reviewing {
    background-position: -96px -176px;
}

.pic16-Draft-Rejected {
    background-position: -112px -176px;
}

.pic16-Draft-Approved {
    background-position: -128px -176px;
}
.pic16-map-icon {
    background-position: 0 -188px;
}
.pic16-Pend-Create {
    background-position: -15px -192px;
}
.pic16-asset-draft {
   background-position: -31px -192px;
}
.pic16-asset-released {
   background-position: -46px -192px;
}   
.pic24-process {
    background-position: 0 0;
}

.pic24-settings {
    background-position: -24px 0;
}

.pic24-signout {
    background-position: -48px 0;
}

.pic24-arrow-down {
    background-position: -72px 0;
}

.pic24-arrow-up {
    background-position: -96px 0;
}

.pic24-add-doc {
    background-position: -120px 0;
}

.pic24-info {
    background-position: 0 -24px;
}

.pic24-plus {
    background-position: -24px -24px;
}

.pic24-minus {
    background-position: -48px -24px;
}

.pic24-product {
    background-position: -72px -24px;
}

.pic24-customer {
    background-position: -96px -24px;
}

.pic24-warehouse {
    background-position: -120px -24px;
}

.pic24-arrow-l {
    background-position: 0 -48px;
}

.pic24-arrow-r {
    background-position: -24px -48px;
}

.pic24-task-list {
    background-position: -47px -97px;
}

.pic24-notification {
    background-position: -48px -48px;
}

.pic24-edit {
    background-position: -72px -48px;
}

.pic24-plus-b {
    background-position: -96px -48px;
}

.pic24-trash {
    background-position: -120px -48px;
}

.pic24-period-closing {
    background-position: 0 -72px;
}

.pic24-period-hold {
    background-position: -24px -72px;
}

.pic24-profit {
    background-position: -48px -72px;
}

.pic24-lose {
    background-position: -72px -72px;
}

.pic24-balance {
    background-position: -96px -72px;
}

.pic24-view {
    background-position: -120px -72px;
}

.pic24-calculator {
    background-position: 0 -96px;
}

.pic24-chart {
    background-position: -24px -96px;
}

.pic32-home {
    background-position: 0 0;
}

.pic32-back {
    background-position: -32px 0;
}

.pic32-addchart {
    background-position: -64px 0;
}

.pic32-trash {
    background-position: -96px 0;
}

.pic32-editchart {
    background-position: -128px 0;
}

.pic32-settings {
    background-position: 0 -32px;
}

.pic32-export {
    background-position: -32px -32px;
}

.pic32-refresh {
    background-position: -64px -32px;
}

.pic32-save {
    background-position: -96px -32px;
}

.pic32-play {
    background-position: -128px -32px;
}

.pic32-viewchart {
    background-position: 0 -64px;
}

.pic32-print {
    background-position: -32px -64px;
}

.pic32-next {
    background-position: -64px -64px;
}

.pic32-list {
    background-position: -96px -64px;
}

.pic32-next-w {
    background-position: 0 -96px;
}

.pic32-back-w {
    background-position: -32px -96px;
}

.pic32-dayview {
    background-position: -128px -64px;
}

.pic32-weekview {
    background-position: -64px -96px;
}

.pic32-monthview {
    background-position: -96px -96px;
}

.pic32-today {
    background-position: -128px -96px;
}

.pic32-pin {
    background-position: 0 -128px;
}

.pic32-action {
    background-position: -32px -128px;
}

.pic32-check {
    background-position: -64px -128px;
}

.pic32-check-empty {
    background-position: -96px -128px;
}

.pic32-sharegroup-b {
    background-position: -128px -128px;
}

.pic32-edit {
    background-position: 0 -160px;
}

.pic32-wrench {
    background-position: -32px -160px;
}

.pic32-trash {
    background-position: -64px -160px;
}

.pic32-documentflow {
    background-position: -96px -160px;
}

.pic32-reverse {
    background-position: -128px -160px;
}

.pic32-retweet {
    background-position: 0 -192px;
}

.pic32-plus {
    background-position: -32px -192px;
}

.pic32-download {
    background-position: -64px -192px;
}

.pic32-back-blue {
    background-position: -96px -192px;
}

.pic32-next-blue {
    background-position: -128px -192px;
}

.pic32-back-tp {
    background-position: 0 -224px;
}

.pic32-plus-border {
    background-position: -32px -224px;
}

.pic32-trash-border {
    background-position: -64px -224px;
}


.pic48-trash {
    background-position: 0 0;
}

.pic48-documentflow {
    background-position: -48px 0;
}

.pic48-reverse {
    background-position: -96px 0;
}

.pic48-retweet {
    background-position: -144px 0;
}

.pic48-complete {
    background-position: -192px 0;
}

.pic48-hold {
    background-position: 0 -48px;
}

.pic48-unhold {
    background-position: -48px -48px;
}

.pic48-journalentry {
    background-position: -96px -48px;
}

.pic48-event {
    background-position: -144px -48px;
}

.pic48-Task {
    background-position: -192px -48px;
}

.pic48-remarks {
    background-position: -0px -96px;
}

.pic48-reminder {
    background-position: -48px -96px;
}

.pic48-user-approve {
    background-position: -96px -96px;
}

.pic48-search {
    background-position: -142px -96px;
}

.pic72-event {
    background-position: 0 0;
}

.pic72-task {
    background-position: -72px 0;
}

.pic72-comment {
    background-position: -144px 0;
}

.pic72-reminder {
    background-position: -216px 0;
}

.pic72-notifications {
    background-position: -288px 0;
}

.pic72-calendar {
    background-position: -360px 0;
}

.pic72-dashboard {
    background-position: -432px 0;
}

.pic72-activitylog {
    background-position: -504px 0;
}

.pic72-settings {
    background-position: -576px 0;
}

.pic72-changepassword {
    background-position: -648px 0;
}

.pic72-approvals {
    background-position: 0 -72px;
}

.pic72-hierarchy {
    background-position: -72px -72px;
}

.pic72-docsequence {
    background-position: -144px -72px;
}

.pic72-workflow {
    background-position: -216px -72px;
}

.pic72-configuser {
    background-position: -288px -72px;
}

.pic72-processpermission {
    background-position: -360px -72px;
}

.pic72-adminview {
    background-position: -432px -72px;
}

.pic72-processflow {
    background-position: -504px -72px;
}

.pic72-user {
    background-position: -576px -72px;
}

.pic72-userpermission {
    background-position: -648px -72px;
}

.pic72-sharegroup {
    background-position: -216px -144px;
}

.pic72-transactionbook {
    background-position: -288px -144px;
}

.pic72-processflowact {
    background-position: -432px -144px;
}

.pic72-permissiontemplate {
    background-position: -504px -144px;
}

.pic72-permissiongroup {
    background-position: -576px -144px;
}

.pic72-uisettings {
    background-position: -648px -144px;
}

.pic72-emailtemplate {
    background-position: 0 -216px;
}

.pic72-dashboardtemplate {
    background-position: -72px -216px;
}

.pic72-address {
    background-position: -144px -216px;
}

.pic72-datamigrator {
    background-position: -216px -216px;
}

.pic72-left-w {
    background-position: -288px -216px;
}

.pic72-right-w {
    background-position: -360px -216px;
}

.pic72-termsandconditions {
    background-position: -432px -216px;
}

.pic72-scheduletemplate {
    background-position: -504px -216px;
}

.pic72-sharinggroup {
    background-position: -576px -216px;
}

.pic72-useroverview {
    background-position: -648px -216px;
}

.pic72-balancinglevelsettings {
    background-position: -0px -288px;
}

.pic72-printTemplate {
    background-position: -72px -288px;
}
.ajaxloader {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -8px;
    margin-top: -8px;
    display: block;
    height: 16px;
    width: 16px;
    background-color: transparent;
    background-image: url('images/preloader.gif');
}

/* ---- Tiles ---- */
.scgroup {
    margin-right: 50px;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.scgroupname {
    font-weight: 100;
    color: #4D4D4D;
    margin-left: 5px;
}

.scset {
    display: inline-block;
    vertical-align: top;
    max-width: 256px;
}

#tilebar {
    padding:0 37px;
    width:100% !important;
    float:left;
}

.tiles {
    text-decoration: none;
    float: left;
    color: #fff !important;
    display: block;
    margin: 4px;
    position: relative;
    font-weight: 100;
    text-decoration: none;
    font-size: 16px;
    overflow: hidden;
}



    .tiles:hover {
        outline: 4px solid #b1b1b1;
        color: #fff !important;
        text-decoration: none;
    }

.tiles-live-c {
    bottom: 35px;
    position: absolute;
    right: 10px;
}

.tiles-count {
    bottom: 35px;
    position: absolute;
}

.tiles-small {
    height: 120px;
    width: 120px;
}

.tiles-medium {
    height: 120px;
    width: 248px;
}

.tiles-slider {
    position: absolute;
}

    .tiles-slider > div {
        height: 120px;
    }

.tiles-header {
    padding: 5px 10px 10px 10px;
    line-height: 24px;
    margin: 0;
}

.tiles-header-sft {
    padding: 5px 10px;
    height: 110px;
    margin: 0;
    width: 100px;
    line-height: 24px;
}

.tiles-header-st {
    line-height: 24px;
    margin: 0;
    padding: 5px 10px 10px 10px;
}

.tiles-detail {
    display: block;
    padding: 0 10px 5px;
    width: 228px;
    position: absolute;
    bottom: 0;
    font-size: 48px;
}

.tiles-detail-s {
    display: block;
    padding: 0 10px 5px;
    text-align: center;
    width: 100px;
}

.tiles-detail-sc {
    bottom: 0;
    display: block;
    font-size: 48px;
    padding: 0 10px 5px;
    position: absolute;
    width: 100px;
    text-align: right;
}

.tiles-detail-sf {
    display: block;
    height: 120px;
    text-align: center;
    width: 120px;
}

.tiles-image-l {
    float: right;
    position: relative;
    bottom: 6px;
}

/* ---- Toggle Widget ---- */
.tgl-widget {
    height: 20px;
    line-height: 20px;
    padding: 8px 4px;
    position: relative;
}

    .docable-widget-heading {
        margin: 0;
        font-size: 1.4em;
        font-weight: normal;
        padding-left: 30px;
        display: inline-block;
        font-weight: bold;
    }

    .tgl-widget .tgl-plus {
        background: url('images/plus20.png') no-repeat scroll;
    }

    .tgl-widget .tgl-minus {
        background: url('images/minus20.png') no-repeat scroll;
    }

.tgl-widget-content {
    padding: 1.6em 0em;
    margin-top: -2px;
    position: relative;
    /*overflow: auto;*/
}

/* ---- Flow Chart ---- */
.pf-rect {
    fill: #f2f2f2;
    stroke-width: 1px;
    cursor: pointer;
}

.pf-header {
    font-size: 12px;
    fill: #4d4d4d;
}

.pf-Mainheader {
    font-size: 20px;
    fill: #4d4d4d;
    text-align: center;
    vertical-align: 70px;
}

.pf-line {
    stroke: #4d4d4d;
    stroke-width: 1px;
}

.pf-content {
    font-size: 11px;
}

.pf-content-x {
    font-size: 11px;
    stroke: none;
    fill: #296DB4;
}

.pf-footer {
    border-top: solid 1px #4d4d4d;
    position: absolute;
    top: 216px;
    left: 0px;
    width: 132px;
    padding: 4px;
}

.pf-join {
    stroke-width: 2px;
}

path.pf-join:hover  {
    stroke-width: 3px;
    z-index: 50000;
}

.pf-tbright {
    float: right;
}

    .pf-tbright span {
        float: left;
        margin-left: 10px;
        margin-top: 3px;
    }

/* ---- Drop Menu ---- */
.dropmenu {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-bottom: 100px;
}

    .dropmenu .separator {
        height: 1px;
    }

    .dropmenu li a {
        display: block;
        padding: 10px 10px;
        color: #505050;
        font-size: 13px;
    }
    .dropmenu li a.color-hover {
        color: #616161 !important;
    }
        .dropmenu li a:hover {
            text-decoration: none;
        }
        .dropmenu li a:hover {
            background: #eee !important;
        }
/* ---- Button ---- */
.button {
    font-weight: 700;
    font-size: 12px;
    display: inline-block;
    text-decoration: none;
    position: relative;
    color: #7d7d7d !important;
    margin-left: 0.4em;
    text-align: center;
    cursor: pointer;
    padding: 0.4em 0.8em;
    line-height: 16px;
}
.button label {
    color: #7d7d7d;
}
    .button:hover, .button label:hover {
        background-color: #ddd !important;
        text-decoration: none;
    }

    .button:active {
        background-color: #ccc;
        color: black !important;
    }

    .button span {
        margin-right: 5px;
        vertical-align: top;
    }

/* ---- Tab Strip ---- */
.tab-content {
    padding: 1em 0;
    float: left;
    width: 100%;
    height: auto;
    border-top: 3px solid;
    margin-top: -2px;
    overflow:auto;
}

.tab-selected {
    line-height: 24px !important;
}

.tab-slider {
    height: 30px;
    overflow: hidden;
    float: left;
}

    .tab-slider ul {
        margin: 0;
        padding: 0;
        height: 29px;
    }

        .tab-slider ul li {
            list-style: none;
            white-space: nowrap;
            display: block;
            float: left;
            margin-right: 3px;
            padding: 2px 5px;
            line-height: 20px;
            border-bottom: 3px solid;
            cursor: pointer;
        }

/* ---- Select ---- */
.selectbox {
    border: 1px solid #ccc;
    padding: 0.4em;
    margin-right: 1em;
}

    .selectbox select {
        border-style: none;
        outline: none;
    }

/* ---- Search Tool Bar ---- */
.grid-container .searchbar {
    padding: 0.6em 1.7em;
    margin-top: 2px;
    margin-right: -20px;
    margin-left: -20px;
    position:relative;

}
.dialogbox .searchbar {
    border: 1px solid #ccc;
    padding: 0.6em 1.2em;
    margin-top: 20px;
}
.by-page-search {
    width:200px;
}
.grid-container .linkbuttons {
    margin: 1em 0em 0;
    height: 3em;
    padding-bottom: 10px;
    position:relative;
}
.dialogbox .linkbuttons {
    margin: 1em 0em;
    height: 3em;
}
    .linkbuttons .rolodex {
        white-space: nowrap;
        text-align: center;
        float: right;
        font-size: 80%;
        padding: 6px 2px 6px 11px;
    }

        .linkbuttons .rolodex a {
            letter-spacing: 0.2em;
            margin: 5px;
            background: #F5F5F5;
            width: 22px;
            height: 22px;
            float: left;
            font-weight: 700;
            color: #989494;
            border: 1px solid #E6E6E6;
            border-radius: 90px;
            font-size: 11px;
            padding: 3px;
        }
       
/* ---- Grid View ---- */
.grid-container .pager {
    padding: 10px 10px 12px 10px;
    white-space: nowrap;
    text-align: center;
    position: relative;
    margin:0;
}

.dialogbox .pager {
    border: 1px solid #ccc;
    padding: 10px 10px 12px 10px;
    white-space: nowrap;
    text-align: center;
    position: relative;
    margin:0;
}
.dialogbox-content > div div.pager:first-child {
    /*display:none;*/
}
.dialogbox-content #divAttachment .pager:first-child {
     display:block;
}

    .pager .left {
    position: absolute;
    left: 15px;
    top: 20px;
    }

    .pager .middle a {
        color: #0099FF;
        text-decoration: none;
        letter-spacing: 0.2em;
        cursor: pointer;
    }

        .pager .middle a:hover {
            color: #FF9900;
            text-decoration: underline;
        }

    .pager .right {
        position: absolute;
        right: 15px;
        top: 20px;
    }
    span.middle {
    top: 10px;
    position: relative;
}
    .pager .pagecount {
        width: 3.3em;
        margin: -2px 4px 0px 4px;
        text-align: center;
        vertical-align: middle;
    }

.grid-container .gridarea {
    overflow: auto;
    overflow-x: auto;
    overflow-y: auto;
    margin-top: 25px;
}
.dialogbox .gridarea {
    border-style: none solid none solid;
    border-width: 1px;
    border-color: #ccc;
    overflow: auto;
    overflow-x: auto;
    overflow-y: auto;
    max-height:600px;
}
.nf {
}

.np {
}

.nn {
}

.nl {
}

.nr {
}

.pc {
}

.tbl {
    width: 100%;
}

   .tbl thead th {
        height: 1.4em;
        background-color: #fff;
        font-size: 1.1em;
        color: #4d4d4d;
        font-weight: normal;
        border-bottom: 2px solid #ccc;
        font-size: 12px;
        font-weight:600;
    }
   .dialogbox .tbl thead th {
        height: 1.4em;
        background-color: #fff;
        font-size: 1.1em;
        color: #4d4d4d;
        font-weight: normal;
        border-bottom: 1px solid #ccc;
    }
    .tbl tbody td {
        padding: 4px;
        color: #333;
        padding-left: 10px;
    }
    .tbl tbody tr, .tblgrid tbody tr {
    border-bottom: 1px solid #eee;
}
.tbl tbody .color-hover, .tblgrid tbody .color-hover {border:none !important;}
.tbl tbody .color-selected td, .tbl tbody .color-selected td a{ color:#fff !important;}
    .tbl tbody .color-selected:hover td, .tbl tbody .color-selected:hover td a { color: #333 !important; }
.tbl tbody tr:hover, .tblgrid tbody tr:hover {background:#eee !important;color:#333 !important;}
        .tbl tbody td a {
            color: #057eac;
            text-decoration: none;
        }

            .tbl tbody td a:hover {
                color: #333;
                text-decoration: underline;
            }

.selected-td {
    color: #fff!important;
    font-size: 110%;
    cursor: pointer;
}

.tr-summary {
    background-color: #F0F5FF;
    font-weight: bold;
}

.shortList {
    border: 1px solid #ccc;
    overflow-x: auto;
    overflow-y: auto;
}
    .shortList #tblctrlAttachments {
        width:100%;
    }
    .shortList tbody td {
        border-style: none none dashed none;
        border-width: 1px;
        border-color: #ccc;
    }

/* ---- Grid ---- */
.tblgrid {
    border-collapse: collapse;
    border: 1px solid #e8e8e8;
    table-layout: fixed;
    border-width: 0;
    outline: 0;
}

    

.tblgrid thead th {
        color: #4d4d4d;
        font-weight: 100;
        overflow: hidden;
        padding: 0 1px 0 0;
        white-space: nowrap;
        text-overflow: ellipsis;
        vertical-align: middle;
        line-height: 22px; /*border: 1px solid #ccc;*/
        text-align: left;
    }
.tblcontent .tblgrid thead th{
    padding:0
}
    .tblgrid tbody td {
        border-width: 0 0 1px 0;
        border-style: solid;
        border-color: #ccc;
        padding: 2px;
        /*white-space: nowrap;
        overflow: hidden;*/
    }

    .tblgrid tbody tr:last-child td {
        border-width: 0 0 0 0;
    }

    .tblgrid div {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        min-height: 17px;
        line-height: 20px;
    }

    .tblgrid input, .tblgrid select {
        border: none;
        outline: none;
        font-weight: normal;
    }

    .tblgrid .ginfo {
        width: 16px !important;
        height: 16px;
        padding: 2px 3px;
    }

    .tblgrid .picalign {
        margin-bottom: -3px;
    }

    .tblgrid .tr-delete {
        background-color: #f1f1f1;
    }

        .tblgrid .tr-delete input, .tblgrid .tr-delete select {
            background-color: #f1f1f1;
        }

.gridbaloon {
    padding: 5px;
    line-height: 15px;
    margin-bottom: 2px;
    cursor: pointer;
}

.tblgridbase .tb {
    border-width: 1px 1px 0 1px;
    border-style: solid;
    border-color: #ccc;
    padding: 10px 15px;
    min-height: 10px;
}

.tblgridbase .tblcontent {
    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: #fff;
    overflow-x: auto !important;
}

.tblwrapcontent {
    white-space: normal !important;
}

/* ---- AJAX Loader ---- */
.waitbox-container {
    z-index: 10000;
    position: fixed;
    width: 100% !important;
    height: 100% !important;
    background-color: transparent;
    top: 0 !important;
    left: 0 !important;
}

.waitbox {
    display: block;
    width: 250px;
    height: 125px;
    font-family: 'Segoe UI';
    font-size: 22px;
    position: fixed;
    z-index: 701;
    top: 50%;
    left: 50%;
    margin-left: -125px;
    margin-top: -62.5px;
}

.waitbox-text {
    display: inline-block;
    height: 125px;
    margin: 0px 15px;
    line-height: 125px;
    position: absolute;
    color: white;
}

.waitbox-animation {
    display: inline-block;
    height: 125px;
    margin: 0px 5px;
    position: relative;
    top: 30px;
    left: 160px;
}

.waitbox-animation-woutbox {
    display: inline-block;
    height: 60px;
    width: 60px;
    margin: 0px 5px;
    position: fixed;
    z-index: 701;
    top: 50%;
    left: 50%;
    margin-left: -30px;
    margin-top: -30px;
}

.outer-circle {
    border: 5px solid rgba(251,251,251,0.9);
    border-right: 5px solid rgba(0,0,0,0) !important;
    border-left: 5px solid rgba(0,0,0,0) !important;
    border-radius: 50px;
    box-shadow: 0 0 20px #fff;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    animation: spinPulse 1s infinite linear;
    -moz-animation: spinPulse 1s infinite linear;
    -webkit-animation: spinPulse 1s infinite linear;
}

.inner-circle {
    border: 5px solid rgba(251,251,251,0.9);
    opacity: .9;
    border-left: 5px solid rgba(0,0,0,0) !important;
    border-right: 5px solid rgba(0,0,0,0) !important;
    border-radius: 50px;
    box-shadow: 0 0 15px #fff;
    width: 30px;
    height: 30px;
    margin: 0 auto;
    position: relative;
    top: -40px;
    animation: spinoffPulse 1s infinite linear;
    -moz-animation: spinoffPulse 1s infinite linear;
    -webkit-animation: spinoffPulse 1s infinite linear;
}

.fix-loader {
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    height: 100% !important;
}

@keyframes spinPulse {
    0% {
        transform: rotate(160deg);
        opacity: 0;
        box-shadow: 0 0 1px #fff;
    }

    50% {
        transform: rotate(145deg);
        opacity: 1;
    }

    100% {
        transform: rotate(-320deg);
        opacity: 0;
    }
}

@keyframes spinoffPulse {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinPulse {
    0% {
        -moz-transform: rotate(160deg);
        opacity: 0;
        box-shadow: 0 0 1px #fff;
    }

    50% {
        -moz-transform: rotate(145deg);
        opacity: 1;
    }

    100% {
        -moz-transform: rotate(-320deg);
        opacity: 0;
    }
}

@-moz-keyframes spinoffPulse {
    0% {
        -moz-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spinPulse {
    0% {
        -webkit-transform: rotate(160deg);
        opacity: 0;
        box-shadow: 0 0 1px #fff;
    }

    50% {
        -webkit-transform: rotate(145deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: rotate(-320deg);
        opacity: 0;
    }
}

@-webkit-keyframes spinoffPulse {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

/* ---- Dialog ---- */
.dialogbox-modal {
    width: 100% !important;
    height: 100% !important;
    position: fixed;
    z-index: 2990;
    background-color: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
    padding: 10px;
}
.dialogbox-header .headertext {
    font-size: 1.6em;
    float: left;
    margin-left: 3px;
    font-weight: 700;
    width:70%;
    white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis; 
    line-height: 25px;
}
.dialogbox-header .headerclose {
    float: right;
    width: 16px;
    height: 16px;
    cursor: pointer;
    background-image: url('images/pic16.png');
    background-position: -64px -32px;
    margin-right: 2px;
}
.dialogbox-topline {
    border: none;
    vertical-align: middle;
    height: 1px;
    margin-left: -10px;
    margin-right: -10px;
    display:none;
}

.dialogbox-bottomline {
    border: none;
    vertical-align: middle;
    height: 1px;
    background-color: #ccc;
    margin-left: -10px;
    margin-right: -10px;
    display:none;
}
/* ---- Porgress Bar ---- */
.progressbar {
    display: inline-block;
    vertical-align: top;
}

.progressbar-base {
    display: inline-block;
    border: 1px solid #ccc;
    padding: 0px;
    vertical-align: middle;
}

.progressbar-value {
    margin-left: 5px;
}

/* ---- Date picker ---- */
.datepicker-arrow-w {
    height: 16px;
    width: 16px;
    background-position: -16px -80px;
    background-image: url('images/pic16.png');
    color: transparent;
    margin-top: 3px;
}

.datepicker-arrow-e {
    height: 16px;
    width: 16px;
    background-position: 0 -80px;
    background-image: url('images/pic16.png');
    color: transparent;
    margin-top: 3px;
}

/* ---- Baloon ---- */
.baloon {
    position: fixed;
    border: 0px solid #ccc;
    padding: 5px;
    background-color: #fff;
    -moz-box-shadow: 0 2px 10px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.2);
    box-shadow: 0 2px 10px rgba(0,0,0,.2);
    z-index: 5019;
    top: 72px;
    border-radius:3px;
}

.baloon-arrow {
    border-style: solid;
    border-width: 10px;
    position: absolute;
    z-index: 5020;
}
div#baloonNotification {
    right: 239px;
    left: initial !important;
}
div#balNotifiy {
    left: initial !important;
    right: 178px;
    padding:0;
    width:300px;
}
.note-heading {
    padding: 10px;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    border-bottom: 1px solid #eee;
    margin-bottom: 2px;
}
#divSLInfo .periodchanger {
    padding-bottom: 15px;
}
div#balNotifiy .periodchanger {
    width: 299px;
    background-color: #fff;
    border-top: #eee solid 1px;
    padding: 18px 10px;
    float: left;
    width: 100%;
    margin-top: 2px;
    border-radius: 7px;
}
#divNotificationContent .groupbox {
    float: left;
    width: 100%;
    border: 0;
    padding: 8px 10px;
}
    #divNotificationContent .groupbox:hover {
        background:#eee;
        color:#505050;
    }
a.note-task-desk {
    width: 100%;
    float: left;
    color: #8192A7;
    font-size: 13px;
    font-weight: 400;
}

div#divNotificationContent {
    float: left;
    padding: 0px;
}
.tran-origin {
    -webkit-transform-origin: top right;
    -moz-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
}
.scale-1 {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.periodchanger .view-all-tasks {
    color: #505050;
    font-size: 13px;
    font-weight: 400;
    float: left;
    position: absolute;
    right: 10px;
    bottom: 10px;
}
.mark-all-tasks {
    position: absolute;
    left: 10px;
    bottom: 10px;
    color: #505050;
    font-size: 13px;
}
.note-doctype {
    width: 50px;
    height: 50px;
    float: left;
    background: #42A5F5;
    border-radius: 90px;
    display: table;
    margin-right: 10px;
}
.note-doctype span {
    display: table-cell;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    font-size: 19px;
    font-style: italic;
}
div#divSLInfo {
    left: initial !important;
    right: 118px;
    padding:0;
    width:180px;
}
div#mainConfig {
    left: initial !important;
    right: 58px;
    padding:0;
    width:185px;
}
div#mainSignout {
    left: initial !important;
    right: 4px;
    padding:0;
    width:120px;
    max-height:150px;
}
.baloon-arrow-up-border {
    border-color: transparent transparent #ccc transparent;
}

.baloon-arrow-up {
    border-color: transparent transparent #fff transparent;
}

.baloon-arrow-down-border {
    border-color: #ccc transparent transparent transparent;
}

.baloon-arrow-down {
    border-color: #fff transparent transparent transparent;
}

.baloon-arrow-right-border {
    border-color: transparent transparent transparent #ccc;
}

.baloon-arrow-right {
    border-color: transparent transparent transparent #fff;
}

.baloon-arrow-left-border {
    border-color: transparent #ccc transparent transparent;
}

.baloon-arrow-left {
    border-color: transparent #fff transparent transparent;
}

/* ---- Autocomplete ---- */
.autocomplete {
    position: absolute;
    border: 1px solid #b1b1b1;
    background-color: white;
    width: 250px;
    height: auto !important;
    display: none;
    overflow: hidden;
    max-height:253px !important;
    overflow-y: auto !important;
}

    .autocomplete > div {
        cursor: default;
        display: block;
        vertical-align: middle;
        width: 100%;
        line-height: 25px;
    }

/* ---- Timepicker ---- */
.timepicker-select {
    width: 55px !important;
    font-size: 100%;
    height: 100%;
}

.timepicker-holder {
    border: 1px solid #ccc;
    display: inline-block;
    height: 23px;
    padding-left: 3px;
}

    .timepicker-holder select, .timepicker-holder input {
        border: none;
        outline: none;
        vertical-align: top;
        width: 25px;
        height: 22px;
        margin: 0;
        background-color: transparent;
    }

/* ---- Comments ---- */
#divCommentBox {
    border: 1px solid;
    margin-bottom: 5px;
}

    #divCommentBox textarea {
        width: 100%;
        border: medium none !important;
        resize: none;
        outline: none;
        max-height: 300px;
        height: 60px !important;
        padding: 10px;
    }

#btnComment {
    cursor: pointer;
    font-size: 14px;
    margin-right: 5px;
    vertical-align: middle;
}

#divCommentBtn {
    border-top: 1px solid #eee;
    text-align: right;
}

    #divCommentBtn input {
        width: 10px;
        vertical-align: middle;
        opacity: 0.5;
        margin: 10px 7px 7px 7px;
        float: none;
    }

    #divCommentBtn lable {
        cursor: default;
        vertical-align: middle;
        color: #b1b1b1;
    }

.commentEsc {
    display: none;
    float: left;
    line-height: 20px;
    padding-left: 5px;
}

.divComments {
    border-bottom: 1px solid;
    width: 100%;
    margin: 5px 0px 5px 0px;
    position: relative;
}

.divCommentspans {
    display: inline-block;
    vertical-align: top;
    cursor: default;
}

    .divCommentspans > img {
        display: inline-block;
    }

.divCommentsreply {
    border-top: 1px solid;
    margin: 5px 0 5px;
    padding-top: 5px;
    position: relative;
    width: 425px;
}

.displaycommentreply {
    padding-left: 25px;
    width: 350px;
}

.displaycomment {
    padding-left: 25px;
    width: 425px;
}

.comment_uname {
    color: #3590C1;
    padding-left:5px;
}

.comment_time {
    color: #b1b1b1;
    padding-left:5px;
}

.commentoption {
    float: right;
}

    .commentoption > span {
        margin: 0 2px;
    }

.editreply {
    width: 348px !important;
}

.editreplytext {
    width: 340px !important;
}

.comment {
    margin: 5px 0px;
    line-height: 14px;
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.divreplys {
    border-top: 1px solid #eee;
    height: 17px;
    line-height: 17px;
    padding-right: 5px;
    text-align: right;
}

.editcomment {
    width: 423px !important;
}

.editcommenttext {
    width: 416px !important;
}

.link_replycomment {
}

.current_replies {
    cursor: pointer;
    margin-right: 10px;
    width: 15px;
}

.defaultuser {
    width: 45px;
    height: 45px;
    background-image: url('images/person.png');
}

.commentoption {
    visibility: hidden;
}

.commentedited {
    color: #b1b1b1;
    cursor: pointer;
    float: left;
}

.divtotals {
    text-align: right;
    color: #545454;
    width: 500px;
    border-bottom: 1px solid #eee;
    margin-bottom: 5px;
    line-height: 24px;
    font-size: 18px;
}

.divshowmore_comreps {
    width: 478px;
    border: 1px solid;
    cursor: pointer;
    padding: 0 10px;
}

.divshowmore_comreplys {
    border: 1px solid;
    cursor: pointer;
    padding: 0 10px;
    width: 403px;
}

.showingcomment, .showingcommentreply {
    float: right;
    color: #b1b1b1;
}

/* ---- Attachment List ---- */
.fileinput {
    position: absolute;
    right: 0px;
    top: 0px;
    opacity: 0;
    height: 100%;
    width: 100%;
}

.preloader {
    width: 16px;
    height: 16px;
    text-align: center;
    background-image: url('images/preloader.gif');
    background-repeat: no-repeat;
}

/* ---- Time Line ---- */
.timeline {
    width: 200px;
    position: fixed;
}

.timeline-yearsbox {
    height: 30px;
    width: 10px;
    background-color: #ccc;
    display: inline-block;
}

.timeline-syr {
    height: 30px;
    width: 10px;
    margin: 1px 2px;
    background-color: #ccc;
    display: inline-block;
}

.timeline-yearstxt {
    line-height: 33px;
    vertical-align: top;
    display: inline-block;
    margin-left: 10px;
    width: 87%;
}

    .timeline-yearstxt > div {
        line-height: 25px;
        margin-left: 15px;
        display: none;
    }

.timeline-months {
    color: #808080;
    cursor: pointer;
}

.timeline-months-h, .timeline-months-s {
    color: #000;
}

/* ---- Remarks ---- */
.remarkcontainer #divRemarksBox {
    border: 1px solid #ddd;
    margin-bottom: 5px;
}

    .remarkcontainer #divRemarksBox textarea {
        width: 100%;
        border: medium none !important;
        resize: none;
        outline: none;
        background: #fff;
        padding: 10px;
    }

.remarkcontainer #btnRemarks {
    cursor: pointer;
    margin-right: 5px;
    vertical-align: middle;
        font-weight: 700;
}

.remarkcontainer #divRemarksBtn {
    border-top: 1px solid #ddd;
    text-align: right;
    padding: 10px;
    background: #F9F9F9;
}

    .remarkcontainer #divRemarksBtn input {
        width: 10px;
        vertical-align: middle;
        opacity: 0.5;
        float: none;
    }

    .remarkcontainer #divRemarksBtn lable {
        cursor: default;
        vertical-align: middle;
        color: #b1b1b1;
        padding: 0 10px;
    }

.remarkcontainer .remarksEsc {
    display: none;
    float: left;
    line-height: 20px;
    padding-left: 5px;
}

.remarkcontainer .divremarkss {
    border-bottom: 1px solid;
    margin: 5px 0px 5px 0px;
    position: relative;
}

.remarkcontainer .divremarksspans {
    display: inline-block;
    vertical-align: top;
    cursor: default;
}

.remarkcontainer .displayremarks {
    padding-left: 25px;
    width: 425px;
}

.remarkcontainer .remarksoption {
    float: right;
}

    .remarkcontainer .remarksoption > span {
        margin: 0 2px;
    }

.remarkcontainer .remarks {
    margin: 5px 0px;
    line-height: 14px;
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.remarkcontainer .remarksoption {
    visibility: hidden;
}

.remarkcontainer .remarksedited {
    color: #b1b1b1;
    cursor: pointer;
    float: left;
}

.remarkcontainer .divtotals {
    text-align: right;
    color: #545454;
    width: 500px;
    border-bottom: 1px solid #eee;
    margin-bottom: 5px;
    line-height: 24px;
    font-size: 18px;
}
#divBaseUserInfo-tabs li:before {
    display:none;
}
/* ---- Custom Remark ---- */

.remarkcontainer #divCustomRemarksBox {
    border: 1px solid #ddd;
    margin-bottom: 5px;
}

    .remarkcontainer #divCustomRemarksBox textarea {
        width: 100%;
        border: medium none !important;
        resize: none;
        outline: none;
        background: #fff;
        padding: 10px;
    }

.remarkcontainer #btnCustomRemarks {
    cursor: pointer;
    margin-right: 5px;
    vertical-align: middle;
        font-weight: 700;
}

.remarkcontainer #divcustomRemarksBtn {
    border-top: 1px solid #ddd;
    text-align: right;
    padding: 10px;
    background: #F9F9F9;
}
    .remarkcontainer #divcustomRemarksBtn lable {
        cursor: default;
        vertical-align: middle;
        color: #b1b1b1;
        padding: 0 10px;
    }



/* ---- Page Menu ---- */
.pagemenu {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: auto;
    left: 0px;
    background-color: #ffffff;
    border-right: 1px solid #eee;
    width:100%;
}
.pagemenu li {
    display: block;
    cursor: pointer;
    position: relative;
    font-size: 12px;
    line-height: 14px !important;
    border-bottom: 0.5px solid #eee;
    padding: 10px 40px 10px 20px;
    border-bottom:1px #eee solid !important;
    height: 32px;
}

.pagemenu li:before {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
    content: "\f105";
    font-size: 140%;
    position: absolute;
    color: rgba(23, 23, 23, 0.70);
    z-index: 1;
    top: 10px;
    right: 10px;
}
.pagemenu li.color-selected:before {
    color:#fff;
    right: 10px;
}
    .pagemenu li.color-selected {
        border-right:0px !important;
    }
.pagemenu li:hover {
    background:#e2e2e2 !important;
    color:#4d4d4d !important;
    border-bottom:1px #eee solid !important;
}
.pagemenu li:hover:before {
    right: 10px;
}
/* ---- Lookup Text ----*/
.divlookuptext {
    border-width: 0  !important;
}

    .divlookuptext span {
        border-width: 0 !important;
    }

        /*.divlookuptext span:hover {
            background-color: #eee;
        }*/

/* ---- Multi Periods ----*/
.multi-period span {
    border: 1px solid #ccc;
    padding: 6px;
    margin-left: -1px;
    cursor: pointer;
}

/* ---- Hour Picker ----*/
.hourpicker .hphrs a, .hourpicker .hpmins a {
    display: inline-block;
    width: 21px;
    height: 15px;
    padding-top: 5px;
    border: 1px solid #eee;
    text-align: center;
    margin: 1px;
}

.hourpicker > div {
    display: inline-block;
    border: 1px solid #ccc;
    padding: 5px;
}
/* Dashboard*/
.dashboard_navigator {
    width: 45px;
    height: 62px;
    background: url(images/dashboard_navigator.png);
    border: solid 1px #fff;
    display: inline-block;
    float: left;
    cursor: pointer;
    opacity: 0.5;
}

    .dashboard_navigator:hover {
        opacity: 0.8;
    }

.dashboard_prev {
    background-position: 0 0;
}

.dashboard_next {
    background-position: 45px 0;
}

#divRoleSlider {
    position: relative;
    float: left;
    margin: 25px 0 0;
}

#svgWFDesigner .pf-rect, #svgWFDesigner .pf-join {
    color: #888;
    stroke: #888;
}

#baloonNotification {
    padding: 0;
    width: 300px;
}

#notification_list {
    list-style: none;
    padding: 0;
    color: #505050;
    width: 100%;
    float:left;
    margin-top: 10px;
}
.notification_list_item {
    padding: 10px 10px;
    background: #fff;
    float: left;
    width: 100%;
}
.gen_list_item{
    padding:10px;
    position: relative;
    min-height: 60px;
}
.listdesc-container {
    float: left;
    width: 73%;
}
div#notification_content {
    padding: 0px 0 10px 0;
    float: left;
    width: 100%;
}
.notification_list_item:hover {
    background: #f7f7f7;
}
.notification_link {
    font-size: 1.1em;
    font-weight: 700;
    padding: 0 3px;
    display: block;
    clear: both;
    margin-bottom: 2px;
    text-decoration: none;
    color: inherit;
}
.gen-list-heading{
    color:#39a608;
    font-size:17px;
    margin-bottom:5px;
}
.gen-mute-text{
    font-size:12px;
    float:right;
    width:auto;
    margin-left:10px;
    margin-bottom: 0;
}
.notification_icon {
    background: url("images/notification_icon.png") no-repeat;
    width: 16px;
    height: 16px;
    display: block;
    float: left;
    margin: 0 6px 0 3px;
}

.reminder_icon {
    background-image: url("images/reminder_icon.png");
}

.notification_desc {
    float: left;
    line-height: 20px;
    width:70%;
}
.listdesc-container .button {
    margin-top: 11px;
}
.no_notifications {
    color: #888;
    padding: 0px 18px;
    text-align: center;
}
/*  Small Pre Loader   */
.SMPL_preloader {
    height: 18px;
    width: 18px;
    background: url("images/SMPL_preloader.png") no-repeat;
}

.dialog_select {
    float: left;
    padding: 5px;
}

.dialog_lable {
    float: left;
    padding: 5px 8px 5px 10px;
    line-height: 25px;
}

    .dialog_lable::after {
        content: ":";
        display: block;
        float: right;
        padding: 0 5px;
    }

.default_set {
    margin-left: 0;
    margin-top: 40px;
    position: absolute;
    left: 20px;
    bottom: 52px;
}

    .default_set input {
        margin-top: 5px;
    }

.dialog_row {
    clear: both;
    overflow: auto;
}

.dialog_text {
    float: left;
    padding: 5px;
}

.remind_before_val {
    width: 40px;
}

.grid_inputs {
    width: 100%;
    padding: 0;
}

#notificationsBox .tblcontent {
    overflow-y: auto;
}

td#lblDescription.vcell {
    max-width: 600px;
    min-width: 100px;
    word-wrap: break-word !important;
}

#validation_box.validation_box {
    margin: 48px 0 0 210px;
    position: absolute;
    color: #00b050;
}

.show_print_edges {
    border-top: 2px dotted #72d55e;
    height: auto;
    margin: -21px 0;
    position: absolute;
    width: 400px;
    display: none;
}

    .show_print_edges::before {
        border-left: 1px solid #72d55e;
        content: "";
        display: block;
        float: left;
        height: 10px;
    }

    .show_print_edges::after {
        border-left: 1px solid #72d55e;
        content: "";
        display: block;
        float: right;
        height: 10px;
    }

.show_print_format {
    position: absolute;
    margin: -28px 0 0 194px;
    font-size: 8px;
    border-radius: 8px;
    height: 12px;
    min-width: 13px;
    border: 1px solid #ddd;
    background: #f2f2f2;
    text-align: center;
    display: none;
}

#divReportBase {
    margin: 30px 0 0;
}

/*Doc-flow styles*/
.doc-flow-container {
    overflow: auto;
    padding: 30px 30px 0 30px;
    position: relative;
}

.main-user-outer {
    float: left;
    width: auto;
    height: auto;
    position: absolute;
}

.line-right-only {
    position: absolute;
    top: 75px;
    left: 160px;
    width: 100px;
    border-top: 2px solid #C8E75C;
}

.main-user-container {
    display: table;
    height: 150px;
    background-color: #FFF;
    width: 150px;
    border: 2px #A3C8EB solid;
    border-radius: 90px;
}

.user-type {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

    .user-type h3 {
        font-size: 18px;
        font-weight: 700;
        margin: 0;
        color: #414D99;
    }
/*------*/
/*User siblings*/

.user-siblings-outer {
    float: left;
    width: 100px;
    position: absolute;
    margin: 25px 0 25px 267px;
}

.sibling-capsule {
    display: block;
    margin-bottom: 50px;
    height: 100px;
    position: relative;
    width: 150px;
}

.user-sibling-container {
    display: block;
    height: 100%;
    height: 100px;
    position: relative;
    border: #ccc solid 1px;
}

    .user-sibling-container .img-div {
        width: 50px;
        height: 50px;
        border-radius: 90px;
        position: absolute;
        left: -25px;
        top: -25px;
        background-color: #eee;
        overflow: hidden;
        border: #E3DCDC 3px solid;
    }

.img-div i {
    vertical-align: middle;
    display: block;
    width: 50px;
    height: 50px;
    font-size: 330%;
    line-height: 1.3;
    text-align: center;
    color: #A7A7A7;
}

.img-div img {
    width: 110%;
    height: 110%;
    position: absolute;
    left: -3px;
    top: 0px;
}

.user-status {
    padding: 5px;
    color: #fff;
    font-weight: 700;
    position: absolute;
    left: 23px;
    top: -1px; 
}

.user-status.active {
    background-color: #BED43F;
}

.in-active {
    background-color: #FC5561;
}

.user-date {
    position: absolute;
    bottom: 0;
    padding: 5px;
    /* float: right; */
    text-align: right;
    background-color: #eee;
    width: 138px;
    border-top: #ccc solid 1px;
}

.name-div {
    float: left;
    margin: 45px 8px 10px 8px;
    font-size: 20px;
    font-weight: 300;
}

.single-connector {
    height: 40px;
    position: absolute;
    border-left: 2px solid #C8E75C;
    bottom: -45px;
    left: 75px;
}

.sibling-capsule:last-child .single-connector {
    display: none;
}

.connectors-container {
    position: absolute;
    display: block;
}

.sibling-capsule:last-child .vert-conector, .sibling-capsule:last-child .horizontal-connector {
    display: none;
}

.vert-conector {
    height: 150px;
    border-left: 2px solid #C8E75C;
    left: -50px;
    position: absolute;
    top: -50px;
}

.horizontal-connector {
    width: 42px;
    border-top: 2px solid #C8E75C;
    left: -50px;
    position: absolute;
    top: 100px;
}

.remark-container {
    display: block;
    height: 25px;
    background: #FFEA9D;
    position: absolute;
    left: 205px;
    width: 170px;
    top: 29px;
    border-radius: 5px;
    border: #F0D45C solid 1px;
    padding: 10px;
    color: #735424;
    font-weight: 400;
    line-height: 1.2;
}

.remark-pointer {
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    position: absolute;
    border-right: 6px solid #F0D45C;
    left: -7px;
    top: 13px;
}

.remark-pointer-line {
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    position: absolute;
    border-right: 6px solid #FFEA9D;
    left: -5px;
    top: 13px;
}

.remark-connector {
    width: 42px;
    border-top: 2px solid #C8E75C;
    left: -48px;
    position: absolute;
    top: 22px;
}

/*new layout doc flow*/
.doc-flow-container.new-doc-flow {
    height: 100%;
    padding: 0;
}

.new-doc-flow .user-date {
    width: 100%;
}

.new-doc-flow .user-siblings-outer {
    margin: 25px 0 0px 267px;
}

.new-doc-flow .remark-container {
    height: auto;
}

    .new-doc-flow .remark-container label {
        line-height: 14px;
    }
.page-header-container .dash-head a {
    font-size:14px;
    font-weight:400;
}
.ui-widget-content {
    z-index:5900 !important;
}
.not-active {
    pointer-events: none;
    cursor: default;
}
.forcast-serch {
    width:200px !important;
}
.label-gen-content {
    padding: 15px 10px;
    background: #fbfbfb;
}
.gen-label-content-table {
    width: 100%;
}
.gen-label-content-table tr {
    height: 35px;
    border-bottom: solid 1px #dddddd;
}
.gen-label-content-table tr td:first-child {
    font-weight: 700;
}
.gen-label-content-table tr:last-child {
    border: 0;
}
/*Below styling is added to change the apperance of error icon in jqx grids*/
.jqx-grid-content .pic16 {
    margin-top: 8px;
}
/* #region resizable-table */
.resizable-app-table {
  border-collapse: collapse;
  width: 100% !important;
}

.resizable-app-table,
.resizable-app-table th,
.resizable-app-table td {
  border: 1px solid #ccc;
}

.resizable-app-table th,
.resizable-app-table td {
  padding: 0.5rem;
}

.resizable-app-table th {
  position: relative;
   cursor: grab;
      user-select: none;
}   
   .resizable-app-table th:active {
      cursor: grabbing;
    }

.resizer {
  position: absolute;
  top: 0;
  right: 0;
  width: 5px;
  cursor: col-resize;
  user-select: none;
}

.resizer:hover,
.resizing {
  border-right: 2px solid blue;
}

.dragging {
  background-color: #f0f0f0;
}
.sort-icons {
  margin-right: 5px;
  float: right;
  display: inline-block;
}

.sort-icon {
  font-size: 10px;
  margin: 2px;
  opacity: 0.3;
  cursor: pointer;
}

.sort-icon.ascending {
  color: #179eff;
}

.sort-icon.descending {
  color: #0070c0;
}
/* #endregion resizable-table */

.gwarninginfo {
    color: #007bff;
}