/****************************************************/
/*** Broadridge Customer Communications Center stylesheet ***/
/*** Version 1.0, 1/30/2015 *************************/
/****************************************************/

/*** General styles ***/
*{
	box-sizing:border-box;
}
body {
    margin:0;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
}
/* reset control font-size */
.btn.btn-link {
    font-size: 12px;
}
a {
    color:#376092;
    text-decoration:none;
}
a:hover {
    text-decoration:underline;
	cursor:pointer;
	color:#376092;
}
table{
	border: 1px solid #d1d2d4;
	border-left:none;
	border-right:none;
	margin: 0px -15px;
	width:103.1%;
}
table td, table th{
	padding: 5px 15px 5px 20px;
}
table th{
	border-bottom:1px solid #d1d2d4;
	border-right:1px solid #d1d2d4;
	background-color:#E8E8E8;
	text-align:left;
}
table th:last-child{
	border-right:none;
}
table td{
	vertical-align:top;
	padding: 10px 15px 10px 20px;
	text-align:left;
}
.bold{
	font-weight:bold;
}
textarea{
	background-color: #FFF;
	border: 1px solid #D1D2D4;
	resize:none;
	padding:5px;
}
.formContainer {
    padding: 15px 15px;
    border: 1px solid #d1d2d4;
	max-width:1024px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #f6f7f7 !important;
	margin: 0px 15px;
}
textarea:hover,
input:hover,
textarea:active,
input:active,
textarea:focus,
input:focus,
button:focus,
button:active,
button:hover
{
    outline:0px !important;
}

input[type="text"], input[type="password"], input[type="email"], input[type="tel"] {
    /** height:25px; **/
    border:1px solid #BABDBF;
    box-shadow: none;
	border-radius:0px;
	padding:5px;
}
input[type="checkbox"]{
	margin-right:5px;
}
#Login input[type="text"]:focus, #Login input[type="password"]:focus, input[type="text"]:focus, input[type="email"]:focus, input[type="phone"]:focus, input[type="url"]:focus, textarea:focus, select:focus, select[multiple]:focus {
    border-color: #ffaa00;
    outline: medium none;
	box-shadow:none;
}
select[multiple]{
	padding: 0;
}
.clear{
	clear:both;
}
/*** UI elements ***/
.primaryText{
	color: #333;
}
.primaryBackground{
	background-color:#00578E;
}
.applicationTitle{
	font-size: 24px;
	font-weight:bold;
	margin-top:60px;
	margin-bottom:5px;
	margin-left:15px;
}
.applicationTitle .link{
	font-size: 13px;
	margin-bottom:5px;
	font-weight:normal;
}
.applicationTitle:first-child{
	margin-top:150px;
}
.pageTitle{
	font-size: 18px;
	font-weight:bold;
	margin-top:20px;
	margin-bottom:20px;
	margin-left:15px;
}
.fillerText{
	font-size:14px;
	line-height:20px;
	margin-left:15px;
}
.primaryButton.actionButton {
	margin-left: 10px;	
}
.primaryButton {
	padding:5px 10px;
    font-weight:600;
    color: #FFF;
	border: 1px solid #00578E;
	background-color:#00578E;
	border-radius: 2px;
	font-size:12px;
	cursor:pointer;
}
.primaryButton.pull-right {
	margin-right: 20px;
}
.primaryButton:hover, .primaryButton:focus {
    background-color:#7C0000;
    color: #FFF;
}
.primaryDropdown{
	position:relative
}
.primaryDropdown .secondaryButton{
	border-radius: 2px 0px 0px 2px;
	float:left;
}
.primaryDropdown .dropdown-toggle{
	border-radius: 0px 2px 2px 0px;
	background-color: #999;
	border: 1px solid #999;
	border-left: 1px solid #FFF;
	padding: 14px 15px;
	background-image:url(../img/white_arrow.png);
	background-repeat:no-repeat;
	background-position:center;
}
.primaryDropdown.open .dropdown-toggle{
	background-image:url(../img/white_arrow.png);
	background-repeat:no-repeat;
	background-position:center;
	background-color: #777;
	border: 1px solid #999;
	border-left: 1px solid #FFF;
}
.primaryDropdown .dropdown-toggle:hover{
	background-color: #777;
	border: 1px solid #777;
	border-left: 1px solid #FFF;
}
.primaryDropdown .dropdown-menu{
	border-radius: 0px;
	top:27px;
	left:-12px;
	cursor:pointer;
}
.primaryDropdown .dropdown-menu:hover{
	background-color: #CCC;
}
.primaryDropdown .dropdown-menu li{
	padding:5px 10px;
}
.topLabelInputField {
    margin:15px 0px;
}
.topLabelInputField span {
    font-size:1.1em;
    font-weight:600;
    width:100%;
}
.odd{
	background-color: #FFF;
}
.even{
	background-color: #e1e2e4;
}
.sort {
	background-image: url(../img/sort.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding: 5px 20px;
}
.sort.desc{
	background-image: url(../img/sort_Desc.png);
}
.sort.asc{
	background-image: url(../img/sort_asc.png);
}
.sort:hover{
	background-color: #CCC;
	cursor:pointer;
}
.warning{
	background-color: #c75137;
    color:#fff;
    padding:5px 10px;
    margin-top:15px;
    /*display:none;*/
    display:inline-block;
    width:100%;
    border-radius: 3px;
    -webkit-box-shadow: 2px 2px 2px 0px #919191;
    -moz-box-shadow: 2px 2px 2px 0px #919191;
    box-shadow: 2px 2px 2px 0px #919191;
}

.warning .pull-left{
	position:relative;
	top:3px;
}

.warning .close{
	display:inline-block;
    float:right;
    font-size:1.0em;
    line-height:1.2em;
    color:#FFFFFF;
    /** override bootstrap properties **/
    opacity:1;
    font-weight: bold;
	position:relative;
	top:3px;
}
.error {
    background-color: #990000;
    color:#fff;
    padding:5px 10px;
    margin-top:15px;
    /*display:none;*/
    display:inline-block;
    width:100%;
    border-radius: 3px;
    -webkit-box-shadow: 2px 2px 2px 0px #919191;
    -moz-box-shadow: 2px 2px 2px 0px #919191;
    box-shadow: 2px 2px 2px 0px #919191;
}
.error .close {
    display:inline-block;
    float:right;
    font-size:1.0em;
    line-height:1.2em;
    color:#FFFFFF;
    /** override bootstrap properties **/
    opacity:1;
    font-weight: bold;
	position:relative;
	top:3px;
}
.error .pull-left{
	position:relative;
	top:3px;
}
.emphasis {
    font-size:1.1em;
    color:#00578E;
    font-weight:700;
}

.headerTitle {
    padding : 30px 0px 20px 0px;
}

.inlineLink {
    margin-left:10px;
    margin-right:10px;
}

#navigation > li.active > a, #navigation > li.active > a:hover {
    background-color:#00578E;
    color:#ffffff;
}

#searchFilterHeader{
	width:100%;
	border-bottom:1px solid #CCC;
	float:left;
}
#portalSearch{
	margin-top:10px;
	width:100%;
}

.filterTitle{
	font-weight: bold;
}

.filterOption{
 	color: #000000;
  	background: #ffffff;
  	text-decoration: none;
  	float:left;
  	padding: 10px 20px 10px 20px;
  	border: solid #CCC 1px;
  	width:18%;
}
.Active{
	color: #ffffff;
	background: #51616b;
}

.Image{
	float:left;
	width:25%;
}

.Image > img{
	width:100%;
}
.brandExample:hover { 
	position: relative;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -ms-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  opacity: 1;
  transform: scale(4.0);
  -ms-transform: scale(4.0); /* IE 9 */
  -webkit-transform: scale(4.0); /* Safari and Chrome */
  z-index: 99999;

}

