﻿

body {
    /*background: url("../Images/dev-bg.png") repeat scroll 0 0 transparent; */
    /*background: #f1f1f1 repeat scroll 0 0 ; */
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #000000;
    /*margin: 25px;*/
    /*padding: 0;*/
    

}

#divAttachments {
    display: table;
    width: 100%;
}

#divAttachments a:link {
    display: flex;
}

#bulletinDetails #divBody img {
    width: 100%;
}

.NotificationToast {
    width: 66.25rem;
    z-index: 999;
    height: 2.3rem;
    position: fixed;
    left: 16.875rem;
    right: 0;
    margin: auto;
    bottom: 1.5755rem;
    background-color: #92D400;
    color: #FFF;
    font-family: 'Open Sans';
    font-size: 1rem;
    font-weight: 700;
    padding: 0.5rem 0.625rem;
    text-align: left;
    border-radius: 0.375rem;
}

div#wrapp {
    margin-top: 50px;
} 

a:link {
    font-size: 13px;
    color: #F26D45;
    text-decoration: none;
}

a:visited {
    font-size: 13px; 
    color: #F26D45;
    text-decoration: none;
}

a:hover {
    font-size: 13px;
    color: #dd4814;
    text-decoration: underline;
}

a.header {
    text-decoration: none;
    color: #575757;
    font-size: 14px;
    font-weight: bold;
}

a.topMenuSliderLink {
	text-decoration: none;
	color: #000 !important;
	font-size: 14px !important;
}

/*.confirmation {
    background: url(../images/bar-gradient-rounded.png) no-repeat;
    color: White;
    font-size: 13px;
    width: 942px;
    height: 30px;
    position: fixed;
    z-index: 10000;
    left: 25px;
    padding-top: 10px;
    padding-left: 10px;
    bottom: 0px;
    display: none;
}*/
.confirmation {
  width: 66.25rem;
  z-index: 999;
  height: auto;
  position: fixed;
  left: 16.875rem;
  right: 0;
  margin: auto;
  bottom: 0.3125rem;
  background-color: #92D400;
  color: #FFF;
  font-family: 'Open Sans';
  font-size: 1rem;
  font-weight: 700;
  padding: 0.5rem 0.625rem;
  text-align: left;
  border-radius: 0.375rem;
  display:none; 
}

.search {
    border-bottom: 1px solid #b0b0b0;
    margin-bottom: 15px;
    margin-top: 15px;
    float: left;
    width: 100%;
    padding-bottom: 20px;
}

.inactive {
    background-color: lightpink; /* DON'T DELETE background-color: #D5D2C8; DON'T DELETE */
}

select[multiple=multiple] {
    font-family: 'Open Sans', Arial;
    font-size: 13px;
    font-weight: normal;
    color: Black;
    width: 300px;
    height: 100px;
    border: 1px solid #666666;
}

textarea {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #3d3d3d;
}

select {
    font-family: 'Open Sans',Arial;
    color: #3d3d3d;
    background-color: #ffffff;
    height: 33px;
    /*border-color:#e6e6e6;*/
    border: 1px solid #666666;
}

    select::-ms-expand {
        border-left: 1px solid #666666;
        border-top: none;
        border-bottom: none;
        border-right: none;
        border-radius: 5px;  /*Fix for IE not having rounded edge*/
    }

input[type='text'] {
    font-family: 'Open Sans',Arial;
    font-size: 13px;
    height: 31px;
    padding: 0px 0px 0px 0px;
    color: #3d3d3d;
    text-indent: 2px;
    border: 1px solid #CCCCCC;
    line-height: 31px;
}

input[type=submit] {
    font-family: 'Open Sans',Arial;
    font-weight: 600;
    font-size: 14px;
    color: #FFF;
    background-color: #666666;
    height: 33px;
    border: none;
    padding-left: 10px;
    padding-right: 10px;
}

    input[type=submit]:hover {
        cursor: pointer;
        background-color: #3d3d3d;
    }

input[type=button] {
    /*font-family:'Open Sans',Arial;
	font-weight: 600;
	font-size: 14px;
	color: #FFF;
	padding: 4px 7px;*/
    /*!padding: 3px 0px 1px 0px;*/ /* IE7 Lameness */
    /*background-color: #575757;
	border-top: 2px solid #6B6B6B;
	border-right: 2px solid #464646;
	border-bottom: 2px solid #464646;
	border-left: 2px solid #6B6B6B;*/
    font-family: 'Open Sans',Arial;
    font-weight: 600;
    font-size: 14px;
    color: #FFF;
    background-color: #666666;
    height: 33px;
    border: none;
    padding-left: 10px;
    padding-right: 10px;
}

    input[type=button]:hover {
        cursor: pointer;
        background-color: #3d3d3d;
    }

input.prev {
    font-size: 14px;
    color: #FFF;
    background-color: #7BBBB2;
    /*background: url(images/prev-bg.png) no-repeat left center;*/
    /*height: 28px;*/
    /*width: 101px;*/
    border: none;
}

    input.prev:hover {
        background-color: #23423a;
    }

input.prevDisabled {
    font-size: 13px;
    color: #FFF;
    background: url(images/prev-bg-dark.png) no-repeat left center;
    height: 28px;
    width: 101px;
    border: none;
}

input.next {
    font-size: 14px;
    color: #FFF;
    background-color: #7BBBB2;
    /*background: url(images/next-bg.png) no-repeat right center;*/
    /*height: 28px;*/
    /*width: 101px;*/
    border: none;
}

    input.next:hover {
        background-color: #23423a;
    }

