* {
    box-sizing: border-box;
    -moz-box-sizing:border-box;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

body {
    /*font-family: 'Open Sans';*/
    /*font-family: 'HelveticaNeueLtPro';*/
    color: #222;
    font-family: Arial;
    /*background: url(../img/line-bg-small.png) repeat-x;*/
}

a,
a:hover {
    color: rgba(71,127,145,1);
    text-decoration: none;
}

a:hover {
    color: rgba(71,97,95,1);
}

h1, h2, h3, h4 {
    padding: 0;
}

table {
    border-collapse: collapse;
    /*border-spacing: 1px;*/
    /*border-collapse: separate;*/
}

table td,
table th,
table tr {
    padding: 0;
    margin: 0;
}

.clearfix {
    *zoom: 1
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after {
    clear: both;
}

#container {
    min-height: 300px;
    margin: 30px auto 50px auto;
}

.container {
    width: 100%;
}

#header {
    margin-bottom: 35px;
}

#header a {
    display: block;
    margin-left: 1px;
    max-width: 800px;
    margin: 0 auto;
    /*float: left;*/
}

#header #header-title {
    margin-top: 30px;
    background-color: #37bae2;
    padding: 10px 0;
}

#header h1 {
    max-width: 800px;
    display: block;
    /*margin: 0 auto;*/
    /*display: inline;*/
    /*float: left;*/
    /*max-width: 600px;*/
    margin: 0 auto;
    font-weight: 300;
    font-size: 29px;
    line-height: 44px;
    color: #fff;
    text-transform: uppercase;
}

#header h1 span {
    /*background-color: #0083c9;*/
    /*padding: 3px 10px 10px 10px;*/
    /*position: absolute;*/
}

#header h1 span:first-child {
    z-index: 1;
}

#content {
    max-width: 800px;
    margin: 0 auto;
}

#content .client-logo {
    display: block;
    margin-bottom: 40px;
}

#content .client-logo img {
    display: block;
}

#content .description p {
    text-align: justify;
    font-size: 16px;
    line-height: 23px;
    font-weight: 300;
    margin: 0;
    color: #545454;
    margin-bottom: 10px;
}

#content .description {
    margin-bottom: 50px;
}

hr {
    margin: -4px 0 50px 0;
    border: 0;
    height: 0;
    display: block;
    font-size: 12px;
    height: 0px;
    border-top: 1px solid #ededed;
}

hr:after {
    content: "";
    display: block;
    height: 3px;
    width: 40px;
    margin-top: -4px;
    background: url(../img/line-bg-small.png) repeat-x;
}

input[type="submit"] {
    background-color: rgba(151,187,205,1);
    color: #fff;
    /*background-color: transparent;*/
    border: none;
    font-weight: 300;
    font-size: 22px;
    text-transform: uppercase;
    height: auto;
    line-height: 35px;
    padding: 0 12px;
    font-family: Arial;
}

input[type="submit"]:hover {
    background-color: rgba(121,157,175,1);
}

#content input[type="submit"] {
    padding: 4px 12px;
}

.redactor_box {
    border: none;
    background: transparent;
    /*height: 100%;*/
}

.question:hover .redactor_editor {
    outline: 1px dotted #ddd;
}

.redactor_editor {
    /*outline: 1px dotted #ddd;*/
    border: none;
    background: transparent;
    overflow: hidden;
}

.redactor_editor:hover {
    /*background-color: #f9fdff;*/
    outline: 1px dotted #ddd;
    /*outline: none;*/
}

.question {
    /*padding: 5px;*/
    /*padding-bottom: 50px;*/
    margin-bottom: 50px;
}

.question-text {
    margin-bottom: 30px;
}

.question div.title {
    color: rgba(151,187,205,1);
    font-size: 20px;
    text-transform: uppercase;
    position: relative;
}

.question.error div.title {
    color: #e09d9d;
}

.question div.title:before {
    display: block;
    content: "";
    position: absolute;
    background-color: #88d9e0;
    width: 12px;
    height: 29px;
    left: -24px;
    top: 0;
}

.question.error div.title:before {
    background-color: #e09d9d;
}

.question div.title.redactor_editor {
    /*padding: 0 0 2px 0;*/
    overflow: visible;
}

