<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Minification failed. Returning unminified contents.
(5861,1): run-time error CSS1019: Unexpected token, found '@import'
(5861,9): run-time error CSS1019: Unexpected token, found '"library"'
(5861,18): run-time error CSS1019: Unexpected token, found ';'
(9392,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(9393,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(9402,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(9403,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
 */
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com 
  ---------------------------------------------------*/
/* variables */
/* mixins */

/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com 
  ---------------------------------------------------*/
/* variables */
/* mixins */
/*#######################################################################
	Structure of the LESS file:
	-Clearfix
	-General (html, body,hr,a,input,table,wrapper)
	-Headings (h1,h2,h3,h4)
	-Responsive widths
	-Common classes (separators, alignment)
	-Icons (social media, search etc...)
	-Forms (Input, buttons, forms)
	-Sections (Section wrappers)
	-Top nav (logo and menu)
	-Header
	-Footer
	-Footer nav
  ####################################################################### 
*/

/* clearfix , box-sizing*/

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* general */

html {
  height: 100%;
  background-color: #f7f7f7;
  font-size: 85%;
}
body {
  position: relative;
  box-shadow: 0 0 200px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.1);
  background: #f2f5f8;
  font-family: 'DINWebPro-Regular', Arial, sans-serif;
  font-size: 0.9em;
  line-height: 1.6;
  letter-spacing: 1px;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  margin: 0px auto;
  max-width: 1920px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 1rem;
}
hr {
  height: 1px;
  border: 0;
  margin: 0;
  border-top: 1px solid #d9dcdf;
  width: 100%;
}
hr {
  display: none;
}
a {
  text-decoration: none;
  color: #034ea2;
}
a:hover {
  text-decoration: underline;
  color: #001f5f;
}
/*br{display:none;}*/

input + label {
  cursor: pointer;
}
table,
.table {
  width: 100%;
}
table td,
.table td,
table .td,
.table .td {
  padding: 2px;
  vertical-align: top;
}
table.separated-header td,
.table.separated-header td,
table.separated-rows td,
.table.separated-rows td,
table.separated-header th,
.table.separated-header th,
table.separated-rows th,
.table.separated-rows th,
table.separated-header .td,
.table.separated-header .td,
table.separated-rows .td,
.table.separated-rows .td,
table.separated-header .th,
.table.separated-header .th,
table.separated-rows .th,
.table.separated-rows .th {
  border-bottom: 2px solid lightgray;
}
table.separated-header th,
.table.separated-header th,
table.separated-rows th,
.table.separated-rows th,
table.separated-header .th,
.table.separated-header .th,
table.separated-rows .th,
.table.separated-rows .th {
  text-transform: uppercase;
  padding-bottom: 10px;
  font-weight: bold;
}
table.separated-header td,
.table.separated-header td,
table.separated-rows td,
.table.separated-rows td,
table.separated-header .td,
.table.separated-header .td,
table.separated-rows .td,
.table.separated-rows .td {
  padding: 10px 0;
}
table.separated-header tfoot td,
.table.separated-header tfoot td,
table.separated-rows tfoot td,
.table.separated-rows tfoot td,
table.separated-header .tfoot .td,
.table.separated-header .tfoot .td,
table.separated-rows .tfoot .td,
.table.separated-rows .tfoot .td {
  vertical-align: middle;
}
table.separated-header td,
.table.separated-header td,
table.separated-header .td,
.table.separated-header .td {
  border: 0;
  padding: 2px 0;
}
.table {
  display: table;
}
.table .thead {
  display: table-header-group;
}
.table .tbody {
  display: table-row-group;
}
.table .tfoot {
  display: table-footer-group;
}
.table .tr {
  display: table-row;
}
.table .th,
.table .td {
  display: table-cell;
}
dd {
  margin-left: 0;
  font-size: 14px;
}
dd.buttons {
  margin-top: 15px;
}
dd button {
  float: left;
  margin-right: 10px;
}
dt label {
  font-size: 14px;
}
.uppercase,
.sidr-class-uppercase {
  text-transform: uppercase;
}
#wrapper {
  min-height: 100%;
  background-color: #f9f9f9;
  position: relative;
}
.wrapper {
  text-align: center;
}
.wrapper .container {
  text-align: left;
  margin: 0 auto;
  /* zoom */

  /*@media (max-width: 600px) {zoom: 1.4;}
        @media (max-width: 550px) {zoom: 1.3;}
        @media (max-width: 500px) {zoom: 1.2;}
        @media (max-width: 450px) {zoom: 1.1;}
        @media (max-width: 400px) {zoom: 1;}*/

}
@media (max-width: 745px) {
  .wrapper .container {
    width: 100%;
  }
}
.wrapper .catagoryList p &gt; img {
  width: 100%;
  height: auto;
}
/* headings */

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: 'DINWebPro-Medium', Helvetica, Arial, sans-serif;
  line-height: 1.2;
  margin-top: 15px;
  margin-bottom: 15px;
  position: relative;
  font-weight: 400;
}
h1 {
  font-size: 2rem;
  font-family: 'DINWebPro-Bold', Arial, "Helvetica Neue", Helvetica, sans-serif;
}
h2 {
  font-size: 1.5rem;
}
h3 {
  font-size: 1.17rem;
}
h4 {
  font-size: 1rem;
}
/* responsive widths */

.width-20 {
  float: left;
  width: 20%;
}
.width-25 {
  float: left;
  width: 25%;
}
.width-33 {
  float: left;
  width: 33.3%;
}
.width-50 {
  float: left;
  width: 50%;
}
.width-66 {
  float: left;
  width: 66.7%;
}
.width-75 {
  float: left;
  width: 75%;
}
.width-100 {
  float: left;
  width: 100%;
}
.width-auto {
  float: left;
  width: auto;
}
/* common classes */

.separator-top {
  border-top: 2px solid white;
}
.separator-bottom {
  border-bottom: 2px solid white;
}
.separator-both {
  border: 2px solid white;
  border-width: 2px 0;
}
.right {
  float: right;
}
.left {
  float: left;
}
.zoom-image {
  position: absolute;
}
.zoom-image:hover {
  cursor: move;
}
.row {
  clear: both;
  /*margin-bottom: 50px;*/
  width: 100%;
}
.row .row-content {
  width: 100%;
  position: relative;
}
.row .row-content .row {
  margin-right: 7px;
  width: auto;
}
@media (max-width: 1160px) {
  .row .row-content .row {
    width: auto;
  }
}
@media (max-width: 745px) {
  .row .row-content .row {
    width: 100%;
  }
}
.row .row-content .pager {
  display: inline-block;
  position: relative;
  width: 100%;
  text-align: center;
  height: 50px;
  margin-top: 30px;
  font-family: 'DINWebPro-Medium', Helvetica, Arial, sans-serif;
  color: #333333;
}
@media (max-width: 745px) {
  .row .row-content .pager {
    position: relative;
    float: left;
  }
}
@media (max-width: 600px) {
  .row .row-content .pager {
    position: static;
  }
}
@media (max-width: 1160px) {
  .row .row-aside {
    width: 100%;
    clear: both;
    display: block;
  }
  .row .row-aside.twocolumn {
    width: 100%;
  }
}
#inGridOrLines.row .row-aside {
  margin-top: 0px;
}
.row.row-aside-left .row-aside {
  float: left;
}
@media (max-width: 745px) {
  .row.row-aside-left .row-aside {
    width: auto;
    float: none;
  }
}
.row.row-aside-left .row-content {
  float: right;
  width: 736px;
}
@media (max-width: 1160px) {
  .row.row-aside-left .row-content {
    width: 479px;
  }
}
@media (max-width: 745px) {
  .row.row-aside-left .row-content {
    float: none;
    width: auto;
  }
}
@media (max-width: 1160px) {
  .row.row-aside-left .row-content .content-wrapper {
    width: auto;
    float: none;
  }
}
@media (max-width: 745px) {
  .row.row-aside-left .row-content .content-wrapper {
    width: auto;
  }
}
/* icons */

i[class^="icon-"],
i[class*=" icon-"],
i[class^="sidr-class-icon-"],
i[class*=" sidr-class-icon-"],
button[class^="icon-"],
button[class*=" icon-"] {
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  width: 21px;
  height: 21px;
  display: inline-block;
  float: left;
  border: 0;
  background-color: transparent;
  background-size: 21px 21px;
}
.icon-menu-dropdown {
  background-image: url(../images/icons/icon-menu-dropdown.png);
}
.ie8 .icon-menu-dropdown {
  background-image: url(../images/icons/small/icon-menu-dropdown.png);
}
.sidr-class-icon-facebook,
.icon-facebook {
  background-image: url(../images/icons/icon-facebook.png);
}
.ie8 .sidr-class-icon-facebook,
.ie8 .icon-facebook {
  background-image: url(../images/icons/small/icon-facebook.png);
}
.sidr-class-icon-twitter,
.icon-twitter {
  background-image: url(../images/icons/icon-twitter.png);
}
.ie8 .sidr-class-icon-twitter,
.ie8 .icon-twitter {
  background-image: url(../images/icons/small/icon-twitter.png);
}
/* forms */

input {
  font-size: 13px;
  font-family: 'DINWebPro-Regular', Arial, sans-serif;
  color: #034ea2;
  border: 1px solid;
  border-color: #e2e2e2 #e2e2e2 #eeeeee #eeeeee;
  padding-right: 1px;
  padding-left: 5px;
  -webkit-appearance: none;
}
input .btn {
  padding: 10px 0 9px;
}
input[type=text],
input[type=search],
input[type=password],
textarea,
select,
select option {
  background-color: #e6edf7;
  -webkit-appearance: none;
  border-radius: 0;
  font-size: 1rem;
}
input[type=text]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type=text]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=password]:-moz-placeholder,
textarea:-moz-placeholder,
input[type=text]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=password]::-moz-placeholder,
textarea::-moz-placeholder,
input[type=text]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-family: 'DINWebPro-Regular', Arial, sans-serif;
  color: #034ea2;
}
input[type="checkbox"] {
  -webkit-appearance: checkbox;
}
input[type="radio"] {
  -webkit-appearance: radio;
}
#RememberMe {
  margin-top: 5px;
}
.forgot-password {
  margin-top: 5px;
}
.input {
  border: 1px solid;
  border-color: #e2e2e2 #e2e2e2 #eeeeee #eeeeee;
  padding-right: 1px;
  height: 35px;
  padding-left: 5px;
}
.input.error {
  border-color: #e54e51;
}
.input.dark {
  background-color: #f0f0f0;
  border: 1px solid;
  border-color: #e8e8e8 #e8e8e8 #f1f1f1 #f1f1f1;
  padding: 8px 6px;
}
.input.wide {
  width: 350px;
}
.input.short {
  width: 150px;
}
.field-validation-error {
  color: #880000;
}
.sidr-class-input-wrapper,
.input-wrapper {
  width: 100%;
  height: 38px;
  border: 1px solid;
  background: #e6edf7;
  border-color: #e2e2e2 #e2e2e2 #eeeeee #eeeeee;
}
.sidr-class-input-wrapper.error,
.input-wrapper.error {
  border-color: #e54e51;
}
.sidr-class-input-wrapper input,
.input-wrapper input {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  border: 0;
  text-indent: 15px;
  color: #034ea2;
}
.sidr-class-input-wrapper input::-webkit-input-placeholder,
.input-wrapper input::-webkit-input-placeholder {
  color: #034ea2;
}
.sidr-class-input-wrapper input:-moz-placeholder,
.input-wrapper input:-moz-placeholder {
  color: #034ea2;
}
.sidr-class-input-wrapper input::-moz-placeholder,
.input-wrapper input::-moz-placeholder {
  color: #034ea2;
}
.sidr-class-input-wrapper input:-ms-input-placeholder,
.input-wrapper input:-ms-input-placeholder {
  color: #034ea2;
}
.sidr-class-input-wrapper.input-icon input,
.input-wrapper.input-icon input {
  width: 150px;
  float: left;
}
.sidr-class-input-wrapper.input-icon button,
.input-wrapper.input-icon button {
  float: right;
  width: 30px;
  height: 100%;
  background-size: auto 50%;
  cursor: pointer;
}
.select {
  margin: 0 0 5px 0;
  width: 100%;
  padding: 8px;
  border: 1px solid #aaaaaa;
  color: #034ea2;
}
.content-wrapper .select {
  border-color: #e2e2e2 #e2e2e2 #eeeeee #eeeeee;
}
.select.wide {
  width: 350px;
}
.select-wrapper {
  max-width: 205px;
  min-width: 170px;
  position: relative;
}
.select-wrapper:after {
  content: url('/Themes/ISI/Content/images/cta-arrow-load-more-desktop.svg');
  position: absolute;
  width: 9px;
  right: 5px;
  top: 0px;
}
#Enquiry {
  width: 90%;
  height: 200px;
  color: #034ea2;
}
button.btn,
button.sidr-class-btn {
  padding: 10px 0 9px;
  margin-bottom: 10px;
  margin-top: 10px;
}
a.btn,
a.sidr-class-btn {
  height: 38px;
  line-height: 38px;
}
.btn,
.sidr-class-btn {
  display: block;
  width: 100%;
  max-width: 212px;
  text-align: center;
  text-decoration: none;
  font-family: 'DINWebPro-Regular', Arial, sans-serif;
  color: white;
  border: 0;
  background-color: #034ea2;
  cursor: pointer;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  font-size: 1rem;
  font-weight: 900;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  padding: 0 9px;
  outline: none;
  height: 38px;
  -webkit-appearance: none;
}
@media (max-width: 600px) {
  .btn,
  .sidr-class-btn {
    width: 100%;
    max-width: none;
  }
}
.btn:hover,
.sidr-class-btn:hover {
  background: #034ea2;
  opacity: 0.8;
}
.btn:focus,
.sidr-class-btn:focus {
  box-shadow: 0 0 4px 1px rgba(0, 160, 80, 0.7);
}
.form-message {
  font-size: 16px;
  font-family: 'DINWebPro-Medium', Helvetica, Arial, sans-serif;
  color: #434343;
}
#TopMenu {
  background: #f2f5f8;
  position: relative;
  /* sections */

}
@media (max-width: 745px) {
  #TopMenu {
    height: 50px;
    background-position: -25px 50px;
  }
}
#TopMenu #top-nav-wrapper {
  color: #333333;
  position: fixed;
  z-index: 2000;
  width: 100%;
  height: 50px;
  top: 0;
  text-align: center;
  background-color: #f2f5f8;
  max-width: 1920px;
}
#TopMenu #top-nav-wrapper #top-nav-wrapper-container {
  max-width: 1470px;
}
@media (max-width: 1470px) {
  #TopMenu #top-nav-wrapper #top-nav-wrapper-container {
    padding: 0 10px;
  }
}
#TopMenu #top-nav-wrapper #search-box:before {
  font: normal normal normal 16px FontAwesome;
  content: "\f002";
  color: white;
}
#TopMenu #customerCurrencyUl a {
  color: #034ea2 !important;
}
#TopMenu #customerCurrencyUl a:hover {
  color: #001f5f;
}
#TopMenu #TaxTypeList {
  padding-left: 0 !important;
  list-style: none;
  display: inline-flex;
}
#TopMenu #TaxTypeList .tool-link {
  vertical-align: initial;
}
#TopMenu #TaxTypeList .fa {
  color: white;
  padding-left: 10px;
}
#TopMenu .wishlist-header {
  display: none;
}
#content-wrapper {
  padding-top: 0;
  background-color: white;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}
#content-wrapper .container {
  max-width: 1470px;
}
@media (max-width: 1470px) {
  #content-wrapper .container {
    padding: 0 10px;
  }
}
#content-wrapper .row-aside #suggestionboxcontainer {
  display: none;
}
#content-wrapper #inGridOrLines {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
#content-wrapper #inGridOrLines .row-aside {
  flex: 1;
}
#content-wrapper #inGridOrLines .row-aside #suggestionboxcontainer {
  display: block;
}
#content-wrapper #inGridOrLines .row-aside #suggestionboxcontainer input,
#content-wrapper #inGridOrLines .row-aside #suggestionboxcontainer .btn {
  margin: 0 auto;
}
@media (max-width: 1160px) {
  #content-wrapper #inGridOrLines .row-aside {
    display: block;
    width: 100%;
    clear: both;
  }
}
#content-wrapper #inGridOrLines a {
  text-decoration: none;
}
#content-wrapper #inGridOrLines .ProductTitle {
  color: black;
  text-transform: uppercase;
}
#content-wrapper #inGridOrLines .row-content {
  width: 100%;
  flex: 5;
}
#content-wrapper #inGridOrLines .product-viewmode,
#content-wrapper #inGridOrLines .product-sorting {
  display: none;
}
#content-wrapper .product-grid {
  padding: 0;
  width: 100%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  box-sizing: border-box;
}
@media (max-width: 1160px) {
  #content-wrapper .product-grid {
    display: inline-block;
  }
  #content-wrapper .product-grid #producttagcontainer {
    display: none;
  }
}
#content-wrapper .product-grid .square-box,
#content-wrapper .product-grid #producttagcontainer {
  box-sizing: border-box;
  width: 25%;
  float: left;
  padding: 10px 10px;
  position: relative;
  background: white;
}
#content-wrapper .product-grid .square-box .content-wrapper,
#content-wrapper .product-grid #producttagcontainer .content-wrapper {
  margin-right: 0;
  background: white;
  text-align: left;
  font-size: 16px;
}
#content-wrapper .product-grid .square-box .content-wrapper .tags,
#content-wrapper .product-grid #producttagcontainer .content-wrapper .tags {
  display: inline-grid;
  padding-left: 20px;
}
#content-wrapper .product-grid .square-box .content-wrapper .tags span a,
#content-wrapper .product-grid #producttagcontainer .content-wrapper .tags span a {
  line-height: 30px;
  color: dodgerblue;
}
#content-wrapper .product-grid .square-box .image,
#content-wrapper .product-grid #producttagcontainer .image {
  height: auto;
}
#content-wrapper .product-grid .square-box a &gt; img,
#content-wrapper .product-grid #producttagcontainer a &gt; img {
  height: auto;
  width: 70%;
}
#content-wrapper .product-grid .square-box a &gt; img:hover,
#content-wrapper .product-grid #producttagcontainer a &gt; img:hover {
  opacity: 0.8;
}
@media (max-width: 1160px) {
  #content-wrapper .product-grid .square-box,
  #content-wrapper .product-grid #producttagcontainer {
    width: 25%;
  }
}
@media (max-width: 480px) {
  #content-wrapper .product-grid .square-box,
  #content-wrapper .product-grid #producttagcontainer {
    width: 50%;
  }
}
.customer .container .row,
.contactus .container .row {
  margin: 0 15%;
  width: auto;
}
@media (max-width: 1160px) {
  .customer .container .row,
  .contactus .container .row {
    margin: 0 20px;
  }
}
.customer .row-aside.twocolumn,
.contactus .row-aside.twocolumn {
  margin-top: 68px;
}
.customer #newslettercontainer,
.contactus #newslettercontainer {
  margin-top: 29px;
}
.producttag .page-title h1 {
  border: none;
}
.producttag .row-aside {
  display: none;
}
@media (max-width: 1160px) {
  .producttag .row-aside {
    display: block;
    width: 100%;
  }
}
.producttag .row-content {
  width: 100%;
}
.row-aside #producttagcontainer {
  position: relative;
  display: block;
  width: 100%;
  float: none;
  padding-left: 10px;
  padding-right: 20px;
  box-sizing: border-box;
}
@media (max-width: 745px) {
  .row-aside #producttagcontainer {
    visibility: hidden;
    display: none;
  }
}
.row-aside #producttagcontainer .view-all {
  bottom: 0;
  display: inline-block;
  float: left;
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}
.row-aside #producttagcontainer .btn {
  width: auto;
}
.suggestion {
  float: left;
  width: 100%;
  margin-top: 10px;
}
.suggestion hr {
  display: none;
}
@media (max-width: 600px) {
  .suggestion {
    width: 100%;
    box-sizing: border-box;
  }
}
.suggestion .suggestionContent .adminContent .adminData #Description {
  height: 100px;
}
.suggestion .suggestionContent .adminContent .adminData #Title,
.suggestion .suggestionContent .adminContent .adminData #Description,
.suggestion .suggestionContent .adminContent .adminData #Status {
  width: 90%;
}
.suggestion .suggestionContent #article tbody &gt; tr:nth-child(2) .btn {
  background: transparent none no-repeat scroll 0 0;
  border: none;
  width: 120px;
  color: #035ba6;
  text-align: left;
  display: inline-block;
  text-transform: initial;
  text-shadow: none;
  font-weight: 400;
  font-family: 'DINWebPro-Regular', Arial, sans-serif;
  box-shadow: none;
}
.suggestion .suggestionContent #article tbody &gt; tr:nth-child(2) #suggestionlikeicon {
  vertical-align: middle;
  border: none;
  color: #035ba6;
  background-color: transparent;
  font-weight: 400;
  cursor: pointer;
}
.suggestion .suggestionContent #article tbody &gt; tr:nth-child(2) td {
  vertical-align: middle;
}
.suggestion .suggestionContent #article .delete-or-back .btn {
  display: inline-block;
}
.suggestion .suggestionContent .teaser {
  border: 1px solid #dddddd;
  padding: 10px;
  margin: 10px;
  box-sizing: border-box;
  overflow: hidden;
}
.suggestion .suggestionContent .teaser &gt; p {
  float: left;
  width: 80%;
  margin: 0;
}
.suggestion .suggestionContent .teaser p &gt; a.btn {
  background: transparent none no-repeat scroll 0 0;
  border: none;
  width: 150px;
  color: #035ba6;
  text-align: left;
  display: inline-block;
  text-transform: initial;
  text-shadow: none;
  font-weight: 400;
  font-family: 'DINWebPro-Regular', Arial, sans-serif;
  box-shadow: none;
}
.suggestion .suggestionContent .teaser p &gt; a.btn:hover {
  color: #0476d8;
}
.suggestion .suggestionContent .teaser .controlls {
  float: right;
  border: none;
  padding: 0;
  min-width: 150px;
}
.suggestion .suggestionContent .teaser .controlls .block-suggestion-votes {
  text-align: right;
}
.suggestion .suggestionContent .teaser .controlls .block-suggestion-votes .title {
  display: none;
}
.suggestion .suggestionContent .teaser .controlls .block-suggestion-votes .listbox .btn {
  background: transparent none no-repeat scroll 0 0;
  border: none;
  max-width: 100px;
  font-weight: 400;
  color: #035ba6;
  text-align: right;
  display: inline-block;
  text-transform: initial;
  text-shadow: none;
  font-family: 'DINWebPro-Regular', Arial, sans-serif;
  box-shadow: none;
}
.suggestion .suggestionContent .teaser .controlls .block-suggestion-votes .listbox #suggestionlikeicon {
  position: relative;
  display: inline-block;
  text-align: right;
  border: none;
  vertical-align: middle;
  background: none;
  color: #035ba6;
  font-weight: 400;
  cursor: pointer;
}
.suggestion .suggestionContent .teaser .controlls .block-suggestion-votes .listbox .btn:hover,
.suggestion .suggestionContent .teaser .controlls .block-suggestion-votes .listbox #suggestionlikeicon:hover {
  color: #0476d8;
}
#suggestionboxcontainer {
  width: 100%;
}
#suggestionboxcontainer .view-all {
  bottom: 0;
  display: inline-block;
  float: left;
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}
#suggestionboxcontainer .view-all .btn {
  width: auto;
  margin-bottom: 10px;
}
#suggestionboxcontainer a {
  text-decoration: none;
}
#suggestionboxcontainer #suggestionlikeicon {
  visibility: collapse;
  display: none;
}
/* top nav */

