/* Global Style */
html,
body {
    height: 100%;
}

.page-view,
.page-view > div,
.page-wrapper {
    height: 100%;
    width: 100%;
}

.line-through {
    text-decoration: line-through;
}

.border-left {
    border-left: 1px solid #a3a3a3;
}

.modal-dialouge-small,
.modal-dialouge-small .modal-dialog,
.modal-dialouge-small .modal-header,
.modal-dialouge-small .modal-body,
.modal-dialouge-small .modal-footer {
    margin: 0 auto;
    width: 400px;
}

.modal-dialouge-medium,
.modal-dialouge-medium .modal-dialog,
.modal-dialouge-medium .modal-header,
.modal-dialouge-medium .modal-body,
.modal-dialouge-medium .modal-footer {
    margin: 0 auto;
    width: 600px;
}

.dateSelectionCustom {
    width:8px;
}

.logo-productname-separator {
    height: 70%;
    display: inline-block;
    border-left: 1px #FFFFFF SOLID;
    margin-left: -30px;
}

.product-name, .product-name-login {
    display: inline-block;
    margin: 12px 0px 0px -15px;
}

    .product-name span, .product-name-login span {
        font-family: PwC Helvetica Neue;
        font-size: 22px;
        color: #FFFFFF;
        margin-left: 60px;
    }

.product-name-login {
    border: none
}
    .product-name-login span {
        font-size: 30px;
        margin-left: 45px;
    }

.sideBar {
    display: table-cell;
    width: 200px;
    height: 100%;
    background: #D5D1C5;
    position: relative;
    vertical-align: top;
    z-index: 100;
    overflow: hidden;
    box-shadow: 0px 0px 5px 0px grey;
}
.content-display {
    display: table-cell;
    height: 100%;
    width: 100%;
    max-width: 1040px;
    position: relative;
}
*::before,
*::after { box-sizing: border-box } 
*::before,
*::after {
    box-sizing: border-box;
}

body {
    font: 14px PwC Helvetica Neue;
}

a {
    /*color: #5b8fca;*/
    color: #333333;
    cursor: pointer;
}

a[disabled] {
    color: #9c9c9c;
    cursor: not-allowed;
    pointer-events: none;
}

p {
    word-wrap: break-word;
}

a:hover {
    text-decoration: none;
    font-weight: bold !important;
    /*color: #333333 !important;*/
}

textarea {
    resize: none;
}

ul {
    list-style: none;
    padding: 0;
}

.button-grp {
    padding: 0;
}

.excel-bg-light {
    background: #9fa4a6 url("../images/excel.png") no-repeat scroll 98% 4px;
    margin: 0;
    padding-right: 60px;
    color: #FFF;
}

.word-bg-light {
    background: #9fa4a6 url("../images/word.jpg") no-repeat scroll 98% 4px;
    margin: 0;
    padding-right: 60px;
    color: #FFF;
}

.fa-times {
    cursor: pointer;
    font-size: 17px;
    color: #737373;
}

hr {
    margin: 10px 0;
}