span.redactor_placeholder,
inline.redactor_placeholder {
    color: #aaa;
}

.redactor_editor:focus {
    /*background-color: #f9fdff;*/
    outline: 1px dotted #ddd;
    /*outline: none;*/
}

div.title {
    /*padding-left: 6px!important;*/
    /*padding-right: 6px!important;*/
}

div.title p,
div.title div p,
div.title div span {
    padding: 0;
    margin: 0;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 5px!important;
    /*padding-top: 5px;*/
    /*overflow: visible;*/
}

div.title p {
    font-size: 20px!important;
    /*font-weight: 600;*/
    line-height: 30px!important;
    /*padding-bottom: 5px!important;*/
}

/*div.title.required > :first-child:after {
    background: url(../img/required-bg.png) no-repeat;
    height: 12px;
    width: 12px;
    display: block;
    content: "";
    position: absolute;
    top: 5px;
    right: -20px;
    opacity: 0.8;
    z-index: -2;
}*/

.question:first-child .question-controls a.moveup-question {
    display: none;
}

.question:last-child .question-controls a.movedown-question {
    display: none;
}

.question-controls {
    position: absolute;
    margin-left: -150px;
    margin-top: -4px;
    font-size: 30px;
    width: 120px;
}

.question-controls a {
    color: #88d9e0;
    float: right;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    padding-top: 5px;
}

.question-controls a:hover {
    color: #71bfc6;
}

.question-rate table,
.question-radio table,
.question-checkbox table {
    margin-top: 20px;
    width: 100%;
    position: relative;
}

.question-rate table:after {
/*    content: "";
    width: 100px;
    height: 20px;
    background: url(../img/logo.png) left -49px;

    display: block;
    content: "";
    position: absolute;*/
}

.question-rate table td,
.question-rate table th,
.question-radio table td,
.question-checkbox table td {
    padding: 2px;
    /*border: 1px solid #eee;*/
    text-align: center;
    vertical-align: middle;
}

.question-radio table td,
.question-checkbox table td {
    text-align: left;
}

.question-rate table th {
    /*background-color: #0083c9;*/
    font-weight: 300;
    font-size: 15px;
    overflow: visible;
    white-space: nowrap;
    line-height: 21px;
    padding: 5px 0;
    border-bottom: 1px solid #ededed;

    /*background: url(../img/line-bg-small.png) left 32px repeat-x;*/
    /*color: #fff;*/
}

.question-rate table th:before {
/*    position: absolute;
    width: 100%;
    /*margin-top: -20px;*/
    height: 100%;
    background: url(../img/logo.png) left -30px;
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -2;
    opacity: 0.01;*/
}

.question-rate table td,
.question-radio table td,
.question-checkbox table td {
    /*background-color: #fff;*/
    /*font-weight: 300;*/
    font-size: 14px;
    color: #545454;
    overflow: visible;
    /*white-space: nowrap;*/
    line-height: 24px;
    /*padding: 5px 0;*/
}

.question-rate table tr td {
    border-bottom: 1px dashed #88d9e0;
    /*background: url(../img/table-row-dots.png) no-repeat bottom center;*/
}

.question-rate table tr td:first-child {
    border-bottom: 1px dashed #88d9e0;
    /*background: url(../img/table-row-dots.png) no-repeat bottom left;*/
}

.question-rate table tr td:last-child {
    border-bottom: 1px dashed #88d9e0;
    /*background: url(../img/table-row-dots.png) no-repeat bottom right;*/
}

.question-rate.error table tr td,
.question-rate.error table tr td:first-child,
.question-rate.error table tr td:last-child {
    /*border-color: #e09d9d;*/
}

.question table tr:last-child td {
    background: none;
    border-bottom: none;
}

.question table tr:nth-child(even) td {
    /*background-color: rgba(0, 130, 202, 0.04);*/
}

.question-rate table th p,
.question-rate table td p,
.question-radio table td p,
.question-checkbox table td p {
    margin: 0!important;
    padding: 0!important;
    white-space: normal!important;
}

.question-rate table td.property-title {
    text-align: left;
    position: relative;
}

.question-rate table td.right .property {
    text-align: right;
}

