/*CLASES DE PRUEBA BORRAR -------CLASES DE PRUEBA BORRAR -------CLASES DE PRUEBA BORRAR -------*/
@font-face
{
    font-family: 'seguiBold';
    src: url('../fonts/TradeGothicLTStd-Bd2.ttf') ;
}

@font-face
{
    font-family: 'seguiRegular';
    src: url('../fonts/TradeGothicLTStd.ttf');
}

@font-face
{
    font-family: 'seguiLi';
     src: url('../fonts/TradeGothicLTStd-Light.ttf') ;
}

/*-----------------------------------MAIN--------------------------------------*/

.textTitle_header_class {
    position: absolute;
    top: 50%;
    left: 60%;
    transform: translate(-60%, -60%);
    font-size: 30px;
  }
  
  /**-----------------------------CLASES GLOBALES ----------------------**/
  
  .d-flex {
      display: -ms-flexbox !important;
      display: flex !important;
  }
  
  .justify-content-start{-ms-flex-pack:start!important;justify-content:flex-start!important}
  .justify-content-end{-ms-flex-pack:end!important;justify-content:flex-end!important}
  .justify-content-center{-ms-flex-pack:center!important;justify-content:center!important}
  .justify-content-between{-ms-flex-pack:justify!important;justify-content:space-between!important}
  .justify-content-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}
  .align-items-start{-ms-flex-align:start!important;align-items:flex-start!important}
  .align-items-end{-ms-flex-align:end!important;align-items:flex-end!important}
  .align-items-center{-ms-flex-align:center!important;align-items:center!important}
  .align-items-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}
  .align-items-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}
  .align-content-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}
  .align-content-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}
  .align-content-center{-ms-flex-line-pack:center!important;align-content:center!important}
  .align-content-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}
  .align-content-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}
  .align-content-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}
  
  .bd-style-bt{border-style:solid;border-bottom-style:solid; border-width: 0.5px;}
  .m-0{margin:0!important}
  .mt-0,.my-0{margin-top:0!important}
  .mr-0,.mx-0{margin-right:0!important}
  .mb-0,.my-0{margin-bottom:0!important}
  .ml-0,.mx-0{margin-left:0!important}
  .m-1{margin:.25rem!important}
  .mt-1,.my-1{margin-top:.25rem!important}
  .mr-1,.mx-1{margin-right:.25rem!important}
  .mb-1,.my-1{margin-bottom:.25rem!important}
  .ml-1,.mx-1{margin-left:.25rem!important}
  .m-2{margin:.5rem!important}
  .mt-2,.my-2{margin-top:.5rem!important}
  .mr-2,.mx-2{margin-right:.5rem!important}
  .mb-2,.my-2{margin-bottom:.5rem!important}
  .ml-2,.mx-2{margin-left:.5rem!important}
  .m-3{margin:1rem!important}
  .mt-3,.my-3{margin-top:1rem!important}
  .mr-3,.mx-3{margin-right:1rem!important}
  .mb-3,.my-3{margin-bottom:1rem!important}
  .ml-3,.mx-3{margin-left:1rem!important}
  .m-4{margin:1.5rem!important}
  .mt-4,.my-4{margin-top:1.5rem!important}
  .mr-4,.mx-4{margin-right:1.5rem!important}
  .mb-4,.my-4{margin-bottom:1.5rem!important}
  .ml-4,.mx-4{margin-left:1.5rem!important}
  .m-5{margin:3rem!important}
  .mt-5,.my-5{margin-top:3rem!important}
  .mr-5,.mx-5{margin-right:3rem!important}
  .mb-5,.my-5{margin-bottom:3rem!important}
  .ml-5,.mx-5{margin-left:3rem!important}
  .p-0{padding:0!important}
  .pt-0,.py-0{padding-top:0!important}
  .pr-0,.px-0{padding-right:0!important}
  .pb-0,.py-0{padding-bottom:0!important}
  .pl-0,.px-0{padding-left:0!important}
  .p-1{padding:.25rem!important}
  .pt-1,.py-1{padding-top:.25rem!important}
  .pr-1,.px-1{padding-right:.25rem!important}
  .pb-1,.py-1{padding-bottom:.25rem!important}
  .pl-1,.px-1{padding-left:.25rem!important}
  .p-2{padding:.5rem!important}
  .pt-2,.py-2{padding-top:.5rem!important}
  .pr-2,.px-2{padding-right:.5rem!important}
  .pb-2,.py-2{padding-bottom:.5rem!important}
  .pl-2,.px-2{padding-left:.5rem!important}
  .p-3{padding:1rem!important}
  .pt-3,.py-3{padding-top:1rem!important}
  .pr-3,.px-3{padding-right:1rem!important}
  .pb-3,.py-3{padding-bottom:1rem!important}
  .pl-3,.px-3{padding-left:1rem!important}
  .p-4{padding:1.5rem!important}
  .pt-4,.py-4{padding-top:1.5rem!important}
  .pr-4,.px-4{padding-right:1.5rem!important}
  .pb-4,.py-4{padding-bottom:1.5rem!important}
  .pl-4,.px-4{padding-left:1.5rem!important}
  .p-5{padding:3rem!important}
  .pt-5,.py-5{padding-top:3rem!important}
  .pr-5,.px-5{padding-right:3rem!important}
  .pb-5,.py-5{padding-bottom:3rem!important}
  .pl-5,.px-5{padding-left:3rem!important}
  .m-auto{margin:auto!important}
  
  .basic-color-class{	color: #121212;}
  .primary-color-class{	color: #132F78;}
  .secondary-color-class{	color: white;}
  .txt-lg{	font-family: 'seguiRegular';}
  .txt-bd{font-family: 'seguiBold';}
  
  .txt-ulg{font-family: 'seguiRegular';}
  
  /**--------------------------------------------------------------------**/
  
  /**--------------------------- CLASES DE FELIPE -----------------------**/
  

  
  .btn-faq{
      font-family: seguiRegular;
  }
  
  .vcenter {
      display: inline-block;
      vertical-align: middle;
      float: none;
  }
  
  .caret {
      /*border-left: 0px solid transparent;*/
      /*border-right: 0px solid transparent;*/
      border: 0px solid #000000;
  
      background-image: url('../img/arrow.png');
      background-repeat: no-repeat;
      background-size: contain;
  
      float: right;
      margin: 0;
      margin-top: 15px;
      padding: 10px;
  }
  
  .formText {
      display: block;
      height: 34px;
      padding: 6px 12px;
      font-size: 14px;
      line-height: 1.42857143;
      color: #555;
      background-color: #fff;
      background-image: none;
      border: 1px solid #ccc;
      border-radius: 4px;
      -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
      box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
      -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
      -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
      -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
      transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
      transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
      transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  }
  
  .box div button{
      margin-top: 20px;
      box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.05);
  }
  
  .btn-faq{
      margin-top: 20px;
      box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.05);
      white-space: normal !important;
  }
  
  .hiddenDiv{
      display: none;
      padding: 0 18px;
      overflow: hidden;
      background-color: #f1f1f1;
  }
  
  .active, .collapsible:hover {
      background-color: #ccc;
  }
  
  .content{
      display: none;
      padding: 0 18px;
      overflow: hidden;
      background-color: #f1f1f1;
  }
  
  .content p{
      
      margin-top: 10px;
      font-family: 'seguiRegular';
  }
  
  div button span {
      float: left;
      margin: 0;
      padding: 10px;
  }
  
  .logoWhite{
      background-color: #002E48;
      padding-top: 20px; 
      padding-bottom: 20px;
  }
  
  .logoWhite div{
      height: inherit;
  }
  
  .logoWhite div h1{
      height: inherit;
  }
  
  .textTitleHeader_blue_class{
      /* white-space: nowrap;*/
      overflow: hidden;
      font-size: 36px;
      color: #3A9FB4;
      margin-top: 10px;
  }
  
  .textTitleStyle_class{
      font-size: 36px;
      color: #132F78;
      font-family: 'seguiBold';
      margin-top: 20px;
      margin-bottom: 20px;
  }
  
  .textContentStyle_class{
      font-size: 20px;
      color: #121212;
      word-wrap: break-word;
  }
  
  footer {
      margin-top: 0;
      width: 100%;
      bottom: 0;

      padding: 0px;
  }
  
  footer p {
      color: white;
      font-family: 'seguiRegular';
      font-size: 12px;
  }
  
  footer a {
      color: white;
      font-family: 'seguiRegular';
      font-size: 12px;
  }
  
  div .verticalLine_class{
      border-right-style: solid;
      border-color: white;
      border-width: 2px;
  }
  
  /**--------------------------- CLASES DE FELIPE -----------------------**/
  
  /**--------------------------- CLASES DE YEISON -----------------------**/
  
  .header-class{
      background-color: #154496;
      }
      .header-img-absolute-class{
      
          position: absolute;
      }
      
      .perfil-selector-btn-class{
      
        background-color: white;
        border-radius:5px;
      }
      
      .faq-selector-btn-class{
      
          background-color: #154496;
          border-color: white;
          border-style: solid;
          border-width: 0.5px;
          border-radius:5px;
        }
        .txt-perfil-sm-content-class{
          font-family: 'seguiRegular';
          color: #1A6B9B;
          font-size: 1rem;
          }
          
        .txt-faq-sm-content-class{
            font-family: 'seguiRegular';
            color: white;
            font-size: 1rem;
            }
            .txt-nobg-sm-content-class{
  
              background: none;
          border-color: #154496;
          border-style: solid;
          border-width: 0.5px;
          border-radius:5px;
          }
      
      
      
      .txt-lg-big-class{
        color: #DA0078;
        font-size:  5rem;
          font-family: 'seguiRegular';
      
      }
      
      .txt-lg-md-class{
        color: #DA0078;
        font-size:  3rem;
          font-family: 'seguiRegular';
      }
      
      .txt-sm-content-class{
      font-family: 'seguiRegular';
      color: #00354F;
      font-size: 1.2rem;
      }
      
      .txt-title-bd-class{
      
          color: #132F78;
          font-size:  2.5rem;
          font-family: 'seguiBold';
      }
      .txt-subtitle-bd-class{
      
          color: #132F78;
          font-size:  2rem;
          font-family: 'seguiBold';
      }
      .bg-white-class{
          background: white;
          border-radius: 2px;
          width: 100%;
      }
    
      
      .bb-style-solid-gray-class{
          
      
          border-bottom-style: solid;
          border-color: #cccc;
          border-width: 0.5px;
      }
      
      
    .pop-texto .modal-body{
        padding: 0;
    
        }
    .modal-body{
        border-radius: 5px;
    }
      .d-flex-perfil{
          display: -ms-flexbox ;
          display: flex ;
      }
      .d-flex-perfil-2 {
          display: inline-block ;
          }
  
          .cont-numero-curso-class{
              border-bottom-style: solid;
              border-width: 0.5px;
              width: 60%;
              border-color: #ccc;
          }
          .numero-curso-class{
              background-color:  #154496;
              width: 40%;
              padding: 10px;
              margin-top: 10px;
              color: white;
              font-family: 'seguiRegular';
              border-top-left-radius: 10px;
              border-top-right-radius: 10px;
              border-bottom-style: solid;
              border-width: 0.5px;
          }
          footer {
            margin-top: 130px;
            width: 100%;
            bottom: 0;
            background-color: transparent;
            padding: 10px 0px;
          }
          
          footer p {
              color: white;
              font-family: 'seguiRegular';
              font-size: 12px;
          }
          
          footer a {
              color: white;
              font-family: 'seguiRegular';
              font-size: 12px;
          }
          
          div .verticalLine_class{
              border-right-style: solid;
              border-color: white;
              border-width: 2px;
          }
                          
      
  /*--------------------NAV BAR STYLE-------------------------*/
  .sidenav {
      height: 100%;
      width: 0;
      position: fixed;
      z-index: 100;
      top: 0px;
      left: 0;
      background-color: #154496;
      overflow-x: hidden;
      transition: 0.5s;
      padding-top: 10px;
    }
    
    .sidenav a {
      padding: 4px 4px 4px 32px;
      text-decoration: none;
      font-size: 1em;
      color: white;
      font-family: 'seguiRegular';
      display: block;
      transition: 0.3s;
    }
    .sidenav .footer-xs p {
      padding: 4px 4px 4px 32px;
      text-decoration: none;
      font-size: 0.8em;
      color:white;
      display: block;
      font-family: 'seguiRegular';
      transition: 0.3s;
    }
    .sidenav img {
  
      transition: 1s;
    }
    .sidenav a:hover {
      color: #cccc;
      cursor: pointer;
    }
    .sidenav p:hover {
      color: #cccc;
      cursor: pointer;
    }
    
    .sidenav .closebtn {
  
      font-size: 2em;
      position: absolute;
      top: 0;
    }
  
    .footer-xs{

      position: absolute;
      bottom: 0;
    }
  
    .lista-cursos .panel {
      background-color:#132F78;
    }
    .progreso-bloqueado{
      border: 2px solid #F9B000;
    }
    
    @media screen and (max-height: 450px) {
      .sidenav {padding-top: 15px;}
      .sidenav a {font-size: 18px;}
      .sidenav p {font-size: 18px;}
    }
    
    /*-----------------------NAV BAR STYLE END----------------------*/
  
      @media (max-width: 1200px){
          
          .d-flex-perfil {
          display: inline-block !important;
          }
          .d-flex-perfil-2{
              display: -ms-flexbox ;
              display: flex !important;
          }
      
      }
      /**--------------------------- CLASES DE YEISON -----------------------**/
  
  .tabs{
      margin-bottom: 20px;
  }
  
  .nav.nav-tabs{
      border-color: #036B9E !important;
  }
  
  .nav.nav-tabs li a,
  .nav.nav-tabs li.active > a:hover{
      border-bottom-width: 0px;
      outline: none;
      background-color: transparent !important;
  }
  .nav.nav-tabs li.active > a,
  .nav.nav-tabs li.active > a:active,
  .nav.nav-tabs li.active > a:focus{
      background-color: #036B9E !important;
      color: #fff !important;
      border-radius: 3px;
  }
  .nav.nav-tabs li a {
      padding-top: 20px;
      padding-bottom: 20px;
      margin-left: 10px;
      font-family: 'seguiRegular';
      border-color: #036B9E;
      border-radius: 3px;
      border-style: solid;
      border-width: 1px;
      color: #036B9E !important;
  }
  .tab-pane {
  
      margin-top: -1px;
      font-family: 'seguiRegular';
  }
  
  .active, .collapsible:hover{
      background-color: transparent !important;
  }
  
  .btn-container{
      background-color: #fff;
      border-color: #ccc;
      border-radius: 3px;
      border-style: solid;
      border-width: 1px;
  }