input.nextDisabled {
    font-size: 13px;
    color: #FFF;
    background: url(images/next-bg-dark.png) no-repeat left center;
    height: 28px;
    width: 101px;
    border: none;
}

input.teal {
    background-color: #7BBBB2;
    border: none;
    height: 33px;
    /*border-top: 2px solid #8BC3BB;
	border-right: 2px solid #689E97;
	border-bottom: 2px solid #63968F;
	border-left: 2px solid #8BC3BB;
        */
}

input.teal:hover {
        background-color: #23423a;
        /*border:none;*/
        /*border-top: 2px solid #8BC3BB;
	border-right: 2px solid #689E97;
	border-bottom: 2px solid #63968F;
	border-left: 2px solid #8BC3BB;
        */
    }

input.tealClose {
    background-color: #7BBBB2;
    border: none;
    height: 33px;
    /*border-top: 2px solid #8BC3BB;
	border-right: 2px solid #689E97;
	border-bottom: 2px solid #63968F;
	border-left: 2px solid #8BC3BB;
        */
}

    input.tealClose:hover {
        background-color: #23423a;
        border: none;
        /*border-top: 2px solid #8BC3BB;
	border-right: 2px solid #689E97;
	border-bottom: 2px solid #63968F;
	border-left: 2px solid #8BC3BB;
        */
    }

input.orange {
    background-color: #FF6D42;
    height: 33px;
    border: none;
}

    input.orange:hover {
        background-color: #dd4814;
    }

input.rounded {
    /*background: url(../images/bg-green-rounded.png);*/
    /*background-image:url(../images/icon_arrow_right_small_light_ffffff.png);*/
    background-color: #92D400;
    color: #fff;
    border: none;
}

    input.rounded:hover {
        background-color: #5B8F22;
    }

input.green {
    /*background: url(../images/bg-green-rounded.png);*/
    /*background-image:url(../images/icon_arrow_right_small_light_ffffff.png);*/
    background-color: #92D400;
    color: #fff;
    border: none;
}

    input.green:hover {
        background-color: #5B8F22;
    }

input.search-options {
    font-weight: 600;
    font-size: 14px;
    color: #FFF;
    padding: 4px 7px;
    width: 190px;
    height: 32px;
    background-color: #FF6F43;
    /*background: url(../images/bg-orange-rounded.gif) no-repeat;*/
    border: none;
}

    input.search-options:hover {
        background-color: #dd4814;
        cursor: pointer;
    }


.tealBg {
    font-weight: normal;
    font-size: 13px;
    color: #FFF;
    padding: 8px 0 0 14px;
    width: 187px;
    height: 24px;
    background: url(../images/bg-teal-rounded.gif) no-repeat;
}

#header {
    overflow: hidden;
}

.spanRecentlyViewed {
    font-size: 10px;
    font-weight: bold;
    color: #666666;
}

.latestPageStyle {
    border-right: none;
    color: #666666;
    cursor: pointer;
}

.lnkHelpStyle {
    color: #F60;
    font-weight: 900;
    font-size: 10px;
    text-decoration: none;
    cursor: pointer;
}

/*#login a:link    { color: #575757; text-decoration: none; }
#login a:visited { color: #575757; text-decoration: none; }
#login a:hover   { color: #92BF00; text-decoration: underline; }*/

#login a:link {
    color: #575757;
    text-decoration: none;
}

#login a:visited {
    color: #3d3d3d;
    text-decoration: none;
}

#login a:hover {
    color: #ff6d42;
    text-decoration: none;
    cursor: pointer;
}

#login a.hover {
    -webkit-box-shadow: -1px 4px 8px -1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: -1px 4px 4px -1px rgba(0, 0, 0, 0.3);
    box-shadow: -1px 4px 8px -1px rgba(0, 0, 0, 0.3);
    background-color: White;
    color: #ff6d42;
    text-decoration: none;
}

.forcehover {
    -webkit-box-shadow: -1px 4px 8px -1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: -1px 4px 4px -1px rgba(0, 0, 0, 0.3);
    box-shadow: -1px 4px 8px -1px rgba(0, 0, 0, 0.3);
    background-color: White;
    /*margin-left:3px;*/
    color: #ff6d42;
    text-decoration: none;
}

img {
    border: none;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

#login {
    text-align: right;
    float: right;
    /*width: 720px;*/
    padding: 0px 2px 0px 0px;
    height: 30px;
}

    #login .loginbutton {
        text-align: left;
        padding: 5px 5px 6px 12px;
        position: relative;
        color: #575757;
    }

#lblCompanyName {
    font-weight: 600;
    font-size: 0.75rem;
    font-style: normal;
}

#hlCompanyName {
    font-weight: 600;
    font-size: 0.75rem;
    font-style: normal;
}

.inlineDisplay {
    /*display: inline; was causing issue in Chrome*/
    text-align: left;
    padding-top: 6px;
    /*background-color:#7BBBB2;*/
}

#isn-logo {
    float: right;
}

.wrapper {
    width: 1060px;
    padding-bottom: 100px;
    overflow: hidden;
    padding-left: 30px;
    padding-right: 30px;
    margin: auto;
    background-color: #ffffff;
}

#header-wrapper {
    width: 1060px;
    background-color: #FFF;
    position: fixed;    
    z-index: 50;
}

