body
{
 font-family:tahoma !important;
}

html, body {
  height: 100%;
   background-color:#3aa6dd;
}
.flex-container {
  display: flex;
  background-color: DodgerBlue;
}

.flex-container > div {
  background-color: #f1f1f1;
  margin: 10px;
  padding: 20px;
  font-size: 30px;
}

.inline
{
	display:inline-block;
}

.header
{
	width:100%;
	min-width:100%;
	min-height:100px;
	font-size:40px;
	text-align:center;
	color:white;
}

a{
	color:white !important;
}

#raha_form input
{
	text-transform:uppercase;
}

#raha_form #Password
{
	text-transform:unset;
}


#raha_form input,label,select
{
	min-width:0px;
	width:95%;
	margin:auto;
	padding:20px;
	border-radius:5px;
	color:black !important;
	font-size:20px !important;
}

.logo_wrapper
{
	float:left;	
	padding:15px;
}

.logo_size
{
	width:250px;
	height:auto;
}

.center_wrapper
{
	min-height:800px;
	color:black;
	background-size:cover;
}

.center_content
{
	text-align:center;
	width:30%;
	margin:auto;
}

.center_content1 div1
{
	width:100%;
	text-align:center;
}

.div_40
{
	width:40% !important;
	padding:10px;
}

.center{
	padding-top:50px;
	padding-bottom:50px;
}

.tcenter{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.center1 {
	
	
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%); /* for IE 9 */
  -webkit-transform: translate(-50%, -50%); /* for Safari */
}

.button
{
	font-size:20px;
	padding:10px;
	background-color:rgb(19, 175, 240);
	border-radius:5px;
	margin:5px;
	color:white;
	font-weight:bold;
	width:98% !important;
	border:0px solid black;
}

.button_col
{
	font-size:20px;
	padding:10px;
	background-color:rgb(19, 175, 240);
	border-radius:5px;
	margin:0px;
	color:white;
	font-weight:bold;
	border:0px solid black;
}

.shadow
{
	  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	  color:#00A;
}

.button,.button_col:focus, .button,.button_col:hover {
    background-color: #0b7cac;
    color: #fff;
	transition-duration:.4s;
	cursor:pointer;

}

button:select {
    background-color: #0b7cac;
    color: red;
	transition-duration:.4s;
}

.center_content h1
{
	font-size:40px;
}

#footer_wrapper
{
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 15px;
    background: #65b5dc;
}

.footer
{
	color:grey !important;
	text-align: center;
	font-size:10px;
}

.footer .brand_name
{
	letter-spacing: 1.5px;
}

.brand_name::before
{
	content: url(logoblock_12x11.png)
}

.footer a
{
	color: #e0dbdb !important;
}

.overlay {
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0; 
    left: 0;
    right: 0;
    bottom: 0;
    background-color:  rgba(0,0,0,0.8); /* Black background with opacity */
    z-index: 999; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}

.overlaytext {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 50px;
    color: white;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}

.header_user_image
{
	width:50px;
	height:auto;
	border-radius:25px;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;

}

.card_inner
{
	height:100px;
}

.label_text
{
	font-size:1	5px;
}

.heading_text
{
	font-size:25px;text-align:left;font-weight:bold;
}

.current_text
{
	font-size:20px;
}

.sub_text
{
	font-size:10px;
}

.empty_row
{
	line-height:20px;
	min-height:20px;
}

.full_width
{
	width:100% !important;
}

.slide_in_menu
{
}

.popup
{
	height:500px !important;width:auto;
}

.link
{
	cursor:pointer;
}

.loader {
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.search_nav
{
	cursor:pointer;
}

.hide
{
	visibility:hidden;
}

@media screen and (max-width: 600px) {

		
	.logo_wrapper
	{
		margin:auto;
	}
	.logo_size
	{
		width:180px;
		height:auto;
	}
	.popup
	{
		height:350px !important;width:auto;text-align:center;padding-top:50px;
	}
	
	br
	{
		line-height:1px;
		font-size:1px;
	}

	.slide_in_menu
	{
		display:inline-block;
		width:100% !important;
		text-align:left !important;
	}

	.button_col
	{
	width:100% !important;
	text-align:center !important;
	margin:auto !important;
	}

.current_text
{
	font-size:15px;
}

.sub_text
{
	font-size:10px;
}

	.center_wrapper
	{
		min-height:500px;
	}
	.center_content
	{
		text-align:center;
		width:95%;
		margin:auto;
	}

	.overlaytext{
		transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		width:90%;
		text-align:center;
	}
	
	
}