:root {
    --header: #212226; 
	--footer: #212226;
	--backgr: #45474e;
	--cont_bckgr: white;
	



  --Col_IMG_H: 110px;
	--Col_IMG_W: 110px;
}


	
	h1{
	font-size: 1.5em;
	color: black;
	font-family:Arial;
	}
	
	h2{
	font-size: 1em;
	color: black;
	font-family:Arial;
	}
	
	h3{
	font-size: 0.7em;
	color: black;
	font-family:Arial;
	}
	
	h4{
	font-size: 0.3em;
	color: black;
	font-family:Arial;
	}
html,
body {
	margin:0px;
	padding:0px;
	height:100%;
   background: green;
	background-color: var(--backgr);
	font-family:Arial;
}
#container {
   min-height:100%;
   position:relative;
   background-color: 	var(--backgr);
}

.pabout{
	font-size: 0.9em;
	color: black;
}





/*******************HEADER****/
#header {
   background: var(--header);
   padding: 10px;
   margin-bottom:10px;
   overflow: hidden;
}

.div.header {       
	width: 100%;
	border-style: solid;
	border-width: 5px;
	border-color: #AFEEEE;
	background-color: red;
}
.header.body {       
	width: 100%;
	border-style: solid;
	border-width: 1px;
	border-color: #AFEEEE;
	background-color: #7c20d8;
}

.Admin_block{
	 display: block;
	padding: 10px;
	overflow: auto;
	background-color: #bdbbbf;
	margin-left: 5px;
	margin-right: 5px;
	width: auto;
	margin-top: 5px;
}
.Admin_block_header{
	 display: block;
	padding: 2px;
	overflow: auto;
	background-color: #ececed;
	margin-left: 5px;
	margin-right: 5px;
	width: auto;
	margin-top: 5px;
	Margin-bottom:50px;
}






#body {
	
   padding-bottom:10px;   /* Height of the footer */
   margin-left: 10px;
   margin-right: 10px;
   background-color: var(--backgr);	
}
#footer {
   position:absolute;
   bottom:0px;
   width:100%;
   height:60px;   /* Height of the footer */
   background: var(--footer);
}

  #wrapper {
        float: left;
        width: 200px;
  }
  
  #Typefilter{
	 color: var(--backgr);
  }
  
  #Filterbar {
   background:  var(--header);
   padding: 2px;
   height: 50px;
   
}

