/*! HTML5 Boilerplate v6.1.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

body {
    margin: 0;
    font-family: 'Titillium-Regular';
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio, canvas, iframe, img, svg, video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #212121;
    ;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
    /* 1 */
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before, .clearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *, *:before, *:after {
        background: transparent !important;
        color: #212121 !important;
        /* Black prints faster */
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a, a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " ("attr(href) ")";
    }
    abbr[title]:after {
        content: " ("attr(title) ")";
    }
    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
    a[href^="#"]:after, a[href^="javascript:"]:after {
        content: "";
    }
    pre {
        white-space: pre-wrap !important;
    }
    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
    thead {
        display: table-header-group;
    }
    tr, img {
        page-break-inside: avoid;
    }
    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }
    h2, h3 {
        page-break-after: avoid;
    }
}

/* ==========================================================================
  global-classes-started
   ========================================================================== */

.primary-color {
    color: #1d1460
}

.primary-bg-color {
    background: #1d1460
}

.primary-border-color {
    border-color: #1d1460
}

.primary-color {
    color: #1d1460
}

.bg-green-custom {
    background: #808080
    
}

.f-size-12 {
    font-size: 12px;
}

.f-size-13 {
    font-size: 13px;
}

.f-size-14 {
    font-size: 14px;
}

.f-size-15 {
    font-size: 15px;
}

.f-size-16 {
    font-size: 16px;
}

.f-size-18 {
    font-size: 18px;
}

.f-size-20 {
    font-size: 20px;
}

.f-size-24 {
    font-size: 24px;
}

.f-size-30 {
    font-size: 30px;
}

.p-30 {
    padding: 30px;
}

.p-40 {
    padding: 40px;
}

.p-50 {
    padding: 50px;
}

.f-Titillium-Thin {
    font-family: 'Titillium-Thin';
}

.f-Titillium-Light {
    font-family: 'Titillium-Light';
}

.f-Titillium-Regular {
    font-family: 'Titillium-Regular';
}

.f-Titillium-Semibold {
    font-family: 'Titillium-Semibold';
}

.f-Titillium-Bold {
    font-family: 'Titillium-Bold';
}

.f-Titillium-Black {
    font-family: 'Titillium-Black';
}

.b-radius-0 {
    border-radius: 0px
}

.b-radius-1 {
    border-radius: 1px
}

.b-radius-2 {
    border-radius: 2px
}

.b-radius-3 {
    border-radius: 3px
}

.b-radius-4 {
    border-radius: 4px
}

.b-radius-5 {
    border-radius: 5px
}

.b-radius-20 {
    border-radius: 20px
}

.c-width-100 {
    width: 100px;
}

.c-width-120 {
    width: 120px;
}

.c-width-130 {
    width: 130px;
}

.c-width-140 {
    width: 140px;
}

.c-width-150 {
    width: 150px;
}

.c-width-160 {
    width: 160px;
}

.form-control:focus {
    border-color: none;
    outline: 0;
    box-shadow: none
}

.c-pointer {
    cursor: pointer;
}

.z-index-0 {
    z-index: 0
}

.z-index-1 {
    z-index: 1
}

.w-750 {
    width: 750px;
}

.w-800 {
    width: 800px;
}

.w-850 {
    width: 850px;
}

.w-900 {
    width: 900px;
}

.letter-spacing-1 {
    letter-spacing: 1px;
}

.letter-spacing-2 {
    letter-spacing: 2px;
}

.letter-spacing-3 {
    letter-spacing: 3px;
}

.font-weight-normal {
    font-weight: normal;
}

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

.custom-box-shadow {
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.2);
}

.close.st-modal-close {
    position: absolute;
    right: 0;
    top: -50px;
}

.st-modal-close span {
    font-size: 40px;
    color: #ffffff;
}

.modal-content.st-modal-content, .modal-content.add-mil-act-modal {
    border-radius: 20px;
    border: none;
}

