/*
//7/27/2016	la	custom profile cleanup
//11/9/2016 la	add disabled item
//12/6/2016 la	add question formatting css
//12/20/2016 la	add pitemvalue, etc. for profile pages
//12/23/2016 la	add pfBoxWide for prof y/n change @media screen to 767 from 991
//2/8/2017 la	add proftextval for items to be 'printed' rather than be an input
//3/20/2017 la	zipstate has height to be consistent
//7/7/2017	la	removed old dropdown
//3/5/2018 la	added .content .form-group .sqz label for y/n in etoc, changed input sw for smaller toggle button
//4/20/2018 la	added qnocr, allow textareas to resize vertically
//1/22/2019 la	made attachment-area wider, dropped right 0

*/

@import url(font-awesome.css);
@import url(bootstrap.min.css);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Vollkorn:400,700);
@import url(https://fonts.googleapis.com/css?family=EB+Garamond);
.serif-vol {
    font-family: "Vollkorn", serif
}

.serif-gar {
    font-family: "EB Garamond", serif
}

.sans {
    font-family: "Roboto", sans-serif
}
/* consistency with RevPage questions */
textarea, input, select {
	font: 11pt arial;
}

h2,
h1 {
    font-family: "EB Garamond", serif;
    font-weight: 600
}

.text-red {
    color: #F72424
}

img {
    max-width: 100%
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
    line-height: 1.4
}

h4 {
    font-size: 20px;
}

.h4small {
	font-size: 18px;
}
hr {
    border: 1px solid #ddd
}

a {
    text-decoration: none !important;
    color: #74B4FF;
    font-family: "Roboto", sans-serif;
    font-weight: 300
}

a > label {
font-weight: bolder;
color:blue;
}

label {
    font-family: "Roboto", sans-serif;
}
.margin-t-5 {
    margin-top: 5em;
    display: block
}

.width-full {
    width: 100%
}

.width-half {
    width: 50%
}

.no-padding {
    padding: 0 !important;
}

.smallfont {
    font-size: 10px;
}

.tr-blue {
    color: #74B4FF;
}

.alert-icon {
	color: #680018;
}
.btn {
    font-weight: 300;
    padding: .5em 1em;
    background: #74B4FF;
    color: #fff;
    -webkit-box-shadow: 0px 1px 0px 0px #000;
    -moz-box-shadow: 0px 1px 0px 0px #000;
    box-shadow: 0px 1px 0px 0px #000;
    transition: all .3s;
    border: 0;
    border-radius: 3px
}

.btn:hover,
.btn.hover {
    background: #FF9B20;
    color: #fff;
    -webkit-box-shadow: 0px 1px 0px 0px #9c0e20;
    -moz-box-shadow: 0px 1px 0px 0px #9c0e20;
    box-shadow: 0px 1px 0px 0px #9c0e20
}

.btn:active,
.btn.active {
    background: #DC7A00;
    -webkit-box-shadow: 0px -1px 0px 0px #000;
    -moz-box-shadow: 0px -1px 0px 0px #000;
    box-shadow: 0px -1px 0px 0px #000
}

.disabled-item,
.btn:disabled,
.btn.disabled {
    background: #eee;
    color: #aaa
}

.bordered {
    box-shadow: none;
    border: 1px solid #C9DBF0;
    background: #fff;
    color: #74B4FF
}

.bordered:hover,
.bordered.hover {
    color: #FF8D00;
    box-shadow: none;
    background: #fff;
    border: 1px solid #A2927D
}

.bordered:active,
.bordered.active {
    background: #4C463D;
    color: #fff;
    border: 1px solid #4C463D
}

.bordered:disabled,
.bordered.disabled {
    box-shadow: none;
    border: 1px solid #d3d3d3;
    color: #c3c3c3;
    background: #fff;
    font-weight: 600
}

input[type="text"],
textarea {
    padding: .5em;
    width: 100%;
    border: 1px solid #C9DBF0;
    transition: all .5s;
    border-radius: 3px
}

input[type="text"]:focus,
textarea:focus {
    border: 1px solid #C0DAE4;
    outline: none;
    font-style: normal;
    -webkit-box-shadow: 1px 1px 0px 0px #49a4c5;
    -moz-box-shadow: 1px 1px 0px 0px #49a4c5;
    box-shadow: 1px 1px 0px 0px #49a4c5
}

input[type="text"].error-input,
textarea.error-input {
    -webkit-box-shadow: 1px 1px 0px 0px #ff2e48;
    -moz-box-shadow: 1px 1px 0px 0px #ff2e48;
    box-shadow: 1px 1px 0px 0px #ff2e48
}

input[type="text"].error-input+.error-message,
textarea.error-input+.error-message {
    font-size: 10px;
    color: #FF2E48;
    text-align: right;
    display: block;
    padding: 5px 0
}

input[type="text"].correct-input,
textarea.correct-input {
    -webkit-box-shadow: 1px 1px 0px 0px #7ed321;
    -moz-box-shadow: 1px 1px 0px 0px #7ed321;
    box-shadow: 1px 1px 0px 0px #7ed321
}
input[type="search"] {
    padding: .5em;
    width: 100%;
    font-style: italic;
    border: 1px solid #C9DBF0;
    transition: all .5s;
    border-radius: 3px;
    padding-right: 2em
}

input[type="search"]:focus {
    border: 1px solid #C0DAE4;
    outline: none;
    font-style: normal;
    -webkit-box-shadow: 1px 1px 0px 0px #49a4c5;
    -moz-box-shadow: 1px 1px 0px 0px #49a4c5;
    box-shadow: 1px 1px 0px 0px #49a4c5
}

textarea {
    height: 140px;
    resize: vertical;
}
.divder {
    display: block;
    width: 100%;
    height: 2px;
    background: #86BBCD
}

body {
    font-family: "Vollkorn", serif;
    min-width: 320px;
    background: #fff
}

* {
    outline: none
}

header {
    height: 125px;
    border-bottom: 1px solid #4F5559;
    position: relative;
    z-index: 3000;
    width: 100%;
    background: #fff
}

@media only screen and (max-width: 767px) {
    header {
        height: auto;
        text-align: center;
        position: relative
    }
}

header .logo {
    display: block;
    max-width: 250px;
    margin:		5px	auto	0 	auto; /* t,r,b,l */
    padding:	0;
}

@media only screen and (max-width: 767px) {
    header .logo {
        max-width: none
    }
}

header ul {
    padding: 0;
    margin: 0;
    margin-top: 2em
}

header ul li {
    display: inline-block;
    padding-right: 1em
}

header ul li p {
    margin: 0;
    color: #7B7B7B;
    font-weight: 100;
    font-family: "Roboto", sans-serif
}

header ul li a {
    font-weight: 300
}

@media only screen and (max-width: 767px) {
    header ul {
        margin-top: .5em
    }
    header .text-right {
        text-align: center
    }
    header .text-right li:first-child {
        display: block;
        margin-bottom: .6em
    }
}

.main {
    padding-top: 0
}

@media only screen and (max-width: 767px) {
    .main {
        padding-top: 0
    }
}

footer {
    height: 80px;
    border-top: 1px solid #4F5559;
    background: #fff;
    margin-top: 10px;
    z-index: 10
}

@media only screen and (max-width: 767px) {
    footer {
        height: auto;
        text-align: center
    }
}

footer ul {
    padding: 0;
    margin: 0;
    margin-top: 2em
}

footer ul li {
    display: inline-block;
    padding-right: 1em
}

footer ul li p {
    margin: 0;
    color: #7B7B7B;
    font-weight: 100;
    font-family: "Roboto", sans-serif
}

footer ul li a {
    font-weight: 300
}

@media only screen and (max-width: 767px) {
    footer ul {
        margin-top: .5em
    }
    footer .text-right {
        text-align: center
    }
    footer .text-right li:first-child {
        display: block;
        margin-bottom: .6em
    }
}
.affix {
    width: 25%;
    top: 0px;
    position: fixed
}

@media only screen and (max-width: 767px) {
    .affix {
        position: absolute;
        height: 100%;
        top: 0;
        width: auto
    }
}

#controls.affix-top {
    right: 0;
    position: relative
}

