/********************************/
/*                              */
/*			 FONTS			    */
/*                              */
/********************************/
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600");
/********************************/
/*                              */
/*		  COLOR SCHEME			*/
/*                              */
/********************************/
/********************************/
/*                              */
/*		     MIXINS			    */
/*                              */
/********************************/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  font-family: 'Cabin Condensed', sans-serif;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  color: #2a343e; }

p {
  font-family: 'Cabin Condensed', sans-serif;
  line-height: 1.6; }

ul {
  font-size: 14px;
  font-family: 'Cabin Condensed', sans-serif;
  line-height: 1.6; }

a {
  color: #ef7124; }
  a:hover {
    color: #2684e0; }

hr {
  border-top: 1px solid #ebeef1; }

table {
  width: 100%; }

table.datasheet, table.POS, table.order-overview {
  font-family: 'Cabin Condensed', sans-serif; }

#tdFoldersAndProducts {
  margin: 25px 0 0 0;
  border: none;
  float: none;
  display: inline-block; }

#SearchTD {
  display: none; }

#tdProducts {
  padding: 10px 380px 10px 10px;
  min-width: 865px; }
  @media (max-width: 885px) {
    #tdProducts {
      padding: 10px;
      min-width: 400px; } }

#tdProducts, #tdShoppingCart, #tdFolders, #CONFIRM.Panel {
  vertical-align: top;
  float: none;
  display: inline-block;
  margin: 0;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 0 40px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.08);
  background-color: white; }
  #tdProducts .Panel, #tdShoppingCart .Panel, #tdFolders .Panel, #CONFIRM.Panel .Panel {
    border: none;
    width: 100%; }

#CONFIRM.Panel {
  border: none;
  margin-bottom: 40px; }

td.label {
  width: 34%; }

#tdProducts #Assets {
  min-width: 475px; }

#tdFolders {
  padding: 20px;
  display: block;
  text-align: left;
  padding-right: 380px; }

#tdShoppingCart {
  margin-left: -370px;
  width: 100%;
  max-width: 350px;
  padding: 10px;
  position: relative; }
  @media (max-width: 885px) {
    #tdShoppingCart {
      margin-left: 0;
      max-width: none; } }

.Panel_Top_Row_Title {
  background-color: transparent; }

.Panel_Top_Middle_Cell_Title {
  padding: 20px 0 25px; }

.table-heading {
  text-transform: uppercase;
font-family: "Times New Roman",Times,Lora,serif;
    font-weight: 400;
    color: #53284f;
    letter-spacing: 1.5px;
  font-size: 20px; }
  .table-heading td {
    font-size: 20px;
	  font-family: "Times New Roman",Times,Lora,serif;
    font-weight: 400;
    color: #53284f;
    letter-spacing: 1.5px;}

.SHOP_TABLE_Folder {
  line-height: 30px; }

.SHOP_TABLE_Asset {
  border: none;
  font-size: 16px;
  line-height: 26px;
  color: #727f8e; }
  .SHOP_TABLE_Asset td {
    padding: 10px 0;
    font-weight: 300; }

.WS_TopText td {
  background-color: #ebeef1;
  color: #727f8e;
  line-height: 1.4;
  padding: 20px 0 !important;
  display: block;
  margin: 0 auto;
  max-width: 865px;
  margin-top: 15px; }
  .WS_TopText td b {
    font-weight: 400; }

img.WS_Asset_ThumbNail {
  margin-right: 10px; }

#ShoppingBasket, #SavingPoints {
    max-width: none !important;
}

.SHOP_EmptyBasket {
  text-align: center;
  font-family: 'Cabin Condensed', sans-serif;
  font-weight: 300;
  color: #727f8e;
  padding-top: 70px;
  margin: 40px 0;
  background: url("https://www.resengo.com/Images/Resengo/vouchers-empty.svg") no-repeat center top;
  background-size: 75px auto; }

