﻿*, *::after, *::before {
    margin:0;
    padding:0;
    box-sizing:border-box;
}

.mr5 {
    margin-right:5px;
}

#mySingleModalExperience .modal-dialog {
    min-width:100%;
    margin:0 !important;
}

#mySingleModalExperience .close {
    outline:none;
    border:none;
    background:none;
}

#myImgDisplayEducation .close {
    outline: none;
    border: none;
    background: none;
}

#mySingleModalEducation .close {
    outline: none;
    border: none;
    background: none;
}


#myModal .modal-dialog {
    min-width: 100%;
    margin: 0 !important;
}

#myModal .close {
    outline: none;
    border: none;
    background: none;
}

.uploadBg {
    border: dashed 1px #ccc;
    padding: 10px;
    border-radius: 10px;
}

.input-file {
    border-radius:6px !important;
    padding:5px !important;
}

.ShowSingleDocumentExperience {
    position: relative;
}

.ShowSingleDocumentExperience .noofdoc {
    position: absolute;
    top: -9px;
    right: -4px;
    border-radius: 50%;
    color: #fff !important;
    box-shadow: 0 1px 15px 1px rgba(69,65,78,.08);
    background-color: #00a65a !important;
    display: inline;
    padding: 0.2em 0.6em 0.3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
}


.ShowSingleDocument {
    position: relative;
}

    .ShowSingleDocument .noofdoc {
        position: absolute;
        top: -9px;
        right: -4px;
        border-radius: 50%;
        color: #fff !important;
        box-shadow: 0 1px 15px 1px rgba(69,65,78,.08);
        background-color: #00a65a !important;
        display: inline;
        padding: 0.2em 0.6em 0.3em;
        font-size: 75%;
        font-weight: 700;
        line-height: 1;
        color: #fff;
        text-align: center;
        white-space: nowrap;
        vertical-align: baseline;
    }

#myModalEmpImage .close {
    outline:none;
    border:none;
    background:none;
}