body {
    background: #eee;
    color: #5A5672;
}

a:hover {
    text-decoration: none;
}

button:focus {
    outline: none !important;
}

h2 {
    margin-bottom: 1rem;
}

h4 {
    margin-top: 0;
    line-height: 1.1;
}

.side_bar {
    width: 220px;
    height: 100%;
    float: left;
    background: #00234e;
    box-shadow: 0px 2px 22px 0 rgba(0, 0, 0, 0.2), 0px 2px 30px 0 rgba(0, 0, 0, 0.35);
    color: #dfe3dc;
    position: fixed;
    z-index: 100;
}

.sidebar .logo a.logo-normal {
    text-shadow: 0 3px 3px #000;
}

.side_bar h4 {
    font-family: 'Raleway', sans-serif;
    font-size: 19px;
    text-align: center;
    margin-top: 20px;
    font-weight: bold;
    letter-spacing: 1.5px;
    cursor: pointer;
}

.side_nav {
    margin-top: 62px;
    width: 100%;
}

.side_nav p {
    padding-left: 45px;
    height: 47px;
    font-size: 20px;
    letter-spacing: 1px;
    padding-top: 8px;
    margin-bottom: 0;
}

.side_nav p:hover {
    background: #0278b1;
    cursor: pointer;
}

.unread_mail {
    display: inline-block;
    font-size: 18px;
    color: #dfe3dc;
    background: #028276;
    border-radius: 10px;
    line-height: 20px;
    padding: 0 8px;
    font-weight: 600;
    margin-left: 90px;
}

.nav_active {
    background: #08577d;
}

.logo_part {
    position: absolute;
    bottom: 15px;
    z-index: 100;
}

.logo_part img {
    width: 85%;
    margin-bottom: 10px;
}

.logo_part span {
    font-size: 14px;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    margin-left: 3%;
}

.trans_div  {
    width: 100%;
    height: 100vh;
    position: fixed;
    visibility: hidden;
    z-index: 50;
    background: #000;
    opacity: 0;
}

.main_body {
    width: 100%;
    padding-left: 220px;
    float: left;
    padding-bottom: 15px;
    position: relative;
    padding-right: 15px;
}

.logout_icon {
    width: 30px;
    position: absolute;
    right: 27px;
    top: 18px;
    cursor: pointer;
}

.top_bar_top {
    padding: 13px;
    margin: 0;
}

.sidebar-btn {
    width: 40px;
    height: 40px;
    background: #302f3c;
    border-radius: 9px;
    margin-right: 12px;
    padding-top: 12px;
    display: none;
}

.sidebar-btn:hover {
    cursor: pointer;
}

.sidebar-btn div {
    width: 20px;
    height: 1px;
    background: #bbb;
    margin: auto;
    margin-bottom: 6px
}

.panel-header .header .title {
    text-shadow: 0 4px 4px #333;
}

.header .dropdown-toggle::after {
    filter: drop-shadow(0 3px 3px #222);
}

.search_form {
    width: 620px;
    border: 1px solid #555266;
    border-radius: 15px;
}

.search_form span {
    border-radius: 12px 0 0 12px;
    background: transparent;
    border: none;
    padding: 4px 8px;
}

.top_search {
    background: transparent;
    width: 100%;
    border: none;
    padding: 5px;
}

.top_search:active, .top_search:focus {
    outline: unset;
    box-shadow: none;
    background: transparent;
    border: none;
}

.fa-search {
    font-size: 26px;
    color: #555266;
}

.date {
    color: #17161d;
    padding-left: 24px;
    margin-bottom: 25px;
    letter-spacing: 0.5px;
    font-family: 'Barlow', sans-serif;
    font-weight: bold;
    line-height: 1.25rem;
}

.name_bar {
    float: left;
    padding-left: 16px;
    margin-bottom: 10px;
}

.name_bar h4 {
    color: #79778c;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 30px;
    float: left;
    margin-right: 36px;
    letter-spacing: 3px;
}

.unseen_div {
    float: left;
}

.name_bar h5 {
    color: #595671;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 23px;
    float: left;
    margin-top: 5px;
    margin-right: 26px;
    letter-spacing: 3px;
}

#unread_num {
    background: #E5E0DE;
    display: inline-block;
    font-size: 14px;
    color: #697F59;
    font-weight: 600;
    line-height: 20px;
    border-radius: 10px;
    min-width: 20px;
    height: 20px;
    text-align: center;
    padding: 0 5px;
}

