html{
    min-height:100%;

}
body{
    min-height:100%;
}

/*fonts*/

@font-face {
    font-family: 'frutiger';
    src: url('/fonts/Frutiger.ttf');
}

@font-face {
    font-family: 'posterama';
    src: url('/fonts/Posterama2001W04Regular.ttf');
}

@font-face {
    font-family: 'TrebuchetMS';
    src: url('/fonts/trebuc.ttf');
}

@font-face {
    font-family: 'TrebuchetItalic';
    src: url('/fonts/Trebuchet-MS-Italic.ttf');
}

h1,h2,h3,h4,h5,h6 {
	position:relative;
	font-weight:normal;
	margin:0px;
	background:none;
	line-height:1.2em;
    font-family: 'TrebuchetMS', sans-serif;
}

p,.text{
	font-size: 16px;
	line-height: 2em;
	font-weight: 400;
	color: #858687;
	margin: 0;
	font-family: 'TrebuchetMS', sans-serif;
}

body {
	
	font-size:14px;
	color:#787878;
	line-height:1.6em;
	font-weight:500;
	background:#ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-family: 'TrebuchetMS', sans-serif; 

}


/* MAIN NAVBAR */

.drop{
	color: #433499 !important;
	
}
.drop:hover{
	color: #43349991 !important;
	
}

nav {
    background-color: white !important;
    color: rgb(102,36,131) !important;
    /*    box-shadow: -1px 4px 18px #00000024;*/
    -webkit-box-shadow: 0px 6px 8px 1px rgba(0,0,0,0.22); 
box-shadow: 0px 6px 8px 1px rgba(0,0,0,0.22);
}


/* EVENT NAVBAR */

.eventNav {
    background-color: #f2f9fa !important;
    color: #f2f9fa !important;
    box-shadow: none !important;
    border-radius: 3px;
}

.eventNav a:hover {
    background-color: #433499 !important;
    color: white !important;
    box-shadow: -1px 4px 18px #c2cfd1;

}

.eventNav a:active {
    color: #00DBCD !important;
}



/* RIGHT NAVBAR */

.dt-buttons {
    margin-bottom: 15px;
}