select,
select.form-control {
    background: #fff url("../images/dropdown-arrow.png") no-repeat scroll 95% center;
    border: 1px solid #d1d1d1;
    color: #9c9c9c;
    padding: 0;
    padding-left: 5px;
    font-size: 13px;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

select::-ms-expand {
    display: none;
}

select option {
    border: none;
    padding-left: 5px;
    padding-bottom: 5px;
}

.dropdown input[type="checkbox"] {
    display: inline-block;
}

input[type="radio"],
input[type="checkbox"] {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 0;
}

input[type="radio"].mleft0,
input[type="checkbox"].mleft0 {
    margin-left: 0;
}

.input-group {
    width: 100%;
}
.left-label {
    text-align: left !important;
}
.rght-label {
    text-align: right !important;
}

.form-control {
    border-radius: 0;
    box-shadow: none;
    font-size: 12px;
}

.form-control.inline {
    display: inline-block;
    margin-right: 10px;
    width: 45%;
}

.form-control.inline:last-child {
    margin-right: 0;
}

.fileUpload {
    background: #9fa4a6;
    position: relative;
    overflow: hidden;
    margin: 0 10px;
}

.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.custm-check {
    margin-bottom: 0;
}

.custm-check > label {
    float: left;
}

.custm-check > a {
    display: inline-block;
}

.error-msg {
    color: #f00;
    font-weight: normal;
    display: inline-block;
    padding-top: 5px;
}

.ctrlg-md-windowroup p {
    clear: both;
}

.ctrlGroup p > .box-label {
    color: #8b8b8b;
    font-weight: 500;
    vertical-align: top;
}

.ctrlGroup p > label {
    float: right;
    padding-bottom: 15px;
    width: 20px;
}

.ctrlGroup p > input[type="checkbox"] {
    margin: 0 0 0 30px;
}

.form-horizontal .ctrlGroup .checkbox,
.form-horizontal .ctrlGroup .checkbox-inline,
.form-horizontal .ctrlGroup .radio,
.form-horizontal .ctrlGroup .radio-inline {
    padding-top: 0;
}

.custm-check > span {
    color: #8c8c8c;
}

.header-branding,
.side-menu-bar {
    /*position: absolute; left:0; top:0; width:215px; height:100%;*/
}

.header-nav,
.breadcrumb,
.main-content {
    padding: 5px 20px;
    width: 100%;
}

.bread-audit {
    /*padding-bottom: 5px;*/
}

.header-nav {
    padding-left: 217px;
}

.main-content.wrapper {
    max-width: 1280px;
    position: relative;
    margin-right: 10px;
}

.breadcrumb {
    width: 100%;
}

.star {
    color: #f2706e;
}

.clear {
    clear: both;
}

.pad-0 {
    padding: 0;
}

.pad-left-0 {
    padding-left: 0;
}

.pad-left-5 {
    padding-left: 5px;
}

.pad-left-15 {
    padding-left: 15px;
}

.pad-right-0 {
    padding-right: 0;
}

.pad-h-0 {
    padding-left: 0;
    padding-right: 0;
}

.pad-le-0 {
    padding-left: 0;
}

.pad-top-6 {
    padding-top: 6px;
}

.pad-b-0 {
    padding-bottom: 0 !important;
}

.mar-0 {
    margin: 0 !important;
}

.mar-v-10 {
    margin: 10px 0;
}

.mar-top-0 {
    margin-top: 0;
}

.mar-top-5 {
    margin-top: 5px;
}

.mar-top-10 {
    margin-top: 10px;
}

.mar-top-15 {
    margin-top: 15px;
}

.mar-top-20 {
    margin-top: 20px;
}

.mar-top-28 {
    margin-top: 28px;
}

.mar-bot-clr {
    margin-bottom: 0;
}

.mar-bot-10 {
    margin-bottom: 10px !important;
}

.mar-bot-20 {
    margin-bottom: 20px;
}

.mar-bot {
    margin-bottom: 15px;
}

.mar-bot-0 {
    margin-bottom: 0 !important;
}

.mar-le-0 {
    margin-left: 0 !important;
}

.zind-low {
    z-index: 10;
}
.right-label {
    text-align: right;
}
.excel-filter-menu button:first-child {
    margin-right: 5px;
}
/* Main-Page-Wrapper */
.page-wrapper {
    min-width: 1000px;
    width: 100%;
}
/* Top Header */
.header-wrapper,
.header-branding,
.header-nav {
    /* height: 97px;*/
    height: 80px;
}

.header-wrapper {
    height: 100%;
    left: 0;
    padding: 0;
    /*position: absolute;*/
    top: 0;
    width: 200px;
    z-index: 100;
    /*background: #7e281a;*/
    background: #DEDEDE;
}
/*.header-wrapper::after {
background: #7e281a none repeat scroll 0 0;
content: "";
height: 100%;
left: 0;
position: fixed;
top: 0;
width: 217px;
z-index: -1;
}*/
.main-content.wrapper:before {
    /*background: #7e281a none repeat scroll 0 0;*/
    background: #D5D1C5;
    content: "";
    height: 100%;
    left: -217px;
    position: absolute;
    top: 0;
    width: 217px;
}
/*.header-branding {
background: #fff;
padding: 25px;
width: 217px;
}*/
/***styles for new theme***/
.header-branding {
    left: 0;
    padding: 25px 15px;
    position: absolute;
    top: 0;
    width: 200px;
    text-align: center;
}
/***styles for new theme ends***/
.header-branding > a > i {
    color: #a3a3a3;
    padding: 5px 0 5px 135px;
}

.header-nav {
    /*    background-color: #ddd;*/
    padding-top: 10px;
}

.header-nav > h1 {
    color: #c14303;
    font-size: 20px;
    font-weight: normal;
    /* margin-top: 25px;*/
    margin-top: 0px;
    text-transform: uppercase;
}

.header-nav > h1 > span {
    font-size: 28px;
}

.header-nav > ul {
    margin-top: 12px;
    min-width: 175px;
}

.user-controls {
    margin-top: -10px;
    /*Edited For Setting Logo in the header */
}

.header-nav > ul > li {
    display: inline-block;
    min-width: 40px;
    text-align: right;
}

.alert-bar.pull-right > li:last-child {
    display: none;
}

.header-nav > ul > li > a {
    display: inline-block;
}

.header-nav > ul > li > a.static > img {
    margin-top: 0;
}

.header-nav > ul > li > a.active {
    display: block;
    position: relative;
}

.header-nav > ul > li > a.static {
    display: none;
}

.header-nav > ul > li > a.active > img {
    width: 35px;
}

.header-nav > ul > li > a.active > span {
    color: #fff;
    font: bold 12px Helvetica;
    left: 16px;
    position: absolute;
    top: 4px;
}

.header-nav > .user-controls > p {
    display: block;
    font-size: 12px;
    margin-bottom: 15px;
    text-align: right;
    text-transform: capitalize;
    color: #FFF;
}

.user-controls .fa-sign-out {
    color: #FFF;
}

.header-section {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}

.header-nav > .user-controls > p > a {
    padding-left: 10px;
}

.header-nav > .user-controls > select {
    background: #f5f5f5 url("/img/dropdown-arrow.png") no-repeat scroll 90% 17px;
    width: 200px;
    display: none;
}

.custom-datepicker .form-control[disabled],
.custom-datepicker .form-control[readonly],
.custom-datepicker fieldset[disabled] .form-control {
    cursor: default;
}

.breadcrumb,
.audit-trail {
    background: #fff;
    height: 30px;
    margin-bottom: 0px;
    /*Edited For Spacing*/
    
}

.audit-trail > label.auto-link {
    color: #5b8fca;
    cursor: pointer;
    font-weight: normal;
}

.breadcrumb,
.breadcrumb > a {
    color: #9e9e9e;
}

.breadcrumb > a.auto-link {
    color: #54b0ea;
    font-weight: normal;
}

.breadcrumb > a > img {
    vertical-align: baseline;
}
/* Page Container */
.content-wrapper {
    padding: 70px 0px 0px 0;
    position: relative;
    background: #fff;
    display: table;
    table-layout: fixed;
    height: 100%;
}

.content-header-wrapper {
    /*background: url("../images/bg-header.jpg") no-repeat top left #963711;*/
    /*height: 115px;*/
    height: 70px;
}
/* Side Bar */
.side-menu-bar {
    margin: 0;
    padding: 0;
    width: 200px;
    /*background: #D5D1C5;*/
}

.side-menu-slider-bg {
    background: #671308 !important;
}

.side-menu-bar .panel-group {
    margin-bottom: 0;
}

.side-menu-bar .panel-group .panel {
    box-shadow: none;
}

.side-menu-bar .panel-body {
    padding: 0;
}

.side-menu-bar .panel-heading {
   /* padding: 20px 15px 15px 20px;*/
    padding: 0;
}

span.accordion-title {
    color: #000;
    padding: 0 10px 10px 0;
    border-bottom: 0;
    font-size: 14px;
}

.accordion-toggle {
    display: block;
}

.accordion-toggle span {
    padding: 0 10px 10px 0;
}

.side-menu-bar .panel-default,
.side-menu-bar .panel-default > .panel-heading {
    /*background: #7e281a;*/
    background: #DEDEDE;
    border: none;
}

.side-menu-bar .panel-default.accordion-open,
.side-menu-bar .panel-default.accordion-open .panel-heading,
.side-menu-bar .panel-default.accordion-open .panel-collapse.in .panel-heading,
.side-menu-bar .panel-collapse.in .panel-default {
    /*background-color: #D5D1C5;*/
    margin: 0;
}
.side-menu-bar .panel-heading :hover {
    background-color: #E6ECFF !important;
}
.side-menu-bar .panel-default ul {
    margin-bottom: 0;
}

.side-menu-bar .panel-default h4 > a,
.side-menu-bar .panel-body > ul > li > a {
    color: #000;
    font-size: 14px;
    font-family: PwC Helvetica Neue, Regular;
}
.side-menu-bar .panel-default h4 > a {
    padding: 15px 15px;
}

.side-menu-bar .panel-body > ul > li > a {
    padding-left: 80px;
    display: inline-block;
    padding-bottom: 25px;
    position: relative;
}

.side-menu-bar > ul > li.expand:first-child .panel-body > ul > li > a {
    padding-left: 30px;
}

.side-menu-bar .panel-group .panel-heading + .panel-collapse > .list-group,
.side-menu-bar .panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: none;
}

