﻿#box {
    width: 100%;
    max-width: 600px;
    height: auto;

    text-align: center;
    background: linear-gradient(#fff, #fff);
    border-radius: 7px;
    box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.9);
    margin: 80px auto;
    /*text-align:center;*/
}

#Login-Logo {
    padding-left: 80px;
    margin-top: 30px;
    background-color: #32B5F3;
}

#LoginContent {
    width: 85%;
    height: auto;
    padding-top: 15px;
    margin: 0px auto;
    padding: 30px 0px;
    text-align: left;
}

    #LoginContent h2 {
        text-align: center;
        font-weight: bolder;
        text-transform: uppercase;
    }

      #LoginContent a {
        color:#111;
        font-weight: bolder;
        text-transform: uppercase;
        text-decoration:none;
    }
#createUserBox {
    min-width: 550px;
    height: auto;
    background-color: #fff;
    background: linear-gradient(#e4e4e4, #fff);
    border-radius: 7px;
    /*box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.9);*/
    margin: 15px auto;
}
#DonationBox {
    width: 60%;
    height: auto;
    background-color: #111;
    background: linear-gradient(#e4e4e4, #fff);
    border-radius: 7px;
    box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.9);
    margin: 15px auto;
}
#formBox {
    width: 550px;
    height: auto;
    background-color: #111;
    background: linear-gradient(#e4e4e4, #fff);
    border-radius: 7px;
    box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.9);
    margin: 15px auto;
}

.btnLogin {
    width: 30%;
    margin: 40px auto;
    padding: 10px;
    background: rgba(74, 148, 24, 0.664);
    border: none;
    /*box-shadow: 0px 1px 0px 0px #111;*/
    border-radius: 3px;
   
    outline: none;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.125em;
    text-align: center;
    text-transform: uppercase;
}

    .btnLogin:hover {
        background: #000000;
        color: #fff;
    }

#EnquiryBox {
    width: 80%;
    height: auto;
    margin: 15px auto;
}

#content {
    width: 85%;
    height: auto;
    margin: 0px auto;
    padding: 30px 0px;
    text-align: left;
}

    #content a {
        color: #214fa3;
        text-decoration: none;
        font-weight: bold;
        font-size: 16px;
    }

    #content h3 {
        font-size: 25px;
        font-weight: 600;
        color: #fff;
        font-family: Calibri;
        padding-top: 7px;
        height: 40px;
        background-color:#0d1535;
        letter-spacing: 0.125em;
        text-align: center;
    }

.content td {
    vertical-align: top;
}



.headingField {
    width: 30%;
    margin: 5px auto;
    padding: 10px;
    background: #fff;
    border: none;
    border-radius: 3px;
    outline: none;
    color: #111;
    font-size: 12px;
    letter-spacing: 0.125em;
    text-align: left;
    text-transform: uppercase;
}

.links {
    width: 100%;
    margin: 5px auto;
    padding: 10px;
    border: none;
    text-decoration: underline;
    border-radius: 3px;
    outline: none;
    color: #111;
    font-size: 12px;
    letter-spacing: 0.125em;
    text-transform: uppercase;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #5A5A5A;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #5A5A5A;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #5A5A5A;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #5A5A5A;
}

#LoginButtonDiv {
    width:100%;
    text-align:center;
}

/*.btnLogin {
    width: 30%;
    margin: 40px auto;
    padding: 10px;
    background: #32B5F3;
    border: none;
   
    border-radius: 3px;
   
    outline: none;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.125em;
    text-align: center;
    text-transform: uppercase;
}

    .btnLogin:hover {
        background: #000000;
        color: #fff;
    }

.btn:active {
    background: #FACC2E;
    color: #333;
}

.btnAction {
    width: 100%;
    margin: 10px auto;
    padding: 10px;
    background: #EE2C25;
    border: none;
   
    border-radius: 3px;
    outline: none;
    color: #FFf;
    font-weight: 700;
    letter-spacing: 0.125em;
    text-align: center;
    text-transform: uppercase;
}

    .btnAction:hover {
        background: #252A62;
        color: #fff;
    }*/