#unread_chat {
    background: #fff;
    display: inline-block;
    font-size: 14px;
    color: #697F59;
    font-weight: 600;
    line-height: 20px;
    border-radius: 10px;
    min-width: 20px;
    height: 20px;
    text-align: center;
    padding: 0 5px;
    margin-left: 85px;
}

.btn {
    font-weight: 500;
    margin: 0;
    font-size: 14px;
    padding: 5px 20px;
    height: 36px;
    background: #4F5F43;
    text-transform: uppercase;
    font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif !important;
}

.btn:focus {
    background: #4F5F43;
}

.btn:hover {
    background: #697F59;
}

.btn:active {
    background: #87987A !important;
}

.pending_btn, .pending_btn:focus {
    background: #5F4B43;
}

.pending_btn:hover {
    background: #7F6459;
}

.pending_btn:active {
    background: #98837A !important;
}

.edit_btn {
    width: 160px;
    display: inline-block;
}

.info_navbar {
    margin: 0;
    margin-bottom: 18px;
}

.info_navbar div {
    color: #ccc;
    font-size: 17px;
    padding: 8px 14px;
    line-height: 1;
    margin-right: 5px;
    letter-spacing: 1.5px;
    font-weight: 400;
    background: transparent;
}

.info_navbar div:hover {
    cursor: pointer;
    border-radius: 4px;
    background: #697F59;
    color: #fff;
}

.info_navbar_active {
    color: #fff !important;
    border-radius: 4px;
    background: #697F59 !important;
}

.info_body {
    margin: 0;
    float: left;
    width: 100%;
    display: none;
}

.info_body_active {
    display: block;
}

.box_container {
    float: left;
    background: #fff;
    box-shadow: 0 1px 15px 1px rgba(39, 39, 39, 0.1);
    border-radius: 5px;
    padding: 15px 20px;
    font-size: 10px;
    font-family: 'Barlow', sans-serif;
}

.box_container h3 {
    letter-spacing: 2.5px;
    font-size: 2.4em;
    font-weight: 600;
    text-transform: uppercase;
}

.box_container h5 {
    font-size: 1.8em;
}

.box_container p {
    font-size: 1.6em;
}

.box_container td span {
    font-weight: bold;
}

.info_body_left {
    width: 370px;    
    margin-right: 20px;
}

.info_name {
    text-align: center;
}

.info_name h3 {
    line-height: 1em;
    margin-bottom: 7px;
}

.info_name h6 {
    font-size: 12px;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 2px;
}

.avatar_div {
    text-align: center;
    margin-bottom: 15px;
}

.avatar_div .avatar {
    width: 166px;
    border-radius: 50%;
    border: 5px solid #555;
    text-align: center;
}

.identi_detail_right {
    margin-top: 25px;
}

.identi_detail p {
    font-weight: bold;
    margin: 0;
    line-height: 25px;
}

.identi_detail p span {
    font-style: italic;
    font-weight: 200;
}

.info_body_right {
    width: calc(100% - 390px);
    font-size: 20px;
}

.info_body_right h3 {
    font-size: 1em;
    font-weight: 600;
    margin-bottom: 15px;
}

.schedule_div {
    margin-bottom: 32px;
}

.schedule {
    height: 70px;
    margin-bottom: 10px;
}

.time {
    width: 100px;
    height: 100%;
    border-right: 5px solid #cccccc;
    text-align: right;
    padding-right: 25px;
    float: left;
}

.subject {
    padding-left: 30px;
    float: left;
}

.info_body_right h4 {
    font-size: 1em;
    font-family: 'Barlow', sans-serif;
    margin-bottom: 0;
    font-weight: 400;
    letter-spacing: 1.5px;
}

.info_body_right p {
    font-size: 0.61em;
    font-family: 'Barlow', sans-serif;
    margin: 0;
    letter-spacing: 1.5px;
}

.schedule_btn_div {
    text-align: center;
}

#notifications_div {
    padding-top: 5px;
}

.notification_inner {
    border-bottom: 1.5px solid #cccccc;
    padding: 0.8vw 1%;
    position: relative;
}

