﻿/* Nav Bar styles Start */


body {
    /*background-color: #FFEBEC;
    background-image: url(images/header.png);
    /*-webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: repeat;*/
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    src: url('../Fonts/montserrat (1)/Montserrat-Regular.otf') format('opentype');
}

@font-face {
    font-family: 'Montserrat-SemiBold';
    font-style: normal;
    font-weight: bold;
    src: url('../Fonts/montserrat (1)/Montserrat-SemiBold.otf') format('opentype');
}


@font-face {
    font-family: 'Montserrat-Medium';
    font-style: normal;
    src: url('../Fonts/montserrat (1)/Montserrat-Medium.otf') format('opentype');
}

@font-face {
    font-family: 'Montserrat-Bold';
    src: url('../Fonts/montserrat (1)/Montserrat-Bold.otf') format('opentype');
}

@font-face {
    font-family: 'Montserrat-Light';
    src: url('../Fonts/montserrat (1)/Montserrat-Light.otf') format('opentype');
}

.subcontractor-background {
    background: #333333; /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #387F7B,#0A6CD7 50%); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #c7f3f0,#387f7b 50%); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    font-family: 'Montserrat-Medium';
}

.subcontractorRegistrationBackground {
    background: white !important; /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #A0C6F0,#0A6CD7 50%); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #A0C6F0,#0A6CD7 50%); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.subcontractorUpdateBackground {
    background: white !important; /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #A0C6F0,#0A6CD7 50%); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #A0C6F0,#0A6CD7 50%); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    font-family: 'Montserrat-Medium';
    color: #0b3252;
}

.UpdateEUFormBackground {
    background: white !important; /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #A0C6F0,#0A6CD7 50%); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #A0C6F0,#0A6CD7 50%); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    font-family: 'Montserrat-Medium';
    color: black !important;
}

.subcontractorUpdateBackground .container {
    margin-top: 20px;
    margin-bottom: 10px;
    padding-bottom: 35px;
}

.client-background {
    background: #ED213A; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #93291E, #ED213A); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #93291E, #ED213A);
}

.btnSubmit {
    background-color: #387F7B;
    color: #fff;
}

.text-white {
    color: #ffffff;
}

.scroll-area {
    width: 100%;
    overflow-y: scroll;
}

.jumbotron {
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-top: 20px !important;
}

    .jumbotron p {
        font-size: 15px !important;
    }

.enlarge-checkbox {
    -ms-transform: scale(2); /* IE */
    -moz-transform: scale(2); /* FF */
    -webkit-transform: scale(2); /* Safari and Chrome */
    -o-transform: scale(2); /* Opera */
    padding: 10px;
}

.container {
    margin-top: 40px;
    margin-bottom: 10px;
    padding-bottom: 35px;
}

footer .container {
    margin-top: 0px !important;
    /* margin-bottom: 0px !important; */
    padding-bottom: 35px;
}

.navbar {
    max-height: 60px;
    /*background-image: url("./images/header.png");*/
    background-size: cover;
    background-repeat: no-repeat;
}

.navbar-brand {
    padding: 20px;
    color: #ffffff !important;
    font-family: Roboto, Arial, sans-serif;
    font-weight: 100;
    font-size: 200%;
}

.navbar-header ul {
    list-style: none;
    position: absolute;
    right: 0;
    padding: 10px;
    color: #fff;
}

    .navbar-header ul li:first-child {
        margin-left: 60px;
    }

    .navbar-header ul li:last-child {
        font-size: 20px;
    }

.navbar-header span img {
    margin: -22px;
    position: absolute;
    /* margin-left: 5px; */
    /* max-height: calc(100%/2); */
}

.navbar-inverse {
    background-color: transparent;
    border-color: transparent;
}

/*@media only screen and (max-width: 768px) {
    .navbar{
        min-height: 50px;
    }
} 

@media only screen and (min-width: 768px) {
    .navbar{
        min-height: 100px;
    }
}*/
/* Nav bar styles End*/

.form-signin {
    /*max-width: 400px;*/
    display: block;
    background-color: #f7f7f7;
    -moz-box-shadow: 0 0 3px 3px #888;
    -webkit-box-shadow: 0 0 3px 3px #888;
    box-shadow: 0 0 3px 3px #888;
    border-radius: 2px;
}