#header-wrapper2 {
    width: 1000px;
    margin: auto;
}

/* MENU STYLES BELOW */
#menu {
    margin-top: 30px;
    padding: 5px 0px 10px 0px;
    position: relative;
    /*background: #666666 url(../images/corner-small-tr.png) no-repeat top right;*/
    /*background-color:#ff6d42;*/
    background-color: White;
    color: #3d3d3d;
    height: 40px;
    z-index: 50;
}

    #menu a:link {
        color: #575757;
        text-decoration: none;
    }

    #menu a:visited {
        color: #3d3d3d;
        text-decoration: none;
    }

    #menu a:hover {
        color: #ff6d42;
        /*text-decoration: underline;*/
    }

    #menu .icon {
        position: absolute;
        display: none;
        top: -7px;
        right: -4px;
        z-index: 2;
    }

    #menu .button {
        height: 24px;
        float: left;
        font-size: 14px;
        text-align: center;
        /*border-right: 1px solid #fff;*/
        position: relative;
        padding: 8px 8px 2px 8px;
        margin: 0px 3px;
        background-color: White;
        color: #3d3d3d;
        vertical-align: middle;
        font-weight: 600;
    }

    #menu .buttonLeft {
        /*background-image: url(../images/corner-small-tl.png);*/
        background-repeat: no-repeat;
        background-position: top left;
    }

    #menu .selected, #menu a:hover .button {
        /*background-color: #7BBBB2;	*/
        /*background-color:#666666;*/
        background-color: #FFFFFF; /*Check with Paris*/
    }

    /*added by naresh for hover over on menus*/

    #menu a:hover {
        cursor: pointer;
    }

    #menu a.hover {
        /*border-top: 1px  solid gray;*/
        /*border-left: 1px  solid #DBDBDB;*/
        /*border-right: 1px  solid gray;*/
        -webkit-box-shadow: -1px 4px 8px -1px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: -1px 4px 5px -1px rgba(0, 0, 0, 0.3);
        box-shadow: -1px 4px 8px -1px rgba(0, 0, 0, 0.3);
        /*background-color: White;*/
        background-color: White;
        margin-left: 3px;
        color: #ff6d42;
        text-decoration: none;
        height: 22px;
    }

.menuItem {
    height: 20px;
    float: left;
    text-align: left;
    background-color: White;
    color: #3d3d3d;
    vertical-align: middle;
}

.ddMenuInfo {
    text-align: left;
    z-index: 40;
    position: absolute;
    display: none;
}

    .ddMenuInfo table {
        width: 260px;
        border: 0px;
    }


.ddMenu {
    text-align: left;
    z-index: 50;
    position: absolute;
    display: none;
    background-color: white;
    -webkit-box-shadow: -1px 4px 8px -1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: -1px 4px 5px -1px rgba(0, 0, 0, 0.3);
    box-shadow: -1px 4px 8px -1px rgba(0, 0, 0, 0.3);
    width: 260px;
    font-size: 13px;
}

.ddLoginMenu {
    text-align: left;
    z-index: 50;
    position: absolute;
    display: none;
    background-color: white;
    -webkit-box-shadow: -1px 4px 8px -1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: -1px 4px 4px -1px rgba(0, 0, 0, 0.3);
    box-shadow: -1px 4px 8px -1px rgba(0, 0, 0, 0.3);
    width: 150px;
    font-size: 11px;
}

    .ddLoginMenu a {
        display: block;
        height: 25px;
        background-color: #ffffff;
        font-size: 11px;
        color: #707070;
        text-decoration: none;
        text-align: left;
        vertical-align: middle;
        padding: 10px 10px 0px 10px;
        /*padding-left: 10px;*/
    }

        .ddLoginMenu a:hover {
            background-color: #F26D45;
            color: #ffffff;
            height: 25px;
            padding: 10px 10px 0px 10px;
        }

.ddMenu table {
    width: 260px;
    border: 0px;
}

    .ddMenu table td {
        border: 0px;
    }

        .ddMenu table td a {
            text-decoration: none;
            color: #575757;
            font-size: 13px;
            height: 16px;
            float: left;
            text-align: left;
            background-color: White;
            vertical-align: middle;
        }

            .ddMenu table td a:hover {
                /*text-decoration: underline;*/
                font-size: 13px;
                color: white;
                background-color: #F26D45;
            }



/* ended by naresh for hover over menus */

/* END MENU STYLES */

/******Top nav menu tems*********/
.ddMenu a {
    display: block;
    /*height:24px;*/
    background-color: #ffffff;
    font-size: 13px;
    color: #707070;
    text-decoration: none;
    text-align: left;
    vertical-align: middle;
    padding: 10px 0 10px 20px;
}

.favunderline a {
    font-style: italic;
    text-decoration: none;
    color: #F26D45;
}

    .favunderline a:hover {
        text-decoration: underline;
        color: #F26D45;
    }

.ddMenuFav {
    /*position: absolute;*/
    display: none;
    background-color: #F26D45;
    padding: 10px 0 10px 0px;
    height: 19px;
}

    .ddMenuFav a {
        display: inline;
        height: 19px;
        background-color: #F26D45;
        color: #707070;
        text-decoration: none;
        text-align: left;
        vertical-align: middle;
        padding: 10px 0 10px 0px;
    }

/*.ddMenuFav a:hover {
            display: inline;
            background-color: #F26D45;
            color:#707070;
            text-decoration:none;
            text-align:left;
            vertical-align:middle;
            padding: 10px 0 10px 0px;
            height:19px;
}*/

