a:focus,
a {
    outline: none;
}
/* Right Main Container */
.main-content .menu-content {
    padding: 0 0 40px;
    width: 100%;
    float: left;
    /*max-width: 1040px;*/
}

.my-disable {
    pointer-events: none;
}
.menu-content .pageHead {
    font-weight: normal;
    color: #606060;
    font-size: 18px;
    margin: 0 0 10px;
}

.reduce-margin .pageHead {
    margin: 0px 0px 20px 0px;
}

.toggle-bar {
    top: 35%;
    position: absolute;
    /*left: 65%;
    margin: -15px 0px 0px -15px;*/
}

.show-inline {
    display: inline;
}

.show-inline-block {
    display: inline-block;
}

.toggle-bar > a {
    color: #FFF;
}

.graph-white .jqplot-target .jqplot-point-label {
    color: white;
}
/* user management starts */
/* View User List Starts */
.default-action {
    width: 100%;
}

.default-controls {
    width: 100%;
}

    .default-controls .default-control-view {
        padding-right: 30px;
        padding-top: 10px;
    }

.right-controls {
    margin-top: 55px;
}

    .right-controls > a:not(:last-child) {
        padding-right: 10px;
    }

.um.um-vul .left-controls {
    width: 70%;
}

.um.um-vul .right-controls {
    text-align: right;
    width: 30%;
}
/* View User List Ends */
/* Add New User Starts */
.um-anu .menu-content > p.mandatory {
    color: #a3a3a3;
    font-size: 12px;
    margin-left: 40%;
}

.um-anu .menu-content .pageHead {
    margin-bottom: 10px;
}

.um-anu .left-fill,
.um-anu .right-fill {
    border-right: 1px solid #ddd;
    float: left;
    width: 50%;
}

.um-anu .right-fill {
    border: none;
    text-align: right;
}

    .um-anu .right-fill.view {
        text-align: left;
    }

.um-anu .left-fill .form-group {
    margin-bottom: 25px;
}

    .um-anu .left-fill .form-group.password-field {
        margin-bottom: 10px !important;
    }

.um-anu .right-fill .form-group {
    float: left;
    width: 70%;
}

.form-group label {
    word-wrap: break-word;
}

.form-group label,
input + span {
    color: #737373;
    vertical-align: top;
}

    input + span,
    input + span + span {
        font-weight: 500;
    }

.um-anu .right-fill form > .form-group .ctrlGroup {
    border-bottom: 1px solid #e5e5e5;
    float: right;
}

.um-anu .right-fill form > .form-group:last-child .ctrlGroup {
    border-bottom: none;
}

.um-anu .right-fill form > form-group > .headT {
    text-transform: capitalize;
}

.um-anu .right-fill form > .form-group .headT {
    color: #686868;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-right: 165px;
    text-align: right;
    text-transform: capitalize;
    width: auto;
}

.um-anu .right-fill form > .form-group .ctrlGroup input[type="checkbox"] {
    float: none;
}

.um-anu .right-fill form > .form-group p > a {
    float: right;
}

.um-anu .right-fill form > .form-group span.show-hide {
    display: inline-block;
    width: 78px;
}

.um-anu .right-fill form > .form-group p a.noLink {
    opacity: 0;
    cursor: default;
}

.um-anu .right-fill form > .form-group p > label {
    margin: 0 30px;
}

.modal-dialog.large {
    width: 900px;
    text-align: left;
}

.user-large .modal-dialog {
    width: 700px;
}

.modal-dialog.large .modal-body {
    height: 550px;
    overflow: auto;
}

.modal-header {
    padding: 15px;
}

.modal-dialog.large ul {
    margin: 0;
}

.modal-dialog .modal-inline-input {
    float: left;
    padding-top: 10px;
    width: 10%;
}

    .modal-dialog .modal-inline-input + .panel-default {
        padding: 10px 0;
    }

        .modal-dialog .modal-inline-input + .panel-default .panel-heading {
            padding-top: 0;
        }

ul.ivh-treeview li.ivh-treeview-node-leaf .ivh-treeview-twistie-leaf {
    display: inline-block !important;
    width: 20px;
}

.fix-tree {
    height: 350px;
    overflow: auto;
}
/* Add New User Ends */
/* Create New User Group Starts */
.left-fill {
    margin-top: 0;
    padding-left: 0;
    max-width: 1000px;
}




#StepsArrows ul li {
    display: inline-block;
    padding: 0px 0px 0px 0px;
    color: #a3a3a3;
    font-weight: normal;
    font-size: 16px;
    cursor: pointer;
    margin-right: 3px !important;
}

    #StepsArrows ul li.red > a {
        background: #ff0000 !important;
        color: #fff !important;
    }

    #StepsArrows ul li.pink > a {
        background: #800080 !important;
        color: #fff !important;
    }

    #StepsArrows ul li.orange > a {
        background: #ffa500 !important;
        color: #fff !important;
    }

    #StepsArrows ul li.green > a {
        background: #00FF00 !important;
        color: #fff !important;
    }

    #StepsArrows ul li.red > a:after {
        border-left: 22px solid #ff0000 !important;
    }

    #StepsArrows ul li.pink > a:after {
        border-left: 22px solid #800080 !important;
    }

    #StepsArrows ul li.orange > a:after {
        border-left: 22px solid #ffa500 !important;
    }

    #StepsArrows ul li.green > a:after {
        border-left: 22px solid #00FF00 !important;
    }

    #StepsArrows ul li.active > a {
        color: #fff !important;
        text-decoration: none;
        /*background: #464646 !important;*/
    }

    #StepsArrows ul li.active {
        border-bottom: 0px solid transparent !important;
    }

    #StepsArrows ul li > a {
        border: 0;
        display: inline-block;
        margin-right: 5px;
        min-width: 100px;
        outline: none;
        padding: 10px 30px 7px;
        position: relative;
        text-decoration: none;
        background: #d5d5d5 !important;
        color: #66654a !important;
        border-radius: 0;
    }

        #StepsArrows ul li > a:before {
            width: 0;
            height: 0;
            border-top: 20px inset transparent;
            border-bottom: 20px inset transparent;
            border-left: 20px solid #fff;
            position: absolute;
            content: '';
            top: 0;
            left: 0;
        }

        #StepsArrows ul li > a:after {
            width: 0;
            height: 0px;
            border-top: 20px inset transparent;
            border-bottom: 21px inset transparent;
            border-left: 22px solid #d5d5d5 !important;
            position: absolute;
            content: '';
            top: 0px;
            right: -21px;
            z-index: 2;
        }

#StepsArrows li > a:hover {
    font-weight: normal !important;
}

.um-cnug .left-fill form .form-group {
    margin-bottom: 10px;
    padding-left: 0;
}

    .um-cnug .left-fill form .form-group .col {
        border: 1px solid #ddd;
        float: left;
        height: 250px;
        min-width: 250px;
        overflow-y: auto;
        padding: 10px 20px;
        width: 100%;
    }

.form-horizontal .form-group .add-left {
    margin: 0;
}

.left-fill form .form-group.add p {
    padding: 0;
}

.left-fill form .form-group.add-pad-left {
    padding-left: 15px;
}

.um-cnug .left-fill form .form-group.add {
    margin: 200px 0 0;
    padding: 0;
    text-align: center;
}

    .um-cnug .left-fill form .form-group.add button {
        margin: 0;
    }

.um-cnug .left-fill form .form-group .col > input {
    margin-bottom: 20px;
}

.um-cnug .left-fill form .form-group.add {
    margin-top: 100px;
}

.um-cnug .left-fill form .form-group .col p {
    display: inline-block;
    margin-bottom: 10px;
    width: 100%;
}

    .um-cnug .left-fill form .form-group .col p > span {
        display: inline-block;
    }

    .um-cnug .left-fill form .form-group .col p > label,
    .um .menu-content .modal .modal-body p,
    .um .menu-content .modal .modal-body p > label {
        float: left;
    }

        .um .menu-content .modal .modal-body p > span {
            float: left;
            padding-top: 10px;
        }

.um .menu-content .modal .modal-body p {
    width: 100%;
    margin-bottom: 0;
}

    .um .menu-content .modal .modal-body p.sub {
        margin-left: 35px;
    }

    .um .menu-content .modal .modal-body p > span {
        float: none;
    }

    .um .menu-content .modal .modal-body p input[type="checkbox"] {
        margin: 10px;
    }
/* Create New User Group End */
/* Add New User Popup Starts */
.um .menu-content .modal-header,
.um .menu-content .modal-footer {
    border: none;
    text-align: center;
}
/* Add New User Popup End */
/* Bulk upload Starts */
.bulk-sec {
    padding: 0;
}

.um-abu .form-group {
    padding-left: 0;
}

.um-abu .bulk {
    margin: 30px 0;
}

    .um-abu .bulk > label {
        font-weight: 500;
        padding-bottom: 10px;
        width: 100%;
    }

    .um-abu .bulk > input {
        float: left;
        width: 50%;
    }

    .um-abu .bulk > .fileUpload {
        float: left;
    }

.um-eug .menu-content > h3 {
    margin-bottom: 30px;
}

.um-eug .left-fill form .form-control.def-big {
    height: 50px;
}

.um-eug .left-fill form label {
    text-align: right;
}

.um-eug.vug .left-fill form label {
    padding-left: 0;
    text-align: left;
}

.um-eug .left-fill form .form-group span {
    display: inline-block;
}

.excel-icon > img {
    margin-top: 40px;
}

.um-anu.ass-cna .left-fill {
    border: none;
}

.ass-cna .full-width-form {
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 20px;
    float: left;
}

.full-width-box {
    width: 100%;
}

    .full-width-box .form-control {
        display: inline-block;
    }

.ass-cna .right-fill .form-group {
    width: 100%;
}

.ass-cna p.mandatory {
    color: #a3a3a3;
    float: right;
    font-size: 12px;
    padding: 0 90px 0 15px;
    text-align: right;
    width: 100%;
}

.tab-border > table > thead {
    background-color: #eff0f2;
}

.tab-border tbody tr td:nth-child(1) {
    width: 14%;
}

.tab-border tbody tr td:nth-child(3) {
    width: 23%;
}

.tab-border tbody tr td:nth-child(4) {
    width: 14%;
}

.tab-border tbody tr td:nth-child(5) {
    width: 10%;
}

.form-style-text {
    margin-top: 20px;
}

    .form-style-text div label {
        color: #747474;
        font-weight: normal;
    }

.select-control-form {
    margin-bottom: 15px;
}

.row-marg-top {
    margin-top: 100px;
}

input.row-marg-top {
    margin: 15px 0px;
    width: 80%;
    height: 30px;
}

.row-marg-top .radio-alignment {
    padding: 0px 20px;
}

.row-marg-top input[type="file"] {
    width: 100%;
}

.create-new-categ input[type=radio],
.row-marg-top input[type=radio] {
    content: "";
    transform: scale(1.3, 1.3);
    outline: none;
    cursor: pointer;
    background-color: #aaa;
    box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8);
    margin-top: 4px;
}

.create-new-categ .form-control {
    border-radius: 0px;
    box-shadow: none;
}

.create-new-categ select {
    -moz-appearance: button;
    width: 56%;
}

.select-control-form,
.action-control-form {
    margin-left: 14%;
}

.upload-Master-form .action-control-form {
    margin-left: 0;
}

.action-control-form {
    margin-top: 20px;
}

.upload-master-page .action-control-form {
    margin-left: 0;
}

.create-new-categ select option {
    border-right: 2px solid #b2b2b2;
    border-bottom: none;
    width: 100%;
}

.create-new-categ input[type=text] {
    width: 73%;
}

.create-new-categ textarea {
    width: 73%;
}

.create-new-categ .control-label {
    text-align: center;
}

.add-approver,
.remove-approver {
    margin: 5px 5px 5px 0;
    display: inline-block;
}

    .add-approver:hover,
    .remove-approver:hover,
    .add-approver:visited,
    .remove-approver:visited,
    .add-approver:active,
    .remove-approver:active,
    .add-approver:link,
    .remove-approver:link {
        text-decoration: none;
    }

.mandatary-txt {
    font-size: 12px;
    color: #cacaca;
    text-align: center;
}

.ms-ctn {
    width: auto !important;
    margin-left: 0 !important;
    margin-bottom: 5px;
}

.graph-report-modal .ms-ctn {
    width: 175px !important;
}

.browse-button input {
    width: 50% !important;
}

.browse-button .fileUpload {
    position: absolute;
    margin-left: 50%;
    margin-top: -40px;
    height: 40px;
    cursor: pointer;
}

.browsing-file {
    position: relative;
    overflow: hidden;
    color: #fff;
}

    .browsing-file:hover {
        position: relative;
        overflow: hidden;
        color: #fff;
    }

    .browsing-file input.upload {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        padding: 0;
        font-size: 20px;
        cursor: pointer;
        opacity: 0;
        filter: alpha(opacity=0);
    }

.attacment-file {
    float: left;
    font-weight: bold;
    color: #747474;
    padding: 10px 20px 0 0;
}

.list-inline {
    margin-top: 25px;
}

    .list-inline li {
        padding: 0 30px 0 0;
        margin: 10px 0px;
        position: relative;
        cursor: pointer;
    }

        .list-inline li span {
            background: transparent url("../images/nos-back.png") no-repeat scroll 3px center;
            padding: 2px 10px;
            font-size: 18px;
            vertical-align: middle;
        }

.fa-delegation {
    background: transparent url("../../../content/images/delegation.png") no-repeat scroll 0 center;
    width: 23px;
    display: inline-block;
    vertical-align: middle;
    height: 18px;
}

.fa-reopen {
    background: transparent url("../../../content/images/Recall.png") no-repeat scroll 0 center;
    width: 23px;
    display: inline-block;
    vertical-align: middle;
    height: 18px;
}

.list-inline li a {
    color: #333;
    outline: none;
    text-decoration: none;
}

.bordr-rt {
    border-right: 1px solid #d9d9d9;
}

.border-left {
    border-left: 1px solid #d9d9d9;
    padding: 0px 45px;
}

.border-btm {
    border-bottom: 1px solid #d9d9d9;
}

.line-height {
    line-height: 25px;
}

    .line-height p {
        margin-top: 10px;
    }

.hr-line {
    margin: 5px 0px;
    width: 99%;
}

    .hr-line.top-0 {
        margin-top: 0;
    }

.cntrl-txt {
    padding: 10px 0;
}

    .cntrl-txt > p {
        color: #8d8d8d;
        font-size: 16px;
        margin: 0;
    }

.select-txt {
    color: #8d8d8d;
    font-size: 14px;
}

.cntrl-txt > p.select-txt {
    font-size: 12px;
    padding-left: 9px;
    color: #8d8d8d;
}

.select-txt input[type="checkbox"] {
    margin: 0 10px 0 0;
}

#circle {
    width: 100px;
    height: 100px;
    border: 1px solid #dadada;
    background: #f2f2f2;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}

