/* Master Styles */

h1 {
	font-size: 25px;
	font-weight: 500;
	line-height: 32px;
	margin: 0;
	/* line-height: 0;
    font-size: 25px; */
}

h2,
h3,
h4,
h5,
h6 {
	color: #444;
	font-weight: 400;
	line-height: 0;
}

body {
	overflow: hidden;
	background-color: rgb(244, 244, 244) !important;
	/*font-size: 13px;*/
}

body,
input[text] {
	font-family: 'Roboto', sans-serif;
	color: rgba(0, 0, 0, 0.77);
	margin: 0;
	/* color: #888; */
}

a {
	cursor: pointer;
	cursor: hand;
}

.headerArea {
	position: fixed;
	/*position: relative;*/
	left: 0;
	top: 0;
	width: 100%;
	z-index: 99;
	box-shadow: 0 3px 5px -1px rgba(0, 0, 0, .2), 0 6px 10px 0 rgba(0, 0, 0, .14), 0 1px 18px 0 rgba(0, 0, 0, .12);
}

.toolBarArea {
	background-color: #ffffff;
}

.headerLogoArea {
	padding-top: 10px;
}


.loadingArea {
	position: absolute;
	top: 50%;
	left: 49%;
	font-size: 20px;
	transform: translateY(-50%);
	z-index: 999;
}

.preLoadingArea {
	margin: 0 auto;
	width: 25%;
}

.preLoadingInner {
	position: absolute;
	top: 50%;
	font-size: 20px;
	transform: translateY(-50%);
	width: 25%;
}

.loadingText {
	margin: 0 auto;
}

.logoutArea {
	right: 20px;
	position: absolute;
	top: 5px;
	display: -webkit-inline-box;
}

.logoutArea .userNameArea {
	text-transform: capitalize;
	font-size: 18px;
	margin-top: 10px;
}

.logoutArea .userIconArea {
	border-radius: 100%;
	width: 50px;
	height: 50px;
	overflow: hidden;
}


/* Navigation link styles */

nav a {
	padding: 5px 10px;
	text-decoration: none;
	margin-top: 10px;
	display: inline-block;
	background-color: #eee;
	border-radius: 4px;
}

nav a:visited,
a:link {
	color: #607D8B;
}

nav a:hover {
	color: #039be5;
	background-color: #CFD8DC;
}

nav a.active {
	color: #039be5;
}


/* items class */

.items {
	margin: 0 0 2em 0;
	list-style-type: none;
	padding: 0;
	width: 24em;
}

.items li {
	cursor: pointer;
	position: relative;
	left: 0;
	background-color: #EEE;
	margin: .5em;
	padding: .3em 0;
	height: 1.6em;
	border-radius: 4px;
}

.items li:hover {
	color: #607D8B;
	background-color: #DDD;
	left: .1em;
}

.items li.selected:hover {
	background-color: #BBD8DC;
	color: white;
}

.items .text {
	position: relative;
	top: -3px;
}

.items {
	margin: 0 0 2em 0;
	list-style-type: none;
	padding: 0;
	width: 24em;
}

.items li {
	cursor: pointer;
	position: relative;
	left: 0;
	background-color: #EEE;
	margin: .5em;
	padding: .3em 0;
	height: 1.6em;
	border-radius: 4px;
}

.items li:hover {
	color: #607D8B;
	background-color: #DDD;
	left: .1em;
}

.items li.selected {
	background-color: #CFD8DC;
	color: white;
}

.items li.selected:hover {
	background-color: #BBD8DC;
}

.items .text {
	position: relative;
	top: -3px;
}

.items .badge {
	display: inline-block;
	font-size: small;
	color: white;
	padding: 0.8em 0.7em 0 0.7em;
	background-color: #607D8B;
	line-height: 1em;
	position: relative;
	left: -1px;
	top: -4px;
	height: 1.8em;
	margin-right: .8em;
	border-radius: 4px 0 0 4px;
}

.alertArea {
	width: 25%;
	color: #636261;
	font-size: 14px;
	background-color: #ffc;
	padding: 15px;
	z-index: 999;
	box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
	margin: 0 auto;
}

.alertArea .closeIcon {
	cursor: pointer;
	padding: 2px;
	font-size: 18px;
	position: absolute;
	top: 0;
	right: 5px;
}

.alertArea .closeIcon:hover {
	font-size: 20px;
	color: #554536;
}

.formInputArea {
	padding-bottom: 5px;

}

.loginInnerArea .formInputArea {
	position: relative;
}

.animationArea {
	overflow: hidden;
	width: 100%;
}

.animationInnerArea {
	animation: movingTopToBottom 0.3s linear;
	position: absolute;
	top: 10px;
	left: 0;
	right: 0;
	text-align: center;
}


/* Common Css Created from 6-Oct-17*/

.rowArea {
	width: 100%;
	/*display: -webkit-inline-box;*/
	/*margin-bottom: 5px;*/
}

.colArea1,
.colArea2,
.colArea4,
.colArea6,
.colArea8,
.colArea10,
.colArea12 {
	float: left;
	position: relative;
}

.colArea1 {
	width: 8.33%;
}

