/* Write your custom CSS here */  
.clearfixedline{
	display: inline-block;
	width: 100%;
}
.taskdesc{
	border: 1px solid #17202A; 
	padding: 5px; 
	width: auto;
	height: 250px;
	min-height: 250px;
	overflow: scroll;
	  
}

.taskdesctr{
	border: 1px solid #17202A; 
	padding: 5px; 
	width: auto;
	height: 250px;
	min-height: 250px;
	overflow: scroll;
	  
}
.main-content{
	/*border: solid 1px #FF0000;*/
	width: 100%;
	float: left;
	background: #FFF;
}
.clearfix{
	/*border: solid 1px #FF0000;*/
	width: 100%;
	padding: 5px;
}
.error1 {
	font-size: 14px;
	font-weight: bold;
	background: #82FD0E;
	padding: 15px;
	color: #FD0E0E;
	float: left;
	width: 100%;
	box-sizing: border-box;
	cursor: pointer;
	text-align: center;
}
.warning1 {
	font-size: 14px;
	font-weight: bold;
	background: #FDB80E;
	padding: 15px;
	color: #305A72;
	float: left;
	width: 100%;
	box-sizing: border-box;
	cursor: pointer;
	text-align: center;
}
.success1 {
	font-size: 14px;
	font-weight: bold;
	background: #82FD0E;
	padding: 15px;
	color: #305A72;
	float: left;
	width: 100%;
	box-sizing: border-box;
	cursor: pointer;
	text-align: center;
}
.primary {
	font-size: 14px;
	font-weight: bold;
	background: #0000FF;
	padding: 15px;
	color: #305A72;
	float: left;
	width: 100%;
	box-sizing: border-box;
	cursor: pointer;
	text-align: center;
}
.label01 {
	font-size: 12px;
	font-weight: bold;
	background: #0000;
	padding: 10px;
	color: #305A72;
	float: left;
	width: 40%;
	box-sizing: border-box;
	cursor: pointer;
}
.fontJumbo {
	font-size: 40px;
	font-weight: bold;
	float: left;
	text-align: center;
}
.fontLabel {
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
	color: #FDB80E;
	float: left;
	box-sizing: border-box;
	cursor: pointer;
}

.label01x {
	font-size: 12px;
	font-weight: bold;
	padding: 10px;
	color: #FDB80E;
	float: left;
	width: 20%;
	box-sizing: border-box;
	cursor: pointer;
}
.labelHeader {
	font-size: 14px;
	font-weight: bold;
	border: solid 1px #305A72;
	background: #f2f2f2;
	padding: 15px;
	color: #305A72;
	float: left;
	width: 100%;
	box-sizing: border-box;
	cursor: pointer;
}
.labelDetail {
	border: solid 1px #305A72;
	padding: 2px;
	width: 100%;
	box-sizing: border-box;
	cursor: pointer;
}
.input-textarea {
	background: #FFFFFF;
	width: 60%;
	border: 1;
	padding: 10px;
	box-sizing: border-box;
	font-size: 12px;
	resize: none;
	height: 100px;
}
.input-text {
	outline: 0;
	background: #FFF;
	width: 60%;
	border: 1;
	padding: 8px;
	box-sizing: border-box;
	font-size: 12px;
}
.input-text-a {
	outline: 0;
	background: #FFF;
	width: 28%;
	border: 1;
	margin-right: 5px;
	padding: 8px;
	box-sizing: border-box;
	font-size: 12px;
	float: left;
}
.SaveButtonRed {
	outline: 0;
	background: #FF0000;
	width: 25%;
	padding: 10px;
	box-sizing: border-box;
	font-size: 12px;
	float:right;
	font-weight: bold;
	color: #f2f2f2;
}
.SaveButton {
	outline: 0;
	background: #666666;
	width: 25%;
	padding: 10px;
	box-sizing: border-box;
	font-size: 12px;
	float:right;
	font-weight: bold;
	color: #f2f2f2;
}
.SaveButton:hover,.SaveButton:active,.SaveButton:focus {
	color: #000000;
	background: #9b9a98;
}
.SaveButtonRed:hover,.SaveButtonRed:active,.SaveButtonRed:focus {
	color: #000000;
	background: #B81919;
}
.form-style-1{
	max-width: 90%;
	background: #FAFAFA;
	padding: 20px;
	margin: 30px auto;
	box-shadow: 1px 1px 25px rgba(0, 0, 0, 0.35);
	border-radius: 2px;
	border: 2px solid #305A72;
}
.form-style-2{
	max-width: 95%;
	background: #FAFAFA;
	padding: 20px;
	margin: 30px auto;
	box-shadow: 1px 1px 25px rgba(0, 0, 0, 0.35);
	border-radius: 10px;
	border: 5px solid #305A72;
}