#logo {
  display: block;
  width: 210px;
  height: 46px;
  background-image: url('/Themes/ISI/Content/images/headerlogo.svg');
  background-position: center;
  background-repeat: no-repeat;
  float: left;
  z-index: 2001;
  margin-left: 8px;
  margin-right: 36px;
}
@media (max-width: 745px) {
  #logo {
    background-image: url('/Themes/ISI/Content/images/headerlogo.svg');
    display: block;
    float: none;
    height: 45px;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    top: 0;
    width: 30vw;
    z-index: 100;
    background-size: contain;
    /*background-image: @header-logo-mobile-url;
  		height: 34px;
  		position: absolute;
  		z-index: 0;
  		float: none;
  		display:block;
  		margin:0 auto;*/
  
  }
}
#top-nav-menu {
  width: 100%;
  display: table;
  table-layout: auto;
  margin-top: 0;
  padding: 0;
  margin-bottom: 0;
}
#top-nav-menu li a {
  color: #034ea2;
  line-height: 50px;
}
#top-nav-menu .tool-item {
  display: table-cell;
  margin-right: 12px;
  white-space: nowrap;
  vertical-align: middle;
  /*&amp;.filler {
			width: 100%;
		}*/

}
#top-nav-menu .tool-item.filler {
  width: 100%;
}
#top-nav-menu .tool-item.tool-item-language {
  visibility: collapse;
  display: none;
}
#top-nav-menu .tool-item .tool-link,
#top-nav-menu .tool-item #adminHeader {
  display: table-cell;
  font-size: 14px;
  text-decoration: none;
  vertical-align: middle;
  font-family: 'DINWebPro-Medium', Helvetica, Arial, sans-serif;
}
#top-nav-menu .tool-item .tool-link.wishlist,
#top-nav-menu .tool-item #adminHeader.wishlist {
  padding-right: 25px;
}
#top-nav-menu .tool-item .tool-link.wishlist .wishlist-qty::before,
#top-nav-menu .tool-item #adminHeader.wishlist .wishlist-qty::before {
  font: normal normal normal 20px FontAwesome;
  padding: 10px;
  padding-right: 5px;
  content: "\f08a";
}
#top-nav-menu .tool-item .tool-link.logout,
#top-nav-menu .tool-item #adminHeader.logout {
  margin-left: 20px;
}
#top-nav-menu .tool-item .tool-link em,
#top-nav-menu .tool-item #adminHeader em,
#top-nav-menu .tool-item .tool-link:hover,
#top-nav-menu .tool-item #adminHeader:hover,
#top-nav-menu .tool-item .tool-link:active,
#top-nav-menu .tool-item #adminHeader:active {
  color: #001f5f;
}
#top-nav-menu .tool-item .tool-link span,
#top-nav-menu .tool-item #adminHeader span {
  height: 100%;
}
#top-nav-menu .tool-item .tool-link span + i,
#top-nav-menu .tool-item #adminHeader span + i {
  display: inline-block;
  padding-right: 0;
  margin-right: 7px;
}
#top-nav-menu .tool-item .tool-link i,
#top-nav-menu .tool-item #adminHeader i {
  float: none;
  vertical-align: middle;
}
#top-nav-menu .tool-item.tool-item-cart {
  padding-right: 25px;
}
#top-nav-menu .tool-item.tool-item-cart .tool-link:first-child::before {
  font: normal normal normal 20px FontAwesome;
  padding: 10px;
  padding-right: 0;
  content: "\f07a";
}
#top-nav-menu .tool-item.tool-item-cart .icon-cart {
  display: none;
}
#top-nav-menu .tool-item.tool-item-register span {
  padding-right: 12px;
}
#top-nav-menu .tool-item.left {
  text-align: left;
  float: none;
  padding-right: 28px;
  background: none;
}
#top-nav-menu .tool-item.right {
  text-align: right;
  float: none;
}
#top-nav-menu .tool-item.icon {
  padding-left: 20px;
  margin-right: 0;
}
#top-nav-menu .tool-item.icon a {
  padding: 0 4px;
}
#top-nav-menu .tool-item.dropdown {
  position: relative;
}
#top-nav-menu .tool-item.dropdown #cart-overview {
  background-color: white;
  width: 500px;
}
#top-nav-menu .tool-item.dropdown #cart-overview #flyout-cart h2 {
  display: block;
  font-size: 20px;
  line-height: 22px;
  padding-bottom: 0;
  text-align: left;
}
#top-nav-menu .tool-item.dropdown #cart-overview #flyout-cart .error {
  color: red;
}
#top-nav-menu .tool-item.dropdown #cart-overview #flyout-cart .cart-table {
  width: 100%;
}
#top-nav-menu .tool-item.dropdown #cart-overview #flyout-cart .cart-table .th {
  color: #333333;
  font-family: 'DINWebPro-Regular', Arial, sans-serif;
  font-weight: 400;
}
#top-nav-menu .tool-item.dropdown #cart-overview #flyout-cart .cart-table .td {
  color: #333333;
  vertical-align: middle;
  font-family: 'DINWebPro-Bold', Arial, "Helvetica Neue", Helvetica, sans-serif;
}
#top-nav-menu .tool-item.dropdown #cart-overview #flyout-cart .cart-table .col-1 {
  width: 80px;
  max-width: 80px;
}
#top-nav-menu .tool-item.dropdown #cart-overview #flyout-cart .cart-table .col-2 {
  width: 260px;
  max-width: 240px;
  white-space: normal;
}
#top-nav-menu .tool-item.dropdown #cart-overview #flyout-cart .cart-table .col-2 a {
  line-height: 22px;
}
#top-nav-menu .tool-item.dropdown #cart-overview #flyout-cart .cart-table .col-3 {
  width: 130px;
  max-width: 150px;
  white-space: normal;
}
#top-nav-menu .tool-item.dropdown #cart-overview #flyout-cart .cart-table .col-4 {
  width: 70px;
  max-width: 70px;
  padding-left: 10px;
}
#top-nav-menu .tool-item.dropdown #cart-overview #flyout-cart .cart-table .image {
  float: left;
  width: 67px;
  height: 67px;
}
#top-nav-menu .tool-item.dropdown #cart-overview #flyout-cart .cart-table .image img {
  width: 100%;
  height: 100%;
  display: inline;
}
#top-nav-menu .tool-item.dropdown #cart-overview #flyout-cart .cart-table .details {
  margin-right: 12px;
}
#top-nav-menu .tool-item.dropdown #cart-overview #flyout-cart .cart-table .details a {
  color: #034ea2 !important;
  text-decoration: none;
}
#top-nav-menu .tool-item.dropdown #cart-overview #flyout-cart .cart-table .details a:hover {
  color: #001f5f !important;
}
#top-nav-menu .tool-item.dropdown #cart-overview #flyout-cart .cart-table .quantity {
  width: 40px;
  height: 26px;
  border: 1px solid white;
  font-size: 12px;
  text-align: center;
}
#top-nav-menu .tool-item.dropdown #cart-overview #flyout-cart .cart-table .btn {
  max-width: 170px;
}
#top-nav-menu .tool-item.dropdown #cart-overview #flyout-cart .cart-table .tfoot .tr {
  display: flex;
}
#top-nav-menu .tool-item.dropdown #cart-overview #flyout-cart .cart-table .tfoot .tr .td {
  border-bottom: none;
}
#top-nav-menu .tool-item.dropdown #cart-overview #flyout-cart .cart-table .tfoot .tr .col-2 {
  order: 3;
}
#top-nav-menu .tool-item.dropdown #cart-overview #flyout-cart .cart-table .tfoot .tr .col-2 br {
  display: none;
}
#top-nav-menu .tool-item.dropdown #cart-overview #flyout-cart .cart-table .tfoot .tr .col-3 {
  order: 2;
}
#top-nav-menu .tool-item.dropdown.active .dropdown-box {
  text-align: left;
  display: block;
  color: #a7a9ac;
  background-color: white;
  position: absolute;
  right: 0;
  padding: 10px 10px 20px;
  font-size: 12px;
  box-shadow: 4px 4px 4px #555555;
}
#top-nav-menu .tool-item.dropdown.active .dropdown-box .dropdown-box-container {
  margin: 0 15px;
}
#top-nav-menu .tool-item.dropdown.active .dropdown-box .dropdown-box-container a {
  color: #034ea2 !important;
}
#top-nav-menu .tool-item.dropdown.active .dropdown-box .dropdown-box-container a:hover {
  color: #001f5f !important;
}
#top-nav-menu .tool-item.dropdown.active .dropdown-box.list {
  padding: 0;
  right: auto;
}
#top-nav-menu .tool-item.dropdown.active .dropdown-box.list .dropdown-box-container {
  margin: 0;
}
#top-nav-menu .tool-item.dropdown.active .dropdown-box.list ul {
  min-width: 160px;
  border-top: 1px solid #616264;
  list-style: none;
  list-style-type: none;
}
#top-nav-menu .tool-item.dropdown.active .dropdown-box.list ul li {
  margin: 0;
  display: block;
  width: auto;
  list-style: none;
  list-style-type: none;
  padding-left: 0;
}
#top-nav-menu .tool-item.dropdown.active .dropdown-box.list ul li a {
  /*border-top: 1px solid #6c6e70;*/
  display: block;
  color: inherit;
  text-decoration: none;
  /*text-indent: 12px;*/
  height: 28px;
  line-height: 28px;
  font-weight: 100;
}
#top-nav-menu .tool-item.dropdown.active .dropdown-box.list ul li a:hover {
  color: #001f5f;
}
#top-nav-menu .tool-item.dropdown.active .dropdown-box.list ul li:first-child a {
  border: 0;
}
#top-nav-menu .tool-item.dropdown .title {
  text-transform: uppercase;
  font-size: 12px;
}
#top-nav-menu .tool-item.dropdown hr {
  border-top: 1px solid #808285;
}
#top-nav-menu .tool-item.dropdown .form-item-block {
  width: 212px;
  height: 39px;
  margin-bottom: 16px;
}
#top-nav-menu .tool-item.dropdown .form-item-block:first-child {
  padding-right: 22px;
}
#top-nav-menu .tool-item.dropdown .table.separated-rows .th {
  border-top: 1px solid #808285;
  border-bottom: 1px solid #808285;
  padding-top: 10px;
}
#top-nav-menu .tool-item.dropdown .table.separated-rows .td {
  border-bottom: 1px solid #808285;
}
#top-nav-menu .tool-item.dropdown .scrollable-area {
  max-height: 263px;
  overflow-x: auto;
  overflow-y: scroll;
  border-bottom: 1px solid #808285;
  /*.cart-table {
					width: 341px;
					.col-4 { width: 29px; }
					.tr:last-child .td {
						border-bottom: 0;
					}
				}*/

}
#top-nav-menu .tool-item .dropdown-box {
  display: none;
}
/* header */

#header-wrapper {
  margin-top: 50px;
  background-position: 50% 0;
  background-size: auto 100%;
  background-color: white;
}
@media (max-width: 745px) {
  #header-wrapper {
    margin-top: 0;
    background-image: none;
  }
  #header-wrapper #search-box {
    display: none !important;
  }
}
#header-wrapper #search-box {
  float: right;
  display: block;
  width: 187px;
  margin-left: 20px;
}
#header-wrapper #search-box form {
  width: 187px;
  position: absolute;
  font-size: 14px;
  color: #212721;
  height: 37px;
  -webkit-transition: max-height 0.3s;
  -moz-transition: max-height 0.3s;
  transition: max-height 0.3s;
  background-color: #f2f5f8;
  margin-top: 5px;
}
#header-wrapper #search-box form:active,
#header-wrapper #search-box form:hover {
  display: block;
  max-height: 100%;
  -webkit-transition: max-height 0.1s;
  -moz-transition: max-height 0.1s;
  transition: max-height 0.1s;
  height: auto;
  overflow: hidden;
  z-index: 130;
  background-color: #e6edf7;
}
#header-wrapper #search-box .input-wrapper-search button:before {
  font: normal normal normal 20px FontAwesome;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  content: "\f002";
  color: #034ea2;
  line-height: 40px;
}
#header-wrapper #search-box .input-wrapper-search button {
  color: white;
  height: 40px;
  top: -1px;
  position: absolute;
  right: 0;
}
#header-wrapper #search-box #searchterms {
  color: #034ea2 !important;
  margin-top: 10px !important;
  box-shadow: none;
  width: 100% !important;
  background-color: transparent !important;
  border: none !important;
  height: auto !important;
}
#header-wrapper #productmenuwrapper {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0);
}
#header-wrapper .container {
  max-width: 1470px;
}
#header-wrapper .container #header-menu-container {
  position: relative;
}
@media (max-width: 745px) {
  #header-wrapper {
    padding: 0;
    position: fixed;
    width: 100%;
    z-index: 40000;
    margin-top: 0px;
    padding-top: 0;
    min-height: 40px;
    top: 0;
  }
  #header-wrapper .container {
    margin-left: auto;
    margin-right: auto;
    width: inherit;
    margin-top: 0;
    text-align: center;
    height: 45px;
    background-color: #f2f5f8;
    /*#logo {
  				&amp;.a {
  					background-image: @header-logo-url;
  					width: @header-logo-width;
  					height: @header-logo-height;
  				}
  
  				z-index: 5000;
  				margin: 0;
  				border: 0;
  				display: inline-block;
  				text-align: center;
  				width: 44px;
  				padding: 0;
  			}*/
  
  }
}
#header-wrapper #header-menu {
  display: table;
  width: auto;
  float: left;
  padding: 0;
  background-color: rgba(255, 255, 255, 0);
  margin: 0 auto;
  /*
            .categories {
                li::before {
                    display: none;
                    font: normal;
                    margin-right: 0;
                    width: 0;
                    height: 0;
                    color: white;
                    padding: 0;
                }
            }

            li::before {
                font: normal normal normal 16px FontAwesome;
                margin-right: 15px;
                width: 32px;
                height: 32px;
                background-color: @top-nav-bg-color;
                color: white;
                padding: 15px;
            }

            li:nth-child(2)::before {
                content: "\f225";
            }

            li:nth-child(3)::before {
                content: "\f182";
            }

            li:nth-child(4)::before {
                content: "\f183";
            }

            li:nth-child(5)::before {
                content: "\f0b1";
            }

            li:nth-child(6)::before {
                content: "\f0a1";
            }
            */

}
#header-wrapper #header-menu .productheader {
  display: none;
}
@media (max-width: 1160px) {
  #header-wrapper #header-menu {
    width: 100%;
  }
}
#header-wrapper #header-menu &gt; li {
  display: table-cell;
  position: relative;
  border-bottom: 5px solid white;
  /*&amp;::after {
                content: "";
                line-height: 0;
                z-index: 0;
                -webkit-transform: skew(-22.7deg,0);
                -moz-transform: skew(-22.7deg,0);
                -o-transform: skew(-22.7deg,0);
                transform: skew(-22.7deg,0);
                position: absolute;
                top: 0;
                bottom: 0;
                left: 0;
                right: 0;
                width: 100%;
                height: 100%;
                backface-visibility: visible;
                background-image: linear-gradient(180deg,#0266b0,#09428f);
                -webkit-transform-style: flat;
                transform-style: flat;
                border-left: 1px solid #063871;
                border-right: 1px solid #063871;
            }*/

}
#header-wrapper #header-menu &gt; li.section {
  width: auto;
  height: 54px;
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
#header-wrapper #header-menu &gt; li a {
  display: inline-block;
  font-family: 'DINWebPro-Light', 'Helvetica', Arial, sans-serif;
  font-size: 0.9rem;
  text-align: center;
  line-height: 50px;
  text-decoration: none;
  white-space: nowrap;
  color: #333333;
  /*&amp;:hover, &amp;:active, &amp;.active, &amp;.hover {
					background: @header-menu-active-bg;
					color: @header-text-color-hover;
				}*/
  padding-left: 10px;
  padding-right: 10px;
  background-color: transparent;
  z-index: 120;
  position: relative;
  font-weight: 900;
}
#header-wrapper #header-menu &gt; li .categories {
  display: none;
  position: absolute;
  z-index: 1000;
  background-color: white;
  padding: 0 10px 10px;
  min-width: 450px;
  height: auto;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.5);
  width: 450px;
  color: #034ea2;
  padding-top: 20px;
  top: 55px;
}
#header-wrapper #header-menu &gt; li .categories .title {
  display: none;
  visibility: collapse;
}
#header-wrapper #header-menu &gt; li .categories a {
  color: #034ea2;
}
#header-wrapper #header-menu &gt; li .categories a:hover,
#header-wrapper #header-menu &gt; li .categories a:active,
#header-wrapper #header-menu &gt; li .categories a.active,
#header-wrapper #header-menu &gt; li .categories a.hover {
  background: none;
  background-color: none;
}
#header-wrapper #header-menu &gt; li .categories ul {
  margin: 0 !important;
}
#header-wrapper #header-menu &gt; li .categories ul li {
  float: left;
  display: table-cell;
  top: 0;
  width: auto;
  height: 160px;
  background-color: none !important;
  opacity: 0.6;
  transition: 0.3s;
  padding: 0;
  /*&amp;.section-link {
							a {
								color: @header-local-nav-text-color;
								text-transform: uppercase;
							}
						}*/

}
#header-wrapper #header-menu &gt; li .categories ul li:hover {
  background-color: none;
  opacity: 1;
  padding-left: 10px;
}
#header-wrapper #header-menu &gt; li .categories ul li a {
  display: block;
  color: inherit;
  text-decoration: none;
  height: 30px;
  line-height: 25px;
  font-family: 'DINWebPro-Regular', Arial, sans-serif;
  font-size: 14px;
  text-transform: none;
  letter-spacing: 0;
  background-color: none;
}
#header-wrapper #header-menu &gt; li .categories ul li a img {
  /*transition: all 0.5s linear 0s;*/
  transition-property: all;
  transition-duration: 200ms;
  transition-delay: 0ms;
  transition-timing-function: linear;
}
#header-wrapper #header-menu &gt; li .categories ul li a:hover {
  text-decoration: underline;
}
#header-wrapper #header-menu &gt; li .categories ul li a:hover img {
  height: 120px;
  width: 120px;
}
#header-wrapper #header-menu &gt; li .categories ul li a span {
  display: block;
  padding-bottom: 10px;
  margin-bottom: 10px;
  text-indent: 10px;
}
#header-wrapper #header-menu &gt; li .categories ul li a img {
  width: 116px;
  height: 116px;
  margin-right: 10px;
}
#header-wrapper #header-menu &gt; li .categories ul li:nth-child(4n+0) a img,
#header-wrapper #header-menu &gt; li .categories ul li:last-child a img {
  margin-right: 0;
}
#header-wrapper #header-menu &gt; li .categories.help,
#header-wrapper #header-menu &gt; li .categories.approval {
  min-width: 246px;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
}
#header-wrapper #header-menu &gt; li .categories.help ul,
#header-wrapper #header-menu &gt; li .categories.approval ul {
  width: 100%;
}
#header-wrapper #header-menu &gt; li .categories.help ul li,
#header-wrapper #header-menu &gt; li .categories.approval ul li {
  border-bottom: none !important;
  height: 45px !important;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
#header-wrapper #header-menu &gt; li .categories.help ul li a,
#header-wrapper #header-menu &gt; li .categories.approval ul li a {
  text-transform: none !important;
  width: 100%;
  color: #333333 !important;
  line-height: 45px;
  height: 45px;
}
#header-wrapper #header-menu &gt; li .categories.help ul li a:hover,
#header-wrapper #header-menu &gt; li .categories.approval ul li a:hover {
  /*background: @top-nav-active-color;*/
  color: white !important;
}
.ie8 #header-wrapper #header-menu &gt; li .categories {
  width: 490px;
}
#header-wrapper #header-menu &gt; li:hover {
  border-bottom: 5px solid #034ea2;
  /*&amp;::after {
                border-bottom: 1px solid #d7dfe7;
                background: #fff;
                background-image: linear-gradient(180deg,#fff 0,#f6f9fc);
                border-right: 0;
                border-left: 0;
            }*/

}
#local-nav-wrapper {
  max-width: 1470px;
  border: 1px solid #e6edf7;
  background-color: #f2f5f8;
}
@media (max-width: 1160px) {
  #local-nav-wrapper {
    width: 100%;
    margin: 0 auto;
  }
}
#local-nav-wrapper .breadcrumb {
  width: 100%;
  float: left;
  text-indent: 0px;
  padding-left: 10px;
  box-sizing: border-box;
}
@media (max-width: 745px) {
  #local-nav-wrapper .breadcrumb {
    float: none;
    padding-left: 10px;
  }
}
#local-nav-wrapper .breadcrumb li {
  display: inline;
  text-transform: uppercase;
  color: #034ea2;
  font-size: 12px;
}
#local-nav-wrapper .breadcrumb li a {
  text-decoration: none;
  color: inherit;
  line-height: 38px;
}
#local-nav-wrapper .breadcrumb li a:hover {
  text-decoration: underline;
}
#local-nav-wrapper .breadcrumb li:active a {
  color: black;
}
#filter-by {
  background-color: #444345;
  color: #bcbec0;
  width: 240px;
  position: relative;
  float: right;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (max-width: 1160px) {
  #filter-by {
    width: 237px;
    margin-right: 1px;
  }
}
@media (max-width: 745px) {
  #filter-by {
    width: 100%;
    margin-right: 0;
    float: none;
  }
}
#filter-by:hover {
  background-color: #555456;
}
#filter-by .toggle {
  text-transform: uppercase;
  height: 38px;
  line-height: 38px;
  text-indent: 16px;
  background-image: url(../images/icons/icon-filter-open.png);
  background-repeat: no-repeat;
  background-position: 96% 50%;
  cursor: pointer;
}
#filter-by .filters {
  display: none;
  position: absolute;
  width: 100%;
  background-color: #4c4c4e;
  z-index: 1000;
}
@media (max-width: 745px) {
  #filter-by .filters {
    position: relative;
  }
}
#filter-by .filters .group {
  text-transform: uppercase;
  height: 38px;
  line-height: 38px;
  text-indent: 16px;
  border: 1px solid #6e7072;
  border-width: 1px 0px;
}
#filter-by .filters ul {
  margin: 0px;
  -webkit-transition: background-color 0.3s linear;
  -moz-transition: background-color 0.3s linear;
  -o-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
}
#filter-by .filters ul a {
  color: inherit;
  text-decoration: none;
  line-height: 18px;
  display: block;
  padding: 10px 16px;
}
#filter-by .filters ul a:hover {
  color: #dee0e2;
}
#filter-by .filters ul.selected {
  background-color: #f25853;
  -webkit-transition: background-color 0.3s linear;
  -moz-transition: background-color 0.3s linear;
  -o-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
  color: white;
}
#filter-by .filters ul.selected:hover {
  color: #ff7a75;
}
#filter-by.active .toggle {
  background-image: url(../images/icons/icon-filter-close.png);
}
#filter-by.active .filters {
  display: block;
}
/* footer */

#footer-wrapper {
  background: #034ea2;
  color: white;
  /*border-top:1px dotted @footer-bordercolor;
		box-shadow: 0 10px 10px -10px #000000 inset;*/

}
#footer-wrapper h4 {
  margin-bottom: 6px;
  color: white;
  font-size: 1.2rem;
  text-transform: uppercase;
}
#footer-wrapper p {
  margin-bottom: 10px;
  width: 100%;
}
#footer-wrapper .container {
  max-width: 1470px;
  padding: 20px 0;
}
#footer-wrapper .columns {
  width: 100%;
  display: table;
  table-layout: fixed;
}
@media (max-width: 745px) {
  #footer-wrapper .columns {
    display: block;
  }
}
@media (max-width: 600px) {
  #footer-wrapper .columns {
    padding: 0;
  }
}
#footer-wrapper .columns .column {
  display: table-cell;
  vertical-align: top;
  padding: 10px;
}
#footer-wrapper .columns .column a {
  color: white;
}
#footer-wrapper .columns .column a .hover,
#footer-wrapper .columns .column a:hover {
  color: white;
}
#footer-wrapper .columns .column .footer-banner .footer-banner-mobile {
  display: none;
}
@media (max-width: 745px) {
  #footer-wrapper .columns .column .footer-banner .footer-banner-mobile {
    display: block;
  }
  #footer-wrapper .columns .column .footer-banner .footer-banner-full {
    display: none;
  }
}
#footer-wrapper .columns .column .footer-banner .footer-banner-mobile {
  display: none;
}
@media (max-width: 745px) {
  #footer-wrapper .columns .column .footer-banner .footer-banner-mobile {
    display: block;
  }
  #footer-wrapper .columns .column .footer-banner .footer-banner-full {
    display: none;
  }
}
#footer-wrapper .columns .column #newsletter-subscribe-button-front {
  background-color: #e60b0b;
}
#footer-wrapper .columns .column .column-4 {
  max-width: 1470px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  /*border-right: 1px solid @footer-bordercolor;*/
  overflow: auto;
}
@media (max-width: 1160px) {
  #footer-wrapper .columns .column .column-4 {
    border: 0;
    /*border-bottom: 1px solid @footer-bordercolor;*/
    width: 100%;
  }
}
#footer-wrapper .columns .column .column-4 #newsletter-subscribe-button-front {
  width: 150px;
  background-color: #e60b0b;
}
#footer-wrapper .columns .column .column-4 .grid-4 {
  width: 25%;
  float: left;
  min-height: 210px;
}
@media (max-width: 1160px) {
  #footer-wrapper .columns .column .column-4 .grid-4 {
    padding-left: 2%;
    box-sizing: border-box;
    width: 50%;
  }
}
@media (max-width: 745px) {
  #footer-wrapper .columns .column .column-4 .grid-4 {
    text-align: center;
  }
  #footer-wrapper .columns .column .column-4 .grid-4 h4 {
    font-size: 16px;
  }
  #footer-wrapper .columns .column .column-4 .grid-4 a {
    font-size: 13px;
  }
  #footer-wrapper .columns .column .column-4 .footer-banner &gt; br {
    display: none;
  }
}
@media (max-width: 600px) {
  #footer-wrapper .columns .column .column-4 .grid-4 {
    width: 100%;
    min-height: 0;
    height: auto;
    text-align: left;
  }
  #footer-wrapper .columns .column .column-4 .grid-4 h4 {
    text-align: left;
    border-top: 1px solid #eeeeee;
    padding-top: 1em;
    position: relative;
  }
  #footer-wrapper .columns .column .column-4 .grid-4 h4:after {
    display: inline-block;
    font: normal normal normal 16px 'FontAwesome';
    content: '\f107';
    position: absolute;
    right: 1em;
    top: 50%;
  }
  #footer-wrapper .columns .column .column-4 .grid-4 .toggle-hide {
    display: none;
  }
}
#footer-wrapper .columns .column .column-4 a {
  color: white;
}
@media (max-width: 745px) {
  #footer-wrapper .columns .column.column-2 {
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    width: auto;
    margin-bottom: 15px;
  }
}
#footer-wrapper .columns .column.column-3 img {
  margin-bottom: 7px;
}
@media (max-width: 745px) {
  #footer-wrapper .columns .column.column-3 {
    width: auto;
  }
}
@media (max-width: 745px) {
  #footer-wrapper .columns .column {
    display: block;
  }
}
#footer-wrapper .newsletter .input-wrapper {
  width: 212px;
}
#footer-wrapper .newsletter .form-message {
  width: 212px;
}
@media (max-width: 745px) {
  #footer-wrapper p {
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
  }
  #footer-wrapper h4 {
    text-align: center;
  }
  #footer-wrapper .input-wrapper {
    margin-right: auto;
    margin-left: auto;
  }
  #footer-wrapper button {
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 600px) {
  #footer-wrapper .input-wrapper {
    margin-right: auto;
    margin-left: auto;
    width: 212px;
  }
  #footer-wrapper button {
    margin-right: auto;
    margin-left: auto;
    width: 212px;
  }
}
/* footer nav */

#footer-nav-wrapper {
  background: #034ea2;
  color: white;
  width: 100%;
  clear: both;
  bottom: 0;
  position: relative;
  box-sizing: border-box;
  height: 100px;
}
#footer-nav-wrapper .container {
  height: auto;
}
#footer-nav-wrapper .container #footerbottom {
  margin-top: 10px;
}
#footer-nav-wrapper .container #footerbottom .footer-link {
  text-align: center;
}
#footer-nav-wrapper .footer-link a {
  color: white;
}
#footer-nav-wrapper .socialMediaText {
  font-size: 0.7em;
}
@media (max-width: 745px) {
  #footer-nav-wrapper {
    padding: 10px 0;
  }
}
@media (max-width: 600px) {
  #footer-nav-wrapper {
    padding: 10px 10px;
  }
}
#footer-nav-wrapper .footerLinks {
  overflow: hidden;
  display: inline-block;
}
#footer-nav-wrapper ul {
  width: auto;
  text-align: center;
  padding: 0;
}
#footer-nav-wrapper ul li {
  float: left;
  margin-right: 25px;
  line-height: 20px;
  list-style: none;
}
#footer-nav-wrapper ul li.fa::before {
  margin-right: 5px !important;
}
@media (max-width: 745px) {
  #footer-nav-wrapper ul li {
    height: 20px;
    line-height: 20px;
  }
}
#footer-nav-wrapper ul li a {
  font-size: 1em;
  color: white;
  text-decoration: none;
  font-family: 'DINWebPro-Regular', Arial, sans-serif;
}
#footer-nav-wrapper ul li a:hover {
  text-decoration: underline;
}
@media (max-width: 1160px) {
  #footer-nav-wrapper {
    height: 75px;
  }
}
@media (max-width: 745px) {
  #footer-nav-wrapper {
    height: 50px;
  }
}
@media (max-width: 600px) {
  #footer-nav-wrapper {
    background: none;
    height: auto;
  }
}
#compact-menu,
.compact-menu,
.compact-heading {
  display: none;
}
.show-narrow,
.sidr-class-show-narrow {
  display: none;
}
@media (max-width: 600px) {
  .show-narrow,
  .sidr-class-show-narrow {
    display: block;
  }
}
.show-narrow-inline,
.sidr-class-show-narrow-inline {
  display: none;
}
@media (max-width: 600px) {
  .show-narrow-inline,
  .sidr-class-show-narrow-inline {
    display: inline;
  }
}
.hide-narrow,
.sidr-class-hide-narrow {
  display: block;
}
@media (max-width: 600px) {
  .hide-narrow,
  .sidr-class-hide-narrow {
    display: none;
  }
}
.show-medium,
.sidr-class-show-medium {
  display: none;
}
@media (max-width: 745px) {
  .show-medium,
  .sidr-class-show-medium {
    display: block;
  }
}
.show-medium-inline,
.sidr-class-show-medium-inline {
  display: none;
}
@media (max-width: 745px) {
  .show-medium-inline,
  .sidr-class-show-medium-inline {
    display: inline;
  }
}
.hide-medium,
.sidr-class-hide-medium {
  display: block;
}
@media (max-width: 745px) {
  .hide-medium,
  .sidr-class-hide-medium {
    display: none;
  }
}
@media (max-width: 745px) {
  .compact-hide {
    display: none;
  }
  .compact-heading {
    display: block;
  }
  .compact-menu {
    display: inline-block;
    text-decoration: none;
    padding: 5px;
    z-index: 20;
    margin-top: 3px;
    margin-right: 10px;
  }
  .compact-menu.toggle-menu {
    margin-right: 10px;
    margin-left: 10px;
    margin-top: 3px;
  }
  .compact-menu.toggle-cart {
    float: right;
    margin-right: 10px;
    margin-top: 3px;
    position: relative;
  }
  .compact-menu.toggle-cart #cart-amount {
    text-decoration: none;
    border-radius: 90%;
    background-color: white;
    color: #0e236b;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    top: -4px;
    font-size: 10px;
    border: 1px solid #0e236b;
  }
  #top-nav-wrapper,
  #header-menu-container {
    display: none;
  }
  #content-wrapper {
    padding-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 20px;
  }
  #content-wrapper .container {
    padding-right: 5px;
    padding-left: 5px;
    box-sizing: border-box;
  }
}
/*Cookie warning*/

