﻿.table-topheme-darkgrey {
    color: #3C4D63;
}

.theme-lightgrey {
    color: #8293A5;
}

.theme-red {
    color: #D1335B;
}

.theme-blue {
    color: #0080C6;
}

.theme-yellow {
    color: #FEC227;
}

.theme-green {
    color: #4FBD5E;
}

.theme-purple {
    color: #633B97;
}

.theme-grey {
    color: #637883;
}

.theme-orange {
    color: #F36F2B;
}

.theme-red a {
    color: #D1335B;
}

.theme-blue a {
    color: #0080C6;
}

.theme-yellow a {
    color: #FEC227;
}

.theme-green a {
    color: #4FBD5E;
}

.theme-purple a {
    color: #633B97;
}

.theme-grey a {
    color: #637883;
}

.theme-orange a {
    color: #F36F2B;
}

.theme-bg-red {
    background-color: #D1335B !important;
}

.theme-bg-blue {
    background-color: #0080C6 !important;
}

.theme-bg-yellow {
    background-color: #FEC227 !important;
}

.theme-bg-green {
    background-color: #4FBD5E !important;
}

.theme-bg-purple {
    background-color: #633B97 !important;
}

.theme-bg-grey {
    background-color: #637883 !important;
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
}

.theme-bg-orange {
    background-color: #F36F2B !important;
}

.head-bg-primary {
    border-radius: 5px;
}


.extra-link-color {
    color: #FEC227;
}

.Datatable thead tr th {
    font-size: 14px;
    color: #3C4D63;
    font-weight: normal;
}

.Datatable tbody tr td {
    font-size: 12px;
    color: #53667C;
    font-weight: 300;
}

.font-theme-9 {
    font-size: 9px
}

.font-theme-10 {
    font-size: 10px
}

.font-theme-11 {
    font-size: 11px
}

.font-theme-12 {
    font-size: 12px
}

.font-theme-13 {
    font-size: 13px
}

.font-theme-14 {
    font-size: 14px
}

.font-theme-15 {
    font-size: 15px
}

.font-theme-16 {
    font-size: 16px
}

.font-theme-18 {
    font-size: 18px
}

.font-theme-20 {
    font-size: 20px
}

.font-theme-24 {
    font-size: 24px
}

.line-height-30 {
    line-height: 30px
}

.line-height-20 {
    line-height: 20px
}

.line-height-15 {
    line-height: 15px
}

.navbar-light .navbar-nav .nav-link {
    color: #647784;
}

.table-link-item {
    display: inline;
    float: right;
}

    .table-link-item a i {
        display: inline-block;
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
        line-height: 24px;
    }

.table-top-nav-item {
    padding: 26px 33px 27px 28px;
    height: 70px;
    display: inline-block;
    margin-left: -3px;
    border-bottom: 3px #FEC227 solid;
    transition: all 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    text-transform: uppercase;
    text-wrap: none;
}

    .table-top-nav-item:hover {
        color: #fff;
        border-radius: 0px;
        background-color: #FEC227;
        cursor: pointer;
    }

    .table-top-nav-item.disabled,
    .table-top-nav-item.disabled:hover {
        border-bottom: 3px solid #9eb8c6;
        background-color: #637883;
        cursor: default;
        color: #9eb8c6 !important;
    }

.table-top-details-item {
    padding: 25px 27px;
    display: inline-block;
}

.table-top-details-item-right {
    display: inline-block;
    float: right;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #633B97;
    border-color: #633B97;
}

.outline-circle {
    border-style: solid;
    border-width: 1px;
    border-radius: 50px;
    width: 25px;
    height: 25px;
    line-height: 24px !important;
    transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
    margin-right: 5px;
}

.card-headings {
    text-transform: uppercase;
}

.card-line {
    border-bottom: 1px solid #dee2e6;
}

.crud-buttons {
    padding: 0px !important;
    vertical-align: middle !important;
    min-width: 90px;
}

.outline-circle:hover {
    border-color: #0080C6;
    background-color: #0080C6;
    color: #fff;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.00);
}

.table-bordered th {
    border-top: 0px solid #dee2e6;
    border-left: 0px solid #dee2e6;
    border-right: 0px solid #dee2e6;
    border-bottom: 0px solid #dee2e6;
}

