﻿.Label {
    width:200px;
}

.Data {
    width:300px
}

.GridviewHeader {
    background-color: dimgrey !important;
    color: white !important;
    font-size: inherit !important;
    font-weight:normal !important;
}

.GridviewSelectedRow {
    background-color: burlywood;
}

       
input[type='checkbox'] {
    -webkit-appearance: checkbox;
    width: 30px;
    height: 30px;
    background: white;
    border-radius: 1px;
    font-size: xx-large;
    border: 2px solid #555;
}

    input[type='checkbox']:checked {
        background: Green;
    }


.footer-notice {
    /*color: firebrick;*/
    padding: 2em;
    border: 1px solid #ccc;
    font-size:small;
}

.payment-notice {
    color: #fff;
    background-color: cadetblue;
    padding: 2em;
    font-size: small;
}


.PersonalDetails-Label {
    font-weight: bold;
}

.PersonalDetails-Header {
    background-color: silver;
    height: 30px;
    width: 100%;
    font-size:large;
   
}
.btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    font-weight: 400;
    /*color: #212529;*/
    text-align: center;
    vertical-align: middle;
   
    font-weight: bold;
    width: 40px;
    /*background-color: transparent;*/
    border: 0.125rem solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 2rem;
    border-radius: 0.5rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}



.btnCounter {
    font-weight: 400;
    /*color: #212529;*/
    text-align: center;
    vertical-align: middle;
    /* color: #fff;
  background-color: #1abc9c;
  border-color: #1abc9c; */
    color: #fff;
    background-color: #2c3e50;
    border-color: #2c3e50;
    font-weight: bold;
    width: 40px;
    /*background-color: transparent;*/
    border: 0.125rem solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 2rem;
    border-radius: 0.5rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

fieldset {
    display: block;
    margin-left: 2px;
    margin-right: 2px;
    padding-top: 0.35em;
    padding-bottom: 0.625em;
    padding-left: 0.75em;
    padding-right: 0.75em;
    border: 2px groove (internal value);
}

.pagination-ys {
    /*display: inline-block;*/
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;

   
    font-size:x-large;
}

    .pagination-ys table > tbody > tr > td {
        display: inline;
    }

        .pagination-ys table > tbody > tr > td > a,
        .pagination-ys table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 8px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            color: #dd4814;
            background-color: #ffffff;
            border: 1px solid #dddddd;
            margin-left: -1px;
        }

        .pagination-ys table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 8px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            margin-left: -1px;
            z-index: 2;
            color: #aea79f;
            background-color: #f5f5f5;
            border-color: #dddddd;
            cursor: default;
        }

        .pagination-ys table > tbody > tr > td:first-child > a,
        .pagination-ys table > tbody > tr > td:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }

        .pagination-ys table > tbody > tr > td:last-child > a,
        .pagination-ys table > tbody > tr > td:last-child > span {
            border-bottom-right-radius: 4px;
            border-top-right-radius: 4px;
        }

        .pagination-ys table > tbody > tr > td > a:hover,
        .pagination-ys table > tbody > tr > td > span:hover,
        .pagination-ys table > tbody > tr > td > a:focus,
        .pagination-ys table > tbody > tr > td > span:focus {
            color: #97310e;
            background-color: #eeeeee;
            border-color: #dddddd;
        }