.notification_inner:last-child {
    border: none;
}

.notification_inner div {
    width: 100%;
    float: left;
}

.notification_inner h5 {
    padding-bottom: 0.8vw;
    cursor: pointer;
    font-size: 1.8em;
    font-weight: 500;
}

.notification_inner button {
    position: absolute;
    right: 0;
    top: 0.8vw;
    right: 1%;
}

.notification_inner p {
    display: none;
    font-size: 1.6em;
}

.sidebar .logo a.logo-normal {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
    font-size: 1.1em;
}

.sidebar .nav p {
    font-size: 12px !important;
}

.navbar .navbar-brand {
    text-transform: none;
    margin-right: 0;
}

.sidebar .nav i {
    margin-left: 10px;
    margin-right: 20px;
}

.content {
    position: relative;
    margin-top: -80px !important;
}

/*.main-panel {
    padding-bottom: 20px;
}*/

.sidebar[data-color="blue"]:after {
    background: #697F59;
}

.sidebar[data-color="blue"] .nav li.active > a {
    color: #697F59;
}

.sidebar[data-color="blue"] .nav li.active > a i {
    color: #697F59;
}

.panel-header {
    background: linear-gradient(to right, #343F2D 0%, #697F59 100%);
}
.table th {
    font-size: 1.8em;
}

.table td {
    font-size: 1.6em;
}

.assgn_btn_div {
    float: right;
}

.assgn_btn_div button {
    margin-left: 10px;
}

.btn-primary {
    background-color: #444156;
}

.btn-primary:focus {
    background-color: #444156;
}

.btn-primary:hover {
    background-color: #5A5672;
}

.btn-primary:active {
    background-color: #7B788E !important;
}

.btn-inactive, .btn-inactive:focus {
    background-color: #697F59;
}

.card .card-header {
    width: 100%;
    float: left;
    padding: 15px 15px;
}

.card .card-body {
    width: 100%;
    float: left;
    padding: 0;
}

.modal-title {
    font-size: 18px !important;
    font-weight: 500 !important;
    line-height: 1.5 !important;
    margin-bottom: 0 !important;
}

#mceu_27 {
    display: none !important;
}

.modal-dialog {
    max-width: 700px;
    color: #2c2c2c;
}

.card {
    margin: auto;
}

.table {
    margin-bottom: 0;
}

.card-title {
    font-size: 12px;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 2px;
    font-weight: bold;
    float: left;
}

.assignments_panel {
    height: 240px;
    overflow: unset;
}

#assign_drop button {
    background: #697F59;
}

#assign_drop ul li {
    font-family: 'Barlow', sans-serif;
    padding: 16px 50px;
    font-weight: 500;
    font-size: 16px;
}

#assign_drop ul li:hover {
    background: #E5E0DE;
    cursor: pointer;
}

#dashboart_chart_panel {
    height: 380px;
}

#dashboard_content {
    margin-top: -30px !important;
    text-align: center;
}

#dashboard_content .box_container h3 {
    text-align: center;
    margin: 20px 45px;
}

#dashboard_content .box_container button {
    margin: 5px;
    width: 340px;
    height: 44px !important;
    height: auto;
    font-size: 18px;
}

.form-control:focus {
    border: 1px solid #697F59;
}

#new_assign_Modal tr td:first-child {
    width: 130px;
}

#hand_in_Modal .dropdown-toggle {
    cursor: pointer;
    font-size: 18px;
}

#hand_in_Modal ul li{
    padding: 10px 30px;
    font-size: 16px;
}

#hand_in_Modal ul li:hover {
    cursor: pointer;
    background: #E5E0DE;
}

textarea.form-control {
    line-height: 1.5;
}

#courses_panel {
    height: 200px;
}

#courses_content {
    margin: -30px 0 0 !important;
    min-height: unset;
    padding-bottom: 0;
}

#courses_content .col-xl-4 {
    margin-bottom: 30px;
}

#courses_content .col-xl-4 .box_container {
    text-align: center;
}

#courses_content .col-xl-4 .box_container h3 {
    margin: 20px 0;
}

#courses_content .col-xl-4 button {
    margin: 5px;
    width: 90%;
    max-width: 340px;
    height: 40px;
}

