@import url(http://fonts.googleapis.com/css?family=Roboto);

/****** LOGIN MODAL ******/
.loginmodal-container {
  padding: 30px;
  max-width: 350px;
  width: 100% !important;
  background-color: #F7F7F7;
  margin: 0 auto;
  border-radius: 2px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  font-family: roboto;
}

.loginmodal-container h1 {
  text-align: center;
  font-size: 1.8em;
  font-family: roboto;
}

.loginmodal-container input[type=submit] {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  position: relative;
}

.loginmodal-container input[type=text], input[type=password] {
  height: 44px;
  font-size: 16px;
  width: 100%;
  margin-bottom: 10px;
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-top: 1px solid #c0c0c0;
  /* border-radius: 2px; */
  padding: 0 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.loginmodal-container input[type=text]:hover, input[type=password]:hover {
  border: 1px solid #b9b9b9;
  border-top: 1px solid #a0a0a0;
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}

.loginmodal {
  text-align: center;
  font-size: 14px;
  font-family: 'Arial', sans-serif;
  font-weight: 700;
  height: 36px;
  padding: 0 8px;
/* border-radius: 3px; */
/* -webkit-user-select: none;
  user-select: none; */
}

.loginmodal-submit {
  /* border: 1px solid #3079ed; */
  border: 0px;
  color: #fff;
  text-shadow: 0 1px rgba(0,0,0,0.1); 
  background-color: #4d90fe;
  padding: 17px 0px;
  font-family: roboto;
  font-size: 14px;
  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#4787ed)); */
}

.loginmodal-submit:hover {
  /* border: 1px solid #2f5bb7; */
  border: 0px;
  text-shadow: 0 1px rgba(0,0,0,0.3);
  background-color: #357ae8;
  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#357ae8)); */
}

.loginmodal-container a {
  text-decoration: none;
  color: #666;
  font-weight: 400;
  text-align: center;
  display: inline-block;
  opacity: 0.6;
  transition: opacity ease 0.5s;
} 

.login-help{
  font-size: 12px;
}

    /* Extra small devices (phones, up to 480px) */
    @media screen and (max-width: 767px)
    {
        div, div.htmltext, select.input-lg, p, span, label, .label, row, button, html input[type="button"]
        {
            font-size: 18px !important;
        }
    
        .input-lg, button
        {
            font-size: 30px !important;
            height: 70px !important;
        }
    
        .select.input-lg
        {
            height: 70px !important;
        }
    
        .btnTxt
        {
            height: 70px !important;
            border: none;
        }
    
        .btnAcciones
        {
            height: 100px;
        }
    
        input[type="checkbox"]
        {
            height: 40px;
            width: 40px;
        }
    }
    /* Small devices (tablets, 768px and up) */
    @media (min-width: 768px) and (max-width: 991px)
    {
        div, div.htmltext, p, label, .label, span, row, select.input-lg, html input[type="button"]
        {
            font-size: 18px !important;
        }
    
        .input-lg, button
        {
            height: 70px !important;
            font-size: 30px !important;
        }
    
        .select.input-lg
        {
            height: 70px !important;
        }
    
        .btnTxt
        {
            height: 70px !important;
            border: none;
        }
    
        .btnAcciones
        {
            height: 100px;
        }
    
        input[type="checkbox"]
        {
            height: 40px;
            width: 40px;
        }
    }
    /* tablets/desktops and up ----------- */
    @media (min-width: 992px) and (max-width: 1199px)
    {
        div, p, span, row, label, .input-lg, select.input-lg
        {
            font-size: 12px !important;
        }
    
        .input-lg
        {
            height: 35px !important;
        }
    
        .select.input-lg
        {
            height: 35px !important;
        }
    
        .btnTxt
        {
            height: 35px !important;
            border: none;
        }
    
        input[type="checkbox"]
        {
            height: 20px;
            width: 20px;
        }
    }
    /* large desktops and up ----------- */
    @media screen and (min-width: 1200px)
    {
        div, p, span, row, label, .input-lg, select.input-lg
        {
            font-size: 12px !important;
        }
    
        .input-lg
        {
            height: 35px !important;
        }
    
        .select.input-lg
        {
            height: 35px !important;
        }
    
        .btnTxt
        {
            height: 35px !important;
            border: none;
        }
    
        input[type="checkbox"]
        {
            height: 20px;
            width: 20px;
        }
    }
    
    .row
    {
        margin-right: 0px;
        padding-bottom: 1px;
    }
    
    .checkbox
    {
        margin-bottom: 0px;
    }
    
    .btn
    {
        border-radius: 0px;
    }
    
    .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus
    {
        outline: none;
    }
    
    .btn-lg, .btn-group-lg > .btn
    {
        border-radius: 0px;
    }
    
    .btn-link
    {
        padding: 5px 10px 0px 0px;
        color: #95a5a6;
    }
    
    .btn-link:hover, .btn-link:focus
    {
        color: #2c3e50;
        text-decoration: none;
    }
    
    .glyphicon
    {
        top: 0px;
    }
    
    .form-control
    {
        border-radius: 0px;
    }
    
    .btnAcciones
    {
        background: #3498db;
        background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
        background-image: -moz-linear-gradient(top, #3498db, #2980b9);
        background-image: -ms-linear-gradient(top, #3498db, #2980b9);
        background-image: -o-linear-gradient(top, #3498db, #2980b9);
        background-image: linear-gradient(to bottom, #3498db, #2980b9);
        font-family: Arial;
        color: #ffffff;
        font-size: 15px;
        padding: 10px 20px 10px 20px;
        text-decoration: none;
        border: none;
        cursor: pointer;
    }
    
    .btnAcciones:hover
    {
        background: #3cb0fd;
        background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
        background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
        background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
        background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
        background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
        text-decoration: none;
    }
    
    .btnAcciones:disabled
    {
        background: rgb(238,238,238); /* Old browsers */
        background: -moz-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(204,204,204,1) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
    }
    
    .modalBackground
    {
        /*background-color: black;*/
        filter: alpha(opacity=65);
        opacity: 0.5;
        height: 100%;
        width: 100%; /*position: absolute;*/
        top: 0px;
        left: 0px;
        position: fixed;
        z-index: 900000;
    }
    
    .navbar-primary
    {
        background-color: #28659C;
        color: #ffffff;
        border-radius: 0;
    }
    
    .navbar-primary .navbar-nav > li > a
    {
        color: #fff;
    }
    
    .navbar-primary .navbar-nav > .active > a, .navbar-nav > .active > a:hover, .navbar-nav > .active > a:focus
    {
        color: #ffffff;
        background-color: transparent;
    }
    
    .navbar-primary .navbar-brand
    {
        color: #eeeeee;
    }
    
    /*Paneles del Cursos*/
    
    .pnlCursos
    {
        background-color: #e8e5e5;
        min-height: 30px;
        width: 100%;
        padding-left: 5px;
        padding-top: 10px;
        margin-bottom: 1px;
    }
    
    .pnlCursosSel
    {
        background-color: #bce0f8;
        padding-top: 10px;
        min-height: 30px;
        width: 100%;
        padding-left: 5px;
        color: black !important;
        margin-bottom: 1px;
    }
    
    .lnkCursos
    {
        color: #28659C;
        font-weight: bold;
        text-transform: uppercase;
    }
    
    .lnkCursos:hover
    {
        color: #075396;
    }
    
    .lnkGrid
    {
        text-decoration: none;
        color: #377cc6 !important;
    }
    
    .lnkGrid:disabled
    {
        color: #95a5a6 !important;
    }
    
    .navbar-default
    {
        background-color: #dff0d8;
    }
    .borderedondo
    {
        border-radius: 25px;
    }
    .row-bottom-margin
    {
        margin-bottom: 0px;
    }