.active-tab {
    width: 100px;
    height: 100px;
    border: 1px solid #dadada;
    background: #ffe497 !important;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}

.list-inline li.active-tab-list {
    margin-bottom: 0;
    position: relative;
}

    .list-inline li.active-tab-list::before,
    .list-inline li:hover:before {
        background: #ffe59b;
        bottom: -20px;
        content: "";
        height: 5px;
        left: 0;
        position: absolute;
        width: 100%;
    }

.font-normal label {
    font-weight: normal;
    padding-right: 10px;
    padding-top: 6px;
}

.font-normal .glyphicon {
    top: 9px;
}

.schedule-normal {
    margin: 30px 0;
}

    .schedule-normal input[type="text"] {
        margin: 0px 50px 0px 0px;
    }

    .schedule-normal p {
        margin: 0px;
    }

.margin-btn {
    clear: both;
    margin: 20px 0px;
}

    .margin-btn button:first-child {
        margin-right: 5px;
    }

.control-radio span:first-child input {
    margin-left: 0;
}

.margin-left {
    margin-left: 105px;
}
/* Styles for createProcess */
.create-new-form {
    max-width: 550px;
    margin: 0;
}

    .create-new-form .form-horizontal .form-group > label {
        min-width: 90px;
    }

    .create-new-form.location .form-horizontal .form-group > label {
        min-width: 115px;
    }

    .create-new-form.location .action-control-form {
        margin-left: 130px;
        margin-top: 0px;
    }

        .create-new-form.location .action-control-form.crt-mastr-margin {
            margin: 0 0 0 115px;
        }

.edit-Master .action-control-form {
    margin-left: 140px;
}

.location-grid-control {
    width: 100%;
}

.filter-inline {
    padding: 0;
}

    .filter-inline .btn-group.dropdown button {
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.unschedule-frequency-filter .col-xs-3 {
    width: 23%;
}

.schedule-frequency-filter .col-xs-3 {
    width: 24%;
}

    .schedule-frequency-filter .col-xs-3.frequncy-input {
        width: 28%;
    }

.filter-inline p {
    font-size: 14px;
    font-weight: normal;
    color: #9e9fa1;
}

.filter-inline .controls {
    margin: 4px 0;
    padding-left: 0;
    padding-right: 10px;
}

    .filter-inline .controls .btn-group,
    .filter-inline .controls .input-group {
        width: 100%;
    }

.left-controls-inline {
    width: 100%;
    padding: 0px;
}

    .left-controls-inline select {
        height: 35px;
        width: 100%;
        font-size: 13px;
    }

    .left-controls-inline .form-control {
        height: 35px;
        font-size: 12px;
    }

    .left-controls-inline label {
        font-size: 13px;
        font-weight: normal;
        color: #505050;
    }

.filter-inline label {
    font-size: 13px;
    font-weight: normal;
    color: #505050;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    margin: 0;
}

.filter-inline select {
    height: 35px;
    font-size: 13px;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-right: 25px;
}

.filter-inline .form-control {
    height: 35px;
    font-size: 12px;
}

.filter-inline .btn-group.dropdown button {
    height: 34px;
}

.schedule-btn {
    margin-top: 26px;
    padding: 0;
    min-width: 205px;
}

.user-list-filters .right-controls {
    margin-top: 38px;
    margin-right: 0px;
    width: auto;
}
/* Internal Controls End */
/* Grid Structure */
/*#Assigned .grid,
#UnAssigned .grid {
width: 850px;
float: left;
height: auto !important;
}*/
.grid-head,
.grid-head-bold {
    color: #8b8b8b;
    float: left;
    font: 14px PwC Helvetica Neue, Regular;
    margin-bottom: 0;
}

.grid-head-bold {
    color: #343434;
    font-weight: 600;
}

.grid-structure {
    margin-top: 30px;
    width: 100%;
}

.expandableRow {
    background-color: #fafafa;
    border-top: 1px solid #d9d9d9;
    overflow-y: visible;
    padding: 15px 0;
    height: auto !important;
}

.remediation-grid .expandableRow {
    padding: 0;
}

.ui-grid-icon-down-dir,
.ui-grid-icon-up-dir {
    display: none;
}

.ui-grid-filter-container {
    padding: 5px 0;
}

.ui-grid {
    border: 1px solid #c7c7c7;
}

.ui-grid-header-cell {
    background: #eff0f1 none repeat scroll 0 0;
    min-height: 40px;
    line-height: normal;
    padding-left: 5px;
    padding-top: 10px;
    text-align: left;
}

    .ui-grid-header-cell .filter-icon {
        color: #6c6c6d;
        font-size: 12px;
        font-weight: 600;
    }

    .ui-grid-header-cell .glyphicon-filter {
        color: #9d9c9d;
    }

.ui-grid-icon-angle-down {
    display: none;
}

.ui-grid-cell-contents > span {
    color: #6c6c6d;
    font-size: 12px;
    font-weight: 600;
    padding-right: 20px;
    cursor: text;
}

.ui-grid-canvas {
    height: auto !important;
}

    .ui-grid-canvas .ui-grid-row .ui-grid-cell,
    .ui-grid-row:last-child .ui-grid-cell {
        background: #fff none repeat scroll 0 0;
        border-bottom: 1px solid #d9d9d9 !important;
        height: 55px;
        padding-left: 5px;
        padding-right: 5px;
    }

.tree-grid .ui-grid-canvas .ui-grid-row .ui-grid-cell,
.tree-grid .ui-grid-row:last-child .ui-grid-cell {
    border: none !important;
    border-right: 1px solid #d9d9d9 !important;
}

.ui-grid-cell-contents,
.ui-grid-canvas .ui-grid-row .ui-grid-cell a {
    font-size: 12px;
    color: #6f6f6f;
    padding-left: 5px;
    text-align: left;
    text-overflow: clip;
    position: relative;
}

    .ui-grid-canvas .ui-grid-row .ui-grid-cell a:last-child {
       /* padding-left: 0;*/
    }

.ui-grid-cell-contents {
    padding: 0;
}

.ui-grid-canvas .ui-grid-row .ui-grid-cell a {
    color: #6f6f6f !important;
    /*text-decoration: underline !important;*/
    font-weight: bold !important;
}

    .ui-grid-canvas .ui-grid-row .ui-grid-cell a:hover {
        text-decoration: underline !important;
    }

    .ui-grid-canvas .ui-grid-row .ui-grid-cell a.ui-grid-view {
        background: transparent url("/content/images/ui-grid-view.png") no-repeat scroll 0 0;
        display: inline-block;
        height: 20px;
        margin-right: 20px;
        width: 20px;
    }

    .ui-grid-canvas .ui-grid-row .ui-grid-cell a.ui-grid-edit {
        background: transparent url("/content/images/ui-grid-edit.png") no-repeat scroll 0 0;
        display: inline-block;
        height: 20px;
        margin-right: 20px;
        width: 20px;
    }

    .ui-grid-canvas .ui-grid-row .ui-grid-cell a.ui-grid-delete {
        background: transparent url("/content/images/ui-grid-delete.png") no-repeat scroll 0 0;
        cursor: pointer;
        display: inline-block;
        height: 20px;
        width: 20px;
    }

    .ui-grid-canvas .ui-grid-row .ui-grid-cell a.red {
        background: url('/content/images/activate.png') no-repeat 0 0 transparent;
        padding-left: 20px;
    }

    .ui-grid-canvas .ui-grid-row .ui-grid-cell a.green {
        background: url('/content/images/ui-grid-green-status.png') no-repeat 0 0 transparent;
        padding-left: 20px;
    }

.ui-inline-cntrl > .desc,
.ui-inline-cntrl > a {
    display: inline-block;
    float: left;
}

.ui-grid-canvas .ui-grid-row .ui-grid-cell .ui-inline-cntrl > a {
    line-height: normal;
    margin-top: 15px;
    padding: 0;
    width: 10%;
}

.ui-grid-menu-button .ui-grid-menu .ui-grid-menu-mid {
    overflow-y: auto;
    overflow-x: auto;
    min-width: 180px;
}

.auto-grid,
.auto-grid .ui-grid-viewport {
    height: auto !important;
    overflow-y: visible !important;
    width: auto !important; /*overflow-x: auto !important;*/
}

.eventpopup-auto-grid,
.eventpopup-auto-grid .ui-grid-viewport {
    height: auto !important;
    overflow-y: visible !important;
    width: auto !important;
    overflow-x: visible !important;
}

.graphs-view.border,
.trend-analysis-graphs-view {
    overflow: auto;
}

.ui-grid-viewport p[title],
.ui-grid-viewport div[title],
.ui-grid-viewport .ui-grid-cell > p,
.ui-grid-viewport .ui-grid-cell > span,
.ui-grid-viewport .ui-grid-cell-contents {
    width: 99%;
    text-overflow: ellipsis;
    font-size: 12px;
    word-wrap: break-word;
    overflow: visible;
    margin: 0;
}

.ui-grid-viewport .ui-grid-cell-contents {
    white-space: normal;
}

.ui-inline-cntrl > .desc {
    width: 90%;
}

.inline-graph .graph-desc {
    float: left;
    width: 90%;
    padding-right: 10px;
}

.ui-inline-cntrl > a.text-graph {
    margin-top: 10px !important;
}

input.ui-grid-filter-input[type="text"] {
    color: #9c9c9c;
    font-weight: normal;
    height: 30px;
    padding: 3px 10px;
}

.ui-grid-scroll > .graph {
    width: 80%;
    word-wrap: break-word;
    display: table-cell;
    vertical-align: middle;
}

    .ui-grid-scroll > .graph.normal {
        width: 30%;
    }

.attribute-icons {
    width: 25%;
    text-align: center; /* should be center for multiple icons*/
    padding-right: 2px;
    display: table-cell;
    vertical-align: middle;
}

    .attribute-icons.left-label {
        text-align: left;
    }

    .attribute-icons > span {
        cursor: pointer;
    }

/*.attribute-icons span:first-child {
    padding-right: 5px;
}*/

.ui-grid-normal {
    line-height: normal;
}

.ui-grid-scroll.task-approve-input {
    line-height: normal;
    position: relative;
}

    .ui-grid-scroll.task-approve-input > span {
        display: inline-block;
        margin-top: 15px;
    }

    .ui-grid-scroll.task-approve-input input {
        width: auto;
    }

    .ui-grid-scroll.task-approve-input > span:first-child > input {
        margin-left: 0;
    }

    .ui-grid-scroll.task-approve-input > .error {
        border: medium none;
        left: 0;
        margin: 0;
        padding: 0;
        position: absolute;
        top: 31px;
        width: 100%;
        z-index: 10;
    }

.ui-grid-scroll p {
    line-height: normal;
    margin-bottom: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
}

.hide-filter .ui-grid-filter-container {
    display: none;
}

.pagination > li > a,
.pagination > li > span {
    background: #f9fafc;
    color: #5b9df4;
}

    .pagination > li > a.active {
        background: #fff;
    }

.grid-footer {
    float: left;
    width: 33.33%;
}

    .grid-footer.last {
        margin-top: 10px;
        text-align: right;
    }

        .grid-footer.last > select {
            background-position: 90% 15px;
            border-radius: 5px;
            height: 35px;
            padding: 5px;
            margin: 0 5px;
            width: 60px;
        }

        .grid-footer.last > span {
            color: #a3a3a3;
        }

.modal-title {
    font-weight: normal;
    font-size: 16px;
    text-align: center;
}

.modal-subtitle {
    font-size: 12px;
    text-align: center;
}

h6.modal-subtitle {
    margin: 20px 0px;
}

.modal-header {
    border: none;
}

.modal-dialog {
    margin: 30px auto;
}

    .modal-dialog.big {
        width: 900px;
    }

.modal-body {
    max-height: 100%;
    margin: 10px 0 0;
    overflow-y: visible;
    padding: 0px 20px;
    position: relative;
}

    .modal-body > p {
        text-align: center;
    }

    .modal-body.control-dependenyModal .pull-right {
        margin-right: 0px;
    }

    .modal-body select {
        width: 100%;
        border-right: 1px solid #999;
    }

    .modal-body.control-schedule select {
        min-width: 200px;
    }

    .modal-body .pagination-items select {
        min-width: 1px;
    }

    .modal-body select option {
        width: 100%;
        border-right: 1px solid #999;
    }

.modal-footer {
    border: none;
    text-align: center;
}

.locationPopup .modal-body {
    overflow: visible;
}

.red-cancel .glyphicon-remove {
    color: red;
    font-weight: normal;
    padding: 0px 4px;
}

p .glyphicon-remove {
    margin-right: 30px;
}

.adjust-plus {
    border: 1px solid #000;
    width: 21px;
    text-align: center;
    position: absolute;
    margin-left: 68%;
    margin-top: 9px;
}

.full button span {
    background-color: limegreen;
    border-radius: 0px;
    color: black;
}

.partially button span {
    background-color: orange;
    border-radius: 0px;
    color: black;
}

.row-position {
    position: absolute;
}

.input-group-btn {
    position: absolute;
    font-size: 0px;
    white-space: nowrap;
    background: transparent;
    margin: 0;
    z-index: 3;
    top: 2px;
    right: 38px;
}

    .input-group-btn:hover {
        background: transparent;
        color: inherit;
    }

.input-group {
    margin-right: 10px;
}

    .input-group .text-wrap {
        display: inline-block;
        vertical-align: top;
        width: 65%;
        word-wrap: break-word;
        padding-left: 10px;
    }

.select-control {
    margin: -6px 16px 0 0;
}

.left-margin {
    margin-left: 17px;
}

.radio-alignment {
    padding-right: 30px;
}

    .radio-alignment input[type="radio"] {
        margin: 0px 0px 3px 0px;
    }

.bottom-margin {
    margin-bottom: 0px;
}

.edit-assign-roles .col-sm-9,
.col-sm-8 {
    margin-top: 7px;
}

.left-controls p {
    margin: -19px 0px 0px;
}

.crt-margin {
    margin: 0px 3px 0px 35px;
}

.text-inside-input {
    margin-top: 18px;
}

    .text-inside-input .control-label {
        margin-left: -259px;
        position: absolute;
        margin-top: 10px;
    }

    .text-inside-input .input-group {
        opacity: 0.9;
    }

.delegation-header .glyphicon-remove,
#myModalApprover .glyphicon-remove {
    margin-right: 18px;
}

.description {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
    width: 80%;
    white-space: nowrap;
}

.fa-list-alt::before {
    font-size: 14px;
}

.history-dwnld a img {
    padding: 37px 4px;
}

.history-dwnld p {
    margin: 40px 0px 0px 0px;
    color: #9E9FA1;
    font-size: 12px;
}

.history-controls .row {
    width: 700px;
}

.history-controls p {
    font-size: 15px;
    font-weight: normal;
    color: #9e9fa1;
}

.history-controls select {
    width: 180px;
}

.font-normal .ms-ctn {
    width: 220px !important;
}

.history-controls .col-xs-3 {
    padding: 0px 70px 0px 0px;
}

.history-controls .col-xs-6 {
    padding: 0px 70px 0px 0px;
    margin-top: 30px;
}

.history-controls-filters .col-xs-10 {
    width: 89%;
}

.history-controls-filters .col-xs-8 {
    width: 72%;
}

.history-controls-filters .schedule-btn {
    width: 25%;
}

.history-controls-filters .col-xs-9 {
    width: 100%;
}

.history-controls-filters .right-controls {
    margin-top: 28px;
    width: auto;
}

.updt-remedi-task .col-md-3 {
    margin: 15px 0px;
    padding: 0px;
}

.updt-remedi-task .col-md-2 {
    color: #A3A3A3;
    margin: 10px 0px;
    padding: 0px;
    text-align: right;
}
/* Grid Structure Starts */
.ui-grid-tree-base-row-header-buttons.ng-scope.ui-grid-tree-base-header {
    cursor: pointer;
}

.ui-grid-row .ui-grid-cell.ui-grid-row-header-cell {
    background: none;
    border-bottom: none;
}

.ui-grid-tree-header-row {
    font-family: PwC Helvetica Neue;
    font-weight: normal !important;
    color: #6f6f6f;
    font-size: 14px;
}

.ui-grid-top-panel {
    font-family: PwC Helvetica Neue;
    color: #6c6c6d;
    font-weight: bold;
    font-size: 14px;
}

.ui-grid-row:nth-child(even) .ui-grid-cell {
    background-color: #fff;
}

.ui-grid-icon-plus-squared::before {
    background-image: url("/content/images/plus-icon.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    color: #fff;
    content: "";
    height: 16px;
    width: 12px;
    vertical-align: middle;
}

.ui-grid-icon-minus-squared::before {
    background-image: url("/content/images/minus-icon.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    color: #fff;
    content: "";
    height: 16px;
    width: 12px;
    vertical-align: middle;
}
/*.ui-grid-icon-plus-squared::after {
   content: "ok";
   border-left: 1px dotted #000;
   border-bottom: 1px dotted #000;
   color: #fff;
   position: relative;
   left: -31px;
   top: -6PX;
}
.ui-grid-icon-minus-squared::after {
content: "ok";
border-left: 1px dotted #000;
color: #fff;
position: relative;
left: -12px;
top: 13px;
}
*/



.ui-grid-header-cell .sortable,
.ui-grid-pinned-container.ui-grid-pinned-container-left .ui-grid-header-cell:last-child,
.ui-grid-header-canvas,
.ui-grid-header-viewport {
    background-color: #eff0f1;
    border: 0px;
}

.ui-grid-icon-angle-down {
    display: none;
}

.ui-grid-menu .ui-grid-menu-inner ul li > button {
    font-weight: normal;
    background-color: #eff0f1;
    color: #6c6c6d;
}

.ui-grid-menu .ui-grid-menu-inner ul li button:hover,
.ui-grid-menu .ui-grid-menu-inner ul li button:focus {
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #e0e1e2;
}

.ui-grid-menu .ui-grid- menu-inner ul li button.ui-grid-menu-item-active {
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.ui-grid-menu .ui-grid-menu-inner {
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    overflow: hidden;
}

    .ui-grid-menu .ui-grid-menu-inner ul li > button {
        border-bottom: 1px solid #d4d4d4;
        border-radius: 0px;
    }

.grid-head,
.grid-head-bold {
    color: #8b8b8b;
    float: left;
    font: 14px PwC Helvetica Neue, Regular;
    margin-bottom: 0;
}

.grid-head-bold {
    color: #343434;
    font-weight: 600;
}

.grid-structure {
    float: left;
    margin: 5px 0;
    width: 100%;
}

.ui-grid-icon-down-dir,
.ui-grid-icon-up-dir {
    display: none;
}

.ui-grid-filter-container {
    padding: 5px 0;
}

.ui-grid {
    border: 1px solid #c7c7c7;
    margin: 5px 0 10px;
    position: relative;
    z-index: 9;
}

.dynamicRowHeight .ui-grid-header {
    border-bottom: 0 none !important;
}

.ui-grid-canvas .ui-grid-row .ui-grid-cell {
    background: transparent;
    border-bottom: 1px solid #d9d9d9;
    height: 40px;
    line-height: 40px;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 12px;
}

.view-delegation .ui-grid-row,
.dynamicRowHeight .ui-grid-row {
    height: auto !important;
    display: table-row !important;
    position: relative !important;
}

.auto-grid .ui-grid-row:last-child .tooltip {
    position: absolute !important;
    top: 0 !important;
    overflow: hidden !important;
}

.view-delegation .ui-grid-canvas .ui-grid-row .ui-grid-cell,
.dynamicRowHeight .ui-grid-canvas .ui-grid-row .ui-grid-cell {
    background: transparent;
    border-bottom: none !important;
    border-top: 1px solid #d9d9d9;
    height: auto !important;
    line-height: normal !important;
    /*line-height: 14px !important;*/
    display: table-cell !important;
    overflow: hidden !important;
    float: none !important;
    vertical-align: middle;
    padding-top: 5px;
    padding-bottom: 5px;
}

.dynamicRowHeight .ui-grid-scroll {
    height: auto !important;
    line-height: 14px !important;
}

.ui-grid-canvas .ui-grid-row .ui-grid-cell.rejected-row {
    background-color: #ffeaea;
/*    position: relative;*/
}

.ui-grid-canvas .ui-grid-row .ui-grid-cell.sub-task {
    background-color: #ffe59b;
    position: relative;
}

.dynamicRowHeight .attribute-icons {
    display: table-cell;
    vertical-align: middle;
}

    .dynamicRowHeight .attribute-icons span {
        margin: 4px;
    }

.attribute-icons p {
    display: block;
    margin-top: 5px;
}

.schedule-control-grid .ui-grid-canvas .ui-grid-row .ui-grid-cell {
    height: 30px;
    line-height: 30px;
}

.tooltip {
    word-wrap: break-word;
}

.grid-line-more .ui-grid-canvas .ui-grid-row .ui-grid-cell {
    height: 50px;
    line-height: 50px;
}

.ui-grid-pinned-container.ui-grid-pinned-container-left .ui-grid-cell:last-child {
    border-right: 1px solid #d9d9d9 !important;
}

.loc-ui-grid .ui-grid-pinned-container.ui-grid-pinned-container-left .ui-grid-cell:last-child,
.loc-ui-grid .ui-grid-canvas .ui-grid-row .ui-grid-cell {
    border-right: none !important;
}

.ui-grid-header-cell .ui-grid-cell-contents {
    text-overflow: clip;
    -moz-text-overflow: clip;
    padding-right: 0px;
}

.ui-grid-cell-contents {
    text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    padding-right: 4px;
}

/*.ui-grid-canvas .ui-grid-row .ui-grid-cell a {
    color: #5b8fca !important;
    text-decoration: none !important;
}*/

.ui-grid-canvas .ui-grid-row .ui-grid-cell a.ui-grid-view,
.ui-grid-canvas .ui-grid-row .ui-grid-cell a.ui-grid-edit,
.ui-grid-canvas .ui-grid-row .ui-grid-cell a.ui-grid-delete {
    background: transparent url("/content/images/ui-grid-view.png") no-repeat scroll 0 0;
    display: inline-block;
    margin: 0 0 0 10px;
    width: 20px;
    line-height: 20px;
}

.ui-grid-canvas .ui-grid-row .ui-grid-cell a.view-icon {
    /*color: #e65e2a !important;*/
    font-size: 14px;
}

.ui-grid-canvas .ui-grid-row .ui-grid-cell a.ui-grid-edit {
    background: transparent url('/content/images/ui-grid-edit.png') no-repeat scroll 0 0;
}

.ui-grid-canvas .ui-grid-row .ui-grid-cell a.ui-grid-delete {
    background: transparent url('/content/images/ui-grid-delete.png') no-repeat scroll 0 0;
}

.ui-grid-canvas .ui-grid-row .ui-grid-cell a.red {
    background: url("/content/images/activate.png") no-repeat -3px -3px transparent;
    padding-left: 20px;
}

.ui-grid-canvas .ui-grid-row .ui-grid-cell a.green {
    background: url('/content/images/ui-grid-green-status.png') no-repeat 0 0 transparent;
    padding-left: 20px;
}

input.ui-grid-filter-input[type="text"] {
    display: none;
}

div.ui-grid-cell input[type="checkbox"] {
    /*width: 20px;
    height: 20px;*/
    margin: 9px 0 0 25px;
}

.ui-grid-header-cell .ui-grid-sort-priority-number {
    display: none;
}

.ui-grid-scroll {
    /*height: 80px;;
    line-height: 80px;*/
    overflow: hidden;
    width: 100%;
    display: table;
    table-layout: fixed;
}
/* Grid Structure ends */

.custom-datepicker .input-group {
    width: 150px;
}

.ui-grid-row:first-child .grid-datepicker .dropdown-menu,
.ui-grid-row:last-child .grid-datepicker .dropdown-menu {
    position: static;
}

.grid-datepicker .input-group {
    width: 100%;
}
/*Angular Datepicker Ends*/
/*Angular Pagination Starts*/
.pagination-default {
    color: #9a9a9c;
    text-align: center;
}

.pagination-items .form-group {
    margin: 0;
}

.pagination-default ul {
    border-radius: 4px;
    display: inline-block;
    padding-left: 0;
    text-align: center;
}

.pagination-default ul {
    margin: 0;
}

.pagination > li > a,
.pagination > li > span {
    padding: 6px 12px;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    color: #fff;
    background-color: #D9D9D9;
    border-color: #DDD;
}

.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
    color: #9a9a9c !important;
    background-color: #f9fafc !important;
}

.pagination > li > a,
.pagination > li > span {
    background: #fff;
    color: #428bca;
}

.pagination-total {
    display: none;
}

.pagination-items {
    margin-top: 5px;
}

    .pagination-items select,
    .pagination-items select.form-control {
        height: 25px;
        padding-right: 5px;
    }
/*Angular Pagination Ends*/
.updt-remedi-task .pagination {
    margin: 16px 0px;
}

.text-inside-input .input-group {
    opacity: 0.9;
}

.modal-content {
    border-radius: 0px !important;
}
/********* internal control part 3 starts here *********************/
.task-details-board {
    border-bottom: 1px solid #dadada;
    /*border-top: 1px solid #dadada;*/
    padding: 0px 0px 5px 0;
    margin-bottom: 5px;
}

.headline {
    font-size: 16px;
    font-weight: normal;
    margin: 0;
}

    .headline.bold {
        font-weight: bold;
        padding: 10px 0;
    }

    .headline.margin {
        margin-top: 6px;
    }

.task-details-board-header {
    background-color: #d5d5d5;
    /*border-bottom: 1px solid #dadada;*/
    padding: 5px 10px;
}

.task-details-board > .col-xs-12.task-icons {
    background-color: transparent;
    border: 0px;
}

.task-details-board > div.rowClass {
    border-bottom: 1px solid #dadada;
    margin: 0 15px 15px;
    padding: 0 0 10px;
}

.task-details-board > .col-xs-5 {
    width: 48%;
}

.task-details-board > .col-xs-2 {
    width: 3%;
}

.task-details-board h5 {
    font-size: 12px;
    margin-top: 0px;
    font-weight: bold;
}

.task-details-board .my-task {
    border-right: 0px solid #dadada;
}

.task-row {
    margin: 0;
    height: 30px;
}

    .task-row label {
        font-weight: normal;
        min-width: 160px;
        font-size: 13px;
    }

    .task-row .count-box {
        display: inline-block;
        width: 60px;
    }

        .task-row .count-box a:hover {
            cursor: pointer;
            background-color: #cbcbcb !important;
            color: #000;
        }


.task-row-header {
    margin: 0;
    height: 30px;
}

    .task-row-header label {
        font-weight: bold;
        min-width: 170px;
        font-size: 13px;
    }

    .task-row-header .count-box {
        display: inline-block;
        width: 59px;
        font-size: 12px;
    }

    .task-row-header .count-box-approval {
        display: inline-block;
        width: 70px;
        margin-left: 20px
    }

.task-count,
.task-disable-count {
    /*border-radius: 5px;*/
    color: #fff;
    display: inline-block;
    font-size: 12px;
    height: 26px;
    line-height: normal;
    margin: 0 8px;
    max-width: 55px;
    min-width: 50px;
    overflow: hidden;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    text-overflow: ellipsis;
    vertical-align: middle;
}

.total-count {
    background: #92cddc;
}

.overdue-count {
    background: #f4848f;
}

.due-count {
    background: #f9c499;
}

.task-approvals .task-row label {
    min-width: 205px;
}

.task-approvals .task-row-header label {
    min-width: 215px;
}

.task-icons {
    margin: 0px;
    text-align: right;
}

    .task-icons .task-icon {
        display: inline-block;
        margin-left: 10px;
        font-size: 11px;
        font-weight: normal;
    }

.task-icon span {
    vertical-align: middle;
    padding: 7px;
    content: '';
    font-size: 12px;
    line-height: 1px;
    margin-right: 4px;
    display: inline-block;
    position: relative;
    top: -1px;
}

.task-details {
    position: relative;
    display: block;
    /*border-top: 1px solid #dadada;*/
    margin-top: 5px;
}

.task-icons.legend {
    position: absolute;
    top: 4px;
    right: 4px;
    width: 400px;
}

.calendar-legends {
    margin: 0px;
    /*text-align: right;*/
}

    .calendar-legends .calendar-legend {
        /*display: inline-block;*/
        margin: 10px;
        font-size: 11px;
        font-weight: normal;
    }

.calendar-legend span {
    vertical-align: middle;
    padding: 7px;
    content: '';
    font-size: 12px;
    line-height: 1px;
    margin-right: 4px;
    display: inline-block;
    position: relative;
    top: -1px;
}

.calendar-legends.legend {
    /*position: absolute;
    top: 4px;
    right: 4px;*/
    width: 200px;
}

.my-task-card {
    border: 1px solid;
    box-shadow: 3px 3px 3px 0px grey;
    text-align: center;
    padding: 0;
    margin: 0px 0px 0px 5px;
    width: 255px;
    display: inline-block;
}

    .my-task-card h5 {
        padding-top: 5px;
    }

    .my-task-card p {
        font-size: 11px;
        /*padding-top: 4px;*/
    }

.my-task-card-header {
    /*background-color: #2d2d2d;*/
    color: #fff;
}

.my-task-card-total {
    padding-right: 10px;
    display: inline-block;
    padding-top: 5px;
}

    .my-task-card-total a, .my-task-card-approval a {
        color: #2d2d2d;
        font-size: 28px;
        padding: 0px 5px 5px 5px;
        border-radius: 5px;
        background-color: rgba(222,222,222,0.3);
        box-shadow: 1px 1px 1px 0px #cbcbcb;
    }

        .my-task-card-total a:hover, .my-task-card-approval a:hover {
            background-color: #e5e5e5;
            cursor: pointer;
        }

        .my-task-card-total a:active, .my-task-card-approval a:active {
            background-color: #b1b1b1;
            box-shadow: 0px 0px 0px 0px #cbcbcb;
        }

    .my-task-card-total div > div > a {
        color: #2d2d2d;
        font-size: 15px;
        font-weight: bold;
    }

    .my-task-card-total p, .my-task-card-approval p {
        color: #2d2d2d;
        font-size: 11px;
        padding-top: 9px;
        margin: 0 0 3px;
    }

    .my-task-card-total div > div {
        padding: 0px 5px 0px 5px;
    }

.my-task-card-approval {
    display: inline-block;
    border-left: 2px dashed gray;
    padding: 0px 0px 0px 10px;
    vertical-align: 5px;
}

.fc-toolbar h2 {
    font-size: 16px;
}

.fc-basic-view .fc-body .fc-row {
    min-height: 39px;
}

.fc-toolbar.fc-header-toolbar {
    height: 8px;
}

.fc .fc-toolbar > * > :first-child, .fc .fc-button-group > :first-child, .fc .fc-button-group > *, .fc .fc-toolbar > * > * {
    height: 20px;
}

.fc-day-grid-event {
    width: 22px;
}

.fc-event {
    display: inline-block;
    text-align: center;
    box-shadow: 2px 2px 2px 0px #cbcbcb;
}

.fc-event-container a:hover {
    background-color: #7d7d7d;
}

.fc-event-container a:active {
    box-shadow: 0px 0px 0px 0px #cbcbcb;
}

.fc-unthemed td.fc-today {
    background: rgba(45,45,45,0.2);
}

.fc-unthemed td.fc-past {
    background: rgba(41,157,143,0.1);
}

.task-status {
    margin: 15px 0 0;
}

.task-actions {
    text-align: right;
}

    .task-actions a {
        display: inline-block;
        vertical-align: bottom;
        margin: 0 5px;
    }

.filters {
    margin: 10px 0;
}

    .filters label {
        display: block;
        font-weight: normal;
        margin-bottom: 2px;
    }

    .filters > div {
        display: inline-block;
        margin-right: 5px;
        max-width: 115px;
        vertical-align: bottom;
        padding: 0;
    }

.task-status-filters .form-control {
    height: auto;
}

.dropdown {
    width: 100%;
}

    .dropdown > a {
        background: #fff url("../img/dropdown-arrow.png") no-repeat scroll 90% 15px;
        border: 1px solid #d1d1d1;
        color: #9c9c9c;
        display: inline-block;
        padding: 7px 0px;
        width: 115px;
    }

    .dropdown > ul,
    .dropdown > ul > li {
        color: #9c9c9c;
        padding: 5px;
    }

        .dropdown > ul > li > input {
            margin-right: 10px;
        }

.task-status-view {
    border-top: 1px solid #dadada;
    margin-bottom: 0;
    padding: 10px 0 0;
}

.control-status {
    position: relative; /* border-right: 1px solid #dadada;*/
    min-height: 315px;
}

.task-status-header {
    text-align: center;
    position: relative;
}

    .task-status-header h3 {
        font-size: 16px;
        margin-top: 0;
        width: 100%;
    }

.graph-view {
    margin: 10px 0;
}

.task-status-view .pie-chart,
.task-status-view .bar-graph {
    margin: 10px;
}

.trend-chart-icons {
    margin-top: 20px;
    height: 280px;
}

h3.status-count {
    text-align: center;
    float: none;
    width: 20%;
    font-size: 16px;
    margin-left: 40%;
}

.pie-chart h3.status-count {
    top: -115px !important;
}

h3.status-count span {
    cursor: pointer;
}

#divMainDashboardStackBars1 .jqplot-point-label, #divMainDashboardStackBars2 .jqplot-point-label {
    /*color: #fff;*/
}

.task-status-details {
    padding: 5px 0;
}

.switch-actions {
    float: none;
    right: -10px;
    position: absolute;
    top: -5px;
    z-index: 2;
}

    .switch-actions a {
        border: 0px solid #dadada;
        float: left;
        margin: 0px 3px;
        padding-bottom: 2px;
        width: 26px;
        height: 25px;
    }

    .switch-actions .appkiticon {
        font-size: 20px;
        color: #cbcbcb;
    }

.mytask-switch-actions a {
    color: #333333;
    margin-left: 5px;
    font-size: 16px;
    border-radius: 4px;
    /*padding: 3px;*/
}

    .mytask-switch-actions a.active {
        color: #D04A02;
    }

    .mytask-switch-actions a:hover {
        color: #000;
        background-color: #f8f8f8;
    }

.switch-actions a.active {
    border-bottom: 2px solid;
}

.switch-actions a.compliance-icon {
    background: url("../../../content/images/compliance-icon.png") no-repeat center left;
}

.switch-actions a.remediation-icon {
    background: url("../../../content/images/remediation-icon.png") no-repeat center left;
}

.switch-actions a.bu-icon {
    background: url("../../../content/images/BU-icon.png") no-repeat center left;
}

.switch-actions a.department-icon {
    background: url("../../../content/images/department-icon.png") no-repeat center left;
}

.switch-actions a.users-icon {
    background: url("../../../content/images/users-icon.png") no-repeat center left;
}

.information-icon {
    background: url("../../../content/images/information-icon.png") no-repeat center left;
}

.switch-actions a.pie-icon {
    background: url("../../../content/images/pie-chart-icon.jpg") no-repeat center left;
}

.switch-actions a.graph-icon {
    background: url("../../../content/images/graph-icon.jpg") no-repeat center left;
}

.switch-actions a.table-view-icon {
    background: url("../../../content/images/table-view-icon.jpg") no-repeat center left;
}

.switch-actions a.graph-view-icon {
    background: url("../../../content/images/graph1-view-icon.jpg") no-repeat center left;
}

.switch-actions a.pie-chart-sinwave {
    background: url("../../../content/images/pie-char-sinwave.jpg") no-repeat center left;
}

.switch-actions a img {
    vertical-align: top;
    width: 18px;
    height: 18px;
}

.switch-actions a:nth-child(2) {
    border-left: 0;
    border-right: 0;
}

.switch-actions a.last-action {
    width: 0;
    border-right: 2px dotted #bdbdbd;
    margin-right: 5px;
}

.module-drilldown-two .switch-actions {
    position: relative;
    float: right;
    right: 3px;
    top: 12px;
}

.task-result {
    display: inline-block;
    margin: 3px 3px;
    vertical-align: middle;
    font-size: 11px;
}

.sub-task {
    display: inline-block;
    width: 48%;
    vertical-align: middle;
}

.result-icon {
    vertical-align: middle;
    padding: 6px;
    content: '';
    font-size: 12px;
    line-height: 1px;
    margin-right: 2px;
    display: inline-block;
    position: relative;
    top: -1px;
}

.show-total-count .task-count {
    background: #92cddc;
}

.pass .result-icon,
.show-pass-count .task-count {
    background-color: #6db923;
}

.fail .result-icon,
.show-fail-count .task-count {
    background-color: #da585a;
}

.na .result-icon,
.show-NA-count .task-count {
    background-color: #e99e41;
}

.notUploaded .result-icon,
.show-NU-count .task-count {
    background-color: #6e6e6e;
}

.due .result-icon,
.show-due-count .task-count {
    background-color: #929292;
}

.show-odue-count .task-count {
    background-color: #000;
}

.overdue .result-icon {
    background-color: #949494;
}

.rejected .result-icon {
    background-color: #989898;
}

.result-count {
    margin-left: 10px;
    color: #000;
}

    .result-count a {
        color: #000;
        text-decoration: underline;
    }

.text-underline-none {
    text-decoration: none !important;
}

.pending-for-approval .result-icon,
.show-PA-count .task-count {
    background-color: #8f51f4;
}

.sub-task-result {
    margin: 6px 0px;
}

.task-status-view .nav-tabs {
    display: none;
}

.status-headline {
    font-size: 13px;
    font-weight: bold;
}

h4.status-headline {
    margin-bottom: 0px;
}

.modal-sub-healine {
    font-size: 14px;
    text-align: center;
    margin: 20px 0;
}

.hide {
    display: none;
}

.fake-hide {
    margin: 0;
    height: 0;
    width: 0;
    opacity: 0;
    outline: none;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    z-index: -1;
}

.modal-schedule .form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
}

.controlStatusGroup {
    margin-left: 25px;
}

.schedule-modal-window .modal-lg {
    width: 750px;
}

.schedule-stop {
    background: url(../images/schedule-stop.png) 0px 0px;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin: 0px 2px;
}

.schedule-play {
    background: url(../images/schedule-play.png) 0px 0px;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin: 0px 2px;
}

.certificate-Caution-Alert-Icon {
    color: red;
}

.certificate-recall {
    background: url(../images/Recall.png) 0px 0px;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin: 0px 2px;
}

.certificate-view {
    background: url(../images/ui-grid-view.png) 0px 0px;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin: 0px 2px;
}

.certificate-grid-pdf {
    background: url(../images/certificategridpdf.jpg) 0px 0px;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin: 0px 2px;
}

.edit-grid {
    background: url(../images/ui-grid-edit.png) 0px 0px;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin: 0px 2px;
}

.delete-grid {
    background: url(../images/ui-grid-delete.png) 0px 0px;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin: 0px 2px;
}

.ui-grid-canvas .ui-grid-row .ui-grid-cell a.view-user-group {
    background: url(../images/view-user-grp.png) 0px 0px;
    width: 20px;
    height: 20px;
    padding: 2px 10px;
    background-size: 100% 100%;
}

.form-control-status {
    border-right: 1px solid #dadada;
    padding: 15px 0;
}

.form-horizontal .col-left {
    width: 38%;
    border-right: 1px solid #dadada;
}

.form-horizontal .form-group label {
    display: inline-block;
    line-height: normal;
    min-width: 85px;
    padding-right: 0px;
    word-wrap: break-word;
}

.form-horizontal .form-group > label {
    padding-left: 0;
    padding-top: 0;
    text-align: right;
}

.form-horizontal .form-group input[type="text"],
.form-horizontal .form-group input[type="email"],
.form-horizontal .form-group textarea {
    display: inline-block; /*width: 70%;*/
}

.form-horizontal .form-group.datepicker input {
    margin-right: 15px;
    width: 33%;
}

.button-center {
    text-align: center;
}

.schedule-modal-window .button-center {
    padding: 25px 10px;
}

.scheduled-graphs-grid h3 {
    font-size: 14px;
    font-weight: bold;
}

.dashboard-graphs .task-actions {
    margin-top: 43px;
}

.dashboard-graphs-filters {
    margin: 10px 0;
    padding-left: 0;
}

.graphs-view h3 {
    font-size: 13px;
    font-weight: bold;
    margin-top: 0;
}

.graphs-view .border {
    overflow: auto;
}

.trend-analysis-graphs-view .task-result {
    margin: 5px 25px 5px 5px;
    width: auto;
}

.trend-analysis-graphs-view .task-status-details,
.drill-down-legends .task-status-details {
    border: 0px none;
}

.drill-down-legends .task-result {
    width: auto;
    margin: 15px 25px 0px 3px;
}

.control-status-table.border {
    padding: 0;
    max-width: 465px;
}

.control-status-table .rowClass {
    margin: 0;
}

    .control-status-table .rowClass.table-head,
    .control-status-table .rowClass.table-subhead {
        background-color: #e1e1e1;
    }

    .control-status-table .rowClass:last-child {
        border-bottom: 0;
    }

.control-status-table .rowClass {
    border-bottom: 1px solid #e1e1e1;
}

    .control-status-table .rowClass.table-head {
        border-bottom: 1px solid #fff;
    }

    .control-status-table .rowClass.table-subhead {
        border-bottom: 1px solid #ccc;
    }

    .control-status-table .rowClass > div {
        display: inline-block;
        width: 9.5%;
        padding: 0.5% 1.5%;
        vertical-align: middle;
    }

.rowClass > div.control-status-col {
    width: 23%;
}

.rowClass > div.not-updated-col {
    width: 25%;
}

.rowClass > div.pending-for-approval-col {
    width: 19%;
}

.not-updated-col > div {
    padding: 0.5%;
    width: 49%;
    display: inline-block;
    position: relative;
}

    .not-updated-col > div:first-child {
        border-right: 1px solid #fff;
        margin-right: 4%;
        width: 42%;
    }

.rowClass {
    margin: 10px 0;
}

.dashboard-graphs-level-2 .border {
    margin-bottom: 20px;
}

.dashboard-graphs-level-2 .form-group {
    margin-bottom: 0;
}

.dashboard-graphs-level-2 .filters > div {
    vertical-align: bottom;
}

.risk-graphs-view h3 {
    font-size: 14px;
    font-weight: bold;
    margin-top: 0;
}

.jqplot-canvasOverlay-tooltip {
    border: 0px solid #ccc;
    font-size: 11px;
    white-space: nowrap;
    background: rgba(208,208,208,0.5);
    padding: 1px;
}

.jqplot-point-label {
    font-size: 11px;
    z-index: 2;
}

.jqplot-data-label {
    color: #fff;
    font-size: 12px;
    padding: 2px 0 0 2px;
}

.jqplot-xaxis {
    height: 20px !important;
    /* overflow: hidden;*/
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.jqplot-yaxis {
    height: 200px !important;
}

.jqplot-base-canvas {
    height: 200px !important;
}

.jqplot-series-canvas { /*height: 200px;_NO__DOTCOMMA__AFTER__*/
}

.task-status .filters,
.dashboard-graphs-filters .filters {
    margin: 10px 0;
    padding: 0;
    width: 73%;
}

.filters > div {
    width: 14.75%;
    max-width: 100%;
    min-width: 118px;
    margin-bottom: 0;
    vertical-align: bottom;
    float: none;
}

.filter-buttons {
    width: 200px;
    margin-top: 30px;
}

    .filter-buttons button {
        min-width: 92px;
        margin-right: 0;
        margin-left: 5px;
    }

.filters .dropdown > a {
    min-width: 0;
    width: 100%;
}
/*.filters .dropdown-menu {
min-width: 0;
max-width: 250px;
}*/
.filters > div.button {
    min-width: 0;
    width: auto;
}

.filter-buttons .button {
    display: inline-block;
    min-width: 80px;
}

.filters > div:last-child {
    margin-right: 0;
}

.filters > div.custom-datepicker {
    width: 285px;
}

.filters.user-list > div {
    min-width: 120px;
    width: auto;
}

.custom-datepicker > div:first-child {
    margin-right: 5px;
}

.custom-datepicker > div {
    /*padding: 0; Add specific class to div*/
    /*width: 140px;  Add specific class to div*/
    float: left;
}

/*.user-group-table {
    padding-top: 7px;
}*/
/***************************** Dashboard-graph-level-1************************/
.trend-analysis {
    margin: 35px 0 0;
}

    /*.trend-analysis .left-controls-inline.col-xs-12 {
    width: 740px;
}*/

    .trend-analysis .left-controls-inline select {
        max-width: 180px;
    }

    /*.trend-analysis .schedule-btn > .btn-dark {
    margin-right: 18px;
}*/

    .trend-analysis .custom-dropdown .dropdown-menu {
        min-width: 280px;
    }
/************************ CSS for radio Alignement ****************/
input[type="radio"] + span,
input[type="checkbox"] + span
input[type="checkbox"] + span + span {
    color: #737373;
    display: inline-block;
    font-weight: 600;
    left: 5px;
    min-width: 50px;
    overflow: hidden;
    position: relative;
    top: 2px;
    /*width: 150px; "Add to specific element"*/
    word-wrap: break-word;
}

input[type="checkbox"],
input[type="radio"] {
    cursor: pointer;
    display: inline-block;
    height: auto;
    margin: 0 0 0 5px;
    transition: all 0.3s linear 0s;
    vertical-align: middle;
}

input[type="checkbox"] {
    margin: 0 5px;
}

    input[type="checkbox"] + p,
    input[type="radio"] + p {
        display: inline-block;
    }

.custom-dropdown button,
.custom-dropdown button:hover,
.custom-dropdown button:active,
.btn-group.open .dropdown-toggle {
    background: #fff url("../images/dropdown-arrow.png") no-repeat scroll 95% center;
    border: 1px solid #d1d1d1;
    border-radius: 0;
    box-shadow: none;
    color: #8d8d8d;
    overflow: hidden;
    text-align: left;
    width: 100%;
    line-height: 20px;
    text-overflow: ellipsis;
    padding-left: 5px;
}

.custom-datepicker .input-group-btn {
    border: 0px solid #ccc;
    margin: 0 0 0 100px;
}

.edit-schedule-control .custom-datepicker .input-group-btn {
    right: 55px;
}

.custom-datepicker .form-control {
    height: 35px;
    padding: 6px 8px;
    color: #9C9C9C;
}

.custom-datepicker .input-group {
    /*position: absolute;*/
    width: 100%;
}

.input-group-btn .btn-default {
    border-bottom: medium none;
    border-right: medium none;
    border-top: medium none;
    border-radius: 0px;
}

/* schedule Control styles */
.schedule-control-filter .col-xs-3 {
    padding: 0 10px 0 0;
}

.schedule-filter .col-xs-9 {
    width: 73%;
}
/***************** Styles for task list pages***************/
.task-list-header > div {
    display: inline-block;
    margin-right: 10px;
    font-size: 12px;
}


#bulksubmissionlink span {
    font-size: 20px;
    color: #2d2d2d;
}

div.action-settings-export {
    margin-right: 0;
    padding-top: 10px;
}

    div.action-settings-export a {
        margin-left: 5px;
    }

#toDoUserPreference {
    font-size: 14px;
    color: #7d7d7d;
}