.navigationBar{
	background-color:#f6f7f7;
	border-top: 1px solid #d1d2d4;
	border-bottom: 1px solid #d1d2d4;
	width:100%;
	padding-top:5px;
	padding-bottom:5px;
	padding-right:15px;
	float:left;
	min-height:36px;
}
.menu{
	padding:3px 15px;
	border-radius: 2px;
	float:left;
	cursor:pointer;
	font-size:13px;
	margin-left:15px;
	cursor:pointer;
	background-image:url(../img/navbar_arrow_inactive.png);
	background-repeat:no-repeat;
	background-position: 0px 30px;
	background-color:#f6f7f7;
}
.menu.dropdown{
	padding:3px 30px 3px 15px;
	background-image:url(../img/navbar_arrow_inactive.png);
	background-repeat:no-repeat;
	background-position: 90%;
}
.navigationBar div .menu{
	color:#333;
}
.navigationBar div .menu.dropdown:hover{
	background-image:url(../img/navbar_arrow_active.png);
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
.navigationBar .open .menu.dropdown{
	background-image:url(../img/navbar_arrow_active.png);
	background-color: #CCC;
	color:#FFF;
	box-shadow:none;
}
.navigationBar  .menu:hover{
	background-color: #CCC;
	color:#FFF;
}
.navigationBar  .menu.active{
	background-color: #58585b;
	cursor: pointer;
	color: #FFF;
	font-weight: bold;
}
.navigationBar .menu.dropdown.active{
	background-image:url(../img/navbar_arrow_active.png);
}
.navigationBar .dropdown-menu{
	left:15px;
	margin-top:25px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	box-shadow:none;
}
.navigationBar .dropdown-menu li{
	padding: 5px 15px;
	color: #333;
}
.navigationBar a{
	color:#333;
}
.navigationBar .dropdown-menu li:hover{
	background-color:#CCC;
}
.navigationBar .dropdown-menu > li > a{
	padding:0px;
}
.navigationBar .dropdown-menu > li > a:hover{
	background-color:#CCC;
}
.tabArea{
	float:left;
	width:97%;
	margin: 0px 15px;
}
.tab{
	padding: 10px 15px;
	float:left;
	cursor:pointer;
	position:relative;
	top:1px;
	font-size:13px;
	border-top:3px solid #FFF;
	border-bottom: 1px solid #d1d2d4;
}
.tab:hover{
	background-color: #f5f5f5;
	border-top: 3px solid #f5f5f5;

}
.tab.active{
	border-bottom: 1px solid #f6f7f7;
	background-color: #f6f7f7;
	border-right:1px solid #d1d2d4;
	border-top:3px solid  #00578E;
	border-left:1px solid #d1d2d4;
	cursor:default;
}
.searchArea{
	margin-top:15px;
}
.secondaryButton{
	background-color: #999;
	padding:5px 10px;
    font-weight:600;
    color: #FFF;
	border: 1px solid #999;
	border-radius: 2px;
	font-size:12px;
	cursor:pointer;
}
.secondaryButton:hover{
	background-color: #777;
	border: 1px solid #777;
}
.infoIcon{
  	background-color: #fff;
    box-shadow: 0 1px 6px #b4b4b4;
    border-radius: 30px;
	border: 1px solid #00578E;
    cursor: pointer;
    font-family: "Times New Roman",Times,serif;
    font-style: italic;
    font-weight: bold;
    padding: 3px;
    text-align: center;
    width: 24px;
}
.infoIcon:hover{
	background-color:#EEE;
}
.steppedProcess{
	margin-left:auto;
	margin-right:auto;
	background-color:#d1d2d4;
	border: 1px solid #d1d2d4;
	margin-bottom: 15px;
	margin-top: 15px;
	height: 36px;
}
.step a {
    background-color: #FFF;
    color: #333;
    cursor: default;
    display: block;
    float: left;
    line-height: 24px;
    margin-right: 18px;
    padding: 5px 25px;
    position: relative;
    text-decoration: none;
    width: auto;
}
.step.active a {
    background-color: #00578E;
    color: #fff;
}
.step.previous a {
    color: #999999;
	background-image: url(../img/step_checkmark.png);
	background-repeat:no-repeat;
	background-position:10px 12px;
}
.step.first a::before {
    border-bottom: medium none !important;
    border-left: medium none !important;
    border-top: medium none !important;
}
.step.active a::before {
    border-bottom: 17px solid #00578E;
    border-left: 17px solid transparent;
    border-top: 17px solid #00578E;
}
.step a::before {
    border-bottom: 17px solid #FFF;
    border-left: 17px solid transparent;
    border-top: 17px solid #FFF;
    content: "";
    height: 0;
    left: -17px;
    position: absolute;
    top: 0;
    width: 0;
}
.step a::after {
    border-bottom: 17px solid transparent;
    border-left: 17px solid #FFF;
    border-top: 17px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    right: -17px;
    top: 0;
    width: 0;
}
.step.active a::after {
    border-bottom: 17px solid transparent;
    border-left: 17px solid #00578E;
    border-top: 17px solid transparent;
}
.step.last a{
	margin-right: 0px;
}
.step.last a::after {
    border-bottom: medium none !important;
    border-left: medium none !important;
    border-top: medium none !important;
	border-right:1px solid;
	border-bottom:1px solid;
}
#pagination{
 background-color: #FFF;
 border-top:1px solid #d1d2d4;
 padding: 5px 15px;
 margin-top:15px;
 margin-left: -15px;
 margin-right: -15px;
 float:left;
 width:103.1%;
}
.results{
	width: 150px;
	float:left;
	margin-top:5px;
}
.perPage{
	width: 100px;
	float:left;
	position:relative;

}
.perPage .Dropdown{
	position:absolute;
	background-color:#FFF;
	border: 1px solid #d1d2d4;
	margin-top:4px;
	width:100px;
	left:-1px;
}
.perPage .Dropdown ul{
	padding:0px;
	margin-bottom:0px;
}
.perPage .Dropdown ul li{
	padding: 5px 15px;
	list-style:none;
	cursor:pointer;
}
.perPage .Dropdown ul li:hover{
	background-color: #CCC;
}
#pagination .directPagination{
	width: 200px;
	float:left;
	margin-left:135px;
}
#pagination .pageTotalLabel{
	padding: 0px 10px 0px 5px;
}
#pagination .actionDropDownColumn{
	float:right;

}
#pagination .actionDropDownColumn .dropdownButton{
	background-color: #00578E;
	border:none;
}
#pagination .actionDropDownColumn .dropdownButton:hover{
	background-color: #7c0000;
	color:#FFF;
}
.bucket{
	float:left;
}
.bucket textarea{
	width:200px;
	height:150px;
	margin-top:5px;
}
.bucket .link{
	margin-left:5px;
}
.buttonArea{
	float:left;
	margin-top:15px;
}
.buttonArea button{
	margin-top:15px;
	width:140px;
	text-align:center;
}
.buttonArea button img{
	position:relative;
	top:-1px;
	margin-left:3px;
	margin-right:3px;
}
.calendar{
	width:100px !important;
	background-image: url(../img/icon_calendar.png);
	background-repeat: no-repeat;
	background-position: 91% center;
}
.dropdown-menu.datepicker{
	position:absolute;
	background-color:transparent;
	border:none;
}
.datepicker table {
	table-layout:auto !important;
	width:220px !important;
	border:1px solid #d1d2d4;
	position:relative;
	left:15px;
}
.datepicker table td{
	padding: 0px;
	font-size: 11px;
}
.datepicker table th{
	font-size:11px;
	border:none;
	padding:0px;
	border-bottom:1px solid #d1d2d4;
}
.datepicker table th .btn{
	padding:5px 10px;
	background-color: #e8e8e8;
	font-size:13px;
	border:none;
	border-radius:0px;
}
.datepicker table th .btn.pull-left:hover, .datepicker table th .btn.pull-right:hover {
	background-color:#f6f7f7;
}
.datepicker table th.dow{
	background-color: #FFF;
	border-bottom:none;
	padding: 5px;
}

.datepicker table td .btn{
	padding: 2px;
	border-radius: 0px;
	border:1px solid #FFF;
	width: 100%;  /* override angular-strap.tpl.js inline style */
}
.datepicker table td .btn:hover{
	border:1px solid #e8e8e8;
}
.datepicker table td .btn-info{
	background-color: #f4edc1;
	border: 1px solid #ece096;
	color:  #000;
}
.datepicker table td .btn-primary{
	background-color: #fff;
	border: 1px solid #d1d2d4;
	color:  #000;
}
.btn.selectDropdown{
	border-radius:2px;
	height:30px;
	text-align:left;
	background-color: #FFF;
	border: 1px solid #babdbf;
	padding-right:25px;
	background-image:url(../img/dropdown_black_arrow.png);
	background-repeat:no-repeat;
	background-position: center right;
	width:100%;
	overflow:hidden;
}
.btn.selectDropdown .caret{
	display:none;
}

/*** Bootstrap Override ***/
.modal-body{
	background-color: #f6f7f7;
}
.tooltip.in {
  filter: alpha(opacity=100);
  opacity: 1;
}
.form-control{
	height:auto;
	font-size:12px;
	padding:5px;
	border-radius:0px;

}
.btn-link.action-link{
	padding-right: 10px;
}
.btn{
	font-size:inherit;
}
.btn .caret{
	margin-left:10px;
}
.btn.dropdownButton .caret{
	margin-left:0px;
}
.btn-link{
	padding:0px;
	color: #376092;
}
.btn-group-sm > .btn {
	color: #333;
    background-color: #fff;
	font-weight:bold;
	width:50px;
}