.table-bordered td {
    border-top: 1px solid #dee2e6;
    border-left: 0px solid #dee2e6;
    border-right: 0px solid #dee2e6;
    border-bottom: 0px solid #dee2e6;
}

.table-bordered {
    border-top: 0px solid #dee2e6;
    border-left: 0px solid #dee2e6;
    border-right: 0px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
}

    .table-bordered thead th, .table-bordered thead td {
        border-bottom-width: 1px;
    }

.table thead th {
    vertical-align: bottom;
    border-bottom: 0px solid #dee2e6;
}

.form-control {
    border-color: #c9d3e0;
}

div.dataTables_wrapper div.dataTables_filter {
    text-align: left;
    padding: 11px 0px 3px 0px;
    border-radius: 5px 5px 0px 0px;
}

.container-border {
    border: 0px solid #c9d3e0;
    border-radius: 0px;
    padding: 1.25rem;
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
    background-color: #ffffff;
    margin-bottom: 15px;
}
.background-top {
    background-image: url(../images/bsp-slide.jpg)!important;
    padding:70px 40px!important; 
    background-position:bottom right;
    text-align: right!important;
    background-repeat:no-repeat;
    background-color:#fff;
    background-size: cover;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0px solid #c9d3e0;
    border-radius: 0px;
    padding: 1.25rem;
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
    background-color: #ffffff;
}

.student-name {
    margin: 10px;
    line-height: 25px;
    text-transform: uppercase;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #fff;
}

.nav-tabs .nav-item {
    border-right: 0px solid #c9d3e0;
}

