@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700,900|Open+Sans:400,600);


body {
    font-family: 'Open Sans', sans-serif;
    /*font-family: 'Montserrat', sans-serif; */
}

/* Chart tags */
text {
	font-family: 'Montserrat', sans-serif;
}

h1,h2,h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
}


header {
    color: #000;
}

    header h1.navbar-brand {
        padding-top: 0;
        text-align: center;
        display: inline-block;
        height: 52px;
        width: 52px;
        border: 4px solid #000;
        padding: 2px;
        font-weight: bold;
        font-size: 1.6em;
        line-height: 40px;
        margin-left: 15px;
        font-family: 'Montserrat', sans-serif;
    }

    header p.payoff {
        margin-left: 20px;
        margin-top: 15px;
        display: inline-block;
        line-height: 60px;
        font-size: 1.4em;
        font-family: 'Montserrat', sans-serif;
    }



.subheader, footer {
    background: #dbdbdb;
    color: #969696;
}



.subheader {
    min-height: 60px;
    position: relative;
}

    .subheader h2 {
        font-weight: 900;
        font-size: 1.8em;
        padding: 0;
        margin-top: 18px;
    }

label { font-weight: normal; }

.fluid-container.answers-multiple-open-number {}
.fluid-container.answers-multiple-open-number .row { padding: 0 0 0.5em 0; }

.footer-message {
    background: #efefef;
    color: #969696;
    min-height: 70px;
    font-size: 0.9em;
    margin-top: 50px;
    position: fixed;
    bottom: 0;
    width: 100%;
    margin: 0 auto;
}

.footer-message .wrapper {
    position: relative;
    background: url('img/turner-logo.png') no-repeat right 10px;
    background-size: 28px 55px;
    height: 100px;
}

    .footer-message .wrapper p {
        font-family: 'Montserrat', sans-serif;
    }

    .footer-message .wrapper .btn {
        padding: 3px 8px;
        margin-right: 90px;
        width: 100px;
        color: #4C4C4C;
    }


.turner-logo {
    margin-bottom: 20px;
}


.intro {
    color: #016387;
    /* margin-bottom: 40px; */

}

    .intro p {
        font-size: 1.2em;
    }


    .intro h2 {
        font-size: 1.5em;
        margin-top: 50px;
        font-family: 'Montserrat', sans-serif;
    }


    .controls {
        margin-top: 50px;
    }

.bg-blue {
    background: #016387 !important;
}

    .bg-blue {
        color: white;
    }

.bg-orange {
    background: #ed601a;
    color: white;
}

.bg-grey {
    background: #dbdbdb;
}


.arrow-wrapper {
    text-align: center;
    position: relative;
}

    span.arrow-down {
        position: absolute;
        left: 50%;
        bottom: -18px;
        width: 0;
        height: 0;
        border-left: 25px solid transparent;
        border-right: 25px solid transparent;
        /* border-top: 20px solid #dbdbdb; */

		margin-left: -25px;
    }


    span.arrow-left {
        position: absolute;
        right: -18px;
        top: 40%;
        bottom: 50%;
        width: 0;
        height: 0;
        border-top: 25px solid transparent;
        border-left: 25px solid #dbdbdb;
        border-bottom: 25px solid transparent;
    }

    span.arrow-down.grey {
        border-top: 20px solid #dbdbdb;
    }

    .arrow-wrapper .blue {
        border-top: 20px solid #016387;
    }

    .arrow-wraper .grey {
        border-top: 20px solid #dbdbdb;
    }

    .arrow-wrapper .white {
        border-top: 20px solid #fff;
    }

span.confidential {
    position: absolute;
    top: -18px;
    background: #ed601a;
    color: white;
    display: block;
    text-align: center;
    padding: 3px;
    width: 100px;
    font-size: 0.9rem;
}

.progress {
    height: 30px;
    background: #969696;
    border-radius: 0;
    border: 1px solid #969696;
}

    .progress-bar {
        background: #ed601a;
        line-height: 30px;

    }


.btn {
    background: #f5f5f5;
    border: 1px solid #bdbdbd;
    border-radius: 0 !important;
    color: #bdbdbd;
    text-shadow: none;
    box-shadow: none !important;
    font-size: 1em;
}

.btn-primary {
    background: #01638c;
    border: none;
    border-radius: 0 !important;
    color: white;
    font-size: 1.5em;
    padding: 8px 30px

}


li.active a {
    background: #dbdbdb;
}

h4 {
    color: #575757;
    border: none;
    margin-bottom: 20px;
    margin-top: 40px;
}

label.checkbox-inline {
    padding: 10px;
    /* margin: 0 0 0 -5px !important; */
    margin: 0 5px 5px -5px !important;
    line-height: 18px;
    font-size: 1.3em;
    background: #f5f5f5;
    border: 1px solid #bdbdbd;
    position: relative;
}

label.checkbox-inline.percentage {
    background: none;
    border: none;
}

label.checkbox-inline input.specify-other {
	display: none;
	/*visibility: visible;*/
	color: black;
    margin-top: 10px;
}

