.page-container {
	width: 100%;
	height: 100%;
}

.page-container .main-content {
	position: relative;
	padding: 0 15px;
	vertical-align: top;
	word-break: break-word;
	width: 100%;
	-webkit-transition: opacity 100ms ease-in-out;
	-moz-transition: opacity 100ms ease-in-out;
	-o-transition: opacity 100ms ease-in-out;
	transition: opacity 100ms ease-in-out
}

.form-group {
	position: relative;
	margin-bottom: 15px;
}

.ui.comments {
	clear: both;
	margin-top: 100px;
}

/* Search Bar - not used anymore - delete */
.search-bar label {
	display: none;
}
/* End Search Bar */

.dashboard-title {

}

.modal-backdrop {
	height: 100%;
	width: 100%;
}

.modal-content {
	border-radius: 0;
}
.modal-footer {
	border: 0;
	background: #eee;
}
.ui.modal > .close {
	display: none;
}
.ui.modal > .content {
	height: 500px;
}
.instruction-row {
	margin-bottom: 5px;
}

.full-width {
	width: 100%;
	padding: 0;
}

.dimmer {
	position: relative;
}

.locale-flag {
	right: 15px;
	position: absolute;
}

.reload-wrapper {
	right: 15px;
	position: absolute;
}

.modal-dialog {
	width:  60%;
	min-height: 800px;
}

.confirmed-bar {
	padding: 10px 30px;
	background: #72C002;
	color: #fff;
	font-weight: 300;
}

.login,
.password-reset,
.forgot-password {
	background: url("../../img/bg-login.jpg") top center no-repeat;
	background-size: cover;
	height: 100vh;
	padding-top: 200px;
	padding-bottom: 430px; 
}
.login .login-wrapper,
.password-reset .password-reset-wrapper,
.forgot-password .forgot-password-wrapper {
	width: 500px;
	margin: 0 auto;
	background: #fff;
	box-shadow: 0 0 40px rgba(75,75,75,0.35);
	padding: 0 30px 30px;
	overflow: hidden;
}
.login .form-control,
.password-reset .form-control,
.forgot-password .form-control {
	border: 0;
	border-bottom: 1px solid #ccc;
	border-radius: 0;
	box-shadow: none;
	font-family: 'dax';
}
.login .login-wrapper form > div:not(:last-child),
.password-reset .password-reset-wrapper form > div,
.forgot-password .forgot-password-wrapper form > div {
	margin-bottom: 35px;
}
.login .login-wrapper .login-header,
.password-reset .password-reset-wrapper .password-reset-header h1,
.forgot-password .forgot-password-wrapper .forgot-password-header h1 {
    text-indent: -9999px;
    background: url("../../img/bmo_capitalmarkets_logo.jpg") center center no-repeat;
    background-size: 50% 50%;
    margin: 0;
    height: 70px;
    padding: 0;
}
.login .login-error, 
.password-reset .password-reset-error,
.forgot-password .forgot-password-error {
    display: block;
    background: #d93d33;
    padding: 10px 30px;
    color: #fff;
    margin: 0 -30px 35px;
}

.link-error {
	display: block;
    background: #d95c5c;
    padding: 10px 10px;
}

.forgot-password-btn {
	margin-right: 5px;
}

/* ### SIMON TODO: FIX UP ### */
.ui.button.filter-selected {
    border: solid #00ff9d 1px;
}
.ui.button.filter-deselected {
    border: solid #999999 1px;
}

/* User Preferences */
.user-preference-form { 
	width: 50%; 
	margin: 10px;
}
.userPreferenceModal div div.modal-content  {
	width: 30%;
	position: relative;
	left: 90%;
}
.userPreferenceModal div div.modal-content div  {
	width: 95%;
}
.userPreferenceModal div div.modal-content div .ng-valid  {
	width: 100%;
}
.userPreferenceSelectbox {
	margin: 0 0 10px 0;
}

/* OLBB Styles */
.econf-filter .filter-fields .filter-col.col-2 {
	width: 10%;
}
.econf-filter .filter-fields .filter-col.col-3 {
	width: 10%;
}
.econf-filter .filter-fields .filter-col.col-4 {
	width: 10%;
}
.econf-filter .filter-fields .filter-col.col-5 {
	width: 10%;
}
.econf-filter .filter-fields .filter-col.col-6 {
	width: 8%;
}
.econf-filter .filter-fields .filter-col.col-7 {
	width: 10%;
}
.econf-filter .filter-fields .filter-col.col-8 {
	width: 5%;
}
.econf-filter .filter-fields .filter-col.col-9 {
	width: 10%;
}
.econf-filter .filter-fields .filter-col.col-10 {
	width: 5%;
}
.econf-filter .filter-fields .filter-col.col-11 {
	width: 10%;
}
.econf-filter .filter-fields .filter-col.col-12 {
	width: 9%;
}
.econf-filter .filter-fields .filter-col.col-13 {
	width: 13%;
}

.olbb-iframe h1.page-title {
	font: bold 22px arial, sans-serif !important;
	color: #0079c1;
}

/* back to top CSS */

#backtop.light {
    bottom: 30px;
    right: 30px
}
#backtop.light.full-width {
    background: white;
    bottom: 0;
    left: 0;
    width: 100%
}
#backtop.light.full-width button {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 15px 0;
    border-radius: 0;
    border-left: none;
    border-right: none
}
#backtop.light button {
    color: black;
    background: white;
    padding: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #9f9f9f
}
#backtop.light button:hover,
#backtop.light button:focus {
    background: #f1f1f1
}
#backtop.light button:active {
    -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    background: #fafafa
}
#backtop.dark {
    bottom: 30px;
    right: 30px
}
#backtop.dark.full-width {
    background: black;
    bottom: 0;
    left: 0;
    width: 100%
}
#backtop.dark.full-width button {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 15px 0;
    border-radius: 0;
    border-left: none;
    border-right: none
}
#backtop.dark button {
    color: white;
    background: black;
    padding: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}
#backtop.dark button:hover,
#backtop.dark button:focus {
    background: #444
}
#backtop.dark button:active {
    -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    background: #666
}
#backtop.bootstrap button {
    padding: 10px 15px;
    background: #4479BA;
    color: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2)
}
#backtop.bootstrap button:hover,
#backtop.bootstrap button:focus {
    background: #356094
}
#backtop.bootstrap button:active {
    -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    background: #2E5481
}
#backtop {
    opacity: 0;
    transition: all .3s ease-out;
    position: fixed;
    z-index: 1000;
}
#backtop button {
    outline: none;
    border: 0;
    background: none;
    padding-top: 8px;
    font-family: DaxCompProRegular;
}
#backtop button:hover {
    cursor: pointer;
}
.show {
    opacity: 1 !important
}
#backtop.bmo-theme {
    background: #EBEBEB;
    bottom: 0;
    right: 40px;
    font-size: 20px;
    line-height: 1;
    border-radius: 12px 12px 0 0;
    width: 60px;
    height: 50px;
    text-align: center;
    border-width: 1px 1px 0 1px;
    border-color: rgba(202, 202, 202, .5);
    border-style: solid;
    border-color: rgba(202, 202, 202, .5); 
}
#backtoptext {
    color: #004a7c !important;
    font-family: daxLight;
}
.backtop-icon{
	font-size: 25px;
    color: #004a7c !important;
}