#PageLinks{
	Margin-right: 20px;
	float: left;
}

  .Add_descr_label{
	  float: left;
	  margin-left:15px;
	  width: 180px;
	  color: black;
	  clear: both;
  }
   .Add_REC_label{
	  float: left;
	  margin-left:15px;
	  
	  color: black;
  }
  
  .Add_value_label{
		#margin-left: 15px;
		width:190px;
		color: black;
		height: 15px;
		float:left;
		font-size: 0.8em;
  }
  
  .add_field{
	margin-top: 5px;
	margin-right: 4px;
	height: 100%;
	width: 50%;
	  
  }
  
  .filter_options{
	 Color: black;
	 background-color: var(--backgr);
	 padding: 2px;
	 float: left;
	 height: auto;
	 margin-left: 10px;
	
	 border-style: solid;
    border-width: 1px;
	border-color: white;
  }
  
  .radio_text{
	   margin: auto;
	  height: 18px;
	  float: left;
	 
	 padding: 3px;
	  background-color:  white;
  }
  
  .BTN_Submit{
	margin: auto;
	cursor: pointer; /* Pointer/hand icon */
	float: left;
	border-style: solid;
	border-width: 1px;
	border-color: white;
	width: 90px;
	text-align: center;
  }
  
  .BTN_Submit_sq30{/* square image*/
	margin: auto;
	cursor: pointer; /* Pointer/hand icon */
	float: left;
	padding-left: 2px;
	width: 30px;
	height: 30px;
	text-align: center;
  }
   .BTN_Submit_sq20{/* square image*/
	margin: auto;
	cursor: pointer; /* Pointer/hand icon */
	float: left;
	padding-left: 2px;
	width: 20px;
	height: 20px;
	text-align: center;
  }
  
  .BTN_Submit_rec{ /* rectengular image*/
	margin: auto;
	cursor: pointer; /* Pointer/hand icon */
	float: left;
	padding-left: 2px;
	width: 75px;
	height: 20px;
	text-align: center;
	transition: all .2s;
	-o-transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s; 
  }
 .clickable-cell{ /* rectengular image*/
	padding:1px;
  }
  
  .BTN_Submit_rec:hover {
margin-top: 1px;
margin-left: 1px;
transition: all .2s;
-o-transition: all .2s;
-moz-transition: all .2s;
-webkit-transition: all .2s;
}
  .BTN_Submit_rec:active {
margin-top: 2px;
margin-left: 2px;
transition: all .2s;
-o-transition: all .2s;
-moz-transition: all .2s;
-webkit-transition: all .2s;
}

 .BTN_Submit_txt{ /* rectengular image*/
	margin-left:5px;
	cursor: pointer; /* Pointer/hand icon */
	float: left;
	padding-left: 5px;
	width: 150px;
	height: 30px;
	text-align: center;
	transition: all .2s;
	-o-transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s; 
	color: black;
	border-style: solid;
	border-width: 1px;
	border-color: white;
  }

 
  .BTN_Submit_txt:active {
margin-top: 2px;
margin-left: 2px;
transition: all .2s;
-o-transition: all .2s;
-moz-transition: all .2s;
-webkit-transition: all .2s;
box-shadow: 0 0 5px #222;
margin-right:3px;

}





  
  
  
  
  
  
  
   .BTN_Add{
	margin-left: 10px;
	cursor: pointer; /* Pointer/hand icon */
	float: left;
	background-color: gray;
	border-style: solid;
	border-width: 1px;
	border-color: white;
	width: 90px;
	text-align: center;
	color: black;
  }
  .BTN_Add_Hidden{
	margin-left: 10px;
	cursor: pointer; /* Pointer/hand icon */
	float: left;
	background-color: gray;
	
	width: 90px;
	text-align: center;
	color: gray;
  }
  
   .BTN_Add:clo{
	margin-left: 10px;
	cursor: pointer; /* Pointer/hand icon */
	float: left;
	background-color: gray;
	border-style: solid;
	border-width: 1px;
	border-color: white;
	width: 90px;
	text-align: center;
	color: black;
  }
  
  
  
  .DetailCol{
	  width: 100vw;
	  height: 100vh;
	  overflow: hidden;
	
	  }
  
	.maincontainerdet{
		
		width: 100vw;
		height: 100vh;
		background-color: white;
		float:left;
		
    }
	
	.detail{
	 
	  background-color: var(--backgr);
 }
 
 .IMGContainerdet{
	margin-left: 5px;
	margin-right: 5px;
	padding-top: 0.5vh;
	padding-left: 5px;
	background-color:#fcf5c4;
	margin-bottom: 0.5vh;
	float: middle;
}
	
	
.IMGContainer{
	margin-left: 1vw;
	  margin-right: 1vw;
	padding-top: 0.5vh;
	padding-left: 0.5vw;
	background-color:#fcf5c4;
	margin-bottom: 0.5vh;
	float: left;
}

.detailrow{
	margin-bottom: 10px;
	width: 100vw;
	
	float: left;
	clear: both;
  
   font-size: 0.9em;
   font-family: Arial;
}


 

.detdesL{
	
	float:left;
	Margin-right: 5px;
	width: 100px;
	font-size: 0.7em;
	margin-bottom: 5px;
	color: black;
}

.detvalL{
	float:left;
	width: 70px;
	font-size: 0.7em;
	margin-bottom: 5px;
	color: black;
	 border-width: 1px;
	 border-style: solid;
                border-color: black;
				  height:1em;
}


