.modal-top{
    
}

.petInfo{
    text-align: center;
}

.row-petInfo{
    display: inline-block;
}

.editButtons{
    background-color:#F8F8F8;
}

.top{
    display: inline-block
}

.top > form{
    float: right;
}

.masked-ssn {
    /* font-family: 'password'; */
}

.center{
    width:100%;
    vertical-align: top;
}

.inline{
    display:inline-block; 
}

nav{
    margin-right: -8px;
}


.center{
    width:100%;
    vertical-align: top;
}

.Btn04{
    background-color: #04b6df;
    color:white;
}

.margin{
    margin-bottom: 10px;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before {
bottom: .5em;
}

#loadingOverlay{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 2;
    /* cursor: pointer; */
}

#loadingText{
    position: absolute;
    top: 45%;
    left: 50%;
    font-size: 50px;
    color: white;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
  }

#loadPetsBar{
    position: absolute;
    /*top: 40%;
    left: 50%; */
    top:50%;
    left: 50%;
}

#overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 2;
    cursor: pointer;
  }
  
  #text{
    position: absolute;
    top: 45%;
    left: 50%;
    font-size: 50px;
    color: white;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
  }

  #lock{
    position: absolute;
    /*top: 40%;
    left: 50%; */
    left: 50%;
    font-size: 100px;
    color: #3c3838;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
  }

  .fakeLinkItsAButton {
    background: none!important;
    border: none;
    padding: 0!important;
    /*optional*/
    font-family: arial, sans-serif;
    /*input has OS specific font-family*/
    color: #069;
    text-decoration: underline;
    cursor: pointer;
  }

  #teststicky{
      
  }