body{
	margin:0px;
	font-size:16px;
}
h1{
	font-size: 28px;
}

h2.sectionTitle{
	margin-top:40px;
	margin-bottom:5px;
	font-size: 22px;

}
h2.sectionTitle .fa{
    margin-right: 10px;
	color:#2a2a2a;

}

h2.sectionTitle2{
	margin-top:30px;
	margin-bottom:5px;
	font-size: 18px;

}
h2.sectionTitle2 .fa{
    margin-right: 10px;
	color:#2a2a2a;
	font-size:16px;
}


.smallTopSpacing{
	margin-top: 0px!important;

}

div{
	margin-top:10px;
	margin-bottom:10px;
}

hr{
	border:solid 1px #c9c9c9;
}

#topHeader{
	background-color:#f6f6f6;
	padding:10px;
}

#content{
	margin:10px;
}

a{
	text-decoration:none;
}
a:link,a:visited{
	color:#0793fa;
}
a:hover{
	color:#a81633;
}


/* DivTable */
div.table{
	display: table;
	border: solid 1px #6c6c6c ;
	width: 100%;
	max-width: 100%;
	font-size:15px;
}
div.tableRow{
	display: table-row;
}
div.tableRow:nth-child(even) {
	display: table-row;
    background-color:#eaeaea;
}
div.tableRow:nth-child(odd) {
	display: table-row;
    background-color:#fafafa;
}

div.tableRow:hover{
    background-color:#ffe4a1;
}

div.tableHeading {
	background-color: #EEE;
	display: table-header-group;
}
div.tableHead {
	border-left: 1px solid #fff;
    border-top: 1px solid #fff;    
    color:#fff;
    background-color: #216c94;
    text-align: center;
	display: table-cell;
	padding: 3px 10px;
}

div.tableCell{
	border-left: 1px solid #fff;
    border-top: 1px solid #fff;    
	display: table-cell;
	padding: 5px 8px;
}

div.tableHeading {
	background-color: #EEE;
	display: table-header-group;
	font-weight: bold;
}
div.tableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}
div.tableBody {
	display: table-row-group;
}

@media screen and (max-width:768px){
	.hidemobile{
		display: none!important;
	}	
}



/* DivTable 2 */
div.table2{
	display: table;
	border: solid 1px #6c6c6c ;
	width: 100%;
	max-width: 100%;
	font-size:15px;
}
div.table2 .tableRow{
	display: table-row;
}
div.tableRow:nth-child(even) {
	display: table-row;
    background-color:#eaeaea;
}
div.tableRow:nth-child(odd) {
	display: table-row;
    background-color:#fafafa;
}

div.table2 .tableHeading {
	background-color: #EEE;
	display: table-header-group;
}
div.table2 .tableHead {
	border-left: 1px solid #fff;
    border-top: 1px solid #fff;    
    color:#fff;
    background-color: #216c94;
    text-align: center;
	display: table-cell;
	padding: 3px 10px;
}

div.table2 .tableCell{
	border-left: 1px solid #fff;
    border-top: 1px solid #fff;    
	display: table-cell;
	padding: 5px 8px;
}

div.table2 .tableHeading {
	background-color: #EEE;
	display: table-header-group;
	font-weight: bold;
}
div.table2 .tableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}
div.table2 .tableBody {
	display: table-row-group;
}


/* menu */
ul.menu1{
	padding-left: 0px;
}
ul.menu1 > li{
    display: inline-block;
	vertical-align: top;
    margin: 4px;
	padding: 6px 12px 6px 12px;
	background-color:#dadada;
	border-radius: 5px;
}
ul.menu1 > li:hover{
    background-color: cadetblue;
}

ul.menu1 > ul{
    display: block;
}

ul.menu1 > ul > li{
    display: block;
}

ul.submenu1 li{
    display: block;
}

/* Filter Box*/
.filterbox{
	margin-top:20px;
	margin-bottom:20px;
	display: flex;
}

.filterbox input[type=text]{
	min-width: 180px;
	height:30px;
	font-size:22px;
}
.filterbox button{
	height:30px;
	margin-top:3px;
	font-size:22px;
}


.formHead{
	width:200px;
}
.formField{
	width:600px;
	padding: 10px !important;;
}


form input[type=text]{
	width: 90%;
}

