/* Minification failed. Returning unminified contents.
(1508,24): run-time error CSS1046: Expect comma, found '233'
(1508,30): run-time error CSS1046: Expect comma, found ')'
 */
html {
   /* background-color: #e2e2e2;*/
    margin: 0;
    padding: 0;
}

body {
    /*background-color: #fff;*/
    /*border-top: solid 10px #000;*/
    color: #333;
    font-size: .85em;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
}

select {
    height: 34px;
    font-size: 15px;
    padding-left: 5px;
    /*background-color: rgba(169, 169, 169, 0.11);*/
    border-color: rgba(169, 169, 169, 0.63);
    color: #585858;
}
a {
    color: blue;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: none;
}

    a:link, a:visited,
    a:active, a:hover {
        
    }

    a:hover {
		text-decoration: underline;
        cursor:pointer;
    }

header
{
	width:100%;
}
footer, hgroup,
nav, section {
    display: block;
}

mark {
   /* background-color: #a6dbed;*/
    padding-left: 5px;
    padding-right: 5px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

h1, h2, h3,
h4, h5, h6 {
    color: #000;
    margin-bottom: 0;
    padding-bottom: 0;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.75em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

    h5 a:link, h5 a:visited, h5 a:active {
        padding: 0;
        text-decoration: none;
    }


/* main layout
----------------------------------------------------------*/
.content-wrapper {
    margin: 0 auto;
    max-width: 98%;
}

#body {
    /*background-color: #efeeef;*/
    clear: both;
    padding-bottom: 10px;
}

    .main-content {
        padding-left: 20px;
        padding-top: 5px;
		padding-right:10px;
    }

    .featured + .main-content {
      
    }

header .content-wrapper {
    padding-top: 0px; 
	height:10%;
	background-color:white;
	width:100%;
}

footer {
    font-family: Verdana;
  /*  font-weight: bold;*/
    font-size: 1vw;
    height: 5px;
    float: left;
    padding: 15px 0;
    min-width: 100%;
    padding-top: 5px;
    padding-left: 5px;
    color: gray;
    background: whitesmoke;
    position: absolute;
    bottom: 0px;
    margin-left: 0px;
    border-top-style: outset;
    box-shadow: 0px 0px 3px 0px #304d77;
    text-align: center;
}


/* site title
----------------------------------------------------------*/
.site-title {
    color: black;
    font-family: Rockwell, Consolas, "Courier New", Courier, monospace;
   font-size: 25px;
    margin: 0;
	left:120px;
	top:20px;
	width:100%;
	height:60px;
	position:fixed;
	padding-left:20px;
	background: white;
}

.site-title p, .site-title p:hover, .site-title p:active {
    color: black;
    outline: none;
    text-decoration: none;
}


/* login
----------------------------------------------------------*/
#login {
    display: block;
    font-size: .85em;
    margin: 0 0 10px;
    text-align: right;
}

    #login a {
        background-color: #d3dce0;
        margin-left: 10px;
        margin-right: 3px;
        padding: 2px 3px;
        text-decoration: none;
    }

    #login a.username {
        background: none;
        margin: 0;
        padding: 0;
        text-decoration: underline;
    }

    #login ul {
        margin: 0;
    }

    #login li {
        display: inline;
        list-style: none;
    }


/* menu
----------------------------------------------------------*/
ul#menu {
    font-size: 1.3em;
    font-weight: 600;
    margin: 0 0 5px;
    padding: 0;
    text-align: right;
}

    ul#menu li {
        display: inline;
        list-style: none;
        padding-left: 15px;
    }

        ul#menu li a {
            background: none;
            color: #999;
            text-decoration: none;
        }

        ul#menu li a:hover {
            color: #333;
            text-decoration: none;
        }


/* page elements
----------------------------------------------------------*/
/* featured */
.featured {
    /*background-color: #fff;*/
}

    .featured .content-wrapper {
        background-color: #7ac0da;
        background-image: -ms-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -o-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #7ac0da), color-stop(1, #a4d4e6));
        background-image: -webkit-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        color: #3e5667;
        padding: 20px 40px 30px 40px;
    }

        .featured hgroup.title h1, .featured hgroup.title h2 {
            color: #fff;
        }

        .featured p {
            font-size: 1.1em;
        }

/* page titles */
hgroup.title {
    margin-bottom: 10px;
}

hgroup.title h1, hgroup.title h2 {
    display: inline;
}

hgroup.title h2 {
    font-weight: normal;
    margin-left: 3px;
}

/* features */
section.feature {
    width: 300px;
    float: left;
    padding: 10px;
}

/* ordered list */
ol.round {
    list-style-type: none;
    padding-left: 0;
}

    ol.round li {
        margin: 25px 0;
        padding-left: 45px;
    }

        ol.round li.zero {
            background: url("../Images/orderedList0.png") no-repeat;
        }

        ol.round li.one {
            background: url("../Images/orderedList1.png") no-repeat;
        }

        ol.round li.two {
            background: url("../Images/orderedList2.png") no-repeat;
        }

        ol.round li.three {
            background: url("../Images/orderedList3.png") no-repeat;
        }

        ol.round li.four {
            background: url("../Images/orderedList4.png") no-repeat;
        }

        ol.round li.five {
            background: url("../Images/orderedList5.png") no-repeat;
        }

        ol.round li.six {
            background: url("../Images/orderedList6.png") no-repeat;
        }

        ol.round li.seven {
            background: url("../Images/orderedList7.png") no-repeat;
        }

        ol.round li.eight {
            background: url("../Images/orderedList8.png") no-repeat;
        }

        ol.round li.nine {
            background: url("../Images/orderedList9.png") no-repeat;
        }

