html {
    height: 100%;
}

body {
    height: 100%;
}

body, button {
    margin: 0;
    font-family: "proxima-nova", sans-serif !important;
}

body.login {
    background: #ffd328;
}

p, h1, h2, h3, h4, h5,
h6, a, li, td, th {
    font-family: "proxima-nova", sans-serif;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

div.nav ul {
    list-style: none;
}

div.nav ul li {
    display: inline;
    padding: .2em .4em;
    margin: .3em;
}

div.nav ul li a {
    text-decoration: none;
    color: #000000;
    background: #cccccc;
    border-bottom: 1px dotted #666666;
}

div.nav ul form {
    display: inline;
    padding: 0;
    margin: 0;
}

div.nav ul form li {
    display: inline;
    padding: .2em .4em;
    margin: .3em;
    border: 0;
    color: #000000;
    background: #cccccc;
    border-bottom: 1px dotted #666666;
}

form ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

form ul li label {
    display: inline-block;
    float: left;
    margin-right: 3em;
}

header {
    display: block;
    background: #3c3c3c;
    min-width: 1200px;
}

header .inner {
    display: block;
    padding: 35px 20px;
}

header .inner h1 {
    font-size: 26px;
    color: #fff;
    margin: 0;
    padding: 0;
}

.full .inner {
    padding: 20px;
}

#form-Form_Login {
    width: 500px;
    position: relative;
}

#form-Form_Login label,
#form-Form_ResetPassword ul.form label,
form:not(.faq-search) ul li label {
    display: block;
    width: 100%;
    font-weight: bold;
}

label[for="field-email"],
label[for="field-password"],
label {
    margin-bottom: 10px;
}

label[for="field-email"],
label[for="field-password"] {
    font-size: 18px;
}

a.button.new-user.brand-new-type {
    display: inline-block !important;
    position: relative;
    margin-right:10px;
    left:20px;
}

#recent-entries form#form-Form_Daybook_Search {
    width: 97%;
    margin-bottom: 15px;
}

#recent-entries form#form-Form_Daybook_Search ul li {
    width: 23.5%;
    float: left;
    margin-right: 1.9%
}

#recent-entries form#form-Form_Daybook_Search ul li:nth-child(4n) {

    margin-right: 0px;
}

#recent-entries form#form-Form_Daybook_Search ul li label {
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
    margin-right: 0;
}

#recent-entries form#form-Form_Daybook_Search ul li input,
#recent-entries form#form-Form_Daybook_Search ul li .styled-select,
#recent-entries form#form-Form_Daybook_Search ul li input#field-keywords {
    display: block;
    margin-bottom: 20px;
    /*width: 100% !important;*/
}

#recent-entries form#form-Form_Daybook_Search ul li input#field-theSubmit {
    display: block;
    margin: 0;
    max-width: 100px;
}

.entry-new form,
#recent-entries form {
    width: 370px;
    background: #e0dbdb;
    padding: 20px;
}

input.login-email,
input.login-password,
input#field-keywords,
.entry-new form input,
#recent-entries form:not(.faq-search) input,
#form-Form_ResetPassword ul.form input[type="text"],
.new-pass input[type="password"] {
    width:258px;
    height: 33px;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    line-height: 20px;
    text-indent: 10px;
    margin-bottom: 15px;
}

.ui-widget-content .ui-icon {
    background-image: url(themes/base/images/ui-icons_222222_256x240.png);
}

.entry-new form textarea,
#recent-entries form textarea {
    display: block;
    width:100%;
    max-width:360px;
    min-height: 137px;
    border: none;
    padding:10px 0px 0px 10px;
    border-radius: 5px;
    font-size: 14px;
    clear: both;
    margin-bottom:10px;
}

.entry-new form #field-theSubmit,
#recent-entries form #field-theSubmit {
    margin: 10px 0 0;
    display: inline-block;
    width: auto;
    text-indent: 0;
    padding: 5px 10px;
}

/*
#form-Form_Login label.formError,
#form-Form_ResetPassword label.formError,
.new-pass label.formError
*/
#form-Form_Login label.formError {
    display: none !important;
}

input.formError,
#recent-entries form input.formError,
#form-Form_ResetPassword ul.form input[type="text"].formError,
.new-pass input[type="password"].formError {
    border: 1px solid #ff2200;
    line-height: 28px;
    height: 31px;
}

ul.form {
    margin: 0;
}