#headerSettingIcon {
    font-size: 16px;
    color: #fff;
    padding-top: 2px;
}

#headerLanguageIcon {
    font-size: 18px;
    color: #fff;
}

#headerManualsIcon {
    font-size: 22px;
    color: #fff;
}



#homeIcon {
    font-size: 20px;
    color: #d04a02;
}

.appkitPPTIcon {
    font-size: 26px;
    color: #e0301e;
    width: 20px;
}

.appkitEmailIcon {
    font-size: 26px;
    color: #c28a00;
    width: 20px;
}

.appkitExcelIcon {
    font-size: 26px;
    color: #22992e;
    width: 20px;
}

.appkitScheduleIcon {
    font-size: 20px;
}


.task-list-header > div > :last-child {
    margin-right: 0;
}

.task-list-header div.selected {
    font-weight: bold;
    background: #FEDACC;
    padding: 5px 10px;
    /*border-radius: 5px;*/
}

.task-list-header .export-to-excel {
    margin-top: 10px;
}
/************************** styles for Remediation Task page******************************/
.action-buttons {
    margin: 35px 0 20px;
}

    .action-buttons a {
        margin-right: 25px;
    }

.grid-footer.action-buttons {
    margin: 10px 0;
}

.remeditation-task-form label {
    margin-right: 10px;
    text-align: right;
    width: 95px;
    word-wrap: break-word;
}

