﻿/** {
    margin: 0;
    padding: 0
}*/

html {
    height: 100%;
  /*font-family: "Lato", Arial, sans-serif;*/
 font-family:Tahoma, Geneva, sans-serif !important;
}

p {
    color: grey
}

#heading {
    text-transform: uppercase;
    color: #f86212;
    font-weight: normal
}

#msform {
    text-align: center;
    position: relative;
    margin-top: 20px
}

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative
}

.form-card {
    text-align: left
}

#msform fieldset:not(:first-of-type) {
    display: none
}

/*#msform input,
#msform textarea {
    padding: 8px 15px 8px 15px;
    border: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 25px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    color: #2C3E50;
    background-color: #ECEFF1;
    font-size: 16px;
    letter-spacing: 1px
}*/

#msform input:focus,
#msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #f86212;
    outline-width: 0
}

#msform .action-button {
    width: 100px;
    background: #f86212;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 0px 10px 5px;
    float: right
}

#msform .action-button:hover,
#msform .action-button:focus {
    background-color: #dc3545
}

#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 10px 0px;
    float: right
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    background-color: #000000
}

.card {
    z-index: 0;
    border: none;
    position: relative
}

.fs-title {
    font-size: 25px;
    color: #f86212;
    margin-bottom: 15px;
    font-weight: normal;
    text-align: left
}

.purple-text {
    color: #f86212;
    font-weight: normal
}

.steps {
    font-size: 25px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right
}

.fieldlabels {
    color: gray;
    text-align: left
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey
}

#progressbar .active {
    color: #f86212
}

#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 20%;
    float: left;
    position: relative;
    font-weight: 400
}

#progressbar #teamcategory:before {
    font-family: FontAwesome;
    content: "\f5fd"
}

#progressbar #institute:before {
    font-family: FontAwesome;
    content: "\f66f"
}

#progressbar #teaminfo:before {
    font-family: FontAwesome;
    content: "\f2bb"
}

#progressbar #teammembers:before {
    font-family: FontAwesome;
    content: "\f0c0"
}
#progressbar #finish:before {
    font-family: FontAwesome;
    content: "\f058"
}
#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #f86212
}

.progress {
    height: 20px
}

.progress-bar {
    background-color: #f86212
}

.fit-image {
    width: 100%;
    object-fit: cover
}

.text-orange{
  color: #F86212 !important;
}

.dxeCaptionCell_MaterialOrange.dxeCaptionVATSys.dxeTextEditCTypeSys {
    padding:1px;
}
.dxeCaptionCell_MaterialOrange.dxeCLTSys, .dxeCaptionCell_MaterialOrange.dxeCLBSys {
   padding:1px;
}

.dxeErrorCell_MaterialOrange.dxeNoBorderLeft, *[dir='rtl'] .dxeErrorCell_MaterialOrange.dxeNoBorderRight {
    padding-left:5px;
}

.dxeTextBox_MaterialOrange td.dxic, .dxeButtonEdit_MaterialOrange td.dxic, .dxeButtonEdit_MaterialOrange[cellspacing="0"] td.dxic {
    padding:4px;
}

table.dxeRoot_MaterialOrange {
    width:100% !important;
}

*[class^="dxeCaption"] {
    font-weight:400 !important;
    margin-bottom:0.3rem;
}
.dxeCaptionCell_MaterialOrange {
    font-weight:400 !important;
    font-size:1rem;
    line-height:1.5;
    margin-bottom:0.3rem;
}

.dxbButton_MaterialOrange div.dxb {
    padding:0 !important;
}

    @media (max-width: 5000px) {
        .popclass {
            width:500px !important;
        }
    }
    @media (max-width: 576px) {
        .jconfirm .jconfirm-box {
            width: 90% !important; /* important for the alert message width on mobile view */
        }
        .popclass {
            width:300px !important;
        }
    }