/* content */
article {
    float: left;
    width: 70%;
}

aside {
    float: right;
    width: 25%;
}

    aside ul {
        list-style: none;
        padding: 0;
    }

        aside ul li {
            background: url("../Images/bullet.png") no-repeat 0 50%;
            padding: 2px 0 2px 20px;
        }

.label {
    font-weight: 700;
}

input[type="search"] {
    border-radius:15px;
}

/* login page */
#loginForm {
    border-right: solid 2px #c8c8c8;
    float: left;
    width: 55%;
}

    #loginForm .validation-error {
        display: block;
        margin-left: 15px;
    }

    #loginForm .validation-summary-errors ul {
        margin: 0;
        padding: 0;
    }

    #loginForm .validation-summary-errors li {
        display: inline;
        list-style: none;
        margin: 0;
    }

    #loginForm input {
        width: 250px;
    }

    #loginForm input[type="checkbox"],
    #loginForm input[type="submit"],
    #loginForm input[type="button"],
    #loginForm button {
        width: auto;
    }

#socialLoginForm {
    margin-left: 40px;
    float: left;
    width: 40%;
}

    #socialLoginForm h2 {
        margin-bottom:  5px;
    }

#socialLoginList button {
    margin-bottom: 12px;
}

#logoutForm {
    display: inline;
}

/* contact */
.contact h3 {
    font-size: 1.2em;
}

.contact p {
    margin: 5px 0 0 10px;
}

.contact iframe {
    border: 1px solid #333;
    margin: 5px 0 0 10px;
}

/* forms */
fieldset {
    /*border: none;*/
    margin: 0;
    padding: 10px;
    border-radius:5px;
}

    fieldset legend {
        /*display: none;*/
        font-weight: 500;
        padding-right: 8px;
        padding-left: 8px;
        padding-bottom: 3px;
        border-width: 1px;
        border-style: dotted;
        border-radius: 15px;
    }

    fieldset ol {
        padding-left: 25px;
        /*list-style: none;*/
    }

        fieldset ol li {
            padding-bottom: 5px;
        }

label {
    display: block;
    font-size: 1.2em;
    font-weight: 600;
}

label.checkbox {
    display: inline;
}

input, textarea {
    border: 1px solid #aaaaaa;
    background: #fff;
    color: #333;
    font-size: 1.2em;
    margin: 5px 0 6px 0;
    padding: 5px;
    width: 300px;
}

textarea {
    font-family: inherit;
    width: 500px;
}

    input:focus, textarea:focus {
        border: 1px solid #7ac0da;
    }

    input[type="checkbox"] {
        background: transparent;
        border: inherit;
        width: auto;
    }

    input[type="date"] {
        width: 125px;
    }

    input[type="submit"],
    input[type="button"],
    button {
        /*background-color: #d3dce0;*/
        border: 1px solid #787878;
        cursor: pointer;
        /*font-size: 1.2em;*/
        font-weight: 600;
        padding: 7px;
        margin-right: 8px;
        width: auto;
    }

    td input[type="submit"],
    td input[type="button"],
    td button {
        font-size: 1em;
        padding: 4px;
        margin-right: 4px;
    }

/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}


/* tables
----------------------------------------------------------*/

table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 0.75em;
    border: 0 none;
}

th,thead td {
    font-size:9pt;
    text-align: left;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    border: inset 0.25px;
    padding-left: 0;
    color:white; 
    padding-left:10px;
    background-color:rgba(104, 156, 44, 0.94);
}

    th a {
        display: block;
        position: relative;
    }

    th a:link, th a:visited, th a:active, th a:hover {
        color: #333;
        font-weight: 600;
        text-decoration: none;
        padding: 0;
    }

    th a:hover {
        color: #000;
    }

    th.asc a, th.desc a {
        margin-right: .75em;
    }

    th.asc a:after, th.desc a:after {
        display: block;
        position: absolute;
        right: 0em;
        top: 0;
        font-size: 0.75em;
    }

    th.asc a:after {
        content: '▲';
    }

    th.desc a:after {
        content: '▼';
    }

td {
    padding: 0.25em 2em 0.25em 0em;
    border: 0 none;
}

tr.pager td {
    padding: 0 0.25em 0 0;
}


/********************
*   Mobile Styles   *
********************/
@media only screen and (max-width: 850px) {

    /* header
    ----------------------------------------------------------*/
    header .float-left,
    header .float-right {
        float: none;
    }

    /* logo */
    header .site-title {
        margin: 10px;
        text-align: center;
    }

    /* login */
    #login {
        font-size: .85em;
        margin: 0 0 12px;
        text-align: center;
    }

        #login ul {
            margin: 5px 0;
            padding: 0;
        }

        #login li {
            display: inline;
            list-style: none;
            margin: 0;
            padding: 0;
        }

        #login a {
            background: none;
            color: #999;
            font-weight: 600;
            margin: 2px;
            padding: 0;
        }

        #login a:hover {
            color: #333;
        }

    /* menu */
    nav {
        margin-bottom: 5px;
    }

    ul#menu {
        margin: 0;
        padding: 0;
        text-align: center;
    }

        ul#menu li {
            margin: 0;
            padding: 0;
        }


    /* main layout
    ----------------------------------------------------------*/
    .main-content,
    .featured + .main-content {
        background-position: 10px 0;
    }

    .content-wrapper {
        padding-right: 10px;
        padding-left: 10px;
    }

    .featured .content-wrapper {
        padding: 10px;
    }

    /* page content */
    article, aside {
        float: none;
        width: 100%;
    }

    /* ordered list */
    ol.round {
        list-style-type: none;
        padding-left: 0;
    }

        ol.round li {
            padding-left: 10px;
            margin: 25px 0;
        }

            ol.round li.zero,
            ol.round li.one,
            ol.round li.two,
            ol.round li.three,
            ol.round li.four,
            ol.round li.five,
            ol.round li.six,
            ol.round li.seven,
            ol.round li.eight,
            ol.round li.nine {
                background: none;
            }

     /* features */
     section.feature {
        float: none;
        padding: 10px;
        width: auto;
     }

        section.feature img {
            color: #999;
            content: attr(alt);
            font-size: 1.5em;
            font-weight: 600;
        }

    /* forms */
    input {
        width: 90%;
    }

    /* login page */
    #loginForm {
        border-right: none;
        float: none;
        width: auto;
    }

        #loginForm .validation-error {
            display: block;
            margin-left: 15px;
        }

    #socialLoginForm {
        margin-left: 0;
        float: none;
        width: auto;
    }


    /* footer
    ----------------------------------------------------------*/
    footer .float-left,
    footer .float-right {
        float: none;
    }

    footer {
        text-align: center;
        height: auto;
        padding: 10px 0;
    }

        footer p {
            margin: 0;
        }
}

