/* Write your custom CSS here */

/* album */

.album-list {
    max-height: 590px;
    overflow-y: auto;
}

.album-list ul {
    margin-bottom: 0px;
}

.album-list-item .album-author img {
    width: 35px;
    border-radius: 100%;
}

.album-list-item .album-author span.author-name {
    margin-left: 7px;
    font-weight: bold;
    line-height: 25px;
}

.album-list-item .album-author span.album-date {
    float: right;
    opacity: .6;
    line-height: 25px;
    font-size: 12px;
}

.album-list-item .album-info {
    display: block;
    margin-top: 8px;
}

.album-list-item .album-info .album-subject {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}

.album-list-item .album-info .album-text {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    opacity: .7;
}

.album-list li a:active,
.album-list li a:focus,
.album-menu li a:active,
.album-menu li a:focus {
    color: #2b2b2b;
}

.album-list li a {
    display: block;
    padding: 18px 12px;
    border-bottom: 1px solid #E0E0E0;
}

.album-list li a:hover {
    background: #f1f1f1;
}

.album-list li.active a {
    background: #eaf4ff;
}

.album-actions .compose {
    width: 100%;
}

.divider {
    height: 1px;
    display: block;
    width: 100%;
    margin: 10px 0;
    background: #E0E0E0;
}

.album-menu {
    margin-top: 20px;
}

.album-menu ul li a {
    display: block;
    padding: 5px 8px;
}

.album-menu ul li a:hover {
    color: #0070E0;
}

.album-menu ul li.active a {
    color: #0070E0;
}

.album-menu ul li a i {
    margin-right: 10px;
    width: 10px;
    font-size: 16px;
    vertical-align: middle;
    line-height: 30px;
}

.album-menu ul li a span {
    line-height: 30px;
    vertical-align: middle;
}

.album {
    margin-top: 20px;
}

.album .album-title {
    font-size: 15px;
    font-weight: bold;
}

.album .album-author img {
    width: 35px;
    border-radius: 100%;
}

.album .album-author span.author-name {
    margin-left: 7px;
    line-height: 25px;
}

.album .album-author span.album-date {
    float: right;
    opacity: .6;
    line-height: 25px;
    font-size: 12px;
}

.album .album-reply {
    margin-top: 20px;
    display: block;
}

.grid-square {
    width: 121px;
    height: 121px;
    display: inline-block;
	position: relative;
    background-color: #fff;
	border-radius: 5px;
    border: solid 1px rgb(0,0,0,0.2);
    padding: 3px;
    margin: 5px 5px 0px 0px;
}
.grid-square:hover {
    border-color: #0070E0;
}
.i_del {
	color: #ddd;		
	font-size:2em;
	position:absolute;
	top: 3px;
	right: 5px;
}

.i_del:hover {
	color: red;	
}

.i_info {
	color: #ddd;		
	font-size:2em;
	position:absolute;
	bottom: 3px;
	left: 5px;
}

.i_info:hover {
	color: #0070E0;	
}
/* .center-cropped {
  /* object-fit: none; Do not scale the image 
  object-position: center; /* Center the image within the element 
  width: 112px;
  height: 112px;
  object-fit: cover;
  
} */

.center-cropped {

  width: 113px;
  height: 113px;

  
}

.center-cropped-award {
  /* object-fit: none; Do not scale the image */
  object-position: center; /* Center the image within the element */
  width: 100%;
  height: 320px;
  object-fit: contain;
  
}

.center-cropped-form {
  /* object-fit: none; Do not scale the image */
  object-position: center; /* Center the image within the element */
  width: 100%;
  height: 60%;
  object-fit: scale-down;
      border: solid 1px rgb(0,0,0,0.2);
	  border-radius: 5px;
	   padding: 3px;
  
}

 .holds-the-iframe {
  background:url(../images/tenor.gif) center center no-repeat;
 }

 .float-left {
  float:left;
 } 
 
 .float-right {
  float:right;
 }
 
/* table freeze col Dan 2020 01 11*/ 
 
 .table-scroll {
  position: relative;
  width:100%;
  z-index: 1;
  margin: auto;
  overflow: auto;
  max-height: 1280px;
}
.table-scroll table {
/*   width: 100%;
  min-width: 1280px;
  margin: auto;
  border-collapse: separate;
  border-spacing: 0; */
}
.table-wrap {
  position: relative;
} 
/*
.table-scroll th,
.table-scroll td {
  padding: 5px 10px;
  border: 1px solid #000;
  background: #fff;
  vertical-align: top;
} */