input[type=text],input[type=password]{
	height: 30px;
	font-size:20px;
	width:600px;
	max-width:100%
}
.divRow{
	margin:10px;
}
.divRowCheckbox{
	margin-right:10px;

}

button{
	margin: 10px;
    height: 28px;
    font-size: 16px;
    padding-bottom: 28px;
}

.btnSave{
	margin-left: 0px;
    background-color: #4572bf;
    border-radius: 10px;
    padding: 5px 15px;
    height: 40px;
    border: none;
    color: #fff;
    min-width: 150px;
	max-width: 100%;
	cursor: pointer;
}

.remiderText{
	font-size:15px;
	color:#a3153f;
}


.btnSave:hover{
    background-color: #325ea8;
}

.btnSave .fa{
	margin-right:8px;
}



a.button1{
	border: solid 1px #6c6c6c;
    padding: 2px 10px;
    height: 32px;
    display: inline-block;
    margin-top: 3px;
    border-radius: 6px;
    background-color: #f77428;
    color: #fff;
    cursor: pointer;
    padding-top: 7px;
}

a.button2{
	border: solid 1px #6c6c6c;
    height: 26px;
    display: inline-block;
    margin-top: 3px;
    background-color: #17aed4;
    color: #fff;
    width: 100px;
    text-align: center;
    vertical-align: middle;
    padding-top: 6px;
    border-radius: 10px;
    font-size: 22px;
    padding-bottom: 8px;
    margin: 20px auto;
    cursor: pointer;
}

a.buttonSmall{
	border: solid 1px #6c6c6c;
    padding: 2px 2px;
    height: 20px;
    display: inline-block;
    margin-top: 1px;
    background-color: #66a9ba;
    color: #fff;
}



@media screen and (max-width:768px){
	.filterbox input[type=text]{
		width: 180px;
		height:30px;
		font-size:22px;
	}

	form input[type=text]{
		width: 150px;
	}
}


/* Form INPUT */
.requiredRow > .tableCell{
    background-color: #f0b1b1!important;
}

select{
    font-size: 18px;
    padding: 6px;
	min-width: 200px;
}

[name='tblPosts_length']{
	width: 80px;
	min-width: 80px!important;
}

input[type=radio]{
    font-size: 18px;
    padding: 6px;
}

.footerHtmlArea{
	width:90%;
    min-height: 200px;
}

textarea{
    width:90%;
    min-height: 60px;
}

.text1{
	font-size: 25px!important;
    width: 362px!important;
    height: 40px!important;
    border: solid 3px #24a0d1;
    border-radius: 15px;
    background-color: #fafafa;
    padding-left: 16px;
    padding-right: 16px;
    margin-left: 0px;
    color: #096b91;
    font-weight: bold;
    margin-bottom: 15px;
}

.labelStyle1{
	height:30px;
	background-color: #216c94;
	border-radius: 5px;
	color:#fff;
	display: inline-block;
	margin:2px;
	padding: 4px;
	padding-bottom: 12px;
	font-size: 16px;
}

.labelStyle2{
	color:#fff;
	display: inline-block;
	margin-right:4px;
	margin-left:6px;
	font-size: 16px;
}


.closex{
	display: inline-block;
	margin:4px;
	padding: 4px;
	font-size: 14px;
	cursor:pointer;
}

/* other */
.hightlight {
	position: relative;
	animation-name: blink;
	animation-duration: 2s;
	animation-timing-function: ease-in;
  }
  @keyframes blink {
	0% {
	  background-color: #fccaca;
	}
	40% {
		background-color:  #f0b1b1;
	}
	60% {
		background-color:  #fccaca;
	}
	100% {
		background-color: #f0b1b1;
	}
  }



/*in ad_posts*/
.statusSchduled{
    text-align: center;
    border-radius: 8px;
    padding: 4px;
    background-color: #e0680b;
    color:#fff;
}
.statusPublished{
    text-align: center;
    border-radius: 8px;
	padding: 4px;
    background-color: #04c424;
    color:#fff;
}

.error{
    color:#a81633;
    display: none;
}

.showmore{
	padding: 3px 10px;
    text-align: center;
    color: #216c94;
    font-size: 16px;
	width:200px;
	margin:10px auto;
    cursor: pointer;
}


/* Auto Titles*/
.titleText{
	width:600px;
	font-size:22px;
}