/*
 *= require simple_calendar

        DEMO STYLE

        --colorbasic2: #ff1744;

        preto 
         --colorbasic: #1b0000;
        --colorbasic2: #3e2723;

        cinza

            --colorbasic: #8d8d8d;
        --colorbasic2: #bdbdbd;
amarelo
                --colorbasic: #c6a700;
        --colorbasic2: #fdd835;
verde
--colorbasic: #297a7b;
    --colorbasic2: #429c9c;
*/

@import "simple_calendar";

:root {
    --colorbasic: #10437c;
    --colorbasic2: #23cccf;
    --colortext: #FFF; 
    --colortext-menu: #FFF; 
}

body {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    background: #fafafa;
    height: 100%;
}



select {
    background: #f7f9fa;
    border: 1.5px solid #e0e0e0;
    border-radius: 10px;
    padding: 10px 32px 10px 14px;
    font-size: 1em;
    font-family: 'Poppins', sans-serif;
    color: #2c3e50;
    box-shadow: 0 1px 4px rgba(66,156,156,0.05);
    transition: border-color 0.3s, box-shadow 0.3s;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg fill="%23429C9C" height="14" viewBox="0 0 20 20" width="14" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 14px 14px;
}

select:focus {
    border-color: var(--colorbasic2);
    box-shadow: 0 0 0 3px rgba(66,156,156,0.10);
}

    input[type="text"],
    input[type="email"],
    input[type="password"],
    input[type="number"],
    input[type="date"],
    input[type="search"],
    textarea {
        background: #fff;
        border: 1.5px solid #e0e0e0;
        border-radius: 10px;
        padding: 10px 14px;
        font-size: 1em;
        font-family: 'Poppins', sans-serif;
        color: #2c3e50;
        box-shadow: 0 2px 8px rgba(66,156,156,0.07);
        transition: border-color 0.3s, box-shadow 0.3s;
        outline: none;
    }

    input[type="text"]:focus,
    input[type="email"]:focus,
    input[type="password"]:focus,
    input[type="number"]:focus,
    input[type="date"]:focus,
    input[type="search"]:focus,
    textarea:focus,
    select:focus {
        border-color: var(--colorbasic2);
        box-shadow: 0 0 0 4px rgba(66,156,156,0.12);
    }

#sidebar {
    min-width: 250px;
    max-width: 250px;
    min-height: 100vb;
    background: linear-gradient(180deg, var(--colorbasic2) 0%, var(--colorbasic) 100%);
    color: #ffffff;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 2px 0 12px rgba(0, 0, 0, 0.1);
}

#sidebar.active {
    margin-left: -250px;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: transparent;
}

#sidebar ul.components {
    padding: 20px 0;
    background: linear-gradient(180deg, var(--colorbasic) 0%, var(--colorbasic) 100%);
    border-color: transparent !important;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 12px 20px;
    font-size: 1em;
    display: block;
    border-radius: 8px;
    margin: 4px 12px;
    transition: all 0.3s ease;
    font-weight: 500;
}

#sidebar ul li a:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateX(5px);
    color: #ffffff;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.espaco-menu{
    min-height: auto;
    background-color: #000;
}


.color-principal-escura{
    background: linear-gradient(135deg, var(--colorbasic2) 0%, var(--colorbasic) 100%);
    border-color: transparent !important;
}

.colorprimarybtn{
    background:  var(--colorbasic);
    border: none !important;
    color: #ffffff;
    margin-top: 5px;
    min-width: 100%;
    padding: 10px 20px;
    border-radius: 8px;
    font-weight: 600;
    box-shadow: 0 4px 12px rgba(66, 156, 156, 0.3);
    transition: all 0.3s ease;
    cursor: pointer;
}

.colorprimarybtn2{
    background: var(--colorbasic);
    border: none !important;
    color: #ffffff;
    margin-top: 5px;
    padding: 10px 20px;
    border-radius: 8px;
    font-weight: 600;
    box-shadow: 0 4px 12px rgba(66, 156, 156, 0.3);
    transition: all 0.3s ease;
    cursor: pointer;
}