.btn-group-sm > .btn-default.enable {
    color: #333;
    background-color: #66CC00;
    border-color: #66CC00;
}

.btn-group-sm > .btn-default.disable {
    color: #fff;
    background-color: #333;
    border-color: #333;
}

*::before, *::after{
	box-sizing: inherit;
}
a:focus{
	border: none;
	outline-offset: inherit;
	outline:none;
}
.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img{
	max-width:none;
}
#navigation > li > .dropdown-menu{
	margin-top:-1px;
	float:left;
}
.form-control:focus{
	box-shadow:none;
	border-color:#ffaa00;
}
.panel{
	margin-bottom:0px;
}
.panel-default > .panel-heading{
	background-color:#FFF;
}
.select.dropdown-menu{
	border-radius: 2px;
	border-top-left-radius:0px;
	border-top-right-radius:0px;
	box-shadow:none;
}
.select.dropdown-menu li a{
	cursor:pointer !important;
}
.select.dropdown-menu li.active a{
	background-color:#FFF !important;
	color: #000;
}
.select.dropdown-menu li.active a:hover{
	background-color:#f5f5f5 !important;
}
/*** Header Elements ***/
#menuContainer{
	position:fixed;
	top:0;
	width:100%;
	z-index:999;
}
#notice{
	width: 100%;
	z-index: 999;
	top: 0px;
	border-bottom: 4px solid rgb(236, 224, 150);
	text-align:center;
	background-color: #f4edc1;
	font-weight:bold;
	font-size:13px;
	padding: 8px 0px;

}
#notice .secondaryButton{
	margin-left:10px;
}
#notice .close{
	margin-left:10px;
	font-size:18px;
	float:none;
}
#navigation a {
    color:#000;
	border:none;
}
#container {
    position:relative;
    max-width:1024px;
	min-height:620px;
    margin:0 auto;
	margin-top:70px;
}
#logoContainer {
    float: left;
    z-index: 999;
	margin-left:15px;
	min-height: 52px;
	display:block;
	position:relative;
}
.logo{
	position:absolute;
	width: 129px;
	height: 26px;
	margin-top: 13px;
	margin-bottom: 13px;
}
#navBar {
    width:100%;
    text-align:right;
    height:70px;
    background-color:#fff;
    border-bottom:20px solid #00578E;
	z-index:999;
}
.navContainer{
	max-width: 1024px;
	margin:0 auto;
}
.navContainer button{
	padding: 16px 15px 15px 15px;
	float:right;
	border:none;
	text-transform:uppercase;
	border-radius:0px;
}
.navContainer button:hover{
	background-color: #CCC;
}
.navContainer a:hover{
	text-decoration:none;
}
.navContainer .open button{
	background-color: #00578E;
	color: #FFF;
}
#navigation {
	float:right;
    list-style-type:none;
    text-transform:uppercase;
	margin-top:0px;
	margin-bottom:0px;
	padding-left:0px;
}
#navigation li {
    display:inline-block;
    font-size:1.1em;
    line-height:2.2em;
}
#navigation li .dropdown-menu li {
    display:block;
	text-transform:capitalize;
}
#navigation li:hover {
    background-color:#CCC;
}
#navigation li a:hover {
    text-decoration:none;
}
#navigation li.Active {
   background-color: #00578E;
   color: #FFF;
}
.portalSearch{
	width:325px;
	float:right;
	margin-top:11px;
}
.has-feedback .portalSearch.form-control{
	padding-right:20px;
}
.searchIcon{
	background-image:url(../img/search_icon.png);
	background-repeat:no-repeat;
}

.navbar-default {
	background-color: transparent;	
}
#navBar .has-feedback{
	float:right;
}
.has-feedback .searchIcon.form-control-feedback{
	top:18px;
	right:5px;
	width:20px;
	height:20px;
}
.searchContainer{
	position:relative;
	top:40px;
}
.searchResults{
	position:absolute;
	width:250px;
	z-index:999;
	box-shadow: 7px 3px 5px -4px rgba(46, 46, 46, 1);
}
#searchResults {
    z-index: 10;
    position: absolute;
    top: 39px;
	left: 0px;
    background-color:white;
    box-shadow: 7px 3px 5px -4px rgba(46, 46, 46, 1);
    width:325px;
    border: 1px solid #CCC;
}

#searchResults.scroll{
	overflow-y: scroll;
	height: 400px;
}

#searchResults .filterOption{
	padding: 10px 15px;
	float:right;
	cursor:pointer;
  	border-top: 0px;
  	border-bottom: solid #CCC 1px;
  	border-left: solid #CCC 1px;
  	border-right: 0px;
	text-transform: capitalize;
}
#searchResults .filterOption.Active{
	background-color: #404041;
	color:#FFF;
}
#searchResults .description{
	padding:20px;
	background-color:#FFF;
	border-left:1px solid #d1d2d4;
	float:left;
	text-align:left;
	width:253px;
}
#searchResults .scroll{
	width:70%;
	min-width: 219px;
}
#searchResults .image{
	padding:10px;
	float:left;
	padding:0px;
	height:40px;
}
#searchResults .image img{
	margin-top:25px;
	border:1px solid #d1d2d4;
	float:left;
	margin-left: 5px;
	margin-right:5px;

}
.sectionResults{
	float:left;
	border-bottom: 1px solid #d1d2d4;
}
.sectionResults.Active .image, .sectionResults.Active .description, .sectionResults.Active {
	background-color: #CCC !important;
	cursor:pointer;
}
#searchResults .sectionResults.Active .description{
	border-left:1px solid #999;
}
.searchResults .filterTitle{
	padding-left:15px;
	float:left;
	font-weight: bold;
	position: relative;
	top:6px;
}
.image img{
	width:60px;
}
.tooltip-inner {
  width: 200px;
  padding: 8px 12px;
  color: #000;
  box-shadow: 2px 2px 3px #888;
  text-align: left;
  text-decoration: none;
  background-color: #FFF;
  border-radius: 2px;
  opacity: 1;
  word-wrap: break-word;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #FFF;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #FFF;
}
.tooltip.top-right .tooltip-arrow {
  right: 5px;
  bottom: 0;
  border-width: 5px 5px 0;
  border-top-color: #FFF;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #FFF;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #FFF;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #FFF;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #FFF;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #FFF;
}
/*** Log In page elements ***/

.dropdown-menu{
	font-size: 12px;
	padding: 0;
}

.dropdown-menu > li > a{
	padding: 10px 20px;
}
.dropdown-menu > ul > li > a {
	text-align: left;
}

#loginContent {
    background-image: url('/assets/img/home-banner.png');
    width:100%;
    min-height:610px;
    padding-top:140px;
}
#loginBox {
	max-width: 420px;
    padding:20px;
    background-color:#fff;
    border:1px solid #CCC;
    border-radius:3px;
	opacity: .95;
    margin:0px auto;
    -webkit-box-shadow: 7px 3px 5px -4px rgba(46,46,46,1);
    -moz-box-shadow: 7px 3px 5px -4px rgba(46,46,46,1);
    box-shadow: 7px 3px 5px -4px rgba(46,46,46,1);
}
#loginBox .notifications .welcomeText {
    font-size:1.2em;
    font-weight: 600;
}
#loginBox form label, #loginBox form .inlineLink {
    font-size: 13px;
}

/** Forgot password **/

#forgotPasswordContent {

}

#forgotPasswordContent .col-lg-3{
	padding-left: 0px;
	padding-right: 0px;
}

#forgotPasswordContent .col-lg-5{
	padding-left: 0px;
	padding-right: 0px;
}

#forgotPasswordContent .col-lg-6{
	padding-left: 0px;
	padding-right: 0px;
}

#forgotPasswordContent .col-lg-7{
	padding-left: 0px;
	padding-right: 0px;
}

#forgotPasswordContent .col-lg-12{
	padding-left: 0px;
	padding-right: 0px;
}

#forgotPasswordBox {
	background-color: #FAFEFB;
	height:415px;
	border: 1px solid #CCC;
}

.forgotPasswordContentBox {
	padding-top: 20px;
	font-size: 13px;
}

.forgotPasswordSubContentBox {
	padding: 20px 0px;
}

#footer {
    margin:10px;
    text-align:center;
    position:relative;
}
.ruleList ul{
	padding-left:0px;
}
/* Home */

