﻿#clientMiniProfileModal .modal-dialog,
#clientMiniProfileModal .modal-content {
        width: 500px;
        height: 290px;
    }
#clientMiniProfileModal .modal-content {
    border-color: lightgray;
    border-style: solid;
    border-width: 2px;
    border-radius: 5px 5px 5px 5px;
}

#clientMiniProfileModal .modal-body {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
    height: 160px;
    overflow: auto;
    margin: 0;
    line-height: 2em;
    font-size: 1.2em;
    text-align: center;
}
#clientMiniProfileModal .modal-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
#clientMiniProfileModal .modal-body .firstLine span{
    line-height: 3em;
    font-weight: 600;
    font-size: 1.4em;
}

button.clientMiniProfileButton,
button.clientMiniProfileButton:active, 
button.clientMiniProfileButton:hover,
button.clientMiniProfileButton:focus,
a.clientMiniProfileButton{
    background-image: url("images/person.png");
    background-repeat: no-repeat;
    background-position: 0 0px;
    width: 39px;
    height: 33px;
    float: left;
    font-size: 0.9em;
    padding: 0 !important;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: initial;
}

#clientMiniProfileModal .control-group {
    font-size: initial;
}

#clientMiniProfileModal button:active,
#clientMiniProfileModal button {
    color: #2a6496;
    text-decoration: none;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}