.colArea2 {
	width: 16.66%;
}

.colArea4 {
	width: 33.33%;
}

.colArea6 {
	width: 50%;
}

.colArea8 {
	width: 66.66%;
}

.colArea10 {
	width: 83.33%;
}

.colArea12 {
	width: 100%;
}

.primaryBtn {
	background-color: #2980b9;
	color: #fff !important;
	letter-spacing: 0.4px;
	/*color: rgba(255, 255, 255, 0.87) !important*/
}

.primaryBackground {
	background-color: #2980b9;
	color: rgba(255, 255, 255, 0.87) !important;
}

.primaryBtn:hover,
.primaryBtn:focus,
.primaryBtn:active {
	background-color: #3498db;
}


/*Modal Box*/

.modalBackground {
	background-color: rgba(0, 0, 0, 0.28);
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	transition: all .3s linear;
	z-index: 2;
}


/*.warningMsgArea {
    width: 25%;
    color: dimgrey;
    position: absolute;
    top: 50%;
    left: 40%;
    background-color: white;
    box-shadow: 0 4px 23px 5px rgba(0, 0, 0, 0.2), 0 2px 6px rgba(0, 0, 0, 0.15);
    z-index: 9;
    transition: all .3s linear;
    transform: translateY(-270%);
}

.warningMsgAreaOpen {
    transform: translateY(-50%);
}*/

.modalContentArea {
	background-color: #fff;
	width: 30%;
	color: dimgrey;
	position: absolute;
	top: 50%;
	left: 40%;
	background-color: white;
	box-shadow: 0 4px 23px 5px rgba(0, 0, 0, 0.2), 0 2px 6px rgba(0, 0, 0, 0.15);
	z-index: 999;
	transition: all .3s linear;
	transform: translateY(-200%);
	border-radius: 3px;
}

.modalOpen {
	transform: translateY(-50%);
}

.modalBoxInnerArea {
	padding: 20px;
}

.modalHeaderArea {
	background-color: #2980b9;
	padding: 15px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.modalSubHeaderArea {
	/*color: rgb(73, 241, 197);*/
	color: #32cd69cc;
	text-transform: capitalize;
	font-weight: bold;
}

.errorClass {
	position: absolute;
	color: #c31305;
	font-size: 12px;
	top: 40px;
}

.actionArea {
	text-align: right;
	position: relative;
}

.pageMainContainer {
	padding: 20px;
	position: relative;
	top: 60px;
	overflow: auto;
	height: 760px;
}


/*.mainContenArea {
    padding: 20px;
    position: relative;
}*/

.pageContentArea {
	box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
	transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1);
	display: block;
	padding: 20px;
	border-radius: 2px;
	margin-bottom: 30px;
	margin: 20px;
	overflow: hidden;
}

.contentArea {
	position: relative;
}

.taskAlertArea {
	text-align: center;
	padding: 100px 0;
	width: 100%;
	font-size: 15px;
	color: rgba(0, 0, 0, 0.79);
}

.taskAlertArea .taskAlerInnerArea {
	background-color: #e5e5e5;
	padding: 15px;
	width: 80%;
	margin: 0 auto;
}

.mainPageContent {
	position: relative;
	top: 20px;
}


/*Side Panel 31-Oct*/

.mat-drawer-container {
	position: absolute !important;
}

.mainSidePanel {
	height: 100%;
	width: 100%;
}

.mainSidePanel.panelOpenArea {
	z-index: 9;
}

.mainSidePanel.mat-drawer-container {
	/*position: absolute;
    margin-top: 60px;*/
	margin-top: 45px;
	background-color: transparent;
}

.mainSidePanel .sideNavArea {
	width: 250px;
	top: 20px;
}

.sideMenuItem {
	border-bottom: 1px solid #e0e0e0;
	cursor: pointer;
	text-transform: capitalize;
}

.sideMenuItem:hover {
	background-color: #3c708e;
	color: #fff !important;

	/*background-color: gainsboro;*/
}

.sideMenuActive {
	background-color: #2f8bc1;
	color: #fff !important;
}

/*Loader*/

.mat-progress-spinner {
	display: block !important;
	height: 60px !important;
	/* width: 70px !important; */
	overflow: hidden !important;
}


/*.loginUserImage {
    width: 50px;
    height: 50px;
    display: block;
    margin-right: 5px;
}

.loginUserImage img {
    border: 2px solid #fff;
    -moz-box-shadow: 0px 2px 2px 2px #ccc;
    -webkit-box-shadow: 0px 2px 2px 2px #ccc;
    box-shadow: 0px 2px 2px 2px #ccc;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: block;
    margin-left: auto;
    max-width: 100%;
    height: 100%;
}*/

.imageCircle {
	background: skin-tone.jpg;
	background-size: cover;
	border-radius: 50% 50% 50% 50%;
	width: 50px;
	height: 50px;
	margin-top: 2px;
}

.thumbnail {
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 5px;
	width: 130px;
}


/* everywhere else */

* {
	font-family: 'Roboto', sans-serif;
}


/*Key Frames Area*/

@keyframes movingTopToBottom {
	0% {
		top: -15px;
	}

	100% {
		top: 5px;
	}
}