.ddMenu a.selected {
    background-color: #F26D45;
    color: #ffffff;
    /*height: 19px;*/
    padding: 10px 0 10px 20px;
}

.ddMenu a.unselected:hover {
    background-color: #F26D45;
    color: #ffffff;
    /*height:19px;*/
    padding: 10px 0 10px 20px;
}

.ddMenu a.ddMenuForcehover {
    background-color: #F26D45;
    color: #ffffff;
}

.ddMenu a.HoverLink {
    background-color: #ffffff;
    color: #F26D45;
    /*height:19px;*/
    /*padding-top: 10px;
           padding-left: 20px;*/
    padding: 10px 0 10px 20px;
    text-decoration: underline;
}

    .ddMenu a.HoverLink:hover {
        cursor: pointer;
    }

/******Top nav menu tems (END)*********/

/* SUBMENU STYLES BELOW */
#submenu {
    margin: 0px;
    padding: 0px;
    /*background-color: #7BBBB2;*/
    background-color: #666666;
    height: 27px;
}

    #submenu a:link {
        color: #FFF;
        text-decoration: none;
    }

    #submenu a:visited {
        color: #FFF;
        text-decoration: none;
    }

    #submenu a:hover {
        color: #FFF;
        text-decoration: underline;
    }

    #submenu .button {
        height: 20px;
        float: left;
        font-size: 10px;
        text-align: center;
        border-right: 1px solid #888;
        position: relative;
        font-weight: bold;
        padding: 7px 19px 0px;
        color: #FFF;
    }

    #submenu .selected, #submenu a:hover .button {
        background-color: #977588;
        cursor: pointer;
    }

.hidden {
    visibility: hidden;
}

/* END SUBMENU STYLES */

.wrapper #column-main {
    float: left;
    width: 635px;
}

.wrapper #column-side {
    float: right;
    width: 265px;
}

img {
    border: none;
}

.center {
    text-align: center;
}

.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

div.right-bottom-x {
    position: absolute;
    bottom: -7px;
    right: -4px;
    z-index: 20;
    cursor: pointer;
}

div.spacer {
    clear: both;
    font-size: 1px;
    line-height: 1px;
    height: 1px;
}

#notification-wrapper {
    background: #DEDEDE url(../images/corner-small-br.png) no-repeat right bottom;
    margin-top: 4px;
}

#notification {
    padding: 12px;
    position: relative;
    background: url(../images/corner-small-bl.png) no-repeat left bottom;
}

h2 {
    /*margin: 0px;
	color: #575757;
	font-size: 15px;
	text-align: left;*/
    font-size: 15px;
    text-align: left;
    color: #3d3d3d;
    font-weight: 600;
}

    h2.orange {
        color: #F26D45;
    }

#column-main .step {
    padding: 18px 12px 18px 40px;
    background: url() no-repeat left center;
    position: relative;
    border-bottom: 1px solid #B0B0B0;
}

h1 {
    font-size: 25px;
    /*margin: 0px 0 5px 0px;*/
    text-align: left;
    color: #3d3d3d;
    font-weight: 300;
}

    h1.orange {
        color: #F26D45;
    }

.step .what-is-this {
    position: absolute;
    top: 25px;
    right: 15px;
}

#notification .dismiss {
    position: absolute;
    top: 15px;
    right: 15px;
}

#column-side .grade-label {
    font-size: 10px;
    font-weight: bold;
}

#column-side .grade {
    font-size: 14px;
    font-weight: bold;
}

.disabled {
    background-color: #f0f0f0;
    color: #cccccc;
}

input:disabled {
    background-color: #f0f0f0;
    color: #cccccc;
}

textarea:disabled {
    background-color: #f0f0f0;
    color: #cccccc;
}

input:disabled:hover {
    background-color: #f0f0f0;
    color: #cccccc;
}

.section-header {
    padding-bottom: 15px;
    border-bottom: 2px solid #666;
}

.section-headerthin {
    padding-bottom: 6px;
    border-bottom: 1px solid #b0b0b0;
}

.section-headerWelcome {
    padding-bottom: 0px;
    padding-top: 0px;
    border-bottom: 2px solid #666;
}

.section-divider {
    width: 100%;
    height: 2px;
    background: #3d3d3d;
    line-height: 1px;
    font-size: 1px;
}

.client, .advanced-tool {
    border-bottom: 1px solid #b0b0b0;
    padding: 15px 0;
}

#column-side .to-do {
    padding: 18px 30px 18px 10px;
    background: url() no-repeat left center;
    position: relative;
    border-bottom: 1px solid #b0b0b0;
}

#column-main .find-contractor {
    padding-top: 22px;
    padding-bottom: 22px;
    border-bottom: 1px solid #b0b0b0;
}

.location select {
    width: 150px;
}