.cc-cookies {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.85);
  color: #ececec;
  height: 26px;
  padding: 0.3em 0.5em;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 2001;
}
.cc-cookies a {
  background: none repeat scroll 0 0 #7daf3b;
  border-radius: 3px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
  color: white !important;
  display: inline-block;
  padding: 0.2em 0.9em;
  text-decoration: none;
  /*text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.35);*/
  transition: background 1.25s ease-in 0s;
}
#landingpage-register {
  float: right;
  margin-right: 200px;
}
#registration ul li {
  list-style: none;
  list-style-type: none;
}
#registration ul li input[type="radio"] {
  -webkit-appearance: radio;
}
#registration .consentDetail th {
  text-align: center;
  color: #333333;
  background-color: #f2f5f8;
}
/* LOGIN */

.login-page .role {
  background-image: url('/Themes/ISI/Responsive/images/icons/iicicon.png');
  background-repeat: no-repeat;
  background-size: 28px;
  background-position-y: 5px;
  background-position-x: 5px;
}
.login-page button {
  float: none !important;
  width: 260px;
  max-width: none;
  text-align: left;
  padding-left: 40px;
}
.login-page .tooltip {
  float: right;
  background-color: #034ea2;
  color: white;
  height: 38px;
  width: 475px;
  padding: 9px;
  opacity: 0;
  transition-timing-function: ease;
  transition: opacity 0.5s;
  padding-right: 0px;
}

/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com 
  ---------------------------------------------------*/

/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com 
  ---------------------------------------------------*/
/* variables */
/* mixins */
.start .topic {
  text-align: center;
}
.content-tabs {
  background-color: black;
  height: 46px;
  margin-bottom: 1px;
}
@media (max-width: 745px) {
  .content-tabs {
    margin-right: 0;
  }
}
@media (max-width: 600px) {
  .content-tabs {
    margin: 0 0 8px;
    overflow: visible;
    height: auto;
  }
  .content-tabs:hover {
    overflow: visible;
  }
}
.content-tabs li {
  float: left;
  list-style: none;
}
@media (max-width: 600px) {
  .content-tabs li {
    float: none;
  }
}
.content-tabs li a {
  font-family: 'DINWebPro-Bold', Arial, "Helvetica Neue", Helvetica, sans-serif;
  display: block;
  line-height: 46px;
  background-color: black;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0 12px;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}
@media (max-width: 600px) {
  .content-tabs li a {
    border: 0;
    border-bottom: 1px solid white;
  }
}
.content-tabs li a:hover {
  color: #aaaaaa;
}
.content-tabs li a.active {
  background-color: #f0f0f0;
  color: black;
}
@media (max-width: 600px) {
  .content-tabs li a.active {
    padding-bottom: 0;
  }
}
.content-tabs li:first-child a {
  border-left: 0;
}
.content-tab-pages {
  margin-bottom: 8px;
}
.content-tab-pages .content-tab-page {
  display: none;
}
.content-tab-pages .content-tab-page:first-child {
  display: block;
}
@media (max-width: 745px) {
  .content-tab-pages {
    margin-right: 0;
  }
}
.content-wrapper {
  color: #333333;
  font-size: 1rem;
  background: white;
  border: 1px solid #d9dcdf;
  padding: 10px;
}
.content-wrapper hr {
  border-top: 2px solid white;
}
.row-content .content-wrapper {
  margin-right: 8px;
}
@media (max-width: 1160px) {
  .row-content .content-wrapper {
    width: 100%;
  }
}
#cart .row-content .content-wrapper {
  width: 100%;
}
.row-aside .content-wrapper {
  width: 100% !important;
}
.content-wrapper .content {
  padding: 0px;
  margin: 0 14px;
  margin-bottom: 10px;
}
.content-wrapper .content p {
  line-height: 1.4;
  margin-bottom: 10px;
}
.content-wrapper .content p.small {
  font-size: 0.8rem;
}
.content .page-body .content-wrapper {
  padding: 10px;
}
#landingpage-login {
  max-width: 241px;
  display: inline;
  float: left;
  margin: 0px 50px 0 0;
}
/* promo-slider */

#promo-slider {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
@media (max-width: 745px) {
  #promo-slider {
    display: none;
  }
}
#promo-slider .item {
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
}
#promo-slider .item:first-child {
  display: block;
}
#promo-slider .item .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#promo-slider .item .image img {
  width: 100%;
  height: 100%;
}
/* Coin slider*/

@media (max-width: 1160px) {
  .coin-slider {
    visibility: collapse;
    height: 0;
  }
}
/* product */

.product-top h1 {
  float: left;
  text-indent: 14px;
  padding-bottom: 0;
  min-width: 192px;
  width: auto;
  display: inline-block;
  padding-right: 20px;
  margin-right: 50px;
}
.productDetailHeader {
  display: none;
}
#product {
  margin-bottom: 30px;
}
#product .product-gallery {
  width: 100%;
  float: left;
  height: auto !important;
}
#product .product-gallery hr {
  display: none;
}
@media (max-width: 1160px) {
  #product .product-gallery {
    width: 100%;
  }
}
@media (max-width: 745px) {
  #product .product-gallery {
    width: 100%;
  }
}
@media (max-width: 600px) {
  #product .product-gallery {
    float: none;
    margin-bottom: 0;
  }
}
@media (max-width: 1160px) {
  #product .product-gallery hr {
    width: 212px;
  }
}
@media (max-width: 745px) {
  #product .product-gallery hr {
    display: none;
  }
}
@media (max-width: 600px) {
  #product .product-gallery hr {
    width: 100%;
  }
}
@media (max-width: 480px) {
  #product .product-gallery hr {
    width: 100%;
  }
}
#product .product-gallery .product-image {
  width: 450px;
  height: 450px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  margin: 0 auto;
}
@media (max-width: 1160px) {
  #product .product-gallery .product-image {
    width: 365px;
    height: 365px;
  }
}
@media (max-width: 745px) {
  #product .product-gallery .product-image {
    width: 80%;
    height: auto;
    float: left;
  }
}
@media (max-width: 480px) {
  #product .product-gallery .product-image {
    width: 100%;
    height: auto;
    display: inline;
  }
}
#product .product-gallery .product-image .zoom-toggle {
  position: absolute;
  z-index: 10;
  bottom: 12px;
  right: 12px;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background-image: url(../images/icons/icon-zoom-in.png);
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: 75%;
  background-position: center;
  cursor: pointer;
}
.ie8 #product .product-gallery .product-image .zoom-toggle {
  background-image: url(../images/icons/small/icon-zoom-in.png);
}
#product .product-gallery .product-image.zoomed-in {
  cursor: crosshair;
}
#product .product-gallery .product-image.zoomed-in .zoom-toggle {
  background-image: url(../images/icons/icon-zoom-out.png);
}
.ie8 #product .product-gallery .product-image.zoomed-in .zoom-toggle {
  background-image: url(../images/icons/small/icon-zoom-out.png);
}
#product .product-gallery .product-image .zoom-area {
  position: absolute;
  width: 100%;
  height: 100%;
}
@media (max-width: 745px) {
  #product .product-gallery .product-image .zoom-area {
    position: relative;
  }
}
#product .product-gallery .product-images {
  position: relative;
}
@media (max-width: 1160px) {
  #product .product-gallery .product-images {
    float: left;
    margin-left: 0px;
    width: 100%;
  }
}
@media (max-width: 745px) {
  #product .product-gallery .product-images {
    float: right;
    width: 19%;
    margin-top: 0px;
  }
}
@media (max-width: 480px) {
  #product .product-gallery .product-images {
    display: inline-block;
    width: 100%;
  }
}
#product .product-gallery .product-images a {
  margin-right: 8px;
  margin-bottom: 8px;
}
@media (max-width: 600px) {
  #product .product-gallery .product-images a {
    margin-right: 6px;
    margin-bottom: 6px;
  }
  #product .product-gallery .product-images a:nth-child(5n+0) {
    margin-right: 0;
  }
}
#product .product-gallery .product-images a img {
  width: 70px;
  height: 70px;
}
@media (max-width: 1160px) {
  #product .product-gallery .product-images a img {
    width: 65px;
    height: 65px;
  }
}
@media (max-width: 600px) {
  #product .product-gallery .product-images a img {
    width: 65px;
    height: 65px;
  }
}
#product .product-gallery .product-images a img:hover {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
}
#product .product-gallery .product-images::after {
  clear: both;
}
#product .product-gallery .picture-thumbs {
  margin-top: 0px;
  padding-left: 10px;
  text-align: center;
}
@media (max-width: 1160px) {
  #product .product-gallery .picture-thumbs {
    margin-top: 10px;
    display: -webkit-inline-box;
    -webkit-padding-start: 0;
  }
}
@media (max-width: 745px) {
  #product .product-gallery .picture-thumbs {
    margin-top: -15px;
    display: block;
  }
}
@media (max-width: 480px) {
  #product .product-gallery .picture-thumbs {
    margin-top: 0px;
    display: block;
  }
}
#product .product-gallery .picture-thumbs li {
  list-style: outside none none;
  display: inline;
}
#product .productleft {
  float: left;
  width: 50%;
  padding: 0 15px 0 0;
}
#product .productleft .producttags-box {
  clear: both;
  width: 100%;
  display: none;
}
@media (max-width: 745px) {
  #product .productleft {
    width: 100%;
    clear: both;
    padding: 10px;
    box-sizing: border-box;
  }
}
#product .productright {
  /*float: right;
        width: 20%;

        @media(max-width:@width-wide) {
            display: none;
        }*/
  display: none;
}
#product .productright #producttagcontainer {
  box-sizing: border-box;
  border: 1px solid lightgray;
  position: relative;
  display: block;
  width: 100%;
}
#product .productright #producttagcontainer .content-wrapper {
  background: white;
  margin: 0;
  height: 300px;
}
#product .productright #producttagcontainer .content-wrapper hr {
  display: none;
}
#product .productright #producttagcontainer .content-wrapper .tags {
  padding-left: 10px;
}
#product .productright #producttagcontainer .content-wrapper .tags span {
  display: block;
}
#product .product-details {
  float: left;
  width: 50%;
  color: #333333;
  font-size: 1rem;
  padding-left: 15px;
}
@media (max-width: 1160px) {
  #product .product-details {
    margin-right: 0;
  }
}
@media (max-width: 745px) {
  #product .product-details {
    width: 100%;
    clear: both;
    padding: 10px;
    box-sizing: border-box;
  }
}
#product .product-details hr:first-child {
  margin-top: 0;
}
#product .product-details #product-details-form {
  padding: 30px;
  background-color: white;
}
#product .product-details #product-details-form .detail-wrapper {
  clear: both;
}
@media (max-width: 745px) {
  #product .product-details #product-details-form .detail-wrapper {
    width: 100%;
  }
}
@media (max-width: 600px) {
  #product .product-details #product-details-form .detail-wrapper {
    margin: 0;
  }
}
#product .product-details #product-details-form .detail-wrapper h3 {
  margin-top: 0;
  text-align: left;
  font-size: 2rem;
}
#product .product-details #product-details-form .detail-wrapper p {
  margin-bottom: 10px;
  color: #333333;
  line-height: 1.3;
  text-align: left;
}
#product .product-details #product-details-form .detail-wrapper .specifications {
  margin-top: 10px;
}
#product .product-details #product-details-form .detail-wrapper .specifications p {
  margin-bottom: 0px;
}
#product .product-details #product-details-form .detail-wrapper select {
  max-width: 205px;
  margin-bottom: 14px;
  padding: 10px;
  min-width: 170px;
  text-align: center;
}
#product .product-details #product-details-form .detail-wrapper .read-more {
  color: #b5b5b5;
  text-decoration: underline;
  font-style: italic;
}
#product .product-details #product-details-form .detail-wrapper .read-more-content {
  display: none;
}
#product .product-details #product-details-form .detail-wrapper .stock,
#product .product-details #product-details-form .detail-wrapper .artno {
  line-height: 1.5;
}
#product .product-details #product-details-form .detail-wrapper .back-in-stock-subscription {
  clear: both;
  margin: 10px 0;
}
#product .product-details #product-details-form .detail-wrapper .back-in-stock-subscription input {
  background: white;
  background: -webkit-linear-gradient(top, white, #dbe4ef);
  background: linear-gradient(180deg, white, #dbe4ef);
  border: 1px solid #bbcbde;
  color: #034ea2;
  cursor: pointer;
  white-space: nowrap;
  text-transform: none;
  margin-top: 0px;
  font-weight: 400;
  font-family: 'DINWebPro-Regular', Arial, sans-serif;
  width: 172px;
  margin-left: 31px;
}
#product .product-details #product-details-form .detail-wrapper .back-in-stock-subscription input:hover {
  background: -webkit-linear-gradient(top, #dbe4ef, white);
  background: linear-gradient(180deg, #dbe4ef, white);
  color: #001f5f;
}
#product .product-details #product-details-form .detail-wrapper br {
  display: none;
}
#product .product-details #product-details-form .detail-wrapper .btn-add-to-wishlist {
  background: white;
  background: -webkit-linear-gradient(top, white, #dbe4ef);
  background: linear-gradient(180deg, white, #dbe4ef);
  border: 1px solid #bbcbde;
  color: #034ea2;
  cursor: pointer;
  white-space: nowrap;
  text-transform: none;
  font-weight: 400;
  font-family: 'DINWebPro-Regular', Arial, sans-serif;
  width: 172px;
  margin-left: 31px;
}
#product .product-details #product-details-form .detail-wrapper .btn-add-to-wishlist i {
  margin-right: 5px;
}
#product .product-details #product-details-form .detail-wrapper .btn-add-to-wishlist:hover {
  background: -webkit-linear-gradient(top, #dbe4ef, white);
  background: linear-gradient(180deg, #dbe4ef, white);
  color: #001f5f;
}
#product .product-details #product-details-form .detail-wrapper .add-to-cart .quantity {
  line-height: 10px;
  display: inline;
}
#product .product-details #product-details-form .detail-wrapper .add-to-cart .quantity label {
  margin: 10px 0 0 0;
}
#product .product-details #product-details-form .detail-wrapper .add-to-cart .quantity input {
  text-align: center;
  background-color: #e6edf7;
  box-sizing: border-box;
  padding-top: 9px;
  padding-bottom: 8px;
  border: 1px solid #d9dcdf;
}
#product .product-details #product-details-form .detail-wrapper .add-to-cart .btn-add-to-cart {
  border-radius: 0;
  border: 1px solid lightgray;
  width: 172px;
  margin-left: 31px;
}
#product .product-details #product-details-form .detail-wrapper .price {
  line-height: 28px;
}
#product .product-details #product-details-form .detail-wrapper .originalprice {
  font-size: 1.25rem;
}
#product .product-details #product-details-form .detail-wrapper .producttags-box .title {
  display: inline;
  float: left;
}
#product .product-details #product-details-form .detail-wrapper .producttags-box .clear {
  display: none;
}
#product .product-details #product-details-form .detail-wrapper .producttags-box .product-tags-wrapper {
  display: inline;
  float: left;
}
#product .product-details #product-details-form .detail-wrapper .producttags-box .product-tags-wrapper .producttag {
  margin-left: 5px;
}
#product .product-details .accordion {
  margin-top: 11px;
  border-bottom: 1px solid #cacaca;
}
#product .product-details .accordion .accordion-header {
  text-indent: 14px;
  text-transform: uppercase;
  height: 50px;
  line-height: 50px;
  border-top: 1px solid #cacaca;
  cursor: pointer;
  background-position: 97% 50%;
  background-repeat: no-repeat;
  background-image: url(../images/icons/icon-accordion-open.png);
  background-size: 20px;
}
@media (max-width: 600px) {
  #product .product-details .accordion .accordion-header {
    text-indent: 0;
  }
}
#product .product-details .accordion .accordion-header.opened {
  background-image: url(../images/icons/icon-accordion-close.png);
}
#product .product-details .accordion .accordion-content {
  display: none;
  padding: 11px 14px;
  line-height: 1.3;
  border-top: 1px solid #cacaca;
}
#product .product-details .accordion .accordion-content a {
  color: #b5b5b5;
  text-decoration: underline;
  font-style: italic;
}
#product .product-details .accordion .accordion-content.opened {
  display: block;
}
#product .price,
#product .bold-big {
  color: black;
  font-size: 1.25rem;
  font-family: 'DINWebPro-Bold', Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
}
#product .oldprice {
  font-size: 1.25rem;
  font-family: 'DINWebPro-Bold', Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  color: black;
  text-decoration: line-through;
  display: block;
}
#product .originalprice {
  font-size: 1.25rem;
  font-family: 'DINWebPro-Bold', Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  color: black;
  text-decoration: line-through;
  display: block;
}
#product .discount {
  color: #ed1c24;
}
/* cart */

#cart .row-content {
  width: 75%;
  float: left;
  padding-right: 5px;
}
@media (max-width: 1160px) {
  #cart .row-content {
    width: 100%;
  }
}
#cart .row-aside {
  width: 25%;
  float: left;
  margin-top: 12px;
  padding-left: 5px;
}
@media (max-width: 1160px) {
  #cart .row-aside {
    width: 100%;
  }
}
@media (max-width: 745px) {
  #cart .row-aside .box-container {
    width: 100%;
  }
}
#cart br {
  display: block;
}
#cart hr {
  border-color: white;
  border-width: 2px;
}
#cart .cart-table {
  margin-bottom: 10px;
  margin-top: 10px;
}
#cart .cart-table .col-1 {
  width: 125px;
}
#cart .cart-table .col-3 {
  width: 100px;
}
#cart .cart-table .col-4 {
  width: 60px;
  text-align: center;
}
#cart .cart-table .col-5 {
  width: 60px;
}
#cart .cart-table .image {
  float: left;
  width: 116px;
}
#cart .cart-table .image img {
  width: 116px;
  height: 116px;
}
#cart .cart-table .details {
  margin-right: 12px;
}
#cart .cart-table .details a {
  text-decoration: none;
  font-style: italic;
  font-size: 1.2rem;
}
#cart .cart-table .quantity {
  width: 40px;
  text-align: center;
  height: 20px;
}
#cart .cart-table .tfoot .col-2 {
  position: relative;
}
@media (max-width: 600px) {
  #cart .cart-table {
    display: block;
  }
  #cart .cart-table .thead {
    display: none;
  }
  #cart .cart-table .tbody,
  #cart .cart-table .tfoot,
  #cart .cart-table .tr,
  #cart .cart-table .th,
  #cart .cart-table .td {
    display: block;
  }
  #cart .cart-table .tbody,
  #cart .cart-table .tr {
    float: left;
  }
  #cart .cart-table .tr {
    width: 100%;
    border-bottom: 1px solid white;
    margin-bottom: 8px;
  }
  #cart .cart-table .td {
    float: right;
    border: 0;
    width: 160px;
    padding: 0 0 8px 0;
  }
  #cart .cart-table .col-1 {
    float: left;
    width: 90px;
  }
  #cart .cart-table .col-4,
  #cart .cart-table .col-5 {
    width: 75px;
    float: left;
  }
  #cart .cart-table .image {
    width: 90px;
  }
  #cart .cart-table .image img {
    width: 80px;
    height: 80px;
  }
  #cart .cart-table .tfoot .tr {
    border-bottom: 1px solid white;
    padding-bottom: 12px;
    margin-bottom: 12px;
  }
  #cart .cart-table .tfoot .col-2,
  #cart .cart-table .tfoot .col-3 {
    width: 100%;
  }
  #cart .cart-table .tfoot .col-3 {
    padding-bottom: 0;
  }
  #cart .cart-table .tfoot .col-1,
  #cart .cart-table .tfoot .col-4,
  #cart .cart-table .tfoot .col-5 {
    display: none;
  }
  #cart .cart-table .tfoot .btn-update {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
  }
  #cart .cart-table .show-medium-inline {
    text-transform: uppercase;
  }
}
#cart .checkout-buttons {
  margin-top: 15px;
}
#cart .checkout-buttons .btn {
  margin-bottom: 8px;
  margin-right: 0;
  float: right;
}
#cart .checkout-buttons .btn:last-child {
  margin-bottom: 0;
}
#cart .btn {
  margin-right: 10px;
}
#cart .btn-update {
  float: right;
  left: 10px;
  position: relative;
  top: 4px;
  width: 212px;
}
#cart .cart-footer .min-amount-warning {
  color: red;
  font-weight: bold;
}
#cart #applydiscountcouponcode {
  margin-top: 10px;
}
/*Custom cart*/

.shoppingcart-page {
  display: inline-block;
  padding-bottom: 20px;
  width: 100%;
}
.shoppingcart-page h1 {
  border-bottom: none;
}
.shoppingcart-page .order-summary-content {
  margin: 0;
  padding: 0;
  position: relative;
  /*@media(max-width:530px) {
            .cart {
                transform: scale(0.8,0.9) translate(-13%);
            }
        }

        @media(max-width:400px) {
            .cart {
                transform: scale(0.7,0.9) translate(-22%);
            }
        }*/

}
.shoppingcart-page .order-summary-content form {
  width: 70%;
  float: left;
  padding-right: 20px;
  box-sizing: border-box;
}
.shoppingcart-page .order-summary-content form .selected-checkout-attributes {
  display: none;
}
.shoppingcart-page .order-summary-content form .common-buttons {
  padding-top: 10px;
  margin: 0;
}
.shoppingcart-page .order-summary-content form .common-buttons .btn {
  font-family: 'DINWebPro-Regular', Arial, sans-serif;
  font-weight: 400;
  display: inline;
  margin-right: 10px;
  max-width: 150px;
}
@media (max-width: 600px) {
  .shoppingcart-page .order-summary-content form .common-buttons .btn {
    margin-right: 0;
  }
}
.shoppingcart-page .order-summary-content form .checkout-attributes {
  display: none;
}
.shoppingcart-page .order-summary-content .cart-footer {
  width: 30%;
  float: right;
  padding: 0 10px;
  border: 1px solid lightgray;
  box-sizing: border-box;
  background: white;
}
.shoppingcart-page .order-summary-content .cart-footer .tr,
.shoppingcart-page .order-summary-content .cart-footer .td,
.shoppingcart-page .order-summary-content .cart-footer .t {
  border-bottom: none;
}
.shoppingcart-page .order-summary-content .cart-footer .checkout-buttons input {
  margin: 5px auto;
}
.shoppingcart-page .order-summary-content .cart-footer .tr .td:nth-child(2) {
  text-align: right;
}
.shoppingcart-page .order-summary-content .cart {
  border-collapse: collapse;
  text-align: left;
  vertical-align: middle;
  width: 100%;
}
.shoppingcart-page .order-summary-content .cart .cart-header-row {
  border: 1px solid lightgray;
}
.shoppingcart-page .order-summary-content .cart .cart-header-row th {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-top-colors: none;
  -moz-border-right-colors: none;
  background: white none repeat scroll 0 0;
  border-width: 0px 0px 2px;
  padding: 8px;
  vertical-align: middle;
  text-align: center;
  font-weight: 400;
}
.shoppingcart-page .order-summary-content .cart .cart-item-row {
  border: 1px solid lightgray;
}
.shoppingcart-page .order-summary-content .cart .cart-item-row .price-for-product {
  min-width: 100px;
}
.shoppingcart-page .order-summary-content .cart .cart-item-row td {
  padding: 8px;
  vertical-align: middle;
  box-shadow: none;
  height: 35px;
  background-color: white;
  font-weight: 900;
}
.shoppingcart-page .order-summary-content .cart .cart-item-row td img {
  width: 70px;
  height: 70px;
}
.shoppingcart-page .order-summary-content .cart .cart-item-row td .warning-text {
  color: red;
}
@media (max-width: 1160px) {
  .shoppingcart-page .order-summary-content form,
  .shoppingcart-page .order-summary-content .cart-footer {
    width: 100%;
    clear: both;
    margin-top: 20px;
  }
  .shoppingcart-page .order-summary-content form {
    padding: 0;
  }
}
@media (max-width: 600px) {
  .shoppingcart-page .order-summary-content {
    font-size: 0.8rem;
  }
  .shoppingcart-page .order-summary-content .price-for-product {
    min-width: 80px;
  }
}
/*End custom cart*/

/* quick order */

#quick-order .fastorderCategoryInfo {
  margin-left: 30px;
}
#quick-order #FastOrderProducts {
  width: 75%;
  padding: 10px;
}
@media (max-width: 1160px) {
  #quick-order #FastOrderProducts {
    width: 100%;
    margin-top: 0;
    padding: 0;
  }
}
#quick-order #FastOrderProducts .submit-button-container {
  float: right;
  position: absolute;
  width: 100%;
}
#quick-order #FastOrderProducts .submit-button-container .submit-button-content {
  float: right;
  width: 180px;
}
#quick-order #FastOrderProducts .submit-button-container.stick {
  position: fixed;
  z-index: 10000;
  top: 70px;
}
@media (max-width: 745px) {
  #quick-order #FastOrderProducts .submit-button-container.stick {
    max-width: 100% !important;
  }
}
@media (max-width: 1160px) {
  #quick-order #FastOrderProducts .submit-button-container.stick {
    max-width: 730px;
  }
}
@media (min-width: 1160px) {
  #quick-order #FastOrderProducts .submit-button-container.stick {
    max-width: 900px;
  }
}
#quick-order #FastOrderProducts .content-wrapper {
  margin: 0;
}
#quick-order .row-content-top {
  min-height: 50px;
  vertical-align: bottom;
  margin-left: 30px;
}
@media (max-width: 745px) {
  #quick-order .row-content-top {
    height: auto;
  }
}
#quick-order .row-content-top h2 {
  padding-top: 0;
  margin-top: 7px;
  width: 70%;
}
#quick-order .row-content-bottom {
  float: right;
  margin-top: 10px;
  width: 100%;
}
#quick-order .row-aside {
  width: 25%;
}
@media (max-width: 1160px) {
  #quick-order .row-aside {
    width: 100%;
  }
}
#quick-order .row-aside a {
  color: inherit;
  text-decoration: none;
  line-height: 2;
}
#quick-order .row-aside a:hover {
  text-decoration: underline;
}
#quick-order .row-aside a.active {
  font-family: 'DINWebPro-Medium', Helvetica, Arial, sans-serif;
}
#quick-order .accordion {
  margin-top: 10px;
  min-height: 350px;
}
@media (max-width: 1160px) {
  #quick-order .accordion {
    min-height: 10px;
  }
}
#quick-order .accordion .accordion-header,
#quick-order .accordion .accordion-link {
  height: 32px;
  cursor: pointer;
  background-position: 97% 50%;
  background-repeat: no-repeat;
  background-image: url(../images/icons/icon-accordion-open.png);
  background-size: 20px;
}
#quick-order .accordion .accordion-header.top,
#quick-order .accordion .accordion-link.top {
  font-family: 'DINWebPro-Bold', Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.1rem;
  background-image: none;
}
#quick-order .accordion .accordion-header.level3,
#quick-order .accordion .accordion-link.level3 {
  margin-left: 20px;
}
#quick-order .accordion .accordion-header.opened,
#quick-order .accordion .accordion-link.opened {
  background-image: url(../images/icons/icon-accordion-close.png);
}
#quick-order .accordion .accordion-header span,
#quick-order .accordion .accordion-link span {
  display: block;
  padding-top: 6px;
}
#quick-order .accordion .accordion-content {
  display: none;
}
#quick-order .accordion .accordion-content ul {
  margin-left: 0;
  padding-left: 0;
  margin-top: 5px;
  margin-bottom: 5px;
}
#quick-order .accordion .accordion-content.opened {
  display: block;
}
#quick-order .accordion .accordion-link {
  background: none;
}
#quick-order .accordion .accordion-link a {
  display: block;
}
#quick-order .accordion .item.level2 {
  text-indent: 10px;
}
#quick-order .accordion .item.level3 {
  text-indent: 20px;
}
#quick-order .accordion .item.level4 {
  text-indent: 40px;
}
#quick-order .accordion .item.level5 {
  text-indent: 40px;
}
#quick-order .quantity {
  width: 40px;
  text-align: center;
}
#quick-order .product {
  width: 100%;
}
#quick-order .product .image {
  float: left;
}
@media (max-width: 1160px) {
  #quick-order .product .image {
    float: none;
    width: auto;
    text-align: center;
    margin-bottom: 15px;
  }
}
#quick-order .product .image img {
  width: 118px;
  height: 118px;
}
#quick-order .product .cart-table {
  float: right;
  width: 75%;
}
#quick-order .product .cart-table th {
  text-align: left;
}
#quick-order .product .cart-table tbody tr:first-child td {
  padding-top: 6px;
  min-width: 70px;
}
#quick-order .product .cart-table .fastorderQty input {
  max-width: 100px;
}
#quick-order .product .cart-table .fastorderQty,
#quick-order .product .cart-table .fastorderPackQty,
#quick-order .product .cart-table .packQty {
  text-align: center;
}
@media (max-width: 1160px) {
  #quick-order .product .cart-table {
    float: none;
    margin-bottom: 20px;
    width: 450px;
  }
}
@media (max-width: 1160px) {
  #quick-order .product .cart-table {
    width: 100%;
  }
}
#quick-order .topic.block {
  margin-left: 30px;
  display: block;
  margin-top: 21px;
}
@media (max-width: 1160px) {
  #quick-order .topic.block {
    margin-left: 0;
  }
}
/* text pages */