.homeBanner{
    background-image: url('/assets/img/home-banner.png');
	background-repeat:no-repeat;
    width: auto;
    height: 253px;
	float:left;
	width:100%;
}
.welcomeContainer{
	padding-top:15px;
	padding-left:15px;
	padding-right:15px;
	background-color: rgba(102,102,102,0.6);
	max-width: 735px;
	margin-top: 60px;
	margin-left:15px;
	float:left;
	width:75%;
}
.welcomeTitle{
	color:#FFF;
	font-size:18px;
	float:left;
	font-weight:bold;
	z-index:3;
	width:80%;
	position:relative;
	top:3px;
	margin-bottom: 15px;
}
.welcomeContainer .sponsorText{
	float:right;
	margin-top:13px;
	margin-bottom: -15px;
	color:#FFF;
	font-size:12px;
	margin-bottom: 5px;
}
.minifiedDSTLogo{
	width:23px;
	height:26px;
	background-image:url(../img/Broadridge_logo_min.png);
	background-repeat: no-repeat;
	padding: 1px 4px;
	display:block;
	float:right;
	margin-left:10px;
	position:relative;
	margin-top: -10px;
}
#announcements{
	margin-left:15px;
	background-color:#00578E;
	min-height: 15px;
	float:left;
	width:75%;
	max-width:735px;
}
#announcements .announcementTitle, #allAnnouncementsModal .announcementTitle{
	padding:5px 15px;
	font-size:13px;
	color:#FFF;
	font-weight:bold;
	text-transform: uppercase;
}
#announcements .announcementTitle .link, #allAnnouncementsModal .announcementTitle .link{
	float:right;
	color:#FFF;
	font-weight:normal;
	text-transform:none;
}
#announcements .announcementContent{
	height: 90px;
	background-color: #f6f7f7;
	padding:15px 15px 0px 15px;
	overflow-y:auto;
}

#allAnnouncementsModal .allAnnouncementContent .allAnnouncementBox{
	border-bottom:2px solid #d1d2d4;
	padding-bottom: 10px;
	margin-bottom:15px;
}

#announcements .announcementContent .announcement, #allAnnouncementsModal .allAnnouncementContent .announcement{
	padding-bottom:15px;
}
#announcements .announcementContent .title, #allAnnouncementsModal .allAnnouncementContent .title{
	font-weight:bold;
}
#announcements .announcementContent .link{
	float:right;
	font-weight:normal;
}
#announcements .announcementContent .content{
	padding-top:5px;
}
#applist-container{
	background-color:#f6f7f7;
	border-left: 1px solid #d1d2d4;
	border-right: 1px solid #d1d2d4;
	border-bottom: 1px solid #d1d2d4;
}
#applist-container .padding{
	padding: 30px 15px;
}
#applist-container .row{
	margin-top:15px;
}
#applist-container .col-xs-3{
	margin-bottom:15px;
}
#applist-container .form-group{
	margin-bottom:30px;
}
/* applist directive styles */
#applist-container #applist-form * {
    font-size: 14px;
}

#applist-container #sortByLabelDiv {
    width: auto;
}

/* Rating Star*/
#applist-container .app-favourited {
    padding: 0px;
    font-size: 20px;
}
#applist-container .glyphicon-star-empty {
    color: #999999;
}
#applist-container .panel-heading:hover .glyphicon-star-empty:before {
    content: "\e006";
}
#applist-container .glyphicon-star {
    color: #FFAA00;
}

/* app title */
#applist-container .app-title {
    font-family: 'Open Sans SemiBold', sans-serif;
    font-size: 14px;
}


/* Application List styles */
#applist-container .panel-heading {
    cursor: pointer;
}
#applist-container .panel-body {
    cursor: pointer;
	padding: 0;
	min-height:123px;
}
#applist-container .panel-body img {
    width: 100%;
    height: 100%;

    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}
#applist-container .panel-body {
    position: relative;
}
#applist-container .panel .app-desc {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    color: #333;
    padding: 10px;
    text-align: left;

    background-color: #FFFFFF;
    border: solid #367AB4 2px;
    border-radius: 3px;

    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;

    left: 100%;
}
#applist-container .panel .panel-body:hover .app-desc {
    display: block;
    left: 0;
}
#applist-container .panel .infoIcon{
    float: right;
    left: 195px;
    position: absolute;
    top: 94px;
}
#applist-container .selectDropdown{
	width: 160px;
}
@media (min-width: 1024px) {
	.navbar-default .navbar-collapse {
		min-width: 1024px;
	}
}
@media (max-width: 1000px) {
	/* If small device (tablet portrait) wrap the firstNm to prevent too long characters */
	#loggedinFirstNm{
		display: inline-block;
		white-space: nowrap;
	    width: 80px;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    vertical-align: bottom;
		line-height: 40px;
	}
	#greeting {
		line-height: 40px;
		vertical-align: middle;
	}
	#caret {
		vertical-align: middle;
	}
	#applist-container .panel .infoIcon {
		display: none;
	}
	#navBar .has-feedback{
		display: none;
	}
	#navigation a {
		line-height: 40px;
	}
	#navigation li {
		display:block;
		float: none;
		text-align:left;
		font-size:1.1em;
		line-height:2.2em;
	}
	#navigation > li > .dropdown-menu {
		margin-top: -1px;
		float: none;
	}
	.dropdown-menu > li > a {
		display: block;
		text-align: left;

	}
	#navigation li .dropdown-menu li {
		background-color: #ffffff;
	}
	#navigation li .dropdown-menu li:hover {
		background-color: #CCC;
	}
	ul#navigation.nav.navbar-nav.navbar-default {
		background-color: #ffffff;
		border: 1px solid #d1d2d4;
	}
	.navContainer button {
	    padding: 12px 15px 15px 15px;
	}
}

/** Contact US **/

.serviceRep{
	background-color: #F6F7F7;
	border: 1px solid #D1D2D4;
	float:left;
	width:100%;
	margin-top:30px;
	height:122px;
}
.profilePic{
	float:left;
}
.profileInformation{
	float:left;
	padding:15px;
	font-size:12px;
	line-height:20px;
	width:198px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.serviceRep .name{
	font-weight:bold;
}
.feedback{
	margin-top:30px;
	margin-left:15px;
	background-color:#F6F7F7;
	border: 1px solid #D1D2D4;
	max-width:657px;
}
.feedback .feedbackForm{
	padding:15px;
}
.feedbackForm .bold{
	padding-right:15px;
}
.feedbackInput{
	width:100%;
	height:140px;
}
.feedbackForm .primaryButton{
	margin-top:15px;
}
#contactUsContainer .row{
	margin:0px 7.5px;
}
#contactUsContainer .col-sm-4{
	padding: 0px 7.5px;
	width:33.3%;
}
#contactUsContainer .btn.selectDropdown{
	width:200px;
}
/* Account Settings */
#container .form-horizontal .control-label.text-left {
    text-align: left;
}
.link-left {
	margin-left: 15px;	
}
#container #settingsInner form#userInformationWrite #middleName {
    width: 60px;
}
#settingsContainer .col-lg-6{
	width:45%;
}
#settingsContainer .col-lg-5{
	width:35%;
}
#settingsContainer .col-lg-12{
	width:88%;
}
#settingsContainer .primaryButton{
	position:relative;
}
#settingsContainer .subHeader{
    margin-top: 10px;
    margin-bottom: 20px;
}
#settingsContainer .primaryButton {
    margin-left: 10px;
}
#settingsContainer .actionLink {
    margin-left: 15px;
}

/** User Management **/

#adminContainer .formContainer{
	margin-top:30px;
}
#adminContainer .primaryButton, #Container .row .secondaryButton {
	margin-left:15px;
}
#adminContainer .formContainer{
	margin-top:30px;
}
#adminContainer input[type=text]{
	width:250px;
}
#adminContainer .col-lg-3{
	width:30%;
}
#adminContainer label{
	margin-top:5px;
}
#adminContainer .btn-link{
	margin-left:10px;
	margin-right:10px;
}
#userManagementTable{
	margin-top:15px;
}
#systemAccountsTable{
	margin-top:15px;
}

#systemAccountsTable td{
	width:33%;
}

#systemAccountsTable th{
	width:33%;
}
#userManagementTable{
	vertical-align:baseline;
}
#userManagementTable .Column1{
	width:150px;
}
#userManagementTable .Column2{
	width:150px;
}
#userManagementTable .Column3{
	width:100px;
}
#userManagementTable .Column4{
	width:200px;
}
#userManagementTable .Column6{
	width:75px;
}
#userManagementTable .Column7{
	width:200px;
}
/** Dropdown Toggle **/
.dropdownButton{
	background-color: #999;
	padding:5px 10px;
    font-weight:600;
    color: #FFF;
	border: 1px solid #ADADAD;
	border-radius: 2px;
	font-size:12px;
	cursor:pointer;
}
.dropdownButton:hover{
	background-color: #777;
	border: 1px solid #777;
}

