/*
    DEMO STYLE


@import href="https://fonts.googleapis.com/css?family=Ubuntu:300,300i,400,400i,700,700";*/
body {
    font-family: 'Ubuntu', sans-serif;
    background: #f5f5f5;
}

p {
    line-height: 1.1;
    font-family: 'Ubuntu', sans-serif;
    /*font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;*/
    color: #777;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration:;
    transition: all 0.3s;
}

.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    width: 100%;
}

#sidebar {
    width: 300px;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 999;
    /* background: #7386D5; */
    color: #212529;
    transition: all 0.3s;
}

#sidebar.active {
    margin-left: -300px;
}

#sidebar .sidebar-header {
    height:72px;
    padding: 20px;
    background: #053361;
    color:#FFF
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #47748b;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}

#sidebar ul li a:hover {
    color: #7386D5;
    background: #fff;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #fff;
    background: #6d7fcc;
}

#sidebar span.expand-icon{
  font-size: 28px!important;
  width:35px;
  vertical-align: middle;
  }


a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #6d7fcc;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #7386D5;
}

a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}



/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
/*    width: calc(100% - 300px);*/
    padding: 40px;
    padding:0px;
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 0;
}

/*#content.active {
    width: 100%;
}*/

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 767px) {
    #sidebar {
        margin-left: -300px;
    }
    #sidebar.active {
        margin-left: 0;
    }
    #content {
        width: 100%;
        padding:0px;
    }
    #content.active {
       /* width: calc(100% - 300px);*/
      width:100%
    }
    #sidebarCollapse span {
        display: none;
    }
      #sidebarCollapseMenu span {
        display: none;
    }
}
@media (min-width: 768px) {
    #sidebar {
        width: 350px;
        /* margin-left: -350px; */
    }
    #sidebar.active {
    margin-left: -350px;
    }
    #content {
        width: calc(100% - 350px);
    }
    #content.active {
       /* width: calc(100% - 300px);*/
      width:100%
    }
    #sidebarCollapseMenu  {
        display: none;
    }
}





/*!
 * Start Bootstrap - Simple Sidebar (https://startbootstrap.com/template-overviews/simple-sidebar)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-simple-sidebar/blob/master/LICENSE)
 */
body {
  overflow-x: hidden;
}


#sidebar-wrapper {
  min-height: 100vh;
  margin-left: -15rem;
  -webkit-transition: margin .25s ease-out;
  -moz-transition: margin .25s ease-out;
  -o-transition: margin .25s ease-out;
  transition: margin .25s ease-out;
}

#sidebar-wrapper .sidebar-heading {
  padding: 0.875rem 1.25rem;
  font-size: 1.2rem;
}

#sidebar-wrapper .list-group {
  width: 15rem;
}

#page-content-wrapper {
  min-width: 100vw;
}

#wrapper.toggled #sidebar-wrapper {
  margin-left: 0;
}

@media (min-width: 768px) {
  #sidebar-wrapper {
    margin-left: 0;
  }

  #page-content-wrapper {
    min-width: 0;
    width: 100%;
  }

  #wrapper.toggled #sidebar-wrapper {
    margin-left: -15rem;
  }
}

/*!
 * PERSONALIZADO ACADEMICS IDDA
 */

.text-primary{color:#073763 !important}
.bg-primary{background-color:#073763 !important}
.border-primary{border-color: #073763 !important}


#post-comentario{margin-top:10px}
.post-boton{margin-top:10px}
.card-text a{text-decoration:underline !important}


#nombreUser img {width:40px;height:40px;margin-left: 10px;-webkit-border-radius: 20px;-moz-border-radius: 20px;border-radius: 20px;}
.profecalendar img {width:30px;height:30px;margin-bottom: 3px;-webkit-border-radius: 15px;-moz-border-radius: 15px;border-radius: 15px;}
.profecalendar el {margin-left: 5px;font-size: 0.9em;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;/* display: block */}
.profemateria {width:50px;height:50px;margin-bottom: 5px;-webkit-border-radius: 25px;-moz-border-radius: 25px;border-radius: 25px;margin-right: 5px}
.profeselected{
    border:3px solid orange;
    width:50px;
    height:50px;
    cursor:pointer;
}
.forocard .card-header img{width:50px;height:50px;-webkit-border-radius: 25px;-moz-border-radius: 25px;border-radius: 25px;margin-right: 5px}
.forocard .card-header div{height:50px;display: table-cell; vertical-align: bottom;}
.forocard .card-body{padding-top: 0px;}
body {
   line-height: 1.1em;
}
.badge{margin-left:2px !important}


.temarioCard{
  border-bottom: 0px;
}
.temarioCardHeader{
  text-align: left;
  border-bottom: 0px;
  cursor:pointer;
}
.temarioMateria{
color: #073763;
}
.temarioCardHeader[aria-expanded="true"] {
  background-color: #073763;
}
.temarioCard :hover .temarioMateria{
  text-decoration:none;
  text-decoration-style:solid !important;
  text-decoration-color:#073763; !important;
}
.temarioCardHeader[aria-expanded="true"] .temarioMateria{
  color:#ffffff !important;
  text-decoration-color:#ffffff !important;  
}

/*FADE IN PAGINA*/ 
.fadein{
    animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}
/*BREADCRUMB*/

.breadcrumb-item+.breadcrumb-item::before {
    color: #ffffff;
    content: "►";
}
