html {
    padding: 0;
    margin: 0;
    border: 0;
    background: #fff;
    /* hide overflow:hidden from IE5/Mac */
    /* \*/
    /*overflow: hidden; */
    /* */
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.85em;
}

body {
    /*overflow: hidden;*/
    padding: 0;
    margin: 0;
    border: 0;
    /*font: 0.7em Verdana,Arial,Helvetica,sans-serif;*/
    background: #fff;
    height: 100%;
    background: #C0C0C0 url(images/background_body.gif) repeat-x left top;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.85em;
}

* html body {
    padding: 0px, 10px, 0px, 10px;
    margin: 0px, 10px, 0px, 10px;
}

html, body {
    height: 100%;
}

#navtop {
    position: absolute;
    top: 53px;
    left: 0px;
    width: 100%;
    background-image: url(Images/tab_top.gif);
    background-position-y: bottom;
}

#header {
    position: absolute;
    margin: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 77px;
    background-color: black;
    z-index: 5;
    color: #000;
}

* html #header {
    height: 77px;
}

#footer {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 30px;
    overflow: auto;
    text-align: right;
}

* html #footer {
    height: 30px;
}

#logo {
    position: absolute;
    left: 0px;
    top: 0px;
}

#contentdiv {
    position: absolute;
    background: white;
    border: 1px solid #000000;
    padding: 10px;
    top: 87px;
    left: 10px;
    right: 10px;
    bottom: 32px;
    z-index: 10;
    overflow: auto;
}

#contentdivwithsidebar {
    position: absolute;
    top: 87px;
    left: 135px;
    right: 10px;
    bottom: 32px;
    overflow: auto;
    padding: 10px;
    border: 1px solid #000000;
    background: #FFFFFF;
    color: #666666;
    /*font-family: Tahoma,Verdana,Helvetica,Helvetica-Narrow,sans-serif;*/
}

#contentdivwithtoolbar {
    /* max-height:100%; */
    /* min-height:100%; */
    position: absolute;
    top: 119px;
    left: 9px;
    right: 10px;
    bottom: 32px;
    overflow: auto;
    padding: 10px;
    border: 1px solid #000000;
    background: #FFFFFF;
    color: #666666;
    /*font-family: Tahoma,Verdana,Helvetica,Helvetica-Narrow,sans-serif;*/
}

#contentdivwithtoolbarandsidebar {
    position: absolute;
    top: 119px;
    left: 135px;
    right: 10px;
    bottom: 32px;
    overflow: auto;
    padding: 10px 0px 10px 10px;
    border: 1px solid #000000;
    background: #FFFFFF;
    color: #666666;
    /*font-family: Tahoma,Verdana,Helvetica,Helvetica-Narrow,sans-serif;*/
}

#sidebardiv {
    position: absolute;
    top: 87px;
    left: 9px;
    bottom: 32px;
    width: 101px;
    padding: 10px;
    border: 1px solid #000000;
    float: left;
    background: #DAE1E7 url(images/SidebarBackground.gif) repeat-x left top;
    background-color: #efe4c1;
    color: #666666;
    /*font-family: Tahoma,Verdana,Helvetica,Helvetica-Narrow,sans-serif;*/
    overflow: hidden;
}

.toolbar {
    position: absolute;
    top: 87px;
    left: 9px;
    right: 10px;
    height: 27px;
    padding: 2px;
    border-left: 1px solid #000000;
    border-top: 1px solid #000000;
    border-right: 1px solid #000000;
    color: #666666;
    /*font-family: Tahoma,Verdana,Helvetica,Helvetica-Narrow,sans-serif;*/
    background: #CCCCCC url(images/toolbar_background.jpg) repeat-x left top;
    z-index: 9;
}


#j3LogoDiv {
    position: absolute;
    top: 4px;
    right: 10px;
    width: 22px;
    height: 22px;
}

img {
    border: none;
    behavior: url("/pngbehavior.htc");
    page-break-inside: avoid;
    max-width: unset;
    vertical-align: unset;
}

/* add padding to all table rows */
.listRow {
    padding: 3px;
    cursor: pointer;
}

.listRow2 {
    padding: 3px;
    cursor: pointer;
    color: black;
}

    .listRow:hover, .listRowAlt:hover {
        background-color: LemonChiffon;
    }

.listRowAlt {
    padding: 3px;
    cursor: pointer;
    background-color: #EEEEE0;
}

