﻿html {
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

body {
    width: 100%;
    height: 100%;
    font-family: "Segoe UI", Helvetica, Tahoma, Geneva, Verdana, sans-serif;
    font-size: 11pt;
    margin: 0px;
    padding: 0px;
    color: black;
}

.display-none{
    display: none
}

.course-header {
    margin-top: 3px;
    background-color: white;
    -webkit-box-shadow: 0px 10px 17px -6px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 10px 17px -6px rgba(0,0,0,0.75);
    box-shadow: 0px 10px 17px -6px rgba(0,0,0,0.75);

}
.footer{
    min-height:30px !important;
    max-height:30px;
    position: fixed;
    bottom:0%;
    text-align: center;
    padding:5px;
    /*background-color: #128bc1 !important;*/

}
.footer >a{
    color: white;
}
.footer > a:hover{
    color:azure;
}
.row-data {
    margin: 0px 0px 10px 0px;
}
.consent-statement{
    margin-top:10px;
}

/*
.text-ellipsis{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space:nowrap
} */

.text-ellipsis {
    text-overflow: ellipsis;
    overflow: hidden;
    height: 40px;
} 


#LinkRegisterUrl {
    color: transparent;
    opacity: 1;
}

    #LinkRegisterUrl:hover {
        color: transparent;
        opacity: .95;
    }


.container {
    min-height: 100%;
    background: rgba(255,255,255,1);
    padding-bottom: 25px;
}

.text-danger {
    color: darkred;
}

a {
    color: #08298A;
    opacity: 0.98;
    font-weight: 600;
}

    a:hover {
        color: #08298A;
        opacity: 1;
    }

.Buttons {
    background-color: orange;
    color: white;
    opacity: 0.8;
}

    .Buttons:hover {
        opacity: 1;
        color: white;
    }

.BGHeader {
    background-color: #f2a633;
}

.Encabezado {
    height: 120px;
    position: relative;
    float: left;
}

.Logo {
    position: relative;
    float: left;
    padding-top: 10px;
}

.CompanyInfo {
    position: relative;
    float: left;
    color: black;
}

.Name {
    padding-top: 10px;
}

.imgCourse {
    margin: auto;
}

.linkLogoff {
    font-weight: 500;
    padding-right: 100px;
    color: green;
    margin-top:15px;
}

/****style for enrol******/
#PrivacyPolicy {
    margin-top: 20px;
}

.formRegister {
    max-width: 95%;
    margin: auto;
}

.btnGroup {
    margin-top: 15px;
}

input.LabelStyle[type="text"] {
    background-color: transparent;
    color: black;
    opacity: 1;
    box-shadow: none;
    padding: 0px;
    margin-top: -5px;
    border: 0px solid #fb822b;
    height: 25px;
    cursor: default;
}

.lblForm {
    padding-top: 5px;
    margin-bottom: 0;
    height: 40px;
}

.LKrow {
    margin-top: 20px;
}

.FormTitle {
    margin: 20px 0;
}

.selectLevel {
    max-width: 300px;
    padding: 5px;
}

.ctrlContainer {
    background-image: url('../Images/bglf.png');
    background-size: cover;
    padding: 10px;
}

.divPayment {
    width: 100%;
}

/*******************/

/**Styles for Successful**/

.SContent {
    width: 80%;
    margin: auto;
}

/**************************/

/**Styles for Error*/
.divError {
    width: 100%;
    overflow: visible;
    padding: 20px;
    text-align: center;
    background-color: red;
    color: white;
    font-size: 16pt;
    /* Center Vertically */
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* Center Vertyically */
}
/*******************/
/********* Captcha *************/
.txtCaptcha {
    
    max-width: 9.5em;
}

#alCaptcha {
    background: url('../images/refresh.png') no-repeat;
    float: left;
    width: 30px;
    margin-top: 6px;
    margin-left:5px;
    color: transparent !important;
    text-decoration: none;
}

#imgCaptcha{
    float:left;
    max-width:130px;
}

#imgCaptcha img {
    max-width: 130px;
}

.captcha {
    max-width: 250px;
}
#alCaptcha:active {
    outline: none;
}

#divCaptcha {
    /*max-width: 150px;
    float: left;
    margin-right: 10px;*/
}
/**************************/
@media(max-width:768px) {

    .formRegister {
        min-width: 100%;
    }

    .ctrlContainer {
        max-width: 700px;
        margin: auto;
    }

    .footer{
        position:relative;
    }
    .container{
        padding-bottom:0px;
    }
}