.text-page {
  max-width: 479px;
}
.text-page .text-page-content {
  color: #333333;
  padding-left: 12px;
}
.text-page .text-page-content h2 {
  text-indent: 0;
  border: 0;
  padding: 0;
  margin-top: 30px;
}
.text-page .text-page-content p {
  margin-bottom: 15px;
  line-height: 1.2;
}
.text-page .text-page-content a {
  color: #b5b5b5;
  text-decoration: none;
  /*font-family: @font-italic;
			&amp;:hover {
				text-decoration: underline;
			}*/

}
.text-page .text-page-content ul {
  list-style: disc;
  list-style-position: inside;
}
/* checkout */

#checkout .row-content {
  width: 736px;
}
@media (max-width: 1160px) {
  #checkout .row-content {
    width: 100%;
  }
}
#checkout ol {
  list-style: none;
  list-style-type: none;
}
#checkout h1 {
  margin-bottom: 0;
  width: auto;
}
#checkout .checkout-step {
  border-bottom: 1px solid #cacaca;
  float: left;
  width: 100%;
}
#checkout .checkout-step #PaymentOptions-Payments-PayEx {
  margin-left: 20px;
  margin-top: 20px;
}
#checkout .checkout-step.active .checkout-step-title {
  color: black;
  font-family: 'DINWebPro-Bold', Arial, "Helvetica Neue", Helvetica, sans-serif;
}
#checkout .checkout-step.active .checkout-step-content {
  display: block;
  width: 95%;
}
@media (max-width: 600px) {
  #checkout .checkout-step:last-child {
    margin-bottom: 20px;
  }
}
#checkout .checkout-step-title {
  height: 52px;
  line-height: 52px;
  text-transform: uppercase;
  text-indent: 14px;
  font-family: 'DINWebPro-Bold', Arial, "Helvetica Neue", Helvetica, sans-serif;
}
#checkout .checkout-step-title .number {
  float: left;
}
#checkout .checkout-step-title a {
  text-decoration: none;
  color: inherit;
}
#checkout .checkout-step-title a:hover {
  text-decoration: underline;
}
#checkout .checkout-step-content {
  margin-left: 14px;
  margin-bottom: 14px;
  margin-right: 14px;
  float: left;
  color: #333333;
}
@media (max-width: 745px) {
  #checkout .checkout-step-content {
    width: 252px;
  }
}
#checkout p {
  font-size: 1rem;
  line-height: 1.2em;
  margin-bottom: 16px;
  max-width: 468px;
}
#checkout .select {
  background-color: #f0f0f0;
  border: 1px solid #e8e8e8;
  color: #333333;
  width: auto;
  min-width: 250px;
}
@media (max-width: 745px) {
  #checkout .select {
    width: 100%;
  }
}
#checkout .checkboxes {
  margin-bottom: 12px;
}
#checkout .checkboxes .checkbox-option {
  vertical-align: middle;
  padding: 1px 0;
}
#checkout .checkboxes .checkbox-option .checkbox {
  margin: 0 8px 0 0;
  position: relative;
  top: 2px;
}
#checkout .checkboxes p {
  margin: 8px 0 0;
}
#checkout .table {
  width: 100%;
  float: left;
}
#checkout .table .td {
  vertical-align: middle;
}
#checkout .table .td,
#checkout .table .th {
  border-width: 1px;
  border-color: #cacaca;
}
#checkout .table .th {
  padding: 10px 0;
}
#checkout .table .tbody .td {
  border-width: 0;
}
#checkout .table .tbody .tr:last-child .td {
  border-width: 1px;
}
#checkout .buttons {
  float: left;
  width: 100%;
  margin-top: 10px;
}
#checkout .buttons .btn {
  float: left;
  margin-right: 8px;
}
#checkout .new-address-form {
  display: none;
  margin: 10px 0;
}
#checkout .confirm-boxes {
  background-color: #f0f0f0;
  float: left;
  margin-bottom: 12px;
}
#checkout .confirm-boxes .confirm-box {
  width: 45%;
  float: left;
}
@media (max-width: 1160px) {
  #checkout .confirm-boxes .confirm-box {
    width: 100%;
  }
}
#checkout .confirm-boxes .confirm-box .confirm-title {
  text-indent: 14px;
  padding: 14px 0;
  text-transform: uppercase;
}
#checkout .confirm-boxes .confirm-box .confirm-content {
  margin-bottom: 14px;
  margin-left: 14px;
}
#checkout .price-total {
  color: black;
}
#checkout .confirmed {
  margin-left: 12px;
  margin-top: 10px;
  color: #333333;
  /*em {
			font-family: @font-italic;
		}*/

}
#checkout .confirmed p a {
  color: black;
  text-decoration: none;
}
#checkout .confirmed p a:hover {
  text-decoration: underline;
}
#register {
  color: #333333;
}
#register .row-content {
  margin-bottom: 20px;
}
#register .table {
  width: auto;
  margin-bottom: 8px;
}
#register .table label {
  display: block;
}
#register .table .input {
  width: 198px;
}
#register .table .td {
  padding-right: 12px;
}
@media (max-width: 600px) {
  #register .table {
    display: block;
  }
  #register .table .tr,
  #register .table .td {
    display: block;
  }
  #register .table .input {
    width: 264px;
  }
}
#search {
  color: #333333;
}
#search .row-content {
  margin-bottom: 12px;
  width: 100%;
}
#search .row-content .box-container {
  border-bottom: 1px solid #cacaca;
  margin-bottom: 12px;
}
#search .input {
  margin: 0 12px 0 0;
}
@media (max-width: 600px) {
  #search .input {
    width: 254px;
    margin-bottom: 12px;
  }
}
#search hr {
  margin-right: 8px;
  margin-top: 30px;
}
#search .results {
  font-size: 1.2rem;
  margin-bottom: 12px;
}
#search .results em {
  font-family: 'DINWebPro-Medium', Helvetica, Arial, sans-serif;
  font-style: italic;
}
#search .result #ProductSearchWrapper {
  float: left;
}
#search .priceRange {
  margin-top: 30px;
}
@media (max-width: 480px) {
  #search #Pt,
  #search #Pf {
    display: block;
  }
}
.SearchUser {
  padding: 10px;
  background: #f0f0f0;
}
/* account */

@media (max-width: 1160px) {
  #account .row-content {
    width: 478px;
  }
}
@media (max-width: 745px) {
  #account .row-content {
    width: 567px;
    margin-bottom: 12px;
  }
}
@media (max-width: 600px) {
  #account .row-content {
    width: auto;
  }
}
#account #account-menu {
  float: left;
  width: 20%;
  margin-right: 8px;
}
#account #account-menu ul {
  list-style: none;
  padding-left: 0;
}
#account #account-menu ul li {
  list-style-type: none;
}
#account #account-menu a {
  text-decoration: none;
  color: inherit;
  line-height: 25px;
}
#account #account-menu a:hover {
  text-decoration: underline;
}
#account #account-menu a.active {
  color: #e96b60;
}
@media (max-width: 1160px) {
  #account #account-menu {
    width: auto;
    float: none;
    margin: 0 0 12px;
  }
}
#account #account-content {
  float: left;
  width: 78%;
  box-sizing: border-box;
}
#account #account-content .modal-dialog {
  margin-top: 150px;
}
@media (max-width: 1160px) {
  #account #account-content {
    width: auto;
    float: none;
  }
}
#account #account-content #ApprovalUserList {
  background-color: white;
  padding-bottom: 30px;
}
#account #account-content #ApprovalUserList h2,
#account #account-content #ApprovalUserList h1 {
  margin-top: 0;
}
#account #account-content .table {
  width: auto;
}
@media (max-width: 600px) {
  #account #account-content .table.table-form {
    width: 100%;
  }
  #account #account-content .table.table-form .tr,
  #account #account-content .table.table-form .td {
    display: block;
  }
  #account #account-content .table.table-form .tr {
    margin-bottom: 6px;
  }
  #account #account-content .table.table-form .input {
    width: 212px;
  }
  #account #account-content .table.table-form .select {
    width: 234px;
  }
}
#account #account-content .table .td:first-child {
  vertical-align: middle;
  width: 120px;
}
#account #account-content .table .input {
  width: 190px;
}
#account #account-content .table .select {
  width: 212px;
}
#account #account-content .table .select.inline {
  width: auto;
}
#account #account-content .table em.required {
  color: black;
  margin-left: 5px;
}
#account #account-content .account-orders-list .table {
  width: 100%;
}
@media (max-width: 600px) {
  #account #account-content .account-orders-list .table {
    display: block;
  }
  #account #account-content .account-orders-list .table .tr,
  #account #account-content .account-orders-list .table .td {
    display: block;
  }
}
#account #account-content .account-orders-list .table .ordertype {
  font-family: 'DINWebPro-Bold', 'Helvetica', Arial, sans-serif;
}
#account #account-content .account-orders-list .table .td {
  vertical-align: bottom;
  line-height: 1.4;
}
#account #account-content .account-orders-list .table .td label {
  font-family: 'DINWebPro-Medium', Helvetica, Arial, sans-serif;
}
#account #account-content .account-orders-list .table .td:first-child {
  width: 75%;
}
#account #account-content .account-orders-list hr {
  display: block;
  border-top: 1px solid #d9dcdf;
}
#account #account-content .account-orders-details p {
  margin: 12px 0;
}
#account #account-content .account-orders-details .table .td {
  width: 1%;
}
#account #account-content .account-orders-details .table .tbody .tr:last-child .td {
  padding-bottom: 12px;
}
#account #account-content .account-orders-details .table .tfoot .tr:first-child .td {
  border-top: 2px solid white;
  padding-top: 12px;
}
#account #account-content .buttons .btn {
  width: 116px;
  margin-left: 9px;
}
@media (max-width: 745px) {
  #account #account-content .buttons .btn {
    width: 100%;
    margin-left: 0;
    margin-bottom: 8px;
  }
}
/*Topics*/

#ph-topic {
  margin-right: 15%;
  margin-left: 15%;
}
@media (max-width: 1160px) {
  #ph-topic {
    margin: 0 20px;
  }
}
#ph-topic .page-body {
  text-align: justify;
}
.topic.block {
  display: inline;
  position: relative;
}
.sidr-class-categories {
  display: none;
}
.tax {
  font-family: 'DINWebPro-Regular', Arial, sans-serif;
  font-weight: 400;
  font-size: 0.8rem;
}
.tax:before {
  content: '(';
}
.tax:after {
  content: ')';
}
#registration #step2 .companyInfo,
#registration #step2 .customerInfo {
  float: left;
  width: 50%;
  clear: none;
}
@media (max-width: 600px) {
  #registration #step2 .companyInfo,
  #registration #step2 .customerInfo {
    float: none;
    clear: both;
    width: 100%;
  }
}
#registration #step2 .companyInfo {
  margin-top: 49px;
}
.ExcelIcon {
  background-image: url("/Content/Images/Thumbs/Excel2013.png");
  background-repeat: no-repeat;
  margin-left: 5px;
  -moz-background-size: 100% auto;
  background-size: 100% auto;
  height: 50px;
  width: 50px;
}
.ExcelCSVIcon {
  background-image: url("/Content/Images/Thumbs/Excel2013CSV.png");
  background-repeat: no-repeat;
  margin-left: 5px;
  -moz-background-size: 100% auto;
  background-size: 100% auto;
  height: 50px;
  width: 50px;
}
.companyTitle {
  top: 47px;
}

/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com 
  ---------------------------------------------------*/
/* variables */
/* mixins */
.instant-search-item .img-block img {
  width: 70px;
  height: 70px;
}
#account .row-content {
  -moz-box-sizing: border-box;
  width: 100%;
}
[class*="login"] br {
  display: block;
}
[class*="login"] .register-block {
  width: 50%;
}
[class*="login"] .register-block h2 {
  margin-bottom: 10px;
  padding-bottom: 0;
}
@media (max-width: 600px) {
  [class*="login"] .register-block h2 {
    font-size: 24px;
    text-align: center;
  }
}
[class*="login"] .register-block dl {
  margin-top: 0;
  padding-top: 0;
}
[class*="login"] .returning-wrapper {
  width: 50%;
}
[class*="login"] #content-wrapper {
  padding-bottom: 20px;
}
[class*="login"] #footer-wrapper,
[class*="login"] #newslettercontainer,
[class*="login"] .row-aside,
[class*="login"] #footer-nav-wrapper,
[class*="login"] #header-menu-container {
  display: none;
}
@media (max-width: 745px) {
  [class*="login"] .register-block,
  [class*="login"] .returning-wrapper {
    float: none;
    width: 100%;
    margin-top: 0;
  }
}
.t-numerictextbox .t-input {
  height: 30px;
}
.text-outside .box-text .text {
  color: 'DINWebPro-Regular', Arial, sans-serif !important;
  font-weight: 400;
  font-size: 14px !important;
  letter-spacing: 0.5px;
  line-height: 15px;
  text-transform: uppercase;
}
/*ORDER WINDOW*/

#FastOrderProducts .fastorderQty input {
  height: 27px;
  margin-top: -12px !important;
  padding: 2px 1px;
  text-align: center;
}
.t-numerictextbox .t-arrow-down {
  display: none !important;
}
.t-numerictextbox .t-arrow-up {
  display: none !important;
}
#FastOrderProducts .fastorderQty div.t-formatted-value {
  width: 100%;
  line-height: 27px !important;
}
.manageorderrequest .mainCaption,
.editorderrequest .mainCaption {
  margin-left: 10px;
}
.manageorderrequest #back-button,
.editorderrequest #back-button {
  float: none;
}
.manageorderrequest .btn,
.editorderrequest .btn {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.start #content-wrapper .topic .startpage-banner {
  max-width: 100%;
  height: auto;
  position: relative;
  display: block;
  margin: -15px 0 auto;
  margin-top: 0;
}
.start #content-wrapper .topic .startpage-banner img {
  width: 100% !important;
  height: 100% !important;
  display: block;
}
.start #content-wrapper .topic .startpage-banner .topic.block {
  padding: 0;
}
.start #content-wrapper .topic .startpage-banner .topic.block .box-container {
  box-sizing: border-box;
  margin: 0;
  width: 100%;
}
.start .box-text .text.bottom-left {
  width: 100%;
}
.SuggestionBox #article table {
  background-color: #f5f5f2;
  border-radius: 10px;
  padding: 10px;
  border: 1px solid gainsboro;
}
.wishlist-page {
  min-height: 450px;
}
.wishlist-page #contentWrapper {
  background: white;
  margin-bottom: 20px;
}
.wishlist-page #contentWrapper form {
  border: 1px solid lightgray;
}
.wishlist-page #contentWrapper form #wishlistcontent .th {
  font-weight: 400;
}
.wishlist-page #contentWrapper form #wishlistcontent .tr {
  font-weight: 900;
}
.common-buttons .btn {
  background: white;
  background: -webkit-linear-gradient(top, white, #dbe4ef);
  background: linear-gradient(180deg, white, #dbe4ef);
  border: 1px solid #bbcbde;
  color: #014991;
  cursor: pointer;
  white-space: nowrap;
  text-transform: none;
}
.common-buttons .btn:hover {
  background: -webkit-linear-gradient(top, #dbe4ef, white);
  background: linear-gradient(180deg, #dbe4ef, white);
}
@media (max-width: 600px) {
  .common-buttons .btn {
    margin-top: 10px;
  }
}
.share-info {
  margin: 10px;
}
#wishlistcontent {
  padding: 10px;
  box-sizing: border-box;
}
#wishlistcontent input.qty-input {
  width: 50px;
}
#wishlistcontent .th,
#wishlistcontent .tr {
  border-bottom: 1px solid lightgray;
}
#wishlistcontent .th .td,
#wishlistcontent .tr .td {
  border-bottom: 1px solid lightgray;
  vertical-align: middle;
}
#wishlistcontent .th .td .qty-input,
#wishlistcontent .tr .td .qty-input {
  text-align: center;
}
@media (max-width: 600px) {
  #wishlistcontent .col-3,
  #wishlistcontent .tr .td:nth-child(4) {
    display: none;
  }
}
#back-in-stock-notify-me {
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  width: 200px;
}
.cart .addon-buttons {
  margin: 10px;
}
.start .columns {
  width: 100%;
  display: table;
}
@media (max-width: 745px) {
  .start .columns {
    display: block;
  }
}
@media (max-width: 600px) {
  .start .columns {
    padding: 0;
  }
}
.start .columns .fullwidth {
  background-color: #cccccc;
  padding: 5px;
  margin-top: 10px;
}
.start .columns .column {
  display: table-cell;
  vertical-align: top;
  text-align: left;
}
.start .columns .column h2 {
  text-transform: none;
}
.start .columns .column.column-1 {
  width: 33%;
}
.start .columns .column.column-2 {
  width: 33%;
}
.start .columns .column.column-3 {
  width: 33%;
}
@media (max-width: 745px) {
  .start .columns .column {
    width: 95% !important;
    margin-bottom: 15px;
    display: block;
    text-align: center;
    margin: 0 auto;
  }
}
.start #content-wrapper .container {
  max-width: 100%;
}
.start .main-row-3 {
  max-width: 1470px;
  margin: 0 auto;
}
.start .main-row-3 ul {
  padding-left: 0;
}
.start .main-row-3 ul li {
  list-style-type: none;
  display: inline;
}
.start .main-row-3 a {
  margin: 0 auto;
  max-width: 50px;
}
.start .main-row-3 .image-flip {
  width: 100%;
  margin: 0 auto;
  padding: 20px;
}
.start .main-row-3 .image-flip:hover .backside,
.start .main-row-3 .image-flip.hover .backside {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
  border-radius: 0.25rem;
}
.start .main-row-3 .image-flip:hover .frontside,
.start .main-row-3 .image-flip.hover .frontside {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.start .main-row-3 .mainflip {
  -webkit-transition: 1s;
  -webkit-transform-style: preserve-3d;
  -ms-transition: 1s;
  -moz-transition: 1s;
  -moz-transform: perspective(1000px);
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transition: 1s;
  transform-style: preserve-3d;
  position: relative;
}
.start .main-row-3 .frontside {
  position: relative;
  -webkit-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  z-index: 2;
  margin-bottom: 30px;
  background-color: white;
  border-radius: 0.25rem;
}
.start .main-row-3 .backside {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-box-shadow: 5px 7px 9px -4px #9e9e9e;
  -moz-box-shadow: 5px 7px 9px -4px #9e9e9e;
  box-shadow: 5px 7px 9px -4px #9e9e9e;
}
.start .main-row-3 .frontside,
.start .main-row-3 .backside {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: 1s;
  -webkit-transform-style: preserve-3d;
  -moz-transition: 1s;
  -moz-transform-style: preserve-3d;
  -o-transition: 1s;
  -o-transform-style: preserve-3d;
  -ms-transition: 1s;
  -ms-transform-style: preserve-3d;
  transition: 1s;
  transform-style: preserve-3d;
  border: 1px solid darkblue;
}
.start .main-row-3 .frontside .card,
.start .main-row-3 .backside .card {
  min-height: 312px;
  padding: 10px;
}
.start .main-row-3 .backside .card a {
  font-size: 18px;
  color: white !important;
}
.start .main-row-3 .frontside .card img,
.start .main-row-3 .backside .card img {
  display: block;
}
.start .main-row-3 .frontside .card .card-body img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
}
.PaymentIBX .table {
  margin-top: 30px;
}
.PaymentIBX .btn {
  margin-top: 30px;
}
.PaymentIBX .td {
  width: 150px;
  vertical-align: middle;
}
.PaymentIBX .td.wide {
  width: 200px;
}
.PaymentIBX .td.wide .input {
  width: 100%;
}
#OrderSummaryCart {
  margin-top: 3px;
}
#product .productleft .producttags-box {
  padding: 5px 0px 10px;
  clear: both;
  color: #333333;
  overflow: hidden;
}
#product .productleft .producttags-box .title {
  display: inline;
  float: left;
  color: #979797;
  padding-left: 4px;
}
#product .productleft .producttags-box .product-tags-list {
  display: inline;
}
#product .productleft .producttags-box .product-tags-list .product-tags-wrapper {
  float: left;
  margin-left: 5px;
}
.start #videocontainer {
  top: 80px;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  z-index: -100;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  /*background: url(polina.jpg) no-repeat;*/
  background-size: cover;
  position: relative;
  height: 600px;
  background-position: center center;
  background-repeat: no-repeat;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3) inset;
  overflow: hidden;
}
.catagoryList h1 {
  display: none;
}
.SuggestionBox .catagoryList {
  margin-top: 15px;
  clear: both;
}
.SuggestionBox .catagoryList h1 {
  display: block;
}
.SuggestionBox .suggestion {
  padding-top: 10px;
}
.SuggestionBox .suggestion h2 {
  margin-top: 0px;
}
#updateEmail {
  width: 1160px;
  margin: 0 auto;
}
#newsletter-subscribe-block-front .input-wrapper {
  width: 90%;
}
#searchterms-list {
  background: #e6edf7 !important;
}
/* Tier price table*/

.tier-prices .prices-table tr th:first-child {
  width: 150px;
}
#loading-image {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background: white url('/Content/images/loading.gif') center no-repeat;
  opacity: 0.95;
}
.ribbon {
  width: 102px;
  height: 20px;
  position: absolute;
  bottom: 10px;
  right: 5px;
  z-index: 1;
}
.ribbon.sold-out-ribbon {
  background: url("/Themes/ATG/Responsive/images/icons/slutilager.png") no-repeat;
  background-size: cover;
}
.ribbon.different-sizes-ribbon {
  background: url("/Themes/ATG/Responsive/images/icons/valjstorlek.png") no-repeat;
  background-size: cover;
}
.ribbon.coming-soon-ribbon {
  background: url("/Themes/ATG/Responsive/images/icons/inkommande.png") no-repeat;
  background-size: cover;
}
.ribbon.new-product-ribbon {
  background: url("/Themes/ATG/Responsive/images/icons/nyhet.png") no-repeat;
  background-size: cover;
}
.ribbon.iic-fsc-ribbon {
  background: url("https://az412476.vo.msecnd.net/misc/IIC_FSC.png") no-repeat;
  width: 50px;
  height: 50px;
  background-size: cover;
}
.ribbon.iic-fsc-recycable-1-ribbon {
  background: url("https://az412476.vo.msecnd.net/misc/IIC_fsc_recycable_1.png") no-repeat;
  width: 100px;
  height: 50px;
  background-size: cover;
}
.ribbon.iic-s-cafe-ribbon {
  background: url("https://az412476.vo.msecnd.net/misc/IIC_S.Cafe.png") no-repeat;
  width: 67px;
  height: 50px;
  background-size: cover;
}
.ribbon.iic-recycling-ribbon {
  background: url("https://az412476.vo.msecnd.net/misc/IIC_recycling.png") no-repeat;
  width: 50px;
  height: 50px;
  background-size: cover;
}
.ribbon.iic-recycling-paper-4-ribbon {
  background: url("https://az412476.vo.msecnd.net/misc/IIC_recycling_paper_4.png") no-repeat;
  width: 175px;
  height: 50px;
  background-size: cover;
}
.ribbon.iic-recycling-paper-4-50-80-ribbon {
  background: url("https://az412476.vo.msecnd.net/misc/IIC_recycling_paper_4_50_80px.png") no-repeat;
  width: 175px;
  height: 50px;
  background-size: cover;
}
.ribbon.iic-sustainable-ribbon {
  background: url("https://az412476.vo.msecnd.net/misc/IIC_sustainable.png") no-repeat;
  width: 60px;
  height: 60px;
  background-size: cover;
}
/*Contact form*/

.content-wrapper.contact-form {
  display: none;
}
/*The Athlete Foot*/

/*#TAF-logo{
    display:flex;
    div{
        margin:0 10px;
    }
    @media(max-width: @width-medium){
        flex-direction:column;
    }
}*/


/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com 
  ---------------------------------------------------*/
/* variables */
/* mixins */
/* classes */