/* for modal dialog directive */
.ng-modal-overlay {
    /* A dark translucent div that covers the whole screen */
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 10000px;
    height: 10000px;
    background-color: #999999;
    opacity: 0.607843;
}
.ng-modal-dialog {
    /* A centered div above the overlay with a box shadow. */
    z-index:10000;
    position: absolute;
    width: 50%; /* Default */

    /* Center the dialog */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);

    background-color: #ffffff;
    box-shadow: 2px 2px 5px #666;

    border-radius: 3px;
    border: 1px solid #979797;
}
.ng-modal-dialog-content {
    padding: 10px 30px;
    text-align: left;
    transition: all 1s;
}
.ng-modal-close {
    position: absolute;
    top: 3px;
    right: 5px;
    padding: 5px;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
}

/* config user settings change password modal dialog */
.ng-modal-dialog-content div.form-group label {
    text-align: left;
    font-weight: normal;
}

/* customizing for Nav bar */
#navigation .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #00578E;
    color: #fff;
}

#navigation .dropdown-menu{
	text-transform:none;
}

button.ng-invalid{
	/*border: solid 1px #FC4545 !important;
	will work on this later : WIN*/
}

.inputError {
	border: solid 1px #FC4545 !important;
}

.textError {
	color: #FC4545;
}

.textNotes {
	color: #FC4545;
}

.success {
    background-color: #4AB160;
    color: #FFFFFF;
    padding: 5px 10px;
    margin-top: 15px;
    /*display:none;*/
    display: inline-block;
    width: 100%;
    border-radius: 3px;
}

.success .close {
    display: inline-block;
    float: right;
    font-size: 1.0em;
    line-height: 1.2em;
    color: #FFFFFF;
    /** override bootstrap properties **/
    opacity: 1;
    font-weight: bold;
	position:relative;
	top:3px;
}
.success .pull-left{
	position:relative;
	top:3px;
}
span .asterisk {
	margin-top: 5px;
}

.customerDescendantsTable{
	border:  none;
	margin:  0;
	width:  100%;
}
.customerDescendantsTable .column1{
	padding:80px;
}
.asterisk:before {
	margin-left: 5px;
	content: '\002A';
	font-weight: bold;
	color: #990000;
}

.legend .asterisk:before {
	padding-left: 15px;
	margin-left:0px;
}
#settingsContainer .asterisk:before{
	margin-left:0px;
}

.editableInput {
	margin-left: 0px;
}

.greyLine {
	border: solid 1px #D6D7D8;
	border-top-width: 1px;
}
/** User Credentials **/
#addUserSetup{
	width:711px;
}
#addUserContainer .form-horizontal .control-label{
	text-align:left;
}
#addUserContainer .btn-link{
	margin-right:15px;
}
#addUserContainer .control-label{
	padding-left:0px;
}
#addUserContainer .section{
	margin-top: 15px;
}

#addUserContainer .control-text-value-col {
    text-align:left;
    padding-left:15px;
    height:29px;
}

/** Permissions **/
#permissionsTable{
	margin-top:15px;
	margin-bottom:15px;
	margin-left:0px;
	margin-right:0px;
	width:100%;
	border: 1px solid #d1d2d4;
}
#permissionsTable .column2{
	width: 180px;
	padding: 10px 15px 10px 20px;
	text-align: center;
}
#permissionsTable .column3{
	width:100px;
	padding: 10px 15px 10px 20px;
	text-align: center;
}
#permissionsContainer .btn-link{
	margin-right:15px;
}

/** Confirmation **/

#confirmationContainer .section{
	margin-top:15px;
}
#confirmationContainer .btn-link{
	margin-right:15px;
}
#confirmationContainer h4{
	margin-top:15px;
}
#confirmationContainer .control-label{
	padding-left:0px;
}
#confirmationContainer .checkbox{
	margin-top:0px;
	margin-bottom:5px;
}

/** Confirmation **/

#userProfileContainer .formContainer{
	border-radius: 0px 0px 2px 2px;
}
#userProfileContainer h4{
	margin-bottom:15px;
}
#userProfileContainer .section{
	margin-top:15px;
}
#userProfileContainer .control-label{
	text-align:left;
	padding-left:0px;
}

#userProfileContainer .control-text-value-col {
    text-align:left;
    padding-left:15px;
    height:29px;
}

.ruleList {
	text-align:left;
}
.required {color:#FF0000;}
.form-horizontal .control-label {text-align:left;}

#searchApplications {
	width: 341px;
}

/** Sign on as User **/
#signOn{
	margin-top: 275px;
}
#signOn .modal-body{
	font-size:14px;
}
#signOn .modal-footer .secondaryButton{
	margin-right:10px;
}

/** Checkbox Dropdown**/
.checkboxDropdown {
	border:1px solid #ccc;
	background-color:white;
	padding:5px;
	padding-right:25px;
	display:inline-block;
	cursor:pointer;
	position:relative;
	border-radius:2px;
	width:117px;
	z-index:100;
	background-image:url(../img/checkbox_dropdown_arrow.png);
	background-position: right center;
	background-repeat:no-repeat;
}
.checkboxDropdown.disabled{
	opacity:0.8;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	cursor:default;
	background-image:url(../img/dropdown_disabled_arrow.png);
	background-position: right center;
	background-repeat:no-repeat;
}
.selectedOptions {
	width:100%;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.checkboxDropdown .Options {

	background-color:#fff;
	/*position:absolute;
	top:49px;
	left:-1px;*/
	width:100%;
	list-style:none;
	padding-left:0px;

}
.OptionLine {
	padding:5px;
	cursor:pointer;
	word-break:break-all;
}
.OptionLine:hover {
	background-color:#f5f5f5;
}
.ActiveCheckboxLine:hover {
	background-color:#e5e5e5;
}
.OptionLine.DisabledCheckboxLine {
	color:#ccc;
}
.OptionLine.DisabledCheckboxLine:hover {
	background-color:#fff;
	cursor:default;
}
.SelectAllPanel {
	background-color:#fff;
	padding:5px;
	border-bottom:1px solid #ccc;
	margin-left:10px;
	margin-right:10px;
	text-align:center;
}
.OptionsContainer {
	display:none;
	background-color:#fff;
	position:absolute;
	width:100%;
	max-height:150px;
	overflow-y:auto;
	overflow-x:hidden;
	border:1px solid #ccc;
	box-shadow:0px 2px 3px #ccc;
	top:24px;
	left:-1px;
	border-radius:0px 2px 2px 2px;
	z-index: 100;
}
.OptionsContainer label{
	width:100%;
}
.indent {
	padding-left: 30px;
}

/* Tree table */
table {
	border: 1px solid #d1d2d4;
	border-left: none;
	border-right: none;
	margin: 0px -15px;
	width: 103.1%;
}

table .customerAssignmentTable {
	border: 0px;
	table-layout: fixed;
	border-collapse: separate;
	margin: 0px;
	width: 100%;
	border-spacing: 0;
}

/** Customer Assignment **/
#customerAssignmentTable {
	border: 1px solid #d1d2d4;
	border-collapse: collapse;
	margin : 0px;
	width: 100%;
	border-spacing: 0;
	margin: 0px;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color:#FFF !important;
}
#customerAssignmentContainer .control-label {
	padding-left: 0px;
}

#customerAssignmentTable .column1 {
	width: 80px;
	text-align: center;
}

#customerAssignmentContainer .btn-link {
	margin-right: 15px;
}

#customerAssignmentTable .column2 {
	padding: 10px 10px 10px 30px;
}

#customerAssignmentTable .sort {
	background-image: url(../img/sort.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding: 10px 10px 10px 30px;
}

#customerAssignmentTable .sort.desc {
    background-image: url(../img/sort_Desc.png);
}
.addCustomer{
	text-align: right;
}
.table-nested {
	background: #fff;
	/*   border: 2px solid #444; */
	text-align: left;
	margin:0;
	width:100%;
}

.table-nested th {
	padding: 0px;
}

.table-nested th+th,.table-nested th+td,.table-nested td+th,.table-nested td+td
	{
	padding-top: 10px;
	padding-bottom: 10px;
}

.table-nested td {
	/*   border-top: 1px solid; */
	border: 0px;
	padding: 0px;
}

.table-nested td[colspan] {
	border: none;
}

.table-nested .cell-input {
	width: 80px;
	/*   border-right: 1px solid; */
	text-align: center; /* center checkbox horizontally */
	vertical-align: middle; /* center checkbox vertically */
}

.table-nested .cell-members {
	width: 150px;
}

.table-nested .indent {
	display: inline-block;
}

