/*
 * Copyright 2018 Thomson Reuters/ONESOURCE. All rights reserved.
 */
.wj-flexgrid {
	height: auto;
	margin-top:10px;
}

.row-extra-padding {
	margin-top: 12px;
}

.validation-error:before {
	font-family: bento-icomoon;
	font-weight: 400;
	font-size: 15px;
	color: #dc0a0a;
	content: '\e6f3';
	width: 20px;
	text-align: left;
	display: inline-block;
	vertical-align: text-bottom;
}

.validation-errors {
	padding-top: 5px;
	text-decoration: #dc0a0a;
	color: #dc0a0a ;
}

.no-border {
	border: none !important;
	box-shadow: none !important;
}

.has-error{
	border: 1px solid #dc0a0a;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.sunflower-bg{
	background: url('bento/imgs/sunflower.jpg');
	background-size: cover;
}

.bg-image {
	/* Set rules to fill background */
	background-position: center;
	background-size: cover;
	max-height: 100%;
	max-width: 100%;
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	overflow: hidden;
}

.content {
	height: 95%;
	width: 100%;
	position: relative;
	display: inline-block;
	z-index: 102;
	box-shadow: rgba(0,0,0,0.1) 0 8px 24px;
}

.login-container {
	position: absolute;
	top: 0;
	width: 100%;
	min-height: 550px;
	height: calc(100% - 60px);
}

.logo-onesource {
	width: 350px;
	margin-bottom: 30px;
}

.logo-tr-name {
	width: 140px;
	margin-top: 30px;
	margin-bottom: 5px;
}

.login-form .input-icon {
	display: block;
	clear: both;
	margin-bottom: 10px;
	padding: 0;
	position: relative;
}

.login-form .input-icon input {
	background: #37383d;
	color: #93939c;
	font-size: 12px;
	border: 1px solid #37383d;
	outline: 0;
	padding-left: 35px;
}

.login-form i {
	color: #93939c;
	font-size: 20px;
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 100;
}

.login-form {
	display: inline-block;
	background: #212121;
	padding: 35px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	width: 400px;
}

.login-form .btn-circ {
	display: block;
	margin-bottom: 40px;
	text-align: center;
	width: 100%;
	border-radius: 20px;
}

.btn-custom {
	border-radius: 20px;
	width: 100px;
}

.btn-round {
	background: #93939c;
	border-radius: 5px;
	padding: 9.5px;
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	font-size: 11px;
	font-weight: 100;
	letter-spacing: 1px;
	text-transform: uppercase;
	border: none;
}

.footer-login {
	position: fixed;
	bottom: 0;
	background-color: #37383d;
}

.footer-login ul {
	margin: 0;
	padding: 12px 0 16px;
	list-style-type: none;
}

.footer-login > ul > li > a {
	padding-bottom: 3px;
	font-size: 12px;
	color: #b5b5c4;
}

.footer-login .footer-links a {
	text-decoration: underline;
	border: none;
}

.footer-login .footer-links li{
	float: left !important;
	margin-left: 0 !important;
	margin-right: 10px !important;
}

.footer-tr-logo {
	width: 100%;
	height: 60px;
	display: inline-block;
}

.footer-copyright {
	font-size: 12px;
	line-height: 12px;
	border-left: 1px solid white;
	margin: 6px 0px;
}

.footer-links {
	padding: 12px 0 16px;
}

.copyright-content {
	display: table-cell;
	vertical-align: middle;
	height: 40px;
	line-height: 15px;
}

.information {
	width: 5%;
	position: relative;
	font-size: 18px;
}

.information .inner-information {
	position: absolute;
	bottom: 40px;
	left: 40px;
	cursor: pointer;
}

.bento-icon-chevron-last-right {
	margin: auto;
	width: 60%;
	padding: 10px;
}

.bento-icon-chevron-right {
	margin: auto;
	width: 60%;
	padding: 10px;
}

.bento-icon-chevron-left {
	margin: auto;
	width: 60%;
	padding: 10px;
}

.bento-icon-chevron-first-left {
	margin: auto;
	width: 60%;
	padding: 10px;
}

.bento-icon-folder-filled {
	cursor: pointer;
}

i.bento-icon-folder-filled:hover {
	color: dodgerblue !important;
}

.bento-icon-file-download {
	cursor: pointer;
}

i.bento-icon-file-download:hover {
	color: dodgerblue !important;
}

.bento-icon-info .credit-info-icon {
	color: rgba(255,255,255,.7) !important;
}

.input-disabled{
	background-color: #ddd;
}

.modal-auto-overflow {
	max-height: 600px;
	overflow-y: auto;
	word-wrap: normal;
}

.btn-calendar {
	 background: #f4f5f7;
	 border: 1px solid #d4d4d9;
	 color: #3c3e45;
	 border-radius: 20px;
 }

.btn-custom-resizable {
	border-radius: 20px;
}

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