﻿input[name="chksec"]:not(:checked),
input[name="chksec"]:checked {
    position: absolute;
    left: -9999%;
    width: 30px;
}

input[name="chksec"]:disabled {
    background-color:gray;
}

input[name="chksec"] + label {
    display: inline-block;
    padding: 3px;
    cursor: pointer;
    border: 1px solid black;
    color: black;
    background-color: white;
    margin-bottom: 3px;
    width: 30px;
    cursor: pointer;
    border-radius: 2px;
}

input[name="chksec"]:checked + label {
    border: 1px solid black;
    color: white;
    background-color: black;
    width: 30px;
    padding: 3px;
    margin-bottom: 3px;
    cursor: pointer;
    border-radius: 2px;
}

.bg-non-zero {
    background-color: #ffffff;
    background-image: linear-gradient(315deg, #ffffff 0%, #82bc23 74%);
    font-weight: bold;
}
.bg-zero {
    background-color: #ffffff;
    font-weight: normal;
}

.tg {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border-radius: .4em;
    overflow: hidden;
    border-color:#ddd;
}

    .tg td {
        border-color: #ddd;
        border-style: solid;
        border-width: 1px;
        font-family: Arial, sans-serif;
        font-size: 12px;
        overflow: hidden;
        padding: 3px 3px;
        word-break: normal;
    }

    .tg th {
        border-color: #ddd;
        border-style: solid;
        border-width: 1px;
        font-family: Arial, sans-serif;
        font-size: 12px;
        font-weight: normal;
        overflow: hidden;
        padding: 5px 5px;
        word-break: normal;
    }

.tg .tg-0lax {
    text-align: left;
    vertical-align: top
}
.tg .tg-0laz {
text-align: left;
vertical-align: top;
min-width:60px;
cursor:pointer;
}
.tg tr:nth-child(odd):not(:first-child) {
    background-color: #ebf3f9;
}
    .tg .tg-baqh {
        border-top: none;
        background: #428bca;
        color: #fff;
        font-weight:bold;
    }
.tg tr {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background-color: #f5f9fc;
}


.txt-center{
    text-align:center;
    word-wrap:break-word;
    vertical-align:top;
}

/*Tree View CSS*/

.lk-tree-menu {
    padding: 10px;
    list-style: none;
}

@keyframes slideDown {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.lk-tree-menu input {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}

    .lk-tree-menu input ~ ul {
        display: none;
        padding: 0px;
        animation: slideDown 0.5s ease-out;
    }

    .lk-tree-menu input:checked ~ ul {
        display: block;
    }

    .lk-tree-menu input:checked ~ label.tree_label:before {
        content: "–";
    }

    .lk-tree-menu input:checked ~ label.tree_label:after {
        border-radius: 0 0.3em 0 0;
        border-top: 1px solid #606060;
        border-right: 1px solid #606060;
        border-bottom: 0;
        border-left: 0;
        bottom: 0;
        top: 0.5em;
        height: auto;
        margin: 5px 0px 0px 1px;
    }

.lk-tree-menu > li:last-child:before {
    display: none;
}

.lk-tree-menu li {
    line-height: 1.2;
    position: relative;
    padding: 0 0 1em 1em;
    list-style: none;
}

    .lk-tree-menu li:last-child:before {
        height: 1em;
        bottom: auto;
    }

    .lk-tree-menu li:before {
        position: absolute;
        top: 0;
        bottom: 0;
        left: -0.5em;
        display: block;
        width: 0;
        border-left: 1px solid #606060;
        content: "";
    }

    .lk-tree-menu li:last-child {
        padding-bottom: 0;
    }

    .lk-tree-menu li ul li {
        padding: 0.5em 0 0 1em;
    }

.lk-tree-menu label {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    border-radius: 3px;
}

    .lk-tree-menu label.tree_label {
        cursor: pointer;
        margin: 0px;
        width: 100%;
        padding: 5px;
    }

    .lk-tree-menu label:hover {
        color: white;
        background: #6ebc20;
    }
    .lk-node:hover {
        color: red;
        background: red;
    }

.lk-tree-menu label.tree_label:before {
    background: #609d22;
    color: #fff;
    position: relative;
    z-index: 1;
    float: left;
    margin: 0 1em 0 -2.3em;
    width: 1em;
    height: 1em;
    border-radius: 1em;
    content: "+";
    text-align: center;
    line-height: 0.9em;
}

    .lk-tree-menu label.tree_label:after {
        border-bottom: 0;
    }

.lk-tree-menu .tree_label {
    position: relative;
    display: inline-block;
    background: #fff;
}

    .lk-tree-menu .tree_label:after {
        position: absolute;
        top: 0.5em;
        left: -1.5em;
        display: block;
        height: 0.5em;
        width: 1em;
        border-bottom: 1px solid #606060;
        border-left: 1px solid #606060;
        border-radius: 0 0 0 0.3em;
        content: "";
    }

/*End*/
.no-record {
    background-image: url("../../assets/img/no_record.png");
    background-repeat: no-repeat, repeat;
    min-height: 300px;
    background-position: center
}
.click-here {
    background-image: url("../../assets/img/click.png");
    background-repeat: no-repeat, repeat;
    min-height: 300px;
    background-position: center
}

.click-ptype {
    background-image: url("../../assets/img/ptype.png");
    background-repeat: no-repeat, repeat;
    min-height: 300px;
    background-position: center
}

.p-border{
    /*border-bottom:solid 1px lightgrey;*/
    margin-top:0px;
    margin-bottom:0px;
}

.icon-container {
    position: relative;
    color: darkblue;
    cursor: pointer;
    font-weight: bold;
}

.icon-container-xs {
    position: relative;
    color: darkblue;
    cursor: pointer;
    font-weight: normal;
    font-size: 12px;
}

.icon-container-td {
    cursor: pointer;
}

.icon {
    position: absolute;top: 0;right: 0;padding-right: 3px;
}

.icon-container:hover {
    color: red;
    font-weight: bold;
    cursor: pointer;
    font-size: 13px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    position:absolute;
    border:none;
}

.icon-container-xs:hover {
    color: red;
    font-weight: bold;
    cursor: pointer;
    font-size: 12px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    position: absolute;
    border: none;
}


.icon-container-td:hover {
    color: blue;
    font-weight: bold;
    text-decoration: underline;
}

.skeleton {
    animation: skeleton-loading 1s linear infinite alternate;
}

@keyframes skeleton-loading {
    0% {
        background-color: hsl(200, 20%, 80%);
    }

    100% {
        background-color: hsl(200, 20%, 95%);
    }
}

.skeleton-text {
    width: 100%;
    height: 0.7rem;
    margin-bottom: 0.5rem;
    border-radius: 0.25rem;
}

.skeleton-div {
    width: 100%;
    min-height: 375px;
    margin-bottom: 0.5rem;
    border-radius: 0.25rem;
}

.skeleton-text__body {
    width: 75%;
}

.skeleton-footer {
    width: 30%;
}

.rwd-table .dropdown-menu {
    position: static !important;
}




.popover__title {
    /*font-size: 24px;
    line-height: 36px;*/
    text-decoration: none;
    color: rgb(228, 68, 68);
    text-align: center;
    padding-bottom: 20px 0;
}

.popover__wrapper {
    position: relative;
    margin-top: 1.0rem;
    display: inline-block;
}

.popover__content {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    /*left: -150px;*/
    transform: translate(0, 10px);
    background-color: #428bca;
    padding: 5px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    width: auto;
    border-radius:5px;
}

    .popover__content:before {
        position: absolute;
        z-index: -1;
        content: "";
        right: calc(90% - 10px);
        top: -8px;
        border-style: solid;
        border-width: 0 10px 10px 10px;
        border-color: transparent transparent #428bca transparent;
        transition-duration: 0.3s;
        transition-property: transform;
    }

.popover__wrapper:hover .popover__content {
    z-index: 10;
    opacity: 1;
    visibility: visible;
    transform: translate(0,5px);
    transition: all 0.5s cubic-bezier(0.75, -0.02, 0.2, 0.97);
}

.popover__message {
    text-align: center;
}

.icon-container-link:hover {
    color: white;
    background-color: #609d22;
    padding:5px;
    cursor:pointer;
    border-radius:5px;
}
.active-link {
    color: white;
    background: linear-gradient(90deg, rgba(110,107,112,1) 0%, rgba(164,32,32,1) 50%, rgba(196,133,44,1) 100%);
    padding: 5px;
    cursor: pointer;
    border-radius: 0;
    padding-left: 40px;
}
    .active-link:after {
        content: "";
        position: absolute;
        height: 0;
        width: 0;
        left: 100%;
        top: 0;
        border: 14px solid transparent;
        border-left: 20px solid rgba(196,133,44,1);
        z-index: 900;
        
    }

.active-link-category {
    color: white;
    background: linear-gradient(90deg, rgba(110,107,112,1) 0%, rgba(164,32,32,1) 50%, rgba(196,133,44,1) 100%);
    padding: 5px;
    cursor: pointer;
    border-radius: 0;
    padding-left:40px;
}

    .active-link-category:after {
        content: "";
        position: absolute;
        height: 0;
        width: 0;
        left: 100%;
        top: 0;
        border: 14px solid transparent;
        border-left: 20px solid rgba(196,133,44,1);
        z-index: 10000;
    }

.active-link-list-cat:hover {
    background: linear-gradient(90deg, rgba(110,107,112,1) 0%, rgba(164,32,32,1) 50%, rgba(196,133,44,1) 100%);
    color: #fff;
}

.active-link-list:hover {
    background: linear-gradient(90deg, rgba(110,107,112,1) 0%, rgba(164,32,32,1) 50%, rgba(196,133,44,1) 100%);
    color: #fff;
}

.active-link-list-popup:hover {
    background: linear-gradient(90deg, rgba(110,107,112,1) 0%, rgba(164,32,32,1) 50%, rgba(196,133,44,1) 100%);
    color: #fff;
}

.active-link-list-admission {
    background: linear-gradient(90deg, rgba(110,107,112,1) 0%, rgba(164,32,32,1) 50%, rgba(196,133,44,1) 100%);
    color: #fff;
}

.active-link-list-admission:hover {
    background: linear-gradient(90deg, rgba(110,107,112,1) 0%, rgba(164,32,32,1) 50%, rgba(196,133,44,1) 100%);
    color: #fff;
}

.text-line {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #000;
    line-height: 0.1em;
    margin: 10px 0 20px;
}

    .text-line span {
        background: #fff;
        padding: 0 10px;
    }

.lnk-active-click {
    background-color: #cbd0dd;
    border-radius: 5px 0 0 5px;
}

.skeleton-sm {
    animation: skeleton-loading-sm 1s linear infinite alternate;
}

@keyframes skeleton-loading-sm {
    0% {
        background-color: hsl(200, 20%, 80%);
    }

    100% {
        background-color: hsl(200, 20%, 95%);
    }
}

.skeleton-text-sm {
    width: 100%;
    height: 0.7rem;
    margin-bottom: 0.5rem;
    border-radius: 0.25rem;
}

.skeleton-div-sm {
    width: 100%;
    min-height: 250px;
    margin-bottom: 0.5rem;
    border-radius: 0.25rem;
}

.skeleton-text-sm__body {
    width: 75%;
}

.skeleton-footer-sm {
    width: 30%;
}

.sub-heading {
    color: black;
    padding: 2px 5px;
    border-radius: 5px;
    text-align: left;
    font-size: 14px;
    font-weight:bold;
    margin: 0 0 12px 0;
    font-family: lato, sans-serif;
    font-weight: 500;
}

.current-input:focus {
    background-color: aqua;
    color:black;
}

.typewriter h5 {
    overflow: hidden; /* Ensures the content is not revealed until the animation */
    border-right: .10em solid orange; /* The typwriter cursor */
    white-space: nowrap; /* Keeps the content on a single line */
    margin: 0 0; /* Gives that scrolling effect as the typing happens */
    animation: typing 0.5s steps(40, end), blink-caret .55s step-end infinite;
}

/* The typing effect */
@keyframes typing {
    from {
        width: 0
    }

    to {
        width: 100%
    }
}

/* The typewriter cursor effect */
@keyframes blink-caret {
    from, to {
        border-color: transparent
    }

    50% {
        border-color: orange;
    }
}

.attselect {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    text-align-last: center;
    text-align: center;
    font-weight: bold;
}

.greenText {
    color: green;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    text-align-last: center;
    text-align: center;
    font-weight: bold;
}
.blackText {
    color: black;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    text-align-last: center;
    text-align: center;
    font-weight: bold;
}

.blueText {
    color: blue;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    text-align-last: center;
    text-align: center;
    font-weight:bold;
}

.redText {
    color: red;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    text-align-last: center;
    text-align: center;
    font-weight: bold;
}

.highlightedRow {
    background-color: aquamarine !important;
    color: black;
}
.hinput {
    background-color: aquamarine;
}

.float {
    position: fixed;
    width: 150px;
    padding:10px;
    /*bottom: 40px;*/
    right: 40px;
    background-color: #0C9;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    cursor:pointer;
}

.my-float {
    margin-top: 22px;
}

@media print {
    .float {
        display: none;
    }
}

.student-info {
    display: grid;
    grid-template-columns: 1fr 2fr;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius:5px;
    margin-bottom:5px;
}

.bar {
    /*position: absolute;*/
    top: 50%;
    left: 10%;
    transform: translate(0%,-50%);
    /*width: 80%;*/
    height: 4px;
    background: #acece6;
    overflow: hidden;
}

    .bar div:before {
        content: "";
        position: absolute;
        top: 0px;
        left: 0px;
        bottom: 0px;
        background: #26a69a;
        animation: box-1 2100ms cubic-bezier(0.65,0.81,0.73,0.4) infinite;
    }

    .bar div:after {
        content: "";
        position: absolute;
        top: 0px;
        left: 0px;
        bottom: 0px;
        background: #26a69a;
        animation: box-2 2100ms cubic-bezier(0.16,0.84,0.44,1) infinite;
        animation-delay: 1150ms;
    }

@keyframes box-1 {
    0% {
        left: -35%;
        right: 100%;
    }

    60%,100% {
        left: 100%;
        right: -90%;
    }
}

@keyframes box-2 {
    0% {
        left: -200%;
        right: 100%;
    }

    60%,100% {
        left: 107%;
        right: -8%;
    }
}

.lbl-key{
    pointer-events:none;

}