.assignments_panel .dropdown {
    z-index: 200;
}

.assignments_panel .dropdown span {
    margin-bottom: 1rem;
    font-size: 2.5em;
    line-height: 1.1;
}

.assignments_panel .dropdown span:hover {
    cursor: pointer;
    text-decoration: underline;
}

.assignments_panel .dropdown ul {
    width: 30%;
    margin-left: 35%;
    padding: 10px 0;
}

.assignments_panel .dropdown ul li {
    font-size: 20px;
    padding: 15px 0;
    text-align: center;
    font-weight: 500;
}

.assignments_panel .dropdown ul li:hover {
    cursor: pointer;
    background: #E5E0DE;
}

#mail_content {
    padding: 0;
    margin-top: -160px !important;
    font-family: 'Barlow', sans-serif;
}

#calendar_content .row tbody a {
    color: #fff;
}

.up_event {
    padding: 8px !important;
    font-size: 14px;
    background: #7F6459;
}

.fc .fc-event {
    background: #98837A;
}

#external-events {
    padding-top: 20px;
}

#add_event_btn {
    margin-top: 5px;
}

#calendar_panel {
    height: 130px;
}

#calendar_content {
    margin-top: -30px !important;
    font-family: 'Barlow', sans-serif;
}

.materialize-iso .app-email .content-area .app-wrapper .collection .collection-item {
    height: 66px;
    margin: 0 20px;
    display: block;
    overflow: hidden;
}

.materialize-iso .app-email .content-area .app-wrapper .collection .collection-item .list-left {
    height: 45px;
    padding-top: 10px;
    width: 45px;
    float: left;
}

.materialize-iso .app-email .content-area .app-wrapper .collection .collection-item .list-content {
    margin-bottom: 0;
    line-height: 45px;
    height: 45px;
    text-align: left;
    float: left;
    width: calc(100% - 180px);
}

.materialize-iso .app-email .content-area .app-wrapper .collection .collection-item .list-content .list-name {
    font-weight: 700;
    color: #424242;
    float: left;
    width: 120px;
    margin-right: 10px;
    overflow: hidden;
}

.materialize-iso .app-email .content-area .app-wrapper .collection .collection-item .list-content .list-subject {
    font-weight: 500;
    color: #424242;
    height: 45px;
    width: calc(100% - 132px);
    float: left;
    overflow: hidden;
}

.materialize-iso .app-email .content-area .app-wrapper .collection .collection-item .list-right {
    float: right;
    line-height: 45px;
    width: 130px;
    text-align: right;
}

#chat_content {
    padding: 0;
    margin-top: -30px !important;
    font-family: 'Barlow', sans-serif;
}

#chat_content .chat-application .app-chat .app-wrapper .card-default {
    margin: 0;
    overflow: unset;
}

#chat_panel {
    height: 130px;
}

#calendar_main_panel {
    padding: 0;
}

#mail_panel {
    height: 210px;
}

#student_content, #in_student_content {
    width: 100%;
    float: left;
    margin-top: -110px !important;
    font-family: 'Barlow', sans-serif;
}

.main-panel > .content {
    min-height: unset;
}

#more_setting {
    display: none;
}

#assignment_content {
    float: left;
    width: 100%;
}

#student_panel {
    height: 210px;
}

#student_content .content-area .app-wrapper .dataTables_wrapper table.dataTable tbody td a {
    color: #5A5672;
}

#student_content .content-area .app-wrapper .dataTables_wrapper table.dataTable tbody td a:hover {
    text-decoration: underline;
}

table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before {
    background: #4F5F43;
}

table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before {
    background: #7F6459;
}

#modal1 {
    bottom: unset;
}

#modal1 .modal-content .row {
    display: block;
    margin: 0;
}

@media (max-width: 1440px) {
    .assignments_panel .dropdown ul {
        width: 40%;
        margin-left: 30%;
    }
}

