/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Mar 31, 2020, 9:39:44 PM
    Author     : v
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Oct 9, 2019, 8:18:22 PM
    Author     : v
*/

html,
body { height: 100%; }

body { 
    display: table;
    width: 100%;
}
.min-height-row{
    min-height: 55px
}

#wb_element_instance6 {
    opacity: 1;
    border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    -webkit-border-radius: 0px 0px 0px 0px;
    border: 5px none #d1d1d1;
    box-sizing: border-box;
    overflow: hidden;
}

#wb_element_instance6 img {
    width: 231px;
    height: 80px;
    display: block;
    position: static;
    left: 0px;
    top: 0px;
}

.header{
    padding: 10px;
    text-align: center;
    color: #3a3835;
    font-size: 30px;

}

.wrapper{ margin: auto;
          width: 50%;
          padding: 10px;
}
.wb-stl-pagetitle {
    font-size: 37px;
    font-style: normal normal;
    font: normal normal 37px 'Montserrat',Arial,sans-serif;
    line-height: normal;
    text-decoration: none;
    line-height: 55px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    text-transform: capitalize;
}
.main-title{
    color: rgba(255,25,25,1);
    text-align: right;
}
.main-title .h4{
    font: normal normal 37px 'Montserrat',Arial,sans-serif;
    font-weight: bolder;
    line-height: 55px;
    text-transform: capitalize;
}
.menu_sepatator{
    border-right: 1px solid #bfbfbf;

}
.navbar-nav{
    position: absolute;
    right: 20px;
}
.navbar-light .navbar-nav .nav-link{
    color: #000000;
    font: normal bold 12px 'Roboto',Arial,sans-serif;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover{
    color: #ff1919;
}
.navbar-light .navbar-nav .nav-link.active{
    color: #ff1919;

}
.btn{
    border-radius: 1.25rem;
    background-color: #163579;
    border-color: #163579;
}



.donation{

}
.donation .title{
    display: block;    
    padding: 10px;
    font: normal bold 35px 'Vidaloka',Arial,serif;
    font-size: 35px;
    color: #DB0D17;
    text-align: center;
    line-height: 36px;
    width: 100%;
    text-decoration-line: none;
    text-decoration-style: solid;
}
.donation .content{
    display: block;
    font-size: small;
    text-align: justify;
}
.page-row {
    display: table-row;
    height: 1px;
    background-color: #3a3835;
}

.page-row-expanded { height: 100%; }

.fa {
    padding: 20px;
    font-size: 20px;
    width: 30px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
}
.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
    background: #3B5998;
    color: white;
}

.fa-twitter {
    background: #55ACEE;
    color: white;
}
.fa-youtube {
    background: #bb0000;
    color: white;
}

.fa-instagram {
    background: #125688;
    color: white;
}
.socialmediaicons1 .fa {
    padding: 5px;
    font-size: 20px;
    width: 30px;
    border-radius: 50%;
    text-decoration: none;
    margin: 5px 2px;
}
.approved{

    font-size: 48px;
    color: #2ad22a;
    text-align: center;
    background: #7c7c7d;


}
.active > a{
    background: rgb(255,116,0); 
}
ul{
    margin-left: 0px;
    padding: 0px;
} 
ul > li{
    list-style: none;
    display: inline-block;
    margin-right:7px;
}
ul > li > a {
    color: #FFFFFF;
    text-decoration: none;
    padding: 5px 10px 5px 10px;
    display: block;
    background: #1e5799; /* Old browsers */
    border-radius: 20px;
}
.btn2 > a{
    padding: 2px;
    background: #1e5799; /* Old browsers */
    border-radius: 2px;
    text-align: center;
    width:30px;
}
table{
    font-size: 13px;
}
td , th{
    padding: 1px;
    text-align: center;
}