﻿/*test*/
/*
    Green'ish color =  # F1F2EC
    Grey'ish color = # EDEFF4



    */


/*
        ------------------------------FONT
        */
/*
    This only work in non IE browswer-
    IE is hardedcode

*/
:root {
    --leftmenubackcolor: #DADADA; /*#D4D4D4 = gray*/
    --leftmenuforecolor_Normal: black;
    --leftmenuforecolor_Normal_hover: black;
    --leftmenuforecolor_Heading: #1A67A3;
    --headerbackcolor: #1A67A3;
    --headerfontcolor: white;
    --headerbordercolor: silver;
    --navbackground: #1A67A3;
    --navfont: white;
    --panelheadedingcolor: #1A67A3;
    --defaultbuttoncolor: #1A67A3;
    --mainContentBackColor: #E9E9E9;
}


/*

    BOOTSTRAP

*/
/*Used in the autocomplete stuff*/
.ui-autocomplete-loading {
    background: url('Images/loader.gif') no-repeat right center
}
.autocompletetextboxselected{
    border-color:green;
    
    
}

.ui-menu {
    list-style: none;
    padding: 10px;
    margin: 0;
    display: block;
    width: auto;
}
.ui-autocomplete {
    max-height: 400px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    /* add padding to account for vertical scrollbar */
    padding-right: 20px;
}




    .ui-menu .ui-menu {
        margin-top: -3px;
    }

    .ui-menu .ui-menu-item {
        margin: 0;
        padding: 0;
        background-color:white;
        font-size:small;


       
    }

        .ui-menu .ui-menu-item a {
            text-decoration: none;
            display: block;
            padding: .2em .4em;
            
            

        }


.ui-state-focus {
    background: none !important;
    color: var(--panelheadedingcolor) !important;
    border: none !important;
}


            .ui-menu .ui-menu-item a.ui-state-hover,
            .ui-menu .ui-menu-item a.ui-state-active {
                margin: -1px;
                color:red;
                
            }


.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    text-align: center;
    position: fixed;
    width: 60%;
    top: 0px;
    min-height:50px;
    vertical-align:central;
    -webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0 10px 6px -6px #777;
   
    /*left: 0;*/
    z-index:1;
    margin: 0 auto;
}

    .alert h4 {
        margin-top: 0;
        color: inherit;
    }

    .alert .alert-link {
        font-weight: bold;
        
    }
.alert-heading {
    color: inherit;
}

    .alert > p,
    .alert > ul {
        margin-bottom: 0;
    }

        .alert > p + p {
            margin-top: 5px;
        }

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px;
}

    .close {
        position: absolute;
        top: 0;
        right: 0;
        color: inherit;
    }

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

    .alert-success hr {
        border-top-color: #c9e2b3;
    }

    .alert-success .alert-link {
        color: #2b542c;
    }

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

    .alert-info hr {
        border-top-color: #a6e1ec;
    }

    .alert-info .alert-link {
        color: #245269;
    }

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

    .alert-warning hr {
        border-top-color: #f7e1b5;
    }

    .alert-warning .alert-link {
        color: #66512c;
    }

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

    .alert-danger hr {
        border-top-color: #e4b9c0;
    }

    .alert-danger .alert-link {
        color: #843534;
    }

.close {
    float: right;
   
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

    .close:focus, .close:hover {
        color: #000;
        text-decoration: none;
        opacity: .75
    }

    .close:not(:disabled):not(.disabled) {
        cursor: pointer
    }

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none
}



/* END */



.SupplierScoreBox {
    color: #31708f;
    background-color:white !important;
    margin: 0 auto;
  
    text-align: center;
    vertical-align: middle;
    width: 200px;
    height: 100px;
    
    line-height: 100px;
}



.loading {
   
    text-align:center;
    vertical-align:central;
    border: 10px solid #3a4f63;
    border-radius: 5px;
    width: 200px;
    height: 80px;
    display: none;
    position: fixed;
    background-color: white;
    z-index: 999;
    color: #3a4f63;
    padding: 10px;
}



table td, table th {
  
   
}

table td, table th {
    
   
}

input[type=input] {
   
   
}
/*
        ------------------------------
        */
html {
    margin: 0;
    overflow: hidden;
    height: 100%;
    width: 100%;
    font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    font-size: small !important;
    font-style: normal;
    font-weight:400;
}

body {
    margin: 0;
   
    height: 100%;
    width: 100%;
   
    /*background-color:#EDEFF4;*/
    background-color: darkgray; /*#E7E8EA;*/
   
    color: #333333;
}
form{
    height:100%;
}

h4 {
    font-weight: bold;
    text-align: center;
  
    height: 1px;
}
/*a:active {*/
    /*font-family: "Lato", "Lucida Grande", Helvetica, Arial, sans-serif;*/
    /*font-family: Verdana, Geneva, Tahoma, sans-serif !important;
}
a:visited {*/
    /*font-family: "Lato", "Lucida Grande", Helvetica, Arial, sans-serif;*/
    /*font-family: Verdana, Geneva, Tahoma, sans-serif !important;
}
a:hover {*/
    /*font-family: "Lato", "Lucida Grande", Helvetica, Arial, sans-serif;*/
    /*font-family: Verdana, Geneva, Tahoma, sans-serif !important;
}
a:active {*/
    /*
    font-family: "Lato", "Lucida Grande", Helvetica, Arial, sans-serif;*/
    /*font-family: Verdana, Geneva, Tahoma, sans-serif !important;
}
a:link {*/
    /*
    font-family: "Lato", "Lucida Grande", Helvetica, Arial, sans-serif;*/
    /*font-family: Verdana, Geneva, Tahoma, sans-serif !important;
}*/



/* Ajax Tabl Control

    1st one is for forl layouts
*/

.ajax__tab_xp .ajax__tab_header .ajax__tab_outer {
    background-image: none !important;
    height:auto !important;

}
.ajax__tab_xp .ajax__tab_body
{

}
.ajax__tab_default .ajax__tab {
    height: auto !important;
}
.ajax__tab_xp .ajax__tab_header .ajax__tab_inner {
    background-image: none !important;
}
.MyTabStyle .ajax__tab_header {
    font-weight: bold;
    display: block;
    padding-top: 15px;
}

    .MyTabStyle .ajax__tab_header .ajax__tab_outer {
        border-color: #222;
        color: #222;
        padding-left: 10px;
        margin-right: 3px;
        border: solid 1px #d7d7d7;
        background-image:none !important;
    }

    .MyTabStyle .ajax__tab_header .ajax__tab_inner {
        border-color: #666;
        color: #666;
        padding: 3px 10px 2px 0px;
    }

.MyTabStyle .ajax__tab_hover .ajax__tab_outer {
    background-color: white;
    outline: none;
    box-shadow: 0px 0px 7px #05a8ff;
    border-color: #05a8ff;
}

.MyTabStyle .ajax__tab_hover .ajax__tab_inner {
    
  
}