@media (max-width: 1150px) {
    .main_body {
        padding-left: 0;
    }
    .search_form {
        margin-left: 52px;
    }
    .trans_div {
        visibility: hidden;
        transition: opacity 0.5s ease-in-out;
    }
    .trans_div.visible {
      visibility: visible;
      transition: opacity 0.5s ease-in-out;
      opacity: 0.7;
    }
    .sidebar-btn {
        display: block;
        position: absolute;
        left: 15px;
        top: 13px;
        z-index: 100;
        transition: left 0.5s ease;
    }
    .sidebar-btn.visible {
      left: 257.6px !important;
      transition: left 0.7s !important;
    }
    .side_bar {
        position: fixed;
        top: 0;
        left: -220px;
        transition: left 0.5s ease;
    }
    .side_bar.visible {
      left: 0px;
      transition: left 0.7s ease;
    }
    .assignments_panel .dropdown ul {
        width: 50%;
        margin-left: 25%;
    }
}

@media (max-width: 992px) {
    .navbar p {
        margin-left: 5px !important;
    }
}

@media (max-width: 930px) {
    .unseen_div {
        width: 100%;
    }
}

@media (max-width: 900px) {
    #mail_content {
        margin-top: -185px !important;
    }
    #more_setting {
        display: contents;
    }
    table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before {
        left: 15px;
    }
}

@media (max-width: 840px) {
    .info_body_left {
        width: 100%;
        margin-bottom: 15px;
    }
    .identi_detail_left {
        width: 50%;
        float: left;
    }
    .identi_detail_right {
        width: 45%;
        float: left;
        margin-top: 30px;
        margin-left: 5%;
    }
    .info_body_right {
        width: 100%;
    }
    .schedule {
        float: left;
        width: 50%;
    }
    .search_form {
        width: 80%;
    }
}

@media  (max-width: 767px) {
    .modal-dialog {
        max-width: 700px;
        margin: 10px;
    }
    .up_event {
        width: 48%;
        margin-right: 2%;
        float: left;
        margin-bottom: 2% !important;
    }
    #external-events h5 {
        display: none;
    }
    .fc-toolbar .fc-center h2 {
        font-size: 5vw;
        margin-top: 12px;
    }
    .fc .fc-button {
        margin-top: 12px;
    }
    .fc-toolbar.fc-header-toolbar {
        margin-bottom: 10px;
    }
    .main-panel .content {
        padding-bottom: 15px;
    }
    #courses_content {
        padding: 0;
    }
    #courses_content .col-xl-4 button {
        height: 36px;
    }
    #courses_content .col-xl-4 .box_container h3 {
        margin: 10px 0;
    }
    #dashboard_content .box_container button {
        height: 40px !important;
    }
}

@media (max-width: 680px) {
    .schedule {
        width: 280px;
        float: none;
        margin: auto;
        margin-bottom: 10px;
    }
    .notification_inner {
        padding: 10px 5%;
    }
    .info_navbar {
        margin: auto;
    }
    .info_navbar div {
        margin-bottom: 6px;
        padding: 8px 12px;
    }
    .content {
        margin-top: -95px !important;
    }
    #assign_drop button {
        margin-bottom: 10px;
    }
    #assignment_content {
        margin-top: -80px !important;
    }
    #assign_drop {
        padding-left: 0;
    }
    #assign_drop ul {
        margin-top: -8px;
    }
    .assignments_panel .dropdown ul {
        width: 60%;
        margin-left: 20%;
    }
    .materialize-iso .app-email .content-area .app-wrapper .collection .collection-item {
        padding: 0;
        height: 70px;
    }
    .materialize-iso .app-email .content-area .app-wrapper .collection .collection-item .list-content {
        height: 80px;
    }
    .materialize-iso .app-email .content-area .app-wrapper .collection .collection-item .list-content .list-name {
        margin: 0;
        width: 100%;
    }
    .materialize-iso .app-email .content-area .app-wrapper .collection .collection-item .list-content .list-subject {
        width: calc(100% + 130px);
        line-height: 30px;
        margin-top: -10px;
        height: auto;
    }
    .materialize-iso .app-email .content-area .app-wrapper .collection .collection-item .list-right {
    }
}