.noticex {
	margin-top: 0 !important;
	position: fixed;
	top: 0;
	right: 0;
	text-align: right;
	z-index: 10000;
	margin: 1em;
	background: #f4dc42;
	padding: 1em 1em 1em 2em;
	border-left: 4px solid #DDD;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.125);
}

.notice:before,.noticex:before {
	position: absolute;
	top: 50%;
	margin-top: -17px;
	left: -17px;
	background-color: #DDD;
	color: #FFF;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	text-align: center;
	line-height: 30px;
	font-weight: bold;
	font-family: Georgia;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
}

ul.moduleUser{
	list-style-type: none;
	margin: 0;
	padding: 0px;
	width: 100%;
	background-color: #FFF;
}
ul.moduleUser li {
	/*margin:0px 0px -15px 0px;
	margin:-15px 0px -30px 0px;*/
	background-color: #FFFFFF;
	font-weight: bold;
	display: inline-block;
	color: #000000;
	text-decoration: none;
	vertical-align: text-top;
	transition: 0.3s;
	padding: 15px;
	font-size: 12px;
	width: 25%;
	cursor: pointer;
}
ul.moduleUser li input {
	/*margin:0px 0px -15px 0px;
	margin:-15px 0px -30px 0px;*/
	background-color: #FFFFFF;
	font-weight: bold;
	display: inline-block;
	color: #000000;
	text-decoration: none;
	vertical-align: text-top;
	transition: 0.3s;
	padding: 15px;
	font-size: 12px;
	width: 80%;
	cursor: pointer;
	z-index: -2;
}
ul.moduleUser li:hover {
	background-color: #F2F2F2;
}

ul.moduleInvoice{
	list-style-type: none;
	margin: 0;
	padding: 0px;
	width: 100%;
	background-color: #FFF;
}
ul.moduleInvoice li {
	/*margin:0px 0px -15px 0px;
	margin:-15px 0px -30px 0px;*/
	background-color: #FFFFFF;
	font-weight: bold;
	display: inline-block;
	color: #000000;
	text-decoration: none;
	vertical-align: text-top;
	transition: 0.3s;
	padding: 15px;
	font-size: 12px;
	width: 100%;
	cursor: pointer;
}
ul.moduleInvoice li input {
	/*margin:0px 0px -15px 0px;
	margin:-15px 0px -30px 0px;*/
	background-color: #FFFFFF;
	font-weight: bold;
	display: inline-block;
	color: #000000;
	text-decoration: none;
	vertical-align: text-top;
	transition: 0.3s;
	padding: 15px;
	font-size: 12px;
	width: 80%;
	cursor: pointer;
	z-index: -2;
}
ul.moduleInvoice li:hover {
	background-color: #F2F2F2;
}

@media only screen and (min-width : 320px) and (max-width : 480px) {
	.label01,.input-textarea,.input-text,.SaveButton {
		width: 100%;
	}
	.label01x {
		font-size: 10px;
		padding: 2px;
		width: 100%;
	}
	.logo-box {
		font-size: 18px;
		font-weight: 500;
		padding: 20px;
	}
	.input-text-a {
		width: 48%;
	}

}

.ck-editor__editable_inline {
    min-height: 300px;
	max-height: 300px;
}

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url("../images/loader.gif") 50% 50% no-repeat rgb(249,249,249);
    opacity: .8;
}

.swal-wide{
    width:700px !important;
}