body {   
   
}

.ContentBody {
	width: 97%;
	min-height: calc(100vh - 115px);
	position: absolute;
	top: 85px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 30px;
	margin-bottom: 50px;
}
help {
	color: #fff;
	background-color: #4a4aa791;
	width: 16px;
	height: 16px;
	display: inline-block;
	border-radius: 100%;
	font-size: 10px;
	line-height: 16px;
	text-align: center;
	text-decoration: none;
	margin-left: 10px;
	cursor: help;
	-webkit-box-shadow: inset -1px -1px 1px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: inset -1px -1px 1px 0px rgba(0,0,0,0.25);
	box-shadow: rgba(0, 0, 0, 0.25) -4px -3px 7px 0px inset;
}

        .helpcontainer {
             display: none;
            position: absolute;
            background-color: #d9e6e8;
            color:black;
            border-radius:5px;
            border:solid 2px #feb22a;
            margin-top:15px;
            padding:15px;
            z-index:100;
            text-align:left;
            font-size:9pt;
            font-weight: normal;
            white-space: pre-wrap;
            box-shadow: 10px 15px 20px 4px rgb(128, 128, 128);
        }
.dvLoginWindow {
	background-color: rgb(245,245,245);
	width: 515px;
	/*height:200px;*/
	border-radius: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	margin: 0 auto;
	box-shadow: 0px 0px 3px 0px #304d77;
}

.dvAppLogo {
	text-align: left;
	top: -5px;
	left: 0px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	position: fixed;
	border-bottom-right-radius: 10px;
	box-shadow: 0px 0px 2px 2px #304d77;
	height: 90px;
	/*width:110px;*/
	width: 160px;
	background-color: whitesmoke;
	z-index: 1;
}

.dvAppMainMenu {
	text-align: center;
	position: fixed;
	top: 0px;
	background: whitesmoke;
	box-shadow: 0px 0px 2px 2px #304d77;
	margin-left: -15px;
	height: 22px;
	padding-top: 6px;
	padding-bottom: 6px;
	width: 100%;
	padding-right: 20px;
	z-index: 1;
}
    .dvAppMainMenu a {
        color:black;
    }
.dvAppSubMenu {
	text-align: center;
	position: fixed;
	top: 25px;
	background: whitesmoke;
	box-shadow: 0 0 10px rgb(128, 128, 128);
	margin-left:5px;
	height: 22px;
	padding-top: 6px;
	padding-bottom: 6px;
	width:100%;
	padding-right:20px;
}

.selected {
	background-color: #304d77;
	color: white;
	height: 20px;
}
.selected  a
{
	color:white;
}
.Clear 
{
	background-color:transparent;
}

.hoover 
{
	background-color:#4ea34e;
	color:white;
	height:20px;
}

.dvGuestLogin {
	text-align: right;
	top: 0px;
	right: 25px;
	padding-right: 10px;
	position: fixed;
	padding-left: 10px;
}

.dvUserSetting {
	background-position-y: center;
	background-position-x:center;
	background-repeat: no-repeat;
	background-size:16px;
}

	.dvUserSetting:hover {
		background-color: lightgray;
		border:5px;
	}

/*.dvUserSettingList {
	padding-left:0px;
	text-align: left;
	top: 105px;
	left: 0px;
	position: fixed;
	display: none;
	height:120px;
	background: whitesmoke;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-style: outset;
	box-shadow: 0 0 10px rgb(128, 128, 128);
	width:180px;
}*/
.dvUserSettingList {
	padding-right:10px;
	text-align: left;
	top: 36px;
	right: 0px;
	position: fixed;
	display: none;
	height:100px;
	background: whitesmoke;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-style: outset;
	box-shadow: 0 0 10px rgb(128, 128, 128);
	width:180px;
    z-index:1;
}




.dvInstruction {
	background-image: url(../Images/Help.ico);
	background-position-y: top;
	background-repeat: no-repeat;
	width: 97%;
	margin-top: 5px;
	border-radius: 2px;
	font-family: Verdana;
	color: maroon;
	font-weight: normal;
	font-size: 8pt;
	padding-left: 30px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 10px;
	
}

.dvComment {

	width: 97%;
	margin-top: 5px;
	border-radius: 2px;
	font-family: Verdana;
	color: Red;
	font-weight: normal;
	font-size: 8pt;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 10px;
	background-color: white;
	border: 1px Red solid;
	box-shadow: 0 0 5px Red;
}