.btnSubmit {
 width: 30%;
    margin: 40px auto;
    padding: 10px;
    background: #0d1535;
    border: none;
   
    border-radius: 3px;
   
    outline: none;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.125em;
    text-align: center;
    text-transform: uppercase;
}

    .btnSubmit:hover {
        background: #888;
        background-color: #5A5A5A;
    }

.leftnav {
    float: left;
    height: 270px;
    width: 15%;
    padding-left: 10px;
}

    .leftnav a {
        color: white;
        text-align: left;
        display: block;
        padding-left: 10px;
        width: 150px;
        height: 30px;
        border-radius: 0px 10px 10px 0px;
        background-color: #cc3300;
    }

.rightBox {
    width: 85%;
    /*max-width:300px;*/
    height: auto;
    margin-bottom: 15px;
    float: left;
    /*background:linear-gradient(#e4e4e4, #fff);
  border-radius:7px;
  box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.9);*/
}



.HeadingStyle {
    font-size: 22px;
    font-weight: 400;
    color: #111;
    letter-spacing: 0.125em;
    text-align: center;
}


.Dropdown1 {
    width: 100%;
    /*margin: 5px 4px;
    padding: 10px;
    background: #fff;
    border: none;
    border-radius: 3px;
    outline: none;*/
    height: 25px;
    color: #111;
    font-size: 12px;
    letter-spacing: 0.125em;
    text-align: left;
    text-transform: uppercase;
}

/*.drp {
    width: 95%;
    margin: 5px 4px;
    padding: 10px;
    background: #fff;
    border: none;
    border-radius: 3px;
    outline: none;
    color: #111;
    font-size: 12px;
    letter-spacing: 0.125em;
    text-align: left;
    text-transform: uppercase;
}*/

.smalldropdown {
    width: 69%;
    margin: 10px auto;
    padding: 10px;
    background: #fff;
    border: none;
    border-radius: 3px;
    outline: none;
    color: #111;
    font-size: 12px;
    letter-spacing: 0.125em;
    text-align: left;
    text-transform: uppercase;
}

.smallbtn {
    width: 69%;
    margin: 10px auto;
    padding: 10px;
    background: #161616;
    border: none;
    box-shadow: 0px 1px 0px 0px #111;
    border-radius: 3px;
    outline: none;
    color: #FFBF00;
    font-weight: 700;
    letter-spacing: 0.125em;
    text-align: center;
    text-transform: uppercase;
}

    .smallbtn:hover {
        background: #FFBF00;
        color: #333;
    }

    .smallbtn:active {
        background: #FACC2E;
        color: #333;
    }

.smalldataBox1 {
    width: 45%;
    float: left;
    text-align: left;
    margin-right: 2px;
}

.smalldataBox2 {
    width: 54%;
    float: left;
    text-align: center;
    margin-right: 2px;
}

.grd {
    text-align: left;
}

.table {
    padding-right: 20px;
}

.RightDiv {
    width: 20%;
    float: right;
}


@media screen and (max-width:1100px) {
    /*.textbox {
        width: 45%;
        float: left;
    }

    .rightBox {
        float: left;
        width: auto;
    }*/
}

@media screen and (max-width:800px) {
    /*.textbox {
        width: 100%;
    }*/
}

@media screen and (max-width:400px) {


    /*.dataBox1 {
        width: auto;
        float: none;
    }

    .dataBox2 {
        width: auto;
        float: none;
    }

    .dataBox3 {
        width: auto;
        float: none;
    }

    .smalldropdown {
        width: auto;
        float: none;
    }

    .smallbtn {
        width: auto;
        float: none;
    }

    .smalldatabox1 {
        width: auto;
        float: none;
    }

    .smalldatabox2 {
        width: auto;
        float: none;
    }

    .textbox {
        width: 100%;
        float: none;
    }*/
}

#GridContent {
    width: 90%;
    min-height: 600px;
    margin: 0px auto;
    /*padding: 30px 0px;*/
    background-color: #fff;
    overflow: hidden;
    padding: 10px;
}

    #GridContent p {
        text-align: justify;
        font-size: 14px;
    }

    #GridContent a {
        color: #111;
    }