.remeditation-task-form .col-xs-4,
.remeditation-task-form .col-xs-5,
.remeditation-task-form .col-xs-6,
.remeditation-task-form .col-xs-3 {
    padding: 0 10px;
}

.remeditation-task-form .col-xs-12-other {
    width: 100%;
    margin-bottom: 10px;
    float: left;
}

.remeditation-task-form .rowClass .form-group {
    display: inline-block;
    margin: 0;
    vertical-align: top;
    width: 50%;
}

.remeditation-task-form textarea {
    height: 70px;
    resize: none;
}

.remeditation-task-form > div .input-group {
    display: inline-block;
    float: none;
    min-width: 100px;
    margin-right: 0;
    width: 50%;
    vertical-align: top;
}

    .remeditation-task-form > div .input-group.full {
        width: 100%;
    }

    .remeditation-task-form > div .input-group.control .ms-sel-ctn {
        height: 55px;
        min-width: 160px;
    }

    .remeditation-task-form > div .input-group.control .ms-ctn.form-control {
        position: static;
    }

.remeditation-task-form .custom-datepicker .input-group {
    display: inline-block;
    float: none;
    margin-right: 5px;
    width: 45%;
}

.remeditation-task-form .input-group .ms-ctn .ms-trigger {
    display: none;
    width: 0 !important;
}

.remeditation-task-form .input-group.control {
    width: 55%;
}

.remeditation-task-form .custom-datepicker .input-group.normal-width {
    width: 60%;
}

.full-width {
    width: 100% !important;
}

.remeditation-task-form .custom-datepicker {
    min-width: 280px;
}

    .remeditation-task-form .custom-datepicker .input-group-btn {
        margin: 0;
        margin-right: 1px;
        right: 36px;
    }

.remeditation-task-form > div.attachment-input {
    min-width: 315px;
}

.remeditation-task-data {
    float: left;
    padding: 10px 0 0 55px;
}

.remeditation-task-form {
    margin-top: 20px;
}

.remeditation-task-data.no-bottom {
    padding-bottom: 0 !important;
}
/*.ui-grid-disable-selection{
    position: absolute;
    top: 40%;
}*/
.ui-grid-disable-selection + span {
    margin-left: 5px;
    position: absolute;
    top: 40%;
    left: 50%;
}

.flag {
    background: transparent url("../images/flag.png") no-repeat scroll 95% center;
    height: 16px;
    width: 16px;
}
/*.remeditation-task-data .col-xs-4:not(:first-child) {
    padding-left: 4px;
}*/

.edit-status .custom-datepicker label {
    max-width: 95px;
}
/*.remidiation-approval-status-submission label {
font-size: 14px;
}*/
.remeditation-myApproval-grid .grid-line-more .ui-grid-canvas .ui-grid-row .ui-grid-cell,
.remeditation-myApproval-grid .ui-grid-scroll,
.remeditation-otherApproval-grid .grid-line-more .ui-grid-canvas .ui-grid-row .ui-grid-cell,
.remeditation-otherApproval-grid .ui-grid-scroll {
    height: 70px;
    line-height: 70px;
}

.grid-lg-rowheight {
    height: 80px;
    line-height: 80px;
}
/************************** styles for To do List page******************************/
.action-buttons .action-settings-export a {
    margin-left: 10px;
    margin-right: 0;
}

.todo-list-grid { /*height: 510px !important;_NO__DOTCOMMA__AFTER__*/
}
/*.ui-grid-row:last-child .custom-datepicker .dropdown-menu {
bottom: 35px !important;
top: auto !important;
}*/
/*.todo-list-grid .ui-grid-canvas .ui-grid-row .ui-grid-cell,
.grid-lg-rowHeight .ui-grid-canvas .ui-grid-row .ui-grid-cell {
    height: 80px;
    line-height: 80px;
}*/

.custom-datepicker.right-pos ul.dropdown-menu, .edit-timeline ul.dropdown-menu {
    left: auto !important;
    right: 0;
}

/*IE*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    /*.ui-grid-row:first-child .custom-datepicker ul.dropdown-menu,
.ui-grid-row:last-child .custom-datepicker ul.dropdown-menu,*/
    .ui-grid-row .custom-datepicker ul.dropdown-menu {
        position: -ms-page !important;
        max-width: 50px;
        left: auto !important;
        top: auto !important;
        margin-top: 35px;
    }
}

/*Chrome*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
    /*.ui-grid-row:first-child .custom-datepicker ul.dropdown-menu,
.ui-grid-row:last-child .custom-datepicker ul.dropdown-menu,*/
    .ui-grid-row .custom-datepicker ul.dropdown-menu {
        position: fixed !important;
        max-width: 50px;
        left: auto !important;
        top: auto !important;
        margin-top: 35px;
    }
}

.ui-grid-row div.custom-datepicker {
    position: relative !important;
}

.ui-grid-row .custom-datepicker.right-pos ul.dropdown-menu /*,
.ui-grid-row:last-child .custom-datepicker.right-pos ul.dropdown-menu*/ {
    position: static !important;
    margin-left: -100px !important;
}
/*.ui-grid-row .custom-datepicker.right-pos ul.dropdown-menu {
    margin-left: -35px !important;
}*/

#passTask .input-group-btn {
    top: 2px;
}

#passTask .mar-v-normal {
    margin: 10px 0;
}

#passTask .mar-v {
    margin: 20px 0;
}
/*Email Type Notification grid css*/
ul.notifi-radio li {
    display: inline-block;
    margin: 0px 10px;
}

    ul.notifi-radio li input {
        width: 15px;
        padding: 0px;
        margin: 0px 2px;
    }
/* Form-controls Starts*/
.top-fill,
.bottom-fill {
    float: left;
    width: 100%;
}

    .bottom-fill.tborder {
        border-top: 1px solid #333;
        padding-top: 30px;
    }
/* Form-controls Ends*/
.modal-title {
    font-weight: 600;
}

.location-map {
    margin-top: 15px;
}

    .location-map label {
        margin: 2px 5px;
    }

    .location-map input[type="radio"] {
        margin: 0px;
        padding: 0px;
    }

.locate-map .input-group {
    margin: 0;
}

.fa-pull-right .glyphicon {
    margin-top: 10px;
}
/************************** styles for Dynamic master page******************************/
.button-create-new-master {
    text-align: right;
}

    .button-create-new-master a {
        display: inline-block;
        margin-left: 30px;
    }

.create-new-master-page {
    max-width: 700px;
    margin: 0;
}

    .create-new-master-page .action-button {
        margin-left: 55px;
    }

.dynamicMaster-edit-fields {
    float: left;
    margin-top: 20px;
    width: 700px;
}

.masters-pad {
    border-bottom: 1px solid #dadada;
    padding-bottom: 30px;
}

.dynamicMaster-edit-fields .form-style-text .form-control {
    width: 350px;
    color: #6f6f6f;
    font-size: 13px;
}

.dynamicMaster-edit-fields .form-style-text .dropdown {
    width: 67%;
}
/************************** styles for preferences popup to do list******************************/
.reset-default-button {
    margin: 10px 0;
    padding: 5px 0;
    text-align: right;
}

.modal-body.preferences-popup .col-xs-4 {
    /*width: 40%;*/
    padding-right: 0px;
}

.modal-body.preferences-popup select {
    width: 100%;
}

.preferences-popup .header label {
    font-weight: 700;
}

.preferences-popup label {
    font-weight: normal;
}

.modal-body.preferences-popup .col-xs-3 {
    width: 20%;
    padding-right: 0px;
}

.form-group.coloumn-option {
    margin: 0;
    padding-top: 3px;
}

    .form-group.coloumn-option.disable span {
        opacity: 0.5;
    }

.preferences-popup .row {
    margin: 0px -15px;
    padding: 7px 0px;
}

.preferences-popup .border {
    border: 1px solid #dadada;
    padding: 0px 15px;
}

.modal-header .btn-close {
    margin-right: 10px;
}
/********Audit trail form styles ***********/
.AuditTrailForm {
    margin: 0 0 20px;
}

    .AuditTrailForm .custom-datepicker {
        display: inline-block;
        vertical-align: bottom;
    }
/*ownerMapping page styles*/
.ownerApprover-map-control-form label {
    font-weight: normal;
    min-width: 75px;
    padding-right: 5px;
    padding-top: 6px;
}

