    .loader{
	background-image: url(../M/images/loader.gif); /* 16px x 16px */
    background-repeat: no-repeat;  /* make the background image appear only once */
    background-position: left center;  /* equivalent to 'top left' */
    background-position: 5px;
    padding-left: 16px;     /* make text start to the right of the image */
    vertical-align: middle; /* align the text vertically centered */
    background-size: 30px 30px;

    }
    .loader_size{
        width:150px;
    }
    .loader_size_big{
        width:200px;
    }
    .textarea_readonly{
    resize: none;
    border: none;
    overflow: hidden;
    font-size: 100%;
    background-color: #fffedf ;
width:93%;
}

.subject-input .feedback-input{
			width: 98%;
			direction: rtl;
			color: black; 
			border-radius: 10px;
    		margin: 20px 0;
    		
		}
		
body {
background-color: #fffedf;;
	
}
.modal {
  text-align:center;
  display : none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 9999; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
opacity: 0;
}
.modal-content {
  background-color: #fefefe;
  padding: 10px;
  border: 1px solid #888;
  text-align:center;
  font-weight:bold !important;
  direction:rtl;
}
.modal-content > p {
  text-align:center;
  padding: 20px;
}
/* The Close Button */
.close_model {
  color: red;
  float: right;
  font-size: 16px;
  font-weight: bold;
  position: relative;
 
}

.close_model:hover,
.close_model:focus {
  color: #aaa;
  text-decoration: none;
  cursor: pointer;
}
.input_look_like_text{
  border: none;
  display: inline;
  font-family: inherit;
  font-size: inherit;
  padding: none;
  width: auto;
  margin:0;
  padding:0,0;
}
.input_look_like_text:hover {
  box-shadow: 0 0 0 0 0, 0 0 0 0 0;
}

.title{
    color: #005aff;


}
.search1{
    color: black; 
    text-shadow:0 1px 0 rgba(0,0,0,0.4);
	font-family:serif;
	font-size: 20px;
	display:inline-block;
    margin-left: 1px;
    text-align:center;
	border: 1px solid #E5E5E5;
    border-radius: 30px 30px 30px 30px;
    box-shadow: 0 0 10px #E8E8E8 inset;
	font-weight: bold;
	width:97%
	
}
.search {
    	font-family:serif;
	font-weight: bold;
  box-sizing: border-box;
  padding: 4px 1px;
  font-size:14px;
  display: inline-block;
  border: 2px solid #7CAEF1;
  border-style: solid;
  border-radius: 4px;
  border-color:#005aff;
  color:black;
  width:100%;
  
}

.top-bar-div{
	background-color: #fffedf;
	text-align:center;
	padding:5px;
	color:white;
	font-size:16px;
}
a:-webkit-any-link {
	text-decoration: none;	
}
 .logo-icon{
   	content:url("../images/Header_logo.png");
   	max-width: 75%;
} 
.category-name{
		color:#482576;
		text-align: center;
    	width: 100%;
    	display: block;
    	margin: 0 auto;
    	font-size: small;
	}
	.category-div{
		cursor:pointer;
		padding:10px;
		max-width: 120px;
		display: block;
    	margin: 0 auto;
	}
	.category-div a {
		position: relative;
	}
	
	.category-div:hover .hover-category-icon {
    	opacity: 1;
    	width: 100%;
	}
	.category-div:hover .category-icon {
    	opacity: 0;
    	width: 100%;
	}
	.category-div .hover-category-icon {
    	opacity: 0;
    	width: 100%;
	}
	.category-div .category-icon {
    	opacity: 1;
    	width: 100%;
    	position: absolute;
	}
	::-webkit-input-placeholder { /* Chrome */
		color: #005aff;
	}
		    
    .category-list {
    	list-style: none; 
    	margin: 0 auto;
    	padding: 0 10px; 
    	column-count: 2;
    	-webkit-column-count: 2; /* Chrome, Safari, Opera */
	    -moz-column-count: 2; /* Firefox */
    }

    /* Custom, iPhone Retina */ 
    @media only screen and (min-width : 320px) {
        .category-list { 
	    	column-count: 3;
	    	-webkit-column-count: 3; /* Chrome, Safari, Opera */
		    -moz-column-count: 3; /* Firefox */
	    }
    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (min-width : 480px) {
		.category-list { 
	    	column-count: 3;
	    	-webkit-column-count: 3; /* Chrome, Safari, Opera */
		    -moz-column-count: 3; /* Firefox */
	    }
    }

    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {
		.category-list { 
	    	column-count: 6;
	    	-webkit-column-count: 6; /* Chrome, Safari, Opera */
		    -moz-column-count: 6; /* Firefox */
	    }
    }

    /* Medium Devices, Desktops */
    @media only screen and (min-width : 992px) {
		.category-list { 
	    	column-count: 6;
	    	-webkit-column-count: 6; /* Chrome, Safari, Opera */
		    -moz-column-count: 6; /* Firefox */
	    }
    }

    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) {
		.category-list { 
	    	column-count: 6;
	    	-webkit-column-count: 6; /* Chrome, Safari, Opera */
		    -moz-column-count: 6; /* Firefox */
	    }
    }
	
.btn{
    background: #482576;
    padding: 2px 15px 2px 15px;
    text-decoration: none;
    color: #ffffff;
    border-radius: 10px;
	font-size: small;
	text-align: center;
}
.btn:hover{
    cursor: pointer;
}
		.success_message{
    position:relative;margin-bottom:1rem;border:1px solid;border-radius:.25rem;width:30%;
  color:#155724;background-color:#d4edda;border-color:#c3e6cb;
        font-family:serif;
  font-weight: bold;
  font-size:16px;
  text-align:center;
  background-image: url('../images/success-logo.png');
background-repeat: no-repeat;
background-position: 10px center;
padding: 15px 10px 15px 20px;
}
					.error_message{
position:relative;margin-bottom:1rem;border:1px solid;border-radius:.25rem;width:30%;
color:#721c24;background-color:#f8d7da;
  font-family:serif;
  font-weight: bold;
  font-size:16px;
  height: auto;
  text-align:center;
  background-image: url('../images/error-logo.png');
  background-repeat: no-repeat;
  background-position: 10px center;
  padding: 15px 10px 15px 20px;
		}
