#submit-message {   
    font-size: 30px; 
    padding: 10px;   
    text-align: center;  
    color: green;    
    font-weight: bold;}
hr.dashed {
    margin: 5px 0px;
    height: 4px;
    background: #116bb7;
    }
a.add-more {
    padding: 10px 10px;
    border-radius: 5px;
    cursor:pointer;
    background-color: #1a90c6;
    color: #fff;
    font-weight: bold;
    margin-top:10px;
    display: inline-block;
    
    }
a.add-more:hover{
    color:#fff;
    text-decoration:none;
    background-color: #1e93d6;
    }
#resume .selection-box:after{   
    height:0px !important;  width:0px !important;
    }
    
.row.reference ,.row.education,.row.professional-qualification,.row.experience{
    position: relative;
    padding-top: 15px;
}

a.close_button {
    position: absolute;
    display: block;
    right: 5px;
    top: 5px;
    width: 30px;
    height: 30px;
    float: right;
    font-weight: bold;
    background: #309acb;
    color:#ffffff;
    text-align: center;
    line-height: 30px;
    z-index: 100;
    border-radius: 50%;
}

#resume  a.btn.button{
    background: green;
    color: #fff;
    margin: 0 auto;
}
#resume a.close_button:hover{
    color:#f3f3f3;
}

a.edit.button {background: #3f5b56;color:#fff;padding:5px 5px;margin-right:5px;border-radius:3px;display:inline-block;font-size:12px;font-weight:bold;margin: 0px auto;}
a.delete.button {background:#e40b23;color:#fff;padding:5px 5px;border-radius:3px;display:inline-block;font-size:12px;font-weight:bold;margin: 0px auto;}

#loadingmessage{
    left: 30%;
    top: 20%;
    display: block;
    position: fixed;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color:#000;
    opacity: .75;
    z-index: 9999999;
}
#loadingmessage img{
    margin:0 auto;
    text-align: center;
    display: block;
}
#resume table  tr td{
    font-size:12px;
}
#resume input[type="date"], #resume input[type="email"],#resume input[type="text"],#resume input[type="password"]{
  
  width:100%;
}
#resume .new_section_update_page{
    background-color:#f3f3f3;
    padding: 10px 15px;
    margin:0px auto;
}
#resume .table>tbody>tr>td{
    padding: 8px;
    line-height: 1.71;
    text-align: center;
    vertical-align: middle;
    border-top: 1px solid #e7e7e7;
}
#resume .new_section_update_page .col-sm-12 {
    margin: 0px auto; 
}
.alert-box {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;  
}

.success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    display: none;
    width: 80%;
    text-align: center;
    margin: 0 auto;
    float: right;
    position: fixed;
    font-size: 20px;
    font-weight: bold;
    z-index:1000;
}

.js .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label {
    max-width: 80%;
    font-size: 1.25rem;
    /* 20px */
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0.625rem 1.25rem;
    /* 10px 20px */
}

/* Custom file design */
.no-js .inputfile + label {
    display: none;
}

.inputfile:focus + label,
.inputfile.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.inputfile + label * {
    /* pointer-events: none; */
    /* in case of FastClick lib use */
}

.inputfile + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    /* 4px */
    margin-right: 0.25em;
    /* 4px */
}


/* style 1 */

.inputfile-1 + label {
    color: #f1e5e6;
    background-color: #2f93d6;
}

.inputfile-1:focus + label,
.inputfile-1.has-focus + label,
.inputfile-1 + label:hover {
    background-color: #722040;
}


/* style 2 */

.inputfile-2 + label {
    color: #d3394c;
    border: 2px solid currentColor;
}

.inputfile-2:focus + label,
.inputfile-2.has-focus + label,
.inputfile-2 + label:hover {
    color: #722040;
}