.color-menu{
    background: linear-gradient(135deg, #f4d85d 0%, #f0c040 100%);
    border: none !important;
    color: #2c3e50;
    margin-top: 5px;
    padding: 10px 20px;
    border-radius: 8px;
    font-weight: 600;
    box-shadow: 0 4px 12px rgba(244, 216, 93, 0.3);
    transition: all 0.3s ease;
    cursor: pointer;
}

.color-menu:hover {
    background: linear-gradient(135deg, #f0c040 0%, #e5b030 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(244, 216, 93, 0.4);
    color: #1a252f;
}


a.colorprimarybtn2:link, a.colorprimarybtn2:visited {
	text-decoration: none;
    color: #ffffff;
}

.colorprimarybtn2:hover {
    background: linear-gradient(135deg, var(--colorbasic2) 0%, var(--colorbasic) 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(66, 156, 156, 0.4);
    color: #ffffff;
}


a.colorprimarybtn:link, a.colorprimarybtn:visited {
	text-decoration: none;
    color: #ffffff;
}

.colorprimarybtn:hover {
    background: linear-gradient(135deg, var(--colorbasic2) 0%, var(--colorbasic) 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(66, 156, 156, 0.4);
    color: #ffffff;
}

.page-item.active.colorlinkprimary .page-link{
    color: #fff;
    background-color: var(--colorbasic2);
    border-color: var(--colorbasic2);
    color: var(--colortext); 
}
.page-link{
    color: var(--colortext); 
}

.mensagem-erro-cabecalho{
    color: red;
}
.required:after {
    content:" *"; 
    color: red;
}



p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}


a:link, a:visited {
	text-decoration: none;
    color: var(--colorbasic);
}

a.menulink:link, a.menulink:visited{
    text-decoration: none;
    color: #ffffff;
}




.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 {
    position:absolute;
    margin-top: 10px;
    border-top: 3px solid;
    border-bottom: 3px solid;
    border-color: #f4d85d;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    display: flex;
    width: 100%;
    align-items: stretch;
}



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: var(--colorbasic2);
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

hr { background-color: red; height: 1px; border: 0; }
a.download {
    background: var(--colortext);
    color: var(--colorbasic2);
}

a.sairmenu {
    background: linear-gradient(135deg, #f4d85d 0%, #f0c040 100%);
    color: #2c3e50;
    font-weight: 600;
    transition: all 0.3s ease;
}
button.sairmenu{
    background: linear-gradient(135deg, #f4d85d 0%, #f0c040 100%);
    color: #2c3e50;
    width: 100%;
}

.sairmenubtn{
    padding: 10px;
    margin-bottom: 50px;
}

a.sairmenu:hover {
    background: linear-gradient(135deg, #f0c040 0%, #e5b030 100%);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(244, 216, 93, 0.4);
    color: #1a252f;
}

.sairmenubtn{
    padding: 10px;
    margin-bottom: 50px;
}  

ul.sairmenubtn  {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 12px;
    padding: 12px;
}

a.article,
a.article:hover {
    background: var(--colorbasic) !important;
    color: var(--colortext) !important;
}

.menuicone{
   margin-top: 25px;
   color: var(--colorbasic2);
   transition: all 0.3s ease;
}
.menuiconebutton{
    margin-top: 5px;
 }

.menuprincipal{
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%) !important;
    border: none !important;
    border-radius: 16px !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08) !important;
    margin-bottom: 5px;
    padding: 10px 10px !important;
    transition: all 0.3s ease;
    min-height: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.menuprincipal2{
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%) !important;
    border: none !important;
    border-radius: 16px !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08) !important;
    margin-bottom: 25px;
    padding: 32px 20px !important;
    transition: all 0.3s ease;
    min-height: 180px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


a.menucardicones:link, a.menucardicones:visited{
    text-decoration: none;
    color: #2c3e50;
}

.menucard a:hover .menuprincipal {
    background: linear-gradient(135deg, var(--colorbasic2) 0%, var(--colorbasic) 100%) !important;
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(66, 156, 156, 0.3) !important;
}

.menucard a:hover .menuprincipal2{
    background: linear-gradient(135deg, var(--colorbasic2) 0%, var(--colorbasic) 100%) !important;
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(66, 156, 156, 0.3) !important;
}

.menucard a:hover .menuicone {
    color: #ffffff;
    transform: scale(1.1);
}

.menucard a:hover .card-title {
    color: #ffffff !important;
}

.menuprincipal .card-body {
    padding: 0;
    margin-top: 16px;
}

.menuprincipal2 .card-body {
    padding: 0;
    margin-top: 16px;
}

.menuprincipal .card-title {
    font-weight: 600;
    font-size: 14px;
    color: #2c3e50;
    margin: 0;
    transition: all 0.3s ease;
}

.menuprincipal2 .card-title {
    font-weight: 600;
    font-size: 20px;
    color: #2c3e50;
    margin: 0;
    transition: all 0.3s ease;
}

table.table td a.view {
    color: #03A9F4;
}
table.table td a.edit {
    color: #FFC107;
}
table.table td a.delete {
    color: #E34724;
}
table.table td a.student {
    color: #1ba06d;
}

/*tabela de notas*/
.min-width-table{
    min-width: 600px;
}
.min-width-table-celular{
    min-width: 100px;
    padding-right: 100px;
}
.min-width-td{
    min-width: 80px;
}
.min-width-td-2{
    min-width: 85px;
}
.min-width-td-lg{
    min-width: 300px;
}
.min-width-td-md{
    min-width: 200px;
}

.sticky-col {
    position: -webkit-sticky;
    position: sticky;
    background-color: white;
}
  
.first-col {
    width: 150px;
    min-width: 150px;
    max-width: 150px;
    left: 0px;
}

.first-col-tab {
    width: 150px;
    min-width: 150px;
    max-width: 150px;
    left: 0px;
}
  
.second-col {
    width: 250px;
    min-width: 250px;
    max-width: 250px;
    left: 150px;
}

/*remove number arrows/spinners
/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
  /* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: 100%;
    padding: 20px;
    min-height: 100vh;
    transition: all 0.3s;
}

/*imagem no password*/
.field-icon {
  float: right;
  margin-right: 5px;
  margin-top: -25px;
  position: relative;
  z-index: 2;
}

.main-footer {
    background: linear-gradient(135deg, var(--colorbasic2) 0%, var(--colorbasic) 100%);
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(66, 156, 156, 0.2);
    padding: 2px;
    margin-bottom: 32px;
}

.footer-title {
    font-size: 24px;
    font-weight: 700;
    margin-right: 5px;
    color: #ffffff;
    letter-spacing: 1px;
}

.card-suporte{
    height: 400px;
    margin-bottom: 20px;
}
.card-video{
    min-width: 100%;
    height: 300px;
}
.video-frame{
    min-width: 100%;
    height: 300px;
}

.calendar-heading{
    font-weight: bold;
}

.calendar-heading a{
    font-weight: bold;
    font-size: xx-large;
}

.table-professor {
    min-width: 600px; /* Defina o tamanho mínimo desejado em pixels, por exemplo */
  }

.table-striped tr{
    min-width: 200px;
}
.simple-calendar table{
    min-width: 600px;
}

.container-fluid{
    min-width: 500px;
}

a.btn-danger:link,
a.btn-danger:visited {
  color: #fff !important;
}

.break-word {
    white-space: normal; /* permite quebrar linha */
    word-break: break-word; /* quebra no meio se a palavra for enorme */
    text-align: center; /* opcional: para o texto ficar centralizado */
}
  


/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */


@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
    }
    #sidebar.active {
        margin-left: 0;
    }
    #sidebarCollapse span {
        display: none;
    }
}

@media (max-width: 668px) {
    #sidebar {
        margin-left: -250px;
    }
    #sidebar.active {
        margin-left: 0;
    }
    #sidebarCollapse span {
        display: none;
    }
    .simple-calendar table{
        min-width: 500px;
        font-size: 10px;
    }
    
}





.simple-calendar {    
    .has-events {
        background-color: #03A9F4;
    }

    
  }
