@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,700);

/* ----- Main Body ----- */

body,
html {
    margin: 0 !important;
    padding: 0 !important;
    /*background-image: url(../../template/background.gif);*/
}

body {
    color: #000000;
    font-family: 'Roboto', sans-serif;
    padding: 0%;
    margin: 0%;
    background-color: #F7F7F7;
}

body,
p,
td {
    font-size: 8pt;
}


/* ----- Page General Styles ----- */


/*
p, li, dt {
	font-size: 77%;
}
*/

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

a {
    color: #000000;
}

.overflowscroll {
    overflow-y: scroll;
}

.nopadding {
    padding: 0 !important;
}


/* ----- Template ----- */

.clear {
    clear: both;
}

.wrapper {
    padding-left: 17px;
    padding-right: 17px;
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    /*background-image: url(../../template/wrapper_background.gif);*/
}

.header {
    /*height: 100px;*/
    height: 85px;
    background-color: #ffffff;
    padding-left: 10px;
    padding-top: 10px;
}

.footer {
    height: 10px;
    background-color: #cccccc;
}

.header h1 {
    display: none;
}

.wrapper .maincontent {
    margin-top: 10px;
}

.loggedinuser {
    background-color: #ffffff;
    text-align: right;
    padding-right: 10px;
    font-style: italic;
}

input[type=checkbox] {
    width: 14px;
    height: 14px;
}


/* ----- Navigation ----- */


/* Main */

.navigation .main,
.navigation .main li a {
    height: 40px;
}

.navigation .main {
    background: #0192D3;
    /*background-image: url(../../template/navigation/bg.gif);*/
    padding-left: 10px;
}

.navigation .main li {
    display: block;
    float: left;
}

.navigation .main li a {
    display: block;
    /*margin-right: 10px;*/
    line-height: 40px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 13px;
}

.navigation .main li a:hover {
    /*background-image: url(../../template/navigation/bg_hover.gif);*/
    background: #0F2B68;
    color: #0192D3;
}

.navigation .main li a.selected {
    /*background-image: url(../../template/navigation/bg_current.gif);*/
    background: #0F2B68;
}


/* Sub Navigation */

.navigation .sub,
.navigation .sub li a {
    height: 30px;
}

.navigation .sub {
    background-color: #0F2B68;
    padding-left: 20px;
    overflow: hidden;
}

.navigation .sub li {
    display: block;
    float: left;
}

.navigation .sub li a {
    display: block;
    margin-right: 28px;
    line-height: 32px;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    padding-left: 12px;
    padding-right: 8px;
    font-size: 8pt;
    /*background-image: url(../../template/navigation/submenu_icon.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;*/
    white-space: nowrap;
}

.navigation .sub li a.last {
    margin-right: 0;
}

.navigation .sub li a:hover {
    color: #eaeaea;
}

.navigation .sub li a.selected {
    text-decoration: underline;
}


/* Lead Sub Navigation */

.navigation .sub_lead_spacer {
    height: 5px;
    background-color: #ffffff;
}