@media (max-width: 510px) {
    .sidebar-btn {
        width: 32px;
        height: 35px;
        padding-top: 10px;
    }
    .search_form {
        height: 35px;
        width: 76%;
        margin-left: 45px;
    }
    .search_form span .fa-search {
        font-size: 20px;
    }
    .search_form span {
        height: 32px;
    }
    .logout_icon {
        top: 16px;
        right: 4%;
    }
    .date {
        font-size: 1rem;
    }
    .name_bar h4 {
        font-size: 24px;
        margin-right: 28px;
    }
    .name_bar h5 {
        font-size: 19px;
        margin-right: 20px;
    }
    .info_navbar div {
        font-size: 16px;
        margin-bottom: 6px;
    }
    .info_name h3 {
        font-size: 20px;
    }
    .info_name h6 {
        font-size: 12px;
    }
    .avatar_div .avatar {
        width: 80%;
    }
    .identi_detail p {
        font-size: 14px;
    }
    .info_body_right {
        font-size: 20px;
    }
    .top_search {
        padding-top: 0;
    }
    .info_navbar {
        margin: auto;
        padding-left: 5vw;
    }
    .panel-header {
        padding-top: 70px;
    }
    #info_edit_Modal .table tbody tr td:first-child {
        width: 130px;
    }
    .table > tbody > tr > td {
        padding: 6px 3px;
    }
    #new_assign_Modal tr td:first-child {
        width: 120px;
    }
    .assignments_panel .dropdown ul {
        width: 80%;
        margin-left: 10%;
    }
    .materialize-iso .app-email .content-area .app-wrapper .collection {
        height: calc(100vh - 170px) !important;
        max-height: unset !important;
    }
    .materialize-iso .fixed-action-btn {
        bottom: 15px !important;
        right: 15px !important;
    }
    .app-email .content-area .app-wrapper .card-default {
        margin: 0;
    }
    .app-email .content-area .app-wrapper .card-default .email-header {
        padding: 10px 10px 8px 0;
    }
    #mail_content {
        margin-top: -205px !important;
    }
    #chat_content {
        margin-top: -20px !important;
    }
    .materialize-iso .app-email .content-area .app-wrapper .app-search .app-filter {
        height: 2rem;
        max-width: calc(100% - 2.4rem);
        padding-left: 2.2rem;
    }
    .materialize-iso .app-email .content-area .app-wrapper .app-search .search-icon {
        top: 8px;
        left: 8px;
        margin-right: 1% !important;
    }
    #chat_content .chat-application .app-chat .app-wrapper .card-default {
        margin-top: -25px;
    }
    .chat-application .app-chat .chat-content .chat-content-area .chat-area {
        height: -webkit-calc( 100vh - 250px);
        height: -moz-calc( 100vh - 250px);
        height: calc( 100vh - 250px);
    }
    .materialize-iso .app-chat .sidebar1 .sidebar1-content .sidebar1-menu#sidebar1-list {
        top: -10px;
        left: 0;
    }
    .chat-application .app-chat .chat-content .sidebar1 .sidebar1-search .search-area {
        width: 100%;
    }
    .chat-application .app-chat .chat-content .sidebar1 .sidebar1-chat .chat-list .chat-user {
        padding: 12px;
    }
    .app-chat .app-wrapper .sidebar1 .sidebar1-search .add-user {
        display: none;
    }
    .chat-application .app-chat .chat-content .sidebar1 .sidebar1-chat {
        height: -webkit-calc( 100vh - 140px);
        height: -moz-calc( 100vh - 140px);
        height: calc( 100vh - 140px);
    }
    .chat-application .app-chat .chat-content .sidebar1 .chat-list .user-section .valign-wrapper p {
        font-size: 14px;
    }
    .chat-application .app-chat .chat-content .chat-content-area .chat-area .chats .chat .chat-body .chat-text p {
        font-size: 14px;
        padding: .4rem .8rem;
        line-height: 18px;
    }
    .chat-application .app-chat .chat-content .chat-content-area .chat-header {
        padding: 10px 10px 5px;
    }
    .chat-application .app-chat .chat-content .chat-content-area .chat-footer {
        margin: 8px;
    }
    .chat-application .app-chat .chat-content .chat-content-area .chat-footer .chat-input button {
        padding: 0 1rem;
    }
    .chat-application .app-chat .chat-content .chat-content-area .chat-footer .chat-input .message {
        height: 36px;
        margin-right: 10px;
    }
    #calendar_content {
        padding:0;
    }
    #external-events {
        display: none;
    }
    #add_event_btn {
        margin-bottom: 15px;
    }
    .fc-toolbar.fc-header-toolbar {
        margin-bottom: 30px;
    }
    .fc-view-container  .fc-scroller {
        height: calc(100vh - 400px) !important;
    }
    #app-calendar #fc-external-drag .fc-view-container {
        width: 114%;
        margin-left: -7%;
    }
    #calendar_panel {
        height: 100px;
        padding: 0;
    }
    #mail_panel {
        height: 200px !important;
    }
    #mail_content .row .col.s12, #chat_content .row .col.s12 {
        padding: 0;
    }
    #chat_panel {
        height: 100px;
    }
    .fc .fc-button.fc-today-button {
        display: none ;
    }
    .fc-toolbar .fc-center {
        width: 100%;
    }
    .fc-toolbar .fc-center h2 {
        width: 100%;
    }
    .fc .fc-button {
        padding: 8px;
    }
    .fc .fc-toolbar>*>* {
        margin-left: 0.5em;
    }
    .fc-toolbar .fc-center h2 {
        margin-top: 30px;
    }
    #mail_content .container, #chat_content .container  {
        padding: 0;
    }
    .chat-application .app-chat .chat-content .chat-content-area .chat-header .option-icon {
        margin-top: 0;
    }
    #mail_content .sidebar1 .sidebar1-content .sidebar1-menu#sidebar1-list {
        top: 65px;
    }
    .content-area .app-wrapper .dataTables_wrapper table.dataTable th {
        padding: 10px 14px;
    }
    .content-area .app-wrapper .datatable-search .app-filter {
        height: 2rem;
        max-width: calc(100% - 2.4rem);
        padding-left: 2.2rem;
    }
    #student_content .content-area .app-wrapper .card-default {
        margin: 0;
    }
    #student_content {
        padding: 0;
    }
    #student_panel {
        height: 180px;
    }
    #student_content .content-area .app-wrapper .datatable-search .search-icon {
        left: 8px;
        top: 8px;
    }
    #modal1 .modal-content .row .input-field {
        margin: 0;
    }
    #modal1 .modal-content .row .input-field:last-child {
        margin-top: 10px;
    }
    #modal1 .modal-content {
        padding: 10px;
    }
}

