@charset "utf-8";

:root {
    /* bkg_color: #a71937 */

    --bkg_color: #a71937;
    --bkg_color30: #a7193730;
    --bkg_color50: #a7193750;
    --bkg_color77: #a7193777;
}

body {
	min-height:100vh;
  	position:relative;
	/*background-image:url(globulos-mini05.svg);*/
	/*background-color:#FFB2B2;*/
	/*background-image: url(image/globulos680_100.png);*/
	/*background-repeat:repeat-x;*/
	/*background-color: red;*/
    /*background-color: rgba(228, 218, 218, 0.15);*/
    background-color: #e7e7e7;
}

a {
	text-decoration: none;
    color: #a71937;
    color: var(--bkg_color);
}

a:hover {
    text-decoration: none;
}

legend {
    border-bottom: 0px solid #0d747c !important;
}

.form-control {
    height: 40px;
    border: 1px solid #b98888;
    padding: 6px 12px;
    width: 100%;
}


/* ########## CUSTOM BOOTSTRAP ########## */

.well {
    background-color: #a71937 !important;
    background-color: var(--bkg_color30) !important;
    /*color: #CCCCCC;*/
    border: 1px solid;
    border-color: #e08d9d;
    box-shadow: 0px 1px 0px 5px rgba(0,0,0,0.05);
}

.navbar {
    /*background-image: url(image/globulos680_100.png);*/
    /*background-repeat:repeat-x;*/
    /*background-color:#e74c3c;*/
    border-bottom: 5px solid #a7193777;
    border-bottom: 5px solid var(--bkg_color77);
}


.nav a {
    /*background-color: #e74c3c;*/
    /*color: #FFFFFF !important;*/
    height:80px !important;
    padding-top:30px !important;
}

.nav a:visited {
	/*background-color: #FF3333 !important;*/
    /*color: #FFFFFF !important;*/
}

.nav a:active {
	background-color: #000000 !important;
	color: #FFFFFF !important;
}

.nav a:hover {
    background-color: #a71937 !important;
	background-color: var(--bkg_color) !important;
    color: #FFFFFF !important;
}

.nav a:link {
	/*background-color: #a71937 !important;*/
    /*color: #FFFFFF !important;*/
}

.list-group-item {
	background-color: #ffffff;
	/*color: #FFFFFF !important;*/
	/*border: 1px solid #a71937;*/
}

.list-group-item-city {
    background-color: #a7193730;
    background-color: var(--bkg_color30);

}

.badge {
    background-color: #a71937 !important;
	background-color: var(--bkg_color) !important;
}

.navbar-brand {
    /*color: #FFFFFF !important;*/
}

.navbar-header a img {
	float:left;
}


.tab-content>.active {
    background-color: white;
    padding: 10px 50px;
}


/* ########## OUR CSS CLASS ########## */

.color_white {color: white;}

.font12 {font-size:12px;}

.width290 {width:290px;}

.margintop5 {margin-top:5px;}

.marginright10 {margin-right:10px;}

.text_decoration_none {text-decoration: none}

.text_center {text-align:center;}

.bg_color {
    background-color: #a71937;
    background-color: var(--bkg_color);
}

.general {
    background-color: #e7e7e7;
}

.all_donor_panel {
    background-image: url("../image/fundo_cnds.png");
    background-size: 250px;
}

.all_donor_by_city {
	background-color: #a7193730 !important;
    background-color: var(--bkg_color30) !important;
}

.all_donor_by_city:hover {
    background-color: #a71937 !important;
	background-color: var(--bkg_color) !important;
	color: white;
}

.limit_footer {
    padding-bottom: 280px;
    background-color: #e7e7e7;
}

.footer {
	padding-top: 2rem;
    padding-bottom: 7rem;
    background-color: #424242;
    color: #fff;

    position: absolute;
    bottom: 0;
    width: 100%;

    background-image: url(../image/fundo_cnds.png);
    background-size: 250px;
}

.btn-social {
	background-color: #ffffff;
	border: 1px solid;
	line-height: 30px;
    padding: 0 16px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
}

.btn-social:hover {
    background-color: #656565;
	color: var(--bkg_color);
}

.fb {
    color: #4267b2;
}

.fb:hover, .fb:focus {
    background-color: #4267b2;
    color: #ffffff;
}

.tw {
    color: #2dcbff;
}

.tw:hover, .tw:focus {
    background-color: #2dcbff;
    color: #ffffff;
}

.yt {
    color: #ff0000;
}

.yt:hover, .yt:focus {
    background-color: #ff0000;
    color: #ffffff;
}

.local_links a{
	color: white;
	text-decoration: none;
}

