﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    /*padding-top: 50px;
    padding-bottom: 20px;*/
}

.panel-title > a {text-transform:capitalize;font-weight:bold;font-size:14px;letter-spacing:1px;}
    .panel-title > a > i {margin-right:5px;
    }

#top-navbar {
    background-color: #fff;
}

input:focus {
    outline: none;
}

input[type="checkbox"] {
    width: 20px;
    height: 20px;
}
label sup[data-toggle="tooltip"] {
    background-color: #06A77D;
    color: #fff;
    padding: 3px 8px 3px 8px;
    border-radius: 1000%;
}


h1, hr, h2 {
    text-align: center;
}

.nav-tabs > li > a {
    font-size:12px;
}

.social-media li { display:inline-block; max-width:100px;}

#friendsBlock {
    padding: 15px;
    border-top: 2px solid #f3f3f3;
}
    #friendsBlock p {
        font-size:20px;
        text-transform:uppercase;
    }

    .swiper-container {
        width: 100%;
        height: 100%;
        padding: 20px;
    }

.swiper-slide {
    text-align: center;
}

.btn-default {
	background-color: #0055a4 !important;
	color: #fff !important;
	border-radius: 20px 20px 20px 20px;
	padding: 5px 15px !important;
	font-weight: normal !important;
	font-size: 18px !important;
	letter-spacing: 2px !important;
	margin: auto;
	display: block;
	float: none !important;
	margin-top: 15px;
}

.btn-default-float {
    background-color: #0055a4 !important;
    color: #fff !important;
    border-radius: 20px 20px 20px 20px;
    padding: 5px 15px !important;
    font-weight: normal !important;
    font-size: 18px !important;
    letter-spacing: 2px !important;
    margin: auto;
    display: block;
    margin-top: 15px;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}
.accordion > .card {
    overflow: hidden;
}
    .accordion > .card:first-of-type {
        border-bottom: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }
    .accordion > .card .card-header {
        margin-bottom: -1px;
    }
.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}
.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
    text-align:left!important;
}

    .card-header .btn-link {
        text-align: left !important;
        color: #06A77D;
    }

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}
/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    /*max-width: 280px;*/
}

.grey-background {
    background-color: #575756;
}

.red-background {
    background-color: #e31b23;
}

.lightgreen-background {
    background-color: #06A77D;
}


.contact-profile {max-width:200px; margin:auto;display:block;}

#scroller > div > div > div > a {
    cursor: default !important;
}

#donatemenu, #registermenu {
    background-color: #fff;
}
    #donatemenu a, #registermenu a {
        color: #06A77D;
    }


    .phasa-red-text {
        color: #e31b23;
    }

/*OL {
    counter-reset: item
}*/
.counter1 {
	list-style-position: outside;
	list-style: decimal;
}
.counter1 LI {
	/*display: block;*/

	/*list-style: none;*/
	
}
/*.counter1 {
	padding-inline-start: 0px;
}*/

    .counter1 LI:before {
        /*content: counters(item, ".") " ";
        counter-increment: item*/
    }

img#logo-navbar-middle {
    max-width: 250px;
    margin: auto;
    display: block;
}

#top-navbar {
    padding: 15px;
   
    text-align: center;
}

.top-fb {
    max-width: 45px;
    float: right;
}

#top-navbar p {
    letter-spacing: 2px;
    padding-top: 16px;
    font-size: 20px;
    text-transform: uppercase;
}

.logo-style {
    max-width: 300px;
}

a.anchor {
    display: block;
    position: relative;
    top: -230px;
    visibility: hidden;
}

.white-background {
    background: #fff;
}

.blue-background {
    background-color: #0055a4;
}

#backtop {
    position: fixed;
    left: auto;
    right: 20px;
    top: auto;
    bottom: 20px;
    outline: none;
    overflow: hidden;
    color: #fff;
    text-align: center;
    background-color: #0055a4;
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 14px;
    border-radius: 2px;
    cursor: pointer;
    transition: all 0.3s linear;
    z-index: 999999;
    opacity: 1;
    display: none;
}

    #backtop:hover {
        background-color: #0055a4;
    }

    #backtop.mcOut {
        opacity: 0;
    }

