.card {
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}
.card {
    margin-bottom: 30px;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

.bg-info {
    background-color: #3c8dbc;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.text-white {
    color: #ffffff!important;
}
.text-white {
    color: #fff!important;
}

.card-title {
    margin-bottom: .75rem;
}
h4 {
    line-height: 22px;
    font-size: 18px;
}


.card .card-subtitle {
    font-weight: 300;
    margin-bottom: 15px;
    color: #99abb4;
}

html body .m-b-0 {
    margin-bottom: 0px;
}
.text-white {
    color: #ffffff!important;
}
.op-5 {
    opacity: 0.5;
}
.text-white {
    color: #fff!important;
}
.card-subtitle {
    margin-top: -.375rem;
    margin-bottom: 0;
}
h6 {
    line-height: 16px;
    font-size: 14px;
    font-weight: 400;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.contact-box {
    position: relative;
}

.contact-box .add-ct-btn {
    position: absolute;
    right: 4px;
    top: -46px;
}

.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 14px 15px;
    font-size: 18px;
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}

.btn-circle {
    border-radius: 100%;
    width: 40px;
    height: 40px;
    padding: 10px;
}
.btn-lg {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
}
.btn {
    padding: 7px 12px;
    font-size: 14px;
    cursor: pointer;
}
.waves-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    vertical-align: middle;
    z-index: 1;
    will-change: opacity, transform;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}
.message-box .message-widget {
    position: relative;
}

.contact-box .contact-widget>a {
    padding: 15px 10px;
}

.message-box .message-widget a {
    border-bottom: 1px solid rgba(120, 130, 140, 0.13);
    display: block;
    text-decoration: none;
    padding: 9px 15px;
}
a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}

.contact-box .contact-widget>a .user-img {
    margin-bottom: 0px!important;
}

.message-box .message-widget a .user-img {
    width: 45px;
    position: relative;
    display: inline-block;
    margin: 0 10px 15px 0;
}
.message-box .message-widget a div {
    white-space: normal;
}


.message-box .message-widget a .user-img img {
    width: 100%;
}

.img-circle {
    border-radius: 100%;
}
img {
    vertical-align: middle;
    border-style: none;
}



.message-box .message-widget a .user-img .online {
    background: #26c6da;
}

.message-box .message-widget a .user-img .profile-status {
    border: 2px solid #ffffff;
    border-radius: 50%;
    display: inline-block;
    height: 10px;
    left: 33px;
    position: absolute;
    top: -1px;
    width: 10px;
}


.message-box .message-widget a .mail-contnet {
    display: inline-block;
    width: 75%;
    vertical-align: middle;
}

.message-box .message-widget a div {
    white-space: normal;
}

.message-box .message-widget a .mail-contnet h5 {
    margin: 5px 0px 0;
}

h5 {
    line-height: 18px;
    font-size: 16px;
    font-weight: 400;
}

.message-box .message-widget a .mail-contnet .mail-desc, .message-box .message-widget a .mail-contnet .time {
    font-size: 12px;
    display: block;
    margin: 1px 0;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #67757c;
    white-space: nowrap;
}


/**boton inferior estatico**/


.btn-circle.right-side-toggle {
    position: fixed;
    bottom: 20px;
    right: 15px;
    padding: 25px;
}

.btn-circle.btn-sm {
    width: 45px;
    height: 45px;
    padding: 8px 10px;
    font-size: 14px;
}





