.login-logo img{
    max-width: 100%;
    max-height: 180px;
}

.logo-lg img{
    max-height: 40px;
    margin-top: -4px;
}

.logo-mini img{
    max-height: 40px;
    margin-top: -4px;
}

.content-action{
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
}

.box-header-action{
    margin-left: 10px;
    display: inline-block;
}

.box-header-action button{
    vertical-align: top;
}

.content-action .alert{
  margin-bottom: 5px;
}

.image-sequence-tag {
    top: 10px;
    left: 26px;
    cursor: default;
    position: absolute;
}

.star-tag {
    top: 0px;
    font-size: 30px;
    left: 22px;
    color: gold;
    z-index: 1;
    cursor: default;
    position: absolute;
}

.round-tag {
    text-align: center;
    color: white;
    background: rgba(0, 0, 0, 0.46);
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    font-weight: bold;
    width: 20px;
    height: 20px;
    z-index: 2;
}

.alert ul{
    list-style: none;
    padding-left: 0px;
}

.img-thumbnail.warning{
    border: #f39c12 3px solid;
}

span.admin_action{
    float: left;
}

span.admin_action a{
    color: #f39c12;
}


td.warning-side{
    border-left: solid 3px #f39c12 !important;
}

td.info-side{
    border-left: solid 3px #00c0ef !important;
}

#qr_code img{
    width: 100%;
}

#pac-input {
    background-color: #fff;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    margin-left: 12px;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;
    width: 300px;
}

#pac-input.controls {
    margin-top: 10px;
    border: 1px solid transparent;
    border-radius: 2px 0 0 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 32px;
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

.padding-bottom-10{
    padding-bottom: 10px;
}

.padding-top-10{
    padding-top: 10px;
}

.chat .item{
    min-height: 40px;
}

.chat .item>.message{
    margin-left: 0; 
    margin-top: 0;
}

.datepicker{
    padding: 6px 12px;
}

.action-link a{
    margin-right: 5px;
}

.action-link a:not(:first-child){
    margin-left: 5px;
}

.image-preview-blank{
    position: relative;
    min-height:150px;
    border:2px dashed #ccc;
    margin: 5px 0;
    padding: 15px;
    text-align: center;
}
.upload_img_label{
    font-weight: normal;
    display: block;
    margin-top: 50px;
}