.detdesR{
	
	float:left;
	Margin-right: 5px;
	Padding-left: 30px;
	width: 50px;
	font-size: 0.7em;
	margin-bottom: 5px;
	color: black;

}

.detvalR{
	float:left;
	width: 70px;
	font-size: 0.7em;
	margin-bottom: 5px;
	color: black;
	border-width: 1px;
	border-style: solid;
    border-color: black;
	height: 1em;
}
  
  
  
  /*Text of description in detail*/
 
  
  
  .text-info{
  
           /* float: center;         */
		   font-size: 2em;
		   font-weight: bold;
		   text-align: center;
  }


.Collection_Table{
	overflow-x: auto;
	width:100%;
	margin: auto;
	background-color: white;
  
}




.Collection_Table td{
  width: auto;
  padding-left: 5px;
  padding-right: 5px;
  margin: auto;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  vertical-align: middle;
  text-align: left;
  color: black;
  background-color: #f7f9f9;
}
.Collection_Table th{
  width: auto;
  padding-left: 5px;
  padding-right: 5px;
  margin: auto;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  vertical-align: middle;
  text-align: left;
  color: black;
  background-color: darkgray;
}


select {
   /*-webkit-appearance: none; 
   -moz-appearance: none;
   /*appearance: none;       /* remove default arrow */
   /*background-image: url(...);   /* add custom arrow */
   color: black;
}
select:hover {
   /*-webkit-appearance: none; 
   -moz-appearance: none;
   /*appearance: none;       /* remove default arrow */
   /*background-image: url(...);   /* add custom arrow */
   background-color: lightgray;
   
}




.table > tbody > tr > td{
	padding: 1px;
}



 
	.clickable-row{
		font-size: 0.7em;
		padding:1px;
	}	
  
  
  

    .row {
		display: flex;
        border: 3px;
        color: var(--backgr);
		border-color: yellow;
		
    }
	
	
	.row:after {
		content: ".";
		display: block;
		clear: both;
		visibility: hidden;
		line-height: 0;
		height: 0;
	}
 .Table_Collection{
	 overflow: auto;
 }
    .columncol {
		overflow:hidden;
		
        border: 3px;
        color: white;
		border-width: 5px;
        border-color: var(--backgr);
		background-color: Var(--backgr);
		Height: 82vh;    /* 66.67% of screen size */
		/*overflow: auto;*/
		
    }
	#fbanner{
		float: right;
		margin-right: 50px;
		margin-top: 15px;
	}
	
.columndet {
	
	width: 400px;
	padding-left: 15px;
	background-color: #AFEEEE;
	color: black;
	border-color: yellow;
	background-color: var(--backgr);
	Height: 100vh;    /* 66.67% of screen size */

	
}
	
.columnfil {
	width: 12vw;
	min-width: 180px;
	padding-left: 5px;
	margin-right: 10px;
	background-color: #AFEEEE;
	color: black;
	border-color: yellow;
	background-color: var(--backgr);
	Height: 80vh;    /* 66.67% of screen size */
	overflow-y: visible;
	overflow-x: hidden;
	
}

    /* Create two equal columns that floats next to each other */
    
	
.footer{
	 position:absolute;
	bottom:0px;
	width:100%;
	height:60px;   /* Height of the footer */
	 background: var(--header);
	 
}
		
	
	
	
	
	
.btn-group button {
	
	cursor: pointer; /* Pointer/hand icon */
	float: left; /* Float the buttons side by side */
	
}

    .btn-group button:not(:last-child) {
        border-right: none; /* Prevent double borders */
    }
#Overviewspace{
	width: 100%;
	height: 100%;
	
}
    /* Clear floats (clearfix hack) */
    .btn-group:after {
   /*     content: "";   */
        clear: both;
        display: table;
    }
	