.MyTabStyle .ajax__tab_active .ajax__tab_outer {
    /*border-bottom-color: #ffffff;*/
    border: 1px solid gray;
    background-color: #d7d7d7;
}

.MyTabStyle .ajax__tab_active .ajax__tab_inner {
    color: #000;
    border-color: #333;
}

.MyTabStyle .ajax__tab_body {
  
  
    /*background-color: #fff;*/
    /*border-top-width: 0;*/
    border-bottom: 0.5px solid silver;
    background-color:white;
    
    /*border-top-color: #ffffff;*/
}
/*

    this one is for when part of lists 
*/
.MyTabStyle_list .ajax__tab_header {
   
    font-weight: bold;
    display: block;
    padding-top: 15px;
}

    .MyTabStyle_list .ajax__tab_header .ajax__tab_outer {
        border-color: #222;
        color: #222;
        padding-left: 10px;
        margin-right: 3px;
        border: solid 1px #d7d7d7;
    }

    .MyTabStyle_list .ajax__tab_header .ajax__tab_inner {
        border-color: #666;
        color: #666;
        padding: 3px 10px 2px 0px;
    }

.MyTabStyle_list .ajax__tab_hover .ajax__tab_outer {
    background-color: white;
    outline: none;
    box-shadow: 0px 0px 7px #05a8ff;
    border-color: #05a8ff;
}

.MyTabStyle_list .ajax__tab_hover .ajax__tab_inner {
}

.MyTabStyle_list .ajax__tab_active .ajax__tab_outer {
    /*border-bottom-color: #ffffff;*/
    border: 1px solid gray;
    background-color: #d7d7d7;
}

.MyTabStyle_list .ajax__tab_active .ajax__tab_inner {
    color: #000;
    border-color: #333;
}

.MyTabStyle_list .ajax__tab_body {
 
   
    /*background-color: #fff;*/
    /*border-top-width: 0;*/
    border-bottom: 0.5px solid silver;
    background-color: lightgrey;
    /*border-top-color: #ffffff;*/
}
.ajax__tab_tab
{
    background-image:none !important;

}
/*main Layout*/
.wrap {
    width: 100%;
    margin: 0;
    height: 100%;
}
.fullPageDiv{      /* Used for full heigh panels in page - Normally screens with grids*/
    height:80vh;
}
/*.wrap:before,
.wrap:after {
    content: "";
    display: table;
}

.wrap:after {
    clear: both;
}*/
#container {
    display: table; /* Make the container element behave like a table */
    width: 100%;
    height:100%;
}

#header {
    color: var(--headerfontcolor);
    color:white;

    background: var(--headerbackcolor);
    background: #1A67A3;
    width: 100%;
    height: auto;
}

#nav {
    /*border-bottom: 1px solid darkgray;*/
    height: 30px;
    /*background-image: linear-gradient(to bottom,#f5f5f5 0,lightgrey 100%);*/
    background-color: var(--navbackground);
    background-color: #1A67A3;
    text-align:left;
}
#nav {
    color: var(--navfont);
    color: white;
}
    #nav a:visited {
        color: var(--navfont);
        color: white;
    }
    #nav a:active {
        color: var(--navfont);
        color: white;
    }

.main {
    background-color: var(--mainContentBackColor ); /* #f5f5f5; *#E7E8EA; /*;/*white;*/
    background-color:#E9E9E9;
    float: right;
    width: 85%;
    display: table-cell;
    overflow-y: auto;
    height: 87%;

}
.main_FullScreen {
    background-color: #f5f5f5; /*#E7E8EA;/*;/*white;*/
    
    width: 100%;
    display: flex;
    overflow-y: auto;
    height: 80%;

    
}

.sidebar {
    /*background-color:#EDEFF4;*/
    border-top: solid 1px var(--headerbordercolor);
    border-top:solid 1px silver
    background-color: var(--leftmenubackcolor); /*#f5f5f5*/
    background-color: #DADADA;
    /* #D4D4D4;*/
    float: left;
    width: 15%;
    display: table-cell;
    overflow: auto;
    height: 87%;
    color: white;
}

#footer {
    clear: both;
    text-align: center;

    height: 30px;
    padding-top: 10px;
    background-color: orange;
}

/**#container {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
}

#header {
    color: Black;
    background: white; 
    width: 100%;
   
    background-position: top left;
    background-repeat: no-repeat;
}*/


.requisition_moreinfo
{
    font-style:italic;
   
   color:grey;
}

#loginDisplay {
    width: 300px;
    float: right;
    /*border: 1px  solid silver;*/
    background-color: var(--headerbackcolor);
    background-color: #1A67A3;
}



.userdiv
{
    
    text-align:right !important;
    width:200px;
}

.LoginLegend {
    border-top: 1px solid silver;
    color: #293C88;
}

/*
    Menu bar used below the legend to add the options menus
*/


/*
            Menu treeview style 
        */
/*Level 1*/
.tvmenulevel1 {
    /*
     width: 100%;
    height: 30px;
    text-align: left;
    vertical-align: middle;
    border:1px solid #CCCCCC;
    padding-top: 3px;
    padding-left: 5px;
    
    
    margin-bottom: 15px;
    margin-top: 10px;
    color:black;
    font-weight:bold;
        */
    font-weight: bold;
    width: 100%;
    height: 30px;
    color: var(--leftmenuforecolor_Heading);
    color: #1A67A3;
    /*background-color: #FFC23D;*/
    /*border: 1px solid;*/
    /*border-color: #FFAF00;*/
    text-align: left;
    /*color:black;
    font-weight:bolder;*/
}

    .tvmenulevel1 a {
        color: var(--leftmenuforecolor_Heading) !important;
        color: #1A67A3 !important;
    }
    .tvmenulevel1:hover {
       /* background-color: #FFC23D !important;*/
        outline: none !important;
        /*box-shadow: 0px 0px 7px #05a8ff !important;*/
        border-color: #05a8ff !important;
        height:30px;
        /*text-align:center;*/
    }

/*level 2*/
.tvmenulevel2 {
    width: 100%;
    text-align:left;
    margin-left:0px;
    height:10px;
    
    
    vertical-align:middle;
}
.tvmenulevel2 a {
    color:var(--leftmenuforecolor_Normal) !important;
    color:black !important;
}


    .tvmenulevel2:hover {
        
        outline: none;
        background-color:white;
        box-shadow: 0px 0px 7px #05a8ff;
        border-color: #05a8ff;
    }

    .tvmenulevel2 a::before {
        content: " •";
    }

    /*Use this to hide the border on the actual link*/
    .tvmenulevel2 a:hover {
        color: var(--leftmenuforecolor_Normal_hover) !important;
        color:black !important;
        /*background-color: white;
        outline: none;
        box-shadow: 0px 0px 7px white;
        border-color: red;*/
    }


.CurrentActiveMenu {
    /*background-color: white;*/
    /*outline: none;
    box-shadow: 0px 0px 7px #05a8ff;
    border-color: #05a8ff;*/
    border: 1px solid white;
    font-weight: bold;
    background-color: var(--mainContentBackColor);
}

