/*
 Theme Name:   Eduma Child
 Theme URI:    http://educationwp.thimpress.com/
 Description:  Eduma Child Theme
 Author:       ThimPress
 Author URI:   http://thimpress.com
 Template:     eduma
 Version:      1.0.0
 Text Domain:  eduma-child
*/

div.footer{
	display: block !important;
}  

.sideNavi {
    position: fixed;
    top: 50%;
    right: -39px;
    z-index: 999;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(
90deg
);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(270deg);
}

.sideNavi{
    background-color: #ff8700;
    color: #ffffff;
    cursor: pointer;
    font-size: 18px;
    padding: 14px 16px;
}

.sideNavi:hover
{
	background-color:#231834;
}

.sideNavi a
{
	color:white;
	text-decoration:none;
	font-weight: 500;
}


@media only screen and (max-width: 800px)
{
.sideNavi {
    position: fixed;
    width: 100%;
    bottom: 0px;
    top: auto;
    right: auto;
    left: 0;
    z-index: 999;
	transform: rotate(0deg);
	text-align:center;
	}
	
	.sideNavi a
	{
		text-align:center;
	}
	.indicator
	{
		bottom: 65px !important;
    right: 90px !important;
	}
	
	#__eechatIcon
	{
		right: 25px !important;
    bottom: 100px !important;
	}
}


/* Start of Meal Form Creation */

.student-meal-form-container
{
	display:inline-block;
	width:100%;
}
.student-meal-form-container .form-container
{
	float:left;
	width: 50%;
	padding:0% 3% 0% 1%;
}

.student-meal-form-container .form-container .form-group
{
	display: flex;
	width:100%;
}

.student-meal-form-container .form-container .form-group .label
{
	width: 35%;
    background: #2e3192;
    padding: 2%;
    color: white;
	border-top-left-radius: 7px;
	border-bottom-left-radius: 7px;
}

.student-meal-form-container .form-container .form-group label
{
	text-align: center;
    margin-bottom: 0px;
	font-weight: 500;
    font-size: 16px;
}

.student-meal-form-container .form-container .form-group .input-text
{
	width:65%;
	border:1px solid #2e3192;
}

.student-meal-form-container .form-container .form-group input
{
	width: 100%;
    height: 100%;
	border:none !important;
}

.student-meal-form-container .form-container .submit-form-group
{
	width:100%;
	justify-content: end !important;
}

.student-meal-form-container .form-container .submit-form-group input
{
	width:30%;
	border-radius:5px;
	background: #2e3192 !important;
	color:white !important;
}


.student-meal-form-container .form-container .submit-form-group input:hover
{	
	background:#1c1e62 !important;
}

#schedulemeal
{
	height:370px;
	overflow-y:auto;
	direction: rtl;
}

#schedulemeal .date
{
	background:#2e3192 !important;
    width:20%;
	color:white !important;
	padding:1%;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
}

#schedulemeal.flex-containter
{
	display:flex;
	width:100%;
	color:black;
}

#schedulemeal .meal-row
{
	margin-bottom:10px;
	
}

#schedulemeal .food-details
{
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
	border-bottom-left-radius:5px;
	
}

#schedulemeal .food-details
{
	padding:1% 2%;	
}

#schedulemeal .food-details hr
{
	margin:10px 0px;
}

#schedulemeal .flex-containter
{
	display:flex;
	
}
#schedulemeal .flex-containter .label
{
	width:40%;
	color:black !important;
}

#schedulemeal .flex-containter .foods
{
	width:60%;
}

#schedulemeal .flex-containter .scheduledate
{
	width:55%;
}

#schedulemeal .flex-containter .modify
{
	width:45%;
	text-align:right;
	
}

#schedulemeal .flex-containter .modify i
{
	color:#2e3192 !important;
	cursor:pointer;
}


#schedulemeal::-webkit-scrollbar {
	-webkit-appearance: none;
    width: 3px;
  }

#schedulemeal::-webkit-scrollbar-track {
    background: #2e3192c7;
    border-radius: 5px;
}

#schedulemeal::-webkit-scrollbar-thumb {
    background: #2e3192;
    border-radius: 5px;
  }

#schedulemeal::-webkit-scrollbar-thumb:hover {
    background: #2e3192;
    border-radius: 5px;
  }

#schedulemeal::-webkit-scrollbar-thumb:active {
    background: #2e3192;
    border-radius: 5px;
  }
  
#schedulemeal .innerscroll
{
	direction: ltr;
}

div.thim-best-industry{
	    margin: -203px -2px 120px;
}

#toolbar aside.widget_search{
	margin-top: 7px;
}
.navigation .width-navigation .navbar-nav > li .sub-menu li > a{
	color: black !important;
}
a.whatsapp_chat {
	display: block;
	position: fixed;
	right: 15px;
	bottom: 120px;
	z-index: 99;
	animation: 4s infinite bounce;
	background-color: #2ab200;
	color: #fff;
	padding: 8px;
	font-size: 3.2rem;
	border-radius: 100%;
	width: 50px;
	height: 50px;
	text-align: center;
	box-shadow: 0 0 10px #111;
  }

@media only screen and (max-width: 600px) {
  .student-meal-form-container .form-container
  {
	  width:100% !important;
  }
  a.whatsapp_chat {
	bottom: 158px;
  }
}

/* End of Meal Form Creation */