.ColCel{
	cursor: pointer;
	font-family:Arial;
	text-overflow:ellipsis;
	white-space: nowrap;
	overflow: hidden;
}	
	
	
	
	

    /* Add a background color on hover */
.btn-group BTN:hover {
	background-color: yellow;
}

.fancyBox{
	padding: 10px;
}

.fancybox-custom .fancybox-skin {
	/*    box-shadow: 0 0 50px #222;   */
	}

   
	
#ADD_maincontainer{
	background-color: gray;
	display:inline-block;
	float:left;
	height: 82vh;
	color: black;
	width: 88vw;       
	overflow-y: scroll;
 }
	
.click a {
  display: block;
}



 .TableHeader{
	text-overflow:ellipsis;
	color: black;
	background-color: lightgray;
	white-space: nowrap;
	overflow: hidden;
 }
	
.maincontainerfil{
	border-width: 3px;
	border-color: yellow;
	border:4px;
	width: 100%;
	background-color: white;
	border-radius:5px;    
	float:left;
}

	
	/* cell block collection icon view
	*/
	
	
	
	
.col-md-4{
	width: 120px;
	height: auto; /* 4:3 Aspect Ratio */
	height: 20;
	border-radius:3px; 
	padding:0px; 
	float: left;
	background-color: var(--cont_bckgr);
	border: 2px solid var(--cont_bckgr);
	margin: 5px;
	box-shadow: 5px 5px 5px #778899	;
	cursor: pointer;
	overflow: hidden;
	white-space: nowrap;
	}
	
	
	
.col-md-4.selected{
    border-color: blue;
}
.col-md-4:hover{
	box-shadow: 5px 5px 5px red	;
	#transform: scale(3);
	text-overflow: initial;
	#transform-origin: 50% 50%;
	#//text-overflow: visible;
	#white-space: nowrap;
	#font-size: 0.1em;
	#/overflow: visible;
	#z-index: 20;
	position: relative;
	white-space: initial;
	}
	
	
		/*width: var(--Col_IMG_W);
		#height: var(--Col_IMG_H);
		margin: auto;
		/*margin-bottom: 10px;
		##padding-bottom: 5px
	}
/*
	.itembox{
	#	height: 100%;
	padding:5px; 
	}
	*/
	.imagecon  {
	background-size: cover;
	image-orientation: from-image;
	background-position: right; 
	
	margin: auto;
	}
	
	div#MC.imagecon  {
	background-size: cover;
	image-orientation: from-image;
	background-position: left; 
	
	margin: auto;
	}
	
	
.COLIMG{
		overflow: hidden;
		
	}
.tile_text{
	width: 90%;
	overflow: hidden;
	font-size: 0.8em;
	font-weight: bold;
	text-align: left;
	color: black;
	margin-left: 5%;
	text-overflow: ellipsis;

  /* Required for text-overflow to do anything */
  white-space: nowrap;
  overflow: hidden;
}	

.tag{
	float: left;
	color: green;
	margin-left: 10px;
}

.tagvalue{
	float: left;
}

/*  for collection overview*/
.maincontainer{ 
	background-color: gray;
	display:inline-block;
	float:left;
	height: 100%;
	width: 100%;       
	overflow-y: auto;
	
}
.maincontainerIcon{ 
	background-color: gray;
	display:inline-block;
	float:left;
	height: 100%;
	width: 100%;       
	overflow-y: auto;
	
}
#var1{
	color:  black;
}

.Filter_Clear_BTN{
	cursor: pointer;
	margin-left:15px;
}

.Filterrow{
	margin-bottom: 2px;
	width: 200px;
	padding: 5px;
	float: left;
   clear: both;
}


.filterdes{
	
	float:left;
	Margin-right: 5px;
	width: 120;
	font-size: 0,7px;
	color: black;
	clear: both;
}

.filtervaltext{
	
	width: 130px;
	
	font-size: 0.9em;
	margin-bottom: 5px;
	color: black;
	float: left;
	
	}


