.fake-input { position: relative; width:100%; }
.fake-input input { border:none: background:#fff; display:block; width: 100%; box-sizing: border-box }
.fake-input img { position: absolute; top: 25px; right: 5px }
.fake-input img.icon-show-hide:hover{ cursor:pointer; }

img.crop{
  width: auto\9;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
.modal {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                url('http://i.stack.imgur.com/FhHRx.gif') 
                50% 50% 
                no-repeat;
}

body.loading {
    overflow: hidden;   
}

body.loading .modal {
    display: block;
}

.profile-img-box{
    height: 180px;
    overflow: hidden;
    position: relative;
}
.profile-img-box img{
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: relative;
    height: 100%;
}
.file-upload {
    display: none !important;
}

div.pagination {
    font-family: "Lucida Sans Unicode", "Lucida Grande", LucidaGrande, "Lucida Sans", Geneva, Verdana, sans-serif;
    padding:2px;
    
    position:relative;
    margin-top:0px;
}

div.pagination a {
    margin: 2px;
    padding: 0.5em 0.64em 0.43em 0.64em;
    background-color: #428bca;
    text-decoration: none; /* no underline */
    color: #fff;
}
div.pagination a:hover, div.pagination a:active {
    padding: 0.5em 0.64em 0.43em 0.64em;
    margin: 2px;
    background-color: #ACD3F5;
    color: #fff;
}
div.pagination span.current {
        padding: 0.5em 0.64em 0.43em 0.64em;
        margin: 2px;
        background-color: #043866;
        color: #fff;
    }
div.pagination span.disabled {
        display:none;
    }

.hit-the-floor {
display:inline-block;
margin-bottom:8px;
color: #4AB5C7;
font-size: 2em;
font-weight: bold;
font-family: Helvetica;
text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0,0,0,.1), 0 0 5px rgba(0,0,0,.1), 0 1px 3px rgba(0,0,0,.3), 0 3px 5px rgba(0,0,0,.2), 0 5px 10px rgba(0,0,0,.25), 0 10px 10px rgba(0,0,0,.2), 0 20px 20px rgba(0,0,0,.15);
}


.hit-the-floor a{
  text-decoration:none;
  color: #4AB5C7;
}

.hit-the-floor a:hover{
  text-decoration:none;
}

.hit-the-floor {
  text-align: center;
}

  .hit-the-floor-title {
color: #727272;
font-size: 1.5em;
font-family: Helvetica;
text-shadow: 0 1px 0 #ccc, 0 1px 0 #c9c9c9, 0 2px 0 #bbb, 0 3px 0 #b9b9b9, 0 4px 0 #aaa, 0 5px 0px rgba(0,0,0,.1), 0 0 4px rgba(0,0,0,.1), 0 0px 2px rgba(0,0,0,.3), 0 2px 4px rgba(0,0,0,.2), 0 4px 9px rgba(0,0,0,.25), 0 9px 9px rgba(0,0,0,.2), 0 19px 19px rgba(0,0,0,.14);
}