.m-0-auto {
    margin: 0 auto;
}

.a-hover-d-none:hover {
    text-decoration: none;
    opacity: 0.8;
}

/*--- fancy_scroll_bar ---*/

.scrollbar {
    margin-left: 0;
    width: 100%;
    background: transparent;
    overflow-y: scroll;
    margin-bottom: 20px;
    margin-top: 20px;
}

/*
 *  STYLE 1
 */

#style-1::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

#style-1::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

#style-1::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #555;
}

/*--- fancy_scroll_bar ---*/

/* ==========================================================================
   global-classes-end
   ========================================================================== */

/* ==========================================================================
   login-page-styling-started
   ========================================================================== */

.login-main-wrapper {
    background-image: url(../images/login-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #e6e6e6;
    padding-top: 30px;
    padding-bottom: 30px;
    width: 100%;
    float: left;
    position: relative;
    display: flex;
    align-items: center;
    height: 100vh;
}

/* login-card */

.card-logo-box {
    width: 150px;
    margin: 0 auto;
}

.card-logo-box img {
    width: 100%;
}

.card-signin .form-label-group input {
    min-height: 60px;
    border-color: #cccccc;
    border-radius: 20px;
    padding: .375rem 1.5rem !important;
    font-family: 'Titillium-Regular';
}

.card-signin .form-label-group select {
    min-height: 60px;
    border-color: #cccccc;
    border-radius: 20px;
    padding: .375rem 1.5rem !important;
    font-family: 'Titillium-Regular';
}

select.form-input-dropdown {
    background: #fff url(../images/downarrow.svg) no-repeat scroll 96% 51% !important;
    background-size: 14px 14px !important;
    -webkit-appearance: none;
    -ms-appearance: none !important;
    -moz-appearance: none !important;
}

.card-signin {
    border: 0;
    border-radius: 1rem;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}

.card-signin .card-title {
    margin-bottom: 2rem;
    font-weight: 300;
    font-size: 1.5rem;
}

.card-signin .card-body {
    padding: 2rem;
}

.form-signin {
    width: 100%;
}

.form-signin .btn {
    font-size: 100%;
    letter-spacing: .1rem;
    font-weight: bold;
    padding: 1rem;
    transition: all 0.2s;
}

.form-label-group {
    position: relative;
    margin-bottom: 1rem;
}

.form-label-group input {
    height: auto;
    border-radius: 2rem;
}

.form-label-group>label {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    margin-bottom: 0;
    /* Override default `<label>` margin */
    line-height: 1.5;
    color: #495057;
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: all .1s ease-in-out;
}

.form-label-group input::-webkit-input-placeholder {
    font-family: 'Titillium-Regular';
    font-size: 16px;
    color: #353535;
}

.form-label-group input:-ms-input-placeholder {
    font-family: 'Titillium-Regular';
    font-size: 16px;
    color: #353535;
}

.form-label-group input::-ms-input-placeholder {
    font-family: 'Titillium-Regular';
    font-size: 16px;
    color: #353535;
}

.form-label-group input::-moz-placeholder {
    font-family: 'Titillium-Regular';
    font-size: 16px;
    color: #353535;
}

.form-label-group input::placeholder {
    font-family: 'Titillium-Regular';
    font-size: 16px;
    color: #353535;
}

.form-label-group input:not(:placeholder-shown) {
    padding-top: calc(var(--input-padding-y) + var(--input-padding-y) * (2 / 3));
    padding-bottom: calc(var(--input-padding-y) / 3);
}

.form-label-group input:not(:placeholder-shown)~label {
    padding-top: calc(var(--input-padding-y) / 3);
    padding-bottom: calc(var(--input-padding-y) / 3);
    font-size: 12px;
    color: #777;
}

.btn-google {
    color: white;
    background-color: #ea4335;
}

.btn-facebook {
    color: white;
    background-color: #3b5998;
}

.forgot-pswd-btn {
    color: #353535;
    padding: 0 !important;
    font-size: 14px !important;
}

/* Fallback for Edge
-------------------------------------------------- */

@supports (-ms-ime-align: auto) {
    .form-label-group>label {
        display: none;
    }
    .form-label-group input::-ms-input-placeholder {
        color: #777;
    }
}

/* Fallback for IE
-------------------------------------------------- */

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .form-label-group>label {
        display: none;
    }
    .form-label-group input:-ms-input-placeholder {
        color: #777;
    }
}