input[type="button"].orange,
.STEPS_BUTTON_Forward.orange {
  background-color: #2684e0;
  margin-top: 20px; }
  input[type="button"].orange:hover,
  .STEPS_BUTTON_Forward.orange:hover {
    background-color: #2684e0; }

.STEPS_BUTTON_Back + .STEPS_BUTTON_Forward {
  margin-left: 25px; }

input[type="button"], button, input[type="submit"], .buttons {
  display: inline-block;
  width: 100%;
  max-width: 300px;
  height: 64px;
  font-size: 18px;
  text-transform: uppercase;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  letter-spacing: 2px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility; }

input[type="button"].STEPS_BUTTON_Back {
  background-color: #fff;
  border: 2px solid #727f8e !important;
  color: #727f8e !important; }
  input[type="button"].STEPS_BUTTON_Back:hover {
    background-color: #727f8e;
    border: 2px solid #727f8e !important;
    color: #fff !important; }

input[type="button"].STEPS_BUTTON_Forward,
input[type="submit"].STEPS_BUTTON_Forward,
input[type="button"]#confirm,
input[type="submit"] {
  background-color: #2684e0;
  color: #fff; }
  input[type="button"].STEPS_BUTTON_Forward:hover,
  input[type="submit"].STEPS_BUTTON_Forward:hover,
  input[type="button"]#confirm:hover,
  input[type="submit"]:hover {
    background-color: #fff;
    border: 2px solid #2684e0 !important;
    color: #2684e0 !important; }

input[type="submit"]#CancelButton {
  background-color: #ff655c;
  color: #fff; }
  input[type="submit"]#CancelButton:hover {
    background-color: #fff;
    border: 2px solid #ff655c !important;
    color: #ff655c !important; }

input[type="submit"].icon.check {
  padding-left: 0.9em;
  background-image: none; }

.add-order-item {
  display: inline-block;
  background: transparent url("https://www.resengo.com/Images/Resengo/add-slategray.svg") no-repeat center;
  background-size: 20px 20px;
  width: 40px;
  height: 40px;
  vertical-align: -14px;
  margin-left: 25px;
  border-radius: 999px;
  -moz-border-radius: 999px;
  -webkit-border-radius: 999px; }
  .add-order-item:hover {
    background-color: #ebeef1; }
  .add-order-item img {
    display: none; }

.delete-order-item {
  display: inline-block;
  background: transparent url("https://www.resengo.com/Images/Resengo/delete-slategray.svg") no-repeat center;
  background-size: 20px 20px;
  width: 40px;
  height: 40px;
  vertical-align: -14px;
  border-radius: 999px;
  -moz-border-radius: 999px;
  -webkit-border-radius: 999px; }
  .delete-order-item:hover {
    background-color: #ebeef1; }
  .delete-order-item--spacer {
    width: 40px; }
  .delete-order-item img {
    display: none; }

.subtotalTR {
  font-size: 16px;
  color: #727f8e;
  line-height: 2; }

.TotalLine td {
  font-size: 16px;
  text-transform: uppercase;
  color: #727f8e;
  letter-spacing: 2px;
  line-height: 2;
  font-weight: 600; }

tr.TotalLine > td {
  padding-bottom: 20px; }

.TotalLine br {
  display: none; }

select, textarea,
input[type="text"], input[type="password"],
input[type="datetime"], input[type="datetime-local"],
input[type="date"], input[type="month"],
input[type="time"], input[type="week"],
input[type="number"], input[type="email"],
input[type="url"], input[type="search"],
input[type="tel"], input[type="color"] {
  font-family: 'Cabin Condensed', sans-serif;
  font-size: 16px;
  height: 40px;
  background-color: #ebeef1;
  color: #2a343e;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 100%;
  -webkit-appearance: none; }
  select:focus, select:active, textarea:focus, textarea:active,
  input[type="text"]:focus,
  input[type="text"]:active, input[type="password"]:focus, input[type="password"]:active,
  input[type="datetime"]:focus,
  input[type="datetime"]:active, input[type="datetime-local"]:focus, input[type="datetime-local"]:active,
  input[type="date"]:focus,
  input[type="date"]:active, input[type="month"]:focus, input[type="month"]:active,
  input[type="time"]:focus,
  input[type="time"]:active, input[type="week"]:focus, input[type="week"]:active,
  input[type="number"]:focus,
  input[type="number"]:active, input[type="email"]:focus, input[type="email"]:active,
  input[type="url"]:focus,
  input[type="url"]:active, input[type="search"]:focus, input[type="search"]:active,
  input[type="tel"]:focus,
  input[type="tel"]:active, input[type="color"]:focus, input[type="color"]:active {
    background-color: #ebeef1;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
  .SHOP_TABLE_Asset select, .SHOP_TABLE_Asset textarea, .SHOP_TABLE_Asset
  input[type="text"], .SHOP_TABLE_Asset input[type="password"], .SHOP_TABLE_Asset
  input[type="datetime"], .SHOP_TABLE_Asset input[type="datetime-local"], .SHOP_TABLE_Asset
  input[type="date"], .SHOP_TABLE_Asset input[type="month"], .SHOP_TABLE_Asset
  input[type="time"], .SHOP_TABLE_Asset input[type="week"], .SHOP_TABLE_Asset
  input[type="number"], .SHOP_TABLE_Asset input[type="email"], .SHOP_TABLE_Asset
  input[type="url"], .SHOP_TABLE_Asset input[type="search"], .SHOP_TABLE_Asset
  input[type="tel"], .SHOP_TABLE_Asset input[type="color"] {
    width: initial; }
  select:disabled, textarea:disabled,
  input[type="text"]:disabled, input[type="password"]:disabled,
  input[type="datetime"]:disabled, input[type="datetime-local"]:disabled,
  input[type="date"]:disabled, input[type="month"]:disabled,
  input[type="time"]:disabled, input[type="week"]:disabled,
  input[type="number"]:disabled, input[type="email"]:disabled,
  input[type="url"]:disabled, input[type="search"]:disabled,
  input[type="tel"]:disabled, input[type="color"]:disabled {
    background-color: #c7ced5;
    cursor: not-allowed; }

select, select:focus {
  padding-right: 20px;
  background-image: url("https://www.resengo.com/Images/Resengo/select-arrow.svg");
  background-repeat: no-repeat;
  background-position: right 10px center; }

select#OrderAddress_FI_VATCalculationTypeID {
  max-width: 600px;
  float: right;
  margin-top: 10px; }

select::-ms-expand {
  opacity: 0;
  width: 0; }

/* CONFIRM ORDER */
#CONFIRM.Panel {
  max-width: 850px !important;
  width: 100%;
  padding: 10px 20px; }
  #CONFIRM.Panel .Panel_Middle_Middle_Cell {
    width: 100%; }

.Panel_Top_Middle_Cell_Title {
  text-align: left; }

#OrderDetailTable, #OrderConfirmDeliveryTypesTable {
  max-width: none !important;
  width: 100%; }

#OrderConfirmDeliveryTypesTable {
  margin: 40px 0; }

table.order-overview,
table#AppendEditPersonTable {
  margin-bottom: 30px; }

.head1 {
  background-color: transparent;
  color: initial;
  text-transform: initial;
  font-weight: initial;
  border-bottom: none !important;
  position: relative; }
  .head1 td, .head1 th {
    border-bottom: none !important;
    padding-bottom: 20px !important; }

.head1 > td, .head1 > th {
  font-weight: 500; }

.TableHeading1 {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 1px; }
  .TableHeading1 td, .TableHeading1 th {
    font-size: 20px; }
  .TableHeading1 th {
    padding-bottom: 20px;
    font-weight: 500; }
  .TableHeading1.table-head th {
    text-transform: initial;
    font-size: 14px;
    font-weight: 300;
    color: #727f8e;
    border: none !important; }

th.TableHeading1 {
  padding-bottom: 20px; }

table .row td {
  font-size: 16px;
  font-weight: 400;
  color: #2a343e;
  line-height: 2; }

table td {
  font-size: 16px;
  color: #2a343e; }

label, .label {
  font-size: 16px;
  color: #2a343e; }

.submit-container {
  position: relative; }
  .submit-container #SubmitLine td {
    position: absolute;
    width: 100%;
    left: 0; }

#frmConfirmOrder {
  padding: 0; }

#ProgressLine td {
  color: #727f8e; }

#Progressbar {
  margin: 0 auto 20px;
  background-color: #2684e0 !important;
  height: 5px !important; }

#CONFIRM .Panel_Bottom_Row .Panal_Bottom_Middle_Cell {
  height: 35px; }