#dlf > div.full.fl.sames.daybook-last-fourteen > div.title-row > div > div > a.button.new-user.add-a-new-user {
    display: inline-block;
}

input#field-keywords {
    width: 257px !important;
}

input.login-signed {
    display: block;
    width: 100%;
}

input.login-submit {
    display: inline-block;
    width: 64px;
    height: 30px;
    font-size: 14px;
    text-transform: uppercase;
    background: #050d3d;
    font-weight: bold;
    border-radius: 5px;
    border: 0;
    color: #fff;
    margin: 17px 0 0;
    cursor: pointer;
}

input.login-submit:hover {
    background: #141f62;
}

#form-Form_Login label[for="field-keepSignedIn"] {
    padding-left: 25px;
    margin-right: 0;
}

form#form-Form_Login label[for="field-keepSignedIn"] {
    float: right;
    width: 180px;
    padding-left: 0;
}

form#form-Form_Login input#field-keepSignedIn {
    margin: 0;
}

.page-holder {
    background: #ffffff;
    min-width: 1200px;
    min-height: 100%;
    /*overflow: hidden;*/
}

nav.sames {
    background: #ffd328;
}


a.reset-password {
    text-decoration: none;
    background: #f6c91b;
    padding: 8px 11px 10px;
    border-radius: 5px;
    position: absolute;
    font-size: 14px;
    bottom: 47px;
    right: 16px;
    color: #252525;
    font-weight: bold;
}

form#form-Form_Login #field-theSubmit {
    font-size: 14px;
    padding: 7px 12px 9px;
    text-transform: uppercase;
    background: #050d3d;
    font-weight: bold;
    border-radius: 5px;
    border: 0;
    color: #fff;
    margin: 2px 0 0;
    cursor: pointer;
    width: auto;
}


#form-Form_Daybook_EditResponse #field-save_and_print {
    font-size: 14px;
    text-transform: uppercase;
    background: #050d3d;
    font-weight: bold;
    border-radius: 5px;
    border: 0;
    color: #fff;
    margin: 2px 0 0;
    cursor: pointer;
    width: auto;
    text-indent: 0;
}
#recent-entries form:not(.faq-search) input:not([type="radio"])
{
    min-width:360px;
}

form#form-Form_Login li.form-error input {
    border: 1px solid #ff2200;
}

a.reset-password:hover {
    background: #e3bc26;
}

#form-Form_Login > ul > li:nth-child(3) {
    float: left;
    width: 40%;
    padding: 6px 0 0;
}

button.new-occurence {
    border: 0;
    background: #ff1b00;
    font-size: 18px;
    color: #fff;
    border-radius: 5px;
    padding: 10px 22px;
    text-transform: uppercase;
    cursor: pointer;
}

a.close-new-occ,
a.cancel-entry,
#dlf > div.full.fl.daybook-last-fourteen > div.title-row > div > div > a.button.new-user.add-a-new-user {
    display: none;
}

#dlf > div.full.fl.daybook-last-fourteen > div.title-row > div > div > a.button.new-user.brand-new-type {
    display: none;
}

nav {
    height: auto;
}

nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

nav ul li, ul.side-nav li a {
    text-transform: uppercase;
    font-size: 15px;
    text-decoration: none;
    color: #252525;
    font-weight: 600;
}


nav .inner {
    padding: 21px 18px;
}

.title-row {
    background: #e0dbdb;
    display: block;
}

.title-row .inner {
    padding: 20px
}

.title-row h1 {
    margin: 0;
    font-size: 26px;
    text-transform: uppercase;
}

h2.occurrence-title {
    font-size: 18px;
    color: #252525;
    text-transform: uppercase;
    margin: 0;
}

.full {
    min-width: 960px;
    width: 80%;
}

.left-nav {
    width: 20%;
    min-width: 240px;
    text-align: left;
    display: block;
}

.full .inner {
    padding: 20px;
}

form#form-Form_Daybook_PrintPDF li {
    list-style: none;
}

a.button-allresponses,
a.button-add-newresponse,
form#form-Form_Daybook_PrintPDF input[type="submit"],
ul.side-nav li.nav-logout a, #field-theSubmit,
td a.button.edit,
a.new-user,
a.button.backtosign,
a.button.button-grey {
    font-size: 14px;
    padding: 9px 12px;
    text-transform: uppercase;
    background: #050d3d;
    font-weight: bold;
    border-radius: 5px;
    border: 0;
    color: #fff;
    margin: 17px 0 0;
    cursor: pointer;
    text-decoration: none;
    font-family: "proxima-nova", sans-serif;
}