/* CLASES CSS BAYER */

a{
    color :white;
    }
    .menu-lateral{
        background-color: #DA0078;
    }
    .nav-stacked li a {
    
        background-color: #DA0078;
       color: #DA0078;
    
    
    }
    .menu-lateral p{
    
        background-color: #EC138A;
        color :white;
    
    }
    header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    
        margin-top: 15px;
        margin-bottom: 15px;
    }
    
    .dropup, .dropdown {
    
        background-color: #DA0078;
        margin-right: 10px;
        border-radius: 5px;
        color: white;
    
    }
    
    .titulo-principal .clr-texto-ppal{
        font-size: 1.5em;
        color: #34236F;
    }
    .subtitulo {
        font-family: 'seguiRegular';
        font-size: 20px;
        margin-top: 0;
        color: #DA0078;
    }
    .panel-body{
        padding: 0;
        background: none;
    
    }
    .panel{
        background: none;
    }
    .lista-cursos .panel {
    
        background-color: #34236F;
    }
    .progreso-completo {
        border: 2px solid white;
        color: white;
    }
    
    .main-menu.open {
    background-color: #DA0078;
    color: white;
    }

    p{
        font-size: 1.2em;
    }

    /* FELIPE */

    .panel-sombra{
      -moz-box-shadow: 0px 0px 0px #cfd4d6 !important;
      -webkit-box-shadow: 0px 0px 0px #cfd4d6 !important;
      box-shadow: 0px 0px 0px #cfd4d6 !important;
      border: 1px solid #ccc !important;
      border-radius: 10px !important;
      padding: 20px !important;
      background: white !important;
      /*width: 500px !important;*/
    }

    .panel-sombra #titulo-div h3{
        font-family: "seguiBold";
        font-weight: bolder !important;
      text-align: center !important;
      color: #002E48 !important;
      font-size: 1.7em;
      margin-bottom: 30px;
   

    }

    .panel-sombra input[type=text]{
      border: 1px solid #00C2E1 !important;
      border-radius: 5px !important;
      background: white !important;
      font-size: 18px;
      height: 45px;
    }

    .panel-sombra input[type=password]{
      border: 1px solid #00C2E1 !important;
      border-radius: 5px !important;
      background: white !important;
      font-size: 18px;
      height: 45px;
    }

    .panel-sombra input[type=submit]{
      border-radius: 5px !important;
      background: #002E48 !important;
      color: #00C2E1 !important;
      font-size: 25px;
      box-shadow: 0px 3px 5px #CCC;
    }
    .copy-footer-form{
        margin-bottom: 25px;
    }

    .panel-sombra a{
      color: #00C2E1 !important;
      font-size: 20px;
    }

    .panel-sombra div .foot-login .form-group{
      border-top: 1px solid #CCC;
      padding-top: 30px;
      margin-top: 30px;
    }

    .panel-sombra div .foot-login .form-group label{
      font-size: 0;
    }

    .panel-sombra div .foot-login .form-group label:before{
      content: 'Acepto términos y condiciones de privacidad';
      font-size: 18px;
      font-weight: lighter;
    }



    @media (min-width: 1200px){
        
    #panel-login {
            width: 33.33333333%;
        }
        #panel-aviso {
            width: 33.33333333%;
        }
    }

     /* FELIPE */

    /* ----------------------------------------- NEW --------------------------------------------- */

    .panel-sombra input[type=email]{
      border: 1px solid #00C2E1 !important;
      border-radius: 5px !important;
      background: white !important;
      font-size: 18px;
      height: 45px;
    }

    .panel-sombra select{
      border: 1px solid #00C2E1 !important;
      border-radius: 5px !important;
      background: white !important;
      font-size: 18px;
      height: 45px;
      max-width: 100%; 
      text-overflow: ellipsis;
    }

    .panel-sombra input[type=number]{
      border: 1px solid #00C2E1 !important;
      border-radius: 5px !important;
      background: white !important;
      font-size: 18px;
      height: 45px;
    }

    #btn-registro{
      width: inherit;
      margin-top: 0px !important;
    }

    #btn-cancelar{
    margin-top: 0px !important;
    
}

    /* ----------------------------------------- NEW --------------------------------------------- */

    /* CLASES CSS BAYER ------------------------CLASES  cursos --------------------------- */
    header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    
        padding-top: 15px;
       padding-bottom: 15px;
       margin: 0;
    }
    .navbar-brand{
        -webkit-box-shadow: 0px 0px 0px 0px rgba(145, 145, 145, 1); 
            -moz-box-shadow: 0px 0px 0px 0px rgba(145, 145, 145, 1);
             box-shadow: 0px 0px 0px 0px rgba(145, 145, 145, 1);
    }

    .subtitulo {
        font-family: 'seguiRegular';
        font-size: 25px;
        margin-top: 0;
        color: #102139;
        font-weight: bold;
    }

    .lista-cursos .panel {
    
        background-color: #102139;
    }
    .progreso-progreso {
        border: 2px solid white;
    
        background-color: #00C2E1;
        color:white;
    }
    
    .progreso-completo {
        border: 2px solid white;
        color:white;
        background-color: #00C2E1;
    }
    .progreso-bloqueado {
        border: 2px solid white;
        color:white;
        background-color: #00C2E1;
    }
    
    .lista-contenido .panel-body{
        padding: 0;
        background: transparent;
        font-size:1.3em;
    
    }
    .lista-cursos  .panel-body{
        padding: 0;
        
        background: white;
    
    }
    .panel{
        background: none;
    }

    .titulo-principal .clr-texto-ppal{
        font-size: 1.8em;
        font-family: 'seguiBold';
        color: #34236F;
        background-image: url('../img/barra-subtitulo-bayer.png');
        background-position: left bottom;
        background-repeat: no-repeat;
        padding-bottom: 25px;
        font-weight: 100;
        margin-bottom: 45px;

    }
    .dropup, .dropdown {
    
        background-color: white;
        margin-right: 10px;
        border-radius: 5px;
        color: #00C2E1;
        border-style: solid;
        border-color: #CCC;
        border-width: 0.5px;
    
    }
    .main-menu .nombre-usuario {
        color: #00C2E1;
    }
  

    .main-menu.open .dropdown-toggle .nombre-usuario {
        color: #CCC;
    }
    .main-menu.open {
        background-color: white;
        margin-right: 10px;
        border-radius: 5px;
        color: #00C2E1;
    }

    .main-menu  a:hover{ 
        
        background-color: #ccc !important;
    }

    .d-flex-perfil .txt-nobg-sm-content-class {
        background: #102139;
 
        border-style: solid;
        border-width: 0.5px;
        border-radius: 5px;
        padding: 10px !important;
        color: white;
      }
      .d-flex-perfil .txt-nobg-sm-content-class p{

        color: #00C2E1;
      }

     .container .txt-title-bd-class{
        background-image: url(../img/barra-subtitulo-bayer.png);
        background-position: left bottom;
        background-repeat: no-repeat;
        padding: 20px 10px;
      }

 .panel-sombra a {
        margin-left: 7px;
      }

      .glyphicon-exclamation-sign{
        font-size: 0px !important;
    vertical-align: sub;
    height: 60px;
    width: 100%;
    background: url(/Content/Clients/academy.bayer.com/img/like.png);
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 20px;
      }
      .custom-success .modal-footer{
        display: flex;
        justify-content: center;
      }

      .custom-success .modal-terms-p{
        text-align: center; 
      }
      .custom-success .btn-interno{
        background-color: #002E48;
        color: #00C2E1;
      }

      .editar-informacion-campo-especialidad{
      
        display: none;
      }

      .clr-texto-ppal strong{
          display: none;
      }

      .modal-editar-perfil #IdentificationNumber{
        pointer-events:none;
        color: #ccc;   
      }
      
      #panel-login .foot-login a:nth-child(5) {display: none;}
      
      .soporte-tecnico-login{ display: none; }
    
    
    /* CLASES CSS BAYER ------------------------CLASES  cursos --------------------------- */
    
/* CLASES CSS BAYER */
.btn-general-custom {
    background-color: #052F44;
    color: #EEF2F4;
}

.img-fluid-custom {
    width: 100%;
}

.nav-stacked-custom {
    display: block;
}

.list-unstyled .btn-secundario, .btn-terciario {
	display: block;
}