﻿body {
    padding-top: 120px;
    padding-bottom: 20px;
}

@media (max-width: 767px) {
    .top-menu {
    top: 6px;
    right: 52px;
    width: 100%;
    }

    .top-menu > .navbar-nav > li {
        float: none !important;
    }
}

@media (min-width: 768px) {
    .top-menu {
        margin-right: -15px;
    }

    .top-auth-menu {
        margin-left: auto;
    }
  
}

/*Start of AG AIMS CSS*/
body, form {
    /*     padding: 0;
            margin: 0;
            overflow: hidden;*/
    /*margin-top:100px;*/
    min-height: 200px;
    min-width: 360px;
}

.grid {
    margin: 0 auto;
}

.BootstrapGridViewCustomHeaderStyle {
    background-color: #e9e9e9;
}


    .BootstrapGridViewCustomHeaderStyle a {
        color: #808080;
        font-weight: normal;
        text-align: center;
    }

.BootstrapGridView-AllowWrap {
    white-space: normal !important;
    text-align:left;
    /*word-break: break-all;*/
}

.BootstrapGridView-VerticalAlign {
    vertical-align: top !important;
}

.custom-detail-cell {
    overflow-x: auto;
}


.BootstrapGridViewTable .dxbs-details-row.dxgvADR .dxgvADT.table td {
    white-space: normal !important;
}

/*.grid-nowrap-row {
    white-space: nowrap;
}*/

/*Swal messagebox*/
.btn-msgbox-error {
    padding: 10px 10px 10px 10px;
    border: 1px solid #808080 !important;
    background-color: #e2e2e2;
    width: 100px;
    font-weight: bold;
}

.SubSectionHeader {
    font-size: 14pt !important;
    font-weight: bold !important;
    color: #808080 !important;
    border-bottom: 1px solid #808080;
}


.centered {
    margin: 0 auto;
    float: none !important;
    display: table;
}

.welcome-header {
    font-size: 14pt;
    color: #808080;
}

.welcome-back {
    font-size: 16pt;
    color: #0088cc;
}

.logout-message {
    font-size: 14pt;
    color: #808080;
}

.page-header {
    font-size: 16pt;
    color: #808080;
    /*font-weight:bold;*/
    margin-bottom: 20px !important;
}


.clsAppFormSectionHeader {
    background-color: lightgray;
    text-align: left;
    padding: 10px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
}



.ClsApplyNewCourseButton {
    display: block;
    width: 160px;
    height: 40px;
    background: #4E9CAF;
    padding: 8px;
    text-align: center;
    border-radius: 5px;
    color: white;
    /*font-weight: bold;*/
}

.ClsApplyNowbutton {
    display: block;
    width: 150px;
    height: 40px;
    background: #5dade2;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    color: white;
    font-size: 12px;
    /*font-weight: bold;*/
}

    .ClsApplyNowbutton a:hover {
        color: white;
        vertical-align: middle;
        text-decoration: none;
    }

    .ClsApplyNowbutton a:visited {
        color: white;
        vertical-align: middle;
        text-decoration: none;
    }

    .ClsApplyNowbutton a:link {
        color: white;
        vertical-align: middle;
        text-decoration: none;
    }


table.clsFexiTable {
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: auto;
}

    table.clsFexiTable caption {
        font-size: 1.5em;
        margin: .5em 0 .75em;
    }

    table.clsFexiTable tr {
        background-color: #ffffff;
        border: 1px solid #ddd;
        padding: .35em;
    }

    table.clsFexiTable th, td {
        padding: .625em;
        text-align: center;
    }

    table.clsFexiTable th {
        font-size: .85em;
        letter-spacing: .1em;
        text-transform: uppercase;
    }

    table.clsFexiTable thead {
        background-color: #0088cc;
        color: #FFFFFF;
    }

.clsFexiTableHeader {
    background-color: #0088cc;
    color: #FFFFFF;
}

.BootstrapLayoutItemCaption {
    font-weight: normal !important;
    color: #353535;
}

.BootstrapLayoutItemCaptionWidth {
    min-width: 160px !important;
    /*color: red;*/
}



