Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i');
- @import url('https://fonts.googleapis.com/css?family=Raleway:300,400,600,700');
- @import url('/Content/billy/content-placeholder.css');
- @import url('/Content/billy/radio.css');
- // ------------------- OLD CSS COPY ---------------
- body {
- background-color: #f7f7f7;
- font-family: 'Open Sans', sans-serif;
- overflow-y: scroll; /*To prevent jumps*/
- }
- .navbar {
- background:#fff;
- border-bottom:1px solid #d6d6d6;
- }
- .navbar-toggle .icon-bar {
- background-color: #d8d8d8;
- }
- a.navbar-brand {
- font-family: 'Raleway', sans-serif;
- font-weight: bold;
- color: #73c6d3;
- font-size: 24px;
- }
- .navbar-right a {
- color:#000;
- }
- .nav > li > a:hover, .nav > li > a:focus {
- background-color: rgba(115, 198, 211, 0.2);
- }
- .navbar-right li a, .navbar-right li a:hover, .navbar-right li a :visited {
- line-height: 27px;
- padding: 12px 22px;
- }
- .profilePic { width: 25px; height: auto; border-radius: 50%; margin: 0 5px 0 0; }
- .nav-user-name {
- display: inline-block;
- max-width: 120px;
- text-overflow: ellipsis;
- overflow: hidden;
- vertical-align: bottom;
- }
- .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
- background-color: rgba(0,0,0,0.3);
- }
- .navbar-right .dropdown-menu a, .navbar-right .dropdown-menu a:hover, .navbar-right .dropdown-menu a :visited {
- color:#000;
- font-size: 12px;
- }
- @media (min-width: 768px) {
- .navbar-right {
- float: right !important;
- margin-right: 15px;
- font-size: 12px;
- }
- }
- footer {
- font-size:12px;
- color:#ccc;
- }
- .box {
- background-color: #fff;
- padding: 20px;
- border-radius:5px;
- border:1px solid #e5e5e5;
- border-bottom-width: 3px;
- margin: 20px 10px;
- }
- .box-middle {
- background-color: #fff;
- padding: 20px;
- border-radius:5px;
- border:1px solid #e5e5e5;
- margin: 20px 0;
- min-height: 735px;
- }
- .top-box {
- background-color: #fff;
- border:1px solid #d6d6d6;
- border-top:0px;
- border-radius:0 0 5px 5px;
- width:100%;
- }
- .btn {
- border: 0;
- }
- .div-btn-url {
- cursor: pointer;
- }
- .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
- cursor:default;
- }
- .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
- background-color: #dedede;
- color: #999;
- cursor: default;
- }
- .long-txt-more {
- padding-left: 5px;
- cursor: pointer;
- }
- /* custom content editor*/
- .custom_content_editable {
- border: 1px fuchsia dashed;
- }
- .custom_content {
- text-align: justify;
- }
- /* loading icon */
- .glyphicon-refresh-animate {
- -animation: adjust-hue .7s infinite linear;
- -webkit-animation: adjust-hue2 .7s infinite linear;
- }
- @-webkit-keyframes adjust-hue2 {
- from { -webkit-transform: rotate(0deg);}
- to { -webkit-transform: rotate(360deg);}
- }
- @keyframes adjust-hue {
- from { transform: scale(1) rotate(0deg);}
- to { transform: scale(1) rotate(360deg);}
- }
- /*datattime picker*/
- .bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
- background-color: #73c6d3;
- text-shadow: none;
- }
- .avatar {
- border-radius: 100px;
- width: 45px;
- height: 45px;
- }
- .avatar-big {
- border-radius: 100px;
- width: 90px;
- height: 90px;
- }
- .control-label {
- font-size: 90%;
- }
- /*--------------- billy3 radio as button group (on labels) ----------------*/
- .btn-radio {
- width: 33.3%;
- border-radius: 4px;
- padding: 5px;
- margin: -6px;
- text-align: center;
- white-space: nowrap;
- cursor: pointer;
- /*prevent text selection*/
- -moz-user-select: -moz-none;
- -khtml-user-select: none;
- -webkit-user-select: none;
- /*
- Introduced in IE 10.
- See http://ie.microsoft.com/testdrive/HTML5/msUserSelect/
- */
- -ms-user-select: none;
- user-select: none;
- }
- .btn-radio-active {
- background-color: #73c6d3;
- color: #fff;
- }
- .validation-summary-invalid ul{
- padding: 0px 5px;
- border-radius: 2px;
- }
- .validation-summary-invalid ul li{
- padding: 3px 0;
- list-style: none;
- }
- .posts-nav-tabs {
- border-bottom: 1px solid #ddd;
- margin: 0 -20px;
- padding-bottom: 5px;
- }
- ul.posts-nav-tabs > li {
- width: 50%;
- margin-bottom: 5px;
- text-align: center;
- }
- ul.posts-nav-tabs > li:first-child {
- border-right: 1px solid #EBEBEB;
- }
- ul.posts-nav-tabs > li > a{
- display: inline-block;
- border-bottom: 3px solid rgba(255, 255, 255, 0);
- border-right: none;
- border-left:none;
- border-top:none;
- margin-bottom: 4px;
- color: #000;
- font-size: 16px;
- padding: 5px 0;
- /*font-weight:600;*/
- }
- ul.posts-nav-tabs > li.active > a, ul.posts-nav-tabs > li.active > a:hover, ul.posts-nav-tabs > li.active > a:focus, ul.posts-nav-tabs > li > a:hover {
- border-bottom: 3px solid #72C5D2;
- cursor: default;
- background: none;
- border-right: none;
- border-left:none;
- border-top:none;
- color:#72C5D2;
- }
- ul.posts-nav-tabs > li.active > a, ul.posts-nav-tabs > li.active > a:focus {
- font-weight: bold;
- }
- ul.posts-nav-tabs > li > a:hover {
- cursor:pointer;
- }
- .txt-small {
- font-size:90%;
- }
- .lbl-quotes-count { font-size:80%; }
- .title-middle-content {
- display: inline-block;
- font-size: 18px;
- margin-top: 4px;
- font-weight:600;
- }
- .btn-minor {
- background: none;
- background-color: white;
- border: 1px solid #CDCDCD;
- /*padding: 8px 15px;*/
- font-size: 92%;
- color: #a2a2a2;
- }
- .btn-minor-default {
- background: none;
- border: 1px solid #CDCDCD;
- padding: 6px 30px;
- font-size: 92%;
- color: #a2a2a2;
- }
- .divider-middel {
- margin-left: -20px;
- margin-right: -20px;
- }
- .project-items {
- padding: 0;
- margin-bottom:0;
- }
- .project-items > li {
- list-style: none;
- padding: 20px 0px;
- border-bottom: 1px solid #ddd;
- display: block;
- }
- .project-items > li:before{
- display: inline-block;
- vertical-align:middle;
- border-radius: 100px;
- background-color: #69BFCE;
- height:22px;
- width:22px;
- text-align:center;
- color:#fff;
- margin-right: 15px;
- }
- .project-items > li:nth-child(1)::before{
- content: "1";
- }
- .project-items > li:nth-child(2)::before{
- content: "2";
- }
- .project-items > li:nth-child(3)::before{
- content: "3";
- }
- .project-items > li:nth-child(4)::before{
- content: "4";
- }
- .project-items > li:first-child {
- padding-top: 0;
- }
- .project-items > li:last-child {
- /*border:none;
- padding-bottom: 10px;*/
- }
- .project-items-title {
- }
- .project-items-date{
- float: right;
- color: #afafaf;
- }
- .project-items-content {
- margin-top: 20px;
- }
- .map-box {
- transition: width 0.3s,margin 0.3s;
- }
- .map-box .box-middle{
- padding:0;
- }
- .post-map-title {
- text-align: center;
- padding: 22px 20px;
- font-size: 18px;
- /*font-weight:600;*/
- }
- .ava-wrapp{
- position: relative;
- height:45px;
- width:45px;
- }
- .provider-badge {
- display: block;
- position: absolute;
- right: 0;
- bottom: 0;
- margin-right: -1px;
- padding: 2px 4px;
- border: 2px solid #fff;
- font-size: 11px;
- background-color: #69BFCE;
- }
- .navbar-nav .provider-badge{
- top:10px;
- bottom:auto;
- border: 1px solid #fff;
- margin-right: 4px;
- }
- .nav-tabs .badge {
- margin-right: -25px;
- margin-bottom: 13px;
- }
- .nav-credits {color: #73c6d3; font-size: 90%;}
- .reply-widget-container:hover {
- background-color: rgba(115, 198, 211, 0.05);
- }
- .post-details-item-header {
- font-size: 86%;
- font-weight: bold;
- }
- .provider-wrapp-name span{
- /*font-weight: 600;*/
- white-space:nowrap;
- }
- .provider-wrapp-name {
- position: relative;
- overflow: hidden;
- text-overflow: ellipsis;
- }
- .btn-minor .glyphicon-user {
- margin-right:5px;
- }
- .title-middle-content-wrapp {
- margin-top: -5px;
- margin-bottom: -2px;
- }
- .chat-title span {
- /*font-weight:600;*/
- }
- .row-left{
- margin-left:-15px;
- }
- .row-right{
- margin-right:-15px;
- }
- .billyicon{
- display:inline-block;
- vertical-align:middle;
- background-position:center;
- background-repeat:no-repeat;
- background-size:cover;
- }
- .billyicon-map-marker {
- background-image:url(/Content/images/icons/Location_Pin.png);
- width:12px;
- height:15px;
- }
- .billyicon-earphone {
- background-image:url(/Content/images/icons/Phone.png);
- width:14px;
- height:14px;
- }
- .billyicon-send {
- background-image:url(/Content/images/icons/Send-min.png);
- width:22px;
- height:17px;
- }
- .billyicon-user {
- background-image:url(/Content/images/icons/User.png);
- width:10px;
- height:13px;
- margin-top: -3px;
- margin-right: 4px;
- }
- .billyicon-send-voice {
- background-image:url(/Content/images/icons/Mic.png);
- width:15px;
- height:20px;
- }
- .billyicon-send-photo {
- background-image:url(/Content/images/icons/Camera.png);
- width:21px;
- height:18px;
- }
- .billyicon-clock {
- background-image:url(/Content/images/icons/Clock.png);
- width:12px;
- height:12px;
- }
- .billyicon-go-back {
- background-image:url(/Content/images/icons/Left_arrow.png);
- width:12px;
- height:18px;
- }
- .billyicon-next {
- background-image:url(/Content/images/icons/Right_arrow.png);
- width:12px;
- height:18px;
- }
- .provider-info-header {
- margin-top:20px;
- }
- .provider-info-avatar {
- display:inline-block;
- vertical-align:middle;
- margin-right:5%;
- }
- .provider-info-avatar img {
- display:inline-block;
- width:115px;
- height:115px;
- }
- .provider-info-header-item {
- display: inline-block;
- vertical-align: middle;
- margin-right: 7%;
- font-size:13px;
- }
- .provider-info-data {
- display: inline-block;
- vertical-align: middle;
- width:70%;
- }
- .provider-info-username {
- font-size: 170%;
- font-weight: bold;
- margin-bottom:8px;
- }
- .provider-info-rating-stars{
- margin-bottom:8px;
- }
- .provider-info-rating-stars > span {
- font-size: 17px;
- margin-right: 1px;
- color:#F5D823;
- display: inline-block;
- vertical-align: middle;
- }
- .provider-info-rating-stars > span.glyphicon-star-empty{
- color:#ddd;
- }
- .provider-info-header-item .billyicon {
- margin-right:4px;
- }
- span.provider-info-reviews-count {
- color:#bbb;
- font-size:15px;
- }
- .provider-info-about h4, .provider-info-reviews h4, .provider-info-create-review h4{
- font-weight:600;
- }
- .provider-info-description {
- font-size:13px;
- }
- .provider-info-reviews-content {
- font-size: 90%;
- border-bottom:1px solid #ddd;
- margin-bottom:20px;
- padding-bottom:20px;
- margin-top:20px;
- }
- .provider-info-reviews-content:last-child{
- border:none;
- }
- .provider-info-reviews-user-firstname {
- font-weight: bold;
- margin-bottom: 5px;
- }
- .provider-info-reviews-rating .provider-info-rating-stars {
- display:inline-block;
- vertical-align:middle;
- margin-right:10px;
- margin-bottom:0;
- }
- .provider-info-review-date {
- display:inline-block;
- vertical-align:middle;
- }
- .provider-info-reviews-rating {
- margin-bottom: 10px;
- }
- .provider-info-create-review-txt {
- margin-bottom:20px;
- }
- .provider-info-create-review-rating {
- margin-bottom:20px;
- margin-top:20px;
- }
- .job-type-box {
- margin-top: 15px;
- margin-bottom: 15px;
- }
- .job-type-box label {
- font-size:13px;
- }
- .jobs-day-header {
- padding: 20px;
- border-bottom: 1px solid #ebebeb;
- }
- .note {
- color: #999;
- font-size: 12px;
- line-height: 16px;
- display: inline-block;
- }
- .note .billyicon-map-marker {
- width: 10px;
- height: 13px;
- margin-right: 5px;
- }
- .note .billyicon-clock {
- margin-right:3px;
- margin-top: -2px;
- }
- .job-icon-container {
- width: auto;
- padding-right: 0;
- position: relative;
- }
- .job-item-task.task-accepted .task-icon::after {
- content: "\e089";
- font-family: 'Glyphicons Halflings';
- display: inline-block;
- font-size: 14px;
- text-align: center;
- color: #fff;
- vertical-align:top;
- }
- .job-item-task.task-cancelled .task-icon::after {
- content: "\e090";
- font-family: 'Glyphicons Halflings';
- display: inline-block;
- font-size: 14px;
- text-align: center;
- color: #fff;
- }
- .job-item-task.task-proposed .task-icon::after {
- content: "\e023";
- font-family: 'Glyphicons Halflings';
- display: inline-block;
- font-size: 14px;
- text-align: center;
- color: #fff;
- }
- span.job-item-task {
- display: inline-block;
- font-size: 12px;
- padding: 2px 5px 2px 3px;
- color: #fff;
- white-space: nowrap;
- border-radius: 30px;
- }
- .job-item-task.task-accepted {
- background-color: #17c573;
- }
- .job-item-task.task-cancelled {
- background-color: #9a9a9a;
- opacity: @include 6;
- }
- .job-item-task.task-proposed {
- background-color: #f3c95b;
- }
- span.task-icon {
- display: inline-block;
- width: 16px;
- height: 16px;
- text-align: center;
- line-height: 14px;
- }
- .task-cancelled .task-icon{
- border-radius: 0;
- border: none;
- text-align: center;
- vertical-align: middle;
- }
- .task-proposed .task-icon {
- border-radius: 0;
- border: none;
- text-align: center;
- vertical-align: middle;
- }
- .column-title{
- font-size: 18px;
- font-weight:600;
- padding: 2px 0;
- }
- .post-details-item-body .job-item-task {
- margin-top:5px;
- margin-bottom:5px;
- }
- #quotes-loading {
- padding:20px;
- }
- #quotes-loading .timeline-item {
- min-height:0;
- }
- #quotes-loading .animated-background{
- height:50px;
- }
- #quotes-loading .background-masker.header-right {
- left: 370px;
- }
- #quotes-loading .timeline-wrapper {
- margin-bottom: 25px;
- margin-top: 30px;
- }
- #formCreatePost .mf-step .box{
- min-height:735px;
- }
- #datetimepicker-container {
- margin-top:30px;
- }
- .margin-bottom {
- margin-bottom:20px;
- }
- .margin-bottom-hide {
- margin-bottom:0;
- }
- .margin-top {
- margin-top:20px;
- }
- .margin-top-hide {
- margin-top:0;
- }
- .margin-y {
- margin-top:20px;
- margin-bottom:20px;
- }
- .margin-y-hide {
- margin-top:0;
- margin-bottom:0;
- }
- .clear-fix{
- float:none;
- }
- .clear {
- clear: both;
- }
- .create-reply {
- margin-top:20px;
- }
- .box-reply {
- background-color: #fff;
- display: flex;
- flex-wrap: nowrap;
- justify-content: space-between;
- align-items: flex-end;
- position: absolute;
- bottom: 0px;
- background-color: #fdfdfd;
- left: 0;
- right: 0;
- padding: 15px;
- padding-top: 20px;
- border-top: 1px solid #ddd;
- }
- .box-reply-title {
- font-size:16px;
- font-weight:600;
- }
- .centred_input .btn-group > .btn {
- flex: 1;
- border: 1px solid #73c6d3;
- }
- .centred_input .radioBtn .notActive {
- color: #000;
- background-color: #fff;
- }
- .estimation-wrapp .radioBtn .notActive.active {
- color: #fff;
- background-color: #73c6d3;
- }
- .timepicker {
- margin: 14px auto 0;
- }
- .job-item-task-wrapp {
- position: absolute;
- top: 20px;
- right: 15px;
- min-width: 96px;
- }
- .job {
- position: relative;
- }
- .consumers-saying h3, .how-it-works h3 {
- font: 700 24px 'Raleway', sans-serif;
- margin-bottom: 42px;
- color: #383838;
- }
- .consumers-saying-ava img{
- display: inline-block;
- background: #fff;
- border-radius: 100px;
- padding: 5px;
- width: 158px;
- height: 158px;
- }
- .box-home {
- margin: 0;
- padding-bottom:10px;
- color: #6E6E6E;
- }
- .consumers-saying hr.divider-middel{
- margin-bottom: 15px;
- }
- .consumers-saying {
- margin-top:52px;
- }
- .consumers-saying-data > div {
- display:inline-block;
- vertical-align:middle;
- }
- .consumers-saying-name-location {
- float:right;
- }
- .consumers-saying-data .provider-info-rating-stars > span{
- font-size:12px;
- }
- .mobole-app {
- max-width:1300px;
- height:475px;
- background-image:url("/Content/images/banners/phone_banner.jpg");
- background-position:center;
- background-repeat:no-repeat;
- background-size:cover;
- margin-top:92px;
- padding-top: 65px;
- color:#fff;
- }
- .mobole-app h3 {
- color:#fff;
- font: 700 48px/1 'Raleway', sans-serif;
- }
- .mobole-app .inputs { margin: 28px 0; border: none; }
- .mobole-app input{
- width: 35%;
- border-radius: 5px 0 0 5px;
- display: inline-block;
- height: 50px;
- vertical-align: top;
- border: 1px solid rgba(0,0,0,.1);
- border-right: 0px;
- font-size: 13px; padding: 0 20px;
- background: #fff;
- }
- .mobole-app input:focus { box-shadow: 3px 3px 3px rgba(0,0,0,.2) inset; }
- .mobole-app .btn {
- width: 136px;
- border-radius: 0 5px 5px 0;
- height: 50px;
- vertical-align: top;
- border: 1px solid #69b6c2;
- border-left: 0px;
- padding: 0;
- font-size: 13px; font-weight: bold;
- }
- .footer {
- max-width:1300px;
- margin: -10px auto 20px;
- }
- .body-content {
- max-width: 1300px;
- margin: 0 auto;
- }
- .layout-public .banner {
- background: url(/content/images/banners/tools-01.jpg) 50%;
- width: 100%;
- min-height: 390px;
- padding: 1px;
- background-repeat: no-repeat;
- background-position: top center;
- background-size: cover;
- }
- .layout-public .banner .text {
- color: #fff;
- max-width: 465px;
- text-align: center;
- margin: 48px auto 0;
- }
- .inputs {
- display:flex;
- margin-top: 25px;
- }
- .banner .text p{
- font-size: 16px;
- }
- .banner input {
- width:100%;
- border-radius:5px 0 0 5px;
- display:inline-block;
- height: 50px;
- vertical-align: top;
- border:1px solid #69b6c2;
- border-right:0px;
- }
- .banner .btn {
- width:120px;
- border-radius:0 5px 5px 0;
- height:50px;
- vertical-align: top;
- border:1px solid #69b6c2;
- border-left:0px;
- }
- .banner h2 {
- font-weight: bold;
- font-family: 'Raleway', sans-serif;
- font-size: 50px;
- text-shadow: 1px 1px 2px #353535, 0 0 1em rgba(0,0,0, 0.4)
- }
- .services { background-color:#fff;
- border-bottom:2px solid #dedede;
- text-align:center;
- }
- .service-button {
- width: 160px;
- text-align: center;
- border-left: 1px solid #f3f3f3;
- display: inline-block;
- vertical-align:middle;
- min-width: 210px;
- margin: 10px 0;
- }
- .service-button:first-child {
- border-left:0px;
- }
- .service-button img {
- width: 35%;
- }
- .email-table {
- display: flex;
- flex-wrap: wrap;
- justify-content: flex-start;
- flex-direction: row;
- align-items: flex-start;
- }
- .email-item {
- padding: 10px;
- max-width: 300px;
- margin-right: 10px;
- }
- .email-item h4{
- font-weight:bold;
- color:#73c6d3;
- }
- ul.footer-menu {
- display: inline-block;
- vertical-align: middle;
- float: right;
- }
- .nav.footer-menu > li > a {
- padding: 0px 5px;
- display:inline-block;
- vertical-align:middle;
- color: #bfbfbf;
- }
- ul.footer-menu li:after{
- content:" | ";
- }
- ul.footer-menu li:last-child:after{
- content:" ";
- }
- .create-reply-txt {
- padding-top: 33%;
- padding-right: 13%;
- padding-left: 13%;
- text-align: center;
- color: #888;
- padding-bottom: 33%;
- font-size: 90%;
- }
- .primary-color {
- color:#73c6d3;
- }
- .pagination-wrapp {
- text-align: center;
- position: absolute;
- right: 11px;
- left: 11px;
- bottom: 20px;
- }
- .quotes-container {
- padding: 0;
- }
- .box-reply-send {
- display:block;
- }
- .box-reply-chat textarea {
- padding: 0;
- border: none;
- background-color: #fff;
- font-size:90%;
- }
- #step-create-reply2 .create-reply-txt {
- padding-top: 23%;
- padding-bottom: 23%;
- }
- .app-links {
- margin-top: 35px; font-size: 0;
- }
- .app-links a {
- background-repeat:no-repeat;
- background-position:center;
- display: inline-block;
- vertical-align: middle;
- height: 40px;
- margin-right:20px;
- }
- .app-links a:hover {
- opacity:@include 8;
- }
- .app-links a.google-play-link {
- background-image:url("../images/icons/google_play.png");
- width:122px;
- }
- .app-links a.app-store-link {
- background-image:url("../images/icons/app_store.png");
- width:117px;
- }
- .how-it-works-item { padding: 0 88px; margin: 0 0 43px; }
- .how-it-works-item::before{
- content: "1";
- display: block;
- width: 65px;
- height: 65px;
- position: absolute;
- top: 0;
- left: 0;
- border-radius: 100px;
- background-color: #fff;
- font-size: 18px;
- font-weight: bold;
- color: #a1a1a1;
- text-align: center;
- line-height: 65px;
- }
- .how-it-works-item:nth-child(3)::before{
- content:"2";
- }
- .how-it-works-item:nth-child(4)::before{
- content:"3";
- }
- .how-it-works-item:nth-child(5)::before{
- content:"4";
- }
- .how-it-works-item h5{
- font-size:18px;
- font-weight:bold;
- color:#484848;
- }
- .how-it-works-item p {
- color:#6e6e6e; line-height: 1.6;
- }
- .how-it-works {
- margin-top: 54px;
- }
- #hire_confidence { margin: 18px 0 0; }
- .carousel-inner > .item{
- background-color:#fff;
- }
- .carousel-indicators li {
- background-color:#eaeaea;
- width: 7px; height: 7px; margin: 1px 5px; border: none;
- }
- .carousel-indicators .active {
- width: 10px;
- height: 10px;
- margin: 0 5px;
- background-color: #6fc5d3;
- }
- .carousel-inner {
- position: relative;
- width: 100%;
- overflow: hidden;
- height: 470px;
- }
- .item {
- background: #333;
- text-align: center;
- height: 100% !important;
- position: absolute;
- width: 100%;
- padding: 15px;
- border-radius:5px;
- }
- #hire_confidence .carousel-caption {
- right:20px;
- left:20px;
- }
- #hire_confidence h2 {
- font-size:24px;
- color:#7fc3d1;
- font-weight:bold;
- }
- #hire_confidence .carousel-caption p{
- font-size:15px;
- opacity:@include 6;
- text-align:center;
- text-shadow:none;
- color:#000;
- }
- .carousel-caption.hire-confidence {
- top:110px;
- }
- .carousel-caption.hire-confidence p {
- margin-top:30px;
- padding:0 15px;
- }
- #hire_confidence .carousel-indicators {
- bottom: 10px;
- }
- .carousel {
- height: 473px;
- border: 1px solid #e4e4e4;
- border-radius: 5px;
- border-bottom-width: 2px;
- }
- #hire_confidence:before {
- display: block; position: absolute; content: ""; left: 12px; right: 12px; bottom: -10px; height: 8px; background: rgba(255,255,255,.5); border: 1px solid #e5e5e5; border-top: 0;
- border-radius: 0 0 5px 5px; box-shadow: 0 0 0px 1px #e5e5e5;
- }
- #hire_confidence:after {
- display: block; position: absolute; content: ""; left: 24px; right: 24px; bottom: -19px; height: 8px; background: rgba(255,255,255,.3); border: 1px solid #e5e5e5; border-top: 0;
- border-radius: 0 0 5px 5px; box-shadow: 0 0 0px 1px #e5e5e5;
- }
- .you-professional {
- background-image:url("/Content/images/banners/professional_bkg.jpg");
- background-repeat:no-repeat;
- background-position:center;
- max-width:1300px;
- height:475px;
- margin:0 auto;
- position:relative;
- margin-top:60px;
- }
- .you-professional-content {
- max-width: 450px;
- /*height: 250px;*/
- text-align: center;
- padding: 33px 35px 43px;
- position: absolute;
- right: 3%;
- top: 20%;
- }
- @media (max-width: 640px) {
- .you-professional {
- background-position: 20% 0;
- background-size: 700px;
- padding-top: 200px;
- height:auto;
- margin: 0;
- }
- .you-professional-content {
- width: 100%;
- max-width: 100%;
- margin: 0;
- border-radius: 0;
- position: static;
- border-top: 3px solid #72c5d2;
- padding: 10px 20px 30px;
- text-align: left;
- }
- .you-professional-content .btn {width:100%;}
- }
- .btn.btn-big {
- height: 54px;
- font-weight: bold;
- }
- .you-professional-content h3 {
- font: 700 24px 'Raleway', sans-serif;
- color: #72c5d2;
- margin-bottom: 5px;
- }
- .you-professional-content p {
- margin-bottom: 27px;
- }
- .you-professional-content .btn { line-height: 54px; padding: 0 40px; }
- .mf-need-box {
- position:relative;
- }
- .mf-need-box:hover .btn.mf-need-btn{
- opacity:@include 15;
- border-radius:0;
- }
- .mf-need-box-wrapp h3{
- font-size:16px;
- font-weight:bold;
- color:#7fc3d1;
- }
- img.mf-need-img {
- margin-bottom: 10px;
- margin-top: 30px;
- }
- .btn.mf-need-btn {
- display: block;
- height: 100%;
- width: 100%;
- position: absolute;
- top: 0;
- right: 0;
- opacity:0;
- }
- div.mf-need-box:nth-child(3n+4){
- border-right:0;
- }
- @media (max-width: 1200px){
- div.mf-need-box:nth-child(3n+4){
- border-right:1px solid #e5e5e5;
- }
- div.mf-need-box:nth-child(2n+3){
- border-right:0;
- }
- }
- @media (max-width: 1010px){
- .mf-need-box {
- border-right: 0!important;
- }
- }
- .form-control-inline{
- height: 42px;
- display: inline-block;
- vertical-align: middle;
- }
- .custom-form-group {
- padding: 5px;
- color: #555;
- background-color: #f7f7f7;
- border: 1px solid #e9e9e9;
- border-radius: 5px;
- display: inline-block;
- vertical-align: middle;
- }
- .custom-form-group label {
- display: inline-block;
- cursor: pointer;
- margin: 0;
- padding: 0;
- }
- .custom-form-group span {
- margin: 0;
- padding: 5px 10px;
- display: inline-block;
- }
- .custom-form-group input {
- display: none;
- }
- .custom-form-group input:checked + span {
- background-color: #73c6d3;
- color: #fff;
- border-radius: 4px;
- }
- .multiselect-container input[type="checkbox"] {
- visibility: visible;
- margin-top: 10px;
- margin-left: -25px;
- }
- .multiselect-container > .active > a, .multiselect-container > .active > a:hover, .multiselect-container > .active > a:focus {
- background: #dceff3;
- color: #000;
- }
- .multiselect-container > li > a:hover, .multiselect-container > li > a:focus {
- background: #f9f9f9;
- }
- .multiselect-container {
- -webkit-box-shadow: none;
- box-shadow: none;
- }
- .multiselect-container .multiselect-all > a, .multiselect-container .multiselect-all > a:hover, .multiselect-container .multiselect-all > a:focus {
- background: #eee;
- color: #999;
- }
- .tooltip {
- min-width: 300px;
- }
- .tooltip-inner {
- width:auto;
- text-align:left;
- display: inline-block;
- }
- .has-error .form-control {
- border-color: #bd9291;
- box-shadow:none;
- }
- .form-control {
- -webkit-box-shadow: none;
- box-shadow: none;
- }
- .has-error .tooltip .tooltip-arrow {
- border-right-color: rgba(169, 68, 66, 0.8);
- }
- .has-error .tooltip .tooltip-inner {
- background-color: rgba(169, 68, 66, 0.8);
- }
- .provider-price-no {
- font-size: 10px;
- margin-right: -20px;
- text-align: right;
- display: block;
- max-width: 47px;
- color: #bbbbbb;
- }
- .map-placeholder {
- text-align: center;
- border-top: 1px solid #e5e5e5;
- line-height: 60px;
- }
- .map-expanded {
- margin-left: -1000px;
- width: 100%;
- height: 100%;
- z-index: 4;
- }
- .map-collapse-btn {
- position: absolute;
- top: 8px;
- right: 12px;
- border: 1px solid #cdcdcd;
- border-radius: 50%;
- background-color: white;
- padding: 6px 8px 4px;
- cursor: pointer;
- z-index: 10;
- }
- .map-expander {
- border: 1px solid #dddddd;
- background-color: #fff;
- color: #73c6d3;
- position: relative;
- width:25px;
- padding: 3px;
- text-align: center;
- font-size: 24px;
- line-height: 2px;
- border-radius: 4px;
- margin-top: -350px;
- margin-left: -10px;
- transition: 0.2s ease-in;
- cursor: pointer;
- }
- .map-expander:hover {
- background-color: #73c6d3;
- color: #fff;
- }
- .ui-menu{
- border-radius: 5px 5px;
- padding:8px 0;
- z-index: 1050; //fix autocomplete menu in popup
- .ui-menu-item {
- padding-left:12px;
- }
- .ui-menu-item-wrapper{
- font-size: 85%;
- color: #666;
- padding: 8px;
- }
- .ui-state-active{
- background: #e8fcff;
- border-color: #e8fcff;
- border-radius:3px
- }
- .search-need-img {
- width: 30px;
- height: 30px;
- }
- }
- /* The switch - the box around the slider */
- .switch {
- position: relative;
- display: inline-block;
- width: 60px;
- height: 34px;
- }
- /* Hide default HTML checkbox */
- .switch input {display:none;}
- /* The slider */
- .slider {
- position: absolute;
- cursor: pointer;
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- background-color: #ccc;
- -webkit-transition: @include 4s;
- transition: @include 4s;
- }
- .slider:before {
- position: absolute;
- content: "";
- height: 26px;
- width: 26px;
- left: 4px;
- bottom: 4px;
- background-color: white;
- -webkit-transition: @include 4s;
- transition: @include 4s;
- }
- input:checked + .slider {
- background-color: #69bfce;
- }
- input:focus + .slider {
- box-shadow: 0 0 1px #69bfce;
- }
- input:checked + .slider:before {
- -webkit-transform: translateX(26px);
- -ms-transform: translateX(26px);
- transform: translateX(26px);
- }
- /* Rounded sliders */
- .slider.round {
- border-radius: 34px;
- }
- .slider.round:before {
- border-radius: 50%;
- }
- /* bootstrap navbar colapse fix! */
- @media (max-width: 991px) {
- .navbar-header {
- float: none;
- }
- .navbar-left,.navbar-right {
- float: none !important;
- }
- .navbar-toggle {
- display: block;
- }
- .navbar-collapse {
- border-top: 1px solid transparent;
- box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
- }
- .navbar-fixed-top {
- top: 0;
- border-width: 0 0 1px;
- }
- .navbar-collapse.collapse {
- display: none!important;
- }
- .navbar-nav {
- float: none!important;
- margin-top: 7.5px;
- }
- .navbar-nav>li {
- float: none;
- }
- .navbar-nav>li>a {
- padding-top: 10px;
- padding-bottom: 10px;
- }
- .collapse.in{
- display:block !important;
- }
- }
- .signin-modal .modal-dialog, .signup-modal .modal-dialog {
- max-width: 400px;
- }
- .icon-calendar {width:20px; height:20px; background-image:url('/Content/images/calendar-icon.png'); background-size:100%;}
- // ------------------- New LESS file starts here ---------------
- @media (max-width: 767px) {
- .modal-dialog {
- margin:0;
- .modal-content {border-radius:0; border: 0;}
- }
- }
- @mixin box(){
- background-color: #fff;
- padding: 20px;
- border-radius: 5px;
- border: 1px solid #e5e5e5;
- margin: 20px 0;
- min-height: 735px;
- }
- columns {
- display: flex;
- justify-content: space-between;
- align-items: flex-start;
- @media (max-width: 768px) {
- flex-wrap: wrap;
- }
- column-left {
- @include box;
- width: 23%;
- margin-right: 15px;
- }
- column-right {
- @include box;
- transition: width 0.3s,margin 0.3s; /*This is for map expand*/
- width: 23%;
- margin-left: 15px;
- }
- column-main {
- @include box;
- width: 50%;
- flex-grow: 2;
- }
- @media (max-width: 768px) {
- column-main, column-left, column-right,.map-box {
- width: 100%;
- margin-left: -15px;
- margin-right: -15px;
- margin-top: 5px;
- margin-bottom: 5px;
- min-height: 1px;
- border-radius: 0px;
- border-left: 0;
- border-right: 0;
- flex-grow: 2;
- padding:15px;
- }
- }
- .column-without-padding {
- padding: 0;
- }
- }
- fail-box{
- @include box;
- max-width:500px;
- margin:20vh auto;
- min-height:0px;
- display:block;
- }
- flex {display:flex;}
- .custom_content {
- .facts-box {
- float: left;
- width: 273px;
- height: 246px;
- margin: 15px 25px 10px 0;
- position: relative;
- }
- .facts {
- width: 236px;
- padding: 2px 10px;
- margin-left: 8px;
- color: #666;
- position: absolute;
- bottom: 15px;
- }
- .facts h2 {
- font-size: 13px;
- margin: 8px 0 0;
- line-height: 15px;
- }
- .facts p {
- font: 11px/12px arial,sans-serif;
- margin: 3px 0px;
- }
- .guide-image {
- float: right;
- margin: 10px 0 10px 20px;
- font-size: 10px;
- color: #3b5a78;
- text-align: center;
- }
- .guide-image img {
- margin-bottom: 4px;
- }
- li {
- margin-bottom: 15px;
- }
- }
- .flat {
- .form-embend {
- background: #73c6d3;
- margin: -20px !important;
- padding: 15px 0px 10px 0px;
- }
- .form-embend .caption {
- margin-bottom: 0px;
- }
- .form-group i {display:none;}
- .moving-form-container label {
- color: #fff;
- margin-top: 5px;
- }
- .form-control {
- background: transparent;
- color: #fff;
- border: 0;
- border-bottom: 3px solid transparent;
- border-radius: 0;
- &::-webkit-input-placeholder {
- color: #fff;
- }
- }
- .form-control:hover {
- background: rgba(255,255,255,0.1);
- }
- .form-group {
- margin-bottom: 5px;
- }
- .form-control:focus {
- box-shadow: none;
- }
- .has-error .form-control {
- border-color: #900;
- }
- .caption.moving-form-caption {
- margin-bottom: 13px;
- }
- .form-embend {
- padding-bottom: 0px;
- }
- .partners-container {
- padding-top: 40px;
- }
- }
- .modal-embend {
- .moving-form-container label, .form-control, .modal-embend .captionm, .btn {
- transition: 0.3s linear;
- }
- }
- .compact {
- .moving-form-container label {
- height: 0px;
- overflow: hidden;
- }
- .form-control {
- height: 30px;
- padding-top: 5px;
- }
- .modal-embend .caption {
- margin-bottom: 5px;
- border-radius: 0;
- }
- .btn {
- height: 40px !important;
- }
- }
- @mixin message(){
- margin: 10px 0;
- padding: 10px;
- border-radius: 4px;
- }
- .success-message {
- @include message;
- background: #b4e8b4;
- }
- .warning-message {
- @include message;
- background: #fda;
- }
- .error-message {
- @include message;
- background: #fdd;
- }
- .columns-with-responsive-menu {
- /*Responsive Menu - invisible untill some small size*/
- responsive-menu {
- display: none;
- background-color: #fff;
- padding: 20px 5px;
- border-top: 1px solid #e5e5e5;
- border-bottom-width: 0;
- margin: 20px -15px 0 -15px;
- min-height: 60px;
- width: 100%;
- flex-grow: 2;
- }
- responsive-menu-item {
- font-size: 18px;
- font-weight: 600;
- text-align: center;
- border-right: 1px solid #e5e5e5;
- width: 100%;
- cursor: pointer;
- &:last-child {
- border-right: none;
- }
- }
- @media (max-width: 768px) {
- responsive-menu {
- display: flex;
- }
- column-left, column-main, column-right {
- display: none;
- border-radius: 0 0 5px 5px;
- margin-top: 0px;
- .post-map-title, .column-title {display: none;}
- }
- &.responsive-show-left column-left, &.responsive-show-main column-main, &.responsive-show-right column-right {
- display: block;
- }
- &.responsive-show-left .responsive-menu-item-left, &.responsive-show-main .responsive-menu-item-main, &.responsive-show-right .responsive-menu-item-right {
- color: #73c6d3;
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment