@charset "UTF-8";

/*form styles*/
#msform {
    text-align: center;
    position: relative;
    margin-top: 20px;
}

#msform fieldset .form-card {
    background: white;
    border: 0 none;
    border-radius: 0px;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
    padding: 20px 40px 30px 40px;
    box-sizing: border-box;
    width: 94%;
    margin: 0 3% 20px 3%;

    /*stacking fieldsets above each other*/
    position: relative;
}

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;

    /*stacking fieldsets above each other*/
    position: relative;
}

/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
    display: none;
}

#msform fieldset .form-card {
    text-align: left;
    color: #9E9E9E;
}

/*Previous Buttons*/
#msform .action-button-previous {
    width: 100px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}



/*Dropdown List Exp Date*/
select.list-dt {
    border: none;
    outline: 0;
    border-bottom: 1px solid #ccc;
    padding: 2px 5px 3px 5px;
    margin: 2px;
}

select.list-dt:focus {
    border-bottom: 2px solid skyblue;
}

/*The background card*/
/*.card {
    z-index: 0;
    border: none;
    border-radius: 0.5rem;
    position: relative;
}*/

/*FieldSet headings*/
.fs-title {
    font-size: 25px;
    color: #2C3E50;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: left;
}

/*progressbar*/
#progressbar {
    /* margin-bottom: 30px; */
    overflow: hidden;
    color: lightgrey;
}

#progressbar .active {
    color: #000000;
}

#progressbar li {
    list-style-type: none;
    font-size: 12px;
    width: 20%;
    float: left;
    position: relative;
}
#progressbar li .active {
    color: #000000;
}
/*Icons in the ProgressBar*/

#progressbar #basicdetails:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
   content: "\f15c";
}

#progressbar #authors:before {
    font-family: "Font Awesome 5 Free";
     font-weight: 900;
     content: "\f234";
}

#progressbar #attachments:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0c6";
}

#progressbar #reviewers:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0c0";
}
#progressbar #additionalinfo:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0c5";
}

/*ProgressBar before any progress*/
#progressbar li:before {
    width: 70px;
    height: 70px;
    line-height: 60px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px;
}

/*ProgressBar connectors*/

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1;
}
.disabled {
    pointer-events:none;
        cursor: not-allowed;    
}
/*Color number of the step and the connector before it*/
/*
#progressbar li.active:before, #progressbar li.active:after {
    background: skyblue;
}
*/
#progressbar li.active:before, #progressbar li.active:after {
    background: #00a65a!important;
    border: 2px solid #00a65a !important;
}

.progress-tab:after{
    background: #00a65a!important;
    border: 2px solid #00a65a !important;
}



/*Fit image in bootstrap div*/
.fit-image{
    width: 100%;
    object-fit: cover;
}
.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 75%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 30%;
    left: 10px;
}
.containing-line-progress{
    background-color: #5bc0de; 
    height: 2px;
    width:25%;
}
#progressbar li.completed-tab:before,#progressbar li.completed-tab:after 
{
    border: 2px solid #5bc0de ;
    background: skyblue;
    cursor: pointer;

}
#progressbar li.progress-tab:before,#progressbar li.progress-tab:after 
{
    border: 2px solid #5bc0de ;
    background: skyblue;
    cursor: pointer;

}
/* span.round-tab:before {
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    background: #fff;
    border: 2px solid #e0e0e0;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}
span.round-tab i{
    color:#555555;
}*/

.dropzonediv{

    background-color: #efefef;
    padding: 20px;
    border-width: 2px;
    border-radius: 2px;
    color: #333;
    outline: none;
    transition: border .24s ease-in-out;
    border-style: dashed;
    border-color:rgb(238, 238, 238);
    border:1px dashed #ccc;
    margin:0 auto;
    /* width:50%; */
}
.img-attch
{
    margin-left: auto;
    margin-right: auto;
    width: 150px;
  
}

.highlight_aff {
    background-color: #ddf4fb !important;
    color: #111 !important;
}
.space-block{
    background-color: yellow;
}
@media (max-width:500px) {
    #progressbar li:before {
        width: 50px;
        line-height: 45px;
        height: 50px;
        position: relative;
        right: 20px;
    }
    .connecting-line {
        height: 2px;
        background: #e0e0e0;
        position: absolute;
        width: 60%;
        margin: 0 auto;
        left: 0;
        right: 0;
        top: 23%;
    
    }.containing-line-progress{
        background-color: #5bc0de; 
        height: 2px;
        width:25%;
    }#progressbar strong{
        position: relative;
        right: 20px;
    }
}