a.print-pdf-oc
{
    font-size: 14px;
    text-transform: uppercase;
    background: #050d3d !important;
    font-weight: bold;
    color: #fff !important;
    border-radius: 5px;
    border: 0;
    color: #fff;
    padding:8px 8px 8px 8px !important;
    cursor: pointer;
    text-decoration: none;
    float:right;
    font-family: "proxima-nova", sans-serif;
}

a.edit-oc
{
    font-size: 14px;
    text-transform: uppercase;
    background: #ff1b00 !important;
    font-weight: bold;
    color: #fff !important;
    border-radius: 5px;
    border: 0;
    color: #fff;
    padding:8px 8px 8px 8px !important;
    cursor: pointer;
    text-decoration: none;
    float:right;
    font-family: "proxima-nova", sans-serif;
}

a, button, input[type="submit"] {
    font-family: "proxima-nova", sans-serif;
}

.button.button-grey {
    position: absolute;
    left: 20px;
    top: 265px;
}

ul#response-menu .show-link.add-an-action {
    font-size: 14px;
    padding: 8px 12px 8px;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 5px;
    border: 0;
    color: #fff;
    margin: 17px 0 0;
    cursor: pointer;
    text-decoration: none;
}

a.button-allresponses,
a.button-add-newresponse {
    margin-right: 10px !important;
}

a.new-user,
a.button-add-newresponse {
    margin: 0;
    display: inline-block;
    background: #ff1b00;
    float: right;
}

a.button-add-newresponse {
    padding: 9px 12px;
    margin-top: -8px;
}

.new-pass #field-theSubmit {
    margin: 0;
    /*position: absolute;*/
    position: relative;
    left: 110px;
    top: -3px;
    background: #ff1b00;

}

body.login div.new-pass a.button.button-grey {
    position: relative;
    top: -34px;
    left: -0;
}

#field-theSubmit {
    margin: 0 0 0 0px;
}

#form-Form_ResetPassword #field-theSubmit {
    background: #ff1b00;
    margin: 2px 0 0;
}

a.backtosign {
    margin: 3px 0 0 !important;
    display: inline-block;
}

#form-Form_ResetPassword #field-theSubmit {
    display: inline-block;
    position: absolute;
    left: 111px;
    top: 205px;
}

.side-nav li a.active {
    color: #bb910c;
}

form#form-Form_Daybook_PrintPDF input[type="submit"] {
    margin-top: 0;
}

form#form-Form_Daybook_PrintPDF input[type="submit"]:hover,
div.nav ul li.nav-logout a:hover,
form#form-Form_Daybook_Type input[type="submit"]:hover {
    background: #141f62;
}

div.nav ul li {
    display: block;
    padding: 0 0 15px;
    margin: 0;
}

ul.side-nav li {
    padding: 0 0 10px;
}

ul.side-nav li.nav-logout {
    margin-top: 5px;
    border-top: 1px solid #d7ae0e;
    padding-top: 25px;
}

ul.side-nav li.nav-logout a {
    font-size: 12px;
}

div.nav ul li a {
    border: 0;
    background: transparent;
}

#form-Form_Daybook_QuickSearch {
    float: left;
}

#form-Form_Daybook_QuickSearch li {
    list-style: none;
    float: left;
}

#form-Form_Daybook_QuickSearch input#field-Submit {
    font-size: 12px;
    padding: 9px 12px;
    text-transform: uppercase;
    background: #515050;
    font-weight: bold;
    border-radius: 5px;
    border: 0;
    color: #fff;
    margin-left: 10px;
    cursor: pointer;
}

a.adv-search {
    margin: 12px 0 0 20px;
    color: #ffd328;
    font-size: 13px;
    text-decoration: none;
    text-transform: uppercase;
}

.users table,
table.entry-types {
    text-align: left;
}

.users table,
table.entry-types,
table.last-fourteen {
    width: 100%;
}

.users table td {
    background: #e0dbdb;
    padding: 25px 0;
    text-indent: 20px;
    color: #252525;
    font-size: 14px;
    text-align: left;
    font-weight: normal;
    border-bottom: 1px solid #fff;
    width: 23.1%;
}