.ownerApprover-map-control-form .ms-ctn {
    width: 51% !important;
    margin-left: 0 !important;
}

.ownerApprover-map-control-form .form-group {
    margin-bottom: 15px;
    width: 48%;
}

.ownerApprover-map-control-form .form-control.normal-height {
    height: 32px;
}

.ownerApprover-map-control-form .glyphicon.glyphicon-plus-sign {
    margin: 2px;
}

.ownerApprover-map-control-form .popup input {
    width: 80%;
}

.approver-feild.col-xs-5 {
    width: 35%;
}

.ownerApprover-map-control-form .approver-feild.col-xs-5 .ms-ctn {
    width: 64% !important;
}

.modal-body > .ownerApprover-map-control-form .ms-ctn {
    width: 90% !important;
}

.escalation-template .modal-body > .ownerApprover-map-control-form .ms-ctn {
    margin-top: 0px;
}

.escalation-template .ownerApprover-map-control-form label {
    margin-bottom: 0px;
}

.div-height {
    height: 30px !important;
    margin-bottom: 20px;
}

    .div-height input.input-more-height {
        width: 80% !important;
        height: 32px;
        margin: 15px 0px 5px;
        border: 1px solid #ccc;
    }

.attachment-sec {
    margin-top: 5px;
    width: 70%;
}

    .attachment-sec p {
        line-height: 20px;
        margin: 0;
    }

    .attachment-sec span {
        display: inline-block;
        margin-bottom: 5px;
        padding-right: 5px;
        width: 85%;
    }

    .attachment-sec a {
        margin-top: 5px;
        float: left;
        width: 20px;
    }

.ms-res-ctn.dropdown-menu {
    position: absolute;
    height: 155px !important;
    overflow-y: auto;
    border: 1px solid #9FA4A6;
}

/*IE*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    #grdEventbasedCompliance .ms-res-ctn.dropdown-menu {
        position: -ms-page;
        height: 155px !important;
        width: 200px;
        overflow-y: auto;
        border: 1px solid #9FA4A6;
        top: auto;
        margin: 5px -15px;
        left: auto !important;
    }
}

/*Chrome*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
    #grdEventbasedCompliance .ms-res-ctn.dropdown-menu {
        position: fixed;
        height: 155px !important;
        width: 200px;
        overflow-y: auto;
        border: 1px solid #9FA4A6;
        top: auto;
        margin: 5px -15px;
        left: auto !important;
    }
}

.col-xs-6.owner-map-button .btn-light {
    margin-left: 5px;
}

.escalationUsersOwner_popup .modal-body {
    overflow: visible;
    max-height: none;
}

.escalationUsersOwner_popup .custom-dropdown ul.dropdown-menu {
    width: 100%;
    max-width: inherit;
}

.user-modal-dialouge > .modal-dialog,
.user-modal-dialouge > .modal-dialog .modal-dialog {
    width: 900px;
}
/*Location Mapping */
.main-content .mapping-filters {
    list-style-type: none;
}

.mapping-filters {
    background: white;
    border: thin solid #cecece;
    border-radius: 0px;
    list-style-type: none;
    margin: 10px 0 0 0;
    overflow: auto;
    padding: 0;
    /*width: 600px;*/
    height: 210px;
}

    .mapping-filters li {
        padding-left: 25px;
    }
/*.check-list ul li.ng-scope.ng-isolate-scope {
margin: 30px 0;
}*/
.class1 {
    color: red;
}

.class2 {
    color: blue;
}

.error {
    color: red;
}

.alert {
    padding: 5px;
    margin-top: 5px;
}

.top-space-error {
    margin-top: 5px;
}

ul.ivh-treeview li.ivh-treeview-node-leaf .ivh-treeview-twistie-leaf {
    display: inline-block !important;
    width: 20px;
}

ul.list-inline {
    margin: 8px 0px !important;
}

.locaHeadTitle {
    color: #606060;
    font-size: 20px;
    margin: 0px 0px 10px 0px;
}

.view-locationControl-filters .col-xs-9 {
    width: 90% !important;
}

    .view-locationControl-filters .col-xs-9 .col-xs-3 {
        /*  width: 30.33%;*/
    }

.view-locationControl-filters .excel-img {
    margin-top: 10px;
}

.view-locationControl-filters div.btn-attribute {
    width: auto;
    min-width: 0;
    cursor: pointer;
}

.btn-attribute {
    border: 1px solid #fff;
    background: #fff;
    padding: 0px;
}

.ui-grid-pinned-container.ui-grid-pinned-container-left .ui-grid-header-cell:last-child {
    background-color: #eff0f1;
    border-right: 1px solid #d4d4d4;
}

.bread-audit .col-xs-6 {
    padding: 0px;
}

.bread-audit .auto-link {
    padding: 10px 20px 10px 10px;
}

.green-deactivate {
    list-style: none;
    background: transparent url("../images/deactivate.png") no-repeat scroll left;
    padding: 0px 24px;
}

.red-activate {
    list-style: none;
    background: transparent url("../images/activate.png") no-repeat scroll 3px;
    padding: 0px 24px;
}

.controlStatus {
    display: inline-block;
}

    .controlStatus span {
        margin-right: 5px;
        padding: 0 8px;
    }

.pass-status,
.fail-status,
.not-updated-status,
.not-submitted-status,
.not-applicable-status,
.pending-for-approval-status {
    background: #6db923;
    margin-right: 5px;
    padding: 0 8px;
}

.fail-status {
    background: #da585a;
}

.not-updated-status {
    background: #6e6e6e;
}

.not-submitted-status {
    background: #6e6e6e;
}

.not-applicable-status {
    background: #e99e41;
}

.pending-for-approval-status {
    background: #8f51f4
}

.process-grid {
    width: 100%;
}

select.control-menu {
    padding: 6px 8px;
}

.modal-attach {
    margin-top: 10px;
    line-height: 25px;
}

    .modal-attach a {
        color: #333;
    }

        .modal-attach a img {
            margin-right: 8px;
            vertical-align: middle;
            height: 20px;
            width: 20px;
        }
/*#region Splash */
#splash-page {
    z-index: 99999 !important;
}

    #splash-page .bar {
        width: 100%;
    }

.progress {
    background-color: #FFB551;
}

.page-splash {
    z-index: 99999 !important;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 1;
    pointer-events: auto;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}

.page-spinner {
    z-index: 999999 !important;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0.8;
    pointer-events: auto;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}

.page-splash-message {
    text-align: center;
    margin: 20% auto 0 auto;
    font-size: 400%;
    font-family: "PwC Helvetica Neue", Arial, Helvetica, sans-serif;
    font-weight: normal;
    -webkit-text-shadow: 2px 2px #000000;
    text-shadow: 2px 2px #000000;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.15);
    //text-transform: uppercase;
    text-decoration: none;
    color: #B92235;
    padding: 0;
}

    .page-splash-message.page-splash-message-subtle {
        margin: 30% auto 0 auto;
        font-size: 175%;
    }

.progress,
.page-progress-bar {
    margin: 30px 10% !important;
}

.spinner {
    margin: 20% auto 0 auto;
    left: auto;
    top: auto !important;
}

.tooltip-inner {
    white-space: pre-wrap;
}

.sidebar-accordion li {
    margin-bottom: 10px;
    /*border-bottom: 1px solid #fff;*/
}
.New_align_blink {
    color: red;
    font-weight: bold;
    font-size: 13px;
}

#divTodoApprovalAccordion .panel-heading {
    background-color: #fff !important;
    padding: 2px 5px;
}

#divTodoApprovalAccordion .panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: 0px;
}


.sidebar-accordion li a {
    font-size: 12px;
}

.sidebar-menu span {
    margin-right: 5px;
    /*margin-left: 3px;*/
}

.accordion-toggle span {
    margin-right: 5px;
}

.sidebar-accordion-controls .accordion-toggle span {
    margin-right: 0px;
}

.ownerMapping-controller select {
    width: 100%;
    height: 35px;
}

.picker-min-height .form-group {
    min-height: 41px;
}

.sidebar-accordion-controls > .side-menu-bar .panel-default,
.side-menu-bar .panel-default > .panel-heading {
    /*border-bottom: 1px solid #fff;*/
    border-radius: 0;
    padding: 0;
    position: relative;
}

.sidebar-accordion li {
    margin-bottom: 0px;
    padding: 0;
    cursor: pointer;
}

    .sidebar-accordion li:hover {
        background-color: #E6ECFF !important;
    }

.sidebar-hover li :hover {
    background-color: #E6ECFF;
}

.side-menu-bar .panel-body > ul > li > a {
    padding: 13px 0 13px 30px;
    display: block;
    text-transform: capitalize;
}
/*Grid styling*/
.grid-flex {
    display: block;
    height: auto !important;
}

    .grid-flex + .pagination-default {
        padding: 15px;
    }

    .grid-flex .ui-grid-render-container-body .ui-grid-viewport {
        height: auto !important;
        overflow: visible !important;
    }

.email-alert-grid .ui-grid-top-panel {
    overflow: visible;
}

.ui-grid-cell:last-child {
    border-right: 1px solid #d9d9d9;
}
/*Grid Filter styling*/
.excel-filter-menu.nav-stacked > li {
    padding: 0px 5px;
}

.excel-filter-menu.nav-tabs > li {
    border-bottom: 1px solid #c8c6c6;
}

    .excel-filter-menu.nav-tabs > li:last-child {
        margin: 10px 0px;
        border: 0px;
        text-align: center;
    }

    .excel-filter-menu.nav-tabs > li.no-border {
        border-bottom: 0px;
    }

    .excel-filter-menu.nav-tabs > li > a {
        font-size: 12px;
        color: #6f6f6f;
    }

        .excel-filter-menu.nav-tabs > li > a:hover {
            background: none;
            border: 1px solid #eff0f1;
        }

    .excel-filter-menu.nav-tabs > li input {
        margin: 20px 0px 10px 0px;
    }

.excel-filter-menu li label {
    font-weight: normal;
    font-size: 12px;
    display: inline-block;
    width: 81%;
    vertical-align: top;
    line-height: 16px;
    padding-bottom: 6px;
    text-align: left;
}

.excel-filter-menu.nav > li > a {
    padding: 10px 0px !important;
}

.excel-filter-menu {
    border: 1px solid #c8c6c6;
    padding: 0px;
    background-color: #eff0f1;
    z-index: 1999;
    position: absolute;
}

.excel-img {
    background: url(../images/excel.png) 0px 0px no-repeat;
    width: 29px;
    height: 29px;
    /*vertical-align: middle;*/
    padding: 0px 0px 5px 0px;
    cursor: pointer;
}

.Attention-img {
    background: url(../images/Attention.png) 0px 0px no-repeat;
    width: 60px;
    height: 20px;
    vertical-align: middle;
    padding: 0;
    cursor: pointer;
}


.search-filter {
    max-height: 300px;
    overflow: auto;
    margin: 0px 0px;
}

    .search-filter ul li input {
        margin: 0 10px 0 0 !important;
    }

.escalation-tab-height p {
    margin: 0px;
    padding: 0px;
}

.escalation-tab-height .ui-grid-canvas .ui-grid-row .ui-grid-cell {
    line-height: 20px;
}

.delegation-grid .ui-grid-canvas .ui-grid-row .ui-grid-cell {
    height: 50px;
    line-height: 50px;
}

.trail-filters {
    margin: 10px 0 10px;
    padding: 0;
}

    .trail-filters .filter-controls {
        padding: 0;
    }

        .trail-filters .filter-controls:not(:first-child) {
            margin-left: 20px;
        }

    .trail-filters .filter-buttons {
        margin-top: 0;
    }

    .trail-filters > .right-controls {
        margin-top: 0;
    }

        .trail-filters > .right-controls .input-group > a {
            display: inline-block;
            vertical-align: bottom;
        }

        .trail-filters > .right-controls .excel-icon {
            margin-left: 10px;
        }

            .trail-filters > .right-controls .excel-icon > img {
                margin-top: 0;
            }

.view-user-list button {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.control-schedule .dropdown-menu {
    left: auto !important;
    right: 0px;
}

.side-margin-top #grid1 {
    height: 350px;
}

.table-striped > tbody > tr:nth-child(2n+1) > th.table-header {
    background-color: #e9e9e9;
    vertical-align: middle;
}

.table-striped > tbody > tr > th,
.table-striped > tbody > tr > td {
    font-size: 12px;
    vertical-align: middle;
}

    .table-striped > tbody > tr:last-child > th,
    .table-striped > tbody > tr:last-child > td,
    .table-striped > tbody > tr > th:last-child,
    .table-striped > tbody > tr > td:last-child {
        background: #E4F6FF;
        font-weight: bold;
    }

.graphs-view table tr td {
    text-align: center;
    text-decoration: underline;
    line-height: 30px;
}

    .graphs-view table tr td span {
        display: inline-block;
    }

.graphs-view table tr th {
    font-size: 12px;
    font-weight: bold;
}

    .graphs-view table tr th:last-child {
        text-align: center;
    }

.activeImg { /*  border-bottom: 2px solid #000;_NO__DOTCOMMA__AFTER__*/
}

.hr-underline {
    margin-top: 5px;
    border-top: 1px solid #dadada;
    margin-bottom: 5px;
}

.cancel-alignment {
    font-size: 20px;
    color: #737373;
}

.lg-md-window .modal-dialog {
    width: 830px;
    overflow: visible;
}

.btn-dark[disabled] {
    background-color: #aaa;
}

.control-schedule .input-group {
    margin-left: 15px;
}

.control-schedule .control-label {
    margin-left: 15px;
    text-align: left;
}

.control-schedule label {
    color: #737373;
    font-weight: 600;
    vertical-align: sub;
}

.control-schedule .ms-sel-ctn {
    overflow: hidden;
}

.max-width {
    max-width: 200px;
}

.margin-top {
    margin-top: 10px;
}

.row-margin-top {
    margin-top: 10px;
}

.modal-body.work-big > .section {
    float: left;
    /*margin: 10px 0;*/
    width: 100%;
}

.modal-body.work-big h4 {
    background: #eff0f1;
    margin: 10px 0;
    padding: 5px 10px;
    font-size: 14px;
}

.modal-body.work-big .fields-sect {
    float: left;
    margin-top: 10px;
    width: 100%;
}

.modal-body.work-big .pull-right {
    margin-right: 0;
}

.modal-body.work-big .custom-csv-link-location > h6 {
    border-top: 1px solid #d9d9d9;
    padding-top: 10px;
}

.work-big span {
    word-wrap: break-word;
    word-break: break-all;
    display: inline-block;
}

.fa-group {
    color: #000;
    cursor: default;
}

    .fa-group:hover {
        color: #000;
    }

.approve-sec .field-sec {
    float: left;
    margin: 10px 0;
    padding-bottom: 10px;
    width: 100%;
}

    .approve-sec .field-sec p {
        word-wrap: break-word;
    }

.doc-lab {
    margin-top: 10px;
    float: left;
    width: 100%;
}

    .doc-lab ul li a {
        font-weight: normal;
        font-size: 13px;
        color: #6f6f6f;
        word-wrap: break-word;
        white-space: initial;
        display: inline-flex;
    }

a.doc-a-tag {
    max-width: 260px;
}

.doc-a-tag .fa-caret-right {
    margin: 5px 0px;
}

.doc-lab label {
    cursor: pointer;
}

.doc-tree,
.doc-fold {
    float: left;
}

.doc-tree {
    border: 1px solid #c7c7c7;
    padding: 10px 0;
    width: 33%;
}

.doc-fold {
    width: 65%;
    border: 1px solid #c7c7c7;
    margin-left: 10px;
    padding: 10px;
    height: 333px;
}

.doc-folder-align {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    text-align: center;
}

    .doc-folder-align a {
        margin-right: 20px;
        font-size: 14px;
        color: #6f6f6f;
    }

    .doc-folder-align img {
        width: 55px;
    }

.table.doc-lab-tab td {
    border: none;
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    z-index: 1000;
    left: 0;
    top: 0;
}

.progress-bar-container {
    width: 600px;
    padding: 25px;
    background: #fff;
    position: absolute;
    top: 150px;
    left: 50%;
    margin-left: -300px;
    z-index: 1001;
}

.drilldown-two .btn-group.dropdown button {
    width: 100%;
}

.view-delegation .ui-grid-canvas .ui-grid-row .ui-grid-cell {
    background: #fff !important;
    border-bottom: 1px solid #d9d9d9;
    height: 20px;
    line-height: 20px;
}

.view-delegation .col-xs-3 {
    width: 20%;
}

.astrisk {
    color: #FF0000;
}

.configuration-page .nav > li > a {
    padding: 0;
}

.configuration-page .tab-approval > ul.nav-tabs li {
    font-size: 14px;
    font-weight: normal;
    margin-right: 7px;
}

.configuration-page .tab-pane {
    padding-top: 20px;
}

.configuration-page .follow_up_levels {
    max-width: 555px;
    margin: 15px 0 15px 15px;
}

.configuration-page .create-new-form {
    max-width: 550px;
    margin: 15px 0px;
}

.configuration-page .form-style-text {
    margin-top: 0;
}

.configuration-page .form-horizontal .form-group {
    margin-left: 0;
}

    .configuration-page .form-horizontal .form-group > label {
        font-weight: normal;
        padding-left: 15px;
        text-align: left;
    }

.configuration-page .create-new-form label {
    font-weight: normal;
}

.margin-left-15px {
    margin-left: 15px;
}

.configuration-page .btn-dark, .configuration-page .btn-light {
    margin-bottom: 15px;
}

.configuration-page .panel-heading {
    padding: 0;
}

.configuration-page .panel-title > a {
    padding: 10px 15px;
}

#followUpForm .row label {
    max-width: 110px;
    padding-top: 6px;
    font-weight: normal;
}

#followUpForm .row {
    margin-bottom: 15px;
}

.follow-up-status {
    padding-top: 6px;
}

#policyForm .configuration-page-button {
    margin-left: 146px;
}

#docForm .configuration-page-button {
    margin-left: 192px;
}