/*used for deviding a screen into a 80% 20% split */
.left80per {
    width: 85%;
    
    float: left;
    display: table-cell;
   

}

.right20Per {
    width: 15%;
   
    float: right;
    display: table-cell;
 /*   height:90vh;
    overflow:scroll;*/


}
.left50per {
    width: 50%;
    float: left;
    display: table-cell;
}

.right50Per {
    width: 50%;
    float: right;
    display: table-cell;
}





#breadcrumb {
    padding-top: 3px;
    height: 15px;
   
    /*background-color: #FFC23D;*/
    width: 100%;
}


#space {
    background: white;
    padding: 10px;
    height: 1px;
}

#mnu {
    background: #CCCCCC;
    border: 1px grey solid;
    height: 25px;
}

.ActiveMenu {
    /*background-color: #999999;*/
    color: #DDF762;
}

    .ActiveMenu li:hover > a {
        background: red;
    }


/* ---------------------------------------------Requisition Status DIV Styels----------------------------*/

/*OLD Styles*/

/*.ReqStatus_UnSubmitted {
    background-color: #FFCC66;
    border: 1px solid #FF9933;
    width: 100%;
    text-align: center;
    color: white;
    vertical-align: middle;
}

.ReqStatus_Incomplete {
    background-color: #FF3300;
    border: 1px solid #993300;
    width: 100%;
    text-align: center;
    color: white;
    vertical-align: middle;
}

.ReqStatus_Submitted {
    background-color: #00CC00;
    border: 1px solid #003300;
    width: 100%;
    text-align: center;
    color: Black;
    vertical-align: middle;
}

.ReqStatus_POCreated {
    background-color: #00CCFF;
    border: 1px solid #0066CC;
    width: 100%;
    text-align: center;
    color: Black;
    vertical-align: middle;
}

.ReqStatus_Completed {
    background-color: #FF66FF;
    border: 1px solid #CC0099;
    width: 100%;
    text-align: center;
    color: Black;
    vertical-align: middle;
}

.ReqStatus_Voided {
    background-color: grey;
    border: 1px solid #000000;
    width: 100%;
    text-align: center;
    color: white;
    vertical-align: middle;
}

.ReqStatus_Rejected {
    background-color: #FF9999;
    border: 1px solid #FF6699;
    width: 100%;
    text-align: center;
    color: Black;
    vertical-align: middle;
}*/



.ReqStatus_UnSubmitted {
    
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 10px;
    text-align: center;

    
    margin: 0 auto;

    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;


    width: 100%;
    text-align: center;

    vertical-align: middle;
}

.ReqStatus_Incomplete {
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 5px;
    text-align: center;

    
    margin: 0 auto;

    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;


    width: 100%;
    text-align: center;

    vertical-align: middle;
}

.ReqStatus_Submitted {
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 5px;
    text-align: center;

    
    margin: 0 auto;

    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;


    width: 100%;
    text-align: center;

    vertical-align: middle;


   
}

.ReqStatus_POCreated {
   margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 5px;
    text-align: center;

    
    margin: 0 auto;

    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;


    width: 100%;
    text-align: center;

    vertical-align: middle;
}

.ReqStatus_Completed {
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 5px;
    text-align: center;

    
    margin: 0 auto;

    color: #CC0099;
    background-color: #ffcafe;
    border-color: #f35df3

  


    width: 100%;
    text-align: center;

    vertical-align: middle;
}

.ReqStatus_Voided {
   margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 5px;
    text-align: center;

    
    margin: 0 auto;

    color: #443c3c;
    background-color: #c6b6b6;
    border-color: #c6b6b6;


    width: 100%;
    text-align: center;

    vertical-align: middle;
}

.ReqStatus_Rejected {
   margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 5px;
    text-align: center;

    
    margin: 0 auto;

    color: #b93232;
    background-color: #ffc2c2;
    border: 1px solid #ff9292;


    width: 100%;
    text-align: center;

    vertical-align: middle;
}
/*-------------------CSS for the main requistion list page-----------------------*/
.ReqStatus_UnSubmitted_list {
    text-align: center;
    color: #FFCC66;
    vertical-align: middle;
}

.ReqStatus_Incomplete_list {
    text-align: center;
    color: #FF3300;
    vertical-align: middle;
}

.ReqStatus_Submitted_list {
    text-align: center;
    color: #00CC00;
    vertical-align: middle;
}

.ReqStatus_POCreated_list {
    text-align: center;
    color: ##00CCFF;
    vertical-align: middle;
}

.ReqStatus_Completed_list {
    text-align: center;
    color: #FF66FF;
    vertical-align: middle;
}

.ReqStatus_Voided_list {
    text-align: center;
    color: gray;
    vertical-align: middle;
}

.ReqStatus_Rejected_list {
    text-align: center;
    color: #FF9999;
    vertical-align: middle;
}



ActiveMenu a:active {
    color: #DDF762;
}

ActiveMenu a:visited {
    color: #DDF762;
}

ActiveMenu a:hover {
    color: #DDF762;
}

ActiveMenu a:active {
    color: #DDF762;
}

ActiveMenu a:link {
    color: #DDF762;
}


#insertBody {
    width: 100%;
    padding-left: 0px;
    padding-top: 1px;
    padding-bottom: 10px;
    min-height: 100%;
    background-color: #EDEFF4;
    padding-top: 20px;
}




.clearfooter {
    height: 250px;
    clear: both;
}
/* other non-essential CSS */
#header p,
#header h1 {
    margin: 0;
    padding: 2px 0 0 2px;
    
}

.loginLicensesmall {
    font-size: x-small;
    color: silver;
}


/*          Layout tables */

.popupmenuTable {
    width: 100%;
    border: none;
  
    
}
    .popupmenuTable td
    {
        padding-bottom :15px;

        
    }
    .popupmenuTable tr:hover {
        background-color: #ddd;
    }
    .popupmenuTable_image {
        width: 20%;

    
    }
.popupmenuTable_actualimage
{
    width:20px;
    height:20px;
}
.popupmenuTable_button {
    width: 80%;
}


.TableTwoColumn {
    width: 100%;
}

.TableTwoColumn_td_right {
    width: 50%;
    vertical-align: top;
    text-align: left;
}

.TableTwoColumn_td_left {
    width: 50%;
    vertical-align: top;
    text-align: left;
}

/*This is used for the message popups on the right - mostly with suppliers*/
.rightDivMessages {
    overflow-x: visible;
    overflow-y: visible;
    width: 100%;
    margin-bottom: 20px;
}

.menutable {
    width: 100%;
}

.menutableItem {
    /*background-color:white;
     background-image:url('../Images/bc_bg.gif'); 
     border:1px solid silver;

     width:100%;*/
}


.ClearDiv {
    clear: both;
}


.leftcol {
    width: 15%;
    overflow: auto;
  
    float: left;
}

.subtext {
   
    font-style: italic;
    font-size:small;

}