/* begin css tabs */
/* Based on code from http://unraveled.com/projects/css_tabs/ */
ul.tabnav {
    text-align: left;
    margin: 1em 0 1em 0;
    font: bold 11px verdana, arial, sans-serif;
    border-bottom: 1px solid #BBB;
    list-style-type: none;
    padding: 3px 10px 3px 2px;
}

    ul.tabnav li {
        display: inline;
    }

        ul.tabnav li.selectedtab {
            border-bottom: 1px solid #fff;
            background-color: #fff;
        }

            ul.tabnav li.selectedtab a {
                background-color: #fff;
                color: #000;
                position: relative;
                top: 1px;
                padding-top: 4px;
            }

        ul.tabnav li a {
            padding: 3px 4px;
            border: 1px solid #BBB;
            background-color: Gainsboro;
            color: #666;
            margin-right: 0px;
            text-decoration: none;
            border-bottom: none;
        }

    ul.tabnav a:hover {
        background: #CCCCCC;
    }

/* end css tabs */

/* --------------------------------------- */

/* define the main layout divs */
#login {
    padding-top: 25px;
    padding-right: 28px;
    float: right;
    clear: none;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 10px;
    height: 28px;
    top: 0px;
    text-align: right;
}


#messages {
    padding-top: 25px;
    padding-right: 28px;
    float: right;
    clear: none;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 10px;
    height: 28px;
    top: 0px;
    text-align: right;
}

input, select, textarea {
    font: 8.5pt Verdana,Arial,Helvetica,sans-serif;
}

.dialogText {
    font: 0.85em Verdana,Arial,Helvetica,sans-serif;
}

hr {
    height: 1px;
}

a:link {
    color: #396EAA;
}

a:visited {
    color: #396EAA;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}
/*begin creating the tabs */
.menu {
    margin-left: 28px;
    background: url(images/tab_bg.gif) repeat-x;
    font-size: 10px;
    font-weight: bold;
}
/* set tab1 as top level container table, then target TDs inside*/
.menuItem td {
    color: #FFFFFF;
    height: 24px;
    background: url(images/tab_dim.gif) no-repeat;
    width: 120px;
    text-align: center;
}
/* make current tab gray,set the background-color also in case images are not on*/
.menuSelectedItem td {
    background: url(images/tab.gif) no-repeat #919191;
}

/* all the fieldset tags use this same style */
fieldset {
    margin: 5px;
    padding: 0px 12px 12px 12px;
    display: block;
    border: 1px solid #c0c0c0;
}

.groupdiv {
    padding-bottom: 7px;
    padding-right: 13px;
}

.groupdivhighlighted {
    padding-bottom: 7px;
    padding-right: 13px;
    background: yellow;
}

/*Use to customize the ajax tabs */
.ajaxTab .ajax__tab_header {
    color: #4682b4;
    font-family: Calibri;
    font-size: 14px;
    font-weight: bold;
    background-color: #ffffff;
    margin-left: 0px;
}

/*Body*/
.ajaxTab .ajax__tab_body {
    border: 1px solid #b4cbdf;
    padding: 10px 10px 0px 10px;
}

/*Tab Active*/
.ajaxTab .ajax__tab_active .ajax__tab_tab {
    color: #ffffff;
    background: url(images/tab_active.gif) repeat-x;
    height: 20px;
}

.ajaxTab .ajax__tab_active .ajax__tab_inner {
    color: #ffffff;
    background: url(images/tab_left_active.gif) no-repeat left;
    padding-left: 10px;
}

.ajaxTab .ajax__tab_active .ajax__tab_outer {
    color: #ffffff;
    background: url(images/tab_right_active.gif) no-repeat right;
    padding-right: 6px;
}

/*Tab Hover*/
.ajaxTab .ajax__tab_hover .ajax__tab_tab {
    color: #000000;
    background: url(images/tab_hover.gif) repeat-x;
    height: 20px;
}

.ajaxTab .ajax__tab_hover .ajax__tab_inner {
    color: #000000;
    background: url(images/tab_left_hover.gif) no-repeat left;
    padding-left: 10px;
}

.ajaxTab .ajax__tab_hover .ajax__tab_outer {
    color: #000000;
    background: url(images/tab_right_hover.gif) no-repeat right;
    padding-right: 6px;
}

/*Tab Inactive*/
.ajaxTab .ajax__tab_tab {
    color: #666666;
    background: url(images/tab_Inactive.gif) repeat-x;
    height: 20px;
}

.ajaxTab .ajax__tab_inner {
    color: #666666;
    background: url(images/tab_left_inactive.gif) no-repeat left;
    padding-left: 10px;
}

.ajaxTab .ajax__tab_outer {
    color: #666666;
    background: url(images/tab_right_inactive.gif) no-repeat right;
    padding-right: 6px;
    margin-right: 2px;
}

.ajaxTableLayout td {
    padding: 0px 0px 10px 0px;
}

.ajaxTab .ajax__scroll_horiz {
    overflow-x: scroll;
    position: relative;
}

.ajaxTab .ajax__scroll_vert {
    overflow-y: scroll;
    position: relative;
}

.ajaxTab .ajax__scroll_both {
    overflow: scroll;
    position: relative;
}

.ajaxTab .ajax__scroll_auto {
    overflow: auto;
    position: relative;
}

/*End of ajax tab*/

/* zero margin on all forms */
form {
    margin: 0px;
}
/* sometimes we hide elements from display in visual browsers (but leave them in the source for non visual browsers and for accessibility) */
.hidden {
    visibility: hidden;
}

.none {
    display: none;
}

.ControlLayoutTable {
}

.DetailsHeading {
    font-weight: bold;
    height: 16px;
    vertical-align: middle;
    display: table-cell;
    line-height: normal 16px;
}

.DetailsHeadingIcon {
    width: 20px;
    height: 16px;
    float: left;
}

.ModalBackground {
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.TextBoxWaterMark {
    color: gray;
}

.DialogCaptionBar {
    /* width: 100%; */
    background: Navy url(images/Captionbar.png) repeat-x left top;
    height: 18px;
    padding-left: 10px;
    padding-top: 3px;
    padding-right: 10px;
    color: White;
}

/* NO LONGER USED??? */
/* make crumbs after making new nav */
#breadcrumb {
    padding-top: 2px;
    padding-left: 10px;
    background: #919191;
    color: #FFFFFF;
    font-size: 10px;
    font-weight: bold;
    height: 2px;
}
/* define other elements inside the main layout divs */
#title h1 {
    display: inline;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
}
/* can be removed if no images in breadcrumb area */
#breadcrumb img {
    border: none;
    padding-right: 3px;
    vertical-align: middle;
}
/* all the legend tags use this same style */
legend {
    padding: 0px 4px;
    margin: 0px 0px 7px 0px;
    color: #666666;
    font-weight: bold;
    font-size: 1em;
    vertical-align: middle;
    display: unset;
    width: auto;
    margin-bottom: unset;
    line-height: inherit;
    border: 0;
    border-bottom: unset;
}
/* IE needs height:512px BUT this height:512px below must be removed to display correctly in Mozilla */
#reportresults, #projectadministration, #adminedit, #timesheet, #addhours, #projectreport, #resourcereport {
    height: 612px;
    min-height: 612px;
    overflow: auto;
}