.follow_up_levels .configuration-page-button {
    margin-left: 95px;
}

.financial_year_tab .configuration-page-button {
    margin-left: 95px;
}

#schedulingForm .configuration-page-button {
    margin-left: 193px;
}

#emailForm label {
    margin-top: 41px;
    font-weight: normal;
}

#emailForm .configuration-page-button {
    margin-left: 200px;
}
/* Login , Forgot Password and Change Password */
.container.login {
    background: rgba(0, 0, 0, 0) url("../images/login_background.png") no-repeat scroll left center / 100% auto;
    background-size: 70%;
    padding: 0;
    /*box-shadow: inset 0 0 0 2000px rgb(0 0 0 / 50%);*/
}

/*.container.login .col-xs-12, .container.login .col-xs-8, .container.login .col-xs-4 {
    padding: 0px;
}

.login-back-img {
    background: rgba(0, 0, 0, 0) url("../images/login_background.png") no-repeat scroll left center / 100% auto;
    padding: 0;
    background-size: 100% 100%;
    height: 530px;
}

.login-text {
    background-color: #285365;
    width: 100%;
    height: 383px;
    text-align: center;
    color: #fff;
}
    */

.login-sec {
    background: #fff none repeat scroll 0 0;
    height: 100%;
    padding: 0 20px;
    position: fixed;
    right: 0;
    width: 40%;
    top: 0;
}

.authlabels {
    left: 0px;
    color: #FFF !important;
}

.login-content {
    position: absolute;
    top: 20%;
    left: 15%;
    /*border-style: solid;
    border-width: 1px;
    border-color: lightgray;
    padding: 10px 0px 20px 10px;
    box-shadow: 0px 0px 2px 0px grey;*/
}

.login-sidebar {
    height: 100%;
    position: fixed;
    width: 60%;
}

.login-sec .login-header h3 {
    color: #963711;
}

.login-header, .login-logo {
    text-align: center;
    position: relative;
}

#inputId, #inputPassword, #inputOtp, #forgotEmailId, #adLogin {
    border: 0;
    font-family: Helvetica;
    font-size: 15px;
    color: #FFF;
}

#inputOtp {
    letter-spacing: 20px;
}

#divInputId, #divInputPassword, #divInputOtp, #divForgotEmailId, #divAdLogin {
    border: solid 1px;
}

#divAdfsLogin {
    width: 140px;
    height: 55px;
    /*padding-left: 20px;*/
}

#divAadLogin {
    width: 195px;
    height: 75px;
    /*padding-left: 20px;*/
}

#divInputId:focus-within, #divInputPassword:focus-within, #divInputOtp:focus-within, #divForgotEmailId:focus-within, #divAdLogin:focus-within {
    box-shadow: none;
    border: solid 2px #FFF;
}

#inputId:focus, #inputPassword:focus, #forgotEmailId:focus, #adLogin:focus {
    border: 0;
    box-shadow: none;
}

#inputId::-webkit-input-placeholder, #inputPassword::-webkit-input-placeholder, #forgotEmailId::-webkit-input-placeholder, #adLogin::-webkit-input-placeholder {
    text-align: right;
    font-size: 18px;
}


.login-box > .login-logo > img {
    width: 110px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.login-box .login-feilds,
.login-box .login-buttons {
    margin: 10px 35px;
    color: #FFF;
}

.login-box .form-group {
    display: block;
    margin: 10px 0px;
}

.login-box .login-feilds label, .login-buttons .form-group label {
    width: 78px;
    vertical-align: middle;
    /*text-align: right;*/
    padding-left: 10px;
    font-size: 12px;
}

.login-box .login-feilds input {
    /*width: 225px;*/
    width: 219px;
}

.login-box .col-xs-6 {
    margin-bottom: 25px;
    padding: 0px;
    text-align: left;
}

.login-box .col-xs-12 {
    padding: 0px;
}

    .login-box .col-xs-12 .btn-dark {
        font-weight: 600;
        min-width: 120px;
    }

.login-box .btn-light {
    margin-left: 10px;
}

.login-box .error-msg {
    margin-left: 10px;
}

.login-box h2 {
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    /*color:#737373;*/
}

.login-box .margin-left {
    margin-left: 95px;
}

.change-pwd-form .login-box {
    width: 515px;
}

    .change-pwd-form .login-box .login-feilds label {
        width: 150px;
    }

    .change-pwd-form .login-box .error-msg {
        margin-left: 155px;
    }

.change-pwd-form h2 {
    color: #606060;
    font-size: 18px;
    margin: 0px 15px;
}

.change-pwd-form .login-box .login-feilds {
    margin: 25px 15px;
}

.change-pwd-form .change-pwd-btns {
    float: right;
    padding: 0px;
    margin: 0px 40px;
}

.email-chng-pwd .btn-dark {
    margin-left: 154px;
}

.email-chng-pwd h2 {
    margin: 0px;
    text-align: left;
}

.email-chng-pwd .login-feilds {
    border: 2px solid #dadada;
    margin: 25px 10px;
}

.login-box .forget-pwd {
    font-size: 12px;
}
/*System Configuration Button*/
#controlForm .configuration-page-button {
    margin-left: 15px;
}

#escalationForm .configuration-page-button,
#encryptionForm .configuration-page-button {
    margin-left: 30px;
}

#smtpForm .configuration-page-button,
#smtpTestForm .configuration-page-button {
    margin-left: 145px;
    margin-bottom: 15px;
}
/*Module dashboard Graph Legends*/
.moduleDashBoard .task-status-details {
    border: 0px;
    border-top: 1px solid #dadada;
    padding: 0px 5px;
    min-height: 80px;
    /* display: -moz-inline-box;*/
}

.task-status-details .total-task-count {
    padding: 0px;
    margin: 0px;
    text-align: center;
}

.subtask-count {
    display: inline-block;
    margin: 5px 0px;
    padding: 0px 3px;
}

.subtask-count-extrapadding {
    display: inline-block;
    margin: 5px 0px;
    padding: 0px 15px;
}

.taskcount-box {
    display: inline-block;
    padding: 0px 5px 0px 5px;
    border-radius: 5px;
    min-width: 100px;
    min-height: 70px;
    box-shadow: 3px 3px 3px 0px #dcdcdc;
    margin: 5px 30px 20px 0px;
}

    .taskcount-box a:hover {
        cursor: pointer;
        background-color: #cbcbcb !important;
        padding: 0px 5px 0px 5px;
        border-radius: 4px;
        color: #000;
        box-shadow: 1px 1px 1px 0px #dcdcdc;
    }

.task-status-details .total-task-count span {
    font-size: 12px;
}

.task-status-details .total-task-count p {
    font-size: 22px;
    margin: 0px;
    /*font-weight: 600;*/
}

.taskcount-box a, .taskcount-box div > a {
    color: #fff;
    word-wrap: break-word;
    /*font-weight: 600;*/
}

.taskcount-box span, .taskcount-box div > span {
    font-size: 11px !important;
    color: #fff;
}

.task-status-details p a {
    margin: 0;
}

.task-status-details p.pass-text a {
    color: #6db923;
}

.task-status-details p.fail-text a {
    color: #da585a;
}

.task-status-details p.na-text a {
    color: #e99e41;
}

.task-status-details p.pending-approval-text a {
    color: #8f51f4;
}

.task-status-details p.not-update-text a {
    color: #6e6e6e;
}

.task-status-details p.due-text a {
    color: #929292;
    font-size: 16px;
    font-weight: normal;
}

.task-status-details p.overdue-text a {
    color: #000000;
    font-size: 16px;
    font-weight: normal;
    text-decoration: none;
    padding: 0px;
}

.task-status-details .bordr-rt-dotted {
    border-right: 2px dotted #d9d9d9;
}

.task-status-view .graph-view {
    min-height: 210px;
}

    .task-status-view .graph-view .marg-top-45 {
        margin-top: 45px;
    }

.task-status-view .pie-chart {
    margin: 0 auto;
    width: 40%;
}

.moduleDashBoard .pie-chart {
    margin-bottom: 23px;
    width: 100%;
}

.moduleDashBoard #chartRemedation,
.moduleDashBoard #chartControl,
.moduleDashBoard #chartRemedationBar,
#chartControlBar,
.moduleDashBoard #chartCompliance,
.moduleDashBoard #chartComplianceBar,
.moduleDashBoard #chartComplianceBarAgeing,
.moduleDashBoard #complianceChartRemedation,
.moduleDashBoard #complianceChartRemedationBar,
.moduleDashBoard #chartRemediationBarAgeing,
.moduleDashBoard #chartAudit,
.moduleDashBoard #chartAuditSample,
.moduleDashBoard #chartAuditBar,
.moduleDashBoard #chartAuditSampleBar,
.moduleDashBoard #chartRegistrationpie,
.moduleDashBoard #chartRegistrationBar,
.moduleDashBoard #chartLCpie,
.moduleDashBoard #chartLCBar,
.moduleDashBoard #chartNoticepie,
.moduleDashBoard #chartNoticeBar,
.moduleDashBoard #chartNoticeBarAgeing,
#chartControlLocationTrend,
#chartComplianceTrendBar,
#chartComplianceTrendLine {
    margin: 30px auto 0;
    width: 100% !important;
    height: 200px !important;
    min-height: 200px;
}

.moduleDashBoard #chartRemedation,
.moduleDashBoard #chartControl,
.moduleDashBoard #chartCompliance,
.moduleDashBoard #chartNoticepie,
.moduleDashBoard #chartNoticeBar,
.moduleDashBoard #chartNoticeBarAgeing,
.moduleDashBoard #complianceChartRemedation,
.moduleDashBoard #chartAudit,
.moduleDashBoard #chartAuditSample,
.moduleDashBoard #chartLCpie,
.moduleDashBoard #chartRegistrationpie {
    height: 235px !important;
    min-height: 235px;
    max-width: 460px;
}

.module-drilldown-two .btn-group.dropdown button {
    max-width: 170px;
}

.module-drilldown-two .schedule-btn {
    min-width: 200px;
}

.moduleDashBoard .no-data-available {
    min-height: 230px !important;
    padding-top: 90px;
}

.no-data-available {
    color: #f00;
    text-align: center;
    padding-bottom: 20px;
}

a:visited,
a:active,
a:focus {
    text-decoration: none !important;
}

.dashboard-graphs {
    margin-top: 10px;
}

.work-flow-text {
    padding-top: 5px;
}

    .work-flow-text a {
        position: relative;
        padding-left: 3px;
        color: #505050 !important;
    }

        .work-flow-text a span {
            font-size: 11px;
        }

.statue-update-select {
    width: auto;
    /*position: relative;;
    bottom: 20px;*/
}

.color-white {
    color: #fff !important;
}

.todo-file {
    margin-top: 5px;
    margin-left: 80px;
}

    .todo-file .glyphicon-remove {
        margin-left: 5px;
    }

select.form-control.dropdown.statue-update-select {
    width: 90%;
}

.control-fixed-width {
    width: 280px;
}

.setting-select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 24px;
    border: none;
    background-color: Transparent;
    cursor: pointer;
    outline: none;
    left: auto;
    right: 0px;
}

    .setting-select > a {
        background: none;
        border: 0px;
        width: 20px;
    }

    .setting-select ul li:hover {
        background: #ccc;
    }

    .setting-select ul li[disabled]:hover {
        background: #f2f2f2;
    }

.user-block {
    font-size: 13px;
    color: #fff;
}

.setting-dropdown-menu {
    position: absolute;
    left: auto;
    right: 0px;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    color: #000;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

    .setting-dropdown-menu a {
        color: #000;
    }

        .setting-dropdown-menu a[disabled] {
            color: #aaa;
        }

.open > .setting-dropdown-menu {
    display: block;
}

.language-dropdown-menu {
    position: absolute;
    left: auto;
    right: 0px;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 100px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    color: #000;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

    .language-dropdown-menu a {
        color: #000;
    }

        .language-dropdown-menu a[disabled] {
            color: #aaa;
        }

.open > .language-dropdown-menu {
    display: block;
}

.moduledashboard-select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 100px;
    height: 35px;
    border: none;
    background-color: Transparent;
    cursor: pointer;
    outline: none;
    left: auto;
    right: 0px;
}

    .moduledashboard-select > a {
        background: none;
        border: 0px;
        width: 300px;
    }

    .moduledashboard-select ul li:hover {
        background: #ccc;
    }

    .moduledashboard-select ul li[disabled]:hover {
        background: #f2f2f2;
    }

.moduledashboard-dropdown-menu {
    position: absolute;
    left: auto;
    right: auto;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    color: #000;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

    .moduledashboard-dropdown-menu a {
        color: #000;
    }

        .moduledashboard-dropdown-menu a[disabled] {
            color: #aaa;
        }

.open > .moduledashboard-dropdown-menu {
    display: block;
}

.setting-icon {
    font-size: 18px;
    color: white;
}

.language-icon {
    font-size: 18px;
    color: white;
}

.cog-icon {
    font-size: 15px;
    color: #b2b2b2;
}

.graph-report-popup {
    margin-bottom: 20px;
}
/*Reports panels start*/
.reports {
    float: left;
    width: 100%;
}

    .reports h4 {
        color: #737373;
        font-size: 16px;
    }

.reports-secction {
    float: left;
    width: 82%;
}

.reports .reports-secction {
    padding: 0 0 0 0;
    position: relative;
}

.reports .task-status {
    margin-bottom: 10px;
    margin-top: 0;
}

.reports .reportfilters {
    width: 100%;
}

.reports .filters-roles {
    width: 60%;
    padding: 0;
}

    .reports .filters-roles .controls {
        padding: 0 10px 0 0;
    }

    .reports .filters-roles .col-xs-3 {
        width: 30.55%;
    }

    .reports .filters-roles .controls label {
        font-weight: normal;
    }

    .reports .filters-roles .controls .btn-group button {
        width: 100%;
        height: 34px;
    }

.filter-grids {
    min-height: 530px;
}

.filters-action {
    width: auto;
    float: left;
}

.dialog {
    background: white none repeat scroll 0 0;
    border: 1px solid #d7d7d7;
    margin-bottom: 10px;
    margin-right: 10px;
    overflow: hidden;
    padding: 0;
    transition: all 200ms ease 0s;
    width: 31.88%;
    float: left;
}

    .dialog.minimized {
        height: 30px !important;
        min-height: 30px;
        width: 110px;
    }

    .dialog .title-bar {
        background: #f2f2f2;
    }

    .dialog.minimized .title-bar {
        background: #f5f5f5;
    }

    .dialog .title-bar .title {
        display: inline-block;
        margin: 3px 10px;
    }

    .dialog .content-sec {
        height: 230px;
        overflow: auto;
    }

    .dialog.minimized .title-bar .title,
    .dialog .title-bar .title {
        overflow: hidden;
        text-overflow: ellipsis;
        width: 52%;
        word-wrap: break-word;
        white-space: nowrap;
    }

    .dialog .title-bar .title {
        width: 80%;
    }

#sidebar {
    bottom: 0;
    left: 0;
    max-width: 250px;
    min-height: 600px;
    overflow: hidden;
    padding: 0 0 0 20px;
    position: absolute;
    top: 35px;
}

#content {
    bottom: 0;
    /*left: 195px;*/
    left: 210px;
    min-height: 600px;
    overflow: visible;
    max-width: 880px;
}

#sidebar-resizer {
    background-color: #666;
    position: absolute;
    top: 35px;
    bottom: 0;
    /*left: 191px;*/
    left: 250px;
    width: 3px;
    cursor: e-resize;
    min-height: 700px;
}

#content-resizer {
    position: absolute;
    height: 6px;
    bottom: 130px;
    left: 0;
    right: 0;
    background-color: #666;
    cursor: n-resize;
}

#sidebar-resizer:hover,
#preview-resizer:hover {
    background-color: #AAA;
}

.header {
    background: #f2f2f2;
    border-bottom: 1px solid #d7d7d7;
}

section {
    padding: 8px;
}

.reports .middle {
    padding: 8px;
    line-height: 11px;
}

.reports .right {
    border-left: 1px solid #d7d7d7;
    border-top-left-radius: 0;
    cursor: pointer;
    float: right;
    margin-bottom: 4px;
    padding: 5px 10px;
}

.dialog.minimized .right {
    width: 28%;
}

.dialog .border-btm {
    margin-bottom: 5px;
}

.filter-rows {
    width: 100%;
}

.filter-rows {
    width: 100%;
}

.dialog.half {
    width: 48.44%;
}

    .dialog.half.height,
    .dialog.half.height .content-sec {
        /*height: 500px;*/
    }

.dialog.full {
    width: 96%;
}

.reportHeader .header {
    background: none;
    border: none;
    float: left;
}

.reportHeader .actions {
    float: right;
}

    .reportHeader .actions a {
        padding: 0 3px;
    }

    .reportHeader .actions img {
        width: 22px;
        height: 22px;
    }

.reportHeader .dashboard-file-imgs {
    margin-right: 25px;
}

.reportSideBar {
    float: left;
    padding-right: 5px;
    position: relative;
    width: 240px;
}

    .reportSideBar.hide {
        overflow: hidden;
        padding: 0;
    }

    .reportSideBar .head {
        float: left;
    }

.reportToggle {
    left: -12px;
    position: absolute;
    top: 50%;
}

.reportSideBar ul {
    float: left;
    margin-top: 10px;
}

    .reportSideBar ul li {
        margin-bottom: 20px;
    }

        .reportSideBar ul li input {
            margin-left: 0;
            display: inline;
        }

        .reportSideBar ul li span {
            display: inline;
        }

ul.display-inline li {
    display: inline;
}

.reportfilters .filters-action .btn-light {
    margin-left: 8px;
}

ul.display-inline li:first-child input {
    margin-left: 0;
}
/*Reports panels ends*/
.other-filter {
    background: url(../images/other-filter.png);
    width: 30px;
    height: 28px;
    background-size: 100% 100%;
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2px;
}

.other-filter-border {
    border: 1px solid #d1d1d1;
    width: 100%;
    min-width: 42px;
    height: 35px;
    margin-top: 0;
}