.side-menu-bar > ul > li {
    /*background: #7e281a none repeat scroll 0 0;*/
    /*background: #D5D1C5;*/
}

.side-menu-bar > ul > li,
.side-menu-bar > ul > li.expand .panel-body > ul > li {
    padding: 0;
}
.side-menu-bar > ul > li,
.side-menu-bar > ul > li.expand .panel-heading,
.side-menu-bar > ul > li.expand .panel-body > ul > li {
    /*border-bottom: 1px solid #8b3e31;
      cursor: pointer;*/
    /*border-bottom: 1px solid #fff;*/   
}

.side-menu-bar > ul > li.expand .panel-body > ul > li > a {
    /*color: #cbbab9;*/
    font-size: 12px;
    text-transform: capitalize;
}

.side-menu-bar > ul > li.expand .panel-body > ul > li > a.active {
    color: #efa445;
}

.side-menu-bar > ul > li.expand > #accordionTwo .panel-heading {
    padding-top: 15px;
}

.side-menu-bar > ul > li.expand {
    padding-top: 0;
}

.side-menu-bar > ul > li.expand,
.side-menu-bar > ul > li.expand .panel-body > ul > li:last-child {
    border: none;
    padding-bottom: 0;
}

.side-menu-bar > ul > li.expand .panel-body > ul > li:last-child {
    padding-bottom: 20px;
}

    .side-menu-bar > ul > li > a {
        color: #464646;
        font-weight: 600;
        display: block;
        font: 14px PwC Helvetica Neue, Regular;
        padding-left: 15px;
        text-transform: capitalize;
        width: 100%;
        position: relative;
        padding: 14px;
    }