.local_links a:hover {
    color: #a71937;
	color: var(--bkg_color);
	text-decoration: none;
}

.who_we_are {
    text-align: justify;
}

.copyright {
	position: absolute;
	bottom: 0px;
	width: 100%;
	padding-top: 1.5rem !important;
	padding-bottom: 1.5rem  !important;
    background-color: #a71937;
	background-color: var(--bkg_color);
	color: #fff;
}


/* New Style */

/* To remove this bellow.s*/
/*#botao {
    border-radius:10px;
    border:1px solid #ccc;
    height:30px;
    text-align:center;
    padding-top:5px;
}

#botao_link {
    text-decoration:none;
    color:var(--bkg_color);
}

#botao:active {
	background-color: white;
	color: var(--bkg_color);
}

#botao:hover  {
    background-color: #a71937;
	background-color: var(--bkg_color);
    color: white;
}
*/



/* ########## MEDIA ########## */

@media (max-width: 1200px) {
    .all_donor {
         width: 100%;
    }
    
    .limit_footer {
        padding-bottom: 300px;
    }
    
    .local_links {
        width: 25%;
        float:left;
    }
    
    .who_we_are {
        width: 25%;
        float:left;
    }

    .list_by_donor {
        width: 50%;
        float: left;
    }
}

@media (max-width: 1000px) {
    .navbar-collapse.collapse {
        display: none !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
    
    .navbar-toggle {
        display: block;
        position: absolute;
        right: 0px;
    }
    
    .all_donor {
        width: 100%;
    }

    .list_by_donor {
        width: 50%;
        float: left;
    }
    
    .limit_footer {
        padding-bottom: 340px;
    }
}

@media (min-width: 600px) {
    .col-lg-12 {
        width: 100%;
        float: left;
    }
    
    .col-lg-6 {
        width: 50%;
        float: left;
    }
    
    .last_solicitation {
        width: 50%;
        float: left;
    }

}

@media (max-width: 800px) {
    .all_donor {
         width: 100%;
    }
    
    .last_solicitation {
        width: 50%;
        float: left;
    }
    
    .local_links {
        width: 50%;
    }
    
    .who_we_are {
        width: 100%;
    }
}

@media (max-width: 650px) {
    .last_solicitation {
        width: 50%;
        float: left;
    }
    
    .local_links {
        width: 100%;
    }

    .list_by_donor {
        width: 100%;
        float: left;
    }
}

@media (max-width: 620px) {
    .limit_footer {
        padding-bottom: 380px;
    }
}

@media (max-width: 430px) {
    .font12 {
        font-size: 8px;
    }
    
    .width290 {
        width: 200px;
    }
    
    .donor_total {
        font-size: 20px;
    }
    
    .all_donor {
         width: 100%;
    }
    
    .limit_footer {
        padding-bottom: 500px;
    }
    
    .last_solicitation {
        width: 100%;
    }
}

#pop{
    width:600px; 
    height:400px;  
    position:fixed;
    display:none;
    /*
    display:block;
    */
    z-index:100; 
    top:100px;
    background-color: #f3adbc;
    margin-left:25%; 
    border:5px solid #A78E8E;
    background-image: url("/cnds/public/image/fundo_cnds.png");
    background-size: 250px;
}

.btn-facebook {
    color: #fff;
    background-color: #3b5998;
}

@media (min-width: 768px) {
    .login-form {
        border-right: 1px solid #fff;
    }
}


@media (max-width: 768px) {
    .login-form {
        border-bottom: 1px solid #fff;
        margin-bottom: 15px;
    }
}

@media (min-width: 1300px) {
    .btn-social-large {
        width: 250px;
        height: 40px;
        font-size: 15px;
    }
}

@media (max-width: 1300px) {
    .btn-social-large {
        width: 190px;
    }
}

.btn-social-large {
    box-shadow: 0px 1px 10px 4px rgba(0,0,0,0.14), 0px 3px 1px -2px rgba(0,0,0,0.12), 0px 1px 5px 0 rgba(0,0,0,0.2);
    padding: 10px;
    border: 1px solid;
    border-color: #c38080;
}

.white {
    background-color: #fff !important;
}

.logincontainer a:hover {
    color:red;
    background-color: #fff !important;
}

#loading {
    visibility: hidden;
    text-align:center;
    background-color: rgba(134, 82, 82, 0.80);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
}

#loading label, img {
    position: relative;
    top: 30%;
    border-color: gainsboro;
    border-radius: 5px;
    color: white;
    text-shadow: 1px 2px 20px #151414;
    
}

@media (max-width: 768px) {
    #loading label, img {
        max-width: 300px;
    }
}