.question-rate table td.property-title .controls,
.question-radio table td .controls,
.question-checkbox table td .controls {
    position: absolute;
    text-align: center;
    /*width: 30px;*/
    /*left: -30px;*/
    width: 62px;
    left: -62px;
    /*margin-top: -5px;*/
    /*padding: 10px;*/
    /*display: none;*/
    /*height: 100%;*/
    vertical-align: middle;
    height: 100%;
}

.question-rate table td.property-title .controls a,
.question-radio table td .controls a,
.question-checkbox table td .controls a {
    display: none;
    background-color: #c6c6c6;
    float: right;
    color: #fff;
    font-size: 30px;
    line-height: 22px;
    margin-bottom: 1px;
    padding-top: 3px;
    width: 30px;
    margin-left: 1px;
}

.question-rate table td.property-title .controls a:hover,
.question-radio table td .controls a:hover,
.question-checkbox table td .controls a:hover {
    text-decoration: none;
    background-color: #b6b6b6;
}

.question-rate table tbody tr:first-child td.property-title .controls a.delete-row,
.question-radio table tbody tr:first-child td .controls a.delete-row,
.question-checkbox table tbody tr:first-child td .controls a.delete-row {
    /*display: none;*/
    visibility: hidden;
}

.question-rate table td.rating .controls {
    position: absolute;
    text-align: center;
    vertical-align: middle;
    width: 62px;
    /* display: none; */
    top: -9px;
    /*margin-left: 13px;*/
    /* width: 100%; */
}

.question-rate table td.rating .controls a {
    color: #fff;
    font-size: 30px;
    background-color: #c6c6c6;
    float: right;
    width: 30px;
    margin-right: 1px;
    line-height: 22px;
    padding-top: 3px;
    display: none;
}

.question-rate table td.rating .controls a:hover {
    text-decoration: none;
    background-color: #b6b6b6;
}

.question-rate table td.rating:nth-child(2) .controls a.delete-column {
    /*display: none;*/
    visibility: hidden;
}

.question-rate div.property {
    padding: 15px 5px 13px 0px;
}

.question-rate table td input[type="radio"] {
    /*visibility: hidden;*/
    width: 1px;
    height: 1px;
    position: absolute;
    left: -99999px;
}

.question-rate table td label.radio {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    /*background: url(../img/inputs-bg.png) no-repeat;*/
    border: none;
    cursor: pointer;
    font-size: 14px;
    color: #a5a5a5;
    /*background-position: -120px 0;*/
}

.question-rate table td label.radio {
    padding: 3px 6px;
}

.question-rate table td label.radio:hover {
    /*background-position: -144px 0;*/
}

.question-rate table td label.radio.checked,
.question-rate table td label.radio.checked:hover {
    background-color: #88d9e0;
    color: #fff;
    /*background-position: -168px 0;*/
}

.question-rate-range table {
    width: auto;
}

.question-rate-range table td {
    width: 50px;
    text-align: left;
}

.question-rate-range table td.property-title {
    width: 0;
}

.question-rate-range table td label.radio {
    font-size: 20px;
    padding: 3px 6px;
}

.question-rate table td label.redactor {
    cursor: text;
}

.question-radio table,
.question-checkbox table {
    width: 100%;
    margin-top: 25px;
}

.question-radio table td,
.question-checkbox table td {
    height: 30px;
}

.question-radio table td input,
.question-checkbox table td input {
    float: left;
}

.question-radio table td label.radio,
.question-checkbox table td label.checkbox {
    float: left;
    padding: 3px 6px;
    margin-top: -3px;
    margin-left: 10px;
    cursor: text;
}

.question-radio table td .redactor_box,
.question-checkbox table td .redactor_box {
    float: left;
}

.fixed {
    top: 0!important;
    position: fixed!important;
    width: auto!important;
    display: none;
    border: none!important;
    z-index: 5;
    margin-top: -1px!important;
}

.fixed th {
    background-color: rgba(255, 255, 255, 0.9);input[type="submit"]
    padding-top: 6px!important;
}

.text-answer,
textarea {
    border: 1px solid rgba(151,187,205,1);
    resize: none;
    outline: none!important;
    -webkit-appearance: none!important;
    overflow: auto!important;
    outline: none!important;
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    box-shadow: none!important;
    width: 100%;
    height: 80px;
    color: #545454;
    margin-top: 20px;
    font-family: Arial;
}