.table-nested .parent>.cell-name {
	cursor: pointer;
}

.table-nested .parent>.cell-name>.indent {
	margin-right: 10px;
}

.table-nested .parent>.cell-name>.indent:before {
	content: "\25b6";
	font-family: FontAwesome;
	display: inline-block;
	-moz-transition: -moz-transform 0.3s;
	-o-transition: -o-transform 0.3s;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}

.table-nested .children {
	display: none;
}

.table-nested .opened>tr>.cell-name>.indent:before {
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.table-nested .opened>.children {
	display: table-row;
}

.has-feedback .searchIcon.form-control-feedback.searchConsumer{
	top: 5px;
	right: 15px;
	width: 20px;
	height: 20px;
}

/* Pagination */

.PaginationContainer {
	position:relative;
	display:inline;

}
.PaginationLeft {
	border:1px solid #CCC;
	border-radius:2px 0px 0px 2px;
	background:#fff url('../img/pagination_left.png') center center no-repeat;
	padding:4px 12px;
	display:inline;
}
.PaginationRight {
	border:1px solid #CCC;
	border-left:none;
	border-radius:0px 2px 2px 0px;
	background:#fff url('../img/pagination_right.png') center center no-repeat;
	padding:4px 12px;
	display:inline;
}
.PaginationLeft:hover, .PaginationRight:hover {
	background-color:#f5f5f5;
}
.PaginationLeft.Disabled, .PaginationRight.Disabled {
	background-color:#f5f5f5;
	cursor:default!important;
}
.PaginationLeft.Disabled {
	background:#f5f5f5 url('../img/pagination_left_grey.png') center center no-repeat;
}
.PaginationRight.Disabled {
	background:#f5f5f5 url('../img/pagination_right_grey.png') center center no-repeat;
}

.PaginationDots {
	float:left;
	padding-right:20px;
	padding-top:8px;
}
.PaginationLeft:hover, .PaginationRight:hover {
	cursor:pointer;
}

.InlineDropdown {
	color:#000;
	background-image:url('../img/dropdown_black_arrow.png');
	background-position:105% 50%;
	background-repeat:no-repeat;
	padding:4px 9px;
	padding-right:20px;
	border:1px solid transparent;
	z-index:100;
}
.zIndex0{
	z-index:0;
}
.InlineDropdown:hover {
	border:1px solid #d0d2d3;
	background-color:#f5f5f5;
	border-radius:2px;
	cursor:pointer;
}
.InlineDropdown.Active {
	border:1px solid #d0d2d3;
	border-radius:2px;
	cursor:pointer;
	background-color:#e2e3e1;
	position:relative;
}

#Pagination {
}
#Pagination .Results {
	float:left;
	margin-top:3px;
	padding-left:12px;
}
#Pagination .PerPage {
	float:left;
	margin-top:3px;
	z-index:100;
	position:absolute;
}
#Pagination .PerPage .Dropdown {
	position:absolute;
	left:0px;
	top:23px;
	width:92px;
	border:1px solid #ccc;
	background-color:#fff;
	z-index:100;
}
#Pagination .PerPage .Dropdown ul li {
	list-style-type:none;
	padding:5px 10px;
}
#Pagination .PerPage .Dropdown ul li:hover {
	background-color:#e2e3e1;
	cursor:pointer;
}

#Pagination table {
	border: 0px;
}

#Pagination table td{
	vertical-align:baseline;
}


.TableActions {
	float:right;
}
#Pagination .ViewMode {
	float:right;
}
.noBullets {
	list-style-type:none;
}
.DirectPagination {
	float:left;
	margin-left:10px;
	width:100%;
	margin-top:2px;
}
.GoToPage {
	width:23px;
	border-radius:2px!important;
	-moz-border-radius:2px!important;
	-webkit-border-radius:2px!important;
	text-align:center;
}

.ProgressBar {
	list-style-type:none;
	background-color:#fff;
	width:100%;
	height:35px;
	border-bottom:1px solid #ccc;
}
.ProgressBar li {
	float:left;
	padding:10px 30px 10px 10px;
	font-size:12px;
	font-weight:700;
	color:#ccc;
}
.ProgressBar li.Active {
	background-color:#2e2e2e;
	color:#fff;
	position:relative;
	margin-right:30px;
}
.ProgressBar li.Active:after {
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 17.5px 0 17.5px 20px;
	border-color: transparent transparent transparent #2e2e2e;
	content:"";
	position:absolute;
	right:-20px;
	top:-0px;
}
.HalfPanel {
	width:45%;
	padding:10px;
	background-color:#fff;
	border:1px solid #ccc;
	float:left;
}
.HalfPanel .Title, .SectionTitle {
	font-size:14px;
	font-weight:700;
	text-transform:uppercase;
	border-bottom:none;
}
.HalfPanel p {
	margin-bottom:10px;
}
.PaginationArrowRight {
	border:1px solid #CCC;
	background-color:#fff;
	border-left:none;
	border-radius:0px 3px 3px 0px;
	padding:5px 8px;
	display:inline-block;
}
.PaginationArrowLeft {
	border:1px solid #CCC;
	background-color:#fff;
	border-radius:3px 0px 0px 3px;
	padding:5px 8px;
	display:inline-block;
}
.PaginationArrowRight:hover, .PaginationArrowLeft:hover {
	cursor:pointer;
}
.ClickTooltip {
	position:absolute;
	top:35px;
	left:-43px;
	padding:8px 12px;
	background-color:#000;
	opacity:0.8;
	color:#fff;
	text-align:center;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	z-index:10000000;
}
.ClickTooltip:before {
	content:' ';
	position:absolute;
	top:-5px;
	left:45%;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 5px 5px 5px;
	border-color: transparent transparent #000 transparent;
}
.ClickTooltip.TopTool:before {
	top:100%;
	left:45%;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 5px 5px 0px 5px;
	border-color: #000 transparent transparent  transparent;
}
#TB_window .ClickTooltip:before, #DB_window .ClickTooltip:before{
	left:45%;
}
.TooltipPosition{
	position:relative;
}
.Hidden {
	display: none;
}

/** Password Modal **/

#passwordModal .col-lg-4 {
	padding-left:0px;
	padding-top:5px;
}
#passwordModal .ruleList{
	padding-left:0px;
}
#passwordModal .ruleList ul{
	padding-left:13px;
}

#resetPasswordModal .msgBox {
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
}

#duplicationSessionConfirmModal .msgBox {
	text-align:left;
}

/** Modal Overlay **/
.modal-sm {
	width:350px;
}

.modal-body .msgBox {
	border-radius: 3px;
	margin: 5px;
	padding: 15px;
	text-align: center;
}

.modal-body .msg {
	font-weight: bold;
}

.modal-body .msgLink {
	color:#FFF;
	font-weight: bold;
}

.ellipsis-box{
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
/** Client Settings **/
#clientSettingsContainer .form-group{
	float: left;
	width:100%;
}
#clientSettingsContainer .pageTitle{
	margin-bottom:5px;
}
#clientSettingsContainer .fillerText{
	margin-bottom:15px;
}
#clientSettingsContainer img{
	margin-top:15px;
	border: 1px solid #d1d2d4;
}
#clientSettingsContainer label{
	margin-top:5px;
}
#clientSettingsContainer .col-lg-5 .col-lg-4{
	padding-left:0px;
}
.rowWithinColumn {
	margin-left: 0px;
}
.submitButtonLeft {
	margin-left: 15px;
}
#clientColor{
	width:75px;
	float:left;
}
#clientPrimaryButtonColor{
	width:75px;
	float:left;
}
.colorBox{
	width:15px;
	height:15px;
	background-color: #00578E;
	float:left;
	margin-left:10px;
	margin-top:5px;
	border: 1px solid #d1d2d4;
}
.primaryButtonColorBox{
	width:15px;
	height:15px;
	background-color: #00578E;
	float:left;
	margin-left:10px;
	margin-top:5px;
	border: 1px solid #d1d2d4;
}
.hexText{
	float:left;
	margin-right:5px;
	margin-top:5px;
}
.specifications{
	color:#939597;
	margin-top:5px;
}
.imageName{
	margin-left: 10px;
	display: inline;
}
.upload{
    float:left;
}
.uploadButton {
	position: relative;
	overflow: hidden;
}
.uploadButton input[type=file] {
	position: absolute;
	top: 0;
	right: 0;
	min-width: 100%;
	min-height: 100%;
	font-size: 100px;
	text-align: right;
	filter: alpha(opacity=0);
	opacity: 0;
	outline: none;
	background: white;
	cursor: inherit;
	display: block;
}

