* {
	font-family:Hero, Quicksand, Century Gothic, Arial,sans-serif;
	box-sizing: border-box;
	font-size: 100%;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; }
a{
	cursor: pointer;
	color: #551A8B;
}

body {
	max-width: 100%;
	margin: 0 auto;
	padding: 20px;
	background: #f7f7f7;
}

table {
	border-collapse: collapse;
	margin: 20px;
	background-color: white;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	align-items: center;
}
th,
td {
	padding: 10px;
	border: 1px solid #ddd;
}

th {
	font-weight: bold;
	text-align: left;
}

tr:nth-child(even) {
	background-color: #f9f9f9;
}

tr:hover {
	background-color: #f5f5f5;
}

/***********Index Page ********/
.delete-entry
{
	cursor: pointer;
}
.headertext{
	font-size: 35px;
}
.container
{
	display:grid;
	grid-template-columns: 1fr auto;
	background-color: #e6e6e6;
	height: 90px;
	align-items: center;
	width: 100%;
	padding:10px;
	
}
.column
{
	flex:1;
	box-sizing: border-box;
	font-size: large;
	box-sizing: border-box;
}

.searchcontainer
{
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: center;
	grid-gap:10px;

}
.searchcontainer input[type="text"]
{
	flex:1;
	width: 100%;

}
.searchcontainer  button{
	margin-left:10px;
}


.column button
{
	background-color: none;
}

.datetime-picker input[type="text"] {
    /* width: 35px;
	height:35px; */
	margin: 5px;
	flex-basis: calc(50% - 10px);

}


.resizedTextbox 
{
	
	width:360px;
	padding:5px;
	/* margin-right: 10px; */
}

#datesearchButton #reset-btn
{
	margin:5px;
	flex-basis: calc(50% -10px);
}
.deviceTable {
	border-collapse: collapse;
	margin: 20px;
	background-color: white;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	align-content: center;
	width :100%;
	margin-left: auto;
	margin-right: auto;
	
}

.headerright a {
    padding: 10px;
    margin: 12px;
	font-weight: bold; 
}
.headerright
{
	margin-left: auto;
	margin-right: 0;
	float: right;
	font-size: medium;

}
button{
	width:auto;
	color: white;;
	border:none;
	border-radius: 28px;
	background-color: #3B2D78;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	cursor: pointer;
}
#searchButton
{
	/* padding: 8px 20px 8px 15px; */
	padding:8px 20px;
}



.datetime-picker {
	color: #333;
	background-color: #F5F5F5;
	font-size: 16px;
	border: 2px solid #ccc;
	padding: 5px;
	border-radius: 5px;
	box-shadow: 1px 1px 1px #ccc;
}


#eventable
{
	margin-left: auto;
	margin-right: auto;
	width:100%;
}

#datesearchButton{
	background-color: #3B2D78;
	color: #ccc;
	border:0px ;
	border-radius: 12px;
	padding: 12px 30px;
	font-weight: bolder;
	cursor: pointer;
}

a:link, a:visited {
	
	text-decoration: none;
	display: inline-block;
  }
  
  a:hover, a:active {
	
	color: black;
  }
.my-custom-class
{
	background-color: #3B2D78 !important;
	color: #fff;
	width:400px;
	font-size: 16px;;
}




.error-message {
	color: red;
	font-size: 0.875rem;
	font-weight: 400;
	display: none;
	margin-top:0.25rem;
  }
  
  .error-message::before {
	content: "✖";
	display: inline-block;
	margin-right: 5px;
  }
  
  .error-message.show {
	display: inline-block;
  }



input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  cursor: pointer;
}

input[type="search"]::-moz-search-cancel-button,
input[type="search"]::-moz-search-decoration {
  cursor: pointer;
}

input[type="search"]::-ms-clear {
  cursor: pointer;
}




  
/** Login Page *****/

	.login-box {
	background-color: #fff;
	margin: 100px auto;
	max-width: 360px;
	padding: 40px;
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	}
	
	.login-box h2 {
	margin-bottom: 20px;
	text-align: center;
	color: #333;
	}
	
	.user-box {
	position: relative;
	padding: 4px;
	}
	
	.user-box input {
	width: 100%;
	/* padding: 14px 0; */
	padding:12px 0 ;
	font-size: 16px;
	color: #333;
	border: none;
	border-bottom: 2px solid #ccc;
	outline: none;
	background-color: transparent;
	
	}


	
	.user-box label {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px 0;
	font-size: 16px;
	color: #333;
	pointer-events: none;
	transition: 0.5s;
	}
	
	.user-box input:focus ~ label,
	.user-box input:valid ~ label {
	/* top: -20px; */
	top:-22px;
	left: 0;
	color: #ff8000;
	font-size: 14px;
	}
	
	#login-button {
	background-color: orange;
	color: #fff;
	border: none;
	border-radius: 5px;
	font-size: 16px;
	cursor: pointer;
	margin-top: 20px;

	position:relative;
	margin: 20px -50px;
	width:100px;
	top:50%; 
	left:50%;
	display: flex;
	justify-content: center;
	align-items: center;
	}
	
	
.rowDate
{
	/* width:14%; */
	/* width:40%; */
}

