/*----------------------------------------------------------------------------------------------------+

	* Description.......: Global sitewide styles - version 0.1
	* Author............: Adriano Pezzella [Tahoe Partners]
	* Created date......: 09-05-2014
	* Modified by.......: Vince Dudzinski
	* Modified date.....: 10-27-2014
    * Modified by.......: Zach Shultz
    * Modified date.....: 11/21/2014


/* 	=Resets-Clears
============================================================ */

<!-- This clears remnant inner-shadows and non-standard borders on form input fields -->
select, input {
    box-shadow: 0 !important;
    -webkit-box-shadow: 0 !important;
    -webkit-transition: 0 !important;
    -webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    border-radius: 2px !important;
    border: 1px solid #CCC !important;
}

.termsColor {
    color: #11427e;
}
/* 	=Header
============================================================ */
#main-header {
    min-width: 990px; /*fixed width*/
    padding-top: 15px;
    margin-bottom: 10px;
    background-color: #fff !important;
    width: 100%;
}

    #main-header:before,
    #main-header:after {
        content: "";
        display: table;
    }

    #main-header:after {
        clear: both;
    }

#main-header {
    zoom: 1;
}

#header-bar {
    border-top: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
    box-shadow: 1px 1px 5px #999;
    display: block;
    height: 125px;
}

.page-body {
    min-width: 990px; /*fixed width*/
}

    .page-body:before,
    .page-body:after {
        content: "";
        display: table;
    }

    .page-body:after {
        clear: both;
    }

.page-body {
    zoom: 1;
}

html, body {
    height: 100%;
}

#main-header .site-title {
    float: right;
    color: #036 !important;
    font-size: 20px;
    font-weight: bold;
}

#main-header .primary-tabs {
    padding-top: 15px;
    border-bottom: 1px solid transparent;
    text-transform: uppercase;
}

#main-header .utility-links {
    float: right;
    color: #036 !important;
    font-weight: bold;
}

.site-utility {
    height: 46px;
}

.utility-links > li {
    margin-left: 10px;
}

.utility-links a {
    color: #036 !important;
    font-weight: bold;
}

    .utility-links a:hover {
        color: #fdb913;
        text-decoration: none;
    }

/* 	=Body
============================================================ */
.toolbar {
}

    .toolbar button {
        padding: 4px 6px;
    }

.btn-toolbar.year {
    margin-bottom: 10px;
}

.toolbar button span + small {
    display: block;
    min-height: 28px;
    padding-top: 5px;
    font-size: 10px;
    line-height: 1.1;
}

.site-content {
    margin-top: 10px;
    border: 1px solid #ccc;
}

    .site-content #side-panel {
        border-right: 0px solid #ccc;
        border-bottom: 0px solid #ccc;
    }

    .site-content #main-content {
        border-left: 1px solid #ccc;
    }




/* 	=Layout
============================================================ */
#side-panel {
    float: left;
    z-index: 1000;
    top: 0;
    left: 0;
    overflow-y: scroll;
    overflow-x: hidden;
    display: inline-block;
}

.no-sidebar {
    margin-left: 0 !important;
}

#main-content {
    float: left;
    position: relative;
}

    #main-content.no-sidebar {
        padding-left: 0;
    }


    #main-content .panel-collapse {
        margin-left: 18px;
    }

    #main-content.no-sidebar .panel-collapse {
        margin-left: 0;
    }

    #main-content .content-title {
        margin-left: -20px;
        padding-left: 20px;
    }

    #main-content.no-sidebar .content-title {
        margin-left: 0;
        padding-left: 10px;
    }

#toggleSidebar {
    outline: medium none;
    padding: 40px 1px;
    background-color: #eee;
    border-radius: 0 4px 4px 0;
    border-style: solid;
    border-width: 1px 3px 1px 0px;
    border-color: #ddd #fed05f #ddd #ccc;
    font-size: 10px;
    font-weight: bold;
    color: #a0a0a0;
    position: fixed;
    top: 50%;
    z-index: 1;
}

    #toggleSidebar:hover {
        background-color: #f5f5f5;
        border-left-color: #ddd;
        border-right-color: #fdb913;
        text-decoration: none;
        cursor: pointer;
    }

    #toggleSidebar.edge {
        margin-left: -38px;
        margin-left: -17px;
    }





.panel-body .table {
    margin-bottom: 0;
}

.function-bar,
.content-title {
    min-height: 46px;
    padding: 6px 8px;
    background-color: #dde8f5;
}

    .function-bar .vline {
        display: table-cell;
        height: 34px;
        vertical-align: middle;
    }

.vline span,
.vline i {
    margin-right: 10px;
}

.content-title h1 {
    font-size: 14px;
    margin: 6px 0 0;
}