.table-scroll tr {
  background: #fff;

}
.table-scroll thead th {
  background: #fff;  
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
/* safari and ios need the tfoot itself to be position:sticky also */
.table-scroll tfoot,
.table-scroll tfoot th,
.table-scroll tfoot td {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  background:inherit;  
  z-index:4;
}

.table-scroll th:first-child { 
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 2;
  background: inherit;
}
.table-scroll thead th:first-child,
.table-scroll tfoot th:first-child {
  z-index: 5;
}

/* end table freeze col */

.pos-square {
    width: 130px;
    height: 130px;
	position: relative;
    display: inline-block;
    background-color: #fff;
	border-radius: 4px;
    border: solid 1px rgb(0,0,0,0.2);
    padding: 5px;
    margin: 5px 5px 0px 0px;
	
}

.pos-square:hover {
border-color: #0070E0;

}
.pos-square img{
    width: 118px;
    height: 118px;
    margin: 0;	
}

.pos-square .caption {
	position: absolute;
	width: 128px;	
	height: 58px;
	bottom: 2px;
	left: 0px;	
	text-align:center;
	padding: 5px;
	background: white;
	margin: 0px;
	opacity:0.7;
}

.pos-square .caption h5{
	color:#2b2b2b;
	font-weight:bold;
	padding: 0;
	margin: 0px;
}

.pos-list {
    width: 100%;    
	position:relative;
    background-color: #fff;
	border-radius: 4px;
    border: solid 1px rgb(0,0,0,0.2);
    padding: 5px;
    margin: 5px 5px 0px 0px;
}

.pos-list img{
    width: 80px;
    height: 80px;
    margin-right: 5px;
	border-radius: 4px;
	border: solid 1px rgb(0,0,0,0.1);
	padding:2px;
}

.pos-list .caption {
	position:absolute;
}

.pos-list .caption h5{
	margin-top:5px;
	margin-bottom:5px;
	margin-right:25px;
}

.pos-qty-input{
	width: 60px;
    border-radius: 4px;    
    padding: 4px 0 3px 6px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    height: 32px;	
}

.center-cropped-cart {
  /* object-fit: none; Do not scale the image */
  object-position: center; /* Center the image within the element */
  width: 100%;
  
  object-fit: scale-down;
      border: solid 1px rgb(0,0,0,0.2);
	  border-radius: 5px;
	   padding: 3px;
  
}

#license_plate {
	color: #637282;
	/*border:none; */
	height:50px;
	width:212px;
	text-align: center;
    font-size: 25px;
    line-height: 1.9;
}
.keypad {
    width: 218px;
    
}
.keys {
    width: 40px;
    height: 40px;
	font-size:18px;
	font-weight:500;
	line-height:32px;
	text-align:center;
	vertical-align:middle;
	position: relative;
    display: inline-block;
    background-color: #fff;
	border-radius: 4px;
    border: solid 1px rgb(0,0,0,0.2);
    padding: 3px;
    margin: 3px 3px 0px 0px;
	
}
.br{
	color:#EC5E69;
    border: solid 1px #EC5E69;	
}

.keys:hover {
	background-color: #eee;
}

.car-square {
    width: 99px;
    height: 99px;
	position: relative;
    display: inline-block;
    background-color: #fff;
	border-radius: 4px;
    border: solid 1px rgb(0,0,0,0.2);
    padding: 5px;
    margin: 5px 5px 0px 0px;
	
}
.car-square:hover  {
    border: solid 1px #0070E0;	
}

.car-square img{
    width: 88px;
    height: 88px;
    margin: 0;	
}

.car-square-add{	
	border: dashed 1px rgb(0,0,0,0.2);	
}

.car-square-add:hover{	
	border: dashed 1px #EC5E69;
}

.car-square .caption h5{
	color:#2b2b2b;
	font-weight:bold;
	padding: 0;
	margin: 0px;
}

.image-radio {
    cursor: pointer;	
}

.image-radio input[type="radio"] {
    display: none;
}

.image-radio-checked {
    border-color: #0070E0;
}

.image-radio .fac {
	color: #0070E0;	
	position: absolute;
	font-size:2em;
	top: 0;
	right: 2px;
}

.image-radio-checked .fac {
	display: block !important;

}
.image-radio .fa_del {
	color: #ddd;	
	position: absolute;
	font-size:2em;
	top: 0;
	right: 2px;
}

.image-radio .fa_del:hover {
	color: red;	

}

.image-radio .fa_pos {
	color: #ddd;	
	position: absolute;
	font-size:1.6em;
	top: 3px;
	left: 3px;
}

.image-radio .fa_pos:hover {
	color: #0070E0;	

}



.image-checkbox {
    cursor: pointer;
}
.image-checkbox input[type="checkbox"] {
    display: none;
}
.image-checkbox-checked {
    border-color: #0070E0;
}
.image-checkbox .fac {
	position: absolute;
	color: #0070E0;
	background-color: #fff;	
	font-size:2em;
	top: 0;
	right: 2px;
}
.image-checkbox-checked .fac {
	display: block !important;
}

.disable-select {
    user-select: none; /* supported by Chrome and Opera */
   -webkit-user-select: none; /* Safari */
   -khtml-user-select: none; /* Konqueror HTML */
   -moz-user-select: none; /* Firefox */
   -ms-user-select: none; /* Internet Explorer/Edge */
}

/*dan*/

.product-combo ul {
    margin: 0;
}

.product-combo ul li {
    border-bottom: 1px solid #eee;
    padding: 11px 0;
}

.product-combo ul li:last-child {
    border-bottom: 0;
}
/*
.product-combo ul li i {
    margin-right: 10px;
    width: 20px;
    text-align: center;
}

.product-combo ul li div i {
    margin-left: 5px;
    margin-right: 0px;
}
*/
