﻿p {
    margin-bottom: .2em;
}
.btn {
    border-radius: .25rem !important;
    /*color: white !important;*/
}
.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: 0px !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;
}


/* for tooltip */

.tooltipwarn {      /* main text */
    position: relative;
    color:red;
    /*display: inline-block;*/    
}

.tooltipwarnAge { /* main text */
    position: relative;
    color: white;
    /*display: inline-block;*/
}

    .tooltipwarn .tooltiptextwarn { /* tooltip text */
        visibility: hidden;
        width: 200px;
        background-color: #ffcccc;
        color: black;
        text-align: center;
        border-radius: 6px;
        padding: 5px 5px;
        position: absolute;
        z-index: 1;
        bottom: 150%;
        left: 50%;
        margin-left: -60px;
    }

        .tooltipwarn .tooltiptextwarn::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: #ffcccc transparent transparent transparent;
        }

    .tooltipwarn:hover .tooltiptextwarn {
        visibility: visible;
    }

.tooltiptextwarn { /* tooltip text */
    visibility: hidden;
}
    /* end of tooltip */

    /* disable hover */

.hoverDisable {
    pointer-events: none;
}

/*By Riyad*/
*:focus {
    outline: none;
}
.g-dropdown {
    border: 2px solid #ced4da !important;
    border-radius:5px;
}

.tooltipwarnAge .tooltiptextwarnAge { /* tooltip text */
    visibility: hidden;
    width: 115px;
    background-color: #ffcccc;
    color: black;
    text-align: center;
    border-radius: 6px;
    padding: 5px 5px;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 50%;
    margin-left: -60px;
}

    .tooltipwarnAge .tooltiptextwarnAge::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: #ffcccc transparent transparent transparent;
    }

.tooltipwarnAge:hover .tooltiptextwarnAge {
    visibility: visible;
}

.tooltiptextwarnAge { /* tooltip text */
    visibility: hidden;
}



