* {font-family: 'Open Sans Condensed', sans-serif}
.member-info .group hr{margin:0 0 5px 0}
.twitter-typeahead {width: auto!important}
.twitter-typeahead .tt-input{border:none}
.twitter-typeahead .tt-query,
.twitter-typeahead .tt-hint {margin-bottom: 0}
.twitter-typeahead .tt-hint{display: none}
.tt-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
    cursor: pointer;
    max-height: 150px;
    overflow-y: auto
}

.tt-suggestion {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: nowrap;
}

.tt-suggestion:hover,
.tt-suggestion:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}

.page-header {
    margin: 20px 0;
}

.panel-purple {
    border-color: #7c4e92;
}

.panel-purple .panel-heading {
    border-color: #7c4e92;
    color: #fff;
    background-color: #7c4e92;
}

.panel-purple a {
    color: #7c4e92;
}

.panel-purple a:hover {
    color: #4b255c;
}

.form-group .select2 {
    width: 100%!important;
}

.white_background{
    background-color: white;
    
}
.document{
     padding-left: 100px;
    padding-right: 100px;
}
.document p{
    font-family: Calibri;
}
.document i{
    font-family: Calibri;
}

.document b{
    font-family: Calibri;
}
.document td{
    font-family: Calibri;
}
#page-wrapper footer {
    border-top: 1px solid #F8F8F8;
    margin-top: 20px;
    padding: 10px;
    color: #919191;
}

.stamp{
    position: absolute;
    top:-70px;
    left:-70px;
    float:left;
}

.table tbody>tr>td{
    vertical-align: middle !important;
    padding: 4px;
}

.right-card{
    padding-left:30px;
    display: table-cell;
    padding-right: 0px;
    padding-top: 5px;
    color: white;
    font-weight: bold;
    font-size:14px;
    margin-top:15px;
    background-color: #168fb9;
    vertical-align: middle;
    height:31px;
    width:4cm;
    border-radius: 15px 0px 0px 15px;
    float:right;
}
.card{
  background-color: white;
  width: 10cm;
  padding:0;
  height: 5.5cm;
  border: black dashed thin;
  position: absolute;
  top: 50px;
  left: 100 px;
}
.photo{
    width:2.6cm;
    height: 2.6cm;
    border:solid black 1px;
    margin-left:2px;
}
.IDFooter{
    display: table;
    width:9.3cm;
    margin-bottom: 0px;
    position: absolute;
    bottom: 2px;
    left: 10px;
    clear: both;


}
.card_line{
    border-color:#96bcd6;
    height:2px;
    margin-top: 0px;
    margin-bottom: 2px
}
.member_of{
    width:15%;
    float:left;
    font-size:9px;
    padding-left:5px;
    display: table;
    vertical-align: middle;
    margin-top: 0px;
    height: 40px;
}
page {
  background: white;
  display: block;
  margin: 0 auto;
  margin-bottom: 0.5cm;
  box-shadow: 0 0 0.5cm rgba(0,0,0,0.5);
}
page[size="A4"] {  
  width: 21cm;
  height: 29.7cm;

}

page[size="A4"][layout="portrait"] {
  width: 29.7cm;
  height: 21cm;  
}
page[size="A3"] {
  width: 29.7cm;
  height: 42cm;
}
page[size="A3"][layout="portrait"] {
  width: 42cm;
  height: 29.7cm;  
}
page[size="A5"] {
  width: 14.8cm;
  height: 21cm;
}
page[size="A5"][layout="portrait"] {
  width: 21cm;
  height: 14.8cm;  
}
div.divFooter {   
    bottom: 0px;
    width:100%;
  }
  
@media print {
  body, page {
    margin: 0;
    box-shadow: 0;
  }
  div.divFooter {
    position: absolute;
    bottom: 0px;
    left:0px;
  }
}