textarea[readonly="readonly"] {
    background-color: #fff;
}

.error .text-answer,
.error textarea,
.error .text-answer:focus,
.error textarea:focus {
    /*border-color: #e09d9d;*/
}

.text-answer:focus,
textarea:focus,
button:focus,
input[type="submit"]:focus {
    outline: 0px none transparent!important;
    outline-color: transparent!important;
    outline-style: none!important;
    -webkit-appearance: none!important;
    border-color: rgba(151,187,205,1)!important;
}

#new-question {
    position: relative;
    margin-left: 5px;
    top: -5px;
}

#footnote {
    position: relative;
    width: 828px;
    background: url(../img/table-row-dots-large.png) no-repeat top center;
    /*border-top: 2px dashed #88d9e0;*/
    padding: 30px 14px 0 14px;
    margin-top: 50px;
    left: -14px;
}

#footnote p {
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    margin: 0;
    color: #545454;
    font-size: 16px;
}

#fp-logo {
    margin: 0 auto;
    display: block;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -290px;
    margin-top: -50px;
}

#thank-you {
    color: #88d9e0;
    font-size: 20px;
    text-transform: uppercase;
    font-size: 30px;
    text-align: center;
    margin-top: 100px;
}

#menu {
    width: 900px;
    margin: 0 auto;
}

#menu {
    list-style: none;
    padding: 0;
}

#menu li {
    float: left;
}

#menu li a {
    display: block;
    padding: 7px 10px;
    background-color: rgba(151,187,205,1);
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
    margin-right: 1px;
}

#menu li a:hover {
    background-color: rgba(121,157,175,1);
}

.breadcrumbs {
    width: 900px;
    margin: 30px auto 20px auto;
    list-style: none;
    padding: 0;
}

.breadcrumbs li {
    float: left;
    margin-right: 5px;
}

.breadcrumbs li:after {
    content: "\2192";
    margin-left: 5px;
}

.breadcrumbs li.selected:after {
    content: "";
}

div.admin {
    width: 900px;
    margin: 0 auto;
}

div.admin h2 {
    color: #3a3a3a;
    font-weight: 200;
    text-transform: uppercase;
    font-size: 29px;
}

div.admin h2 a {
    font-size: 16px;
    position: relative;
    top: -4px;
    margin-left: 10px;
    text-transform: none;
    font-weight: 300;
}

div.admin h2 a:hover {
    color: #73c7ce;
}

div.admin table {
    width: 100%;
}

div.admin table th,
div.admin table td {
    padding: 10px 5px 8px 0;
    border-bottom: 1px dashed rgba(151,187,205,1);
}

div.admin table tr:last-child td {
    border-bottom: none;
}

div.admin table th {
    font-weight: 300;
    text-align: left;
    border-bottom: 1px solid rgba(151,187,205,1);
    text-transform: uppercase;
}

div.admin table .center {
    text-align: center;
}

div.admin table .controls {
    text-align: right;
    padding-right: 0;
}

div.admin table .controls a {
    margin-left: 5px;
}

.pagination {
    margin-top: 35px;
}

.pagination a {
    padding: 5px 5px 2px 5px;
}

.pagination a.selected {
    background-color: rgba(151,187,205,1);
    color: #fff;
}

#filters div {
    float: left;
    margin-bottom: 10px;
}

#filters input[type=text],
#survey-form input[type=text],
#login input[type=text],
#login input[type=password] {
    border-radius: 0;
    font-size: 16px;
    height: 35px;
    margin-right: 5px;
    width: 130px;
}

#filters input[type=text],
#filters input[type=text]:focus,
#survey-form input[type=text],
#survey-form input[type=text]:focus,
#login input[type=text],
#login input[type=text]:focus,
#login input[type=password],
#login input[type=password]:focus {
    outline: none!important;
    -webkit-appearance: none!important;
    overflow: auto!important;
    outline: none!important;
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    box-shadow: none!important;
    font-weight: 300;
    font-family: Arial;
}

#survey-form input[type=text] {
    width: 100%;
}

#filters {
    margin-top: 13px;
}

#filters select {
    width: 150px;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    height: 35px;
    line-height: 35px;
    padding: 0 6px;
    background: url(../img/arrow.png) no-repeat 132px center;
    margin-right: 10px;
}