@media only screen and (max-width: 767px) {
    #controls.affix-top {
        position: absolute;
        height: 100%;
        top: 0;
        width: auto
    }
}

#controls.affix {
    right: 0;
    position: fixed
}

@media only screen and (max-width: 767px) {
    #controls.affix {
        position: absolute;
        height: 100%;
        top: 0;
        width: auto
    }
}

.content {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 5em;
    transition: all .5s;
    position: relative;
    float: right;
    padding-top: 0
}

@media only screen and (max-width: 767px) {
    .content {
        padding-top: 0;
        float: none
    }
}

.content>div {
    padding-left: 1.5em;
    padding-right: 1.5em;
    margin: 0
}

.content p {
    color: black; /*#939393*/
}

.content .form-group {
    position: relative
}

.content .form-group label+span {
    display: inline-block;
    vertical-align: top;
    padding-top: 10px;
    padding-left: 1em
}

.content .form-group label {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    width:100%;
    padding-left:12px;
    text-indent:-12px;
}

.content .form-group .search-button {
    position: absolute;
    background: transparent;
    border: 0;
    color: #74B4FF;
    padding-top: 10px;
    right: 2%;
    top: 25px
}

.content .download-doc i {
    font-size: 34px;
    color: #748aFF
}

.content .download-doc a {
    display: inline-block;
    vertical-align: top;
    padding-top: 8px;
    padding-left: 1em
}

.content.open {
    opacity: .3
}

.info-block {
    background: #F5FCFF;
    padding: 1em 2em;
    margin-top: 2em
}
/* for download links on instructions page */
.black { color: black;}
.attachment {
	color:	darkblue;
	font-weight:	500;
}
/* light up button when ready to be hit */
.punchit {
	font-weight: 600 !important;
	border-width: 2px !important;
	border-color: #74B4FF;
	background-color: #D4F2B4;
}
.full-width-content>div {
    padding: 0 1em
}


.modal-body {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.76);
    z-index: 5000
}