table {
    /* ie 7 fix border: 1px solid #CCC;*/
    border-collapse: collapse;
    width: 100%;
}

    /*
no need any more ie 7 fix
.noBorder {
	border: 0px;
	width: 100%;
}

table.noBorder td { border: 0px; }*/

    table th {
        padding: 8px;
        font-weight: normal;
        color: #FFF;
        border-right: 1px solid #FFF;
        text-align: left;
        vertical-align: bottom;
        background-color: #3d3d3d;
        border-top: none;
        font-size: 13px;
    }

        table th a:link, table th a:visited, table th a:hover {
            font-size: 13px;
            font-weight: normal;
            color: #FFF;
            text-decoration: underline;
        }


    table td {
        padding: 5px;
        font-size: 13px;
        /* ie 7 fixborder: 1px solid #CCC; */
    }

        table td img {
            text-align: center;
        }

    table tr.row1 {
        background-color: #FFFFFF;
        text-align: left;
    }

    table tr.row2 {
        background-color: #ffffff;
        text-align: left;
    }

    table tr.highlight {
        background-color: #FFFFE5;
    }

    table tr.error {
        background-color: #FFCECE;
    }

    table.teal th {
        background-color: #7BBBB2;
    }

    table.teal td a {
        font-size: 13px;
        font-weight: 400;
        color: #ff6d42;
        text-decoration: underline;
    }

        table.teal td a:hover {
            font-size: 13px;
            font-weight: 400;
            color: #dd4814;
            text-decoration: underline;
        }

div.error {
    background-color: #FFCECE;
}

span.error {
    font-weight: bold;
    color: #F00;
}

.corner-tr {
    /*background-image: url(../images/corner-small-tr.png);*/
    background-repeat: no-repeat;
    background-position: top right;
    border-top-width: 0px;
    border-right-width: 0px;
}

.corner-tl {
    /*background-image: url(../images/corner-small-tl.png);*/
    background-repeat: no-repeat;
    background-position: top left;
    border-top-width: 0px;
    border-left-width: 0px;
}


.corner-br {
    background-image: url(../images/corner-small-br.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    border-top-width: 0px;
    border-right-width: 0px;
}

.corner-bl {
    background-image: url(../images/corner-small-bl.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    border-top-width: 0px;
    border-left-width: 0px;
}

/* Message Center Classes*/
#column-side .message {
    padding-top: 22px;
    padding-bottom: 22px;
    border-bottom: 1px solid #B0B0B0;
    font-size: 14px;
}

    #column-side .message .date {
        font-size: 10px;
        margin-bottom: 6px;
        font-weight: bold;
    }

table.message-center {
    border: none;
    font-size: 14px;
}

    table.message-center .message {
        text-align: left;
    }

.message-center tr {
    border-top: 0px;
    border-bottom: 1px solid #CCCCCC;
    /*border-bottom: 0px;*/
    border-right: 0px;
    border-left: 0px;
}

table.message-center td {
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    /*border-bottom: 0px;*/
    border-bottom: 1px solid #CCCCCC;
    /*text-align:left;*/
}

    table.message-center td a {
        font-size: 13px;
        font-weight: 400;
        color: #ff6d42;
        text-decoration: underline;
    }

        table.message-center td a:hover {
            font-size: 13px;
            font-weight: 400;
            color: #dd4814;
            text-decoration: underline;
        }

    table.message-center td img {
        text-align: center;
    }

table.message-centerNoHeader {
    border: none;
}

    table.message-centerNoHeader .message {
        text-align: left;
    }

.message-centerNoHeader tr {
    border-top: 0px;
    border-bottom: 0px;
    border-right: 0px;
    border-left: 0px;
}

table.message-centerNoHeader td {
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    border-bottom: 0;
    padding-top: 5px;
    padding-bottom: 2px;
}


/*
table.message-center td .noborder {
	border: none;
} */

table#message-header {
    border: none;
}

    table#message-header th {
        text-align: right;
        background: none;
        border: none;
        color: #000;
        padding: 4px;
    }

    table#message-header td {
        text-align: left;
        background: none;
        border: none;
        padding: 2px;
    }

div#message-body {
    padding: 0;
    margin: 12px 0;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
}

#message-buttons img {
    margin-right: 12px;
}

#message-center-buttons {
    background-color: #E8E8E8;
    padding: 6px;
}

    #message-center-buttons img {
        margin-right: 12px;
    }

#message-pagination {
    padding: 8px 0;
    margin-bottom: 12px;
    border-bottom: 1px solid #ccc;
}

.message_count {
    padding: 0 0 12px 0;
    margin: 12px 0 12px 0;
    border-bottom: 1px solid #CCCCCC;
    font-weight: bold;
    text-align: center;
}
/* Message Center Classes */


/* Active Box */
div.active-box {
    border: 2px dashed #CCC;
    padding: 10px;
    margin-top: 12px;
    margin-bottom: 12px;
    position: relative;
}

div.icon-x {
    position: absolute;
    top: -7px;
    right: -4px;
    z-index: 5;
}
/* Active Box */

/* added by naresh */
fieldset {
    text-align: left;
    width: 98%;
    border-style: none;
}

legend {
    font-weight: bold;
    padding: 5px;
    border-spacing: 2px;
}

.err {
    width: 300px;
    color: Red;
}

.info {
    background-color: lightYellow;
}

input.dirty {
    /*Removed the Special Highlight for dirty input fields as part of the New look update - Balaji Ayyadurai*/
    /*background-color: #FFB6C1;
    color: #000000;*/ 
}

/* end by naresh */
/* Added by Paris */
/*Makes the spaces between rows smaller*/
.marginSmall td {
    padding: 8px 0 0 0;
    padding-right: 0px;
    margin: 1px 1px 1px 1px;
    vertical-align: middle;
}

.textalignright {
    text-align: right;
}

.textalignleft {
    text-align: left;
}

/*Tab like headers for different sections*/

.sectionHeaderDashboard {
    background-color: #444444;
}

