﻿/*
h2, h3, .ms-h2, .ms-h3, .ms-headerFont {
    font-family: Arial;
}
*/
/*
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Source Sans Pro', sans-serif;
}
*/
h3 {
    color:#0072C6;
    font-size: 1.2em!important;
    font-weight: 600;
}
h4 {
    font-size: 1.1em;
    color: #262626;
    padding-bottom: 5px;
    font-weight: 600;
}
.h5, h5 {
    font-size: .9em;
    font-weight: 600;
}
/*
.containerModal {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
*/
.box {
    position: relative;
    border-radius: 3px;
    background: #ffffff;
    /* border-top: 3px solid #d2d6de; */
    margin-bottom: 20px;
    width: 100%;
    /* box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); */
    min-height: 12em;
}
.box-widget {
    border: none;
    position: relative;
}
.widget-user-2 .widget-user-header {
    padding: 20px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
/*
.bg-gray-dark {
    background-color: #4D4D4D!important;
}
*/
/*
.widget-user-header > h3, .widget-user-header > h5, .widget-user-header > h5 > a {
    color: #fff;
}
*/
.widget-user-2 .widget-user-image>img {
    border-radius: 55px;
    width: 110px;
    height: auto;
    float: left;
}
.widget-user-2 .widget-user-username, .widget-user-2 .widget-user-desc {
    margin-left: 130px;
}

.widget-user-2 .widget-user-username {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 25px;
    font-weight: 300;
}
.widget-user-2 .widget-user-desc {
    margin-top: 0;
}