.content-title .progress {
    margin-bottom: 0;
}

td .progress {
    margin-bottom: 0;
}

.pagination-bar a {
    float: left;
    margin-top: 2px;
}

.pagination-bar .pagination-value {
    float: left;
    display: inline-block;
    margin-left: 4px;
    margin-right: 4px;
}

    .pagination-bar .pagination-value input {
        display: inline;
        float: left;
        margin: 0 4px;
        width: 28px;
    }

.pagination-bar label {
    line-height: 1.6;
}

.pagination-bar a:hover,
.pagination-bar a:focus {
    text-decoration: none;
}

.pagination-bar a.disabled {
    cursor: default;
}

.form-control {
    height: 32px;
}

/* 	=Framework
============================================================ */

/* panels */
.panel-title > a:after {
    font-family: "icomoon";
    content: "\e624";
    transform: none;
    font-size: 22px;
    line-height: 14px;
    padding: 0;
    /*color: #333;*/
}

.panel-title > a.collapsed:after {
    font-family: "icomoon";
    content: "\e655";
    transform: none;
}

/* 	=Login Screen
============================================================ */
.loginBackground {
    background: url(../images/globe-loginbg.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 550px;
    min-width: 100px;
}

.loginContainer {
    margin: 20px auto 80px auto;
    width: 310px;
    border: 0;
}

.loginLogo {
    width: 100%;
    margin: 10px auto;
    text-align: center;
}

    .loginLogo img {
        width: auto;
        height: 40%;
    }

.loginHeader {
    background-color: #036;
    padding: 10px;
    font-size: 11pt;
    font-family: Verdana,Arial;
    color: white;
}

.appNameHeader {
    font: 16px/18px Arial, Helvetica, sans-serif;
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}

.loginBody {
    border: 1px solid #CCC;
    background: rgba(255,255,255,0.60);
    padding: 20px;
    -webkit-border-bottom-right-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-bottomright: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
}

.loginField {
    width: 100%;
    padding: 5px;
    border: 1px solid #CCC;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.forgotLink {
    display: block;
    text-align: right;
    margin: 4px 0 0;
    font-size: 11px;
}

.logoHeader {
    background-color: #036;
    padding: 10px;
    font-size: 11pt;
    font-family: Verdana,Arial;
    height: 48px;
    border-bottom: solid 1px lightgray;
}


/* 	=Forgot Password Screen. Uses some of the same settings as
    the Login screen
============================================================ */
.forgotPWContainer {
    margin: 60px auto;
    width: 665px;
    border: 0;
}

.resetPWContainer {
    margin: 60px auto;
    width: 250px;
    border: 0;
}

.forgotPWBody {
    border: 1px solid #CCC;
    background: rgba(255,255,255,0.60);
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 40px;
    -webkit-border-bottom-right-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-bottomright: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
}

.forgotPWHeader {
    font: 16px/18px Arial, Helvetica, sans-serif;
    text-align: center;
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}

.forgotPWMessage {
    text-align: justify;
}

.forgotPWButtons {
    float: right;
    padding-right: 20px;
}

.forgotPWResultsMsg {
    font-size: 8pt;
    padding-left: 20px;
    padding-bottom: 10px;
    text-align: justify;
}

/*.loginHeader {
	background-color: #036;
	padding: 10px;
	border-bottom: 2px solid #FDB913;
}

.appNameHeader {
	font: 16px/18px Arial, Helvetica, sans-serif;
	font-weight: bold;
	display: block;
	margin-bottom: 5px;
}

.forgotPWBody {
	border: 1px solid #CCC;
	background: rgba(255,255,255,0.60);
	padding: 20px;
	-webkit-border-bottom-right-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-moz-border-radius-bottomright: 2px;
	-moz-border-radius-bottomleft: 2px;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
}

.loginField {
	width: 100%;
	padding: 5px;
	border: 1px solid #CCC;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.forgotLink {
	display: block;
	text-align: right;
	margin: 4px 0 0;
	font-size: 11px;	
}*/


/* 	=Footer
============================================================ */

footer {
    background-color: #036;
    padding: 15px 0;
    color: #ffffff;
}

.footerLinks {
    text-align: center;
    margin: 0 auto;
}

    .footerLinks li {
        display: inline;
        margin-right: 15px;
    }

        .footerLinks li a {
            color: #FFF;
            text-decoration: none;
        }

            .footerLinks li a:hover {
                color: #FDB913;
                text-decoration: underline;
            }

.disclaimer {
    font: 12px/18px Arial, Helvetica, sans-serif normal;
    margin: 15px auto;
    text-align: center;
    width: 100%;
}

/* 	=Alerts
============================================================ */
.alert-label-danger {
    color: #691717;
}

/* 	=DropDownList
============================================================ */

/*.RadComboBox,
.RadComboBox .rcbInput,
.RadComboBoxDropDown
   {     
      font-family: Verdana,Arial !important;
      font-size: 10pt !important; 
   }*/



/* 	=Labels
============================================================ */
.pageTitle {
    font: 16px/18px Verdana,Arial;
    font-weight: bold;
    display: block;
}

.webLabel {
    font-family: Verdana, Arial;
    font-size: 8pt;
    font-weight: normal;
    color: Black;
}

.control-label {
    font-family: Verdana, Arial;
    font-size: 10pt;
    color: black !important;
}

label {
    font-weight: normal;
    font-family: Verdana, Arial;
    font-size: 10pt;
}

.control {
    padding: 1.5px 2px 2px 2px;
    font-family: Verdana,Arial;
    font-size: 10pt;
    font-weight: normal;
    color: #333333;
}

.border {
    background-color: White;
    border: solid 1px DarkGray;
}

.webInput {
    font-family: Verdana, Arial;
    font-size: 8pt;
    font-weight: normal;
    color: black;
}

/* 	=Links
============================================================ */
a.NavLink {
    color: #004691;
    font-family: Verdana,Arial;
    font-size: 10pt;
}

    a.NavLink:hover {
        color: #FDB913;
        text-decoration: underline;
    }

.NavLinkWhite {
    color: #fff;
}

    .NavLinkWhite:hover {
        color: #FDB913;
        text-decoration: underline;
    }



a.NavLinkDisabled {
    text-decoration: none;
    color: #bbb;
    cursor: not-allowed;
    pointer-events: none;
}



/* 	=Buttons
============================================================ */
.webButton {
    background-color: #003366;
    border-color: #001933;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid #dddddd;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.2;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #ffffff;
}

.webButtonHover {
    background-color: #6699cc;
    color: #ffffff;
}

.webButton:hover,
.webButton:focus,
.webButton:active {
    color: #ffffff;
    background-color: #001933;
    border-color: #000000;
}

.webButton:hover {
    /*color: #ffffff;*/
    background-color: #6699cc;
    border-color: #000000;
}

/* 	=RadioButton Styles
============================================================ */
.radioButtonListPadded {
    width: 100%;
}

    .radioButtonListPadded label {
        margin-left: 4px;
    }

.radioListPad td {
    width: 50%;
}

    .radioListPad td label {
        padding-left: 10px;
    }

.radioButtonListPadded td {
    padding-left: 0 !important;
}

/* 	=Checkbox Styles
============================================================ */
.checkboxPad {
    width: 100%;
}

.checkboxPadded label {
    margin-left: 4px;
}

.checkboxPad input[type="checkbox"] {
    padding: 1.5px 2px 2px 2px;
    margin-right: 10px;
}
/* 	=MasterPage Styles
============================================================ */
.mastercontent {
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 8px;
    padding-bottom: 8px;
}

/* 	=Modal Styles
============================================================ */
.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalPopup {
    background-color: white;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
}

/* 	=Tables
============================================================ */

.table-nonfluid {
    width: auto !important;
}

.tableBorder {
    border-bottom: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
}

.tableHeader {
    background-color: #4282b5;
    text-align: center;
    FONT-WEIGHT: bold;
    FONT-SIZE: 8pt;
    font-family: MS Sans Serif,Verdana,Arial;
    width: 100%;
    COLOR: white;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    vertical-align: middle;
}

.tableBody {
    padding: 8px;
    padding-top: 12px;
    background-color: #f5f5fa;
    vertical-align: top;
}

.layout td {
    height: 23px;
    vertical-align: top;
    text-align: left;
}

.entityInputTable {
    vertical-align: top;
    width: 330px;
}

    .entityInputTable .RadComboBox {
        float: left;
        width: 290px;
    }

    .entityInputTable .Button {
        float: right;
        width: 30px;
    }

.standardtable {
    border: none;
}

.sideTableHeader {
    margin-top: 2px;
    padding-left: 5px;
    font-weight: bold;
    font-size: 8pt;
    background-color: #000032;
    margin-bottom: 1px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCCCCC;
    color: white;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #CCCCCC;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #CCCCCC;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #CCCCCC;
    font-family: Verdana, Arial;
    height: 21px;
}

.sideTableHeaderLabel {
    padding-left: 5px;
    font-weight: bold;
    font-size: 8pt;
    color: white;
    font-family: Verdana, Arial;
}

.shadedArea {
    background-color: #f5f5fa;
}

.sideTableRow {
    margin-top: 1px;
    font-weight: normal;
    background-color: White;
    font-size: 8pt;
    border-width: 1px;
    border-style: solid;
    border-color: #CCCCCC;
    font-family: Verdana, Arial;
}

.contentTableHeader {
    margin-top: 1px;
    padding-left: 5px;
    font-weight: bold;
    font-size: 10pt;
    background-color: #000032;
    margin-bottom: 1px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCCCCC;
    color: white;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #CCCCCC;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #CCCCCC;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #CCCCCC;
    font-family: Arial, Verdana;
    height: 23px;
}

.contentTableRow {
    margin-top: 1px;
    font-weight: normal;
    background-color: white;
    font-size: 8pt;
    border-width: 1px;
    border-style: solid;
    border-color: #CCCCCC;
    font-family: Verdana, Arial;
}

.gridTableHeader {
    margin-top: 2px;
    padding-left: 5px;
    font-weight: bold;
    font-size: 8pt;
    background-color: #000032;
    margin-bottom: 1px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCCCCC;
    color: #cc6700;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #CCCCCC;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #CCCCCC;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #CCCCCC;
    font-family: Verdana, Arial;
    height: 24px;
}

.gridTableRow {
    margin-top: 1px;
    font-weight: normal;
    background-color: White;
    font-size: 8pt;
    border-width: 1px;
    border-style: solid;
    border-color: #CCCCCC;
    font-family: Verdana, Arial;
}

.gridAlternateTableRow {
    margin-top: 1px;
    font-weight: normal;
    background-color: #F7F7F7;
    background-color: #f5f5fa;
    font-size: 8pt;
    border-width: 1px;
    border-style: solid;
    border-color: #CCCCCC;
    font-family: Verdana, Arial;
}

.gridButtonRow {
    height: 30px;
    vertical-align: middle;
    text-align: left;
}

/* 	=Tables
============================================================ */
div.appMenu {
    height: 18px;
    width: 100%;
    border-style: None;
    float: left;
    z-index: 100;
}

.staticMenu {
    cursor: pointer;
    z-index: 100;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    text-transform: none;
}

    .staticMenu > li {
        position: relative;
        display: block;
    }

        .staticMenu > li > a {
            margin-right: 2px;
            padding: 7px 12px 5px;
            line-height: 1.2;
            border: 1px solid transparent;
            border-radius: 0;
            color: #fff;
            background-color: #6699cc;
            outline: none;
            transition: none;
        }

    .staticMenu * a:hover,
    .staticMenu * a:focus {
        color: #555555;
        background-color: #fdfdfd;
        border-color: #f3f3f3 #f3f3f3 #dddddd;
    }

.dynamicMenu {
    border: outset 1px #FDB913;
    text-decoration: none;
    z-index: 100;
}

    .dynamicMenu * a.dynamic {
        font-family: Verdana, Arial;
        font-size: 8pt;
        background: white;
        color: black;
        cursor: pointer;
        text-decoration: none;
        padding: 10px 12px 10px 10px;
        border-right: #FDB913 0px solid;
        border-top: #CCCCCC 0px solid;
        border-left: #FDB913 0px solid;
        border-bottom: #CCCCCC 1px solid;
    }

    .dynamicMenu * a:hover.dynamic {
        background-color: #FDB913;
    }

.has-popup.dynamic > a.dynamic {
    padding-right: 22px;
}

    .has-popup.dynamic > a.dynamic:after {
        content: "\e655";
        font-family: 'icomoon';
        line-height: 1;
        position: absolute;
        right: 0px;
        margin: -1px;
        font-size: 1.0em;
    }

div.appMenu img.icon {
    border-style: none;
    vertical-align: middle;
}

div.appMenu img.separator {
    border-style: none;
    display: block;
}

div.appMenu img.horizontal-separator {
    border-style: none;
    vertical-align: middle;
}

div.appMenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: auto;
    display: none;
}

    div.appMenu ul.dynamic {
        z-index: 100;
        display: inline;
    }

    div.appMenu ul.static {
        z-index: 100;
        display: inline;
    }