.dvPageHeader {
/*	position:fixed;*/
	width:99%;
	margin-top: -10px;
	border-bottom: 1px #D3D3D3 solid;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
	/*background-color:white;*/
	padding-bottom: 6px;
	padding-right:20px;
/*	z-index:1;*/
}

.PageTitle {
	font-size: 16px;
	font-family: Verdana;
	font-weight: bold;
	width: 300px;
	padding-left:180px;
}
    .PageTitle img {
        width:auto;
        height:20px;
    }

.Subtitle {
	font-size: 14px;
    font-family: Verdana;
    color: #223e8c;
    font-weight:600;
}

/*  Style for 2 columns of check list*/
 ul.checkbox  { 
  margin: 0; 
  padding: 0; 
  margin-left: 20px; 
  list-style: none; 
  text-align:left;
} 

 ul.checkbox li { 
  border: 1px transparent solid; 
  display:inline-block;
  width:250px;
} 

ul.checkbox li input[type="checkbox"] { 
   height:16px;
   width:16px;
} 

ul.checkbox li:hover, 
ul.checkbox li.focus  { 
  background-color: lightyellow; 
  width: 250px; 
} 
/* ---- End of 2 column checkbox List*/

.display-label {
	font-family: Verdana;
	font-size: 12px;
	color: black;
	padding-left: 10px;
}

.display-field {
	font-family: Verdana;
	font-size: 12px;
	color: gray;
}


.editor-label {
	font-family: Verdana;
	font-size: 12px;
	color: black;
	padding-left: 10px;
}

.editor-field {
	font-family: Verdana;
	font-size: 12px;
	color: gray;
}
.highlight 
{
    background-color: rgb(240, 230, 140);
}

.SquareGreen {
  height: 16px;
  width: 16px;
  border-radius:3px;
  background-color: rgba(104, 156, 44, 0.94);
  padding-left:16px;
}
.SquareRed {
  height: 16px;
  width: 16px;
  border-radius:3px;
  background-color: rgb(215, 65, 72);
  padding-left:16px;
}

.SearchBox {
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	padding-left: 10px;
	height: 24px;
}

.SearchButton {
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
}