.navigation .sub_lead {
    background-color: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.navigation .sub_lead .role_status {
    /*border-top: 1px solid #ffffff;*/
    /*padding-bottom: 5px;*/
    margin-left: auto;
    margin-right: auto;
}

.navigation .sub_lead .role_status-last {
    margin-bottom: 0;
}

.navigation .sub_lead .role_status .role {
    display: none;
    width: 100%;
    font-weight: bold;
    color: #484848;
    float: left;
    font-size: 10pt;
}

.navigation .sub_lead .role_status .status {
    text-align: center;
}

.navigation .sub_lead .role_status .status ul {
    display: inline-block;
    width: 100%;
}

.navigation .sub_lead .role_status .status li {
    display: inline-block;
    margin-bottom: 2%;
    vertical-align: top;
    width: 9%;
    position:relative;
}

.navigation .sub_lead .role_status .status li .alert {
    position:absolute;
    width:12px;
    height:12px;
    border-radius: 100%;
    background-color: red;
    display:inline-block;
    top:0;
    right:30px;
}

.navigation .sub_lead .role_status .status li a {
    display: block;
    color: #0F2B68;
    font-weight: bold;
    text-decoration: none;
    padding: 0 10px;
    font-size: 8pt;
    text-align: center;
}

.navigation .sub_lead .role_status .status li a .button_rnd {
    color: #ffffff;
    background: #0F2B68;
    text-align: center;
    font-weight: 700;
    font-size: 26px;
    -moz-border-radius: 80px;
    -webkit-border-radius: 80px;
    border-radius: 80px;
    margin: 0 auto;
    width: 45px;
    height: 45px;
}

.navigationglyph {
    line-height: 45px !important;
    top: 0 !important;
}

.navigation .sub_lead .role_status .status li a .button_amber {
    background: #FAA500;
}

.navigation .sub_lead .role_status .status li a .button_red {
    background: #ED3825;
}

.navigation .sub_lead .role_status .status li a .button_green {
    background: #5DBC00;
}

.navigation .sub_lead .role_status .status li a.last {
    margin-right: 0;
}

.navigation .sub_lead .role_status .status li a:hover {
    color: #858585;
}

.navigation .sub_lead .role_status .status li a.selected {
    text-decoration: underline;
}

.navigation .sub_lead .role_status_spacer {
    padding-top: 2px;
    padding-bottom: 2px;
}

.navigation .sub_lead .role_status_spacer_inner {
    height: 1px;
    background-color: #ce6700;
}


/* ----- Calendar ----- */

.calendar {
    margin-top: 5px;
    /* border-collapse: collapse; */
    font-family: sans-serif;
    font-size: 0.9em;
    background-color: #ffffff;
}

.calendar a:link,
.calendar a:visited {
    text-decoration: none;
    color: #000000;
}

.calendar .monthyearselection,
.calendar .monthprevnextselection,
.calendar .dayname,
.calendar .day a:hover,
.calendar .dayselected {
    background-color: #f0f0f0;
}

.calendar .monthprevnextselection a:hover {
    text-decoration: underline;
}

.calendar .monthprevnextselection {}

.calendar .dayname {
    font-weight: bold;
}

.calendar .day,
.calendar .dayname {
    text-align: center;
}

.calendar .day a:link,
.day a:visited {
    display: block;
}

.calendar .day a:hover {
    text-decoration: underline;
}

.calendar .currentday {
    font-weight: bold;
}

.calendar td {
    border: 1px solid #c1c1c1;
}


/* ----- Content Panel ----- */

.contentpanel h2 {
    background: #0F2B68;
    height: 40px;
    line-height: 40px;
    background-repeat: no-repeat;
    font-weight: bold;
    text-indent: 30px;
    font-size: 16px;
    color: #ffffff;
}

.contentpanel h3 {
    /*background-image: url(../../template/titlebar_section.gif);*/
    background: #0F2B68;
    height: 40px;
    line-height: 40px;
    background-repeat: no-repeat;
    font-weight: bold;
    text-indent: 30px;
    font-size: 16px;
    color: #ffffff;
}

.contentpanel h4 {
    /*background-image: url(../../template/titlebar_section.gif);*/
    height: 40px;
    line-height: 40px;
    /*background-repeat: no-repeat;*/
    font-weight: bold;
    text-indent: 30px;
    font-size: 15px;
    color: #0192D3;
}

.contentpanel .outer-box {
    float: left;
    width: 98%;
    padding: 1% 1% 0% 1%;
    /*background-color: #b9b9b9;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 10px;
	padding-bottom: 10px;*/
}

.contentpanel .outer-box .buttons {
    margin-top: 10px;
    text-align: right;
    padding-right: 30px;
	margin-bottom: 10px;
}

.contentpanel .outer-box .buttons * {
	vertical-align:middle;
}

.contentpanel .outer-box .buttons-left {
    text-align: left;
    padding-left: 30px;
    float: left;
    width: 400px;
}

.contentpanel .outer-box .buttons-right {
    text-align: right;
    float: right;
    padding-right: 30px;
    width: 400px;
}

.contentpanel .box {
    background-color: #ffffff;
    border: 1px solid #D1D1D1;
    padding: 1%;
}

.contentpanel .box-followon {
    margin-bottom: 1%;
}

.errormsg,
.error {
    width: 96%;
    margin: 0.5% 1% 0.5% 1%;
    color: #ffffff;
    padding: 1%;
    margin-bottom: 2px;
    background-color: #ff0000;
    border: 1px solid #ffffff;
}

.successmsg,
.success {
    color: #ffffff;
    padding: 5px;
    margin-bottom: 1px;
    background-color: #339900;
    border: 1px solid #ffffff;
}

.lockedrecord,
.errorcontainer,
.successcontainer {
    padding-bottom: 5px;
}

.lockedrecord {
    width: 100%;
    text-align: center;
    background-color: #ff0000;
    font-size: xx-large;
    color: #ffffff;
}


/*
.contentpanel .outer-box-standard .box input[type=checkbox] {
	width: 14px;
}
*/

.contentpanel .outer-box-standard .box .required {
    color: #ff0000;
}

.contentpanel .outer-box-standard .box .left {
    /*margin-top: 5px;
	width: 175px;
	padding-right: 15px;*/
    width: 22%;
    padding: 1.5% 2% 1% 0%;
    text-align: right;
    float: left;
    font-weight: bold;
    font-size: 12px;
}

.contentpanel .outer-box-standard .box .speechtext .left {
    width: 15%;
    margin-right:1em;
}

.contentpanel .outer-box-standard .box .right {
    margin-top: 5px;
    float: left;
    width: 32%;
    padding: 0.8% 0% 1% 0%;
}

.contentpanel .outer-box-standard .box .speechtext .right {
    margin-right:1em;
}

.contentpanel .outer-box-standard .box .third {
    float: left;
    width: 33%;
}

.contentpanel .outer-box-standard .box .inputtxt,
.contentpanel .outer-box-standard .box .inputtxtarea {
    float: left;
    width: 100%;
    padding: 9px 9px 9px 9px;
    margin: -8px 0px 8px 0px;
    color: #202020;
    border: 1px solid #E1E1E1;
    background: #ffffff;
    font-size: 12px;
}

.contentpanel .outer-box-standard .box .inputdate,
.contentpanel .outer-box-standard .box .inputdatearea {
    float: left;
    width: 50px;
    padding: 9px 9px 9px 9px;
    margin: -8px 0px 8px 0px;
    color: #202020;
    border: 1px solid #E1E1E1;
    background: #ffffff;
    font-size: 12px;
}

.contentpanel .outer-box-standard .box .inputselect {
    /*width: 304px;*/
    float: left;
    width: 100%;
    padding: 9px 9px 9px 9px;
    margin: -8px 0px 8px 0px;
    color: #202020;
    border: 1px solid #E1E1E1;
    background: #ffffff;
    font-size: 12px;
}

.contentpanel .outer-box-standard .box .inputtxtarea {
    height: 80px;
}

.contentpanel .outer-box-twocolumn .col-title {
    width: 175px;
    font-weight: bold;
    text-align: right;
    padding-right: 10px;
}

.contentpanel .outer-box-twocolumn .col-value {
    width: 270px;
}

.contentpanel .outer-box-twocolumn .twocoltbl td {
    padding-bottom: 4px;
}

.contentpanel .outer-box-twocolumn .twocoltbl .txtstandard {
    width: 220px;
}

.contentpanel .outer-box-twocolumn .twocoltbl .inputselect {
    width: 222px;
}

.contentpanel .outer-box-twocolumn .twocoltbl .txtsmall {
    width: 60px;
}


/* Date Entry */

.contentpanel .box .dateentry .info,
.contentpanel .box .dateentry .sep {
    text-align: center;
}

.contentpanel .box .dateentry .sep {
    width: 12px;
}

.contentpanel .box .dateentry .showhide {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 8px;
}

.contentpanel .box .dateentry .date-dd,
.contentpanel .box .dateentry .date-mm {
    width: 35px;
    float: left;
    padding: 17% 2% 17% 2%;
    margin: 1% 0% 3% 0%;
    color: #202020;
    border: 1px solid #E1E1E1;
    background: #ffffff;
    font-size: 12px;
}


/*
.contentpanel .box .dateentry .date-h, .contentpanel .box .dateentry .date-i {
	width: 45px;
}
*/

.contentpanel .box .dateentry .date-yyyy {
    width: 50px;
    float: left;
    padding: 12% 2% 12% 2%;
    margin: 1% 0% 3% 0%;
    color: #202020;
    border: 1px solid #E1E1E1;
    background: #ffffff;
    font-size: 12px;
}

.contentpanel-followon {
    margin-top: 20px;
}


/* ----- Login ----- */

.contentpanel .outer-box-standard .login .inputtxt {
    width: 220px;
}


/* ----- Main Table ----- */

.maintable {
    /*border-top: 1px solid #b9b9b9;
	border-bottom: 1px solid #b9b9b9;
	border-left: 1px solid #b9b9b9;*/
    background-color: #ffffff;
}

.maintable table {
    width: 100%;
    border-collapse: collapse;
    /*border: 1px solid #ffffff;
	border-top: 1px solid #D1D1D1;
	border-right: 1px solid #D1D1D1;*/
}

.maintable table th,
.maintable table td {
    /*border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;*/
    padding: 5px;
}

.maintable table th {
    background-color: #0192D3;
    font-weight: bold;
    color: #ffffff;
    font-size: 12px;
    height: 34px;
}

.wrapper .att_wrapper .maintable .navigation {
    float: left;
    width: 100%;
    background-color: #0F2B68;
    height: auto;
    margin: 0%;
    padding: 0.5% 0% 0.5% 0%;
    /*border-right: 1px solid #b9b9b9;*/
}

.maintable .navigation:first-child {
    border-bottom-width: 0px;
}


/*
.maintable table td {
	background-color: #fcfff5;
}
*/

.maintable table .norecords {
    line-height: 200px;
    text-align: center;
    font-style: italic;
}

.maintable .navigation .nav-paging {
    width: 360px;
    margin-left: auto;
    margin-right: auto;
}

.maintable .navigation .nav-left,
.maintable .navigation .nav-right {
    width: 250px;
    height: 24px;
    line-height: 30px;
}

.maintable .navigation .nav-left {
    float: left;
}

.maintable .navigation .nav-right {
    float: right;
    text-align: right;
}

.maintable .navigation .nav-paging .firstprev,
.maintable .navigation .nextlast {
    width: 120px;
}

.maintable .navigation .nav-paging .firstprev {
    float: left;
}

.maintable .navigation .nav-paging .nextlast {
    float: right;
    text-align: right;
}

.maintable .navigation .nav-paging .currpage {
    float: left;
    width: 120px;
    line-height: 21px;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
}

.maintable table .titles a {
    color: #ffffff;
    text-decoration: none;
}

.maintable table .col-agreed_start,
.maintable table .col-actual_start,
.maintable table .col-user,
.maintable table .col-contractor,
.maintable table .col-created,
.maintable table .col-lastupdated,
.maintable table .col-status,
.maintable table .col-contractor_total,
.maintable table .col-client_total {
    width: 18%;
    text-align: center;
    padding: 0px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.page-lead_visit .maintable table .col-contractor_total,
.page-lead_visit .maintable table .col-client_total,
.page-lead_visit .maintable table .col-user,
.page-lead_visit .maintable table .col-contractor {
    width: 12%;
    text-align: center;
    padding: 0px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.maintable table .col-fn_policyid,
.maintable table .col-fn_created,
.maintable table .col-fn_customername
 {
    width: 16.5%;
    text-align: center;
    padding: 0px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.maintable table .col-fn_clientid,
.maintable table .col-fn_status,
.maintable table .col-fn_tradeid, 
.maintable table .col-fn_postcode {
    width: 10%;
    text-align: center;
    padding: 0px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.maintable table [class^='col-po'],
.maintable table [class*=' col-po'] {
    width: 13%;
    text-align: center;
    padding: 0px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.page-policyview [class^='col-'],
.page-policyview [class*=' col-'] {
    width: 200px;
    text-align: center;
    padding: 0px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.addpolicybutton {
    float: right;
    margin-right: 15px;
}

.maintable table .col-button {
    width: 100px;
    text-align: center;
    padding: 0px;
    /*padding-bottom: 2px;
	vertical-align: bottom;
	height: 25px;*/
    padding-top: 2px;
    padding-bottom: 2px;
}

.maintable .errormsg {
    background-color: #fd0006;
    padding: 5px;
    border-top: 1px solid #b9b9b9;
    border-right: 1px solid #b9b9b9;
}

.leadtotal {
    color: white;
    padding-right: 5px;
}


/*http://phrogz.net/CSS/vertical-align/index.html*/


/*
.maintable table .col-email {
	width: 200px;
}
*/

.maintable table .titles {
    float: left;
    width: 100%;
    background-color: #0192D3;
}

.maintable .row-a {
    background-color: #ffffff;
    border-bottom: 2px solid #0192D3;
    padding: 1% 0% 1% 0%;
    float: left;
    width: 100%;
}

.maintable .row-b {
    background-color: #fffffa;
    border-bottom: 2px solid #0192D3;
    padding: 1% 0% 1% 0%;
    float: left;
    width: 100%;
}


/* Contractor Info Popup */

.contractorinfo_popup,
.areainfo_popup {
    position: absolute;
    background-color: #efefef;
    padding: 10px;
    min-width: 300px;
    border: 2px dotted #000000;
}

.contractorinfo_popup .close,
.areainfo_popup .close {
    float: right;
}

.contractorinfo_popup .title {
    font-size: 12pt;
    font-weight: bold;
    text-align: center;
    margin-bottom: 5px;
}

.contractorinfo_popup .left {
    width: 110px;
    float: left;
    font-weight: bold;
    margin-bottom: 5px;
}

.contractorinfo_popup .right {
    float: left;
    margin-bottom: 5px;
    max-width: 300px;
}


/* Contractor Info Popup - Trade Rates */

.contractorinfo_popup .trades .trade_title {
    font-weight: bold;
    text-align: center;
    font-size: 12pt;
}

.contractorinfo_popup .trades .rates td,
.page-lead_engineer .contractorinfo_popup .trades .rates th {
    padding: 2px;
}

.contractorinfo_popup .trades .rates th {
    font-weight: bold;
}


/* ----- Contractor Search Suggest ----- */

.contractor_search .contractor_search_list {
    /*position: absolute;*/
    width: 298px;
    /*border: 1px solid #b9b9b9;*/
    background-color: #E8E8E8;
    padding: 1px;
    padding-bottom: 0;
    border: 1px inset #b9b9b9;
    overflow-y: scroll;
    height: 150px;
}

.contractor_search .contractor_search_list ul li a {
    border: 1px solid #b9b9b9;
    padding: 5px;
    background-color: #ffffff;
    display: block;
    text-decoration: none;
}

.contractor_search .contractor_search_list ul li a:hover {
    background-color: #143d55;
    color: #ffffff;
}

.contractor_search .contractor_search_list ul li {
    margin-bottom: 1px;
}


/* ----- Lead View ----- */

.page-lead .maintable table {
    /*width: 4000px;*/
    width: 100%;
}

.page-lead .maintable .col-button {
    width: 105px;
}

.page-lead .maintable .col-cust_name {
    width: 120px;
}

.page-lead .maintable .col-cust_address {
    width: 140px;
}

.page-lead .maintable .col-cust_postcode {
    width: 70px;
}

.page-lead .maintable .col-office_name {
	width:80px;
} 
.page-lead .maintable .col-specialinstructions {
    width: 120px;
}

.page-lead .maintable .col-created {
    width: 120px;
}

.page-lead .maintable .col-future_service_date,
.page-lead .maintable .col-contractor_extraman, 
.page-lead .maintable .col-status_update {
    width: 120px;
}

.page-lead .maintable .col-status {
    width: 90px;
}

.page-lead .maintable .col-contactor_total,
.page-lead .maintable .col-client_total {
    width: 70px;
}

.page-lead .maintable .col-lastupdated {
    width: 120px;
}

.page-lead .maintable .col-visit_agreed {
    width: 170px;
}

.page-lead .maintable .col-visit_actual,
.page-lead .maintable .col-last_customer_contact {
    width: 170px;
}

.page-lead .maintable .leadtotal {
    color: #ffffff;
    font-weight: bold;
    padding-right: 3px;
}

.page-lead .maintable .col-hours_since_last_visit {
    width: 85px;
}

.page-lead .col-assignee_client_name {
    width: 85px;
}

.page-lead .col-trade_name {
    width: 85px;
}


/* User Specific Table Changes */

.page-lead .maintable-user .col-button {
    width: 50px;
}

.page-lead .maintable-user .col-status {
    width: 160px;
}


/* Mini Admin / Admin Specific Table Changes */


/*
.page-lead .maintable-admin .col-button, .page-lead .maintable-miniadmin .col-button {
	width: 64px;
	padding-top: 5px;
}
*/


/* ----- Lead Search ----- */

.page-lead .leadsearch {
    margin-top: 20px;
}


/* ----- Lead View ----- */

.page-lead_view .lockbutton {
    padding-bottom: 5px;
    text-align: right;
    padding-right: 20px;
}

.page-lead_view .lockbutton input {
    width: 100px;
}

.page-lead_view .calendar_container {
    position: relative;
}

.page-lead_view .calendar {
    position: absolute;
}

.page-lead_view .timeentry .col-title {
    /*vertical-align: top;*/
}

.page-lead_view .timeentry .info {
    text-align: center;
}

.page-lead_view .documentlist {
    width: 100%;
}

.page-lead_view .documentlist td {
    width: 25%;
    padding: 4px;
    padding-left: 10px;
    /*border: 1px solid #000000;*/
}

.page-lead_view .statustable {
    margin-bottom: 10px;
}

.page-lead_view .statustable .col-status {
    width: 200px;
}

.page-lead_view .statustable .col-changed {
    width: 200px;
}

.page-lead_view .statustable .col-user {
    width: 200px;
}

.page-lead_view .research .spacer {
    height: 10px;
}

.page-lead_view .research .twocoltbl td {
    padding-bottom: 2px;
}

.page-lead_view .documents .contentpanel .outer-box .buttons .submit {
    font-size: 9pt;
}

.page-lead_view .documents .norecords {
    line-height: 20px;
    height: 20px;
}


/*
.page-lead_view .questionnaire .twocoltbl td {
	padding-bottom: 6px;
	/-*
	padding-top: 4px;
	border-bottom: 1px dashed #f2f2f2;
	*-/
}
*/

.page-lead_view .questionnaire .condrepairtbl .col-title {
    width: 165px;
    font-weight: bold;
    text-align: right;
    padding-right: 10px;
}

.page-lead_view .questionnaire .condrepairtbl td {
    padding-bottom: 5px;
}

.page-lead_view .questionnaire .condrepairtbl .horizontal_title {
    font-weight: bold;
    text-align: center;
    text-indent: -10px;
}

.page-lead_view .questionnaire .condrepairtbl .col-cond {
    width: 160px;
    padding-right: 10px;
}

.page-lead_view .questionnaire .condrepairtbl .inputselect {
    width: 160px;
}

.page-lead_view .questionnaire .condrepairtbl .inputtxt {
    width: 500px;
}


/*
.page-lead_view .questionnaire .txtareahalf {
	width: 220px;
	height: 70px;
}
*/

.page-lead_view .questionnaire .experian_title {
    font-weight: bold;
    display: block;
    margin-bottom: 3px;
}

.page-lead_view .questionnaire .title {
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}

.page-lead_view .questionnaire .note {
    width: 864px;
    height: 60px;
    display: block;
}


/* Vertical Stacked Item */

.page-lead_view .questionnaire .vertical_item {
    margin-bottom: 10px;
}

.page-lead_view .questionnaire .vertical_item .vertical_title label {
    font-weight: bold;
    margin-bottom: 5px;
    display: block;
}

.page-lead_view .questionnaire .vertical_item .vertical_entry textarea {
    width: 100%;
    height: 80px;
    display: block;
}

.page-lead_view .policyinfo3 .col-value { text-align:right; }

/* ----- Lead Note ----- */

.page-lead_note .notetable {
    margin-bottom: 10px;
}

.page-lead_note .notetable .norecords {
    line-height: 20px;
    height: 20px;
}

.page-lead_note .notetable .col-button {
    vertical-align: middle;
    padding-top: 4px;
    padding-bottom: 4px;
}

.page-lead_note .notetable .col-note {
    width: 400px;
}

.page-lead_note .notetable .col-user,
.page-lead_note .notetable .col-created,
.page-lead_note .notetable .col-lastupdated {
    width: 130px;
}

.page-lead_note .noteform .title {
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}

.page-lead_note .noteform .note {
    width: 864px;
    height: 155px;
    display: block;
}


/* ----- Lead Note Edit ----- */

.page-lead_note_edit .noteform .note {
    width: 864px;
    height: 155px;
    display: block;
}


/* ---- Lead Email ----- */

.page-lead_email .contentpanel .outer-box-standard .box .inputtxt,
.page-lead_email .contentpanel .outer-box-standard .box .inputselect,
.page-lead_email .contentpanel .outer-box-standard .box .inputtxtarea {
    width: 500px;
}

.page-lead_email .contentpanel .outer-box-standard .box .inputtxtarea {
    height: 200px;
}


/* Email Log */

.page-lead_email .emailscrollable {
    overflow: auto;
    max-height: 300px;
    margin-bottom: 15px;
}

.page-lead_email .emaillogtable .norecords {
    line-height: 20px;
}

.page-lead_email .emaillogtable td {
    vertical-align: top;
}

.page-lead_email .emaillogtable .col-sent {
    width: 130px;
}

.page-lead_email .emaillogtable .col-user {
    width: 120px;
}

.page-lead_email .emaillogtable .col-to {
    width: 120px;
}

.page-lead_email .emaillogtable .col-subject {
    width: 140px;
}

.page-lead_email .emaillogtable .col-message {}

.page-lead_email .emaillogtable .col-message .readmore {
    float: right;
}


/* ----- Lead SMS ----- */

.page-lead_sms .notescrollable {
    overflow: auto;
    max-height: 300px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.page-lead_sms .notetable .norecords {
    line-height: 20px;
}

.page-lead_sms .notetable .col-button {
    vertical-align: middle;
    padding-top: 4px;
    padding-bottom: 4px;
}

.page-lead_sms .notetable .col-button {
    width: 70px;
}

.page-lead_sms .notetable .col-info {
    width: 400px;
}

.page-lead_sms .notetable .col-created_by {
    width: 130px;
}

.page-lead_sms .notetable .col-type {
    width: 85px;
}

.page-lead_sms .notetable .col-created {
    width: 130px;
}

.page-lead_sms .notecomm_type {
    font-weight: bold;
    padding-right: 10px;
}

.page-lead_sms .sms_message {
    width: 865px;
    height: 60px;
    display: block;
}

.page-lead_sms .sms_template {
    display: block;
}

.page-lead_sms .sms_title {
    float: left;
}

.page-lead_sms .sms_count {
    float: right;
}

.page-lead_sms .sms_count_limit {
    color: #ff0000;
}

.page-lead_sms .notecomm_sms_to_title {
    font-weight: bold;
}

.page-lead_sms .notecomm_sms_title {
    font-weight: bold;
}

.page-lead_sms .sms_template_title {
    font-weight: bold;
}


/* ----- Lead Contractor ----- */

.page-lead_contractor .refreshbtn {
    vertical-align: middle;
}

.page-lead_contractor .quickviewbtn {
    vertical-align: middle;
}

.page-lead_contractor .primary {
    /*background-color: #82c7ea;*/
    background-color: #cccccc;
}


/* ----- Lead Visit ----- */


/*.page-lead_visit .maintable .col-button,
.page-lead_visit .maintable .col-agreed_start,
.page-lead_visit .maintable .col-actual_start,
.page-lead_visit .maintable .col-user,
.page-lead_visit .maintable .col-created,
.page-lead_visit .maintable .col-contractor_total,
.page-lead_visit .maintable .col-client_total,
.page-lead_visit .maintable .col-pass_to_accounts{
	width: 12.5%;
	text-align:center;
}
*/

.page-lead_visit .maintable .col-pass_to_accounts .glyphicon {
    font-size: 1.5em;
}


/* ----- Lead Visit - Add/Edit ----- */

.page-lead_visit_addedit .dateentry .date-h,
.page-lead_visit_addedit .dateentry .date-i {
    width: 45px;
    padding: 12% 2% 12% 2%;
}

.page-lead_visit_addedit .contentpanel .outer-box-standard .box .inputtxt-cost {
    width: 60px;
}

.page-lead_visit_addedit .contentpanel .outer-box-standard .box .inputtxt-hr {
    width: 50px;
}

.page-lead_visit_addedit .contentpanel .outer-box-standard .box .inputtxt-signature {
    width: 150px;
}

.page-lead_visit_addedit .risk_assessment_datetime_disp {
    font-style: italic;
}


/* Visit Note */

.page-lead_visit_addedit .notetable, .page-lead_visit_belfor_addedit .notetable {
    margin-bottom: 10px;
}

.page-lead_visit_addedit .notetable .norecords, .page-lead_visit_belfor_addedit .notetable .norecords {
    line-height: 20px;
    height: 20px;
}

.page-lead_visit_addedit .notetable .col-button, .page-lead_visit_belfor_addedit .notetable .col-button {
    vertical-align: middle;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 100px;
}

.page-lead_visit_addedit .notetable .col-note, .page-lead_visit_belfor_addedit .notetable .col-note {
	width:550px;
}

.page-lead_visit_addedit .notetable .col-user,
.page-lead_visit_addedit .notetable .col-created,
.page-lead_visit_addedit .notetable .col-lastupdated,
.page-lead_visit_addedit .notetable .col-pass_to_accounts,
.page-lead_visit_belfor_addedit .notetable .col-user,
.page-lead_visit_belfor_addedit .notetable .col-created,
.page-lead_visit_belfor_addedit .notetable .col-lastupdated,
.page-lead_visit_belfor_addedit .notetable .col-pass_to_accounts {
    width: 175px;
    text-align: center;
}

.page-lead_visit_addedit .notetable .col-pass_to_accounts .glyphicon, .page-lead_visit_belfor_addedit .notetable .col-pass_to_accounts .glyphicon {
    font-size: 1.5em;
}

.page-lead_visit_addedit .noteform .title, .page-lead_visit_belfor_addedit .noteform .title {
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}

.page-lead_visit_addedit .noteform .note, .page-lead_visit_belfor_addedit .noteform .note {
    width: 100%;
    height: 155px;
    display: block;
}


/* Before / After Photos */

.page-lead_visit_addedit .before_after_photos {
    margin-bottom: 10px;
}

.page-lead_visit_addedit .before_after_photos li {
    margin-bottom: 10px;
    padding-left: 0;
    margin-left: 0;
    margin-right: 10px;
    list-style-type: none;
    float: left;
}

.page-lead_visit_addedit .before_after_photos li .photo,
.page-engineer_visit .before_after_photos li .photo img {
    display: block;
}

.page-lead_visit_addedit .before_after_photos li .delete {
    display: block;
    background-color: #f4f4f4;
    padding: 2px;
}

.page-lead_visit_addedit .before_after_photos li .delete input {
    display: block;
    float: left;
    margin-right: 2px;
}

.page-lead_visit_addedit .before_after_photos li .delete label {
    display: block;
    float: left;
}

.page-lead_visit_addedit .before_after_photos li .delete a {
    color: #000000;
    text-decoration: none;
}

.page-lead_visit_addedit .before_after_photos li .delete a:hover {
    text-decoration: underline;
}


/* Signature */

.page-lead_visit_addedit .signature {
    background-color: #ffffcc;
    margin-bottom: 10px;
}


/*
.page-lead_visit_addedit .signature_delete {
	display: block;
	background-color: #dddddd;
	padding: 2px;
}

.page-lead_visit_addedit .signature_delete a {
	color: #1c3659;
}
*/


/* ----- Lead View Note Edit ----- */

.page-lead_visit_note_edit .noteform .note {
    width: 864px;
    height: 155px;
    display: block;
}


/* ----- Lead Common Navigation ----- */


/* Quick Links */

.lead_common_nav .quick_links {
    background-color: #ffffff;
    margin-left: 2%;
    margin-right: 2%;
    margin-bottom: 1px;
    padding: 2px;
    float: right;
    width: 96%;
}

.lead_common_nav .quick_links ul {
    float: right;
    width: 100%;
    margin: 0.5% 0% 0% 0%;
}

.lead_common_nav .quick_links ul li {
    width: 15%;
    float: right;
    text-align: right;
}

.lead_common_nav .quick_links ul li .quicknote_button {
    background: #202020;
    color: #ffffff;
    padding: 3% 15% 3% 15%;
    text-decoration: none;
    box-sizing:border-box;
    display:inline-block;
}

.dissat_button {
    background: #202020;
    color: #ffffff !important;
    padding: 0.45% 1.5% 0.45% 1.5%;
    text-decoration: none;
    box-sizing:border-box;
    display:inline-block;
    margin-right:10px;
}

.dissat_button__active {
    background: #fd0006 !important;
    color: #ffffff !important;
    padding: 0.45% 1.5% 0.45% 1.5%;
    text-decoration: none;
    box-sizing:border-box;
    display:inline-block;
    margin-right:10px;
}

.lead_common_nav .quick_links ul a:hover {
    text-decoration: underline;
}


/* Links */

.lead_common_nav .links {
    background-color: #f7f7f7;
    /*border-top: 2px solid #ffffff;*/
    float: left;
    width: 98%;
    margin: 0% 1% 0% 1%;
}

.lead_common_nav .links li {
    display: block;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
}

.lead_common_nav .links .link {
    font-size: 12px;
    /*background-color: #ffffff;*/
    color: #999999;
    padding: 5px;
    display: block;
    text-decoration: none;
    font-weight: 700;
}

.lead_common_nav .links .current {
    /*background-color: #cccccc;*/
    color: #0F2B68;
}

.lead_common_nav .links .link-task {
    background-color: #e6f4fb;
}


/* ----- Lead Quick Note ----- */


/* Iframe */

.lead_quick_note_iframe_container {
    position: fixed;
    top: 20px;
    right: 20px;
    background-color: #ffffff;
    border: 10px solid #cccccc;
    width: 340px;
    height: 248px;
}

.lead_quick_note_iframe {
    border: none;
}

.lead_quick_note_iframe_container {
    width: 360px;
    height: 360px;
}

.lead_quick_note_iframe {
    width: 340px;
    height: 340px;
}

.lead_quick_note_iframe_container .close {
    position: absolute;
    right: 0px;
    top: 0px;
}


/* Note */

.page-lead_note_quick {
    background-color: #ffffff;
}

.page-lead_note_quick .lead_quick_note {
    padding: 5px;
}

.page-lead_note_quick .lead_quick_note h2 {}

.page-lead_note_quick .lead_quick_note h2 a {
    padding: 5px;
    text-decoration: none;
    display: block;
    float: left;
}

.page-lead_note_quick .lead_quick_note h2 a.current {
    background-color: #b9b9b9;
}

.page-lead_note_quick .lead_quick_note .note_group {
    /*background-color: #cccccc;*/
    background-color: #ffffff;
}

.page-lead_note_quick .lead_quick_note .note_group .add_note {
    padding: 5px;
    background-color: #b9b9b9;
}

.page-lead_note_quick .lead_quick_note .note_group .add_note .note {
    width: 318px;
    height: 50px;
    margin-bottom: 5px;
}

.page-lead_note_quick .lead_quick_note .note_group .add_note .buttons-right {
    float: right;
}

.page-lead_note_quick .lead_quick_note .note_group .notes_list_container {
    margin-bottom: 5px;
}

.page-lead_note_quick .lead_quick_note .note_group .notes_list {
    background-color: #b9b9b9;
    /*max-height: 100px;*/
    height: 120px;
    overflow-y: scroll;
}

.page-lead_note_quick .lead_quick_note .note_group .complaints_list {
    max-height:100px;
}

.page-lead_note_quick .lead_quick_note .note_group .notes_list .note {
    padding: 5px;
    border-bottom: 1px dashed #8d8d8d;
}

.page-lead_note_quick .lead_quick_note .note_group .notes_list .note:last-child {
    border-bottom: none;
}

.page-lead_note_quick .lead_quick_note .note_group .notes_list .note .note_meta {
    color: #3f3f3f;
    font-style: italic;
    padding-top: 5px;
}

.page-lead_note_quick .lead_quick_note .note_group .notes_list .note-none {
    text-align: center;
    font-style: italic;
    line-height: 120px;
}


/* ---- SMS Template ----- */

.page-sms_template .maintable .col-name {
    width: 170px;
}

.page-sms_template .maintable .col-message {}


/* ---- Email Template ----- */

.page-email_template .maintable .col-status {
    width: 120px;
}


/*
.page-email_template .maintable .col-from_name {
	width: 90px;
}

.page-email_template .maintable .col-from_email {
	width: 90px;
}
*/

.page-email_template .maintable .col-subject {
    width: 170px;
}

.page-email_template .maintable .col-message {}


/* ---- Email Template - Add/Edit ----- */

.page-email_template_addedit .contentpanel .outer-box-standard .box .inputtxt,
.page-email_template_addedit .contentpanel .outer-box-standard .box .inputselect,
.page-email_template_addedit .contentpanel .outer-box-standard .box .inputtxtarea {
    width: 670px;
}

.page-email_template_addedit .contentpanel .outer-box-standard .box .inputtxtarea {
    height: 200px;
}


/* ---- User Management ----- */

.page-user .maintable .col-button {
    width: 150px;
}

.page-user .maintable .col-name {
    width: 150px;
}

.page-user .maintable .col-username {
    width: 220px;
}

.page-user .maintable .col-usergroupname {
    width: 90px;
}

.page-user .maintable .col-telephone {
    width: 110px;
}

.page-user .maintable .col-mobile {
    width: 110px;
}

.page-user .maintable .col-lastlogin, 
.page-user .maintable .col-lastpasswordchange {
    width: 140px;
}


/* ---- Status ----- */

.page-status .maintable .col-button {
    width: 75px;
}

.page-status .maintable .col-name {}

.page-status .maintable .col-leaddisp_template_name {
    width: 200px;
}

.page-status .maintable .col-button_move {
    width: 115px;
    text-align: center;
}


/* ---- Contractor List----- */

.page-contractor .contractorsearch,
.page-contractor_alerts .contractorsearch,
.page-user .contractorsearch,
.page-complaint .leadsearch,
.page-task .tasksearch,
.page-fnollist .leadsearch,
.page-claimlist .leadsearch {
    float:left;
    width:98%;
    margin:20px 1%;
}


/*
.page-contractor .inputtxt-small {
	width: 80px;
}
*/

.page-contractor .maintable .col-button {
    width: 160px;
}

.page-contractor .maintable .col-name {
    width: 150px;
}

.page-contractor .maintable .col-address {
    width: 170px;
}

.page-contractor .maintable .col-telephone {
    width: 130px;
}

.page-contractor .maintable .col-mobile {
    width: 130px;
}

.page-contractor .maintable .col-email {
    width: 140px;
}

.page-contractor .maintable .col-distance,
.page-contractor .maintable .col-status {
    width: 75px;
}

.page-contractor .maintable .col-trades {
    width: 100px;
}

.page-contractor .maintable .col-enq_started, 
.page-contractor .maintable .col-snoozed_by, 
.page-contractor .maintable .col-snoozed_until, 
.page-contractor .maintable .col-enq_started, 
.page-contractor .maintable .col-assignee, 
.page-contractor .maintable .col-enq_action,
.page-contractor .maintable .col-lastlogin {
    width: 105px;
}

.page-contractor_addedit .maintable.scoringtable th,
.page-contractor_addedit .maintable.scoringtable td {
    width:140px;
}

.page-contractor_broadcast .maintable .col-button {
    width: 160px;
}

.page-contractor_broadcast .maintable .col-broadcast {
    width: 150px;
}

.page-contractor_broadcast .maintable .col-postcodes,
.page-contractor_broadcast .maintable .col-start,
.page-contractor_broadcast .maintable .col-created,
.page-contractor_broadcast .maintable .col-lastupdated,
.page-contractor_broadcast .maintable .col-end {
    width: 130px;
}

.page-contractor_broadcast .maintable .col-user,
.page-contractor_broadcast .maintable .col-updated_by {
    width: 140px;
}

.page-contractor_broadcast .maintable .col-trades {
    width: 130px;
}

.page-contractor_alerts .maintable .col-button {
    width: 160px;
}

.page-contractor_alerts .maintable .col-name {
    width: 150px;
}

.page-contractor_alerts .maintable .col-postcode {
    width: 120px;
}

.page-contractor_alerts .maintable .col-telephone {
    width: 130px;
}

.page-contractor_alerts .maintable .col-mobile {
    width: 130px;
}

.page-contractor_alerts .maintable .col-email {
    width: 140px;
}

.page-contractor_alerts .maintable .col-distance {
    width: 50px;
}

.page-contractor_alerts .maintable .col-trades {
    width: 260px;
}

.page-contractor_alerts .maintable .col-enq_started, 
.page-contractor_alerts .maintable .col-insurance_renewal, 
.page-contractor_alerts .maintable .col-insurance_renewal_days, 
.page-contractor_alerts .maintable .col-cert_no, 
.page-contractor_alerts .maintable .col-cert_expiry, 
.page-contractor_alerts .maintable .col-cert_expiry_days, 
.page-contractor_alerts .maintable .col-enq_open, 
.page-contractor_alerts .maintable .col-enq_action {
    width: 125px;
}


/* ----- Contractor - Add/Edit ----- */

.page-contractor_addedit .rateentry {
    float: left;
    margin-bottom: 10px;
}

.page-contractor_addedit .rateentry td {
    /*border: 1px solid #000000;*/
}

.page-contractor_addedit .rateentry .title {
    font-weight: bold;
    width: 140px;
    padding-right: 10px;
    text-align: right;
}

.page-contractor_addedit .rateentry .title .extra {
    font-weight: normal;
    font-style: italic;
}

.page-contractor_addedit .rateentry .rate_box {
    width: 70px;
}

.page-contractor_addedit .rateentry .inputtxt-rate {
    width: 50px;
}

.page-contractor_addedit .rateentry .info,
.page-contractor_addedit .rateentry .sep {
    text-align: center;
    width: 20px;
}

.page-contractor_addedit .trades {
    width: 610px;
}

.page-contractor_addedit .trade {
    width: 100px;
    float: left;
}


/* Areas */

.page-contractor_addedit .areas tr th,
.page-contractor_addedit .areas tr td {
    padding: 2px;
}

.page-contractor_addedit .areas tr th {
    font-weight: bold;
}

.page-contractor_addedit .areas .col-postcode {
    width: 110px;
}

.page-contractor_addedit .areas .col-postcode .inputtxt-area-postcode {
    width: 100px;
}

.page-contractor_addedit .areas .col-button {}


/* Engineers */

.page-contractor_addedit .engineers tr th,
.page-contractor_addedit .engineers tr td {
    padding: 2px;
}

.page-contractor_addedit .engineers tr th {
    font-weight: bold;
}

.page-contractor_addedit .engineers .col-name {
    width: 210px;
}

.page-contractor_addedit .engineers .col-name .inputtxt-engineer-name {
    width: 200px;
}

.page-contractor_addedit .engineers .col-mobile {
    width: 160px;
}

.page-contractor_addedit .engineers .col-mobile .inputtxt-engineer-mobile {
    width: 150px;
}

.page-contractor_addedit .engineers .col-button {}


/* Contractor Note */

.page-contractor_addedit .notetable {
    margin-bottom: 10px;
}

.page-contractor_addedit .notetable .norecords {
    line-height: 20px;
    height: 20px;
}

.page-contractor_addedit .notetable .col-button {
    vertical-align: middle;
    padding-top: 4px;
    padding-bottom: 4px;
}

.page-contractor_addedit .notetable .col-user,
.page-contractor_addedit .notetable .col-created,
.page-contractor_addedit .notetable .col-lastupdated {
    width: 130px;
}

.page-contractor_addedit .noteform .title {
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}

.page-contractor_addedit .noteform .note {
    width: 864px;
    height: 155px;
    display: block;
}


/* Documents */

.page-contractor_addedit .documents .docfile {
    width: 200px;
}

.page-contractor_addedit .documents .delete {
    display: inline-block;
}

.page-contractor_addedit .documents .view_download {
    display: inline-block;
}


/* ----- Lead View Note Edit ----- */

.page-contractor_note_edit .noteform .note {
    width: 864px;
    height: 155px;
    display: block;
}


/* ---- Task List----- */

.page-task .tasksearch {
    margin-top: 20px;
}

.page-task .maintable .col-button {
    width: 100px;
}

.page-task .maintable .col-priority {
    width: 36px;
    text-align: center;
}

.page-task .maintable .col-taskdue {
    width: 135px;
}

.page-task .maintable .col-status {
    width: 80px;
}

.page-task .maintable .col-user_name {
    width: 100px;
}

.page-task .maintable .col-lead_cust_name {
    width: 120px;
}

.page-task .maintable .col-created {
    width: 140px;
    text-align: left;
}

.page-task .maintable .col-lead_name {
    width: 130px;
    padding-left: 0;
}

.page-task .maintable .col-lead_postcode {
    width: 75px;
    padding-left: 0;
}

.page-task .maintable .col-description {
    width: 175px;
}


/* Task Priority */

.tasktable .priority {
    font-weight: bold;
    width: 18px;
    height: 18px;
    display: block;
    margin-left: 4px;
    font-size: 11pt;
    color: #ffffff;
}

.tasktable .priority-1 {
    /* Low */
    background-color: #00ff00;
}

.tasktable .priority-2 {
    /* Medium */
    background-color: #ff9900;
}

.tasktable .priority-3 {
    /* High */
    background-color: #ff0000;
}

.page-task_addedit .dateentry .date-h,
.page-task_addedit .dateentry .date-i {
    width: 45px;
    padding: 12% 2% 12% 2%;
}


/* ----- ISO Files ----- */

.page-iso .files .contentpanel .outer-box .buttons .submit {
    font-size: 12px;
}

.page-iso .isotable .norecords {
    line-height: 20px;
    height: 20px;
}

.page-iso .isotable .col-button {
    width: 70px;
}

.page-iso .isotable .col-user {
    width: 200px;
}

.page-iso .isotable .col-created {
    width: 140px;
}


/*--------------------------------------------------CSS CHANGES ADDED BY ATTICUS ---------------------------------------------------------*/

.att_body {
    background: #F7F7F7;
    padding: 0%;
    margin: 0%;
    font-family: 'Roboto', Times New Roman;
}

.att_header {
    float: left;
    width: 100%;
    border-top: 8px solid #0192D3;
    background: #ffffff;
}

.att_header .att_headercontainer {
    width: 90%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.att_header .att_headercontainer .att_logo {
    width: 30%;
    float: left;
    padding: 2% 0% 2% 0%;
}

.att_header .att_headercontainer .att_logo img {
    float: left;
    max-width: 100%;
}

.att_header .att_headercontainer .att_switch {
    width: 40%;
    float: left;
    padding: 4% 2% 2% 0%;
    text-align:center;
}

.att_header .att_headercontainer .att_switch a {
    color:#222 !important;
    text-decoration:none;
}

.att_header .att_headercontainer .att_switch a.active {
    text-decoration:underline;
    font-weight:bold;
}

.att_header .att_headercontainer .att_loginarea {
    width: 30%;
    float: right;
    padding: 4% 2% 2% 0%;
    font-size: 14px;
}

.att_footer {
    float: left;
    width: 100%;
    border-top: 1px solid #E1E1E1;
    background: #ffffff;
}

.att_footer .att_footercontainer {
    width: 90%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 2% 0% 2% 0%;
}

.att_footer .att_footercontainer .att_logo {
    width: 30%;
    margin-left: auto;
    margin-right: auto;
}

.att_footer .att_footercontainer .att_logo img {
    float: left;
    max-width: 100%;
}

.att_footer .att_footercontainer .att_footertext {
    float: left;
    width: 100%;
    padding: 1% 0% 2% 0%;
    text-align: center;
    font-size: 12px;
}

.wrapper {
    padding: 0% 0% 0% 0%;
    width: 90%;
    max-width: 1200px;
    margin: 0% auto;
}

.wrapper .att_wrapper {
    float: left;
    width: 100%;
    background: #ffffff;
    margin: 1% 0% 1% 0%;
}

.wrapper .att_wrapper .contentpanel {
    width: 100%;
    float: left;
    background: #ffffff;
}

.wrapper .att_wrapper .contentpanel .att_loginsplash {
    float: left;
    width: 100%;
}

.wrapper .att_wrapper .contentpanel .att_loginsplash img {
    float: left;
    max-width: 100%;
}

.wrapper .att_wrapper .contentpanel .att_loginholder {
    float: left;
    /*width:96%;*/
    background: #102D69;
    padding: 3% 2% 3% 2%;
}

.wrapper .att_wrapper .contentpanel .att_loginholder h3 {
    font-size: 24px;
    float: left;
    width: 60%;
    text-align: center;
    color: #ffffff;
    margin: 0% 0% 0% 20%;
    background-image: none;
    font-weight: 400;
}

.wrapper .att_wrapper .contentpanel .att_loginholder .att_loginblue {
    font-size: 18px;
    float: left;
    width: 70%;
    text-align: center;
    color: #008DCB;
    line-height: 24px;
    padding: 2% 0% 0% 0%;
    margin: 0% 0% 0% 15%;
}

.wrapper .att_wrapper .contentpanel .att_loginbox {
    font-size: 14px;
    float: left;
    width: 34%;
    text-align: center;
    color: #202020;
    line-height: 18px;
    padding: 2% 0% 2% 0%;
    margin: 0% 0% 0% 33%;
}

.wrapper .att_wrapper .contentpanel .att_loginbox .att_loginlabel {
    float: left;
    width: 100%;
    padding: 1% 0% 1% 0%;
    color: #102C6B;
    font-weight: 600;
    text-align: left;
}

.wrapper .att_wrapper .contentpanel .att_loginbox .att_inputtxt {
    float: left;
    width: 100%;
    padding: 3% 2% 3% 2%;
    margin: 1% 0% 3% 0%;
    color: #202020;
    border: 1px solid #E1E1E1;
    background: #ffffff;
}

.wrapper .att_wrapper .contentpanel .att_loginbox .att_loginbutton {
    float: right;
    width: 15%;
    background: #0192D3;
    height: 40px;
    line-height: 40px;
    border: 0px;
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
}

.wrapper .att_wrapper .navigation {
    float: left;
    width: 98%;
    margin: 1% 1% 0% 1%
}

.wrapper .att_wrapper .maintable {
    float: left;
    width: 98%;
    margin: 1% 1% 0.5% 1%
}

.left_big {
    float: left;
    width: 3%;
    padding: 1% 3% 1% 0%;
    font-size: 16px;
    font-weight: 600;
}

.dashboard_box {
    float: left;
    width: 98%;
    padding: 1%;
}

.dashboard_box .dashboard_left {
    float: left;
    width: 25%;
    padding: 2%;
}

.dashboard_box .dashboard_left img {
    float: left;
    width: 100%;
}

.dashboard_box .dashboard_right {
    float: left;
    width: 66%;
    padding: 2%;
    background: #F7F8F9;
    min-height: 150px;
}

.dashboard_box .dashboard_right ul {
    float: left;
    width: 100%;
}

.dashboard_box .dashboard_right ul li {
    display: block;
    float: left;
    width: 20%;
    margin-bottom: 2%;
    height: 75px;
}

.dashboard_box .dashboard_right ul li a {
    display: block;
    margin-right: 10px;
    color: #0F2B68;
    font-weight: bold;
    text-decoration: none;
    padding-left: 12px;
    padding-right: 8px;
    font-size: 12px;
    text-align: center;
}

.dashboard_box .dashboard_right ul li a .button_rnd {
    float: left;
    width: 40%;
    padding: 5% 0% 6% 2%;
    color: #ffffff;
    background: #0F2B68;
    text-align: center;
    font-weight: 700;
    margin: 0% 30% 3% 30%;
    font-size: 26px;
    -moz-border-radius: 60px;
    -webkit-border-radius: 60px;
    border-radius: 60px;
}

.dashboard_box .dashboard_right ul li a .button_rnd span {
    float: left;
    width: 96%;
    text-align: center;
    padding: 2%;
}

.dashboard_box .dashboard_right ul li a .button_amber {
    background: #FAA500;
}

.dashboard_box .dashboard_right ul li a .button_red {
    background: #ED3825;
}

.dashboard_box .dashboard_right ul li a .button_green {
    background: #5DBC00;
}

.dashboard_box .dashboard_right ul li a.last {
    margin-right: 0;
}


/* changes for fnol pages */

.look-up-button {
    float: left;
    display: block;
    margin-bottom: 15px;
}

.contentpanel .outer-box-standard .box .fulllength {
    width: 98%;
    padding: 1% 2% 1% 0%;
    text-align: left;
    float: left;
    font-weight: bold;
    font-size: 12px;
}

.contentpanel .outer-box-standard .box .fulllength .calendar {
	font-weight:normal;
}

.contentpanel .outer-box-standard .box .speechtext {
    margin: 10px 0px 10px 0px;
    padding: 1% 2% 1% 2%;
    width: 96%;
    border: 2px solid #6666ff;
    font-size: 12px;
    font-weight: 600;
    background: #efefef;
}

.contentpanel .outer-box-standard .box .speechtextquery {
    border: 2px solid #33cc00;
}

.contentpanel .outer-box-standard .box .speechtextdanger {
    border: 2px solid #ff0000;
}

.contentpanel .outer-box-standard .box .fulllength .dateentry .date-h,
.contentpanel .outer-box-standard .box .fulllength .dateentry .date-i {
    width: 45px;
    padding: 12% 2% 12% 2%;
}


/*Loose Button CSS*/

.button {
    display: block;
    width: 80px;
    height: 25px;
    background: red;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    color: white;
    font-weight: bold;
    line-height: 10px;
    text-decoration: none;
}

.button2 {
    display: block;
    width: 200px;
    height: 25px;
    background: red;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    color: white;
    font-weight: bold;
    line-height: 10px;
    text-decoration: none;
    margin-left: 150px;
}


/*Readonly Textbox Colour*/

.read-only {
    background-color: lightgray !important;
}


/*Columns*/

.row {
    width: 100%;
    height: 250px;
}

.row2 {
    height: 500px;
}

.row3 {
    height: 150px;
}

.row4 {
    height: 740px;
}

.row5 {
	height:450px;
}

.row [class^="column-"] {
    width: 50%;
    float: left;
}

.contentpanel .outer-box-standard .box .row .left {
    width: 30%;
}

.contentpanel .outer-box-standard .box .row .right {
    width: 64%;
}

.contentpanel .outer-box-standard .box .left50 {
    float: left;
    width: 60%;
    padding-bottom: 5px;
}

.contentpanel .outer-box-standard .box .right50 {
    float: right;
    width: 35%;
    padding-bottom: 5px;
}

.red {
    color: red;
    font-size: 1.75em;
}

.green {
    color: green;
    font-size: 1.75em;
}

.amber {
	color: orange;
	font-size: 1.75rem;
}

.validbox {
    width: 100%;
    background-color: green;
    color: white;
    text-align: center;
    font-size: 2em;
    text-transform: uppercase;
}

.repudiatedbox {
    width: 100%;
    background-color: red;
    text-align: center;
    font-size: 2em;
    text-transform: uppercase;
}

.indeterminatebox {
    width: 100%;
    background-color: orange;
    text-align: center;
    font-size: 2em;
    text-transform: uppercase;
}

.repudiatedbox2 {
    margin-top: 10px;
    width: 100%;
    color: red;
    font-size: 1.5em;
    text-transform: uppercase;
}

.secondresponse {
    margin-top: 10px;
    width: 100%;
    color: mediumblue;
    font-size: 1.5em;
    text-transform: uppercase;
}

.secondresponse ul {
    list-style-type: initial;
    margin-left: 25px;
}

.right50 {
    float: right;
    width: 50%;
}

.right25 {
    float: right;
    width: 25%;
}

.policyaddbutton {
    float: left;
    width: 250px;
    height: 25px;
    background: red;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    color: white;
    font-weight: bold;
    line-height: 10px;
    text-decoration: none;
    margin-top: 10px;
    margin-left: 20px;
}

.policyaddbutton:hover {
    color: white;
    text-decoration: none;
    background: darkred;
}


/*Invoice Section*/

.invoicetable .col-date,
.invoicetable .col-engineer,
.invoicetable .col-notes,
.invoicetable .col-engcost,
.invoicetable .col-clientcost,
.invoicetable .col-materialcost,
.invoicetable .col-travelcost,
.invoicetable .col-addcost {
    width: 10%;
    text-align: center;
}

.invoicetable .col-user {
    width: 20%;
    text-align: center;
}

.visittable {
    width: 100%;
    line-height: 17px;
}

.visittable th,
.visittable td {
    text-align: center;
    border: 1px black solid;
}

.visittable th {
    font-weight: bold;
}

.visittable td input:nth-child(n+3) {
    border: none;
    height: 100%;
    width: 100%;
    text-align: center;
    line-height: 17px;
}

.visittable td input:nth-child(1) {
    border: none;
    height: 100%;
    width: 62%;
    text-align: center;
    font-size: 12px;
    line-height: 17px;
}

.visittable td textarea {
    border: none;
    height: 100%;
    width: 100%;
    text-align: center;
    font-size: 12px;
    line-height: 17px;
}

.visittable td input:nth-child(2) {
    border: none;
    height: 100%;
    width: 33%;
    text-align: center;
    font-size: 12px;
    line-height: 17px;
}

.visittable .vt-date {
    width: 25%;
}

.visittable .vt-notes {
    width: 27.5%;
}

.visittable .vt-call {
    width: 10%;
}

.visittable .vt-labour {
    width: 10%;
}

.visittable .vt-travel {
    width: 10%;
}

.visittable .vt-material {
    width: 10%;
}

.visittable .vt-preferred-material {
    width: 10%;
}

.visittable .vt-fee-applicable {
    width: 10%;
}

.LOCKED {
    border: none !important;
    resize: none !important;
}


/*REPORTS SECTION*/


/*Search*/

.report_box {
    float: left;
    width: 98%;
    margin: 1%;
}

.search_box {
    float: left;
    width: 98%;
    padding: 1%;
}

.search_box .inline {
    display: inline-block;
    margin-bottom: 5px;
}

.search_box .inline25 {
    display: inline-block;
    width: 25%;
}

.result_box {
    float: left;
    width: 98%;
    margin: 1%;
    max-height: 500px;
    overflow-x: auto;
    overflow-y: auto;
    border: 1px solid lightgrey;
}

.reporttable {
    width: 100%;
}

.reporttable th {
    font-weight: bold;
    border-bottom: 1px solid black;
}

.reporttable tr {
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}

.reporttable textarea {
    resize: none;
}

.reporttable .invisibleinput {
    border: 0;
    background-color: inherit;
    width: 98%;
    margin-left: 1%;
    margin-right: 1%;
    text-align: center;
}

.viewpdf {
    width: 25%;
    background-color: black;
    color: white;
    text-align: center;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
}


/*Policy Price Info*/

.policyinfo2 table,
.policyinfo3 table {
    width: 100%;
}

.policyinfo2 td {
    width: 25%;
}

.policyinfo2 td {
    width: 16.65%;
}


/*Trade Question*/

.questionnaire input {
    margin-left: 10px !important;
}

.questionnaire .gotonext {
    margin-left: 10px;
    margin-right: 10px;
}

.ratingimage img {
    width: 50px;
}

.engineertablewidth {
    width: 100px;
    text-align: center;
    padding-left: 10px;
    display: inline-block;
}

.reporttablebuttons {
    padding: 15px;
}

.advanced_contractors_buttons input {
    padding: 5px;
}

.advanced_contractors_buttons .redbtn {
    background: #FF1212;
    color: white;
    border: 1px solid #AA0000;
}

.advanced_contractors_buttons .redbtn:hover {
    background: white;
    color: #FF1212;
}

.advanced_contractors_buttons .greenbtn {
    background: #12AA12;
    color: white;
    border: 1px solid #006600;
}

.advanced_contractors_buttons .greenbtn:hover {
    background: white;
    color: #12AA12;
}

.advanced_contractors_buttons .bluebtn {
    background: #1212AA;
    color: white;
    border: 1px solid #000066;
}

.advanced_contractors_buttons .bluebtn:hover {
    background: white;
    color: #1212AA;
}

.convobox {
    overflow-y: scroll;
    padding: 1%;
	height:800px;
}

.leftconvo {
    width: 50%;
    margin-right: 50%;
	margin-bottom:2%;
}

.middleconvo {
	width:50%;
	margin-left:25%;
	margin-bottom:2%;
}

.rightconvo {
    width: 50%;
    margin-left: 50%;
}

.bubble {
    border-radius: 5px;
    border: 1px solid black;
    padding: 5%;
    width: 95%;
	margin-bottom:2%;
	word-break:break-word;
}

.bubbleright {
    float: right;
    background-color: #fff06A;
}

.bubbleright.contractor {
    background-color: #FAA500;
}

.bubbleleft {
    float: left;
    background-color: #99FD77;
}

.bubbleleft.internal {
	background-color: #FFB2B2;
}

.bubblemiddle {
	float:left;
	background-color: #0192D3;
}

.bubbledetails {
    padding-top: 15px;
    font-style: italic;
}

.complaintbutton {
    margin-left: 30px;
}

.maintable.complaintstable .col-buttons {
    width: 60px;
}

.maintable.complaintstable .col-created,
.maintable.complaintstable .col-updated, 
.maintable.complaintstable .col-our_ref, 
.maintable.complaintstable .col-cust_name, 
.maintable.complaintstable .col-type, 
.maintable.complaintstable .col-complaint_date {
    width: 100px;
}

.maintable.complaintstable .col-complaint {
    width: 340px;
}
.maintable.complaintstable .col-status {
    width: 100px;
}

.maintable.complaintstable .col-days_passed,
.maintable.complaintstable .col-working_days_passed {
    width:60px;
}


.costfullpopup {
    position: fixed;
    top: 0;
    height: 100%;
    left: 0;
    width: 100%;
    background-color: RGBA(0, 0, 0, 0.5);
}

.costpoupbox {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 50%;
    height: 300px;
    background: white;
}

.editcostpoupbox {
    height: 465px;
}

a.closebutton {
    float: right;
    margin-top: -40px;
    font-size: 3em;
    color: white;
    margin-right: 5px;
    text-decoration: none;
}

.addcostbutton {
    float: left;
    width: 250px;
    height: 25px;
    background: red;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    color: white;
    font-weight: bold;
    line-height: 10px;
    text-decoration: none;
    margin-top: 10px;
    margin-left: 20px;
}

.popupheader {
    margin-top: 0;
}

.popup-outer-box {
    padding: 0 !important;
    width: 100% !important;
}

.popupfields {
    padding: 0 !important;
    border: 0 !important;
}

.popupfields .left {
    width: 30% !important;
}

.popupfields .right {
    width: 70% !important;
}

.inputtxt-cost2 {
    width: 85% !important;
}

.inputtxtarea2,
.inputselect2 {
    width: 90% !important;
}

.popupsubmit {
    padding: 1% 20%;
    float: right;
    margin-right: 10%;
    width: 90%;
}

.costtable .col-datetime {
    width: 110px;
}

.costtable .col-cost_type {
    width: 75px;
}

.costtable .col-cost_engineer {
    width: 50px;
}

.costtable .col-cost_client {
    width: 50px;
}

.costtable .col-userid {
    width: 110px;
}

.costtable .col-description {
    width: 45%;
}

.costtable .col-button {
    width: 40px !important;
}

.paymenttable .col-datetime {
    width: 150px;
}

.paymenttable .col-payment_ref {
    width: 150px;
}

.paymenttable .col-value {
    width: 150px;
}

.box .half-box {
	width:50%;
	float:left;
	box-sizing:border-box;
	padding:0 1%;
	clear:left;
}

.box .half-box-alt {
	width:50%;
	float:left;
	box-sizing:border-box;
	padding:0 1%;
	clear:right;
}

.contentpanel .outer-box-standard .box .half-box .left,
.contentpanel .outer-box-standard .box .half-box-alt .left {
	width:25%;
}

.contentpanel .outer-box-standard .box .half-box .right,
.contentpanel .outer-box-standard .box .half-box-alt .right {
	width:55%;
}

/* ----- Lead Quick Complaint ----- */


/* Iframe */

.lead_quick_complaint_iframe_container {
    position: fixed;
    top: 20px;
    right: 20px;
    background-color: #ffffff;
    border: 10px solid #cccccc;
    width: 340px;
    height: 248px;
}

.lead_quick_complaint_iframe {
    border: none;
}

.lead_quick_complaint_iframe_container {
    width: 360px;
    height: 286px;
}

.lead_quick_complaint_iframe {
    width: 340px;
    height: 266px;
}

.lead_quick_complaint_iframe_container .close {
    position: absolute;
    right: 0px;
    top: 0px;
}


/* Note */

.page-lead_complaint_quick {
    background-color: #ffffff;
}

.page-lead_complaint_quick .lead_quick_complaint {
    padding: 5px;
}

.page-lead_complaint_quick .lead_quick_complaint h2 {}

.page-lead_complaint_quick .lead_quick_complaint h2 a {
    padding: 5px;
    text-decoration: none;
    display: block;
    float: left;
}

.page-lead_complaint_quick .lead_quick_complaint h2 a.current {
    background-color: #b9b9b9;
}

.page-lead_complaint_quick .lead_quick_complaint .complaint_group {
    /*background-color: #cccccc;*/
    background-color: #ffffff;
}

.page-lead_complaint_quick .lead_quick_complaint .complaint_group .add_complaint {
    padding: 5px;
    background-color: #b9b9b9;
}

.page-lead_complaint_quick .lead_quick_complaint .complaint_group .add_complaint .complaint {
    width: 318px;
    height: 50px;
    margin-bottom: 5px;
}

.page-lead_complaint_quick .lead_quick_complaint .complaint_group .add_complaint .buttons-right {
    float: right;
}

.page-lead_complaint_quick .lead_quick_complaint .complaint_group .complaints_list_container {
    margin-bottom: 5px;
}

.page-lead_complaint_quick .lead_quick_complaint .complaint_group .complaints_list {
    background-color: #b9b9b9;
    /*max-height: 100px;*/
    height: 120px;
    overflow-y: scroll;
}

.page-lead_complaint_quick .lead_quick_complaint .complaint_group .complaints_list .complaint {
    padding: 5px;
    border-bottom: 1px dashed #8d8d8d;
}

.page-lead_complaint_quick .lead_quick_complaint .complaint_group .complaints_list .complaint:last-child {
    border-bottom: none;
}

.page-lead_complaint_quick .lead_quick_complaint .complaint_group .complaints_list .complaint .complaint_meta {
    color: #3f3f3f;
    font-style: italic;
    padding-top: 5px;
}

.page-lead_complaint_quick .lead_quick_complaint .complaint_group .complaints_list .complaint-none {
    text-align: center;
    font-style: italic;
    line-height: 120px;
}

.page-lead_complaint_view .timelinetable table .col-user,.page-lead_complaint_view .timelinetable table .col-changed, .page-lead_complaint_view .timelinetable table .col-status { width:140px; }

.contentpanel .outer-box-standard .complaint-input-messages .right { width:55%; }

option.new { color:#5dbc00; }

.costtable .col-cost_type,
.costtable .col-cost_engineer,
.costtable .col-cost_client,
.costtable .col-hours { width:90px; }

.tasktable .col-priority
.tasktable .col-taskdue { width:90px; }

.tasktable .col-user_name,
.tasktable .col-lead_name,
.tasktable .col-description,
.tasktable .col-created { width:120px; }

.changetable .col-user,
.changetable .col-datetime,
.changetable .col-status_to,
.changetable .col-created { width:120px; }

.inactivetable .col-user {width: 120px; }
.inactivetable .col-datetime {width: 120px; }
.inactivetable .col-inactive-reason {width: 120px; }
.inactivetable .col-other {width: 120px; }
.inactivetable .col-inactive {width: 120px; }
.inactivetable .col-created { width:120px; }


.add_note select { width:100%;display:block;clear:both;margin-bottom:4px; }

.add_note .buttons-left { float:left;width:50%;display:inline-block;display:none; }
.add_note .buttons-right { float:right;width:50%;display:inline-block;text-align:right; }

.add_note .buttons-left .dpa { vertical-align:middle; }

#dpa { display:none; }
#unt, #dpa { margin-top:6px; }
#dpa .dpa { vertical-align:middle;}

.invoices { width:100%; }
.invoices thead td{ padding:10px 5px;width:16.5%;font-size:16px;font-weight:bold;border-bottom:2px solid #e7e7e7; }
.invoices tbody { border-bottom:2px solid #e7e7e7; }
.invoices tbody td{ padding:10px 5px;width:16.5%;font-size:14px;}
.invoices tbody tr:hover { background-color:#e7e7e7; }

.invoices td.short { width:10%; }

span.push { vertical-align:top; }

.page-complaint .col-our_ref   { width:120px; }
.page-complaint .col-cust_name { width:120px; }
.page-complaint .col-complaint { width:300px; }
.page-complaint .col-created   { width:200px; }

.copy-note { vertical-align:middle; }
.copy-buttons { padding:1rem 2rem;text-align:right }

.greyedout { color:#ccc; }

.hide-block {
	display:none;
}

.two-thirds {
	float:left;
	width:64%;
	padding:0 1%;
}

.one-third {
	float:left;
	width:31%;
	padding:0 1%;
}

.exclusions {
	border:1px solid #D1D1D1;
	padding:0 1%;
}

.exclusions span {
	display:block;
	margin:0.5rem 0;
}

.imessage { font-weight:bold;color:#0192D3;font-size:16px; }
.imessage strong { text-transform:uppercase; color:#F00;font-size:16px; }
.policybutton { margin-left:15px;display:inline-block; }

.bubble a { font-weight:bold;color:#ededed;font-style:italic;background-color:#222;padding:.55rem;display:inline-block;border-radius:4px; }
.bubble .bubbledetails a { background-color:transparent;padding:0;border-radius:0; }

.navigation .sub, .navigation .sub li a {
	height:40px;
}

.navigation .main {
	float:left;
	height:auto;
	width:100%;
}

.navigation .sub {
	float:left;
	width:100%;
}

.navigation .sub li a {
	line-height:40px;
}

#po_cancelled_at {
	font-weight:bold;
	color:#f00;
}

.indicator-amber {color:#FAA500;font-size:12px;}
.indicator-green {color:#5DBC00;font-size:12px;}
.indicator-red {color:#ED3825;font-size:12px;}
.indicator-blue {color:#0192D3; font-size:12px;}


#call-log {
    position: fixed;
    bottom: 5%;
    right: 5%;
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
	border:2px solid #0192D3;
	box-sizing:border-box;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.08);
}

#call-log a {
	color:#222 !important;
}

#call-log i {
	font-size:24px;
	position:relative;
	top:6px;
	left:7px;
}

#user-call-log {
	position: fixed;
	bottom:10%;
	right:5%;
	background:#fff;
	width:500px;
	height:510px;
	border-radius:12px;
	border:2px solid #0192D3;
	box-sizing:border-box;
	opacity:0;
	pointer-events:none;
	-webkit-pointer-events:none;
	transition:all .55s;
	box-shadow: 0 15px 30px 0 rgba(0,0,0,0.11), 0 5px 15px 0 rgba(0,0,0,0.08);
}

#user-call-log.open {
	opacity:1;
	pointer-events:auto;
	-webkit-pointer-events:auto;
	transition:all .55s;
}

#user-call-log .contentpanel-followon {
	margin-top:0px;
}

#user-call-log .contentpanel .outer-box {
	float:none;
	width:100%;
	position:relative;
	padding:0;
	height:500px;
	overflow-x:hidden;
	overflow-y:auto;
}

#user-call-log .contentpanel h2 {
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	cursor:pointer;
}

#user-call-log .contentpanel .box {
	border:0;
	height:425px;
}

#user-call-log .contentpanel .outer-box-standard .box .left {
	width:30%;
}

#user-call-log .contentpanel .outer-box-standard .box .right {
	width:65%;
}

#user-call-log .call-log-btn {
	background:#0192D3;
	outline:0;
	border:0;
	color:#fff;
	border-radius:4px;
	display:inline-block;
	padding:8px 0;
	text-align:center;
	width:47%;
	font-size:16px;
}

#user-call-log .call-search-btn {
	background:#0F2B68;
	outline:0;
	border:0;
	color:#fff;
	border-radius:4px;
	display:inline-block;
	padding:8px 0;
	text-align:center;
	width:47%;
	font-size:16px;
}

#search-content h2 {
	border-radius:0px !important;
	text-indent:12px;
	margin-top:.35rem;
}

#search-content ul {
	padding:3px 12px;
}

#search-content ul li {
	display:block;
	width:100%;
	padding:5px 0;
}

.task-extra {
	float:left;width:98%;margin:.35rem 1%;border:1px solid #0F2B68;box-sizing:border-box;padding-left:2rem;color:#0F2B68;
}

.task-extra .btn {

    background: #0F2B68;
	outline: 0;	
	border: 0;
	color:#fff;
    border-radius: 4px;
    display: inline-block;
    padding: 8px 6px;
    text-align: center;
    font-size: 16px;
	margin-right:.35rem;
}

#covidmessage.alert-danger {
    color:#f00;
}

#covidmessage.alert-success {
    color:rgb(50, 179, 50);
}

#covidmessage p {
    font-size:16px;
    font-weight:bold;
}
/***** RESPONSIVE *****/
@media only screen and (max-width: 700px) {

    .att_header .att_headercontainer .att_logo {
        width: 50%;
    }
        .att_header .att_headercontainer .att_logo svg{
            width: 100%;
        }
    .att_header .att_headercontainer .att_loginarea {
        width: 50%;
    }

}
@media only screen and (max-width: 450px) {

    .att_header .att_headercontainer .att_logo {
        width: 100%;
        padding-bottom: 0 !important;
    }
        .att_header .att_headercontainer .att_logo svg{
            width: 100%;
        }
    .att_header .att_headercontainer .att_loginarea {
        width: 100%;
        padding: 0 0 10px 0 !important;
    }
        .att_header .att_headercontainer .att_loginarea a {
            font-size: 1.5rem;
        }

}
#neggoteform {
    float:left;
    width:100%;
    
}