.sectionHeaderTeal {
    margin: 0px;
    padding: 0px;
    position: relative;
    /*background: #7BBBB2 url(../images/corner-small-tr.png) no-repeat top right;*/
    background-color: #7BBBB2;
    height: 33px;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    color: White;
}

    .sectionHeaderTeal .buttonLeft {
        position: relative;
        /*background-image: url(../images/corner-small-tl.png);*/
        background-color: #7BBBB2;
        background-repeat: no-repeat;
        background-position: top left;
        padding-left: 15px;
        padding-top: 7px;
        padding-bottom: 1px;
    }

.sectionHeaderOrange {
    margin-bottom: 5px;
    padding: 0px;
    position: relative;
    /*background: #F26D45 url(../images/corner-small-tr.png) no-repeat top right;*/
    background-color: #F26D45;
    height: 100%;
    width: 100%;
    font-size: 13px;
    font-weight: normal;
    color: White;
}

    .sectionHeaderOrange .buttonLeft {
        position: relative;
        /*background-image: url(../images/corner-small-tl.png);*/
        background-color: #F26D45;
        background-repeat: no-repeat;
        background-position: top left;
        padding-top: 1px;
        padding-bottom: 1px;
    }

    .sectionHeaderOrange .Bottom {
        /*background: url('../images/corner-small-br.png') no-repeat scroll right bottom #F26D45;*/
        background-color: #F26D45;
        color: White;
        font-size: 13px;
        font-weight: normal;
        height: 6px;
        margin: 0;
        padding: 0;
        position: relative;
    }

    .sectionHeaderOrange .BottomLeft {
        /*background-image: url('../images/corner-small-bl.png');*/
        background-color: #F26D45;
        background-position: left bottom;
        background-repeat: no-repeat;
        padding-bottom: 5px;
        padding-top: 1px;
    }

.sectionHeader {
    margin: 0px;
    padding: 0px;
    position: relative;
    background-color: #3d3d3d;
    height: 33px;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    color: White;
}

    .sectionHeader .buttonLeft {
        position: relative;
        /*background-image: url(../images/corner-small-tl.png);*/
        background-repeat: no-repeat;
        background-position: top left;
        padding-left: 15px;
        padding-top: 7px;
        padding-bottom: 1px;
    }

.sectionHeaderCert {
    margin-left: -9px;
    padding-left: 3px;
    position: relative;
    background: #444 url(../images/corner-small-tr.png) no-repeat top right;
    height: 30px;
    width: 102%;
    font-size: 14px;
    font-weight: bold;
    color: White;
}

    .sectionHeaderCert .buttonLeft {
        position: relative;
        /*background-image: url(../images/corner-small-tl.png); */
        background-repeat: no-repeat;
        background-position: top left;
        /*padding-left: 15px;	    */
        padding-top: 7px;
        padding-bottom: 1px;
    }


/* End Added by Paris*/

.imgFilterTopR {
    background: url(../images/filter-top-R.png) no-repeat;
}

.imgFilterTopMid {
    background: url(../images/filter-top-Mid.png) repeat-x;
}

.imgFilterTopL {
    background: url(../images/filter-top-L.png) no-repeat;
}

.imgFilterBottomL {
    background: url(../images/filter-bottom-L.png) no-repeat;
}

.imgFilterBottomMid {
    background: url(../images/filter-bottom.png) repeat-x;
}

.imgFilterBottomR {
    background: url(../images/filter-bottom-R.png) no-repeat;
}

/*Progress Bar */
.progress-bar, .progress-bar-percent, .progress-bar-frame {
    height: 25px;
    width: 148px;
}

.progress-bar {
    background: #333 url(../images/progress-bg.gif);
}

.progress-bar-percent {
    background: url(../images/progress-green.gif) no-repeat;
}

.progress-bar-frame {
    background: url(../images/progress-frame.png);
}

    .progress-bar-frame div {
        font-size: 14px;
        font-weight: bold;
        color: #FFF;
        padding-top: 4px;
        padding-left: 0px;
    }
/*End of Progress Bar  */

/* Help popup */
.DivFrameHelp {
    display: none;
    padding-right: 8px !important;
    width: auto !important;
}

.HelpIFrame {
    color: #FFF;
    width: 100%;
    height: 100%;
    border: 0 !important;
    border-width: 0px;
    border-style: none;
}
/*End Help popup */

/* Advanced Search Filter Header classes */
.divLeft {
    padding: 8px 0 0px 0px;
    width: 12px;
    height: 32px;
    background: url(../images/bg-teal-rounded.gif) left top no-repeat;
    margin-top: 11px;
    display: inline;
    float: left;
}

.divMiddle {
    font-weight: normal;
    font-size: 13px;
    padding: 6px 0px 2px 8px;
    width: 99%;
    height: 20px;
    background: #3d3d3d;
    margin-top: 12px;
    color: #FFFFFF;
    float: left;
    /*border-top: 1px solid #D0E6E2;
	border-bottom: 1px solid #B7DAD4;*/
    float: left;
}

.divRight {
    padding: 8px 0 8px 14px;
    width: 12px;
    height: 32px;
    background: url(../images/bg-teal-rounded.gif) right top no-repeat;
    margin-top: 11px;
    float: left;
    display: inline;
}
/* End Advanced Search Filter Header classes */

#variance-decision-error {
    display: inline-block;
    margin-right: 10px;
    color: #993333;
    font-weight: bold;
}