div.appMenu a {
    text-decoration: none;
    white-space: nowrap;
    display: block;
}

    div.appMenu a.static {
        text-decoration: none;
        border-style: none;
    }

    div.appMenu a.dynamic {
        text-decoration: none;
    }

    div.appMenu a.static.selected {
        text-decoration: none;
        border-style: none;
    }

    div.appMenu a.static:hover {
        border-top: 5px solid #FDB913;
        padding-top: 2px;
    }

    div.appMenu a.dynamic.selected {
        text-decoration: none;
        background-color: #E8E8E8;
    }

.menuBackground {
    text-align: left;
}
/* Chrome */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .menuMainElement {
        padding-top: 18px;
    }
}

/* IE11 */
@media all and (-ms-high-contrast:none) {
    *::-ms-backdrop, .menuMainElement {
        padding-top: 17px;
    }
}


.menuBorderTop {
    border-top: #FDB913 1px solid;
}

.panel-body-no-top-padding {
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

/*Navigator Update Progress Styles*/
.UpdatingBackGroundImage {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    z-index: 10000000000;
}

.UpdatingTable {
    width: 120px;
    height: 85px;
    text-align: center;
    z-index: 10000000000;
    color: black;
    background-color: #ddd;
    border: #a0a0a0 1px solid;
}

/*Navigator Modal Styles*/
.ModalHeader {
    background-color: #003366;
    width: 100%;
    padding: 5px 5px 5px 5px;
    font-size: 14px;
    font-weight: bold;
    color: white;
    padding-bottom: 3px;
}

.gridIcon {
    color: #6699cc;
    cursor: pointer;
}

    .gridIcon:hover {
        color: #003366;
        cursor: pointer;
    }

.entityInput {
    width: 100%;
    margin-bottom: 10px;
}

.entityInputColTop {
    display: inline-block;
    width: 350px;
    margin-right: -4px;
}

.entityInputCol1 {
    font-weight: bold;
    display: inline-block;
    width: 360px;
    text-align: right;
    margin-right: -4px;
}

.entityInputColX {
    display: inline-block;
    width: 150px;
    text-align: right;
    margin-right: -6px;
    padding-right: 5px;
}

.entityInputColH {
    display: inline-block;
    width: 150px;
    text-align: right;
    margin-right: -6px;
    padding-right: 5px;
}

.entityInputTopHighlight {
    width: 100%;
    /*display: inline-block;*/
    padding-left: 10px;
    padding-top: 10px;
    color: #000000;
    background-color: #A0A0A0;
    font-weight: bold;
}

.entityInputArea {
    width: 100%;
    table-layout: fixed;
}

.entityAttributes {
    height: 380px;
    width: 100%;
    padding-top: 0px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 0px;
    overflow-y: auto;
    overflow-x: visible;
}

.padded-right {
    padding-right: 4px;
}

.padded-left {
    padding-left: 4px;
}

.padded-bottom {
    padding-bottom: 4px;
}

.padded-top {
    padding-top: 4px;
}

.padded-top6 {
    padding-top: 6px;
}

.padded-top8 {
    padding-top: 8px;
}

.padded-top10 {
    padding-top: 10px;
}

.padded-bottom6 {
    padding-bottom: 6px;
}

.radiobuttonlist label {
    margin-right: 5px;
}

.spacer10 {
    height: 10px;
    width: 100%;
    font-size: 0;
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
}

.spacer6 {
    height: 6px;
    width: 100%;
    font-size: 0;
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
}

.spacer20 {
    height: 20px;
    width: 100%;
    font-size: 0;
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
}

.dataEntryRight {
    width: 90%;
}

.column {
    /*list-style-type:disc;*/
    list-style-type: disc !important;
    width: 50%;
    display: inline-table;
}
/*li.active { list-style-type:disc; }*/

.padded-right28 {
    padding-right: 28px;
}

.padded-right32 {
    padding-right: 32px;
}

.padded-left30 {
    padding-left: 30px;
}

.padded-left15 {
    padding-left: 15px;
}

.padded-right15 {
    padding-right: 15px;
}

.padded-left10 {
    padding-left: 10px;
}

.padded-bottom8 {
    padding-bottom: 8px;
}

.padded-top15 {
    padding-top: 16px;
}

.padded-bottom10 {
    padding-bottom: 10px;
}

.padded-bottom15 {
    padding-bottom: 15px;
}

.padded-bottom20 {
    padding-bottom: 20px;
}

.rscLinkImg {
    background-image: url(../Images/spell-check-boot.png);
    background-repeat: no-repeat;
    text-indent: -9999px;
    width: 25px;
    height: 25px;
    display: block;
    outline: none;
}

.dataEntryLine {
    border-style: none;
    border-width: 0px;
    width: 360px;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}



/*Rad Tree Nodes*/
/* Non roll-up tree nodes */
.treeNode {
    font-size: 10pt;
    color: black;
    font-weight: normal;
    font-family: Verdana, Arial;
    padding-left: 3px;
    cursor: pointer;
}

    .treeNode:before {
        content: "\00a0";
        padding-right: 3px;
    }

.treeNodeGrayedOut {
    font-size: 10pt;
    color: Gray;
    font-weight: normal;
    font-family: Verdana, Arial;
    cursor: pointer;
    padding-left: 3px;
}

    .treeNodeGrayedOut:before {
        content: "\00a0";
        padding-right: 3px;
    }

.treeNodeRed {
    font-size: 10pt;
    color: Maroon;
    font-weight: normal;
    font-family: Verdana, Arial;
    cursor: pointer;
    padding-left: 3px;
}

    .treeNodeRed:before {
        content: "\00a0";
        padding-right: 3px;
    }

.treeNodeGreen {
    font-size: 10pt;
    color: Green;
    font-weight: normal;
    font-family: Verdana, Arial;
    cursor: pointer;
    padding-left: 3px;
}

    .treeNodeGreen:before {
        content: "\00a0";
        padding-right: 3px;
    }

.treeNodeYellow {
    font-size: 10pt;
    color: #FFCC33;
    font-weight: normal;
    font-family: Verdana, Arial;
    cursor: pointer;
    padding-left: 3px;
}

    .treeNodeYellow:before {
        content: "\00a0";
        padding-right: 3px;
    }

.treeNodeBlue {
    font-size: 10pt;
    color: Blue;
    font-weight: normal;
    font-family: Verdana, Arial;
    cursor: pointer;
    padding-left: 3px;
}

    .treeNodeBlue:before {
        content: "\00a0";
        padding-left: 4px;
        padding-right: 3px;
    }

/* Roll-up tree nodes */
.treeNodeRollup {
    font-size: 10pt;
    color: black;
    font-weight: normal;
    font-family: Verdana, Arial;
    padding-left: 3px;
    cursor: pointer;
}

    .treeNodeRollup:before {
        content: "\e675";
        font-family: 'icomoon';
        color: #003366;
        padding-right: 3px;
    }

.treeNodeGrayedOutRollup {
    font-size: 10pt;
    color: Gray;
    font-weight: normal;
    font-family: Verdana, Arial;
    cursor: pointer;
    padding-left: 3px;
}

    .treeNodeGrayedOutRollup:before {
        content: "\e675";
        font-family: 'icomoon';
        color: #003366;
        padding-right: 3px;
    }

.treeNodeRedRollup {
    font-size: 10pt;
    color: Maroon;
    font-weight: normal;
    font-family: Verdana, Arial;
    cursor: pointer;
    padding-left: 3px;
}

    .treeNodeRedRollup:before {
        content: "\e675";
        font-family: 'icomoon';
        color: #003366;
        padding-right: 3px;
    }

.treeNodeGreenRollup {
    font-size: 10pt;
    color: Green;
    font-weight: normal;
    font-family: Verdana, Arial;
    cursor: pointer;
    padding-left: 3px;
}

    .treeNodeGreenRollup:before {
        content: "\e675";
        font-family: 'icomoon';
        color: #003366;
        padding-right: 3px;
    }

.treeNodeYellowRollup {
    font-size: 10pt;
    color: #FFCC33;
    font-weight: normal;
    font-family: Verdana, Arial;
    cursor: pointer;
    padding-left: 3px;
}

    .treeNodeYellowRollup:before {
        content: "\e675";
        font-family: 'icomoon';
        color: #003366;
        padding-right: 3px;
    }

.oversized-heading {
    height: 52px;
}

.treeNodeBlueRollup {
    font-size: 10pt;
    color: Blue;
    font-weight: normal;
    font-family: Verdana, Arial;
    cursor: pointer;
    padding-left: 3px;
}

.textbox-align-right {
    text-align: right;
}

.treeNodeBlueRollup:before {
    content: "\e675";
    font-family: 'icomoon';
    color: #003366;
    padding-right: 3px;
}

/* RadTreeView +/- icon replacements */
.RadTreeView .rtPlus, .RadTreeView .rtMinus {
    background-image: url("");
    border: 0;
    width: 12px !important;
    height: 12px !important;
    vertical-align: middle !important;
    margin-top: 4px !important;
    display: inline !important;
    background: transparent;
}

    .RadTreeView .rtPlus:before {
        content: "\e655";
        font-family: 'icomoon';
        font-size: large;
        color: #003366;
    }

    .RadTreeView .rtMinus:before {
        content: "\e624";
        font-family: 'icomoon';
        font-size: large;
        color: #003366;
    }

.RadTreeView .rtIn {
    padding-top: 0px !important;
    vertical-align: top !important;
    display: inline-block !important;
}

.treeNodeFolder {
    font-size: 10pt;
    color: black;
    font-weight: normal;
    font-family: Verdana, Arial;
    padding-left: 3px;
    cursor: pointer;
}

    .treeNodeFolder:before {
        content: "\e816";
        font-family: 'icomoon';
        color: #003366;
        padding-right: 3px;
    }

.treeNodeCalendar {
    font-size: 10pt;
    color: black;
    font-weight: normal;
    font-family: Verdana, Arial;
    padding-left: 3px;
    cursor: pointer;
}

    .treeNodeCalendar:before {
        content: "\e607";
        font-family: 'croweglyph';
        color: #003366;
        padding-right: 3px;
    }

.treeNodeCalendarRed {
    font-size: 10pt;
    color: Maroon;
    font-weight: normal;
    font-family: Verdana, Arial;
    padding-left: 3px;
    cursor: pointer;
}

    .treeNodeCalendarRed:before {
        content: "\e607";
        font-family: 'croweglyph';
        color: #003366;
        padding-right: 3px;
    }

.treeNodeCalendarGreen {
    font-size: 10pt;
    color: Green;
    font-weight: normal;
    font-family: Verdana, Arial;
    padding-left: 3px;
    cursor: pointer;
}

    .treeNodeCalendarGreen:before {
        content: "\e607";
        font-family: 'croweglyph';
        color: #003366;
        padding-right: 3px;
    }

.treeNodeCalendarBlue {
    font-size: 10pt;
    color: Blue;
    font-weight: normal;
    font-family: Verdana, Arial;
    padding-left: 3px;
    cursor: pointer;
}

    .treeNodeCalendarBlue:before {
        content: "\e607";
        font-family: 'croweglyph';
        color: #003366;
        padding-right: 3px;
    }

.treeNodeCalendarYellow {
    font-size: 10pt;
    color: #FFCC33;
    font-weight: normal;
    font-family: Verdana, Arial;
    padding-left: 3px;
    cursor: pointer;
}

    .treeNodeCalendarYellow:before {
        content: "\e607";
        font-family: 'croweglyph';
        color: #003366;
        padding-right: 3px;
    }

.treeNodeCalendarGray {
    font-size: 10pt;
    color: Gray;
    font-weight: normal;
    font-family: Verdana, Arial;
    padding-left: 3px;
    cursor: pointer;
}

    .treeNodeCalendarGray:before {
        content: "\e607";
        font-family: 'croweglyph';
        color: #003366;
        padding-right: 3px;
    }

/*RadListBox*/
.RadListBox_Default {
    font-family: Verdana, Arial !important;
    font-size: 10pt !important;
}

/*RadTabStripVertical*/
.RadTabStrip_Vertical {
    border-bottom: 1px solid #dddddd !important;
}

.textbox-align-left {
    text-align: left;
}

.gvHiddenField {
    border-style: none;
    border-width: 0px;
    border-color: transparent;
}

.checkFields {
    height: 100%;
    width: 100%;
    overflow: auto;
    padding-left: 10px;
    padding-top: 6px;
}

.setWidth-350 {
    width: 350px;
}

.alignRight {
    text-align: right;
}

.control.border.textBox.alignRight {
    font-size: 9pt;
}

.ellipsisText {
    display: inline-block;
    width: 85%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.defaultControlHeight {
    height: 32px;
}

.DefWebZone {
    padding-left: 20px;
}

    .DefWebZone > table > tbody > tr > td > table > tbody > tr > td {
        padding-top: 8px;
    }

.WPTitle {
    padding-left: 5px;
}

.hideLegen {
    border: none;
}


.table-hover-orange > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
    background-color: #FDC846;
}

.table-link-black > tbody > tr > td > a.NavLink, .table-link-black > tbody > tr > td > * > a.NavLink {
    color: #555;
}

.table-padding-right-0 > table > tbody > tr > td {
    padding-right: 0px;
}

.widgetSettingsRow {
    padding-bottom: 13px;
}

.widgetSettingsLabel {
    padding-top: 6px;
    padding-right: 0px;
}

.widgetSettingsControl {
    padding-left: 5px;
}

.divHeightButton {
    padding: 10px 15px;
    border-top-right-radius: -1;
    border-top-left-radius: -1;
    height: 51px;
}

.panel-group .divHeightButton {
    border-bottom-color: currentColor;
    border-bottom-width: 0px;
    border-bottom-style: none;
}

.panel-primary > .divHeightButton {
    color: #555;
    border-top-color: #dde8f5;
    border-right-color: #dde8f5;
    border-bottom-color: #dde8f5;
    border-left-color: #dde8f5;
    background-color: rgb(221, 232, 245);
}

.panel-default > .divHeightButton {
    color: #555;
    border-top-color: #ddd;
    border-right-color: #ddd;
    border-bottom-color: #ddd;
    border-left-color: #ddd;
    background-color: rgb(221, 221, 221);
    padding-top: 16px;
}

.divHeightNoButton {
    padding: 10px 15px;
    border-top-right-radius: -1;
    border-top-left-radius: -1;
}

.panel-group .divHeightNoButton {
    border-bottom-color: currentColor;
    border-bottom-width: 0px;
    border-bottom-style: none;
}

.panel-primary > .divHeightNoButton {
    color: #555;
    border-top-color: #dde8f5;
    border-right-color: #dde8f5;
    border-bottom-color: #dde8f5;
    border-left-color: #dde8f5;
    background-color: rgb(221, 232, 245);
    padding-bottom: 38px;
    padding-top: 0px;
}

.panel-default > .divHeightNoButton {
    color: #555;
    border-top-color: #ddd;
    border-right-color: #ddd;
    border-bottom-color: #ddd;
    border-left-color: #ddd;
    background-color: rgb(221, 221, 221);
}

.rlbDropClue {
    background: none !important;
}

.label-disabled {
    color: #bbb;
}

.max250 {
    max-width: 250px;
}

.sidebarHeaderBackground {
    background-color: rgb(221,221,221);
}

.overlay {
    position: fixed;
    display: none;
    background-color: rgb(170,170,170);
    opacity: 0.5;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 3000;
}

/* 	Spread Formats */
.itemformat {
    font-family: Verdana;
    font-size: 8pt;
    text-align: right;
}

.headerformat {
    font-weight: normal !important;
    cursor: pointer;
}

.tb {
    font-weight: bold;
}

.tbi {
    font-weight: bold;
    font-style: italic;
}

.ti {
    font-style: italic;
}

.hl {
    cursor: pointer;
}

.hlb {
    font-weight: bold;
    cursor: pointer;
}

.hlbi {
    font-weight: bold;
    font-style: italic;
    cursor: pointer;
}

.hli {
    font-style: italic;
    cursor: pointer;
}

.ajax__tab_tab {
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
    height: 13px !important;
}

.customAttributeLabel {
    display: block;
    font-style: normal;
    font-weight: normal;
    padding-right: 200px;
    text-align: left;
}

.customAttributeAlignRight {
    padding-bottom: 15px;
    text-align: right;
}

/*************************************************************************************/
/* Modal Popup with our loading message - USED FOR AJAX CALLS ONLY                   */
/*************************************************************************************/
/* Start by setting display:none to make this hidden.
   Then we position it in relation to the viewport window
   with position:fixed. Width, height, top and left speak
   for themselves. Background we set to 80% white with
   our animation centered, and no-repeating */
.modal-loading {
    display: none;
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .8 ) url('/Images/loading.gif') 50% 50% no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;
}

    /* Anytime the body has the loading class, our
   modal element will be visible */
    body.loading .modal-loading {
        display: block;
    }