.side-menu-active {
    background-color: white;
}

.side-menu-bar ul li a > i {
    padding-right: 15px;
}

.side-menu-bar > ul > li > a > i.fa-users {
    padding-right: 12px;
}

.side-menu-bar > ul > li.expand:first-child h4.panel-title a {
    padding-left: 5px;
}

.side-menu-bar > ul > li.expand:first-child h4.panel-title a i {
    padding-right: 15px;
}

.side-menu-bar > ul > li.expand:first-child h4.panel-title a {
    background: url("../img/down-arrow.png") no-repeat scroll right 2px;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight: normal;
    outline: none;
    padding-left: 10px;
    text-transform: uppercase;
    width: 100%;
}

.side-menu-bar > ul > li > a > span {
    display: inline-block;
    margin-left: 5px;
}

.side-menu-bar > ul > li > a > span:last-child {
    vertical-align: top;
    margin-right: 0px;
}

.side-menu-bar .fa-angle-right {
    position: absolute;
    right: 0;
    top: 15px;
    font-size: 18px;
    color: #ba855b;
}

.side-menu-bar .fa-angle-up {
    position: absolute;
    right: 0;
    top: 15px;
    font-size: 18px;
    color: #ba855b;
}

.panel.panel-default:has(.panel-collapse.collapse.in) {
    background: #fff;
}

