﻿table.kingatable { width:98%;  margin: 0px 0 10px 0; }

table.kingatable tr { }

table.kingatable tr td { color:#6a6a6a; background: #e1e1e1; padding: 3px 5px; border: 1px solid white;}
table.kingatable tr td.kintd { background: #b1b1b1; border-bottom: 1px solid white; }

/*   ******************************** SEARCH **************************************************************************************  */


#search-form_3 {
background: #e1e1e1; /* Fallback color for non-css3 browsers */
width: 100%;
margin:0 auto;
position:relative;
background: -webkit-gradient( linear,left top, left bottom, color-stop(0, rgb(243,243,243)), color-stop(1, rgb(225,225,225)));
background: -moz-linear-gradient( center top, rgb(243,243,243) 0%, rgb(225,225,225) 100%);


/* Rounded Corners */
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;

/* Shadows */
box-shadow: 1px 1px 2px rgba(0,0,0,.3), 0 0 2px rgba(0,0,0,.3);
-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.3), 0 0 2px rgba(0,0,0,.3);
-moz-box-shadow: 1px 1px 2px rgba(0,0,0,.3), 0 0 2px rgba(0,0,0,.3);

}

.search_3 {
background: #fafafa; /* Fallback color for non-css3 browsers */

/* Gradients */
background: -webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(250,250,250)), color-stop(1, rgb(230,230,230)));
background: -moz-linear-gradient( center top, rgb(250,250,250) 0%, rgb(230,230,230) 100%);
border: 0;
border-bottom: 1px solid #fff;
border-right: 1px solid rgba(255,255,255,.8);
font-size: 16px;
margin: 4px;
padding: 10px 0 10px 10px;
width: 80%;

/* Rounded Corners */
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;

/* Shadows */
box-shadow: -1px -1px 2px rgba(0,0,0,.3), 0 0 1px rgba(0,0,0,.2);
-webkit-box-shadow: -1px -1px 2px rgba(0,0,0,.3), 0 0 1px rgba(0,0,0,.2);
-moz-box-shadow: -1px -1px 2px rgba(0,0,0,.3), 0 0 1px rgba(0,0,0,.2);
}

.search_3:focus{
outline: none;
background: #fff; /* Fallback color for non-css3 browsers */

/* Gradients */
background: -webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(255,255,255)), color-stop(1, rgb(235,235,235)));
background: -moz-linear-gradient( center top, rgb(255,255,255) 0%, rgb(235,235,235) 100%);
}

.submit_3{
background: #44921f; background:#760b02;/* Fallback color for non-css3 browsers */
/* Gradients */
/*background: -webkit-gradient( linear, left top, left bottom, color-stop(0, rgb(79,188,32)), color-stop(0.15, rgb(73,157,34)), color-stop(0.88, rgb(62,135,28)), color-stop(1, rgb(49,114,21))); */
/*background: -moz-linear-gradient( center top, rgb(79,188,32) 0%, rgb(73,157,34) 15%, rgb(62,135,28) 88%, rgb(49,114,21) 100%); */
border: 0;
color: #eee;
cursor: pointer;
float: right;
font: 16px 'Raleway', sans-serif;
font-weight: bold;
padding:10px;
margin: 4px 4px 0;
text-shadow: 0 -1px 0 rgba(0,0,0,.3);
width: 12%;
outline: none;

/* Rounded Corners */
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;

/* Shadows */
box-shadow: -1px -1px 1px rgba(255,255,255,.5), 1px 1px 0 rgba(0,0,0,.4);
-moz-box-shadow: -1px -1px 1px rgba(255,255,255,.5), 1px 1px 0 rgba(0,0,0,.2);
-webkit-box-shadow: -1px -1px 1px rgba(255,255,255,.5), 1px 1px 0 rgba(0,0,0,.4);
}

.submit_3 i.fa { font-size:18px; }

div#livesearch { 
	
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px; 
	font-size:15px; 
	position:absolute; 
	z-index:998; 
	top:50px;
	left:1%;
	background: #fafafa; 	
	width:96%;
	
}