#reportresults, #projectadministration, #adminedit, #projectreport, #resourcereport {
    padding: 10px;
    border: 1px solid #000000;
    background: #FFFFFF;
    color: #666666;
    font-family: Tahoma,Verdana,Helvetica,Helvetica-Narrow,sans-serif;
}

#login a:link, #login a:visited {
    color: #FFFFFF;
}

#title h1 a:link, #title h1 a:visited {
    color: #FFFFFF;
    text-decoration: none;
}

#reportresults h2 {
    font-size: 1.1em;
    font-weight: bold;
}
/* make link and visited the same look,set the background-color also in case images are not on*/
.menuItem a:link, .menuItem a:visited, .menuPopupItem a:link, .menuPopupItem a:visited {
    color: #FFFFFF;
    text-decoration: none;
}
/* make hover by changing vertical position of background to -22px (the tab_dim2.gif is 44px high) */
.menuItem a:hover {
    text-decoration: underline;
}

/* make drop down menu container style */
.menuPopup {
    background: url(images/background_drop_menu.jpg) repeat #8C9FB4;
    border: 1px solid #666666;
    border-bottom: none;
    color: #ffffff;
}

/* make drop down menu item style */
.menuPopupItem {
    color: #ffffff;
    border-bottom: 1px solid #666666;
    padding: 3px;
}

#header {
    margin-right: auto;
    width: 100%;
}

#title {
    float: left;
    height: 20px;
    position: absolute;
    top: 0px;
    left: 0px;
}

#contentareadiv {
    padding: 0px 8px 10px 7px;
    background: #CCC000; /* #C0C0C0 url(images/background_body.gif) repeat-x left top; */
    display: block;
    overflow: auto;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 77px;
    bottom: 36px;
    z-index: 3;
}

#container {
    position: fixed;
    top: 77px;
    left: 0;
    bottom: 30px;
    right: 0;
    overflow: auto;
    padding: 10px 8px 10px 7px;
}

* html #container {
    height: 100%;
    max-height: 100%;
    min-height: 100%;
}