.ActionLinkGreen {
	background-color: lightgreen;
	color: white;
	border-radius: 2px;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.ActionLinkRed {
	background-color: orangered;
	color: white;
	border-radius: 2px;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.ActionLinkBlue {
	background-color: lightblue;
	color: white;
	border-radius: 2px;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}


/*.Accept {
	background-image: url(../Images/Accept.ico);
	background-position-y: center;
	background-repeat: no-repeat;
	background-size: 14px;
	padding-left: 16px;
	background-color: transparent;
	border: none;
	font-size: 12px;
	padding-bottom: 5px;
}*/

/*.Return {
	background-image: url(../Images/Return.ico);
	background-position-y: center;
	background-repeat: no-repeat;
	background-size: 14px;
	padding-left: 16px;
	background-color: transparent;
	border: none;
	font-size: 12px;
	padding-bottom: 5px;
}*/

/*.Comment {
	background-image: url(../Images/Comment.ico);
	background-position-y: center;
	background-repeat: no-repeat;
	background-size: 14px;
	padding-left: 16px;
	background-color: transparent;
	border: none;
	font-size: 12px;
	padding-bottom: 5px;
}*/

.Download {
	background-image: url(../Images/download.ico);
	background-position-y: center;
	background-repeat: no-repeat;
	background-size: 14px;
	padding-left: 16px;
	background-color: transparent;
	border: none;
	font-size: 12px;
	padding-bottom: 5px;
}

.Upload {
	background-image: url(../Images/upload.ico);
	background-position-y: center;
	background-repeat: no-repeat;
	background-size: 14px;
	padding-left: 16px;
	background-color: transparent;
	border: none;
	font-size: 12px;
	padding-bottom: 5px;
	width:auto;
}

h2 {
	margin-top: 0px;
}

.grd {
	font-family: Verdana;
	font-size: 8pt;
	width: 98%;
    border:2px solid rgba(128, 128, 128, 0.26);
}

	.grd th {
		border-width: 1px;
		border-color: WhiteSmoke;
		border-style: solid;
		vertical-align: top;
		font-weight: normal;
		font-size:10pt;
		padding: 4px 6px;
	}

	.grd tr {
		/*color: #284775;*/
	}

	.grd td {
		padding-left: 5px;
		padding-right: 5px;
		vertical-align: top;
		border-width: 1px;
		border-color: WhiteSmoke;
		border-style: solid;
		padding-top: 4px;
		padding-bottom: 4px;
	}

	.grd tr:hover {
		background-color: whitesmoke;
	}

.FlowBoxGray
{
	width:220px;
	border-style:solid;
	border-width:1px;
	border-color:gray;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:10px;
	padding-top:10px;
	text-align:center;
	border-radius:10px;
	background: #f5f6f6; /* Old browsers */
background: -moz-linear-gradient(top,  #f5f6f6 0%, #dbdce2 0%, #b8bac6 0%, #dddfe3 100%, #f5f6f6 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f6f6), color-stop(0%,#dbdce2), color-stop(0%,#b8bac6), color-stop(100%,#dddfe3), color-stop(100%,#f5f6f6)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f5f6f6 0%,#dbdce2 0%,#b8bac6 0%,#dddfe3 100%,#f5f6f6 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f5f6f6 0%,#dbdce2 0%,#b8bac6 0%,#dddfe3 100%,#f5f6f6 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f5f6f6 0%,#dbdce2 0%,#b8bac6 0%,#dddfe3 100%,#f5f6f6 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f5f6f6 0%,#dbdce2 0%,#b8bac6 0%,#dddfe3 100%,#f5f6f6 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f6f6', endColorstr='#f5f6f6',GradientType=0 ); /* IE6-9 */

}

.FlowBoxGreen
{
	width:220px;
	border-style:solid;
	border-width:1px;
	border-color:green;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:10px;
	padding-top:10px;
	text-align:center;
	border-radius:10px;
	background: #b6e026; /* Old browsers */
	background: -moz-linear-gradient(top,  #b6e026 0%, #abdc28 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b6e026), color-stop(100%,#abdc28)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #b6e026 0%,#abdc28 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #b6e026 0%,#abdc28 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #b6e026 0%,#abdc28 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #b6e026 0%,#abdc28 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b6e026', endColorstr='#abdc28',GradientType=0 ); /* IE6-9 */

}

.FlowBoxRed
{
	width:220px;
	border-style:solid;
	border-width:1px;
	border-color:red;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:10px;
	padding-top:10px;
	text-align:center;
	border-radius:10px;
	background: #f2825b; /* Old browsers */
	background: -moz-linear-gradient(top,  #f2825b 0%, #e55b2b 100%, #f07146 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2825b), color-stop(100%,#e55b2b), color-stop(100%,#f07146)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f2825b 0%,#e55b2b 100%,#f07146 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f2825b 0%,#e55b2b 100%,#f07146 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f2825b 0%,#e55b2b 100%,#f07146 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f2825b 0%,#e55b2b 100%,#f07146 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2825b', endColorstr='#f07146',GradientType=0 ); /* IE6-9 */

}

.FlowBoxYellow
{
	width:220px;
	border-style:solid;
	border-width:1px;
	border-color:yellow;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:10px;
	padding-top:10px;
	text-align:center;
	border-radius:10px;
	background: #ffff88; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffff88 0%, #ffff88 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffff88), color-stop(100%,#ffff88)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffff88 0%,#ffff88 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffff88 0%,#ffff88 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffff88 0%,#ffff88 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffff88 0%,#ffff88 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffff88', endColorstr='#ffff88',GradientType=0 ); /* IE6-9 */
}

.RadioBox {
	width:10px;
}


.VersionNumber 
{
	font-size:20px;
	font-family:Verdana;
	color:rgb(0, 51, 102);
	font-weight:normal;
	width:10%;
	text-align:left;
	padding-left:5px;
}
.VersionSummary 
{
	font-size:16px;
	font-family:Verdana;
	color:rgb(229, 36, 59);
	font-weight:normal;
	text-align:left;
	padding-left:5px;
}
.VersionDetail 
{
	text-align:left;
	color:black;
	padding-top:5px;
	padding-left:10px;
	padding-bottom:10px;
	border-style:solid;
	border-color:lightgray;
	border-radius:10px;
	background-color:rgb(220, 242, 247);
	
}
.VersionDate 
{
	font-size:14px;
	color:black;
	font-weight:normal;
	font-style:italic;
	text-align:left;
	padding-right:20px;
	width:80px;
}

.btnGray
{
	background-color: #dbdce2;
    border-color: gray;
    font-size: 8pt;
    border-radius: 1px;
    border-width: 1px;
    border-style: solid;
    padding: 4px;
    font-weight: normal;
    text-decoration: none;
    margin-right: 2px;
    font-family: Verdana;
    color: black;
}
	.btnGray:hover {
		background-color:rgb(240, 230, 140);
        color:black;
	}

.btnBlue 
{
    background-color:rgb(37, 128, 197);
	border-color:#2989d8;
    font-size: 8pt;
    border-radius: 1px;
    border-width: 1px;
    border-style: solid;
    padding: 4px;
    font-weight: normal;
    text-decoration: none;
    margin-right: 2px;
    font-family: Verdana;
    color: white;
}
.btnBlue:hover {
	background-color:rgb(240, 230, 140);
    color:black;
}

.btnGreen 
{
	background-color: rgba(104, 156, 44, 0.94);
    border-color: #008a00;
    font-size: 8pt;
    border-radius: 1px;
    border-width: 1px;
    border-style: solid;
    padding: 4px;
    font-weight: normal;
    text-decoration: none;
    margin-right: 2px;
    font-family: Verdana;
    color: white;
}
	.btnGreen:hover {
		background-color:rgb(240, 230, 140);
        color:black;
	}

.btnRed
{
	background-color: #d74148;
    border-color: rgb(226, 11, 37);
    font-size: 8pt;
    border-radius: 1px;
    border-width: 1px;
    border-style: solid;
    padding: 4px;
    font-weight: normal;
    text-decoration: none;
    margin-right: 2px;
    font-family: Verdana;
    color: white;

}
	.btnRed:hover {
		background-color:rgb(240, 230, 140);
        color:black;
	}

.btnYellow {
	background-color: yellow;
	border-color: rgb(250 233 44);
	font-size: 8pt;
	border-radius: 1px;
	border-width: 1px;
	border-style: solid;
	padding: 4px;
	font-weight: normal;
	text-decoration: none;
	margin-right: 2px;
	font-family: Verdana;
	color: black;
}

	.btnYellow:hover {
		background-color: rgb(240, 230, 140);
		color: black;
	}

.btnCancel 
{
	background-color:transparent;
	text-decoration:none;
}
	.btnCancel:hover {
        background-color:rgb(240, 230, 140);
        color:black;
	}

	.btnBack 
	{
		background-color:#f6f6f6;
		font-size:10pt;
		border-color:rgb(169, 169, 170);
		border-radius:5px;
		border-width:1px;
		border-style:solid;
		padding-left:5px;
		padding-right:5px;
		margin-right:0px;
		padding-top:2px;
		padding-bottom:2px;
		font-weight:normal;
		text-decoration:none;
	}
	.btnBack:hover {
		background-color:#D3D3D3;
	}

    .btnLeftRight 
	{
		background-color:#f6f6f6;
		font-size:10pt;
		border-color:rgb(169, 169, 170);
		border-radius:2px;
		border-width:1px;
		border-style:solid;
		margin-right:1px;
		padding:4px;
		font-weight:normal;
		text-decoration:none;
	}
	.btnLeftRight:hover {
		background-color:#D3D3D3;
	}

	/* This style is for TSN screens*/
	.TSNlayoutTitle {
    color:black;
    font-size:12px;
	padding-left:30px;
	letter-spacing:1px;
    }
    .TSNStepNo {
        color:blue;
        font-size:14px;
		padding-left:20px;
    }
    .TSNInstruction{
        color:black;
        font-size:12px;
		font-weight:normal;
		font-family:Verdana;
		padding-left:30px;
    }
    .TSNfield {
        color:black;
        font-size:12px;
		font-weight:normal;
		font-family:Verdana;
		padding-left:30px;
    }

.btnLogin 
{
	background-color: rgb(151, 196, 230);
    font-size: 8pt;
    border-color: #008a00;
    border-radius: 1px;
    border-width: 1px;
    border-style: solid;
    /* padding-left: 5px; */
    /* padding-right: 5px; */
    padding-top: 2px;
    padding-bottom: 2px;
    font-weight: bold;
    text-decoration: none;
    margin-right: 2px;
    font-family: Verdana;
    color: black;
}
.btnLogin:hover {
	background-color:#e6e6e6;
}

 





.chosen-select {
  width: 100%;
}

.chosen-select-deselect {
  width: 100%;
}

.chosen-container {
  position: relative;
  display: inline-block;
  font-size: 12px;
  vertical-align: middle;
}

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9000px;
  z-index: 1060;
  margin-top: -1px;
  background: #ffffff;
  border: 1px solid #999999;
  border-top-color: #d9d9d9;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.25);
          box-shadow: 0 8px 8px rgba(0, 0, 0, 0.25);
}

.chosen-container.chosen-with-drop .chosen-drop {
  right: 0;
  left: 0;
}

.chosen-container .chosen-results {
  position: relative;
  max-height: 100px;
  padding: 0 0 0 4px;
  margin: 0 4px 4px 0;
  overflow-x: hidden;
  overflow-y: auto;
  color: #555555;
  -webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
  display: none;
  padding: 5px 6px;
  margin: 0;
  line-height: 1.428571429;
  list-style: none;
}

.chosen-container .chosen-results li em {
  font-style: normal;
  background: #feffde;
}

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  color: #999;
  cursor: default;
}

.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}

.chosen-container .chosen-results li.highlighted {
  color: white;
  background-color: #428bca;
}

.chosen-container .chosen-results li.highlighted em {
  background: transparent;
}

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #999999;
}

.chosen-container .chosen-results .no-results {
  display: list-item;
  background: #eeeeee;
}

.chosen-container .chosen-results-scroll {
  position: absolute;
  z-index: 1;
  width: 321px;
  margin: 0 4px;
  text-align: center;
  background: white;
}

.chosen-container .chosen-results-scroll span {
  display: inline-block;
  width: 9px;
  height: 1.428571429;
  text-indent: -5000px;
}

.chosen-container .chosen-results-scroll-down {
  bottom: 0;
}

.chosen-container .chosen-results-scroll-down span {
  background: url("chosen-sprite.png") no-repeat -4px -3px;
}

.chosen-container .chosen-results-scroll-up span {
  background: url("chosen-sprite.png") no-repeat -22px -3px;
}

.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  height: 34px;
  padding: 0 0 0 8px;
  overflow: hidden;
  line-height: 34px;
  color: #555555;
  text-decoration: none;
  white-space: nowrap;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}

