/*
 * It is advised not to edit the smartadmin_production.css
 * as this will override any changes you make in the
 * later versions of this theme.
 *
 * We advise that you use use this CSS to override
 * SmartAdmin styles.
 *
 * Rename the stylesheet to whatever your liking so it will stay
 * unique to you with each update of SmartAdmin.
 */

/*
 * INDEX
 *
 * - HTML
 * - BODY
 * - CUSTOM STYLES
 */

/* Fix top menu ellipsizing */
.menu-item-parent {
	max-width: none !important;
}

#logo img {
	width: auto;
	height: 48px;
	margin-top: -12px;
}

#logo img.logo-xs {
	margin-top: -9px;
}

.avif-logo {
	padding: 16px 0px;
	margin-left: -110px;
	color: #555;
}

.smart-form-inline-button {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	float: right;
	height: 31px;
	margin: 10px 0 0 5px;
	padding: 0 22px;
	font: 300 15px/29px 'Open Sans',Helvetica,Arial,sans-serif;
	cursor: pointer;
}

/* Pointer Class */
.pointer {
	cursor: pointer;
}

/* Popover fix for inside smart-form */
.popover-title {
	padding: 8px 14px !important;
}
.popover-content {
	padding: 9px 14px !important;
}

/* Nestable List Fix */
.dd {
	max-width: none !important;
}

/* Select icon not opening fix */
fieldset section label.select i {
	pointer-events: none !important;
}

/* Flip 'Today' and Current selected date highlights */
.ui-datepicker td .ui-state-highlight {
	background-color: #ebebeb;
	color: gray;
	text-shadow: none;
}

.ui-datepicker td .ui-state-active {
	background-color: #ff6a00;
	color: #fff;
}

/* General databales ellipsis */
.dataTable th.ellipsis, .dataTable td.ellipsis {
	max-width: 200px;
	min-width: 70px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* Users datatable row colours */
.table-hover > tbody > tr.inactive > td {
	color: #777 !important;
	background-color: #E9E9E9 !important;
}
.table-hover > tbody > tr.inactive:hover > td {
	color: #777 !important;
	background-color: #F0F0F0 !important;
}

/* My Deals datatable row colours*/
.table-hover > tbody > tr.pre-approval > td {
	background-color: #ffc184 !important;
}
.table-hover > tbody > tr.pre-approval:hover > td {
	background-color: #ffae5f !important;
}

.table-hover > tbody > tr.completed > td {
	background-color: #90df90 !important;
}
.table-hover > tbody > tr.completed:hover > td {
	background-color: #80d180 !important;
}

.table-hover > tbody > tr.entered-into-filogix-morweb > td {
	background-color: #9dd9ec !important;
}
.table-hover > tbody > tr.entered-into-filogix-morweb:hover > td {
	background-color: #89c9de !important;
}

.table-hover > tbody > tr.waiting-for-docs > td {
	background-color: #fffbbf !important;
}
.table-hover > tbody > tr.waiting-for-docs:hover > td {
	background-color: #ede9a3 !important;
}

.table-hover > tbody > tr.waiting-for-approval > td {
	background-color: #f2afaf !important;
}
.table-hover > tbody > tr.waiting-for-approval:hover > td {
	background-color: #e59999 !important;
}

/* Rates datatable row colours */
.table-hover > tbody > tr.title > td {
	color: #FFF !important;
	background-color: #4C4F53 !important;
	font-weight: bold;
}

.table-hover > tbody > tr.priority > td {
	background-color: #dff0d8 !important;
	font-weight: bold;
}
.table-hover > tbody > tr.priority:hover > td {
	background-color: #cff0c8 !important;
	font-weight: bold;
}

/* Login Related */

#custom-lock {
	background: #ff8b00; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover,  #ff8b00 41%, #ff6a00 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(41%,#ff8b00), color-stop(100%,#ff6a00)); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover,  #ff8b00 41%,#ff6a00 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover,  #ff8b00 41%,#ff6a00 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover,  #ff8b00 41%,#ff6a00 100%); /* IE10+ */
	background: radial-gradient(ellipse at center,  #ff8b00 41%,#ff6a00 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8b00', endColorstr='#ff6a00',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
#custom-lock body {
	background: none;
}
.login-modal-inner {
	margin: 0px auto;
	max-width: 400px;
	width: 100%;
	background: white;
	padding: 15px;
	-webkit-box-shadow: 0px 5px 14px 2px rgba(50, 50, 50, 0.35);
	-moz-box-shadow: 0px 5px 14px 2px rgba(50, 50, 50, 0.35);
	box-shadow: 0px 5px 14px 2px rgba(50, 50, 50, 0.35);
	margin-top: 100px;
	border-radius: 4px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

}
.login-modal-inner .login-logo {
	width: 206px;
	margin: 0px auto;
}
.login-modal-inner .login-logo img {
	margin-bottom: 15px;
	width: 206px;
	height: 42px;
}
.login-modal-inner input {
	width: 100%;
	margin-bottom: 15px;
	padding: 15px;
	border-radius: 4px;
	border: 1px solid #bababa;
}
.login-modal-inner input[type="submit"] {
	background: #ff7007;
	color: white;
	border: none;
	text-transform: uppercase;
	font-size: 120%;
	font-weight: bold;
}
.login-modal-inner .forgot-password-link {
	text-align: right;
}
.login-modal-inner #authMessage {
	margin-bottom: 15px;
	color: #ff4d4d;
	font-weight: bold;
}
.login-modal-inner p {
	margin: 0px 0px 15px 0px;
}
#forgot-password-inner {
	display: none;
}

@media handheld, only screen and (max-width: 400px) {
	.login-modal-inner {
		border-radius: 0px;
		margin-top: 0px;
	}
}