/* login-card */

/* ==========================================================================
login-page-styling-end
   ========================================================================== */

/* ==========================================================================
dashboard-page-styling-started
   ========================================================================== */

.main-body-box {
    width: 100%;
    padding-left: 260px;
}

.user-name-box {
    position: relative;
    padding-top: 3px;
    padding-bottom: 3px;
}

.user-name-box .app-user-name {
    padding-right: 20px;
    padding-top: 0px;
    font-size: 16px;
    overflow: hidden;
    max-width: 120px;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 15px;
}

.user-name-box .app-user-image {
    display: inline-block;
    background: #ccc;
    width: 54px;
    height: 54px;
    border: 2px solid #fff;
    box-shadow: 1px 5px 7px rgba(0, 0, 0, 0.1);
    background-color: white;
}

/* ==========================================================================
dashboard-page-styling-end
   ========================================================================== */

/* ==========================================================================
dashboard-add-new-form-page-styling-started (add new teacher & add new students)
   ========================================================================== */

.content-wrapper {
    padding: 25px 15px;
}

.add-new-form-box, .user-add-photo-box {
    padding: 30px;
}

.add-new-form-box .form-group {
    margin-bottom: 1.5rem;
}

.add-new-form-box .form-group input {
    min-height: 55px;
    border-color: #cccccc;
    border-radius: 20px !important;
    padding: .375rem 1.5rem !important;
    font-family: 'Titillium-Regular';
}

.add-new-form-box .form-group textarea {
    border-color: #cccccc;
}

.upload-btn button {
    min-height: 55px;
    margin-top: 31px;
}

.form-action-btns .btn {
    min-width: 160px;
    text-align: center;
    min-height: 52px;
    margin-right: 10px;
    font-size: 16px;
}

.upload-photo {
    width: 150px;
    height: 150px;
    margin: 0 auto
}

.upload-photo img {
    width: 100%;
}

span.form-text-light {
    opacity: 0.5;
    font-family: 'Titillium-Regular';
    font-size: 14px;
}

.add-new-form-box .input-group-addon {
    position: absolute;
    right: 0;
    border: none;
    z-index: 100;
}

.add-new-form-box .input-group-text {
    border: none;
}

.add-new-form-box .input-group-text {
    display: -ms-flexbox;
    display: inline-block !important;
    padding: 0.6rem 1.2rem !important;
    font-size: 1.5rem !important;
    color: #495057;
    background: transparent !important;
    border: none !important;
}

select.form-input-custom {
    min-height: 55px;
    border-color: #cccccc;
    border-radius: 20px !important;
    padding: .375rem 1.5rem !important;
    font-family: 'Titillium-Regular';
}

/* ==========================================================================
dashboard-add-new-form-page-styling-end (add new teacher & add new students)
   ========================================================================== */

/* ==========================================================================
dashboard-view-list-page-styling-started (view teacher list & view student list)
   ========================================================================== */