/*Reports panels ends*/
span.fa.fa-filter {
    margin-left: 13%;
}

.document-onclick-show {
    border: 1px solid #B7B7B7;
    width: 22%;
    position: absolute;
    margin-left: 342px;
    top: 47px;
    background: #fff none repeat scroll 0% 0%;
    border-radius: 4px;
    box-shadow: 10px 10px 1px #dcdcdc;
}

    .document-onclick-show a {
        color: #bbbbbb;
        font-size: 12px;
        font-weight: bold;
    }

        .document-onclick-show a:hover {
            color: #868686;
        }

.dashboardlink {
    font-size: large;
    font-weight: 500;
}

    .dashboardlink a {
        color: darkslategrey;
    }

        .dashboardlink a:hover {
            border-bottom: 4px solid #efb919;
        }

.set-order {
    float: left;
    margin-top: 10px;
    width: 100%;
}

    .set-order .table-bordered td select {
        min-width: 40px;
    }
/* Module dashboard Filter */
.moduleDashBoard-filters .col-xs-9 {
    width: 100%;
    padding-top: 10px;
}

.moduleDashBoard-filters .col-xs-3 {
    width: 18%;
    float: left;
}

.moduleDashBoard-filters .col-xs-2 {
    width: 14%;
}

.schedule-btn .btn-light {
    margin: 0;
}

.drilldownNth .moduleDashBoard-filters .col-xs-3 {
    float: left;
    width: 25%;
}

.drilldownNth .moduleDashBoard-filters .schedule-btn {
    width: auto !important;
}

.moduleDashBoard-filters .filter-inline .other {
    width: 10px;
    cursor: pointer;
}

.drilldownNth .switch-actions {
    float: right;
    position: relative;
}
/*Sprit Image Classes For Mmodule dashboard FIle */
.dashboard-file-imgs li {
    display: inline-block;
    height: 25px;
    cursor: pointer;
}

.masters {
    margin-top: 15px;
}

.dashboard-file-imgs li.cursor-none {
    cursor: default;
}

.ppt-icon {
    background: url(../images/dashboard-file-imgs.gif) 0px 0px;
    width: 25px;
}

.pdf-icon {
    background: url(../images/dashboard-file-imgs.gif) -25px 0px;
    width: 25px;
}

.email-icon {
    background: url(../images/dashboard-file-imgs.gif) -55px 0px;
    width: 25px;
    cursor: pointer !important;
}

.word-icon {
    background: url(../images/dashboard-file-imgs.gif) -81px 0px;
    width: 35px;
}

.schedule-icon {
    background: url(../images/dashboard-file-imgs.gif) -119px 0px;
    width: 25px;
}

.switch-icon {
    background: url(../images/switch_icon.png);
}

.a-badge.a-badge-warning {
    color: #2d2d2d;
    background-color: #ffbf1f;
}

.a-badge {
    height: 2rem;
    display: inline-flex;
    align-items: center;
    border-radius: 0.75rem;
    padding: 0 0.625rem;
    font-size: .75rem;
    font-weight: 700;
}

.blink {
    animation: blink-animation 1s steps(10, start) infinite;
    -webkit-animation: blink-animation 1s steps(10, start) infinite;
}

@keyframes blink-animation {
    to {
        visibility: hidden;
    }
}

@-webkit-keyframes blink-animation {
    to {
        visibility: hidden;
    }
}


.add-remove-section {
    width: 100%;
}

    .add-remove-section .content-box {
        display: inline-block;
        width: 80%;
    }

    .add-remove-section .button-box {
        display: inline;
    }

.modal-body > .ownerApprover-map-control-form .add-remove-section .ms-ctn {
    width: 100% !important;
}

.ownerApprover-map-control-form .add-remove-section {
    margin-top: 15px;
}

.down-arrow {
    display: inline;
    cursor: pointer;
    font-size: 17px;
    font-weight: bold;
}

.grid {
    width: 100%;
    height: 400px;
}

    .grid .fa-file-text {
        color: #bf5a22;
    }

    .grid .fa-flag-checkered {
        color: red;
    }

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-30 {
    margin-top: 30px;
}

.autoWidth {
    width: 600px;
}

.cursor {
    cursor: pointer !important;
}

.multi-select-align {
    margin-bottom: 10px;
}

    .multi-select-align input[type="checkbox"] {
        vertical-align: baseline;
        margin: 0;
    }

    .multi-select-align select {
        color: #555;
        font-size: 12px;
    }

.tab-content-starts .pagination-items {
    margin: 5px;
}

.tab-content-starts .panel-heading {
    padding: 0;
}

.tab-content-starts .panel-title > a {
    padding: 10px 15px;
}

.plus-minus-spaces {
    margin: 1px 10px 0 0;
}

.tab-content-starts .glyphicon-plus {
    content: "";
    font-size: 0;
    background: url(../images/expand.png) 0 0 no-repeat;
    background-size: 75% 75%;
    width: 20px;
    height: 20px;
}

.tab-content-starts .glyphicon-minus {
    content: "";
    font-size: 0;
    background: url(../images/collaspe.png) 0 0 no-repeat;
    background-size: 75% 75%;
    width: 20px;
    height: 20px;
}

.tab-content-starts .ui-grid-canvas {
    border-bottom: 1px solid #d9d9d9;
}

.escalation-tab-height .ui-grid-canvas {
    border-bottom: 0px;
}

.text-disable {
    color: #ccc;
}

.editable-cell-grid {
    background-color: #f9f9f9 !important;
}


/* Styles for Configuration Page */
.configuration-page-subtab {
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 5px;
}

.configuration-page-wdc {
    padding-left: 36px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.configuration-page-statuscolors {
    padding-left: 36px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.configuration-page-colorDD {
    color: black !important;
}

.configuration-page-table {
    width: 100%;
    border-color: #eff0f1;
    padding: 25px;
    color: #737373;
}

.configuration-page-tableshort {
    width: 40% !important;
}

.configuration-page-header-tr {
    background-color: #eff0f1;
    border-right-color: white;
}

.configuration-page-gridborder {
    border: 1px solid #d4d4d4 !important;
}

.statusdisplay-cell-padding {
    padding-right: 5px;
}

/* login page spinner */
.loading {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 100%;
    text-align: center;
    margin: 15% 0 0 0;
}

    .loading h1 {
        margin: 0;
        padding: 0;
        font-family: 'Arial Narrow', sans-serif;
        font-weight: 100;
        font-size: 200%;
        color: #000;
    }

    .loading span {
        position: relative;
        top: 0.63em;
        display: inline-block;
        text-transform: uppercase;
        opacity: 0;
        transform: rotateX(-90deg);
    }

.let1 {
    animation: drop 2s ease-in-out infinite;
    animation-delay: 1.2s;
}

.let2 {
    animation: drop 2s ease-in-out infinite;
    animation-delay: 1.3s;
}

.let3 {
    animation: drop 2s ease-in-out infinite;
    animation-delay: 1.4s;
}

.let4 {
    animation: drop 2s ease-in-out infinite;
    animation-delay: 1.5s;
}

.let5 {
    animation: drop 2s ease-in-out infinite;
    animation-delay: 1.6s;
}

.let6 {
    animation: drop 2s ease-in-out infinite;
    animation-delay: 1.7s;
}

.let7 {
    animation: drop 2s ease-in-out infinite;
    animation-delay: 1.8s;
}

.let8 {
    animation: drop 2s ease-in-out infinite;
    animation-delay: 1.9s;
}

.let9 {
    animation: drop 2s ease-in-out infinite;
    animation-delay: 2s;
}

.let10 {
    animation: drop 2s ease-in-out infinite;
    animation-delay: 2.1s;
}

.let11 {
    animation: drop 2s ease-in-out infinite;
    animation-delay: 2.2s;
}

.let12 {
    animation: drop 2s ease-in-out infinite;
    animation-delay: 2.3s;
}

.let13 {
    animation: drop 2s ease-in-out infinite;
    animation-delay: 2.4s;
}

.let14 {
    animation: drop 2s ease-in-out infinite;
    animation-delay: 2.5s;
}

.let15 {
    animation: drop 2s ease-in-out infinite;
    animation-delay: 2.6s;
}

.let16 {
    animation: drop 2s ease-in-out infinite;
    animation-delay: 2.7s;
}

.let17 {
    animation: drop 2s ease-in-out infinite;
    animation-delay: 2.8s;
}

.let18 {
    animation: drop 2s ease-in-out infinite;
    animation-delay: 2.9s;
}

@keyframes drop {
    10% {
        opacity: 0.5;
    }

    20% {
        opacity: 1;
        top: 3.78em;
        transform: rotateX(-360deg);
    }

    80% {
        opacity: 1;
        top: 3.78em;
        transform: rotateX(-360deg);
    }

    90% {
        opacity: 0.5;
    }

    100% {
        opacity: 0;
        top: 6.94em
    }
}

/* Login page spinner - end */


#divCertificateID .panel-group {
    margin-bottom: 60px !important;
}

    #divCertificateID .panel-group .panel {
        padding-bottom: 20px !important;
    }

#divHistoryID .ui-grid-row {
    height: 150px !important;
}

#divHistoryID .expandableRow .ui-grid-row {
    height: 80px !important;
}

#divHistoryID .ui-grid-menu-button {
    z-index: 10;
}

#divCertificateID .ui-grid-menu-button {
    z-index: 10;
}

    #divCertificateID .ui-grid-menu-button .ui-grid-menu .ui-grid-menu-mid {
        overflow: scroll;
        /*max-height: 115px;*/
        max-height: 150px;
        border: 1px solid #d4d4d4;
    }

#divSubtasks .ui-grid-menu-button .ui-grid-menu .ui-grid-menu-mid {
    overflow: scroll;
    /*max-height: 115px;*/
    max-height: 150px;
    border: 1px solid #d4d4d4;
}

.dynamicRowHeight .ui-grid-menu-mid {
    max-height: 100% !important;
}

#divLicenseConditions .ui-grid-menu-button .ui-grid-menu .ui-grid-menu-mid {
    overflow: scroll;
    /*max-height: 115px;*/
    max-height: 150px;
    border: 1px solid #d4d4d4;
}

.ui-grid-selection-row-header-buttons::before {
    opacity: 0.4;
}

#divViewEditCertificateID .ui-grid-menu-button {
    z-index: 10;
}

    #divViewEditCertificateID .ui-grid-menu-button .ui-grid-menu .ui-grid-menu-mid {
        overflow: scroll;
        max-height: 115px;
        border: 1px solid #d4d4d4;
    }

#divHistoryID .ui-grid-row > .ng-isolate-scope, #divHistoryID .ui-grid-row > .ng-isolate-scope > .ui-grid-cell {
    height: inherit !important;
}

#divHistoryID .expandableRow .ui-grid-viewport {
    /*height: 158px !important;*/
    /*height: 68px !important;*/
    height: 90px !important;
}

#divHistoryID .expandableRow .ui-grid {
    border: 0px;
    margin: 0px;
}

#divHistoryID .expandableRow {
    margin-top: 0px !important;
    padding: 0px;
    width: 98% !important;
    border-left: 1px solid #d9d9d9;
}

/* All pages spinner*/
.loader-wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.loader {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 40px;
    width: 80px;
    box-sizing: border-box;
}

    .loader .loader-item {
        position: relative;
        float: left;
        height: 30px;
        width: 4px;
        margin: 0 2px;
        background-color: gray;
    }

        .loader .loader-item:nth-child(1) {
            animation: loader-item-1 1.5s linear infinite;
        }

        .loader .loader-item:nth-child(2) {
            animation: loader-item-2 1.5s linear infinite;
        }

        .loader .loader-item:nth-child(3) {
            animation: loader-item-3 1.5s linear infinite;
        }

        .loader .loader-item:nth-child(4) {
            animation: loader-item-4 1.5s linear infinite;
        }

        .loader .loader-item:nth-child(5) {
            animation: loader-item-5 1.5s linear infinite;
        }

        .loader .loader-item:nth-child(6) {
            animation: loader-item-6 1.5s linear infinite;
        }

        .loader .loader-item:nth-child(7) {
            animation: loader-item-7 1.5s linear infinite;
        }

        .loader .loader-item:nth-child(8) {
            animation: loader-item-8 1.5s linear infinite;
        }

        .loader .loader-item:nth-child(9) {
            animation: loader-item-9 1.5s linear infinite;
        }

        .loader .loader-item:nth-child(10) {
            animation: loader-item-10 1.5s linear infinite;
        }

    .loader:after {
        font-size: 16px;
        font-family: "Arial";
        color: gray;
        text-align: center;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -32px;
        margin: auto;
    }

@keyframes loader-item-1 {
    1% {
        transform: scaleY(1);
    }

    16% {
        transform: scaleY(1.5);
    }

    31% {
        transform: scaleY(1);
    }

    100% {
        transform: scaleY(1);
    }
}

@keyframes loader-item-2 {
    7% {
        transform: scaleY(1);
    }

    22% {
        transform: scaleY(1.5);
    }

    37% {
        transform: scaleY(1);
    }

    100% {
        transform: scaleY(1);
    }
}

@keyframes loader-item-3 {
    13% {
        transform: scaleY(1);
    }

    28% {
        transform: scaleY(1.5);
    }

    43% {
        transform: scaleY(1);
    }

    100% {
        transform: scaleY(1);
    }
}

@keyframes loader-item-4 {
    19% {
        transform: scaleY(1);
    }

    34% {
        transform: scaleY(1.5);
    }

    49% {
        transform: scaleY(1);
    }

    100% {
        transform: scaleY(1);
    }
}

@keyframes loader-item-5 {
    25% {
        transform: scaleY(1);
    }

    40% {
        transform: scaleY(1.5);
    }

    55% {
        transform: scaleY(1);
    }

    100% {
        transform: scaleY(1);
    }
}

@keyframes loader-item-6 {
    31% {
        transform: scaleY(1);
    }

    46% {
        transform: scaleY(1.5);
    }

    61% {
        transform: scaleY(1);
    }

    100% {
        transform: scaleY(1);
    }
}

@keyframes loader-item-7 {
    37% {
        transform: scaleY(1);
    }

    52% {
        transform: scaleY(1.5);
    }

    67% {
        transform: scaleY(1);
    }

    100% {
        transform: scaleY(1);
    }
}

@keyframes loader-item-8 {
    43% {
        transform: scaleY(1);
    }

    58% {
        transform: scaleY(1.5);
    }

    73% {
        transform: scaleY(1);
    }

    100% {
        transform: scaleY(1);
    }
}

@keyframes loader-item-9 {
    49% {
        transform: scaleY(1);
    }

    64% {
        transform: scaleY(1.5);
    }

    79% {
        transform: scaleY(1);
    }

    100% {
        transform: scaleY(1);
    }
}

@keyframes loader-item-10 {
    55% {
        transform: scaleY(1);
    }

    70% {
        transform: scaleY(1.5);
    }

    85% {
        transform: scaleY(1);
    }

    100% {
        transform: scaleY(1);
    }
}
/* All pages spinner - End */

.app-modal-window .modal-dialog {
    width: 1050px;
}
.app-modal-taskreopen .modal-dialog {
    width: 550px;
}

ul.dropdown-menu input[type="text"], .TreeviewSearchTextBox {
    margin: 2px 0px 5px 15px;
    width: 90%;
    box-shadow: 0px 0px 0px 0px #dcdcdc;
    font-size: small !important;
    height: 28px;
    font-weight: 400;
}

/* Chart loader animation */

@keyframes ldio-kuh11g2ffeo {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.ldio-kuh11g2ffeo div {
    left: 47px;
    top: 20px;
    position: absolute;
    animation: ldio-kuh11g2ffeo linear 1s infinite;
    background: #989898;
    width: 6px;
    height: 12px;
    border-radius: 3px / 6px;
    transform-origin: 3px 30px;
}

    .ldio-kuh11g2ffeo div:nth-child(1) {
        transform: rotate(0deg);
        animation-delay: -0.9166666666666666s;
        background: #989898;
    }

    .ldio-kuh11g2ffeo div:nth-child(2) {
        transform: rotate(30deg);
        animation-delay: -0.8333333333333334s;
        background: #989898;
    }

    .ldio-kuh11g2ffeo div:nth-child(3) {
        transform: rotate(60deg);
        animation-delay: -0.75s;
        background: #989898;
    }

    .ldio-kuh11g2ffeo div:nth-child(4) {
        transform: rotate(90deg);
        animation-delay: -0.6666666666666666s;
        background: #989898;
    }

    .ldio-kuh11g2ffeo div:nth-child(5) {
        transform: rotate(120deg);
        animation-delay: -0.5833333333333334s;
        background: #989898;
    }

    .ldio-kuh11g2ffeo div:nth-child(6) {
        transform: rotate(150deg);
        animation-delay: -0.5s;
        background: #989898;
    }

    .ldio-kuh11g2ffeo div:nth-child(7) {
        transform: rotate(180deg);
        animation-delay: -0.4166666666666667s;
        background: #989898;
    }

    .ldio-kuh11g2ffeo div:nth-child(8) {
        transform: rotate(210deg);
        animation-delay: -0.3333333333333333s;
        background: #989898;
    }

    .ldio-kuh11g2ffeo div:nth-child(9) {
        transform: rotate(240deg);
        animation-delay: -0.25s;
        background: #989898;
    }

    .ldio-kuh11g2ffeo div:nth-child(10) {
        transform: rotate(270deg);
        animation-delay: -0.16666666666666666s;
        background: #989898;
    }

    .ldio-kuh11g2ffeo div:nth-child(11) {
        transform: rotate(300deg);
        animation-delay: -0.08333333333333333s;
        background: #989898;
    }

    .ldio-kuh11g2ffeo div:nth-child(12) {
        transform: rotate(330deg);
        animation-delay: 0s;
        background: #989898;
    }

.loadingio-spinner-spinner-842dzgy6pmi {
    width: 54px;
    height: 54px;
    display: inline-block;
    overflow: hidden;
    background: #ffffff;
    margin-top: 25%;
    margin-left: 45%;
}

.ldio-kuh11g2ffeo {
    width: 100%;
    height: 100%;
    position: relative;
    transform: translateZ(0) scale(0.54);
    backface-visibility: hidden;
    transform-origin: 0 0; /* see note above */
}

    .ldio-kuh11g2ffeo div {
        box-sizing: content-box;
    }
/* SAAS Project CSS Start */


#goToAdminDashboard {
    font-size: 22px !important;
    color: #fff !important;
    padding-top: 10px !important;
}

