﻿.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
    /* background-color: #adb1b1;*/
    /*background-color: #eeeab4;*/
    background-color: #c2defe;
    font-family: 'Bookman Old Style';
    font-size: 18px;
    height: 50px;
    color: darkblue;
    border-color: #909DB8;
    border-style: solid;
    border-width: 1px;
}

.table-striped > tbody > tr:nth-child(even) > td,
.table-striped > tbody > tr:nth-child(even) > th {
    background-color: #ffeeb8;
    font-family: 'Bookman Old Style';
    font-size: 18px;
    height: 50px;
    color: darkblue;
    border-color: #909DB8;
    border-style: solid;
    border-width: 1px;
}
.Anik {
    font-family: 'Bookman Old Style';
    font-size: 18px;
    font-weight: bold;
}
.AnikPresentLabel {
    font-family: 'Bookman Old Style';
    font-size: 18px;
    font-weight: 700;
    color:darkgreen;
}
.AnikAbsentLabel {
    font-family: 'Bookman Old Style';
    font-size: 18px;
    font-weight: bold;
    color: darkred;
}
.text-light-Anikblue {
    color: #3c8dbc !important;
    font-family: 'Bookman Old Style';
    font-size: 18px;
}

.line {
    border-color: #909DB8;
    border-style: solid;
    border-width: 1px;
    margin: 4px;
}

.trHeaderName {
    background-color: cadetblue;
    height: 50px;
    }
.tcHeaderName {
    color: white;
    font-family: 'Bookman Old Style';
    font-size: 16px;
    text-align: center;
    width: 195px;
    border-color: #d40e0e;
    border-style: solid;
    border-width: 2px;
}
.tcHeaderNameSNo {
    color: white;
    font-family: 'Bookman Old Style';
    font-size: 16px;
    text-align: center;
    width: 50px;
    border-color: #d40e0e;
    border-style: solid;
    border-width: 2px;
}
.trAnikMonthName {
    background-color: gray;
    height: 50px;
}
.trAnikEmployeeName {
    background-color:#ffd855;
    height: 50px;
}
.tcAnikEmployeeName {
    font-family:'Bookman Old Style';
    font-size: 20px;
    color: white;
    text-align: Center;
    width: 195px;
    line-height: 30px;
}

.tcAnikMonthName {
    font-family: 'Bookman Old Style';
    font-size: 16px;
    color: white;
    text-align: Center;
    max-width: 195px;
}
.trAnikMonthDate {
    background-color: mistyrose;
    height: 40px;
}
.tcAnikMonthDate {
    font-family: 'Bookman Old Style';
    font-size: 18px;
    color: black;
    width: 195px;
    border-color: #909DB8;
    border-style: solid;
    border-width: 2px;
    line-height: 30px;
}
.tcAnikDevansh {
    background-color: springgreen;
    height: 40px;
    border-color: #909DB8;
    border-style: solid;
    border-width: 2px;
}
.tcAnikMonthDateSNo {
    font-family: 'Bookman Old Style';
    font-size: 17px;
    color: black;
    width: 50px;
    text-align: center;
    border-color: #909DB8;
    border-style: solid;
    border-width: 2px;
    line-height: 35px;
}
.trAnikFooter {
    background-color: LightSalmon;
    height: 30px;
}
.tcAnikFooter {
    max-width: 195px;
}

.textarea {
    width: 100%;
    height: 100px;
    resize: none;
}
.myFont {
    font-family: 'Bookman Old Style';
    font-size: 15px;
}
a.my-class {
    color: #0AC58E
}

    a.my-class:active {
        color: #0AC58E
    }

    a.my-class:link {
        color: #0AC58E
    }

    a.my-class:visited {
        color: #0AC58E
    }
    a.my-class:hover{
        color:white
    }

.Anikaccordian {
    max-width: 100%;
    display: block;
    margin: 10px auto;
    border: 2px solid #d40e0e;
}

    .Anikaccordian .Anikcard {
        box-shadow: 0px 0px 20px #d4d4d4;
        margin-bottom: 20px;
        width: 100%;
        float: left;
    }

        .Anikaccordian .Anikcard .Anikcard-header h3 {
            cursor: pointer;
            color: #ffffff;
            position: relative;
            background-color: cadetblue;
            margin: 7px;
            padding: 10px 10px;
            font-family: 'Bookman Old Style';
            font-size: 20px;
            line-height: 30px;
        }
        .Anikaccordian .Anikcard .Anikcard-header {
            position: relative;
        }
            .Anikaccordian .Anikcard .Anikcard-header span {
                position: absolute;
                right: 20px;
                top: 12px;
                height: 25px;
                width: 25px;
                color: #3343a2;
                background-color: #ffffff;
                border-radius: 50%;
                text-align: center;
                line-height: 25px;
                font-family: 'Bookman Old Style';
                font-size: 16px;
            }
        .Anikaccordian .Anikcard .Anikcard-body {
            padding: 10px;
            display: block;
        }

            .Anikaccordian .Anikcard .Anikcard-body p {
                font-family: 'Bookman Old Style';
                font-size: 20px;
                line-height: 30px;
                margin: 10px;
            }

            .Anikaccordian .Anikcard .Anikcard-body .AnikPresent span{
                font-family: 'Bookman Old Style';
                font-size: 20px;
                line-height: 30px;
                margin: 10px;
                background-color:yellowgreen;
            }

  .color-palette {
    height: 100px;
    line-height: 30px;
    text-align: left;
    text-indent: 50px;
}


.color-palette-set {
    margin-bottom: 15px;
}

.color-palette span {
    display: none;
    font-family: 'Bookman Old Style';
    font-size: 15px;
}

.color-palette p {
    display: none;
    padding:10px;
    font-family: 'Bookman Old Style';
    font-size: 15px;
}
.color-palette:hover span {
    display: block;
}

.color-palette-box h4 {
    position: absolute;
    top: 100%;
    left: 25px;
    margin-top: -40px;
    color: rgba(255, 255, 255, 0.8);
    font-family: 'Bookman Old Style';
    font-size: 12px;
    display: block;
    z-index: 7;
}
.AnikThought {
    height: 100px;
    line-height: 30px;
    text-align: left;
    text-indent: 50px;
    font-family: 'Bookman Old Style';
    font-size: 12px;
    padding: 10px;
    margin: 5px;
}
.DevanshBox {
    font-family: 'Bookman Old Style';
    font-size: 12px;
    height: 15px;
    padding: 2px;
}
.AnikTDWidth3{
    width:3%;
}
.AnikTDWidth5 {
    width: 5%;
}

.AnikTDWidth10 {
    width: 10%;
}
.AnikTDWidth15 {
    width: 15%;
}
.AnikTDWidth20 {
    width: 20%;
}
.AnikTDWidth25 {
    width: 25%;
}
.AnikTDWidth30 {
    width: 30%;
}
.AnikTDWidth40 {
    width: 40%;
}
.AnikTDWidth50 {
    width: 50%;
}