#imagePreview {
	width: 180px;
	height: 180px;
	background-position: center center;
	background-size: cover;
	-webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, .3);
	display: inline-block;
}

.clientLogo {
	width: 117px;
}

.homeBg {
	width: 300px;
}

span.inlineError {
	display: inline;
	margin-left: 10px;
	color: #FF0000;
}

.footerNotice {
	font-weight: bold;
	text-decoration: underline;
}

#clientSettingsContainer .form-group .link:first-child{
	margin-right:10px;
}
#ClientSettingsModal .modal-body{
	border-radius: 4px;
	text-align:center;
	font-size:13px;
}
#ClientSettingsModal .modal-dialog{
	top:25%;
}
#clientSettingsContainer #example{
	margin-top:5px;
}

#emulatedLogin {
	font-size: 11px;
	text-transform:none;
	text-algin:left;
}

#emulatedLogin a{
	color:#376092;
}

/** System Announcements **/

#announcementContainer .formContainer{
	margin-top:15px;
}
#announcementContainer .formContainer label{
	padding-right:0px;
	margin-top:5px;
}
#announcementContainer .formContainer input[type=text]{
	width:100%;
}
#announcementContainer .formContainer .col-lg-1{
	width:6%;
	text-align:right;
}
#announcementContainer .formContainer .primaryButton{
	float:right;
	margin-right:15px;
}
#announcementContainer table .Column2{
	width:200px;
}
#announcementContainer table .Column3{
	width:120px;
}
#announcementContainer table .Column4{
	width:100px;
}
#announcementContainer table .Column5{
	width:170px;
}
#announcementContainer table .Column6{
	width:200px;
}
#createAnnouncementModal .modal-dialog{
	width:800px;
}
#createAnnouncementModal .row{
	margin-top:15px;
}
#createAnnouncementModal .modal-footer button{
	margin-left:10px;
}
#createAnnouncementModal input[type='text']{
	width:95%;
}
#createAnnouncementModal label{
	margin-top:5px;
}
#createAnnouncementModal .col-lg-3{
	width:23%;
}
#createAnnouncementModal .col-lg-9{
	width:76%;
}
#createAnnouncementModal .duration{
	margin-top:15px;
	position:relative;
}
#createAnnouncementModal .duration .datepicker{
	position:absolute !important;
}
#createAnnouncementModal .calendarLabel{
	margin-right:10px;
}
#createAnnouncementModal .col-lg-6 .form-control {
	width:60%;
}
#createAnnouncementModal .infoIcon, #editEntitlementConfig .infoIcon{
	background-color: transparent;
  box-shadow: none;
	border: 1px solid #00578E;
	position:absolute;
	margin-left:5px;
	width:20px;
	font-size:11px;
	padding:1px;
}

.black{
    color:#333;
}

/** loading widget **/
.loading {
	color: #282828;
	z-index: 900;
	width: 200px;
	text-align: center;
	padding: 20px 0;
	background-color: #CCC;
	opacity: 0.8;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	border-radius: 2px;
	-moz-border-radius: 2px;
	font-size: 14px;
	font-weight: 600;
	top: 50%;
	left: 50%;
	position: fixed;
	margin-top: -9em; /*set to a negative number 1/2 of your height*/
	margin-left: -9em; /*set to a negative number 1/2 of your width*/
}

.loadingIcon{
	height: 10px;
}

.currentlyProcessing:hover {
    opacity : 0.2;
	cursor: default;
}

.processingButton {
	background-image: url(../img/loading-on-link.gif);
	background-position: -100% center;
	background-repeat: no-repeat;
}

.content{
    margin: 10px 0 0 10px;
}


/** Application Settings **/
#applicationSettingsContainer .form-horizontal .control-label {
	text-align: left;
}
#applicationSettingsContainer .btn-link {
	margin-right: 15px;
}
#applicationSettingsContainer .control-label {
	padding-left: 0px;
}
#applicationSettingsContainer .section {
	margin-top: 15px;
}
#applicationSettingsContainer .steppedProcess{
	margin-left: auto;
	margin-right: auto;
	background-color: #d1d2d4;
	border: 1px solid #d1d2d4;
	margin-bottom: 15px;
	margin-top: 15px;
	height: 36px;
	width: 601px;
}
#applicationSettingsContainer .body{
	padding: 10px;
}
#applicationSettingsContainer .actionButton {
	padding-bottom: 30px;
}
#applicationSettingsContainer .infoIcon, #systemAccountTypesTable .infoIcon {
	position: absolute;
	margin-top: -5px;
	margin-left: 10px;
}
#applicationSettingsContainer .column {
	margin-left: 10px;
}
#applicationSettingsContainer .selectedItem {
	font-weight: bold;
}
#applicationSettingsContainer .selectedIcon{
	background-image: url(../img/selected_icon.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 20px;
	height: 20px;
	top: 2px;
	margin-left: 5px;
	display: inline-block;
}
#applicationSettingsContainer .inlineError {
	font-weight: normal;
	margin: auto;
}
#applicationSettingsContainer .searchInfoSection {
	padding: 10px;
}
#applicationSettingsContainer .contentSection {
	padding-top: 15px;
}
.list-inline .btn-link {
	margin-right: 15px;
}
#addSystemModal .infoIcon {
	position: absolute;
	margin-top: -5px;
	margin-left: 10px;
}


/** Application Search **/

#applicationSearchContainer .formContainer{
	margin-top: 30px;
}
#applicationSearchContainer .primaryButton, #Container .row .secondaryButton {
	margin-left: 15px;
}
#applicationSearchContainer .formContainer{
	margin-top: 30px;
}
#applicationSearchContainer input[type=text]{
	width: 250px;
}
#applicationSearchContainer label{
	margin-top: 5px;
}
#applicationSearchContainer .btn-link{
	margin-left: 10px;
	margin-right: 10px;
}
#applicationSearchContainer .addButton{
	float: right;
}
#applicationSearchContainer #pagination{
	background-color: #FFF;
	border-top:1px solid #d1d2d4;
	padding: 5px 15px;
	margin-top:15px;
	margin-left: -15px;
	margin-right: -15px;
	float:left;
	width:103.1%;
}
#applicationSearchContainer .results{
	width: 150px;
	float:left;
	margin-top:5px;
}
#applicationSearchContainer .perPage{
	width: 100px;
	float:left;
	position:relative;

}
#applicationSearchContainer .perPage .Dropdown{
	position:absolute;
	background-color:#FFF;
	border: 1px solid #d1d2d4;
	margin-top:4px;
	width:100px;
	left:-1px;
}
#applicationSearchContainer .perPage .Dropdown ul{
	padding:0px;
	margin-bottom:0px;
}
#applicationSearchContainer .perPage .Dropdown ul li{
	padding: 5px 15px;
	list-style:none;
	cursor:pointer;
}
#applicationSearchContainer .perPage .Dropdown ul li:hover{
	background-color: #CCC;
}
#applicationSearchContainer #pagination .directPagination{
	width: 200px;
	float:left;
	margin-left:135px;
}
#applicationSearchContainer #pagination .pageTotalLabel{
	padding: 0px 10px 0px 5px;
}
#applicationSearchContainer #pagination .actionDropDownColumn{
	float:right;

}
#applicationSearchContainer #pagination .actionDropDownColumn .dropdownButton{
	background-color: #00578E;
	border:none;
}
#applicationSearchContainer #pagination .actionDropDownColumn .dropdownButton:hover{
	background-color: #7c0000;
	color:#FFF;
}
#applicationSearchContainer .actionColumn {
	width: 180px;
}
#applicationSearchContainer .appNameColumn {
	width: 300px;
}
#applicationSearchContainer .systemNameColumn {
	width: 300px;
}


/** My Links **/
#myLinksContainer .formContainer {
	margin-top:30px;
}

#myLinksHeadline {
	border-bottom: 1px solid #d1d2d4;
}

#manageMyLinksContainer .formContainer {
	margin-top:30px;
}

#manageLinksTable {
	margin-top:15px;
}

#manageLinksTable .col1 {

}
#manageLinksTable .col2 {
	width:670px;
}
#manageLinksTable .col3 {
	width:100px;
}
#manageLinksTable .col4 {
	width:100px;
}

#linkNameInput {
	width:300px;
}

#linkUrlInput {
	width:300px;
}

/** end My Links **/

/** Doc Library **/
#documentLibraryContainer .formContainer {
	margin-top:30px;
}

#documentLibraryContainer .duration{
	margin-top:15px;
	position:relative;
}
#documentLibraryContainer .duration .datepicker{
	position:absolute !important;
}
#documentLibraryContainer .calendarLabel{
	margin-right:10px;
}

#sharedDocumentLibraryContainer .formContainer {
	margin-top:30px;
}

