@import url('https://fonts.googleapis.com/css2?family=Sarabun:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

body{
    font-family: "Sarabun", sans-serif;
}

table{
    font-family: "Sarabun", sans-serif;
}
table tr{
    font-size: 0.8rem;    
    line-height: 0.7
}

.card{
    cursor: pointer;
    min-height: 230px;
    /* background: blueviolet; */
    width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.card img{
    width: 100%;
    height: 150px;
    object-fit: cover;
}

.list .card{
    display:block;
    cursor: pointer;
    min-height: 300px;
    background: #F3F0EF;
    width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

#cbody{
    height:260px;
    overflow:scroll;

}
#ccard{
    height:600px;
    /* overflow:auto; */
    max-width: 100%;
    overflow-y: scroll;
}

/* https://www.w3schools.com/howto/howto_css_hide_scrollbars.asp */
#ccard::-webkit-scrollbar {
    display: none;
  }

#btnMenuAll {
    width: 100%;
}

#btnModal{
    width: 100%;
}



/* .modal{
    left: auto !important;
    width:300px;
 } */


 /** #### numeric keypad #### **/
 .btn_sq {
   display : inline;
   box-sizing : content-box;
   width : 32px;
   height : 32px;
   margin : 3px;
   padding : 10px;
   border : 1px solid #888;
   border-radius : 5px;
   text-align : center;
   font : normal normal bold 24px/normal Verdana,  Geneva,  sans-serif;
   cursor : pointer;
 }
 .btn_sq:hover {
   display : inline-block;
   color : rgba(0, 0, 0, 1);
   border : 1px solid #007cad;
   background : rgba(58, 187, 234, 1);
   box-shadow : 2px 2px 2px 0 rgba(0, 0, 0, 0.3);
   transition : all 200ms cubic-bezier(0.42, 0, 0.58, 1);
 }
 #del{
   background : rgba(205,50,50, 1);
   color : rgba(255, 255, 255, 1);
 }
 #ok{
   background : rgba(50,205,50, 1);	
   color : rgba(255, 255, 255, 1);;
 }
 .text {
   font-family: Digital dream Fat;
   font-size: 1rem;
   color: cyan;
   letter-spacing: 1px;
   text-shadow: 1px 1px 2px teal, 0 0 25px green, 0 0 5px darkturquoise;
   background: #000;
   padding:5px 0px 5px 5px;
   display: inline-block; 
   border: solid #ccc;
   border-radius: 5px;
   outline-style: solid;
   outline-color: #999; 
 }