/* New Tab Navigation Classes */
.tS {
    display: inline;
    float: left;
}

.tL {
    /*background: url(../images/tab-left.gif) top no-repeat;*/
    background-color: #cccccc;
    margin-top: 10px;
    width: 5px;
    height: 30px;
    display: none;
    float: left;
}

.tM {
    /*background: url(../images/tab-middle.gif) repeat-x;*/
    background-color: #cccccc;
    margin-top: 10px;
    padding: 6px 8px 0px 8px;
    font-size: 14px;
    height: 24px;
    display: inline;
    float: left;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

    .tM a:link,
    .tM a:visited {
        height: 23px;
        color: #575757;
        text-decoration: none;
        font-size: 14px;
    }

    .tM a:hover {
        text-decoration: none;
        font-size: 14px;
        height: 24px;
        color: #ffffff;
    }

.tR {
    margin-top: 10px;
    /*background: url(../images/tab-right.gif) top no-repeat;*/
    background-color: #cccccc;
    width: 5px;
    height: 30px;
    display: none;
    float: left;
}

.sTL {
    /*background: #575757 url(../images/tab-active-left.png) top no-repeat;*/
    /*background-color:#3d3d3d;*/
    background-color: #3d3d3d;
    width: 8px;
    margin-top: 10px;
    height: 26px;
    display: none;
    float: left;
    border-top: 4px solid #ff6d42;
}

.sTM {
    background-color: #3d3d3d;
    margin-top: 10px;
    padding: 5px 12px 5px 10px;
    height: 20px;
    display: inline;
    float: left;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.sTMCaret {
    border-style: solid;
    border-width: 6px 6px 6px 6px;
    border-top-color: transparent;
    border-left-color: transparent;
    border-bottom-color: rgb(243, 243, 243);
    border-right-color: transparent;
    width: 0px;
    height: 0px;
    position: relative;
    top: -6px;
}

.sTR {
    /*background: #FFF url(../images/tab-active-right.png) top no-repeat;*/
    /*background-color:#3d3d3d;*/
    background-color: #3d3d3d;
    margin-top: 10px;
    width: 8px;
    height: 26px;
    float: left;
    display: none;
    border-top: 4px solid #ff6d42;
}

.sTM a:link,
.sTM a:visited,
.sTM a:hover {
    height: 36px;
    color: #FFF;
    text-decoration: none;
    font-size: 14px;
}
/* New Tab Navigation Classes */


/* ReadMe Classes */
.RMTR {
    background: url(../images/filter-top-R.png) no-repeat;
}

.RMTM {
    background: url(../images/filter-top-Mid.png) repeat-x;
}

.RMTL {
    background: url(../images/filter-top-L.png) no-repeat;
}

.RMBL {
    background: url(../images/filter-bottom-L.png) no-repeat;
}

.RMBM {
    background: url(../images/filter-bottom.png) repeat-x;
}

.RMBR {
    background: url(../images/filter-bottom-R.png) no-repeat;
}

.RMLTD {
    background-color: white;
    border-left: 1px solid silver;
}

.RMMTD {
    background-color: white;
}

.RMRTD {
    background: url(../images/filter-right.png) repeat-y right;
    width: 8px;
    text-align: right;
    vertical-align: top;
}

.He10 {
    height: 10px;
}

.He15 {
    height: 15px;
}

.RMIF {
    height: 0px;
    width: 0px;
    position: absolute;
    display: none;
}

.RMI {
    cursor: pointer;
    vertical-align: middle;
}

.RMH {
    vertical-align: middle;
}

.CP {
    cursor: pointer;
}
/* ReadMe Classes */

/* IE 6 Alert Classes */

#ie6-alert {
    background-color: #E67410;
    color: White;
    padding: 3px;
    position: absolute;
    left: 100px;
    top: 0;
    z-index: 9999;
}

    #ie6-alert a {
        color: White;
        cursor: pointer;
    }

    #ie6-alert #detail-ie6 {
        color: #3E679E;
        font-weight: bold;
        text-decoration: underline;
        cursor: pointer;
    }

    #ie6-alert #hide-ie6 {
        font-weight: bold;
        text-decoration: underline;
    }
/* IE 6 Alert Classes -- END*/


.fixedHeightScoll {
    overflow: auto;
    height: 600px;
}


.combox-input-section input.Combox-inputbox {
    height: 20px;
    width: 100%;
    padding: 0px;
    border: 1px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box;
}

.input-box-wrapper {
    float: left;
    position: relative;
    width: 100%;
}

.combox-input-section table, .combox-input-section table tr, .combox-input-section table tr td {
    padding: 0px;
    margin: 0px;
}

.combox-input-section .cb-table-ddl-td {
    width: 16px;
    height: 18px;
}

.input-box-wrapper img {
    position: absolute;
    top: 2px;
    right: 0px;
    visibility: hidden;
}

.cb-result-box {
    width: 100%;
    position: absolute;
    z-index: 99999;
    display: none;
}

.Combox-list-box {
    border: 1px solid #E6E6E6;
    width: 100%;
    background-color: white;
}

.combox-wrapper {
    height: 25px;
    width: 100%;
}

    .combox-wrapper:hover {
    }

.show-icon {
    background-image: url("../images/cbicondown.png");
    width: 16px;
    height: 19px;
    background-position: 0px -19px;
    padding: 0px;
    border-right: 1px solid #666666;
    border-top: 1px solid #666666;
    border-bottom: 1px solid #666666;
    margin: 0px;
}