.sub-category-div{
			margin:0 auto;
			float:right;
			padding: 1px 5px 1px 5px;
		}
		    .loader{
	background-image: url(../images/loader.gif); /* 16px x 16px */
    background-repeat: no-repeat;  /* make the background image appear only once */
    background-position: left center;  /* equivalent to 'top left' */
    background-position: 5px;
    padding-left: 16px;     /* make text start to the right of the image */
    vertical-align: middle; /* align the text vertically centered */
    width:150px;
    background-size: 30px 30px;

    }
.loader_size{
    width:150px;
}
.loader_size_big{
  width:200px;
}
.sub-category1 {
		    background-image: url('../images/b4.png');
		    padding: 1px 15px 1px 15px;
		    text-decoration: none;
			font-size: 16px;
		    color: #ffffff;
		    border-radius: 10px;
		}
		.sub-category {
		     -webkit-appearance: none;
	font-weight: bold;
  background-color: white; 
  box-sizing: border-box;
  padding: 6px 20px;
  display: inline-block;
  border: 2px solid #005aff;
  border-style: solid;
  border-radius: 4px;
  border-color:#005aff;
  color: black;
}
		.sub-category:hover {
	font-weight: bold;
              border-style: solid;
              border-radius: 4px;
		     opacity: 1 ;
		     background-color: #005aff;
             color: white; 
             box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
		}
				.sub-category:active {
		    				        	font-family:serif;
	font-weight: bold;
		       border-style: solid;
              border-radius: 4px;
  background-color: #005aff;
  box-shadow: 0 5px #666;
  color: white;
  transform: translateY(4px);
}
.index_btn {
  box-sizing: border-box;
  padding: 5px 20px;
  display: inline-block;
  border: 2px solid blue;
  border-style: solid;
  border-radius: 6px;
    -webkit-appearance: none;
      -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
        -khtml-border-radius: 6px;
overflow: hidden;
  border-color:blue;
  width:100%;
  font-family:serif;
  font-weight: bold;
  font-size:20px;
			box-shadow: 0 0 10px #E8E8E8 inset;
		}
		.bottom{
		    position: fixed;
			bottom: 12px;
		}
		
.bottom-message-div{
			float:none !important;
		    padding-top: 10px;
	    }
		
.line-div{
			text-align:right;
			line-height: 40px;
    		width: 100%;
    		float: right;
		}
		.line-div > div {
			padding: 0 10px;
		}
		.sub-category-index{
			background-image: url(../images/interface_icons/Circle.png);
	    	height: 62px;
	    	width: 62px;
		    text-align: center;
		    color: white;
		    margin-left: 10px;
	        float: right;
	        line-height: 62px;
		}

		.line-separator{
			height:1px;
			background:-webkit-linear-gradient(left,  #ffffff, #482576, #ffffff);
		}
		
				.sub-category_list {
			padding: 12px;
		}
		
		.new_span {
  font-size: 23px;
  color: black;
  text-align: center;
  display: block;
  line-height: 23px;
  border-radius: 50%;
  right: 50%;
  position: absolute;
  
}
		.left {
  text-align: left;
}

		.right {
  text-align: right;
}

.alert_t { border-collapse: collapse; }
.alert_t    th,td { padding: 4px}
.alert_t th {background-color: #005aff; color: #fff;}
.alert_t tr:nth-child(even){background-color: #f2f2f2}
.alert_t img {     border: 0; }

a,b,center,td,th,.lin{
        	font-family:serif;
	        font-weight: bold;
}

th,td{
    font-size:14px;
}
.checkbox {
    display: inline-flex;
    cursor: pointer;
    position: relative;
}

.checkbox > span {
    color: #34495E;
    padding: 0.5rem 0.25rem;
}

.checkbox > input {
    height: 25px;
    width: 25px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    border: 2px solid #005aff;
    border-radius: 4px;
    outline: none;
    transition-duration: 0.3s;
    background-color: white;
    cursor: pointer;
  }

.checkbox > input:checked {
    border: 2px solid #005aff;
    background-color: #00f7ff;
}

.checkbox > input:checked + span::before {
    content: '\2713';
    display: block;
    text-align: center;
    color: #005aff;
    position: absolute;
    right: 0.6rem;
    top: 0.3rem;
}

.checkbox > input:active {
    border: 2px solid #005aff;
}
select {
    	font-family:serif;
	font-weight: bold;
  box-sizing: border-box;
  padding: 4px 1px;
  font-size:14px;
  display: inline-block;
  border: 2px solid #7CAEF1;
  border-style: solid;
  border-radius: 4px;
  border-color:#005aff;
  width:100%;
  
}

input[type=text], input[type=password], input[type=email],input[type=date],input[type=time],input[type=number],input[type=tel],.select,textarea,.CssLogin,.index {
  box-sizing: border-box;
  padding: 5px 10px;
  margin: 8px 0;
  display: inline-block;
  border: 2px solid #005aff;
  border-style: solid;
  border-radius: 4px;
  border-color:#005aff;
  width:100%;
      	font-family:serif;
	font-weight: bold;
}


input:hover,select:hover {
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}

.lin {
  display: inline-block;
  position: relative;
    color: #0087ca;
}
.lin::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: black;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
.lin:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}