.form-signup {
    display: block;
    background-color: #f7f7f7;
    -moz-box-shadow: 0 0 3px 3px #888;
    -webkit-box-shadow: 0 0 3px 3px #888;
    box-shadow: 0 0 3px 3px #888;
    border-radius: 2px;
    padding: 10%;
}

.main {
    padding: 15px 38px;
}

.social-box {
    margin: 0 auto;
    padding: 0px 40px;
    border-bottom: 1px #ccc solid;
}

    .social-box a {
        /*font-weight:bold;
  font-size:18px;
  padding:8px;*/
    }

        .social-box a i {
            /*font-weight:bold;
  font-size:20px;*/
        }

.heading-desc {
    /*
        font-size:20px;*/
    font-weight: bold;
    font-family: 'Montserrat-Medium';
    /*padding:38px 38px 0px 38px;*/
}

#exampleModalLabel {
    font-family: 'Montserrat-Medium';
}

.form-signin .form-signin-heading,
.form-signin .checkbox {
    margin-bottom: 10px;
}

.form-signin .checkbox {
    font-weight: normal;
}

.form-signin .form-control {
    position: relative;
    font-size: 16px;
    height: 20px;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .form-signin .form-control:focus {
        z-index: 2;
    }

.form-signin input[type="text"] {
    margin-bottom: 10px;
    border-radius: 5px;
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-radius: 5px;
}
/*.login-footer{
	background:#f0f0f0;
	margin: 0 auto;
	border-top: 1px solid #dadada;
	padding:20px;
}*/
.login-footer .left-section a {
    font-weight: bold;
    color: #8a8a8a;
    line-height: 19px;
}

.form-check {
    padding: 10px 0px;
}

.mg-btm {
    margin-bottom: 20px;
}

.mg-btm-invite {
    padding: 40px !important;
}
/*.form-horizontal{
    margin-top : 100px;
}*/

/*footer {
    position: fixed;
    height: 100px;
    bottom: 0;
    width: 100%;
}*/

footer {
    position: absolute;
    /*bottom: 0;*/
    width: 100%;
    height: 15%;
    line-height: 60px;
    /*background-color: #f5f5f5;*/
    /*background-color: #800d0d;*/
    /*background-image: url(https://www.trusttheguild.com/assets/images/footer/section-footer/bg.jpg);
    background-position: left top;
    background-repeat: no-repeat;*/
    background-color: #1A2323;
    color: #fff;
    font-family: Montserrat;
}

    footer h5 {
        font-family: Montserrat;
    }

@media only screen and (min-width: 240px)and (max-width: 259px) {
    .navbar span img {
        width: calc(100%/8);
    }

    footer {
        line-height: 10px;
        position: inherit;
        /*max-height:60px;*/
        font-size: 10px;
    }

    .form-signin {
        /* max-width: 383px; */
        display: block;
        background-color: #ffffff;
        border-color: #003D7C;
        border-width: 3px 3px 3px 3px;
        padding: 2px;
        border-style: solid;
        -moz-box-shadow: 0 0 3px 3px #888;
        -webkit-box-shadow: 0 0 3px 3px #888;
        box-shadow: 0 0 3px 3px #888;
        border-radius: 2px;
    }

    .panel-body a {
        overflow: hidden;
        text-overflow: ellipsis;
        word-wrap: break-word;
    }

    .heading-desc {
        
        font-size:12px;
    }
}

@media only screen and (min-width: 260px)and (max-width: 350px) {
    .navbar span img {
        width: calc(100%/7);
    }

    footer {
        line-height: 10px;
        position: inherit;
        /*max-height:60px;*/
        font-size: 10px;
    }

    .form-signin {
        /* max-width: 383px; */
        display: block;
        background-color: #ffffff;
        border-color: #003D7C;
        border-width: 3px 3px 3px 3px;
        padding: 2px;
        border-style: solid;
        -moz-box-shadow: 0 0 3px 3px #888;
        -webkit-box-shadow: 0 0 3px 3px #888;
        box-shadow: 0 0 3px 3px #888;
        border-radius: 2px;
    }

    .panel-body a {
        overflow: hidden;
        text-overflow: ellipsis;
        word-wrap: break-word;
    }
    .heading-desc {
        font-size: 15px;
    }
}

@media only screen and (min-width: 350px)and (max-width: 359px) {
    .navbar span img {
        width: calc(100%/7);
    }

    footer {
        line-height: 10px;
        position: inherit;
        /*max-height:60px;*/
        font-size: 10px;
    }

    .form-signin {
        /* max-width: 383px; */
        display: block;
        background-color: #ffffff;
        border-color: #003D7C;
        border-width: 3px 3px 3px 3px;
        padding: 2px;
        border-style: solid;
        -moz-box-shadow: 0 0 3px 3px #888;
        -webkit-box-shadow: 0 0 3px 3px #888;
        box-shadow: 0 0 3px 3px #888;
        border-radius: 2px;
    }

    .panel-body a {
        overflow: hidden;
        text-overflow: ellipsis;
        word-wrap: break-word;
    }
    .heading-desc {
        font-size: 15px;
    }
}

@media only screen and (min-width:320px) {
    .img-update {
        width: 100%;
        height: 100%;
    }

    .mediumheading {
        font-size: 1em;
        text-align: center;
    }

    .img-success {
        width: 200px;
        height: 100px;
    }
    .heading-desc {
        font-size: 12px;
    }
}

@media only screen and (min-width: 360px) {
    footer {
        line-height: 10px;
        position: inherit;
        /*max-height:60px;*/
        font-size: 10px;
    }

    .img-success {
        width: 150px;
        height: 100px;
    }

    .img-update {
        width: 100%;
        height: 100%;
    }

    #welcome {
        padding: 2%;
        font-family: 'Montserrat-SemiBold','cursive';
        font-style: italic;
        font-weight: 300;
        padding-top: 1%;
        font-size: 40px;
        text-align: center;
        margin: 0 auto;
    }

    .navbar {
        height: 75px;
        /*background-image: url(./images/header.png);*/
        background: linear-gradient(to right, #c7f3f0,#387f7b 50%);
        background-size: cover;
        background-repeat: no-repeat;
    }

    .number {
        font-size: 1em;
        font-family: Montserrat-Bold;
        font-weight: 500;
    }

    .upnumber {
        font-family: Montserrat-Bold;
        font-size: 1em;
        letter-spacing: 0.2em;
        font-family: Montserrat-Bold;
    }

    .mediumheading {
        font-size: 1.4em;
        text-align: center;
    }

    .navbar span img {
        width: calc(100%/6);
    }



    .form-signin {
        /* max-width: 383px; */
        display: block;
        background-color: #ffffff;
        border-color: #003D7C;
        border-width: 3px 3px 3px 3px;
        padding: 40px;
        border-style: solid;
        -moz-box-shadow: 0 0 3px 3px #888;
        -webkit-box-shadow: 0 0 3px 3px #888;
        box-shadow: 0 0 3px 3px #888;
        border-radius: 2px;
    }

    .panel-body a {
        overflow: hidden;
        text-overflow: ellipsis;
        word-wrap: break-word;
    }
    .heading-desc {
        font-size: 15px;
    }
}


@media only screen and (min-width: 675px) {
    /*footer {
        position: fixed;
        bottom: 0;
        line-height: 30px;
    }*/
    .img-success {
        width: 275px;
        height: 100px;
        /*width: 200px;
        height: 200px;*/
    }

    .img-update {
        width: 77%;
        height: 100%;
    }

    .mediumheading {
        font-size: 1.4em;
        text-align: center;
    }

    .navbar {
        background-image: none;
        background-size: auto;
        background-repeat: no-repeat;
    }

    #welcome {
        padding: 2%;
        font-family: 'Montserrat-SemiBold','cursive';
        font-style: italic;
        font-weight: 300;
        padding-top: 1%;
        font-size: 50px;
        text-align: center;
        margin: 0 auto;
    }

    .number {
        font-size: 1.6em;
        letter-spacing: 0.2em;
        font-family: Montserrat-Bold;
        font-weight: 500;
    }

    .upnumber {
        font-size: 1.6em;
        letter-spacing: 0.2em;
        font-family: Montserrat-Bold;
    }

    .navbar span img {
        width: calc(100%/11);
    }
    .heading-desc {
        font-size: 18px;
    }
    /*.page-login {
        margin-top: 10%;
    }*/
}


