﻿* {
    box-sizing: border-box; /*For equal padding in div*/
}


body {
    left: 0;
    right: 0;
    margin: 0;
    font-size: 14px;
    line-height: 25px;
    font-family: verdana, Calibri;
}

div {
    font-size: 14px;
    font-family: verdana;
}

::placeholder {
    color: #871887;
    font-size: 13px;
    font-family: verdana;
    /*opacity: 1;  Firefox */
}

/*:: -ms-input-placeholder {  Edge 12-18 
    color: #871887;
    font-size: 13px;
    font-family: verdana;
}*/

.FileDiv {
    color: red;
    font-size: 11px;
    font-family: verdana;
}

input[type="file"] {
    font-size: 13px;
    font-family: verdana;
}

a {
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

hr.style-one {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, white, orange, white);
}

hr.style-two {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, #686866, orange, #686866);
}

hr.Blue {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, white, DodgerBlue, white);
}

hr.Gray {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, white, Gray, white);
}

hr.Tomato {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, white, Tomato, white);
}

.SeparatorDiv {
    float: left;
}

.vl {
    border: 0;
    width: 1px;
    height: 300px;
    background-image: linear-gradient(white, Tomato, white);
}

.vlMini {
    border: 0;
    width: 1px;
    height: 40px;
    background-image: linear-gradient(Orange, White, Orange);
}

.LeftAlignDiv {
    text-align: left;
}

.RightAlignDiv {
    text-align: right;
}

.CenterAlignDiv {
    text-align: center;
}

.JustifyDiv {
    text-align: justify;
}

.MainDiv {
    margin: 0px auto;
}

.HeaderDiv {
    display: flex;
    padding: 10px;
    background: Red;
    color: yellow;
}

.HeaderDiv span
{
    color: White;
    font-size: 20px;
    font-weight: bold;
}

.PageRowH {
    display: flex;
    flex-wrap: wrap;
    text-align: right;
    float: right;
    /*background-color: #F3F3F3;
    background-color: #E6E6B4;*/
}

.PageRow {
    display: flex;
    margin: 0px;
    flex-wrap: wrap;
}

.HeaderBack
{
    padding: 10px;
    background: Red;
    color: yellow;
}

.HeaderBack span 
{
    color: White;
    font-size: 20px;
    font-weight: bold;
}

.HaldiKumkumDiv 
{
    background-image: linear-gradient(to right, Red, Orange);
}

.HaldiKumkumBukkaDiv 
{
    padding: 5px;
}

.HaldiDiv 
{
    float: right;
    width: 40px;
    margin: 1px;
    height: 40px;
    color: white;
    border-radius: 50%;
    background-color: Orange;
    border: solid 2px White;
}

.KumkumDiv 
{
    float: right;
    width: 40px;
    margin: 1px;
    height: 40px;
    color: white;
    border-radius: 50%;
    background-color: Red;
    border: solid 2px White;
}

.BukkaDiv 
{
    float: right;
    width: 40px;
    margin: 1px;
    height: 40px;
    color: white;
    border-radius: 50%;
    background-color: black;
    border: solid 2px White;
}

.UserProfileContainerDiv
{
    width: 100%;
    text-align: center;
    vertical-align: top;
}

.UserProfileDiv {

    float: right;
    width: 40px;
    margin: 1px;
    height: 40px;
    color: white;
    border-radius: 50%;
    background: White;
    border: solid 2px White;
}

.UserProfileDiv img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.UserNameDiv
{
    margin: 10px;
    text-align: center;
}

.UserNameDiv a
{
    color: dodgerblue;
    text-decoration: none;
}

.UserNameDiv a:hover 
{
    color: dodgerblue;
    text-decoration: underline;
}

.AmountText 
{
    width: 150px;
    color: red;
    font-size: 25px;
    font-weight: bold;
    border: 2px solid Teal;
    font-family: Century Gothic;
}

.CancelButton {
    width: 100px;
    padding: 5px;
    color: white;
    border-radius: 20px;
    border: solid 1px Tomato;
    background-color: Tomato;
    /*background-image: linear-gradient(to right, Red, Tomato);*/
}

.CancelButton:hover {
    cursor: pointer;
}

.PayButton {
    width: 100px;
    padding: 10px;
    color: white;
    border-radius: 20px;
    border: solid 1px red;
    background-color: red;
    background-image: linear-gradient(to right, Red, Orange);
}

.PayButton:hover 
{
    cursor: pointer;
}

.MenuDiv {
    flex: 100%;
    width: 100%;
    padding: 10px;
    overflow: hidden;
    background: Orange;
}

    .MenuDiv a {
        float: left;
        display: block;
        color: white;
        min-width: 10%;
        text-align: left;
        padding: 14px 20px;
        font-weight: bold;
        text-decoration: none;
    }

    .MenuDiv a:hover {
        color: yellow;
        font-weight: bold;
    }