.sidenav {
    height: 100%;
    width: 242px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    overflow-x: hidden;
    padding-top: 100px;
    transition: 0.5s;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.sidenavback {
     background-color:  rgb(17 103 163);
    background-image: url('/img/sidnav-01.png');

}

.sidenav-cursos {
    height: 100%;
    width: 242px;
    position: fixed;
    z-index: 1;
    top: 236px;
    left: 0;
    background-color:  rgb(17 103 163);
    overflow-x: hidden;
    padding-top: 100px;
    background-image: url('/img/sidnav-01.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.sidenav a {
    line-height: 20px;
    margin-left: 15px;
    margin-bottom: 8px;
    text-decoration: none;
    font-size: 16px;
    display: inline-table;
    color: black;
}


.sidenav p {
    margin-left: 30px;
    margin-bottom: 5px;
    font-size: 16px;
    display: block;
}



.sidenav img{
    display: inline-table;
    margin-left: 30px;
    width: 19px;
    height: 19px;
    margin-top: -3px ;

}



.overlay:hover{

    background-color: #025e6e;
    opacity: 0.1;
}

.sidenavCard{

    background-color: none;
}

.card{
    border:none;
    border-radius: 0;
}

.table{
    width: 100% !important; 
    box-shadow: none !important;
}


.btn-intro {
    color: #999999 !important;
    background-color: transparent ;
    border-color: #00dbcd !important;
    cursor: pointer;
    border-radius: 100%;
    font-size: 1.3rem;
    margin: .5rem;

}
.card-header{
    border:none;
    background-color: transparent; 
    padding-bottom: 0;
    padding-top: 1.5rem;

}

.card-body{
    border:none;
    background-color: transparent; 
    margin-left: 1.25rem;
    margin-right: 1.25rem;
    border-radius: 0px 0px 10px 10px;

}

.btn-link-principal{
    width: 15em !important;
    font-weight: 500 !important;
    font-size: 1.2em !important;
    color: #999999 !important;
    

}



.btn-link-principal:hover{
    color: white !important;
    background-color: #d0d0d0;
    text-decoration: none;
    border-radius: 20px;

}

.btn-link{
    width: 14em !important;
    font-weight: 500 !important;
    font-size: 15px !important;
    color: white!important;
    border-radius: 8px;
    text-align: left;
    

}



.btn-link:hover{
    color: white !important;
    background-color: #43349991;
    text-decoration: none;
    border-radius: 8px;

}


/* MAIN */

a {
    color: #43349991;
}

a:hover {
    color: #43349991
        ;
}




@media only screen and (max-width: 768px) {
    .main {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .sidenav {
        display: none;
    }

    .mobile{
        display: block !important;
    }

    .desktop{
        display: none !important;
    }
}

.main {
    margin-left: 270px; /* Same as the width of the sidenav */
    margin-right: 0px !important;
}

@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}


.buttons-html5, .buttons-print{
    color: #909090;
    background-color: transparent;
    background-image: none;
    border: 1px solid;
    border-color: #00dbcd;
    border-radius: 1.25rem;
}

.buttons-html5:hover, .buttons-print:hover{
    color: white;
    background-color: #00dbcd;
    border-color: #00dbcd;

}

/* Drpdown Notifications*/
.danger-notif{
    color:#721c24;
    background-color: #f8d7da;
    border:solid 1px #f5c6cb;
}

.danger-notif:hover{
    background-color: #e1b4b8;
}

.action-btn{
    width:44px;
    height:44px;
    margin-bottom: 5px;
    display: inline;
    text-decoration: none;
}

.btn-principal{
    color: #433499;
    background-color:white;
    background-image: none;
    border: 1px solid;
    border-color: white;
    border-radius: 8px;
}

.btn-principal:hover{
    color:  #433499;
    background-color: #00dbcd;
    border-color: #00dbcd;
}
.btn-principal-outline{
    color: white;
    background-image: none;
    border: 2px solid white;
    border-radius: 8px;
}

.btn-principal-outline:hover{
    color:  #433499;
    background-color: #00dbcd;
    border-color: #00dbcd;
}


.btn-primary{
    color: white;
    background-color: #433499;
    background-image: none;
    border: 1px solid;
    border-color: #433499;
    border-radius: 8px;
}

.btn-primary:hover{
    color:  #433499;
    background-color: #00dbcd;
    border-color: #00dbcd;
}

.btn-primary-outline{
    color: #433499;
    border: 1px solid;
    border-color: #433499;
    border-radius: 8px;
}

.btn-primary-outline:hover{
    color:  #433499;
    background-color: #00dbcd;
    border-color: #00dbcd;
}

.btn-medal{
    color: #ffb200;
    background-color: white;
    background-image: none;
    border: 1px solid;
    border-color: white;
    border-radius: 2.25rem;
}

.btn-medal:hover{
    color: white;
    background-color: #00dbcd;
    border-color: #00dbcd;
}

.btn-secondary{
    color: #433499;
    background-color: white;
    background-image: none;
    border: 1px solid;
    border-color: white;
    border-radius: 2.25rem;
}

.btn-secondary:hover{
    color: white;
    background-color: #b3b3b3;
    border-color: #b3b3b3;
}

.btn-temas{
    color: #5b5b5b;
    background-color: transparent;
    background-image: none;
    border: 1px solid #5b5b5b;
    border-radius: 2.25rem;
}

.btn-temas:hover{
    color: white;
    background-color: #00dbcd;
    border-color: #00dbcd;
}
.btn-temas:active{
    color: white;
    background-color: #00dbcd;
    border-color: #00dbcd;
}



.btn-tertiary{
    color: #fff;
    background-color:#00dbcd;
    
    border-radius: 2.25rem;
}

.btn-tertiary:hover{
    color: #fff;
    background-color: #433499;
    border-color: #433499; 
}

.btn-outline-primary {
    color: #433499;
    background-color: transparent;
    background-image: none;
    border: 1px solid;
    border-color: #433499;
    border-radius: 1.25rem;
}

.btn-outline-primary:hover {
    color: white;
    background-color: #433499;
    border-color: #433499;
}

.btn-outline-primary:active {
    color: white;
    background-color: #433499;
    border-color: #433499;
}

.btn-outline-secondary {
    color: gray;
    background-color: transparent;
    background-image: none;
    border: 1px solid;
    border-color: gray;
    border-radius: 1.25rem;
}

.btn-outline-secondary:hover {
    color: white;
    background-color: #00dbcd;
    border-color: #00dbcd;
}

.btn-outline-secondary:active {
    color: white;
    background-color: #00dbcd;
    border-color: #00dbcd;
}

.btn-outline-tertiary {
    color: #70CDE3;
    background-color: transparent;
    background-image: none;
    border-color: #70CDE3;
}

.btn-outline-tertiary:hover {
    color: white;
    background-color: #00dbcd;
    border-color: #00dbcd;
}

.btn-outline-tertiary:active {
    color: white;
    background-color: #00dbcd;
    border-color: #00dbcd;
}

.btn-outline-danger {
    color: #9e372e;
    background-color: transparent;
    background-image: none;
    border-color: #9e372e;
     border-radius: 1.25rem;
}

.btn-outline-danger:hover {
    color: white;
    background-color: #9e372d;
    border-color: #9e372e;
}

.btn-outline-danger:active {
    color: white;
    background-color: #dc3545;
    border-color: #dc3545;
}


.btn-light {
    color: #999999;
    background-color: #F2F2F2;
    background-image: none;
    border-color: #F2F2F2;
     border-radius: 1.25rem;
}

.btn-light:hover {
    color: #F2F2F2;
    background-color:  #999999;
    border-color:  #999999;
}

.btn-light:active {
    color: #F2F2F2;
    background-color:  #999999;
    border-color:  #999999;
}

.btn-info{
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 1.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    color: #fff;
    background-color: #433499
        ;
    border-color: #433499;
    cursor: pointer;
}

.btn-info:hover{
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    color: #fff;
    background-color: #00dbcd;
    border-color:  #00dbcd;

}


.btn-danger {


    color: white;
    background-color: #9e372e;
    border: #9e372e;
        border-radius: 2.25rem;
}

.btn-danger:hover {


    color: white;
    background-color: rgb(255, 0, 0);
    border: rgb(255, 0, 0);
}

.btnCerrarLector{

    color: white;
    background-color: #433499;
    padding: 6px;
    margin: 5px;
    border-radius: 6px;
    border-style: solid;
    border-color: #433499;
    border-width: 1; 
}

.btnCerrarLector:hover{

    color: #433499;
    background-color: transparent;
    cursor: pointer;
}



/* New Admin Workshop Panel styles */

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
 
#sidebar-wrapper {
    position: relative;
    left: 0;
    width: 0;
    height: 100%;
    margin-left: 0;
    overflow-y: auto;
    background: #ffffff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#sidebar-wrapper {
    width: 100%;
}

#page-content-wrapper {
    width: 100%;
    position: relative;
    padding: 15px;
}