.scroller-block {
    height: 193px;
    width: 200px;
}

.fill-block-yellow {
    background: #fcb514;
}

.fill-block-blue {
    background: #388bdf;
}

.fill-block-green {
    background: #008a5f;
}

/*Banners*/
.home-banner-image {
    background-image: url(/images/home2019.jpg?v=2.4);
    background-size: cover;
    background-repeat: no-repeat;
    height: 300px;
    background-position: center;
}

.about-banner-image {
    background-image: url(/images/top-about.jpg?v=2.4);
    background-size: cover;
    background-repeat: no-repeat;
    height: 200px;
    background-position: bottom center;
}

.aboutph-banner-image {
    background-image: url(/images/patient.jpg?v=2.4);
    background-size: cover;
    background-repeat: no-repeat;
    height: 300px;
    background-position: 12% 22%;
}

.caregivers-banner-image {
    background-image: url(/images/caregivers.jpg?v=2.4);
    background-size: cover;
    background-repeat: no-repeat;
    height: 200px;
    background-position: center center;
}

.glossary-banner-image {
    background-image: url(/images/glossary.jpg?v=2.4);
    background-size: cover;
    background-repeat: no-repeat;
    height: 200px;
    background-position: top center;
}

.contact-banner-image {
    background-image: url(/images/contact.jpg?v=2.4);
    background-size: cover;
    background-repeat: no-repeat;
    height: 200px;
    background-position: center 30%;
}

.register-banner-image {
    background-image: url(/images/register.jpg?v=2.4);
    background-size: cover;
    background-repeat: no-repeat;
    height: 300px;
    background-position: center 25%;
}


/*Home*/


.home-banner-content1 {
    width: 50%;
    padding-top: 5%;
    margin: auto
}

    .home-banner-content1 h3 {
        font-size: 40px;
        text-align: center;
    }

.home-banner-content2 {
    width: 90%;
    padding-left: 30%;
    padding-top: 5%;
    margin: auto;
}

.cream-content-fill {
    background-color: #f3f3f3;
}

.content-block {
    padding: 50px 50px;
}

.column-block {
    padding: 0px 80px;
}

.one-column-block {
    padding: 50px 50px;
}