@media (max-width: 450px) {
}

@media (max-width: 420px) {
    .name_bar .btn {
        float: right;
    }
    .name_bar h5 {
        letter-spacing: normal;
        margin-bottom: 15px;
    }
    .sidebar .nav li > a {
        margin-top: 4px;
        padding-top: 6px;
        padding-bottom: 6px;
    }
    #dashboard_content .box_container h3 {
        margin: 15px 0;
    }
    #dashboard_content .box_container {
        float: none;
    }
    #dashboard_content .box_container button {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}

@media (max-width: 416px) {
}

@media (max-width: 380px) {
    .identi_detail p {
        letter-spacing: normal;
    }
    .info_body_left {
        margin-right: 0;
        padding: 12px 10px;
    }
    .identi_detail_right {
        margin-left: 2%;
    }
    .schedule {
        width: 260px;
    }
    .info_body_right {
        padding-left: 14px;
        padding-right: 14px;
    }
    .name_bar h5 {
        font-size: 18px;
    }
    .info_navbar div {
        font-size: 4vw;
        padding-left: 4vw;
        padding-right: 4vw;
    }
    .info_navbar {
        padding-left: 3.5vw;
    }
    .assgn_btn_div button {
        margin-bottom: 10px;
    }
    .assgn_btn_div {
        float: left;
        margin-left: -14px;
    }
    .assignments_panel .dropdown ul li {
        font-size: 18px;
    }
    .materialize-iso .app-email .content-area .app-wrapper .collection .collection-item {
        margin: 0 10px;
    }
    .materialize-iso .app-email .content-area .app-wrapper .collection .collection-item .list-content .list-name {
        height: 45px;
    }
    .app-email .content-area .app-wrapper .card-default .email-header {
        margin-left: -10px;
    }
}

@media (max-width: 350px) {
    .sidebar .nav li > a {
        margin-top: 2px;
        padding-top: 4px;
        padding-bottom: 4px;
    }
    .info_navbar div {
        font-size: 3.8vw;
        padding-left: 3.5vw;
        padding-right: 3.5vw;
    }
    .assignments_panel .dropdown ul {
        width: 90%;
        margin-left: 5%;
    }
}