﻿body {
    font-size:large;
}

.btn-primary {
    font-size: x-large !important;
}

.Qnt {
    max-width: 200px;
}

label {
    padding-left: 15px;
    padding-right: 15px;
    color:black;
}

.box-frame {
    border: 1px solid #efefef;
/*    margin-left: 10px;
    margin-right: 10px;*/
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 5px;
    border-radius: 5px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    text-align: center;
    background-color: #ffffff;
    min-height: 180px;
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
    .box-frame {
        border: 1px solid #efefef;
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 5px;
        margin-top: 5px;
        padding: 5px;
        border-radius: 5px;
        box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
        text-align: center;
        background-color: #ffffff;
        min-height: 200px;
    }
}

.header {
    background-color: #009DDA;
    height: 54px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 10px;
  
}
    .header .form-control{
        display:inline;
    }

    .header a {
        color: white !important;
    }

    .MasterBoxCss {
    padding-top: 10px;
    padding-bottom:10px;
    background-color: #ffffff;
}

.Productheader {
    /*border: 0px solid black;*/ /* creates a black border around the header */
    /*padding: 10px;*/ /* adds 10 pixels of padding inside the border */
    text-align: center;
    font-size: large;
    font-weight: bold;
    background-color: #009DDA;
    color:white;
}

#products {
    /*background-color: #009DDA;*/
}

#Per {
    /*background-color: #009DDA;*/
    color:black;
}

.buttomSpacDiv {
    padding-bottom: 20px; /* Add 20 pixels of margin below the first div */   
    border: 1px solid #efefef;
    border-radius: 5px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);    
    background-color: #ffffff;
    
}


.topSpaceDiv {
    padding-top: 20px; /* Add 20 pixels of margin above the second div */
}

.center {
    margin: auto;
}

.center-text {
    text-align:center
}

.circle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #efefef;
    display: flex;
    align-items: center;
    justify-content: center;

}

.inner-circle {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: red;
}

#PersonalDetailsFields {
    padding-top:20px;
    background-color: #ffffff;

}

#products {
    /*background-color: gainsboro;*/
    width: 100%;
/*    padding-bottom: 40px;
    padding-top: 40px;*/
}
.row {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

#Step1Div {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
}

.InfoDiv {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
}


.navbar-brand {
    float: none!important;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}

.PageName{
   color:white; 
}

#Step1 {
    width: auto;
    height: auto;
    max-height: 130px;
    max-width: 350px;
    font-size: x-large;
    padding: 20px;
}

#divTotalToPay {

    text-align: center;
    font-size:x-large;
    font-weight:bolder;
}

#divLocations {
    background-color: #ffffff;
    padding-left: 32px;
    padding-right: 32px;
}
#DonationDescription{
    font-weight:bold;
    text-align:center;
}

.QuntityLabel{
    font-weight:bold;
   
}

.LabelLocations {
    font-weight: bold;
    font-size:large;
}

.RadioButtonListLocations {
    font-weight: bold;
    font-size: large;
}


.LabelDonationTitle {
    font-weight: bold;
    font-size: large;
}


.PriceLbl {
    padding-top: 30px;
    font-weight: bold;
    font-size: x-large;
    text-align: center;
    float: none !important;
    
}
 
#modalContainer {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

#modalContent {
    background-color: white;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    text-align: center;
}

#closeModalButton {
    margin-top: 20px;
}

#Donationheader {
    text-align: center;
    background-color: #009DDA;
    color: white;
}

#Loactionheader {
    text-align: center;
    background-color: #009DDA;
    color: white;
}

#HeaderPersonl {
       background-color: #009DDA;
    color: white; 
}

/*RADIO*/
body {
    color: #000;
    overflow-x: hidden;
    height: 100%;
    /*background-image: url("https://i.imgur.com/GMmCQHC.png");*/
    /*    background-repeat: no-repeat;
    background-size: 100% 100%*/
}

.card {
    padding: 30px 40px;
    margin-top: 60px;
    margin-bottom: 60px;
    border: none !important;
    box-shadow: 0 6px 12px 0 rgba(0,0,0,0.2)
}

.blue-text {
    color: #00BCD4
}

.form-control-label {
    margin-bottom: 0
}

input, textarea, button {
    padding: 8px 15px;
    border-radius: 5px !important;
    margin: 5px 0px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    font-size: 18px !important;
    font-weight: 300
}

    input:focus, textarea:focus {
        -moz-box-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        border: 1px solid #00BCD4;
        outline-width: 0;
        font-weight: 400
    }

.btn-block {
    text-transform: uppercase;
    font-size: 15px !important;
    font-weight: 400;
    height: 43px;
    cursor: pointer
}

    .btn-block:hover {
        color: #fff !important
    }

button:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline-width: 0
}

/*END RADIO*/

/*NEPAL*/

legend {
    color: rgb(19, 99, 162);
}

.font-bold {
    font-weight: bold;
}

.space-20 {
    min-height: 20px;
}

.min_width_150 {
    min-height: 20px;
    min-width: 20px;
}


.tocenter {
    margin: 0 auto;
    display: inline;
}


.widget-box {
    padding: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 3px 0px;
    border-bottom: 1px solid rgb(204, 204, 204);
}

.widget-header {
    box-sizing: content-box;
    position: relative;
    min-height: 38px;
    background: linear-gradient(rgb(255, 255, 255) 0px, rgb(238, 238, 238) 100%) repeat-x rgb(247, 247, 247);
    color: rgb(19, 99, 162);
    border: 1px solid;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    padding-left: 12px;
}

    .widget-header::before, .widget-header::after {
        content: '';
        display: table;
        line-height: 0;
    }

    .widget-header::after {
        clear: right;
    }

    .widget-header::before, .widget-header::after {
        content: '';
        display: table;
        line-height: 0;
    }

    .widget-header > .widget-caption, .widget-header > :first-child {
        line-height: 36px;
        padding: 0px;
        margin: 0px;
        display: inline;
    }

h4 {
    font-size: 18px;
    font-weight: normal;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}


.widget-toolbar {
    display: inline-block;
    padding: 0px 10px;
    line-height: 37px;
    float: right;
    position: relative;
}

    .widget-toolbar::before {
        display: inline-block;
        content: '';
        position: absolute;
        top: 3px;
        bottom: 3px;
        left: -1px;
        border: solid rgb(217, 217, 217);
        border-image-source: initial;
        border-image-slice: initial;
        border-image-width: initial;
        border-image-outset: initial;
        border-image-repeat: initial;
    }

    .widget-toolbar > [data-action="collapse"], .header-color-dark > .widget-toolbar > [data-action="collapse"] {
        color: rgb(170, 170, 170);
    }

    .widget-toolbar > a {
        font-size: 14px;
        margin: 0px 1px;
        display: inline-block;
        padding: 0px;
        line-height: 24px;
        text-decoration: none;
    }

    .widget-toolbar > [data-action="close"], .header-color-dark > .widget-toolbar > [data-action="close"] {
        color: rgb(224, 158, 150);
    }

.widget-body {
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-color: rgb(204, 204, 204);
    border-bottom-color: rgb(204, 204, 204);
    border-left-color: rgb(204, 204, 204);
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    border-top: 0px;
    background-color: rgb(255, 255, 255);
}

.widget-main {
    padding: 12px;
}



/*End NEPAL*/