table.entry-types td {
    padding: 20px 0;
    text-indent: 10px;
    color: #252525;
    font-size: 14px;
    text-align: left;
    font-weight: normal;
    border-bottom: 1px solid #fff;

}

.users table td.edit-box,
table.entry-types td.edit-box {
    text-indent: 20px;
    width: 90px;
    padding-right: 10px;
}

table.entry-types td.min-width {
    min-width: 140px;
}

.users table .paging,
.sett table .paging {
    margin-top: 10px;
}

.users table .paging th,
.sett table .paging th {
    background: transparent;
}

.users table .paging th ul,
.sett table .paging th ul {
    float: right;
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
}

.users table .paging th li,
.sett table .paging th li {
    float: left;
    text-indent: 1px;
}

.users table .paging th li a,
.sett table .paging th li a {
    padding: 13px 18px;
    background: #3c3c3c;
    color: #fff;
    text-decoration: none;
}

.users table .paging th li a.active,

.sett table .paging th li a.active {
    background: #e0dbdb;
    color: #3c3c3c;
}

.users table .paging th li a:hover,
.sett table .paging th li a:hover {
    background: #ffd328;
    color: #3c3c3c;
    text-decoration: none;
}

.paging ul {
    margin-bottom: 30px !important;
    margin-top: 13px !important;
}

.users table td.fifty {
    width: 27%;
}

.users table td.twotwo {
    width: 20.1%;
}

.users table td a {
    color: #252525;
    font-size: 14px;
    text-decoration: none;
}

.users table th,
table.entry-types th {
    background: #3c3c3c;
    padding: 20px 0;
    text-indent: 20px;
    color: #e1e1e1;
    font-size: 18px;
    text-align: left;
    font-weight: normal;
}

table.entry-types th {
    text-indent: 10px;
    color: #fff;
    padding: 20px 0;
    border-right: 1px solid #ffffff;
}

table.entry-types th.last {
    border: 0;
}

table.last-fourteen th {
    background: #3c3c3c;
    padding: 7px 0;
    text-indent: 10px;
    color: #fff;
    font-size: 14px;
    text-align: left;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    font-weight: normal;
}

table.last-fourteen th.response {
    border-right: 0;
}

table.last-fourteen td {
    vertical-align: top;
    border-bottom: 2px solid #fff;
    padding: 7px;
    color: #252525;
    font-size: 14px;
}

table td.response-col {
    padding: 10px 10px 0;
    background: #e0dbdb;
    text-transform: uppercase;
    min-width: 245px;
}

td.bord-right {
    border-right: 2px solid #fff;
}

table td.response-col p {
    margin: 0;
}

table td.response-col span.day-book-date {
    text-transform: none;
}

table td.response-col a,
a.add-user {
    font-size: 11px;
    border-radius: 5px;
    padding: 7px 12px;
    float: left;
    color: #fff;
    cursor: pointer;
}

table td.response-col a.day-book-show-response {
    color: #252525;
    background: #ffd328;
    margin-bottom: 10px;
    margin-right: 10px;
}

table td.response-col a.day-book-all-responses {
    background: #050d3d;
    margin-right: 10px;
    margin-bottom: 10px;
    text-decoration: none;
}
table td.response-col a.deleteLocation {
    margin-right: 10px;
    margin-bottom: 10px;
    text-decoration: none;
}
a.add-an-action,
table td.response-col a.dav-book-add-response {
    background: #ff1b00;
    margin-bottom: 10px;
}

.locations table td.response-col
{
    padding-bottom:15px;
}

h2.page-title {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    margin-top: 0;
}

.create-occurrence {
    display: none;
}

#new-occurrence .inner {
    background: #e0dbdb;
    padding: 20px;
}

#new-occurrence .inner h2.page-title,
#form-Form_Daybook_TypeSelect {
    display: inline-block;
    float: left
}

#form-Form_Daybook_TypeSelect #field-theSubmit {
    margin-left:10px;
}

#form-Form_Daybook_TypeSelect {
    display: inline-block;
}

#new-occurrence .inner #form-Form_Daybook_TypeSelect li {
    list-style: none;
    float: left;
}

.styled-select select {
    background: transparent;
    width: 268px;
    padding: 5px;
    font-size: 16px;
    line-height: 1;
    border: 0;
    border-radius: 0;
    height: 34px;
    -webkit-appearance: none;
}