.footer {
    bottom: 0;
    left: 45%;
    position: absolute;
    text-align: center;
    /*padding-top: 25px;*/
}

.footer > p {
    color: #a3a3a3;
    font-size: 11px;
}
/*Angular Modal Popup Css Starts*/
.modal-content {
    border-radius: 0px !important;
}

.modal-title {
    font-weight: bold;
    font-size: 15px;
    text-align: center;
}

.modal-header {
    border: none;
}

.modal-body {
    margin: 10px 0px 0px 0px;
}

.vertical-alignment-helper {
    display: table;
    height: 100%;
    width: 100%;
}

.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
}

.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width: inherit;
    height: inherit;
    /* To center horizontally */
    margin: 0 auto;
}

.glyphicon-remove {
    font-weight: normal !important;
    font-size: 14px;
    color: #8b8b8b;
    cursor: pointer;
}
/*.modal-body .pull-right {
margin-right: 40px;
}*/
.modal-body select {
    width: 70%;
    border-right: 1px solid #999;
}

.modal-body select option {
    width: 100%;
    border-right: 1px solid #999;
}

.modal-footer {
    border: none;
    text-align: center;
}
/*Angular Modal Popup Css Ends*/
/* Dropdown Menu */
.btn-group.dropdown button {
    background: #fff url("../images/dropdown-arrow.png") no-repeat scroll 95% center;
    border: 1px solid #d1d1d1;
    font-size: 13px;
    color: #9c9c9c;
    text-align: left;
}

.btn-group.dropdown button, .btn-group.dropdown button:hover {
    padding: 5px 20px 7px 8px;
}

.btn-group.dropdown button span.caret {
    display: none;
}

.btn-group.dropdown ul,
.btn-group.dropdown ul ul {
    color: #9c9c9c;
    /*min-width: 200px;*/
    padding: 5px;
    list-style: none;
    /*max-width: 250px;*/
}

.dropdown {
    display: inline-block;
    vertical-align: middle;
}

.filters .dropdown {
    vertical-align: bottom;
}

.custom-dropdown .dropdown-menu {
    max-height: 310px;
    overflow-y: auto;
    border-radius: 0px;
    color: #8d8d8d !important;
}

.custom-dropdown .dropdown-menu .treeView-display {
    color: #000 !important;
}

.custom-dropdown ul.dropdown-menu {
    min-width: 200px;
    //max-width: 200px;
    resize: both;
}

.main-content ul.dropdown-menu {
    margin: 0;
    width: 100%;
    min-width: 200px;
    min-height: 25px;
}

.custom-datepicker ul.dropdown-menu {
    min-width: 260px;
    padding: 0;
}

.custom-datepicker ul.dropdown-menu table {
    margin: 0 auto;
    width: 100%;
}

.main-content ul.dropdown-menu .btn-sm,
.btn-group-sm > .btn,
.custom-dropdown ul.dropdown-menu .btn-sm,
.btn-group-sm > .btn {
    padding: 2px 7px;
}

.custom-datepicker ul.dropdown-menu .btn-sm {
    padding: 2px 10px;
}

.main-content .trail-filters ul.dropdown-menu {
    width: auto;
}

.dropdown ul {
    margin-left: 0;
}

.dropdown ul ul {
    margin: 0 0 20px;
}

.dropdown ul input {
    display: inline-block;
    vertical-align: middle;
    margin-left: 0;
}

.dropdown ul span.inline-list {
    display: inline-block;
    width: 75%;
    top: 0;
}

.left-controls .dropdown p {
    margin: 0 0 10px;
}

.dropdown-menu .divider {
    padding: 1px;
    margin: 20px 0 10px;
}

.multi-select-dropdown li {
    width: 100%;
}

.custom-dropdown ul.multi-select-dropdown {
    width: 100%;
    max-width: 100%;
}
/* Dropdown Menu Ends*/
/* Buttons Styling Starts */
button,
.fileUpload,
a.btn-light,
a.btn-dark {
    border: medium none;
    /*border-radius: 5px;*/
    color: #fff;
    font-weight: normal;
    padding: 8px 5px 8px 5px;
}