.inputSaaS {
    direction: ltr !important;
    background-color: transparent !important;
}




::-webkit-input-placeholder { /* Edge */
    text-align: left !important;
    font-size: 12px !important;
}



:-ms-input-placeholder { /* Internet Explorer 10-11 */
    text-align: left !important;
    font-size: 12px !important;
}



::placeholder {
    text-align: left !important;
    font-size: 12px !important;
}

.state_width {
    width: 12%;
}

.state_width_one {
    width: 20%;
}

.state_width_two {
    width: 8%;
}

.question_entity table td {
    padding: 5px !important;
}

.question_filling .panel-heading {
    background-color: #dedede;
    color: #464646;
}

.lawarea {
    width: 50%;
    margin: 0px 40px;
}

.p10 {
    padding: 10px;
}

.mapping_dept {
    position: relative;
    padding-top: 0px;
    padding-left: 0px;
}

    .mapping_dept .glyphicon-plus-sign {
        margin-left: 5px;
    }

.mt-50 {
    margin-top: 50px;
}

.mt-30 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.glyphicon-plus-sign.add-approver {
    margin-left: 5px
}

.pt-20 {
    padding-top: 20px;
}

.pt_10 {
    padding-top: 10px;
}

.pl_9 {
    padding-left: 9px;
}

.draft_header{
    position: relative;
}
.draft_list {
    font-size: 16px;
    padding: 0;
    top: 0;
    width: 617px;
    position: absolute;
    right: -98px;
    margin: 1px 11px;
}

    .draft_list label {
        line-height: 30px !important;
        font-size: 14px;
        margin-left: -16px;
    }

    .draft_list input {
        display: inline-block;
        float: left;
    }

    .draft_list select {
        display: inline-block;
        width: 50%;
    }



    .draft_list button {
        padding: 0px 6px;
        font-size: 14px;
    }

.Activation_Log a {
    margin-bottom: 0px;
    display: block;
    font-weight: 500;
}

.Activation_Log p {
    word-wrap: break-word;
    white-space: break-spaces;
    text-align: left;
}

.schedule-btn-One {
    margin-top: 20px;
    padding: 0;
    min-width: 205px;
}

.col-xs-4.audit-trail {
    padding-right: 40px;
}


#LegalUpdates .dynamicRowHeight .ui-grid-row {
    height: 70px;
    display: inline-table !important;
    position: relative !important;
}

#LegalUpdates .dynamicRowHeight .ui-grid-canvas .ui-grid-row .ui-grid-cell {
    height: 70px !important;
}

#LegalUpdates .otherTables .dynamicRowHeight .ui-grid-canvas .ui-grid-row .ui-grid-cell {
    height: auto !important;
}



#ComplianceMapping .dynamicRowHeight .ui-grid-row {
    height: 70px;
    display: inline-table !important;
    position: relative !important;
}
#ComplianceMapping .dynamicRowHeight .ui-grid-canvas .ui-grid-row .ui-grid-cell {    
    height: 70px !important;   
}

#ComplianceMapping .tabusers .dynamicRowHeight .ui-grid-canvas .ui-grid-row .ui-grid-cell {
    height: auto !important;
}

#ComplianceMapping .tabGoLiveConfigurations .dynamicRowHeight .ui-grid-canvas .ui-grid-row .ui-grid-cell {
    height: auto !important;
}

#ComplianceMapping .tab-approval > ul.nav-tabs.nav-mappingtabs li {
    display: inline-block;
    padding: 0px 0px 0px 0px;
    color: #a3a3a3;
    font-weight: normal;
    font-size: 16px;
    cursor: pointer;
    margin-right: 3px !important;
}

#ComplianceMapping .tab-approval ul.nav-tabs.nav-mappingtabs li.active > a {
    color: #fff !important;
    text-decoration: none;
    background: #d04a02 !important;
}


#ComplianceMapping .tab-approval ul.nav-tabs.nav-mappingtabs li.active {
    border-bottom: 0px solid transparent !important;
}

#ComplianceMapping .tab-approval ul.nav-tabs.nav-mappingtabs li > a {
    background: #d04a02 !important;
    display: inline-block;
    margin-right: 5px;
    min-width: 100px;
    outline: none;
    padding: 10px 30px 7px;
    position: relative;
    text-decoration: none;
    background: #d5d5d5 !important;
    color: #66654a !important;
    border-radius: 0;
}

    #ComplianceMapping .tab-approval ul.nav-tabs.nav-mappingtabs li > a:before {
        width: 0;
        height: 0;
        border-top: 20px inset transparent;
        border-bottom: 20px inset transparent;
        border-left: 20px solid #fff;
        position: absolute;
        content: '';
        top: 0;
        left: 0;
    }

    #ComplianceMapping .tab-approval ul.nav-tabs.nav-mappingtabs li > a:after {
        width: 0;
        height: 0px;
        border-top: 20px inset transparent;
        border-bottom: 21px inset transparent;
        border-left: 22px solid #d5d5d5 !important;
        position: absolute;
        content: '';
        top: 0px;
        right: -21px;
        z-index: 2;
    }

#ComplianceMapping .tab-approval ul.nav-tabs.nav-mappingtabs li.active > a:after {
    border-left: 22px solid #d04a02 !important;
}

#ComplianceMapping .nav-tabs > li > a:hover {
    font-weight: normal !important;
}

#ComplianceMapping .tab-content {
    padding-top: 2rem;
}







#ComplianceMapping .ms-ctn {
    position: absolute;
    top: 24px;
    width: 19rem !important;
    /*    
    height: 36px;*/
}

#ComplianceMapping .complianceMappingGrid .ms-ctn {
    top: auto !important;
    width: 19rem !important;
    height: 37px !important;
}

#ComplianceMapping .ui-grid-row div.custom-datepicker {
    position: absolute !important;
    width: 14rem !important;
    top: 29px;
}

#ComplianceMapping .ui-grid-row .custom-datepicker ul.dropdown-menu {
    position: absolute !important;
    top: 3rem !important;
    height: 190px;
}

#ComplianceMapping .ms-sel-ctn, .complianceMappingGrid .ms-sel-ctn {
    padding-right: 0px !important;
}
.complianceMappingGrid.escalation_users input {
    height: 35px;
    width: 4rem !important;
    text-align: center;
    margin-left: -4rem !important;
    /*margin-left: 20rem !important;*/
   
}
.complianceMappingGrid.escalation_users .parent_data_1, .complianceMappingGrid.escalation_users .parent_data_2, .complianceMappingGrid.escalation_users .parent_data_3, .complianceMappingGrid.escalation_users .parent_data_4 {
    padding-left: 0px !important;
}
    .complianceMappingGrid .parent_data_1, .complianceMappingGrid .parent_data_2, .complianceMappingGrid .parent_data_3, .complianceMappingGrid .parent_data_4 {
    padding-left: 3rem;
    width: 80%;
}

.complianceMappingGrid input {
    float: left;
    width: 3rem !important;
    margin: 0px !important
}
.complianceMappingGrid.escalation_users .parent_data_0{
    float: none !important;
}
.complianceMappingGrid .parent_data_0 {
    float: left;
}

.complianceMappingGrid .child_data {
    float: right;
    width:15%;
}

.frequencyValues {
   vertical-align:unset;
}


#LegalUpdates .ms-ctn {
    position: absolute;
    top: 24px;
    width: 19rem !important;
    /*    
    height: 36px;*/
}

#LegalUpdates .complianceMappingGrid .ms-ctn {
    top: auto !important;
    width: 19rem !important;
    height: 37px !important;
}

#LegalUpdates .ui-grid-row div.custom-datepicker {
    position: absolute !important;
    width: 14rem !important;
    top: 29px;
}

#LegalUpdates .ui-grid-row .custom-datepicker ul.dropdown-menu {
    position: absolute !important;
    top: 3rem !important;
    height: 190px;
}

#LegalUpdates .ms-sel-ctn, .complianceMappingGrid .ms-sel-ctn {
    padding-right: 0px !important;
}

/*

.complianceMappingGrid {
    align-content: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 10px;
}

.complianceMappingGrid input {
   margin:0px !important;
}
*/



#QuestionsFilling a.btn-dark {
    margin-bottom: 10px;
}

#QuestionsFilling .panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

#QuestionsFilling i.fa.fa-check-square-o {
    font-size: 24px;
    vertical-align: middle;
}

#QuestionsFilling #question_section_tab .panel-body {
    padding: 10px;
}

#QuestionsFilling #question_section_tab .form-check input[type="text"] {
    max-width: 40%;
    display: inline-block;
    margin-bottom: 7px;
    font-weight: 600;
    margin-left: 10px;
    border: 1px solid #efefef;
}

.send_back {
    width: 1030px;
    padding-left: 0px;
}

    .send_back textarea {
        direction: ltr;
        margin: auto;
        width: 50%;
    }

    .send_back p {
        display: block;
        width: 100%;
        text-align: center;
    }

.compliance_data {
    width: 1030px;
    padding-left: 0px;
}

    .compliance_data .submitter_data {
        float: left;
        width: 73%;
    }

    .compliance_data .submitter_data_one {
        width: 23%;
        float: right;
        padding-top: 4px;
    }

        .compliance_data .submitter_data_one a.glyphicon-plus-sign {
            margin-left: 5px;
        }

    .compliance_data .main_div_data {
        float: left;
        width: 20%
    }

.tabs_align_data .nav > li > a {
    padding: 2px 0px;
    line-height: normal;
}

#QuestionsFilling #question_section_tab .nav > li > a {
    padding: 2px 0px;
    line-height: normal;
}

#question_section_tab .nav > li > a {
    padding: 0px 0px;
}

#QuestionsFilling #question_section_tab .nav.nav-tabs {
    width: 75%;
}

#QuestionsFilling #question_section_tab a.dropdown-toggle, #question_section_tab .glyphicon-option-vertical {
    width: auto;
}

#QuestionsFilling #question_section_tab .panel-default {
    box-shadow: 1px 1px 8px 0px #ccc;
}

#QuestionsFilling #question_section_tab label.form-check-label {
    vertical-align: text-top;
    min-width: 30% !important;
    max-width: 45% !important;
    font-weight: 500 !important;
    line-height: 19px;
}

#QuestionsFilling #question_section_tab ul.dropdown-menu {
    min-width: 140px !important;
    top: 26px;
}

#question_one .panel-heading strong {
    font-weight: 500;
}

div#Departments .row {
    padding-top: 10px;
}

.new_user_data {
    width: 1030px;
    padding-left: 0px;
}

.width-30 {
    width: 30%
}

.width-15 {
    width: 15% !important;
}

.width-10 {
    width: 10% !important;
}

.width-34 {
    width: 34%
}

.width-46 {
    width: 46%
}

.font-12 {
    font-size: 10px;
}

.p-16 {
    font-size: 16px;
    vertical-align: top;
}

.display-inline-one {
    display: inline-block;
}

.attachment_data {
    display: inline-block;
    width: 200px;
}

.reset_password {
    margin-top: 20px;
    margin-bottom: 10px;
}

#questionaire_modal .modal-body p strong {
    padding-right: 10px;
}

#questionaire_modal .modal-body p input {
    width: 55%;
    display: inline-block;
}

#Users .col-md-8 {
    padding-left: 0px
}

    #Users .col-md-8 span {
        display: block;
        padding: 25px 0px;
    }

.menu-i {
    padding: 13px 0 13px 30px;
    display: block;
    text-transform: capitalize;
    font-size: 14px !important;
}

.client_font {
    /*padding-left: 16px !important;*/
    font-size: 16px !important;
}

.approver_data .ms-ctn.form-control {
    width: 80% !important;
}

.unanswered_question {
    border: 1px solid red;
}

.mr-20 {
    margin-right: 10px;
    margin-bottom: 10px;
}

.text_UpdatedBy {
    display: block;
    width: 100%;
    text-align: right;
}

.highlighted_question {
    background-color: #f3ba66 !important;
}

.h-45 {
    background: #ddd !important;
}

.gotoDashboard a {
    width: 115px;
    position: relative;
    top: 15px;
    right: 100px;
}


.table > thead > tr > th {
    vertical-align: bottom;
    background-color: #e6e6e6;
}

.corporate_office {
    font-weight: bold !important;
    color: rgb(208, 74, 2);
}

    .corporate_office label {
        color: rgb(208, 74, 2) !important;
        font-weight: bold !important;
    }


/*.unanswered_bu {
    background-color: #dedede !important;
    background-size: 20px 20px !important;
    background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent) !important;
    padding: 5px 10px !important;
}*/

.unanswered_bu {
    background-color: #ababab !important;
    background-size: 7px 8px !important;
    background-image: linear-gradient(-50deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent) !important;
    padding: 5px 10px !important;
}


/*.unanswered_bu_1 {
    background-color: #dedede !important;
    background-size: 20px 20px !important;
    background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent) !important;
    padding: 5px 10px !important;
    color:black !important;   
}*/

.unanswered_bu_1 {
    background-color: #ababab !important;
    background-size: 20px 20px !important;
    background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent) !important;
    padding: 5px 10px !important;
    color: black !important;
}

.unanswered_badge {
    margin-top: 0px;
    margin-bottom: 8px;
    font-size: 12px;
    padding: 6px 15px;
    background: rgb(208, 74, 2);
    border: 1px solid rgb(208, 74, 2);
    border-radius: 30px;
    font-weight: bold;
}

.tabNumber_badge {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 12px;
    padding: 6px 15px;
    background: rgb(200, 74, 2);
    border: 1px solid rgb(208, 74, 2);
    border-radius: 30px;
    font-weight: bold;
}

.count_badge {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 14px;
    padding: 3px 15px;
    background: rgb(200, 74, 2);
    border: 1px solid rgb(208, 74, 2);
    font-weight: bold;
}


.entity_data .form-group label.text-left span {
    vertical-align: sub;
}

#questionnaire .panel-body {
    padding: 15px;
}

#questionnaire .table {
    margin-bottom: 0px;
}

.plus_minus {
    width: 62px;
    display: inline-block
}

    .plus_minus a.btn-link {
        display: inline-block;
        margin: 9px 4px;
        float: left;
    }

.mapping td {
    border-top: none !important;
}

    .mapping td input {
        width: 38%;
    }

.form-vertical .form-group {
    margin-bottom: 29px;
    padding-bottom: 29px;
}

.form-vertical .every_day .col-xs-7 input {
    width: 40%;
    display: inline;
    margin-right: 13px;
}

.form-vertical .every_day .col-xs-7 label {
    vertical-align: text-top;
}

.input_alignment {
    height: 35px !important;
    width: 50% !important;
    text-align: center;
    /*margin-top: 17px;*/
    margin-left: 20px;
    display: block;
}
.compliance_every{
    margin-left: 5px;
}
.compliance_every input {
    height: 26px;
    width: 41px;
    text-align: center;
    margin-top: 5px;
}
#ComplianceMapping .ms-ctn .ms-sel-ctn input {
    width: 0px !important
}
#goliveconfig .panel-body{
    padding: 20px !important;
}
#goliveconfig .panel-default > .panel-heading {
    color: #66654a !important;
    background-color: #d5d5d5 !important;
    border-color: #fff;
}
#goliveconfig .input_days input {
    width: 20%;
    float: left;
    margin-right: 10px;
}
#goliveconfig .input_days span {
    vertical-align: -webkit-baseline-middle;
}
#goliveconfig .pull-right{
    padding-bottom: 10px;
}
    #goliveconfig .pull-right a {
        margin-left: 4px;
    }
.pt-9 {
    padding-top: 9px;
}
#goliveconfig .configuration-page-button a.btn.btn-dark {
    padding: 6px 12px;
}

#goliveconfig .error_data {
    color: #ff0000;
    font-size: 12px;
}

#goliveconfig .configuration-page-button {
    padding-top: 20px;
}

#goliveconfig .BU_Dept {
    text-align: left;
    padding-left: 23px;
}

#goliveconfig .financial_year_tab .form-group > label {
    text-align: left;
}

#goliveconfig .pagination-default {
    font-size: 11px;
}

#goliveconfig .ui-grid-filter-container.form-group {
    margin-left: auto !important
}
#goliveconfig .panel-body .ui-grid {
    border: 1px solid #c7c7c7 !important;
}
#goliveconfig .edit-grid, #goliveconfig .delete-grid {
    text-indent: 20px;
    border: 0;
}
#goliveconfig .holiday_table td{
    width: 28%;
}
#goliveconfig .holiday_table_two td{
    min-width: 120px;
}
.save_grid {
    background: url(../images/ui-grid-save.png) 0px 0px;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin: 0px 2px;
    border: 0;
    background-repeat: no-repeat;
    background-size: contain;
    text-indent: 20px;
}
.cancel_grid {
    background: url(../images/ui-grid-cancel.png) 0px 0px;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin: 0px 2px;
    border: 0;
    background-repeat: no-repeat;
    background-size: contain;
    text-indent: 20px;
}

.delete_grid {
    background: url(../images/ui-grid-trash.png) 0px 0px;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin: 0px 2px;
    border: 0;
    background-repeat: no-repeat;
    background-size: contain;
    text-indent: 20px;
}
.mt_10{
    padding-bottom: 10px;
}
.position_relative{
    position: relative;
}
    .position_relative button {
        position: absolute;
        top: -12px;
    }
/* SAAS Project CSS End */
/* generated by https://loading.io/ */
/* Google sign in button CSS Starts */
#credential_picker_container {
    display: none !important;
}
/* Google sign in button CSS End */