.styled-select {
    width: 269px;
    height: 34px;
    overflow: hidden;
    background: #fff url('../Img/drop.png') 95% 50% no-repeat;
    border-radius: 5px;
    border: none;
    margin-bottom: 18px
}

.styled-select.error {
    border: 1px solid #ff2200;
}

#new-occurrence {
    display: inline-block;
}

#new-occurrence h2 {
    display: inline-block;
    float: left;
    margin: 6px 20px 0 0;
}

button.new-occ,
a.new-occ,
a.close-new-occ,
a.close-button,
a.hide-link,
a.cancel-entry {
    background: #ffd328 url('../Img/close.png') 87% 50% no-repeat;
    border-radius: 5px;
    border: 0;
    padding: 9px 27px 8px 12px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    color: #262626;
    text-transform: uppercase;
    margin-left: 10px;
}

button#new-occ {
    float: right;
}

a.close-button {
    margin-left: 17px;
}

*:focus {
    outline: 0;
}

textarea:focus, input:focus {
    outline: 0;
}

#new-occurrence #error-message {
    display: none;
}

.entry-new form li,
form#form-Form_Daybook_ResponseAddition li,
form#form-Form_Daybook_InstructionAction li,
form#form-Form_Daybook_Type li,
form#form-Form_Daybook_Enquiry li,
form#form-Form_Daybook_EntryAddition li {

    position: relative;
    clear:left;
}

form#form-Form_Admin_User .styled-select {
    width: 262px;
}

ul.input-checkbox-group label {
    margin: 0;
}

ul.input-checkbox-group input {
    display: inline-block !important;
    margin: 0;
}

ul.input-checkbox-group li {
    width: 50%;
    float: left;
}

ul.input-checkbox-group label {
    margin-top: 0px !important;
    line-height: 16px;
    font-size: 14px !important;
    margin-bottom: 10px;
}

ul.input-checkbox-group input {
    width: 20px !important;
    float: left;
    padding-top: 8px;
}

form#form-Form_Admin_User {
    width: 97%;
    min-width: 996px;
}

.entry-new form label,
#form-Form_Daybook_ResponseAddition label,
#form-Form_Daybook_EditResponse label,
form#form-Form_Daybook_Enquiry label,
form#form-Form_Daybook_Type label,
form#form-Form_Admin_User label {
    display: block;
    float: none;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 8px;
}


#form-Form_Daybook_EditResponse li.multiple,
#form-Form_Daybook_ResponseAddition li.multiple
{
    width: 100%;
    float: left;
    margin: 0 0 10px;
    padding: 13px;
    background-color: #fff;
    border: 1px solid #bbb;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#form-Form_Daybook_EditResponse li.multiple label,
#form-Form_Daybook_ResponseAddition li.multiple label
{
    width: 50%;
    margin: 0;
    float: left;
    font-size: 14px;
    font-weight: normal;
}

#form-Form_Daybook_ResponseAddition ul.form li.separator
{
    clear:left;
    font-size: 18px;
    font-weight: bold;
}

#form-Form_Daybook_EditResponse li.multiple ul,
#form-Form_Daybook_ResponseAddition li.multiple ul
{
    width: 30%;
    float: right;
}
#form-Form_Daybook_ResponseAddition ul.form li label
{
    float:left;
}

#form-Form_Daybook_EditResponse ul.form li textarea
{
    margin-bottom:10px;
    width:100%;
    padding:10px;
    max-width:350px;

}

#form-Form_Daybook_EditResponse ul.form li input
{
    margin-bottom:10px;
    width:100%;
    min-width:100%;
    padding:0;

}

#form-Form_Daybook_ResponseAddition li.multiple ul
{
    width: 30%;
    float: right;
}

#form-Form_Daybook_EditResponse li.multiple ul li,
#form-Form_Daybook_ResponseAddition li.multiple ul li
{
    width: auto !important;
    margin: 0 15px 0 0;
}

#form-Form_Daybook_EditResponse li.multiple ul li label,
#form-Form_Daybook_ResponseAddition li.multiple ul li label
{
    width: auto;
    margin: 0 10px 0 0;
}

#form-Form_Daybook_EditResponse li.multiple ul li input,
#form-Form_Daybook_ResponseAddition li.multiple ul li input
{
    width: auto;
    height: auto;
    margin: 0;
}

form#form-Form_Daybook_Type label,
form#form-Form_Admin_User label {
    margin-top: 8px;
}