.default-action a.btn-light,
.default-action a.btn-dark {
    margin: 0 0 0 5px;
}

.btn-light > a,
.btn-dark > a {
    border: medium none;
    border-radius: 5px;
    color: #fff;
    font-weight: normal;
}

.btn-light {
    background: #7d7d7d none repeat scroll 0 0;
    min-width: 95px;
    border-radius: 0px;
    /*box-shadow: 2px 2px 2px 0px #cbcbcb;*/
}

.btn-dark {
    background: #464646 none repeat scroll 0 0;
    min-width: 95px;
    color: #FFF;
    border-radius: 0px;
    /*box-shadow: 2px 2px 2px 0px #979797;*/
}

    .btn-dark:hover {
        background-color: #b1b1b1;
        color: #FFF;
    }
    .btn-light:hover {
        background-color: #cbcbcb;
        color: #FFF;
    }

    .btn-dark:focus,
    .btn-light:focus {
        color: #FFF;
    }

    .btn-dark:active, .btn-light:active {
        background-color: #979797;
    }

.custom-datepicker .btn:hover,
.custom-datepicker .btn:focus {
    color: #333;
}
/* Buttons Styling Ends */
/*Form horizontal inline starts*/
.form-horizontal.inline span {
    padding-top: 7px;
}

.form-horizontal.inline input[type="text"] {
    padding: 8px 10px;
}
/*Form horizontal inline starts*/
.border {
    border: 1px solid #dadada;
    padding: 15px;
}

.leftborder {
    border-left: 1px solid #dadada;
}

.rightborder:not(:last-child) {
    /*border-right: 1px solid #dadada;*/
    margin-right: 10px; /*min-width: 380px;*/
}

.topborder {
    border-top: 1px solid #dadada;
}

.bottomborder {
    border-bottom: 1px solid #dadada;
}
/* Css to maintain/add borders Ends*/
ul.ivh-treeview div > .ivh-treeview-toggle.ivh-treeview-node-label {
    color: #000 !important;
    display: inline;
}

.treeView-display ul:before {
    border-left: 0;
    margin: 0;
}

.treeView-display ul li:before {
    border-top: 0;
    margin: 0;
}

.treeView-display ul {
    font-family: arial;
    margin: 0 0 0 10px !important;
    /* indentation */
    padding: 0;
    list-style: none;
    list-style-type: none !important;
    position: relative;
}

#divViewEditCertificateID .treeView-display ul {
    font-family: arial;
    margin: 0 0 0 10px !important;
    /* indentation */
    padding: 0;
    list-style: none;
    list-style-type: none !important;
    position: relative;
    pointer-events: none;       
}

.treeView-display .ivh-treeview li {
    margin: 0;
}

#divViewEditCertificateID .treeView-display .ivh-treeview li {
    margin: 0;
}

.treeView-display ul.ivh-treeview ul.ivh-treeview {
    padding: 5px 0 5px 8px;
}

#divViewEditCertificateID .treeView-display ul.ivh-treeview ul.ivh-treeview {
    padding: 5px 0 5px 8px;
}

.treeView-display ul ul {
    margin-left: 0;
    /* (indentation/2) */
}

.treeView-display ul ul:before,
.treeView-display ul ul ul:before,
.dropdown-list.treeView-display ul:before {
    border-left: 1px dotted;
    bottom: 11px;
    content: "";
    display: block;
    left: 0px;
    position: absolute;
    top: -4px;
    width: 0;
}

.treeView-display ul li {
    margin: 0 !important;
    padding: 0;
    /* indentation + .5em */
    line-height: 1.5em;
    /* default list item's `line-height` */
    position: relative;
    white-space: nowrap;
    font-family: 'PwC Helvetica Neue';
    font-size: 13px;
}

.treeView-display ul ul li:before,
.dropdown-list.treeView-display ul li:before {
    border-top: 1px dotted;
    content: "";
    display: block;
    height: 0;
    left: -8px;
    margin-top: 0;
    position: absolute;
    top: 0.8em;
    width: 12px;
}

.treeView-display ul li:last-child:before {
    background: white; /* same with body background */
    height: auto;
    top: 0.8em; /* (line-height/2) */
    bottom: 0;
}