.box-common {
  float: left;
  position: relative;
  margin-right: 8px;
  margin-bottom: 8px;
  font-size: 16px;
}
@media (max-width: 1160px) {
  .box-common {
    margin-right: 7px;
    margin-bottom: 7px;
  }
}
.box-common .image:hover .image,
.box-common .image img:hover .image {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
}
.box-common .image .text-wrapper,
.box-common .image img .text-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
@media (max-width: 745px) {
  .row-aside-left .row-aside .box-common .image,
  .row-aside-left .row-aside .box-common .image img {
    float: none;
  }
}
.box-container,
.alsoPurchasedBox {
  clear: both;
  float: left;
  position: relative;
  width: 100%;
  /*.row-content &amp; {
        width: 744px;

        @media (max-width: @width-wide) {
            width: 490px;
        }

        @media (max-width: @width-medium) {
            width: 100%;
        }

        @media (max-width: @width-narrow) {
            width: 100%;
        }
    }

    .row-aside &amp; {
        width: 100%;
    }*/

  /*.square-box {

        @media (max-width: @width-wide) {
            width: 238px;
            height: 238px;

            .image {
                height: 237px;
            }
        }

        @media (max-width: @width-medium) {
            width: 197px;
            height: 197px;

            .image {
                height: auto;
            }
        }

        @media (max-width: @width-narrow) {
            width: 48%;
            position: static;
        }

        @media (max-width: @width-narrower ) {
            width: 80%;
            position: static;
        }

        .image {
            position: static;
        }
    }*/

}
@media (max-width: 745px) {
  .box-container,
  .alsoPurchasedBox {
    width: 100%;
  }
  .row-aside-left .row-aside .box-container,
  .row-aside-left .row-aside .alsoPurchasedBox {
    width: auto;
    float: none;
  }
}
@media (max-width: 600px) {
  .box-container,
  .alsoPurchasedBox {
    width: 100%;
  }
}
.box-container .title,
.alsoPurchasedBox .title {
  width: 100%;
  text-transform: none;
  font-family: 'DINWebPro-Medium', Helvetica, Arial, sans-serif;
  margin-bottom: 20px;
  font-size: 1.5rem;
}
.box-container .landscape-box,
.alsoPurchasedBox .landscape-box {
  width: 488px;
  height: auto;
}
@media (max-width: 1160px) {
  .box-container .landscape-box,
  .alsoPurchasedBox .landscape-box {
    width: 360px;
    margin-right: 8px;
  }
}
@media (max-width: 745px) {
  .box-container .landscape-box,
  .alsoPurchasedBox .landscape-box {
    width: 280px;
    margin-right: 7px;
  }
}
@media (max-width: 600px) {
  .box-container .landscape-box,
  .alsoPurchasedBox .landscape-box {
    float: none;
  }
}
.box-container .portrait-box,
.alsoPurchasedBox .portrait-box {
  width: 100%;
  height: auto;
}
@media (max-width: 1160px) {
  .box-container .portrait-box,
  .alsoPurchasedBox .portrait-box {
    width: 100%;
  }
}
@media (max-width: 745px) {
  .box-container .portrait-box,
  .alsoPurchasedBox .portrait-box {
    width: 100%;
    height: auto;
  }
}
.box-container .basic-box,
.alsoPurchasedBox .basic-box {
  width: 100%;
}
.box-container.text-outside,
.alsoPurchasedBox.text-outside {
  width: 100%;
}
@media (max-width: 745px) {
  .box-container.text-outside .square-box,
  .alsoPurchasedBox.text-outside .square-box {
    height: 100%;
  }
}
.box-container.scrollable-vertical,
.alsoPurchasedBox.scrollable-vertical {
  -webkit-touch-callout: none;
}
.box-container.scrollable-vertical.scroll-enabled,
.alsoPurchasedBox.scrollable-vertical.scroll-enabled {
  overflow: hidden;
  width: 100%;
}
@media (max-width: 1160px) {
  .box-container.scrollable-vertical.scroll-enabled,
  .alsoPurchasedBox.scrollable-vertical.scroll-enabled {
    height: 237px !important;
  }
}
.row .row .box-container.scrollable-vertical.scroll-enabled,
.row .row .alsoPurchasedBox.scrollable-vertical.scroll-enabled {
  width: 736px;
}
@media (max-width: 1160px) {
  .row .row .box-container.scrollable-vertical.scroll-enabled,
  .row .row .alsoPurchasedBox.scrollable-vertical.scroll-enabled {
    width: 484px;
  }
}
@media (max-width: 745px) {
  .row .row .box-container.scrollable-vertical.scroll-enabled,
  .row .row .alsoPurchasedBox.scrollable-vertical.scroll-enabled {
    width: 100%;
  }
}
.box-container.scrollable-vertical.scroll-enabled .box-common,
.alsoPurchasedBox.scrollable-vertical.scroll-enabled .box-common {
  margin-right: 8px;
}
.box-container.scrollable-vertical.scroll-enabled .box-common a,
.alsoPurchasedBox.scrollable-vertical.scroll-enabled .box-common a {
  -webkit-touch-callout: default;
}
@media (max-width: 745px) {
  .box-container.scrollable-vertical.scroll-enabled .box-common,
  .alsoPurchasedBox.scrollable-vertical.scroll-enabled .box-common {
    margin-right: 7px;
  }
}
.box-container.scrollable-vertical.scroll-enabled .box-common:last-child,
.alsoPurchasedBox.scrollable-vertical.scroll-enabled .box-common:last-child {
  margin-right: 0;
}
.box-container.scrollable-vertical.scroll-enabled .scroll-wrapper,
.alsoPurchasedBox.scrollable-vertical.scroll-enabled .scroll-wrapper {
  position: absolute;
  left: 0;
}
@media (max-width: 600px) {
  .box-container.scrollable-vertical.scroll-enabled .scroll-wrapper #product-box,
  .alsoPurchasedBox.scrollable-vertical.scroll-enabled .scroll-wrapper #product-box {
    width: 280px;
    float: left;
  }
}
.box-container.scrollable-vertical.scroll-enabled .scrollable-nav,
.alsoPurchasedBox.scrollable-vertical.scroll-enabled .scrollable-nav {
  position: absolute;
  top: 100px;
  width: 52px;
  height: 51px;
  background-color: #a4a4a4;
  background-color: rgba(0, 0, 0, 0.25);
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  z-index: 10;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.box-container.scrollable-vertical.scroll-enabled .scrollable-nav:hover,
.alsoPurchasedBox.scrollable-vertical.scroll-enabled .scrollable-nav:hover {
  background-color: #848484;
}
.box-container.scrollable-vertical.scroll-enabled .scrollable-nav.prev,
.alsoPurchasedBox.scrollable-vertical.scroll-enabled .scrollable-nav.prev {
  background-image: url(/Themes/DemoShop/Content/images/scrollable-vertical-prev.png);
}
.box-container.scrollable-vertical.scroll-enabled .scrollable-nav.next,
.alsoPurchasedBox.scrollable-vertical.scroll-enabled .scrollable-nav.next {
  right: 0;
  background-image: url(/Themes/DemoShop/Content/images/scrollable-vertical-next.png);
}
.box-container .product-grid,
.alsoPurchasedBox .product-grid,
.box-container #item-boxes,
.alsoPurchasedBox #item-boxes {
  border-top: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.box-container #product-box,
.alsoPurchasedBox #product-box,
.box-container .square-box,
.alsoPurchasedBox .square-box {
  font-size: 1rem;
  box-sizing: border-box;
  margin: 0;
  padding: 0 10px;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  -moz-transition: box-shadow 0.1s ease-in;
  -webkit-transition: box-shadow 0.1s ease-in;
  -o-transition: box-shadow 0.1s ease-in;
  -ms-transition: box-shadow 0.1s ease-in;
  transition: box-shadow 0.1s ease-in;
}
.box-container #product-box a,
.alsoPurchasedBox #product-box a,
.box-container .square-box a,
.alsoPurchasedBox .square-box a,
.box-container #product-box span,
.alsoPurchasedBox #product-box span,
.box-container .square-box span,
.alsoPurchasedBox .square-box span {
  display: block;
}
.box-container #product-box:hover,
.alsoPurchasedBox #product-box:hover,
.box-container .square-box:hover,
.alsoPurchasedBox .square-box:hover {
  /*-moz-transform: scale(1.1);
            -webkit-transform: scale(1.1);
            -o-transform: scale(1.1);
            transform: scale(1.1);*/
  z-index: 9999;
  box-shadow: 4px 4px 4px #555555;
}
.box-container #product-box .ribbon,
.alsoPurchasedBox #product-box .ribbon,
.box-container .square-box .ribbon,
.alsoPurchasedBox .square-box .ribbon {
  width: 102px;
  height: 20px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}
.box-container #product-box .ribbon.sold-out-ribbon,
.alsoPurchasedBox #product-box .ribbon.sold-out-ribbon,
.box-container .square-box .ribbon.sold-out-ribbon,
.alsoPurchasedBox .square-box .ribbon.sold-out-ribbon {
  background: url("/Themes/ATG/Responsive/images/icons/slutilager.png") no-repeat;
  background-size: cover;
}
.box-container #product-box .ribbon.different-sizes-ribbon,
.alsoPurchasedBox #product-box .ribbon.different-sizes-ribbon,
.box-container .square-box .ribbon.different-sizes-ribbon,
.alsoPurchasedBox .square-box .ribbon.different-sizes-ribbon {
  background: url("/Themes/ATG/Responsive/images/icons/valjstorlek.png") no-repeat;
  background-size: cover;
}
.box-container #product-box .ribbon.coming-soon-ribbon,
.alsoPurchasedBox #product-box .ribbon.coming-soon-ribbon,
.box-container .square-box .ribbon.coming-soon-ribbon,
.alsoPurchasedBox .square-box .ribbon.coming-soon-ribbon {
  background: url("/Themes/ATG/Responsive/images/icons/inkommande.png") no-repeat;
  background-size: cover;
}
.box-container #product-box .ribbon.new-product-ribbon,
.alsoPurchasedBox #product-box .ribbon.new-product-ribbon,
.box-container .square-box .ribbon.new-product-ribbon,
.alsoPurchasedBox .square-box .ribbon.new-product-ribbon {
  background: url("/Themes/ATG/Responsive/images/icons/nyhet.png") no-repeat;
  background-size: cover;
}
.box-container #product-box .ribbon.iic-fsc-ribbon,
.alsoPurchasedBox #product-box .ribbon.iic-fsc-ribbon,
.box-container .square-box .ribbon.iic-fsc-ribbon,
.alsoPurchasedBox .square-box .ribbon.iic-fsc-ribbon {
  background: none;
  width: 50px;
  height: 50px;
  background-size: cover;
}
.box-container #product-box .ribbon.iic-fsc-recycable-1-ribbon,
.alsoPurchasedBox #product-box .ribbon.iic-fsc-recycable-1-ribbon,
.box-container .square-box .ribbon.iic-fsc-recycable-1-ribbon,
.alsoPurchasedBox .square-box .ribbon.iic-fsc-recycable-1-ribbon {
  background: none;
  width: 100px;
  height: 50px;
  background-size: cover;
}
.box-container #product-box .ribbon.iic-s-cafe-ribbon,
.alsoPurchasedBox #product-box .ribbon.iic-s-cafe-ribbon,
.box-container .square-box .ribbon.iic-s-cafe-ribbon,
.alsoPurchasedBox .square-box .ribbon.iic-s-cafe-ribbon {
  background: none;
  width: 67px;
  height: 50px;
  background-size: cover;
}
.box-container #product-box .ribbon.iic-recycling-ribbon,
.alsoPurchasedBox #product-box .ribbon.iic-recycling-ribbon,
.box-container .square-box .ribbon.iic-recycling-ribbon,
.alsoPurchasedBox .square-box .ribbon.iic-recycling-ribbon {
  background: none;
  width: 50px;
  height: 50px;
  background-size: cover;
}
.box-container #product-box .ribbon.iic-recycling-paper-4-ribbon,
.alsoPurchasedBox #product-box .ribbon.iic-recycling-paper-4-ribbon,
.box-container .square-box .ribbon.iic-recycling-paper-4-ribbon,
.alsoPurchasedBox .square-box .ribbon.iic-recycling-paper-4-ribbon {
  background: none;
  width: 188px;
  height: 50px;
  background-size: cover;
}
.box-container #product-box .ribbon.iic-recycling-paper-4-50-80-ribbon,
.alsoPurchasedBox #product-box .ribbon.iic-recycling-paper-4-50-80-ribbon,
.box-container .square-box .ribbon.iic-recycling-paper-4-50-80-ribbon,
.alsoPurchasedBox .square-box .ribbon.iic-recycling-paper-4-50-80-ribbon {
  background: none;
  width: 188px;
  height: 50px;
  background-size: cover;
}
.box-container #product-box .ribbon.iic-sustainable-ribbon,
.alsoPurchasedBox #product-box .ribbon.iic-sustainable-ribbon,
.box-container .square-box .ribbon.iic-sustainable-ribbon,
.alsoPurchasedBox .square-box .ribbon.iic-sustainable-ribbon {
  background: none;
  width: 60px;
  height: 60px;
  background-size: cover;
}
.box-container #product-box .box-text,
.alsoPurchasedBox #product-box .box-text,
.box-container .square-box .box-text,
.alsoPurchasedBox .square-box .box-text {
  /*height: 65px;*/
  vertical-align: middle;
}
.box-container #product-box .box-text br,
.alsoPurchasedBox #product-box .box-text br,
.box-container .square-box .box-text br,
.alsoPurchasedBox .square-box .box-text br {
  display: none;
}
.box-container #product-box .buttons,
.alsoPurchasedBox #product-box .buttons,
.box-container .square-box .buttons,
.alsoPurchasedBox .square-box .buttons {
  padding-top: 6px;
  text-align: center;
  vertical-align: middle;
  clear: both;
}
.box-container #product-box .buttons .btn,
.alsoPurchasedBox #product-box .buttons .btn,
.box-container .square-box .buttons .btn,
.alsoPurchasedBox .square-box .buttons .btn {
  height: 30px;
  margin: 5px auto;
}
.box-container #product-box .outofstock,
.alsoPurchasedBox #product-box .outofstock,
.box-container .square-box .outofstock,
.alsoPurchasedBox .square-box .outofstock {
  height: 50px;
  /*            text-align: right;*/
  vertical-align: center;
  /*            float: right;*/
  width: 110px;
  /*            margin-top: -45px;*/
  margin: 0 auto;
}
.box-container #product-box .outofstock .ooscontainer,
.alsoPurchasedBox #product-box .outofstock .ooscontainer,
.box-container .square-box .outofstock .ooscontainer,
.alsoPurchasedBox .square-box .outofstock .ooscontainer {
  display: inline-block;
  height: 42px;
  margin: 0 auto;
  width: 100%;
  vertical-align: middle;
}
.box-container #product-box .outofstock .ooscontainer .text,
.alsoPurchasedBox #product-box .outofstock .ooscontainer .text,
.box-container .square-box .outofstock .ooscontainer .text,
.alsoPurchasedBox .square-box .outofstock .ooscontainer .text {
  vertical-align: middle;
  padding-left: 0px;
  font-size: 14px;
  display: inline-block;
}
.box-container #product-box .outofstock .ooscontainer .incomingText,
.alsoPurchasedBox #product-box .outofstock .ooscontainer .incomingText,
.box-container .square-box .outofstock .ooscontainer .incomingText,
.alsoPurchasedBox .square-box .outofstock .ooscontainer .incomingText,
.box-container #product-box .outofstock .ooscontainer .incomingDelivery,
.alsoPurchasedBox #product-box .outofstock .ooscontainer .incomingDelivery,
.box-container .square-box .outofstock .ooscontainer .incomingDelivery,
.alsoPurchasedBox .square-box .outofstock .ooscontainer .incomingDelivery,
.box-container #product-box .outofstock .ooscontainer br,
.alsoPurchasedBox #product-box .outofstock .ooscontainer br,
.box-container .square-box .outofstock .ooscontainer br,
.alsoPurchasedBox .square-box .outofstock .ooscontainer br {
  display: none;
}
.box-container #product-box .productlisting,
.alsoPurchasedBox #product-box .productlisting,
.box-container .square-box .productlisting,
.alsoPurchasedBox .square-box .productlisting {
  font-family: 'DINWebPro-Regular', Arial, sans-serif;
  position: relative;
  text-transform: none;
  color: #333333;
  height: auto;
  left: auto;
  width: 100%;
  margin: 0;
  font-weight: 900;
  padding-top: 0;
}
.box-container #product-box .productlisting:hover,
.alsoPurchasedBox #product-box .productlisting:hover,
.box-container .square-box .productlisting:hover,
.alsoPurchasedBox .square-box .productlisting:hover {
  color: red;
}
.box-container #product-box .productlisting:hover .price,
.alsoPurchasedBox #product-box .productlisting:hover .price,
.box-container .square-box .productlisting:hover .price,
.alsoPurchasedBox .square-box .productlisting:hover .price {
  color: #333333;
}
.box-container #product-box .productlisting .discount,
.alsoPurchasedBox #product-box .productlisting .discount,
.box-container .square-box .productlisting .discount,
.alsoPurchasedBox .square-box .productlisting .discount {
  color: #ed1c24;
  margin: 5px 0;
}
.box-container #product-box .productlisting .oldprice,
.alsoPurchasedBox #product-box .productlisting .oldprice,
.box-container .square-box .productlisting .oldprice,
.alsoPurchasedBox .square-box .productlisting .oldprice {
  color: black;
  text-decoration: line-through;
  display: block;
}
.box-container #product-box .productlisting .originalprice,
.alsoPurchasedBox #product-box .productlisting .originalprice,
.box-container .square-box .productlisting .originalprice,
.alsoPurchasedBox .square-box .productlisting .originalprice {
  text-decoration: line-through;
  display: block;
}
.box-container #product-box .productlisting .price .tax,
.alsoPurchasedBox #product-box .productlisting .price .tax,
.box-container .square-box .productlisting .price .tax,
.alsoPurchasedBox .square-box .productlisting .price .tax {
  display: block;
}
.box-container #product-box .productlisting .price,
.alsoPurchasedBox #product-box .productlisting .price,
.box-container .square-box .productlisting .price,
.alsoPurchasedBox .square-box .productlisting .price {
  margin-top: 10px;
  font-size: 1.5rem;
}
@media (max-width: 480px) {
  .box-container #product-box,
  .alsoPurchasedBox #product-box,
  .box-container .square-box,
  .alsoPurchasedBox .square-box {
    display: inline;
    float: none;
  }
}
.box-container #product-box .chooseSize,
.alsoPurchasedBox #product-box .chooseSize,
.box-container .square-box .chooseSize,
.alsoPurchasedBox .square-box .chooseSize {
  margin: 0;
}
.box-container #product-box .chooseSize a,
.alsoPurchasedBox #product-box .chooseSize a,
.box-container .square-box .chooseSize a,
.alsoPurchasedBox .square-box .chooseSize a {
  display: inline-block;
  height: 32px;
  color: #333333;
  text-decoration: none;
}
.box-container #product-box .chooseSize a span:before,
.alsoPurchasedBox #product-box .chooseSize a span:before,
.box-container .square-box .chooseSize a span:before,
.alsoPurchasedBox .square-box .chooseSize a span:before {
  background-image: url("/Themes/seb/Content/images/choosesize.png");
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  display: inline-block;
  content: "";
  margin-right: 3px;
}
.box-container #product-box .chooseSize a:hover,
.alsoPurchasedBox #product-box .chooseSize a:hover,
.box-container .square-box .chooseSize a:hover,
.alsoPurchasedBox .square-box .chooseSize a:hover {
  text-decoration: underline;
}
.box-text {
  position: static;
  z-index: 1;
  left: auto;
  width: 100%;
  height: 85px;
  margin: 0;
  text-decoration: none;
  -webkit-backface-visibility: visible;
  background-image: url(../images/transparent.gif);
  float: left;
}
@media (max-width: 745px) {
  .text-outside .box-text .text.bottom-left,
  .text-outside .box-text .text.bottom-right {
    bottom: 0px;
  }
}
.box-text .text {
  position: relative;
  font-size: 100%;
}
.box-text .text .text {
  position: relative;
}
.box-text .text.bold {
  font-family: 'DINWebPro-Bold', Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.box-text .text.bold.italic {
  font-family: 'DINWebPro-Medium', 'Helvetica', Arial, sans-serif;
}
.box-text .text.italic.bold {
  font-family: 'DINWebPro-Medium', 'Helvetica', Arial, sans-serif;
}
.box-text .text.light {
  color: white;
}
.box-text .text.grey {
  color: #b3b3b3;
}
.box-text .text.dark {
  color: #034ea2;
}
.box-text .text.shadow {
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.6);
}
.box-text .text.smaller {
  font-size: 75%;
}
.box-text .text.small {
  font-size: 85%;
}
.box-text .text.medium {
  font-size: 100%;
}
.box-text .text.large {
  font-size: 150%;
}
.box-text .text.top-left {
  top: 9px;
  left: 14px;
}
.box-text .text.top-center {
  top: 14px;
  width: 100%;
  text-align: center;
}
.box-text .text.top-right {
  text-align: right;
  top: 14px;
  right: 14px;
}
.box-text .text.bottom-left {
  margin-top: 10px;
  text-align: center;
  width: 100%;
  text-transform: none;
  font-weight: bold;
}
.box-text .text.bottom-left:hover {
  color: #034ea2;
  opacity: 0.8;
}
@media (max-width: 745px) {
  .box-text .text.bottom-left {
    width: 197px;
  }
}
.box-text .text.bottom-center {
  bottom: 14px;
  width: 100%;
  height: 20px;
  text-align: center;
}
.box-text .text.bottom-right {
  text-align: right;
  bottom: 14px;
  right: 14px;
}
.text-outside .box-text .text {
  color: black;
  text-transform: uppercase;
}
#CarouselBox {
  height: 320px;
}
@media (max-width: 600px) {
  #CarouselBox {
    width: 150px;
    height: 150px;
  }
}
/*CUSTOM BOX CSS*/

/*Approval*/

.approval .box-container {
  float: none;
}
.Save .box-container {
  float: none;
}
/*Also Purchase Box*/

/*End Also Purchase Box*/

/*ProductSearchWrapper*/

.dropshipmenttitle,
.orderwindowtitle,
.stocktitle {
  clear: both;
}
#ProductSearchWrapper {
  width: 100%;
  clear: both;
  margin-bottom: 10px;
  position: relative;
  border: #d9dcdf 1px solid;
  padding: 10px;
}
#ProductSearchWrapper:hover {
  box-shadow: 4px 4px 4px #555555;
}
#ProductSearchWrapper #product-box {
  height: inherit;
  margin-top: 0;
  position: relative;
  width: 100%;
  border: none;
  overflow: visible;
}
#ProductSearchWrapper #product-box:hover {
  transform: none;
  box-shadow: none;
}
#ProductSearchWrapper #product-box .image {
  float: left;
  width: 15%;
  height: auto;
}
#ProductSearchWrapper #product-box .image img {
  max-width: 150px;
  height: auto;
}
@media (max-width: 600px) {
  #ProductSearchWrapper #product-box .image {
    float: none;
    width: 150px;
    margin: 0 auto;
  }
}
#ProductSearchWrapper #product-box .box-text {
  height: 100px;
  width: 84%;
  float: right;
}
#ProductSearchWrapper #product-box .box-text .productlisting {
  text-align: left;
}
#ProductSearchWrapper #product-box .box-text .description {
  position: absolute;
  top: 70px;
  left: 0;
}
#ProductSearchWrapper #product-box .box-text .price {
  position: absolute;
  right: 0;
  top: 10px;
}
#ProductSearchWrapper #product-box .buttons {
  margin-top: 20px;
  position: relative;
  width: auto;
  clear: none;
}
#ProductSearchWrapper #product-box .buttons .btn,
#ProductSearchWrapper #product-box .buttons &gt; a {
  position: absolute;
  right: 0;
  /*top:50px;*/

}
#ProductSearchWrapper #product-box .buttons .newquantity {
  position: absolute;
  right: 0;
  top: 20px;
  width: 212px;
  line-height: 30px;
  text-align: center;
}
@media (max-width: 600px) {
  #ProductSearchWrapper #product-box {
    width: 100%;
  }
}
#ProductSearchWrapper #ProductDescription {
  float: left;
  width: 100%;
}
/*END ProductSearchWrapper*/


/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Ville Ristimäki (@villeristi)
 * 
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/

