/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 31-Jul-2019, 12:38:28
    Author     : Dotsquares Chandraveer Singh 
*/


/** General */



@import url('https://fonts.googleapis.com/css?family=EB+Garamond:400,500,600,700&display=swap');

@import url('https://fonts.googleapis.com/css?family=Raleway:400,700&display=swap');



h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'EB Garamond', serif;
    font-weight: 600;
}

#block-exposedformjobspage-1 h2, #block-views-block-jobs-block-1 h2, .customersidebar h1, .tradespeoplesidebar h1 {
   font-size: 1.6em;
   border-bottom: 1px solid #c9c9c9;
   padding-bottom: 2px !important;
}

#block-exposedformjobspage-1 h2, #block-views-block-jobs-block-1 h2 {
   padding-bottom: 10px !important;
}

body {
    background-color: #efeff4;
    font-family: 'Raleway', sans-serif !important;
    font-weight: 400;
    font-size: 0.75em !important;
}

label {
    font-weight: normal;
}

h2, .heading-b {
    font-size: 1.3em;
}

.adminimal .button:hover, .adminimal .button:focus {
    background-color: #d4b678 !important;
    border-color: #d4b678 !important;
    background-image: none; 
}

.f-left{
    float: left;
}

.f-right{
    float: right;
}

.layout-container{
    overflow: hidden;
}

#edit-account{
    visibility: hidden;
    height: 1px;
}

.layout-region-node-main{
    width: 100%;
}

.layout-region-node-footer{
    width: 100%;
}

.layout-region-node-secondary{
    width: 100%;
    display: none;
}

.fleft{
    float: left;
}

.fright{
    float: right;
}

.notification {
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: red;
    padding: 5px;
    font-size: smaller;
    border-radius: 50%;
    line-height: 6px;
    text-align: center;
    top: 0px;
    right: 0px;
    opacity: 0.7;
}

.path-frontpage .container > .region-content{
    position: relative;
}

.path-frontpage .container-column{
    width: 68%;
    border-top: none;
    background-color: transparent;
    margin-top: 0;
    padding: 0% 0%;
}

.container-column {
    width: 62.8%;
    border-top: 4px solid #d4b678;
    background-color: white;
    margin-top: 1.4rem;
    padding: 1.5% 2.5%;
    margin-left: 1rem;
    clear: both;
    min-height: 275px;
    margin-bottom: 10px;
}

#block-hallmark-crm-theme-help {
    text-align: center;
    margin-top: 30px;
    font-size: 1.3em;
}

.adminimal .messages--status {
    text-align: center;
    font-size: 1.3em;
}

.form-composite > legend, .label {
    font-size: 1.3em;
}

#vbo-action-form-wrapper label {
    font-size: 1.3em;
    margin-bottom: 5px;
}

.layout-container {
    margin: 0 1.5em !important;
}

.adminimal thead th {
    font-size: 0.75rem;
}

.button, .image-button {
    margin-right: 0em;
    margin-left: 1.4em;
}

.adminimal nav.is-horizontal.is-collapsible.position-container.is-horizontal-enabled ul.tabs.primary {
    margin-left: 0rem;
    margin-right: 0rem;
    padding-left: 0rem;
    padding-right: 0rem;
}

a, .link {
    text-decoration: none;
    color: 
    #d4b678;
    font-weight: bold;
}

.tabs {
    margin-bottom: 20px;
}

.form-item {
    margin: 1em 0;
}

.seven-details__summary {
    color: #d4b678;
}

/* Buttons */

.adminimal .button:hover, .adminimal .button:focus {
}

.button {
    color: white;
    background-color: black !important;
    background-image: none;
    border-radius: 8px !important;
    padding: 7px 0.7em;
}

.button, .image-button {
    margin-right: 0em;
}

/* Header */

.content-header {
    border-bottom: 4px solid #d4b678;

}

.adminimal .content-header {
    background-color: black;
    padding: 0.5rem 0 0;
}

#block-hallmark-crm-theme-page-title{
    text-align: center;
    position: absolute;
    top: 0;
    left: 50%;
    margin-top: 0px;
    margin-left: -100px;
    border: 1px solid #f7f7f9;
    margin-top: 13px;

}

.adminimal .page-title, .adminimal .heading-a{
    color: white;
}

