@font-face {
	font-family: 'Material Icons';
	font-style: normal;
	font-weight: 400;
	src: local('Material Icons'), local('MaterialIcons-Regular'), url(../fonts/materialicons.woff2) format('woff2');
}

[class^="mdi-"],
[class*=" mdi-"] {
		font-family: 'Material Icons' !important;
		speak: none;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale
}
.material-icons {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	line-height: 1;
	letter-spacing: normal;
	text-transform: none;
	display: inline-block;
	white-space: nowrap;
	word-wrap: normal;
	direction: ltr;
	-webkit-font-feature-settings: 'liga';
	-webkit-font-smoothing: antialiased;
}
body::-webkit-scrollbar
{
	width: 5px;
	height: 10px;
}
body::-webkit-scrollbar-track
{
	background: #ddd;
}
body::-webkit-scrollbar-thumb
{
	background: #666;
}
.list .tile  .btn
{
	font-size:20px !important;
}
.stick-top-right i
{
	line-height:2;
	font-size:16px;
}
#content .section-body .card-head .form-group
{
	padding-top:7px;
	margin-bottom:0;
}
#footer
{
		background-color: #66788c;
		position: relative;
		width: 100%;
		z-index: 9999;
		bottom: 0;
		padding:5px 15px;
}
#footer img
{
	width:20%;
}
#footer p
{
	margin-top:10px;
	font-size:15px;
	color:#fff;
}
hr
{
	margin-top:5px;
}
.tasks .form-control
{
	border:1px solid #e5e6e6;
	padding:0 10px;
}
.tasks .form-group .btn-info
{
	margin-right:10px;
}
.table
{
	font-size:14px;
}
.table thead
{
	background-color:#e6f1f7;
}
.table thead tr th
{
	border:1px solid #000;
}
.table .btn
{
	padding:0px 5px;
	margin-top:0 !important;
	margin-right:0;
}
.table-responsive {
		overflow-x: visible;
		min-height: 0.01%;
}
.modal-dialog
{
	top:10px;
	z-index:9999;
}
.modal-content
{
	border-radius:5px;
}
.modal-header .close
{
	margin-top: 0;
	margin-right: 0;
	float: right;
	font-size: 30px;
	font-weight: bold;
	line-height: 1;
	color: #000;
	opacity:1;
	filter: alpha(opacity=20);
}
.modal-header
{
	padding:15px 30px;
	border-bottom:1px solid #000;
	background-color:#e6f1f7;
	border-radius:5px 5px 0 0;
	display: flow-root;
}
.modal-header .modal-title
{
	font-size:16px;
}
.modal-body
{
	font-size:16px;
	overflow:auto;
}
.modal-body p
{
	color:#6f6f6f;
}
.modal-body .detail-lists
{
	list-style-type:none;
}
.padding-0
{
	padding:0;
}
#detailmodal .modal-footer
{
	text-align:left;
}
.modal-footer
{
	border-top:none;
}
.modal-footer .btn
{
	padding:5px 30px;
}
.table thead tr th:first-child
{
	border-left:0px !important;
}
.section-header .tools
{
	float: right;
		position: relative;
		top: -30px;
		height:0;

		width:50%;
}
.section-header .small-task
{
	right:-25px;
}