.nav-tabs .nav-link {
    border: 0px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

    .nav-tabs .nav-link.active {
        color: #495057;
        background-color: #fff;
        border-color: #fff;
        border-bottom: 1px solid #F36F2B;
    }

.font-wn {
    font-weight: normal
}

.font-wn {
    font-weight: normal
}

.font-wl {
    font-weight: lighter
}

.list-item-style {
    display: block;
    line-height: 32px;
    padding: 5px;
}

    .list-item-style a i {
        font-size: 14px;
    }

.downloadlink {
    padding: 10px;
    font-size: 12px;
}

td .btn-small {
    height: 26px;
    font-size: 10px;
    line-height: 14px;
    border-radius: 18px;
    padding-left: 14px;
    padding-right: 10px;
    text-transform: uppercase;
    padding-top: 0px;
    width: 156px;
}
.btn-thin {
    height: 25px;
    line-height: 24px;
    padding: 0px 16px 0px 13px;
    font-size: 12px;
}

.loginContainer .btn-thin
{
    width:100%;
    text-transform:none;
}

.hidesort:before{
display:none
}
.hidesort:after {
    display: none
}

.image-cropper {
    width: 130px;
    height: 130px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
}

    .image-cropper.position-absolute {
        right: -65%;
        top: -30%;
    }

.theme-red-circle {
    background-color: #D1335B;
    border: 3px solid #FFF;
    border-radius: 18px;
    /* offset-x | offset-y | blur-radius | spread-radius | color */
    box-shadow: 0 0 0 2px #D1335B;
    height: 30px;
    width: 30px;
}

.theme-orange-circle {
    background-color: #F36F2B;
    border: 3px solid #FFF;
    border-radius: 18px;
    /* offset-x | offset-y | blur-radius | spread-radius | color */
    box-shadow: 0 0 0 2px #F36F2B;
    height: 30px;
    width: 30px;
}

.theme-green-circle {
    background-color: #4FBD5E;
    border: 3px solid #FFF;
    border-radius: 18px;
    /* offset-x | offset-y | blur-radius | spread-radius | color */
    box-shadow: 0 0 0 2px #4FBD5E;
    height: 30px;
    width: 30px;
}



.theme-red-circle-small {
    background-color: #D1335B;
    border: 3px solid #FFF;
    border-radius: 18px;
    /* offset-x | offset-y | blur-radius | spread-radius | color */
    box-shadow: 0 0 0 2px #D1335B;
    height: 10px;
    width: 10px;
}

.theme-orange-circle-small {
    background-color: #F36F2B;
    border: 3px solid #FFF;
    border-radius: 18px;
    /* offset-x | offset-y | blur-radius | spread-radius | color */
    box-shadow: 0 0 0 2px #F36F2B;
    height: 10px;
    width: 10px;
}

.theme-green-circle-small {
    background-color: #4FBD5E;
    border: 3px solid #FFF;
    border-radius: 18px;
    /* offset-x | offset-y | blur-radius | spread-radius | color */
    box-shadow: 0 0 0 2px #4FBD5E;
    height: 10px;
    width: 10px;
}



.card-headings {
    text-transform: uppercase;
    margin-bottom: 10px;
}

/**  Scrollbars */
::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #f1f1f1;
    border: 1px solid #c9d3e0
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: linear-gradient(left, #fff, #f3f3f3);
    border: 1px solid #aeb6c1;
}

::-webkit-scrollbar-thumb:hover {
    background: #fff;
}

::-webkit-scrollbar-thumb:active {
    background: linear-gradient(left, #22ADD4, #1E98BA);
}

::-webkit-scrollbar {
    width: 10px;
    height:12px;
    background-color: #F5F5F5;
}

.dataTables_scrollHead {
    background-color: #fdfdfd;
   
}

.login-input-field {
    position: relative;
    width:100%;
}

    .login-input-field input {
        width: 100%;
    }

    .login-input-field i {
        position: absolute;
        top: 8px;
        right: 15px;
        font-size: 15px;
        color: #b6c2d0;
    }

.scroll-theme-bg-red ::-webkit-scrollbar-thumb:hover {
    background: #D1335B !important;
}

.scroll-theme-bg-blue ::-webkit-scrollbar-thumb:hover {
    background: #0080C6 !important;
}
.scroll-theme-bg-green ::-webkit-scrollbar-thumb:hover {
    background: #4FBD5E !important;
}
.scroll-theme-bg-yellow ::-webkit-scrollbar-thumb:hover {
    background: #FEC227 !important;
}
.scroll-theme-bg-purple ::-webkit-scrollbar-thumb:hover {
    background: #633B97 !important;
}

.scroll-theme-bg-grey ::-webkit-scrollbar-thumb:hover {
    background: #637883 !important;
}

.scroll-theme-bg-orange ::-webkit-scrollbar-thumb:hover {
    background: #F36F2B !important;
}
.DataTables-Card-Info-home {
    padding: 0px 15px;
    position: relative;
    top: 28px;
}
.list-item-style-student {
    display: block;
    line-height: 17px;
    padding: 5px;
}
.DataTables-Card-Info-Bursary {
    padding: 0px 15px;
    position: relative;
    top: 24px;
    right: -84px;
    height: 50px;
}

@media screen and (max-width:1200px) {
    .login-input-field i {
        top: 8px;
        right: 15px;
    }
}



@media screen and (min-width:769px) {
    .smallscreen-card-image {
        display: none;
    }
}

@media screen and (min-width:991px) {
    .mh-300 {
        min-height: 300px;
    }
}

@media screen and (max-width:769px) {

    .smallscreen-card-image {
        display: block;
    }

    .fullscreen-card-img {
        display: none;
    }



    .tab-content {
        width: 100%;
    }
}

@media screen and (max-width:565px) {
    .table-top-details-item {
        font-size: 12px;
        font-weight: lighter;
        padding: 25px 0px 25px 12px;
    }

    .table-top-details-item-right {
        padding: 0px;
        font-size: 10px;
        font-weight: lighter;
    }

    .table-top-nav-item {
        padding: 25px 10px;
    }

    div.dataTables_wrapper div.dataTables_filter input {
        margin-left: -1em;
    }
    .background-top {
        background-image: url(../images/bsp-slide.jpg) !important;
        padding: 30px 15px !important;
        background-position: bottom right;
        text-align: right !important;
        background-repeat: no-repeat;
        background-color: #fff;
        background-size: cover;
    }
}

.dataTables_scrollHeadInner {
    width: auto !important;
}



/*
    // this was a test but failed becuase absolute positioning of the creat button would not be responsive. This could still work with media queries however. 

.table-heading {
    top: 23px;
    z-index: 10;
    width: 420px;
    left: 30px;
}
.table-top-heading {
 
    display: block;
  
}
.create-new-btn {
    right: -763px;
    top: 1px;
    z-index: 10;
}
.table-top-nav-item-2 {
    padding: 30px 22px;
    width: 150px;
    height: 65px;
    display: inline-block;
    border-bottom: 3px #FEC227 solid;
    flex-grow: 1;
    transition: all 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    display: block;
    text-transform: uppercase;
}
    */