#form-Form_Daybook_ResponseAddition input,
form#form-Form_Daybook_Enquiry input,
form#form-Form_Daybook_Type input {
    margin-bottom: 8px;
}

.entry-new form label.formError,
form#form-Form_Daybook_ResponseAddition label.formError,
form#form-Form_Daybook_InstructionAction label.formError,
form#form-Form_Daybook_Type label.formError,
form#form-Form_Daybook_Enquiry label.formError,
form#form-Form_Daybook_EntryAddition label.formError {
    position: absolute;
    left: 422px;
    top: 29px;
    background: #ff1b00;
    padding: 8px 8px;
    font-size: 14px;
    color: #fff;
}

.entry-new form label.formError:before,
form#form-Form_Daybook_ResponseAddition label.formError:before,
form#form-Form_Daybook_InstructionAction label.formError:before,
form#form-Form_Daybook_Type label.formError:before,
form#form-Form_Daybook_Enquiry label.formError:before,
form#form-Form_Daybook_EntryAddition label.formError:before {

    content: '';
    height: 32px;
    width: 12px;
    background: url('../Img/redpoint.png') no-repeat;
    position: absolute;
    left: -12px;
    top: 0;

}

.entry-new form input,
.entry-new form textarea {
    margin-bottom: 10px;
}

#ui-datepicker-div {
    background: #c8c8c8;
    border-radius: 5px;
    padding: 20px 10px;
    text-align: center;
    border: 1px solid #ababab;
    font-size: 15px;
    position: relative;
    left: 321px;
    margin-top: 10px;
}

#ui-datepicker-div:before {
    content: '';
    height: 7px;
    width: 20px;
    background: url('../Img/greypoint.png') no-repeat;
    position: absolute;
    top: -7px;
    left: 50%;
    margin-left: -10px;
}

#ui-datepicker-div .ui-datepicker-title {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: bold;
}

#ui-datepicker-div td {
    text-decoration: none;
    color: #3c3c3c;
    padding: 1px 9px;
}

#ui-datepicker-div a {
    text-decoration: none;
    color: #3c3c3c;
    padding: 2px 2px;
}

#ui-datepicker-div a:hover {
    background: #ffd328;
}

input.datepicker {
    background: #fff url('../Img/calendar.png') 98% 50% no-repeat;
}

span.required {
    color: #ff2200;
}

#ui-datepicker-div {
    display: none;
}

#response-page h2.response-title {
    margin: 0 0 15px;
    text-transform: uppercase;
}

span.red-text {
    color: #ff1b00;
    text-decoration: underline;
}

#response-page h2.response-title span.lower {
    font-weight: normal;
    font-size: 24px;
}

table.response {
    text-align: left;
    width: 100%;
    margin: 0 0 15px;
}

table.response th {
    font-weight: normal;
    font-size: 18px;
    background: #3c3c3c;
    color: #e1e1e1;
    padding: 25px 20px;
}

table.response th span {
    font-weight: normal;
    font-size: 14px;
    background: #3c3c3c;
    color: #e1e1e1;
    display: block;
    margin: 5px 0 0;
}

table.response td.info {
    padding: 20px;
    color: #252525;
    background: #e0dbdb;
    /*border: 1px solid #ffffff;*/
}

table.response td.info.list {
    margin-bottom: 20px;
    border: none;
    border-bottom: 20px solid #fff;
}

table.response td.info h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 10px;
}

table.response td.info p {
    margin: 0 0 10px;
}

#response-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 4px;
}

/***************************************
		ADVANCED SEARCH TABLE
****************************************/

td.serial-search {
    width: 7.2%;
}

td.date-time-search {
    width: 16.1%;
}

td.type-search {
    width: 21.7%;
}

td.location-search {
    width: 10%;
}

td.incident-search {
    width: 13.2%;
}

td.id-search {
    width: 4.3%;
}

td.response-col.search {
    width: 27.5%;
}

ul#response-menu li {
    float: left;
}

ul#response-menu {
    display: inline-block;
    float: right;
    margin-left: 10px;
}

ul#response-menu li a {

    background: #ffd328 url('../Img/close.png') 87% 50% no-repeat;
    border-radius: 5px;
    border: 0;
    padding: 9px 27px 9px 12px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    color: #262626;
    text-transform: uppercase;
    position: relative;
    top: 3px;
}

span.help-text {
    font-size: 14px;
    display: inline-block;
    margin: 8px 0 0;
}