@font-face {
  font-family: 'flexslider-icon';
  src: url('fonts/flexslider-icon.eot');
  src: url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('fonts/flexslider-icon.woff') format('woff'), url('fonts/flexslider-icon.ttf') format('truetype'), url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/

.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
  outline: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/

.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides &gt; li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides &gt; li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/

.flexslider {
  margin: 0 0 60px;
  background: white;
  /*border: 4px solid #fff;*/
  position: relative;
  zoom: 1;
  overflow: hidden !important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
  zoom: 1;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 64px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "FontAwesome";
  font-size: 40px;
  display: inline-block;
  content: '\f104';
}
.flex-direction-nav a.flex-next:before {
  content: '\f105';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: black;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a .flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: black;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: 0.7;
  cursor: pointer;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}

@font-face {
    font-family: ATGRubrik;
    src: 
        url(/Themes/ATG/Content/fonts/atgwebrubrik-33bd3f0f976e058a3d3c8e2c6de5b632.woff) format("woff"), 
        url(/Themes/ATG/Content/fonts/atgwebrubrik-48c0cf69f385a6f3d8a5497d0f763617.ttf) format("truetype"), 
        url(/Themes/ATG/Content/fonts/atgwebrubrik-80eb0eda8d92e8e701635e7bd321506c.svg#) format("svg");
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: ATGText;
    src: 
        url(/Themes/ATG/Content/fonts/atgwebtext-regular-9c47948b6708a4aaf5e74820c7b1d0ce.woff) format("woff"), 
        url(/Themes/ATG/Content/fonts/atgwebtext-regular-b5b1ec249c086b7d47d4897ffedf1724.ttf) format("truetype"), 
        url(/Themes/ATG/Content/fonts/atgwebtext-regular-6112534cf69c31e70dc0db817f0193d9.svg#ATGTextRegular) format("svg");
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: ATGTextRegular;
    src: 
        url(/Themes/ATG/Content/fonts/atgwebtext-regularitalic-de05701646552573acf544a30c440081.woff) format("woff"), 
        url(/Themes/ATG/Content/fonts/atgwebtext-regularitalic-15f37e7f2f73971e46f8c0dafe9d5f46.ttf) format("truetype"), 
        url(/Themes/ATG/Content/fonts/atgwebtext-regularitalic-fadf9b491bead23591e227e454fc0775.svg#ATGTextItalic) format("svg");
    font-weight: 400;
    font-style: italic
}
@font-face {
    font-family: ATGTextBold;
    src: 
        url(/Themes/ATG/Content/fonts/atgwebtext-bold-241218f702ac149502d56d1450a9b862.woff) format("woff"), 
        url(/Themes/ATG/Content/fonts/atgwebtext-bold-8e408ccc97ba17da39fc4db20e7e7c63.ttf) format("truetype"), 
        url(/Themes/ATG/Content/fonts/atgwebtext-bold-f9b54ec9f438291f85a5987f94f0b44a.svg#ATGTextBold) format("svg");
    font-weight: 700;
    font-style: normal
}
@font-face {
    font-family: ATGTextExtraBold;
    src: 
        url(/Themes/ATG/Content/fonts/atgwebtext-extrabold-a0288ad10d015caf3bffcf34b18b4c90.woff) format("woff"), 
        url(/Themes/ATG/Content/fonts/atgwebtext-extrabold-325ab3ccbe430bd4a15f0c89d905f371.ttf) format("truetype"), 
        url(/Themes/ATG/Content/fonts/atgwebtext-extrabold-002e4f7a676f842da178a6ce3a30b2a7.svg#ATGTextExtraBold) format("svg");
    font-weight: 900;
    font-style: normal
}
@font-face {
    font-family: ATGTextItalic;
    src: 
        url(/Themes/ATG/Content/fonts/atgwebtext-extrabolditalic-1d7ba085fdd5ee5c3a0c401b142a6730.woff) format("woff"), 
        url(/Themes/ATG/Content/fonts/atgwebtext-extrabolditalic-abc44f36159b40afd55a98a05ad527cf.ttf) format("truetype"), 
        url(/Themes/ATG/Content/fonts/atgwebtext-extrabolditalic-0ad414f33f09b953716749f07585b8f6.svg#ATGTextExtraBoldItalic) format("svg");
    font-weight: 900;
    font-style: italic
}
@font-face {
    font-family: 'DINWebPro-Light';
    src: url('../fonts/DINWebPro-Light.eot');
    src: url('../fonts/DINWebPro-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/DINWebPro-Light.woff') format('woff'), url('../fonts/DINCompPro-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'DINWebPro-Regular';
    src: url('../fonts/DINWebPro.eot');
    src: url('../fonts/DINWebPro.eot?#iefix') format('embedded-opentype'), url('../fonts/DINWebPro.woff') format('woff'), url('../fonts/DINCompPro.ttf') format('truetype');
}

@font-face {
    font-family: 'DINWebPro-Medium';
    src: url('../fonts/DINWebPro-Medium.eot');
    src: url('../fonts/DINWebPro-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/DINWebPro-Medium.woff') format('woff'), url('../fonts/DINCompPro-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'DINWebPro-Bold';
    src: url('../fonts/DINWebPro-Bold.eot');
    src: url('../fonts/DINWebPro-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/DINWebPro-Bold.woff') format('woff'), url('../fonts/DINCompPro-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot');
    src: url('../fonts/fontawesome-webfont.eot') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff') format('woff'), url('../fonts/fontawesome-webfont.ttf') format('truetype');
}

@import "library";
/* TELERIK PLUGIN*/

.t-icon {
  background-image: url('/Themes/DefaultClean/Content/images/sprite.png');
}
/* Default theme*/

.t-widget,
.t-input {
  border-color: #989898;
  /*font-size:.75em;/* 12px base,if there are no inherited font-sizes(MVC default) */
  background-color: white;
}
/* .small .t-widget{font-size:.687em}
/* 11px base,if there are no inherited font-sizes(MVC default) */

.t-header,
.t-grid-header {
  border-color: #989898;
  background: #adadad url('/Themes/DefaultClean/Content/images/sprite.png') repeat-x 0 -852px;
}
.t-editor .t-tool-icon {
  background-image: url('/Themes/DefaultClean/Content/images/editor.png');
}
.t-loading,
.t-widget .t-loading {
  background: transparent url('/Themes/DefaultClean/Content/images/loading.gif') no-repeat 0 0;
}
.t-widget,
.t-link:link,
.t-link:active,
.t-link:visited,
.t-popup {
  color: black;
}
.t-group,
.t-content,
.t-editable-area {
  border-color: #828282;
  background-color: white;
}
.t-colorpicker .t-arrow-down {
  border-color: #989898;
}
.t-separator {
  border-color: #d8d8d8;
  background-color: #999999;
}
.t-alt {
  background-color: #f7f7f7;
}
.t-state-default {
  border-color: #828282;
}
.t-active-filter {
  background-color: #cdcdcd;
}
.t-state-hover,
.t-state-hover:hover {
  background-color: #e9e9e9;
  border-color: #828282;
}
.t-header .t-state-hover {
  background-color: #dcdada;
}
.t-state-active,
.t-header .t-state-active {
  background-color: white;
  border-color: #828282;
}
.t-state-selected {
  background-color: #dddddd;
}
.t-state-focused {
  background-color: #c2c2c2;
}
.t-dropdown .t-state-focused {
  border-color: #8a8a8a;
  background: #8a8a8a url('/Themes/DefaultClean/Content/images/sprite.png') repeat-x 0 -752px;
}
.t-state-error,
.t-widget.t-state-error,
.t-widget .t-state-error,
.t-widget.input-validation-error,
.t-widget .input-validation-error {
  border-color: red;
  background-color: pink;
}
.t-button {
  border-color: #828282;
  color: #333333;
}
.t-button,
button.t-button.t-state-disabled:hover,
a.t-button.t-state-disabled:hover,
.t-state-disabled .t-button:hover {
  background: #adadad url('/Themes/DefaultClean/Content/images/sprite.png') repeat-x 0 -560px;
}
.t-button:hover {
  background-position: 0 -624px;
  background-color: #c9c9c9;
}
.t-state-disabled,
.t-state-disabled .t-link,
.t-state-disabled .t-button {
  color: #888888;
}
.t-toolbar,
.t-grouping-header,
.t-grid-pager,
.t-widget .t-status {
  border-color: #aaaaaa;
  background-color: #eeeeee;
}
.t-grid-header-wrap,
.t-grid-footer-wrap {
  border-color: #989898;
}
.t-grid td {
  border-color: #dddddd;
}
.t-grouping-row td {
  background: white url('/Themes/DefaultClean/Content/images/sprite.png') repeat-x 0 -48px;
}
.t-footer-template td {
  background-color: #eeeeee;
  border-color: #828282 #eeeeee white;
}
.t-group-footer td,
.t-grid-footer {
  background-color: #eeeeee;
  border-color: #828282;
}
.t-grouping-header .t-group-indicator {
  color: #333333;
  border-color: #cccccc;
}
.t-grouping-dropclue {
  background: url('/Themes/DefaultClean/Content/images/sprite.png') no-repeat -48px -288px;
}
.t-grouping-row .t-group-cell,
.t-grouping-row p {
  background: white;
}
.t-treeview .t-drop-clue {
  background-image: url('/Themes/DefaultClean/Content/images/sprite.png');
  background-position: 0 -358px;
}
.t-treeview .t-state-selected {
  border-color: #838383;
}
.t-panelbar .t-link,
.t-panelbar .t-group,
.t-panelbar .t-content {
  border-color: #aaaaaa;
}
.t-calendar th {
  border-color: #c5c5c5;
}
.t-other-month .t-link {
  color: #898989;
}
.t-treeview-lines .t-top,
.t-treeview-lines .t-mid,
.t-treeview-lines .t-bot {
  background-image: url('/Themes/DefaultClean/Content/images/treeview-nodes.png');
}
.t-rtl .t-treeview-lines .t-top,
.t-rtl .t-treeview-lines .t-mid,
.t-rtl .t-treeview-lines .t-bot {
  background-image: url('/Themes/DefaultClean/Content/images/treeview-nodes-rtl.png');
}
.t-treeview-lines .t-item {
  background-image: url('/Themes/DefaultClean/Content/images/treeview-line.png');
}
.t-treeview-lines .t-last {
  background-image: none;
}
.t-editor-button .t-state-hover {
  border-color: #e2e2e2 #878787 #878787 #e2e2e2;
  background-color: #c6c6c6;
}
.t-editor-button .t-state-active {
  border-color: #767676 #d0d0d0 #d0d0d0 #767676;
  background-color: #9e9e9e;
}
/* Slider */

.t-slider .t-draghandle {
  background-image: url('/Themes/DefaultClean/Content/images/sprite.png');
  color: #333333;
}
.t-slider-track {
  border-color: #a5a5a5;
}
.t-slider-horizontal .t-slider-track,
.t-slider-horizontal .t-slider-selection {
  background-image: url('/Themes/DefaultClean/Content/images/sprite.png');
}
.t-slider-vertical .t-slider-track,
.t-slider-vertical .t-slider-selection {
  background-image: url('/Themes/DefaultClean/Content/images/sprite-vertical.png');
}
.t-slider-horizontal .t-tick {
  background-image: url('/Themes/DefaultClean/Content/images/slider-h.gif');
}
.t-slider-vertical .t-tick {
  background-image: url('/Themes/DefaultClean/Content/images/slider-v.gif');
}
/* Tooltip */

.t-tooltip {
  background: #adadad 0 -624px repeat-x url('/Themes/DefaultClean/Content/images/sprite.png');
}
.t-callout {
  background-image: url('/Themes/DefaultClean/Content/images/sprite.png');
}
/* Splitter */

.t-splitbar-vertical,
.t-ghost-splitbar-vertical {
  background-image: url('/Themes/DefaultClean/Content/images/sprite.png');
}
.t-splitbar-horizontal,
.t-ghost-splitbar-horizontal {
  background-image: url('/Themes/DefaultClean/Content/images/sprite-vertical.png');
}
/* Upload */

.t-dropzone-active,
.t-upload-files {
  border-color: #828282;
}
.t-dropzone-hovered,
.t-upload-files {
  background-color: #e2e2e2;
}
.t-dropzone em {
  color: #828282;
}
.t-progress,
.t-progress-status {
  background-image: url('/Themes/DefaultClean/Content/images/sprite.png');
}
.t-progress {
  background-position: 0 -465px;
  border-color: #a1a1a1 #b3b3b3 #c8c8c8;
}
.t-progress-status {
  background-position: 0 -472px;
  border-color: #989898 transparent #6b6b6b;
}
/* ImageBrowser */

.t-imagebrowser .t-content {
  background: #f1f1f1;
}
.t-breadcrumbs .t-first,
.t-breadcrumbs .t-first:hover,
.t-search-wrap label {
  color: #9f9f9f;
}
.t-tiles {
  border-color: #e2e3ea;
  background: white;
}
.t-tile {
  border-color: white;
  background: 0 100px repeat-x url('/Themes/DefaultClean/Content/images/imagebrowser.png');
}
.t-tiles li.t-state-hover {
  border-color: #989898;
  background-position: 0 0;
}
.t-tiles li.t-state-selected {
  border-color: #989898;
  background-position: 0 -100px;
}
.t-tile .t-folder {
  background-image: url('/Themes/DefaultClean/Content/images/imagebrowser.png');
}
.t-tile em,
.t-tile .t-filesize {
  color: #666666;
}
.t-tile-empty strong {
  color: #aaaaaa;
}
/* base stylesheet */

.t-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.t-floatwrap:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  overflow: hidden;
}
.t-floatwrap {
  display: inline-block;
}
.t-floatwrap {
  display: block;
}
.t-widget,
.t-widget .t-input,
.t-widget .text-box,
.t-button {
  font-size: 100%;
}
.t-widget,
.t-input[type="text"],
.t-input[type="password"] {
  border-width: 1px;
  border-style: solid;
}
.t-widget,
* html .t-input {
  border-width: 1px;
  border-style: solid;
}
* html .t-checkbox .t-input {
  border-width: 0;
}
.t-link {
  cursor: pointer;
  outline: 0;
}
.t-grid-header span.t-link {
  cursor: default;
}
html body .t-button {
  text-decoration: none;
  /*Site.css*/

}
.t-button {
  display: inline-block;
  margin: 0;
  padding: 2px 6px;
  border-width: 1px;
  border-style: solid;
  font-family: inherit;
  font-size: 100%;
  line-height: 1.435;
  text-align: center;
  cursor: pointer;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
* + html .t-button {
  display: inline;
  zoom: 1;
}
* html .t-button {
  display: inline;
  zoom: 1;
}
* + html .t-button {
  overflow: visible;
  margin-right: 4px;
}
* html .t-button {
  overflow: visible;
  margin-right: 4px;
}
* + html a.t-button {
  line-height: 1.7;
  padding-left: 7px;
  padding-right: 7px;
  /*+1*/

}
* html a.t-button {
  line-height: 1.7;
  padding-left: 7px;
  padding-right: 7px;
  /*+1*/

}
* + html a.t-button-icon {
  padding-top: 4px;
  padding-bottom: 3px;
}
* html a.t-button-icon {
  padding-top: 4px;
  padding-bottom: 3px;
}
button.t-button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input.t-button::-moz-focus-inner {
  padding: 1px 0;
  border: 0;
}
.t-button-expand {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
a.t-button-expand {
  display: block;
}
button.t-button-expand,
input.t-button-expand {
  width: 100%;
}
body .t-button-icon {
  padding-left: 4px;
  padding-right: 4px;
}
* + html a.t-button-icon {
  padding-left: 5px;
  padding-right: 5px;
}
* html a.t-button-icon {
  padding-left: 5px;
  padding-right: 5px;
}
.t-button-icontext {
  padding-right: 8px;
  overflow: visible;
  /*IE9*/

}
.t-button-icontext .t-icon {
  margin: 0 3px 0 -3px;
  vertical-align: top;
}
* + html .t-button-icontext .t-icon {
  margin-right: 4px;
}
* html .t-button-icontext .t-icon {
  margin-right: 4px;
}
html body .t-button-bare {
  background: none !important;
  /*spares long selectors*/
  border-width: 0;
}
.t-icon,
.t-editor-button .t-tool-icon {
  background-color: transparent;
  background-repeat: no-repeat;
}
.t-header .t-link {
  text-decoration: none;
}
.t-state-disabled,
.t-state-disabled .t-link {
  cursor: default;
  outline: 0;
}
.t-state-error,
.t-widget.input-validation-error,
.t-widget .input-validation-error {
  border-style: ridge;
}
.t-icon,
.t-sprite,
.t-editor-button .t-tool-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  text-indent: -3333px;
  text-align: center;
  vertical-align: middle;
}
* html .t-icon,
* html .t-sprite,
* html .t-editor-button .t-tool-icon {
  display: inline;
  zoom: 1;
}
* html .t-icon,
.t-sprite {
  text-indent: 0;
}
* + html .t-icon,
.t-sprite {
  text-indent: 0;
}
.t-image {
  border: 0;
}
.t-state-empty {
  font-style: italic;
}
.t-popup,
.t-menu .t-group {
  -moz-box-shadow: 2px 2px 2px #aaaaaa;
  -webkit-box-shadow: 2px 2px 2px #aaaaaa;
  box-shadow: 2px 2px 2px #aaaaaa;
}
.t-treeview,
.t-grid,
.t-splitter,
.t-slider,
.t-window {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
/* Icons */

.t-expand {
  background-position: 0 -160px;
}
.t-collapse {
  background-position: 0 -176px;
}
.t-rtl .t-expand {
  background-position: -64px -160px;
}
.t-plus,
.t-plus-disabled {
  background-position: 0 -256px;
}
.t-minus,
.t-minus-disabled {
  background-position: -16px -256px;
}
.t-rtl .t-plus,
.t-rtl .t-plus-disabled {
  background-position: 0 -272px;
}
.t-rtl .t-minus,
.t-rtl .t-minus-disabled {
  background-position: -16px -272px;
}
.t-arrow-up {
  background-position: -16px -160px;
}
.t-arrow-down {
  background-position: -16px -176px;
}
.t-state-disabled .t-arrow-up {
  background-position: -32px -160px;
}
.t-state-disabled .t-arrow-down {
  background-position: -32px -176px;
}
.t-state-hover .t-arrow-up {
  background-position: -48px -160px;
}
.t-state-hover .t-arrow-down {
  background-position: -48px -176px;
}
.t-numerictextbox .t-arrow-up {
  background-position: -16px -162px;
}
.t-numerictextbox .t-arrow-down {
  background-position: -16px -178px;
}
.t-arrow-up-small {
  background-position: 0 -304px;
}
.t-arrow-down-small {
  background-position: -16px -304px;
}
.t-arrow-first {
  background-position: 0 -192px;
}
.t-arrow-prev {
  background-position: -16px -192px;
}
.t-arrow-next {
  background-position: -32px -192px;
}
.t-arrow-last {
  background-position: -48px -192px;
}
.t-state-disabled .t-arrow-first {
  background-position: 0 -208px;
}
.t-state-disabled .t-arrow-prev {
  background-position: -16px -208px;
}
.t-state-disabled .t-arrow-next {
  background-position: -32px -208px;
}
.t-state-disabled .t-arrow-last {
  background-position: -48px -208px;
}
.t-state-hover .t-arrow-first {
  background-position: 0 -224px;
}
.t-state-hover .t-arrow-prev {
  background-position: -16px -224px;
}
.t-state-hover .t-arrow-next {
  background-position: -32px -224px;
}
.t-state-hover .t-arrow-last {
  background-position: -48px -224px;
}
.t-filter {
  background-position: 0 -240px;
}
.t-clear-filter {
  background-position: -16px -240px;
}
.t-refresh {
  background-position: -32px -240px;
}
.t-icon-calendar {
  background-position: -48px -240px;
}
.t-icon-clock {
  background-position: -64px -336px;
}
.t-edit {
  background-position: 0 -336px;
}
.t-delete {
  background-position: -16px -336px;
}
.t-insert,
.t-update {
  background-position: -32px -336px;
}
.t-cancel {
  background-position: -48px -336px;
}
.t-group-delete {
  background-position: 0 -288px;
}
.t-maximize {
  background-position: -16px -288px;
}
.t-restore {
  background-position: -32px -288px;
}
.t-close {
  background-position: -64px -288px;
}
.t-insert-top {
  background-position: 0 -320px;
}
.t-insert-middle {
  background-position: -16px -320px;
}
.t-insert-bottom {
  background-position: -32px -320px;
}
.t-add {
  background-position: -48px -320px;
}
.t-denied {
  background-position: -64px -320px;
}
.t-resize-se {
  background-position: -64px -272px;
}
/* Inputs */

.t-autocomplete,
.t-input[type="text"],
.t-input[type="password"] {
  padding: 2px 1px 3px;
}
* html .t-input {
  padding: 2px 1px 3px;
}
/* Window */

div.t-window {
  display: inline-block;
  *display: inline;
  zoom: 1;
  z-index: 10001;
  position: absolute;
  border-width: 2px;
  /*ie8*/
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 0 5px 2px #aaaaaa;
  -webkit-box-shadow: 0 0 5px 2px #aaaaaa;
  box-shadow: 0 0 5px 2px #aaaaaa;
}
div.t-window,
:root .t-window {
  border-width: 0;
}
* html div.t-window {
  border-width: 2px;
}
* + html div.t-window {
  border-width: 2px;
}
.t-window-titlebar {
  padding: 0.4em 0;
  font-size: 1.2em;
  line-height: 1.2em;
  white-space: nowrap;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.t-window-title {
  cursor: default;
  position: absolute;
  text-overflow: ellipsis;
  overflow: hidden;
  left: 0.5em;
  right: 0.5em;
}
.t-window-title .t-image {
  margin: 0 5px 0 0;
  vertical-align: middle;
}
div.t-window-content {
  padding: 0.4em 0.5em;
  /*padding:0\9;margin:.4em .5em\9;border-width:0\9;*/
  /*removed due to ImageBrowser issues,no side effects found*/
  overflow: auto;
  position: relative;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.t-window-titlebar .t-window-actions {
  position: absolute;
  right: 0.5em;
  top: 0;
  padding-top: 0.3em;
  white-space: nowrap;
}
.t-window-titlebar .t-link {
  width: 16px;
  height: 16px;
  padding: 2px;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  *display: inline;
  zoom: 1;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.t-window-titlebar .t-state-hover {
  border-width: 1px;
  border-style: solid;
  padding: 1px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.t-window-actions .t-icon {
  margin: 0;
  vertical-align: top;
}
.t-window .t-resize-handle {
  position: absolute;
  z-index: 1;
  background-color: white;
  opacity: 0;
  filter: alpha(opacity=0);
  zoom: 1;
  line-height: 6px;
  font-size: 0;
}
.t-resize-n {
  top: -3px;
  left: 0;
  width: 100%;
  height: 6px;
  cursor: n-resize;
}
.t-resize-e {
  top: 0;
  right: -3px;
  width: 6px;
  height: 100%;
  cursor: e-resize;
}
.t-resize-s {
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 6px;
  cursor: s-resize;
}
.t-resize-w {
  top: 0;
  left: -3px;
  width: 6px;
  height: 100%;
  cursor: w-resize;
}
.t-resize-se {
  bottom: -3px;
  right: -3px;
  width: 16px;
  height: 16px;
  cursor: se-resize;
}
.t-resize-sw {
  bottom: -3px;
  left: -3px;
  width: 6px;
  height: 6px;
  cursor: sw-resize;
}
.t-resize-ne {
  top: -3px;
  right: -3px;
  width: 6px;
  height: 6px;
  cursor: ne-resize;
}
.t-resize-nw {
  top: -3px;
  left: -3px;
  width: 6px;
  height: 6px;
  cursor: nw-resize;
}
.t-window .t-resize-se {
  opacity: 1;
  filter: alpha(opacity=100);
  background-color: transparent;
}
.t-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: black;
  filter: alpha(opacity=50);
  opacity: 0.5;
  z-index: 10001;
}
.t-window .t-overlay {
  background-color: white;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  width: 100%;
  height: 100%;
}
.t-window .t-widget {
  z-index: 10002;
}
/* TabStrip */

.t-tabstrip {
  margin: 0;
  padding: 0;
  zoom: 1;
}
.t-tabstrip .t-tabstrip-items {
  padding: 0 0.3em;
}
.t-tabstrip-items .t-item,
.t-panelbar .t-tabstrip-items .t-item {
  list-style-type: none;
  vertical-align: top;
  display: inline-block;
  *display: inline;
  zoom: 1;
  border-width: 1px 1px 0;
  border-style: solid;
  margin: 0.1em 0.3em 0 0;
  padding: 0;
  position: relative;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.t-tabstrip-items .t-state-active,
.t-panelbar .t-tabstrip-items .t-state-active {
  padding-bottom: 1px;
  margin-bottom: -1px;
}
.t-tabstrip-items .t-link,
.t-panelbar .t-tabstrip-items .t-link {
  padding: 0.3em 0.9em;
  display: inline-block;
  *display: inline;
  zoom: 1;
  border-bottom-width: 0;
  outline: 0;
}
.t-tabstrip-items .t-icon,
.t-panelbar .t-tabstrip-items .t-icon {
  margin: -1px 4px 0 -3px;
  vertical-align: top;
}
.t-tabstrip-items .t-item .t-image,
.t-tabstrip-items .t-item .t-sprite,
.t-panelbar .t-tabstrip-items .t-item .t-image,
.t-panelbar .t-tabstrip-items .t-item .t-sprite {
  vertical-align: middle;
  margin: -3px 3px 0 -6px;
}
* html .t-tabstrip-items .t-item .t-image,
* html .t-tabstrip-items .t-item .t-sprite {
  vertical-align: top;
  margin-top: -1px;
}
* + html .t-tabstrip-items .t-item .t-image,
* + html .t-tabstrip-items .t-item .t-sprite {
  vertical-align: top;
  margin-top: -1px;
}
.t-tabstrip .t-content,
.t-panelbar .t-tabstrip .t-content {
  border-width: 1px;
  border-style: solid;
  margin: 0 0.3em 0.3em;
  padding: 0.3em 1em;
  position: static;
  zoom: 1;
}
.t-tabstrip &gt; .t-content,
.t-panelbar .t-tabstrip &gt; .t-content {
  display: none;
}
* html .t-tabstrip .t-content,
* html .t-panelbar .t-tabstrip .t-content {
  display: none;
}
* html .t-tabstrip .t-content .t-content,
* html .t-panelbar .t-tabstrip .t-content .t-content {
  display: block;
}
/* PanelBar */

.t-panelbar {
  zoom: 1;
}
.t-panelbar .t-item {
  list-style-type: none;
  display: block;
  zoom: 1;
  margin: 0;
  top: 0;
  border-width: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.t-panelbar .t-image,
.t-panelbar .t-sprite {
  vertical-align: middle;
  margin-right: 5px;
  margin-top: 4px;
  float: left;
}
.t-panelbar .t-group .t-image,
.t-panelbar .t-group .t-sprite {
  margin-top: 1px;
}
.t-panelbar .t-link {
  line-height: 2.05em;
  padding: 0 1em;
  border-bottom: 1px solid;
  display: block;
  position: relative;
  text-decoration: none;
  zoom: 1;
}
.t-panelbar .k-link:after {
  content: "";
  display: block;
  clear: both;
}
.t-panelbar .t-state-hover {
  background-image: none;
}
.t-panelbar-expand,
.t-panelbar-collapse {
  position: absolute;
  top: 5px;
  right: 2px;
}
.t-panelbar .t-group,
.t-panelbar .t-content {
  position: relative;
  zoom: 1;
  padding: 0;
  margin: 0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.t-panelbar .t-group .t-link {
  line-height: 1.7em;
  border-bottom: 0;
  font-size: 0.95em;
}
.t-panelbar .t-group .t-arrow-up,
.t-panelbar .t-group .t-arrow-down {
  top: 2px;
}
.t-panelbar .t-group .t-group .t-link {
  padding-left: 2em;
}
.t-panelbar .t-last .t-link {
  border-bottom: 0;
}
.t-panelbar .t-group .t-group {
  border-bottom: 0;
}
/* Menu */

.t-menu {
  cursor: default;
}
.t-menu,
.t-menu .t-group {
  list-style: none;
  padding: 0;
  margin: 0;
  zoom: 1;
}
.t-menu .t-group .t-link {
  padding-right: 2em;
}
.t-menu .t-item {
  position: relative;
  display: inline-block;
  *display: inline;
  zoom: 1;
  border-width: 0 1px 0 0;
  border-style: solid;
  vertical-align: top;
}
.t-menu-vertical .t-item {
  display: block;
  border-width: 0;
}
.t-menu .t-image,
.t-menu .t-sprite {
  margin: 0 4px 0 -4px;
  vertical-align: top;
}
.t-menu .t-link {
  text-decoration: none;
  padding: 0.25em 0.97em;
  display: block;
}
.t-menu .t-group {
  display: none;
  white-space: nowrap;
  border-style: solid;
  border-width: 1px;
  overflow: visible;
}
.t-menu .t-group .t-item {
  display: block;
  border-width: 0;
}
.t-menu .t-group .t-link {
  zoom: 1;
}
.t-menu .t-arrow-down {
  margin-left: 2px;
  margin-right: -10px;
  vertical-align: top;
}
.t-menu .t-arrow-next {
  position: absolute;
  right: 0;
  top: 3px;
}
.t-menu .t-animation-container,
.t-menu .t-group,
.t-menu-context {
  left: -1px;
  position: absolute;
}
.t-menu-context .t-group {
  position: static;
  display: block;
}
.t-menu-context {
  z-index: 11000;
}
.t-menu .t-animation-container .t-animation-container,
.t-menu .t-group .t-group {
  left: 100%;
  top: -1px;
}
.t-menu-vertical .t-animation-container,
.t-menu-vertical .t-group {
  left: 100%;
  top: -1px;
}
.t-menu .t-animation-container .t-group {
  left: auto;
  top: auto;
}
/* Grid */

.t-grid {
  position: relative;
  zoom: 1;
}
.t-grid table {
  width: 100%;
  border-collapse: separate;
  empty-cells: show;
  border: 0;
}
.t-grid-header .t-header {
  text-align: left;
}
.t-grid-header .t-header {
  padding: 0.3em 0.6em;
  border-width: 0 0 1px 1px;
  border-style: solid;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.t-grid-header .t-header .t-link {
  line-height: 18px;
  /* due to sorting icons*/
  height: 18px;
  display: block;
  margin: -0.3em -0.6em;
  padding: 0.3em 2.4em 0.3em 0.6em;
  border: 0;
}
.t-grid-header .t-header .t-icon {
  position: static;
}
.t-grid .t-state-hover {
  cursor: pointer;
}
.t-grid td {
  padding: 0.25em 0.6em;
  border-style: solid;
  border-width: 0;
  border-left-width: 1px;
  vertical-align: middle;
  line-height: 1.6em;
  overflow: hidden;
  text-overflow: ellipsis;
}
.t-grid .t-grouping-row td,
.t-grid .t-hierarchy-cell {
  overflow: visible;
}
.t-grid-edit-row td {
  text-overflow: clip;
}
.t-grid-header-wrap,
.t-grid-footer-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  zoom: 1;
  border-style: solid;
  border-width: 0 1px 0 0;
}
div.t-grid-header,
div.t-grid-footer {
  padding-right: 17px;
  /* width of scrollbar. may vary across operating systems. can be calculated. */
  zoom: 1;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
div.t-grid-header .t-header {
  border-bottom-width: 0;
}
.t-grid-content {
  position: relative;
  overflow: auto;
  overflow-x: auto;
  overflow-y: scroll;
  width: 100%;
  zoom: 1;
}
.t-grid-header table,
.t-grid-content table,
.t-grid-footer table {
  table-layout: fixed;
}
* html .t-grid-header table,
* html .t-grid-content table {
  width: auto;
}
* + html .t-grid-header table,
* + html .t-grid-content table {
  width: auto;
}
.t-grid-toolbar {
  border-width: 1px 0 0;
  border-style: solid;
}
.t-grid-header .t-header:first-child,
.t-grid tbody td:first-child,
.t-grid tfoot td:first-child {
  border-left-width: 0;
}
/* Grid ::paging */

.t-grid-pager {
  padding: 0.2em 0.6em;
  line-height: 1.8em;
  overflow: auto;
  border-width: 1px 0 0;
  border-style: solid;
}
.t-grid-pager:first-child,
.t-grouping-header + .t-grid-pager,
.t-grid-toolbar:first-child,
.t-grouping-header + .t-grid-toolbar,
.t-grid-toolbar + .t-grid-pager {
  border-width: 0 0 1px;
}
* html .t-grid .t-grid-pager {
  border-width: 1px 0;
}
* html .t-grid-pager input {
  vertical-align: middle;
}
* + html .t-grid-pager input {
  vertical-align: middle;
}
.t-grid .t-pager,
.t-grid .t-status,
.t-grid .t-status-text,
.t-pager .t-numeric,
.t-pager .t-page-i-of-n,
.t-pager .t-link,
.t-pager span,
.t-pager input,
.t-pager .t-page-size,
.t-grouping-row p {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
}
.t-pager .t-page-size {
  line-height: 1.2em;
}
.t-footer-template td {
  border-width: 1px 0 0 1px;
  border-style: solid;
}
.t-group-footer td {
  border-width: 1px 0;
  border-style: solid;
}
.t-grid-footer {
  border-style: solid;
  border-width: 1px 0 0;
}
.t-grid-footer td {
  border-top-width: 0;
}
.t-grid .t-status {
  float: left;
  margin: -0.2em 0.6em -0.2em -0.6em;
  padding: 0.2em 0.6em;
  height: 1.85em;
  border-right-width: 1px;
  border-right-style: solid;
}
.t-grid .t-pager {
  float: left;
  cursor: default;
}
.t-grid .t-status-text {
  float: right;
  margin-right: 0.2em;
}
.t-pager .t-link {
  text-decoration: none;
  padding: 1px;
  margin-top: 0.2em;
  border-width: 0;
  line-height: 16px;
}
.t-pager .t-state-active,
.t-pager .t-state-hover {
  padding: 0;
  border-width: 1px;
  border-style: solid;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.t-pager span,
.t-pager .t-link {
  vertical-align: top;
}
.t-pager .t-numeric,
.t-pager .t-page-i-of-n {
  margin: 0 7px;
  vertical-align: top;
}
.t-numeric .t-link,
.t-numeric .t-state-active {
  margin-top: 0;
  padding: 0 5px;
  line-height: 22px;
  vertical-align: top;
}
.t-numeric .t-state-active,
.t-numeric .t-state-hover {
  padding: 0 4px;
  line-height: 20px;
}
.t-page-i-of-n input {
  width: 2em;
  vertical-align: baseline;
  font-size: 1em;
}
.t-grid-pager .t-status .t-icon {
  vertical-align: top;
  margin-top: 3px;
}
/* Grid ::filtering */

.t-grid-filter {
  float: right;
  height: 18px;
  padding: 0.3em 0.2em;
  position: relative;
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin: -1.8em -0.6em -0.3em 3px;
}
.t-grid-filter .t-icon {
  vertical-align: top;
}
.t-grid .t-animation-container {
  position: absolute;
}
.t-grid .t-filter-options {
  position: absolute;
  border-width: 1px;
  border-style: solid;
  padding: 3px;
  width: 148px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.t-filter-options .t-filter-help-text,
.t-filter-options select,
.t-filter-options input,
.t-filter-options .t-button,
.t-filter-options .t-datepicker {
  display: block;
  margin-bottom: 4px;
}
.t-filter-options select {
  width: 148px;
}
.t-filter-options input {
  width: 142px;
}
.t-filter-options .t-datepicker {
  width: 100%;
}
.t-filter-options .t-filter-button {
  margin-bottom: 0;
}
.t-filter-options .t-filter-logic {
  width: 5em;
}
/* Grid ::grouping */

.t-grouping-row .t-icon {
  margin: 0 4px;
}
.t-grouping-row p {
  padding: 0 0.6em;
  margin-left: -0.6em;
}
.t-grid .t-group-cell + td,
.t-grid .t-hierarchy-cell + td {
  border-left-width: 0;
}
.t-grid .t-group-col,
.t-grid .t-hierarchy-col {
  width: 30px;
}
.t-grouping-header {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.t-grouping-header,
.t-grouping-dropclue {
  height: 24px;
  line-height: 24px;
}
.t-grouping-dropclue {
  position: absolute;
  width: 6px;
}
.t-grouping-header .t-group-indicator {
  display: inline-block;
  *display: inline;
  zoom: 1;
  border-width: 1px;
  border-style: solid;
  line-height: 1.5em;
  padding: 0.15em 0.15em 0.15em 0.4em;
  margin: 0 3px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.t-grouping-header .t-link {
  text-decoration: none;
  display: inline-block;
  *display: inline;
  zoom: 1;
  line-height: normal;
  padding: 0;
  border-style: none;
}
.t-grouping-header .t-button {
  padding: 0;
  border: 0;
  background: transparent;
  line-height: 1;
}
.t-grouping-header .t-link .t-icon {
  margin: 0 0 0 -3px;
}
.t-grouping-header .t-button .t-icon {
  margin: 0 0 0 3px;
}
.t-grouping-header a,
.t-grouping-header .t-button {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
}
/* Grid ::editing */

.t-dirty {
  width: 0;
  height: 0;
  vertical-align: top;
  position: absolute;
  padding: 0;
  margin: -0.45em 0 0 -0.6em;
  overflow: hidden;
  border-width: 3px;
  border-style: solid;
  border-color: red transparent transparent red;
}
* html .t-dirty {
  border-color: red pink pink red;
  filter: chroma(color=pink);
}
.t-grouping-header,
.t-grid-toolbar {
  cursor: default;
  margin: 0;
  padding: 0.25em;
}
.t-grid .t-edit-container {
  padding: 0;
}
.t-edit-form {
  padding: 0;
  margin: 0;
}
.t-grid-edit-row .t-edit-form td {
  border-bottom-width: 0;
}
.t-grid-edit-row .text-box,
.t-grid-edit-row .t-numerictextbox,
.t-grid-edit-row .t-datepicker {
  vertical-align: middle;
  width: 5em;
  max-width: 90%;
  min-width: 90%;
  /* IE8 calculates width:90% wrong,so we have to trick it */
  margin: -0.4em -0.3em -0.15em;
}
.t-grid-edit-row .t-dropdown,
.t-grid-edit-row .t-combobox {
  width: 5em;
  max-width: 90%;
  min-width: 90%;
  /* IE8 calculates width:90% wrong,so we have to trick it */
  line-height: normal;
  margin: -0.1em -0.3em -0.45em;
}
* html .t-grid .text-box {
  width: 90%;
}
.t-edit-form-container {
  position: relative;
}
.t-grid .field-validation-error {
  display: block;
}
.t-grid .input-validation-error {
  border-style: ridge;
  border-color: red;
  background-color: pink;
}
.t-grid-toolbar .t-button {
  vertical-align: middle;
}
.t-grid-actions {
  display: inline-block;
}
* html .t-grid-actions {
  display: inline;
  zoom: 1;
  vertical-align: bottom;
}
* + html .t-grid-actions {
  display: inline;
  zoom: 1;
  vertical-align: bottom;
}
.t-grid .t-button,
.t-edit-form .t-button {
  margin: 0 0.2em;
}
.t-grid tbody .t-button {
  min-width: 64px;
  /*main setting*/

}
.t-grid tbody button.t-button,
#ie8#skips {
  min-width: 78px;
  /*+14 for buttons,except IE8*/

}
* + html .t-grid tbody a.t-button {
  min-width: 62px;
  /*-2 for links for IE7*/

}
html body div.t-grid tbody .t-button-icon {
  min-width: 0;
  width: auto;
}
.t-detail-row {
  position: relative;
}
.t-grid .t-detail-cell {
  overflow: visible;
}
/* Grid ::resizing */

.t-grid-resize-indicator {
  position: absolute;
  width: 2px;
  background-color: #aaaaaa;
}
.t-grid .t-resize-handle {
  cursor: col-resize;
  position: absolute;
  height: 25px;
}
/* ComboBox &amp; Drop-down*/

.t-combobox,
.t-dropdown,
.t-selectbox {
  display: inline-block;
  *display: inline;
  zoom: 1;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  width: 150px;
  border-width: 0;
}
* + html .t-combobox {
  overflow: visible;
}
/*positions icon properly*/

* html .t-combobox {
  overflow: visible;
}
.t-dropdown-wrap,
.t-picker-wrap {
  position: relative;
  display: block;
  cursor: default;
}
.t-picker-wrap {
  padding: 0 25px 0 0;
}
.t-dropdown-wrap {
  padding-right: 16px;
  /* icon width*/
  border-width: 1px;
  border-style: solid;
}
.t-combobox &gt; .t-dropdown-wrap {
  padding-right: 22px;
  /* icon width+input paddings,except IE6 */

}
* html .t-combobox .t-dropdown-wrap {
  height: 20px;
}
* html .t-picker-wrap {
  height: 20px;
  padding-right: 20px;
}
.t-picker-wrap .t-input,
.t-combobox .t-input {
  vertical-align: top;
  width: 100%;
}
.t-dropdown .t-input,
.t-combobox .t-input,
.t-selectbox .t-input {
  outline: 0;
  border-width: 0;
}
.t-dropdown .t-input,
.t-selectbox .t-input {
  background: transparent;
}
/*removes excessive spacing in IE6-7*/

* + html .t-combobox .t-input {
  margin: -1px 0;
}
* html .t-combobox .t-input {
  margin: -1px 0;
}
* html {
  position: absolute;
  top: 0;
}
.t-picker-wrap .t-select,
.t-dropdown-wrap .t-select {
  text-decoration: none;
  vertical-align: top;
  display: inline-block;
  *display: inline;
  zoom: 1;
  cursor: default;
  position: absolute;
  /* icon positioning */
  top: 0;
  right: 0;
}
* html .t-picker-wrap .t-select,
* html .t-dropdown-wrap .t-select {
  top: 1px;
  right: 1px;
}
.t-combobox .t-select {
  border-width: 0 0 0 1px;
  border-style: solid;
  border-color: inherit;
  /* will be skin-related,inherit does not work in ie7- */

}
.t-combobox .t-icon {
  margin-top: 1px;
}
.t-dropdown .t-select,
.t-selectbox .t-select {
  border: 0;
  text-decoration: none;
  font: inherit;
  color: inherit;
  overflow: hidden;
  cursor: default;
}
.t-dropdown .t-input,
.t-selectbox .t-input {
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
  padding: 0.2em 0 0.2em 3px;
}
.t-picker-wrap .t-select,
.t-dropdown-wrap .t-select {
  position: absolute;
  right: 0;
  top: 0;
}
.t-picker-wrap .t-icon {
  vertical-align: top;
  margin-top: 3px;
}
.t-dropdown-wrap .t-icon {
  vertical-align: top;
  margin-top: 2px;
}
.t-combobox .t-input {
  height: 18px;
  line-height: 18px;
  padding: 1px 3px;
  border: 0;
  margin: 0;
}
.t-picker-wrap .t-select,
.t-dropdown-wrap .t-select {
  height: 20px;
  line-height: 20px;
}
.t-popup {
  border-width: 1px;
  border-style: solid;
}
.t-popup .t-item {
  padding: 1px 5px 1px 3px;
  cursor: default;
}
/* Calendar */

.t-calendar {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 203px;
  position: relative;
  overflow: hidden;
}
.t-calendar .t-link {
  text-decoration: none;
}
.t-calendar .t-action-link {
  text-decoration: underline;
}
.t-calendar .t-header,
.t-calendar .t-footer {
  clear: both;
  padding: 0.4em 0;
  text-align: center;
  position: relative;
  zoom: 1;
}
.t-footer .t-nav-today:hover {
  text-decoration: underline;
}
.t-calendar .t-nav-prev,
.t-calendar .t-nav-next {
  position: absolute;
  top: 0.3em;
}
.t-calendar .t-nav-prev {
  left: 1%;
}
.t-calendar .t-nav-next {
  right: 1%;
}
.t-calendar .t-content {
  text-align: right;
  width: 100%;
  height: 169px;
  table-layout: fixed;
  border-style: none;
  margin: 0;
  padding: 0;
}
.t-calendar .t-animation-container .t-content {
  height: 100%;
}
.t-calendar .t-nav-fast {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 75%;
}
.t-calendar .t-nav-fast .t-icon {
  vertical-align: top;
}
.t-calendar th {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  font-weight: normal;
  cursor: default;
}
.t-calendar td {
  cursor: pointer;
  padding: 1px;
}
.t-calendar .t-state-focus {
  border-width: 1px;
  border-style: dotted;
  padding: 0;
}
.t-calendar .t-content .t-link {
  display: block;
  overflow: hidden;
  position: relative;
}
.t-calendar th,
.t-calendar .t-content .t-link {
  padding: 0.25em 0.45em 0.3em 0.1em;
}
.t-calendar .t-meta-view .t-link {
  padding: 0.25em 0 0.3em;
  text-align: center;
}
/* Date/Time Pickers */

.t-timepicker,
.t-datetimepicker,
.t-datepicker {
  border: 0;
  white-space: nowrap;
  width: 8.5em;
}
.t-datetimepicker {
  width: 13em;
}
div.t-timepicker,
div.t-datetimepicker,
div.t-datepicker {
  background: none transparent;
  /* don't allow t-widget to add background-color */

}
.t-datetimepicker .t-picker-wrap {
  padding-right: 44px;
}
* html .t-datetimepicker .t-picker-wrap {
  padding-right: 40px;
}
.t-datetimepicker .t-icon-calendar {
  margin-right: 3px;
}
.t-picker-wrap .t-icon {
  cursor: pointer;
}
.t-state-disabled .t-picker-wrap .t-icon {
  cursor: default;
}
.t-timepicker,
.t-datepicker,
.t-datetimepicker {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
}
.t-picker-wrap .t-input {
  margin: 0;
}
.t-iframe-overlay {
  position: absolute;
  width: 100%;
  border: 0;
  top: 0;
  left: 0;
  filter: alpha(opacity=0);
}
.t-time-popup .t-item {
  padding: 1px 3px;
}
/* TreeView */

div.t-treeview {
  /* don't allow t-widget to add border or background */
  border-width: 0;
  background: 0;
  white-space: nowrap;
  overflow: auto;
}
.t-treeview .t-item {
  padding: 0 0 0 16px;
  margin: 0;
  border-width: 0;
  position: static;
  top: auto;
  display: block;
}
.t-treeview .t-group,
.t-treeview .t-content {
  list-style-type: none;
  background: 0;
  margin: 0;
  padding: 0;
}
.t-treeview .t-animation-container {
  height: auto !important;
}
.t-treeview .t-icon,
.t-treeview .t-image,
.t-treeview .t-sprite,
.t-treeview .t-in {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
}
.t-treeview .t-plus,
.t-treeview .t-minus,
.t-treeview .t-plus-disabled,
.t-treeview .t-minus-disabled {
  margin-left: -16px;
  margin-top: 2px;
  float: left;
  /* required for Opera */
  *float: none;
  /* IE6 does not like it as node text wraps */
  cursor: pointer;
}
.t-treeview .t-plus-disabled,
.t-treeview .t-minus-disabled {
  cursor: default;
}
.t-treeview .t-sprite,
.t-treeview .t-image {
  margin-right: 3px;
}
.t-treeview .t-in {
  margin: 1px 0;
  padding: 2px 4px 2px 3px;
  text-decoration: none;
  line-height: 16px;
  margin-left: 2px;
}
.t-treeview span.t-in {
  cursor: default;
}
.t-treeview .t-state-hover,
.t-treeview .t-state-selected {
  padding: 1px 3px 1px 2px;
  border-width: 1px;
  border-style: solid;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.t-treeview .t-drop-clue {
  width: 80px;
  visibility: hidden;
  height: 5px;
  position: absolute;
  margin-top: -3px;
  z-index: 10000;
  background-color: transparent;
  background-repeat: no-repeat;
}
/* TreeView ::node lines */

.t-treeview-lines .t-top,
.t-treeview-lines .t-mid,
.t-treeview-lines .t-bot {
  background-repeat: no-repeat;
  margin-left: -16px;
  padding-left: 16px;
}
.t-treeview-lines .t-top {
  background-position: -91px 0;
}
.t-treeview-lines .t-bot {
  background-position: -69px -22px;
}
.t-treeview-lines .t-mid {
  background-position: -47px -44px;
}
.t-treeview-lines .t-last .t-top {
  background-position: -25px -66px;
}
.t-treeview-lines .t-group .t-last .t-bot {
  background-position: -69px -22px;
}
.t-treeview-lines .t-item {
  background-repeat: no-repeat;
}
.t-treeview-lines .t-first {
  background-repeat: no-repeat;
  background-position: 0 16px;
}
/* NumericTextBox */

div.t-numerictextbox {
  display: inline-block;
  *display: inline;
  zoom: 1;
  position: relative;
  vertical-align: middle;
  white-space: nowrap;
  border: 0;
  background: transparent;
}
.t-numerictextbox .t-input/*alignment of arrows in WebKit*/ {
  margin: 0;
  border: none;
  margin-top: -3px;
}
.t-formatted-value {
  position: absolute;
}
* + html .t-formatted-value {
  padding-top: 4px;
}
.t-numerictextbox .t-icon {
  margin-left: -16px;
}
.t-numerictextbox .t-link {
  border-style: none;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.t-numerictextbox .t-arrow-up {
  vertical-align: top;
  margin-top: 1px;
  height: 10px;
}
.t-numerictextbox .t-arrow-down {
  vertical-align: bottom;
  margin-bottom: 1px;
  height: 11px;
}
@media print {
  .t-numerictextbox .t-input {
    visibility: hidden;
  }
  .t-numerictextbox .t-formatted-value {
    width: 100%;
    border: 1px solid;
  }
}
/* ColorPicker */

.t-colorpicker {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
}
.t-colorpicker .t-tool-icon {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  padding: 2px 3px;
  font-size: 0;
  line-height: 0;
}
.t-colorpicker .t-selected-color {
  display: block;
  height: 16px;
  width: 16px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.t-colorpicker .t-icon {
  vertical-align: middle;
  margin-top: 2px;
}
.t-colorpicker-popup {
  line-height: 0;
  width: 156px;
}
.t-colorpicker-popup .t-reset {
  padding: 0.25em;
  margin: 0;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.t-colorpicker-popup .t-item {
  float: left;
  display: block;
  overflow: hidden;
  width: 12px;
  height: 12px;
  font-size: 0;
  padding: 0;
  margin: 1px 2px 2px 1px;
}
.t-colorpicker-popup .t-item div {
  width: 100%;
  height: 100%;
  margin: 1px;
}
.t-colorpicker-popup .t-state-selected {
  margin: 0 1px 1px 0;
  border: 1px solid black;
}
/* Editor */

.t-editor {
  border-width: 1px;
  border-style: solid;
  border-collapse: separate;
  height: 250px;
  font-size: 100%;
  table-layout: fixed;
  vertical-align: top;
  width: 100%;
}
.t-editor .t-editor-toolbar-wrap {
  border: 0;
  padding: 0;
}
.t-editor-toolbar {
  margin: 0;
  padding: 0.1em 0;
  list-style-type: none;
  cursor: default;
  line-height: 1.3em;
}
.t-editor-toolbar li {
  display: inline;
  /* would have been inline-block,if not for IE */
  vertical-align: middle;
}
.t-editor-toolbar .t-editor-dropdown,
.t-editor-toolbar .t-editor-combobox,
.t-editor-toolbar .t-editor-selectbox,
.t-editor-toolbar .t-editor-colorpicker {
  margin-right: 2px;
}
.t-editor-toolbar .t-separator {
  border-width: 0 1px 0 0;
  border-style: solid;
  padding: 0 0 0 1px;
  font-size: 1.3em;
  margin: 0 0.15em;
  position: relative;
  top: 1px;
}
.t-editor-toolbar .t-break {
  display: block;
  height: 1px;
  line-height: 0;
  font-size: 0;
}
.t-editor-toolbar .t-dropdown,
.t-editor-toolbar .t-combobox,
.t-editor-toolbar .t-selectbox,
.t-editor-toolbar .t-colorpicker {
  vertical-align: middle;
}
.t-editor-button .t-tool-icon {
  vertical-align: middle;
  width: 22px;
  height: 22px;
  margin: 1px;
}
.t-editor-colorpicker .t-tool-icon {
  padding: 17px 3px 2px;
}
.t-editor-colorpicker .t-icon {
  border-style: solid;
  border-color: #cccccc;
  border-width: 0 0 0 1px;
}
.t-editor-colorpicker .t-selected-color {
  height: 3px;
}
.t-editor-combobox .t-input {
  height: 20px;
  line-height: 20px;
}
.t-editor-combobox .t-select {
  height: 22px;
  line-height: 22px;
}
.t-bold {
  background-position: -22px 0;
}
.t-italic {
  background-position: -44px 0;
}
.t-underline {
  background-position: -66px 0;
}
.t-strikethrough {
  background-position: -88px 0;
}
.t-justifyLeft {
  background-position: -110px 0;
}
.t-justifyCenter {
  background-position: -132px 0;
}
.t-justifyRight {
  background-position: -154px 0;
}
.t-justifyFull {
  background-position: -176px 0;
}
.t-insertOrderedList {
  background-position: -198px 0;
}
.t-insertUnorderedList {
  background-position: -220px 0;
}
.t-createLink {
  background-position: -242px 0;
}
.t-unlink {
  background-position: -264px 0;
}
.t-insertImage {
  background-position: -286px 0;
}
.t-foreColor .t-tool-icon {
  background-position: -308px -2px;
}
.t-backColor .t-tool-icon {
  background-position: -330px -2px;
}
.t-indent {
  background-position: -352px 0;
}
.t-outdent {
  background-position: -374px 0;
}
.t-superscript {
  background-position: -396px 0;
}
.t-subscript {
  background-position: -420px 0;
}
.t-viewHtml {
  background-position: -442px 0;
}
/* default tool widths */

.t-fontName {
  width: 110px;
}
.t-fontSize {
  width: 124px;
}
.t-formatBlock {
  width: 147px;
}
.t-editor-button .t-state-hover,
.t-editor-button .t-state-active {
  vertical-align: middle;
  border-width: 1px;
  border-style: solid;
  margin: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.t-editor-button .t-state-disabled {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.t-editor .t-editable-area {
  outline: 0;
  height: 100%;
  width: 100%;
  border-width: 1px;
  border-style: solid;
}
.t-editor .t-content {
  height: 100%;
  width: 100%;
  display: block;
  padding: 0;
  margin: 0;
  border: 0;
}
.t-editor iframe.t-content {
  display: inline;
  vertical-align: top;
  /*fixes missing top border caused by the inline display*/

}
.t-editor .t-raw-content {
  border: 0;
  margin: 0;
  padding: 0;
}
.t-editor .t-raw-content,
.t-editor-dialog .t-editor-textarea {
  font-size: inherit;
  font-family: Consolas, "Courier New", monospace;
}
.t-editor-dialog .t-editor-textarea {
  width: 600px;
  height: 350px;
  padding: 0.2em 0.2em 0.2em 0.4em;
  border-width: 1px;
  border-style: solid;
  overflow: auto;
}
.t-editor-dialog {
  padding: 1em;
}
.t-editor-dialog ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.t-form-text-row,
.t-form-checkbox-row {
  padding-bottom: 1em;
}
.t-form-text-row label {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 7em;
  text-align: right;
  padding-right: 0.5em;
}
.t-form-checkbox-row input {
  margin-left: 7em;
  font-size: inherit;
  padding: 0;
}
.t-form-checkbox-row label {
  padding-left: 0.3em;
}
.t-form-checkbox-row input,
.t-form-checkbox-row label,
.t-form-text-row label .t-form-text-row input,
.t-form-text-row select {
  vertical-align: middle;
}
.t-form-text-row input,
.t-form-text-row select {
  width: 20em;
}
.t-editor-dialog .t-button-wrapper {
  padding-top: 0.5em;
  text-align: right;
}
.t-editor-dialog .t-button {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
/* drag&amp;drop module */

.t-drag-clue {
  border-width: 1px;
  border-style: solid;
  font-size: 0.9em;
  padding: 0.05em 0.15em;
  position: absolute;
  z-index: 10003;
  white-space: nowrap;
  cursor: default;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.t-drag-status {
  margin-right: 4px;
  vertical-align: top;
  margin-top: -1px;
}
.t-reorder-cue {
  position: absolute;
  width: 1px;
  overflow: visible;
}
.t-reorder-cue .t-icon {
  width: 8px;
  height: 4px;
  position: absolute;
  left: -4px;
}
.t-reorder-cue .t-arrow-down {
  top: -4px;
  background-position: -20px -182px;
}
.t-reorder-cue .t-arrow-up {
  bottom: -4px;
  background-position: -20px -166px;
}
/* Slider */

div.t-slider {
  position: relative;
  border-width: 0;
  background-color: transparent;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.t-slider-vertical {
  width: 22px;
  height: 200px;
  /* default height */

}
.t-slider-horizontal {
  display: inline-block;
  height: 22px;
  width: 200px;
  /* default width */

}
* + html .t-slider-horizontal {
  display: inline;
  zoom: 1;
}
* html .t-slider-horizontal {
  display: inline;
  zoom: 1;
}
.t-slider-wrap {
  width: 100%;
  height: 100%;
}
.t-slider .t-button,
.t-grid .t-slider .t-button {
  position: absolute;
  top: 0;
  min-width: 0;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  outline: 0;
}
.t-slider .t-button .t-icon {
  vertical-align: top;
  margin-top: 2px;
}
.t-state-disabled .t-slider-wrap {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.t-state-disabled .t-slider-wrap .t-slider-items {
  color: #333333;
}
.t-slider .t-button-decrease {
  left: 0;
}
.t-slider-vertical .t-button-decrease,
.t-grid .t-slider-vertical .t-button-decrease {
  top: auto;
  bottom: 0;
}
.t-slider .t-button-increase {
  right: 0;
}
.t-slider .t-icon {
  cursor: pointer;
}
.t-state-disabled .t-button,
.t-state-disabled .t-draghandle,
.t-state-disabled .t-slider-wrap .t-icon,
.t-state-disabled .t-slider .t-icon {
  cursor: default;
}
* + html .t-slider .t-icon {
  margin-top: 2px;
}
* html .t-slider .t-icon {
  margin-top: 2px;
}
.t-slider-track,
.t-slider-selection {
  position: absolute;
  margin: 0;
  padding: 0;
}
.t-slider-horizontal .t-slider-track,
.t-slider-horizontal .t-slider-selection {
  height: 6px;
  top: 50%;
  left: 0;
  margin-top: -3px;
  background-repeat: repeat-x;
}
.t-slider-horizontal .t-slider-track {
  border-width: 0 1px;
  border-style: solid;
  background-position: 0 -464px;
}
.t-slider-horizontal .t-slider-selection {
  background-position: 0 -470px;
}
.t-slider-horizontal .t-slider-buttons .t-slider-track {
  left: 27px;
}
.t-slider-vertical .t-slider-track,
.t-slider-vertical .t-slider-selection {
  width: 6px;
  left: 50%;
  bottom: 0;
  margin-left: -3px;
  background-repeat: repeat-y;
}
.t-slider-vertical .t-slider-track {
  border-width: 1px 0;
  border-style: solid;
  background-position: 0 0;
}
.t-slider-vertical .t-slider-selection {
  background-position: -6px 0;
}
.t-slider-vertical .t-slider-buttons .t-slider-track {
  bottom: 27px;
}
.t-draghandle {
  position: absolute;
  background-repeat: no-repeat;
  background-color: transparent;
  text-indent: -3333px;
  text-decoration: none;
  text-align: center;
  overflow: hidden;
  cursor: pointer;
}
.t-slider-horizontal .t-draghandle {
  top: -7px;
  width: 11px;
  height: 20px;
}
.t-slider-vertical .t-draghandle {
  left: -7px;
  width: 20px;
  height: 11px;
}
.t-slider-horizontal .t-draghandle,
.t-state-disabled.t-slider-horizontal a.t-draghandle,
.t-state-disabled .t-slider-horizontal a.t-draghandle {
  background-position: 0 -368px;
}
.t-slider-horizontal .t-draghandle:hover,
.t-slider-horizontal .t-draghandle:focus {
  background-position: 0 -400px;
}
.t-slider-horizontal a.t-draghandle.t-state-active {
  background-position: 0 -432px;
}
.t-slider-vertical .t-draghandle,
.t-state-disabled.t-slider-vertical a.t-draghandle,
.t-state-disabled .t-slider-vertical a.t-draghandle {
  background-position: -32px -368px;
}
.t-slider-vertical .t-draghandle:hover,
.t-slider-vertical .t-draghandle:focus {
  background-position: -32px -400px;
}
.t-slider-vertical a.t-draghandle.t-state-active {
  background-position: -32px -432px;
}
/* float clearing start */

.t-slider-items {
  display: inline-block;
}
.t-slider-items {
  display: block;
}
.t-slider-items:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
/* float clearing end */

.t-slider-buttons .t-slider-items {
  margin-left: 27px;
}
.t-slider-horizontal .t-slider-items {
  height: 100%;
}
.t-slider-vertical .t-slider-items {
  padding-top: 1px;
}
.t-slider-vertical .t-slider-buttons .t-slider-items {
  padding-top: 0;
}
.t-slider-vertical .t-slider-buttons .t-slider-items {
  margin: 0;
  padding-top: 28px;
}
.t-slider .t-tick {
  position: relative;
  margin: 0;
  padding: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: default;
}
.t-slider-horizontal .t-tick {
  float: left;
  text-align: center;
  height: 100%;
}
/* fixes ticks position and removes spacing between them in IE6-7 */

* + html .t-slider-vertical .t-tick {
  float: left;
  clear: left;
  width: 100%;
}
* html .t-slider-vertical .t-tick {
  float: left;
  clear: left;
  width: 100%;
}
/*ticks backgrounds*/

.t-slider-horizontal .t-tick {
  background-position: center -94px;
}
.t-slider-horizontal .t-slider-topleft .t-tick {
  background-position: center -124px;
}
.t-slider-horizontal .t-slider-bottomright .t-tick {
  background-position: center -154px;
}
.t-slider-horizontal .t-tick-large {
  background-position: center -4px;
}
.t-slider-horizontal .t-slider-topleft .t-tick-large {
  background-position: center -34px;
}
.t-slider-horizontal .t-slider-bottomright .t-tick-large {
  background-position: center -64px;
}
.t-slider-vertical .t-tick {
  background-position: -94px center;
}
.t-slider-vertical .t-slider-topleft .t-tick {
  background-position: -124px center;
}
.t-slider-vertical .t-slider-bottomright .t-tick {
  background-position: -154px center;
}
.t-slider-vertical .t-tick-large {
  background-position: -4px center;
}
.t-slider-vertical .t-slider-topleft .t-tick-large {
  background-position: -34px center;
}
.t-slider-vertical .t-slider-bottomright .t-tick-large {
  background-position: -64px center;
}
.t-slider-horizontal .t-first {
  background-position: 0 -94px;
}
.t-slider-horizontal .t-tick-large.t-first {
  background-position: 0 -4px;
}
.t-slider-horizontal .t-slider-topleft .t-first {
  background-position: 0 -124px;
}
.t-slider-horizontal .t-slider-topleft .t-tick-large.t-first {
  background-position: 0 -34px;
}
.t-slider-horizontal .t-slider-bottomright .t-first {
  background-position: 0 -154px;
}
.t-slider-horizontal .t-slider-bottomright .t-tick-large.t-first {
  background-position: 0 -64px;
}
.t-slider-horizontal .t-last {
  background-position: 100% -94px;
}
.t-slider-horizontal .t-tick-large.t-last {
  background-position: 100% -4px;
}
.t-slider-horizontal .t-slider-topleft .t-last {
  background-position: 100% -124px;
}
.t-slider-horizontal .t-slider-topleft .t-tick-large.t-last {
  background-position: 100% -34px;
}
.t-slider-horizontal .t-slider-bottomright .t-last {
  background-position: 100% -154px;
}
.t-slider-horizontal .t-slider-bottomright .t-tick-large.t-last {
  background-position: 100% -64px;
}
.t-slider-vertical .t-first {
  background-position: -94px 100%;
}
.t-slider-vertical .t-tick-large.t-first {
  background-position: -4px 100%;
}
.t-slider-vertical .t-slider-topleft .t-first {
  background-position: -124px 100%;
}
.t-slider-vertical .t-slider-topleft .t-tick-large.t-first {
  background-position: -34px 100%;
}
.t-slider-vertical .t-slider-bottomright .t-first {
  background-position: -154px 100%;
}
.t-slider-vertical .t-slider-bottomright .t-tick-large.t-first {
  background-position: -64px 100%;
}
.t-slider-vertical .t-last {
  background-position: -94px 0;
}
.t-slider-vertical .t-tick-large.t-last {
  background-position: -4px 0;
}
.t-slider-vertical .t-slider-topleft .t-last {
  background-position: -124px 0;
}
.t-slider-vertical .t-slider-topleft .t-tick-large.t-last {
  background-position: -34px 0;
}
.t-slider-vertical .t-slider-bottomright .t-last {
  background-position: -154px 0;
}
.t-slider-vertical .t-slider-bottomright .t-tick-large.t-last {
  background-position: -64px 0;
}
.t-slider-vertical .t-tick {
  text-align: right;
}
.t-slider-vertical .t-slider-topleft .t-tick {
  text-align: left;
}
.t-slider .t-label {
  position: absolute;
  white-space: nowrap;
}
.t-slider-horizontal .t-label {
  left: 0;
  width: 100%;
}
.t-slider-horizontal .t-first .t-label {
  left: -50%;
}
.t-slider-horizontal .t-last .t-label {
  left: auto;
  right: -50%;
}
.t-slider-horizontal .t-label {
  bottom: -1.2em;
}
.t-slider-horizontal .t-slider-topleft .t-label {
  top: -1.2em;
}
.t-slider-vertical .t-label {
  left: 120%;
  display: block;
  text-align: left;
}
.t-slider-vertical .t-last .t-label {
  top: -0.5em;
}
.t-slider-vertical .t-first .t-label {
  bottom: -0.5em;
}
.t-slider-vertical .t-slider-topleft .t-label {
  left: auto;
  right: 120%;
}
/* Tooltip */

.t-tooltip {
  position: absolute;
  border-width: 1px;
  border-style: solid;
  padding: 4px 5px;
  background-repeat: repeat-x;
  z-index: 10002;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  min-width: 10px;
  /*slider tooltip only*/
  text-align: center;
  /*slider tooltip only*/

}
.t-callout {
  position: absolute;
}
.t-callout-n,
.t-callout-s {
  width: 9px;
  height: 6px;
}
.t-callout-w,
.t-callout-e {
  width: 6px;
  height: 9px;
}
.t-callout-n {
  top: -6px;
  left: 50%;
  margin-left: -4px;
  background-position: -64px -368px;
}
.t-callout-w {
  left: -6px;
  top: 50%;
  margin-top: -4px;
  background-position: -64px -384px;
}
.t-callout-s {
  top: 100%;
  left: 50%;
  margin-left: -4px;
  background-position: -64px -400px;
}
.t-callout-e {
  left: 100%;
  top: 50%;
  margin-top: -4px;
  background-position: -64px -416px;
}
/* Splitter */

.t-splitter {
  position: relative;
  height: 300px;
}
.t-splitter .t-pane {
  overflow: hidden;
}
.t-splitter .t-scrollable {
  overflow: auto;
}
.t-splitter .t-pane-loading {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -8px 0 0 -8px;
}
.t-ghost-splitbar,
.t-splitbar {
  position: absolute;
  border-style: solid;
  font-size: 0;
}
.t-splitter .t-ghost-splitbar-horizontal,
.t-splitter .t-splitbar-horizontal {
  top: 0;
  width: 5px;
  border-width: 0 1px;
  background-repeat: repeat-y;
}
.t-ghost-splitbar-vertical,
.t-splitbar-vertical {
  left: 0;
  height: 5px;
  border-width: 1px 0;
  background-repeat: repeat-x;
}
.t-splitbar-draggable-horizontal {
  cursor: w-resize;
}
.t-splitbar-draggable-vertical {
  cursor: n-resize;
}
.t-splitbar .t-resize-handle {
  display: none;
}
.t-restricted-size-horizontal,
.t-restricted-size-vertical {
  background-color: red;
}
.t-splitbar-horizontal .t-icon {
  width: 5px;
  height: 21px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
}
.t-collapse-prev,
.t-collapse-next,
.t-expand-prev,
.t-expand-next {
  cursor: pointer;
}
.t-splitbar-horizontal .t-collapse-prev {
  margin-top: -31px;
}
.t-splitbar-horizontal .t-collapse-next {
  margin-top: 11px;
}
.t-splitbar-vertical .t-icon {
  height: 5px;
  width: 21px;
  position: absolute;
  left: 50%;
  margin-left: -10px;
}
.t-splitbar-vertical .t-collapse-prev {
  margin-left: -31px;
}
.t-splitbar-vertical .t-collapse-next {
  margin-left: 11px;
}
.t-splitbar-draggable-vertical .t-resize-handle,
.t-splitbar-draggable-horizontal .t-resize-handle {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.t-splitbar-horizontal {
  background-position: 5px 0;
}
.t-splitbar-horizontal-hover {
  background-position: -12px 0;
}
.t-splitbar-horizontal-active,
.t-ghost-splitbar-horizontal {
  background-position: -17px 0;
}
.t-restricted-size-horizontal {
  background-position: -22px 0;
}
.t-splitbar-horizontal .t-resize-handle {
  background-position: -10px -496px;
}
.t-splitbar-horizontal-hover .t-resize-handle {
  background-position: -10px -517px;
}
.t-splitbar-horizontal .t-collapse-prev,
.t-splitbar-horizontal .t-expand-next {
  background-position: 0 -496px;
}
.t-splitbar-horizontal-hover .t-collapse-prev,
.t-splitbar-horizontal-hover .t-expand-next {
  background-position: 0 -517px;
}
.t-splitbar-horizontal .t-collapse-next,
.t-splitbar-horizontal .t-expand-prev {
  background-position: -5px -496px;
}
.t-splitbar-horizontal-hover .t-collapse-next,
.t-splitbar-horizontal-hover .t-expand-prev {
  background-position: -5px -517px;
}
.t-splitbar-vertical {
  background-position: 0 5px;
}
.t-splitbar-vertical-hover {
  background-position: 0 -476px;
}
.t-splitbar-vertical-active,
.t-ghost-splitbar-vertical {
  background-position: 0 -481px;
}
.t-restricted-size-vertical {
  background-position: 0 -486px;
}
.t-splitbar-vertical .t-resize-handle {
  background-position: -16px -496px;
}
.t-splitbar-vertical-hover .t-resize-handle {
  background-position: -16px -501px;
}
.t-splitbar-vertical .t-collapse-prev,
.t-splitbar-vertical .t-expand-next {
  background-position: -16px -506px;
}
.t-splitbar-vertical-hover .t-collapse-prev,
.t-splitbar-vertical-hover .t-expand-next {
  background-position: -16px -517px;
}
.t-splitbar-vertical .t-collapse-next,
.t-splitbar-vertical .t-expand-prev {
  background-position: -16px -511px;
}
.t-splitbar-vertical-hover .t-collapse-next,
.t-splitbar-vertical-hover .t-expand-prev {
  background-position: -16px -522px;
}
/* Upload */

html .t-upload {
  position: relative;
  /*possibly unneeded as the style is applied to an inner element as well*/
  border-width: 0;
  background: 0;
}
.t-dropzone,
.t-upload-files {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.t-dropzone em,
.t-upload-button {
  vertical-align: middle;
}
* + html .t-dropzone em,
* + html .t-widget .t-upload-button {
  vertical-align: baseline;
}
* html .t-dropzone em,
* html .t-widget .t-upload-button {
  vertical-align: baseline;
}
.t-dropzone {
  border-style: solid;
  border-width: 0;
  padding: 4px;
  background-color: transparent;
}
.t-dropzone em {
  margin-left: 0.6em;
  visibility: hidden;
}
.t-dropzone-active {
  border-width: 1px;
  padding: 3px;
}
.t-dropzone-active em {
  visibility: visible;
}
.t-upload-button {
  width: 86px;
  position: relative;
  direction: ltr;
  overflow: hidden !important;
  /* important required by IE7 */

}
.t-upload-button input {
  font: 200px monospace !important;
  /* The input font size and family are critical for the operation of the Upload */
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  padding: 0;
  margin: 0;
  cursor: pointer;
  right: 0;
  top: 0;
  z-index: 1;
}
.t-state-disabled .t-upload-button input {
  cursor: default;
}
.t-upload-files {
  border-style: solid;
  border-width: 1px;
  margin: 0.2em 0 0;
  padding: 0.3em 0.7em 0.5em;
  line-height: 1.9em;
}
.t-upload-files .t-button {
  position: relative;
  top: 1px;
  margin-left: 8px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 84%;
}
* + html .t-upload-files .t-button {
  line-height: 1;
}
/*IE7*/

* html .t-upload-files .t-button {
  line-height: 1;
}
/*IE6*/

.t-upload .t-delete,
.t-upload .t-cancel,
.t-upload .t-retry {
  height: 8px;
  vertical-align: baseline;
}
.t-upload .t-delete,
.t-upload .t-cancel {
  width: 7px;
  background-position: -5px -292px;
}
.t-retry {
  background-position: -66px -228px;
  width: 11px;
}
.t-success {
  background-position: -64px -240px;
}
.t-fail {
  background-position: -64px -256px;
}
.t-filename {
  position: relative;
  display: inline-block;
  min-width: 120px;
  max-width: 200px;
  vertical-align: middle;
  zoom: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
}
* html .t-filename {
  width: 200px;
  display: inline;
}
* + html .t-filename {
  display: inline;
}
.t-progress,
.t-progress-status {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 118px;
  height: 2px;
  border-style: solid;
  border-width: 1px;
  background-repeat: repeat-x;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.t-progress-status {
  left: -1px;
  bottom: -1px;
  width: 50%;
}
.t-upload-selected {
  min-width: 86px;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  margin: 3px 0 0;
}
* + html .t-upload-selected {
  min-width: 100px;
}
/* ImageBrowser */

.t-toolbar-wrap .t-dropzone em,
.t-toolbar-wrap .t-upload-files {
  display: none;
}
.t-toolbar-wrap .t-dropzone {
  border: 0;
  padding: 0;
  background-color: transparent;
}
.t-search-wrap {
  float: right;
  width: auto;
  position: relative;
  padding: 0;
}
.t-search-wrap label {
  position: absolute;
  top: 0;
  left: 4px;
  line-height: 20px;
  font-style: italic;
}
.t-search-wrap input.t-input {
  width: 158px;
  padding-left: 0;
  padding-right: 0;
}
.t-search {
  background-position: -64px -176px;
}
.t-search-wrap .t-search {
  position: absolute;
  top: 1px;
  right: 2px;
}
.t-breadcrumbs {
  float: left;
  position: relative;
  width: 560px;
}
.t-breadcrumbs-wrap {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  padding-left: 5px;
  line-height: 18px;
}
html input.t-breadcrumbs-input {
  width: 100%;
  padding-left: 2px;
  font-family: inherit;
}
.t-breadcrumbs .t-link,
.t-breadcrumbs-wrap .t-icon {
  text-decoration: none;
  vertical-align: middle;
  margin-top: 0;
}
.t-breadcrumbs .t-link:hover {
  text-decoration: underline;
}
.t-imagebrowser .t-breadcrumbs .t-first {
  text-decoration: none;
  cursor: default;
}
.t-imagebrowser .t-toolbar {
  clear: both;
  border-style: solid;
  border-width: 1px;
  margin: 8px 0 0;
  padding: 2px 0 3px;
  background-repeat: repeat-x;
  line-height: 23px;
  white-space: nowrap;
  /*required by WebKit*/

}
.t-imagebrowser .t-upload {
  float: left;
}
.t-imagebrowser .t-upload-button {
  width: auto;
  vertical-align: top;
}
.t-imagebrowser .t-upload .t-icon {
  vertical-align: bottom;
}
* + html .t-imagebrowser .t-upload-button,
* + html .t-imagebrowser .t-upload .t-icon {
  vertical-align: baseline;
  position: relative;
  top: 1px;
}
* html .t-imagebrowser .t-upload-button,
* html .t-imagebrowser .t-upload .t-icon {
  vertical-align: baseline;
  position: relative;
  top: 1px;
}
* + html .t-imagebrowser .t-upload .t-icon {
  top: 2px;
}
* html .t-imagebrowser .t-upload .t-icon {
  top: 2px;
}
* + html .t-imagebrowser .t-toolbar .t-button-icon {
  vertical-align: middle;
}
* html .t-imagebrowser .t-toolbar .t-button-icon {
  vertical-align: middle;
}
.t-addfolder {
  background-position: -64px -192px;
}
.t-goup {
  background-position: -64px -208px;
}
.t-toolbar .t-state-disabled {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.t-toolbar-wrap {
  float: left;
}
.t-tiles-arrange {
  float: right;
}
* html .t-tiles-arrange {
  margin: 3px 0 0;
}
.t-tiles-arrange .t-arrow-down {
  margin: 0 2px 0 3px;
}
.t-tiles-arrange a {
  text-decoration: none;
}
.t-tiles {
  clear: both;
  height: 390px;
  border-style: solid;
  border-width: 1px;
  border-top-width: 0;
  margin: 0 0 1.4em;
  padding: 9px;
  overflow: auto;
  line-height: 1.2;
}
.t-tile {
  width: 223px;
  height: 88px;
  overflow: hidden;
  float: left;
  border-width: 1px;
  border-style: solid;
  margin: 1px;
  padding: 0 0 4px;
  cursor: pointer;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.t-imagebrowser .t-thumb {
  float: left;
  display: inline;
  width: 86px;
  height: 86px;
  margin: 4px 10px 0 4px;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.t-imagebrowser .t-image {
  margin: 2px 0 0 2px;
  -moz-box-shadow: 1px 1px 3px #aaaaaa;
  -webkit-box-shadow: 1px 1px 3px #aaaaaa;
  box-shadow: 1px 1px 3px #aaaaaa;
}
.t-imagebrowser .t-folder {
  width: 80px;
  height: 80px;
  background-position: 0 -200px;
  background-repeat: no-repeat;
}
.t-goback {
  background-position: -64px -224px;
}
.t-imagebrowser .t-loading {
  margin: 35px 0 0 33px;
}
.t-tile strong,
.t-tile input {
  margin: 10px 0 4px;
  font-weight: normal;
}
.t-tile strong {
  float: left;
  width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.t-tile input {
  width: 100px;
}
.t-tile em,
.t-tile .t-filesize {
  clear: left;
  font-weight: normal;
  font-style: normal;
}
.t-tile strong,
.t-tile input,
.t-tile em,
.t-tile .t-filesize {
  display: block;
}
.t-imagebrowser .t-form-text-row input {
  width: 628px;
}
/* * html .t-imagebrowser .t-form-text-row input{width:610px}
*+html .t-imagebrowser .t-form-text-row input{width:610px}
*/

.t-tile-empty {
  margin: 160px 0 0;
}
.t-tile-empty .t-dialog-upload {
  font-weight: bold;
  font-size: 120%;
}
.t-tile-empty strong {
  display: block;
  margin: 0 0 0.2em;
  font-size: 3em;
  font-weight: normal;
}
.t-tile-empty,
.t-tile-empty .t-button-wrapper {
  text-align: center;
}
.t-touch-scrollbar {
  position: absolute;
  display: none;
  z-index: 200000;
  height: 8px;
  width: 8px;
  border: 1px solid #8a8a8a;
  background-color: #858585;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .t-touch-scrollbar {
    height: 12px;
    width: 12px;
    -webkit-border-radius: 7px;
  }
}
/* Chart */

div.t-chart {
  border: 0;
  background-color: transparent;
}

@font-face {
  font-family: 'FontAwesome';
  src: url('/Content/fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('/Content/fonts/fontawesome-webfont.eot?#iefix&amp;v=4.7.0') format('embedded-opentype'), 
  url('/Content/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), 
  url('/Content/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), 
  url('/Content/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), 
  url('/Content/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul &gt; li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* line 3, ../../src/scss/sidr/_base.scss */
.sidr {
  /* Default Settings */
  display: none;
  position: absolute;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999999;
  width: 260px;
  overflow-x: none;
  overflow-y: auto;
  /* Theme Settings */
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  font-size: 15px;
  background: #f8f8f8;
  color: #333333;
  -webkit-box-shadow: inset 0 0 5px 5px #ebebeb;
  -moz-box-shadow: inset 0 0 5px 5px #ebebeb;
  box-shadow: inset 0 0 5px 5px #ebebeb;
}
/* line 15, ../../src/scss/sidr/_base.scss */
.sidr .sidr-inner {
  padding: 0 0 15px;
}
/* line 18, ../../src/scss/sidr/_base.scss */
.sidr .sidr-inner &gt; p {
  margin-left: 15px;
  margin-right: 15px;
}
/* line 24, ../../src/scss/sidr/_base.scss */
.sidr.right {
  left: auto;
  right: -260px;
}
/* line 29, ../../src/scss/sidr/_base.scss */
.sidr.left {
  left: -260px;
  right: auto;
}
/* line 41, ../../src/scss/sidr/_base.scss */
.sidr h1, .sidr h2, .sidr h3, .sidr h4, .sidr h5, .sidr h6 {
  font-size: 11px;
  font-weight: normal;
  padding: 0 15px;
  margin: 0 0 5px;
  color: #333333;
  line-height: 24px;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #dfdfdf));
  background-image: -webkit-linear-gradient(#ffffff, #dfdfdf);
  background-image: -moz-linear-gradient(#ffffff, #dfdfdf);
  background-image: -o-linear-gradient(#ffffff, #dfdfdf);
  background-image: linear-gradient(#ffffff, #dfdfdf);
  -webkit-box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.2);
}
/* line 52, ../../src/scss/sidr/_base.scss */
.sidr p {
  font-size: 13px;
  margin: 0 0 12px;
}
/* line 55, ../../src/scss/sidr/_base.scss */
.sidr p a {
  color: rgba(51, 51, 51, 0.9);
}
/* line 60, ../../src/scss/sidr/_base.scss */
.sidr &gt; p {
  margin-left: 15px;
  margin-right: 15px;
}
/* line 65, ../../src/scss/sidr/_base.scss */
.sidr ul {
  display: block;
  margin: 0 0 15px;
  padding: 0;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid white;
}
/* line 72, ../../src/scss/sidr/_base.scss */
.sidr ul li {
  display: block;
  margin: 0;
  line-height: 48px;
  border-top: 1px solid white;
  border-bottom: 1px solid #dfdfdf;
}
/* line 81, ../../src/scss/sidr/_base.scss */
.sidr ul li:hover, .sidr ul li.active, .sidr ul li.sidr-class-active {
  border-top: none;
  line-height: 49px;
}
/* line 85, ../../src/scss/sidr/_base.scss */
.sidr ul li:hover &gt; a, .sidr ul li:hover &gt; span, .sidr ul li.active &gt; a, .sidr ul li.active &gt; span, .sidr ul li.sidr-class-active &gt; a, .sidr ul li.sidr-class-active &gt; span {
  -webkit-box-shadow: inset 0 0 15px 3px #ebebeb;
  -moz-box-shadow: inset 0 0 15px 3px #ebebeb;
  box-shadow: inset 0 0 15px 3px #ebebeb;
}
/* line 90, ../../src/scss/sidr/_base.scss */
.sidr ul li a, .sidr ul li span {
  padding: 0 15px;
  display: block;
  text-decoration: none;
  color: #333333;
}
/* line 97, ../../src/scss/sidr/_base.scss */
.sidr ul li ul {
  border-bottom: none;
  margin: 0;
}
/* line 100, ../../src/scss/sidr/_base.scss */
.sidr ul li ul li {
  line-height: 40px;
  font-size: 13px;
}
/* line 104, ../../src/scss/sidr/_base.scss */
.sidr ul li ul li:last-child {
  border-bottom: none;
}
/* line 110, ../../src/scss/sidr/_base.scss */
.sidr ul li ul li:hover, .sidr ul li ul li.active, .sidr ul li ul li.sidr-class-active {
  border-top: none;
  line-height: 41px;
}
/* line 114, ../../src/scss/sidr/_base.scss */
.sidr ul li ul li:hover &gt; a, .sidr ul li ul li:hover &gt; span, .sidr ul li ul li.active &gt; a, .sidr ul li ul li.active &gt; span, .sidr ul li ul li.sidr-class-active &gt; a, .sidr ul li ul li.sidr-class-active &gt; span {
  -webkit-box-shadow: inset 0 0 15px 3px #ebebeb;
  -moz-box-shadow: inset 0 0 15px 3px #ebebeb;
  box-shadow: inset 0 0 15px 3px #ebebeb;
}
/* line 119, ../../src/scss/sidr/_base.scss */
.sidr ul li ul li a, .sidr ul li ul li span {
  color: rgba(51, 51, 51, 0.8);
  padding-left: 30px;
}
/* line 128, ../../src/scss/sidr/_base.scss */
.sidr form {
  margin: 0 15px;
}
/* line 132, ../../src/scss/sidr/_base.scss */
.sidr label {
  font-size: 13px;
}
/* line 146, ../../src/scss/sidr/_base.scss */
.sidr input[type="text"],
.sidr input[type="password"],
.sidr input[type="date"],
.sidr input[type="datetime"],
.sidr input[type="email"],
.sidr input[type="number"],
.sidr input[type="search"],
.sidr input[type="tel"],
.sidr input[type="time"],
.sidr input[type="url"],
.sidr textarea, .sidr select {
  width: 100%;
  font-size: 13px;
  padding: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  border: none;
  background: rgba(0, 0, 0, 0.1);
  color: rgba(51, 51, 51, 0.6);
  display: block;
  clear: both;
}
/* line 160, ../../src/scss/sidr/_base.scss */
.sidr input[type=checkbox] {
  width: auto;
  display: inline;
  clear: none;
}
/* line 167, ../../src/scss/sidr/_base.scss */
.sidr input[type=button],
.sidr input[type=submit] {
  color: #f8f8f8;
  background: #333333;
}
/* line 171, ../../src/scss/sidr/_base.scss */
.sidr input[type=button]:hover,
.sidr input[type=submit]:hover {
  background: rgba(51, 51, 51, 0.9);
}

/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com 
  ---------------------------------------------------*/
/* variables */
/* mixins */
#sidr-main-menu .sidr-inner h3 {
  box-shadow: none;
  background-image: none;
  font-family: 'DINWebPro-Bold', 'Helvetica', Arial, sans-serif;
  font-size: 16px;
}
#sidr-main-menu .sidr-inner #sidr-id-header-menu {
  border-top: none;
}
#sidr-main-menu .sidr-inner #sidr-id-header-menu .sidr-class-productheader {
  border-top: none;
  height: 59px;
}
#sidr-main-menu .sidr-inner #sidr-id-header-menu .sidr-class-productheader h3 {
  padding-top: 30px;
}
#sidr-main-menu .sidr-inner #sidr-id-top-nav-menu .sidr-class-tool-item-cart {
  display: none;
}
#sidr-main-menu .sidr-inner #sidr-id-top-nav-menu .sidr-class-wishlist {
  display: none;
}

.toast-title {
  font-weight: bold;
}
.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.toast-message a,
.toast-message label {
  color: white;
}
.toast-message a:hover {
  color: #cccccc;
  text-decoration: none;
}
.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: white;
  -webkit-text-shadow: 0 1px 0 white;
  text-shadow: 0 1px 0 white;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
  line-height: 1;
}
.toast-close-button:hover,
.toast-close-button:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}
.rtl .toast-close-button {
  left: -0.3em;
  float: left;
  right: 0.3em;
}
/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/

button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-center {
  bottom: 50%;
  right: 0;
  width: 100%;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-left {
  top: 12px;
  left: 12px;
}
.toast-top-right {
  top: 12px;
  right: 12px;
}
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}
#toast-container {
  position: fixed;
  z-index: 999999;
  pointer-events: none;
  /*overrides*/

}
#toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#toast-container &gt; div {
  position: relative;
  pointer-events: auto;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -moz-box-shadow: 0 0 12px #999999;
  -webkit-box-shadow: 0 0 12px #999999;
  box-shadow: 0 0 12px #999999;
  color: white;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}
#toast-container &gt; div.rtl {
  direction: rtl;
  padding: 15px 50px 15px 15px;
  background-position: right 15px center;
}
#toast-container &gt; div:hover {
  -moz-box-shadow: 0 0 12px black;
  -webkit-box-shadow: 0 0 12px black;
  box-shadow: 0 0 12px black;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}
#toast-container &gt; .toast-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
}
#toast-container &gt; .toast-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
}
#toast-container &gt; .toast-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
}
#toast-container &gt; .toast-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
}
#toast-container.toast-top-center &gt; div,
#toast-container.toast-bottom-center &gt; div {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
#toast-container.toast-top-full-width &gt; div,
#toast-container.toast-bottom-full-width &gt; div {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
.toast {
  background-color: #030303;
}
.toast-success {
  background-color: #51a351;
}
.toast-error {
  background-color: #E30613;
}
.toast-info {
  background-color: #2f96b4;
}
.toast-warning {
  background-color: #f89406;
}
.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: black;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}
/*Responsive Design*/

@media all and (max-width: 240px) {
  #toast-container &gt; div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  #toast-container &gt; div.rtl {
    padding: 8px 50px 8px 8px;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
  #toast-container .rtl .toast-close-button {
    left: -0.2em;
    right: 0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container &gt; div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  #toast-container &gt; div.rtl {
    padding: 8px 50px 8px 8px;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
  #toast-container .rtl .toast-close-button {
    left: -0.2em;
    right: 0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container &gt; div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
  #toast-container &gt; div.rtl {
    padding: 15px 50px 15px 15px;
  }
}

</pre></body></html>