.chosen-container-single .chosen-single span {
  display: block;
  margin-right: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 12px;
  right: 26px;
  display: block;
  width: 12px;
  height: 10px;
  font-size: 1px;
  background: url("chosen-sprite.png") right top no-repeat;
}

.chosen-container-single .chosen-single abbr:hover {
  background-position: right -11px;
}

.chosen-container-single .chosen-single.chosen-disabled .chosen-single abbr:hover {
  background-position: right 2px;
}

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("chosen-sprite.png") no-repeat 0 7px;
}

.chosen-container-single .chosen-default {
  color: #999999;
}

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 2000;
  padding: 3px 4px;
  margin: 0;
  white-space: nowrap;
}

.chosen-container-single .chosen-search input {
  width: 80%;
  padding: 4px 20px 4px 4px;
  margin: 1px 0;
  background: url("chosen-sprite.png") no-repeat 100% -20px, #ffffff;
  border: 1px solid #cccccc;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;
}

.chosen-container-single-nosearch .chosen-search input {
  position: absolute;
  left: -9000px;
}

.chosen-container-multi .chosen-choices {
  position: relative;
  height: auto !important;
  height: 1%;
  padding: 0;
  margin: 0;
  overflow: hidden;
  cursor: text;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

.chosen-container-multi .chosen-choices .search-field {
  padding: 0;
  margin: 0;
  white-space: nowrap;
}

.chosen-container-multi .chosen-choices .search-field input {
  height: 32px;
  padding: 4px;
  margin: 0;
  color: #555555;
  background: transparent !important;
  border: 0 !important;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.chosen-container-multi .chosen-choices .search-field .default {
  color: #999;
}

.chosen-container-multi .chosen-choices .search-choice {
  position: relative;
  padding: 3px 20px 3px 5px;
  margin: 6px 0 3px 5px;
  line-height: 13px;
  color: #333333;
  cursor: default;
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ffffff), to(#eeeeee));
  background-image: -webkit-linear-gradient(top, #ffffff, 0%, #eeeeee, 100%);
  background-image: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffeeeeee', GradientType=0);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;
}

.chosen-container-multi .chosen-choices .search-choice .search-choice-close {
  position: absolute;
  top: 5px;
  right: 4px;
  display: block;
  width: 12px;
  height: 10px;
  font-size: 1px;
  background: url("chosen-sprite.png") right top no-repeat;
}

.chosen-container-multi .chosen-choices .search-choice .search-choice-close:hover {
  background-position: right -11px;
}

.chosen-container-multi .chosen-choices .search-choice-focus {
  background: #d4d4d4;
}

.chosen-container-multi .chosen-choices .search-choice-focus .search-choice-close {
  background-position: right -11px;
}

.chosen-container-multi .chosen-results {
  padding: 0;
  margin: 0 0 0 0;
}

.chosen-container-multi .chosen-drop .result-selected {
  display: none;
}

.chosen-container-active .chosen-single {
  border: 1px solid rgba(82, 168, 236, 0.8);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
          transition: border linear 0.2s, box-shadow linear 0.2s;
}

.chosen-container-active.chosen-with-drop .chosen-single {
  background-color: #eeeeee;
  border: 1px solid rgba(82, 168, 236, 0.8);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
          transition: border linear 0.2s, box-shadow linear 0.2s;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
  background: transparent;
  border-left: none;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 7px;
}

.chosen-container-active .chosen-choices {
  border: 1px solid rgba(82, 168, 236, 0.8);
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
          transition: border linear 0.2s, box-shadow linear 0.2s;
}

.chosen-container-active .chosen-choices .search-field input {
  color: #111 !important;
}

.chosen-disabled {
  cursor: default;
  opacity: 0.5 !important;
}

.chosen-disabled .chosen-single {
  cursor: default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

.chosen-rtl {
  text-align: right;
}

.chosen-rtl .chosen-single {
  padding: 0 8px 0 0;
  overflow: visible;
}

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}

.chosen-rtl .chosen-single div {
  right: auto;
  left: 7px;
}

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}

.chosen-rtl .chosen-choices .search-field input {
  direction: rtl;
}

.chosen-rtl .chosen-choices li {
  float: right;
}

.chosen-rtl .chosen-choices .search-choice {
  padding: 3px 5px 3px 19px;
  margin: 6px 5px 3px 0;
}

.chosen-rtl .chosen-choices .search-choice .search-choice-close {
  right: auto;
  left: 4px;
  background-position: right top;
}

.chosen-rtl.chosen-container-single .chosen-results {
  padding: 0 4px 0 0;
  margin: 0 0 4px 4px;
}

.chosen-rtl .chosen-results .group-option {
  padding-right: 15px;
  padding-left: 0;
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}

.chosen-rtl .chosen-search input {
  padding: 4px 5px 4px 20px;
  background: url("chosen-sprite.png") no-repeat -28px -20px, #ffffff;
  direction: rtl;
}

.popupHeader {
    width: 95%;
    height: 40px;
    text-align: left;
    position: absolute;
    top: 0;
    left: 0;
    border-bottom-style: solid;
    border-bottom-color: whitesmoke;
    font-weight: bold;
}

.popupBody {
    top: 45px;
    position: absolute;
    width: 95%;
    height: calc(100% - 95px);
    overflow: auto;
}

.popupFooter {
    width: 100%;
    height: 40px;
    text-align: center;
    position: absolute;
    bottom: 0;
    right: 0;
    border-top-style: solid;
    border-top-color: whitesmoke;
    padding-top: 5px;
}

body {
}
 #menuCred 
 {
    background: whitesmoke;
    box-shadow: 0 0 10px rgb(128, 128, 128);
    top: 150px;
    /*right: -305px;*/
}

ul.tab 
{
    column-count: 4;
    -moz-column-count: 4;
    -webkit-column-count: 4;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

ul.tab li 
{
    float: left;
    width: 100%;
}

ul.tab li a 
{
    display: inline-block;
    color: black;
    text-align: center;
    text-decoration: none;
    transition: 0.3s;
    font-size: 8pt;
}

ul.tab li a:hover 
{
    background-color: rgb(240, 230, 140);
}

ul.tab li a:focus, .active 
{
    background-color: rgb(240, 230, 140);
}

/*.highlight 
{
    background-color: rgb(240, 230, 140);
    color:white;
}*/

.CredTitle 
{
font-size:10pt;
padding-bottom:2px;
border-bottom-style:solid;
border-bottom-width:1px;
border-bottom-color:lightgray;
}
.CredLastUpdated 
{
    font-size:8pt;
    visibility:hidden;
}

div.CredSubForm table
{
    border-collapse: collapse;
}
div.CredSubForm td
{
    font-size:9pt;
}

div.CredSubForm td input
{
    font-size:9pt;
}

div.CredSubForm td select
{
    font-size:9pt;
}

div.CredSubForm .ListData 
{
    font-family: Verdana;
	font-size: 7pt;
    width:100%;
}

div.CredSubForm .ListData th
{
    color: black;
	border-width: 1px;
	border-color: WhiteSmoke;
	border-style: solid;
	vertical-align: top;
	font-weight: normal;
	font-size:8pt;
	padding: 4px 6px;
	background-color:rgb(106, 212, 111);
}
div.CredSubForm .ListData tr 
{
	color: #284775;
}

div.CredSubForm .ListData td 
{
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: top;
	border-width: 1px;
	border-color: WhiteSmoke;
	border-style: solid;
	padding-top: 2px;
	padding-bottom: 2px;
}

div.CredSubForm .dvWinForm 
{
    background-color:whitesmoke;
    padding-left:10px;
    padding-top:10px;
    padding-bottom:10px;
    padding-right:10px;
    border-radius:5px;
    border-color:lightgray;
    width:95%;
    font-size:8pt;
}

div.CredSubForm .dvWinForm .lblWinFormTitle 
{
    color:gray;
    font-family:Verdana;
    font-weight:normal;
    font-size:8pt;
}

.date {
    text-align: left;
    background-image: url(../Images/Cal.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 18px;
    width:80px;
    height:12px;
    font-size:8pt;
}
.dateDisableFuture {
    text-align: left;
    background-image: url(../Images/Cal.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 18px;
    width:80px;
    height:12px;
    font-size:8pt;
}

.tblForm {
        font-size:8pt;
        color:black;
        border-color:black;
        line-height:2.2;
    }
.tblForm td {
         padding:  0 3px 1px 0;
        }
.tblForm .Field {
        text-align:right;
        font-family:Verdana;
        font-weight:500;
        padding-top:2px;
        padding-right:2px;
        font-size:8pt;
    }
.tblForm .Value {
        text-align:left;
    }
.tblForm input {
        text-align:left;
        padding-left:2px;
        margin-top:0;
        margin-bottom:2px;
    }

textarea[disabled] {
    background: rgb(234, 227, 227);
    border: 1px solid rgb(136, 152, 158);
}
input[disabled] {
    background: rgb(234, 227, 227);
    border: 1px solid rgb(136, 152, 158);
}
select[disabled] {
    background: rgb(234, 227, 227);
    border: 1px solid rgb(136, 152, 158);
}
checkbox[disabled] {
    background: rgb(234, 227, 227);
    border: 1px solid rgb(136, 152, 158);
}
.subTitle {
    font-weight:bold;
}

.StatusRed {
    background: #d74148;
    width:13px;
    height:13px;
    border-radius: 3px;
    display: inline-block;
}

.StatusGreen {
    background: rgba(104, 156, 44, 0.94);
    width:13px;
    height:13px;
    border-radius: 3px;
    display: inline-block;
}
.StatusBlue {
    background: rgba(73,155,234,1);
    background: -moz-linear-gradient(left, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(73,155,234,1)), color-stop(100%, rgba(32,124,229,1)));
    background: -webkit-linear-gradient(left, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
    background: -o-linear-gradient(left, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
    background: -ms-linear-gradient(left, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
    background: linear-gradient(to right, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#207ce5', GradientType=1 );
    width:13px;
    height:13px;
    border-radius: 3px;
    display: inline-block;
}

.StatusYellow {
    background: #fefcea;
    background: -moz-linear-gradient(top,  #fefcea 0%, #efd007 0%);
    background: -webkit-linear-gradient(top,  #fefcea 0%,#efd007 0%);
    background: linear-gradient(to bottom,  #fefcea 0%,#efd007 0%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefcea', endColorstr='#efd007',GradientType=0 );
    width:13px;
    height:13px;
    border-radius: 3px;
    display: inline-block;
    border-width:1px;
    border-color:red;
}

.StatusBlack {
    background: #45484d;
    background: -moz-linear-gradient(top,  #45484d 0%, #000000 0%);
    background: -webkit-linear-gradient(top,  #45484d 0%,#000000 0%);
    background: linear-gradient(to bottom,  #45484d 0%,#000000 0%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 );
    width:13px;
    height:13px;
    border-radius: 3px;
    display: inline-block;
}

.StatusPurple {
    background: #ecbcfc;
    background: -moz-linear-gradient(top,  #ecbcfc 0%, #be00f8 0%, #be00f8 97%, #e393fb 100%);
    background: -webkit-linear-gradient(top,  #ecbcfc 0%,#be00f8 0%,#be00f8 97%,#e393fb 100%);
    background: linear-gradient(to bottom,  #ecbcfc 0%,#be00f8 0%,#be00f8 97%,#e393fb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecbcfc', endColorstr='#e393fb',GradientType=0 );
    width:13px;
    height:13px;
    border-radius: 3px;
    display: inline-block;
}

.StatusOrange {
    background: #ff670f;
    background: -moz-linear-gradient(top,  #ff670f 0%, #ff670f 100%);
    background: -webkit-linear-gradient(top,  #ff670f 0%,#ff670f 100%);
    background: linear-gradient(to bottom,  #ff670f 0%,#ff670f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff670f', endColorstr='#ff670f',GradientType=0 );
    width:13px;
    height:13px;
    border-radius: 3px;
    display: inline-block;
}

.StatusGray {
    background: darkgray;
    width: 13px;
    height: 13px;
    border-radius: 3px;
    display: inline-block;
}

/******** Multieselect checkbox style within dropdown list ***********/
.checklistDropdown {
    height: 38px;
    width: 200px;
    border-radius: 4px;
    padding: 5px !important;
    border: 1px solid #dadada;
    height: 24px;
    font-size: x-small;
    -webkit-appearance: none;
    -moz-appearance: none;
}

    .checklistDropdown li a {
        color: black;
        font-size: medium;
        appreance: none;
    }

    .checklistDropdown .dropdown-menu {
        right: 0px;
        position: absolute;
        will-change: transform;
        margin-top: 4px;
        margin-left: -5px;
        width: 200px;
        padding-left: 10px;
        transform: translate3d(0px, 26px, 0px);
        height: 150px;
        overflow: auto;
    }

    .checklistDropdown li {
        line-height: 25px;
    }

.dropdown-toggle::after {
    color: gray;
    float: right;
}

