﻿/* -------- Infrastructure IE8/9/10 Overrides --------- */
.move-iface-controls {
    margin: 7px 7px 0 0;
}
/* -------- Infrastructure IE 6-10 Overrides --------- */
.move-iface {
    height: auto\9;
    right: 0\9;
    bottom: 0\9;
}
.move-iface,
.move-iface-outer, 
.move-iface-outer .move-iface-body, 
.move-iface-outer .move-iface-body .move-iface-inner{
    display: block\9;
}

.move-user-help {
    display: none;
}
.move-iface-controls {
    margin: 7px 7px 0 0;
}

/* ------    Landing Page    ------ */
.title {
    font-size: 2em;
    color: #666;
    text-align: center;
    margin-bottom: .75em;
}

.card {
  background-color: #fff;
  /*border-width: 0 0 0 8px;
  border-style: solid;
  margin: 0 .8em 2em;*/
  -webkit-box-shadow: 0 2px 1px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 2px 1px rgba(0,0,0,0.2);
  box-shadow: 0 2px 1px rgba(0,0,0,0.2);
  margin-right:10px;
  height:50px;
  position: relative;
}

.card-icon{
  text-align: center;
  padding: 0 0 0 0;
  margin: 0 auto;
}

.card-top {
  position: absolute;
  right:.1em;
  top:.1em;
}
.card-help {
  color: #bbb;
  cursor: pointer;
}

.card-help:hover {
  color: #555;
}

.card-title {
  line-height:50px;
  text-align: center;
  font-size: 1.50em;
  min-height: 2.5em;
  color: #777777;
}


.card-button {
  text-align: center;
  line-height:50px;
  /*position:relative;
  top:0;
  left:0;*/
  float:left;
  width:50px;
  height:50px;
  padding:0;
  margin-right:5px;
}