.pad1 {
    display: block;
    width: 18px;
    height: 50px;
    float: left;
}

.pad2 {
    display: block;
    height: 86px;
}

.rental-value {
    margin-right: 10px;
}

.general-comments-builder {
    overflow: auto;
    height: 650px;
}

.general-comments-builder2 {
    overflow: auto;
    height: 350px;
}

.submit-to-valex #MessageBar div {
    height: 50px !important;
}

.ControlLayoutTable2 {
    height: 300px;
}

.grid-view {
    background-color: #fff;
    padding: 0px;
    margin: 0px;
    border-style: solid;
    border-width: 1px;
    line-height: 10px;
    font-size: 12px;
}


.collapsiblePanelHeader {
    color: white;
    background-color: #719DDB;
    cursor: pointer;
    width: 100%;
    height: 18px;
    padding: 4px;
}

.collapsiblePanelBody {
    border: 1px gray;
    width: 100%;
    padding: 0px;
    padding-top: 5px;
    overflow: hidden;
    
}

.collapsiblePanelGridView {
    padding: 10px;
    margin: 10px;
}

/*CSS for Angular modules*/
.ngMain {
}

.ngsidebar {
    position: absolute;
    top: 87px;
    left: 9px;
    bottom: 32px;
    width: 101px;
    padding: 10px;
    border: 1px solid #000000;
    float: left;
    background: #DAE1E7 url(images/SidebarBackground.gif) repeat-x left top;
    background-color: #efe4c1;
    color: #666666;
    /*font-family: Tahoma,Verdana,Helvetica,Helvetica-Narrow,sans-serif;*/
    overflow: hidden;
}

.ngSideBarButton {
    /*font: 1.0em Verdana,Arial,Helvetica,sans-serif;*/
    padding: 0px;
    align-items: center;
    /*align:center;*/
    text-align: center;
    margin: 0px 0px 5px 0px;
    min-height: 80px;
}

.ngSideBarButtonActive {
    cursor: pointer;
    background-color: #ECDEB2;
    border: solid;
    border-color: #DEC574;
    border-width: 1px;
}

.ngSideBarButtonInactive {
    cursor: default;
    background-color: transparent;
    border: solid;
    border-color: #E7D59C;
    border-width: 1px;
}

.ngSideBarButtonActive:hover {
    cursor: pointer;
    background-color: #E7D59C;
    border: solid;
    border-color: #DEC574;
    border-width: 1px;
}

.ngSideBarButton span {
    display: inline-block;
    text-align: center;
}

.ngButtonWithImage {
    display: inline-block;
    padding: 0px;
    max-width: 300px;
    border: solid;
    border-color: transparent;
    border-width: 1px;
    margin: 5px;
    margin-right: 10px;
}

    .ngButtonWithImage:hover {
        cursor: pointer;
        border: solid;
        border-color: black;
        border-width: 1px;
        background-color: silver;
    }

    .ngButtonWithImage span {
        display: inline-block;
        vertical-align: middle;
    }


/* Modal popup */
.ngmodal.NOEDIT {
    display: none;
    position: fixed;
    z-index: 5000;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}


.ngmodal.EDITABLE {
    position: relative;
    z-index: 5000;
    /*left: 50%;
    top: 50%;*/
    overflow: auto;
    margin: auto;
    padding: 0;
    display: inline-block;
    background-color: transparent;
    /*background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0);*/
}

.ngmodal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
}

@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0;
    }

    to {
        top: 0;
        opacity: 1;
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0;
    }

    to {
        top: 0;
        opacity: 1;
    }
}

.ngmodal-header {
    padding: 2px 10px;
    background: transparent url(images/Captionbar.png) repeat-x left top;
    color: white;
}

.ngmodal-caption {
}

.ngmodal-body {
    padding: 2px 10px;
    height: auto;
    width: auto;
    overflow: auto;
}

.ngmodal-footer {
    padding: 5px;
    height: 30px;
}

.btn.ngmodal-button {
    float: right;
    margin: 5px 2px;
    padding: 0px;
    width: 60px;
    height: auto;
}

.ngclose {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
    visibility: collapse;
}

    .ngclose:hover,
    .ngclose:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }
/* Modal popup */

/* CALLOUT BOX*/
.ngcallout-box {
    display: none;
    position: fixed;
    z-index: 5000;
    bottom: 0;
    right: 0;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
    margin: 10px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatebottom;
    -webkit-animation-duration: 0.4s;
    animation-name: animatebottom;
    animation-duration: 0.4s;
    border-radius: 5px;
}

.ngcallout-content {
    position: relative;
    margin: auto;
    padding: 0;
    border-radius: 5px;
    border: 1px solid #888;
}