.ShowCaseDiv 
{
    height: 400px;
    margin: 0px auto;
}

.ShowCaseDiv img 
{
    border: none;
}

.EditorDiv {
    display: flex;
    margin: 0px;
    flex-wrap: wrap;
    padding: 10px;
    font-family: Verdana;
    text-align: justify;
}

.GuruMauliDiv {
    /*flex: 25%;*/
    text-align: center;
}

.GuruImageDiv 
{
    width: 150px;
    height: 150px;
    margin: auto;
    border-radius: 50%;
    border: solid 1px Gray;

    box-shadow: 8px 8px 8px -6px Gainsboro;
    -moz-box-shadow: 8px 8px 6px -6px Gainsboro;
    -webkit-box-shadow: 8px 8px 6px -6px Gainsboro;
}

.GuruImageDiv img 
{
    width: 150px;
    height: 150px;
    border-radius: 50%;
}

.GuruNameDiv {
    padding: 5px;
    color: white;
    margin-top: 5px;
    background: Red;
    text-align: center;
    /*width: 300px;*/
    background-image: linear-gradient(to right, Red, Orange);
}

.GuruNameDiv a 
{
    color: white;
    text-decoration: none;
}

.GuruNameDiv a:hover
{
    color: white;
    text-decoration: underline;
}

.ContentsDiv {
    padding: 10px;
    font-size: 14px;
    text-align: left;
    line-height: 23px;
    /*min-height: 300px;*/
    background-color: white;
    /*box-shadow: 2px 4px 2px #888888;*/
}

.ParaDiv{
    text-align: justify;
    line-height: 25px;
    padding: 10px;
}

.PageTitleDiv {
    flex: 100%;
    color: red;
    width: 100%;
    padding: 10px;
    margin-top: 20px;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
}

/*.PageTitleDiv span {
    font-size: 12px;
    font-weight: bold;
}*/

.Box20Div {
    flex: 20%;
    padding: 20px;
    text-align: justify;
}

.Box25Div {
    flex: 25%;
    padding: 20px;
    text-align: justify;
}

.Box25Div img {
    height: 400px;
    width: 100%;
}

.Box30Div {
    flex: 30%;
    padding: 20px;
    text-align: justify;
}

.Box40Div {
    flex: 40%;
    padding: 20px;
    text-align: justify;
}

.Box45Div {
    flex: 45%;
    padding: 20px;
    text-align: justify;
}

.Box60Div {
    flex: 60%;
    padding: 20px;
    text-align: justify;
}

.Box70Div {
    flex: 70%;
    padding: 20px;
    text-align: justify;
}

.PasaydanDiv {
    flex: 70%;
    padding: 20px;
}
.PasaydanTextDiv
{
    line-height: 35px;
    font-size: 20px;
    text-align:center;

}
    .Box75Div {
        flex: 75%;
        padding: 20px;
        text-align: justify;
    }

.Box100Div {
    flex: 100%;
    padding: 20px;
    text-align: justify;
}

.BoxHeader {
    padding: 5px;
    color: White;
    background-color: #9AB216;
}

.BoxContents {
    overflow-y: auto;
    height: 300px;
    border: 1px solid #9AB216;
}

.BoxContents ul {
    color: darkmagenta;
    list-style-type: circle;
}

.BoxContents ul li a {
    font-size: 14px;
    color: darkmagenta;
    text-decoration: none;
}

.BoxContents ul li a:hover {
    color: hotpink;
}

.BoxContents_NoScroll {
    border: 1px solid #9AB216;
}

.BoxContents_NoScroll ul {
    color: darkmagenta;
    list-style-type: circle;
}

.BoxContents_NoScroll ul li a {
    font-size: 14px;
    color: darkmagenta;
    text-decoration: none;
}

.BoxContents_NoScroll ul li a:hover {
    color: hotpink;
}