#filters input[type=submit] {
    line-height: 27px;
    height: 35px;
    overflow: hidden;
    font-size: 20px;
    line-height: 35px;
    font-family: Arial;
}

#login input[type=text],
#login input[type=password] {
    width: 300px;
}

.chzn-container {
    margin-right: 5px;
}

.chzn-container-single .chzn-single {
    background: #fff;
    border-radius: 0;
    font-size: 16px;
    line-height: 27px;
    height: 35px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    border: 1px solid #ccc;
    padding-top: 3px;
    font-weight: 300;
}

.chzn-results li {
    font-size: 14px;
    padding-top: 9px!important;
}

.chzn-results li.result-selected,
.chzn-results li.highlighted {
    background: #88d9e0!important;
    color: #fff!important;
}

.chzn-search {
    float:none!important;
}

#filters .chzn-drop input[type=text],
#survey-form .chzn-drop input[type=text] {
    float: none!important;
    width: 100%;
}

#filters .chzn-drop,
#survey-form .chzn-drop  {
    border-radius: 0;
    border-color: #ccc;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
}

#ui-datepicker-div {
    border-radius: 0!important;
    background: #fff;
}

#ui-datepicker-div select {
    border-radius: 0;
}

.ui-widget-header {
    border: none;
    background: #88d9e0;
    border-radius: 0;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    background: #f6f6f6;
    border-color: #73c7ce;
    color: #333;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    background: #88d9e0;
    border-color: #73c7ce;
    color: #333;
}

.ui-state-hover, .ui-widget-content .ui-state-hover {
    background: #dadada;
    border-color: #73c7ce;
    color: #333;
}

.ui-timepicker-select {
    width: 100px;
}

#survey-form > div {
    margin-bottom: 20px;
}

#survey-form label {
    font-size: 14px;
}

#survey-form .url_main {
    margin-right: 5px;
    position: relative;
    top: -2px;
}

#survey-form input[type=checkbox] {
    float: left;
    margin-right: 10px;
    position: relative;
    top: -2px;
}

#survey-form input[type=submit] {
    line-height: 27px;
    height: 35px;
    font-size: 20px;
    line-height: 20px;
    overflow: hidden;
}

#survey-form .error {
    color: #ba2c2c;
}

.readonly label {
    cursor: default!important;
}

#average {
    margin-top: 30px;
    background-color: #37bae2;
    padding: 10px 0;
}

#average .average-inner {
    max-width: 800px;
    display: block;
    /*margin: 0 auto;*/
    /*display: inline;*/
    /*float: left;*/
    /*max-width: 600px;*/
    margin: 0 auto;
    font-weight: 300;
    font-size: 29px;
    line-height: 44px;
    color: #fff;
    text-transform: uppercase;
}

.comments-title {
    color: #88d9e0;
    text-transform: uppercase;
    font-size: 16px;
    margin: 20px 0 0 0;
}

.required-question {
    margin: 20px 0 40px 0;
    position: relative;
}

.required-question label {
    float: left;
    margin-right: 10px;
    color: #88d9e0;
    text-transform: uppercase;
    font-size: 16px;
}

.required-question input {
    position: relative;
    top: -4px;
}

/* FROALA */

div.admin .fr-dropdown-wrapper p{
font-size:18px!important;
line-height:28px;
color:#222;
font-family: "robotoregular";
background-color: #ffffff!important;
}
div.admin .fr-dropdown-wrapper h1{
color: #000!important;
font-family: "robotobold"!important;
font-size: 46px!important;
font-weight: normal!important;
}
div.admin .fr-dropdown-wrapper h2{
color: #000!important;
font-family: "robotobold"!important;
font-size: 36px!important;
font-weight: normal!important;
text-transform:none!important;
}
div.admin .fr-dropdown-wrapper h2 a{
    font-size: inherit!important;
    position: static;
    top: 0!important;
    margin-left: 0!important;
    text-transform: inherit!important;
    font-weight: inherit!important;
}
div.admin .fr-dropdown-wrapper h3{
font-size:26px!important;
color:#000!important;
font-family: 'robotobold'!important;
font-weight:normal!important;
}
div.admin .fr-dropdown-wrapper h4{
font-size:22px!important;
color:#000!important;
font-family: 'robotobold'!important;
font-weight:normal!important;
}