.section-header .tools .light-blue
{
	background-color:#44c5ed;
	color:#fff;
	-webkit-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
}
.section-header .tools .light-blue:hover,.section-header .tools .light-blue:focus
{
	background-color:#44d5ed;
	-webkit-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
}
.tasks .table .btn-pdf
{
	padding:0;
	font-size:35px;
		border-top-right-radius: 15px;
	line-height:0;
}
.tasks .table .btn .material-icons
{
	font-size:18px;
	transform: translate(0px, 4px);
}
.section-account .login-logo img
{
	margin:0 auto;
}
.section-account .spacer
{
	height:0;
}
.section-account .login-logo
{
	margin-top:30px;
	margin-bottom:30px;
}
.section-account .card
{
	max-width:500px
}
.z-depth-4
{
		box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3);
}
.section-account .card .btn-login
{
	padding:5px 50px;
}
.section-account .card .text-lg
{
	font-size:30px;
}
.form-group .error, .error
{
	color:#FF4081;
}
.tasks .card .card-body
{
	padding:0;
}
.tasks .card .card-body .table tbody tr td
{
	/*padding:10px 25px;*/
	padding:10px 10px;
}
.tasks .card .card-body .table tbody tr:first-child td
{
	border:none;
}
.gui-controls > li:last-child
{
	margin-bottom:5px;
	padding-bottom:5px;
}
.waves-effect {
		position: relative;
		cursor: pointer;
		display: inline-block;
		overflow: hidden;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		-webkit-tap-highlight-color: transparent;
		vertical-align: middle;
		z-index: 1;
		-webkit-transition: .3s ease-out;
		transition: .3s ease-out;
}

.fileUpload input.upload {
		position: absolute;
		top: 0;
		right: 0;
		margin: 0;
		padding: 0;
		height: 40px;
		font-size: 20px;
		cursor: pointer;
		opacity: 0;
		filter: alpha(opacity=0);
}
#chat #chat_message {
		height: 100px !important;
		min-height: 100px;
		margin-bottom: 0px !important;
		overflow: auto;
		width:100%;
		border: 1px solid #e2e9ec;
		padding:10px;
}
#form_admin_to_employee_message .help-block
{
	position: inherit !important;
	color: #FF4081;
}
.order-detail
{
	background-color: #F2F3F3;
		padding: 20px 15px;
		min-height: 400px;
}
.order-detail h3
{
	font-size:28px;
	color:#0AA89E;
	margin-top: 12px;
	margin-bottom: 20px;

}
.order-detail h5
{
	line-height: 30px;
		font-weight: normal;
		font-size: 17px;
}

.drop-filter-box{
	border: 1px solid #ccc;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	display:inline-block;
	width: 100%;
}
.height-auto
{
	height:100%;
}
.height-13
{
	height:500px;
	top:10px;
}
.card-head
{
	z-index:999;
}
a:hover, a:focus {
		text-decoration: none !important;
}
.cream p, .gray p
{
	font-size:14px;
	margin:0px 0px 5px 0px;
}
.cream
{
	background-color:#ffecd9;
	padding:10px;
	margin:0px 0px 0px 0px;
}
.gray
{
	background-color:#e4e4e4;
	padding:10px;
	margin:0px 0px 0px 0px;
}
.tasks .card .card-body {
		padding: 5px 15px !important;
}
.custom-modal-height .modal-body
{
	height:370px;
}
#datetimepicker1 .bootstrap-datetimepicker
{
	z-index:99999 !important;
	top:10% !important;
}
.switch-input {
	display: none;
}
.switch-label {
	position: relative;
	display: inline-block;
	min-width: 112px;
	cursor: pointer;
	font-weight: 500;
	text-align: left;
	margin: 16px;
	padding: 16px 0 16px 44px;
}
.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: #A5D6A7;
}
.switch-input:checked + .switch-label:after {
	background-color: #4CAF50;
	-ms-transform: translate(80%, -50%);
	-webkit-transform: translate(80%, -50%);
	transform: translate(80%, -50%);
}
.switch-input:checked + .switch-label .toggle--on {
	display: inline-block;
}
.switch-input:checked + .switch-label .toggle--off {
	display: none;
}
.margin-bottom-50
{
	margin-bottom: 50px;
}
.switches .switch-label
{
	opacity: 1;
	color: #313534;
}