.ngcallout-box p {
    margin: 10px;
}
/* CALLOUT BOX*/

/*    Navigation Tabs   */
.ngnavtabcontainer {
    padding: 0px;
    margin: 0px;
    margin-left: 1px;
}

.ngnavtab-buttons ul {
    list-style: none;
    padding: 0px;
    text-align: left;
    margin-bottom: 0px;
}

.ngnavtab-buttons li {
    display: inline-block;
    padding: 0px;
    margin-left: 0px;
    margin-right: -1px;
}

.ngnavtabcontainer li.button-active a {
    text-decoration: none;
    display: inline-block;
    padding: 2px 8px;
    margin: 0px;
    /*background: ButtonFace;*/
    background: url(images/tab_active.gif) repeat-x;
    color: #ffffff;
    /*border-style: solid; 
    border-width: 2px;
    border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;*/
}

.ngnavtabcontainer li:not(.button-active) a {
    text-decoration: none;
    display: inline-block;
    color: #666666;
    padding: 2px 8px;
    margin: 0px;
    background: url(images/tab_Inactive.gif) repeat-x;
}

.ngtab-pane {
    border: 1px solid grey;
    overflow: auto;
}

.ngtab-content div.ngtab-pane:not(.panel-active) {
    display: none;
}

.ngtab-content div.ngtab-pane.panel-active {
    display: block;
}
/*    Navigation Tabs   */
.ngdatatable {
    width: 100%;
    border-collapse: separate;
    border-spacing: 2px;
    /*border-spacing: 0 1em;*/
}

    .ngdatatable td:first-child {
        width: 150px;
    }

    .ngdatatable td:nth-child(3) {
        width: 150px;
        padding-left: 10px;
    }

    .ngdatatable td {
        /*padding: 1px;*/
    }
    /* removed the date field and combox box text field */
    .ngdatatable input[type=text]:not(.inputwithshowoptionbutton):not(.ngcombobox-text):not(.inputdate) {
        width: 250px;
    }

    .ngdatatable .inputwithshowoptionbutton {
        width: 226px;
    }

    .ngdatatable select {
        width: 250px;
    }
      /* size of the input date is added  */
    /*.ngdatatable .inputdate{
        width:100px;
    }*/

  
.ngbuttonshowoptions-button {
    padding: 0px;
    height: 1.5em;
}

.ngbuttonshowoptions-image {
    margin: 0px;
    padding: 0px;
    /* added bys ridevi*/
    height: 1em;
}


/*  DATE PICKER */
.ngdatepicker-popup {
    position: absolute;
    z-index: 6000;
}

.ngdatepicker-calendar {
    color: #666;
    font-size: 12px;
    -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.3);
    box-shadow: 0 1px 5px rgba(0,0,0,0.3);
    table-layout: fixed;
    margin: 10px 0px;
}

.ngdatepicker-calendar-nav {
    color: #666;
    font-size: 12px;
    table-layout: fixed;
    width: 100%;
}

.ngdatepicker-calendar a {
    color: #467b89;
}

.ngdatepicker-calendar caption {
    background: #555555;
    color: white;
    font-size: 14px;
    padding: 10px 0;
    text-align: center;
    text-shadow: 0 -1px 0 #000;
    -webkit-box-shadow: inset 0 1px 0 #484848, 0 -1px 5px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0 1px 0 #484848, 0 -1px 5px rgba(0,0,0,0.3);
    box-shadow: inset 0 1px 0 #484848, 0 -1px 5px rgba(0,0,0,0.3);
    border: 1px solid #555555;
    z-index: -99;
}

.ngdatepicker-calendar thead th {
    font-size: 10px;
    padding: 5px 0;
    color: white;
    border-bottom: 1px solid #bbbbbb;
    background: #4B87C4;
    text-align: center;
}

.ngdatepicker-calendar tbody td.OTHER-MONTH {
    color: #666;
    cursor: pointer;
    /*padding: 8px;*/
    text-align: center;
    font-weight: bold;
    border: 1px solid;
    border-color: #fff #bbbbbb #bbbbbb #fff;
    background: white;
    background: -webkit-gradient(linear, left top, left bottom, from(white), to(white));
    background: -moz-linear-gradient(top, white, white);
}

.ngdatepicker-calendar tbody div {
    position: relative;
    padding: 0;
    margin: 0;
}