.maincontent {
    width: auto;
    position: relative;
    overflow-x: hidden;
    /*background-color: #E7E8EA;/* white; /* #E9E9E9 - light grey*/ /*D4D4D4  - dark grey*/ /* #E9E9E9;*/
    min-height: 100%;
    
    width: 100%;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    box-sizing: border-box;
    /*border-left: 1px solid darkgrey;*/
    /*border-top: 1px solid darkgrey;*/
}
.body_login {
    background: url("../Images/loginbkp2.JPG") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.loginNameLabel {
    Font-Size: large;
    Color: black;
}
.maincontent_login {
    /*background-color: #f5f5f5;
    /*background-image: url('../Images/loginbkp2.JPG');
    background-repeat: no-repeat;
    background-size: 100% 100%;*/

    width: auto;
    position: relative;
    overflow-x: auto;
    /*background-color: #E7E8EA;/* white; /* #E9E9E9 - light grey*/ /*D4D4D4  - dark grey*/ /* #E9E9E9;*/
    min-height: 100%;
    width: 100%;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    box-sizing: border-box;
}

.messagecontainer {
    width: auto;
   
    position: relative;
    overflow-x: hidden;
    background-color: white;
    height: auto;
    width: 100%;
}

.MasterPageContent {
    width: auto;
   
    position: relative;
    background-color: white;
    border: 1px solid #C0C0C0;
    overflow-x: scroll;
    overflow-y:visible;
    padding: 0 0 0 0;

}

.MasterPageContent_Fullscreen {
    width: 100%;
  
    position: relative;
    background-color: white;
    border: 1px solid #C0C0C0;
    overflow: hidden;
    padding: 0 0 0 0;
}

.Instructions_span {
    text-align: center;
    background-color: #FFF6BF;
  
    border: none;
}

.Instructions {
    text-align: left;
    /*background-color: #FFF6BF;*/
    
    /*border: /*border:1px solid #293C88;*/ /*0.5px solid #FF9900;*/
    border: /*border:1px solid #293C88;*/ 0.5px solid #0186ba;
    padding-left: 10px;
    margin-left: 10px;
    margin-right: 10px;
    padding-right:10px;
}

.GlobalMessageContent {
    text-align: left;
    background-color: #FFF6BF;
   
    border: /*border:1px solid #293C88;*/ 1px solid #FF9900;
}
/*  ---------------------------------FIELD SET ----------------*/
.groupingpanel_menu {
    Border: none;
    /*background-color: #EDEFF4;*/
    background-color: white;
    padding: 0px 0px 0px 0px;
}


.grooupingpanel_content {
    border: 0;
    background-color: white;
}

fieldset {
    /*border-bottom: 0.5px solid silver;*/
    border: 0;
    border-top: 0;
    border-right: 0;
    
    /*margin: 10px 10px 10px 10px;*/
    
}

legend {
    display: table-cell;
    color: #293C88;
    border: 0.5px solid silver;
    background-color: lightgray;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    width: 100%;
    height: 20px;
    font-weight: bold;
    margin-top: 10px;
    text-align: left;
    vertical-align:middle;
    margin-bottom: -4px;
    padding: 0px;
    padding-top:5px;
    /*padding-top: 10px;*/
    /*background-color: #EDEFF4;*/
    /*border: 1px solid lightgrey;
    -webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0 10px 6px -6px #777;*/
}

.legendMenu {
    color: #293C88;
    font-weight: bold;
    border: none;
}

#options /*options div tag*/ {
    text-align: right;
    float:right;
   
}

.options /*Options hyperlink*/ {
    cursor:hand;
    overflow: hidden;
    text-align: right;
    float: right;
}

