/*body{color:red;}*/

.mmitem {outline: none;}
.mmitem.disabled{position:relative;}
.mmitem.disabled::after {
  content: "";
background: #666 !important;position: absolute;width:100%;height: 100%;z-index: 0;
left:0;right:0;top:0;bottom:0;opacity: 0.5;}

#example {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

#example td, #example th {
  border: 1px solid #ddd;
  padding: 8px;
}

#example tr:nth-child(even){background-color: #f2f2f2;}

#example tr:hover {background-color: #ddd;}

#example th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #4CAF50;
  color: white;
}


#wpfooter{position:relative !important;}
.red{color:red !important;}
.woocommerce .woocommerce-MyAccount-navigation ul li a, .woocommerce .woocommerce-MyAccount-navigation ul li a:visited{padding:11px 16px !important;}


@media screen and (min-width:280px) and (max-width:420px) {

.woocommerce .woocommerce-MyAccount-navigation ul{display:inline-block;width:100%;}
	
	.woocommerce .woocommerce-MyAccount-navigation ul li{margin:10px;}
	
}



/*
*
* ==========================================
* CUSTOM UTIL CLASSES
* ==========================================
*
*/
.datepicker td, .datepicker th {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 0.85rem;
}

.datepicker {
    margin-bottom: 0rem;
}

/*
*
* ==========================================
* FOR datetimepicker
* ==========================================
*
*/


.datepicker-dropdown {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.tselect{padding: 13px 20px !important;
    height: 100% !important;
    max-height:50px !important;
}



.btn-blue{
    background: #3c8dbc;
    border: 1px solid #2b7cab;
    color: #fff;
}
.progress{
    background: #fff;
    border: 1px solid  #00a65a;
    margin-bottom: 10px;
    padding: 5px;
}
.progress > .abort{
    float: right;
    font-size: 20px;
    cursor: pointer;
    line-height: 18px;
    opacity: 0.5;
}
.progress > .abort:hover{
    opacity: 1;
}
.progress-error{
    border: 1px solid #e65442;
    color: #e65442;
}
.progress > .progress-bar{
    width: 0%;
    transition: width ease .1s;
    background-color: #00a65a;
    max-width: 100%;
    height: 5px;
    margin-top: 5px;
}
.progress-error > .progress-bar{
    background-color: #e65442;
}



.imgform{
position: relative;
width: 100%;
height: 200px;
border: 3px dashed grey;
border-radius: 10px;

}
.imgform .div1{
width: 100%;
height: 100%;
text-align: center;
line-height: 170px;
color: black;
font-size:30px;
position: absolute;
top: 0;
left:0;
bottom:0;
right:0;
z-index: 0;
margin:0 auto;
}
.imgform .div1 b{font-size:15px;}
.imgform input{
position: relative;
margin: 0;
padding: 0;
width: 100%;
height: 100%;
outline: none;
opacity: 0;
    z-index: 1;
}
.imgform button {
    border-radius: 10px;
    padding: 10px 20px;
    background: #1950A3;
    outline: none;
    border: none;
    color: white;
    font-size: 16px;
}
.imgform div img {
    position: relative;
    top: 30px;
    left: -10px;
}
#select_file::before {
    content: 'File Name: ';
    font-weight:bold;
    font-size:16px;
    color:#555;
}
#select_file {
    position: relative;
    top: 10px;
    color:#555 !important;
    font-size:16px;
}

.tooltip1{text-decoration:none !important;color:#000;font-weight:bold;}
.tooltip1:hover{color:red !important;}