.header-link {
    float:right;
    color:#fff !important;
    text-decoration:underline;
    margin-right:2rem;
}

.inputselect .belfor {
    color:#0F2B68;
    font-weight:bold;
}

#covidmessage .alert-danger {
    color:#f00;
}

#covidmessage .alert-success {
    color:rgb(50, 179, 50);

}

.font-larger {
    font-size:16px;
}

.page-audit .col-button,
.page-audit .col-our_ref,
.page-audit .col-created,
.page-audit .col-updated,
.page-audit .col-status
 {
    width:100px;
}


.page-audit .col-cust_name {
    width:130px;
}

.page-audit .col-complaint {
    width:325px;
}

.timelinetable .col-changed,
.timelinetable .col-user,
.timelinetable .col-status {
    width:200px !important;

}

[class*='page-reports'] h1 {
    font-size:1.6rem;
    font-weight:bold;
}

.contractor-match {
    float:left;
    clear:both;
    margin:2rem 0;
    width:100%;
}

.contractor-match > .search {
    width: 25%;
    float:left;
    box-sizing: border-box;
    padding:0 1%;
}

.contractor-match > .search input,
.contractor-match > .search select {
    height:36px !important;
    margin:0 !important;
}

.contractor-match > .search .searchbutton {
    height:36px !important;
    float:left;
    margin:0 !important;
    width:100%;
    background-color:#0F2B68;
    color:#fff;
    -webkit-appearance: button;
    background-image: none;
    user-select: none;
}