/*#GridContent h1 
    {
        font-size:26px;
        text-align:center;      
    }*/
.gridStyle {
    color: #111111;
    width: 100%;
    font-family: sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    /*background: linear-gradient(#e4e4e4, #fff);*/
    /*-webkit-border-radius: 15px;*/
    /*-moz-border-radius: 15px;*/
    /*border-radius: 10px;*/
    overflow: hidden;
    margin: 0px auto;
}

    .gridStyle td, .gridStyle th {
        border: 0px solid #EE2C25;
    }

.rowStyle {
    width: 100%;
    /*margin: 5px auto;*/
    padding-left: 15px;
    /*background: #fff;*/
    /*border:none;*/
    height: 30px;
    /*border-radius:15px 15px;*/
    outline: none;
    color: #111;
    font-size: 11px;
    letter-spacing: 0.125em;
    text-align: left;
    text-transform: uppercase;
}

    .rowStyle:hover {
        background-color:#eee;
        color: #111;
        /*border-radius: 15px;*/
    }

.girdHeaderStyle {
    width: 100%;
    /*margin:5px auto;*/
    padding-left: 15px;
    background-color: #222736;
    height: 40px;
    font-weight: bold;
    /*border-radius:0px 15px 0px 0px;*/
    /*outline:none;*/
    color: #fff;
    font-size: 13px;
    letter-spacing: 0.125em;
    text-align: left;
    text-transform: uppercase;
}


.rowStyle {
    width: 100%;
    /*margin: 5px auto;*/
    padding-left: 15px;
    /*background: #fff;*/
    /*border:none;*/
    height: 35px;
    /*border-radius:15px 15px;*/
    outline: none;
    color: #111;
    font-size: 11px;
    letter-spacing: 0.125em;
    text-align: left;
    text-transform: uppercase;
}

    .rowStyle:hover {
        background-color:#eee;
        color: #111;
        /*border-radius: 15px;*/
    }
.columnHeading {
    width: 20%;
    line-height: 25px;
    float: left;
}

.columnData {
    width: 20%;
    line-height: 25px;
    float: left;
    overflow: hidden;
    height: auto;
}

.pagerStyle {
    width: 100%;
    margin: 5px auto;
    padding: 10px;
    background: #ffffff;
    /*border:none;*/
    height: 30px;
    /*border-radius:3px;*/
    outline: none;
    font-size: 12px;
    letter-spacing: 0.125em;
    text-align: left;
    text-transform: uppercase;
}

.pagerField a {
    color: #585D62;
    text-decoration: none;
}

    .pagerField a:hover {
        color: #ffffff;
        font-size: 12px;
    }
#Header-EditSubject {
    width:100%;
    color:#111;
    text-align: center;
}

.DetailViewStyle {
    color: #111111;
    width: 100%;
    font-family: sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    text-align: left;
    background: linear-gradient(#e4e4e4, #fff);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 10px;
    overflow: hidden;
}

.detailData {
    width: 60%;
    height: auto;
    color: #111;
    /*background-color: #eaeaea;*/
    letter-spacing: 0.125em;
    text-align: left;
    float: right;
}

.DetailRowStyle td {
    padding-left: 20px;
}

.detailHeader {
    width: 38%;
    height: auto;
    color: #111;
    background-color: #eaeaea;
    letter-spacing: 0.125em;
    text-align: left;
    float: left;
}

/*.heading 
{
    text-transform: uppercase;
    background-color: #eaeaea;
    font-weight: bold;
    width:20%;
 
}*/
.rowData {
    text-transform: uppercase;
    /*font-weight: bold;*/
    font-size: 12px;
    text-align: justify;
    padding: 10px 10px 10px 15px;
    width: 80%;
}

    .rowData img {
        width: 200px;
        height: 150px;
    }

#GridContentChild {
    width: 90%;
    margin: 0px auto;
}

#PagingDiv {
    width: 100%;
    height: 40px;
    margin: 0px auto;
    /*padding: 30px 0px;*/
    background-color: #fff;
    padding: 10px;
    margin-bottom: 20px;
}

    #PagingDiv a {
        /*color:#fff;*/
    }