/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/
@media (min-width: 1281px) {
    footer {
        position: fixed;
        bottom: 0;
        line-height: 30px;
    }
}

.mediumheading {
    font-size: 1.4em;
    text-align: center;
}

.img-success {
    /*width: 275px;
        height: 100px;*/
    width: 200px;
    height: 200px;
}

.img-update {
    width: 77%;
    height: 100%;
}

#welcome {
    padding: 2%;
    font-family: 'Montserrat-SemiBold','cursive';
    font-style: italic;
    font-weight: 300;
    padding-top: 1%;
    font-size: 50px;
    text-align: center;
    margin: 0 auto;
}

.number {
    font-size: 1.6em;
    letter-spacing: 0.2em;
    font-family: Montserrat-Bold;
    font-weight: 500;
}

.upnumber {
    font-size: 1.6em;
    letter-spacing: 0.2em;
    font-weight: bold;
    font-family: Montserrat-Bold;
}

.heading-desc {
    font-size: 25px;
}

}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1280px) {
    footer {
        bottom: 0;
        position: fixed;
    }

    .navbar span img {
        width: calc(100%/10);
    }
}
.heading-desc {
    font-size: 20px;
}
.img-success {
    /*width: 275px;
        height: 100px;*/
    width: 200px;
    height: 200px;
}