.modal-body .close.send-review {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    z-index: 10;
    opacity: 0
}

.modal-body .modal-box {
    width: 600px;
    height: 300px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
    padding: 2em;
    z-index: 20
}

.modal-body .modal-news {
    width: 600px;
    height: 350px;
    overflow: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
    padding: 2em;
    z-index: 20;
    display: none;
}

@media only screen and (max-width: 767px) {
    .modal-body .modal-box {
        width: 90%;
        height: auto
    }
}

.modal-body .modal-box a {
    margin: 1em;
    width: 150px
}

.new-table .row {
    margin: 0;
}

.new-table .new-table-title {
    background: #A2C3E0;
    color: black;/*#fff;*/
    border-radius: 2px;
    font-family: "Roboto", sans-serif;
}

.new-table .new-table-title>div {
    padding-top: .0em;
    padding-bottom: .0em
}
/* disabled because we now use new layout w/odd/even
.new-table .new-table-title>a>div:nth-child(even) {
    background: #556069
}
*/
.new-table .new-table-item {
    border-radius: 2px;
    background: #F9F9F9
}

.new-table .new-table-item>div {
    padding-top: 1em;
    padding-bottom: .5em;
    border: 1px solid #ddd;
    border-right: 0;
    border-top: 0
}

/* disabled because we now use new layout w/odd/even
.new-table .new-table-item>div:nth-child(even) {
    background: #eee
}
*/

.new-table .new-table-item>div:last-child {
    border-radius: 1px solid #ddd;
    border-bottom: 1px solid #ddd
}

.new-table .form-group {
    margin: 0
}

div.cs-select {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    text-align: left;
    background: #fff;
    z-index: 100;
    width: 100%;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #C9DBF0;
    transition: all .5s;
    border-radius: 3px
}

div.cs-select:focus {
    outline: none;
    border: 1px solid #C0DAE4;
    outline: none;
    font-style: normal;
    -webkit-box-shadow: 1px 1px 0px 0px #49a4c5;
    -moz-box-shadow: 1px 1px 0px 0px #49a4c5;
    box-shadow: 1px 1px 0px 0px #49a4c5
}

.cs-select select {
    display: none
}

.cs-select span {
    display: block;
    position: relative;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.cs-select>span {
    padding: .5em;
    padding-right: 3em
}

.cs-select>span::after {
    speak: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.cs-select .cs-selected span::after {
    content: "?";
    font: normal normal normal 14px/1 FontAwesome;
    speak: none;
    position: absolute;
    top: 50%;
    right: .8em;
    color: #7ED321;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.cs-select>span::after {
    content: "?";
    font: normal normal normal 12px/1 FontAwesome;
    right: 1em;
    color: #74B4FF
}

.cs-select>span::before {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    top: 0;
    right: 0;
    background: #F9F9F9;
    border: 1px solid #DBE3E8;
    border-right: 0
}

.cs-select.cs-active>span::after {
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg)
}

.cs-select .cs-placeholder {
    font-style: italic
}

div.cs-active {
    z-index: 200
}

.cs-placeholder {
    color: #aaa
}

.cs-select .cs-options {
    position: absolute;
    overflow: hidden;
    width: 100%;
    background: #fff;
    visibility: hidden;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.16), 0px 2px 10px 0px rgba(0, 0, 0, 0.16);
    top: 110%;
    left: 0
}

.cs-select.cs-active .cs-options {
    visibility: visible
}

.cs-select ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%
}

.cs-select ul span {
    padding: .5em 1em
}

.cs-select ul li.cs-focus span {
    background-color: #7ED321
}

.cs-select ul li span:hover {
    background: #eee
}

.cs-select li.cs-optgroup ul {
    padding-left: 1em
}

.cs-select li.cs-optgroup>span {
    cursor: default
}
//
// to enable anchors in url for questions page, add offset
//
a.anchor {
    display: block;
    position: relative;
    top: -250px;
    visibility: hidden;
}
/* center text inside bootstrap column */
.col-centered{
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
/* ----------------------------------- */
/* css to tune the question formatting */
/* ----------------------------------- */

.breakline {    display: block;
    margin-top: 1.5em;
    margin-bottom: 1em;
    margin-left: auto;
    margin-right: auto;
    width:95%;
    height: 2px;
    background: #86BBCD

 }
/* if question text starts w/div do not start new line */
.qnocr {
display:inline;
}
/* decrease std padding when we are squeezing columns in response tables */
.sqz {
padding: 1px 1px 1px 1px !important;
}
/* really tight for stacked rows */
.sqz0 {
padding: 0px 1px 0px 1px !important;
}
/* not too tight for header labels */
.sqz h5 {
padding-left: 5px;
}
.sqz h6 {
padding-left: 4px;
}
.attachment-area {
	    position: absolute;
	    display: none;
	    z-index: 50;
	    width: 500px;
/*	    right: 0;  */
	    top: 5em;
	    padding: 1em 1.5em;
	    background: #DCDCDC;
	    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
	    font-family: 'Roboto', sans-serif
	}
.attachment-area a {
	font-weight:800;
}
.attachment-msg {
}