/* Right-align a cell in a table */
.td-align-right {
    text-align: right;
}

    .td-align-right > label {
        font-weight: normal;
    }

.topPadding7 {
    padding-top: 7px !important;
}

/* Vertical Tabs CSS*/

.tabs-left, .tabs-right {
    border-bottom: none;
    /*padding-top: 2px;*/
}

.tab-content {
    border: solid 1px #ddd;
}

.tabs-right {
    border-left: 1px solid #ddd;
}

    .tabs-left > li, .tabs-right > li {
        float: none;
        margin-bottom: 2px;
    }

.tabs-left > li {
    margin-right: -31px;
}

.tabs-right > li {
    margin-left: -1px;
}

.tabs-left > li.active > a,
.tabs-left > li.active > a:hover,
.tabs-left > li.active > a:focus {
    border-bottom-color: #ddd;
    border-right-color: transparent;
    border-top: solid 1px lightgray;
    padding: 10px 15px;
}

.tabs-right > li.active > a,
.tabs-right > li.active > a:hover,
.tabs-right > li.active > a:focus {
    border-bottom: 1px solid #ddd;
    border-left-color: transparent;
}

.tabs-left > li > a {
    border-radius: 4px 0 0 4px;
    margin-right: 0;
    display: block;
}

.tabs-right > li > a {
    border-radius: 0 4px 4px 0;
    margin-right: 0;
}