#documentLibraryTable{
	margin-top:15px;
	vertical-align:baseline;
}

#documentLibraryTable .Column1{
	width:280px;
}
#documentLibraryTable .Column2{
	width:80px;
}
#documentLibraryTable .Column3{
	width:80px;
}
#documentLibraryTable .Column4{
	width:150px;
}
#documentLibraryTable .Column5{
	width:120px;
}
#documentLibraryTable .Column6{
	width:150px;
}
#documentLibraryTable .Column7{
	width:70px;
}

#uploadDocumentsModal input[type=file] {
	width: inherit;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
#uploadDocumentsModal .modal-dialog{
	width:600px;
}
#uploadDocumentsModal .row{
	margin-top:15px;
}
#uploadDocumentsModal .modal-footer button{
	margin-left:10px;
}

#uploadDocumentsModal label{
	margin-top:5px;
}
#uploadDocumentsModal .col-lg-3{
	width:23%;
}
#uploadDocumentsModal .col-lg-9{
	width:76%;
}
#uploadDocumentsModal .col-lg-6 .form-control {
	width:60%;
}

/** end Doc Library **/

/** image management **/

#imageManagementContainer input[type=text]{
	width: 250px;
}
#imageManagementContainer label{
	margin-top: 5px;
}

/** end image management **/


#imageManagementContainer 
.medium {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	float: left;
	width: 66.66666667%;
}

.large {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	float: left;
	width: 100%;
}

#sectionsModal .row, #systemsModal .row {
	padding-top: 10px;
	padding-bottom: 10px;
}

.floatRight{
	float: right;
}

.floatLeft{
	float: left!important;
}

.joblink{
	color:white;
	text-decoration:underline;
}

.joblink:visited{
	color:white;
}

.w80 {
	width: 80px;
}
.w75 {
	width: 75px;
}

.w300 {
    width:300px!important;
}

.w160 {
    width:160px!important;
}

.w125 {
    width:125px!important;
}

.removeMarginTop {
	margin-top:0px!important;
}

.removeMarginBottom {
    margin-bottom:0px!important;
}

.removeMarginLeft {
    margin-left:0px!important;
}

.removePaddingLeft {
    padding-left:0px!important;
}

.notificationMessage {
	margin-left:15px!important;
	margin-right:15px!important;
	margin-bottom:5px!important;
}

.Margin0 {
	margin:0!important;
}

.MarginTop5 {
	margin-top:5px!important;
}

.MarginTop10 {
    margin-top:10px!important;
}

.MarginLeft10 {
	margin-left:10px!important;
}

.MarginLeft15 {
    margin-left:15px!important;
}

.MarginTop15 {
	margin-top:15px!important;
}

.MarginTop20 {
    margin-top:20px!important;
}

.MarginTop30 {
	margin-top:30px!important;
}

.MarginTop150 {
    margin-top:150px!important;
}

.MarginTop50 {
    margin-top:50px!important;
}
.MarginBottom15 {
	margin-bottom:15px!important;
}

.MarginBottom25 {
    margin-bottom:25px!important;
}

.MarginRight15 {
	margin-right:15px!important;
}
.LeftAlign {
	text-align:left!important;
}

.CenterAlign {
    text-align:center!important;
}
.VerticalAlignMiddle {
    vertical-align: middle!important;
}

.BreakWord {
	word-wrap: break-word!important;
}

/** help **/
.helpSection {
	margin-bottom:30px;
}

.helpSection .helpTitle{
	font-size:14px;
	margin-bottom:10px;
}

#helpContainer img.default_img_box {
    width: 100%;
    margin-bottom:10px; 
}

img#help_menu_img_box {
    width:700px!important;
}

img#help_announcements_img_box {
    width:759px!important;
    margin-bottom:10px;
}

img#help_expire_img_box {
    width:700px!important;
    margin-bottom:10px;
}

img#help_homepage_img_box {
    width:765px!important;
    margin-bottom:10px;"
}



.padding-0{
	padding:0 !important;
}

.padding-lr-0{
	padding-left:0px !important;
	padding-right:0px !important;
}

.padding-l-0{
    padding-left:0px !important;
}

.padding-l-0-margin-l-0-align-left {
	margin-left:0px!important;
	padding-left:0px!important;
	text-align: left!important;
}

.padding-l-255 {
	padding-left: 255px!important;
}

.padding-l-25 {
padding-left: 25px!important;
}

#applist-container .padding .row >div {margin-bottom:20px}

.login-box-errormsg-width {
    width:250px;
}

/** menu **/
height-45px {height:45px;}

/** forgot-password modal, temporary-password modal  **/
change-password-modal-msg-box {
	width:442px; 
	margin-top:0px; 
	margin-bottom:10px; 
	margin-left:15px;
}

.padding-left-0px {padding-left: 0px;}
.padding-left-5px {padding-left: 5px;}
.padding-top-7px {padding-top:7px!important;}
.padding-right-0px {padding-right:0px;}
.padding-right-20px {padding-right:20px!important;}
.padding-top-10px {padding-top: 10px!important;}
.font-weight-normal {font-weight:normal;}

.margin-left-10 {margin-left:10px;}
.margin-right-10 {margin-right:10px;}
.margin-bottom-10 {margin-bottom:10px;}
.margin-top-15 {margin-top:15px;}

#pagination input[type="text"].page-num-width {
    width: 50px;
}
 
.width-134px {width:134px!important;}
.width-143px {width:143px!important;}
.width-150px {width:150px!important;}
.width-208px {width:208px!important;}
.width-250px {width:250px!important;}
.width-523px {width:523px!important;}
.width-100pct {width: 100%!important;}

div .width-350px {width:350px;}

.min-width-65px {min-width:65px!important;}
.min-width-133px {min-width:133px!important;}
.min-width-300px {min-width:300px!important;}

.white-space-nowrap {white-space:nowrap;}
.behavior-none {behavior:none;}

#customerAssignmentModal tr .border-bottom {border-bottom: 1px solid #d1d2d4;}
#customerAssignmentModal td .backgrund-color-grey {background: #e1e2e4;}
#customerAssignmentModal .padding-left-20px {padding-left: 20px;}
#customerAssignmentModal .padding-0 {padding:0;}
#customerAssignmentModal div .display-inline-block {display:inline-block;}
#customerAssignmentModal div .margin-left-neg-15px {margin-left: -15px;}

.displayInlineBlock {
	display:inline-block!important;
}

.normalFontWeight { font-weight:normal!important;}

.padding-bottom-30px {padding-bottom: 30px!important;}
.padding-bottom-10px {padding-bottom: 10px!important;}
.padding-bottom-20px {padding-bottom: 20px!important;}
.padding-top-10px {padding-top: 10px!important; }

#addUserContainer .step1-width {width: 165px;}
#addUserContainer .step2-width {width: 157px;}
#addUserContainer .step3-width {width: 166px;}
#addUserContainer .step4-width {width: 167px;}
#addUserContainer .padding-10px {padding: 10px;}

#customerAssignmentTable .margin-auto {margin:auto;}
#customerAssignmentTable th .col-width-25-pct {width:25%;}
#customerAssignmentTable th .no-border-right {border-right:  none;}
#customerAssignmentTable td .facility-text {text-align:center; background:#FFF;}
#customerAssignmentTable td .text-align-center {text-align:center;}

.report-section-data-box {height:300px; overflow-y:auto;}

.report-section-title-border {border-top:1px solid #d1d2d4;border-bottom:1px solid #d1d2d4;}
.report-section-title-col-1 {background-color: #E8E8E8; padding:10px 0px; border-right:1px solid #d1d2d4;}
.report-section-title-col-2 {background-color: #E8E8E8; padding-top:5px; padding-bottom:5px; }

#myLinksContainer .link-list-box {padding:15px 15px 0px 15px;}
#myLinksContainer ul.list-data-item {
	padding-left:0px;
	line-height:2;
	list-style-type: none;
}

#myLinksContainer .cursor-pointer {cursor:pointer;}

#sysAccountsAddSystemModal .selectDropdown.text-overflow-elp {text-overflow: ellipsis;}

#databaseMaintenanceContainer .jobScheduleEditBox {
	padding:0px 30px 30px 30px;
}

.noShowIframeBox {
	position:absolute;
	top:-9999px;
	left:-9999px;
}

#federated-sso-logout {
	padding-top: 100px;
}

.ssoMappingTable{
	border: none;
	margin-top:15px!important;
}

.ssoMappingSubContainer{
	padding-right: 30px;
	width:125px!important;
	text-align:center!important;
}

.ssoMappingDeleteAssignment{
	max-height:175px;
	overflow-y:auto;
}