.options_popup {
    background-color: White;
    border: 1px darkgrey solid;
    overflow: scroll;
    padding:10px;
    position: absolute;
    top: -1000px;
    position: fixed;
    overflow: auto;
    width: 200px;


    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.menuouterdiv {
    /*background-color: #EDEFF4;*/
    margin-right: 10px;
    padding-bottom: 20px;
    margin-left: 5px;
    background-color: white;
    border: 1px solid #C0C0C0;
    overflow: hidden;
}
/*
                    -------------------------------CONTROLS-------------------------------
*/


.txtNumber {
   
    text-align: right;
    width: 50%;
}
.lblNumber {
    text-align: right !important;
    
}

.tv {
    
    text-align: right;
    /*background-color: whitesmoke;
    border: 1px solid darkgrey;
    margin-top: 10px;
    padding: 5px;*/
}
.tv td div{
    height:20px !important;
}
    


    .tv a:link {
        color: var(--leftmenuforecolor_Normal);
        color: black;
        text-decoration: none;
        
        
    }

    .tv a:visited {
        color: black;
        text-decoration: none;
       
    }

    .tv a:hover {
        /*text-decoration: none;
        font-size: 11px;
        background-color:white;

            outline: none;
        box-shadow: 0px 0px 7px #05a8ff;
        border-color: #05a8ff;*/
    }

    .tv a:active {
        color: #627AAD;
        text-decoration: none;
       
    }

.label {
   
    min-width: 150px;
}

/*
                    Lowest level css for basic controls
    
    */
input {
    border: 1px solid silver;
}

    input:focus {
        /*border: 2px solid blue;*/
        outline: none;
        box-shadow: 0px 0px 7px #05a8ff;/*#05a8ff;*/
        border-color: #05a8ff;
    }

select {
    border: 1px solid silver;
}

    select:focus {
        outline: none;
        box-shadow: 0px 0px 7px #05a8ff;
        border-color: #05a8ff;
    }

textarea {
    border: 1px solid silver;
}

    textarea:focus {
        outline: none;
        box-shadow: 0px 0px 7px #05a8ff;
        border-color: #05a8ff;
    }

span.tooltip {
    position: absolute;
    width: 100px;
    height: 20px;
    line-height: 20px;
    padding: 10px;
   
    text-align: center;
    color: rgb(113, 157, 171);
    background: rgb(255, 255, 255);
    border: 4px solid rgb(255, 255, 255);
    border-radius: 5px;
    text-shadow: rgba(0, 0, 0, 0.0980392) 1px 1px 1px;
    box-shadow: rgba(0, 0, 0, 0.0980392) 1px 1px 2px 0px;
}

    span.tooltip:after {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-width: 10px;
        border-style: solid;
        border-color: #FFFFFF transparent transparent transparent;
        top: 44px;
        left: 50px;
    }



.checkbox {
  
    min-width: 150px;
}

.textbox {
   
    width: 95%;
  
    
    
    vertical-align: central;
    
}


.textbox_data {
  
    width: 300px;
    border: 1px solid silver;
}


.dropdown {
  
    width: 95%;
    
    min-width:70px;
}

input[disabled] {
    border: 1px solid #999;
    background-color: #ddd;
}



.button:disabled {
    display: inline-block;
    padding: 5px;
  
    color: white;
    background: silver;
    white-space: nowrap;
    overflow: visible;
    text-decoration: none;
    border: 1px solid #CACACA;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    outline: none;
    /*zoom: 1;*/
    line-height: 1.11;
    *display: inline;
    *vertical-align: middle;
}

    .button:disabled:hover {
        background-color: silver;
        cursor: not-allowed;
    }




.button {
    height: 30px;
    display: inline-block;
    padding: 5px;
    color: white;
    background: var(--defaultbuttoncolor);
    background: #1A67A3;
    cursor: pointer;
    text-decoration: none;
    border: 1px solid #CACACA;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    outline: none;
    /*zoom: 1;*/
    line-height: 1.11;
    *display: inline;
    *vertical-align: middle;
    min-width: 100px;
    word-wrap: break-word;
    max-width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.button-primary {
    background-color: green;
}

.button-delete {
    background-color: maroon;
}

.button-secondary {
    background-color: lightgray;
    color: black;
}

.button_comment {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
  
    height: 18px;
    color: Black;
    background: white;
    overflow: visible;
    background-color: #F9F9F9;
    border: 1px solid #D6D9D9;
}


.buttonSave {
    border: none;
    color: Black;
    background-color: Red;
}

.button:hover {
    color: #FFFFFF;
    border-color: #388AD4;
    text-decoration: none;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
    background-position: 0 -40px;
    background-color: #2D7DC5;
}



/*                           ----------------------------------------------------------------------------------------------  */

.cardDiv {
    width: 100%;
    
    text-align: left;
    vertical-align: middle;
    padding-top: 1px;
    padding-left: 5px;
    background-color: white;/*#EDEFF4;*/
    border: 1px solid lightgrey;
    margin-bottom: 1px;
    margin-top: 2px;
    -webkit-box-shadow: 0 5px 6px -6px #777;
    -moz-box-shadow: 0 5px 6px -6px #777;
    box-shadow: 0 8px 6px -6px #777;
}


.CommandDivTop {
    width: 100%;
    height: 35px;
    text-align: left;
    vertical-align: middle;
    background: white; /*#EDEFF4;*/
    /*border: 1px solid lightgrey;*/
    border-bottom: 1px solid lightgrey;
    border-top: 0px;
    padding-bottom: 35px;
    padding-left: 10px;
    padding-top: 5px;
    box-sizing: border-box;
    margin-top: -10px /*This is to cover the padding on the panel*/
    /*padding-top: 5px;
    padding-left: 5px;
    background-color: #EDEFF4;
    border: 1px solid lightgrey;
    margin-bottom: 15px;
    margin-top: 2px;
    -webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;

    box-shadow: 0 10px 6px -6px #777;*/
}

.HelpSubject {
    color: #293C88;
    border-bottom: 1px solid #C0C0C0;
    width: 100%;
  
    font-weight: bold;
}

.HelpContent {
}


.CommandDiv {
  


    text-align: center;
    width: 90%;
    /*border: solid grey 1px;*/
    height: 25px;
    vertical-align: middle;
    padding-left: 5px;
    clear: left;
    /*border-radius: 4px;
    background: #D6D9D9;*/
    padding: 10px;
    margin-left: 5px;
    margin-right: 10px;
    margin-top: 10px;
    display: flexbox;
    margin-bottom: 10px;
    
    /*    -webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0 10px 6px -6px #777;
 */
}

.highlightText /* highligts certain text in a string  like on the search screen*/ {
    font-weight: bold;
    background-color: #FFC23D;
}

.CommandButtons {
    border-left: 1px solid #696;
    border-right: 1px solid #363;
    border-top: 1px solid #696;
    border-bottom: 1px solid #363;
    color: #050;
    background-color: #FFFFCC;
}

    .CommandButtons:hover {
        background-color: #ABB8D3;
        border-color: #C0C0C0 #CCCCCC #CCCCCC #C0C0C0;
        border: 1px solid;
    }


.popupPanel_waiting {
    border: 1px solid #333333;
    background-color: White;
    position: absolute;
    top: -1000px;

}

.popupPanel {
    /*padding-right: 20px;
    padding-left: 15px;
    background-color: White;
    border: 1px darkgrey solid;
    overflow-y: scroll;
    height: auto;
    max-height: 80%;
    position: absolute;
    top: -1000px;
    
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
    margin-bottom: 20px;
    background-color: var(--mainContentBackColor);
    background-color: #E9E9E9;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    margin: 3px 3px 3px 3px;
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: 600px;
}


/*
             ----------------------------------------------------------   Requisition line table layout
*/
.reqline_table {
    width: 100%;
    border-spacing: 1px;
  
}

.reqline_data_cell a:active {
    color: #627AAD;
    text-decoration: none;
    
}

.reqline_data_cell a:visited {
    color: #627AAD;
    text-decoration: none;
   
}

.reqline_data_cell a:hover {
    color: #627AAD;
    text-decoration: none;
  
}

.reqline_data_cell a:active {
    color: #627AAD;
    text-decoration: none;
    
}

.reqline_data_cell a:link {
    color: #627AAD;
    text-decoration: none;
   
}


.reqline_header_cell {
    background-color: #ABB8D3;
    border: 1px solid silver;
   
}


.reqline_data_cell {
  
}


/*
        Budget insert table
*/
.table_budget {
    border: 0.5px solid silver;
    width: 100%;
}

.table_budget_header_cell {
    
    background-color:lightgray;
    padding: 5px 5px 5px 5px;
    text-align: left;
    font-weight:bold;
}
.table_budget_header_cell_Number {
    background-color: lightgray;
    padding: 5px 5px 5px 5px;
    text-align: right;
    font-weight: bold;
}

.table_budget_data_cell {
    text-align: right;
    padding-left: 10px;
    border: 1px solid lightgray;
}

.table_budget_data_cell_text {
    
    text-align: left;
}

.menuheader {
    /*width: 100%;
    color: black;
    background-color: #FFC23D;
    border: 1px solid;
    border-color: #FFAF00;
    text-align: center;
    font-size: 11px;*/
    width: 100%;
    height: 30px;
    text-align: left;
    vertical-align: middle;
    border: 1px solid #CCCCCC;
    padding-top: 3px;
    padding-left: 5px;
    margin-bottom: 15px;
    margin-top: 10px;
    color: black;
    font-weight: bold;
}

.menutable a:link {
    color: #627AAD;
    text-decoration: none;
   
}

.menutable a:visited {
    color: #627AAD;
    text-decoration: none;
   
}

.menutable a:hover {
    color: #627AAD;
    text-decoration: none;
    
}

.menutable a:active {
    color: #627AAD;
    text-decoration: none;
    
}

/*
                Data input layout table
*/
.table_layout {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    border-spacing: 0px;
    table-layout: fixed;
    width: 100%;
    
}

.table_tr {
    vertical-align: top;
}

.table_td_caption {
   
    text-align: right;
    /*width: 200px;*/
    /*background-color: #EDEFF4;*/
    color: black;
    /*border-left: 1px solid white;
    border-bottom: 1px solid silver;
    border-top: 1px solid white;*/
    vertical-align: central;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 20px;
    width: 30%;
    
}

.table_td_data {
   
    vertical-align: top;
    padding-top: 5px;
    padding-bottom: 5px;
    overflow: auto;
    text-align: left;
    height: auto;
    width: 50%;
}

.table_td_comment /*comments to the right of fields*/ {
    color: black;
  
    vertical-align: central;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    width: 20%;
}

.table_progress {
    width: 100%;
    height: 70px;
}

.table_td_progresscell {
    background-color: #F9F9F9;
    border: 1px solid #D6D9D9;
    padding: 5px 5px 5px 5px;
    text-align: center;
}

.table_td_progresscell_current {
    border: 1px solid #0000FF;
    background-color: #99CCFF;
    padding: 5px 5px 5px 5px;
    text-align: center;
}
/*Used for hiding rows in data lists*/
.displaynonerow {
    display: none;
}
/*used for highlighting rows in data list
    */
.highlighRow {
    border: 1px solid #0000FF;
    background-color: #99CCFF;
    text-align: center;
}

/*
    ----------------------------------------------------------------GRID VIEW STYLE - Attachments ect. in data fields---------
*/
.Gridview_DataEntry {
    background-color: Red;
}

    .Gridview_DataEntry th {
        background-color: Red;
    }

/*
    ----------------------------------------------------------------GRID VIEW STYLE-------------------------------------------
*/
.GridView {
    width: 100%;
    /*  border-left: 1px solid silver;
     border-right: 1px solid silver;
     border-bottom: 1px solid silver;
     */
    background-color: white;
    


}


/*
    Gridview page style
    */
.GridViewPagerStyle a {
    text-decoration: none;
}

    .GridViewPagerStyle a:hover {
        text-decoration: underline;
    }

    .GridViewPagerStyle a:link {
      
        padding: 2px 6px;
        background-color: #EBECEE;
        border: 1px solid #B5BAC0;
    }

.GridViewPagerStyle span {
    background-color: #263441;
    border: 1px solid #DBEAFF;
    color: #FFFFFF;
    padding: 2px 5px;
}

/*.GridViewPagerStyle {

    background-color:white;
    
}
    .GridViewPagerStyle a {
        font-size: large;
        color: black;
        border:1px solid silver;
        
    }
        .GridViewPagerStyle a:visited {
              font-size: large;
        color: black;
        border:1px solid silver;
        } 
        .GridViewPagerStyle span{
              font-size: large;
        color: black;
        border:1px solid silver;
         
        }*/




tr.GridViewRowStyle td {
    /*border-bottom: 1px solid silver;*/
    /*border-bottom: 0.1px solid #f3e9e9;*/
    height: 30px;
}

tr.GridViewAlternatingRowStyle td {
    border-bottom: 0.1px solid #f3e9e9;
    height: 30px;
}

.GridViewRowStyle {
    color: Black;
    text-align: left;
    border-bottom: 0.1px solid #f3e9e9;
    /*background-color: #EDEFF4;*/
    /*margin:10px 10px 10px 10px;
    border:solid 1px silver;
     box-shadow: 2px 2px 2px #888888;*/
}

    .GridViewRowStyle:hover {
        background-color: #CCE6F7; /*#b5eaff;*/
        outline: none;
        box-shadow: 0px 0px 7px #05a8ff;
        border-color: #05a8ff;
    }


.GridViewAlternatingRowStyle {
    

    Color: Black;
    text-align: left;
    /*color: Black;
    text-align: left;
    font-size: small;
    
    font-size: 11px;
    background-color: #EDEFF4;
       border:solid 1px silver;
     box-shadow: 2px 2px 2px #888888;*/
}

    .GridViewAlternatingRowStyle:hover {
        background-color: #CCE6F7; /*#b5eaff;*/
        outline: none;
        box-shadow: 0px 0px 7px #05a8ff;
        border-color: #05a8ff;
    }



.GridViewFooterStyle {
    background-color: #C6C3C6;
    Color: Black;
   
}

.GridViewPageStyle {
    background-color: red;
    Color: Black;
    text-align: Right;
   
    width: 100%;
    border: 1px solid black;
}

.GridViewSelectedRow {
    /*background-color: #9471DE;*/

    /*Color: White;
    font-weight: bold;
    font-size: 11px;*/
    border: 0.5px solid green;
}

.GridViewHeaderStyle {
    width: 100%;
    color: black;
    font-weight:bold;
}

    .GridViewHeaderStyle th {
        text-align: left;
    }

/*
    Gridview page style for budget - more compact gridview
    */
.GridView_budget {
    width: 100%;
    /*  border-left: 1px solid silver;
     border-right: 1px solid silver;
     border-bottom: 1px solid silver;
     */
    background-color: White;
  
}

.PageStyle_budget {
    background-color: red;
}



tr.GridViewRowStyle_budget td {
    text-align: right;
    /*border: none;
    padding: 0 0 0 0;
    margin: 0 0 0 0;*/
    padding: 2px;
}

tr.GridViewAlternatingRowStyle_budget td {
    text-align: right;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}


.GridViewRowStyle_budget {
    text-align: right;
    color: Black;
   
    background-color: white;
    border-color: black;
    border-style: solid;
    border-width: 1px;
    /*padding: 0 0 0 0;
    margin: 0 0 0 0;*/
    padding: 2px;
}

.GridViewAlternatingRowStyle_budget {
  
    Color: Black;
    text-align: right;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}


.GridViewFooterStyle_budget {
    background-color: #C6C3C6;
    Color: Black;
  
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    text-align: right;
}

.GridViewPageStyle_budget {
    Color: Black;
    text-align: Right;
  
    width: 100%;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

.GridViewSelectedRow_budget {
    background-color: #9471DE;
    Color: White;
    font-weight: bold;
  
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

.GridViewHeaderStyle_budget {
    width: 100%;
    color: black;
   
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

.CommentCell {
    background-color: red;
}


/*
    -------------------------------------------------------
    */

#centrediv {
    top: 50%;
    left: 50%;
    width: 30em;
    height: 18em;
    margin-top: -9em; /*set to a negative number 1/2 of your height*/
    margin-left: -15em; /*set to a negative number 1/2 of your width*/
    border: 1px solid #ccc;
    background-color: #f3f3f3;
    position: fixed;
    background: url('../images/loader.gif') center no-repeat #fff;
    text-align:center;
    vertical-align:central;
}

.dvLoading {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../images/loader.gif') center no-repeat #fff;
    /*border: 1px solid black;
    text-align: center;
    vertical-align: central;
    height: 100%;
    width: 100%;
    position: fixed;
   
   
    opacity: inherit;
    filter: inherit;*/
}
body.loading .dvLoading {
    display: block;
}

/*Modal Popup*/
.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=90);
    opacity: 0.9;
}





.MessageControl {
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100;
    text-align: center;
    background-color: red;
    /*
    margin: 0px 10px 0px 0px;
    text-align: center;
    width: 100%;
    border: solid 1px  #135CF9;
    padding: 5px 5px 5px 5px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background-color:#C0D3F7; /*:#EEEDED;*/
    /*font-weight:bold;
    overflow-y:scroll;*/
}

#menuct {
    width: 100%;
    margin: 0;
    padding: 0px 0 0 0;
    list-style: none;
    background: #CCCCCC;
    /*background: -moz-linear-gradient(#138900, #111);
        background : -webkit-gradient(linear,left bottom,left top,color-stop(0, #111),color-stop(1, #138900));
        background: -webkit-linear-gradient(#138900, #111);
        background: -o-linear-gradient(#138900, #111);
        background: -ms-linear-gradient(#138900, #111);
        background: linear-gradient(#138900, #111);*/
    /*-moz-border-radius: 0px;*/
    /* border-radius: 0px;*/
    /*-moz-box-shadow: 0 2px 1px #9c9c9c;*/
    /*-webkit-box-shadow: 0 2px 1px #9c9c9c;*/
    /* box-shadow: 0 2px 1px #9c9c9c;*/
}

    #menuct li {
        float: left;
        padding: 0 25px;
        position: relative;
    }

    #menuct a {
        float: left;
        width: 100%;
        padding: 0 25px;
        color: black;
        text-transform: uppercase;
        text-decoration: none; /*text-shadow: 0 1px 0 #000;*/
        border: 1px solid #999999;
    }

    #menuct li:hover > a {
        color: #fafafa;
        background: silver;
    }

    *html #menuct li a:hover /* IE6 */ {
        color: #fafafa;
        background: silver;
    }

    #menuct li:hover > ul {
        display: block;
    }

    /* Sub-menu */

    #menuct ul {
        list-style: none;
        margin: 0;
        padding: 0;
        display: none;
        position: absolute;
        top: 35px;
        left: 0;
        z-index: 99999;
        background: #138900;
        background: -moz-linear-gradient(#444, #111);
        background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #111),color-stop(1, #444));
        background: -webkit-linear-gradient(#444, #111);
        background: -o-linear-gradient(#444, #111);
        background: -ms-linear-gradient(#444, #111);
        background: linear-gradient(#444, #111);
        -moz-border-radius: 5px;
        /*    border-radius: 5px;*/
    }

        #menuct ul li {
            float: none;
            margin: 0;
            padding: 0;
            display: block;
            -moz-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
            -webkit-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
            /*box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;*/
        }

            #menuct ul li:last-child {
                -moz-box-shadow: none;
                -webkit-box-shadow: none;
                /* box-shadow: none;*/
            }

        #menuct ul a {
            padding: 10px;
            height: auto;
            line-height: 1;
            display: block;
            white-space: nowrap;
            float: none;
            text-transform: none;
        }


        *html #menuct ul a /* IE6 */ {
            height: 10px;
            width: 150px;
        }

        *:first-child + html #menuct ul a /* IE7 */ {
            height: 10px;
            width: 150px;
        }

            #menuct ul a:hover {
                background: #0186ba;
                background: -moz-linear-gradient(#04acec, #0186ba);
                background: -webkit-gradient(linear, left top, left bottom, from(#04acec), to(#0186ba));
                background: -webkit-linear-gradient(#04acec, #0186ba);
                background: -o-linear-gradient(#04acec, #0186ba);
                background: -ms-linear-gradient(#04acec, #0186ba);
                background: linear-gradient(#04acec, #0186ba);
            }

        #menuct ul li:first-child a {
            -moz-border-radius: 5px 5px 0 0;
            /* border-radius: 5px 5px 0 0;*/
        }

            #menuct ul li:first-child a:after {
                content: '';
                position: absolute;
                left: 30px;
                top: -8px;
                width: 0;
                height: 0;
                border-left: 5px solid transparent;
                border-right: 5px solid transparent;
                /*border-bottom: 8px solid #444;*/
            }

            #menuct ul li:first-child a:hover:after {
                border-bottom-color: #04acec;
            }

        #menuct ul li:last-child a {
            -moz-border-radius: 0 0 5px 5px;
            /*  border-radius: 0 0 5px 5px;*/
        }

    /* Clear floated elements */
    #menuct:after {
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0;
    }

* html #menuct {
    /*zoom: 1;*/
}
/* IE6 */
*:first-child + html #menuct {
    /*zoom: 1;*/
}
/* IE7 */