.dvicedata
{
	
	width:40%;
}
/*** Logo  Login Page **/
.login-box .logo {
	
	display: flex;
    justify-content: center;

}
/*** To Change the Datetime picker  default color blue to Purple ***/


.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div.xdsoft_current 
	{	
		background: #3B2D78 !important;
		box-shadow: #3B2D78 0 1px 3px 0 inset !important;
		color: #fff;
		font-weight: 700;
	}


.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current.xdsoft_disabled:hover
{	
	background: #3B2D78 !important;
	box-shadow: #3B2D78 0 1px 3px 0 inset !important;
	color: #fff;
	font-weight: 700;
}


.xdsoft_date.xdsoft_current.xdsoft_today 
{
  background-color: #3B2D78 !important;
}

.xdsoft_date.xdsoft_current.xdsoft_today.xdsoft_selected 
{
  background-color: transparent !important;
}


.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_today_button {
	filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
   
}


/***********************/

/*** Reset button Event details Page ***/

#reset-btn
{
	/*box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background-color:#999;*/
    /*color: hwb(0 0% 100%);*/
	background-color: transparent;
    border: 0px;
    border-radius: 12px;
    padding: 12px 30px;
    font-weight: bolder;
	cursor: pointer;
}



/****** Delete Toastr Popup Stylinmg ********/


#toast-container { right: inherit !important; width: 30%; left: calc(50% - 15%); top: 0;}
#toast-container > div { margin: 0 0 30px !important; padding: 0 !important; background-position: -1000px center !important; width:100% !important; opacity: 1 !important; border-radius: 0 0 10px 10px !important; overflow: inherit !important; box-shadow: none !important; font-size: 15px !important; text-align: center; background: rgba(0,0,0,0.5); }
#toast-container > [class*="toast-"] .toast-message { background: linear-gradient( 135deg, #fa6728 0%,rgba(239,179,38,0.5) 100%); padding: 10px 20px 25px; border-radius: 0 0 10px 10px;}
#toast-container .toast-error .toast-message { background: linear-gradient( 135deg, #fa2828  0%,rgba(239,179,38,0.5) 100%);}
#toast-container .toast-info .toast-message {background: linear-gradient( 135deg, #4b7b92 0%,rgba(79,146,75,0.7) 100%);}
#toast-container .toast-info .toast-message button { border-radius: 20px; min-width:55px; padding: 8px 12px; height: 32px; position: relative; background: rgba(255,255,255,0.3) !important; transition: all linear 0.2s; color: #fff !important;}
#toast-container .toast-info .toast-message button#confirm-delete-btn { background: #fa6728 !important;}
#toast-container .toast-success .toast-message { background:linear-gradient( 135deg, #61b35c 0%,rgba(217,243,6,0.7) 100%); }
#toast-container .toast-warning .toast-message { background: linear-gradient( 135deg, #fa6728 0%,rgba(239,179,38,0.5) 100%);}

#toast-container > [class*="toast-"]::after {content: "";display:block;font-size: 24px;width: 33px;height: 33px;font-family: 'FontAwesome';position: absolute;padding: 5px 7px;border-radius: 50px;left: calc(50% - 22.5px);bottom: -28px;box-shadow: 0px 7px 15px 0 rgba(0,0,0,0.2);}
#toast-container > .toast-error::after { content: "\f071"; background: #fa6728;}
#toast-container > .toast-info::after { content: "\f071"; background: #40a3d2;}
#toast-container > .toast-success::after { content: "\f00c"; background: #a1e61a;}
#toast-container > .toast-warning::after { content: "\f06a"; background: #f5a71a;}


/*************Toastr ***********/

.toast-error.customtoastr-error
{
  background-color: red;
}

/*** Media Query Responsive View****/


 @media screen and (max-width:767px)
	
 
 {
	.resizedTextbox
	{
		max-width:148px;
	}
	#search-container{
		 height: 150px;
	}
	#right-search
	{
		grid-column: span 2;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	} 
	.datetime-picker
	{
		width:110px;
		/* margin-right:10px; */
	}

}
@media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2) and (min-device-width:320px) and (max-device-width: 532px){
	.datetime-picker{
		width: 170px;
	}
	.searchcontainer{
		grid-column: span 2;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	.loadpage{
		padding: 10px 10px;
	}
	.container{
		height: 150px;
	}
}
@media screen and (max-width:404px) {
	.datetime-picker{
		width: 220px;

	}	
	.container{
		height: 150px;
	}
}

@media screen and(min-width:480px) and (max-width: 532px)
{
	#search-container
	{
		grid-template-columns: 1fr 1fr;
	}
	#right-search
	{
		grid-column: span 2;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	} 
	.datetime-picker
	{
		width:100%;
		margin-right:10px;
	}
	/* .searchcontainer
	{
		grid-column: span 2;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	} */

 
}
/* @media screen and(max-width:512px)
{
	#right-search{
		flex-direction:column;
   }
   #datesearchButton #reset-btn
   {
	width:100%;
	flex-basis: 100%;
   }
} */
/* @media screen and (min-width:432px) and (max-width: 532px)
{

	.datetime-picker
	
	{
		flex-basis: calc(70% - 10px);
	}
} */