.home-welcome-image {
    background-image: url(/images/2019/lungs.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
    height: 350px;
}

.home-content-image1 {
    background-image: url(/images/home/diagnosed.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    height: 600px;
}

    .home-content-image1 h3 {
        color: #fff;
        text-align: center;
        font-size: 30px;
        position: absolute;
        bottom: 50px;
        left: 15%;
    }

.home-content-image2 {
    background-image: url(/images/2019/care.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
    height: 350px;
}


.donate-banner-image {
    background-image: url(/images/register.jpg?v=2.4);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 25%;
    height: 200px;
}

.white-opacity {
    background-image: url(/images/white-opacity.png);
    padding: 20px 20px 80px 20px;
}

/*About*/


.about-banner-image {
    color: #fff;
}

.about-welcome-image {
    background-image: url(/images/2019/balloons.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
    height: 350px;
}

.about-content-image1 {
    background-image: url(/images/2019/1_Kim_Carol_3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    height: 700px;
}

/*Patients*/



.patients-welcome-image {
    background-image: url(/images/2019/3_Roné_Uren.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    height: 350px;
}

.patients-content-image2 {
    background-image: url(/images/patients/diagnosed.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    height: 350px;
}

/*Aboutph*/



.aboutph-welcome-image {
    background-image: url(/images/aboutph/aboutph2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    height: 350px;
}

.aboutph-content-image1 {
    background-image: url(/images/aboutph/aboutph1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 750px;
}

.aboutph-content-image2 {
    background-image: url(/images/aboutph/aboutph3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom right;
    height: 350px;
}

.aboutph-content-image3 {
    background-image: url(/images/aboutph/aboutph4.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    height: 350px;
}

.ph-contact-box h3 {
    margin-bottom: 5px;
}

.ph-contact-box a {
    font-size: 14px;
}

/*Living with PH*/


.livingph-welcome-image {
    background-image: url(/images/2019/2_Nicole_Coutinho_2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    height: 350px;
}

.livingph-content-image1 {
    background-image: url(/images/2019/48f43238-1be6-47a6-87f7-04a67cdc06ea.JPG);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 750px;
}

.livingph-content-image2 {
    background-image: url(/images/livingph/livingph3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    height: 350px;
}

/*Patient stories*/


.patientstories-image1 {
    background-image: url(/images/patientstories/DenneysNiemandt.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    max-width: 300px;
    height: 350px;
}

.patientstories-image2 {
    background-image: url(/images/2019/Sandra.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    max-width: 300px;
    height: 350px;
}

.patientstories-image3 {
    background-image: url(/images/2019/Nicolene.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    max-width: 300px;
    height: 350px;
}

.patientstories-image4 {
    background-image: url(/images/patientstories/TylorMiller.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
    max-width: 300px;
    height: 350px;
}

.patientstories-image5 {
    background-image: url(/images/2019/eben.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    max-width: 300px;
    height: 350px;
}

.patientstories-image6 {
    background-image: url(/images/2019/Nicole.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    max-width: 300px;
    height: 350px;
}

.patientstories-image7 {
    background-image: url(/images/2019/Colinda.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    max-width: 300px;
    height: 350px;
}

.patientstories-image8 {
    background-image: url(/images/2019/Bonny.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    max-width: 300px;
    height: 350px;
}

.patientstories-image9 {
    background-image: url(/images/2019/RonéUren.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    max-width: 300px;
    height: 350px;
}
.patientstories-image10 {
	background-image: url(/images/2019/Kim.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	max-width: 300px;
	height: 350px;
}
.patientstories-image11 {
    background-image: url(/images/patientstories/NadiaCollins.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    max-width: 300px;
    height: 350px;
}

.memorial-image1 {
    background-image: url('/images/memorial/jenna1.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    max-width: 300px;
    height: 350px;
}

.memorial-image2 {
    background-image: url('/images/memorial/jenna3.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    /*max-width: 300px;*/
    height: 350px;
}

.memorial-image3 {
    background-image: url('/images/memorial/jenna2.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    /*max-width: 300px;*/
    height: 300px;
}

.memorial-image4 {
    background-image: url(/images/memorial/jenna4.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom center;
    max-width: 300px;
    height: 142px;
    margin-top: 5px;
}




.small-info-text p small {
    font-size: 11px;
}

.small-info-text p {
    margin-top: 2px;
    margin-bottom: 2px;
}

.memorial-image5 {
    background-image: url('/images/memorial/jenna5.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    max-width: 300px;
    height: 350px;
}

.memorial-image6 {
    background-image: url('/images/memorial/jenna6.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    max-width: 300px;
    height: 350px;
}

.memorial-image7 {
    background-image: url(/images/patientstories/SharonChetty.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    max-width: 300px;
    height: 350px;
}
.memorial-image8 {
    background-image: url(/images/patientstories/MoniqueJardine.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    max-width: 300px;
    height: 350px;
}

/*rights*/
.rightsph-welcome-image {
    background-image: url(/images/2019/question.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top left;
    height: 350px;
}

.rightsph-content-image1 {
    background-image: url(/images/rights/2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 750px;
}

.rightsph-content-image2 {
    background-image: url(/images/rights/3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top left;
    height: 350px;
}

/*Cargivers*/

.caregivers-welcome-image {
    background-image: url(/images/caregivers/caregiver-photo.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    height: 350px;
}

.caregivers-content-image1 {
    background-image: url(/images/caregivers/2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    height: 650px;
}

.caregivers-content-image2 {
    background-image: url(/images/caregivers/3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    height: 350px;
}

.caregivers-content-image3 {
    background-image: url(/images/caregivers/4.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    height: 350px;
}

.caregivers-content-image4 {
    background-image: url(/images/caregivers/5.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    height: 700px;
}

.caregivers-content-image5 {
    background-image: url(/images/2019/KimCarol.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    height: 350px;
}

.caregivers-content-image6 {
    background-image: url(/images/caregivers/7.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    height: 350px;
}

.caregivers-content-image7 {
    background-image: url(/images/caregivers/8.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    height: 350px;
}

.memorial-image {
    background-image: url(/images/2019/memory.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
    height: 350px;
}
/*contact*/
.contact-welcome-image {
    background-image: url(/images/contact/1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    height: 350px;
}

/*Registration*/

.registration-welcome-image {
    background-image: url(/images/registration/1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    height: 350px;
}


.fb-icon {
    float: right;
    padding: 20px;
}

    .fb-icon img {
        max-width: 70px;
    }

footer .bottom-fb {
    position: absolute;
    bottom: 20px;
    right: 40px;
}

    footer .bottom-fb img {
        max-width: 70px;
    }

footer {
    /*border-bottom: 6px solid #fcb514;*/
    font-size: 12px;
    position: relative;
}

    footer .blue-footer-block {
        color: #fff;
        background-color: #06A77D;
        padding: 20px 50px;
        text-align: center;
    }
        footer .blue-footer-block a {
            color:#fff;
        }

        footer .white-footer-block {
            padding: 50px 50px 20px 50px;
            text-align: center;
        }

    footer .footer-icon img {
        max-width: 50px;
        margin-bottom: 10px;
    }

    footer a {
        font-size: 16px;
    }

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }
}


/*form*/

/* -- Input styles ---------------------------------- */
.form-group {
	position: relative;
	/*margin-top: 35px;*/
	margin-top: 15px;
	margin-bottom: 20px;
}

.form-check-inline {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem;
}

    .form-check-inline .form-check-input {
        position: static;
        margin-top: 0;
        margin-right: .3125rem;
        margin-left: 0;
    }

.input-group {
    position: relative;
}

.form-control {
    display: block;
    height: 36px;
    width: 100%;
    border: none;
    border-radius: 0 !important;
    font-size: 16px;
    font-weight: 300;
    padding: 0;
    background-color: transparent;
    box-shadow: none;
    border-bottom: 1px solid #757575;
}

.input-group .form-control {
    position: relative;
    z-index: inherit;
    float: inherit;
    width: 100%;
    margin-bottom: 0;
}

.form-control:focus {
    border-color: #fcb514;
    outline: none;
    box-shadow: none;
}

/* -- label styles ---------------------------------- */
/*label {
    position: absolute;
    top: -18px;
    color: #999;
    font-size: 20px;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}*/

.form-horizontal .control-label {
    position: relative;
    top: 0;
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        font-size: 20px;
    }
}





.float-label {
    left: 0;
    top: 7px;
    font-size: 20px;
    pointer-events: none;
}

/* active state */
.form-control:focus ~ .float-label, .form-control:valid ~ .float-label {
    top: -18px;
    font-size: 16px;
}


/* input colors ---- */
// default
.form-control:focus {
    ~ label

{
    color: #03a9f4;
}

~ .form-bar:before, ~ .form-bar:after {
    background: #03a9f4;
}

}




.form-control:valid ~ .control-label {
}

/* help-block */
.form-group .help-block {
    position: absolute;
}

.help-block {
    color: #bdbdbd;
    // caption font-size: 12px;
    font-weight: 300;
}

/* input addon ---*/
.input-group-addon {
    border: none;
    background: transparent;
}

/* ------  inline ----*/
.input-group-addon, .form-inline .input-group {
    display: table-cell;
}

.input-group-addon, .input-group-btn {
    width: inherit;
}

.input-group {
    width: 100%;
}

@media (min-width: 768px) {
    .form-inline .form-group {
        margin-top: 16px;
    }

    .input-group-btn, .input-group .form-control, .input-group-addon, .form-inline .input-group {
        display: inline-block;
    }

    .input-group {
        width: auto;
    }
}

/* -- bar styles -------------------------------------- */
.form-bar {
    position: relative;
    display: block;
    width: 100%;
}

    .form-bar:before, .form-bar:after {
        content: '';
        height: 1px;
        width: 0;
        bottom: 0;
        position: absolute;
        transition: 0.3s ease all;
        -moz-transition: 0.3s ease all;
        -webkit-transition: 0.3s ease all;
    }

    .form-bar:before {
        left: 50%;
    }

    .form-bar:after {
        right: 50%;
    }

/* active state */
.form-control:focus ~ .form-bar:before, .form-control:focus ~ .form-bar:after {
    width: 50%;
}

/* -- highlighter styles ------------------------------ */
.form-highlight {
    position: absolute;
    height: 60%;
    width: 60px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.4;
}

/* active state */
.form-control:focus ~ .form-highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
}

/* -- highlighter animation --------------------------- */
@-webkit-keyframes inputHighlighter {
    from {
        background: #5264AE;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@-moz-keyframes inputHighlighter {
    from {
        background: #5264AE;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@keyframes inputHighlighter {
    from {
        background: #5264AE;
    }

    to {
        width: 0;
        background: transparent;
    }
}


/*-- Checkbox --------------------------- */
// fork from http://codepen.io/jasonmayes/pen/wxtFr
/* 
 * Core styles required for the checkboxes.
 * @author Jason Mayes 2014, www.jasonmayes.com
*/
.form-group.checkbox {
    margin-top: 20px;
}

.checkbox input[type='checkbox'] {
    height: 0;
    width: 0;
    opacity: 0;
}

.checkbox label {
    font-size: 14px;
    font-weight: 300;
    line-height: 1;
    display: inline-block;
    overflow: hidden;
    position: relative;
    top: 10px;
    padding-left: 0;
}

.checkbox .chk-span {
    top: 0;
    border: 1px solid #5a5a5a;
    color: #1d1d1d;
    cursor: pointer;
    display: inline-block;
    float: left;
    height: 14px;
    margin: 0 14px 14px 1px;
    outline-color: #eaeaea;
    padding: 0;
    position: relative;
    width: 14px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    z-index: 1;
}

    .checkbox .chk-span.checked {
        top: -2px;
        border-left: 2px solid #03a9f4;
        border-bottom: 4px solid #03a9f4;
        border-top: 1px solid rgba(0,0,0,0);
        border-right: 1px solid rgba(0,0,0,0);
        -webkit-transform: rotate(-45deg) scaleY(0.5);
        -moz-transform: rotate(-45deg) scaleY(0.5);
        -ms-transform: rotate(-45deg) scaleY(0.5);
        -o-transform: rotate(-45deg) scaleY(0.5);
        transform: rotate(-45deg) scaleY(0.5);
    }

// Checkbox colors
.checkbox .chk-span.checked {
    border-left-color: #03a9f4;
    border-bottom-color: #03a9f4;
}

// focus state
.checkbox input[type='checkbox']:focus ~ label {
    color: #03a9f4;
    .chk-span

{
    border-color: #03a9f4;
    &.checked

{
    border-left-color: #03a9f4;
    border-bottom-color: #03a9f4;
    border-top: 1px solid rgba(0, 0, 0, 0);
    border-right: 1px solid rgba(0, 0, 0, 0);
}

}
}



@media (min-width: 768px) {
    .form-inline .radio label, .form-inline .checkbox label {
        padding-left: 5px;
    }
}





.form-control-static {
    font-size: 16px;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: transparent;
    border-bottom-style: dashed;
}














#focusedInput {
    border-color: #ccc;
    border-color: rgba(82,168,236,.8);
    outline: 0;
    box-shadow: none;
}

/*Nav new*/

.dropdown.open {
    display: block;
}

@media screen and (min-width:1200px) {
    .navbar-brand-centered {
        position: absolute;
        left: 50%;
        display: block;
        width: 250px;
        text-align: center;
    }

    .navbar > .container .navbar-brand-centered,
    .navbar > .container-fluid .navbar-brand-centered {
        margin-left: -110px;
    }
}
