.HomeContainer {
    min-height: 100vh;

}
    
.HomeFooter {
}


/* Create a sticky/fixed navbar */
.HomeHeader {
    overflow: hidden;
    background-color: transparent !important;
    min-height: 100px; /* Large padding which will shrink on scroll (using JS) */
    transition: 0.4s; /* Adds a transition effect when the padding is decreased */
    position: fixed; /* Sticky/fixed navbar */
    width: 100%;
    top: 0; /* At the top */
    z-index: 990000000;
}

    /* Style the navbar links */
    .HomeHeader a {
        float: left !important;
        color: white !important;
        text-align: center !important;
        padding: 12px !important;
        text-decoration: none !important;
        font-size: 15px !important;
        line-height: 25px !important;
        border-radius: 4px !important;
        cursor: pointer !important;
    }

    /* Style the logo */
    .HomeHeader #logo {
        font-size: 35px !important;
        font-weight: bold !important;
        transition: 0.4s !important;
    }

    /* Links on mouse-over */
    .HomeHeader a:hover {
        background-color: transparent !important;
        color: #e04403 !important;
    }

    /* Style the active/current link */
    .HomeHeader a.active {
        background-color: dodgerblue !important;
        color: white !important;
    }







.HomeBanner {
   
    height:400px;
    padding-top: 10rem;
    padding-bottom: calc(10rem - 72px);

    background-image: url('../images/internsheaderbackground.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
}
.HomeBannerInterns {
    height: 400px;
    padding-top: 10rem;
    padding-bottom: calc(10rem - 72px);
    background-image: url('../images/internsheaderbackground.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
}
.HomeBannerCompany {
    height: 400px;
    padding-top: 10rem;
    padding-bottom: calc(10rem - 72px);
    background-image: url('../images/companiesheaderbackground.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
}
.HomeBannerTitle {
    font-size: 50px;
    color: white;
    font-weight:bold;
    margin-top: 5%;
    text-align: center;
}
.HomeApplyNow {
  cursor:pointer;
  text-decoration:none;
}

.HomeMission {
    text-align: center;
}

.HomeMissionTitle {
    font-size: 28px;
    line-height: 1.7em;
    font-weight: 700;
    color: rgb(94, 95, 97);
    text-align: center;
    margin-top:50px;
}
.HomeMissionSaparator
{

}
.HomeCriteria {
    text-align: center;
}
    .HomeCriteriaTitle {
       
        color: rgb(94, 95, 97);
        text-align: center;
        margin-top: 50px;
    }

.HomeCriteriaList
{
    margin-top:20px;
}
.HomeCriteriaListItem {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 16px;
    font-weight: 700;
}
    .HomeCriteriaListItem i {
        color: #e04403;
        margin-right:15px;
        font-size:10px;
    }



.ApplicationFormContainer{

   margin-top:100px;

}
    .ApplicationFormContainer .card-header {
        padding: .75rem 1.25rem;
        margin-bottom: 0;
        background-color: white;
        border-bottom: 1px solid rgba(0,0,0,.125);
        font-weight: 700;
        line-height: 1.25em;
        font-size: 20px;
        color: #53575a;
    }

    .ApplicationFormContainer .card {
   
        border-radius:0px;
    }

.ApplicationFormContainer .form-control {
   
    border-radius: 0px;
    
}
.ApplicationFormCommandsContainer {
    margin-top: 20px;
}
    .ApplicationFormCommandsContainer .SubmitButton {
        width: 150px;
        height:50px;
        background-color: #e04403;
        color: white;
        border-color: #e04403;
        border-radius:0px;

    }
.ApplicationFormContainer .mdc-text-field--textarea {
    border-style: solid !important;
    border-width: 1px !important;
    border-color: #ced4da !important;
    border-radius: 0px;
}
    .ApplicationFormContainer .input-group-append .btn-secondary {
        color: #53575a;
        background-color: white;
        border-color: #ced4da;
    }

        .ApplicationFormContainer .input-group-append .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
            color: #53575a;
            background-color: white;
            border-color: #ced4da;
        }
    .ApplicationFormContainer .input-group-append .btn {
        border-radius:0px;
    }


.ApplicationFormTitle {
    font-size: 25px;
    font-weight: 700;
    color: #e04403;
    text-align: left;
}
.ApplicationFormSubTitle {
}


.ApplicationFormPersonalDetailsContainer {
    margin-top: 20px;
}

.ApplicationFormAcademicDetailsContainer {
    margin-top: 20px;
}

.HomeRequiredDocuments {
   
}

.HomeRequiredDocumentsTitle {
    font-size: 25px;
    font-weight: 700;
    color: #e04403;
    text-align: left;
    margin-top: 50px;
    margin-bottom:20px;
}
.HomeRequiredDocumentsSubTitle {
}
.HomeRequiredDocumentsListItem  {
    
}

.HomeRequiredDocumentsListItem i {
    color: #e04403;
    margin-right: 15px;
    font-size: 10px;
}

.HomeFooterContainer {
    padding: 10px;
    width: 100%;
    margin-top: 100px;
   
    background-color: #393a3c;
    color: #93969a;
    z-index: 9000;
}
.HomeFooterContainerFixed {
   
    bottom: 0;
    width: 100%;
}



    .HomeFooterContainer .LinksContainer {
     
    }
    .HomeFooterContainer .CopyrightContainer {
       
    }

.HomeHeaderIsShrinked {
    background-color: #53575a !important;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
    min-height: 80px;
    max-height: 80px;
    /*
         
    */
}

.HomeTawazunLogoBig {
    height: 200px;
}

.HomeTawazunLogoStar {
    display:none;
}
.HomeTawazunTextStar {
    display: none;
}
.HomeHeaderIsShrinked .HomeTawazunLogoBig {
    display:none;
}
.HomeHeaderIsShrinked .HomeTawazunLogoStar {
    display: inline;
    height:50px;
}
.HomeHeaderIsShrinked .HomeTawazunTextStar {
    display: inline;
    margin-left:15px;
}

/* Add responsiveness - on screens less than 580px wide, display the navbar vertically instead of horizontally */

.DesktopContent
{
    display:block;
}
.MobileContent {
    display: none;
}




.navbar-light .navbar-toggler {
    color: white !important;
    border-color: white !important;
}


.HomeTilesContainer {
    flex-grow: 1;
}

    .HomeTilesContainer .Tile {
        text-align: center;
      
    }
        .HomeTilesContainer .Tile .TileLink {
            cursor: pointer;
            text-decoration: none;
            color: rgb(94, 95, 97);
        }
    .HomeTilesContainer .Tile .TileIcon {
        font-size: 50px;
    }
    .HomeTilesContainer .Tile .TileText {
        font-size:30px;
    }

.AdminTile {
    width: 150px;
    height: 150px;
    text-align: center;
    font-size: 20px;
    color: #DD4814;
    cursor: pointer;
    border-color: #DD4814;
    border-style: solid;
    border-width: 1px;
    margin:5px;
}
    .AdminTile a {
        text-decoration: none;
        cursor: pointer;
        color: #DD4814;
    }
.AdminTileContent {
}

.AdminTile .AdminTileIcon {
    margin-top: 60px;
}

.AdminTile .AdminTileText {
}

.HomeContact {
    text-align: center;
    color: #DD4814;
    margin-top:50px;
}

.ApplicationFormSecurityCodeContainer {
    margin-top: 30px;
}
   

.SecurityCodeContainerUserAnswer {
    width: 180px;
}

.SecurityCodeContainerBase64Images {
    width: 180px;
    margin-top:20px
}
.MobileContent .SecurityCodeContainerUserAnswer
{
    width:100%;
}

.MobileContent .SecurityCodeContainerBase64Images {
    width: 100%;
}

.CAPTCHAImage {
    margin-right: 5px;
    width: 35px;
    height: 35px;
}
@media screen and (max-width: 768px) {
    .HomeBanner {
        height: 275px;
    }
    .HomeBannerInterns {
        height: 275px;
    }
    .HomeBannerCompany {
        height: 275px;
    }
    .DesktopContent {
        display: none;
    }

    .MobileContent {
        display: block;
    }


    .HomeHeader {
        background-color: #53575a !important
    }

    .HomeTawazunLogoBig {
        display: none;
    }

    .HomeTawazunLogoStar {
        display: inline;
        height: 45px;
    }

    .HomeHeaderIsShrinked .HomeTawazunLogoStar {
        display: inline;
        height: 45px;
    }

    .HomeTawazunTextStar {
        display: inline;
        margin-left: 15px;
    }

    .HomeHeaderIsShrinked {
        max-height: 500px;
    }


    .HomeCriteriaList {
        text-align: left;
    }

    .HomeBannerTitle {
        font-size: 25px;
    }

    .HomeFooterContainerFixed {
      
        bottom: 0;
        width: 100%;
    }

    .HomeContact {
        margin-bottom: 150px;
    }


  
        .HomeTilesContainer .Tile .TileIcon {
            font-size: 30px;
        }
    .HomeTilesContainer .Tile .TileText {
        font-size: 20px;
    }
    .HomeMissionTitle {
        font-size: 20px;
        margin-top: 10px;
    }
    .HomeCriteriaTitle {
       
        margin-top: 5px;
    }
    .ApplicationFormContainer {
        margin-top: 10px;
    }
    HomeBannerTitle {
      
        margin-top: 0px;
       
    }
    .FileUploaderContainer {
        width: 100%;
    }
}