label.checkbox-inline.checked {
    background: #01638c;
    border: 1px solid #bdbdbd;
    font-size: 1.3em;
    color: white;
}

label.checkbox-inline.checked span.checkbox {
    color: black;
}

label.checkbox-inline.checked input.specify-other { display: inline-block; }

label.checkbox-inline span.checkbox {
    display: block;
    position: absolute;
    top: 6%;
    left: 13px;

    font-size: 10px;
    height: 15px;
    width: 15px;
    border: 1px solid #bdbdbd;
    background: white;
    color: white;
    font-size: 0.7em;
}

label.checkbox-inline span.answer-text {
	margin-left: 27px;
}

input[type=text], input[type=number], input[type=email] {
    border-radius: 0;
}

label.checkbox-inline input[type=radio],
label.checkbox-inline input[type=checkbox] {
	position: absolute;
	top: 0;
	left: 0;

	visibility: hidden;
	/*margin: 0 9px;*/
}

.questions .question > .error {
	margin-bottom: 1em;
	padding: 0.2em 0.5em;

    background-color: pink;
    border-color: red;
}

.chartOverlay {
    position: relative; width: 900px;
}
    .norm {
        z-index: 999; background-color: black; height: 10px; width: 10px; position: absolute; top: 150px; left: 18%;
    }

    .benchmark {

    }


hr {
    border: none;
}

.question {}
.question .form-group {
    padding-left: 5px;
}

.question .answers-multiple-open-number { }
.question .answers-multiple-open-number .row label { /* cursor: move; */ }

.question .answers-multiple-open-number .placeholder {
	display: block;
	background: red;
	position: relative;
	margin: 0;
	padding: 0;
	border: none;
}
.question .answers-multiple-open-number .placeholder:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-left-color: red;
	margin-top: -5px;
	left: -5px;
	border-right: none;
}

/* Drag & drop */
/* Drag & drop tables */
body.dragging, body.dragging * {
  /* cursor: move !important; */
  overflow: hidden;
}

.dragged {
  position: absolute;
  opacity: 0.5;
  z-index: 2000;
}





a[data-toggle="popover"] {
    cursor: pointer;
    color: #575757;
}

a[data-toggle="popover"]:hover {
    text-decoration: none;
}


/* report */
a.description {
    color: white;
    text-decoration: none;
    font-size: 1em;
    text-transform: lowercase;
}

a.description.blue {
    color: #01638c;
}

span.fa-lightbulb-o {
    text-align: center;
    display: inline-block;
    background: white;
    color: #01638c;
    width: 25px;
    border-radius: 14px;
    height: 25px;
    font-size: 1.4em;
}

.jumbotron {
    border-radius: 0;
}

.jumbotron .btn {
    width: 300px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1em;
    height: 40px;
    font-family: 'Montserrat', sans-serif;
}

.jumbotron .lead {
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 2.5em;
}

.jumbotron h4 {
    margin-top: 10px;
    margin-bottom: 120px;
    font-size: 1.2em;
}

footer.main {
    background: white;
}
    footer.main h3 {
        color: #01638c;
        font-size: 1.6em;
        font-weight: bold;
        font-family: 'Montserrat', sans-serif;
    }

    footer.main p {
        color: #575757;
        font-size: 1.2em;
    }

    footer.main a.btn-link {
        border: none;
        color: #01638c;
        padding-left: 0;
        text-decoration: underline;
    }

.modal {
    text-align: center;
}

@media screen and (min-width: 768px) {
    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

span.social-wrapper {
    margin-left: 50px;
}

a.social {
    display: inline-block; border-radius: 15px; text-align: center; line-height: 30px; width: 30px; color: white;
}

a.twitter { background-color: #00aced; }
a.facebook { background-color: #3b5998; }
a.google { background-color: #dd4b39; }

.btn-link {
    background: none;
    font-size: 1.2em !important;
}

span.answer-text {
    display: inline-block;
    width: 75%;
}

span.answer-text.other {
    width: 80px;
}

.answers-multiple-open-number span{
    color: #575757;
}

.answers-multiple-open-number .row {
    height: 100%;
    background: whitesmoke;
    border: 1px solid #bdbdbd;
    /* cursor: move; */
    margin: 5px 0;
}

.answers-multiple-open-number .row > div {
    margin-top: 5px;
}

.closed-numbers label.radio-inline {
    border: 1px solid #bdbdbd;
    display: inline-block;
    padding: 12px;
    padding-left: 30px;
    margin-left: 0px;
}


.closed-numbers label.radio-inline.checked {
    background: #01638c;
    border: 1px solid #bdbdbd;
    font-size: 1em;
    color: white;
}

@media(max-width:767px){

    header p.payoff { margin-top: 0px; font-size: 1em; }
    label.checkbox-inline.closed-text { width: 100%; margin-left: 5px; }

    .btn-primary {
        width: 100% !important;
        margin-bottom: 10px;
    }


}
@media(min-width:768px){ label.checkbox-inline.closed-text { width: 33%; } }
@media(min-width:992px){

}
@media(min-width:1200px){}