/* Sidebar Styles */

.sidebar-nav {
    position: relative;
    top: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 0px;
    line-height: 1.2;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #999999;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(0,0,0,0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 1.2;
}

.sidebar-nav > .sidebar-brand a {
    color:#F2F2F2;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

.bt-content {
    background-color: none !important;
    border: solid 1px #252275 !important;
    color: #252275 !important;
}

.bt-content:hover {
    color: white !important;
    background-color: #00dbcd !important;
    border: solid 1px #00dbcd !important;

}

.bt-content-active {
    color: white !important;
    background-color: #252275 !important;
    border: solid 1px #252275 !important;

}

.bt-link{
    color:#252275 !important;
    cursor: pointer;
    background-color: transparent;
    border: none;
}

.bt-link:hover{
    color:#433ecf !important;
    background-color: transparent !important;
}

.transparent-input{
       background-color:transparent !important;
       border: solid 1px #e3e5e6 !important;
    }



/*------------------------------------------------------------------
[ AP stylesheet ]*/

.ap-title-sm {
    font-size: 1em;
    color: #1d3e73;
    font-weight: 900;
    line-height: 1.6;
    margin-bottom: 2em;
  }
  
  .ap-card-sm {
    border-radius: 6px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    margin: 25px;
    padding: 1.5em;
    background-color: white;
  }

  .ap-card-sm:hover {
    
  }

  .ap-text-primary {
    color: #1d3e73;
  }
  
  
  
  