.nav-tabs-vertical > li > a {
    color: #428bca;
    background-color: transparent;
    padding: 10px 15px;
}


.tabs-left > .nav-tabs-vertical > li > a:hover,
.tabs-left > .nav-tabs-vertical > li > a:focus {
    border-color: #eee #ddd #eee #eee;
}

.nav-tabs-vertical > li > a:hover,
.nav-tabs-vertical > li > a:focus {
    text-decoration: none;
    background-color: #eee;
}


.alignCenterContent {
    text-align: center;
}

/************************************* Consent page css start************************************************/
.consentBackGround{
background-color: #f3f3f3;
}
.consentpageTitle {
    padding-top: 14px;
    color: white;
}
.consentDisplayCenter {
    display: flex;
    justify-content: center;   
}
.consentDisplayRightPaddingRht {
    display: flex;
    justify-content: right;
    padding-right: 40px;
    padding-right: 8%;
    padding-top: 2%;
    padding-bottom: 2%;
}
.documentFileContent {
    max-height: 409px;
    overflow: scroll;
    padding-top: 2%;
}
.consentContainer {
    height: 80%
}
.padded-top8Per {
    padding-top:8%;
}
.padded-top2Per {
    padding-top: 2%;
}
/**************************************Consent page css end***********************************************/
