﻿p {
    margin-bottom: .2em;
}

.header-font-size {
    font-size: 15px;
    font-weight: bold;
}

h3.mgbt-xs-15.mgtp-10.font-semibold {
    /* background: #bfbfbf;
        padding: 5px 10px;*/
    font-size: 15px;
    color: black;
    font-weight: bold;
    border-bottom: 2px solid black;
}

.card-body {
    padding-top: 40px !important;
    background-color: #edeef5;
    padding-bottom: 10px;
}
.bg-detail-color {
    background-color: white;
    padding-bottom: 5px;
}
.bg-detail-color-edit {
    background-color: white;
}
.header-color {
    background-color: rgb(94,107,130);
    border-radius: 3px 3px 0px 0px;
    padding: 5px;
}

.sub-header-color {
    background-color: #778295;
    border-radius: 4px;
    font-weight:bold;
    color: white;
    margin-right: 0px;
    margin-left: 0px;
}
.sub-sub-header-color {
    font-size:13px;
    background-color: #778295;
    border-radius: 4px;
    font-weight:bold;
    color: white;
    margin-right: 0px;
    margin-left: 0px;
}

.file-not-found-font{
    font-style:italic;
    color:red;
}


/*Employee short info */
.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)
}

.box-widget {
    border: none;
    position: relative;
}

.widget-user .widget-user-header {
    padding: 10px;
    height: 120px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.widget-user .widget-user-username {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    color: white;
    /* text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2)*/
}

.widget-user .widget-user-designation-department {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 13px;
    color: white;
    /* font-weight: bold;*/
    /*text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2)*/
}

.widget-user .widget-user-desc {
    margin-top: 0
}

.widget-user .widget-user-image {
    position: absolute;
    top: 64px;
    left: 50%;
    margin-left: -70px
}

    .widget-user .widget-user-image > img {
        width: 119px;
        height: 114px;
        border: 3px solid #fff
    }

.widget-user .box-footer {
    padding-top: 60px
}

.bg-aqua-active {
    /* background-color: #00a7d0 !important;*/
    background: rgb(94,107,130);
    /* background: radial-gradient(circle, rgba(94,107,130,1) 60%, rgba(117,123,138,1) 79%);*/
}

.img-circle {
    border-radius: 50%;
    background-color: white;
}

.icon-size {
    font-size: 18px;
    padding-right: 5px;
}



