﻿.btnSize {
    width: 100%;
}


.btnColor {
    color: blue;
    margin: 1%;
}

.content h4 {
    color: blue;
}

.lblUpldError {
    color: red;
}

/* For Schemes table margins */

.SchmTblMargins {
    margin: 0px;
    padding: 1px;
    border: 1px solid #454545;
}

.SchmTblMarginsWidth {
    margin: 0px;
    padding: 1px;
    border: 1px solid #454545;
    width: 100%;
}

/* Stule for Indent Capitalize in History of Mangi tungi*/
.firstCapital {
    font-size: 150%;
    color: #00aeef;
    font-weight: bolder;
}

.firstCapitalWhite {
    font-size: 150%;
    /*color:#fff;*/
    color: #00aeef;
    font-weight: bolder;
}

.homeSliderInfo {
    font-size: 100%;
    color: #fff;
    /*border:2px solid #00aeef;*/
    width: 100%;
    padding: 1%;
    background-color: #000;
    /*#00aeef*/
    filter: alpha(opacity=70);
    /* IE */
    -moz-opacity: 0.6;
    /* Mozilla */
    opacity: 0.6;
}

.btnHomeWatchVideo {
    background-color: #fff;
    color: #00aeef;
    border: 1px solid #00aeef;
}

.someWordJainismColor {
    color: #00aeef;
}

.lblChangeEvent {
    color: #00aeef;
    font-size: 100%;
    font-weight: bolder;
}


.cntrlChangeEvent {
    color: #00aeef;
    font-size: 100%;
    font-weight: normal;
}

/* Home Page Header */
.homeHedeader {
    width: 100%;
    font-weight: 300;
    color: #00aeef;
    /*background-color:#000;*/
    background-color: #000;
    /*#00aeef*/
    filter: alpha(opacity=70);
    /* IE */
    -moz-opacity: 0.6;
    /* Mozilla */
    opacity: 0.6;
    border: 3px solid #00aeef;
}

.cntrlChangeEventText {
    color: #00aeef;
    font-size: 100%;
    font-weight: normal;
    background-color: white;
    border: 2px solid #00aeef;
}

.MangiTungiLink {
    font-size: 50%;
    font-weight: bold;
    color: red;
    font-stretch: expanded;
}

.padding-bottom1 {
    padding-bottom: 1%;
}



.TithankarInfoIndent {
    text-indent: 5%;
}

.TithankarInfoIndent1 {
    text-indent: 5%;
    font-size: 115%;
}

.firstCapitalWhite1 {
    font-size: 150%;
    /*background-color:#fff;*/
    color: #00aeef;
    /*color: #00aeef;*/
    font-weight: bolder;
}

.firstCapitalWhite2 {
    font-size: 100%;
    /*background-color:#fff;*/
    color: #00aeef;
    /*color: #00aeef;*/
    font-weight: bolder;
}


.firstCapitalWhite3 {
    font-size: 100%;
    /*background-color:#fff;*/
    color: #00aeef;
    /*color: #00aeef;*/
}

.leftIndentInfo {
    font-size: 100%;
    /*background-color:#fff;*/
    color: #00aeef;
    /*color: #00aeef;*/
    padding-left: 5%;
}


.leftIndentInfoBold {
    font-size: 100%;
    /*background-color:#fff;*/
    color: #00aeef;
    /*color: #00aeef;*/
    padding-left: 5%;
    font-weight: bold;
}
/* CSS for back to top button */
.scroll-top-wrapper1 {
    background-image: url('../images/BackToTopArrow.png');
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    background-color: #00aeef;
    color: #eeeeee;
    width: 50px;
    height: 48px;
    line-height: 48px;
    right: 30px;
    bottom: 30px;
    padding-top: 2px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

    .scroll-top-wrapper1:hover {
        background-color: #888888;
    }

    .scroll-top-wrapper1.show {
        visibility: visible;
        cursor: pointer;
        opacity: 1.0;
    }

    .scroll-top-wrapper1 i.fa {
        line-height: inherit;
    }

/* Donate/DEfault Page Links CSS */
.list-info1 {
    background-color: #fff;
    border-color: #cfd2d8;
    border-width: 0 1px 1px;
    padding: 5px;
    border: 1px solid #00aeef;
    margin-top: 1%;
}

.list-info2 {
    border-color: #cfd2d8;
    border-width: 0 1px 1px;
    padding: 5px;
    margin-top: 1%;
}

.list-info2 h2 {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 90%;
    font-weight: BOLD;
    color:#00aeef;
}

.list-info1 h2 {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 120%;
    font-weight: bolder;
}

.list-info1 .btn-primary {
    padding: 9px 28px;
}

.list-info1 p {
    margin-bottom: 20px;
}

.list-info1 a {
    color: #00aeef;
}

/* CSS for History span tag*/

.CavesIndent {
    text-indent: 10%;
}



/*.row .section-title  h1 {
	margin-bottom:20px;
	font-size:30px;
	font-weight:300;
     color: #00aeef;
}*/


/* Style for Grid View Pagination*/
.pagination-ys {
    /*display: inline-block;*/
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .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;
        }

.headerClass > th {
    text-align: center !important;
}

.GalleryBox {
    /*border:2px solid #00aeef;*/
    margin: 15px;
    width: 100%;
    padding: 5%;
}

.LabelGalName {
    font-size: 120%;
    color: #00aeef;
}

.LabelViewLink {
    margin-top: 2%;
    color: red;
}