.img-update {
    width: 200px;
    height: 100px;
    /*width:100px;
        height:100px;*/
}

.mediumheading {
    font-size: 1.4em;
    text-align: center;
}

#welcome {
    padding: 2%;
    font-family: 'Montserrat-SemiBold','cursive';
    font-style: italic;
    font-weight: 300;
    padding-top: 1%;
    font-size: 50px;
    text-align: center;
    margin: 0 auto;
}

.btnSubmit {
    background-color: #387F7B;
    color: #fff;
}


.number {
    font-size: 1.6em;
    letter-spacing: 0.2em;
    font-family: Montserrat-Bold;
    font-weight: 500;
}

.upnumber {
    font-size: 1.6em;
    letter-spacing: 0.2em;
    font-family: Montserrat-Bold;
}

}

footer .container {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.footercontainer {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.circle {
    border-radius: 50%;
}

    .circle img {
        /* margin: 40px; */
        width: 105px;
        border-radius: -11%;
        padding: 20px;
    }

}

.zero-padding {
    padding: 0px;
}

/* Fix for IE */
input[type=text].form-control {
    padding: 0px 5px \9;
    line-height: 2.3em \9;
    height: 2.3em \9;
}

    input[type=text].form-control:focus {
        padding: 0px 5px \9;
        line-height: 2.3em \9;
        height: 2.3em \9;
    }

*::-ms-backdrop, input[type=text].form-control, input[type=email].form-control, input[type=password].form-control {
    padding: 0px 5px;
    line-height: 2.3em;
    height: 2.3em;
}

    *::-ms-backdrop, input[type=text].form-control:focus, input[type=email].form-control:focus, input[type=password].form-control:focus {
        padding: 0px 5px;
        line-height: 2.3em;
        height: 2.3em;
    }
    /* Fix for IE */

    *::-moz-focus-inner, input[type=text].form-control::content, input[type=email].form-control:focus, input[type=password].form-control:focus {
        padding: 0px 5px;
        line-height: 2.3em;
        height: 2.3em;
        color: black;
    }

    *::-moz-focus-inner, input[type=text].form-control:focus, input[type=email].form-control:focus, input[type=password].form-control:focus {
        padding: 0px 5px;
        line-height: 2.3em;
        height: 2.3em;
    }
/*                Styling for elements                              */
/*text area scrollable*/
#contactforsrvicenote {
    overflow-y: scroll;
    height: 100px;
    resize: none; /* Remove this if you want the user to resize the textarea */
}

.skill {
    resize: none;
    overflow-y: scroll;
    height: 100px;
}

#AboutYouSection label.skilllabel {
    font-family: Montserrat;
    font-weight: normal !important;
    font-style: italic !important;
}

