@CHARSET "UTF-8";

html {
	height: 100%;
}

body {
	padding-top: 50px;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: #FFFFFF;
	font-size: 14px;
	background-size: cover !important;
}

body, p, h2, h3 {
	font-family: 'Roboto';
}

h2 {
	color: #fff;
}

.fc-left h2 {
	color: #000;
}

.nav-tabs li:not(.active) a {
	color: #fff;
}

.nav-tabs li:not(.active) a:hover {
	color: #000;
}

@font-face {
	font-family: 'Roboto';
	src: url('../font/Roboto-Light.eot'); /* IE9 Compat Modes */
	src: url('../font/Roboto-Light.eot?#iefix') format('embedded-opentype'),
		/* IE6-IE8 */ 
	 url('../font/Roboto-Light.ttf') format('truetype');
}

@font-face {
	font-family: 'Roboto';
	src: url('../font/Roboto-Medium.eot'); /* IE9 Compat Modes */
	src: url('../font/Roboto-Medium.eot?#iefix') format('embedded-opentype'),
		/* IE6-IE8 */ 
	 url('../font/Roboto-Medium.ttf') format('truetype');
	font-weight: bold;
}

body::after {
	content: "";
	opacity: 0.3;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	z-index: -1;
}

.splash {
	text-align: center;
	margin: 10% 0 0 0;
	color: white;
}

.splash .message {
	font-size: 3em;
	line-height: 1.5em;
	-webkit-text-shadow: rgba(0, 0, 0, 0.5) 0 0 15px;
	text-shadow: rgba(0, 0, 0, 0.5) 0 0 15px;
	text-transform: uppercase;
}

.splash .fa-spinner {
	text-align: center;
	display: inline-block;
	font-size: 3em;
	margin-top: 50px;
	-webkit-text-shadow: rgba(0, 0, 0, 0.5) 0 0 15px;
	text-shadow: rgba(0, 0, 0, 0.5) 0 0 15px;
}

.page-host {
	left: 0;
	right: 0;
	bottom: 0;
	overflow-x: hidden;
	overflow-y: auto;
}

/*selectionList widget*/
span.quick-select-all-deselect-all {
	margin-top: -19px;
}

span.quick-select-all-deselect-all a:hover {
	text-decoration: none;
}

ul.form-control {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin-top: 10px;
	padding-left: 0px;
	height: auto;
}

ul.form-control li {
	list-style: none;
	background-color: transparent;
	margin: 0px;
	padding: 3px 10px;
	cursor: pointer;
}

ul.form-control li.selected {
	background-color: inherit;
}

ul.form-control li.element i:before {
	content: "\f096"
}

ul.form-control li.element i {
	padding-right: 2px;
}

ul.form-control li.selected.element i:before {
	content: "\f046"
}

ul.form-control li.selected.element i {
	padding-right: 0px;
}

/*selectionList widget*/
.ajaxdiv {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	background-color: white;
	opacity: .3;
}

.ajaxloader {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -28px;
	margin-top: -28px;
	display: block;
	-webkit-text-shadow: rgba(0, 0, 0, 0.5) 0 0 15px;
	text-shadow: rgba(0, 0, 0, 0.5) 0 0 15px;
}

::-webkit-scrollbar {
	width: 9px;
	height: 9px;
}

::-webkit-scrollbar-button {
	width: 0px;
	height: 0px;
}

::-webkit-scrollbar-thumb {
	background: #999999;
	border: 0px none #ffffff;
	border-radius: 0px;
}

::-webkit-scrollbar-thumb:hover {
	background: #b9b9b9;
}

::-webkit-scrollbar-thumb:active {
	background: #525252;
}

::-webkit-scrollbar-track {
	background: #3b3b3b;
	border: 0px none #ffffff;
	border-radius: 0px;
}

::-webkit-scrollbar-track:hover {
	background: #666666;
}

::-webkit-scrollbar-track:active {
	background: #333333;
}

::-webkit-scrollbar-corner {
	background: transparent;
}

.panel {
	box-shadow: 1px 0px 11px 4px #00000030;
}

.reminder_hover {
	cursor: pointer;
}

.reminder_hover:before {
	content: "\f0a2";
}

.reminder_hover:hover:before {
	content: "\f1f7";
	-webkit-text-shadow: rgba(255, 255, 255) 0 0 10px;
	text-shadow: rgba(255, 255, 255) 0 0 10px;
}

.reminder_text {
	max-height: 100px;
	height: 100px;
	overflow-y: auto;
}

.nav-pills>li>a {
	background-color: #d4ebff;
	margin-bottom: 5px;
	margin-right: 5px;
}
/* Toggle switch */
.switch-input {
	display: none;
}

.switch-label {
	position: relative;
	display: inline-block;
	min-width: 112px;
	cursor: pointer;
	font-weight: 500;
	text-align: left;
}

.switch-label:before, .switch-label:after {
	content: "";
	position: absolute;
	margin: 0;
	outline: 0;
	top: 50%;
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.switch-label:before {
	left: 1px;
	width: 34px;
	height: 14px;
	background-color: #9E9E9E;
	border-radius: 8px;
}

.switch-label:after {
	left: 0;
	width: 20px;
	height: 20px;
	background-color: #FAFAFA;
	border-radius: 50%;
	box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.14), 0 2px 2px 0
		rgba(0, 0, 0, 0.098), 0 1px 5px 0 rgba(0, 0, 0, 0.084);
}

.switch-label .toggle--on {
	display: none;
}

.switch-label .toggle--off {
	display: inline-block;
}

.switch-input:checked+.switch-label:before {
	background-color: #a3d4ff;
}

.switch-input:checked+.switch-label:after {
	background-color: #428bca;
	-ms-transform: translate(80%, -50%);
	-webkit-transform: translate(80%, -50%);
	transform: translate(80%, -50%);
}

.switch-input:disabled+.switch-label:before {
	cursor: no-drop;
}

.switch-input:disabled+.switch-label:after {
	cursor: no-drop;
}

.switch-input:checked+.switch-label .toggle--on {
	display: inline-block;
}

.switch-input:checked+.switch-label .toggle--off {
	display: none;
}

.wrapellipse {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.filter-th {
	position: absolute;
	top: 3px;	
	right: 0px;	
}
.table>thead>tr>th {
    vertical-align: top;
}
.button-shade {
    width: 22px;
    height: 22px;
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    float: left;
}
.search-dialog {
	position: absolute;
    padding: 10px;
    background-color: white;
    border: 1px solid #bebebe;
    border-radius: 5px;
    width: 200px;	
}
.searchth {
	position: relative;
	padding: 0 !important;
	border: none !important;
}
.fudate {
	font-style: italic;
	font-size: 10px; 
}

.bold {
	font-weight: bold;
}