input[type="checkbox"] {
    width: 20px !important;
    height: 21px !important;
}

div.quick-search {
    width: auto;
    display: inline;
    margin: 0;
    padding: 0;
}

div.quick-search.cf.fr ul.topr,
div.quick-search.cf.fr ul.topr li {
    list-style-type: none;
    display: inline;
    clear: none;
    margin: 0 5px;
    padding: 0;
    float: left;
}

div.quick-search.cf.fr ul.topr {
    width: 100%;
}

form#form-Form_Daybook_PrintPDF,
form#form-Form_Daybook_PrintPDF ul,
form#form-Form_Daybook_PrintPDF ul li {
    display: inline-block;
    margin: 0;
    padding: 0;
}

a.button.new-user.add-a-new-user {
    margin-top: 1px;
}

.ui-datepicker-prev.ui-corner-all span,
.ui-datepicker-next.ui-corner-all span {
    display: none;
}

a.ui-datepicker-prev.ui-corner-all,
a.ui-datepicker-next.ui-corner-all {
    position: absolute;
    display: block;
    height: 10px;
    padding: 0 !important;
    width: 5px;
    top: 5px;
}

a.ui-datepicker-prev.ui-corner-all {
    background: url('../Img/navarrows.png') 0 0 no-repeat;
    left: 65px
}

a.ui-datepicker-next.ui-corner-all {
    background: url('../Img/navarrows.png') -5px 0 no-repeat;
    right: 65px;
}

a.ui-datepicker-prev.ui-corner-all:hover {
    background: url('../Img/navarrows.png') 0 0 no-repeat !important;
    left: 65px
}

a.ui-datepicker-next.ui-corner-all:hover {
    background: url('../Img/navarrows.png') -5px 0 no-repeat !important;
    right: 65px;
}

.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all {
    position: relative;
}

#form-Form_Daybook_Type > ul > li:nth-child(1) {
    font-size: 26px;
    font-weight: bold;
}

.title-row .inner .fr {
    width: 300px;
}

.print-pdf
{
    float:right;
}

#form-Form_Admin_User input[type="checkbox"] {
}

#form-Form_Admin_User > ul > li.submit {
    clear: both;
}

#form-Form_Daybook_PrintPDF {
    float: right;
}

#form-Form_Daybook_TypeSelect > li:nth-child(1) > div {
    margin-bottom: 0;
}

a.close-new-occ {
    float: right;
}

body.login div.overlay div.overlay-box a.close {
    display: inline-block;
    margin: 0 0 20px;
    position: static;
}

div.new-user li.multiple {
    display: none;
}

#form-Form_ResetPassword ul.form label.formError {
    display: none !important;
}

#field-background {
    margin: 0;
    padding: 0;
    border: 0;
    width: 70px;
    height: 20px;
    border-right: 20px solid green;
    line-height: 20px;
}




li.submit {
    clear: both;
}

#form-Form_Login li.submit {
    clear: none;
}

#form-Form_Daybook_TypeSelect li.submit {
    clear: none;
}

#form-Form_LocationAdd ul.form li,
#form-Form_Daybook_ResponseAddition ul.form li {
    width: 350px;
    float: left;
}
form#form-Form_Daybook_ResponseAddition li
{
    /*position: inherit;*/
}

form#form-Form_Daybook_ResponseAddition li.multiple ul li
{
    display:inline-block;
    width:0px;
}

form#form-Form_Daybook_ResponseAddition ul.forn li.multiple:first-child
{
    clear:both;
}


form#form-Form_Daybook_ResponseAddition li.multiple
{
    background-color: #fff;
}

div.new-user li.multiple {
    display: inline-block;
}

#form-Form_LocationAdd
{
    width:850px !important;
}

#form-Form_LocationAdd ul.form li:first-child
{
    float:right;
    width: 450px;
}
#form-Form_Daybook_ResponseAddition ul.input-radio-group
{
}
#form-Form_Daybook_ResponseAddition ul.input-radio-group li:first-child
{
    float: left;
    width: 50px;
}
#form-Form_Login input
{
    width:258px;
}
#form-Form_Daybook_EditResponse ul.input-radio-group li:first-child
{
    float: left;
    width: 50px;
}

#form-Form_Daybook_ResponseAddition
{
    min-height:500px;
}

#form-Form_LocationAdd ul.form li:first-child textarea,
#form-Form_Daybook_ResponseAddition ul.form li:first-child textarea
{
    height: 470px;
    width: 100%;
    margin-bottom: 45px;
}