.adminimal .page-title{
    font-size: 1.6em;
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 0;
    padding: 5px 20px;
}

#block-hallmark-crm-theme-page-title .page-title {
   font-weight: 400;
}

#block-hallmark-crm-theme-login {
    width: 400px;
    margin: 0 auto;
}

#block-hallmark-crm-theme-content{
    margin-bottom: 33px;
}

#block-hallmark-crm-theme-login .form-text{
    width: 100%;
}
#block-hallmark-crm-theme-login h2{
    text-align: center;
}

#block-hallmark-crm-theme-login .item-list ul li{
    list-style: none;
    float: right;
}
#block-sitebranding{
    float: left;
}
#block-useraccountmenu{
    float: right;
}
#block-sitebranding img {
    width: 200px;
}

#block-useraccountmenu ul li {
    list-style: none;
    color: #fff;
    float: left;
    display: inline-block;
    padding: 10px;
    position: relative;
}
#block-useraccountmenu ul li a {
    color: #fff;
    font-size: 20px;
}

/*** Customer Sidebar ***/

.customersidebar{
    border-top: 4px solid #d4b678;
    width: 27%;
    background-color: white;
    margin-top: 1.4rem; 
    padding: 0.7% 1.3% ;
}

.customersidebar h2, .customersidebar p  {
    margin: 0px 0px;
    font-family: 'Raleway', sans-serif !important;
    font-weight: 400;
}

/* Customer Sidebar - lookup existing */

#views-exposed-form-customers-page-1 {
    margin-top: 8px;
    border-bottom: 1px solid #c9c9c9;
    background-image: url(../img/icons-search.png);
    background-repeat: no-repeat;
    background-position: 0% 30%;
    background-size: 45px;
    padding-left: 53px;
    height: 80px;
}

#views-exposed-form-customers-page-1 .form--inline {
    height: 90px;
}

#edit-submit-customers .button {
    float: right;
    padding-top: -100px;
}

/* Customer Sidebar - Create */

#block-adduserblock {
    margin-top: 18px;
    border-bottom: 1px solid #c9c9c9;
    background-image: url(../img/icons-create.png);
    background-repeat: no-repeat;
    background-position: 0% 2%;
    background-size: 45px;
    padding-left: 53px;
    height: 60px;
}

/* Customer Sidebar - View Customer */

#block-viewallcustomer {
    margin-top: 18px;
    background-image: url(../img/icons-view.png);
    background-repeat: no-repeat;
    background-position: 0% 2%;
    background-size: 45px;
    padding-left: 53px;
    height: 55px;   
}

#edit-submit-customers {
   width: 60px;
   float: right;
   margin-top: -45px;
}
 
#views-exposed-form-customers-page-1 .js-form-item {
    width: 146px;
    float: left;
    clear: both;

}

/* Customer Sidebar - ALL */


#block-addtradespeopleblock h2, #block-viewalltradespeople h2 ,#block-viewallcustomer h2, #block-adduserblock h2, 
#block-addtradespeopleblock p, #block-viewalltradespeople p, #block-viewallcustomer p, #block-adduserblock p{
    width: 133px;
    float: left;
    clear: both;
}

#block-addtradespeopleblock .button, #block-viewalltradespeople .button, #block-viewallcustomer .button, #block-adduserblock  .button{
    width: 60px;
    float: left;
    padding-top: 8px;
    margin-top: -18px;
}

/*** Trades People  Sidebar ***/

.tradespeoplesidebar {
    border-top: 4px solid #d4b678;
    width: 27%;
    background-color: white;
    margin-top: 1.5rem; 
    padding: 0.7% 1.3%;
}

.tradespeoplesidebar h2, .tradespeoplesidebar p {
    margin: 0px 0px;
    font-family: 'Raleway', sans-serif !important;
    font-weight: 400;
}

/* Trades People - View */

#block-viewalltradespeople {
    margin-top: 18px;
   border-bottom: 1px solid #c9c9c9;
    background-image: url(../img/icons-view.png);
    background-repeat: no-repeat;
    background-position: 0% 10%;
    background-size: 45px;
    padding-left: 53px;
    height: 80px;   
}

/* Trades People  Create */

