/*! Custom CSS for JMXEnhancer */

div.card {
    border-radius: 8px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    text-align: left;
    padding-left: 45px;
    padding-right: 45px;
    padding-top: 25px;
    padding-bottom: 15px;
    max-width :450px;
}

div.card-wid-less {
    border-radius: 8px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding-left: 45px;
    padding-right: 45px;
    padding-top: 25px;
    padding-bottom: 15px;
    font-size:15px;
    line-height:1.6;
}

div.appcard {
    border-radius: 8px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

div.pad-top-15 {
	padding-top: 15px;
}

div.error-msg {
  color: red;
}

/* Homepage Table */
.wrap-table100 {
    display:inline-block;
    width: 850px;
    border-radius: 8px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }

table {
    border-spacing: 1;
    background: white;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  table * {
    position: relative;
  }
  table td, table th {
    padding-left: 8px;
  }
  table thead tr {
    text-align: center;
    font-size:17px;
    height: 60px;
    background: #36304a;
  }
  table tbody tr {
    height: 50px;
  }
  table tbody tr:last-child {
    border: 0;
  }
  table td {
    text-align: left;
  }
  table th {
    text-align: center;
  }

  .table100-head th{
    color: #fff;
    line-height: 1.2;
  }
  
  tbody tr:nth-child(even) {
    background-color: #f5f5f5;
  }
  
  tbody tr {
    text-align: center;
    color: #000;
    line-height: 1.2;
  }
  
  .column1 {
    width: 100px;
    padding-left: 20px;
  }
  
  .column2 {
    text-align: center;
    width: 70px;
  }
  
  .column3 {
    text-align: center;
    width: 70px;
  }
  
  span.info-txt {
	font-size:13px;
	font-style:italic;
}

a.profile {
	margin: auto;
}

input[type=text]:focus{
  background:#fff;
}

input[type=email]:focus{
  background:#fff;
}

textarea:focus{
    background:#fff!important;
}

select:focus{
  background:#fff!important;
}

.promessage {
   cursor: pointer; 
}

.image-card {
    text-align:center;
}

.zoom-effect-container img {
  width:55px;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.zoom-effect-container {
   display:inline-block;
   max-width:60px;
}

.zoom-effect-container:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.policiesmenu a {
    color:#fff;
} 

.policiesmenu a:hover {
    color: #f7505a;
}

.jcalc-valign-middle{
	margin-top:7px;
}