.ngdatepicker-calendar tbody input {
    position: relative;
    opacity: 0;
    width: 30px;
    height: 30px;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.ngdatepicker-calendar tbody td label.CURRENT-MONTH {
    text-align: center;
    font-weight: bold;
    position: absolute;
    margin: 0;
    padding: 0;
    text-align: center;
    top: 0;
    margin-top: 8px;
    left: 0;
    width: 100%;
    height: 100%;
    color: blue;
}

.ngdatepicker-calendar tbody td label.OTHER-MONTH {
    text-align: center;
    font-weight: bold;
    position: absolute;
    margin: 0;
    padding: 0;
    text-align: center;
    top: 0;
    margin-top: 8px;
    left: 0;
    width: 100%;
    height: 100%;
}

.ngdatepicker-calendar tbody td {
    /*color: red;*/
    cursor: pointer;
    /*padding: 8px;*/
    text-align: center;
    font-weight: bold;
    border: 1px solid;
    border-color: #fff #bbbbbb #bbbbbb #fff;
    background: white;
    background: -webkit-gradient(linear, left top, left bottom, from(white), to(white));
    background: -moz-linear-gradient(top, white, white);
}

    .ngdatepicker-calendar tbody td:hover {
        color: white;
        text-shadow: 0 1px 0 rgba(255,255,255,0.5);
        /*padding: 8px;*/
        text-align: center;
        font-weight: bold;
        border: 1px solid;
        border-color: #fff #bbbbbb #bbbbbb #fff;
        background: #555555;
        background: -webkit-gradient(linear, left top, left bottom, from(#555555), to(#555555));
        background: -moz-linear-gradient(top, #555555, #555555);
    }

    .ngdatepicker-calendar tbody td.pad {
        background: #f5f5f5;
        background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#ececec));
        background: -moz-linear-gradient(top, #f5f5f5, #ececec);
    }

.ngdatepicker-calendar tfoot {
    color: #e0e0e0;
    font-size: 12px;
    text-align: center;
}

    .ngdatepicker-calendar tfoot tr {
        background: #f5f5f5;
        background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#ececec));
        background: -moz-linear-gradient(top, #f5f5f5, #ececec);
    }

    .ngdatepicker-calendar tfoot td {
        padding: 10px 10px;
    }

    .ngdatepicker-calendar tfoot a {
        color: #666;
        text-shadow: 0 1px 0 rgba(255,255,255,0.5);
    }

    .ngdatepicker-calendar tfoot td#prev {
        text-align: left;
    }

    .ngdatepicker-calendar tfoot td#next {
        text-align: right;
    }

.ngdatepicker-calendar #today {
    color: #fff;
    border: 1px solid #467b89;
    text-shadow: 0 1px 0 rgba(0,0,0,0.3);
    background: #6eafbf;
    background: -moz-radial-gradient(50% 50% 0deg,ellipse cover, #6eafbf, #569EB1);
    background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 20, from(#6eafbf), to(#569EB1));
}

.display {
    display: block;
}

.ngdatepicker-calendar tbody td.disabled {
    cursor: auto;
    background: #ededed;
    background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#dedede));
    background: -moz-linear-gradient(top, #ededed, #dedede);
}

    .ngdatepicker-calendar tbody td.disabled:hover {
        color: #666;
    }

.ngdatepicker-calendar tbody td.empty {
    cursor: auto;
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
    background: -moz-linear-gradient(top, #fff, #fff);
}

.ngdatepicker-calendar tbody td.selDate {
    color: white;
    background: #f96302;
    background: -webkit-gradient(linear, left top, left bottom, from(#f96302), to(#f96302));
    background: -moz-linear-gradient(top, #f96302, #f96302);
}

ngdatepicker-calendar-nav-button {
    width: 20px;
}

    ngdatepicker-calendar-nav-button:hover {
        color: white;
        background: #E8F1FA;
    }
/*  DATE PICKER */

/* RADIO BUTTON LIST*/

.ngradio-button-list {
    margin: 0px;
    padding: 0px;
    overflow: auto;
}

.ngradio-buttons.vertical {
    display: block;
}

.ngradio-buttons.horizontal {
    display: inline-block;
}

.ngradio-button-list label {
    padding: 0px;
    margin: 0px;
    float: left;
}

.ngradio-button-list input {
    padding: 0px;
    margin: 0px;
}
/* RADIO BUTTON LIST*/


/* CHECK BOX LIST*/

.ngcheckbox-button-list {
    margin: 0px;
    padding: 0px;
    overflow: auto;
}

.ngcheckbox-buttons.vertical {
    display: block;
}

.ngcheckbox-buttons.horizontal {
    display: inline-block;
}

.ngcheckbox-button-list label {
    padding: 0px;
    margin: 0px;
    float: left;
}

.ngcheckbox-button-list input {
    padding: 0px;
    margin: 0px;
}

/* CHECK BOX LIST*/

/* DATA GRID*/

.ngdatagridAddButton {
    margin: 5px 0px 0px 0px;
    padding: 0;
}

/*.ngdatagrid-table-header
{ 
    float:left;
    width: 100%;
}*/
.ngdatagrid-table {
    table-layout: fixed;
    border: 1px solid #000000;
    border-collapse: collapse;
}

    .ngdatagrid-table thead {
        background-color: #c2d0e8; /*#719DDB;*/
        color: #666666; /*white;*/
    }

    .ngdatagrid-table th {
        word-wrap: break-word;
        border: 1px solid #000000;
        margin: 0px;
        padding: 2px;
    }

    .ngdatagrid-table td:not(.ng-tableInside) {
        word-wrap: break-word;
        border: 1px solid #000000;
        margin: 0px;
        padding: 2px;
    }

    .ngdatagrid-table .ng-tableInside {
        border-collapse: collapse;
    }

    ngdatagrid-table .ng-test button
     {
      width:1px;
      border-color:green;
      height:0.5em;
    }

    .ngdatagrid-table input,
    .ngdatagrid-table label {
        margin: 0px;
        padding: 0px;
    }

    .ngdatagrid-table button {
        /*margin: 10px;
        padding: 0px;*/
    }

    #btnShowCalendar {
        padding: 0px;
        display: inline-block;
        height: 15px;
    }

   #btnShowCalendar img {
        padding: 0px;
        margin: 0px;
    }

    .ngdatagrid-table img:hover {
        cursor: pointer;
    }

.ngdatagrid-table-body-container {
    overflow: auto; 
    margin: 0;
    /* Added need to check */
    /*width:inherit;
  display:block;*/
 
  
}

    .ngdatagrid-table-body-container.firefox,
    .ngdatagrid-table-body-container.ie,
    .ngdatagrid-table-body-container.edge {
        padding-right: 25px;
    }

.ngdatagrid-table-body-container {
    padding-right: 1px;
}
/*.ngdatagrid-table-body .inputdate
{
 width:65px;
 
}*/
/* DATA GRID

/* combo box*/

.ngcombobox {
    position: relative;
}

.ngcombobox-container {
    border: 0.3px solid gray;
    width: 100%;
}

    .ngcombobox-container table {
        border-collapse: collapse;
        width: 100%;
    }

    .ngcombobox-container td:first-child {
        border-collapse: collapse;
        width: 100%;
        text-align: left;
        vertical-align: middle;
        padding-right: 3px;
    }

    .ngcombobox-container td:nth-child(2) {
        border-collapse: collapse;
        width: auto;
        text-align: center;
        vertical-align: middle;
    }

    .ngcombobox-container input[type="text"] {
        width: 100%;
        border: none;
    }

    .ngcombobox-container button {
        height: 14px;
        width: 12px;
    }

 

.ngcombobox-dropdown-container {
    border: 0.5px solid grey;
    background-color: white;
    margin: 0px;
    position: fixed;
    overflow: auto;
    z-index: 6000;
    
}

    .ngcombobox-dropdown-container ul {
        margin: 0px;
        padding: 0px;
       
    }

    .ngcombobox-dropdown-container li {
        list-style-type: none;
        margin-left: 3px;
      
    }

        .ngcombobox-dropdown-container li:hover {
            cursor: pointer;
            background-color: #264363;
            color: white;
        }

/*END OF COMBOBOX*/
/*End of Angular modules*/

/*css which will override bootstrap modules*/

button,
input,
optgroup,
select,
textarea {
    margin: 0px;
    color: black;
    vertical-align: top;
    font: inherit;
}

button {
    overflow: visible;
    vertical-align: bottom;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

    button[disabled],
    html input[disabled] {
        cursor: default;
    }

    button::-moz-focus-inner,
    input::-moz-focus-inner {
        padding: unset;
        border: unset;
    }

input {
    line-height: unset;
}

    input[type="checkbox"],
    input[type="radio"] {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0;
    }

    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
        height: auto;
    }

    input[type="search"] {
        -webkit-box-sizing: unset;
        -moz-box-sizing: unset;
        box-sizing: unset;
        -webkit-appearance: textfield;
    }

        input[type="search"]::-webkit-search-cancel-button,
        input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

/* these are defined above
    fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}*/
textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    /*border-spacing: 0;
  border-collapse: collapse;*/
    border-spacing: unset;
    border-collapse: collapse;
    background-color: transparent;
}

td,
th {
    /*padding: 0;*/
    padding: 1px;
    margin: 5px;
}

* {
    -webkit-box-sizing: unset;
    -moz-box-sizing: unset;
    box-sizing: unset;
}

    *:before,
    *:after {
        -webkit-box-sizing: unset;
        -moz-box-sizing: unset;
        box-sizing: unset;
    }

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left;
}

th {
    text-align: left;
}
/*fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
 border: 0;
}*/
/*legend {
   display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
 border: 0;
  border-bottom: 1px solid #e5e5e5;
}*/
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 0px;
    margin-left: 5px;
    font-weight: normal;
}

input[type="search"] {
    -webkit-box-sizing: unset;
    -moz-box-sizing: unset;
    box-sizing: unset;
}

input[type="radio"],
input[type="checkbox"] {
    /*margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;*/
    margin: 0px;
    padding: 0;
    margin-top: 0px;
    line-height: unset;
    vertical-align: middle;
}

input[type="file"] {
    display: block;
}

input[type="range"] {
    display: block;
    width: 100%;
}

select {
    height: 21px;
}

    select[multiple],
    select[size] {
        height: unset;
        /*  height: unset;*/
    }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    /*outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;*/
    outline: unset;
    outline-offset: unset;
}

.row div {
    box-sizing: border-box;
}


.divtable {
    display: table-row;
    margin: 0px;
    padding: 0px;
    border-collapse: collapse;
    border-spacing: 0px;
}

.divtable {
    display: table;
}

.divtablerow {
    display: table-row;
}

.divtablecell {
    display: table-cell;
}

.divtablecell2 {
    display: table-cell;
    padding-left: 3px;
}


/*End of bootstrap modules*/
/*by default the class of the input date width is 100px*/
/*.inputdate
{
    width:100px;
    
}*/

.ngdatatabs {
    margin: 0px;
    padding: 0px;
}

.ngdatatabs ul {
    list-style: none;
    padding: 0px;
    text-align: left;
    margin-bottom: 0px;
}

.ngdatatabs li.ngdatatabs-tabitems.button-active {
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    padding: 0px 4px;
    margin: 0px 2px 0px 0px;
    background: url(images/tab_active.gif) repeat-x;
    color: #ffffff;
}

.ngdatatabs li.ngdatatabs-tabitems.button-add {
    text-decoration: none;
    display: inline-block;
    color: #666666;
    cursor: pointer;    
    padding: 0px 0px 0px 0px;
    margin: 0px 2px 0px 0px;
    width: 20px;
    background: url(images/tab_Inactive.gif) repeat-x;
}

.ngdatatabs li.ngdatatabs-tabitems.button-add-hidden {
    width: 0px;
}

.ngdatatabs div.button-add-container {
    text-align: center;    
}

.ngdatatabs li.ngdatatabs-tabitems:not(.button-active):not(.button-add):not(.button-add-hidden) {
    text-decoration: none;
    display: inline-block;
    color: #666666;
    cursor: pointer;
    padding: 0px 4px;
    margin: 0px 2px 0px 0px;
    background: url(images/tab_Inactive.gif) repeat-x;
}

.ngdatatabs img.button-add {
    width: 10px;
    height: 10px;
    margin: auto;
    
}

.ngdatatabs div.ngdatatabs-content {
    border: 1px solid grey;
    width: 100%;
}

.ngdatatabs div.ngdatatabs-tabitems.button-add {
    /*text-decoration: none;
    display: inline-block;*/
    color: #666666;
    cursor: pointer;    
    /*padding: 0px 0px 0px 0px;
    margin: 0px 2px 0px 0px;*/
    text-align: center;
    background: url(images/tab_Inactive.gif) repeat-x;
}

.ngdatatabs div.ngdatatabs-tabitems.button-active {
    cursor: pointer;
    /*padding-left: 2px;*/
    background: url(images/tab_active.gif) repeat-x;
    color: #ffffff;
}

.width100PercentLess5px {
    width: calc(100% - 5px);
}

.width100PercentLess10px {
    width: calc(100% - 10px);
}

.width100PercentLess15px {
    width: calc(100% - 15px);
}

.width100PercentLess20px {
    width: calc(100% - 20px);
}

.width100PercentLess25px {
    width: calc(100% - 25px);
}

.width100PercentLess30px {
    width: calc(100% - 30px);
}

.width100PercentLess35px {
    width: calc(100% - 35px);
}

.width100PercentLess50px {
    width: calc(100% - 50px);
}

.helpdeskRequestButton {
    float: right;
    clear: none;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 10px;
    top: 0px;
    text-align: right;
}

.helpdeskRequestButton img {
    padding-top: 10px;
    padding-right: 5px;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