#block-addtradespeopleblock {
    margin-top: 18px;
    background-image: url(../img/icons-create.png);
    background-repeat: no-repeat;
    background-position: 0% 2%;
    background-size: 45px;
    padding-left: 53px;
    height: 80px;   
}

/* Jobs Center Block */

#block-exposedformjobspage-1 {
    border-top: 4px solid #d4b678;
    background-color: white;
    margin-top: -10px; 
    padding: 0.9% 1.9%;
    margin-left: 0.1rem;
}

#block-views-block-jobs-block-1 {
    border-top: 4px solid #d4b678;
    background-color: white;
    margin-top: 1.4rem;
    margin-left: 0.1rem; 
    padding: 1% 1.9% 60px 1.9%;
}

/* Jobs Center Block Top - Lookup Existing Job */

#views-exposed-form-jobs-page-1 {
    margin-top: 10px;
    background-image: url(../img/job-icons-lookup.png);
    background-repeat: no-repeat;
    background-position: 0% 40%;
    background-size: 45px;
    padding-left: 53px;
    height: 80px;
    width: 300px;   
}

#edit-submit-jobs {
    margin-top: -43px;
}


#edit-submit-jobs  {
    float: right !important;
}

/* Jobs Center Block Top - Create Now Job */

#block-addnewjob {

    margin-top: 10px;
    background-image: url(../img/job-icons-lookup.png);
    background-repeat: no-repeat;
    background-position: 0% 40%;
    background-size: 45px;
    padding-left: 53px;
    height: 80px;
}

.path-frontpage .container > .region-content > #block-addnewjob{
    position: absolute;
    top: 50px;
    right: 19px;
    width: 150px;
}

#block-addnewjob .button {
    width: 60px;
    float: right;
    padding-top: 8px;
    margin-top: -37px;
}

#block-addnewjob .field--name-body {
    margin-top: 16px;
}

#block-addnewjob h2, #block-addnewjob p {
    margin: 0px 0px !important;
    font-family: 'Raleway', sans-serif !important;
    font-weight: 400;
}

/* Jobs Center Block Bottom - Latest Jobs */

.views-field-field-jobtype {
    font-weight: bold;
}

.adminimal thead th {
    font-weight: bold;
}

.view-footer .button{
    background-color: red;
    margin-top: 5px;
}

.views-field-field-status div {
    width: 100%;
    text-align: center;
    padding: 4px;
    text-transform: uppercase;
    font-weight: bold;
}

.Logged div {
    background-color: orange;
    color: #fff;
}

.Delivered div {
    background-color: red;
    color: #fff;
}

.Collected div {
    background-color: green;
     background-color: #139ff7;
    color: #fff;
}

.Completed div {
    background-color: #139ff7;
    background-color: green;
    color: #fff;
}

/* Customer Page */

.profile .field--name-field-first-name, .profile .field--name-field-surname, 
.profile .field--name-field-email-address, .profile .field--name-field-phone-number, 
.profile .field--name-field-address-line-1, .profile .field--name-field-address-line-2, 
.profile .field--name-field-town, .profile .field--name-field-postcode, 
.profile .field--name-field-county {
     padding: 15px 0px;
     width: 33.3%;
     float: left;
}

.profile .js-form-item {
     padding: 15px 0px;
}

#contact-message-personal-form label{
	font-weight: bold;
}

/* Jobs Page */

.field--name-field-take-and-upload-photos {
    width: 50%;
    margin-bottom: 10px;
}

.node--type-job {
    margin-top: 30px;
}

.node--type-job .profile {
    padding: 15px 0px;
}

.node--type-job .field--name-field-item-name, .node--type-job .field--name-field-jobtype, .node--type-job .field--name-field-select-job-option, .node--type-job .field--name-field-first-name,
.node--type-job .field--name-field-surname, .node--type-job .field--name-field-email-address, .node--type-job .field--name-field-phone-number, .node--type-job .field--name-field-status, .node--type-job .field--name-field-tradespeople
{
    padding: 15px 0px;
    width: 33.3%;
    float: left;
}


.container-column {
        font-size: 1.15em !important;
}

.field--name-field-take-and-upload-photos button.tabledrag-toggle-weight{
display:none !important;	
}

.js-text-format-wrapper .js-form-wrapper {
    display: none;
}
body.user-logged-in .profile .field--name-field-subscribe {
    display: none !important;
}
