﻿/* ==========================================================================
Base colors
   ========================================================================== */
/**
 * Table of Contents:
 *
 *  1. Variables for colors
 *  2.
 *  3. 
 *  4.
 *  5.
 *  6.
 *  7.
 *  8.
 *  9.
 *  10. 
 *  11.
 *  12.
 *  13.
 *  14.
 *  15.
 *  16.
 *  17.
 *  18.
 *  19.
 *  20.
 *  21.
 *  22.
 *  23.
 *  24.
 */
/* 1. Variables for colors
   ========================================================================== */
/*Global colors*/
/*Global colors*/
/*Blue colors*/
/*$blue-lightest:#e6eae2;*/
/*Blue colors*/
/*grey colors*/
/*$green-lightest:#e6eae2;
$green-lighter:#f6f7f5;*/
/*$green-signup:#8ac962;*/
/*$green-darker:#959e8d;
$green-darkest:#182c4e;*/
/* ==========================================================================
Base Mixins
   ========================================================================== */
/**
 * Table of Contents:
 *
 *  1. Variables for colors
 *  2.
 *  3. 
 *  4.
 *  5.
 *  6.
 *  7.
 *  8.
 *  9.
 *  10. 
 *  11.
 *  12.
 *  13.
 *  14.
 *  15.
 *  16.
 *  17.
 *  18.
 *  19.
 *  20.
 *  21.
 *  22.
 *  23.
 *  24.
 */
/* 1. Mixins
   ========================================================================== */
/*when used ALLWAYS use in this order 
       @include phones {
                bottom: 117px;
            }

            @include tablets {
                bottom: 190px;
            }

            @include desktops {
                bottom: 300px;
            }
*/
/* ==========================================================================
Base myprofile
   ========================================================================== */
/**
 * Table of Contents:
 *
 *  1. signup
 *  2. 
 *  3.
 *  4.
 *  5.
 *  6.
 *  7.
 *  8.
 *  9.
 *  10. 
 *  11.
 *  12.
 *  13.
 *  14.
 *  15.
 *  16.
 *  17.
 *  18.
 *  19.
 *  20.
 *  21.
 *  22.
 *  23.
 *  24.
 */
/* 1. signup
   =============================================================================== */
.my-signup-wrapper {
  padding-bottom: 40px;
}
.my-signup-wrapper .input-fields-signup {
  margin-top: 10px;
}
.my-signup-wrapper .input-fields-signup .requiredStar {
  color: #318dde;
}
.my-signup-wrapper .input-fields-signup input[disabled] {
  background-color: #d4d4d4 !important;
}
.my-signup-wrapper .input-fields-signup span {
  font-size: 18px;
  font-weight: 700;
  font-family: "Titillium Web", sans-serif;
}
.my-signup-wrapper .input-fields-signup select {
  border: thin solid #cccccc;
  float: none;
  display: inline;
  max-width: none;
}
.my-signup-wrapper .input-fields-signup .button-holder-pale {
  height: 35px;
}
.my-signup-wrapper .cvr-wrapper .cvr-countrycode {
  width: 44px;
  float: left;
}
.my-signup-wrapper .cvr-wrapper #cvr::placeholder {
  opacity: 0.5;
}
.my-signup-wrapper .cvr-wrapper .cvr-input {
  float: right;
  width: 88%;
}
@media only screen and (max-width: 1400px) {
  .my-signup-wrapper .cvr-wrapper .cvr-input {
    width: 84%;
  }
}
.my-signup-wrapper .cvr-wrapper .cvr-button {
  background-color: #4a89c8 !important;
  color: #fff;
  font-size: 1.125em !important;
  font-family: "TitilliumWeb-Bold", sans-serif !important;
  margin: 0;
  display: inline-block;
}
.my-signup-wrapper .phone-wrapper .phone-countrycode {
  width: 100px;
  float: left;
}
.my-signup-wrapper .phone-wrapper .phone-input {
  float: right;
  width: 75%;
}
@media only screen and (max-width: 767px) {
  .my-signup-wrapper .phone-wrapper .phone-input {
    width: 80%;
  }
}
.my-signup-wrapper .phone-wrapper #callingCodeBtn, .my-signup-wrapper .phone-wrapper #callingCodeCompanyBtn {
  width: 100px;
  background-color: #fff;
  border: thin solid #ccc;
}
.my-signup-wrapper .phone-wrapper #callingCodeBtn img, .my-signup-wrapper .phone-wrapper #callingCodeCompanyBtn img {
  position: absolute;
  left: 5px;
  top: 12px;
}
.my-signup-wrapper .phone-wrapper #callingCodeBtn span, .my-signup-wrapper .phone-wrapper #callingCodeCompanyBtn span {
  position: absolute;
  right: 5px;
  top: 13px;
}
.my-signup-wrapper .phone-wrapper #callingCodeBtn:hover, .my-signup-wrapper .phone-wrapper #callingCodeCompanyBtn:hover {
  background-color: #fff;
}
.my-signup-wrapper .createuser-button {
  background-color: #182C4E !important;
  color: #fff;
  font-size: 1.125em !important;
  font-family: "TitilliumWeb-Bold", sans-serif !important;
  display: inline-block;
}
.my-signup-wrapper #contact_workphone {
  float: right;
  width: 75%;
}
@media only screen and (max-width: 767px) {
  .my-signup-wrapper #contact_workphone {
    width: 67%;
  }
}