.filterval{
	float:left;
		
	
	color: black;
	clear: left;
	
	padding-right: 25px;
}



.filterField{
	width: 150px;
	height: auto;
	font-size: 0.9em;
}



.detvallong{
	float:left;
	width: 332px;
	height: 40px;
	overflow-y: scroll;
	font-size: 0.7em;
	margin-bottom: 5px;
	color: black;
	border-width: 1px;
	border-style: solid;
    border-color: black;
	
	
}

.Addrow{
	margin-bottom: 2px;
	width: 400px;
	padding: 2px;
	float: left;
   #clear: both;
}
.Addblock{
	margin-bottom: 2px;
	width: 400px; 
	padding: 5px;
	float: left;
   clear: both;
}

.title_Wrapper{
	float:right;
	 
}
.Web_Titel{
	
	font-family: Krungthep, Bangla MN, Arial;
	color: white;
	font-size: 2em;
	font-style: oblique;
	font-weight: bold;
	padding-top: -20;
}
.Web_SubTitel{
	
	font-family: Krungthep, Bangla MN, Arial;
	color: white;
	font-size: 0.7em;
	font-style: oblique;
	
}

.tableNavi{
	width: 20vw;
	margin: auto;
}

.TDNavi{
	width: 10vw;
	
	text-align: center;
	
}

.ContactForm{
	padding: 10px;
	
}




.center{
  text-align: center;
}
.menu {
  width: auto;
  z-index: 300;
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.2);
  position: fixed;
  display: none;
  transition: 0.2s display ease-in;
  background-color: lightgray;
  color: black;
  
}
  .menu-options {
    list-style: none;
    padding: 10px 0;
    z-index: 300;
	
  }   
    .menu-option {
		box-shadow: 0 4px 5px 1px rgba(0, 0, 0, 0.2);
		border-width:1px;
	border-color: black;
	border-style: solid;
	margin: 1px;
      font-weight: 500;
      z-index: 300;
      font-size: 14px;
      padding: 10px 40px 10px 20px;
      // border-bottom: 1.5px solid rgba(0, 0, 0, 0.2);
      cursor: pointer;
	}
       .menu-option:hover {
        background: rgba(0, 0, 0, 0.2);
      
    
  
}




  .next{
    color:green;
  }
  
  &[disabled="false"]:hover{
    .next{
      color: red;
      animation: move 0.5s;
      animation-iteration-count: 2;
    }
  }

@keyframes move{
  from{
    transform: translate(0%);
  }
  50%{
    transform: translate(-40%);
  }
  to{
    transform: transform(0%);
  }
}

.maincontainerWhite{ 
	background-color: white;
	display:inline-block;
	float:left;
	height: 100%;
	width: auto;     
	padding-right: 20px;
	padding-left: 20px;
	overflow-y: auto;
}

button {

    overflow:hidden;
}
.b {
    display:none;
	width: 100%;
	height: 100%;
}
	.a {
    display:block;
	width: 100%;
	height: 100%;
}
button:hover .b {
    display:block;
	width: 100%;
	height: 100%;
}
button:hover .a {
    display:none;
	width: 100%;
	height: 100%;
}



.Logintxt{
	padding-top: 50px;
	
	font-size: 0.9em;
	color: black;
	float:left;
	width: 60vw;
	overflow: auto;
	
	padding-left: 15px;
	
}

.LoginDIV{
	margin: 0 auto;
	
	
}

.IMGButton{
	width: 150px;
	height: 20px;
	display: block;
	background-color: inherit;
	border-width: 0px;
}
.PIC_Container{
	margin-top: 15px;
	background-color: white;
	display:inline-block;
	float:left;
	height: auto;
	width: auto;     
	padding-right: 5px;
	padding-left: 5px;
	overflow: auto;
	margin-right: 5px;
}
.PIC_Miniature{
	height: 100px;
	width: 100px;
}
.PIC_Desc{
	width: auto;
}