.table.listview-table th {
    padding: 1rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.table.listview-table thead th {
    font-family: 'Titillium-Light';
    font-size: 13px;
    color: #17284d;
    text-transform: uppercase;
    background-color: #e9ecef;
    border: none;
}

.table.listview-table thead th:first-child {
    border-top-left-radius: 20px;
    padding-left: 30px;
}

.table.listview-table thead th:last-child {
    border-top-right-radius: 20px;
    padding-right: 50px;
}

.table.listview-table tbody tr th, .table.listview-table tbody tr td {
    font-family: 'Titillium-Regular';
    font-size: 14px;
    color: #5e5e5e;
    vertical-align: middle;
}

.table.listview-table tbody tr td {
    padding: 1.2rem !important;
}

.table.listview-table tbody tr th {
    padding-left: 30px;
}

.view-list-action-btns .btn {
    min-width: 175px;
    text-align: center;
    margin-right: 5px;
    font-size: 16px;
    line-height: 35px;
}

.view-list-pagination .page-link {
    margin-left: 5px !important;
    line-height: 1.1 !important;
    color: #727272 !important;
    font-family: 'Titillium-Regular';
    font-size: 14px;
    border-radius: 50%;
    width: 34px;
    height: 34px;
}

.view-list-pagination .page-link:hover, .view-list-pagination .page-link.active {
    z-index: 2;
    color: #ffffff !important;
    background-color: #28a745;
    border-color: #28a745;
}

.view-list-pagination .page-item:first-child .page-link, .view-list-pagination .page-item:last-child .page-link {
    border-radius: 50%;
}

.modal-user-photo-box .upload-photo {
    width: 100px;
    height: 100px;
    margin: 0 auto;
}

.modal-header.b-radius-top {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.student-list-box p {
    font-family: 'Titillium-Regular';
    font-size: 16px;
    padding: 0;
    margin: 0;
    padding-bottom: 5px;
}

.st-modal-content .modal-body .row .col-md-6 {
    border-right: 1px solid #1d1460;
    /* margin-top: 20px;
    margin-bottom: 20px; */
}

.st-modal-content .modal-body .row .col-md-6:last-child {
    border-right: none
}

.student-list-box .custom-control-input:checked~.custom-control-label::before {
    border-color: #1b6b27;
    background-color: #1b6b27;
}

.student-view-content {
    margin-bottom: 20px;
}

/* ==========================================================================
dashboard-view-list-page-styling-end (view teacher list & view student list)
   ========================================================================== */

/* ==========================================================================
dashboard-view-skills-page-styling-started (Skills, Milestone, Activities)
   ========================================================================== */

.main-heading a:hover {
    text-decoration: none;
}

.activities-box {
    padding: 30px;
    border-bottom: 1px solid #e8e7ef;
}

.student-activities-box .activities-box:last-child {
    border-bottom: none !important
}

.activity-counters .alert-success {
    color: #ffffff;
    background-color: #1d6a28;
    border-color: #1d6a28;
    cursor: pointer;
}

.activity-counters .alert {
    border-radius: 25px !important;
    float: left;
    margin-right: 10px;
}

.activity-counters .alert-dismissible .close {
    padding: .75rem 0.6rem !important;
    z-index: 100;
}

.activity-counters .close.alert-close span {
    background: #fff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: block;
    font-size: 20px;
    color: #1d6a28;
}

.table.table-milestone td, .table.table-milestone th {
    padding: .3rem 0rem;
    border: 0;
}

/* ==========================================================================
dashboard-view-skills-page-styling-end (Skills, Milestone, Activities)
   ========================================================================== */

/* ==========================================================================
Student-dashboard-styling-started
   ========================================================================== */

.classes-card-box {
    padding: 45px 0px;
    margin-bottom: 20px
}

.classes-card-box:hover, .classes-card-box.active {
    background: #1d1460
}
.classes-card-box:hover, .classes-card-box.grade {
    background: #1d6a28;

}
.classes-card-boxes .row .col-md-4:last-child .classes-card-box {
    opacity: 0.6;
}

.table.class-table thead th {
    border-top: 0px !important;
}

.table.class-table thead th, .table.class-table td, .table.class-table th {
    /* border-top: 0px !important; */
    border-bottom: 0px !important
}

.add_activity_shadow{
    box-shadow: 10px 10px 10px 10px #888888;
}
.add_activity_shadow .modal-header .close span{
    color: black !important;
}

/* ==========================================================================
Student-dashboard-styling-end
   ========================================================================== */