table .row:hover {
  background-color: transparent; }

.Panel_Middle_Middle_Cell > br,
#SubmitLine br {
  display: none; }

table .totals-row {
  background-color: transparent; }

table .row:nth-child(2n+1) {
  background-color: transparent; }

#OrderAddress_FI_VATCalculationTypeID_TR td,
#OptionLine td {
  line-height: 60px; }

.payment-type {
  text-transform: initial;
  font-weight: initial;
  letter-spacing: initial; }
  .payment-type input[type="radio"] {
    vertical-align: -2px; }

#External_WS_OrderAddress_Mobile_1,
#External_WS_OrderAddress_Telephone_1,
#External_WS_OrderAddress_Telephone_2,
#External_WS_OrderAddress_Telephone_3,
#External_Mobile {
  width: 50px;
  display: inline-block;
  margin: 0;
  vertical-align: middle;
  margin-right: 5px;
  text-align: center !important; }

#External_Mobile + #Number_Mobile {
  display: inline-block;
  width: calc(100% - 60px);
  margin: 0;
  vertical-align: middle; }

#Number_WS_OrderAddress_Mobile_1,
#Number_WS_OrderAddress_Telephone_1,
#Number_WS_OrderAddress_Telephone_2,
#Number_WS_OrderAddress_Telephone_3 {
  display: inline-block;
  width: calc(100% - 60px);
  margin: 0;
  vertical-align: middle; }