#Bankinfo {
    font-family: Montserrat;
    font-weight: normal;
    margin-left: 14px;
}
/* font style*/
#subcontractorRegistrationForm {
    font-family: Montserrat;
    width: 100% !important;
}

    #subcontractorRegistrationForm h1 {
        font-family: Montserrat;
    }

.img-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}


.detailstext {
    font-size: small;
    margin-top: 5px;
    font-family: Montserrat-Light;
    font-weight: 100;
    color: #777;
}

#Welcometext div, .text {
    padding: 2%;
    font-family: Montserrat-SemiBold;
    font-style: italic;
    font-weight: 300;
    line-height: 1.5;
    padding-top: 1em;
    font-size: 1.2em;
    text-align: center;
    margin: 0 auto;
}

#ContactAddress {
    padding-top: 2em;
    font-size: 1.6em;
    font-family: Montserrat-Medium;
    line-height: 1.5;
    margin: 0 auto;
}

#CompanyAddress {
    font-size: 0.8em;
    margin: 0 auto;
    font-family: Montserrat-Medium;
    font-weight: 400;
    line-height: 1.5;
}

.img-logo {
    box-shadow: -1px 0px 10px 5px rgba(0,0,0,0.5);
    /*border-radius: 45px;*/
    border-radius: 10px;
}

.header img {
    display: block;
    width: 100%;
    height: 70%;
}

.header .header-logo-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 58%;
    text-align: right;
}

    .header .header-logo-container .header-logo {
        display: inline-block;
        margin-right: 5%;
        margin-top: 3%;
        max-width: 30%;
    }

legend {
    font-family: 'Montserrat-SemiBold';
}

.Informationbody {
    margin-top: 75px;
}
/* update page styles */

.link {
    color: #114d7f;
}

.agree {
}

#UpdateForm {
    font-weight: bold;
    font-family: Montserrat-Light;
}

    #UpdateForm legend {
        padding-top: 10px;
        font-size: 1.4em;
        text-transform: uppercase;
    }

.agree label {
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    font-size: 1.2em;
    font-family: Montserrat-SemiBold;
}

.agree-blue {
    color: #0b3252;
    margin-bottom: 0px;
}

.agree-grey {
    color: #333;
}

#upsubmit {
    box-shadow: 1px 0px 7px 0px rgba(0,0,0,0.5);
    border-radius: 10px;
}

.updateform {
    padding-top: 10px;
}


.footer {
    height: 167px;
    width: 100%;
    /*background-color: #114d7f;*/
    background-color: #387F7B; /*Green Colour Guild Commercial*/
    background-position: top center;
    background-repeat: repeat-y;
    font-family: Montserrat;
}

.footerinfo {
    padding-left: 10%;
    padding-right: 10%;
    Padding-top: 1.4em;
    color: white;
}

img-icon {
    margin-top: 45px;
}

#ContractText {
    font-family: Montserrat;
    color: #333
}

    #ContractText p {
        font-family: Montserrat;
        color: #333;
        font-weight: 700
    }

.lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

    .lightbox .bg {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: black;
        opacity: 0.6;
    }

    .lightbox.group-box .box {
        padding: 15px 0;
    }

lightbox .box {
    position: absolute;
    width: 90%;
    max-width: 700px;
    left: 50%;
    top: 50%;
    padding: 15px 20px 15px;
    left: 50%;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: white;
    box-shadow: 0 0 15px -2px black;
    max-height: 90%;
    overflow: auto;
}

.bxpopupscreen {
    width: 46% !important;
}

.size-lg-12 {
    width: 100%;
}

.button-container {
    padding-top: 10px;
}

/*.modal {
    display: none;*/ /* Hidden by default */
    /*position: fixed;*/ /* Stay in place */
    /*z-index: 1;*/ /* Sit on top */
    /*padding-top: 100px;*/ /* Location of the box */
    /*left: 0;
    top: 0;
    width: 100%;*/ /* Full width */
    /*height: 100%;*/ /* Full height */
    /*overflow: auto;*/ /* Enable scroll if needed */
    /*background-color: rgb(0,0,0);*/ /* Fallback color */
    /*background-color: rgba(0,0,0,0.4);*/ /* Black w/ opacity */
/*}*/

/* Modal Content */
/*.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    height: 20%;
}*/

/* The Close Button */
/*.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }


}*/