.contractors-matched {
    background:#e2e2e2;
    border-radius:2px;
    box-sizing:border-box;
}

.contractors-matched .padded {
    padding: 1%;
    box-sizing:border-box;
}

.contractors-matched .contractor {
    margin:1rem 0;
}

.diary-entry {
    margin:1rem 0;
    padding:1rem;
    font-size:2rem;
}

#frmsec_concern {
    float:left;
    width:100%;
}

.concerntable .col-concern,
.concerntable .col-user_id,
.concerntable .col-concern_score,
.concerntable .col-logged {
    width:200px !important;

}

.postive {color:#5DBC00;font-size:12px;font-weight:bold;}
.negative {color:#ED3825;font-size:12px;font-weight:bold;}
.neutral {color:#0192D3; font-size:12px;font-weight:bold;}

[name=concern] [disabled] {
    color:rgb(223, 209, 209);
    opacity:.85;
}

.customer-interaction {
    font-weight:bold;
    color:#006600;
    font-size:14px;
}

.advisor-interaction {
    font-weight:bold;
    color:#0F2B68;
    font-size:14px;
}

.relative {
    position:relative;
}

.uploadbox {
    height:36px;
    border:1px dotted #1212AA;
    border-radius:4px;
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight:bold;
    margin-bottom:10px;
}

.fupload {
    position:absolute;
    height:100%;
    width:100%;
    top:0;
    left:0;
    opacity:0;
}

.vattableswitch {
    cursor: pointer;
}

.clientinvoicetable .col-button,
.clientinvoicetable .col-button2,
.clientinvoicetable .col-invoice_date,
.clientinvoicetable .col-invoice_type,
.clientinvoicetable .col-invoice_id,
.clientinvoicetable .col-card_payment,
.clientinvoicetable .col-net,
.clientinvoicetable .col-gross,
.clientinvoicetable .col-send_to_finance,
.clientinvoicetable .col-sent_to_finance,
.clientinvoicetable .col-send_to_sgw,
.clientinvoicetable .col-sent_to_sgw
{
    width: 100px !important;
    text-align: center;
}

.page-contractor_jobs .maintable .col-button {
    width: 60px;
}

.page-contractor_jobs .maintable .col-cust_postcode {
    width: 75px;
}

.page-contractor_jobs .maintable .col-client {
    width: 170px;
}

.page-contractor_jobs .maintable .col-trade_id,
.page-contractor_jobs .maintable .col-issue_id {
    width: 130px;
}

.page-contractor_jobs .maintable .col-agreed_start {
    width: 130px;
}

.page-contractor_jobs .maintable .col-actual_start {
    width: 140px;
}

.page-contractor_jobs .maintable .col-costs, 
.page-contractor_jobs .maintable .col-invoiced {
    width: 60px;
}

.page-contractor_jobs .maintable .col-job_status {
    width: 100px;
}