#MenuNew {
    /*background-image: url('../Images/bc_bg.gif');
    background-repeat: repeat-x;*/
    height: 30px;
    line-height: 30px;
    color: var(--navfont);
    color: white;
    /*border-bottom: solid 1px var(--headerbordercolor);*/
    width: 100%;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
}

    #MenuNew li {
        list-style-type: none;
        padding-left: 10px;
        display: inline-block;
        
        text-align:center;
        vertical-align:middle;
    }

    #MenuNew a {
        display: inline-block;
        /*background-image: url('../Images/bc_separator.gif');*/
        background-repeat: no-repeat;
        background-position: right;
        padding-right: 15px;
        text-decoration: none;
        color: var(--navfont);
        color:white;
        outline: none;
        vertical-align:middle;
    }

        #MenuNew a:hover {
            box-shadow: 0px 0px 7px #05a8ff;
            border-color: #05a8ff;
            background-color: white;
        }

.RequiredCSS {
    background-color: #FFCECE;
}

.SelectedCSS {
    background-color: #CCFF99;
}

.watermarked_optional {
}

.watermarked_compulsary {
    background-color: #CCFF99;
   
    color: Silver;
}


.home {
    border: none;
    margin: 7px 0px;
}

#MenuNew a:hover {
    color: #35acc5;
}