.treeView-display.doc ul li:last-child::before {
    background: none;
}

.treeView-display.doc ul ul::before,
.treeView-display.doc ul ul ul::before {
    bottom: 20px;
    left: -5px;
    top: -12px;
}

.treeView-display.doc ul ul li::before {
    left: -5px;
}

.treeView-display.doc ul li {
    padding: 0 0 0 10px;
}

.treeView-display.doc ul li .fa-caret-right {
    padding-left: 10px;
}

.dropdown .dropdown-list span {
    padding-left: 8px;
    position: relative;
    color: #888 !important;
}

.dropdown .dropdown-list li span {
    padding-left: 18px;
}

.dropdown .dropdown-list span::before {
    background: #9c9c9c;
    content: "";
    height: 10px;
    left: 0;
    position: absolute;
    top: 6px;
    width: 10px;
}
/*.dropdown .dropdown-list > span:first-child {
padding-left: 16px;
border: 1px solid red;
}*/
.dropdown .dropdown-list li span::before {
    top: 3px;
}

.dropdown .dropdown-list.treeView-display,
.dropdown .dropdown-list-tree.treeView-display {
    position: absolute;
    top: 34px;
    left: 0;
    padding: 9px;
    z-index: 9999;
    background: #FFF;
    box-shadow: 0px 5px 10px;
    width: 100%;
    max-height: 300px;
    overflow: auto;
    margin: 0;
}

.dropdown .dropdown-list.treeView-display ul {
    color: #999;
}

.dropdown-list.treeView-display ul li {
    padding: 0 0 0 10px;
}
/*.dropdown-list.treeView-display ul {
margin: 0 0 0 15px !important;
}*/
.dropdown .dropdown-list span > span::before {
    display: none;
}

.dropdown-list.treeView-display ul ul:before,
.dropdown-list.treeView-display ul ul ul:before,
.dropdown-list.treeView-display ul:before {
    bottom: 6px;
    left: -6px;
    top: -5px;
}

.dropdown-list.treeView-display ul ul li:before,
.dropdown-list.treeView-display ul li:before {
    left: -6px;
    width: 15px;
    top: 0.7em;
}
/* style for dropdown with ivhtreeView*/
.dropdown-list-tree.treeView-display ul {
    color: #999;
}

.dropdown-list-tree.treeView-display ul.ivh-treeview ul.ivh-treeview {
    padding: 10px 0 10px 10px;
}

.dropdown-list-tree.treeView-display ul ul::before,
.dropdown-list-tree.treeView-display ul ul ul::before,
.dropdown-list-tree.dropdown-list.treeView-display ul::before {
    left: -5px;
    top: -9px;
}

.dropdown-list-tree.treeView-display ul li::before {
    left: -15px;
    width: 15px;
}

.dropdown-list-tree .ivh-treeview-node-label {
    padding-left: 20px;
    position: relative;
}

.dropdown-list-tree .ivh-treeview-node-label::before {
    background: #999 none repeat scroll 0 0;
    content: "";
    height: 10px;
    left: 0;
    position: absolute;
    top: 3px;
    width: 10px;
}

.dropdown button {
    position: absolute;
    top: 1px;
    right: 1px;
    margin: 0;
    height: 94%;
    background: transparent url("../images/dropdown-arrow.png") no-repeat scroll 75% center;
    border-radius: 0;
}

.wrapper.dropdown input {
    background: transparent url("../images/dropdown-arrow.png") no-repeat scroll 95% center;
}

.treeView-display input[type="checkbox"],
.treeView-display input[type="radio"] {
    margin: 0 5px;
}
/* Css for treeview structure Ends*/
/*Angular Tab CSS starts*/
.tab-approval ul {
    margin: 0px !important;
}

.tab-approval > ul.nav-tabs li {
    display: inline-block;
    padding: 0px 0px 5px 0px;
    color: #a3a3a3;
    font-weight: normal;
    font-size: 16px;
    cursor: pointer;
    margin-right: 20px;
}