#callingCodeCompanyBtn {
  background-color: #d4d4d4 !important;
  pointer-events: none;
}

.my-profile-wrapper #deliveryAddressForm {
  margin: 0px 15px;
}

#company-profile .modal-dialog .input-fields-signup {
  margin-top: 10px;
}
#company-profile .modal-dialog .input-fields-signup input[disabled] {
  background-color: #d4d4d4;
}
#company-profile .modal-dialog .input-fields-signup span {
  font-size: 18px;
  font-weight: 700;
  font-family: "Titillium Web", sans-serif;
}
#company-profile .modal-dialog .input-fields-signup span small {
  font-size: 14px;
  font-weight: normal;
}
#company-profile .modal-dialog .input-fields-signup select {
  border: thin solid #cccccc;
  float: none;
  display: inline;
  max-width: none;
}

/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22:3,%22sourceRoot%22:%22%22,%22sources%22:%5B%22file:///D:/projects/byteable/lakgruppen/source/Struct.Website/scss/utility/_colors.scss%22,%22file:///D:/projects/byteable/lakgruppen/source/Struct.Website/scss/utility/_mixins.scss%22,%22file:///D:/projects/byteable/lakgruppen/source/Struct.Website/scss/pages/_signup.scss%22%5D,%22names%22:%5B%5D,%22mappings%22:%22AAAC;AAAA;AAAA;AAGD;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AA8BA;AAAA;AAEA;AAEA;AAGA;AACA;AASA;AAMA;AACA;AAAA;AAKA;AACA;AAAA;AC/DC;AAAA;AAAA;AAGD;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AA8BA;AAAA;AAuDA;AAAA;AAAA;AAAA;;AAAA;AAAA;AAAA;;AAAA;AAAA;AAAA;AAAA;ACrFA;AAAA;AAAA;AAGA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AA8BA;AAAA;AAIA;EACI;;AAEA;EACI;;AAEA;EACI;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAGJ;EACI;;AAMJ;EACI;EACA;;AAGJ;EACI;;AAGJ;EACI;EACA;;AAGA;EALJ;IAMQ;;;AAMR;EACI;EACA;EACA;EACA;EACA;EACA;;AAKJ;EACI;EACA;;AAGJ;EACI;EACA;;ADvCR;ECqCI;IAKQ;;;AAIR;EACI;EACA,kBFpFJ;EEqFI;;AAGA;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI,kBFrGR;;AE0GJ;EACI;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;;ADhFJ;EC8EA;IAKQ;;;;AAKZ;EACI;EACA;;;AAKA;EACI;;;AAKJ;EACI;;AAEA;EACI;;AAGJ;EACI;EACA;EACA;;AAEA;EACI;EACA;;AAIR;EACI;EACA;EACA;EACA%22%7D */