/* setting color for displaying error in jquery validation*/
.red{
	color :red;
}

.green{

	color:#008000;
}
/*changing datepicker header color*/
.ui-datepicker .ui-datepicker-header {
   background: #FF0D00;
   border: 1px solid #555;
   color: #212529;
 }

.status_span{
	cursor:pointer;
}


/*prelaoder for webpage*/
.pre-loader {
	position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(/images/loader.gif) center no-repeat;
    background-color: rgba(255,255,255,0.3);
    background-size: 26px;
}

.shown{
display: block;
}
.hidden{
	display : none;
}

/*//overiding success message class*/
.alert-success{
	background-color: #dff0d8 !important;
	border-color: #d6e9c6  !important;
	color: #3c763d !important;
}

.alert.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

a {
	text-decoration: none !important;
}

/*setting color for fa inside link*/
.fa-in-a{
	color:#4f5f6f;
	font-size: 20px;
}

/*setting the width of sulg column*/
.largecolumn{
	width: 500px;
}

.imageresize{
	  display: block;
	  /* max-width:80px;
	  max-height:80px; */
	  width: 40px;
	  height: 40px;
	  border-radius: 40px;
}

.statuscolumn{
	width: 90px;
}

.image_display{
	padding: 10px 10px 10px 7px;
	display: inline-block;
}

.delete_img_server {
    position: relative;
    top: -50px;
    right: 12px;
}

.inline{
	display: inline;
}

.templateLink{
	left: 3%;
    position: absolute;
}

.modalProgressMessage{
	position: relative;
    left: 43%;
    top: 10px;
    font-weight: bold;
}

.disabled {
	opacity: 0.65;
	cursor: not-allowed;
  }

.centerAlign {
	display : flex;
	align-items: center;
}

.marginBottomZero{
	margin-bottom: 0px;
}

.marginLeftFifteen{
	margin-left: 15px;
}

.increaseFontSize{
	font-size: 40px;
}

.delete_span{
	cursor: pointer;
}
.table td{
   color:#484848;
}
table th{
	text-transform: uppercase;
	color:grey !important;
	font-size: 15px;
}

/*image preview in list view*/
img.zoom {
    width: 40px;
    height: 40px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
}
/*image preview on hover in list view*/
.transition {
    -webkit-transform: scale(4);
    -moz-transform: scale(4);
    -o-transform: scale(4);
    transform: scale(4);
    /*border: 0.05em solid  #FF0D00;*/
	box-shadow:   0 0 1px #FF0D00;
	z-index: 10000 !important;
}

/*font size for geography*/
.fontSize30{
	font-size: 30px;
}

.marginLeftAuto{
	margin-left: auto;
}

.textAlignCenter{
	text-align: center;
}

.marginBottomFifteen{
	margin-bottom: 15px;
}

/*changing title to uppeercase*/
/*.title{
	text-transform: uppercase;

}*/

/* change style for export download link*/
a#exportLink {
	color: #007bff !important;
	text-decoration: underline !important;
}


.loaderOpacity{

	opacity: 0;

}
.modal_dialog_help{
    max-width: 800px;
    margin: 1.75rem auto;
}
.modal_content_help{
    -webkit-box-direction: normal;
    pointer-events: auto;
    background-color: #fff;
    border-radius: 0.2rem;
}
#accordion{
	min-height:150px;
}
.modal_body_help{
	position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.modal_footer_help{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0.5rem;
	border-top: 1px solid #e9ecef;
	min-height: 50px !important;
}
.panel-group {
    margin-bottom: -8px;
}

.panel-heading a{
	color: white;
	font-size: 18px;
}
.panel-heading  a:not(.btn):hover {
    color:white;
}
.modal_body_help {
    position: relative;
    padding: 15px;
}
.panel-group .panel {
    margin-bottom: 10px;
	border-radius: 4px;
	border:solid 1px;
	border-color: red;
	background-color: red;
}
.panel-heading{
	text-align: center;
}
.panel-body{
	background-color: white;
	padding-left: 10px;
    padding: 10px;
	font-size: 15px;
}
.headingIcon
{
	float: right;
    margin-right: 10px;
    margin-top: 6px;
}
#pdf_filelist{
	margin: 20px;
}
.reports-table-col-lg{
	width:40%;
}

.reports-table-col-sm{
	width:15%;
}
.mtd-row-bottom{
	border-bottom:3px solid !important;
	border-bottom-color: #dbd7d7 !important;
}
.mtd-row-top{
	border-top-color: #ffffff !important;
}

.styled-checkbox {
	position: absolute;
	opacity: 0;
}
.styled-checkbox + label {
	position: relative;
	cursor: pointer;
	padding: 0;
}
.styled-checkbox + label:before {
	content: '';
	margin-right: 10px;
	display: inline-block;
	vertical-align: text-top;
	width: 20px;
	height: 20px;
	background: white;
	border: #b8b8b8 solid 1px;
}
.styled-checkbox:hover + label:before {
	background: #ee2d24;
}
.styled-checkbox:checked + label:before {
	background: #ee2d24;
}
.styled-checkbox:disabled + label {
	color: #b8b8b8;
	cursor: auto;
}
.styled-checkbox:disabled + label:before {
	box-shadow: none;
	background: #ddd;
}
.styled-checkbox:checked + label:after {
	content: '';
	position: absolute;
	left: 5px;
	top: 9px;
	background: white;
	width: 2px;
	height: 2px;
	box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
	-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
}
.mtdReportLink{
	left: 3%;
	position: absolute;
	color: #5797E5 !important;
    text-decoration: underline !important;
}
.gloginbtn{
	color: red;
	text-align: center;
	display: table;
  	margin: 0 auto;
}
.fa-occ{
	color:#797e83;
	font-weight:lighter;
	font-size: 20px;
}
.fa-occ-reset{
	color:#ff1500;
	font-weight:lighter;
	font-size: 20px;
	cursor: pointer;
}

  /* The toggle */
.toggle-status {
	width: 30px;
	height: 19px;
	border-radius: 100px;
	cursor: pointer;
	background-color: #E6E9EC;
  }

.toggle-btn {
	height: 16px;
	width: 16px;
	background: #ffffff;
	display: inline-block;
	border-radius: 100px;
	margin-top: 0px;
	margin-left: 13px;
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}

.toggle-status:hover > .toggle-btn {
    box-shadow: 0px 2px 3px 3px rgba(0, 0, 0, 0.2);
    transform: scale(0.93);
}

.toggle-on{
	background-color: #4caf50 !important;
}
.toggle-switch{
	margin-left: 0.6px;
}
.toggle-off{
	background-color: #FF0D00 !important;
}
.ban{
	color:#FF0D00;
	font-size: 20px;
}
/* mini loader for activity geographies dropdown change */
.mini-loader {
	right: 6%;
	top: 6px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(/images/loader.gif) center no-repeat ;
	background-color:rgba(255, 255, 255, 0.30);
	background-size: 25px;
}

.round-radio + label:before{
	border-radius : 10px;
}
.geo-arrow{
	cursor: pointer;
}
.marginLeft10px{
	margin-left: 10px;
}
.marginButtom20px{
	margin-bottom: 20px;
}
.marginLeft15px{
	margin-left: 15px;
}
.podcast-icon{
	font-size: 20px;
	color: red;
}
.podcast-img{
	width: 70px;
    height: 70px;
}
.podcast-des{
	height: 100px;
}