.combox-input-section .message {
    width: 100%;
    display: inline-block;
}

.Combox-inputbox.combox-no-match {
    background-color: #FFDFB5;
}

.show-icon:hover {
    background-position: 0px 0px;
}

.field-title {
    font-size: 13px;
}

.user-filter-td-wrapper {
    margin-bottom: 20px;
}

    .user-filter-td-wrapper .cb-item-header {
        width: 100px;
    }

    .user-filter-td-wrapper .tm-filter-input-users input {
        margin-bottom: 5px;
    }

    .user-filter-td-wrapper td {
        padding: 2px;
    }

.clear-both {
    clear: both;
}

.FilterTabActiveMenu {
    background-color: #f26d45;
    color: white;
    padding-left: 6px;
    padding-right: 6px;
    font-size: 13px;
    text-align: center;
    height: 10px;
    cursor: pointer;
}

.FilterTabInactiveMenu {
    background-color: #f0f0f0;
    color: black;
    padding-left: 6px;
    padding-right: 6px;
    font-size: 13px;
    text-align: center;
    height: 10px;
    cursor: pointer;
}

.FilterTabSearchMe {
    position: relative;
    height: 15px;
    z-index: 2;
    border: none;
    width: 260px;
    color: #666;
    padding-left: 10px;
    /*background: #FFFFFF url('../images/icon_Arrow_Small_Left_Dark_Activated_3d3d3d.png') no-repeat right;*/
}

.dgThumbnail:hover {
    cursor: pointer;
}

.tdlWelcomeItem {
    font-size: 14px;
}

    .tdlWelcomeItem a {
        color: #3d3d3d;
        text-decoration: none;
        font-size: 14px;
    }

        .tdlWelcomeItem a:hover {
            color: #ff6d42;
            text-decoration: underline;
            cursor: pointer;
            font-size: 14px;
        }

.HeaderFont {
    font-weight: lighter;
    color: #3d3d3d;
}

div.advSearchspacer {
    clear: both;
    font-size: 1px;
    line-height: 1px;
    height: 4px;
}

.userMenuImg {
    margin-top: 0px;
}

#ddlLanguage {
    font-weight: 600;
    border: 0px None white;
    font-size: 11px;
    color: #575757;
}

.ceTDLText a {
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
    color: #575757;
}

.ceTDLdescription {
    font-size: 14px;
    font-weight: normal;
    color: #575757;
}

.CEWelcomePending {
    background-color: #ff6D42;
}

.CEWelcomeComplete {
    background-color: #92D400;
}

.CEWelcomePendingHover {
    background-color: #dd4814;
}

.CEWelcomeCompleteHover {
    background-color: #5B8F22;
}

.style1 {
    width: 2px;
    height: 100%;
}

.style2 {
    height: 100%;
}

.style3 {
    width: 8px;
    height: 100%;
}

.CEConformance
{
    font-weight:600; 
    background-color:#ff6D42;
    height:22px;
    padding-top:4px;
    text-align:center;
}

.CEConformance a
{
    color: #ffffff;
}

.CEConformance a:hover{
    background-color: #dd4814;
    text-decoration:none;
}
 a.exportLink{
            background-color: #666666;
            padding: 7px;
            text-decoration: none;
            color: white;
            font-weight:600;
            font-size:14px;
        }
        .exportLink:hover {
            background-color: #3d3d3d;
        }
		
.securityPopupDiv{
	background-color:#3d3d3d;
	padding:10px;
}

.securityPopupImgDiv{
	float:left;
	padding-top:5px;
}

.securityPopupLabelDiv{
	font-size:13px;
	color:white;
	padding-left:35px;
}
#ContentPlaceHolder1_ReadMe_tRMC{
    width:350px !important;
    height:192px !important;
    margin:auto !important;
    top:0 !important;
    right:0 !important;
    left:0 !important;
    bottom:0 !important;

}
#ContentPlaceHolder1_ReadMe1_tRMC{
    width:350px !important;
    height:192px !important;
    margin:auto !important;
    top:0 !important;
    right:0 !important;
    left:0 !important;
    bottom:0 !important;
    
}
span.NewIcon {
    Font-size: 8px;
    Font-weight: 700;
    Letter-spacing: 1px;
    Padding: 3px 7px;
    Color: #ffffff;
    Background-color: #92d400;
    Border-radius: 25px;
    text-transform: uppercase;
    margin-right: 10px;
}

div.menu {
    background-color: #FF6C41;
    width: 100%;
    height: 40px;
}

div.menuinside {
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    margin: auto;
    height: 100%;
    vertical-align: top;
}

div.menutext {
    color: white;
    float: left;
    text-align: center;
    border-left: solid 2px;
    border-color: #DD4814;
    height: 100%;
    line-height: 40px;
    cursor: pointer;
}

    div.menutext.stat {
        width: 33%;
        font-size: 18px;
    }

    div.menutext.statbuild {
        width: 49.7%;
        font-size: 18px;
    }

div.inactivemenu {
    background-color: #FF6C42;
}

div.activemenu {
    background-color: #DD4814;
}


.tealcount {
    position: relative;
}

    .tealcount a {
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        width: 1rem;
        height: 1rem;
        text-align: center;
        line-height: 0.8125rem;
        color: #FFF;
        background-color: #7BBBB2;
        font-size: 0.5rem !important;
        text-decoration: none !important;
        color: white !important;
    }

.hideGridColumn {
    display: none;
}