.SmallHeaderDiv 
{
    color: red;
    width:100%;
    padding: 10px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.InputControl 
{
    width: 300px;
    padding: 5px;
    border: none;
    background: White;
    border-bottom: solid 1px Gray;
}

.ProfileDiv 
{
    /*width: 200px;
    height: 200px;*/
    margin: 10px;
    text-align: center;
    border: solid 1px Gainsboro;
    box-shadow: 8px 8px 6px -6px Gainsboro;
    -moz-box-shadow: 8px 8px 6px -6px Gainsboro;
    -webkit-box-shadow: 8px 8px 6px -6px Gainsboro;
}

.ProfileImageDiv 
{
}

.ProfileImageDiv img 
{
    width: 100px;
    height: 100px;
    border: solid 1px Gray;
    border-radius: 50%;
    box-shadow: 8px 8px 8px -8px Gainsboro;
    -moz-box-shadow: 8px 8px 8px -8px Gainsboro;
    -webkit-box-shadow: 8px 8px 8px -8px Gainsboro;
}

.ProfileNameDiv 
{
    padding: 5px;
    font-weight: bold;
    text-align: center;
}

.DesignationDiv 
{
    text-align: center;
}

.MessageBox 
{
    color: White;
    padding: 5px;
    text-align: center;
    border-radius: 10px;
    border: 1px solid red;
    background-color: Orange;
    
}


.FooterLinksDiv {
    flex: 100%;
    width: 100%;
    overflow: hidden;
    color: white;
    padding: 10px;
    background: Black;
    text-align: center;
}

.FooterLinksDiv a
{
    color: white;
    text-decoration: none;
}

.FooterLinksDiv a:hover
{
    color: white;
    text-decoration: underline;
}

.CancellationDiv
{
    flex: 100%;
    padding: 10px;
    text-align: center;
}

.CancellationDiv a{
    color: red;
    text-decoration: underline;
}

.FooterDiv {
    flex: 100%;
    padding: 10px;
    text-align: center;
    border-top: 1px solid black;
    font-weight: bold;
}
/*                      Grid View           */
.GridViewStyle {
    width: 100%;
}

GridViewStyle caption {
    font-weight: bold;
    color: red;
    text-decoration: underline;
}

.GridViewStyle th {
    padding: 5px;
    color: Tomato;
    font-size: 15px;
    text-align: left;
    font-weight: normal; /*background: #3E5880;*/
    border-bottom: solid 3px Gainsboro;
}

    .GridViewStyle th:first-child {
        /*border-right: double 3px #3E5880;*/
    }

.GridViewStyle tr {
    border-bottom: solid 1px Gainsboro;
}

    .GridViewStyle tr:last-child {
        border-bottom: none;
    }

    .GridViewStyle tr td {
        padding: 5px;
        text-align: left;
        vertical-align: top; /*border-right: solid 1px Gainsboro;*/
    }

        .GridViewStyle tr td:first-child {
            width: 75px; /**/
            text-align: right;
            padding-right: 5px; /*border-right: double 3px Gray;*/
        }

        .GridViewStyle tr td:last-child {
            border-right: none;
        }

        .GridViewStyle tr td a {
            color: DodgerBlue;
            text-decoration: none;
        }

            .GridViewStyle tr td a:hover {
                color: DodgerBlue;
                text-decoration: underline;
            }

    .GridViewStyle tr:hover {
        /*background: AliceBlue;     border-bottom: solid 1px Gainsboro;*/
    }

    .GridViewStyle tr:last-child:hover {
        background: White;
        border-bottom: none;
    }

    .GridViewStyle tr td {
        padding: 5px;
    }

        .GridViewStyle tr td Table {
            float: right;
            margin-top: 10px;
        }

            .GridViewStyle tr td table tr td:first-child {
                width: 15px;
                padding: 5px;
                text-align: center;
                border-right: solid 1px Gainsboro;
            }

            .GridViewStyle tr td table tr td {
                width: 15px;
                padding: 5px;
                color: Tomato;
                text-align: center;
            }

.CounterDiv {
    padding: 10px;
    text-align: right;
    font-weight: bold;
}
/*                              Grid View Controls                  */
.GridTable {
    width: 100%;
}

    .GridTable tr {
        border-bottom: 1px solid Gray;
    }

        .GridTable tr td {
            padding: 5px;
        }

            .GridTable tr td:first-child {
                text-align: right;
                border-right: 1px solid Tomato;
            }
/*                      Grid View           */

/* Responsive layout - when the screen is less than 700px wide, make the two columns stack on top of each other instead of next to each other */
    @media screen and (max-width: 700px) {
        .row {
            flex-direction: column;
        }

        .HeaderDiv {
            flex-direction: column;
        }

        .PageRow {
            flex-direction: column;
        }

        .FooterLinksDiv {
            flex-direction: column;
        }

        .CancellationDiv {
            flex-direction: column;
        }
        .FooterDiv {
            flex-direction: column;
        }
        table {
            flex-direction: column;
        }
    }
    /* Responsive layout - when the screen is less than 400px wide, make the navigation links stack on top of each other instead of next to each other */
    @media screen and (max-width: 400px) {
        .MenuDiv a {
            float: none;
            width: 100%;
        }

        .FooterLinksDiv a {
            float: none;
            width: 100%;
        }
    }