/*
                            TOOLTIP

*/
.tooltip {
    border-bottom: 1px dotted #000000;
    color: #000000;
    outline: none;
    cursor: help;
    text-decoration: none;
    position: relative;
}

    .tooltip span {
        margin-left: -999em;
        position: absolute;
    }

    .tooltip:hover span {
        border-radius: 5px 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
        position: absolute;
        left: 1em;
        top: 2em;
        z-index: 99;
        margin-left: 0;
        width: 250px;
    }

    .tooltip:hover img {
        border: 0;
        margin: -10px 0 0 -55px;
        float: left;
        position: absolute;
    }

    .tooltip:hover em {
        display: block;
        padding: 0.2em 0 0.6em 0;
    }

.classic {
    padding: 0.8em 1em;
}

.custom {
    padding: 0.5em 0.8em 0.8em 2em;
}

* html a:hover {
    background: transparent;
}

.classic {
    background: #FFFFAA;
    border: 1px solid #FFAD33;
}

.critical {
    background: #FFCCAA;
    border: 1px solid #FF3334;
}

.help {
    background: #9FDAEE;
    border: 1px solid #2BB0D7;
}

.info {
    background: #9FDAEE;
    border: 1px solid #2BB0D7;
}

.warning {
    background: #FFFFAA;
    border: 1px solid #FFAD33;
}