.tab-approval > ul.nav-tabs li a,
.tab-approval > ul.nav-tabs li a:hover,
.tab-approval > ul.nav-tabs li a:active,
.tab-approval > ul.nav-tabs li a:link {
    border: 0px;
    background-color: #fff;
    color: #a3a3a3;
}

.tab-approval ul.nav-tabs li.active {
    border-bottom: 4px solid #efb919;
}

.tab-approval ul.nav-tabs li.active > a {
    color: #585858;
    text-decoration: none;
}

.tab-topbar ul {
    margin: 0px !important;
}

.tab-topbar > ul.nav-tabs li {
    display: inline-block;
    padding: 1px 0px 3px 0px;
    color: #a3a3a3;
    font-weight: normal;
    font-size: 16px;
    cursor: pointer;
    margin-right: 20px;
    background-color:transparent;
}

.tab-topbar > ul.nav-tabs li a,
.tab-topbar > ul.nav-tabs li a:hover,
.tab-topbar > ul.nav-tabs li a:active,
.tab-topbar > ul.nav-tabs li a:link {
    border: 0px;
    background-color: transparent;
    color: #fff;
    font-size: small;
}

.tab-topbar ul.nav-tabs li.active {
    border-bottom: 3px solid #fff007;
}

.tab-topbar ul.nav-tabs li.active > a {
    color: #fff;
    text-decoration: none;
    background: transparent;
    font-size: small;
}

.nav-tabs .pagination-default {
    clear: both;
    padding: 10px;
}

.excel {
    text-align: right;
}

.nav-tabs {
    border-bottom: 0px;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    border: 0px;
}

.nav > li > a {
    padding: 15px 0px;
}

.panel-body {
    padding: 0;
}

.panel-body .ui-grid {
    border: 0px;
    margin-top: 0;
}

.ui-grid {
    color: #6f6f6f;
    font-size: 12px;
}

.ui-grid ul {
    margin: 0;
}
/*Angular Tab CSS ends*/
/* Grid related CSS*/
[class^="ui-grid-icon"]:before,
[class*=" ui-grid-icon"]:before {
    font: normal normal normal 14px/1 FontAwesome;
}

.ui-grid-icon-menu:before {
    content: "\f0c9";
}

.ui-grid-icon-cancel:before {
    content: "\f00d";
}

[class^="ui-grid-icon"]:after,
[class*=" ui-grid-icon"]:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.ui-grid-icon-ok::before {
    content: '\f00c';
    /*padding: 1px 0;*/
    width: 16px;
    height: 16px;
}

.ui-grid-cell-contents .ui-grid-icon-ok::before {
    border: 1px solid #999;
    color: transparent;
}

.ui-grid-icon-ok.ui-grid-row-selected::before,
.ui-grid-icon-ok.ui-grid-all-selected::before {
    color: #999;
}

.ui-grid-header-cell {
    padding-left: 5px;
}

.ui-grid-canvas .ui-grid-row .ui-grid-cell,
.ui-grid-row:last-child .ui-grid-cell {
    padding-left: 5px;
}

.ui-grid-selection-row-header-buttons {
    opacity: 1;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    border-color: transparent;
    text-decoration: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.alert-bar li a {
    color: #5b2308;
}

.alert-bar .badge {
    background-color: #671308;
    padding: 5px 7px;
    vertical-align: top;
    position: relative;
    top: -10px;
    left: -14px;
}

.alert-bar .fa-2x {
    font-size: 17px;
}

.switch-actions .fa-2x {
    font-size: 23px;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #fff;
}
/* Calender CSS */
.btn-sm,
.btn-group-sm > .btn { /*border: 0px;_NO__DOTCOMMA__AFTER__*/
}

.btn {
    font-size: 13px;
}

.text-center > .btn {
    border: 0px;
}

.line-norm {
    line-height: normal;
}

.ms-ctn .ms-sel-ctn input {
    font-size: 13px;
}

.center-form {
    max-width: 500px;
    margin: 0 auto;
}

.fa-map-marker {
    font-size: 20px !important;
}

.fa-home {
    font-size: 25px !important;
    color: #D02A04 !important;
}
.ms-helper {
    display: none !important;
}

#divEventID .custom-dropdown ul.dropdown-menu {    
    max-width: 500px;
}