.CardViewTitle {
    color: #808080;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: left !important;
}

.CardViewID {
    font-weight: bold;
    vertical-align: top !important;
    height: 100% !important;
}

.CardViewItem {
   /* font-weight: bold;*/
    text-align: left !important;
}


.announcement-bell {
    background-image: url("/images/announcement.png");
    width: 30px;
    height: 30px;
}

.announcement-bell-badge {
    background-color: red;
    color: white;
}

.btn-announcement-alert-edit {
    background-color: forestgreen;
}

    .btn-announcement-alert-edit:hover {
        background-color: forestgreen;
    }


    .container img {
    max-width: 100%;
    height: auto;
}

.gridview-header-left
{
    text-align:left
}





.name-abbrev-circle {
    display: inline-block;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background: #ccc;
    padding: 5px 0;
    text-align: center;
    font-family: Tahoma;
    font-weight: bold;
    font-size: 24px;
    margin-right: 10px;
}

.name-abbrev-circle-small {
    display: inline-block;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    background: #ccc;
    padding: 0;
    text-align: center;
    font-family: Tahoma;
    font-weight: bold;
    font-size: 18px;
    margin-right: 4px;
}

.photo-frame-circle {
    display: inline-block;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin-right: 10px;
}


.photo-frame-circle-small {
    display: inline-block;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.photo-frame-circle-grid {
    border-radius: 50%;
    width: 60px;
    height: 60px;
}


.back-to-bottom {
    background-color: #000000;
    color: #FFFFFF;
    /*opacity: 0;*/
    opacity: 1;
    transition: opacity .6s ease-in-out;
    z-index: 999;
    position: fixed;
    right: 20px;
    bottom: 200px;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    border-radius: 50%;
}

a.back-to-bottom {
    font-weight: 800;
    letter-spacing: 2px;
    font-size: 11px;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.6;
    padding-left: 2px;
    padding-top: 14px;
}

.back-to-bottom:hover, .back-to-top:focus, .back-to-top:visited {
    color: #FFFFFF;
}

.back-to-bottom.show {
    opacity: 1;
}


.back-page {
    background-color: #ff6a00;
    color: #FFFFFF;
    /*opacity: 0;*/
    opacity: 1;
    transition: opacity .6s ease-in-out;
    z-index: 999;
    position: fixed;
    right: 20px;
    bottom: 320px;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    border-radius: 50%;
}

a.back-page {
    font-weight: 800;
    letter-spacing: 2px;
    font-size: 11px;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.6;
    padding-left: 2px;
    padding-top: 14px;
}

.back-page:hover, .back-to-top:focus, .back-to-top:visited {
    color: #FFFFFF;
}

.back-page.show {
    opacity: 1;
}

.href-show-more-btn {
    text-decoration: none;
    color: deepskyblue;
    border: 1px solid deepskyblue;
    border-radius: 5px;
    padding: 5px;
    font-size: 12px;
    background-color: transparent;
}

    .href-show-more-btn:hover {
        text-decoration: none;
        color: white;
        border: 1px solid deepskyblue;
        border-radius: 5px;
        padding: 5px;
        font-size: 12px;
        background-color: deepskyblue;
    }




/*Assignment Submission*/


.ctrlassignmentsubmissionstudupload-student-fullname {
    color: dodgerblue;
    font-size: 18px;
    background-color: aliceblue;
    padding: 5px;
}

.ctrlassignmentsubmissionstudupload-student-studid {
    font-size: 12px;
}


.ctrlassignmentsubmissionstudupload-extedate {
    color: red;
    font-size: 14px;
}

.ctrlassignmentsubmissionstudupload-extedateremarks {
    color: black;
    font-size: 14px;
    border: 1px solid red;
    padding: 5px;
    margin-bottom: 5px;
    border-radius: 5px;
}

.ctrlassignmentsubmissionstudupload-bnextedate {
    background-color: darkorange;
    border: 0;
}

    .ctrlassignmentsubmissionstudupload-bnextedate:hover {
        background-color: orange;
        border: 0;
    }

.learnerhome-title {
    font-size: 1.6em;
    color: #000000;
    font-weight: normal;
}

.learnerhome-period {
    font-size: 1em;
    color: darkseagreen;
    font-weight: normal;
}


.ctrlassignmentsubmission-title {
    font-size: 20px;
    color: #0072c8;
    font-weight: normal;
}


.ctrlassignmentsubmission-subheader {
    font-size: 16px;
    color: #000000;
    font-weight: normal;
    text-decoration: none;
    padding-top: 10px;
}

.ctrlassignmentsubmission-href-title {
    font-size: 20px;
    color: #0072c8;
    font-weight: normal;
}

    .ctrlassignmentsubmission-href-title:hover {
        font-size: 20px;
        color: #0072c8;
        font-weight: normal;
    }

.ctrlassignmentsubmission-text {
    color: #808080;
}

.ctrlassignmentsubmission-period {
    color: darkseagreen;
    font-weight: normal;
    font-size: 16px;
}

.ctrlassignmentsubmission-extedate {
    color: red;
    font-weight: normal;
    font-size: 16px;
}

.ctrlassignmentsubmission-subj {
    color: #ff6a00;
    font-weight: normal;
    font-size: 16px;
}

.ctrlassignmentsubmission-submittedstatus-box-abbrev {
    color: white;
    font-size: 24px;
    font-weight: 500;
}

.ctrlassignmentsubmission-submittedstatus-box-pending {
    background-color: red;
    color: white;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    width: 90px;
    height: 90px;
    border-radius: 5%;
    padding-top: 10px;
    vertical-align: middle;
}


.ctrlassignmentsubmission-submittedstatus-box-completed {
    background-color: dodgerblue;
    color: white;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    width: 90px;
    height: 90px;
    border-radius: 5%;
    padding-top: 10px;
    vertical-align: middle;
}

.ctrlassignmentsubmission-submittedstatus-button-completed {
    background-color: white;
    color: dodgerblue;
    border: 1px solid dodgerblue;
}

    .ctrlassignmentsubmission-submittedstatus-button-completed:hover {
        background-color: dodgerblue;
        color: white;
        border: 1px solid dodgerblue;
    }

.ctrlassignmentsubmission-submittedstatus-button-pending {
    background-color: white;
    color: red;
    border: 1px solid red;
}


    .ctrlassignmentsubmission-submittedstatus-button-pending:hover {
        background-color: red;
        color: white;
        border: 1px solid red;
    }


.ctrlassignmentsubmission-submittedsummary-box-completed {
    background-color: dodgerblue;
    color: white;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    width: 80px;
    height: 80px;
    border-radius: 5%;
    padding-top: 10px;
    vertical-align: middle;
    margin-block-end: 10px !important;
}


.ctrlassignmentsubmission-submittedsummary-box-pending {
    background-color: red;
    color: white;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    width: 80px;
    height: 80px;
    border-radius: 5%;
    padding-top: 10px;
    vertical-align: middle;
    margin-block-end: 10px !important;
}



.ctrlassignmentsubmission-markedsummary-box-completed {
    background-color: dodgerblue;
    color: white;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    width: 80px;
    height: 80px;
    border-radius: 5%;
    padding-top: 10px;
    vertical-align: middle;
    margin-block-end: 10px !important;
}


.ctrlassignmentsubmission-markedsummary-box-pending {
    background-color: red;
    color: white;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    width: 80px;
    height: 80px;
    border-radius: 5%;
    padding-top: 10px;
    vertical-align: middle;
    margin-block-end: 10px !important;
}

.ctrlassignmentsubmission-prog {
    color: #0060a8;
    font-weight: normal;
    font-size: 16px;
}

.assignmentsubmission-assignmentsubmission {
}
/*end assignmentsubmission*/


/** remove borders of card**/
.my-card .card-body {
    height: fit-content !important;
}

.card {
    border: none;
    border-left: 3px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
    box-shadow: none;
}

.card-view > div {
    border: none;
    box-shadow: none;
}

.panel-default {
    border-color: transparent;
}
/** remove borders of card**/


.col-no-padding-left {
    padding-left: 0 !important;
}