.logintable-container {
  padding-left: 20px; }

#LoginTable input[type="submit"] {
  margin: 15px 0; }

span.success {
  text-align: left;
  line-height: 1.4; }

#DixysLink {
  position: static;
  display: block; }
  #DixysLink a {
    display: block;
    margin: 20px auto 10px;
    width: 66px;
    height: 24px;
    background: transparent url("https://www.resengo.com/Images/Resengo/resengo-logo.svg") no-repeat center;
    background-size: 66px 24px; }
  #DixysLink img {
    display: none; }

#busy {
  display: inline-block;
  background: none !important;
  padding: 20px; }
  #busy:after {
    content: '';
    border: 2px solid #2684e0;
    border-bottom-color: transparent;
    height: 26px;
    width: 26px;
    border-radius: 999em;
    background: transparent !important;
    display: inline-block;
    -webkit-animation: rotate-ball-resengo 1s linear infinite;
    /* Safari 4+ */
    -moz-animation: rotate-ball-resengo 1s linear infinite;
    /* Fx 5+ */
    -o-animation: rotate-ball-resengo 1s linear infinite;
    /* Opera 12+ */
    animation: rotate-ball-resengo 1s linear infinite;
    /* IE 10+, Fx 29+ */ }

@keyframes rotate-ball-resengo {
  0% {
    -ms-transform: rotate(0deg) scale(1);
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1); }
  100% {
    -webkit-transform: rotate(360deg) scale(1);
    -ms-transform: rotate(360deg) scale(1);
    transform: rotate(360deg) scale(1); } }
@-webkit-keyframes rotate-ball-resengo {
  0% {
    -ms-transform: rotate(0deg) scale(1);
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1); }
  100% {
    -webkit-transform: rotate(360deg) scale(1);
    -ms-transform: rotate(360deg) scale(1);
    transform: rotate(360deg) scale(1); } }
@-moz-keyframes rotate-ball-resengo {
  0% {
    -ms-transform: rotate(0deg) scale(1);
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1); }
  100% {
    -webkit-transform: rotate(360deg) scale(1);
    -ms-transform: rotate(360deg) scale(1);
    transform: rotate(360deg) scale(1); } }
@-o-keyframes rotate-ball-resengo {
  0% {
    -ms-transform: rotate(0deg) scale(1);
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1); }
  100% {
    -webkit-transform: rotate(360deg) scale(1);
    -ms-transform: rotate(360deg) scale(1);
    transform: rotate(360deg) scale(1); } }
@media only screen and (max-width: 885px) {
  #tdFoldersAndProducts, #tdProducts {
    width: 100%;
    min-width: 0 !important; }

  #tdProducts .Panel {
    max-width: none !important;
    min-width: 0 !important; }

  #OrderAddress_FI_VATCalculationTypeID_TR td, #OptionLine td {
    line-height: 26px; }

  .SHOP_TABLE_Asset td:first-child {
    padding-right: 15px; } }
@media only screen and (max-width: 768px) {
  .submit-container {
    position: relative; }
    .submit-container #SubmitLine td {
      position: initial;
      width: initial;
      left: initial; }
      .submit-container #SubmitLine td .STEPS_BUTTON_Back {
        margin-bottom: 5px;
        display: block; }
      .submit-container #SubmitLine td .STEPS_BUTTON_Back + .STEPS_BUTTON_Forward {
        margin-left: 0; }

  .logintable-container, .customerdata-container {
    display: block;
    padding-left: initial; } }
@media only screen and (max-width: 680px) {
  #OrderConfirmTable + table, #OrderConfirmTable + table table, #OrderConfirmTable + table tbody, #OrderConfirmTable + table th, #OrderConfirmTable + table tr, #OrderConfirmTable + table td {
    display: block;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0 0 5px 0; }

  #OrderConfirmTable + table .TotalLine th, #OrderConfirmTable + table tr.TotalLine, #OrderConfirmTable + table .TotalLine td {
    display: initial;
    width: auto;
    min-width: 0; }

  table .row td,
  .label {
    font-size: 14px; }

  table .table-head th {
    white-space: normal; }

  .TableHeading1.table-head th {
    font-size: 12px; }

  .TotalLine td {
    font-size: 14px; }

  table td {
    font-size: 14px; } }

/*# sourceMappingURL=Webshop-ResengoCloud.css.map */