.alert {
    padding: 8px 35px 8px 14px;
    margin-bottom: 18px;
    color: #c09853;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.alert-heading {
    color: inherit;
}

.alert .close {
    position: relative;
    top: -2px;
    right: -21px;
    line-height: 18px;
}

.alert-success {
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-danger,
.alert-error {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
}

.alert-info {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.alert-block > p,
.alert-block > ul {
    margin-bottom: 0;
}

.alert-block p + p {
    margin-top: 5px;
}


/* bootstrap pagination */
.pagination {
    display: inline-block;
    padding-left: 0;
    border-radius: 4px;
    float:right;
    margin-right:20px;
}

.pagination > li {
    display: inline;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    background: #e0dbdb;
    color: #3c3c3c;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 2;
    color: #ffffff;
    background: #3c3c3c;
    cursor: default;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #337ab7;
    background: #e0dbdb;
    color: #3c3c3c;
    border: 1px solid #dddddd;
    margin-left: -1px;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.confirmBox {
    background: #e0dbdb;
    min-height:200px;
    padding:10px;
    display:block;
}

#field-add_person {
    cursor: pointer;
}


#reports {
    background: #e0dbdb;
    padding: 20px;
    float:left;
}

#reports h2 {
    margin-top: 0;
}

#reports .well p {
    margin: 0 10px 0 0;
    float: left;
    font-size: 15px;
}

.times {
    margin-top:15px;
    padding: 0 0 0 55px;
    float:left;
    clear: left;
    background: url(../Img/response-average.png) 0 14px no-repeat;
    font-size: 65px;
    font-weight: bold;
}

.time {
    display: inline-block;
}


#field-add_temp_location:hover {
    cursor: pointer;
}

.hidden {
    display:none;
}

.faqs {
    margin-top: 30px;
}

.faq {
    margin: 2px;
}
.faq-title {
    background: #e0dbdb;
    padding: 10px;
    font-weight: 600;
    cursor: pointer;
}

.faq.open .faq-title {
    background: #ffd328;
}

.faq-answer {
    display: none;
}

.faq.open .faq-answer {
    background: #e0dbdb;
    margin-top: 2px;
    margin-left: 50px;
    margin-bottom: 2px;
    padding: 10px;
    display: block;
}

.faq .tags {
    font-size: 13px;
    font-weight: bold;
    margin-top: 10px;
    color:#51aed6;
}

.faq .tags a {
    font-size: 13px;
    font-weight: normal;
    margin-top: 10px;
    border-bottom: 1px dotted #51aed6;
    color:#51aed6;
    text-decoration: none;
}

.faq-search-keyword {
    margin-top: 5px;
    margin-bottom: 5px;
}
.faq-search-keyword span {
    font-weight: bold;
}

.faq-search {
    width: 500px !important;
}

.faq-search label {
    display: inline;
    font-weight: bold;
    margin-top: 10px;
}

.faq-search li {
    float: left;
}

.faq-search li.submit {
    clear: none;
}


.faq-search li.submit input {
    text-transform: uppercase;
    background: #050d3c;
    color: #fff;
    text-indent: 0;
    font-size: 12px;
    cursor: pointer;
    font-weight: bold;
}

.faq-search input{
    display: block;
    height: 33px;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    line-height: 20px;
    text-indent: 10px;
    margin-bottom: 15px;
    margin-right: 15px;
}


#field-faq_keyword {
    width: 250px;
}

.faq-count {
    float: right;
    margin-top: 30px
}

.faqs .show-link {
    font-size: 13px;
    padding: 5px;
    text-transform: uppercase;
    border-radius: 5px;
    border: 0;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
}

.faqs .edit {
    padding: 5px;
    background: #050d3d;
    text-decoration: none;
}

.faqs .links {
    float: right;
}

.faq-empty {
    margin-top: 10px;
}

.faq-arrow {
    width: 50px;
    height: 38px;
    background: #bcb8b7;
    float: left;
    margin-top: -10px;
    margin-left: -10px;
    margin-right: 10px;
}

.open .faq-arrow {
    background: #514f50;
}

.open .faq-arrow span.down {
    position: relative;
    left: 19px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #ffffff;
}

.open .faq-arrow span.up {
    display: none;
}

.faq-arrow span.up {
    position: relative;
    left: 19px;
    top: 22px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #ffffff;
}