.revision-title { padding:5px 15px !important; }
.revision-title p { margin:0px !important; font-size:14px; }
.essay-log-panel{padding:5px 10px;margin-bottom:8px;background:#f6f6f6;}
.margin-bottom-15{margin-bottom:15px;}
.gallery_img_box{
	border:1px solid #d5d5d5;
	padding:5px;
	margin-bottom:15px;
	min-height:220px;
}
.gallery_img_box p{
	margin-bottom:0px;
}
.gallery_img_box p input{
	margin:5px 0px;
	width:100%;
	height:32px;
}
.image_collection{
	margin:0 auto;
}

/****************************************	EDITED		**********************************************/
.admin-avatar {
background-color:#0aa89e;
width:100px;
height:100px;
border-radius:50%;
margin:0 auto;
}
.admin-avatar i
{
	font-size:50px;
	line-height:90px;
	text-align:center;
}

.alert
{
	margin-top: 10px;
	padding: 5px 10px;
	margin-bottom: 0;
}

.label-grey
{
		background-color: #6c757d!important;
}
.label-black
{
	background-color: #343a40!important;
}
.btn .badge
{
	 top: -6px;
	 left: 6px;
}
.custom-form-group .form-group
{
	min-height: 55px;
}
.form-horizontal .form-control ~ .form-control-line
{
	left: 0;
	right: 0;
	width: auto;
}
.radio-inline, .checkbox-inline
{
	opacity: 1 !important;
}
.timeline-circ.circ-xl .glyphicon, .timeline-circ.circ-xl .fa, .timeline-circ.circ-xl .md
{
		font-size: 15px;
		line-height: 32px;
}
.list .tile .tile-content > div
{
		vertical-align: top;
}
.list .tile .tile-icon .fa
{
		margin-top: 6px;
}
textarea
{
	resize: vertical;
}
.margin-0
{
	margin:0;
}
.form .form-group, .form-inline .form-group {
		padding-top: 16px;
		min-height: 55px;
}
.cke
{
	margin-top: 10px !important;
}

.tdimage
{
	background-color: #ccc;
}
.modal-backdrop{
		position: fixed !important;
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
		background-color: #000000;
}

.form-wizard.form-wizard-horizontal {
	position: relative;
}
.form-wizard.form-wizard-horizontal .form-wizard-nav .progress {
	position: absolute;
	display: inline-block;
	top: 23px;
	left: 0;
	right: 0;
	margin: auto;
	height: 10px;
}
@media (max-width: 768px) {
	.form-wizard.form-wizard-horizontal .form-wizard-nav .progress {
		display: none;
	}
}
.form-wizard.form-wizard-horizontal .nav {
	position: relative;
	margin-bottom: 40px;
}
.form-wizard.form-wizard-horizontal .nav a {
	margin-bottom: 15px;
}
.form-wizard.form-wizard-horizontal .nav li.active a,
.form-wizard.form-wizard-horizontal .nav li:hover a {
	color: inherit;
	background-color: transparent;
}
.form-wizard.form-wizard-horizontal .nav li.active .step,
.form-wizard.form-wizard-horizontal .nav li:hover .step {
	-webkit-transition: border-color 0.4s linear;
	-o-transition: border-color 0.4s linear;
	transition: border-color 0.4s linear;
	border-color: #0aa89e;
}
.form-wizard.form-wizard-horizontal .nav li.active .title,
.form-wizard.form-wizard-horizontal .nav li:hover .title {
	color: #313534;
}
.form-wizard.form-wizard-horizontal .nav li.done .step {
	color: #ffffff;
	border-color: #0aa89e;
	background-color: #0aa89e;
	font-weight: 500;
	-webkit-transition: background-color 0.2s linear;
	-o-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
}
.form-wizard.form-wizard-horizontal .nav .step {
	display: inline-block;
	line-height: 28px;
	width: 36px;
	height: 36px;
	border-radius: 999px;
	border: 4px solid #e5e6e6;
	background: #ffffff;
}
.form-wizard.form-wizard-horizontal .nav .title {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: -15px;
	color: #969c9c;
}
.no-padding .form-wizard .pager {
	padding-left: 15px;
	padding-right: 15px;
}
.doc-image
{
	font-size: 30px;
}
.user-list dt
{
	width:150px;
	text-align: left;
}
.user-list dd
{
	margin-left: 150px;
	font-size:14px;
}

.card-actionbar-row
{
	text-align: center;
}

table.dataTable tbody th, table.dataTable tbody td {
    padding: 5px 5px;
}