div#livesearch22 { 
	
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px; 
	font-size:15px; 
	position:absolute; 
	z-index:998; 
	top:50px;
	left:1%;
	background: #fafafa; 	
	width:96%;
	
}

.livesearch_see 
{
	max-height:300px;
	padding-top:5px;
	padding-right:0px;
	padding-left:2%;
	box-sizing:border-box;
	padding-bottom:20px;
	box-shadow: 5px 5px 15px gray; 
	transition: max-height 0.6s ease-in-out;
}

.livesearch_hide
{
	max-height:0px;
	padding:0;
	box-shadow:none;
	transition: max-height 0.6s ease-in-out;
}


div.titlechecker { width:100%; box-sizing:border-box; line-height:40px; }
div.titleleft { float:left; width:80%; }
div.titleright { float:left; width:20%; }

div#livesearch2 a { display:inline-block; font-size:17px; text-decoration:none; color:#464646; padding: 3px 0; }
div#livesearch a { display:inline-block; font-size:17px; text-decoration:none; color:#464646; padding: 3px 0; }
div#livesearch a:hover { color:orange;  }
div#livesearch2 a:hover { color:orange;  }

@media only screen and (max-width: 768px) {    	
		.search_3 { width:70%; }	
		}









      input.foglal {
        border:none;
        background:#dcd9d9;
        color:#424e5a; 
        font-size:13px; 
        text-align:center;
        cursor:pointer;
        padding:10px;
        border-radius:10px;
        margin:0 auto;
        float:left;
      }
      
      input.foglal:hover {
      	background:#c9c2c2;
      }
      
      table.handler {
        border-collapse:collapse;
        padding:0;
        border:none;
        width:100%;
     
      }

	   table.handler2 {
        border-collapse:collapse;
        padding:0;
        border:none;
        width:100%;
     
      }

 table.handler2 td {
       text-align:right;
       padding:7px 0px;
      
      }     

    div.button_container {
    	float:left;	
	margin:20px 0px 0px 20px;
    }

      table.handler td {
       
       padding:10px 0px 10px 20px;
      
      }     
      
      td.handler_right {
        width:78%;
         color:#888888;
	color:#838282;
      }


       td.handler_left {
        width:20%; 
        font-family:Terminal Dosis,arial;
        font-size:17px;
        text-align:left;
        color:#888888;       
      }

      td.handler_left4 {
        width:20%; 
        font-family:Terminal Dosis,arial;
        font-size:17px;
        text-align:left;
        color:#888888;    
        padding:0;   
      }

   

       .area {
       font-family:Terminal Dosis;
        font-size:17px;       
        color:#888888;	
	color:#838282;
	border-radius:8px;
	border: 1px solid #cccccc;
       }

	span.inner {
	color:red;
	}

      table#pgupdater td.handler_left2 {       
        background:#fbfbfb;
	  width:20%; 
        font-family:Terminal Dosis,arial;
        font-size:17px;
        text-align:left;
        color:#888888;
       
      }

      table#pgupdater td.handler_right2 {
   	background:#fbfbfb;
      }

      table#pgupdater td.handler_left1 {       
        background:#f1f1f1;	
	  width:20%; 
        font-family:Terminal Dosis,arial;
        font-size:17px;
        text-align:left;
        color:#888888;
       padding:0;
      }

      table#pgupdater td.handler_right1 {
   	background:#f1f1f1;
      }
     
      li.handler {
        display:inline;
        padding:5px 10px;
        border: 1px solid #cfe1f8;        
        border-radius:8px;
        background:#cde7f6;
        cursor:pointer;
        color:#424e5a;
       	font-family:Terminal Dosis;
        margin-top:5px;
       
      }
      
      


	td.art_image {
		color:gray;
		padding:0;
		text-align:left;
		font-family:Terminal Dosis;		
	}	




      
      li.handler:hover {
       background:#3465a4;
       color:white;
       
      }
      
       
      input.text {
        	 height:25px;
          	 border:none;
          	 background:white;        
      }


      
      input.handlersub {
        border:1px solid #9cd7f9;
        border-radius:7px;
        padding:1px 5px;
        background:#cde7f6;
        font-family:Terminal Dosis,ariel;
        font-size:13px;
        color:#424e5a;
        cursor:pointer;
        text-align:center;
        margin:0 auto;
      }
      
      input.handlersub:hover {
        background:#424e5a;
        color:#a8bac5;
      }
      
      input.handlersub2 {
        border:1px solid #f6d087;
        border-radius:10px;
        padding:10px 40px;
        background:orange;
        font-family:Terminal Dosis,ariel;
        font-size:14px;
        color:#775005;
        font-weight:bold;
        cursor:pointer;
        text-align:center;
        margin:10px auto;
      }
      
      .textmezo {
        text-align:left;
        padding:0;
        border:1px solid #d0d0d0;
        
        border-radius:5px;
        
      }
      input.handler {
        border:1px solid #d0d0d0;
        border-radius:5px;
        padding:5px 10px;        
        background:white;
        font-family:Terminal Dosis,ariel;
        font-size:16px;
        color:#424e5a;        
        text-align:left;
        width:95%;
        
      }

 input.handler4 {
        border:1px solid #d0d0d0;
        border-radius:5px;
        padding:5px 10px;        
        background:white;
        font-family:Terminal Dosis,ariel;
        font-size:16px;
        color:#424e5a;        
        text-align:left;
        width:95%;
        
      }

 input.handler5 {
        border:1px solid #d0d0d0;
        border-radius:5px;
        padding:2px 2px;        
        background:white;
        font-family:Terminal Dosis,ariel;
        font-size:16px;
        color:#424e5a;        
        text-align:left;
        width:80%;
        
      }


        input.handler3 {
        border:1px solid #d0d0d0;
        border-radius:5px;
        padding:5px 10px;        
        background:white;
        font-family:Terminal Dosis,ariel;
        font-size:16px;
        color:#424e5a;        
        text-align:left;
        width:50%;
        
      }

      select.reserv {
	font-size:15px;
	font-family:Terminal Dosis;
	color:#242e38;
     }

     select.reserv2 {
	font-size:15px;
	font-family:Terminal Dosis;
	color:#242e38;
	height:20px;
	width:100%;
     }

      input.handler_short {
        border:1px solid #d0d0d0;
        border-radius:5px;
        padding:5px 10px;        
        background:white;
        font-family:Terminal Dosis,ariel;
        font-size:16px;
        color:#424e5a;        
        text-align:left;
        width:20%;        
      }
      
      div#basic_table {
        width:1100px;         
        padding:0;
        margin:0px 0px 0px 0px;

      }
      div#admin_nav {
        float:left;
        width:180px;       
        background:#424e5a;
        padding:0;        
        margin:0;
        padding-top:40px;
	padding-bottom:100px;
	
      }
      li.admin_nav {
        width:145px;
        list-style:none;
        display:block;          
        padding:15px 0px 15px 15px;
	display:none;
      }
      li.empty {
        width:145px;
        list-style:none;
        display:block;        
         
        padding:15px 0px 15px 15px;
      }
      
      li.admin_nav i.fa {
        color:#e1e6e8;
        font-size:17px;
       
      }
      
      span.adminli {
        margin-left:5px;
      }
      
      a.nava {
        cursor:pointer; 
        text-decoration:none;        
        color:#a8bac5;
        font-size:17px;
        font-family:Terminal Dosis,arial;
       
      }
      
      a.nava:hover {
        color:#c7dcea;
      }
      
      li.admin_nav:hover {
        background: url(images/nav_hover.jpg) no-repeat top left;
      }
      
      div#admin_content {  
        float:left;
        width:920px;  
	  
        border:none;
        min-height:900px;   	
        background:#fbfbfb;      
        margin:0px;    
       padding-bottom:100px;
      }
      
      div#page_title {          
        width:90%;       
        margin:0 auto;
        padding:20px 0px 15px 0px;
        font-size:25px;
        border-bottom:1px solid #d0d0d0;
        font-family:Terminal Dosis;
        
        
      }
      
      div#webmaster { 
        width:90%;
        
        margin:70px auto;
        
      }
    	div#signcont {
      		background:#f5f5f5;
          	border-radius:7px;
          	margin:20% auto;
          	width:260px;
          	padding:10px 20px 0px 20px;
          	box-shadow:7px 7px 30px black;
    	}
    	span.admintitle {
      		color:#11223e;
          	font-size:45px;
          	font-family:impact;          	
    	}
    	span.sitetitle {
      		color:#2181ce;
          	font-size:17px;
          	font-family:Terminal dosis;          	
          	
    	}
    	span.adminlogo {
      		color:#1a609e;
          	font-size:70px;       
	
    	}

	span.adminlogo2 {
      	color:#1a609e;
          	font-size:30px;   
	font-family:impact;    
	
    	}

      	input.admininput {
          	color:#393e44;
      		color:#b3aeab;          	
          	font-size:16px;          	
          	font-family: Terminal Dosis;
          	text-align:left;
          	padding:5px 5px;
          	border:none;          
        }
      
      
    
    	div.inputouter {   
          	width:258px;
          	border:1px solid #cccccc;          	
          	margin:15px auto;
          	border-radius:3px; 
          	text-align:left;
          	background:white;
          	overflow:hidden;
        }
    
    	input.adminsubmit {
          	display:block;
          	width:260px;
          	height:46px;
          	margin:0 auto;
          	border:none;
          	cursor:pointer;
         	background:url(images/in_button.png) no-repeat;	 
        }
    	input.adminsubmit:hover {
         	background:url(images/in_button_hover.png) no-repeat;	 
        }
      
      	input.see_yes {
    		width: 40px;
    		height: 40px;
          	margin: 0px auto;
    		display: block;
          	cursor:pointer;
          	border:none;
          	background:url(images/check_yes_small.png) no-repeat;
    		
		}
      	input.see_not {
    		width: 40px;
    		height: 40px;
          	margin: 0px auto;
    		display: block;
          	cursor:pointer;
          	border:none;
          	background:url(images/check_not_small.png) no-repeat;
    		
		}
      
      	select.reserv_ev {
        	height:20px;
          	border:none;
          	background:#f8f8f8;
          	width:100%;
          	font-size:12px;
          	border-radius:2px;
      	}
      	select.reserv_ho {
        	height:20px;
          	border:none;
          	background:#f8f8f8;
          	width:100%;
          	font-size:12px;
          	border-radius:2px;
      	}
      	select.reserv_nap {
        	height:20px;
          	border:none;
          	background:#f8f8f8;
          	width:100%;
          	font-size:12px;
          	border-radius:2px;
      	}
      	select.reserv_ora {
        	height:20px;
          	border:none;
          	background:#f8f8f8;
          	width:100%;
          	font-size:12px;
          	border-radius:2px;
      	}
      
      	input.changer {
        	border:1px solid blue;
        	border-radius:40px;
        	padding:7px;        
        	background:#0e5496;
        	font-family:Terminal Dosis,ariel;
        	font-size:15px;
        	color:white;
        	cursor:pointer;
        	text-align:center;
        	margin:0 auto;
      	}

	input.changer2 {
        	border:1px solid blue;
        	border-radius:20px;
        	      padding:5px;
        	background:#0e5496;
        	font-family:Terminal Dosis,ariel;
        	font-size:13px;
        	color:white;
        	cursor:pointer;
        	text-align:center;
        
      	}
      
      	input.changer:hover {        	      	
            	font-size:11px;
        	color:white;
      	}

	input.changer2:hover {        	      	
            	background:orange;
        	color:white;
	border: 1px solid red;
      	}

      	input.deleter {
        	border:1px solid red;
        	border-radius:40px;
        	padding:7px;
        	background:#b81346;      
        	font-family:Terminal Dosis,ariel;
        	font-size:15px;
        	color:white;
        	cursor:pointer;
        	text-align:center;
        	margin:0 auto;
      	}      
      
      	input.deleter:hover {        	      	
            font-size:11px;
        	color:white;
        }
      	
      	table.hits {
          	border:1px solid #dddddd;
          	border-radius:2px;
          	width:100%;
          	margin:0;
        }
     

	td.hit_pic {
        	border:none;          	
          	background:#eeeeee;
          	text-align:center;
          	font-family:Terminal Dosis;
          	color:#283f57;
	font-size:14px;
	vertical-align:middle;
      	} 

      	td.hit_pico {
        	border:none;          	
          	background:#dedede;
          	text-align:center;
          	font-family:Terminal Dosis;
          	color:#283f57;
	font-size:14px;
	vertical-align:middle;
      	} 

	td.hit_upage {
        	border:none;          	
          	background:#eeeeee;
          	text-align:center;
          	font-family:Terminal Dosis;
          	color:#283f57;
	font-size:14px;
	vertical-align:middle;
      	} 
      
      	td.hit_pic3 {
        	border:1px solid #b8b8b8;
          	padding:3px;
          	
          	text-align:center;
          	font-family:Terminal Dosis;
          	
          	font-size:14px;
      	} 
      
      	td.hit_pic4 {
        	border:1px solid white;
          	padding:3px;
          	background:#cfcfcf;
          	text-align:center;
          	font-family:Terminal Dosis;
          	color:#424242;
          	font-size:14px;
      	} 
      
      	td.hit_pic5 {
        	border:1px solid white;
          	width:20%;
          	padding:3px;
          	background:#e3f0ff;
          	text-align:left;
          	font-family:Terminal Dosis;
          	color:#636363;
          	font-size:16px;
      	} 
      
      	td.hit_pic6 {
        	border:1px solid white;
          	width:80%;
          	padding:3px;
          	background:#f4f8fd;
          	text-align:left;
          	font-family:Terminal Dosis;
          	color:#636363;
          	font-size:16px;
      	}
      
      	td.hit_pic7 {
        	border:1px solid white;          	
          	padding:3px;
          	background:#e3f0ff;
          	text-align:left;
          	font-family:Terminal Dosis;
          	color:#636363;
          	font-size:15px;
      	} 
      
      	td.hit_pic8 {
        	border:1px solid white;          
          	padding:3px;
          	background:#f4f8fd;
          	text-align:left;
          	font-family:Terminal Dosis;
          	color:#636363;
          	font-size:15px;
      	}
      
      	td.hit_pic9 {
        	border:1px solid white;          
          	padding:1px;
          	background:#f4f8fd;
          	text-align:left;
          	font-family:Terminal Dosis;
          	color:#636363;
          	font-size:13px;
      	}
      	
      	td.hit_pic2 {
        	border:none;
          	padding:2px;
          	background:#dbdbdb;
          	text-align:center;
          	font-family:Terminal Dosis;
          	color:#888888;
	font-size:15px;
	
      	} 

	td.hit_pici {
        	border:none;
          	padding:2px;
          	background:#acacac;
          	text-align:center;
          	font-family:Terminal Dosis;
          	color:#525252;
	font-size:15px;
	
      	} 
      
      	td.hit_pic2 i.fa {
        	font-size:22px;
          	font-weight:bold;
          	color:#64707c;		
      	}
      	
      	select.reserv {
        	height:25px;
          	border:none;
          	background:white;
          	width:100%;
      	}

	.checkbox input {
    			display: none;
		}
      	.checkbox span {
    		width: 40px;
    		height: 40px;
    		display: block;
          	cursor:pointer;
          	background:url(images/check_not_small.png) no-repeat;
    		
		}

		.checkbox input:checked + span {
    		background:url(images/check_yes_small.png) no-repeat;
		}