/*
    Data Capture Grids - this is used for large grids for excel like data capture

*/
.ExcelTable2007 {
    border: 1px solid #B0CBEF;
    border-width: 1px 0px 0px 1px;
  
   
    font-weight: 100;
    border-spacing: 0px;
    border-collapse: collapse;
    text-overflow: ellipsis;
    table-layout: fixed;
}

.overflowdiv {
    width: 100%;
    overflow-x: scroll;
    overflow-y: visible;
    padding: 0;
}


/*
    this is used for freezing the columns and scrolling the rest - THIS IS HARDCODED FOR DEMAND PLANNING
*/


    /*.ExcelTable2007 TH {
        
        font-weight: normal;
        font-size: 14px;
        border: 1px solid #9EB6CE;
        border-width: 0px 1px 1px 0px;
        height: 200px;
        background-color:red;
    }*/

    /*.ExcelTable2007 TD {
        border: 0px;
        background-color: lightgray;
        padding: 0px 0px 0px 0px;
        border: 1px solid #D0D7E5;
        border-width: 0px 1px 1px 0px;
    }*/
.ExcelTable2007 TD {
    padding: 5px 5px 5px 5px;
    border: 1px solid silver;
    border-width: 0px 1px 1px 0px;
    width: 1px;
    white-space: nowrap;
    table-layout: fixed;
    word-wrap: break-word
}

.overflowdiv_fixedColumns {
    width: 100%;
    overflow-x: scroll;
    margin-left: 420px;
    overflow-y: visible;
    padding: 0;
}

.ExcelTable2007_Column_one {
    position: absolute;
    width: 50px !important;
    background-color:white;
    left: 0;
    top: auto;
    
    /*only relevant for first row*/
    margin-top: -1px;
    /*compensate for top border*/
    
}

.ExcelTable2007_Column_two {
    position: absolute;
    width: 50px !important;
    background-color: white;
    left: 60px;
    top: auto;
    border-top-width: 1px;
    /*only relevant for first row*/
    margin-top: -1px;
    /*compensate for top border*/
}
.ExcelTable2007_Column_three {
    position: absolute;
    width: 100px !important;
    background-color: white;
    left: 120px;
    top: auto;
    border-top-width: 1px;
    /*only relevant for first row*/
    margin-top: -1px;
    /*compensate for top border*/
}
.ExcelTable2007_Column_four {
    position: absolute;
    width: 200px !important;
    background-color: white;
    left: 230px;
    top: auto;
    border-top-width: 1px;
    /*only relevant for first row*/
    margin-top: -1px;
    text-overflow: ellipsis;
    /*compensate for top border*/
}
    .ExcelTable2007_Column_four span {
        display: block;
        word-wrap: break-word;
        
        white-space: normal
    }
.ExcelTable2007_header {
    font: bold;
    background-color: lightgray;
    border-width: 3px 3px 3px 3px;
    border-color: black;
    font-weight: bold;
    padding: 5px 5px 5px 5px;
    position: sticky;
    top: 0;
}
.ExcelTable2007_header_label {
 
    font-weight: bold;
   
}





.DataCapture_textfield {
  
    height: 100%;
    vertical-align: central;
    height: 20px;
    width: 100%;
    word-wrap: break-word;
    

}
.DataCapture_date {
  
    width: 96%;
    height: 20px;
    min-width: 70px;
    
}


ul li::marker {
    color: black;
    font-size: 1.5em;
    list-style-type: disc;
}



/****************************SEARCH*******************************/
.contentArea {
    width: 600px auto;
    margin: 0 auto;
}
.contentArea a
{
    color:var(--headerfontcolor);
    color: white;
    text-decoration:none;
}

#inputSearch {
    /*width: 350px;*/
    border: solid 1px #000;
    padding: 3px;
}

#divResult {
    position: absolute;
    width: 350px;
    display: none;
    margin-top: -1px;
    border: solid 1px silver;
    border-top: 0px;
    
    overflow: hidden;
    /*border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    -moz-border-bottom-right-radius: 6px;
    -moz-border-bottom-left-radius: 6px;*/
    box-shadow: 0px 0px 10px #999;
    border-width: 3px 1px 1px;
    border-style: solid;
   /* border-color: deepskyblue deepskyblue;*/
    background-color: deepskyblue;
    z-index: 10;
}

.display_box {
    background-color: #1A67A3;
    background-color: var(--headerbackcolor);
    padding: 4px;
    text-decoration: none;
    position: relative;
    z-index: 10;
    /*background-color: deepskyblue;*/
    border-bottom:1px solid silver;
}
    .display_box a {
        text-decoration: none;
    }

    .display_box:hover {
        border-color: deepskyblue deepskyblue deepskyblue;
        border-bottom-color: deepskyblue;
        border-top-color: deepskyblue;
        background: #DEDEDE;
        color: black;
        cursor: pointer;
        text-decoration: none;
    }
    .SearchResultsHeading
    {
        
    }
    .SearchResultsSmaller{
        font-size:x-small;
        color:silver;
       
    }


    .jqeury_auto_complete_table 
    {
        width:100%;
    }

.jqeury_auto_complete_table_number_4 {
    
    width:20%;
}
.jqeury_auto_complete_table_description1_4 {
    width: 40%;
}
.jqeury_auto_complete_table_description2_4 {
    width: 20%;
}
.jqeury_auto_complete_table_description3_4 {
    width: 20%;
}




/*Calendar popup*/
.ajax__calendar .ajax__calendar_container {
    background-color: #DEF1F4;
    border: solid 1px #77D5F7;
    width:270px;
    height:280px;
}

.ajax__calendar .ajax__calendar_header {
    background-color: #ffffff;
    margin-bottom: 2px;
}

.ajax__calendar .ajax__calendar_title,
.ajax__calendar .ajax__calendar_next,
.ajax__calendar .ajax__calendar_prev {
    color: #004080;
    padding-top: 2px;
}

.ajax__calendar .ajax__calendar_body {
    background-color: #ffffff;
    border: solid 1px #77D5F7;
    width: 270px;
    height: 230px;
}

.ajax__calendar .ajax__calendar_dayname {
    text-align: center;
    font-weight: bold;
    margin-bottom: 4px;
    margin-top: 2px;
    color: #004080;
    width: 30px;
    height: 30px;
}

.ajax__calendar .ajax__calendar_day {
    color: #004080;
    text-align: center;
    width: 30px;
    height: 30px;
}

.ajax__calendar .ajax__calendar_hover .ajax__calendar_day,
.ajax__calendar .ajax__calendar_hover .ajax__calendar_month,
.ajax__calendar .ajax__calendar_hover .ajax__calendar_year,
.ajax__calendar .ajax__calendar_active {
    color: #004080;
    font-weight: bold;
    background-color: #DEF1F4;
}


.ajax__calendar .ajax__calendar_today {
    font-weight: bold;
}

.ajax__calendar .ajax__calendar_other,
.ajax__calendar .ajax__calendar_hover .ajax__calendar_today,
.ajax__calendar .ajax__calendar_hover .ajax__calendar_title {
    color: #bbbbbb;
}