/* Minification failed. Returning unminified contents.
(15496,54): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
(26413,21): run-time error CSS1036: Expected expression, found ';'
(28551,1): run-time error CSS1019: Unexpected token, found '@import'
(28551,9): run-time error CSS1019: Unexpected token, found 'url(https://fonts.googleapis.com/css?family=Lato:300,400,700)'
 */
/*!
 * jquery-confirm v1.7.3 (http://craftpip.github.io/jquery-confirm/)
 * Author: boniface pereira
 * Website: www.craftpip.com
 * Contact: hey@craftpip.com
 *
 * Copyright 2013-2015 jquery-confirm
 * Licensed under MIT (https://github.com/craftpip/jquery-confirm/blob/master/LICENSE)
 */
body.jconfirm-noscroll {
  overflow: hidden !important;
}
@-webkit-keyframes jconfirm-rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes jconfirm-rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.jconfirm {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1031;
  font-family: inherit;
  overflow: hidden;
}
.jconfirm .jconfirm-bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all .4s;
          transition: all .4s;
}
.jconfirm .jconfirm-bg.seen {
  opacity: 1;
}
.jconfirm .jconfirm-scrollpane {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
}
.jconfirm .jconfirm-box {
  background: white;
  border-radius: 4px;
  position: relative;
}
.jconfirm .jconfirm-box div.closeIcon {
  height: 20px;
  width: 20px;
  position: absolute;
  top: 12px;
  right: 12px;
  cursor: pointer;
  opacity: .6;
  text-align: center;
  display: none;
}
.jconfirm .jconfirm-box div.closeIcon:hover {
  opacity: 1;
}
.jconfirm .jconfirm-box div.title {
  font-size: 24px;
  font-weight: bold;
  font-family: inherit;
  padding: 10px 15px 5px;
}
.jconfirm .jconfirm-box div.content {
  padding-top: 10px;
  padding: 10px 15px 10px;
}
.jconfirm .jconfirm-box div.content:empty {
  height: 40px;
  position: relative;
  opacity: 0.6;
}
.jconfirm .jconfirm-box div.content:empty:before {
  content: '';
  height: 20px;
  width: 20px;
  border: solid 2px #aaa;
  position: absolute;
  left: 50%;
  margin-left: -45px;
  border-radius: 20%;
  -webkit-animation: jconfirm-rotate 1s infinite;
          animation: jconfirm-rotate 1s infinite;
}
.jconfirm .jconfirm-box div.content:empty:after {
  content: 'loading..';
  position: absolute;
  left: 50%;
  margin-left: -15px;
}
.jconfirm .jconfirm-box .buttons {
  padding: 10px 15px;
}
.jconfirm .jconfirm-box .buttons button + button {
  margin-left: 5px;
}
.jconfirm .jquery-clear {
  clear: both;
}
.jconfirm.white .jconfirm-bg {
  background-color: rgba(0, 0, 0, 0.2);
}
.jconfirm.white .jconfirm-box {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}
.jconfirm.white .jconfirm-box .buttons {
  float: right;
}
/*.jconfirm.white .jconfirm-box .buttons button {
  border: none;
  background-image: none;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  text-shadow: none;
  -webkit-transition: background .1s;
          transition: background .1s;
  color: white;
}*/
.jconfirm.white .jconfirm-box .buttons button.btn-default {
  box-shadow: none;
  /*color: #fff;*/
}
.jconfirm.white .jconfirm-box .buttons button.btn-default:hover {
  background: #ddd;
}
.jconfirm.black .jconfirm-bg {
  background-color: rgba(0, 0, 0, 0.5);
}
.jconfirm.black .jconfirm-box {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  background: #444;
  border-radius: 5px;
  color: white;
}
.jconfirm.black .jconfirm-box .buttons {
  float: right;
}
.jconfirm.black .jconfirm-box .buttons button {
  border: none;
  background-image: none;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  text-shadow: none;
  -webkit-transition: background .1s;
          transition: background .1s;
  color: white;
}
.jconfirm.black .jconfirm-box .buttons button.btn-default {
  box-shadow: none;
  color: #fff;
  background: none;
}
.jconfirm.black .jconfirm-box .buttons button.btn-default:hover {
  background: #666;
}
.jconfirm.hololight .jconfirm-bg {
  background-color: rgba(0, 0, 0, 0.5);
}
.jconfirm.hololight .jconfirm-box {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
  border-radius: 2px;
  overflow: hidden;
}
.jconfirm.hololight .jconfirm-box div.title {
  font-weight: inherit;
  border-bottom: solid 2px #76CFDF;
  color: #76CFDF;
}
.jconfirm.hololight .jconfirm-box .buttons {
  border-top: solid 2px #E7E7E7;
  width: 100%;
  float: none;
  padding: 0;
}
.jconfirm.hololight .jconfirm-box .buttons button {
  margin: 0;
  border: none;
  background: #fff;
  border-radius: 0px;
  width: 50%;
  padding: 13px;
  font-size: 16px;
  font-weight: bold;
  color: #666;
}
.jconfirm.hololight .jconfirm-box .buttons button + button {
  border-left: solid 2px #E7E7E7;
}
.jconfirm.holodark .jconfirm-bg {
  background-color: rgba(0, 0, 0, 0.5);
}
.jconfirm.holodark .jconfirm-box {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
  border-radius: 2px;
  background: #333;
  overflow: hidden;
}
.jconfirm.holodark .jconfirm-box div.closeIcon {
  color: white;
}
.jconfirm.holodark .jconfirm-box div.title {
  font-weight: inherit;
  border-bottom: solid 2px #76CFDF;
  color: #76CFDF;
}
.jconfirm.holodark .jconfirm-box div.content {
  color: white;
}
.jconfirm.holodark .jconfirm-box .buttons {
  border-top: solid 2px rgba(255, 255, 255, 0.2);
  width: 100%;
  float: none;
  padding: 0;
}
.jconfirm.holodark .jconfirm-box .buttons button {
  margin: 0;
  border: none;
  background: #333;
  border-radius: 0px;
  width: 50%;
  padding: 13px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-shadow: none;
}
.jconfirm.holodark .jconfirm-box .buttons button + button {
  border-left: solid 2px rgba(255, 255, 255, 0.2);
}
.jconfirm .jconfirm-box.hilight {
  box-shadow: 0 0 20px red;
}
/*Transition rules*/
.jconfirm {
  -webkit-perspective: 400px;
          perspective: 400px;
}
.jconfirm .jconfirm-box {
  opacity: 1;
  -webkit-transition-property: -webkit-transform, opacity, box-shadow;
          transition-property: transform, opacity, box-shadow;
}
.jconfirm .jconfirm-box.anim-top,
.jconfirm .jconfirm-box.anim-left,
.jconfirm .jconfirm-box.anim-right,
.jconfirm .jconfirm-box.anim-bottom,
.jconfirm .jconfirm-box.anim-opacity,
.jconfirm .jconfirm-box.anim-zoom,
.jconfirm .jconfirm-box.anim-scale,
.jconfirm .jconfirm-box.anim-none,
.jconfirm .jconfirm-box.anim-rotate,
.jconfirm .jconfirm-box.anim-rotatex,
.jconfirm .jconfirm-box.anim-rotatey,
.jconfirm .jconfirm-box.anim-scaley,
.jconfirm .jconfirm-box.anim-scalex {
  opacity: 0;
}
.jconfirm .jconfirm-box.anim-rotate {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.jconfirm .jconfirm-box.anim-rotatex {
  -webkit-transform: rotateX(90deg);
          transform: rotateX(90deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}
.jconfirm .jconfirm-box.anim-rotatey {
  -webkit-transform: rotatey(90deg);
      -ms-transform: rotatey(90deg);
          transform: rotatey(90deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}
.jconfirm .jconfirm-box.anim-scaley {
  -webkit-transform: scaley(1.5);
      -ms-transform: scaley(1.5);
          transform: scaley(1.5);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}
.jconfirm .jconfirm-box.anim-scalex {
  -webkit-transform: scalex(1.5);
      -ms-transform: scalex(1.5);
          transform: scalex(1.5);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}
.jconfirm .jconfirm-box.anim-top {
  -webkit-transform: translate(0px, -100px);
      -ms-transform: translate(0px, -100px);
          transform: translate(0px, -100px);
}
.jconfirm .jconfirm-box.anim-left {
  -webkit-transform: translate(-100px, 0px);
      -ms-transform: translate(-100px, 0px);
          transform: translate(-100px, 0px);
}
.jconfirm .jconfirm-box.anim-right {
  -webkit-transform: translate(100px, 0px);
      -ms-transform: translate(100px, 0px);
          transform: translate(100px, 0px);
}
.jconfirm .jconfirm-box.anim-bottom {
  -webkit-transform: translate(0px, 100px);
      -ms-transform: translate(0px, 100px);
          transform: translate(0px, 100px);
}
.jconfirm .jconfirm-box.anim-zoom {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.jconfirm .jconfirm-box.anim-scale {
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
}
.jconfirm .jconfirm-box.anim-none {
  display: none;
}
.jconfirm.supervan .jconfirm-bg {
  background-color: rgba(54, 70, 93, 0.95);
}
.jconfirm.supervan .jconfirm-box {
  background-color: transparent;
}
.jconfirm.supervan .jconfirm-box div.closeIcon {
  color: white;
}
.jconfirm.supervan .jconfirm-box div.title {
  text-align: center;
  color: white;
  font-size: 28px;
  font-weight: normal;
}
.jconfirm.supervan .jconfirm-box div.content {
  text-align: center;
  color: white;
}
.jconfirm.supervan .jconfirm-box .buttons {
  text-align: center;
}
.jconfirm.supervan .jconfirm-box .buttons button {
  font-size: 16px;
  border-radius: 2px;
  background: #303f53;
  text-shadow: none;
  border: none;
  color: white;
  width: 25%;
  padding: 10px;
}

.holder {
    margin: 15px 0;
}

    .holder a {
        font-size: 12px;
        cursor: pointer;
        margin: 0 5px;
        color: #333;
        text-decoration: none;
    }

        .holder a.jp-previous {
            margin-right: 15px;
        }

        .holder a.jp-next {
            margin-left: 15px;
        }

        .holder a.jp-previous:hover {
            margin-right: 15px;
            color: #2E74B5;
        }

        .holder a.jp-next:hover {
            margin-left: 15px;
            color: #2E74B5;
        }

        .holder a.jp-current, a.jp-current:hover {
            color: #2E74B5;
            font-weight: bold;
        }

        .holder a.jp-disabled, a.jp-disabled:hover {
            color: white;
        }

        .holder a.jp-current, a.jp-current:hover,
        .holder a.jp-disabled, a.jp-disabled:hover {
            cursor: default;
            background: none;
        }

    .holder span {
        margin: 0 5px;
    }

/*!
 * jQuery UI CSS Framework 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*!
 * jQuery UI Accordion 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/accordion/#theming
 */
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	min-height: 0; /* support: IE7 */
	font-size: 100%;
}
.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}

/*!
 * jQuery UI Autocomplete 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/autocomplete/#theming
 */
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}

/*!
 * jQuery UI Button 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/button/#theming
 */
.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible; /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
	width: 2.4em;
}
.ui-button-icons-only {
	width: 3.4em;
}
button.ui-button-icons-only {
	width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
	display: block;
	line-height: normal;
}
.ui-button-text-only .ui-button-text {
	padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
	padding: .4em;
	text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
	padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
	left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
	right: .5em;
}

/* button sets */
.ui-buttonset {
	margin-right: 7px;
}
.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/*!
 * jQuery UI Dialog 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/dialog/#theming
 */
.ui-dialog {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}

/*!
 * jQuery UI Draggable 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}

/*!
 * jQuery UI Menu 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/menu/#theming
 */
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	position: relative;
	margin: 0;
	padding: 3px 1em 3px .4em;
	cursor: pointer;
	min-height: 0; /* support: IE7 */
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}

@media(max-width:766px) {
    .padding-7-xs-up {
            padding-top: 18px;
    }
}

@media(max-width:767px) {
    .margin-top {
        margin-top: 0px;
        font-family: 'Open Sans','Helvetica Neue', Arial, Helvetica, sans-serif;
    }

    .margin-top-less-22 {
        margin-top: -22px;
    }

    .margin-top-less-18 {
        margin-top: 0px;
    }
}

@media(min-width:768px)and (max-width:991px) {
    .margin-top {
        margin-top: 25px;
        font-family: 'Open Sans','Helvetica Neue', Arial, Helvetica, sans-serif;
    }

    .margin-top-less-18 {
        margin-top: -18px;
    }
}

@media(min-width:992px) {
    .margin-top {
        margin-top: 25px;
        font-family: 'Open Sans','Helvetica Neue', Arial, Helvetica, sans-serif;
    }

    .margin-top-less-18 {
        margin-top: -18px;
    }
}

/*  white-space: initial;*/
.div_Contenedor {
    background: url(../Content/Images/ServiceClient/slider_preguntas.jpg);
    background-size: 100% 100%;
    height: 138px;
    background-repeat: no-repeat;
}

.half-rule {
    border-top: 3px solid #1d4675 !important;
    margin-bottom: 8px;
    margin-top: 1px;
}

.font-Color-Help {
    color: #000000;
    font-weight: bold;
}

.font-Color-Help-title {
    color: #1d4675;
}

.table-Help {
    border-top: 0px !important;
}

.padding-Help {
    padding: 0px !important;
}

.BorderRow {
    border: 1px solid;
    border-radius: 2px;
    border-color: #e2e2e2;
}

.icons_help {
    content: url(../../Content/Images/ServiceClient/iconos.png);
}

.div_icons_help {
    height: 35px;
    width: 35px;
    display: block;
    overflow: hidden;
    float: left;
}

.samp_help_pf {
    margin: 0 0 0 0;
}

.samp_help_inq {
    margin: -30px 0 0 0;
}

.samp_help_olv {
    margin: -63px 0 0 0;
}

.samp_help_nay {
    margin: -93px 0 0 0;
}

.samp_help_sc {
    margin: -123px 0 0 0;
}

.samp_help_nf {
    margin: -156px 0 0 0;
}

.samp_help_lc {
    margin: -184px 0 0 0;
}


.div_icons_help_banner {
    display: block;
    overflow: hidden;
    float: left;
    position: relative;
}

.Help_soporte {
    height: 45px;
}

.separador-padding {
    padding-top: 10px;
    position: relative;
    clear: both;
}


.btn-White {
    border-color: transparent;
    color: #FFFFFF;
    font-size: 14px;
}

.text-white-space {
    white-space: initial;
}

.font-Color-Help-cs {
    font-size: 12px !important;
    font-family: 'Open Sans',"Helvetica Neue", Arial, Helvetica, sans-serif;
    margin-top: -16px;
    color: #777777;
}

.text-white-space-break {
    white-space: normal;
    word-break: break-all;
}

/*!
 * jQuery UI Progressbar 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/progressbar/#theming
 */
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	filter: alpha(opacity=25); /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}

/*!
 * jQuery UI Resizable 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}

/*!
 * jQuery UI Selectable 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}

/*!
 * jQuery UI Selectmenu 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/selectmenu/#theming
 */
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	/* Support: IE7 */
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-button {
	display: inline-block;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	cursor: pointer;
}
.ui-selectmenu-button span.ui-icon {
	right: 0.5em;
	left: auto;
	margin-top: -8px;
	position: absolute;
	top: 50%;
}
.ui-selectmenu-button span.ui-selectmenu-text {
	text-align: left;
	padding: 0.4em 2.1em 0.4em 1em;
	display: block;
	line-height: 1.4;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/*!
 * jQuery UI Sortable 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}

/*!
 * jQuery UI Slider 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/slider/#theming
 */
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}

/*!
 * jQuery UI Spinner 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/spinner/#theming
 */
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 22px;
}
.ui-spinner-button {
	width: 16px;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top: none;
	border-bottom: none;
	border-right: none;
}
/* vertically center icon */
.ui-spinner .ui-icon {
	position: absolute;
	margin-top: -8px;
	top: 50%;
	left: 0;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
	/* need to fix icons sprite */
	background-position: -65px -16px;
}

/*!
 * jQuery UI Tabs 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/tabs/#theming
 */
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}

/*!
 * jQuery UI Tooltip 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/tooltip/#theming
 */
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
	border-width: 2px;
}

/*!
 * jQuery UI CSS Framework 1.12.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
 */


/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #ffffff;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #dddddd;
	background: #e9e9e9;
	color: #333333;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: normal;
	color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff;
	background: #007fff;
	font-weight: normal;
	color: #ffffff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff;
	background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620;
}
.ui-state-checked {
	border: 1px solid #dad55e;
	background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("images/ui-icons_444444_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("images/ui-icons_444444_256x240.png");
}
.ui-button .ui-icon {
	background-image: url("images/ui-icons_777777_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon,
.ui-state-default .ui-icon {
	background-image: url("images/ui-icons_555555_256x240.png");
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url("images/ui-icons_ffffff_256x240.png");
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url("images/ui-icons_777620_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("images/ui-icons_cc0000_256x240.png");
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -65px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
	-webkit-box-shadow: 0px 0px 5px #666666;
	box-shadow: 0px 0px 5px #666666;
}

/*!
 * Bootstrap v3.3.4 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=938d33a953e4c4ba80ae)
 * Config saved to config.json and https://gist.github.com/938d33a953e4c4ba80ae
 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

  audio:not([controls]) {
    display: none;
    height: 0;
  }

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

  a:active,
  a:hover {
    outline: 0;
  }

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  margin: .67em 0;
  font-size: 2em;
}

mark {
  color: #000;
  background: #ff0;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

  button[disabled],
  html input[disabled] {
    cursor: default;
  }

  button::-moz-focus-inner,
  input::-moz-focus-inner {
    padding: 0;
    border: 0;
  }

input {
  line-height: normal;
}

  input[type="checkbox"],
  input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
  }

  input[type="number"]::-webkit-inner-spin-button,
  input[type="number"]::-webkit-outer-spin-button {
    height: auto;
  }

  input[type="search"] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield;
  }

    input[type="search"]::-webkit-search-cancel-button,
    input[type="search"]::-webkit-search-decoration {
      -webkit-appearance: none;
    }

fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}

legend {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

    a[href]:after {
      content: " (" attr(href) ")";
    }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  select {
    background: #fff !important;
  }

  .navbar {
    display: none;
  }

  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

    .table td,
    .table th {
      background-color: #fff !important;
    }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "\2a";
}

.glyphicon-plus:before {
  content: "\2b";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}

.glyphicon-minus:before {
  content: "\2212";
}

.glyphicon-cloud:before {
  content: "\2601";
}

.glyphicon-envelope:before {
  content: "\2709";
}

.glyphicon-pencil:before {
  content: "\270f";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.glyphicon-cd:before {
  content: "\e201";
}

.glyphicon-save-file:before {
  content: "\e202";
}

.glyphicon-open-file:before {
  content: "\e203";
}

.glyphicon-level-up:before {
  content: "\e204";
}

.glyphicon-copy:before {
  content: "\e205";
}

.glyphicon-paste:before {
  content: "\e206";
}

.glyphicon-alert:before {
  content: "\e209";
}

.glyphicon-equalizer:before {
  content: "\e210";
}

.glyphicon-king:before {
  content: "\e211";
}

.glyphicon-queen:before {
  content: "\e212";
}

.glyphicon-pawn:before {
  content: "\e213";
}

.glyphicon-bishop:before {
  content: "\e214";
}

.glyphicon-knight:before {
  content: "\e215";
}

.glyphicon-baby-formula:before {
  content: "\e216";
}

.glyphicon-tent:before {
  content: "\26fa";
}

.glyphicon-blackboard:before {
  content: "\e218";
}

.glyphicon-bed:before {
  content: "\e219";
}

.glyphicon-apple:before {
  content: "\f8ff";
}

.glyphicon-erase:before {
  content: "\e221";
}

.glyphicon-hourglass:before {
  content: "\231b";
}

.glyphicon-lamp:before {
  content: "\e223";
}

.glyphicon-duplicate:before {
  content: "\e224";
}

.glyphicon-piggy-bank:before {
  content: "\e225";
}

.glyphicon-scissors:before {
  content: "\e226";
}

.glyphicon-bitcoin:before {
  content: "\e227";
}

.glyphicon-btc:before {
  content: "\e227";
}

.glyphicon-xbt:before {
  content: "\e227";
}

.glyphicon-yen:before {
  content: "\00a5";
}

.glyphicon-jpy:before {
  content: "\00a5";
}

.glyphicon-ruble:before {
  content: "\20bd";
}

.glyphicon-rub:before {
  content: "\20bd";
}

.glyphicon-scale:before {
  content: "\e230";
}

.glyphicon-ice-lolly:before {
  content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

.glyphicon-education:before {
  content: "\e233";
}

.glyphicon-option-horizontal:before {
  content: "\e234";
}

.glyphicon-option-vertical:before {
  content: "\e235";
}

.glyphicon-menu-hamburger:before {
  content: "\e236";
}

.glyphicon-modal-window:before {
  content: "\e237";
}

.glyphicon-oil:before {
  content: "\e238";
}

.glyphicon-grain:before {
  content: "\e239";
}

.glyphicon-sunglasses:before {
  content: "\e240";
}

.glyphicon-text-size:before {
  content: "\e241";
}

.glyphicon-text-color:before {
  content: "\e242";
}

.glyphicon-text-background:before {
  content: "\e243";
}

.glyphicon-object-align-top:before {
  content: "\e244";
}

.glyphicon-object-align-bottom:before {
  content: "\e245";
}

.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

.glyphicon-object-align-left:before {
  content: "\e247";
}

.glyphicon-object-align-vertical:before {
  content: "\e248";
}

.glyphicon-object-align-right:before {
  content: "\e249";
}

.glyphicon-triangle-right:before {
  content: "\e250";
}

.glyphicon-triangle-left:before {
  content: "\e251";
}

.glyphicon-triangle-bottom:before {
  content: "\e252";
}

.glyphicon-triangle-top:before {
  content: "\e253";
}

.glyphicon-console:before {
  content: "\e254";
}

.glyphicon-superscript:before {
  content: "\e255";
}

.glyphicon-subscript:before {
  content: "\e256";
}

.glyphicon-menu-left:before {
  content: "\e257";
}

.glyphicon-menu-right:before {
  content: "\e258";
}

.glyphicon-menu-down:before {
  content: "\e259";
}

.glyphicon-menu-up:before {
  content: "\e260";
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

  *:before,
  *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}

  a:hover,
  a:focus {
    color: #23527c;
    text-decoration: underline;
  }

  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
  }

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

.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;
}

[role="button"] {
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small,
  .h1 small,
  .h2 small,
  .h3 small,
  .h4 small,
  .h5 small,
  .h6 small,
  h1 .small,
  h2 .small,
  h3 .small,
  h4 .small,
  h5 .small,
  h6 .small,
  .h1 .small,
  .h2 .small,
  .h3 .small,
  .h4 .small,
  .h5 .small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777;
  }

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

  h1 small,
  .h1 small,
  h2 small,
  .h2 small,
  h3 small,
  .h3 small,
  h1 .small,
  .h1 .small,
  h2 .small,
  .h2 .small,
  h3 .small,
  .h3 .small {
    font-size: 65%;
  }

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

  h4 small,
  .h4 small,
  h5 small,
  .h5 small,
  h6 small,
  .h6 small,
  h4 .small,
  .h4 .small,
  h5 .small,
  .h5 .small,
  h6 .small,
  .h6 .small {
    font-size: 75%;
  }

h1,
.h1 {
  font-size: 36px;
}

h2,
.h2 {
  font-size: 30px;
}

h3,
.h3 {
  font-size: 24px;
}

h4,
.h4 {
  font-size: 18px;
}

h5,
.h5 {
  font-size: 14px;
}

h6,
.h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:hover {
  color: #286090;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover {
  color: #843534;
}

.bg-primary {
  color: #fff;
  background-color: #337ab7;
}

a.bg-primary:hover {
  background-color: #286090;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

  ul ul,
  ol ul,
  ul ol,
  ol ol {
    margin-bottom: 0;
  }

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}

  .list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
  }

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.42857143;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}

  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0;
  }

  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777;
  }

    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0';
    }

  .blockquote-reverse,
  blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    text-align: right;
    border-right: 5px solid #eee;
    border-left: 0;
  }

    .blockquote-reverse footer:before,
    blockquote.pull-right footer:before,
    .blockquote-reverse small:before,
    blockquote.pull-right small:before,
    .blockquote-reverse .small:before,
    blockquote.pull-right .small:before {
      content: '';
    }

    .blockquote-reverse footer:after,
    blockquote.pull-right footer:after,
    .blockquote-reverse small:after,
    blockquote.pull-right small:after,
    .blockquote-reverse .small:after,
    blockquote.pull-right .small:after {
      content: '\00A0 \2014';
    }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}

  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0;
  }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-push-11 {
    left: 91.66666667%;
  }

  .col-lg-push-10 {
    left: 83.33333333%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-0 {
    margin-left: 0;
  }
}

table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

  .table > thead > tr > th,
  .table > tbody > tr > th,
  .table > tfoot > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > td,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
  }

  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
  }

  .table > caption + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > th,
  .table > thead:first-child > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0;
  }

  .table > tbody + tbody {
    border-top: 2px solid #ddd;
  }

  .table .table {
    background-color: #fff;
  }

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}

  .table-bordered > thead > tr > th,
  .table-bordered > tbody > tr > th,
  .table-bordered > tfoot > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd;
  }

  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px;
  }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }

    .table-responsive > .table {
      margin-bottom: 0;
    }

      .table-responsive > .table > thead > tr > th,
      .table-responsive > .table > tbody > tr > th,
      .table-responsive > .table > tfoot > tr > th,
      .table-responsive > .table > thead > tr > td,
      .table-responsive > .table > tbody > tr > td,
      .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap;
      }

    .table-responsive > .table-bordered {
      border: 0;
    }

      .table-responsive > .table-bordered > thead > tr > th:first-child,
      .table-responsive > .table-bordered > tbody > tr > th:first-child,
      .table-responsive > .table-bordered > tfoot > tr > th:first-child,
      .table-responsive > .table-bordered > thead > tr > td:first-child,
      .table-responsive > .table-bordered > tbody > tr > td:first-child,
      .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
      }

      .table-responsive > .table-bordered > thead > tr > th:last-child,
      .table-responsive > .table-bordered > tbody > tr > th:last-child,
      .table-responsive > .table-bordered > tfoot > tr > th:last-child,
      .table-responsive > .table-bordered > thead > tr > td:last-child,
      .table-responsive > .table-bordered > tbody > tr > td:last-child,
      .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
      }

      .table-responsive > .table-bordered > tbody > tr:last-child > th,
      .table-responsive > .table-bordered > tfoot > tr:last-child > th,
      .table-responsive > .table-bordered > tbody > tr:last-child > td,
      .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0;
      }
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
  }

  .form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
  }

  .form-control:-ms-input-placeholder {
    color: #999;
  }

  .form-control::-webkit-input-placeholder {
    color: #999;
  }

  .form-control[disabled],
  .form-control[readonly],
  fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1;
  }

  .form-control[disabled],
  fieldset[disabled] .form-control {
    cursor: not-allowed;
  }

textarea.form-control {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 34px;
  }

    input[type="date"].input-sm,
    input[type="time"].input-sm,
    input[type="datetime-local"].input-sm,
    input[type="month"].input-sm,
    .input-group-sm input[type="date"],
    .input-group-sm input[type="time"],
    .input-group-sm input[type="datetime-local"],
    .input-group-sm input[type="month"] {
      line-height: 30px;
    }

    input[type="date"].input-lg,
    input[type="time"].input-lg,
    input[type="datetime-local"].input-lg,
    input[type="month"].input-lg,
    .input-group-lg input[type="date"],
    .input-group-lg input[type="time"],
    .input-group-lg input[type="datetime-local"],
    .input-group-lg input[type="month"] {
      line-height: 46px;
    }
}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

  .radio label,
  .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
  }

  .radio input[type="radio"],
  .radio-inline input[type="radio"],
  .checkbox input[type="checkbox"],
  .checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-top: 4px \9;
    margin-left: -20px;
  }

  .radio + .radio,
  .checkbox + .checkbox {
    margin-top: -5px;
  }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}

  .radio-inline + .radio-inline,
  .checkbox-inline + .checkbox-inline {
    margin-top: 0;
    margin-left: 10px;
  }

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}

.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}

  .form-control-static.input-lg,
  .form-control-static.input-sm {
    padding-right: 0;
    padding-left: 0;
  }

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.form-group-sm .form-control {
  height: 30px;
  line-height: 30px;
}

textarea.form-group-sm .form-control,
select[multiple].form-group-sm .form-control {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-lg {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.form-group-lg .form-control {
  height: 46px;
  line-height: 46px;
}

textarea.form-group-lg .form-control,
select[multiple].form-group-lg .form-control {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}

  .has-feedback .form-control {
    padding-right: 42.5px;
  }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

  .has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
  }

.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

  .has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
  }

.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

  .has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
  }

.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}

.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-static {
    display: inline-block;
  }

  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }

    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto;
    }

    .form-inline .input-group > .form-control {
      width: 100%;
    }

  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0;
    }

    .form-inline .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0;
    }

  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}

.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
  }
}

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

  .btn:focus,
  .btn:active:focus,
  .btn.active:focus,
  .btn.focus,
  .btn:active.focus,
  .btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
  }

  .btn:hover,
  .btn:focus,
  .btn.focus {
    color: #333;
    text-decoration: none;
  }

  .btn:active,
  .btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  }

  .btn.disabled,
  .btn[disabled],
  fieldset[disabled] .btn {
    pointer-events: none;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
  }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

  .btn-default:hover,
  .btn-default:focus,
  .btn-default.focus,
  .btn-default:active,
  .btn-default.active,
  .open > .dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
  }

  .btn-default:active,
  .btn-default.active,
  .open > .dropdown-toggle.btn-default {
    background-image: none;
  }

  .btn-default.disabled,
  .btn-default[disabled],
  fieldset[disabled] .btn-default,
  .btn-default.disabled:hover,
  .btn-default[disabled]:hover,
  fieldset[disabled] .btn-default:hover,
  .btn-default.disabled:focus,
  .btn-default[disabled]:focus,
  fieldset[disabled] .btn-default:focus,
  .btn-default.disabled.focus,
  .btn-default[disabled].focus,
  fieldset[disabled] .btn-default.focus,
  .btn-default.disabled:active,
  .btn-default[disabled]:active,
  fieldset[disabled] .btn-default:active,
  .btn-default.disabled.active,
  .btn-default[disabled].active,
  fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #ccc;
  }

  .btn-default .badge {
    color: #fff;
    background-color: #333;
  }

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

  .btn-primary:hover,
  .btn-primary:focus,
  .btn-primary.focus,
  .btn-primary:active,
  .btn-primary.active,
  .open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
  }

  .btn-primary:active,
  .btn-primary.active,
  .open > .dropdown-toggle.btn-primary {
    background-image: none;
  }

  .btn-primary.disabled,
  .btn-primary[disabled],
  fieldset[disabled] .btn-primary,
  .btn-primary.disabled:hover,
  .btn-primary[disabled]:hover,
  fieldset[disabled] .btn-primary:hover,
  .btn-primary.disabled:focus,
  .btn-primary[disabled]:focus,
  fieldset[disabled] .btn-primary:focus,
  .btn-primary.disabled.focus,
  .btn-primary[disabled].focus,
  fieldset[disabled] .btn-primary.focus,
  .btn-primary.disabled:active,
  .btn-primary[disabled]:active,
  fieldset[disabled] .btn-primary:active,
  .btn-primary.disabled.active,
  .btn-primary[disabled].active,
  fieldset[disabled] .btn-primary.active {
    background-color: #337ab7;
    border-color: #2e6da4;
  }

  .btn-primary .badge {
    color: #337ab7;
    background-color: #fff;
  }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

  .btn-success:hover,
  .btn-success:focus,
  .btn-success.focus,
  .btn-success:active,
  .btn-success.active,
  .open > .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
  }

  .btn-success:active,
  .btn-success.active,
  .open > .dropdown-toggle.btn-success {
    background-image: none;
  }

  .btn-success.disabled,
  .btn-success[disabled],
  fieldset[disabled] .btn-success,
  .btn-success.disabled:hover,
  .btn-success[disabled]:hover,
  fieldset[disabled] .btn-success:hover,
  .btn-success.disabled:focus,
  .btn-success[disabled]:focus,
  fieldset[disabled] .btn-success:focus,
  .btn-success.disabled.focus,
  .btn-success[disabled].focus,
  fieldset[disabled] .btn-success.focus,
  .btn-success.disabled:active,
  .btn-success[disabled]:active,
  fieldset[disabled] .btn-success:active,
  .btn-success.disabled.active,
  .btn-success[disabled].active,
  fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c;
  }

  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff;
  }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

  .btn-info:hover,
  .btn-info:focus,
  .btn-info.focus,
  .btn-info:active,
  .btn-info.active,
  .open > .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
  }

  .btn-info:active,
  .btn-info.active,
  .open > .dropdown-toggle.btn-info {
    background-image: none;
  }

  .btn-info.disabled,
  .btn-info[disabled],
  fieldset[disabled] .btn-info,
  .btn-info.disabled:hover,
  .btn-info[disabled]:hover,
  fieldset[disabled] .btn-info:hover,
  .btn-info.disabled:focus,
  .btn-info[disabled]:focus,
  fieldset[disabled] .btn-info:focus,
  .btn-info.disabled.focus,
  .btn-info[disabled].focus,
  fieldset[disabled] .btn-info.focus,
  .btn-info.disabled:active,
  .btn-info[disabled]:active,
  fieldset[disabled] .btn-info:active,
  .btn-info.disabled.active,
  .btn-info[disabled].active,
  fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da;
  }

  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff;
  }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

  .btn-warning:hover,
  .btn-warning:focus,
  .btn-warning.focus,
  .btn-warning:active,
  .btn-warning.active,
  .open > .dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
  }

  .btn-warning:active,
  .btn-warning.active,
  .open > .dropdown-toggle.btn-warning {
    background-image: none;
  }

  .btn-warning.disabled,
  .btn-warning[disabled],
  fieldset[disabled] .btn-warning,
  .btn-warning.disabled:hover,
  .btn-warning[disabled]:hover,
  fieldset[disabled] .btn-warning:hover,
  .btn-warning.disabled:focus,
  .btn-warning[disabled]:focus,
  fieldset[disabled] .btn-warning:focus,
  .btn-warning.disabled.focus,
  .btn-warning[disabled].focus,
  fieldset[disabled] .btn-warning.focus,
  .btn-warning.disabled:active,
  .btn-warning[disabled]:active,
  fieldset[disabled] .btn-warning:active,
  .btn-warning.disabled.active,
  .btn-warning[disabled].active,
  fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236;
  }

  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff;
  }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

  .btn-danger:hover,
  .btn-danger:focus,
  .btn-danger.focus,
  .btn-danger:active,
  .btn-danger.active,
  .open > .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
  }

  .btn-danger:active,
  .btn-danger.active,
  .open > .dropdown-toggle.btn-danger {
    background-image: none;
  }

  .btn-danger.disabled,
  .btn-danger[disabled],
  fieldset[disabled] .btn-danger,
  .btn-danger.disabled:hover,
  .btn-danger[disabled]:hover,
  fieldset[disabled] .btn-danger:hover,
  .btn-danger.disabled:focus,
  .btn-danger[disabled]:focus,
  fieldset[disabled] .btn-danger:focus,
  .btn-danger.disabled.focus,
  .btn-danger[disabled].focus,
  fieldset[disabled] .btn-danger.focus,
  .btn-danger.disabled:active,
  .btn-danger[disabled]:active,
  fieldset[disabled] .btn-danger:active,
  .btn-danger.disabled.active,
  .btn-danger[disabled].active,
  fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a;
  }

  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff;
  }

.btn-link {
  font-weight: normal;
  color: #337ab7;
  border-radius: 0;
}

  .btn-link,
  .btn-link:active,
  .btn-link.active,
  .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

    .btn-link,
    .btn-link:hover,
    .btn-link:focus,
    .btn-link:active {
      border-color: transparent;
    }

      .btn-link:hover,
      .btn-link:focus {
        color: #23527c;
        text-decoration: underline;
        background-color: transparent;
      }

      .btn-link[disabled]:hover,
      fieldset[disabled] .btn-link:hover,
      .btn-link[disabled]:focus,
      fieldset[disabled] .btn-link:focus {
        color: #777;
        text-decoration: none;
      }

.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

  .btn-block + .btn-block {
    margin-top: 5px;
  }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
}

  .fade.in {
    opacity: 1;
  }

.collapse {
  display: none;
}

  .collapse.in {
    display: block;
  }

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .35s;
  -o-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

  .dropdown-menu.pull-right {
    right: 0;
    left: auto;
  }

  .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
  }

  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
  }

    .dropdown-menu > li > a:hover,
    .dropdown-menu > li > a:focus {
      color: #262626;
      text-decoration: none;
      background-color: #f5f5f5;
    }

  .dropdown-menu > .active > a,
  .dropdown-menu > .active > a:hover,
  .dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #337ab7;
    outline: 0;
  }

  .dropdown-menu > .disabled > a,
  .dropdown-menu > .disabled > a:hover,
  .dropdown-menu > .disabled > a:focus {
    color: #777;
  }

    .dropdown-menu > .disabled > a:hover,
    .dropdown-menu > .disabled > a:focus {
      text-decoration: none;
      cursor: not-allowed;
      background-color: transparent;
      background-image: none;
      filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    }

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px solid;
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }

  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    float: left;
  }

    .btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover,
    .btn-group > .btn:focus,
    .btn-group-vertical > .btn:focus,
    .btn-group > .btn:active,
    .btn-group-vertical > .btn:active,
    .btn-group > .btn.active,
    .btn-group-vertical > .btn.active {
      z-index: 2;
    }

  .btn-group .btn + .btn,
  .btn-group .btn + .btn-group,
  .btn-group .btn-group + .btn,
  .btn-group .btn-group + .btn-group {
    margin-left: -1px;
  }

.btn-toolbar {
  margin-left: -5px;
}

  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left;
  }

  .btn-toolbar > .btn,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 5px;
  }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

  .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
  }

  .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
  .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

  .btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none;
  }

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

  .btn-group-vertical > .btn-group > .btn {
    float: none;
  }

  .btn-group-vertical > .btn + .btn,
  .btn-group-vertical > .btn + .btn-group,
  .btn-group-vertical > .btn-group + .btn,
  .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0;
  }

  .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
    border-radius: 0;
  }

  .btn-group-vertical > .btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .btn-group-vertical > .btn:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
  }

  .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
  }

  .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
  .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

  .btn-group-justified > .btn,
  .btn-group-justified > .btn-group {
    display: table-cell;
    float: none;
    width: 1%;
  }

    .btn-group-justified > .btn-group .btn {
      width: 100%;
    }

    .btn-group-justified > .btn-group .dropdown-menu {
      left: auto;
    }

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

  .input-group[class*="col-"] {
    float: none;
    padding-right: 0;
    padding-left: 0;
  }

  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
  }

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}

textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0;
  }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

  .input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px;
  }

  .input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px;
  }

  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0;
  }

  .input-group .form-control:first-child,
  .input-group-addon:first-child,
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group > .btn,
  .input-group-btn:first-child > .dropdown-toggle,
  .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
  .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .input-group-addon:first-child {
    border-right: 0;
  }

  .input-group .form-control:last-child,
  .input-group-addon:last-child,
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group > .btn,
  .input-group-btn:last-child > .dropdown-toggle,
  .input-group-btn:first-child > .btn:not(:first-child),
  .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .input-group-addon:last-child {
    border-left: 0;
  }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

  .input-group-btn > .btn {
    position: relative;
  }

    .input-group-btn > .btn + .btn {
      margin-left: -1px;
    }

    .input-group-btn > .btn:hover,
    .input-group-btn > .btn:focus,
    .input-group-btn > .btn:active {
      z-index: 2;
    }

  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px;
  }

  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
    margin-left: -1px;
  }

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

  .nav > li {
    position: relative;
    display: block;
  }

    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px;
    }

      .nav > li > a:hover,
      .nav > li > a:focus {
        text-decoration: none;
        background-color: #eee;
      }

    .nav > li.disabled > a {
      color: #777;
    }

      .nav > li.disabled > a:hover,
      .nav > li.disabled > a:focus {
        color: #777;
        text-decoration: none;
        cursor: not-allowed;
        background-color: transparent;
      }

  .nav .open > a,
  .nav .open > a:hover,
  .nav .open > a:focus {
    background-color: #eee;
    border-color: #337ab7;
  }

  .nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
  }

  .nav > li > a > img {
    max-width: none;
  }

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

  .nav-tabs > li {
    float: left;
    margin-bottom: -1px;
  }

    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.42857143;
      border: 1px solid transparent;
      border-radius: 4px 4px 0 0;
    }

      .nav-tabs > li > a:hover {
        border-color: #eee #eee #ddd;
      }

    .nav-tabs > li.active > a,
    .nav-tabs > li.active > a:hover,
    .nav-tabs > li.active > a:focus {
      color: #555;
      cursor: default;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
    }

  .nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0;
  }

    .nav-tabs.nav-justified > li {
      float: none;
    }

      .nav-tabs.nav-justified > li > a {
        margin-bottom: 5px;
        text-align: center;
      }

    .nav-tabs.nav-justified > .dropdown .dropdown-menu {
      top: auto;
      left: auto;
    }

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }

    .nav-tabs.nav-justified > li > a {
      margin-bottom: 0;
    }
}

.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }

  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.nav-pills > li {
  float: left;
}

  .nav-pills > li > a {
    border-radius: 4px;
  }

  .nav-pills > li + li {
    margin-left: 2px;
  }

  .nav-pills > li.active > a,
  .nav-pills > li.active > a:hover,
  .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #337ab7;
  }

.nav-stacked > li {
  float: none;
}

  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0;
  }

.nav-justified {
  width: 100%;
}

  .nav-justified > li {
    float: none;
  }

    .nav-justified > li > a {
      margin-bottom: 5px;
      text-align: center;
    }

  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
  }

@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }

    .nav-justified > li > a {
      margin-bottom: 0;
    }
}

.nav-tabs-justified {
  border-bottom: 0;
}

  .nav-tabs-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
  }

  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border: 1px solid #ddd;
  }

@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }

  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}

  .navbar-collapse.in {
    overflow-y: auto;
  }

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

    .navbar-collapse.collapse {
      display: block !important;
      height: auto !important;
      padding-bottom: 0;
      overflow: visible !important;
    }

    .navbar-collapse.in {
      overflow-y: visible;
    }

  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}

  .navbar-brand:hover,
  .navbar-brand:focus {
    text-decoration: none;
  }

  .navbar-brand > img {
    display: block;
  }

@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

  .navbar-toggle:focus {
    outline: 0;
  }

  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
  }

    .navbar-toggle .icon-bar + .icon-bar {
      margin-top: 4px;
    }

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -15px;
}

  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
  }

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

    .navbar-nav .open .dropdown-menu > li > a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
      padding: 5px 15px 5px 25px;
    }

    .navbar-nav .open .dropdown-menu > li > a {
      line-height: 20px;
    }

      .navbar-nav .open .dropdown-menu > li > a:hover,
      .navbar-nav .open .dropdown-menu > li > a:focus {
        background-image: none;
      }
}

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }

    .navbar-nav > li {
      float: left;
    }

      .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px;
      }
}

.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
}

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .navbar-form .form-control-static {
    display: inline-block;
  }

  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }

    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn,
    .navbar-form .input-group .form-control {
      width: auto;
    }

    .navbar-form .input-group > .form-control {
      width: 100%;
    }

  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

    .navbar-form .radio label,
    .navbar-form .checkbox label {
      padding-left: 0;
    }

    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0;
    }

  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }

    .navbar-form .form-group:last-child {
      margin-bottom: 0;
    }
}

@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

  .navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px;
  }

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }

  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }

    .navbar-right ~ .navbar-right {
      margin-right: 0;
    }
}

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

  .navbar-default .navbar-brand {
    color: #777;
  }

    .navbar-default .navbar-brand:hover,
    .navbar-default .navbar-brand:focus {
      color: #5e5e5e;
      background-color: transparent;
    }

  .navbar-default .navbar-text {
    color: #777;
  }

  .navbar-default .navbar-nav > li > a {
    color: #777;
  }

    .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > li > a:focus {
      color: #333;
      background-color: transparent;
    }

  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:hover,
  .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }

  .navbar-default .navbar-nav > .disabled > a,
  .navbar-default .navbar-nav > .disabled > a:hover,
  .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }

  .navbar-default .navbar-toggle {
    border-color: #ddd;
  }

    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
      background-color: #ddd;
    }

    .navbar-default .navbar-toggle .icon-bar {
      background-color: #888;
    }

  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #e7e7e7;
  }

  .navbar-default .navbar-nav > .open > a,
  .navbar-default .navbar-nav > .open > a:hover,
  .navbar-default .navbar-nav > .open > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
      color: #333;
      background-color: transparent;
    }

  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}

.navbar-default .navbar-link {
  color: #777;
}

  .navbar-default .navbar-link:hover {
    color: #333;
  }

.navbar-default .btn-link {
  color: #777;
}

  .navbar-default .btn-link:hover,
  .navbar-default .btn-link:focus {
    color: #333;
  }

  .navbar-default .btn-link[disabled]:hover,
  fieldset[disabled] .navbar-default .btn-link:hover,
  .navbar-default .btn-link[disabled]:focus,
  fieldset[disabled] .navbar-default .btn-link:focus {
    color: #ccc;
  }

.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}

  .navbar-inverse .navbar-brand {
    color: #9d9d9d;
  }

    .navbar-inverse .navbar-brand:hover,
    .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent;
    }

  .navbar-inverse .navbar-text {
    color: #9d9d9d;
  }

  .navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d;
  }

    .navbar-inverse .navbar-nav > li > a:hover,
    .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent;
    }

  .navbar-inverse .navbar-nav > .active > a,
  .navbar-inverse .navbar-nav > .active > a:hover,
  .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }

  .navbar-inverse .navbar-nav > .disabled > a,
  .navbar-inverse .navbar-nav > .disabled > a:hover,
  .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }

  .navbar-inverse .navbar-toggle {
    border-color: #333;
  }

    .navbar-inverse .navbar-toggle:hover,
    .navbar-inverse .navbar-toggle:focus {
      background-color: #333;
    }

    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff;
    }

  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010;
  }

  .navbar-inverse .navbar-nav > .open > a,
  .navbar-inverse .navbar-nav > .open > a:hover,
  .navbar-inverse .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #080808;
  }

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
      color: #fff;
      background-color: transparent;
    }

  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}

.navbar-inverse .navbar-link {
  color: #9d9d9d;
}

  .navbar-inverse .navbar-link:hover {
    color: #fff;
  }

.navbar-inverse .btn-link {
  color: #9d9d9d;
}

  .navbar-inverse .btn-link:hover,
  .navbar-inverse .btn-link:focus {
    color: #fff;
  }

  .navbar-inverse .btn-link[disabled]:hover,
  fieldset[disabled] .navbar-inverse .btn-link:hover,
  .navbar-inverse .btn-link[disabled]:focus,
  fieldset[disabled] .navbar-inverse .btn-link:focus {
    color: #444;
  }

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

  .breadcrumb > li {
    display: inline-block;
  }

    .breadcrumb > li + li:before {
      padding: 0 5px;
      color: #ccc;
      content: "/\00a0";
    }

  .breadcrumb > .active {
    color: #777;
  }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

  .pagination > li {
    display: inline;
  }

    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      margin-left: -1px;
      line-height: 1.42857143;
      color: #337ab7;
      text-decoration: none;
      background-color: #fff;
      border: 1px solid #ddd;
    }

    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-top-left-radius: 4px;
      border-bottom-left-radius: 4px;
    }

    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-top-right-radius: 4px;
      border-bottom-right-radius: 4px;
    }

    .pagination > li > a:hover,
    .pagination > li > span:hover,
    .pagination > li > a:focus,
    .pagination > li > span:focus {
      color: #23527c;
      background-color: #eee;
      border-color: #ddd;
    }

  .pagination > .active > a,
  .pagination > .active > span,
  .pagination > .active > a:hover,
  .pagination > .active > span:hover,
  .pagination > .active > a:focus,
  .pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
  }

  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
  }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}

  .pager li {
    display: inline;
  }

    .pager li > a,
    .pager li > span {
      display: inline-block;
      padding: 5px 14px;
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 15px;
    }

      .pager li > a:hover,
      .pager li > a:focus {
        text-decoration: none;
        background-color: #eee;
      }

  .pager .next > a,
  .pager .next > span {
    float: right;
  }

  .pager .previous > a,
  .pager .previous > span {
    float: left;
  }

  .pager .disabled > a,
  .pager .disabled > a:hover,
  .pager .disabled > a:focus,
  .pager .disabled > span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
  }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

.label-default {
  background-color: #777;
}

  .label-default[href]:hover,
  .label-default[href]:focus {
    background-color: #5e5e5e;
  }

.label-primary {
  background-color: #337ab7;
}

  .label-primary[href]:hover,
  .label-primary[href]:focus {
    background-color: #286090;
  }

.label-success {
  background-color: #5cb85c;
}

  .label-success[href]:hover,
  .label-success[href]:focus {
    background-color: #449d44;
  }

.label-info {
  background-color: #5bc0de;
}

  .label-info[href]:hover,
  .label-info[href]:focus {
    background-color: #31b0d5;
  }

.label-warning {
  background-color: #f0ad4e;
}

  .label-warning[href]:hover,
  .label-warning[href]:focus {
    background-color: #ec971f;
  }

.label-danger {
  background-color: #d9534f;
}

  .label-danger[href]:hover,
  .label-danger[href]:focus {
    background-color: #c9302c;
  }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #777;
  border-radius: 10px;
}

  .badge:empty {
    display: none;
  }

.btn .badge {
  position: relative;
  top: -1px;
}

.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}

a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}

.list-group-item > .badge {
  float: right;
}

  .list-group-item > .badge + .badge {
    margin-right: 5px;
  }

.nav-pills > li > a > .badge {
  margin-left: 3px;
}

.jumbotron {
  padding: 30px 15px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}

  .jumbotron h1,
  .jumbotron .h1 {
    color: inherit;
  }

  .jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200;
  }

  .jumbotron > hr {
    border-top-color: #d5d5d5;
  }

.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
}

.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding: 48px 0;
  }

  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }

  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
  -o-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out;
}

  .thumbnail > img,
  .thumbnail a > img {
    margin-right: auto;
    margin-left: auto;
  }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}

.thumbnail .caption {
  padding: 9px;
  color: #333;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

  .alert h4 {
    margin-top: 0;
    color: inherit;
  }

  .alert .alert-link {
    font-weight: bold;
  }

  .alert > p,
  .alert > ul {
    margin-bottom: 0;
  }

    .alert > p + p {
      margin-top: 5px;
    }

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
  }

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

  .alert-success hr {
    border-top-color: #c9e2b3;
  }

  .alert-success .alert-link {
    color: #2b542c;
  }

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

  .alert-info hr {
    border-top-color: #a6e1ec;
  }

  .alert-info .alert-link {
    color: #245269;
  }

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

  .alert-warning hr {
    border-top-color: #f7e1b5;
  }

  .alert-warning .alert-link {
    color: #66512c;
  }

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

  .alert-danger hr {
    border-top-color: #e4b9c0;
  }

  .alert-danger .alert-link {
    color: #843534;
  }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  -webkit-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.media {
  margin-top: 15px;
}

  .media:first-child {
    margin-top: 0;
  }

.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

  .list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }

  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
  }

a.list-group-item {
  color: #555;
}

  a.list-group-item .list-group-item-heading {
    color: #333;
  }

  a.list-group-item:hover,
  a.list-group-item:focus {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5;
  }

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}

  .list-group-item.disabled .list-group-item-heading,
  .list-group-item.disabled:hover .list-group-item-heading,
  .list-group-item.disabled:focus .list-group-item-heading {
    color: inherit;
  }

  .list-group-item.disabled .list-group-item-text,
  .list-group-item.disabled:hover .list-group-item-text,
  .list-group-item.disabled:focus .list-group-item-text {
    color: #777;
  }

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

  .list-group-item.active .list-group-item-heading,
  .list-group-item.active:hover .list-group-item-heading,
  .list-group-item.active:focus .list-group-item-heading,
  .list-group-item.active .list-group-item-heading > small,
  .list-group-item.active:hover .list-group-item-heading > small,
  .list-group-item.active:focus .list-group-item-heading > small,
  .list-group-item.active .list-group-item-heading > .small,
  .list-group-item.active:hover .list-group-item-heading > .small,
  .list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit;
  }

  .list-group-item.active .list-group-item-text,
  .list-group-item.active:hover .list-group-item-text,
  .list-group-item.active:focus .list-group-item-text {
    color: #c7ddef;
  }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success {
  color: #3c763d;
}

  a.list-group-item-success .list-group-item-heading {
    color: inherit;
  }

  a.list-group-item-success:hover,
  a.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6;
  }

  a.list-group-item-success.active,
  a.list-group-item-success.active:hover,
  a.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d;
  }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info {
  color: #31708f;
}

  a.list-group-item-info .list-group-item-heading {
    color: inherit;
  }

  a.list-group-item-info:hover,
  a.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3;
  }

  a.list-group-item-info.active,
  a.list-group-item-info.active:hover,
  a.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f;
  }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning {
  color: #8a6d3b;
}

  a.list-group-item-warning .list-group-item-heading {
    color: inherit;
  }

  a.list-group-item-warning:hover,
  a.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc;
  }

  a.list-group-item-warning.active,
  a.list-group-item-warning.active:hover,
  a.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b;
  }

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger {
  color: #a94442;
}

  a.list-group-item-danger .list-group-item-heading {
    color: inherit;
  }

  a.list-group-item-danger:hover,
  a.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc;
  }

  a.list-group-item-danger.active,
  a.list-group-item-danger.active:hover,
  a.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442;
  }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.panel-body {
  padding: 15px;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit;
  }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

  .panel-title > a,
  .panel-title > small,
  .panel-title > .small,
  .panel-title > small > a,
  .panel-title > .small > a {
    color: inherit;
  }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

  .panel > .list-group .list-group-item,
  .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
  }

  .panel > .list-group:first-child .list-group-item:first-child,
  .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }

  .panel > .list-group:last-child .list-group-item:last-child,
  .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
  }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}

  .panel > .table caption,
  .panel > .table-responsive > .table caption,
  .panel > .panel-collapse > .table caption {
    padding-right: 15px;
    padding-left: 15px;
  }

  .panel > .table:first-child,
  .panel > .table-responsive:first-child > .table:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }

    .panel > .table:first-child > thead:first-child > tr:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
      border-top-left-radius: 3px;
      border-top-right-radius: 3px;
    }

      .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
      .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
      .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
      .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
      .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
      .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
      .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
      .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
        border-top-left-radius: 3px;
      }

      .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
      .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
      .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
      .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
      .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
      .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
      .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
      .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
        border-top-right-radius: 3px;
      }

  .panel > .table:last-child,
  .panel > .table-responsive:last-child > .table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
  }

    .panel > .table:last-child > tbody:last-child > tr:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
      border-bottom-right-radius: 3px;
      border-bottom-left-radius: 3px;
    }

      .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
      .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
      .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
      .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
      .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
      .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
      .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
      .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
        border-bottom-left-radius: 3px;
      }

      .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
      .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
      .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
      .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
      .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
      .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
      .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
      .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
        border-bottom-right-radius: 3px;
      }

  .panel > .panel-body + .table,
  .panel > .panel-body + .table-responsive,
  .panel > .table + .panel-body,
  .panel > .table-responsive + .panel-body {
    border-top: 1px solid #ddd;
  }

  .panel > .table > tbody:first-child > tr:first-child th,
  .panel > .table > tbody:first-child > tr:first-child td {
    border-top: 0;
  }

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

  .panel > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }

  .panel > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }

  .panel > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0;
  }

  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
  }

.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}

.panel-group {
  margin-bottom: 20px;
}

  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
  }

    .panel-group .panel + .panel {
      margin-top: 5px;
    }

  .panel-group .panel-heading {
    border-bottom: 0;
  }

    .panel-group .panel-heading + .panel-collapse > .panel-body,
    .panel-group .panel-heading + .panel-collapse > .list-group {
      border-top: 1px solid #ddd;
    }

  .panel-group .panel-footer {
    border-top: 0;
  }

    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid #ddd;
    }

.panel-default {
  border-color: #ddd;
}

  .panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
  }

    .panel-default > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ddd;
    }

    .panel-default > .panel-heading .badge {
      color: #f5f5f5;
      background-color: #333;
    }

  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd;
  }

.panel-primary {
  border-color: #337ab7;
}

  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
  }

    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #337ab7;
    }

    .panel-primary > .panel-heading .badge {
      color: #337ab7;
      background-color: #fff;
    }

  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #337ab7;
  }

.panel-success {
  border-color: #d6e9c6;
}

  .panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
  }

    .panel-success > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #d6e9c6;
    }

    .panel-success > .panel-heading .badge {
      color: #dff0d8;
      background-color: #3c763d;
    }

  .panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6;
  }

.panel-info {
  border-color: #bce8f1;
}

  .panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
  }

    .panel-info > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #bce8f1;
    }

    .panel-info > .panel-heading .badge {
      color: #d9edf7;
      background-color: #31708f;
    }

  .panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1;
  }

.panel-warning {
  border-color: #faebcc;
}

  .panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
  }

    .panel-warning > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #faebcc;
    }

    .panel-warning > .panel-heading .badge {
      color: #fcf8e3;
      background-color: #8a6d3b;
    }

  .panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc;
  }

.panel-danger {
  border-color: #ebccd1;
}

  .panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
  }

    .panel-danger > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ebccd1;
    }

    .panel-danger > .panel-heading .badge {
      color: #f2dede;
      background-color: #a94442;
    }

  .panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1;
  }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

  .well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, .15);
  }

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}

  .close:hover,
  .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5;
  }

button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

  .modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
  }

  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

  .modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0;
  }

  .modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5;
  }

.modal-header {
  min-height: 16.42857143px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

  .modal-header .close {
    margin-top: -2px;
  }

.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

  .modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px;
  }

  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
  }

  .modal-footer .btn-block + .btn-block {
    margin-left: 0;
  }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }

  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  filter: alpha(opacity=0);
  opacity: 0;
}

  .tooltip.in {
    filter: alpha(opacity=90);
    opacity: .9;
  }

  .tooltip.top {
    padding: 5px 0;
    margin-top: -3px;
  }

  .tooltip.right {
    padding: 0 5px;
    margin-left: 3px;
  }

  .tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px;
  }

  .tooltip.left {
    padding: 0 5px;
    margin-left: -3px;
  }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

  .popover.top {
    margin-top: -10px;
  }

  .popover.right {
    margin-left: 10px;
  }

  .popover.bottom {
    margin-top: 10px;
  }

  .popover.left {
    margin-left: -10px;
  }

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

  .popover > .arrow:after {
    content: "";
    border-width: 10px;
  }

.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, .25);
  border-bottom-width: 0;
}

  .popover.top > .arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-top-color: #fff;
    border-bottom-width: 0;
  }

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, .25);
  border-left-width: 0;
}

  .popover.right > .arrow:after {
    bottom: -10px;
    left: 1px;
    content: " ";
    border-right-color: #fff;
    border-left-width: 0;
  }

.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, .25);
}

  .popover.bottom > .arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff;
  }

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, .25);
}

  .popover.left > .arrow:after {
    right: 1px;
    bottom: -10px;
    content: " ";
    border-right-width: 0;
    border-left-color: #fff;
  }

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

  .carousel-inner > .item {
    position: relative;
    display: none;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left;
  }

    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
      line-height: 1;
    }

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    -o-transition: -o-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
  }

    .carousel-inner > .item.next,
    .carousel-inner > .item.active.right {
      left: 0;
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
    }

    .carousel-inner > .item.prev,
    .carousel-inner > .item.active.left {
      left: 0;
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
    }

      .carousel-inner > .item.next.left,
      .carousel-inner > .item.prev.right,
      .carousel-inner > .item.active {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
      }
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0;
  }

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  filter: alpha(opacity=50);
  opacity: .5;
}

  .carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
  }

  .carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
  }

  .carousel-control:hover,
  .carousel-control:focus {
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: 0;
    opacity: .9;
  }

  .carousel-control .icon-prev,
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
  }

  .carousel-control .icon-prev,
  .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px;
  }

  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px;
  }

  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    font-family: serif;
    line-height: 1;
  }

    .carousel-control .icon-prev:before {
      content: '\2039';
    }

    .carousel-control .icon-next:before {
      content: '\203a';
    }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 10px;
  }

  .carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff;
  }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

  .carousel-caption .btn {
    text-shadow: none;
  }

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }

  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }

  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }

  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: 20px;
  }
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
/*# sourceMappingURL=bootstrap.css.map */

/*
 You probably do not need to edit this at all.

 Add some SmartMenus required styles not covered in Bootstrap 3's default CSS.
 These are theme independent and should work with any Bootstrap 3 theme mod.
*/
/* sub menus arrows on desktop */
.navbar-nav:not(.sm-collapsible) ul .caret {
	position: absolute;
	right: 0;
	margin-top: 6px;
	margin-right: 15px;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 4px dashed;
}
.navbar-nav:not(.sm-collapsible) ul a.has-submenu {
	padding-right: 30px;
}
/* make sub menu arrows look like +/- buttons in collapsible mode */
.navbar-nav.sm-collapsible .caret, .navbar-nav.sm-collapsible ul .caret {
	position: absolute;
	right: 0;
	margin: -3px 15px 0 0;
	padding: 0;
	width: 32px;
	height: 26px;
	line-height: 24px;
	text-align: center;
	border-width: 1px;
 	border-style: solid;
}
.navbar-nav.sm-collapsible .caret:before {
	content: '+';
	font-family: monospace;
	font-weight: bold;
}
.navbar-nav.sm-collapsible .open > a > .caret:before {
	content: '-';
}
.navbar-nav.sm-collapsible a.has-submenu {
	padding-right: 50px;
}
/* revert to Bootstrap's default carets in collapsible mode when the "data-sm-skip-collapsible-behavior" attribute is set to the ul.navbar-nav */
.navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] .caret, .navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] ul .caret {
	position: static;
	margin: 0 0 0 2px;
	padding: 0;
	width: 0;
	height: 0;
	border-top: 4px dashed;
	border-right: 4px solid transparent;
	border-bottom: 0;
	border-left: 4px solid transparent;
}
.navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] .caret:before {
	content: '' !important;
}
.navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] a.has-submenu {
	padding-right: 15px;
}
/* scrolling arrows for tall menus */
.navbar-nav span.scroll-up, .navbar-nav span.scroll-down {
	position: absolute;
	display: none;
	visibility: hidden;
	height: 20px;
	overflow: hidden;
	text-align: center;
}
.navbar-nav span.scroll-up-arrow, .navbar-nav span.scroll-down-arrow {
	position: absolute;
	top: -2px;
	left: 50%;
	margin-left: -8px;
	width: 0;
	height: 0;
	overflow: hidden;
	border-top: 7px dashed transparent;
	border-right: 7px dashed transparent;
	border-bottom: 7px solid;
	border-left: 7px dashed transparent;
}
.navbar-nav span.scroll-down-arrow {
	top: 6px;
	border-top: 7px solid;
	border-right: 7px dashed transparent;
	border-bottom: 7px dashed transparent;
	border-left: 7px dashed transparent;
}
/* add more indentation for 2+ level sub in collapsible mode - Bootstrap normally supports just 1 level sub menus */
.navbar-nav.sm-collapsible ul .dropdown-menu > li > a,
.navbar-nav.sm-collapsible ul .dropdown-menu .dropdown-header {
	padding-left: 35px;
}
.navbar-nav.sm-collapsible ul ul .dropdown-menu > li > a,
.navbar-nav.sm-collapsible ul ul .dropdown-menu .dropdown-header {
	padding-left: 45px;
}
.navbar-nav.sm-collapsible ul ul ul .dropdown-menu > li > a,
.navbar-nav.sm-collapsible ul ul ul .dropdown-menu .dropdown-header {
	padding-left: 55px;
}
.navbar-nav.sm-collapsible ul ul ul ul .dropdown-menu > li > a,
.navbar-nav.sm-collapsible ul ul ul ul .dropdown-menu .dropdown-header {
	padding-left: 65px;
}
/* fix SmartMenus sub menus auto width (subMenusMinWidth and subMenusMaxWidth options) */
.navbar-nav .dropdown-menu > li > a {
	white-space: normal;
}
.navbar-nav ul.sm-nowrap > li > a {
	white-space: nowrap;
}
.navbar-nav.sm-collapsible ul.sm-nowrap > li > a {
	white-space: normal;
}
/* fix .navbar-right subs alignment */
.navbar-right ul.dropdown-menu {
	left: 0;
	right: auto;
}
/* Mobile first layout SmartMenus Core CSS (it's not recommended editing these rules)
   You need this once per page no matter how many menu trees or different themes you use.
-------------------------------------------------------------------------------------------*/

.sm,.sm ul,.sm li{display:block;list-style:none;margin:0;padding:0;line-height:normal;direction:ltr;-webkit-tap-highlight-color:rgba(0,0,0,0);}
.sm-rtl,.sm-rtl ul,.sm-rtl li{direction:rtl;text-align:right;}
.sm>li>h1,.sm>li>h2,.sm>li>h3,.sm>li>h4,.sm>li>h5,.sm>li>h6{margin:0;padding:0;}
.sm ul{display:none;}
.sm li,.sm a{position:relative;}
.sm a{display:block;}
.sm a.disabled{cursor:not-allowed;}
.sm:after{content:"\00a0";display:block;height:0;font:0px/0 serif;clear:both;visibility:hidden;overflow:hidden;}
.sm,.sm *,.sm *:before,.sm *:after{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}
.sm-clean {
  background: #eeeeee;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.sm-clean a, .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active {
  padding: 13px 20px;
  /* make room for the toggle button (sub indicator) */
  padding-right: 58px;
  color: #555555;
  font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Arial, sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 17px;
  text-decoration: none;
}
.sm-clean a.current {
  color: #d23600;
}
.sm-clean a.disabled {
  color: #bbbbbb;
}
.sm-clean a span.sub-arrow {
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: auto;
  right: 4px;
  width: 34px;
  height: 34px;
  overflow: hidden;
  font: bold 16px/34px monospace !important;
  text-align: center;
  text-shadow: none;
  background: rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.sm-clean a.highlighted span.sub-arrow:before {
  display: block;
  content: '-';
}
.sm-clean > li:first-child > a, .sm-clean > li:first-child > :not(ul) a {
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.sm-clean > li:last-child > a, .sm-clean > li:last-child > *:not(ul) a, .sm-clean > li:last-child > ul,
.sm-clean > li:last-child > ul > li:last-child > a, .sm-clean > li:last-child > ul > li:last-child > *:not(ul) a, .sm-clean > li:last-child > ul > li:last-child > ul,
.sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > a, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul,
.sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul,
.sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul {
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  -o-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
.sm-clean > li:last-child > a.highlighted, .sm-clean > li:last-child > *:not(ul) a.highlighted,
.sm-clean > li:last-child > ul > li:last-child > a.highlighted, .sm-clean > li:last-child > ul > li:last-child > *:not(ul) a.highlighted,
.sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted,
.sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted,
.sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.sm-clean li {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.sm-clean > li:first-child {
  border-top: 0;
}
.sm-clean ul {
  background: rgba(162, 162, 162, 0.1);
}
.sm-clean ul a, .sm-clean ul a:hover, .sm-clean ul a:focus, .sm-clean ul a:active {
  font-size: 16px;
  border-left: 8px solid transparent;
}
.sm-clean ul ul a,
.sm-clean ul ul a:hover,
.sm-clean ul ul a:focus,
.sm-clean ul ul a:active {
  border-left: 16px solid transparent;
}
.sm-clean ul ul ul a,
.sm-clean ul ul ul a:hover,
.sm-clean ul ul ul a:focus,
.sm-clean ul ul ul a:active {
  border-left: 24px solid transparent;
}
.sm-clean ul ul ul ul a,
.sm-clean ul ul ul ul a:hover,
.sm-clean ul ul ul ul a:focus,
.sm-clean ul ul ul ul a:active {
  border-left: 32px solid transparent;
}
.sm-clean ul ul ul ul ul a,
.sm-clean ul ul ul ul ul a:hover,
.sm-clean ul ul ul ul ul a:focus,
.sm-clean ul ul ul ul ul a:active {
  border-left: 40px solid transparent;
}

@media (min-width: 768px) {
  /* Switch to desktop layout
  -----------------------------------------------
     These transform the menu tree from
     collapsible to desktop (navbar + dropdowns)
  -----------------------------------------------*/
  /* start... (it's not recommended editing these rules) */
  .sm-clean ul {
    position: absolute;
  }

  .sm-clean li {
    float: left;
  }

  .sm-clean.sm-rtl li {
    float: right;
  }

  .sm-clean ul li, .sm-clean.sm-rtl ul li, .sm-clean.sm-vertical li {
    float: none;
  }

  .sm-clean a {
    white-space: nowrap;
  }

  .sm-clean ul a, .sm-clean.sm-vertical a {
    white-space: normal;
  }

  .sm-clean .sm-nowrap > li > a, .sm-clean .sm-nowrap > li > :not(ul) a {
    white-space: nowrap;
  }

  /* ...end */
  .sm-clean {
    padding: 0 10px;
    background: #eeeeee;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
  }
  .sm-clean a, .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active, .sm-clean a.highlighted {
    padding: 12px 12px;
    color: #555555;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    border-radius: 0 !important;
  }
  .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active, .sm-clean a.highlighted {
    color: #d23600;
  }
  .sm-clean a.current {
    color: #d23600;
  }
  .sm-clean a.disabled {
    color: #bbbbbb;
  }
  .sm-clean a.has-submenu {
    padding-right: 24px;
  }
  .sm-clean a span.sub-arrow {
    top: 50%;
    margin-top: -2px;
    right: 12px;
    width: 0;
    height: 0;
    border-width: 4px;
    border-style: solid dashed dashed dashed;
    border-color: #555555 transparent transparent transparent;
    background: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
  }
  .sm-clean a.highlighted span.sub-arrow:before {
    display: none;
  }
  .sm-clean li {
    border-top: 0;
  }
  .sm-clean > li > ul:before,
  .sm-clean > li > ul:after {
    content: '';
    position: absolute;
    top: -18px;
    left: 30px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 9px;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #bbbbbb transparent;
  }
  .sm-clean > li > ul:after {
    top: -16px;
    left: 31px;
    border-width: 8px;
    border-color: transparent transparent white transparent;
  }
  .sm-clean ul {
    border: 1px solid #bbbbbb;
    padding: 5px 0;
    background: white;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -ms-border-radius: 5px !important;
    -o-border-radius: 5px !important;
    border-radius: 5px !important;
    -webkit-box-shadow: 0 5px 9px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 9px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 9px rgba(0, 0, 0, 0.2);
  }
  .sm-clean ul a, .sm-clean ul a:hover, .sm-clean ul a:focus, .sm-clean ul a:active, .sm-clean ul a.highlighted {
    border: 0 !important;
    padding: 10px 20px;
    color: #555555;
  }
  .sm-clean ul a:hover, .sm-clean ul a:focus, .sm-clean ul a:active, .sm-clean ul a.highlighted {
    background: #eeeeee;
    color: #d23600;
  }
  .sm-clean ul a.current {
    color: #d23600;
  }
  .sm-clean ul a.disabled {
    background: white;
    color: #cccccc;
  }
  .sm-clean ul a.has-submenu {
    padding-right: 20px;
  }
  .sm-clean ul a span.sub-arrow {
    right: 8px;
    top: 50%;
    margin-top: -5px;
    border-width: 5px;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #555555;
  }
  .sm-clean span.scroll-up,
  .sm-clean span.scroll-down {
    position: absolute;
    display: none;
    visibility: hidden;
    overflow: hidden;
    background: white;
    height: 20px;
  }
  .sm-clean span.scroll-up:hover,
  .sm-clean span.scroll-down:hover {
    background: #eeeeee;
  }
  .sm-clean span.scroll-up:hover span.scroll-up-arrow, .sm-clean span.scroll-up:hover span.scroll-down-arrow {
    border-color: transparent transparent #d23600 transparent;
  }
  .sm-clean span.scroll-down:hover span.scroll-down-arrow {
    border-color: #d23600 transparent transparent transparent;
  }
  .sm-clean span.scroll-up-arrow, .sm-clean span.scroll-down-arrow {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -6px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 6px;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #555555 transparent;
  }
  .sm-clean span.scroll-down-arrow {
    top: 8px;
    border-style: solid dashed dashed dashed;
    border-color: #555555 transparent transparent transparent;
  }
  .sm-clean.sm-rtl a.has-submenu {
    padding-right: 12px;
    padding-left: 24px;
  }
  .sm-clean.sm-rtl a span.sub-arrow {
    right: auto;
    left: 12px;
  }
  .sm-clean.sm-rtl.sm-vertical a.has-submenu {
    padding: 10px 20px;
  }
  .sm-clean.sm-rtl.sm-vertical a span.sub-arrow {
    right: auto;
    left: 8px;
    border-style: dashed solid dashed dashed;
    border-color: transparent #555555 transparent transparent;
  }
  .sm-clean.sm-rtl > li > ul:before {
    left: auto;
    right: 30px;
  }
  .sm-clean.sm-rtl > li > ul:after {
    left: auto;
    right: 31px;
  }
  .sm-clean.sm-rtl ul a.has-submenu {
    padding: 10px 20px !important;
  }
  .sm-clean.sm-rtl ul a span.sub-arrow {
    right: auto;
    left: 8px;
    border-style: dashed solid dashed dashed;
    border-color: transparent #555555 transparent transparent;
  }
  .sm-clean.sm-vertical {
    padding: 10px 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
  }
  .sm-clean.sm-vertical a {
    padding: 10px 20px;
  }
  .sm-clean.sm-vertical a:hover, .sm-clean.sm-vertical a:focus, .sm-clean.sm-vertical a:active, .sm-clean.sm-vertical a.highlighted {
    background: white;
  }
  .sm-clean.sm-vertical a.disabled {
    background: #eeeeee;
  }
  .sm-clean.sm-vertical a span.sub-arrow {
    right: 8px;
    top: 50%;
    margin-top: -5px;
    border-width: 5px;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #555555;
  }
  .sm-clean.sm-vertical > li > ul:before,
  .sm-clean.sm-vertical > li > ul:after {
    display: none;
  }
  .sm-clean.sm-vertical ul a {
    padding: 10px 20px;
  }
  .sm-clean.sm-vertical ul a:hover, .sm-clean.sm-vertical ul a:focus, .sm-clean.sm-vertical ul a:active, .sm-clean.sm-vertical ul a.highlighted {
    background: #eeeeee;
  }
  .sm-clean.sm-vertical ul a.disabled {
    background: white;
  }
}

.highlight {
    border-radius: 0 0 4px 4px;
}

/*Float chat*/
#floatChat {
    border-radius: 0;
}
/*Iconos de la pagina
    .ws_iconsSprite.ws_search {
        border-radius: 0 0 0 0;
    }

    .ws_iconsSprite.ws_search:hover {
        border-radius: 0 0 0 0;
    }
*/
/*************************************************/
.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger ,
.btn-default:active,
.btn-primary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.btn-default.active,
.btn-primary.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-blue,
.btn-danger.active ,
.btn-default .badge,
.btn-primary .badge,
.btn-success .badge,
.btn-info .badge,
.btn-warning .badge,
.btn-danger .badge ,
.btn:active,
.btn.active ,
.btn-default ,
.btn-default:hover,
.btn-default:focus ,
.btn-default:active,
.btn-default.active ,
.btn-default.disabled,
.btn-default:disabled,
.btn-default[disabled] ,
.btn-primary ,
.btn-primary:hover,
.btn-primary:focus ,
.btn-primary:active,
.btn-primary.active ,
.btn-primary.disabled,
.btn-primary:disabled,
.btn-primary[disabled],
.btn-success ,
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success:disabled,
.btn-success[disabled],
.btn-info ,
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info:disabled,
.btn-info[disabled],
.btn-warning ,
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning:disabled,
.btn-warning[disabled],
.btn-danger ,
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger:disabled,
.btn-danger[disabled],
.thumbnail,
.img-thumbnail ,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus ,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus ,
.nav-tabs > li > a,
.navbar-default ,
.navbar-default .navbar-nav > li > a ,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .active > a,
.navbar-brand,
.navbar-nav > li > a ,
.navbar-inverse,
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a,
.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom ,
.alert ,
.alert-success ,
.alert-info ,
.alert-warning ,
.alert-danger ,
.progress ,
.progress-bar ,
.progress-bar-success ,
.progress-bar-info ,
.progress-bar-warning ,
.progress-bar-danger ,
.progress-bar-striped ,
.list-group ,
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus ,
.list-group-item.active .badge,
.list-group-item.active:hover .badge,
.list-group-item.active:focus .badge ,
.panel ,
.panel-default > .panel-heading ,
.panel-primary > .panel-heading ,
.panel-success > .panel-heading ,
.panel-info > .panel-heading ,
.panel-warning > .panel-heading ,
.panel-danger > .panel-heading ,
.well ,
.input-group,
.form-control,
.modal-content,
.popover,
.carousel-indicators li,
.highlight,
/*DatePicker init*/
.ui-datepicker-header,
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br,
.border-bottom-left-radius,
.border-top-right-radius,
.border-top-left-radius,
.breadcrumb,
.dropdown-menu,
/*DatePicker end*/
.jconfirm-box,
.main-menu ul
{
    border-radius: 0 !important;
}

@media (max-width: 767px) {
    .navbar .navbar-nav .open .dropdown-menu > .active > a,
    .navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
        border-radius: 0;
    }
}
@font-face{font-family:'slick';font-weight:normal;font-style:normal;src:url('../fonts/slick.eot')}.swiper-container{margin:0 auto;position:relative;overflow:hidden;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-moz-box-orient:vertical;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-o-transform:translate(0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-box-lines:multiple;-moz-box-lines:multiple;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex:0 0 auto;flex-shrink:0;width:100%;height:100%;position:relative}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-wp8-horizontal{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-wp8-vertical{-ms-touch-action:pan-x;touch-action:pan-x}div[class*="swiper-button-prev"],div[class*="swiper-button-next"]{position:absolute;top:50%;margin-top:-22px;cursor:pointer;/**/font-family:'slick';font-size:25px;line-height:1;opacity:.75;color:gray;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;-moz-transform:scale(1,3);-ms-transform:scale(1,3);-o-transform:scale(1,3);-webkit-transform:scale(1,3)}div[class*="swiper-button-prev"].swiper-button-disabled,div[class*="swiper-button-next"].swiper-button-disabled{opacity:0;cursor:auto;pointer-events:none}div[class*="swiper-button-prev"],.swiper-container-rtl div[class*="swiper-button-next"]{left:0;right:auto}div[class*="swiper-button-next"]:after{content:'>'}div[class*="swiper-button-prev"]:before{content:'<'}div[class*="swiper-button-next"],.swiper-container-rtl div[class*="swiper-button-prev"]{right:0;left:auto}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:300ms;-moz-transition:300ms;-o-transition:300ms;transition:300ms;-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-moz-appearance:none;-ms-appearance:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-white .swiper-pagination-bullet{background:#fff}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-container-vertical>.swiper-pagination{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);-moz-transform:translate3d(0,-50%,0);-o-transform:translate(0,-50%);-ms-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination .swiper-pagination-bullet{margin:5px 0;display:block}.swiper-container-horizontal>.swiper-pagination{bottom:10px;left:0;width:100%}.swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet{margin:0 5px}.swiper-container-3d{-webkit-perspective:1200px;-moz-perspective:1200px;-o-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-wrapper,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-cube-shadow{-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;visibility:hidden;-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden;width:100%;height:100%;z-index:1}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-moz-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-prev,.swiper-container-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-top,.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right{z-index:0;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-moz-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;-moz-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:"";width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;-webkit-background-size:100%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}
/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.3.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.3.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;
  transform: translate(0, 0);
}
/* 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 > 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;
}
.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 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  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 {
  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-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: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-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.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-genderless:before,
.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-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-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";
}

@font-face {
  font-family: 'a';
  src: url('../fonts/a.eot?57053004');
  src: url('../fonts/a.eot?57053004#iefix') format('embedded-opentype'),
       url('../fonts/a.woff?57053004') format('woff'),
       url('../fonts/a.ttf?57053004') format('truetype'),
       url('../fonts/a.svg?57053004#a') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'a';
    src: url('../fonts/a.svg?57053004#a') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "a";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-task:before { content: '\e800'; } /* '' */
.icon-kits:before { content: '\e801'; } /* '' */
.icon-task-check:before { content: '\e802'; } /* '' */
.icon-task-check-o:before { content: '\e803'; } /* '' */
.icon-box-break:before { content: '\e804'; } /* '' */
.icon-laptop-striped:before { content: '\e805'; } /* '' */
.icon-box-o:before { content: '\e806'; } /* '' */
.icon-usb-o:before { content: '\e807'; } /* '' */
.icon-mobile-repair:before { content: '\e808'; } /* '' */
.icon-tag-money:before { content: '\e809'; } /* '' */
/*
 * This combined file was created by the DataTables downloader builder:
 *   https://datatables.net/download
 *
 * To rebuild or modify this file with the latest versions of the included
 * software please visit:
 *   https://datatables.net/download/#bs/dt-1.10.10,r-2.0.0
 *
 * Included libraries:
 *   DataTables 1.10.10, Responsive 2.0.0
 */

table.dataTable {
  clear: both;
  margin-top: 6px !important;
  margin-bottom: 6px !important;
  max-width: none !important;
}
table.dataTable td,
table.dataTable th {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
table.dataTable td.dataTables_empty,
table.dataTable th.dataTables_empty {
  text-align: center;
}
table.dataTable.nowrap th,
table.dataTable.nowrap td {
  white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_length label {
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
}
div.dataTables_wrapper div.dataTables_length select {
  width: 75px;
  display: inline-block;
}
div.dataTables_wrapper div.dataTables_filter {
  text-align: right;
}
div.dataTables_wrapper div.dataTables_filter label {
  font-weight: normal;
  white-space: nowrap;
  text-align: left;
}

div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 0.5em;
  display: inline-block;
  min-width:335px;
  width:335px;
}

@media(max-width:767px){
    div.dataTables_wrapper div.dataTables_filter input {
      min-width:205px;
      width:205px;
    }
}

@media(min-width:768px) and (max-width:991px){
    div.dataTables_wrapper div.dataTables_filter input {
      min-width:230px;
      width:230px;
    }
}

@media(min-width:992px) and (max-width:1199px){
    div.dataTables_wrapper div.dataTables_filter input {
      min-width:260px;
      width:260px;
    }
}

div.dataTables_wrapper div.dataTables_info {
  padding-top: 8px;
  white-space: nowrap;
}
div.dataTables_wrapper div.dataTables_paginate {
  margin: 0;
  white-space: nowrap;
  text-align: right;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin: 2px 0;
  white-space: nowrap;
}
div.dataTables_wrapper div.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -26px;
  text-align: center;
  padding: 1em 0;
}

table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > td.sorting {
  padding-right: 30px;
}
table.dataTable thead > tr > th:active,
table.dataTable thead > tr > td:active {
  outline: none;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  position: relative;
}
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  position: absolute;
  bottom: 8px;
  right: 8px;
  display: block;
  font-family: 'Glyphicons Halflings';
  opacity: 0.5;
}
table.dataTable thead .sorting:after {
  opacity: 0.2;
  /*content: "\e150";*/
  /* sort */
}
table.dataTable thead .sorting_asc:after {
  /*content: "\e155";*/
  /* sort-by-attributes */
}
table.dataTable thead .sorting_desc:after {
  /*content: "\e156";*/
  /* sort-by-attributes-alt */
}
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  color: #eee;
}

div.dataTables_scrollHead table.dataTable {
  margin-bottom: 0 !important;
}

div.dataTables_scrollBody table {
  border-top: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
div.dataTables_scrollBody table thead .sorting:after,
div.dataTables_scrollBody table thead .sorting_asc:after,
div.dataTables_scrollBody table thead .sorting_desc:after {
  display: none;
}
div.dataTables_scrollBody table tbody tr:first-child th,
div.dataTables_scrollBody table tbody tr:first-child td {
  border-top: none;
}

div.dataTables_scrollFoot table {
  margin-top: 0 !important;
  border-top: none;
}

@media screen and (max-width: 767px) {
  div.dataTables_wrapper div.dataTables_length,
  div.dataTables_wrapper div.dataTables_filter,
  div.dataTables_wrapper div.dataTables_info,
  div.dataTables_wrapper div.dataTables_paginate {
    text-align: center;
  }
}
table.dataTable.table-condensed > thead > tr > th {
  padding-right: 20px;
}
table.dataTable.table-condensed .sorting:after,
table.dataTable.table-condensed .sorting_asc:after,
table.dataTable.table-condensed .sorting_desc:after {
  top: 6px;
  right: 6px;
}

table.table-bordered.dataTable {
  border-collapse: separate !important;
}
table.table-bordered.dataTable th,
table.table-bordered.dataTable td {
  border-left-width: 0;
}
table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable td:last-child,
table.table-bordered.dataTable td:last-child {
  border-right-width: 0;
}
table.table-bordered.dataTable tbody th,
table.table-bordered.dataTable tbody td {
  border-bottom-width: 0;
}

div.dataTables_scrollHead table.table-bordered {
  border-bottom-width: 0;
}

div.table-responsive > div.dataTables_wrapper > div.row {
  margin: 0;
}
div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:first-child {
  padding-left: 0;
}
div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:last-child {
  padding-right: 0;
}


table.dataTable.dtr-inline.collapsed > tbody > tr > td.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty {
  cursor: default !important;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td.child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty:before {
  display: none !important;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child,
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
  top: 8px;
  left: 4px;
  height: 16px;
  width: 16px;
  display: block;
  position: absolute;
  color: white;
  border: 2px solid white;
  border-radius: 16px;
  box-shadow: 0 0 3px #444;
  box-sizing: content-box;
  font-family: 'Courier New', Courier, monospace;
  text-indent: 4px;
  line-height: 16px;
  content: '+';
  background-color: #337ab7;
}
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
  content: '-';
  background-color: #d33333;
}
table.dataTable.dtr-inline.collapsed > tbody > tr.child td:before {
  display: none;
}
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child,
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child {
  padding-left: 27px;
}
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child:before,
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child:before {
  top: 5px;
  left: 4px;
  height: 14px;
  width: 14px;
  border-radius: 14px;
  line-height: 14px;
  text-indent: 3px;
}
table.dataTable.dtr-column > tbody > tr > td.control,
table.dataTable.dtr-column > tbody > tr > th.control {
  position: relative;
  cursor: pointer;
}
table.dataTable.dtr-column > tbody > tr > td.control:before,
table.dataTable.dtr-column > tbody > tr > th.control:before {
  top: 50%;
  left: 50%;
  height: 16px;
  width: 16px;
  margin-top: -10px;
  margin-left: -10px;
  display: block;
  position: absolute;
  color: white;
  border: 2px solid white;
  border-radius: 16px;
  box-shadow: 0 0 3px #444;
  box-sizing: content-box;
  font-family: 'Courier New', Courier, monospace;
  text-indent: 4px;
  line-height: 16px;
  content: '+';
  background-color: #337ab7;
}
table.dataTable.dtr-column > tbody > tr.parent td.control:before,
table.dataTable.dtr-column > tbody > tr.parent th.control:before {
  content: '-';
  background-color: #d33333;
}
table.dataTable > tbody > tr.child {
  padding: 0.5em 1em;
}
table.dataTable > tbody > tr.child:hover {
  background: transparent !important;
}
table.dataTable > tbody > tr.child ul {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
table.dataTable > tbody > tr.child ul li {
  border-bottom: 1px solid #efefef;
  padding: 0.5em 0;
}
table.dataTable > tbody > tr.child ul li:first-child {
  padding-top: 0;
}
table.dataTable > tbody > tr.child ul li:last-child {
  border-bottom: none;
}
table.dataTable > tbody > tr.child span.dtr-title {
  display: inline-block;
  min-width: 75px;
  font-weight: bold;
}

div.dtr-modal {
  position: fixed;
  box-sizing: border-box;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
  padding: 10em 1em;
}
div.dtr-modal div.dtr-modal-display {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 50%;
  overflow: auto;
  margin: auto;
  z-index: 102;
  overflow: auto;
  background-color: #f5f5f7;
  border: 1px solid black;
  border-radius: 0.5em;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6);
}
div.dtr-modal div.dtr-modal-content {
  position: relative;
  padding: 1em;
}
div.dtr-modal div.dtr-modal-close {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 22px;
  height: 22px;
  border: 1px solid #eaeaea;
  background-color: #f9f9f9;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  z-index: 12;
}
div.dtr-modal div.dtr-modal-close:hover {
  background-color: #eaeaea;
}
div.dtr-modal div.dtr-modal-background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 767px) {
  div.dtr-modal div.dtr-modal-display {
    width: 95%;
  }
}



table.dataTable.dtr-inline.collapsed > tbody > tr > td.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty {
  cursor: default !important;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td.child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty:before {
  display: none !important;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child,
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
  top: 8px;
  left: 4px;
  height: 16px;
  width: 16px;
  display: block;
  position: absolute;
  color: white;
  border: 2px solid white;
  border-radius: 16px;
  box-shadow: 0 0 3px #444;
  box-sizing: content-box;
  font-family: 'Courier New', Courier, monospace;
  text-indent: 4px;
  line-height: 16px;
  content: '+';
  background-color: #337ab7;
}
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
  content: '-';
  background-color: #d33333;
}
table.dataTable.dtr-inline.collapsed > tbody > tr.child td:before {
  display: none;
}
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child,
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child {
  padding-left: 27px;
}
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child:before,
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child:before {
  top: 5px;
  left: 4px;
  height: 14px;
  width: 14px;
  border-radius: 14px;
  line-height: 14px;
  text-indent: 3px;
}
table.dataTable.dtr-column > tbody > tr > td.control,
table.dataTable.dtr-column > tbody > tr > th.control {
  position: relative;
  cursor: pointer;
}
table.dataTable.dtr-column > tbody > tr > td.control:before,
table.dataTable.dtr-column > tbody > tr > th.control:before {
  top: 50%;
  left: 50%;
  height: 16px;
  width: 16px;
  margin-top: -10px;
  margin-left: -10px;
  display: block;
  position: absolute;
  color: white;
  border: 2px solid white;
  border-radius: 16px;
  box-shadow: 0 0 3px #444;
  box-sizing: content-box;
  font-family: 'Courier New', Courier, monospace;
  text-indent: 4px;
  line-height: 16px;
  content: '+';
  background-color: #337ab7;
}
table.dataTable.dtr-column > tbody > tr.parent td.control:before,
table.dataTable.dtr-column > tbody > tr.parent th.control:before {
  content: '-';
  background-color: #d33333;
}
table.dataTable > tbody > tr.child {
  padding: 0.5em 1em;
}
table.dataTable > tbody > tr.child:hover {
  background: transparent !important;
}
table.dataTable > tbody > tr.child ul {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
table.dataTable > tbody > tr.child ul li {
  border-bottom: 1px solid #efefef;
  padding: 0.5em 0;
}
table.dataTable > tbody > tr.child ul li:first-child {
  padding-top: 0;
}
table.dataTable > tbody > tr.child ul li:last-child {
  border-bottom: none;
}
table.dataTable > tbody > tr.child span.dtr-title {
  display: inline-block;
  min-width: 75px;
  font-weight: bold;
}

div.dtr-modal {
  position: fixed;
  box-sizing: border-box;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
  padding: 10em 1em;
}
div.dtr-modal div.dtr-modal-display {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 50%;
  overflow: auto;
  margin: auto;
  z-index: 102;
  overflow: auto;
  background-color: #f5f5f7;
  border: 1px solid black;
  border-radius: 0.5em;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6);
}
div.dtr-modal div.dtr-modal-content {
  position: relative;
  padding: 1em;
}
div.dtr-modal div.dtr-modal-close {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 22px;
  height: 22px;
  border: 1px solid #eaeaea;
  background-color: #f9f9f9;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  z-index: 12;
}
div.dtr-modal div.dtr-modal-close:hover {
  background-color: #eaeaea;
}
div.dtr-modal div.dtr-modal-background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 767px) {
  div.dtr-modal div.dtr-modal-display {
    width: 95%;
  }
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty {
  cursor: default !important;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td.child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty:before {
  display: none !important;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child,
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
  top: 8px;
  left: 4px;
  height: 16px;
  width: 16px;
  display: block;
  position: absolute;
  color: white;
  border: 2px solid white;
  border-radius: 16px;
  box-shadow: 0 0 3px #444;
  box-sizing: content-box;
  font-family: 'Courier New', Courier, monospace;
  text-indent: 4px;
  line-height: 16px;
  content: '+';
  background-color: #31b131;
}
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
  content: '-';
  background-color: #d33333;
}
table.dataTable.dtr-inline.collapsed > tbody > tr.child td:before {
  display: none;
}
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child,
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child {
  padding-left: 27px;
}
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child:before,
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child:before {
  top: 5px;
  left: 4px;
  height: 14px;
  width: 14px;
  border-radius: 14px;
  line-height: 14px;
  text-indent: 3px;
}
table.dataTable.dtr-column > tbody > tr > td.control,
table.dataTable.dtr-column > tbody > tr > th.control {
  position: relative;
  cursor: pointer;
}
table.dataTable.dtr-column > tbody > tr > td.control:before,
table.dataTable.dtr-column > tbody > tr > th.control:before {
  top: 50%;
  left: 50%;
  height: 16px;
  width: 16px;
  margin-top: -10px;
  margin-left: -10px;
  display: block;
  position: absolute;
  color: white;
  border: 2px solid white;
  border-radius: 16px;
  box-shadow: 0 0 3px #444;
  box-sizing: content-box;
  font-family: 'Courier New', Courier, monospace;
  text-indent: 4px;
  line-height: 16px;
  content: '+';
  background-color: #31b131;
}
table.dataTable.dtr-column > tbody > tr.parent td.control:before,
table.dataTable.dtr-column > tbody > tr.parent th.control:before {
  content: '-';
  background-color: #d33333;
}
table.dataTable > tbody > tr.child {
  padding: 0.5em 1em;
}
table.dataTable > tbody > tr.child:hover {
  background: transparent !important;
}
table.dataTable > tbody > tr.child ul {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
table.dataTable > tbody > tr.child ul li {
  border-bottom: 1px solid #efefef;
  padding: 0.5em 0;
}
table.dataTable > tbody > tr.child ul li:first-child {
  padding-top: 0;
}
table.dataTable > tbody > tr.child ul li:last-child {
  border-bottom: none;
}
table.dataTable > tbody > tr.child span.dtr-title {
  display: inline-block;
  min-width: 75px;
  font-weight: bold;
}

div.dtr-modal {
  position: fixed;
  box-sizing: border-box;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
  padding: 10em 1em;
}
div.dtr-modal div.dtr-modal-display {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 50%;
  overflow: auto;
  margin: auto;
  z-index: 102;
  overflow: auto;
  background-color: #f5f5f7;
  border: 1px solid black;
  border-radius: 0.5em;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6);
}
div.dtr-modal div.dtr-modal-content {
  position: relative;
  padding: 1em;
}
div.dtr-modal div.dtr-modal-close {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 22px;
  height: 22px;
  border: 1px solid #eaeaea;
  background-color: #f9f9f9;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  z-index: 12;
}
div.dtr-modal div.dtr-modal-close:hover {
  background-color: #eaeaea;
}
div.dtr-modal div.dtr-modal-background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 767px) {
  div.dtr-modal div.dtr-modal-display {
    width: 95%;
  }
}


.Shipping-overflow {
  overflow-x: auto;
  height: 200px;
  width: 300px;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty {
  cursor: default !important;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td.child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty:before {
  display: none !important;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child,
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
  top: 8px;
  left: 4px;
  height: 16px;
  width: 16px;
  display: block;
  position: absolute;
  color: white;
  border: 2px solid white;
  border-radius: 16px;
  box-shadow: 0 0 3px #444;
  box-sizing: content-box;
  font-family: 'Courier New', Courier, monospace;
  text-indent: 4px;
  line-height: 16px;
  content: '+';
  background-color: #008CBA;
}
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
  content: '-';
  background-color: #d33333;
}
table.dataTable.dtr-inline.collapsed > tbody > tr.child td:before {
  display: none;
}
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child,
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child {
  padding-left: 27px;
}
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child:before,
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child:before {
  top: 5px;
  left: 4px;
  height: 14px;
  width: 14px;
  border-radius: 14px;
  line-height: 14px;
  text-indent: 3px;
}
table.dataTable.dtr-column > tbody > tr > td.control,
table.dataTable.dtr-column > tbody > tr > th.control {
  position: relative;
  cursor: pointer;
}
table.dataTable.dtr-column > tbody > tr > td.control:before,
table.dataTable.dtr-column > tbody > tr > th.control:before {
  top: 50%;
  left: 50%;
  height: 16px;
  width: 16px;
  margin-top: -10px;
  margin-left: -10px;
  display: block;
  position: absolute;
  color: white;
  border: 2px solid white;
  border-radius: 16px;
  box-shadow: 0 0 3px #444;
  box-sizing: content-box;
  font-family: 'Courier New', Courier, monospace;
  text-indent: 4px;
  line-height: 16px;
  content: '+';
  background-color: #008CBA;
}
table.dataTable.dtr-column > tbody > tr.parent td.control:before,
table.dataTable.dtr-column > tbody > tr.parent th.control:before {
  content: '-';
  background-color: #d33333;
}
table.dataTable > tbody > tr.child {
  padding: 0.5em 1em;
}
table.dataTable > tbody > tr.child:hover {
  background: transparent !important;
}
table.dataTable > tbody > tr.child ul {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
table.dataTable > tbody > tr.child ul li {
  border-bottom: 1px solid #efefef;
  padding: 0.5em 0;
}
table.dataTable > tbody > tr.child ul li:first-child {
  padding-top: 0;
}
table.dataTable > tbody > tr.child ul li:last-child {
  border-bottom: none;
}
table.dataTable > tbody > tr.child span.dtr-title {
  display: inline-block;
  min-width: 75px;
  font-weight: bold;
}

div.dtr-modal {
  position: fixed;
  box-sizing: border-box;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
  padding: 10em 1em;
}
div.dtr-modal div.dtr-modal-display {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 50%;
  overflow: auto;
  margin: auto;
  z-index: 102;
  overflow: auto;
  background-color: #f5f5f7;
  border: 1px solid black;
  border-radius: 0.5em;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6);
}
div.dtr-modal div.dtr-modal-content {
  position: relative;
  padding: 1em;
}
div.dtr-modal div.dtr-modal-close {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 22px;
  height: 22px;
  border: 1px solid #eaeaea;
  background-color: #f9f9f9;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  z-index: 12;
}
div.dtr-modal div.dtr-modal-close:hover {
  background-color: #eaeaea;
}
div.dtr-modal div.dtr-modal-background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 767px) {
  div.dtr-modal div.dtr-modal-display {
    width: 95%;
  }
}
table.dataTable > tbody > tr.child ul {
  font-size: 1em;
}

/* =========================================================
 * bootstrap-treeview.css v1.2.0
 * =========================================================
 * Copyright 2013 Jonathan Miles 
 * Project URL : http://www.jondmiles.com/bootstrap-treeview
 *	
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 * ========================================================= */

.treeview .list-group-item {
	cursor: pointer;
}

.treeview span.indent {
	margin-left: 10px;
	margin-right: 10px;
}

.treeview span.icon {
	width: 12px;
	margin-right: 5px;
}

.treeview .node-disabled {
	color: silver;
	cursor: not-allowed;
}
.responsive-tabs-container[class*="accordion-"] .tab-pane {
  /*margin-bottom: 15px;*/
}
.responsive-tabs-container[class*="accordion-"] .accordion-link {
    display: none;
    /* margin-bottom: 10px; */
    padding: 10px 15px;
    background-color: #363C4D;
    /* border-radius: 3px; */
    border: 1px solid #30374A;
    color: #FFF;
}
@media (max-width: 767px) {
  .responsive-tabs-container.accordion-xs .nav-tabs {
    display: none;
  }
  .responsive-tabs-container.accordion-xs .accordion-link {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .responsive-tabs-container.accordion-sm .nav-tabs {
    display: none;
  }
  .responsive-tabs-container.accordion-sm .accordion-link {
    display: block;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .responsive-tabs-container.accordion-md .nav-tabs {
    display: none;
  }
  .responsive-tabs-container.accordion-md .accordion-link {
    display: block;
  }
}
@media (min-width: 1200px) {
  .responsive-tabs-container.accordion-lg .nav-tabs {
    display: none;
  }
  .responsive-tabs-container.accordion-lg .accordion-link {
    display: block;
  }
}

@media(max-width:767px){

.tab-content > .active.tab-pane  {
    display: none;
}
.tab-content > .tab-pane {
    display: none;
}
.collapse.in
{
    display:block!important;
}
}
/*!
 * @copyright &copy; Kartik Visweswaran, Krajee.com, 2013 - 2015
 * @version 3.5.6
 *
 * A simple yet powerful JQuery star rating plugin that allows rendering
 * fractional star ratings and supports Right to Left (RTL) input.
 *
 * For more JQuery/Bootstrap plugins and demos visit http://plugins.krajee.com
 * For more Yii related demos visit http://demos.krajee.com
 */

/*.rating-loading {
    width: 25px;
    height: 25px;
    font-size: 0px;
    color: #fff;
    /*background: transparent url('../img/loading.gif') top left no-repeat;
}*/

.rating-loading {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 50px;
    height: 50px;
    margin: -25px 0 0 -25px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #000000;
    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    -moz-animation: spin 2s linear infinite;
    -o-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}
.rating-loading:before {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #808080;
        -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
        -moz-animation: spin 3s linear infinite;
        -o-animation: spin 3s linear infinite;
        animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

    .rating-loading:after {
        content: "";
        position: absolute;
        top: 2px;
        left: 2px;
        right: 2px;
        bottom: 2px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: rgb(167, 8, 8);
        -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
        -moz-animation: spin 1.5s linear infinite;
        -o-animation: spin 1.5s linear infinite;
        animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

.rating-loa {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 0px;
    height: 0px;
    margin: 0;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: transparent;
    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    -moz-animation: spin 2s linear infinite;
    -o-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

    .rating-loa:before {
        content: "";
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: transparent;
        -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
        -moz-animation: spin 3s linear infinite;
        -o-animation: spin 3s linear infinite;
        animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

    .rating-loa:after {
        content: "";
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: transparent;
        -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
        -moz-animation: spin 1.5s linear infinite;
        -o-animation: spin 1.5s linear infinite;
        animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

/*
 * Stars
 */
.rating-fa {
    font-family: 'FontAwesome';
    padding-left: 1px;
}

.rating-fa .rating-stars:before {
    padding-left: 1px;
}

.rating-gly {
    font-family: 'Glyphicons Halflings';
}

.rating-gly-star {
    font-family: 'Glyphicons Halflings';
    padding-left: 2px;
}

.rating-gly-star .rating-stars:before {
    padding-left: 2px;
}

.rating-lg .rating-gly-star, .rating-lg .rating-gly-star .rating-stars:before {
    padding-left: 4px;
}

.rating-xl .rating-gly-star, .rating-xl .rating-gly-star .rating-stars:before {
    padding-left: 2px;
}

.rating-active {
    cursor: default;
}

.rating-disabled {
    /*cursor: not-allowed;*/
}

.rating-uni {
    font-size: 1.2em;
    margin-top: -5px;
}

.rating-container {
    position: relative;
    vertical-align: middle;
    display: inline-block;
    color: #e3e3e3;
    overflow: hidden;
}

.rating-container:before {
    content: attr(data-content);
}

.rating-container .rating-stars {
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap;
    overflow: hidden;











    color: #fde16d;
    transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -webkit-transition: all 0.25s ease-out;
}

.rating-container .rating-stars:before {
    content: attr(data-content);
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.7);
}

.rating-container-rtl {
    position: relative;
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
    color: #fde16d;
}

.rating-container-rtl:before {
    content: attr(data-content);
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.7);
}

.rating-container-rtl .rating-stars {
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap;
    overflow: hidden;
    color: #e3e3e3;
    transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -webkit-transition: all 0.25s ease-out;
}

.rating-container-rtl .rating-stars:before {
    content: attr(data-content);
}

/**
 * Rating sizes
 */
.rating-xl {
    font-size: 4.89em;
}

.rating-lg {
    font-size: 3.91em;
}

.rating-md {
    font-size: 3.13em;
}

.rating-sm {
    font-size: 2.5em;
}

.rating-xs {
    font-size: 2em;
}

/**
 * Clear rating button
 */
.star-rating .clear-rating, .star-rating-rtl .clear-rating {
    color: #aaa;
    cursor: not-allowed;
    display: inline-block;
    vertical-align: middle;
    font-size: 60%;
}

.clear-rating-active {
    cursor: pointer !important;
}

.clear-rating-active:hover {
    color: #843534;
}

.star-rating .clear-rating {
    padding-right: 5px;
}

/**
 * Caption
 */
.star-rating .caption, .star-rating-rtl .caption {
    color: #999;
    display: inline-block;
    vertical-align: middle;
    font-size: 55%;
}

.star-rating .caption {
    padding-left: 5px;
}

.star-rating-rtl .caption {
    padding-right: 5px;
}

/**
 * Print
 */
@media print {
    .rating-container, .rating-container:before , .rating-container-rtl .rating-stars, .rating-container-rtl .rating-stars:before {
        color: #f3f3f3!important;
    }
    
    .star-rating .clear-rating, .star-rating-rtl .clear-rating {
        display: none;
    }
}
.keys a .btn {
    margin-bottom: 15px;
}

.panel-body .keys {
    padding-bottom: 0;
}

.max-height-brands {
    max-height: 60px;
}

.brands {
    min-height: 70px;
    vertical-align: middle;
    position: relative;
}

.img-center {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
 
.text-brand {
    min-height: 40px;
}

.info_popover {
    color: #337ab7;
    font-weight: bold;
}

.text-bold {
    font-weight: bold;
}

.pm_brand {
    margin-bottom: 10px;
    text-align: center;
    align-items: center;
}

.pm_brand__container_show {
    cursor: pointer;
}

.pm_brand__container_arrow {
    position: absolute;
    background-color: white;
    margin: auto;
    left: 0;
    right: 0;
    width: 20px;
    height: 20px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    border-left: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    z-index: 999;
}



@media(max-width: 767px) {
    .pm_brand__worker_info {
        display: block;
        margin-left: 70px;
        font-size: 12px;
    }

    .pm_brand__worker_photo img {
        width: 40px;
        height: 50px;
        margin-top: 10px;
    }

    .pm_brand__title {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
    }

    .pm_brand__title span {
        font-size: 12px;
        margin-left: 13px;
        position: relative;
        width: 135px;
    }

    .pm_brand__title img {
        font-size: 12px;
        margin-left: -5px;
        width: 80px;
        position: relative;
    }
}

@media(min-width: 768px) {
    .pm_brand__worker_info {
        display: block;
        margin-left: 120px;
    }

    .pm_brand__worker_photo img {
        width: 60px;
        height: 70px;
        margin-top: 10px;
        margin-left: 10px;
    }

    .pm_brand__title {
        display: flex;
        width: 100%;
        align-items: center;
        margin-bottom: 10px;
    }

    .pm_brand__title span {
        margin-left: 10px;
        margin-top: 4px;
    }
}

@media(min-width: 992px) {
    .pm_group_1,.pm_group_2 {
        text-align: left;
        display: inline-block;
        margin-right: 10px;
        width: 220px;
    }

    .pm_brand__worker_photo img {
        width: 60px;
        height: 70px;
        margin-top: 10px;
        margin-left: 10px;
    }

    .pm_brand__title {
        display: flex;
        width: 100%;
        align-items: center;
    }

    .pm_brand__title span {
        margin-left: 10px;
        margin-top: 4px;
    }
}

@media(min-width: 1200px) {
    .pm_group_1,.pm_group_2 {
        text-align: left;
        display: inline-block; 
        margin-right: 10px;
        width: 290px;
    }

    .pm_brand__worker_photo img {
        width: 60px;
        height: 70px;
        margin-top: 10px;
        margin-left: 10px;
    }

    .pm_brand__title {
        display: flex;
        width: 100%;
        align-items: center;
    }

    .pm_brand__title span {
        margin-left: 10px;
        margin-top: 4px;
    }
}

.pm_brand__worker {
    height: 106px;
    align-items: center;
    justify-content: space-around;
    cursor: pointer;
    position: relative;
}

.pm_brand__worker_photo {
    float: left;
    position: absolute;
    left: 10px;
    z-index: 1000;
}

.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.menuBrand {
    color: black;
    width: 200px;
}

.js_close_popover {
    right: 0;
    margin-right: 10px;
    margin-top: 5px;
    position: absolute;
    font-size: 16px;
    color: #bbbaba;
    font-weight: lighter;
}
 
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/BarlowCondensed-Regular.ttf')
}

/*paneles defs productos*/
/*.productListItemGrid.min-panel-login.panel.panel-default.panel-body{
    padding: 4px;
}*/
/*Filtros*/
ul.filterItemsList_v3 {
  list-style: none;
  font-weight: 600;
  padding: 0;
}

.filterItemsList_v3 li {
  margin: 3px 0;
  padding: 0;
  font-weight: normal;
}

.pointer {
  cursor: pointer;
}

.filter-dotted-bottom {
  margin-bottom: 10px;
  padding-bottom: 4px;
  padding-top: 4px;
  border-bottom: dotted 1px #000;
}

.filter-select {
  color: Black;
  text-decoration: underline;
}

dl.dl-filter > dt.pointer {
  padding-right: 14px;
  position: relative;
  box-sizing: border-box;
  width: 100%;
}

.dl-filter {
  position: relative;
}
/*esd*/
.center-esd {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 871px;
}

@media(max-width:1199px) {
  .center-esd {
    width: auto;
  }
}

@media(max-width: 767px) {
  .btn-esd {
    padding: 2px;
    font-size: 11px;
  }
}
/*Tags de productos*/
.img-tag {
  min-height: 112px;
  position: relative;
  width: 150px;
  min-width: 150px;
  margin: auto;
}

.img-tag-grid {
  min-height: 90px;
  position: relative;
  width: 150px;
  min-width: 150px;
  margin: auto;
}

.img-tag-det {
  min-height: 112px;
  position: relative;
  width: 150px;
  min-width: 150px;
  margin: auto;
}

.img-tag-com {
  min-height: 57px;
  position: relative;
  width: 115px;
  min-width: 115px;
  margin: auto;
}
/*recientemente vistos*/
.panel.panel-default .js-RecentlyViewedProducts {
  border-bottom: none;
  border-left: none;
  border-right: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.js-RecentlyViewedProducts .ws_price {
  text-align: center;
}

.js-RecentlyViewedProducts .separador-down:last-child {
  border-bottom: none;
}

.panel .dl-horizontal {
  margin-bottom: 10px;
}

.tag-top-left {
  top: 0;
  position: absolute;
  left: 0 !important;
  /* padding-right: 20%; */
}

.tag-top-right {
  top: 0;
  position: absolute;
  right: 0;
  /* padding-right: 20%; */
}

.tag-collapse > .tag-top-right {
  margin-top: 12px;
  margin-right: 8px;
}

.tag-collapse > .text-truncate {
  margin-bottom: -6px;
}

.js-product-tags {
  margin-top: 5px;
  color: #39b374;
  background-color: #39b374;
  background-color: #E01C1C;
  background-color: #FFCD66;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  float: left;
  clear: both;
  padding: 2px 4px 2px 6px;
  border-radius: 50px 0px 0px 50px;
  color: #fff;
  font-size: 9px;
  font-weight: 700;
  line-height: 12px;
  max-width: 113px;
  white-space: normal;
  z-index: 3;
}

.js-product-tags-compact {
  padding: 1px 9px;
  margin-top: -10px;
  max-width: 100px;
}

.tag-right-center {
  top: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  /* padding-right: 20%; */
}
/*Fixes*/
.relative {
  position: relative;
}

.img-products {
  max-height: 112px;
  max-width: 100%;
}

.img-products-det {
  max-height: 112px;
  max-width: 100%;
}

.img-products-com {
  max-height: 55px;
  max-width: 100%;
}

.panel.panel-default.productListItemGrid {
  border-color: #fff;
  border-width: 2px;
}

.grid-product-row {
  margin-right: -4px;
}
/*efectos comparador*/
.compareTray.hidden {
  transition: all 0.5s ease;
}

.compareTray {
  transition: all 0.5s ease;
}
/*Efectos vista grilla*/
div.producthover-login, div.producthover-logout, div.producthover-kit-login, div.producthover-kit-logout {
  margin-left: -15px;
  margin-top: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  cursor: pointer;
  -webkit-transition: width 2s; /* For Safari 3.1 to 6.0 */
  -moz-transition: width 2s;
  -o-transition: width 2s;
  transition: width 2s;
  -webkit-transition-delay: 2s;
  -moz-transition-delay: 2s;
  -o-transition-delay: 2s;
  transition-delay: 2s;
  max-width: 100%;
  width: 100%;
}

div.producthover-kit-login {
  position: absolute;
  min-height: 325px;
}

div.producthover-kit-logout {
  position: absolute;
  min-height: 310px;
}

.marca {
  font-size: 11px;
  font-weight: bold;
  text-align: left;
}

div.producthover-login:hover, div.producthover-logout:hover {
  z-index: 4;
}

  div.producthover-login:hover .itemGrid > .visible-xs, div.producthover-logout:hover .itemGrid > .visible-xs {
    display: list-item !important;
  }
/**/
input.addToCartQuantityBox {
  width: 45px !important;
  min-height: 29px;
  padding-right: 2px;
  padding-left: 2px;
  display: inline-block;
  text-align: center;
}


/*Rating Stars*/
.rating-stars-message {
  color: #e69008;
  padding: 6px 0 0 0;
}

.rating-xs {
  font-size: 1.1em;
}

/*Icono Descarga*/
.download.fa:before {
  font-size: 24px;
}


.download {
  color: rgb(255, 255, 255);
  top: 60px;
  position: absolute;
  left: 95px;
  background: -webkit-radial-gradient(circle, #000000, rgba(255, 255, 255, 0),rgba(255, 255, 255, 0));
  background: -o-radial-gradient(circle, #000000, rgba(255, 255, 255, 0),rgba(255, 255, 255, 0));
  background: -moz-radial-gradient(circle, #000000, rgba(255, 255, 255, 0),rgba(255, 255, 255, 0));
  background: radial-gradient(circle, #000000, rgba(0, 0, 0, 0),rgba(255, 255, 255, 0));
  padding: 20px;
}

.download-compact.fa:before {
  font-size: 16px;
}


.download-compact {
  color: rgb(255, 255, 255);
  top: 24px;
  position: absolute;
  left: 45px;
  background: -webkit-radial-gradient(circle, #000000, rgba(255, 255, 255, 0),rgba(255, 255, 255, 0));
  background: -o-radial-gradient(circle, #000000, rgba(255, 255, 255, 0),rgba(255, 255, 255, 0));
  background: -moz-radial-gradient(circle, #000000, rgba(255, 255, 255, 0),rgba(255, 255, 255, 0));
  background: radial-gradient(circle, #000000, rgba(0, 0, 0, 0),rgba(255, 255, 255, 0));
  padding: 16px;
}

.download-detail {
  color: rgb(255, 255, 255);
  position: relative;
  left: 71px;
  background: -webkit-radial-gradient(circle, #000000, rgba(255, 255, 255, 0),rgba(255, 255, 255, 0));
  background: -o-radial-gradient(circle, #000000, rgba(255, 255, 255, 0),rgba(255, 255, 255, 0));
  background: -moz-radial-gradient(circle, #000000, rgba(255, 255, 255, 0),rgba(255, 255, 255, 0));
  background: radial-gradient(circle, #000000, rgba(0, 0, 0, 0),rgba(255, 255, 255, 0));
  padding: 16px;
}

  .download-detail.fa:before {
    font-size: 32px;
  }
/*Icono informacion*/
.info-sign {
  color: #EF0000;
  float: right;
  font-size: 14px;
}
/*Vitrina productos store*/
.product {
  min-height: 250px;
}

.img-products-ws {
  max-height: 112px !important;
  max-width: 100%;
}

.img-products-ws-grid {
  max-height: 90px !important;
  max-width: 100%;
}

.topic {
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}

.text-left-xt {
  text-align: left !important;
}

.caret-right {
  top: 13px;
  position: absolute;
  right: -10px;
  font-size: 9px;
}

.btn-group.open > .dropdown-menu {
  left: 105%;
  top: 0;
}

.text-muted {
  margin-bottom: 4px;
  margin-top: 4px;
}

  .text-muted.padding-top-10 {
    margin: 0;
  }

.pagination-no-margin {
  margin: 0;
}

.min-height-pagination {
  min-height: 34px;
}

  .min-height-pagination.label-pagination {
    vertical-align: middle;
    padding: 7px 0;
  }

.itemGrid {
  padding: 0px 15px;
  margin-bottom: 0;
}

/*tooltip productos busqueda*/
.items .tooltip .tooltip-inner {
  text-align: left;
}

/*Comparador*/
.comparerLink {
  margin: 4px 0 0;
  font-weight: normal;
  font-size: 11px;
}
/*.compareTray {
    position: relative;
}*/
.compareTray ul {
  display: inline-table;
}


@-moz-document url-prefix() {
  .compareTray ul li {
    height: 30px !important;
  }

  .js-compare-products-button {
    position: absolute;
    margin-left: 4px;
  }

  .compareTray ul {
    display: inline-flex;
  }
}

.compareTray ul li {
  /*background-image: url(/Content/Default/Images/compare-item-bg.gif);*/
  /*background-repeat: no-repeat;*/
  border: 1px solid #9a9b9b;
  /* float: left; */
  height: 28px;
  /* margin: -12px 7px 0 0; */
  position: relative;
  text-align: center;
  width: 28px;
  list-style: inherit;
  display: inline-table;
}
/*Icono remover glyphicon*/
.compareTray .remover {
  display: none;
  color: red;
  z-index: 2;
  background: -webkit-radial-gradient(circle, #FFFFFF, rgba(255, 255, 255, 0)); /* Safari */
  background: -o-radial-gradient(circle, #FFFFFF, rgba(255, 255, 255, 0)); /* Opera 11.6 to 12.0 */
  background: -moz-radial-gradient(circle, #FFFFFF, rgba(255, 255, 255, 0)); /* Firefox 3.6 to 15 */
  background: radial-gradient(circle, #FFFFFF, rgba(255, 255, 255, 0)); /* Standard syntax */
  height: 16px;
  position: absolute;
  right: -5px;
  top: -5px;
  width: 16px;
  cursor: pointer;
}
/*grilla kits*/
.title-kits-hover {
  border-bottom: 1px solid #cecece;
  background-color: #e4e4e4;
  border-top: 1px solid #e4e4e4;
  text-align: center;
  margin: 0px 2px;
  color: black;
  padding: 4px 0px;
}

.panel-kits {
  font-weight: normal;
}

.caret-kits-hover {
  left: 50%;
  margin-left: -11px;
  top: -11px;
  color: #e4e4e4;
  display: block;
  position: relative;
  max-height: 5px;
  width: 11px;
}

.content-kits-hover {
  margin: 2px 2px;
  border-bottom: 1px solid #cecece;
}

.content-kits-hover-no-border {
  margin: 2px 2px;
}

.price-kit {
  margin: 4px 0px;
}

.popover.compare {
  border-color: #337AB7;
  border-width: 2px;
}

.arrow.compare {
  border-bottom-color: #337ab7 !important;
}

.popover > .arrow.compare:after {
  border-width: 0;
}

/*grilla descuentos*/
.discount-grid {
  margin-left: 4px;
}
/*grilla*/
.productListItemGrid .js-pictureArea .icon-kits, .icon-kits.image-kits {
  font-size: 110px;
  text-align: center;
}
/*detallada*/
.img-tag-det .icon-kits {
  font-size: 86px;
  text-align: center;
}

div.productListItemDet dl:nth-child(1) {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
/*compacta*/
.img-tag-com .icon-kits {
  font-size: 39px;
  text-align: center;
}

.ws_compactproductListItem {
  position: relative;
}
/*recientemente vistos*/
.recentlyViewed .icon-kits {
  font-size: 85px;
}
/*vista compacta*/
.swiper-slide .icon-kits {
  font-size: 100px;
}



dl.dl-horizontal.row {
  border-bottom: 1px solid darkgray;
  border-bottom-style: dotted;
}

.productListItemGrid dl.dl-horizontal, .panel-heading dl.dl-horizontal {
  border-bottom: none;
}

.panel-heading dl.dl-horizontal {
  margin-bottom: 0;
}

.ws_compactproductListItemBt, .ws_compareCompact, .ws_linkProductKit, .ws_linkProductKitAnchor, .ws_linkProductKitLabel, .ws_linkquote {
  display: inline-table;
}


.thumbnail.img-tag-com {
  margin-left: -15px;
}

.padd-left {
  margin-left: 14px;
}

.panel-body .highlight {
  margin-bottom: -15px;
  margin-top: 15px;
}
/*popover con a link separados*/
.dotted-bottom {
  border-bottom: 1px dotted darkgray;
  margin-bottom: 16px;
}

  .dotted-bottom:last-of-type {
    border: none;
  }

.min-height-product-name-crossell {
  word-wrap: break-word;
  max-height: 36px;
  overflow: hidden;
  margin-bottom: 2px;
  min-height: 36px;
  font-size: 13px;
}

.min-height-product-name {
  word-wrap: break-word;
  max-height: 85px;
  overflow: hidden;
  margin-bottom: 2px;
  min-height: 60px;
}

.seeMore-attributes {
  margin-top: 2px;
  display: none;
  visibility: hidden;
}

.seeMore-attributes-block {
  margin-top: 2px;
  display: none;
  visibility: hidden;
}

@media screen and (max-width: 767px) {
  div.producthover-login, div.producthover-logout, div.producthover-kit-login, div.producthover-kit-logout {
    margin-left: -15px;
    margin-top: -15px;
    margin-right: -15px;
    margin-bottom: -15px;
    padding-left: 15px;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    /*cursor: pointer;*/
    -webkit-transition: width 2s; /* For Safari 3.1 to 6.0 */
    -moz-transition: width 2s;
    -o-transition: width 2s;
    transition: width 2s;
    -webkit-transition-delay: 2s;
    -moz-transition-delay: 2s;
    -o-transition-delay: 2s;
    transition-delay: 2s;
    max-width: 100%;
    width: 100%;
  }

  .min-height-product-name {
    word-wrap: normal;
    max-height: 60px;
    overflow: auto;
    margin-bottom: 2px;
    min-height: 60px;
  }

  .text-truncate {
    overflow: visible !important;
    white-space: normal !important;
    display: block;
  }

  .ws_priceDiscountCompact {
    text-align: left;
  }

  .min-panel-logout {
    min-height: 0;
  }

  .min-panel-login {
    min-height: 0;
  }

  .min-panel-kits-logout {
    min-height: initial;
    position: relative;
  }

  .min-panel-kits-login {
    min-height: initial;
    position: relative;
  }

  .producthover-kit-login, .producthover-kit-logout {
    min-height: initial !important;
    position: relative !important;
  }
  /*vista compacta*/
  .itemGrid .visible-xs {
    display: list-item !important;
  }

  .js-title {
    font-size: 12px;
    /*font-weight: bold;*/
    /*text-align: center;*/
  }

  .productArea-det {
    margin-left: 15px;
  }

  .text-muted {
    /*text-align: center;*/
  }

  .img-tag-com {
    min-height: 112px;
    position: relative;
    width: 150px;
    min-width: 150px;
    margin: auto;
  }

  .thumbnail.img-tag-com {
    margin-left: auto;
  }

  .img-products-com {
    max-height: 112px;
    max-width: 100%;
  }

  .thumbnail {
    border: none;
  }

  .img-tag-com .fa:before {
    font-size: 26px;
  }

  .brand {
    text-align: center;
  }

  .row.ws_stockCompact {
    margin-left: 15px;
  }

  .ws_priceDiscountCompact {
    font-weight: bold;
    font-size: 14px;
  }



  .ws_addCantCompact {
    margin-left: -15px;
  }

    .ws_addCantCompact .text-center {
      text-align: left;
    }

  .inventario {
    margin-left: -15px;
  }

  .ws_compactproductListItem .highlight {
    background-color: white;
    border-top-color: white;
  }

  /*iconos kits*/
  .productListItemGrid .js-pictureArea .icon-kits,
  /*detallada*/
  .img-tag-det .icon-kits,
  /*compacta*/
  .img-tag-com .icon-kits {
    font-size: 86px;
    text-align: center;
  }

  .panel dl:last-of-type {
    padding-bottom: 10px !important;
  }
  /*ver mas*/
  .seeMore {
    display: none;
  }

  .seeMore-attributes {
    margin-top: 2px;
    display: block;
    visibility: visible;
  }

  div.producthover-logout {
    max-width: initial;
    width: auto;
  }

  .seeMore-attributes {
    display: block;
    visibility: visible;
  }

  .seeMore-attributes-block {
    display: block;
    visibility: visible;
  }

  .producthover-login, .producthover-logout, .producthover-kit-login, .producthover-kit-logout {
    width: auto !important;
    max-width: none !important;
  }
}

@media screen and (min-width: 768px) {
  .min-panel-logout {
    min-height: 300px;
  }

  div.producthover-logout {
    position: absolute;
    min-height: 300px; /**/
  }

  .producthover-logout:hover, .producthover-logout:focus {
    min-height: 301px;
    width: 100%;
  }

  .min-panel-login {
    min-height: 370px;
  }

  div.producthover-login {
    position: absolute;
    min-height: 370px; /**/
  }

  .producthover-login:hover, .producthover-login:focus {
    min-height: 371px;
    width: 100%;
  }

    .producthover-login:hover .seeMore, div.producthover-logout:hover .seeMore, .producthover-login:focus .seeMore, div.producthover-logout:focus .seeMore {
      visibility: hidden;
      display: none;
    }

    .producthover-login:hover .seeMore-attributes, div.producthover-logout:hover .seeMore-attributes, .producthover-login:focus .seeMore-attributes, div.producthover-logout:focus .seeMore-attributes {
      visibility: visible;
      display: inline-flex;
    }

    .producthover-login:hover .seeMore-attributes-block, div.producthover-logout:hover .seeMore-attributes-block, .producthover-login:focus .seeMore-attributes-block, div.producthover-logout:focus .seeMore-attributes-block {
      visibility: visible;
      display: block;
    }

    .producthover-login:hover .text-truncate, div.producthover-logout:hover .text-truncate, .producthover-login:focus .text-truncate, div.producthover-logout:focus .text-truncate {
      white-space: normal;
      font-size: 9px;
    }

    .producthover-login:hover .js-title, div.producthover-logout:hover .js-title, .producthover-login:focus .js-title, div.producthover-logout:focus .js-title {
      /*min-height: 100%;*/
    }

  /*paneles kits*/
  .min-panel-kits-logout {
    min-height: 310px;
  }

  .min-panel-kits-login {
    min-height: 325px;
  }

  /*Vista compacta*/
  .img-tag-com {
    width: 100px;
    min-width: 100px;
  }

  .form-inline.panel-heading > .form-group {
    margin-right: 10px;
  }
}

@media screen and (min-width: 1200px) {
  .min-panel-login {
    min-height: 370px;
  }

  div.producthover-login {
    position: absolute;
    min-height: 370px; /**/
  }

  .producthover-login:hover, .producthover-login:focus {
    min-height: 371px;
    width: 100%;
  }

  .min-panel-logout {
    min-height: 310px;
  }

  div.producthover-logout {
    position: absolute;
    min-height: 310px; /**/
  }

  .producthover-logout:hover, .producthover-logout:focus {
    min-height: 310px;
    width: 100%;
  }
  /*paneles kits*/
  .min-panel-kits-logout {
    min-height: 260px;
  }

  .min-panel-kits-login {
    min-height: 325px;
  }
}


.seeMore {
  margin-top: 2px;
}
/*****************************Vista detalle de productos*/
.group-section {
  padding: 4px 8px;
  background-color: #f5f5f5;
  border-bottom: 1px solid #dddddd;
}

.image-brand-detail {
  max-height: 35px;
  margin: 14px;
}

.rating-container .rating-stars.color-stars {
  position: relative;
  min-width: 32px;
}
/**Vista Parcial - Query.cshtml detalle productos*/
#detail-products-content {
  margin-bottom: 35px;
  padding-bottom: 20px;
}

/*CrossSell */
@media(min-width:748px) {
  .cross-sell-margin {
    margin-left: 40px;
    margin-right: 40px;
  }
}

/*RelatedCloudProducts */
@media(min-width:748px) {
  .related-cloud-products-margin {
    margin-left: 15px;
    margin-right: 5px;
  }
}

@media(max-width:747px) {
  .slick-arrow {
    display: none;
  }
}
/*CrossSell Fin*/
img.img-cat {
  width: 130px;
  height: 120px;
}
/* categorias de productos */
@media(max-width:767px) {
  .product-category {
    border: 1px solid #cecece;
    padding: 15px;
    margin-bottom: 4px;
  }

  .desc-cat {
    font-size: 14px;
    min-height: 100px;
    top: 40%;
    padding-left: 10px;
    position: absolute;
  }
}


@media(min-width:768px) and (max-width:991px) {
  .cssfirst-sm {
    clear: left;
  }
}

@media(min-width:992px) and (max-width:1199px) {
  .cssfirst-md {
    clear: left;
  }
}

@media(min-width:1200px) {
  .cssfirst-lg {
    clear: left;
  }
}

.row-sm-up:before,
.row-sm-up:after,
.row-sm-up-left:before,
.row-sm-up-left:after {
  display: table;
  content: " ";
}

.row-sm-up:after,
.row-sm-up-left:after {
  clear: both;
}

@media(min-width:768px) {
  .padding-7-sm-up {
    padding: 7px;
  }

  .row-sm-up {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }

  .row-sm-up-left {
    margin-left: -15px;
  }

  .product-category {
    min-height: 170px;
  }

  .producthover-category:hover {
    min-height: 171px;
    position: absolute;
    box-shadow: -1px 1px 8px 1px #cecece;
    max-width: 100%;
  }
}
/*Categorias de productos fin*/

/*Detalle del producto*/
.img-thumb-container {
  max-width: 38px;
  max-height: 38px;
  min-width: 38px;
  min-height: 38px;
  padding: 2px;
  border: #838383 1px solid;
}

.img-thumb-container-big {
  max-width: 60px;
  max-height: 60px;
  min-width: 60px;
  min-height: 60px;
  padding: 2px;
  border: #838383 1px solid;
}

.img-thumb {
  width: 34px;
  height: auto;
}

.img-thumb-big {
  width: 56px;
  height: auto;
}

.thumbs-margin {
  margin-left: 19px;
  margin-right: 19px;
}

.thumb-selected {
  border-color: #0085CF;
}

.mainImage {
  height: auto;
  width: 150px;
}

.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 2px;
  color: #cccccc;
}
/*Detalle del producto fin*/

/*Estilos para Filtros en Mobile*/

.filter-btn {
  background-color: whitesmoke;
  padding: 5px;
  cursor: pointer;
  border: 1px solid #E5E5E5;
}

  .filter-btn.separation {
    margin-right: 2px;
    margin-bottom: 2px;
  }

.filter-close {
  font-size: 10px;
  bottom: 2px;
  -ms-text-shadow: 0 0 1px black;
  text-shadow: 0 0 1px black;
  position: relative;
}

/*Fin Estilos para Filtros en Mobile*/

.call-price {
  margin-left: -100px;
}

/* Categories Page */

.categories-container {
  margin-bottom: 25px;
  cursor: pointer;
}

.categories-img {
  width: 180px;
  height: 130px;
  margin-bottom: 10px;
}

.categories-link {
  color: black;
  font-size: 0.90em;
  font-weight: bold;
}

  .categories-link:hover {
    text-decoration: none;
    color: rgb(67, 67, 67);
  }

.categories-arrow {
  font-size: 9px;
}

@media(max-width:416px) {
  .categories-container {
    text-align: center !important;
    width: 100% !important;
  }

  .categories-link {
    font-size: 0.78em !important;
  }
}

@media(max-width:767px) {
  .categories-container {
    text-align: left;
    width: 50%;
  }

  .categories-link {
    font-size: 0.76em;
  }
}

@media(max-width:990px) {
  .categories-container {
    text-align: left;
    width: 50%;
  }

  .categories-link {
    font-size: 0.76em;
  }
}

.productControlIntern > .text-danger {
  text-align: center !important;
}

.min-height-price-discount {
  min-height: 12px;
}

.content-info-expiration-date {
  color: #0AA9CB;
  border: solid 1px #0AA9CB;
  background-color: #0AA9CB19;
  width: 100%;
  height: 32px;
  font-size: 10px;
  text-align: center;
  padding-top: 7px;
}

.content-info-expiration-date-messagge {
  color: #000000;
  border: solid 1px #9D4A46;
  background-color: #9D4A460D;
  width: 100%;
  height: auto;
  font-size: 12px;
  padding: 5px 15px 5px 15px;
  margin-top: 10px;
}

.info-warning-ship-debit {
  color: #9D4A46;
  text-align: left;
  font-size: 14px;
}


.SCSDisclaimer {
  color: #FF9961;
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  margin-bottom: 4px;
  min-height: 17px;
}

.SCSDisclaimerDetail {
  margin: 20px 0px 27px 0px;
}

.SCSDisclaimerGrid {
  margin: 8px 0px 8px 0px;
}

.SCSDisclaimerGridCart {
  margin: 8px 0px 8px 0px;
}

@media (max-width: 767px) {
  .SCSDisclaimerGridCart {
    display: none;
    visibility: hidden;
  }
}

.SCSDisclaimerImg {
  width: 15px;
  height: 15px;
  margin-right: 2px;
}


@media (max-width: 767px) {
  .SCSDisclaimerDetail {
    text-align: center;
  }
}

@media(max-width:767px) { /*Ajustes para versión móvil carro de compras*/

    .f_Cart_Price, .f_Cart_ExtPrice {
        display: -webkit-inline-box;
        float: right;
        clear: both;
    }

    .left-25-xs {
        left: 25%;
    }

    .m_Cart_Price {
        padding-left: 10px;
    }

    #txtAddItem {
        width: 75%;
    }

    .shippingCartTd, .paymentInfo {
        padding: 0;
    }

    .AddMultipleItemsFromCart {
        margin-top: -34px;
        position: relative;
        float: right;
    }

    .margin-top--20 {
        margin-top: -20px;
    }

    .notification-buttons {
        margin-top: 5px;
        margin-left: 0 !important;
    }
}

@media(min-width:768px) {
    #txtAddItem {
        width: 200px;
    }
}

@media(min-width:1200px) {
    .margin-link-cart {
        margin-left: -15px;
    }

    .btn-mercado-pago {
        margin-right: 54px;
    }

    .cart-totals-fixed {
        position: fixed;
        width: 20em;
    }
}

@media(min-width:768px) and (max-width:991px) { /*Ajustes tablet ShoppingCart*/

    .text-left-sm {
        text-align: left !important;
    }

    .f_Cart_ExtPrice {
        margin-left: 20px;
    }

    .text-center-sm {
        text-align: center;
    }
    /*.m_Cart_ExtPrice {
        margin-left: 8px;
    }

    .m_Cart_Price {
        margin-left: 28px;
    }*/
}

#js-tabs-showcase-1 {
    margin-left: 20px;
    margin-right: 20px;
}

.lbl-price-shoppingCart {
    margin-left: 30px;
}

.shoppingCartButtons .webpay {
    background-image: url(/Content/Images/Default/WebpayChile.jpg);
    background-repeat: no-repeat;
    width: 420px;
    padding-left: 150px;
    height: 130px;
    float: left;
}

.icon-warning {
    background-image: url(/Content/Images/Icons/warning16.png);
    background-repeat: no-repeat;
    float: none;
    padding-left: 3px;
}


/*ajustes cotizaciones*/

.pageTableRecord {
}

/** Payment gateway **/
.btn-mercado-pago {
    background-image: url(/Content/Images/PaymentGateway/logo-mercadopago.png);
    /*background-clip: padding-box;*/
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 2px;
    /*height: 31px;
    width: 120px;*/
    height: 100px;
    width: 180px;
    /*padding: 2px;*/        
}

    .btn-mercado-pago:active {
        background-image: url(/Content/Images/PaymentGateway/logo-mercadopago.png) !important;
    }

@media (min-width: 992px) and (max-width: 1199px) {
    .btn-mercado-pago {
        margin-right: 25px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .btn-mercado-pago {
        margin-right: 25px;
    }
}

@media (max-width: 767px) {
    @media (max-width: 768px) and (max-width: 991px) {
        .btn-mercado-pago {
            margin-right: 0px;
            margin-bottom: 12px;
        }
    }
}
/** End Payment gateway **/

.padding-bottom-40 {
    padding-bottom: 40px;
}

.cart-item-flag {
    margin-top: -18px;
    position: relative;
}

    .cart-item-flag > .js-product-tags {
        text-align: center;
        margin-top: 20px !important;
        width: 87px !important;
        border-radius: 50px 50px 50px 50px !important;
        left: 5px;
    }

.cart-item-flag-added {
    position: relative;
    text-align: center;
    left: -6px;
}

    .cart-item-flag-added > .js-product-tags {
        text-align: center;
        width: 90px !important;
    }

.shippingsection .enum {
    background-color: #999999;
    color: #fff;
    font-size: 25px;
    /*width: 50px;*/
    padding: 2px 15px;
    display: inline-block;
    text-align: center;
}

.shippingsection .title {
    background-color: #f2f2f2;
    color: #000;
    font-size: 25px;
    width: 100%;
    padding: 2px 15px;
}

/*Payment Olpays*/

.cardPaymentType {
    width: 50px;
    height: 31px;
    background-image: url(/Content/Images/paymentMethods/imgpaymentolpays.png);
    background-repeat: no-repeat;
    background-position: 0 50px;
}

.cardPaymentType.Visa {
    background-position: 0 0;
}

.cardPaymentType.Master {
    background-position: -76px 0;
}

.cardPaymentType.Diners {
    background-position: -147px 0;
}

.cardPaymentType.Amex {
    background-position: -218px 0;
}

.cardPaymentType.Discover {
    background-position: -288px 0;
}
/*End Payment Olpays*/
.alertsafetypay {
    margin-top: 5px;
    background-color: #F22613;
    /*background-color: #FFCD66;*/
    background-color: #F22613 -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    float: right;
    /*clear: both;*/
    padding: 2px 4px 2px 6px;
    border-radius: 50px 0px 0px 50px;
    color: #fff;
    font-size: 9px;
    font-weight: 700;
    line-height: 12px;
    /*max-width: 113px; 
    white-space: normal;
    z-index: 3;*/
}

#paymentOrchestrator {
    display: none;
}

#OrchestratorIframeId {
    display: none;
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 80%;
}

#PaymentOrchestratorIframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.email-validation-message {
  border: 1px solid #E6E6E6;
  margin: 12px 0;
  padding: 15px;
  display: flex;
  align-items: center;
}


  .email-validation-message i {
    color: #3279B7;
    margin-right: 10px;
  }

  .email-validation-message span {
    color: #a5a5a5
  }



#SendEmailCode {
  border-left: 1px solid #E6E6E6;
  margin: 12px 0;
  padding: 10px;
}

  #SendEmailCode .validate-email-title {
    color: #000000;
    font-size: 16px;
    margin-bottom: 10px;
  }

#codeValidation {
  margin-top: 10px;
}

.input-email-otp {
  margin-left: 0;
  padding-left: 5px;
}

#codeValidation div {
  margin: 0;
  padding: 0;
}

.input-email-otp input {
  margin: 0 -14px;
}

#verifiedEmail {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

  #verifiedEmail i {
    background-color: #3e8f3e;
    width: 40px;
    height: 40px;
    color: white;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
  }

  #verifiedEmail span {
    font-weight: bold;
    font-size: 16px;
  }

#registeredMail {
  border-left: 1px solid #E6E6E6;
  margin: 12px 0;
  padding: 10px;
}

@media (max-width: 768px) {
   div[class*="swiper-button-prev"], div[class*="swiper-button-next"] {
        visibility:hidden;
    }

    #js-tabs-showcase-1{
        margin-left: 0;
        margin-right: 0;
    }
}

#swiper-slide-brands {
    position: relative;
    display: block;
    min-height: 105px;
}
.swiper-container {
    /*width: 100%;*/
    /*height: 100%;*/
    /*margin: 20px auto;*/
}

.swiper-slide {
    /*text-align: center;*/
    /*font-size: 18px;*/
    /*background: #fff;*/
    /* Center slide text vertically */
    /*display: -webkit-box;*/
    /*display: -ms-flexbox;*/
    /*display: -webkit-flex;*/
    /*display: flex;*/
    /*-webkit-box-pack: center;*/
    /*-ms-flex-pack: center;*/
    /*-webkit-justify-content: center;*/
    /*justify-content: center;*/
    /*-webkit-box-align: center;*/
    /*-ms-flex-align: center;*/
    /*-webkit-align-items: center;*/
    /*align-items: center;*/
}

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10001;
    background: rgba(255, 255, 255, 0.00);
    background: rgba(255, 255, 255, 0.00);
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #000000;
    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    -moz-animation: spin 2s linear infinite;
    -o-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

    #loader:before {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #808080;
        -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
        -moz-animation: spin 3s linear infinite;
        -o-animation: spin 3s linear infinite;
        animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

    #loader:after {
        content: "";
        position: absolute;
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: rgb(167, 8, 8);
        -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
        -moz-animation: spin 1.5s linear infinite;
        -o-animation: spin 1.5s linear infinite;
        animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

    @-webkit-keyframes spin {
        0% {
            -webkit-transform: rotate(0); /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(0); /* IE 9 */
            -moz-transform: rotate(0);
            -o-transform: rotate(0);
            transform: rotate(0); /* Firefox 16+, IE 10+, Opera */
        }
        100% {
            -webkit-transform: rotate(360deg); /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(360deg); /* IE 9 */
            -moz-transform: rotate(360deg);
            -o-transform: rotate(360deg);
            transform: rotate(360deg); /* Firefox 16+, IE 10+, Opera */
        }
}
@-moz-keyframes spin {
    0% {
        -webkit-transform: rotate(0); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0); /* IE 9 */
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0); /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg); /* IE 9 */
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg); /* Firefox 16+, IE 10+, Opera */
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0); /* IE 9 */
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0); /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg); /* IE 9 */
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg); /* Firefox 16+, IE 10+, Opera */
    }
}
.compare.table-bordered > thead > tr > th, .compare.table-bordered > thead > tr > td {
    /*border-bottom-width: 1px;*/
    border-bottom: 0;
    border-top: 0;
}

.img-compare .img-center {
    position: relative;
}

.category-compare {
    background-color: #ededed;
}

.compare td, .compare th {
    padding: 4px !important;
}

@media (max-width: 991px) and (min-width: 768px) {

    .previous-sm, .next-sm {
        display: none !important;
    }
}

@media(min-width:992px) {

    .previous-sm.previous-lg, .next-sm.next-lg {
        background-color: blue;
        display: none !important;
    }
}

/*PC Builder*/

.ws_bulletGreen {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #72A133;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;

    padding: 1px 6px 1px 6px;
    margin: 5px;
}


.ws_contentPricePCBuilder { 
    border: 1px solid #DDDDDD;
}

    .ws_contentPricePCBuilder .ws_PricePCBuilder {
        background-color:#EEEEEE;
        padding: 15px 10px 10px 0; 
        font-size: 24px;
        font-weight: bold;
        text-align: right;
    }

.js-summary-conf .ws_PricePCBuilder p {
    width: 200px;
}

.ws_contentPricePCBuilder .ws_DetailPricePCBuilder {
    padding: 15px;
}

.ws_contentPricePCBuilder ul {
    padding: 8px;
}

.ws_contentPricePCBuilder h3 {
    font-size: 18px;
    margin: 0px;
    padding: 0px;
    font-weight: lighter;
}



/*Configurator*/
.configuratorCategories {
    background-color: #333333;
    width: 100%;
}

.scrollContainer {
    background-color: #363C4D;
    height: 40px;
    overflow-x: hidden;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

 .leftArrow,.rightArrow {
     color: white;
 }

 .ws_radioSelect {
     margin-top: 25px;
     text-align: center;
     position: relative;
     left: 15px;
 }

 .ws_submenu {


 }

 /*.ws_txtqty {
     width: 52%;
 }

 .ws_price{
     font-weight: bold;
 }*/

 /*.text-bold {
     font-weight: bold;
 }*/

 .buttonsConfigurator {
     margin-right: 0;
 }

 .ws_titleconfig {
     text-transform: capitalize;
 }

/* Step Tabs Setup */

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

/*.stepItem {
    padding: 10px 15px;
    display: inline-block;
    color: White !important;
    cursor: pointer;
    text-decoration: none !important;
}

.stepItem:hover {
    padding: 10px 15px;
    color: #000000 !important ;
    background-color:#EEEEEE;
}

.selectedStepItem {
    padding: 10px 15px;
    background-color: #EEEEEE;
    color: #000000 !important ;
}*/

 

.nav-tabs-pagination {
  white-space: nowrap;
  overflow-x: hidden;
  overflow-y: hidden;
}
.nav-tabs-pagination > ul > li {
  float: none;
  display: inline-block;
}

.list {
    position:absolute;
    left:0px;
    top:0px;
  	min-width:3000px;
  	margin-left:12px;
    margin-top:0px;
}

.list li{
	display:table-cell;
    position:relative;
    text-align:center;
    cursor:grab;
    cursor:-webkit-grab;
    color:#efefef;
    vertical-align:middle;
}

.scroller {
  text-align:center;
  cursor:pointer;
  display:none;
  padding:7px;
  padding-top:11px;
  white-space:no-wrap;
  vertical-align:middle;
  background-color:#fff;
}

/* Responsive Setup */

.js-tit,.ws_BrandName,.ws_SKUname,.ws_SKUvalue {
    font-size: 12px;
}

 .title-row {
    margin-left: 1px !important;
    margin-right: 1px !important;
 }

 /* Setup Images in Configurator */

 .cf-image-container-review {
     max-height: 45px;
      display: block;
    margin-left: auto;
    margin-right: auto;
 }

 .cf-image-list {
     max-height: 90px !important;
       display: block;
    margin-left: auto;
    margin-right: auto;
 }

 /*Empty Helper*/
 .emptyHelper {
   height: 70px;
 }

 /*Pending Components Style*/
 .js-pending-components>span {
     color: black !important;
 }

  .js-pending-components>ul {
     color: black !important;
 }

  /* Cart Button*/
  .cs-cartButton {
    position: relative;
      width: 100%;
  }

  .js-qty-txt {
      text-align: right;
  }

  /* Arrow Button */

  .arrow_btn {
    position: relative;
    width: 40px;
    height: 42px;
    text-align: center;
    vertical-align: middle;
  }

  .arrow_btn>i {
      position: relative;
      margin-top: 5px;
  }


   .arrow_btn.ar_right {
    float: right;
    margin-top: -45px;
    margin-left: 20px;
    left: 20px;
  }

   /* Review Button */

   .review_tab {
        background-color: #EEE !important;
       margin-bottom: 20px;
   }

   .review_tab>a,.review_tab>a:hover,.review_tab>a:active {
       text-decoration: none;
       color: black !important;
       font-weight: bold;
   }

   /*Required Elements*/

   .js-toRequired {
       text-transform: capitalize;
   }

   .arrow_btn_left,.arrow_btn_right {
       height: 42px;
   }

   .arrow_icon {
       line-height: 25px;
   }

   .configurator-tab {
       position: relative;
        float: left;
        padding: 6px 12px;
        margin-left: -1px;
        line-height: 1.42857143;
        color: #337ab7;
        text-decoration: none !important;
        background-color: #fff;
        border: 1px solid #ddd;  
   }

   .configurator-tab:hover { 
       text-decoration: none !important;
       z-index: 2;
        color: #23527c;
        background-color: #eee;
        border-color: #ddd;
   }


   .configurator-tab.active {
       z-index: 3;
        text-decoration: none !important;
        color: #fff; 
        background-color: #337ab7;
        border-color: #337ab7;
   }

   .configurator-tab-rounded-right { 
       -ms-border-bottom-right-radius: 5px;
       border-bottom-right-radius: 5px;
       -ms-border-top-right-radius: 5px;
       border-top-right-radius: 5px;
   }

.configurator-tab-rounded-left {
       -ms-border-bottom-left-radius: 5px;
       border-bottom-left-radius: 5px;
       -ms-border-top-left-radius: 5px;
       border-top-left-radius: 5px;
   }

div[class*="swiper-prev"],
div[class*="swiper-next"]  { 
  position: absolute;
  top: 50%; 
  margin-top: -22px; 
  cursor: pointer; 
  opacity: .75; 
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block; 
}

div[class*="swiper-next"] {
    right: 0;
    left: auto;
}

div[class*="swiper-prev"] {
    left: 0;
    right: auto;
}

.configurator-badge {
    background-color: red !important;
    float: right;
    position: relative;
    z-index: 999;
    font-size: 12px;
    font-weight: lighter;
}

.configurator-badge.firefox {
    margin-top: -19px !important;
}

.big-arrow, .big-arrow-negative{

  background-color: #7F7F7F;
  padding: 20px;
  color: white;
  white-space: nowrap;
  position: relative;
  cursor: default;
  display: inline-block;
  font-weight: bold;
}

.big-arrow:after,.big-arrow:before {
   left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none; 
}

.big-arrow:after {
    border-left-color: #7F7F7F;
	border-width: 30px;
	margin-top: -30px;
    z-index: 168;
}

.big-arrow:before { 
	border-left-color: white;
	border-width: 36px;
	margin-top: -36px;
     z-index: 168;
}

.big-arrow-negative>span {
    margin-left: 30px;
}

.big-arrow.disabled, .big-arrow-negative.disabled{
  color: #B1B1B3;
  cursor: pointer;
  font-weight: normal;
} 

.xs-arrow, .xs-arrow-negative{

  background-color: #7F7F7F;
  padding: 20px;
  color: white;
  white-space: nowrap;
  position: relative;
  cursor: default;
  display: inline-block;
  font-weight: bold;
}

.xs-arrow:after,.xs-arrow:before {
   left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none; 
}

.xs-arrow:after {
    border-left-color: #7F7F7F;
	border-width: 30px;
	margin-top: -30px;
    z-index: 168;
}

.xs-arrow:before { 
	border-left-color: white;
	border-width: 36px;
	margin-top: -36px;
     z-index: 168;
}

.xs-arrow-negative>span {
    margin-left: 21px;
}

.xs-arrow.disabled, .xs-arrow-negative.disabled{
  color: #B1B1B3;
  cursor: pointer; 
} 

/** -- NEW CONFIGURATOR :D -- */

textarea, input { outline: none; }

.configurator-title {
    border: none;
    font-weight: bold;
}

.configurator-title:active,.configurator-title:focus,.configurator-title:focus-within {
    outline: none;  
}

.configurator-product-row {
    background-color: #fbfbfb;
    padding-top: 5px;
    padding-bottom: 5px;
}

.configurator-product-row>div>input[type="number"] {
    text-align: center;
}

.configurator-product-remove {
    color: red;
    margin-right: 3px;
    margin-top: 4px;
    float: right;
}

.configurator-pcqty{
    width:25px;
    text-align:center;
    font-weight:bold;
}

.configurator-error-border {
    border: 1px solid #dca7a7;
}

.js-configurator-product-qty {
    width: 30px;
}

.js-configurator-product-remove {
    cursor: pointer !important;
}

.configurator-panel-select {
    border: 1px solid #0383D1 !important;
        background-color: #d4d4d4 !important;
    font-weight: bold !important;
}

.js-configurator-titles {
    margin-top: -16px;
    font-size: 11px;
    margin-bottom: 1px;
}

.js-configurator-panel>.panel-body{
    padding-bottom: 0 !important;
}
 
.mainContent{
  max-width: 851px;
}

.tdlabel{
  width: 200px;
}

.welcomeSquare {
    background-color: #F1F1F1; 
}


.welcomeSquare section{
  padding: 15px 20px 10px 20px;
}

.welcomeSquare h2{
  font-size: 15px;
}
.welcomeSquare p{
  font-size: 13px;
  text-align: justify;
}

.leftContent{
  margin-top:20px;  
}
.rightContent{
  margin-top:20px;
  float: right;
  margin-right: -18px;
}

.headerContent{
  background-color: #DEDDDD;
  font-size: 15px;
  font-weight: bold;
  top: -12px;
    padding: 10px;
}

.headerContent span {
    padding-top: 20px;
}

/*Form Setup*/

.formView{
  display: inline-block;
  width: 450px;
  margin-top: 5px;
    margin-bottom: 10px;
        width: 100%;
}

.formGroup {
    margin-left: 10px;
}

.siteloader iframe{
  border: none;
  width: 600px;
  height: 310px;
}

/*End Form Setup*/

/*Step List */

.guide{
  width: 100px;
}

.circle{
  border-radius: 50%;
  width: 25px;
  height: 25px;
  border: 2px solid #27ae60;
  margin-bottom: 3px;
  
}

.titleCircle {
    float: right;
    margin-top: -3px;
    margin-right: 10px;
}

.guide span{
  float: left;
  position: relative;
  margin-top: -26px;
  left: 36px;
}


@keyframes check {
    0% {
        height: 0;
        width: 0;
    }

    33% {
        width: 6px;
        height: 0;
    }
}


.checkmark {
    display: block;
    height: 6px;
    position:relative;
    width: 6px;
    margin-top: 10px;
    margin-left: 4px;
}

.checkmark:after {
    -webkit-animation: check .8s;
    -moz-animation: check .8s ;
    -o-animation: check .8s;
    animation: check .8s;
}

.checkmark:after {
    -moz-transform: scaleX(-1) rotate(135deg);
    -ms-transform: scaleX(-1) rotate(135deg);
    -webkit-transform: scaleX(-1) rotate(135deg);
    transform: scaleX(-1) rotate(135deg);
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    border-right: 2px solid #27ae60;
    border-top: 2px solid  #27ae60;
    content: '';
    display: block;
    height: 11px;
    left: 1px;
    position: absolute;
    top: 1px;
    width: 6px;
}



/*End Step List */
 
.disclaimerText {
    margin-left: 29px;
    margin-top: -19px;
    text-align: justify;  
}

.fileStyle {
    width: 315px !important;
    margin-right: -60px;
    font-size: 12px;
}

 
 

.smallText {
    font-size: 12px !important;
    color: black !important;
}

.warmIcon {
    color: yellow;
}

.formView {
    margin-left: 15px;
}
 

.capctha {
    position: relative;
    margin-left: 75px;
    margin-top: -29px; 
        width: 146px;
}
 
.captchaSpace {
        float: right;
    margin-top: -20px;
}
.errorGlow {
    outline:none;
    border: 1px solid #c17678;
    -webkit-box-shadow:0 0 10px #c17678;
    -ms-box-shadow:0 0 10px #c17678;
    box-shadow:0 0 10px #c17678;
}
 

/*WelcomeScreen*/

.welcomeTextSpace{
	font-family: 'Segoe UI', Frutiger, 'Frutiger Linotype', 'Dejavu Sans', 'Helvetica Neue', Arial, sans-serif;
	font-weight: lighter;
	font-size: 14px;
}

.welcomeTitle{
	font-size: 45px;
	font-family: 'Segoe UI', Frutiger, 'Frutiger Linotype', 'Dejavu Sans', 'Helvetica Neue', Arial, sans-serif;
	font-weight: lighter;
}

.welcomePrime{
	max-width: 900px;
}

.welcomePrime img{
	position: absolute;
    top: 115px;
    left: 78%;
}

.mainTextSpace{
	width: 550px;
}

.telSpace{
	width: 515px;
}

 

input[type='number'] {
    -moz-appearance:textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}


.rutFile,.comercioFile {
  cursor: pointer;
  outline: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  filter: alpha(opacity=0);
  opacity: 0;
}
.input-label {
  cursor: pointer;
  /* position: absolute; */
  display: inline-block;
  top: 20px;
}

.buttonUpload{
    width: 114px;
    height: 18px;
    background-color: #BDC3C7;
    color: black !important;
    vertical-align: middle;
    border-bottom: 2px solid #7E888A;
    padding: 2px;
        left: -12px;
    position: relative;
}
 

.buttonUpload:active{
    margin-top: 1px;
    border-bottom: 1px solid #7E888A;
}

.buttonUpload i{
        /* padding-bottom: 7px; */
    padding-left: 10px;
    padding-top: 5px;
    font-size: 12px;
    position: relative;
    color: white !important;
}

.buttonUpload span{
  font-size: 13px;
}

.fileZone{
  position: relative;
    top: 5px; 
      left: -13px;
}

.errorBorder {
    border: 1px solid red !important;
}

.form-group label {
    text-align: left !important;
}

.btnRegister span {
    padding: 12px;
}

/*WELCOME SCREEN*/
/*WelcomeScreen*/

.welcomeTextSpace{  
	font-size: 16px;
}

.welcomeTitle{
	font-size: 45px;  
}

.welcomePrime{
	max-width: 900px;
}

.welcomePrime img{
	position: absolute;
    top: 5px;
    left: 73%;
}

.mainTextSpace{
	width: 550px;
}

.telSpace{
	width: 515px;
}
 
.mainContent{
  max-width: 851px;
}

.tdlabel{
  width: 200px;
}

.welcomeSquare {
    background-color: #F1F1F1; 
}


.welcomeSquare section{
  padding: 15px 20px 10px 20px;
}

.welcomeSquare h2{
  font-size: 15px;
}
.welcomeSquare p{
  font-size: 13px;
  text-align: justify;
}

.leftContent{
  margin-top:20px;  
}
.rightContent{
  margin-top:20px;
  float: right;
  margin-right: -18px;
}

.headerContent{
  background-color: #DEDDDD;
  font-size: 15px;
  font-weight: bold;
  top: -12px;
    padding: 10px;
}

.headerContent span {
    padding-top: 20px;
}

/*Form Setup*/

.formView{
  display: inline-block;
  width: 450px;
  margin-top: 5px;
    margin-bottom: 10px;
        width: 100%;
}

.formGroup {
    margin-left: 10px;
}

.siteloader iframe{
  border: none;
  width: 600px;
  height: 310px;
}

/*End Form Setup*/

/*Step List */

.guide{
  width: 100px;
}

.circle{
  border-radius: 50%;
  width: 25px;
  height: 25px;
  border: 2px solid #27ae60;
  margin-bottom: 3px;
  
}

.titleCircle {
    float: right;
    margin-top: -3px;
    margin-right: 10px;
}

.guide span{
  float: left;
  position: relative;
  margin-top: -26px;
  left: 36px;
}


@keyframes check {
    0% {
        height: 0;
        width: 0;
    }

    33% {
        width: 6px;
        height: 0;
    }
}


.checkmark {
    display: block;
    height: 6px;
    position:relative;
    width: 6px;
    margin-top: 10px;
    margin-left: 4px;
}

.paso.ok {
    /*background-color:green;*/
}
.checkmark:after {
    -webkit-animation: check .8s;
    -moz-animation: check .8s ;
    -o-animation: check .8s;
    animation: check .8s;
}

.checkmark:after {
    -moz-transform: scaleX(-1) rotate(135deg);
    -ms-transform: scaleX(-1) rotate(135deg);
    -webkit-transform: scaleX(-1) rotate(135deg);
    transform: scaleX(-1) rotate(135deg);
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    border-right: 2px solid #27ae60;
    border-top: 2px solid  #27ae60;
    content: '';
    display: block;
    height: 11px;
    left: 1px;
    position: absolute;
    top: 1px;
    width: 6px;
}



/*End Step List */
 
.disclaimerText {
    margin-left: 29px;
    margin-top: -19px;
    text-align: justify;  
}

.fileStyle {
    width: 315px !important;
    margin-right: -60px;
    font-size: 12px;
}

 
 

.smallText {
    font-size: 12px !important;
    color: black !important;
}

.warmIcon {
    color: yellow;
}

.formView {
    margin-left: 15px;
}
 

.capctha {
    position: relative;
    margin-left: 75px;
    margin-top: -29px; 
        width: 146px;
}
 
.captchaSpace {
        float: right;
    margin-top: -20px;
}
.errorGlow {
    outline:none;
    border: 1px solid #c17678;
    -webkit-box-shadow:0 0 10px #c17678;
    -ms-box-shadow:0 0 10px #c17678;
    box-shadow:0 0 10px #c17678;
}
 

/*WelcomeScreen*/

.welcomeTextSpace{
	font-family: 'Segoe UI', Frutiger, 'Frutiger Linotype', 'Dejavu Sans', 'Helvetica Neue', Arial, sans-serif;
	font-weight: lighter;
	font-size: 14px;
}

.welcomeTitle{
	font-size: 45px;
	font-family: 'Segoe UI', Frutiger, 'Frutiger Linotype', 'Dejavu Sans', 'Helvetica Neue', Arial, sans-serif;
	font-weight: lighter;
}

.welcomePrime{
	max-width: 900px;
}

.welcomePrime img{
	position: absolute;
    top: 115px;
    left: 78%;
}

.mainTextSpace{
	width: 550px;
}

.telSpace{
	width: 515px;
}

 

input[type='number'] {
    -moz-appearance:textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.js-lastFourDigits {
    display:none;
}
.subdesc {
}
.oficialIdentificationFile,.fiscalSituationFile,.actFile {
  cursor: pointer;
  outline: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  filter: alpha(opacity=0);
  opacity: 0;
}
.input-label {
  cursor: pointer;
  /* position: absolute; */
  display: inline-block;
  top: 20px;
}

.buttonUpload{
    width: 114px;
    height: 18px;
    background-color: #BDC3C7;
    color: black !important;
    vertical-align: middle;
    border-bottom: 2px solid #7E888A;
    padding: 2px;
        left: -12px;
    position: relative;
}
 

.buttonUpload:active{
    margin-top: 1px;
    border-bottom: 1px solid #7E888A;
}

.buttonUpload i{
        /* padding-bottom: 7px; */
    padding-left: 10px;
    padding-top: 5px;
    font-size: 12px;
    position: relative;
    color: white !important;
}

.buttonUpload span{
  font-size: 13px;
}

.fileZone{
  position: relative;
    top: 5px; 
      left: -13px;
}

.errorBorder {
    border: 1px solid red !important;
}

.form-group label {
    text-align: left !important;
}

.btnRegister span {
    padding: 12px;
}

/*WELCOME SCREEN*/
/*WelcomeScreen*/

.welcomeTextSpace{  
	font-size: 16px;
}

.welcomeTitle{
	font-size: 45px;  
}

.welcomePrime{
	max-width: 900px;
}

.welcomePrime img{
	position: absolute;
    top: 5px;
    left: 73%;
}

.mainTextSpace{
	width: 550px;
}

.telSpace{
	width: 515px;
}

.favorite-table.table > tbody > tr > td {
    padding: 0;
    border-top: none;
}

@media(max-width:992px) {
    .center-xs-favorites {
        text-align: center;
    }
}

@media(max-width:767px) {
    .favorite-qty-xs {
        margin-left: 15px;
        margin-bottom: 4px;
    }
}

@media(max-width:992px) {
    .z-index-2 {
        position: absolute;
        z-index: 2;
    }
}

@media(min-width:768px) and (max-width:992px) {
    .select-view {
        margin-left: 4px;
        margin-top: 3px;
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .full-width-favorite {
        width: 100%;
    }

    .font-compact-md-11 {
        font-size:11px;
    }
}


.favorites__item{
    border:1px solid red;
}

.favorite__checkbox{
    margin-left:30px; 
    font-size:13px;
    align-items:center;
    display:flex;
    margin-bottom:5px;
    cursor:pointer;
}

.favorite__checkbox span{
    margin-left:3px;
    margin-top:4px;
}

#listProducts label {
    font-weight: bold;
}

.panel.panel-default.endCustomerInfo {
    margin-bottom: 20px;
}

.quote-buttons {
    margin-top: 15px;
}

.js-active-quote-item-qty-updated, .cantMin {
    padding-left: 4px;
    padding-right: 4px;
    text-align: center;
}

@media(max-width:767px) {
    .form-group-xs {
        margin-bottom: 15px;
    }

    .form-control-static.titleprice {
        padding: 0;
        margin-bottom: 5px;
        min-height: initial;
    }
}

.text-full-width {
    width: 100%;
}

fieldset {
    margin: 0;
    padding: 0;
    border: none;
    /*border-top: 1px solid #cecece;*/
    border-top: 0;
    width: 100%;
}

legend {
    font-weight: bold;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-top: 135px;
}

.jconfirm .jconfirm-box div.title {
    font-size: 14px;
}

@media(max-width:767px) {
    body {
        margin-top: 90px;
    }
}

.invalidPass {
    background: url(../../Content/Images/bullet_red.png) no-repeat 0 50%;
    padding-left: 22px;
    line-height: 24px;
    color: #ec3f41;
}

.validPass {
    background: url(../../Content/Images/bullet_green.png) no-repeat 0 50%;
    padding-left: 22px;
    line-height: 24px;
    color: #3a7d34;
}

/* Override */
.navbar-fixed-top,
.navbar-fixed-bottom {
    z-index: 1000;
}

.carousel-indicators {
    bottom: -5px;
}
/*Footer Styles*/

/*xs*/
.footer {
    position: absolute;
    width: 100%;
    bottom: 0px;
}

.mm-menu {
    z-index: 99;
}

/*sm*/
@media (min-width:768px) {
    .footer {
        position: absolute;
        width: 100%;
        bottom: 0;
    }
}
/*md*/
@media (min-width: 992px) {
    .footer {
        position: absolute;
        width: 100%;
        bottom: 0;
    }
}
/*lg*/
@media (min-width: 1200px) {
    .footer {
        position: absolute;
        width: 100%;
        bottom: 0;
    }
}

/*End Footer Styles*/

.close-icon-btn {
    margin-top: -11px;
    margin-left: 52px;
    position: absolute;
}

h6 {
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #000;
    font-size: 15px;
    font-weight: 500;
    border-spacing: 0;
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 4px;
    margin-bottom: 4px;
}

dt {
    margin-top: 10px;
}

.js-click-getAFSList {
    cursor: pointer;
}
/*glyphicon*/
.remover {
    color: red;
    cursor: pointer;
}

.btn.btn-sm.glyphicon {
    top: 0;
}


/*Text styles*/
.text-truncate {
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0;
    margin: 0;
    max-width: 100%;
}

.text-truncate-dynamic {
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0;
    margin: 0;
}

.table-text-truncate > tbody > tr > td,
.table-text-truncate > tr > td,
.table-text-truncate > thead > tr > th {
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0;
    margin: 0;
}

.text-crop {
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    max-width: 100%;
}

.anchor-black-underline {
    text-decoration: underline;
    color: black;
}

.text-nounderlined, .text-nounderlined:hover {
    text-decoration: none;
}

/*Estados transacciones*/

.OrderStatusPending, .OrderStatusCurrent, .OrderStatusFinished {
    font-size: 14px;
    padding: 5px 5px 5px 18px;
    background-position: left;
    background-repeat: no-repeat;
}

.OrderStatusPending {
    color: #AAAAAA;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAXBJREFUeNrUUz1Lw1AUvUnT5sOWQqAgJbZkENwqnQQnoeIv0UlnJ8Hd1dEf4D8IQsngLoh1qeJmaVWkWvryndTzYgXRxKWTDw653HfvuffcmyfMZjNa5Ii04FmYQMpydrvdCj4NYAVQgFfgAXjudDrR91jh5wyQXINvO47j43K53CjiBEHAXNc9F0XxFCF9kPiZHSBZQ/KWIAhnpmmqkiQRbIKvwhjbHQwGBvgO5t1kzmDZ87zDer2uIpAKhQKhagpN00jX9R3ErKOQlEdQk2V5jVfm0iAjRZIk6SUkiZCyAbOUN8TYcx1hOBySoihp+5wsij7nNp1OKQp9jVQ1dwujyeT9sSQrqxjcr+04jFGxKF/A9PMkvDDmHr2Nxwmv+iWBw/d9ur/r3yiqeoUtxJkdzNdj2ba9X61WTwzDWOISHMehXq932W6393D/9Od/MF+nzDdiWdZmGIZ6s9m8brVat/BNUCTJJEDSP31MHwIMAFeXpQ+WTSC5AAAAAElFTkSuQmCC') /*/Content/Images/bullet_grey.png*/;
}

.OrderStatusCurrent, .OrderStatusFinished {
    color: #000000;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAKTWlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVN3WJP3Fj7f92UPVkLY8LGXbIEAIiOsCMgQWaIQkgBhhBASQMWFiApWFBURnEhVxILVCkidiOKgKLhnQYqIWotVXDjuH9yntX167+3t+9f7vOec5/zOec8PgBESJpHmomoAOVKFPDrYH49PSMTJvYACFUjgBCAQ5svCZwXFAADwA3l4fnSwP/wBr28AAgBw1S4kEsfh/4O6UCZXACCRAOAiEucLAZBSAMguVMgUAMgYALBTs2QKAJQAAGx5fEIiAKoNAOz0ST4FANipk9wXANiiHKkIAI0BAJkoRyQCQLsAYFWBUiwCwMIAoKxAIi4EwK4BgFm2MkcCgL0FAHaOWJAPQGAAgJlCLMwAIDgCAEMeE80DIEwDoDDSv+CpX3CFuEgBAMDLlc2XS9IzFLiV0Bp38vDg4iHiwmyxQmEXKRBmCeQinJebIxNI5wNMzgwAABr50cH+OD+Q5+bk4eZm52zv9MWi/mvwbyI+IfHf/ryMAgQAEE7P79pf5eXWA3DHAbB1v2upWwDaVgBo3/ldM9sJoFoK0Hr5i3k4/EAenqFQyDwdHAoLC+0lYqG9MOOLPv8z4W/gi372/EAe/tt68ABxmkCZrcCjg/1xYW52rlKO58sEQjFu9+cj/seFf/2OKdHiNLFcLBWK8ViJuFAiTcd5uVKRRCHJleIS6X8y8R+W/QmTdw0ArIZPwE62B7XLbMB+7gECiw5Y0nYAQH7zLYwaC5EAEGc0Mnn3AACTv/mPQCsBAM2XpOMAALzoGFyolBdMxggAAESggSqwQQcMwRSswA6cwR28wBcCYQZEQAwkwDwQQgbkgBwKoRiWQRlUwDrYBLWwAxqgEZrhELTBMTgN5+ASXIHrcBcGYBiewhi8hgkEQcgIE2EhOogRYo7YIs4IF5mOBCJhSDSSgKQg6YgUUSLFyHKkAqlCapFdSCPyLXIUOY1cQPqQ28ggMor8irxHMZSBslED1AJ1QLmoHxqKxqBz0XQ0D12AlqJr0Rq0Hj2AtqKn0UvodXQAfYqOY4DRMQ5mjNlhXIyHRWCJWBomxxZj5Vg1Vo81Yx1YN3YVG8CeYe8IJAKLgBPsCF6EEMJsgpCQR1hMWEOoJewjtBK6CFcJg4Qxwicik6hPtCV6EvnEeGI6sZBYRqwm7iEeIZ4lXicOE1+TSCQOyZLkTgohJZAySQtJa0jbSC2kU6Q+0hBpnEwm65Btyd7kCLKArCCXkbeQD5BPkvvJw+S3FDrFiOJMCaIkUqSUEko1ZT/lBKWfMkKZoKpRzame1AiqiDqfWkltoHZQL1OHqRM0dZolzZsWQ8ukLaPV0JppZ2n3aC/pdLoJ3YMeRZfQl9Jr6Afp5+mD9HcMDYYNg8dIYigZaxl7GacYtxkvmUymBdOXmchUMNcyG5lnmA+Yb1VYKvYqfBWRyhKVOpVWlX6V56pUVXNVP9V5qgtUq1UPq15WfaZGVbNQ46kJ1Bar1akdVbupNq7OUndSj1DPUV+jvl/9gvpjDbKGhUaghkijVGO3xhmNIRbGMmXxWELWclYD6yxrmE1iW7L57Ex2Bfsbdi97TFNDc6pmrGaRZp3mcc0BDsax4PA52ZxKziHODc57LQMtPy2x1mqtZq1+rTfaetq+2mLtcu0W7eva73VwnUCdLJ31Om0693UJuja6UbqFutt1z+o+02PreekJ9cr1Dund0Uf1bfSj9Rfq79bv0R83MDQINpAZbDE4Y/DMkGPoa5hpuNHwhOGoEctoupHEaKPRSaMnuCbuh2fjNXgXPmasbxxirDTeZdxrPGFiaTLbpMSkxeS+Kc2Ua5pmutG003TMzMgs3KzYrMnsjjnVnGueYb7ZvNv8jYWlRZzFSos2i8eW2pZ8ywWWTZb3rJhWPlZ5VvVW16xJ1lzrLOtt1ldsUBtXmwybOpvLtqitm63Edptt3xTiFI8p0in1U27aMez87ArsmuwG7Tn2YfYl9m32zx3MHBId1jt0O3xydHXMdmxwvOuk4TTDqcSpw+lXZxtnoXOd8zUXpkuQyxKXdpcXU22niqdun3rLleUa7rrStdP1o5u7m9yt2W3U3cw9xX2r+00umxvJXcM970H08PdY4nHM452nm6fC85DnL152Xlle+70eT7OcJp7WMG3I28Rb4L3Le2A6Pj1l+s7pAz7GPgKfep+Hvqa+It89viN+1n6Zfgf8nvs7+sv9j/i/4XnyFvFOBWABwQHlAb2BGoGzA2sDHwSZBKUHNQWNBbsGLww+FUIMCQ1ZH3KTb8AX8hv5YzPcZyya0RXKCJ0VWhv6MMwmTB7WEY6GzwjfEH5vpvlM6cy2CIjgR2yIuB9pGZkX+X0UKSoyqi7qUbRTdHF09yzWrORZ+2e9jvGPqYy5O9tqtnJ2Z6xqbFJsY+ybuIC4qriBeIf4RfGXEnQTJAntieTE2MQ9ieNzAudsmjOc5JpUlnRjruXcorkX5unOy553PFk1WZB8OIWYEpeyP+WDIEJQLxhP5aduTR0T8oSbhU9FvqKNolGxt7hKPJLmnVaV9jjdO31D+miGT0Z1xjMJT1IreZEZkrkj801WRNberM/ZcdktOZSclJyjUg1plrQr1zC3KLdPZisrkw3keeZtyhuTh8r35CP5c/PbFWyFTNGjtFKuUA4WTC+oK3hbGFt4uEi9SFrUM99m/ur5IwuCFny9kLBQuLCz2Lh4WfHgIr9FuxYji1MXdy4xXVK6ZHhp8NJ9y2jLspb9UOJYUlXyannc8o5Sg9KlpUMrglc0lamUycturvRauWMVYZVkVe9ql9VbVn8qF5VfrHCsqK74sEa45uJXTl/VfPV5bdra3kq3yu3rSOuk626s91m/r0q9akHV0IbwDa0b8Y3lG19tSt50oXpq9Y7NtM3KzQM1YTXtW8y2rNvyoTaj9nqdf13LVv2tq7e+2Sba1r/dd3vzDoMdFTve75TsvLUreFdrvUV99W7S7oLdjxpiG7q/5n7duEd3T8Wej3ulewf2Re/ranRvbNyvv7+yCW1SNo0eSDpw5ZuAb9qb7Zp3tXBaKg7CQeXBJ9+mfHvjUOihzsPcw83fmX+39QjrSHkr0jq/dawto22gPaG97+iMo50dXh1Hvrf/fu8x42N1xzWPV56gnSg98fnkgpPjp2Snnp1OPz3Umdx590z8mWtdUV29Z0PPnj8XdO5Mt1/3yfPe549d8Lxw9CL3Ytslt0utPa49R35w/eFIr1tv62X3y+1XPK509E3rO9Hv03/6asDVc9f41y5dn3m978bsG7duJt0cuCW69fh29u0XdwruTNxdeo94r/y+2v3qB/oP6n+0/rFlwG3g+GDAYM/DWQ/vDgmHnv6U/9OH4dJHzEfVI0YjjY+dHx8bDRq98mTOk+GnsqcTz8p+Vv9563Or59/94vtLz1j82PAL+YvPv655qfNy76uprzrHI8cfvM55PfGm/K3O233vuO+638e9H5ko/ED+UPPR+mPHp9BP9z7nfP78L/eE8/sl0p8zAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAAB6JQAAgIMAAPn/AACA6QAAdTAAAOpgAAA6mAAAF2+SX8VGAAABs0lEQVR42tSTvU4bURCFz/1Z9o8FY7QSiZJNFYFQChBCGIyEKCBlujxAQpQmqVNFykNQAhZVQHkAJ1UEWEYUSAjRpLDS2Ni7GAp7jb3ru/emjWCTFK4y5Wjm6Og7M0QphUGKYsAaWICnNfMbOadvxZ6wxGPFpMFidq2FeoVFPCjtlMXvs+Qug6W3C27ixWvP1uc+zXrzXsbIavVWrfP95OtesxRsDrX1H6Xt4yjVQX5j0Yqf9FbnXuS2Vh6smiYzQMGRyUw63pr3Zs/cfXRZrL0HUEllkBj9iWSq/8GzH5rXtw3Uwyr8ThV+p4Zur4WZ6dnnIhvPLL9a4qkOEl24uq1NdaMQvfgWjFBQwkAJA6McVCkKN8mpmioCEPchKpJcdevky+VnuEMuONUwzByESRtSSTTjAFbsWH9MgfV4w6za1Run+bQtWvcj63LYjew3KkmUyoBH/Iqfmx95oMm7y0QQGIfD5zzUTo8K5SRVoLR9HNnUKbJ9+5064B00KHBDgJ8U2NUP7WD0JYs0/693AADLrxd1oYsJv+LnpZRZa8Q6Gxsfu2B91joqlOU/Bf6vZ/o1AHwKrU538bytAAAAAElFTkSuQmCC') /*/Content/Images/bullet_green.png*/;
}

.OrderStatusCurrent {
    font-weight: bold;
}
/*Fin estados transacciones*/

/*FlexBox List Categories*/
@media(max-width:767px) {
    .box-categories {
        /*flex-basis: 33%;*/
        padding: 4px;
    }

    .categories-wrapper {
        display: flex;
        -ms-flex-flow: column wrap;
        -webkit-flex-flow: column wrap;
        flex-flow: column wrap;
        height: 100%;
    }
}

@media(min-width:768px) {
    .text-right-sm-up {
        text-align: right;
    }
}

@media(min-width:768px) and (max-width:1199px) {
    .box-categories {
        /*flex-basis: 33%;*/
        padding: 4px;
    }

    .categories-wrapper {
        display: flex;
        -ms-flex-flow: column wrap;
        -webkit-flex-flow: column wrap;
        flex-flow: column wrap;
        height: 1400px;
    }
}

.panel-chat-ice {
    background-color: #363c4d;
    color: white;
}

.align-container {
    padding-top: 15px;
    display: flex;
    align-items: center;
}

.panel-heading-chat-ice {
    padding: 10px 6px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: -1;
    border-top-left-radius: -1;
}

.button-chat-ice {
    background-color: lightgray;
    color: black;
}

.lh-3 {
    line-height: 30px;
}

.js-SendNewCode a {
    cursor: pointer;
}


/*FlexBox List Categories*/

/*ConfiguraciÃƒÂ³n imagen de fondo*/
@media(min-width: 992px) and (max-width:1199px) {
    div#BackGroundRight {
        background-repeat: no-repeat;
        background-position: left 0 top 0;
        min-height: 100%;
        min-width: 100%;
        top: 85px;
        left: 50%;
        margin-left: 485px;
        position: fixed;
    }

    div#BackGroundLeft {
        background-repeat: no-repeat;
        background-position: top 0 right 0;
        min-height: 100%;
        min-width: 100%;
        top: 85px;
        right: 50%;
        margin-right: 485px;
        position: fixed;
    }
}

@media(min-width: 1200px) {
    div#BackGroundRight {
        background-repeat: no-repeat;
        background-position: left 0 top 0;
        min-height: 100%;
        min-width: 100%;
        top: 128px;
        left: 50%;
        margin-left: 585px;
        position: fixed;
    }

    div#BackGroundLeft {
        background-repeat: no-repeat;
        background-position: top 0 right 0;
        min-height: 100%;
        min-width: 100%;
        top: 128px;
        right: 50%;
        margin-right: 585px;
        position: fixed;
    }
}
/*div#wrap {
    position: absolute;
    min-width: 100%;
    min-height: 75%;
}*/

div#container {
    position: relative;
}

#container {
    margin-top: 12px;
}

/*html, body {
    height: 100%; width: 100%; margin: 0;
}*/
/* Fin configuraciÃƒÂ³n imagen de fondo*/

@media(max-width:768px) {
    .center-xs {
        text-align: center;
    }

    .text-left-xs {
        text-align: left !important;
    }

    .text-right-xs {
        text-align: right !important;
    }
}

.breakWord {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.overflow-break {
    overflow-wrap: break-word;
}

.nowrap {
    white-space: nowrap;
}

.bottom-border-blk-1 {
    border-bottom: #000 1px solid !important;
}

/*PriceList Tree*/
.js-tree ul > li {
    list-style-type: none;
}

.closed ul {
    display: none;
}

.margin-top-15 {
    margin-top: 15px;
}

.margin-top-20 {
    margin-top: 20px;
}



.margin-right-15 {
    margin-right: 15px;
}

.margin-right-20 {
    margin-right: 20px;
}

.padding-15 {
    padding: 15px;
}

.padding-top-15 {
    padding-top: 15px;
}

.has-error .form-control, .has-error {
    color: #C40247 !important;
    font-weight: initial;
    border-color: #C40247 !important;
}

.js-sendCodeEmailCustomer {
    height: 45px;
    width: 160px;
    font-weight: bold;
}

.align-vertical-content-center {
    display: flex;
    align-items: center;
}

@media(max-width: 796px) {
    .padding-left-20-xs {
        padding-left: 20px;
    }

    .margin-left-10-xs {
        margin-left: 10px;
    }

    .margin-right-10-xs {
        margin-right: 10px;
    }
}

@media(min-width:797px) {
    .margin-right-15-sm-up {
        margin-right: 15px;
    }

    .margin-left-15-sm-up {
        margin-left: 15px;
    }

    .margin-left-50-sm-up {
        margin-left: 15px;
    }

    .margin-right-20-sm-up {
        margin-right: 20px;
    }

    .padding-right-15-sm-up {
        margin-right: 15px;
    }

    .padding-right-20-sm-up {
        margin-right: 20px;
    }
}

@media (min-width:992px) {
    .padding-right-15-md-up {
        margin-right: 15px;
    }

    .padding-right-20-md-up {
        margin-right: 20px;
    }

    .padding-right-4-md {
        margin-right: 4px !important;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .padding-left-20-sm {
        padding-left: 20px !important;
    }

    .padding-left-0-sm {
        padding-left: 0px !important;
    }

    .padding-right-0-sm {
        padding-right: 0px !important;
    }
}

.margin-bottom-0 {
    margin-bottom: 0px;
}

.margin-bottom-4 {
    margin-bottom: 4px;
}

.margin-bottom-5 {
    margin-bottom: 5px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-15 {
    margin-bottom: 10px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.min-height-90 {
    min-height: 90px;
}

.min-height-100 {
    min-height: 100px;
}

.min-height-165 {
    min-height: 165px;
}

.min-height-185 {
    min-height: 185px;
}

.min-height-200 {
    min-height: 200px;
}

@media(min-height:768px) {
    .min-height-200-md-up {
        min-height: 200px;
    }
}

.max-height-340-scroll-y {
    max-height: 340px;
    overflow-y: scroll;
}

@media(max-width:768px) {
    .js-chkSelector {
        width: 25px;
        height: 25px;
        margin-top: 10px;
    }

    .folder span {
        margin-top: -20px;
        font-size: 18px;
    }
}

.min-width-300 {
    min-width: 300px;
}

.full-width {
    width: 100%;
}

.full-width-height {
    width: 100%;
    height: 100%;
}

.location-map-height {
    height: 130px;
}


@media(max-width:767px) {
    .full-width-xs {
        width: 100%;
        margin-bottom: 1px;
    }

    .margin-bottom-fix {
        margin-bottom: 20px;
    }

    .buttons {
        width: 100% !important;
    }

    .jconfirm .jconfirm-box .buttons button.full-width-xs + button.full-width-xs {
        margin-left: 0px;
    }
}

@media (max-width: 991px) {
    .full-width-sm {
        width: 100%;
    }
}

@media(max-width:384px) {
    .jconfirm .jconfirm-box .buttons button + button {
        margin-left: 0 !important;
    }
}

.full-height {
    height: 100%;
}

.font-price {
    font-size: 15px;
}

.font-price-grid {
    font-size: 15px;
}
/*Fuentes*/
.force-text-left {
    text-align: left !important;
}
/*padding control*/
.no-padding-i {
    padding: 0 !important;
}

.no-padding {
    padding: 0;
}

.no-padding-left {
    padding-left: 0;
}

.no-padding-top {
    padding-top: 0;
}

.no-padding-right {
    padding-right: 0;
}

.no-padding-both {
    padding-right: 0;
    padding-left: 0;
}

.no-padding-right-i {
    padding-right: 0 !important;
}

.no-padding-bottom {
    padding-bottom: 0;
}

@media (min-width:768px) {
    .no-padding-sm-up {
        padding: 0;
    }
}

@media (max-width: 320px) {
    .no-padding-xxs {
        padding: 0;
    }
}

.padding-10 {
    padding: 10px;
}

.padding-left-8 {
    padding-left: 8px !important;
}

.padding-left-15 {
    padding-left: 15px !important;
}

.padding-right-15 {
    padding-right: 15px !important;
}

.padding-5 {
    padding: 5px 5px 5px 5px !important;
}

.padding-left-20 {
    padding-left: 20px;
}

.padding-right-20 {
    padding-right: 20px;
}

@media(min-width : 1200px) {
    .padding-5-lg {
        padding: 5px 5px 5px 5px !important;
    }

    .padding-2-lg {
        padding: 2px 2px 2px 2px !important;
    }

    body {
        margin-top: 134px;
    }
}

.margin-top-5 {
    margin-top: 5px;
}

.margin-top-bottom-5 {
    margin-top: 5px;
    margin-bottom: 5px;
}

.margin-left-15 {
    margin-left: 15px !important;
}

.padding-top-bottom-5 {
    padding-top: 5px;
    padding-bottom: 5px;
}

.margin-top-15.highlight {
    margin-top: 15px;
}

.margin-top-30 {
    margin-top: 30px;
}

@media (min-width:768px) {
    .margin-top-30-sm {
        margin-top: 30px;
    }

    .padding-10-sm-up {
        padding: 10px;
    }
}

@media (min-width:768px) {
    .panel-sm-up {
        margin-bottom: 21px;
        background-color: #ffffff;
        border: 1px solid transparent;
        border-radius: 0;
        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    }

    .panel-default-sm-up {
        border-color: #dddddd;
    }
}

.padding-top-10 {
    padding-top: 10px;
}
/*Cursor*/
.hand-cursor {
    cursor: pointer;
}

.no-border {
    border: 0 white !important;
}

/*margin control*/
.no-margin {
    margin: 0;
}

.no-margin-i {
    margin: 0 !important;
}

.no-margin-sides-i {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.no-bottom-padding-space {
    padding-bottom: 0 !important;
}

.no-bottom-margin-space {
    margin-bottom: 0 !important;
}

.text-inline {
    display: inline-flex;
    width: auto;
}

.row-5 {
    margin-left: -5px;
    margin-right: -5px;
}

    .row-5:before,
    .row-5:after {
        display: table;
        content: " ";
    }

    .row-5:after {
        clear: both;
    }

.row-11 {
    margin-left: -11px;
    margin-right: -11px;
}

    .row-11:before,
    .row-11:after {
        display: table;
        content: " ";
    }

    .row-11:after {
        clear: both;
    }

.row-17 {
    margin-left: -17px;
    margin-right: -17px;
}

    .row-17:before,
    .row-17:after {
        display: table;
        content: " ";
    }

    .row-17:after {
        clear: both;
    }

.row-esd-banner {
    margin-left: -31px;
    margin-right: -28px;
}

    .row-esd-banner:before,
    .row-esd-banner:after {
        display: table;
        content: " ";
    }

    .row-esd-banner:after {
        clear: both;
    }

@media(max-width:767px) {
    .row-xs {
        margin-left: -15px;
        margin-right: -15px;
    }

        .row-xs:before,
        .row-xs:after,
        .row-xs-right:before,
        .row-xs-right:after {
            display: table;
            content: " ";
        }

        .row-xs:after,
        .row-xs-right:after {
            clear: both;
        }

    .no-padding-xs {
        padding: 0 !important;
    }

    .no-padding-left-xs {
        padding-left: 0;
    }

    .no-padding-top-xs {
        padding-top: 0;
    }

    .no-padding-right-xs {
        padding-right: 0;
    }

    .no-padding-bottom-xs {
        padding-bottom: 0;
    }

    .padding-left-xs-15 {
        padding-left: 15px;
    }

    .padding-left-xs-8 {
        padding-left: 8px;
    }
}

@media(max-width:767px) {
    .padding-left-xs-3 {
        padding-left: 3px;
    }

    .padding-right-xs-3 {
        padding-right: 3px;
    }
}

@media(min-width:768px) {
    .pull-right-sm-up {
        float: right !important;
    }
}

@media(min-width:992px) {
    .padding-left-md-up-30 {
        padding-left: 30px;
    }

    .no-padding-left-md-up {
        padding-left: 0;
    }
}

.padding-right-8 {
    padding-right: 8px !important;
}

.font-compact {
    font-size: 11px !important;
}

.font-compact-14 {
    font-size: 14px;
}

.font-compact-16 {
    font-size: 16px;
}

.font-compact-13-5 {
    font-size: 13.5px;
}

.font-compact-13 {
    font-size: 13px;
}

.font-compact-12 {
    font-size: 12px;
}

.font-compact-10 {
    font-size: 10px !important;
}

.font-compact-9 {
    font-size: 9px !important;
}

.font-compact-8 {
    font-size: 8px !important;
}

.font-default {
    font-size: 14px !important;
}

.product-name {
    font-size: 12px;
    font-weight: bold;
    display: inline;
}

.description-name {
    font-size: 12px;
    display: inline;
}

@media (max-width: 767px) {
    .font-bold-xs {
        font-weight: bold;
    }
}

.font-bold {
    font-weight: bold;
}

.font-compact-20 {
    font-size: 16px;
}

.font-compact-25 {
    font-size: 25px;
}
/*Font kits shopping cart*/
.font-compact-50 {
    font-size: 50px;
}
/*Text styles end*/
/*filtros*/
.filter dt {
    border-top-width: 1px;
    border-top-style: dotted;
    border-top-color: #827e7e;
}

    .filter dt:first-child, .filter dl:first-child {
        border-top-width: 0;
        border-top-style: none;
        border-top-color: white;
    }

.filter dl dt:first-of-type {
    margin-top: 0;
}

.filter dl {
    margin-bottom: 10px;
    border-top-width: 1px;
    border-top-style: dotted;
    border-top-color: #827e7e;
}

.filter dd {
    margin-left: 10px;
    font-size: 12px;
}

/*fin filtros*/

.qty {
    width: 100%;
}

.overloadFont {
    font-family: 'Open Sans','Helvetica Neue', Helvetica, Arial, sans-serif;
}

.display-block {
    display: block;
}

.display-inline-block {
    display: inline-block;
}

/*Categories menu*/
.CategoryProducts .form-control {
    border: none;
}

.Category {
    padding: 0;
}

.CategoryProducts {
    width: 21em;
    padding: 0;
}

.Category .CategoryProducts > a {
    width: 17.2em;
    padding: 0;
    margin: 0;
    padding-top: 1px;
}

ul > li > ul > li.CategoryProducts > ul {
    left: 40px !important;
}
/**/

.leftFooterInfo {
    /*width: 450px;
            float: left;*/
    font-size: 11px;
    vertical-align: middle;
    padding-top: 2px;
}
/* accordeon icono*/
.tag-collapse > .glyphicon-chevron-down.tag-top-right:before {
    content: "\e113";
}

.tag-collapse.collapsed > .glyphicon-chevron-down.tag-top-right:before {
    content: "\e114";
}

/*Popover*/
.popover {
    /*max-width: 100%;*/
    max-width: 480px;
    min-width: 220px !important;
}

.popoverFixed {
    position: fixed;
}

.popoverAccount {
    width: 220px !important;
}

.popoverFeatured {
    top: -201px !important;
}

.logo {
    min-width: 25%;
    position: relative;
}

.titleShoppingCart {
    font-size: 24px;
}

.popover-title {
    background-color: white;
}

    .popover-title .text-center {
        background-color: #f7f7f7;
        padding: 8px 14px;
        margin: -8px -14px;
        border-bottom: 1px solid #ebebeb;
    }

.popover-title-original {
    background-color: #e4e4e4;
    border-radius: 0;
}

.popoverCartContent {
    margin-bottom: 8px;
    min-width: 320px;
}

.popoverCartFooter.highlight {
    padding: 8px 0 8px 0;
}
/*fin cart popover*/
.separador::before {
    content: " ";
    display: table;
}

.separador {
    margin-top: 10px;
    position: relative;
    clear: both;
}

    .separador::after {
        content: " ";
        display: table;
        clear: both;
    }

.separador-left-4 {
    margin-left: 4px;
}

/* Iconos modal - Agregar multiples productos - carrito de compras */
.pageTableRecord .loading {
    width: 24px;
    height: 24px;
    /*background-image: url(/Content/Images/ajax-loader2.gif;base64);*/
    background: url(data:image/gif;base64,R0lGODlhGAAYAPQAAP///wAAAM7Ozvr6+uDg4LCwsOjo6I6OjsjIyJycnNjY2KioqMDAwPLy8nZ2doaGhri4uGhoaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJBwAAACwAAAAAGAAYAAAFriAgjiQAQWVaDgr5POSgkoTDjFE0NoQ8iw8HQZQTDQjDn4jhSABhAAOhoTqSDg7qSUQwxEaEwwFhXHhHgzOA1xshxAnfTzotGRaHglJqkJcaVEqCgyoCBQkJBQKDDXQGDYaIioyOgYSXA36XIgYMBWRzXZoKBQUMmil0lgalLSIClgBpO0g+s26nUWddXyoEDIsACq5SsTMMDIECwUdJPw0Mzsu0qHYkw72bBmozIQAh+QQJBwAAACwAAAAAGAAYAAAFsCAgjiTAMGVaDgR5HKQwqKNxIKPjjFCk0KNXC6ATKSI7oAhxWIhezwhENTCQEoeGCdWIPEgzESGxEIgGBWstEW4QCGGAIJEoxGmGt5ZkgCRQQHkGd2CESoeIIwoMBQUMP4cNeQQGDYuNj4iSb5WJnmeGng0CDGaBlIQEJziHk3sABidDAHBgagButSKvAAoyuHuUYHgCkAZqebw0AgLBQyyzNKO3byNuoSS8x8OfwIchACH5BAkHAAAALAAAAAAYABgAAAW4ICCOJIAgZVoOBJkkpDKoo5EI43GMjNPSokXCINKJCI4HcCRIQEQvqIOhGhBHhUTDhGo4diOZyFAoKEQDxra2mAEgjghOpCgz3LTBIxJ5kgwMBShACREHZ1V4Kg1rS44pBAgMDAg/Sw0GBAQGDZGTlY+YmpyPpSQDiqYiDQoCliqZBqkGAgKIS5kEjQ21VwCyp76dBHiNvz+MR74AqSOdVwbQuo+abppo10ssjdkAnc0rf8vgl8YqIQAh+QQJBwAAACwAAAAAGAAYAAAFrCAgjiQgCGVaDgZZFCQxqKNRKGOSjMjR0qLXTyciHA7AkaLACMIAiwOC1iAxCrMToHHYjWQiA4NBEA0Q1RpWxHg4cMXxNDk4OBxNUkPAQAEXDgllKgMzQA1pSYopBgonCj9JEA8REQ8QjY+RQJOVl4ugoYssBJuMpYYjDQSliwasiQOwNakALKqsqbWvIohFm7V6rQAGP6+JQLlFg7KDQLKJrLjBKbvAor3IKiEAIfkECQcAAAAsAAAAABgAGAAABbUgII4koChlmhokw5DEoI4NQ4xFMQoJO4uuhignMiQWvxGBIQC+AJBEUyUcIRiyE6CR0CllW4HABxBURTUw4nC4FcWo5CDBRpQaCoF7VjgsyCUDYDMNZ0mHdwYEBAaGMwwHDg4HDA2KjI4qkJKUiJ6faJkiA4qAKQkRB3E0i6YpAw8RERAjA4tnBoMApCMQDhFTuySKoSKMJAq6rD4GzASiJYtgi6PUcs9Kew0xh7rNJMqIhYchACH5BAkHAAAALAAAAAAYABgAAAW0ICCOJEAQZZo2JIKQxqCOjWCMDDMqxT2LAgELkBMZCoXfyCBQiFwiRsGpku0EshNgUNAtrYPT0GQVNRBWwSKBMp98P24iISgNDAS4ipGA6JUpA2WAhDR4eWM/CAkHBwkIDYcGiTOLjY+FmZkNlCN3eUoLDmwlDW+AAwcODl5bYl8wCVYMDw5UWzBtnAANEQ8kBIM0oAAGPgcREIQnVloAChEOqARjzgAQEbczg8YkWJq8nSUhACH5BAkHAAAALAAAAAAYABgAAAWtICCOJGAYZZoOpKKQqDoORDMKwkgwtiwSBBYAJ2owGL5RgxBziQQMgkwoMkhNqAEDARPSaiMDFdDIiRSFQowMXE8Z6RdpYHWnEAWGPVkajPmARVZMPUkCBQkJBQINgwaFPoeJi4GVlQ2Qc3VJBQcLV0ptfAMJBwdcIl+FYjALQgimoGNWIhAQZA4HXSpLMQ8PIgkOSHxAQhERPw7ASTSFyCMMDqBTJL8tf3y2fCEAIfkECQcAAAAsAAAAABgAGAAABa8gII4k0DRlmg6kYZCoOg5EDBDEaAi2jLO3nEkgkMEIL4BLpBAkVy3hCTAQKGAznM0AFNFGBAbj2cA9jQixcGZAGgECBu/9HnTp+FGjjezJFAwFBQwKe2Z+KoCChHmNjVMqA21nKQwJEJRlbnUFCQlFXlpeCWcGBUACCwlrdw8RKGImBwktdyMQEQciB7oACwcIeA4RVwAODiIGvHQKERAjxyMIB5QlVSTLYLZ0sW8hACH5BAkHAAAALAAAAAAYABgAAAW0ICCOJNA0ZZoOpGGQrDoOBCoSxNgQsQzgMZyIlvOJdi+AS2SoyXrK4umWPM5wNiV0UDUIBNkdoepTfMkA7thIECiyRtUAGq8fm2O4jIBgMBA1eAZ6Knx+gHaJR4QwdCMKBxEJRggFDGgQEREPjjAMBQUKIwIRDhBDC2QNDDEKoEkDoiMHDigICGkJBS2dDA6TAAnAEAkCdQ8ORQcHTAkLcQQODLPMIgIJaCWxJMIkPIoAt3EhACH5BAkHAAAALAAAAAAYABgAAAWtICCOJNA0ZZoOpGGQrDoOBCoSxNgQsQzgMZyIlvOJdi+AS2SoyXrK4umWHM5wNiV0UN3xdLiqr+mENcWpM9TIbrsBkEck8oC0DQqBQGGIz+t3eXtob0ZTPgNrIwQJDgtGAgwCWSIMDg4HiiUIDAxFAAoODwxDBWINCEGdSTQkCQcoegADBaQ6MggHjwAFBZUFCm0HB0kJCUy9bAYHCCPGIwqmRq0jySMGmj6yRiEAIfkECQcAAAAsAAAAABgAGAAABbIgII4k0DRlmg6kYZCsOg4EKhLE2BCxDOAxnIiW84l2L4BLZKipBopW8XRLDkeCiAMyMvQAA+uON4JEIo+vqukkKQ6RhLHplVGN+LyKcXA4Dgx5DWwGDXx+gIKENnqNdzIDaiMECwcFRgQCCowiCAcHCZIlCgICVgSfCEMMnA0CXaU2YSQFoQAKUQMMqjoyAglcAAyBAAIMRUYLCUkFlybDeAYJryLNk6xGNCTQXY0juHghACH5BAkHAAAALAAAAAAYABgAAAWzICCOJNA0ZVoOAmkY5KCSSgSNBDE2hDyLjohClBMNij8RJHIQvZwEVOpIekRQJyJs5AMoHA+GMbE1lnm9EcPhOHRnhpwUl3AsknHDm5RN+v8qCAkHBwkIfw1xBAYNgoSGiIqMgJQifZUjBhAJYj95ewIJCQV7KYpzBAkLLQADCHOtOpY5PgNlAAykAEUsQ1wzCgWdCIdeArczBQVbDJ0NAqyeBb64nQAGArBTt8R8mLuyPyEAOwAAAAAAAAAAAA==);
}

.pageTableRecord .status {
    min-height: 16px;
    padding-left: 17px;
    background-repeat: no-repeat;
}

    .pageTableRecord .status.ok {
        background-image: url(/Content/Images/icons/tick.png);
    }

    .pageTableRecord .status.outofstock, .pageTableRecord .status.notSaleable, .pageTableRecord .status.mixed, .pageTableRecord .status.mixedML {
        background-image: url(/Content/Images/Icons/exclamation.png);
    }

    .pageTableRecord .status.qtyreq {
        background-image: url(/Content/Images/Icons/cross.png);
    }

    .pageTableRecord .status.skureq {
        background-image: url(/Content/Images/Icons/cross.png);
    }

    .pageTableRecord .status.skuinv {
        background-image: url(/Content/Images/Icons/cross.png);
    }

    .pageTableRecord .status.already {
        background-image: url(/Content/Images/Icons/warning16.png);
    }

    .pageTableRecord .status.error {
        background-image: url(/Content/Images/Icons/exclamation.png);
        /*font-weight: normal;*/
        color: inherit;
    }

/*Carrito de compras*/
.pop .ltb_ItemTitle {
    font-size: 12px;
}
/*Fin carrito de compras*/
/*.panel {
    margin-bottom: 10px;
}*/
/*cuadros no paneles*/
.min-lr {
    margin-left: -5px;
}

.min-rh-8 {
    margin-right: -8px;
}

.min-lh-8 {
    margin-left: -8px;
}
/*Sirve como footer con color en la parte inferior de un recuadro*/
.keys {
    margin: 0;
}

    .keys a.btn {
        margin-bottom: 15px;
    }

.highlight {
    padding: 9px 14px;
    border-width: 1px;
    border-style: solid;
}

.breadcrumb + .highlight {
    margin: -15px -15px 15px 0;
    border-width: 0 0 1px;
    border-radius: 0;
}

    .breadcrumb + .highlight.keys {
        border: 0;
        background-color: transparent;
    }

.breadcrumb + .row.highlight {
    margin: -15px -15px 10px -15px;
    border-width: 0 0 1px;
    border-radius: 0;
}
/*Paneles*/
.panel-heading + .thumbnail {
    margin-bottom: 0;
    border: 0;
}

.panel-body.compareTray {
    padding: 4px 15px;
}

    .panel-body.compareTray + .panel-heading {
        border-top: 1px solid #cccccc;
    }

.footer-heading.panel-heading {
    border-top: 1px solid #cccccc;
}

.panel-heading.grid-options {
    padding: 4px 0;
    font-size: 11px;
}

.grid-option {
    padding: 3px;
    margin: 0 0 0 10px;
}

.panel.panel-default {
    margin-bottom: 4px;
}
/*sirve como cuadro informativo con color lateral izquierdo*/
.bs-callout {
    padding: 4px 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}

@media (min-width:768px) {
    .breadcrumb + .highlight {
        margin-top: -16px;
        margin-right: 0;
        margin-left: 0;
        border-width: 1px;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
    }

        .breadcrumb + .highlight .keys {
            border: none;
            background-color: none;
        }

    .breadcrumb + .row.highlight {
        margin: -15px -15px 10px -15px;
        border-width: 0 0 1px;
        border-radius: 0;
    }


    body {
        /* Margin bottom by footer height */
    }

    /*end sticky footer*/
    .popoverCartContent {
        /*min-width: 480px;*/
    }
}
/*fin cuadros no paneles*/
.separador-down {
    border-bottom: 1px solid #cccccc;
    /*padding-bottom: 10px;
    margin-bottom: 15px;*/
}

.separator {
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    .img-responsive-center-xs {
        margin: 0 auto;
    }

    fieldset {
        margin: 0;
        padding: 0;
        border: none;
        width: 100%;
    }


        fieldset.detail {
            margin: 0;
            padding: 0;
            border: none;
            border-top: 1px solid #cecece;
            width: 100%;
        }

    .Category .CategoryProducts > a {
        width: auto;
    }

    .CategoryProducts {
        width: auto;
    }

    .logo .img-responsive {
        max-width: 35%;
        margin: auto;
    }

    .popover {
        max-width: 100%;
        min-width: 100% !important;
    }

    .popoverAccount {
        width: 100% !important;
    }

    .MainMenuHide {
        display: none;
    }
}

@media (min-width: 1200px) {
    .logo .img-responsive {
        max-width: 80%;
        /*margin: auto;*/
    }

    body {
    }
    /*.popover {
        max-width: 45%;
    }*/
}

/*Footer latitude*/
.footer-latitude {
    margin-bottom: 0 !important;
}
/*Footer latitude*/
.container .kit {
    -webkit-box-shadow: 0 0 10px #cacaca;
    box-shadow: 0 0 10px #cacaca;
    display: flex;
    content: " ";
}

.ui-autocomplete {
    z-index: 10000;
}
/*Help menu*/
ul.dropdown-menu.helpMenu {
    right: 0;
    left: auto;
}

/*Help menu right*/
/*Float chat*/
#floatChat {
    visibility: visible !important;
    display: block !important;
    position: fixed;
    float: right;
    bottom: 0;
    padding: 5px 10px 5px 10px;
    right: 15px;
}
/*Collapse menu*/
.collapseContent {
    min-width: 100%;
    max-width: 100%;
    list-style: none;
    margin: 0 0 0 10px;
    padding: 0;
}

.listSeparator {
    border-top: dotted 1px #acaaaa;
    margin: 0 10px 0 -10px;
}

.listSeparator2 {
    border-top: dotted 1px #acaaaa;
    margin: 0;
}
/*Fin Collapse menu*/

/*Modificaciones slick*/
@media(max-width : 767px) {
    .slick-arrow {
        display: none;
    }
}

@media(min-width : 768px) {
    .slick-arrow {
        display: inline-block;
    }
}

/*Modificaciones slick fin*/

/*Border line*/
.line-top {
    border-top: 1px solid #ccc;
}

.line-bottom {
    border-bottom: 1px solid #ccc;
}

@media(min-width:768px) {
    .border-gray-1-sm {
        border: 1px solid #eee;
    }
}

.line-bottom-gray-1 {
    border-bottom: 1px solid #ccc;
}

.line-bottom-gray-2 {
    border-bottom: 1px solid #eee;
}

.line-all-gray-1 {
    border: 1px solid #ccc;
}

.line-right {
    border-right: 1px solid #ccc;
}

.dotted-top {
    border-top: dotted 1px #acaaaa;
}

.dotted-bottom {
    border-bottom: dotted 1px #acaaaa;
}

.dotted-bottom-important {
    border-bottom: dotted 1px #acaaaa !important;
}

.padding-top-16 {
    padding-top: 16px;
}

/*End border line*/

/*Iconos de la pagina*/
.ws_iconsSprite {
    background-image: url(/Content/Images/Default/ws_images/Icons-01.png?v5);
    background-repeat: no-repeat;
    display: inline-table;
    margin-left: 2px;
    margin-right: 2px;
    margin-top: 0;
}

    .ws_iconsSprite.ws_arrow {
        background-position: 0 0;
        width: 10px;
        height: 10px;
        margin-top: 4px;
    }

    .ws_iconsSprite.ws_arrowGrey {
        background-position: 0 -10px;
        width: 10px;
        height: 10px;
        margin-top: 4px;
    }

    .ws_iconsSprite.ws_arrowBlue {
        background-position: 0 -90px;
        width: 10px;
        height: 10px;
        margin-top: 4px;
    }

    .ws_iconsSprite.ws_arrowDark {
        background-position: 0 -20px;
        width: 10px;
        height: 10px;
        margin-left: -15px;
    }

    .ws_iconsSprite.ws_arrowDarkRight {
        background-position: 0 -30px;
        width: 10px;
        height: 10px;
        margin-left: -15px;
    }

    .ws_iconsSprite.ws_arrowWhite {
        background-position: 0 -60px;
        width: 10px;
        height: 10px;
    }

    .ws_iconsSprite.ws_arrowWhiteRight {
        background-position: 0 -70px;
        width: 10px;
        height: 10px;
    }

    .ws_iconsSprite.ws_lineWhite {
        background-position: 0 -40px;
        width: 10px;
        height: 10px;
        margin-top: 4px;
    }

    .ws_iconsSprite.ws_closeItem {
        background-position: 0 -50px;
        width: 10px;
        height: 10px;
    }

    .ws_iconsSprite.ws_help {
        background-position: -100px 0;
        width: 19px;
        height: 16px;
    }
    /*icono carro*/
    .ws_iconsSprite.ws_cart {
        background-position: -100px -20px;
        width: 20px;
        height: 16px;
    }

    .ws_iconsSprite.ws_call {
        background-position: -100px -40px;
        width: 19px;
        height: 16px;
        margin-left: -10px;
        margin-top: -2px;
    }

    .ws_iconsSprite.ws_mail {
        background-position: -100px -60px;
        width: 19px;
        height: 16px;
        margin-left: -10px;
    }

    .ws_iconsSprite.ws_faq {
        background-position: -100px -80px;
        width: 19px;
        height: 16px;
        margin-left: -10px;
        margin-top: -2px;
    }

    .ws_iconsSprite.ws_releases {
        background-position: -100px -320px;
        width: 19px;
        height: 16px;
        margin-left: -10px;
        margin-top: -2px;
    }

    .ws_iconsSprite.ws_chat {
        background-position: -100px -100px;
        width: 20px;
        height: 16px;
        margin-left: -10px;
        margin-top: -2px;
    }

    .ws_iconsSprite.ws_search {
        background-position: -200px -90px;
        width: 30px;
        height: 30px;
        margin-top: 10px;
        margin-right: 9px;
    }

        .ws_iconsSprite.ws_search:hover {
            background-position: -200px -630px;
            width: 30px;
            height: 30px;
            margin-top: 10px;
            margin-right: 9px;
        }

    .ws_iconsSprite.ws_next {
        background-position: -100px -120px;
        width: 20px;
        height: 16px;
    }

    .ws_iconsSprite.ws_nextGren {
        background-position: -100px -160px;
        width: 20px;
        height: 16px;
    }

    .ws_iconsSprite.ws_close {
        background-position: -100px -140px;
        width: 20px;
        height: 20px;
    }

    .ws_iconsSprite.ws_ofert {
        background-position: -200px 0;
        width: 30px;
        height: 30px;
        margin-top: -10px;
        margin-bottom: -10px;
    }

    .ws_iconsSprite.ws_NewProduct {
        background-position: -200px -30px;
        width: 30px;
        height: 30px;
        margin-top: -10px;
        margin-bottom: -10px;
    }

    .ws_iconsSprite.ws_Kits {
        background-position: -200px -60px;
        width: 29px;
        height: 29px;
        margin-top: -10px;
        margin-bottom: -10px;
    }

    .ws_iconsSprite.ws_mainHome {
        background-position: -100px -180px;
        width: 20px;
        height: 20px;
        margin-top: -5px;
    }

    .ws_iconsSprite.ws_addressHome {
        background-position: -200px -150px;
        width: 30px;
        height: 30px;
        margin-top: 5px;
    }

    .ws_iconsSprite.ws_starFull {
        background-position: -200px -180px;
        width: 20px;
        height: 30px;
        margin: 0 0 0 0;
    }

    .ws_iconsSprite.ws_starEmpty {
        background-position: -200px -210px;
        width: 20px;
        height: 30px;
        margin: 0 0 0 0;
    }

    .ws_iconsSprite.ws_starHalf {
        background-position: -200px -330px;
        width: 20px;
        height: 30px;
        margin: 0 0 0 0;
    }

    .ws_iconsSprite.ws_facebook {
        background-position: -200px -240px;
        width: 30px;
        height: 30px;
        margin: 5px 10px 0 0;
    }

    .ws_iconsSprite.ws_twitter {
        background-position: -200px -270px;
        width: 30px;
        height: 30px;
        margin: 5px 10px 0 0;
    }

    .ws_iconsSprite.ws_youtube {
        background-position: -200px -300px;
        width: 30px;
        height: 30px;
        margin: 5px 10px 0 0;
    }

    .ws_iconsSprite.ws_arrowLeft {
        background-position: -200px -120px;
        width: 30px;
        height: 30px;
        margin: 1px 0 0 0;
        padding: 0;
        cursor: pointer;
    }

    .ws_iconsSprite.ws_arrowRight {
        background-position: -200px -600px;
        width: 30px;
        height: 30px;
        margin: 1px 0 0 0;
        padding: 0;
        cursor: pointer;
    }

    .ws_iconsSprite.ws_arrowBlackRight {
        background-position: -200px -660px;
        width: 30px;
        height: 30px;
        margin: 1px 0 0 0;
        padding: 0;
        cursor: pointer;
    }

    .ws_iconsSprite.ws_arrowBlackLeft {
        background-position: -200px -690px;
        width: 30px;
        height: 30px;
        margin: 1px 0 0 0;
        padding: 0;
        cursor: pointer;
    }

    .ws_iconsSprite.ws_arrowBlackRight:hover {
        background-position: -200px -720px;
        width: 30px;
        height: 30px;
        margin: 1px 0 0 0;
        padding: 0;
        cursor: pointer;
    }

    .ws_iconsSprite.ws_arrowBlackLeft:hover {
        background-position: -200px -750px;
        width: 30px;
        height: 30px;
        margin: 1px 0 0 0;
        padding: 0;
        cursor: pointer;
    }

    .ws_iconsSprite.ws_ofertProduct, .ws_iconsSprite.ws_flags_rt {
        background-position: -200px -360px;
        width: 20px !important;
        height: 30px !important;
        margin: 0 0 0 0;
    }

    .ws_iconsSprite.ws_newProduct, .ws_iconsSprite.ws_flags_nw {
        background-position: -200px -390px;
        width: 20px !important;
        height: 30px !important;
        margin: 0 0 0 0;
    }

    .ws_iconsSprite.ws_featureProduct, .ws_iconsSprite.ws_flags_ft {
        background-position: -200px -420px;
        width: 20px !important;
        height: 30px !important;
        margin: 0 0 0 0;
    }

    .ws_iconsSprite.ws_newSaleProduct, .ws_iconsSprite.ws_flags_rt_nw {
        background-position: -200px -450px;
        width: 20px !important;
        height: 30px !important;
        margin: 0 0 0 0;
    }

    .ws_iconsSprite.ws_featureNewProduct, .ws_iconsSprite.ws_flags_nw_ft {
        background-position: -200px -480px;
        width: 20px !important;
        height: 30px !important;
        margin: 0 0 0 0;
    }

    .ws_iconsSprite.ws_featureSaleProduct, .ws_iconsSprite.ws_flags_rt_ft {
        background-position: -200px -510px;
        width: 20px !important;
        height: 30px !important;
        margin: 0 0 0 0;
    }

    .ws_iconsSprite.ws_featureNewSaleProduct, .ws_iconsSprite.ws_flags_rt_nw_ft {
        background-position: -200px -540px;
        width: 30px !important;
        height: 30px !important;
        margin: 0 0 0 0;
    }

    .ws_iconsSprite.ws_menu.ws_mn_flags_rt {
        background-position: -100px -380px;
        width: 20px !important;
        height: 20px !important;
        margin: -5px 0 0 0;
    }

    .ws_iconsSprite.ws_menu.ws_mn_flags_sp {
        background-position: -100px -400px;
        width: 20px !important;
        height: 20px !important;
        margin: -5px 0 0 0;
    }

    .ws_iconsSprite.ws_video {
        background-position: -100px -200px;
        width: 20px;
        height: 16px;
        margin-left: -10px;
        margin-top: -2px;
    }

    .ws_iconsSprite.ws_dispatch {
        background-position: -100px -220px;
        width: 20px;
        height: 16px;
        cursor: pointer;
    }

    .ws_iconsSprite.ws_withoutdispatch {
        background-position: -100px -240px;
        width: 20px;
        height: 16px;
    }

    .ws_iconsSprite.ws_SearchAdv {
        background-position: -100px -260px;
        width: 20px;
        height: 20px;
        margin-top: -3px;
    }

    .ws_iconsSprite.ws_kitsPopup {
        background-position: -200px -570px;
        width: 30px;
        height: 30px;
        margin-left: -35px;
    }

    .ws_iconsSprite.ws_rma {
        background-position: -100px -280px;
        width: 20px;
        height: 16px;
        margin-left: -10px;
        margin-top: -2px;
    }

    .ws_iconsSprite.ws_remPass {
        background-position: -100px -560px;
        width: 19px;
        height: 16px;
        margin-left: -10px;
        margin-top: -2px;
    }
    /*carrito*/
    .ws_iconsSprite.ws_cartSmall {
        background-position: 0 -80px;
        width: 10px;
        height: 10px;
    }

    .ws_iconsSprite.ws_addContact {
        background-position: -100px -300px;
        width: 16px;
        height: 16px;
    }

    .ws_iconsSprite.ws_editContact {
        background-position: -100px -320px;
        width: 16px;
        height: 16px;
    }

    .ws_iconsSprite.ws_deleteContact {
        background-position: -100px -340px;
        width: 16px;
        height: 16px;
    }

    .ws_iconsSprite.ws_off {
        background-position: -100px -500px;
        width: 20px;
        height: 20px;
    }

    .ws_iconsSprite.ws_on {
        background-position: -100px -520px;
        width: 20px;
        height: 20px;
    }

    .ws_iconsSprite.ws_check {
        background-position: -100px -540px;
        width: 20px;
        height: 20px;
    }

    .ws_iconsSprite.ws_addLocation {
        background-position: -100px -360px;
        width: 20px;
        height: 20px;
    }

    .ws_iconsSprite.ws_notifystock {
        background-position: -100px -420px;
        width: 20px;
        height: 20px;
        margin: 0 auto;
    }

    .ws_iconsSprite.ws_linkProductKit {
        background-position: -98px -440px;
        width: 0;
        height: 17px;
        padding-left: 20px;
        padding-top: 3px;
    }


.top-align {
    vertical-align: top !important;
}

.input-text-xs {
    max-width: 25px;
}

/*responsive-tabs*/
@media(max-width: 767px) {
    .responsive-tabs-container[class*="accordion-"] .accordion-link {
        background-color: #F2F2F2;
        border: 1px solid #F2F2F2;
        color: #17365D;
        margin-bottom: 5px;
    }
}

.tab-content > a.accordion-link.collapsed > .glyphicon.glyphicon-chevron-right:before {
    content: "\e080";
}

.tab-content > a.accordion-link > .glyphicon.glyphicon-chevron-right:before {
    content: "\e114";
}

/*responsive-tabs fin*/

/*Tablas con divs*/
.div-table {
    padding: 0 15px 0 15px;
    margin-bottom: 10px;
}

    .div-table > .div-thead {
        border-top: solid 1px #000;
        border-bottom: solid 1px #000;
        align-items: center;
        display: flex;
        -ms-flex-flow: row wrap;
        -webkit-flex-flow: row wrap;
        flex-flow: row wrap;
        justify-content: space-between;
        padding-top: 8px;
        padding-bottom: 8px;
    }

        .div-table > .div-thead > .div-th {
            /*border-bottom: 1px solid #000;
            border-top: 1px solid #000;
            padding-top: 5px;
            padding-bottom: 5px;*/
        }

        .div-table > .div-thead > .div-th-12 div {
            flex-basis: 100%;
        }

        .div-table > .div-thead > .div-th-11 div {
            flex-basis: 91.66666667%;
        }

        .div-table > .div-thead > .div-th-10 div {
            flex-basis: 83.33333333%;
        }

        .div-table > .div-thead > .div-th-9 div {
            flex-basis: 75%;
        }

        .div-table > .div-thead > .div-th-8 div {
            flex-basis: 66.66666667%;
        }

        .div-table > .div-thead > .div-th-7 div {
            flex-basis: 58.33333333%;
        }

        .div-table > .div-thead > .div-th-6 div {
            flex-basis: 50%;
        }

        .div-table > .div-thead > .div-th-5 div {
            flex-basis: 41.66666667%;
        }

        .div-table > .div-thead > .div-th-4 div {
            flex-basis: 33.33333333%;
        }

        .div-table > .div-thead > .div-th-3 div {
            flex-basis: 25%;
        }

        .div-table > .div-thead > .div-th-2 div {
            flex-basis: 16.66666667%;
        }

        .div-table > .div-thead > .div-th-1 div {
            flex-basis: 8.33333333%;
        }

@media (max-width: 767px) {
    .div-table-th-xs {
        margin-top: 4px;
        margin-bottom: 5px;
    }

    .div-table > .div-thead > .div-th {
        border-bottom: 0;
        border-top: 0;
    }

    .div-table > .div-thead {
        border-bottom: 1px solid #000;
        border-top: 1px solid #000;
        padding-top: 5px;
        padding-bottom: 5px;
    }
}

.div-tbody {
    padding: 0 15px;
}

    .div-tbody > div {
        border-bottom: 1px solid #777;
        padding-top: 8px;
        padding-bottom: 8px;
    }

        .div-tbody > div:nth-of-type(odd) {
            background: #D0D0D0;
        }

    .div-tbody.nostrip > div:nth-of-type(odd) {
        background: #fff;
    }

.div-tbody-nostrip {
    padding: 0 15px;
}

    .div-tbody-nostrip > div {
        border-bottom: 1px solid #777;
        padding-top: 8px;
        padding-bottom: 8px;
    }


.div-table-hover > .div-tbody > .row:hover, .gray-box {
    background-color: #f5f5f5;
}
/****************************/
.panel-body + .panel-body {
    border-top: 1px solid #ddd;
}

.div-th > .row {
    /*flex-flow: row wrap;
    justify-content: space-between;*/
    display: flex;
    align-items: center;
}

.table-divs .row:nth-of-type(even) {
    background: #e0e0e0;
}

.btn-blue {
    border-color: transparent;
    color: #fff;
    background-color: #3AB59E;
    font-size: 14px;
}

    .btn-blue:hover,
    .btn-blue:focus {
        background-color: #e0e0e0;
        background-position: 0 -15px;
    }

    .btn-blue:active,
    .btn-blue.active {
        background-color: #e0e0e0;
        border-color: #dbdbdb;
    }

    .btn-blue.disabled,
    .btn-blue:disabled,
    .btn-blue[disabled] {
        background-color: #e0e0e0;
        background-image: none;
    }

.btn-banner-esd {
    border-color: transparent;
    color: #fff;
    font-size: 14px;
}

    .btn-banner-esd:hover,
    .btn-banner-esd:focus {
        background-color: #e0e0e0 !important;
        background-position: 0 -15px;
    }

    .btn-banner-esd:active,
    .btn-banner-esd.active {
        background-color: #e0e0e0 !important;
        border-color: #dbdbdb;
    }

    .btn-banner-esd.disabled,
    .btn-banner-esd:disabled,
    .btn-banner-esd[disabled] {
        background-color: #e0e0e0 !important;
        background-image: none;
    }

.highlight-narrow {
    background-color: #f7f7f9;
    border-color: #e1e1e8;
    /* padding: 9px 14px; */
    border-width: 1px;
    border-style: solid;
}

    .highlight-narrow .btn-success, .highlight-narrow .btn-default {
        margin-top: -9px;
        margin-bottom: 4px;
    }
/*Tablas con divs fin*/

/*Textos*/
.font-disclaimer {
    font-size: 10px;
    color: #777777;
}

.btn-special, .btn-special:hover, .btn-special:focus {
    background-color: #e0e0e0;
    background-position: 0 -15px;
    color: black;
    white-space: normal;
}

.font-product-link {
    font-size: 12px;
}

.font-product-brand {
    font-size: 12px;
}

/*responsive row*/
.row-left {
    margin-left: -15px;
}

.row-right {
    margin-right: -15px;
}

    .row-left:before,
    .row-left:after,
    .row-right:before,
    .row-right:after {
        display: table;
        content: " ";
    }

    .row-right:after {
        clear: both;
    }


/*Kit*/
.font-kits {
    color: #337ab7;
}

/*alineacion textos*/

.text-center-sm-up {
    text-align: center;
}


@media(max-width: 767px) {
    .text-center-sm-up {
        text-align: left;
    }

    .row-xs-right {
        margin-right: -15px;
    }

    .div-trow-xs {
        padding: 15px;
    }
}

@media(min-width:768px)and (max-width:991px) {
    .text-right-sm {
        text-align: right;
    }

    .row-sm {
        margin-left: -15px;
        margin-right: -15px;
    }

    .row-sm-left {
        margin-left: -15px;
    }

    .row-sm-right {
        margin-right: -15px;
    }

    body {
        margin-top: 88px;
    }

    /*.no-padding-sm {
        padding: !important;
    }*/
}

@media (min-width:992px) and (max-width:1199px) {
    .row-md {
        margin-left: -15px;
        margin-right: -15px;
    }

    .row-md-left {
        margin-left: -15px;
    }

    .row-md-right {
        margin-right: -15px;
    }

    .text-right-md {
        text-align: right;
    }

    body {
        margin-top: 88px;
    }
}

@media(min-width:1200px) {
    .row-lg-right {
        margin-right: -15px;
    }

    .row-lg-left {
        margin-left: -15px;
    }

    .row-lg {
        margin-left: -15px;
        margin-right: -15px;
    }

    .row-lg-left-30 {
        margin-left: -30px;
    }

    .row-lg-left-50 {
        margin-left: -50px;
    }

    .text-lg-right {
        text-align: right;
    }

    .no-padding-lg {
        padding: 0;
    }

    .padding-left-30-lg-up {
        padding-left: 30px;
    }

    .padding-rigth-45-lg-up {
        padding-right: 45px;
    }
}

.warrantiesbuttom {
    margin: 0;
    background: url(/Content/Images/Adobe_Reader.png) left center no-repeat;
    padding-left: 18px;
    font-size: 11px;
    display: inline-block;
    height: 16px;
    padding-top: 3px;
    line-height: 10px;
    margin: 0 0 0 25px;
    cursor: pointer;
}

/*Banderas de paises*/
.ws_flagsSprite {
    background-image: url(/Content/Images/Default/ws_images/Flag-01.png);
    background-repeat: no-repeat;
    width: 20px;
    height: 14px;
    display: inline-table;
    margin-right: 2px;
    top: 2px;
    position: relative;
}

    .ws_flagsSprite.ws_xar {
        background-position: 0 0;
    }

    .ws_flagsSprite.ws_xcl {
        background-position: 0 -20px;
    }

    .ws_flagsSprite.ws_xcb {
        background-position: 0 -40px;
    }

    .ws_flagsSprite.ws_xco {
        background-position: 0 -40px;
    }

    .ws_flagsSprite.ws_xcr {
        background-position: 0 -60px;
    }

    .ws_flagsSprite.ws_xsv {
        background-position: 0 -80px;
    }

    .ws_flagsSprite.ws_xec {
        background-position: 0 -100px;
    }

    .ws_flagsSprite.ws_xgt {
        background-position: 0 -120px;
    }

    .ws_flagsSprite.ws_xjm {
        background-position: 0 -140px;
    }

    .ws_flagsSprite.ws_xmx {
        background-position: 0 -160px;
    }

    .ws_flagsSprite.ws_xus {
        background-position: 0 -180px;
    }

    .ws_flagsSprite.ws_xpa {
        background-position: 0 -200px;
    }

    .ws_flagsSprite.ws_xpe {
        background-position: 0 -220px;
    }

    .ws_flagsSprite.ws_xuy {
        background-position: 0 -240px;
    }


/* Chat */
.chatContainer {
    bottom: 0;
    position: fixed;
    right: 20px;
    z-index: 1000;
    color: #000;
    visibility: visible !important;
    display: block !important;
    z-index: 9999;
}

    .chatContainer textarea,
    .chatContainer input,
    .chatContainer select {
        outline: none;
    }

@media (max-width: 768px) {
    .chatHeader {
        width: 120px;
        margin-left: 179px;
    }
}

@media (min-width:769px ) and (max-width: 991px) {
    .chatHeader {
        width: 120px;
        margin-left: 179px;
    }
}

@media (min-width: 992px) {
    .chatHeader {
        width: 300px;
        margin-left: 0;
    }
}

.chatHeader.online {
    background-color: #6C2826;
}

.chatHeader.offline {
    background-color: #7f8c8d;
}

.chatHeader {
    height: 35px;
    -ms-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -ms-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    cursor: pointer;
    visibility: visible !important;
    display: block !important;
    border-bottom: 0;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

.chatContainer .chatHeaderText {
    color: white;
    padding: 3px;
    margin-top: 4px;
    margin-left: 10px;
    position: absolute;
    cursor: pointer;
}

.chatContainer .chatBody {
    width: 300px;
    height: 0px;
    background-color: #ecf0f1;
}

.chatContainer .chatArrow {
    margin-right: 12px;
    margin-top: 10px;
    float: right;
    -moz-transition: -moz-transform .4s;
    -webkit-transition: -webkit-transform .4s;
    -o-transition: -o-transform .4s;
    transition: transform .4s;
    color: white;
    font-size: 16px;
}

.chatContainer .rotateArrow {
    margin-top: 12px !important;
    transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
}

.chatContainer .chatContent {
    padding-top: 10px;
}

.chatContainer .chatTitle {
    margin-left: 12px;
    font-weight: bold;
}

.chatContainer .chatContent p {
    font-size: 13px;
    padding-left: 12px;
    padding-right: 13px;
    text-align: justify;
    margin-top: 3px;
}

.mainChatContent {
    padding-left: 12px;
    margin-top: 25px;
    position: relative;
}

.inputChat span {
    position: absolute;
    margin-top: -20px;
    font-weight: 600;
    font-size: 11px;
}

.inputChat i {
    border: 1px solid #bdc3c7;
    padding: 5px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    height: 30px;
    text-align: center;
    width: 31px;
}

.chatContainer .inputChat input {
    width: 244px;
    margin-left: 0px;
    border-left: 0px solid #bdc3c7;
    border-top: 1px solid #bdc3c7;
    border-bottom: 1px solid #bdc3c7;
    border-right: 1px solid #bdc3c7;
    padding: 5px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    position: absolute;
    height: 30px;
}

.chatContainer .inputChat select {
    width: 246px;
    margin-left: 0px;
    border-left: 1px solid #bdc3c7;
    border-top: 1px solid #bdc3c7;
    border-bottom: 1px solid #bdc3c7;
    border-right: 1px solid #bdc3c7;
    padding: 3px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    position: absolute;
    height: 30px;
    margin-left: -5px;
    -moz-appearance: none;
    -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .inputChat select {
        padding-right: 18px;
    }
}

.inputChat label {
    position: relative;
}

    .inputChat label:after {
        content: '>';
        font: 16px "Consolas", monospace;
        color: black;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        pointer-events: none;
        padding-top: 10px;
        position: absolute;
        margin-left: 230px;
        margin-top: -13px;
    }

    .inputChat label:before {
        content: '';
        right: 6px;
        top: 0px;
        width: 20px;
        height: 20px;
        position: absolute;
    }

.chatStartBtn {
    cursor: pointer;
    margin-top: 10px;
    position: absolute;
    left: 208px;
    border: none;
    background-color: #2980b9;
    color: white;
    font-size: 13px;
    border-bottom: 2px solid #1e628f;
    line-height: 2;
    padding-left: 10px;
    padding-right: 10px;
}

    .chatStartBtn:hover {
        background-color: #508db5;
    }

    .chatStartBtn:active {
        margin-top: 11px;
        border-bottom: 1px solid #1e628f;
    }

.contactUsBanner {
    height: 198px;
    width: 178px;
    border: 1px solid black;
    text-align: center;
}

    .contactUsBanner span {
        font-family: 'Open Sans', sans-serif;
    }

.contactUsLogo {
    margin-top: 10px;
}

.contactUsTitle {
    font-size: 25px;
}

.contactUsSubTitle {
    font-size: 20px;
    font-weight: lighter;
    position: absolute;
    margin-top: 22px;
    margin-left: -74px;
}

.contactUsHour {
    font-weight: bold;
    font-size: 12px;
    margin-top: 25px;
    position: absolute;
    left: 20px;
}

.contactUsCall {
    font-weight: bold;
    font-size: 12px;
    margin-top: 60px;
    position: absolute;
    left: 33px;
}

.contactUsPhone {
    font-weight: bold;
    font-size: 20px;
    margin-top: 76px;
    position: absolute;
    left: 20px;
}

.contactUsButton {
    background-color: #2acb6e;
    width: 120px;
    height: 30px;
    position: absolute;
    margin-left: 20px;
    margin-top: 120px;
    cursor: pointer;
    border-bottom: 2px solid #209652;
}

    .contactUsButton:hover {
        background-color: #37de7e;
    }

    .contactUsButton:active {
        padding-top: 1px;
        border-bottom: 1px solid #209652;
    }

    .contactUsButton span {
        color: white;
        position: absolute;
        padding-top: 3px;
        margin-left: -43px;
    }

    .contactUsButton i {
        margin-left: 5px;
        float: left;
        margin-top: 5px;
        color: white;
    }

.hiddenButton {
    display: none;
}

.chat-icon {
    margin-right: 5px;
}
/*End chat*/

/* Clearance */
.clearance-title-container {
    height: 82px;
    display: flex;
    align-items: flex-end;
    padding: 0;
}

.clearance-title-container-center {
    height: 246px;
    display: flex;
    align-items: center;
    padding: 0;
    text-align: center;
    width: 100%;
}

.clearance-center-vertical-title {
    padding: 0;
    margin: 0;
}

.clearance-center-title {
    margin: auto;
    padding: 0;
}

.clearance-panel {
    margin-bottom: -1px !important;
    margin-right: -1px;
}

.clearance-icon {
    font-size: 66px;
    margin-left: -17px !important;
}

    .clearance-icon:hover {
        text-decoration: none;
    }

.center-vertical-panel {
    margin-top: 10%;
}

.ws_redtagTitle {
    color: #C00;
}

.ws_redtag {
    width: 465px;
    margin: 5px;
}

.ws_redtagIcon {
    background-image: url(/Content/Images/default/ws_Images/IconosRedTag.png);
    background-repeat: no-repeat;
    width: 90px;
    height: 80px;
    display: inline-flex;
    margin: 5px;
}

    .ws_redtagIcon.ws_b1 {
        background-position: 0px 0px;
    }

        .ws_redtagIcon.ws_b1:hover {
            background-position: -90px 0px;
        }

    .ws_redtagIcon.ws_b2 {
        background-position: 0px -80px;
    }

        .ws_redtagIcon.ws_b2:hover {
            background-position: -90px -80px;
        }

    .ws_redtagIcon.ws_s {
        background-position: 0px -160px;
    }

        .ws_redtagIcon.ws_s:hover {
            background-position: -90px -160px;
        }

    .ws_redtagIcon.ws_i {
        background-position: 0px -240px;
    }

        .ws_redtagIcon.ws_i:hover {
            background-position: -90px -240px;
        }

    .ws_redtagIcon.ws_rc {
        background-position: 0px -320px;
    }

        .ws_redtagIcon.ws_rc:hover {
            background-position: -90px -320px;
        }

    .ws_redtagIcon.ws_ri {
        background-position: 0px -400px;
    }

        .ws_redtagIcon.ws_ri:hover {
            background-position: -90px -400px;
        }

    .ws_redtagIcon.ws_other {
        background-position: 0px -480px;
    }

        .ws_redtagIcon.ws_other:hover {
            background-position: -90px -480px;
        }

.capital-first:first-letter {
    text-transform: capitalize;
}
/* End Clearance */

/* Promotions */
.promo-item {
    margin: -5px -1px 0px 0px;
}
/* End Promotions */

.categoriesContainer {
    background-color: #1d4675;
    z-index: 4;
}

.positioned-middle {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.text-black, .text-black:hover {
    color: black;
}

.text-gray {
    color: #878787;
}

.text-small {
    font-size: 10px;
}

#container {
    margin-top: 15px;
}

@media (min-width: 992px) {
    .margin-top--33-md-up {
        margin-top: -33px;
    }
}

.margin-top--15 {
    margin-top: -15px;
}

.margin-top--10 {
    margin-top: -10px;
}

.margin-bottom--15 {
    margin-bottom: -15px;
}

.margin-right--33 {
    margin-right: -33px;
}

.bg-gray {
    background-color: #363C4D;
}

.bg-gray-1 {
    background-color: #F7F7F9;
}

.bg-gray-2 {
    background-color: #F7F7F7;
}

.progress-bar.bg-danger {
    background-image: -webkit-linear-gradient(top, #dc3545 0%, #dc3545 100%);
    background-image: -o-linear-gradient(top, #dc3545 0%, #dc3545 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#dc3545), to(#dc3545));
    background-image: linear-gradient(to bottom, #dc3545 0%, #dc3545 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dc3545', endColorstr='#dc3545', GradientType=0);
}

.progress-bar.bg-warning {
    background-image: -webkit-linear-gradient(top, #ffc107 0%, #ffc107 100%);
    background-image: -o-linear-gradient(top, #ffc107 0%, #ffc107 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffc107), to(#ffc107));
    background-image: linear-gradient(to bottom, #ffc107 0%, #ffc107 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc107', endColorstr='#ffc107', GradientType=0);
}

.progress-bar.bg-success {
    background-image: -webkit-linear-gradient(top, #28a745 0%, #28a745 100%);
    background-image: -o-linear-gradient(top, #28a745 0%, #28a745 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#28a745), to(#28a745));
    background-image: linear-gradient(to bottom, #28a745 0%, #28a745 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#28a745', endColorstr='#28a745', GradientType=0);
}

.bg-danger-i {
    background-color: #dc3545 !important;
}

.text-white {
    color: #8a8686;
}

.text-white-checkout {
    color: #fff !important;
}

.btn-transparent {
    background-color: transparent !important;
    border: none !important;
}

    .btn-transparent:focus {
        outline: none;
    }

.js-click-showVideoTutorial > span, .esdVideo > span {
    text-align: left !important;
}

/** Centros de Servicio **/
.point-service-item h2 {
    display: none;
}

.point-service-item h3 {
    margin: 0 !important;
}

.min-height-branches {
    min-height: 130px;
}
/** End Centros de servicio **/

/** Politicas **/

img[src*='img/Policies'] {
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}

div[style*="width:750px;"] {
    width: auto !important;
}
/** End Politicas **/

/*** Banners ***/
.responsive-image-iframe {
    width: 100%;
}

.count-banner-3 {
    margin-right: 9px;
}

.bottom-banner-item-last {
    margin-right: 0px !important;
}

@media (min-width: 1200px) {
    .responsive-image-iframe-400 {
        height: 400px;
    }

    .responsive-image-iframe-768,
    .responsive-image-iframe-300 {
        height: 300px;
    }

    .responsive-image-iframe-170 {
        height: 170px;
    }

    .count-banner-1 {
        width: 1170px;
    }

    .count-banner-2 {
        width: 580px;
        margin-right: 10px;
    }

    .count-banner-3 {
        width: 384px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .responsive-image-iframe-400 {
        height: 332px;
    }

    .responsive-image-iframe-768,
    .responsive-image-iframe-300 {
        height: 249px;
    }

    .responsive-image-iframe-170 {
        height: 141px;
    }

    .count-banner-1 {
        width: 970px;
    }

    .count-banner-2 {
        width: 480px;
        margin-right: 10px;
    }

    .count-banner-3 {
        width: 317px;
    }
}

@media (max-width: 992px) {

    .responsive-image-iframe-400 {
        height: 256px;
    }

    .responsive-image-iframe-768,
    .responsive-image-iframe-300 {
        height: 192px;
    }

    .responsive-image-iframe-170 {
        height: 109px;
    }

    .count-banner-1 {
        width: 750px;
    }

    .count-banner-2 {
        width: 372px;
        margin-right: 6px;
    }

    .count-banner-3 {
        width: 244px;
    }
}
/*** End Home banners ***/
.btn.btn-separator {
    margin-top: 1px;
}

@media(max-width:767px) {
    .form-control-qty-xs {
        width: 41.66666666%;
    }
}

.first-use-message-content {
    margin-top: 15px;
}

.sorting,
.sorting_asc,
.sorting_desc {
    background: none;
}

.glyphicon-old-key:before {
    content: "\e100";
}

.font-black {
    color: #000 !important;
}

.bottom-align-text {
    position: absolute;
    bottom: 0;
    right: 0;
}

.quick-link-btn {
    color: #000;
}

    .quick-link-btn:hover {
        color: #000;
        text-decoration: none;
        background-color: rgb(211, 211, 211) !important;
    }

        .quick-link-btn:hover > div {
            background-color: rgb(211, 211, 211) !important;
        }

.vertical-center {
    vertical-align: middle;
}

.sub-category-name {
    color: #337ab7 !important;
}

.btn-chat-bottom {
    float: right;
    margin-right: 17px;
}

.cross-center {
    text-align: center;
}

.align-right {
    text-align: right !important;
}

.align-items-center {
    align-items: center;
    justify-content: space-around;
}

.margin-left-1 {
    margin-left: 1px;
}

.margin-left-4 {
    margin-left: 4px;
}

.margin-left-5 {
    margin-left: 5px;
}

.margin-left-6 {
    margin-left: 6px;
}

.margin-left-13 {
    margin-left: 13px;
}

.margin-left-13i {
    margin-left: 13px !important;
}

.margin-left-15 {
    margin-left: 15px;
}

.enter-person-addon {
    width: 90px;
}

/*** Font Awesome Additional Styles ***/

/*** Colors ***/
.fa-color-red {
    color: red;
}

/*** Positions ***/
.fa-padding-right {
    padding-right: 2px;
}

.fa-padding-left {
    padding-left: 2px;
}

.fa-padding {
    padding: 2px;
}

/*** Sizes ***/

.fa-8x {
    font-size: 8px;
}

.fa-10x {
    font-size: 10px;
}

.fa-12x {
    font-size: 12px;
}

.fa-14x {
    font-size: 14px;
}

.fa-16x {
    font-size: 16px;
}

.fa-18x {
    font-size: 18px;
}

.fa-22x {
    font-size: 22px;
}

.fa-24x {
    font-size: 24px;
}

select > option[disabled="disabled"] {
    background-color: #e4e4e4;
}

.ws_priceCompact {
    margin-left: 15px;
    margin-bottom: 6px;
}

.availabilityGrid {
    font-size: 11px !important;
    font-weight: bold;
}

.esd-buttons {
    float: left;
    top: -29px;
    position: relative;
    left: 0px;
}

/* Small Devices, Tablets */
@media(max-width: 767px) {
    .esd-buttons {
        top: 3px;
    }

        .esd-buttons > a {
            padding: 6px;
            margin-top: 2px;
            margin-bottom: 2px;
        }
}


.margin-top-141 {
    margin-top: 141px;
}

.margin-bottom-330 {
    margin-bottom: 330px;
}

.js-pick-alert {
    margin-top: 45px;
}

/* Small Devices, Tablets */
@media(max-width: 767px) {
    .js-pick-alert {
        margin-top: 10px;
    }
}

.background-mutted {
    background-color: #eee;
}

/*********DatePicker**********/

.datepicker table tr td.active:active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:hover.active {
    background-color: #003399 \9;
}

.datepicker table tr td.active:hover, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active:active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active[disabled], .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active.disabled:hover[disabled] {
    background-color: #0044cc;
}

    .datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover {
        background-color: #006dcc;
        background-image: -moz-linear-gradient(to bottom, #0088cc, #0044cc);
        background-image: -ms-linear-gradient(to bottom, #0088cc, #0044cc);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
        background-image: -webkit-linear-gradient(to bottom, #0088cc, #0044cc);
        background-image: -o-linear-gradient(to bottom, #0088cc, #0044cc);
        background-image: linear-gradient(to bottom, #0088cc, #0044cc);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
        border-color: #0044cc #0044cc #002a80;
        border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
        filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
        color: #fff;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    }

.datepicker table tr td.day:hover, .datepicker table tr td.day.focused {
    background: #eeeeee;
    cursor: pointer;
}

.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
    padding: 5px;
}

.datepicker td, .datepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: none;
}

.datepicker table tr td.old, .datepicker table tr td.new {
    color: #999999;
}

.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
    padding: 5px;
}

.datepicker td, .datepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: none;
}

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
    background: none;
    color: #999999;
    cursor: default;
}

.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
    padding: 5px;
}

.datepicker td, .datepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: none;
}

.dropdown-menu {
    z-index: auto;
}

.link-undecorated, .link-undecorated:hover, .link-undecorated::selection, .link-undecorated:active, .link-undecorated:visited {
    text-decoration: none;
}

    .link-undecorated.white {
        color: white !important;
    }

.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings'; /* essential for enabling glyphicon */
    content: "\e113";
    float: right; /* adjust as needed */
    color: grey; /* adjust as needed */
}

.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e114";
}

option:disabled {
    background: #ccc;
}

.disabled-button {
    pointer-events: none;
    opacity: 0.5;
}

select[readonly] {
    background: #eee;
    cursor: no-drop;
}

    select[readonly] option {
        display: none;
    }

textarea {
    resize: none
}

/*cloud _RelatedCloudProducts*/
.mh-80 {
    max-height: 80vh;
}

.oh {
    overflow: hidden;
}
/*cloud _RelatedCloudProducts*/

/*Terminos y Condiciones-TermsOfUse*/
#termsConditions {
    margin-top: 20px;
    margin-bottom: 50px;
}

.details-content {
    margin-bottom: 20px;
    padding-bottom: 20px;
}
/*cloud _RelatedCloudProducts*/

.hr-floorSales {
    border: 1px dotted;
    color: lightgray;
}

.btn-success-floorSales {
    color: white;
    height: 33px;
    padding: 5px;
}
/*Store Manager Kits ESD Component*/
.kit-component {
    font-size: smaller;
    background-color: aliceblue !important;
}

    .kit-component td:nth-child(1) {
        padding-left: 20px;
    }
/*Store Manager Kits ESD Component*/

@media(min-width:768px) {
    .flex-center-sm {
        display: flex;
        justify-content: center;
        float: none !important;
    }
}

.flex-center {
    display: flex;
    justify-content: center;
    float: none !important;
}
/*Store Manager Kits ESD Component*/
.td-volume-licensing {
    width: 200px !important;
}





/*Debugger Window*/
.dbgContainer {
    top: 170px;
    position: fixed;
    left: 0px;
    color: #000;
    z-index: 9999;
    background-color: #00bfdc;
    display: none;
}

.chatContainer textarea,
.chatContainer input,
.chatContainer select {
    outline: none;
}

@media (max-width: 768px) {
    .dbgWinHeader {
        width: 35px;
        margin-left: 0;
    }
}

@media (min-width:769px ) and (max-width: 991px) {
    .dbgWinHeader {
        width: 35px;
        margin-left: 0;
    }
}

@media (min-width: 992px) {
    .dbgWinHeader {
        width: 35px;
        margin-left: 0;
    }
}


.dbgWinHeader {
    background-color: #00bfdc;
    height: 200px;
    -ms-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -ms-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    cursor: pointer;
    /*visibility: visible !important;
  display: block !important;*/
    border-bottom: 0;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    display: inline-table;
    /*position: fixed;*/
}


.dbgContainer .dbgBody {
    /*position: fixed;*/
    height: 340px;
    width: 100px;
    /*background-color: red;*/
    /*for debug
    display: inline-table;

  */
    display: none;
}

.dbgContainer .dbgHeaderText {
    color: #fff;
    padding: 0px;
    margin-top: 35px;
    margin-left: 7px;
    position: absolute;
    cursor: pointer;
    writing-mode: tb-rl; /*
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  white-space: nowrap;
  display: block;*/
}


.dbgContainer .dbgArrow {
    margin-right: 12px;
    margin-top: 10px;
    float: right;
    -moz-transition: -moz-transform .4s;
    -webkit-transition: -webkit-transform .4s;
    -o-transition: -o-transform .4s;
    transition: transform .4s;
    color: white;
    font-size: 16px;
}

.dbgContainer .rotateArrow {
    /*margin-top: 12px !important;*/
    transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
}

.dbgContainer .dbgContent {
    padding-top: 10px;
    /*display:block;
    background-color: green;
  */
}

.margin-40 {
    margin: 40px 0 -10px 0;
}

.margin-10-15 {
    margin: 10px 0px 15px 0;
}

.title-VerificationCode {
    margin: 40px 0 -10px 0;
    background-color: #E6F4E6;
    border: 1px solid #90CB90;
    font-size: 14px;
    top: -12px;
    padding: 20px 10px 20px 20px;
}

.bottonm-validateCode {
    height: 46px;
    width: 160px;
}


.center-elements {
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.justify-center-flex {
    justify-content: center;
    display: flex;
}

.hidden-codeCustomer {
    display: none;
}

.disclaimer-delivery-box {
    display: flex;
    padding: 10px 0px 0px 0px;
}

.disclaimer-delivery-text {
    color: #4679B2;
    text-align: left;
}

.disclaimer-delivery-icon {
    color: #4679B2;
    margin-right: 10px;
    font-size: 20px;
}

.pre-instructions {
    display: block;
    padding: 0px;
    margin: 0px;
    word-break: break-all;
    word-wrap: break-word;
    font-family: 'Open Sans',"Helvetica Neue", Arial, Helvetica, sans-serif;
    background: none;
    border: none;
    font-size: 14px;
    color: #333;
    /*font-weight: normal;*/
    line-height: 1.42857143;
}

.disclaimer-text-mienvio {
    display: flex;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 2px;
}

    .disclaimer-text-mienvio > span {
        margin-right: 10px;
    }

    .disclaimer-text-mienvio > p {
        color: #777777;
    }

    .disclaimer-text-mienvio > span > i {
        font-size: 20px;
        color: #337ab7;
    }

.sent-coponent {
    padding-left: 5px;
}

    .sent-coponent > input, label {
        cursor: pointer;
    }

.hide {
    display: none;
}

label[for="sentMyClient"] > span {
    font-style: italic;
    color: #337ab7;
}

.shippingAlert-miEnvio {
    display: flex;
}


/* Iconos */
.icon-envio-cliente:before {
    content: url(Images/parcel.svg);
    color: #666;
    margin-right: 10px !important;
}

.icon-alert:before {
    content: url(Images/alert.svg);
    color: #666;
    margin-right: 10px !important;
}

.icon-info:before {
    content: "\e903";
    color: #337ab7;
}

.icon-truck-fill:before {
    content: url(Images/truck.svg);
    color: #666;
    margin-right: 10px !important;
}

.container-availableCarriers tbody tr:nth-child(2n-1) {
    background-color: #fff;
}

.container-availableCarriers tbody tr:hover {
    background-color: #fff;
}

.container-availableCarriers table.table.table-condensed {
    width: 99%;
    margin-right: 5px;
    margin-left: 5px;
}
/*animations*/
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.fast {
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.slow {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    animation-name: fadeIn;
}

.font-wn {
    font-weight: normal;
}

.border-success {
    border: 1px solid #70AC70;
}

.text-success-1 {
    color: #70AC70;
}

.text-success-2 {
    color: #72C15E;
}

.border-danger {
    border: 1px solid #a94442;
}

.border-gray {
    border: 1px solid #DDDDDD;
}

.border-gray-1 {
    border: 1px solid #eee;
}

@media(min-width:768px) {
    .border-gray-1-sm {
        border: 1px solid #eee;
    }
}


.line-bottom-blue {
    border-bottom: 2px solid #1D4675;
}

.line-bottom-gray-1 {
    border-bottom: 1px solid #ccc;
}

.line-bottom-gray-2 {
    border-bottom: 1px solid #eee;
}

.padding-bottom-15 {
    padding-bottom: 15px;
}

.dot {
    height: 25px;
    width: 25px;
    border-radius: 50%;
    display: inline-block;
    background-color: #878787;
}

    .dot.active {
        background-color: #337ab7;
    }

    .dot.success {
        background-color: #70AC70;
    }

        .dot.success .glyphicon-ok-sign {
            color: #fff;
        }

.loginstep .line {
    width: 32px;
    display: inline-block;
    height: 12px;
    border-bottom: 1px solid #337ab7;
    margin: 0px 10px;
}

.dot span {
    vertical-align: middle;
}

.dot-text {
    height: 25px;
    width: 25px;
    vertical-align: middle;
}

.bg-gray {
    background-color: #F4F4F4;
}

.opacitymedium {
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.tooltip-sso-gray + .tooltip > .tooltip-inner {
    background-color: #F4F4F4;
    color: #2E2E2E;
}
/*End debugger window*/

.btn-default.disabled.btn-disabled, .btn-default.btn-disabled:disabled, .btn-default[disabled].btn-disabled {
    background-color: #B3B3B3;
}

/*css chat crm 365*/
.buttonChat365 {
    /*
  background: #175C88 0% 0% no-repeat padding-box;
  right: 25px;
  bottom: 25px;
  text-align: left;
  padding: 0 1% 0 2.5%;
  vertical-align: middle;
  */

    width: 98px;
    height: 45px;
    background: #6C2827 0% 0% no-repeat padding-box;
    box-shadow: 0px 1px 3px #00000014;
    border-radius: 2px;
    background-position: 15% 50%;
    background-image: url(../../Content/Images/Layout/icon-chat.svg);
    background-size: 26px 21px;
    border-radius: 2px;
    opacity: 1;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    position: fixed;
    z-index: 999999;
    right: 25px;
    bottom: 25px;
    text-align: center;
    font: normal normal bold 14px/19px Open Sans;
    letter-spacing: 0;
    color: #FFFFFF;
    text-transform: uppercase;
    vertical-align: middle;
    padding: 0 1% 0 35px;
    outline: 0;
    border: 0;
}

.start_chat_button {
    display: none !important;
}

.table-striped-inv tbody tr:nth-child(even), .table-striped-inv thead tr:nth-child(even) {
    background-color: #f5f5f5;
    transition: all .125s ease-in-out;
}

.table-striped-inv tbody tr:nth-child(odd), .table-striped-inv thead tr:nth-child(odd) {
    background-color: #fff;
    transition: all .125s ease-in-out;
}
.text-blue-1 {
    color: #2B5C9E;
}

/* Override */

.dialog-custome-title {
    top: 273px;
    left: 441px;
    width: 93px;
    height: 41px;
    text-align: left;
    font: normal normal normal 30px Open Sans !important;
    letter-spacing: -0.42px;
    color: #337AB7;
    opacity: 1;
}

/* Override */

.custome-dialog-image-container {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    background: transparent;
}

.custome-dialog-envelope-image {
    display: inherit;
    justify-content: center;
    align-items: center;
}

.esd-custome-dialog-title {
    font-weight: bold;
    text-align: left;
    letter-spacing: 0px;
    color: #191515;
    font-family: 'Overpass', sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
}

.esd-custome-dialog-body {
    text-align: left;
    font: normal normal normal 13px/23px Barlow;
    letter-spacing: 0px;
    color: #191515;
}

.dialog-custome-content {
    padding: 0px !important;
    display: flex;
    border-radius: 5px;
    background: #4171A6 0% 0% no-repeat padding-box;
}

.main-dialog-custome-content {
    border-radius: 5px;
    background: #FFFFFF;
}

.dialog-custome-box {
    border-radius: 6px !important;
}

.inline-check-alert {
    display: none;
    background: #22A6A2 0% 0% no-repeat padding-box;
    border: 1px solid #22A6A2;
    border-radius: 2px;
    height: 53px;
    color: white;
    align-content: center;
    display: flex;
    align-items: center;
    letter-spacing: 0px;
    font-weight: 600;
    font-size: 13px;
    line-height: 19px;
    margin: 40px 25px 10px 25px;
}

.inline-exclamation-alert {
    display: none;
    background: #C40047 0% 0% no-repeat padding-box;
    border: 1px solid #C40047;
    border-radius: 2px;
    height: 53px;
    color: white;
    align-content: center;
    display: flex;
    align-items: center;
    letter-spacing: 0px;
    color: #FFFFFF;
    font-family: Barlow, sans-serif;
    font-weight: 600;
    font-size: 13px;
    line-height: 19px;
    margin: 40px 25px 10px 25px;
}

.custome-dialog-button {
    border-radius: 2px;
    background: #0DA9CB 0% 0% no-repeat padding-box;
    border: 1px solid #0AA9CB;
    height: 47px;
    width: 180px;
    text-align: center;
    font: normal normal 800 13px/19px Overpass;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: uppercase;
}

.esd-intput-dialog {
    height: 34px;
    background-position-x: 0%;
    background-position-y: 0%;
    color: #191515;
    width: 100%;
    padding-top: 1rem;
    background: #F7F7F7 0% 0% no-repeat padding-box;
    border: 1px solid #E6E6E6;
    border-radius: 5px;
}

    .esd-intput-dialog::placeholder {
        color: #000;
        padding-left: 10px;
        position: relative;
        text-align: left;
        font: normal normal normal 13px/25px Barlow, fontAwesome;
        letter-spacing: 0px;
        content: '\f111  ';
    }

.custome-dialog-anchor {
    background-color: transparent;
    display: block;
    text-align: left;
    text-decoration: underline;
    font: normal normal normal 16px/19px Barlow Condensed;
    letter-spacing: 0px;
    color: #0AA9CB;
}

.esd-button-dialog {
    width: 268px;
    height: 34px;
    border-radius: 2px;
}

.js-validateOtp:active, .js-validateOtp:focus {
    background-color: #175C88 !important;
    background-position: 0 !important;
    color: #fff !important;
}

#Otp-error {
    text-align: left;
    font: normal normal normal 10px/12px Barlow;
    letter-spacing: 0px;
    color: #C40247 !important;
    opacity: 1;
}
.js-validateOtp:hover {
    color: #fff !important;
}
.intput-container-dialog {
    width: 292px;
    margin-right: 40px;
}

.dialog-custome-title {
    position:absolute;
    display:none;
}
.dialog-custome-closeIcon {
    z-index:1;
}

@media (max-width: 767px) {
    .dialog-custome-content {
        padding: 0px !important;
        display: flex;
        border-radius: 5px;
        background: #4171A6 0% 0% no-repeat padding-box;
        flex-flow: column wrap;
    }

    .main-dialog-custome-content {
        border-radius: 5px;
        background: #FFFFFF;
        width: 100%;
    }
    .esd-custome-dialog-title {
        text-align: left;
        font-weight: bold;
        color: #191515;
        font-size: 16px;
    }
    .custome-dialog-image-container {
        width: 100%;
    }

    .inline-check-alert {
        margin: 40px 0px 10px 0px;
    }

    .inline-exclamation-alert {
        margin: 10px 0px 10px 0px;
    }

    .esd-intput-dialog {
        width: 100%;
    }

    .custome-dialog-button {
        width: 100%;
    }

    .esd-button-dialog {
        margin-top: 10px;
        width: 100%;
    }

    .intput-container-dialog {
        margin: auto;        
        width: 100%
    }

    .custome-dialog-envelope-image {
        margin: 10px;
    }

    .dialog-custome-closeIcon {
        color: #FFFFFF;
    }
    .esd-custome-dialog-body {
        text-align: left;
        font: normal normal normal 13px/23px Barlow;
    }
}

.dialog-custome-container {
    width: auto;
}



.dialog-custome-content-otp {
    padding: 0px !important;
}
/******************************************* SOLO PARA IMPRESION DE LA VISTA _QUERY.CSHTML listado de productos ****************************************************/
@media print {
    .img-tag-grid, .img-tag-det, .img-tag-com-print {
        float: left;
        width: 25%;
    }

    .productArea-det, .ws_productAreaCompact {
        float: left;
        width: 75%;
    }

    dl {
        border: 2px solid #cecece !important;
    }

    .seeMore-attributes-block {
        display: block;
        visibility: visible;
        margin-left: 25%;
    }

    .ws_priceAreaCompact {
        margin-left: 25%;
    }

    .min-height-product-name {
        word-wrap: normal;
        max-height: 80px;
        overflow: initial;
        margin-bottom: auto;
        min-height: initial;
    }

    a[href]:after {
        content: none !important;
    }

    footer {
        height: auto !important;
    }

    body {
        margin-bottom: 0 !important;
        padding-top: 0 !important;
        margin-top: 0 !important;
    }

    .filter,
    .panel-heading,
    .hidden-xs.col-sm-4.col-md-3.panel.panel-default,
    .pagination,
    .tag-top-left,
    .seeMore,
    .price_nologin,
    .navbar-left,
    .navbar-right,
    .separador,
    #MenuCategories,
    .footer,
    footer .col-md-4.col-sm-4.col-xs-4,
    footer .col-md-12.col-sm-12.col-xs-12.social,
    .navbar-header,
    #floatChat,
    .js-click-DoLogIn,
    .tag-top-right,
    .highlight,
    .ErrorIcon,
    .xs-nav-container,
    .image-brand-detail,
    .glyphicon-chevron-right,
    .chatContainer.visible-xs.visible-sm,
    .js-btnViewMoreSpec,
    div .separador.visible-xs,
    .crossSellProducts,
    .addToCart.full-width,
    .quantity,
    .hlAFSList,
    .addtoquote,
    .imgFavorite {
        display: none !important;
    }

    .force-visible-print {
        display: block !important;
    }

    .productListItemGrid {
        border-bottom: 1px dotted black;
        width: 100%;
        height: auto;
        margin-bottom: 0;
    }

    .panel-body {
        padding: 0;
    }

    .img-tag {
        position: relative;
        margin: auto;
        max-height: 150px;
        min-width: 0;
        min-height: 0;
    }

    .img-tag-det {
        position: relative;
        margin: auto;
        max-height: 150px;
        min-width: 0;
        min-height: 0;
        border: none;
    }

    .thumbnail {
        padding: 0;
        margin-bottom: 0;
        border: none;
    }

    .panel-default {
        border: none;
    }

    .img-products-ws {
        min-width: 0;
        min-height: 0;
    }

    .img-center {
        margin: auto;
        position: relative;
    }

    .logo {
        display: block !important;
        background-color: #cecece !important;
    }

        .logo img {
            max-height: 75px !important;
        }

    .navbar {
        display: block;
        min-height: 0;
        margin: 0;
        border: none;
        padding: 0;
    }

    .navbar-fixed-top {
        position: relative;
        top: auto;
    }

    h2 {
        margin: 0;
    }

    .text-left-print {
        text-align: left;
    }

    .visible-xs {
        display: list-item !important;
    }

    .col-print-2 {
        width: 16.66666667%;
    }

    .col-print-3 {
        width: 25%;
    }

    .col-print-6 {
        width: 50%;
    }

    .col-print-7 {
        width: 58.33333333%;
    }

    .col-print-9 {
        width: 75%;
    }

    .xs-logo-container {
        visibility: hidden;
        display: none;
    }
/*
        .xs-logo-container > img.img-responsive.center-block {
            background-image: url("/Content/Images/Layout/Logo.png") !important;
            background-repeat:no-repeat;
            display: block !important;
            visibility: visible !important;
        }*/

    #container {
        margin: 0;
    }
    /*detalle producto*/
    .text-center, .center-xs {
        text-align: left;
    }

    .seeMore-attributes-block {
        margin: 0;
    }

    .responsive-tabs-container[class*="accordion-"] .accordion-link {
        padding: 0;
        border: 0;
        font-weight: bold;
    }

    /*detalle del producto*/
    div .hidden.js-hidenSpec {
        display: block !important;
    }

    .productArea.productAreaDetail {
        margin-left: -15px;
    }

    .navbar.navbar-default.navbar-fixed-top.hidden-xs {
        display: block !important;
    }
}

.text-truncate-menu {
  overflow: hidden;
  overflow-wrap: break-word;
  text-overflow: ellipsis;
}

.dropdown-menu {
  border-top: 0;
  font-size: 13px;
  box-shadow: none;
}

.dropdown-large {
  position: static !important;
}

.dropdown-menu-large {
  left: 0;
  margin-left: auto;
  margin-right: auto;
  right: 0;
  padding: 15px 10px 15px 10px;
}

  .dropdown-menu-large .btn {
    color: #555;
    background-color: #fff;
    border: 1px solid #555;
    font-size: 12px;
  }

  .dropdown-menu-large > a {
    font-size: 13px;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 15px;
    right: 0;
  }

.dropdown-menu .divider {
  margin: 4px 0;
}

.dropdown-large .dropdown-header,
.dropdown-large .main-menu-item,
.dropdown-small .dropdown-header,
.dropdown-small .main-menu-item {
  font-size: 13px;
  text-transform: uppercase;
  cursor: default;
}

.navbar-default > .navbar-nav > li > a:focus {
  color: #FFF !important;
}

.dropdown-menu-large > li > ul {
  margin: 0;
  padding: 0;
}

  .dropdown-menu-large > li > ul > li {
    list-style: none;
  }

    .dropdown-menu-large > li > ul > li > ul {
      padding-right: 10px;
      padding-left: 0px;
    }

      .dropdown-large .dropdown-header,
      .dropdown-menu-large > li > ul > li > ul > li,
      .dropdown-menu-large > li > ul > li,
      .dropdown-menu-large > li > ul > li > ul > li > ul {
        margin-bottom: 0;
        padding: 0;
      }

.dropdown-menu-large .category-container {
  margin-bottom: 10px;
}

.dropdown-menu-large > li ul > li > a:hover,
.dropdown-menu-large > li ul > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.dropdown-menu-large .disabled > a,
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
  color: #999999;
}

.dropdown-large .dropdown-header a,
.dropdown-small .dropdown-header a {
  font-size: 12px;
  color: #333333;
  font-weight: bold;
  margin-top: 13px;
  text-transform: uppercase;
}

.dropdown-large li > a {
  color: #333333;
}

.dropdown-large li {
  list-style-type: none;
  margin-bottom: 5px;
}

default .navbar-nav > li > a:focus,
.navbar-nav > li > a:focus {
  color: #fff !important;
}

.featured-product-menu {
  color: #222;
}

.featured-product-menu-img {
  margin: auto;
}

.menu-item-featured {
  background-color: #337ab7;
}

.featured-product-menu .text-muted {
  padding: 0;
  margin: 0;
}

.featured-product-menu .featured-product-menu-description {
  font-size: 12px;
}

.main-menu-featured-brand > a > div {
  border: 0;
  box-shadow: none;
  width: 100%;
}

.main-menu-brands > ul > li > ul > li {
  margin-bottom: 5px !important;
}

.featured-main-menu-item {
  background-color: #6C2826;
}

@media (min-width: 768px) {
  .dropdown-menu-large {
    width: 752px;
  }

  .main-menu-content {
    width: 751px;
    margin: auto;
  }

  .dropdown-large > a.main-menu-item-en,
  .dropdown-small > a.main-menu-item-en {
    padding: 9px 37px !important;
  }

  .dropdown-large > a.main-menu-item-es,
  .dropdown-small > a.main-menu-item-es {
    padding: 9px 37px !important;
  }

  .featured-main-menu-item-es > a {
    padding: 9px 30px !important;
  }

  .featured-main-menu-item-en > a {
    padding: 9px 30px !important;
  }
}

@media (max-width: 768px) {
  .dropdown-menu-large > li {
    margin-bottom: 30px;
  }

    .dropdown-menu-large > li:last-child {
      margin-bottom: 0;
    }

  .dropdown-menu-large .dropdown-header {
    padding: 3px 0px !important;
  }

  .navbar-nav .open .dropdown-menu {
    background-color: #fff !important;
    float: left !important;
    width: 100%;
  }

  .categoriesContainer {
    max-height: 490px !important;
    background-color: #1D4675;
  }

  .nav > li > a {
    padding: 8px 12px !important;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-large {
    width: 972px;
  }

  .main-menu-content {
    width: 970px;
    margin: auto;
  }

  .dropdown-large > a.main-menu-item {
    padding: 9px 0 !important;
  }

  .featured-main-menu-item > a {
    padding: 9px 10px !important;
  }

  .dropdown-large,
  .featured-main-menu-item {
    width: 100%;
  }

    .dropdown-large > a.main-menu-item,
    .featured-main-menu-item > a {
      text-align: center;
      width: 100%;
    }

  div.categoriesContainer > div.main-menu-content {
    display: flex !important;
    flex-flow: row nowrap;
    justify-content: space-around;
    align-content: center;
    align-items: center;
  }

    div.categoriesContainer > div.main-menu-content > ul {
      flex: 0 1 auto;
      align-self: auto;
      min-width: 0;
      flex-grow: 1;
    }
}

@media (min-width: 1200px) {
  .dropdown-menu-large {
    width: 1172px;
  }

  .main-menu-content {
    width: 1170px;
    margin: auto;
  }
}
/*Menu Hover*/
@media (min-width: 768px) {
  ul.nav li.open:hover > ul.dropdown-menu {
    display: block;
  }

  ul.nav li.open > a {
    font-size: 13px;
    margin: 0;
    color: #555555;
    background-color: #fff !important;
  }

  ul.nav li.open:hover > a {
    background-color: #fff;
    color: #555555;
  }

  ul.nav li.dropdown {
    border-top: 1px solid #1d4675;
  }

  ul.nav li.cloud:hover > a {
    background-color: #fff;
    color: #555555;
    font-size: 13px;
    margin: 0;
    color: #555555;
  }

  ul.nav li.cloud {
    border-top: 1px solid #1d4675;
  }
}
/*End Menu Hover*/

/* Main Menu Home */

main-menu-home-content {
  width: 100%;
}

.main-menu-home-content .dropdown-menu {
  width: 280px;
  margin: 0;
  border: 0;
  padding: 0;
}

.main-menu-home-content {
  width: 100%;
}

.main-menu {
  background-color: #fff;
  list-style-type: none;
  text-align: left;
  padding: 0;
}

  .main-menu > li > ul > li > ul > li > ul > li a,
  .main-menu > li > ul > li > ul > li > ul > li a:hover,
  .main-menu > li > ul > li > ul > li > ul > li a:active,
  .main-menu > li > ul > li > ul > li > ul > li a:focus,
  .main-menu > li > ul > li > ul > li > a,
  .main-menu > li > ul > li > ul > li > a:hover,
  .main-menu > ul > li > ul > li > ul > li > a:active,
  .main-menu > li > ul > li > ul > li > a:focus,
  .main-menu > li > ul > li > ul > li > a:after,
  .main-menu > li > ul > li > a,
  .main-menu > li > ul > li > a:hover,
  .main-menu > li > ul > li > a:active,
  .main-menu > li > ul > li > a:focus,
  .main-menu > li > ul > li > a:after,
  .main-menu > li > a,
  .main-menu > li > a:hover,
  .main-menu > li > a:active,
  .main-menu > li > a:after,
  .main-menu > li > a:focus,
  ul.nav li.open:hover > a,
  ul.nav li.open > a {
    font-size: 13px;
    margin: 0;
    color: #555555;
  }

ul > li > a.highlighted {
  color: #555555 !important;
}

.main-menu-home-content > ul > li {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

  .main-menu-home-content > ul > li > a {
    color: #555555;
    padding-right: 20px;
    text-align: left;
    text-decoration: none;
  }

    .main-menu-home-content > ul > li > a:hover {
      color: #333333;
    }

.menu-category-sm {
  min-width: 152px;
}

/* Main Menu Home */

/*!
 * Bootstrap v3.3.4 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@media(min-width:768px) {
    .container > .navbar-collapse {
        margin-left: -15px;
        margin-right: -15px;
    }
}
.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
    /*text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);*/
}

    .btn-default:active,
    .btn-primary:active,
    .btn-success:active,
    .btn-info:active,
    .btn-warning:active,
    .btn-danger:active,
    .btn-default.active,
    .btn-primary.active,
    .btn-success.active,
    .btn-info.active,
    .btn-warning.active,
    .btn-danger.active {
        /*-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);*/
    }

    .btn-default .badge,
    .btn-primary .badge,
    .btn-success .badge,
    .btn-info .badge,
    .btn-warning .badge,
    .btn-danger .badge {
        text-shadow: none;
    }

.btn:active,
.btn.active {
    background-image: none;
}

.btn-default {
    /*text-shadow: 0 1px 0 #0f0f0f;*/
    /*background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);
  background-image:      -o-linear-gradient(top, #fff 0%, #e0e0e0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
  background-image:         linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);*/
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);*/
    /*background-repeat: repeat-x;*/
    /*border-color: #dbdbdb;*/
    border-color: transparent;
    color: #fff;
    background-color: #363C4D;
}

    .btn-default:hover,
    .btn-default:focus {
        background-color: #e0e0e0;
        background-position: 0 -15px;
    }

    .btn-default:active,
    .btn-default.active {
        background-color: #e0e0e0;
        border-color: #dbdbdb;
    }

    .btn-default.disabled,
    .btn-default:disabled,
    .btn-default[disabled] {
        background-color: #e0e0e0;
        background-image: none;
    }

.btn-primary {
    background-image: -webkit-linear-gradient(top, #337ab7 0%, #265a88 100%);
    background-image: -o-linear-gradient(top, #337ab7 0%, #265a88 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#265a88));
    background-image: linear-gradient(to bottom, #337ab7 0%, #265a88 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    border-color: #245580;
}

    .btn-primary:hover,
    .btn-primary:focus {
        background-color: #265a88;
        background-position: 0 -15px;
    }

    .btn-primary:active,
    .btn-primary.active {
        background-color: #265a88;
        border-color: #245580;
    }

    .btn-primary.disabled,
    .btn-primary:disabled,
    .btn-primary[disabled] {
        background-color: #265a88;
        background-image: none;
    }

.btn-success {
    background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
    background-image: -o-linear-gradient(top, #5cb85c 0%, #419641 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#419641));
    background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    border-color: #3e8f3e;
}

    .btn-success:hover,
    .btn-success:focus {
        background-color: #419641;
        background-position: 0 -15px;
    }

    .btn-success:active,
    .btn-success.active {
        background-color: #419641;
        border-color: #3e8f3e;
    }

    .btn-success.disabled,
    .btn-success:disabled,
    .btn-success[disabled] {
        background-color: #419641;
        background-image: none;
    }

.btn-info {
    background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
    background-image: -o-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#2aabd2));
    background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    border-color: #28a4c9;
}

    .btn-info:hover,
    .btn-info:focus {
        background-color: #2aabd2;
        background-position: 0 -15px;
    }

    .btn-info:active,
    .btn-info.active {
        background-color: #2aabd2;
        border-color: #28a4c9;
    }

    .btn-info.disabled,
    .btn-info:disabled,
    .btn-info[disabled] {
        background-color: #2aabd2;
        background-image: none;
    }

.btn-warning {
    background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
    background-image: -o-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#eb9316));
    background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    border-color: #e38d13;
}

    .btn-warning:hover,
    .btn-warning:focus {
        background-color: #eb9316;
        background-position: 0 -15px;
    }

    .btn-warning:active,
    .btn-warning.active {
        background-color: #eb9316;
        border-color: #e38d13;
    }

    .btn-warning.disabled,
    .btn-warning:disabled,
    .btn-warning[disabled] {
        background-color: #eb9316;
        background-image: none;
    }

.btn-danger {
    background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
    background-image: -o-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c12e2a));
    background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    border-color: #b92c28;
}

    .btn-danger:hover,
    .btn-danger:focus {
        background-color: #c12e2a;
        background-position: 0 -15px;
    }

    .btn-danger:active,
    .btn-danger.active {
        background-color: #c12e2a;
        border-color: #b92c28;
    }

    .btn-danger.disabled,
    .btn-danger:disabled,
    .btn-danger[disabled] {
        background-color: #c12e2a;
        background-image: none;
    }

    .btn-cart {
    /*text-shadow: 0 1px 0 #0f0f0f;*/
    /*background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);
  background-image:      -o-linear-gradient(top, #fff 0%, #e0e0e0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
  background-image:         linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);*/
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);*/
    /*background-repeat: repeat-x;*/
    /*border-color: #dbdbdb;*/
    border-color: #3E8F3E;
    color: #3E8F3E;
    background-color: white;
    border-radius : 0;
}

    .btn-cart:hover,
    .btn-cart:focus {
        border-color: #3E8F3E;
        background-color: #3E8F3E;
        background-position: 0 -15px;
        color: #fff;
    }

    .btn-cart:active,
    .btn-cart.active {
        color: #fff;
        background-color: #e0e0e0;
        border-color: #3E8F3E;
    }

    .btn-cart.disabled,
    .btn-cart:disabled,
    .btn-cart[disabled] {
        background-color: #e0e0e0;
        background-image: none;
    }

.thumbnail,
.img-thumbnail {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    background-color: #e8e8e8;
    /*background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image:      -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
  background-image:         linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-repeat: repeat-x;*/
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    background-color: #2e6da4;
    /*background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image:      -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
  background-image:         linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
  background-repeat: repeat-x;*/
}

.navbar-default {
    /*background-image: -webkit-linear-gradient(top, #fff 0%, #f8f8f8 100%);
  background-image:      -o-linear-gradient(top, #fff 0%, #f8f8f8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f8f8f8));
  background-image:         linear-gradient(to bottom, #fff 0%, #f8f8f8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);*/
    /*background-repeat: repeat-x;*/
    border-radius: 0px;
    /*-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);*/
    background-color: white;
    border: none;
    color: white;
}

    .navbar-default .navbar-nav > li > a {
        color: white;
    }

        .navbar-default .navbar-nav > li > a:hover {
            color: #d9edf7;
        }

    .navbar-default .navbar-nav > .open > a,
    .navbar-default .navbar-nav > .active > a {
        /*background-image: -webkit-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
  background-image:      -o-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dbdbdb), to(#e2e2e2));
  background-image:         linear-gradient(to bottom, #dbdbdb 0%, #e2e2e2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
          box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);*/
        color: #555555;
    }

.navbar-brand,
.navbar-nav > li > a {
    /*text-shadow: 0 1px 0 rgba(255, 255, 255, .25);*/
    color: white;
}

.navbar-inverse {
    /*background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222 100%);
  background-image:      -o-linear-gradient(top, #3c3c3c 0%, #222 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3c3c3c), to(#222));
  background-image:         linear-gradient(to bottom, #3c3c3c 0%, #222 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;*/
}

    .navbar-inverse .navbar-nav > .open > a,
    .navbar-inverse .navbar-nav > .active > a {
        /*background-image: -webkit-linear-gradient(top, #080808 0%, #0f0f0f 100%);
  background-image:      -o-linear-gradient(top, #080808 0%, #0f0f0f 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#080808), to(#0f0f0f));
  background-image:         linear-gradient(to bottom, #080808 0%, #0f0f0f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808', endColorstr='#ff0f0f0f', GradientType=0);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
          box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);*/
        color: white;
    }

    .navbar-inverse .navbar-brand,
    .navbar-inverse .navbar-nav > li > a {
        /*text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);*/
        color: white;
    }

.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
}

@media (max-width: 767px) {
    .navbar .navbar-nav .open .dropdown-menu > .active > a,
    .navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        /*background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
    background-image:      -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
    background-image:         linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
    background-repeat: repeat-x;*/
    }
}

.alert {
    text-shadow: 0 1px 0 rgba(255, 255, 255, .2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
}

.alert-success {
    background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
    background-image: -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#c8e5bc));
    background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
    background-repeat: repeat-x;
    border-color: #b2dba1;
}

.alert-info {
    background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
    background-image: -o-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#b9def0));
    background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
    background-repeat: repeat-x;
    border-color: #9acfea;
}

.alert-warning {
    background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
    background-image: -o-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#f8efc0));
    background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
    background-repeat: repeat-x;
    border-color: #f5e79e;
}

.alert-danger {
    background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
    background-image: -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#e7c3c3));
    background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
    background-repeat: repeat-x;
    border-color: #dca7a7;
}

.progress {
    background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
    background-image: -o-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#f5f5f5));
    background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
    background-repeat: repeat-x;
}

.progress-bar {
    background-image: -webkit-linear-gradient(top, #337ab7 0%, #286090 100%);
    background-image: -o-linear-gradient(top, #337ab7 0%, #286090 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#286090));
    background-image: linear-gradient(to bottom, #337ab7 0%, #286090 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff286090', GradientType=0);
    background-repeat: repeat-x;
}

.progress-bar-success {
    background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
    background-image: -o-linear-gradient(top, #5cb85c 0%, #449d44 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#449d44));
    background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
    background-repeat: repeat-x;
}

.progress-bar-info {
    background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
    background-image: -o-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#31b0d5));
    background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
    background-repeat: repeat-x;
}

.progress-bar-warning {
    background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
    background-image: -o-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#ec971f));
    background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
    background-repeat: repeat-x;
}

.progress-bar-danger {
    background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
    background-image: -o-linear-gradient(top, #d9534f 0%, #c9302c 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c9302c));
    background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
    background-repeat: repeat-x;
}

.progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.list-group {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    text-shadow: 0 -1px 0 #286090;
    background-image: -webkit-linear-gradient(top, #337ab7 0%, #2b669a 100%);
    background-image: -o-linear-gradient(top, #337ab7 0%, #2b669a 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2b669a));
    background-image: linear-gradient(to bottom, #337ab7 0%, #2b669a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2b669a', GradientType=0);
    background-repeat: repeat-x;
    border-color: #2b669a;
}

    .list-group-item.active .badge,
    .list-group-item.active:hover .badge,
    .list-group-item.active:focus .badge {
        text-shadow: none;
    }

.panel {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}

.panel-default > .panel-heading {
    /*background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image:      -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
  background-image:         linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-repeat: repeat-x;*/
}

.panel-primary > .panel-heading {
    background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
    background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
    background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
    background-repeat: repeat-x;
}

.panel-success > .panel-heading {
    background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
    background-image: -o-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#d0e9c6));
    background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
    background-repeat: repeat-x;
}

.panel-info > .panel-heading {
    background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
    background-image: -o-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#c4e3f3));
    background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
    background-repeat: repeat-x;
}

.panel-warning > .panel-heading {
    background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
    background-image: -o-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#faf2cc));
    background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
    background-repeat: repeat-x;
}

.panel-danger > .panel-heading {
    background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
    background-image: -o-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#ebcccc));
    background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
    background-repeat: repeat-x;
}

.well {
    background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
    background-image: -o-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#f5f5f5));
    background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
    background-repeat: repeat-x;
    border-color: #dcdcdc;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
}

.input-group {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(118, 124, 153, 0.76);
    box-shadow: inset 0 3px 5px rgba(118, 124, 153, 0.76);
}

.carousel-indicators li {
    border-color: #7D90A5;
}

.breadcrumb {
    background-color: #ffffff;
    margin-bottom: 4px;
}

.nav-tabs > li > a {
    color:black;
    background-color: #eeeeee;
    border-color: #eeeeee #eeeeee #dddddd;
}

.nav-tabs > li > a:hover {
    background-color: #38415D;
    color: white;
}

.bg-default {
    color: #000;
    background-color: #e8e8e8;
}

.navbar-default button.navbar-brand {
    background: transparent;
    border: none;
}
/* 
 ----------------------------------------------------
Modify by : Ricardo Ortega
Date: 02/07/2019
Description: fixed footer position
-----------------------------------------------------

  */

body {
  color: #000;
  font-family: 'Open Sans',"Helvetica Neue", Arial, Helvetica, sans-serif;
}
h6 {
    color: #fff!important;
    border-bottom-color: #545354;
}

/*productos nuevos*/
.glyphicon-tags {
    color: #5cb85c;
}
/**/
/*filtros query*/
.filter dl {
    color: #655f5f;
}
/*footer*/
.footer {
  background-color: #555;
}

.leftFooterInfo {
    color: #fff;
}

.list-unstyled a {
    color: white;
}
/**/
/*footer en cajas*/
.highlight {
    background-color: #f7f7f9;
    border-color: #e1e1e8;
}

/*chat*/
#floatChat {
    background-color: #ffffff;
    border-top: solid 1px #808080;
    border-left: solid 1px #808080;
    border-right: solid 1px #808080;
}
/*DatePicker*/
.ui-datepicker {
    font-size: 10px;
}
/*catalogo de productos fix*/
li#MenuCategories > a.disable {
  background-color: #363C4D;
  color: white;
}

li#MenuCategories > a.disable:hover,
li#MenuCategories > a.disable:focus {
  background-color: #363C4D;
  color: #fff;
}
/* MARCAS: cuadro informativo con color lateral izquierda*/
.bs-callout-info {
    border-left-color: #1b809e;
}



/*Listado de productos _query*/
div.producthover-login, div.producthover-logout, div.producthover-kit-login, div.producthover-kit-logout {
    background: none;
    border: 1px solid #cccccc;
}



@media screen and (min-width:768px) {
    .producthover-login:hover, div.producthover-logout:hover {
        background: white;
        /*border: 1px outset gray;*/
        box-shadow: 0px 0px 6px 4px #ADADAD;
    }
}
@media screen and (max-width:767){
        .ws_stockCompact {
        color: green;
    }
}
/*Inventario*/
.productListAfsInStock {
    font-size: 11px;
    color: green;
}

/*compre en kit*/
.ws_linkProductKit {
    color: green;
    font-size: 11px;
    font-weight: bold;
}

/*SKU*/
.text-muted {
    color: #777777;
    font-size: 12px;
}


/*Tabs*/

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{
    background-color:#363C4D;
    color: white;
    font-weight: bold;
}

.tab-content > .active.tab-pane-visible-xs {
    display: block !important;
}
/*estrellas rating*/
.rating-message {
    font-size: 1.5em;
}

/*imprimir y enviar*/
.print-send {
    background-color: #ffffff;
    margin-bottom: 4px;
    padding: 8px 15px;
}

.link {
    color:#3F8AEA;
}

.background-color-container {
    background-color:white;
}

.text-muted-41{
    color: #414141;
}


.deliveryItem.odd{
    background-color:#f5f5f5;
}
 
.captchaTitle {
  padding: 5px;
}

.captchaQuestion {
  font-weight: bold;
}

.captcha { 
    height: 115px;
  text-align: center;
}

.capchaIcons { 
    cursor: pointer; 
}

.capchaIcons .captchaIcon {
  display: inline-block;
}

.captchaIconSingle {
  padding: 10px;
      text-decoration: none !important;
  color: black;
  font-size: 25px;
}

.captchaIconSingle:hover {
  -webkit-transform: scale(1.2);

  /* Safari and Chrome */
  -moz-transform: scale(1.2);

  /* Firefox */
  -ms-transform: scale(1.2);

  /* IE 9 */
  -o-transform: scale(1.2);

  /* Opera */
  transform: scale(1.2);
  opacity: .83;
    -moz-opacity: .83;
}

.selectedIconCaptcha {
    border: 1px solid;
    -ms-border-radius: 50%;
    border-radius: 50%; 
}

 

.submitForm {
  width: 310px;
  height: 60px;
}

.flatButton {
    position: relative;
  vertical-align: top;
  padding: 0;
  font-size: 22px;
  color: white;
  text-align: center;
    -ms-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  background: #3498db;
  border: 0;
  border-bottom: 2px solid #2a8bcc;
  cursor: pointer;
  -webkit-box-shadow: inset 0 -2px #2a8bcc;
    -ms-box-shadow: inset 0 -2px #2a8bcc;
    box-shadow: inset 0 -2px #2a8bcc;
}

.flatButton:active {
  top: 1px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.navcontainer {
    margin-right: -47px;
    margin-top: 5px;
}

#navcontainer-small {
    margin-top: 25px;
    margin-right: 15px;
}

#navlist > li {
    display: inline-block;
    zoom: 1;
}

#navlist, .nav-button > span.noclickeable {
    cursor: default;
}

.navbar-small-row {
    margin-top: -14px;
}

.nav-button {
    padding-right: 10px;
}

.navbar-rigth-small {
    margin-right: -25px;
}

.nav-button.clickeable {
    cursor: pointer;
}

.navlist-mobile {
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    display: table;
    margin-left: -3%;
}

    .navlist-mobile > li {
        text-align: center;
        display: table-cell;
        width: 48px !important;
        height: 48px !important;
    }

.logo-container {
    left: -15px;
}

    .logo-container > a {
        cursor: default;
    }

        .logo-container > a > img {
            cursor: pointer;
        }

    .logo-container.small {
        top: 7px;
    }

.right-border {
    border-right: 1px solid #000000;
}

.left-border {
    border-left: 1px solid #000000;
}

.searchForm {
    margin-top: 20px;
}

.countryMenu, .accountMenu, .helpMenu {
    cursor: pointer;
    outline: none;
    text-decoration: none;
    top: 1px;
    position: relative;
}

.popoverCountry li {
    list-style: none;
    padding: 6px;
    border-top: 1px dotted #e8e8e8;
    cursor: pointer;
    margin-left: -50px;
}

    .popoverCountry li > a, .popoverCountry li > a:hover {
        text-decoration: none;
    }

.popoverCountry > h3 {
    text-align: center;
    font-weight: 100;
}


/*Css Tooltip Menu by Camilo Romero*/
.pop {
    background: black;
    color: white;
    border: 1px solid black;
    padding: 6px;
    border-radius: 8px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    position: absolute;
    width: 80px;
    text-align: center;
}

.pop-noshow {
    display: none;
}

.pop-separator {
    width: 100%;
    height: 6px;
    margin-top: 6px;
}

.pop > span {
    cursor: pointer;
}

.pop > a, .pop > a:hover, .pop > a:active {
    color: white;
    text-decoration: none;
    margin-top: 10px;
}

.pop:after {
    position: absolute;
    display: inline-block;
    border-top: 6px solid transparent;
    border-right: 6px solid black;
    border-bottom: 6px solid transparent;
    left: -6px;
    top: 30px;
    content: '';
}

.button-toggle-categories {
    float: left;
    margin-top: -40px;
}

.navlist li {
    display: inline-block;
    border-right: 1px solid black;
    padding: 5px;
}

.navlist-initial li {
    border-right: 0;
}

.navlist-cart {
    border-right: 0px solid white !important;
}

.navbar-top-margin {
    margin-top: 5px;
}

.search-button-small {
    width: 40px;
}

.nav-icon {
    color: white !important;
    font-size: 20px;
    margin-top: 6px;
}


    .nav-icon.js-loginbutton {
        margin-left: 9px;
    }

    .nav-icon.glyphicon-question-sign {
        margin-left: 6px;
    }


.xs-logo-container > img {
    margin: auto;
    /* position: absolute; */
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 50%;
}


input:invalid {
    outline: none;
}


.navlist {
    margin-right: 0;
}


/*sm*/
@media (min-width: 768px) {
    .search-textbox {
        /*width: 145px !important;*/
    }

        .search-textbox:-moz-placeholder {
            color: transparent;
        }

        .search-textbox::-moz-placeholder {
            color: transparent;
        }

        .search-textbox::-webkit-input-placeholder {
            color: transparent;
        }

        .search-textbox:-ms-input-placeholder {
            color: transparent;
        }

    .nav-icon {
        color: black !important;
        font-size: 14px;
        margin-top: 0;
    }

    .navlist {
        margin-right: 0;
    }

    .nav-icon > .popoverIcon {
        margin-left: 0;
        margin-top: 0;
        margin-bottom: 0;
    }

    .logo-intcomex {
        width: 119% !important;
    }


    /*XCB LOGO*/

    .logo-xcb {
        width: 74% !important;
        margin-top: -15px !important;
    }
}
/*md*/
@media (min-width: 992px) {
    .search-textbox {
        /*width: 200px !important;*/
    }

        .search-textbox:-moz-placeholder {
            color: transparent;
        }

        .search-textbox::-moz-placeholder {
            color: transparent;
        }

        .search-textbox::-webkit-input-placeholder {
            color: transparent;
        }

        .search-textbox:-ms-input-placeholder {
            color: transparent;
        }

    .navlist {
        /*margin-right: -10px;*/
    }

    .nav-icon {
        color: black !important;
        font-size: 14px;
        margin-top: 0;
    }



        .nav-icon > .popoverIcon {
            margin-left: 0;
            margin-top: 0;
            margin-bottom: 0;
        }


    .logo-intcomex {
        width: 174px !important;
    }
    /*XCB LOGO*/

    .logo-xcb {
        width: 74% !important;
        margin-top: -15px !important;
    }
}
/*lg*/
@media (min-width: 1200px) {
    .search-textbox {
        width: 100% !important;
    }

        .search-textbox:-moz-placeholder {
            color: #ABABAB;
        }

        .search-textbox::-moz-placeholder {
            color: #ABABAB;
        }

        .search-textbox::-webkit-input-placeholder {
            color: #ABABAB;
        }

        .search-textbox:-ms-input-placeholder {
            color: #ABABAB;
        }

    .nav-icon {
        color: black !important;
        font-size: 14px;
        margin-top: 0;
    }

    .navlist {
        /*margin-right: -15px;*/
    }

    .nav-icon > .popoverIcon {
        margin-left: 0;
        margin-top: 0;
        margin-bottom: 0;
    }

    .logo-intcomex {
        width: 112% !important;
    }

    /*XCB LOGO*/

    .logo-xcb {
        width: 74% !important;
        margin-top: -15px !important;
    }
}
/*mini entre xs y xs grande*/
/*XS NAVBAR*/
@media(min-width:468px) and (max-width:767px) {
    .xs-logo-container > img {
        margin: auto;
        /* position: absolute; */
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 20%;
    }
}
/*XCB LOGO*/

.logo-xcb {
    width: 74% !important;
    margin-top: -15px !important;
}

.xs-navbar {
    background-color: #1D4675 !important;
}

.xs-nav-container {
    margin-bottom: -10px;
}

xs-navbar:before {
    background-color: red;
    color: red;
}

xs-navbar:after {
    background-color: yellow;
    color: yellow;
}


.hidden-searchbox {
    display: none;
}

.popover-search-xs {
    position: absolute;
    height: 44px;
    background-color: #1D4675;
    border: 5px solid #1D4675;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin-top: -17px;
    z-index: 1000;
    width: 95%;
}

.xs-cart-count {
    background-color: red;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-weight: bold;
    position: relative;
    top: -30px;
    left: 10px;
}

.btn-search-lg {
    width: 100px !important;
}

.js-cart-xs {
    top: 5px !important;
}

    .js-cart-xs:active, .js-cart-xs:focus, .js-cart-xs:hover {
        text-decoration: none !important;
    }

/*Account menu Styles*/

.menu-account-xs:after {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: right;
    color: grey;
    margin-top: -18px;
}

.menu-account-xs.collapsed:after {
    content: "\e080";
}

.menu-account-list {
    list-style-type: none;
    margin-left: -30px;
}

/*Cart Icon*/
.js-cart {
    color: black !important;
}

    .js-cart > span {
        margin-left: -10px;
    }

.cart-text, .cart-text:active, .cart-text:hover, .cart-text:focus, .cart-text:link {
    color: #000 !important;
    font-weight: 600 !important;
    text-decoration: none !important;
}

.cart-empty {
    top: 1px;
    position: relative;
    font-size: 14px !important;
}

.cart-full {
    top: 1px;
    position: relative;
    font-size: 14px !important;
}

.ie-cart-logo {
    top: -2px !important;
}

/** Setup Margin in Containers **/

.top-margin-navbar {
    margin-top: -30px;
}

.top-margin-search {
    top: 30px;
}

.top-margin-container {
    margin-top: 29px;
}

.top-margin-logo-container {
    margin-top: 16px;
}


.logo-lg-small-container {
    top: 27px;
    width: 20%;
}

.logo-intcomex-lg-small {
    width: 71% !important;
    margin-top: 24px;
}


/** Search Setup **/

/*Lg Version*/
@media(min-width: 1200px) {
    .search-container-lg {
        left: 74px;
        text-align: right;
        width: 70%;
    }
}

.search-textbox-lg {
    width: 300px !important;
    float: left !important;
    margin-left: -100px;
}

/* LOGO XCB Set*/

.logo-xcb-xs {
    margin-left: 50px !important;
}

/* POPUP SEARCHBOX */

.popup {
    background-color: white;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    color: #000;
    display: none;
    font-size: 16px;
    padding: 7px 10px;
    position: absolute;
    z-index: 99;
    top: 38px;
}

.popup-xs {
    left: 0 !important;
    margin-left: 20% !important;
    margin-right: 20% !important;
    right: 0 !important;
    font-size: 14px;
    font-weight: bold;
}

.popup-visible {
    display: block;
}

/*HelpMenu*/
.help-menu {
    margin-left: -9px !important;
    top: 1px;
    position: relative;
}

.account-button {
    margin-left: -2px;
}

/*Search Icon */
.ie-search-icon {
    top: -23px;
    position: relative;
}

/* Country Flag Mobile */
@media(max-width:767px) {
    .country-xs {
        top: -2px;
        border: 1px solid white;
    }
}

#popup-login {
    right: 10px;
    font-weight: bold;
    color: #616161;
    height: 90px;
    width: 363px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4) !important;
    -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4) !important;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4) !important;
    text-align: center;
}

    #popup-login > span {
        position: absolute;
        top: 45%;
        left: 0;
        right: 0;
        margin-top: -9px;
    }

.remove-sideline {
    border-right: 1px solid white !important;
}

.form-chat-margin {
    width: 90%;
    margin-left: 12px;
}




/* ITHD-47576 - Problem with menu overlay */

@media (min-width: 992px) and (max-width: 1199px) {
    #detail-products-content {
        margin-top: 30px;
    }

    #js-tabs-showcase {
        margin-top: 40px;
    }

    .headerTitleCart {
        margin-top: 35px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #detail-products-content {
        margin-top: 12px;
    }

    #printAndSend {
        margin-top: 12px;
    }

    #js-tabs-showcase {
        margin-top: 10px;
    }

    .headerTitleCart {
        margin-top: 35px;
    }
}

@media(min-width: 1200px) {
    #detail-products-content {
        margin-top: 20px;
    }

    #printAndSend {
        margin-top: 20px;
    }

    .headerTitleCart {
        margin-top: 35px;
    }
}

.footer-title,.footer-title:hover{
  color: white !important;
  text-decoration: none;
    font-weight: 600 !important;
    font-size:14px;
}

.footer-separator{
  border-top: 1px solid white;
  width: 100%;
  margin-bottom: 10px;
}

.footer-list u{
  list-style-type: none;
  padding: 0;
}

.footer-list li{
  list-style-type: none;
  padding: 1px;
  margin-left: -41px;
}

.footer-list li a{
  text-decoration: none;
  color: white !important;
  font-size:13px;
}

.footer-titles,.footer-titles:hover,.footer-titles:active{
    color:white !important;
    text-decoration:none;
    text-overflow: ellipsis ;
    max-width:240px;
}
 
.footer-link,.footer-link:hover,.footer-link::selection{
    cursor:pointer !important;
    color:white !important;
    text-decoration:none;
}
 
a.footer-titles{
    cursor:pointer !important;
}

.footer-xs-title{
    color:white !important;
    text-decoration:none;  
    font-size:16px;
} 
 
.truncate-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;        
}
   
@media(max-width:395px){
    body{
        margin-bottom:235px;
    }
    .body-car{
        margin-bottom:210px !important;
    }

  .body-XPA {
    margin-bottom: 300px;
  }
}
@media(max-width:767px){
    body{
        margin-bottom:235px;
    }
    .body-car{
        margin-bottom:210px !important;
    }

  .body-XPA {
    margin-bottom: 300px;
  }
}
@media(min-width:768px){
    body{
        margin-bottom:210px;
    }
    .body-car{
        margin-bottom:77px !important;
    }

  .body-XPA {
    margin-bottom: 260px;
  }
}
@media(min-width:992px){
    body{
        margin-bottom:210px;
    }
    .body-car{
        margin-bottom:90px !important;
    }

  .body-XPA {
    margin-bottom: 260px;
  }
}
@media(min-width:1200px){
    body{
        margin-bottom:210px;
    }
    .body-car{
        margin-bottom:95px !important;
    }

  .body-XPA {
    margin-bottom: 260px;
  }
} 
/*
	jQuery.mmenu CSS
*/
/*
	jQuery.mmenu oncanvas CSS
*/
.mm-hidden {
  display: none !important; }

.mm-wrapper {
  overflow-x: hidden;
  position: relative; }

.mm-menu,
.mm-panels,
.mm-panels > .mm-panel {
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0; }

.mm-menu {
  box-sizing: border-box;
  background: inherit;
  display: block;
  overflow: hidden;
  padding: 0; }

.mm-panel {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }
  .mm-panel.mm-opened {
    -webkit-transform: translate3d(0%, 0, 0);
    -moz-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0); }
  .mm-panel.mm-subopened {
    -webkit-transform: translate3d(-30%, 0, 0);
    -moz-transform: translate3d(-30%, 0, 0);
    -ms-transform: translate3d(-30%, 0, 0);
    -o-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0); }
  .mm-panel.mm-highest {
    z-index: 1; }

.mm-panels,
.mm-panels > .mm-panel {
  background: inherit;
  border-color: inherit; }

.mm-panels > .mm-panel {
  background: inherit;
  border-color: inherit;
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: border-box;
  padding: 0 20px; }
  .mm-panels > .mm-panel.mm-hasnavbar {
    padding-top: 40px; }
  .mm-panels > .mm-panel:before, .mm-panels > .mm-panel:after {
    content: '';
    display: block;
    height: 20px; }

.mm-vertical .mm-panel {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important; }

.mm-vertical .mm-listview .mm-panel,
.mm-listview .mm-vertical .mm-panel {
  display: none;
  padding: 10px 0 10px 10px; }
  .mm-vertical .mm-listview .mm-panel .mm-listview > li:last-child:after,
  .mm-listview .mm-vertical .mm-panel .mm-listview > li:last-child:after {
    border-color: transparent; }

.mm-vertical li.mm-opened > .mm-panel,
li.mm-vertical.mm-opened > .mm-panel {
  display: block; }

.mm-vertical .mm-listview > li > .mm-next,
.mm-listview > li.mm-vertical > .mm-next {
  height: 40px;
  bottom: auto; }
  .mm-vertical .mm-listview > li > .mm-next:after,
  .mm-listview > li.mm-vertical > .mm-next:after {
    top: 16px;
    bottom: auto; }
.mm-vertical .mm-listview > li.mm-opened > .mm-next:after,
.mm-listview > li.mm-vertical.mm-opened > .mm-next:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.mm-navbar {
  border-bottom: 1px solid;
  border-color: inherit;
  text-align: center;
  line-height: 20px;
  height: 40px;
  padding: 0 40px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }
  .mm-navbar > * {
    display: block;
    padding: 10px 0; }
  .mm-navbar a,
  .mm-navbar a:hover {
    text-decoration: none; }
  .mm-navbar .mm-title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
  .mm-navbar .mm-btn {
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    z-index: 1; }
    .mm-navbar .mm-btn:first-child {
      padding-left: 20px;
      left: 0; }
    .mm-navbar .mm-btn:last-child {
      text-align: right;
      padding-right: 20px;
      right: 0; }

.mm-panel .mm-navbar {
  display: none; }
.mm-panel.mm-hasnavbar .mm-navbar {
  display: block; }

.mm-listview,
.mm-listview > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0; }

.mm-listview {
  font: inherit;
  font-size: 14px;
  line-height: 20px; }
  .mm-listview a,
  .mm-listview a:hover {
    text-decoration: none; }
  .mm-listview > li {
    position: relative; }
    .mm-listview > li, .mm-listview > li:after,
    .mm-listview > li .mm-next,
    .mm-listview > li .mm-next:before {
      border-color: inherit; }
    .mm-listview > li > a,
    .mm-listview > li > span {
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      color: inherit;
      display: block;
      padding: 10px 10px 10px 20px;
      margin: 0; }
      .mm-listview > li > a.mm-arrow,
      .mm-listview > li > span.mm-arrow {
        padding-right: 50px; }
    .mm-listview > li:not(.mm-divider):after {
      content: '';
      border-bottom-width: 1px;
      border-bottom-style: solid;
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0; }
    .mm-listview > li:not(.mm-divider):after {
      left: 20px; }
  .mm-listview .mm-next {
    background: rgba(3, 2, 1, 0);
    width: 50px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2; }
    .mm-listview .mm-next:before {
      content: '';
      border-left-width: 1px;
      border-left-style: solid;
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0; }
    .mm-listview .mm-next + a,
    .mm-listview .mm-next + span {
      margin-right: 50px; }
    .mm-listview .mm-next.mm-fullsubopen {
      width: 100%; }
      .mm-listview .mm-next.mm-fullsubopen:before {
        border-left: none; }
      .mm-listview .mm-next.mm-fullsubopen + a,
      .mm-listview .mm-next.mm-fullsubopen + span {
        padding-right: 50px;
        margin-right: 0; }

.mm-panels > .mm-panel > .mm-listview {
  margin: 20px -20px; }
.mm-panels > .mm-panel > .mm-listview:first-child,
.mm-panels > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: -20px; }

.mm-listview .mm-inset {
  list-style: inside disc;
  padding: 0 10px 15px 40px;
  margin: 0; }
  .mm-listview .mm-inset > li {
    padding: 5px 0; }

.mm-listview .mm-divider {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 10px;
  text-transform: uppercase;
  text-indent: 20px;
  line-height: 25px; }

.mm-listview .mm-spacer {
  padding-top: 40px; }
  .mm-listview .mm-spacer > .mm-next {
    top: 40px; }
  .mm-listview .mm-spacer.mm-divider {
    padding-top: 25px; }

.mm-prev:before,
.mm-next:after,
.mm-arrow:after {
  content: '';
  border: 2px solid transparent;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.mm-prev:before {
  border-right: none;
  border-bottom: none;
  left: 23px; }

.mm-next:after,
.mm-arrow:after {
  border-top: none;
  border-left: none;
  right: 23px; }

.mm-menu {
  background: #f3f3f3;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.7); }
  .mm-menu .mm-navbar > *,
  .mm-menu .mm-navbar a {
    color: rgba(0, 0, 0, 0.3); }
  .mm-menu .mm-navbar .mm-btn:before, .mm-menu .mm-navbar .mm-btn:after {
    border-color: rgba(0, 0, 0, 0.3); }
  .mm-menu .mm-listview {
    border-color: rgba(0, 0, 0, 0.1); }
    .mm-menu .mm-listview > li .mm-next:after,
    .mm-menu .mm-listview > li .mm-arrow:after {
      border-color: rgba(0, 0, 0, 0.3); }
    .mm-menu .mm-listview > li a:not(.mm-next) {
      -webkit-tap-highlight-color: rgba(255, 255, 255, 0.5);
      tap-highlight-color: rgba(255, 255, 255, 0.5); }
    .mm-menu .mm-listview > li.mm-selected > a:not(.mm-next),
    .mm-menu .mm-listview > li.mm-selected > span {
      background: rgba(255, 255, 255, 0.5); }
  .mm-menu.mm-vertical .mm-listview > li.mm-opened > a.mm-next,
  .mm-menu.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
  .mm-menu .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
  .mm-menu .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
    background: rgba(0, 0, 0, 0.05); }
  .mm-menu .mm-divider {
    background: rgba(0, 0, 0, 0.05); }

/*
	jQuery.mmenu offcanvas addon CSS
*/
.mm-page {
  box-sizing: border-box;
  position: relative; }

.mm-slideout {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease; }

html.mm-opened {
  overflow-x: hidden;
  position: relative; }

html.mm-blocking {
  overflow: hidden; }
  html.mm-blocking body {
    overflow: hidden; }

html.mm-background .mm-page {
  background: inherit; }

#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999; }

html.mm-blocking #mm-blocker {
  display: block; }

.mm-menu.mm-offcanvas {
  display: none;
  position: fixed; }
.mm-menu.mm-current {
  display: block; }

.mm-menu {
  width: 80%;
  min-width: 140px;
  max-width: 440px; }

html.mm-opening .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -moz-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  -o-transform: translate(80%, 0);
  transform: translate(80%, 0); }

@media all and (max-width: 175px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -moz-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    -o-transform: translate(140px, 0);
    transform: translate(140px, 0); } }
@media all and (min-width: 550px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(440px, 0);
    -moz-transform: translate(440px, 0);
    -ms-transform: translate(440px, 0);
    -o-transform: translate(440px, 0);
    transform: translate(440px, 0); } }
/*
	jQuery.mmenu autoHeight addon CSS
*/
.mm-menu.mm-autoheight {
  max-height: 80%; }
  .mm-menu.mm-autoheight.mm-fullscreen {
    max-height: 100%; }
.mm-menu.mm-measureheight > .mm-panels > .mm-panel {
  bottom: auto !important;
  height: auto !important; }

/*
	jQuery.mmenu counters addon CSS
*/
em.mm-counter {
  font: inherit;
  font-size: 14px;
  font-style: normal;
  text-indent: 0;
  line-height: 20px;
  display: block;
  margin-top: -10px;
  position: absolute;
  right: 45px;
  top: 50%; }
  em.mm-counter + a.mm-next {
    width: 90px; }
    em.mm-counter + a.mm-next + a,
    em.mm-counter + a.mm-next + span {
      margin-right: 90px; }
  em.mm-counter + a.mm-fullsubopen {
    padding-left: 0; }

.mm-vertical > .mm-counter {
  top: 12px;
  margin-top: 0; }
.mm-vertical.mm-spacer > .mm-counter {
  margin-top: 40px; }

.mm-nosubresults > .mm-counter {
  display: none; }

.mm-menu em.mm-counter {
  color: rgba(0, 0, 0, 0.3); }

/*
	jQuery.mmenu dividers addon CSS
*/
.mm-divider > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0;
  line-height: 25px; }
.mm-divider.mm-opened a.mm-next:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.mm-collapsed:not(.mm-uncollapsed) {
  display: none; }

.mm-fixeddivider {
  background: inherit;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
  .mm-fixeddivider:after {
    content: none !important;
    display: none !important; }

.mm-hasdividers .mm-fixeddivider {
  display: block; }

.mm-menu .mm-fixeddivider span {
  background: rgba(0, 0, 0, 0.05); }

/*
	jQuery.mmenu dragOpen addon CSS
*/
html.mm-opened.mm-dragging .mm-menu,
html.mm-opened.mm-dragging .mm-slideout {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s; }

/*
	jQuery.mmenu iconpanels addon CSS
*/
.mm-iconpanel .mm-panel {
  -webkit-transition-property: -webkit-transform, left;
  -moz-transition-property: -moz-transform, left;
  -ms-transition-property: -ms-transform, left;
  -o-transition-property: -o-transform, left;
  transition-property: transform, left; }
  .mm-iconpanel .mm-panel.mm-opened {
    border-left: 1px solid;
    border-color: inherit; }
  .mm-iconpanel .mm-panel.mm-subopened {
    overflow-y: hidden;
    left: -40px;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

.mm-iconpanel .mm-panel.mm-iconpanel-0 {
  left: 0px; }

.mm-iconpanel .mm-panel.mm-iconpanel-1 {
  left: 40px; }

.mm-iconpanel .mm-panel.mm-iconpanel-2 {
  left: 80px; }

.mm-iconpanel .mm-panel.mm-iconpanel-3 {
  left: 120px; }

.mm-iconpanel .mm-panel.mm-iconpanel-4 {
  left: 160px; }

.mm-iconpanel .mm-panel.mm-iconpanel-5 {
  left: 200px; }

.mm-iconpanel .mm-panel.mm-iconpanel-6 {
  left: 240px; }

.mm-subblocker {
  background: inherit;
  opacity: 0;
  display: block;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease; }

.mm-subopened .mm-subblocker {
  opacity: 0.6;
  position: absolute;
  top: 0;
  right: 0;
  bottom: -100000px;
  left: 0;
  z-index: 3; }

/*
	jQuery.mmenu navbars addon CSS
*/
.mm-menu > .mm-navbar {
  background: inherit;
  padding: 0;
  z-index: 3;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-navbar-bottom {
  border-top-width: 1px;
  border-top-style: solid;
  border-bottom: none;
  top: auto;
  bottom: 0; }

.mm-navbar-top ~ .mm-navbar-top {
  border-bottom: none; }

.mm-navbar-bottom ~ .mm-navbar-bottom {
  border-top: none; }

.mm-navbar.mm-hasbtns {
  padding: 0 40px; }

.mm-close:after {
  content: 'x'; }

.mm-navbar[class*="mm-navbar-content-"] > * {
  box-sizing: border-box;
  display: block;
  float: left; }

.mm-navbar > .mm-breadcrumbs {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  text-align: left;
  padding: 0 0 0 17px; }
  .mm-navbar > .mm-breadcrumbs > * {
    display: inline-block;
    padding: 10px 3px; }
  .mm-navbar > .mm-breadcrumbs > a {
    text-decoration: underline; }
.mm-navbar.mm-hasbtns .mm-breadcrumbs {
  margin-left: -40px; }
.mm-navbar.mm-hasbtns .mm-btn:not(.mm-hidden) + .mm-breadcrumbs {
  margin-left: 0;
  padding-left: 0; }

.mm-navbar-top-1 {
  top: 0px; }

.mm-hasnavbar-top-1 .mm-panels {
  top: 40px; }

.mm-navbar-top-2 {
  top: 40px; }

.mm-hasnavbar-top-2 .mm-panels {
  top: 80px; }

.mm-navbar-top-3 {
  top: 80px; }

.mm-hasnavbar-top-3 .mm-panels {
  top: 120px; }

.mm-navbar-top-4 {
  top: 120px; }

.mm-hasnavbar-top-4 .mm-panels {
  top: 160px; }

.mm-navbar-bottom-1 {
  bottom: 0px; }

.mm-hasnavbar-bottom-1 .mm-panels {
  bottom: 40px; }

.mm-navbar-bottom-2 {
  bottom: 40px; }

.mm-hasnavbar-bottom-2 .mm-panels {
  bottom: 80px; }

.mm-navbar-bottom-3 {
  bottom: 80px; }

.mm-hasnavbar-bottom-3 .mm-panels {
  bottom: 120px; }

.mm-navbar-bottom-4 {
  bottom: 120px; }

.mm-hasnavbar-bottom-4 .mm-panels {
  bottom: 160px; }

.mm-navbar-size-2 {
  height: 80px; }

.mm-navbar-size-3 {
  height: 120px; }

.mm-navbar-size-4 {
  height: 160px; }

.mm-navbar-content-2 > * {
  width: 50%; }

.mm-navbar-content-3 > * {
  width: 33.33%; }

.mm-navbar-content-4 > * {
  width: 25%; }

.mm-navbar-content-5 > * {
  width: 20%; }

.mm-navbar-content-6 > * {
  width: 16.67%; }

/*
	jQuery.mmenu searchfield addon CSS
*/
.mm-search,
.mm-search input {
  box-sizing: border-box; }

.mm-search {
  height: 40px;
  padding: 7px 10px 0 10px; }
  .mm-search input {
    border: none;
    border-radius: 26px;
    font: inherit;
    font-size: 14px;
    line-height: 26px;
    outline: none;
    display: block;
    width: 100%;
    height: 26px;
    margin: 0;
    padding: 0 10px; }
  .mm-search input::-ms-clear {
    display: none; }

.mm-panel > .mm-search {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0; }
.mm-panel.mm-hassearch {
  padding-top: 40px; }
  .mm-panel.mm-hassearch.mm-hasnavbar {
    padding-top: 80px; }
    .mm-panel.mm-hassearch.mm-hasnavbar .mm-search {
      top: 40px; }

.mm-noresultsmsg {
  text-align: center;
  font-size: 21px;
  display: none;
  padding: 40px 0; }

.mm-noresults .mm-noresultsmsg {
  display: block; }
.mm-noresults .mm-indexer {
  display: none !important; }

li.mm-nosubresults > a.mm-next {
  display: none; }
  li.mm-nosubresults > a.mm-next + a,
  li.mm-nosubresults > a.mm-next + span {
    padding-right: 10px; }

.mm-menu .mm-search input {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.7); }
.mm-menu .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3); }

/*
	jQuery.mmenu sectionIndexer addon CSS
*/
.mm-indexer {
  background: inherit;
  text-align: center;
  font-size: 12px;
  box-sizing: border-box;
  width: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -100px;
  z-index: 3;
  -webkit-transition: right 0.4s ease;
  -moz-transition: right 0.4s ease;
  -ms-transition: right 0.4s ease;
  -o-transition: right 0.4s ease;
  transition: right 0.4s ease;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
  .mm-indexer a {
    text-decoration: none;
    display: block;
    height: 3.85%; }
  .mm-indexer ~ .mm-panel.mm-hasindexer {
    margin-right: 20px; }

.mm-hasindexer .mm-indexer {
  right: 0; }
.mm-hasindexer .mm-fixeddivider {
  right: 20px; }

.mm-menu .mm-indexer a {
  color: rgba(0, 0, 0, 0.3); }

/*
	jQuery.mmenu toggles addon CSS
*/
input.mm-toggle,
input.mm-check {
  position: absolute;
  left: -10000px; }

label.mm-toggle,
label.mm-check {
  margin: 0;
  position: absolute;
  top: 50%;
  z-index: 2; }
  label.mm-toggle:before,
  label.mm-check:before {
    content: '';
    display: block; }

label.mm-toggle {
  border-radius: 30px;
  width: 50px;
  height: 30px;
  margin-top: -15px; }
  label.mm-toggle:before {
    border-radius: 30px;
    width: 28px;
    height: 28px;
    margin: 1px; }

input.mm-toggle:checked ~ label.mm-toggle:before {
  float: right; }

label.mm-check {
  width: 30px;
  height: 30px;
  margin-top: -15px; }
  label.mm-check:before {
    border-left: 3px solid;
    border-bottom: 3px solid;
    width: 40%;
    height: 20%;
    margin: 25% 0 0 20%;
    opacity: 0.1;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }

input.mm-check:checked ~ label.mm-check:before {
  opacity: 1; }

li.mm-vertical label.mm-toggle, li.mm-vertical label.mm-check {
  bottom: auto;
  margin-top: 0; }
li.mm-vertical label.mm-toggle {
  top: 5px; }
li.mm-vertical label.mm-check {
  top: 5px; }

label.mm-toggle, label.mm-check {
  right: 20px; }
label.mm-toggle + a,
label.mm-toggle + span {
  padding-right: 80px; }
label.mm-check + a,
label.mm-check + span {
  padding-right: 60px; }

a.mm-next + label.mm-toggle, a.mm-next + label.mm-check {
  right: 60px; }
  a.mm-next + label.mm-toggle + a,
  a.mm-next + label.mm-toggle + span, a.mm-next + label.mm-check + a,
  a.mm-next + label.mm-check + span {
    margin-right: 50px; }
a.mm-next + label.mm-toggle + a,
a.mm-next + label.mm-toggle + span {
  padding-right: 70px; }
a.mm-next + label.mm-check + a,
a.mm-next + label.mm-check + span {
  padding-right: 50px; }

em.mm-counter + a.mm-next + label.mm-toggle, em.mm-counter + a.mm-next + label.mm-check {
  right: 100px; }
  em.mm-counter + a.mm-next + label.mm-toggle + a,
  em.mm-counter + a.mm-next + label.mm-toggle + span, em.mm-counter + a.mm-next + label.mm-check + a,
  em.mm-counter + a.mm-next + label.mm-check + span {
    margin-right: 90px; }

.mm-menu label.mm-toggle {
  background: rgba(0, 0, 0, 0.1); }
  .mm-menu label.mm-toggle:before {
    background: #f3f3f3; }
.mm-menu input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

.mm-menu label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.7); }

/*
	jQuery.mmenu borderstyle extension CSS
*/
.mm-menu.mm-border-none .mm-listview > li:after,
.mm-listview.mm-border-none > li:after {
  content: none; }

.mm-menu.mm-border-full .mm-listview > li:after,
.mm-listview.mm-border-full > li:after {
  left: 0 !important; }

.mm-menu.mm-border-offset .mm-listview > li:after,
.mm-listview.mm-border-offset > li:after {
  right: 20px; }

/*
	jQuery.mmenu effects extension CSS
*/
.mm-menu.mm-effect-menu-zoom {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease; }

html.mm-opened .mm-menu.mm-effect-menu-zoom {
  -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -moz-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -ms-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -o-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }
html.mm-opening .mm-menu.mm-effect-menu-zoom {
  -webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
  -moz-transform: scale(1, 1) translate3d(0%, 0, 0);
  -ms-transform: scale(1, 1) translate3d(0%, 0, 0);
  -o-transform: scale(1, 1) translate3d(0%, 0, 0);
  transform: scale(1, 1) translate3d(0%, 0, 0); }
html.mm-right.mm-opened .mm-menu.mm-effect-menu-zoom {
  -webkit-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -moz-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -ms-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -o-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center; }
html.mm-right.mm-opening .mm-menu.mm-effect-menu-zoom {
  -webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
  -moz-transform: scale(1, 1) translate3d(0%, 0, 0);
  -ms-transform: scale(1, 1) translate3d(0%, 0, 0);
  -o-transform: scale(1, 1) translate3d(0%, 0, 0);
  transform: scale(1, 1) translate3d(0%, 0, 0); }

.mm-menu.mm-effect-menu-slide {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease; }

html.mm-opened .mm-menu.mm-effect-menu-slide {
  -webkit-transform: translate3d(-30%, 0, 0);
  -moz-transform: translate3d(-30%, 0, 0);
  -ms-transform: translate3d(-30%, 0, 0);
  -o-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0); }
html.mm-opening .mm-menu.mm-effect-menu-slide {
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0); }
html.mm-right.mm-opened .mm-menu.mm-effect-menu-slide {
  -webkit-transform: translate3d(30%, 0, 0);
  -moz-transform: translate3d(30%, 0, 0);
  -ms-transform: translate3d(30%, 0, 0);
  -o-transform: translate3d(30%, 0, 0);
  transform: translate3d(30%, 0, 0); }
html.mm-right.mm-opening .mm-menu.mm-effect-menu-slide {
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0); }

.mm-menu.mm-effect-menu-fade {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease; }

html.mm-opening .mm-menu.mm-effect-menu-fade {
  opacity: 1; }

.mm-menu.mm-effect-panels-zoom .mm-panel {
  -webkit-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -moz-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -ms-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -o-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }
  .mm-menu.mm-effect-panels-zoom .mm-panel.mm-opened {
    -webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
    -moz-transform: scale(1, 1) translate3d(0%, 0, 0);
    -ms-transform: scale(1, 1) translate3d(0%, 0, 0);
    -o-transform: scale(1, 1) translate3d(0%, 0, 0);
    transform: scale(1, 1) translate3d(0%, 0, 0); }
    .mm-menu.mm-effect-panels-zoom .mm-panel.mm-opened.mm-subopened {
      -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
      -moz-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
      -ms-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
      -o-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
      transform: scale(0.7, 0.7) translate3d(-30%, 0, 0); }

.mm-menu.mm-effect-panels-slide-0 .mm-panel.mm-subopened {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
.mm-menu.mm-effect-panels-slide-100 .mm-panel.mm-subopened {
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li {
  -webkit-transition: none 0.4s ease;
  -moz-transition: none 0.4s ease;
  -ms-transition: none 0.4s ease;
  -o-transition: none 0.4s ease;
  transition: none 0.4s ease; }
  .mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(1) {
    -webkit-transition-delay: 50ms;
    -moz-transition-delay: 50ms;
    -ms-transition-delay: 50ms;
    -o-transition-delay: 50ms;
    transition-delay: 50ms; }
  .mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(2) {
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -ms-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms; }
  .mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(3) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    -ms-transition-delay: 150ms;
    -o-transition-delay: 150ms;
    transition-delay: 150ms; }
  .mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(4) {
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms; }
  .mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(5) {
    -webkit-transition-delay: 250ms;
    -moz-transition-delay: 250ms;
    -ms-transition-delay: 250ms;
    -o-transition-delay: 250ms;
    transition-delay: 250ms; }
  .mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(6) {
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms; }
  .mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(7) {
    -webkit-transition-delay: 350ms;
    -moz-transition-delay: 350ms;
    -ms-transition-delay: 350ms;
    -o-transition-delay: 350ms;
    transition-delay: 350ms; }
  .mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(8) {
    -webkit-transition-delay: 400ms;
    -moz-transition-delay: 400ms;
    -ms-transition-delay: 400ms;
    -o-transition-delay: 400ms;
    transition-delay: 400ms; }
  .mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(9) {
    -webkit-transition-delay: 450ms;
    -moz-transition-delay: 450ms;
    -ms-transition-delay: 450ms;
    -o-transition-delay: 450ms;
    transition-delay: 450ms; }
  .mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(10) {
    -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    -ms-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms; }
  .mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(11) {
    -webkit-transition-delay: 550ms;
    -moz-transition-delay: 550ms;
    -ms-transition-delay: 550ms;
    -o-transition-delay: 550ms;
    transition-delay: 550ms; }
  .mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(12) {
    -webkit-transition-delay: 600ms;
    -moz-transition-delay: 600ms;
    -ms-transition-delay: 600ms;
    -o-transition-delay: 600ms;
    transition-delay: 600ms; }
  .mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(13) {
    -webkit-transition-delay: 650ms;
    -moz-transition-delay: 650ms;
    -ms-transition-delay: 650ms;
    -o-transition-delay: 650ms;
    transition-delay: 650ms; }
  .mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(14) {
    -webkit-transition-delay: 700ms;
    -moz-transition-delay: 700ms;
    -ms-transition-delay: 700ms;
    -o-transition-delay: 700ms;
    transition-delay: 700ms; }
  .mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(15) {
    -webkit-transition-delay: 750ms;
    -moz-transition-delay: 750ms;
    -ms-transition-delay: 750ms;
    -o-transition-delay: 750ms;
    transition-delay: 750ms; }

.mm-menu.mm-effect-listitems-slide .mm-listview > li {
  -webkit-transform: translate3d(50%, 0, 0);
  -moz-transform: translate3d(50%, 0, 0);
  -ms-transform: translate3d(50%, 0, 0);
  -o-transform: translate3d(50%, 0, 0);
  transform: translate3d(50%, 0, 0);
  opacity: 0;
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity; }

html.mm-opening .mm-menu.mm-effect-listitems-slide .mm-panel.mm-opened .mm-listview > li {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1; }

.mm-menu.mm-effect-listitems-fade .mm-listview > li {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -ms-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

html.mm-opening .mm-menu.mm-effect-listitems-fade .mm-panel.mm-opened .mm-listview > li {
  opacity: 1; }

.mm-menu.mm-effect-listitems-drop .mm-listview > li {
  opacity: 0;
  top: -25%;
  -webkit-transition-property: opacity, top;
  -moz-transition-property: opacity, top;
  -ms-transition-property: opacity, top;
  -o-transition-property: opacity, top;
  transition-property: opacity, top; }

html.mm-opening .mm-menu.mm-effect-listitems-drop .mm-panel.mm-opened .mm-listview > li {
  opacity: 1;
  top: 0; }

/*
	jQuery.mmenu fullscreen extension CSS
*/
.mm-menu.mm-fullscreen {
  width: 100%;
  min-width: 140px;
  max-width: 10000px; }

html.mm-opening.mm-fullscreen .mm-slideout {
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0); }

@media all and (max-width: 140px) {
  html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -moz-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    -o-transform: translate(140px, 0);
    transform: translate(140px, 0); } }
@media all and (min-width: 10000px) {
  html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(10000px, 0);
    -moz-transform: translate(10000px, 0);
    -ms-transform: translate(10000px, 0);
    -o-transform: translate(10000px, 0);
    transform: translate(10000px, 0); } }
html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0); }

@media all and (max-width: 140px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -moz-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    -o-transform: translate(-140px, 0);
    transform: translate(-140px, 0); } }
@media all and (min-width: 10000px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(-10000px, 0);
    -moz-transform: translate(-10000px, 0);
    -ms-transform: translate(-10000px, 0);
    -o-transform: translate(-10000px, 0);
    transform: translate(-10000px, 0); } }
.mm-menu.mm-fullscreen.mm-top, .mm-menu.mm-fullscreen.mm-bottom {
  height: 100%;
  min-height: 140px;
  max-height: 10000px; }

html.mm-opened.mm-fullscreen .mm-page {
  box-shadow: none !important; }

/*
	jQuery.mmenu multiline extension CSS
*/
.mm-menu.mm-multiline .mm-listview > li > a,
.mm-menu.mm-multiline .mm-listview > li > span,
.mm-listview.mm-multiline > li
.mm-listview > li.mm-multiline > a,
.mm-listview.mm-multiline > li
.mm-listview > li.mm-multiline > span {
  text-overflow: clip;
  white-space: normal; }

/*
	jQuery.mmenu pagedim extension CSS
*/
html.mm-pagedim #mm-blocker, html.mm-pagedim-white #mm-blocker, html.mm-pagedim-black #mm-blocker {
  opacity: 0; }
html.mm-pagedim.mm-opening #mm-blocker, html.mm-pagedim-white.mm-opening #mm-blocker, html.mm-pagedim-black.mm-opening #mm-blocker {
  opacity: 0.3;
  transition: opacity 0.4s ease 0.4s; }
html.mm-pagedim #mm-blocker {
  background: inherit; }
html.mm-pagedim-white #mm-blocker {
  background: #fff; }
html.mm-pagedim-black #mm-blocker {
  background: #000; }

/*
	jQuery.mmenu pageshadow extension CSS
*/
.mm-menu.mm-pageshadow:after {
  content: "";
  display: block;
  width: 20px;
  height: 120%;
  position: absolute;
  left: 100%;
  top: -10%;
  z-index: 99; }
.mm-menu.mm-pageshadow.mm-right:after {
  left: auto;
  right: 100%; }
.mm-menu.mm-pageshadow.mm-next:after, .mm-menu.mm-pageshadow.mm-front:after {
  content: none;
  display: none; }

.mm-menu.mm-pageshadow:after {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }

/*
	jQuery.mmenu position extension CSS
*/
.mm-menu.mm-top,
.mm-menu.mm-bottom {
  width: 100%;
  min-width: 100%;
  max-width: 100%; }

.mm-menu.mm-right {
  left: auto;
  right: 0; }

.mm-menu.mm-bottom {
  top: auto;
  bottom: 0; }

html.mm-right.mm-opening .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -moz-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  -o-transform: translate(-80%, 0);
  transform: translate(-80%, 0); }

@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -moz-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    -o-transform: translate(-140px, 0);
    transform: translate(-140px, 0); } }
@media all and (min-width: 550px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-440px, 0);
    -moz-transform: translate(-440px, 0);
    -ms-transform: translate(-440px, 0);
    -o-transform: translate(-440px, 0);
    transform: translate(-440px, 0); } }
/*
	jQuery.mmenu z-position extension CSS
*/
html.mm-front .mm-slideout {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
  z-index: 0 !important; }

.mm-menu.mm-front {
  z-index: 1; }

.mm-menu.mm-front, .mm-menu.mm-next {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }
  .mm-menu.mm-front.mm-right, .mm-menu.mm-next.mm-right {
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
.mm-menu.mm-top {
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0); }
.mm-menu.mm-bottom {
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0); }

html.mm-opening .mm-menu.mm-front, html.mm-opening .mm-menu.mm-next {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-menu.mm-top, .mm-menu.mm-bottom {
  height: 80%;
  min-height: 140px;
  max-height: 880px; }

/*
	jQuery.mmenu themes extension CSS
*/
.mm-menu.mm-theme-dark {
  background: #333333;
  border-color: rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.8); }
  .mm-menu.mm-theme-dark .mm-navbar > *,
  .mm-menu.mm-theme-dark .mm-navbar a {
    color: rgba(255, 255, 255, 0.4); }
  .mm-menu.mm-theme-dark .mm-navbar .mm-btn:before, .mm-menu.mm-theme-dark .mm-navbar .mm-btn:after {
    border-color: rgba(255, 255, 255, 0.4); }
  .mm-menu.mm-theme-dark .mm-listview {
    border-color: rgba(0, 0, 0, 0.15); }
    .mm-menu.mm-theme-dark .mm-listview > li .mm-next:after,
    .mm-menu.mm-theme-dark .mm-listview > li .mm-arrow:after {
      border-color: rgba(255, 255, 255, 0.4); }
    .mm-menu.mm-theme-dark .mm-listview > li a:not(.mm-next) {
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
      tap-highlight-color: rgba(0, 0, 0, 0.1); }
    .mm-menu.mm-theme-dark .mm-listview > li.mm-selected > a:not(.mm-next),
    .mm-menu.mm-theme-dark .mm-listview > li.mm-selected > span {
      background: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-theme-dark.mm-vertical .mm-listview > li.mm-opened > a.mm-next,
  .mm-menu.mm-theme-dark.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
  .mm-menu.mm-theme-dark .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
  .mm-menu.mm-theme-dark .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
    background: rgba(255, 255, 255, 0.05); }
  .mm-menu.mm-theme-dark .mm-divider {
    background: rgba(255, 255, 255, 0.05); }

.mm-menu.mm-theme-dark label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.8); }

.mm-menu.mm-theme-dark em.mm-counter {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-dark .mm-fixeddivider span {
  background: rgba(255, 255, 255, 0.05); }

.mm-menu.mm-pageshadow.mm-theme-dark:after {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }

.mm-menu.mm-theme-dark .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8); }
.mm-menu.mm-theme-dark .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-dark .mm-indexer a {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-dark label.mm-toggle {
  background: rgba(0, 0, 0, 0.15); }
  .mm-menu.mm-theme-dark label.mm-toggle:before {
    background: #333333; }
.mm-menu.mm-theme-dark input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

.mm-menu.mm-theme-white {
  background: white;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6); }
  .mm-menu.mm-theme-white .mm-navbar > *,
  .mm-menu.mm-theme-white .mm-navbar a {
    color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-theme-white .mm-navbar .mm-btn:before, .mm-menu.mm-theme-white .mm-navbar .mm-btn:after {
    border-color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-theme-white .mm-listview {
    border-color: rgba(0, 0, 0, 0.1); }
    .mm-menu.mm-theme-white .mm-listview > li .mm-next:after,
    .mm-menu.mm-theme-white .mm-listview > li .mm-arrow:after {
      border-color: rgba(0, 0, 0, 0.3); }
    .mm-menu.mm-theme-white .mm-listview > li a:not(.mm-next) {
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0.05);
      tap-highlight-color: rgba(0, 0, 0, 0.05); }
    .mm-menu.mm-theme-white .mm-listview > li.mm-selected > a:not(.mm-next),
    .mm-menu.mm-theme-white .mm-listview > li.mm-selected > span {
      background: rgba(0, 0, 0, 0.05); }
  .mm-menu.mm-theme-white.mm-vertical .mm-listview > li.mm-opened > a.mm-next,
  .mm-menu.mm-theme-white.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
  .mm-menu.mm-theme-white .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
  .mm-menu.mm-theme-white .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
    background: rgba(0, 0, 0, 0.03); }
  .mm-menu.mm-theme-white .mm-divider {
    background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-theme-white label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.6); }

.mm-menu.mm-theme-white em.mm-counter {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-theme-white .mm-fixeddivider span {
  background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-pageshadow.mm-theme-white:after {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }

.mm-menu.mm-theme-white .mm-search input {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.6); }
.mm-menu.mm-theme-white .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-theme-white .mm-indexer a {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-theme-white label.mm-toggle {
  background: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-theme-white label.mm-toggle:before {
    background: white; }
.mm-menu.mm-theme-white input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

.mm-menu.mm-theme-black {
  background: black;
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.6); }
  .mm-menu.mm-theme-black .mm-navbar > *,
  .mm-menu.mm-theme-black .mm-navbar a {
    color: rgba(255, 255, 255, 0.4); }
  .mm-menu.mm-theme-black .mm-navbar .mm-btn:before, .mm-menu.mm-theme-black .mm-navbar .mm-btn:after {
    border-color: rgba(255, 255, 255, 0.4); }
  .mm-menu.mm-theme-black .mm-listview {
    border-color: rgba(255, 255, 255, 0.2); }
    .mm-menu.mm-theme-black .mm-listview > li .mm-next:after,
    .mm-menu.mm-theme-black .mm-listview > li .mm-arrow:after {
      border-color: rgba(255, 255, 255, 0.4); }
    .mm-menu.mm-theme-black .mm-listview > li a:not(.mm-next) {
      -webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
      tap-highlight-color: rgba(255, 255, 255, 0.3); }
    .mm-menu.mm-theme-black .mm-listview > li.mm-selected > a:not(.mm-next),
    .mm-menu.mm-theme-black .mm-listview > li.mm-selected > span {
      background: rgba(255, 255, 255, 0.3); }
  .mm-menu.mm-theme-black.mm-vertical .mm-listview > li.mm-opened > a.mm-next,
  .mm-menu.mm-theme-black.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
  .mm-menu.mm-theme-black .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
  .mm-menu.mm-theme-black .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
    background: rgba(255, 255, 255, 0.2); }
  .mm-menu.mm-theme-black .mm-divider {
    background: rgba(255, 255, 255, 0.2); }

.mm-menu.mm-theme-black label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.6); }

.mm-menu.mm-theme-black em.mm-counter {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-black .mm-fixeddivider span {
  background: rgba(255, 255, 255, 0.2); }

.mm-menu.mm-pageshadow.mm-theme-black:after {
  content: none;
  display: none; }

.mm-menu.mm-theme-black .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6); }
.mm-menu.mm-theme-black .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-black .mm-indexer a {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-black label.mm-toggle {
  background: rgba(255, 255, 255, 0.2); }
  .mm-menu.mm-theme-black label.mm-toggle:before {
    background: black; }
.mm-menu.mm-theme-black input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

/*
	jQuery.mmenu tileview extension CSS
*/
.mm-menu.mm-tileview .mm-listview:after,
.mm-menu .mm-tileview.mm-listview:after {
  content: '';
  display: block;
  clear: both; }
.mm-menu.mm-tileview .mm-listview > li,
.mm-menu .mm-tileview.mm-listview > li {
  width: 50%;
  height: 0;
  padding: 50% 0 0 0;
  float: left;
  position: relative; }
  .mm-menu.mm-tileview .mm-listview > li:after,
  .mm-menu .mm-tileview.mm-listview > li:after {
    left: 0;
    top: 0;
    border-right-width: 1px;
    border-right-style: solid;
    z-index: -1; }
  .mm-menu.mm-tileview .mm-listview > li.mm-tile-xs,
  .mm-menu .mm-tileview.mm-listview > li.mm-tile-xs {
    width: 12.5%;
    padding-top: 12.5%; }
  .mm-menu.mm-tileview .mm-listview > li.mm-tile-s,
  .mm-menu .mm-tileview.mm-listview > li.mm-tile-s {
    width: 25%;
    padding-top: 25%; }
  .mm-menu.mm-tileview .mm-listview > li.mm-tile-l,
  .mm-menu .mm-tileview.mm-listview > li.mm-tile-l {
    width: 75%;
    padding-top: 75%; }
  .mm-menu.mm-tileview .mm-listview > li.mm-tile-xl,
  .mm-menu .mm-tileview.mm-listview > li.mm-tile-xl {
    width: 100%;
    padding-top: 100%; }
  .mm-menu.mm-tileview .mm-listview > li > a,
  .mm-menu.mm-tileview .mm-listview > li > span,
  .mm-menu .mm-tileview.mm-listview > li > a,
  .mm-menu .mm-tileview.mm-listview > li > span {
    line-height: 1px;
    text-align: center;
    padding: 50% 10px 0 10px;
    margin: 0;
    position: absolute;
    top: 0;
    right: 1px;
    bottom: 1px;
    left: 0; }
  .mm-menu.mm-tileview .mm-listview > li > .mm-next,
  .mm-menu .mm-tileview.mm-listview > li > .mm-next {
    width: auto; }
    .mm-menu.mm-tileview .mm-listview > li > .mm-next:before, .mm-menu.mm-tileview .mm-listview > li > .mm-next:after,
    .mm-menu .mm-tileview.mm-listview > li > .mm-next:before,
    .mm-menu .mm-tileview.mm-listview > li > .mm-next:after {
      content: none;
      display: none; }
.mm-menu.mm-tileview .mm-panel {
  padding-left: 0;
  padding-right: 0; }
  .mm-menu.mm-tileview .mm-panel:after {
    content: none;
    display: none; }
.mm-menu.mm-tileview .mm-listview {
  margin: 0; }

.flag-icon-background {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}
.flag-icon {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  width: 1.33333333em;
  line-height: 1em;
}
.flag-icon:before {
  content: "\00a0";
}
.flag-icon.flag-icon-squared {
  width: 1em;
}
 
.flag-icon-xar {
  background-image: url(/Content/Images/Country/flags-svg/1x1/ar.svg);
}
.flag-icon-xar.flag-icon-squared {
  background-image: url(/Content/Images/Country/flags-svg/1x1/ar.svg);
}
 
.flag-icon-xcl {
  background-image: url(/Content/Images/Country/flags-svg/4x3/cl.svg);
}
.flag-icon-xcl.flag-icon-squared {
  background-image: url(/Content/Images/Country/flags-svg/1x1/cl.svg);
}
 
.flag-icon-xcb {
  background-image: url(/Content/Images/Country/flags-svg/4x3/co.svg);
}
.flag-icon-xcb.flag-icon-squared {
  background-image: url(/Content/Images/Country/flags-svg/1x1/co.svg);
}
.flag-icon-xcr {
  background-image: url(/Content/Images/Country/flags-svg/4x3/cr.svg);
}
.flag-icon-xcr.flag-icon-squared {
  background-image: url(/Content/Images/Country/flags-svg/1x1/cr.svg);
}
 
.flag-icon-xec {
  background-image: url(/Content/Images/Country/flags-svg/4x3/ec.svg);
}
.flag-icon-xec.flag-icon-squared {
  background-image: url(/Content/Images/Country/flags-svg/1x1/ec.svg);
}
 
.flag-icon-xgt {
  background-image: url(/Content/Images/Country/flags-svg/4x3/gt.svg);
}
.flag-icon-xgt.flag-icon-squared {
  background-image: url(/Content/Images/Country/flags-svg/1x1/gt.svg);
}
 
.flag-icon-xjm {
  background-image: url(/Content/Images/Country/flags-svg/4x3/jm.svg);
}
.flag-icon-xjm.flag-icon-squared {
  background-image: url(/Content/Images/Country/flags-svg/1x1/jm.svg);
}
 
.flag-icon-xmx {
  background-image: url(/Content/Images/Country/flags-svg/4x3/mx.svg);
}
.flag-icon-xmx.flag-icon-squared {
  background-image: url(/Content/Images/Country/flags-svg/1x1/mx.svg);
}
 
.flag-icon-xpa {
  background-image: url(/Content/Images/Country/flags-svg/4x3/pa.svg);
}
.flag-icon-xpa.flag-icon-squared {
  background-image: url(/Content/Images/Country/flags-svg/1x1/pa.svg);
}
.flag-icon-xpe {
  background-image: url(/Content/Images/Country/flags-svg/4x3/pe.svg);
}
.flag-icon-xpe.flag-icon-squared {
  background-image: url(/Content/Images/Country/flags-svg/1x1/pe.svg);
}
 
.flag-icon-xsv {
  background-image: url(/Content/Images/Country/flags-svg/4x3/sv.svg);
}
.flag-icon-xsv.flag-icon-squared {
  background-image: url(/Content/Images/Country/flags-svg/1x1/sv.svg);
} 
.flag-icon-xus {
  background-image: url(/Content/Images/Country/flags-svg/4x3/us.svg);
}
.flag-icon-xus.flag-icon-squared {
  background-image: url(/Content/Images/Country/flags-svg/1x1/us.svg);
}
.flag-icon-xuy {
  background-image: url(/Content/Images/Country/flags-svg/4x3/uy.svg);
}
.flag-icon-xuy.flag-icon-squared {
  background-image: url(/Content/Images/Country/flags-svg/1x1/uy.svg);
}
.flag-icon-xbo {
  background-image: url(/Content/Images/Country/flags-svg/4x3/bo.svg);
}
 

.resposive-table {
  margin: 1em 0; 
  width: 100%;
}
.resposive-table tr {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.resposive-table th {
  display: none;
}
.resposive-table td {
  display: block;
}
.resposive-table td:first-child {
  padding-top: .5em;
}
.resposive-table td:last-child {
  padding-bottom: .5em;
}
.resposive-table td:before {
  content: attr(data-th) ": ";
  font-weight: bold;
  width: 6.5em;
  display: inline-block;
}
@media (min-width: 480px) {
  .resposive-table td:before {
    display: none;
  }
}
.resposive-table th, .resposive-table td {
  text-align: left;
}
@media (min-width: 480px) {
  .resposive-table th, .resposive-table td {
    display: table-cell;
    padding: .25em .5em;
  }
  .resposive-table th:first-child, .resposive-table td:first-child {
    padding-left: 0;
  }
  .resposive-table th:last-child, .resposive-table td:last-child {
    padding-right: 0;
  }
}
 
.resposive-table {  
  overflow: hidden;
}
.resposive-table tr {
  border-color: #ddd;
}
.resposive-table th, .resposive-table td {
  margin: .5em 1em;
}
@media (min-width: 480px) {
  .resposive-table th, .resposive-table td {
    padding: 1em !important;
  }
}
.resposive-table th, .resposive-table td:before {
  color: black;
}

.resposive-table thead>tr>th {background-color:#ffffff !important;}
.resposive-table tr:nth-child(odd)		{ background-color:#f9f9f9; }
.resposive-table tr:nth-child(even)		{ background-color:#ffffff; }
.brands-nav {
    height: 60px;
    z-index: 100;
    margin-top: -1px;
}

.brands-nav-top {
    position: fixed !important;
}

    .brands-nav-top > div > div > img {
        max-height: 70px;
        margin-top: -6px;
    }

.brands-nav-margin-no {
    margin-top: -91px !important;
}

.brands-nav-margin-small {
    margin-top: -440px !important;
}

.brands-nav-margin-big {
    margin-top: -490px !important;
}

.brands-nav-list-items {
    padding: 20px;
    position: absolute;
    top: 2px;
}

.brands-nav-item, .brands-nav-item:hover, .brands-nav-item:active, .brands-nav-item:visited, .brands-nav-item:focus {
    color: white !important;
    text-decoration: none;
    margin-right: 5px;
    margin-left: 5px;
}

    .brands-nav-item:hover {
        text-decoration: underline;
    }

.brands-nav-button, .brands-nav-button:hover {
    color: white !important;
    text-decoration: none;
    border: 1px solid white;
    position: absolute;
    padding: 5px;
    top: 15px;
    right: 30px;
}

/*md*/
.brand-nav-md-top-big {
    margin-top: -294px !important;
}

.brand-nav-md-top-small {
    margin-top: -402px !important;
}

@media(max-width:992px) {
    .brand-nav-md-top-small {
        margin-top: -338px !important;
    }

    .brands-nav-list-items {
        padding: 13px;
        position: absolute;
        top: 2px;
    }

    .brands-nav-button, .brands-nav-button:hover {
        color: white !important;
        text-decoration: none;
        border: 1px solid white;
        position: absolute;
        padding: 5px;
        top: 10px;
        right: 30px;
    }
}

@media(min-width:850px) {
    .brands-navp > div > div > img {
        margin-top: -6px;
    }

    .brands-nav-list-items {
        padding: 18px;
        position: absolute;
        top: 2px;
    }

    .brands-nav-button, .brands-nav-button:hover {
        color: white !important;
        text-decoration: none;
        border: 1px solid white;
        position: absolute;
        padding: 5px;
        top: 13px;
        right: 30px;
    }
}



.brand-nav-md-top-no {
    margin-top: -39px !important;
    width: 100%;
    right: 0;
}
/*sm*/
.brand-nav-sm-top-big {
    margin-top: -294px !important;
    width: 100%;
    right: 0;
}

.brand-nav-sm-top-small {
    margin-top: -338px !important;
    width: 100%;
    right: 0;
}

.brand-nav-sm-top-no {
    margin-top: -39px !important;
    width: 100%;
    right: 0;
}

.brand-sm-top {
    margin-top: -39px !important;
}

/*xs*/
.brand-xs-top {
    margin-top: -20px !important;
}


/* XS Menu */

.brands-nav-menu, .brands-nav-menu:hover {
    color: white !important;
    text-decoration: none;
    /*position: absolute;*/
    padding: 5px;
    top: 15px;
    right: 30px;
}

.brands-nav-menu-items {
    margin-top: 20px;
    width: 100%;
    text-align: center;
}

.brands-nav-menu-button {
    width: 100%;
    color: white;
    padding: 15px;
    text-decoration: none;
    border: 1px solid white;
}

.brands-xs-menu {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}


@media(max-width:748px) {
    .brand-xs-top {
        margin-top: -40px !important;
    }

    /*#brand-nav-bar-xs {
        margin-top: -9px;
    }*/

    .brand-small-space {
        margin-bottom: 22px !important;
    }
}

@media(max-width:726px) {
    .brand-xs-top {
        margin-top: -40px !important;
    }

    #brand-nav-bar-xs {
        margin-top: -12px;
    }

    .brand-small-space {
        margin-bottom: 22px !important;
    }
}

@media(max-width:671px) {
    .brand-xs-top {
        margin-top: -40px !important;
    }

    #brand-nav-bar-xs {
        margin-top: -16px;
    }

    .brand-small-space {
        margin-bottom: 22px !important;
    }
}

@media(max-width:597px) {
    .brand-xs-top {
        margin-top: -40px !important;
    }

    #brand-nav-bar-xs {
        margin-top: -20px;
    }

    .brand-small-space {
        margin-bottom: 22px !important;
    }
}


@media(max-width:550px) {
    .brand-xs-top {
        margin-top: -40px !important;
    }

    #brand-nav-bar-xs {
        margin-top: -20px;
    }

    .brand-small-space {
        margin-bottom: 22px !important;
    }

    .margin-top-50 {
        margin-top: 1em !important;
    }
}

@media(max-width:480px) {
    .brand-xs-top {
        margin-top: -40px !important;
    }

    #brand-nav-bar-xs {
        margin-top: -25px;
    }

    .brand-small-space {
        margin-bottom: 22px !important;
    }
}

@media(max-width:467px) {
    .brand-xs-top {
        margin-top: -40px !important;
    }

    #brand-nav-bar-xs {
        margin-top: 10px;
    }

    .brand-small-space {
        margin-bottom: 22px !important;
    }
}

@media(max-width:440px) {
    .brand-xs-top {
        margin-top: -40px !important;
    }

    #brand-nav-bar-xs {
        margin-top: 6px;
    }

    .brand-small-space {
        margin-bottom: 22px !important;
    }
}

@media(max-width:416px) {
    .brand-xs-top {
        margin-top: -40px !important;
    }

    #brand-nav-bar-xs {
        margin-top: 2px;
    }
}

@media(max-width:384px) {
    .brand-xs-top {
        margin-top: -40px !important;
    }

    #brand-nav-bar-xs {
        margin-top: -3px;
    }
}


@media(max-width:359px) {
    .brand-xs-top {
        margin-top: -40px !important;
    }

    #brand-nav-bar-xs {
        margin-top: -5px;
    }
}

@media(max-width:359px) {
    .brand-xs-top {
        margin-top: -40px !important;
    }

    #brand-nav-bar-xs {
        margin-top: -8px;
    }
}


@media(max-width:320px) {
    .brand-xs-top {
        margin-top: -40px !important;
    }

    #brand-nav-bar-xs {
        margin-top: -12px;
    }
}

@media(max-width:767px) {

    .brands-image {
        max-height: 230px;
    }

    .brand-xs-top {
        margin-top: -44px !important;
    }

    /*#brand-nav-bar-xs {
        margin-top: -9px;
    }*/

    .brand-small-space {
        margin-bottom: 22px !important;
    }

    .margin-top-50 {
        margin-top: 6em;
    }
}

.cloud-container{
	font-family: 'Open Sans', sans-serif;
	
}
.raleway{
	font-family: 'Raleway','Open Sans', sans-serif;
}
.cloud-header{
	width: 100%;
	background: linear-gradient(to bottom,#0083B5 0,rgba(0,131,181,0) 4em),#00A7E3;
	padding: 1em;
	margin-top: 1em;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.logo-cloud{
	float: right;
}
.cabecera-azure{
	padding: 2em;
	width: 1170px;
}
.tit-cabecera-azure{
	color: #FFF;
	font-size: 2.3em;
	font-weight: bold;
	line-height: 0.9em;
}
.log-az{
	text-align: center;
	padding-top: 0px;
	max-width: 100%;
}
.cuerpo-land{
	max-width: 1170px !important;
	text-align: center !important;
	margin: 0 auto !important;
}
.cabecera-azure{
	background:url(https://cloud.intcomex.com/wp-content/uploads/2016/06/what-is-azure.jpg),#00B1E8 no-repeat;
    display: block;
	text-align: center;
	max-width:100%;
}
.titulo-office{
	text-align: center;
	font-size: 40px;
	padding: 30px;
}
.empty-space{
	margin-bottom: 0;
	word-wrap: break-word;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/*.container {
    display: block;
    margin: 0 auto;
    margin-left: auto!important;
    margin-right: auto!important;
}*/
.texto-azure{
	font-size: 14px;
	color: #000;
	line-height: 18px;
}
.text-1{
	text-align: left;
	max-width: 100%;
}
.text-2{
	color: #FFF !important;
	text-align: left;
}
.white-fondo{
	padding: 30px 0px;
}
.blue-azure{
	background-color: #00B1E8;
	color: #FFF !important;
	padding-top: 20px;
	margin: 30px 0px 0px 0px;
}
.dark-blue-azure{
	background-color: #0072C6;
	color: #FFF !important;
	padding-top: 20px;
	margin: 30px 0px 0px 0px;
}
.subtitulo-azure{
	text-align: left;
	font-size: 30px;
}
.subtitulo-azure-blanco{
	color: #FFF !important;
	font-size: 30px;
	text-align: left;
}
.build-az{
	background:url(https://cloud.intcomex.com/wp-content/uploads/2016/05/buildings.png),#807155;
	background-repeat: no-repeat,repeat,repeat;
    background-position: top,center,0;
    background-size: auto,auto,0;
    display: block;
    padding-bottom: 30px;
}
.smarter-azure{
	background:url(https://cloud.intcomex.com/wp-content/uploads/2016/05/machine-learning.jpg),#807155;
	background-repeat: no-repeat,repeat,repeat;
    background-position: top,center,0;
    background-size: auto,auto,0;
    display: block;
    margin-bottom: -30px !important;
    padding-bottom: 30px;
}
.img-azure{
	margin: 0 auto;
	max-width: 101%;
}
.recommend{
	padding: 1em;
}
.recommend-text{
	color: #605F63;
	font-size: 14px;
	text-align: left;
}
.log-micro{
	text-align: right;
	max-width: 100%;
	width: 132px;
	float: right;
	vertical-align: middle;
}



/*––––––––
menu general
–––––––––*/

.menu__link{
	text-decoration: none;
	}

.menu__link:hover{
	text-decoration: none;
	}
	.menu__link:hover,
.menu__link:focus {
	outline: none;
}


/*––––––––
	FAQ
–––––––––*/

@media screen and (max-width:50em){
	.col-divi{
		margin-left: 500px;
		margin: 5em 0 5em;
	}
}
.col-divi{
	position: absolute;
}



.cloud-container {
    font-family: 'Open Sans', sans-serif;
}

.raleway {
    font-family: 'Raleway','Open Sans', sans-serif;
}

.cloud-header {
    width: 100%;
    background: linear-gradient(to bottom,#0083B5 0,rgba(0,131,181,0) 4em),#00A7E3;
    padding: 1em;
    margin-top: 1em;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.logo-cloud {
    float: right;
}

.tit-cabecera-exchange {
    color: #333;
    font-size: 2.3em;
    font-weight: bold;
    line-height: 0.9em;
}

.log-365 {
    text-align: center;
    padding-top: 0px;
    max-width: 100%;
}

.cuerpo-land {
    max-width: 1170px !important;
    text-align: center !important;
    margin: 0 auto !important;
}

.cabecera-exchange {
    background: url(https://cloud.intcomex.com/wp-content/uploads/2016/06/empresarial.jpg),#E1E1DF no-repeat;
    display: block;
    text-align: center;
    max-width: 100%;
    padding: 2em;
    width: 1170px;
}

.menu-office {
}

.titulo-exchange {
    text-align: center;
    font-size: 40px;
    padding: 30px;
}

.empty-space {
    margin-bottom: 0;
    word-wrap: break-word;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*.container {
    display: block;
    margin: 0 auto;
    margin-left: auto !important;
    margin-right: auto !important;
}*/

.img-video-office {
    text-align: left;
    margin-left: 0px !important;
    max-width: 100%;
}

.texto-office {
    font-size: 18px;
    color: #000;
    max-width: 500px;
}

.text-1 {
    text-align: left;
    max-width: 100%;
}

.text-2 {
    color: #FFF !important;
    text-align: left;
}

.beige-exchange {
    background-color: #F0EFEC;
    color: #000 !important;
    padding: 20px;
    margin: 30px 0px 0px 0px;
}

.subtitulo-office {
    text-align: center;
    font-size: 40px;
    padding: 30px 1em 30px 1em;
}

.subtitulo-office-blanco {
    color: #FFF !important;
    font-size: 40px;
    text-align: left;
    padding: 10px 0px 30px 0px;
}

.herramientas-office {
    background: url(https://cloud.intcomex.com/wp-content/uploads/2016/06/Oficce-wbs3.jpg),#807155;
    background-repeat: no-repeat,repeat,repeat;
    background-position: top,center,0;
    background-size: auto,auto,0;
    display: block;
    margin-bottom: -30px !important;
    padding-bottom: 30px;
}

.img-facil {
    text-align: left;
    margin-left: 0px !important;
    max-width: 100%;
}

.recommend {
    padding: 1em;
}

.recommend-text {
    color: #605F63;
    font-size: 14px;
    text-align: left;
}

.log-micro {
    text-align: right;
    max-width: 100%;
    width: 132px;
    float: right;
    vertical-align: middle;
}

.video-office {
}


/*––––––––
menu general
–––––––––*/

.menu__link {
    text-decoration: none;
}

    .menu__link:hover {
        text-decoration: none;
    }

    .menu__link:hover,
    .menu__link:focus {
        outline: none;
    }


/*––––––––
	FAQ
–––––––––*/

@media screen and (max-width:50em) {
    .col-divi {
        margin-left: 500px;
        margin: 5em 0 5em;
    }
}

.col-divi {
    position: absolute;
}

.texto-faq {
}


.raleway {
    font-family: 'Raleway','Open Sans', sans-serif;
}

.cloud-header {
    width: 100%;
    background: linear-gradient(to bottom,#0083B5 0,rgba(0,131,181,0) 4em),#00A7E3;
    padding: 1em;
    margin-top: 1em;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.logo-cloud {
    float: right;
}

.cabecera-office {
    padding: 2em;
    width: 1170px;
}

.tit-cabecera-office {
    color: #FFF;
    font-size: 2.3em;
    font-weight: bold;
    line-height: 0.9em;
}

.log-365 {
    text-align: center;
    padding-top: 0px;
    max-width: 100%;
}

.cuerpo-land {
    max-width: 1170px !important;
    text-align: center !important;
    margin: 0 auto !important;
}

.cabecera-office {
    background: url(https://cloud.intcomex.com/wp-content/uploads/2016/06/Oficce-wbs1.jpg),#ED5332 no-repeat;
    display: block;
    text-align: center;
    max-width: 100%;
}

.menu-office {
}

.titulo-office {
    text-align: center;
    font-size: 40px;
    padding: 30px;
}

.empty-space {
    margin-bottom: 0;
    word-wrap: break-word;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*.container {
    display: block;
    margin: 0 auto;
    margin-left: auto !important;
    margin-right: auto !important;
}*/

.img-video-office {
    text-align: left;
    margin-left: 0px !important;
    max-width: 100%;
}

.texto-office {
    font-size: 18px;
    color: #000;
    max-width: 500px;
}

.text-1 {
    text-align: left;
    max-width: 100%;
}

.text-2 {
    color: #FFF !important;
    text-align: left;
}

.beige-office {
    background-color: #F0EFEC;
    padding: 20px;
    margin: 30px 0px 0px 0px;
}

.subtitulo-office {
    text-align: center;
    font-size: 40px;
    padding: 30px 1em 30px 1em;
}

.subtitulo-office-blanco {
    color: #FFF !important;
    font-size: 40px;
    text-align: left;
    padding: 10px 0px 30px 0px;
}

.herramientas-office {
    background: url(https://cloud.intcomex.com/wp-content/uploads/2016/06/Oficce-wbs3.jpg),#807155;
    background-repeat: no-repeat,repeat,repeat;
    background-position: top,center,0;
    background-size: auto,auto,0;
    display: block;
    margin-bottom: -30px !important;
    padding-bottom: 30px;
}

.img-facil {
    text-align: left;
    margin-left: 0px !important;
    max-width: 100%;
}

.recommend {
    padding: 1em;
}

.recommend-text {
    color: #605F63;
    font-size: 14px;
    text-align: left;
}

.log-micro {
    text-align: right;
    max-width: 100%;
    width: 132px;
    float: right;
    vertical-align: middle;
}

.video-office {
    text-align: center;
}


/*––––––––
menu general
–––––––––*/

.menu__link {
    text-decoration: none;
}

    .menu__link:hover {
        text-decoration: none;
    }

    .menu__link:hover,
    .menu__link:focus {
        outline: none;
    }


/*––––––––
	FAQ
–––––––––*/

@media screen and (max-width:50em) {
    .col-divi {
        margin-left: 500px;
        margin: 5em 0 5em;
    }
}

.col-divi {
    position: absolute;
}

.texto-faq {
}

/***SERVICES****/

.cabecera-service {
    padding: 2em;
    width: 1170px;
    margin-bottom: 2em;
}

.caja-head {
    padding-top: 8%;
    vertical-align: middle !important;
}

.tit-cabecera-service {
    color: #FFF;
    font-size: 2.3em;
    font-weight: bold;
    line-height: 0.9em;
}

.log-service {
    padding-top: 5%;
    max-width: 50%;
}

.cabecera-service {
    background: url(https://cloud.intcomex.com/wp-content/uploads/2016/07/servicios-wbs.jpg),#807155 no-repeat !important;
    display: block;
    text-align: center;
    max-width: 100%;
}

/*------------------------------------------------------------
                    Cajas por plan
------------------------------------------------------------*/

.caja-service {
    border: 1px solid #CCC;
    border-radius: 10px;
    margin: 30px;
    padding: 30px;
    display: inline-block;
}

.service-title {
    font-size: 24px;
    color: #605F63;
    line-height: 25px;
}

.service-text {
    padding-top: 2%;
    font-size: 18px;
    color: #666;
}

.img-service {
    text-align: center;
}

.list-service {
    list-style-image: url(https://cloud.intcomex.com/wp-content/uploads/2016/06/list-circle.png);
    color: #666;
}

@media screen and (min-width:1000px) {
    .list-service {
        padding-left: 100px;
        line-height:;
    }
}

.gray-service{
	background-color: #F1F3F4;
	color: #333 !important;
	margin: 30px 0px 0px 0px;
}

/* -------------------------------- 

Primary style

-------------------------------- */
 
 
.cloud-container { 
  font-family: "Open Sans", sans-serif;
  color: #4e5359;
  background-color: #f3f3f5;
}
body::after {
  /* overlay layer visible on small devices when the right panel slides in */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(78, 83, 89, 0.8);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
body.cd-overlay::after {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
@media only screen and (min-width: 768px) {
  body::after {
    display: none;
  }
}

/*a {
  color: #1892CA;
  text-decoration: none !important;
}*/

/* -------------------------------- 

Main components 

-------------------------------- */
header-cloud {
  position: relative;
  height: 180px;
  line-height: 180px;
  text-align: center;
  background-color: #ED5332;
}
header h1 {
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px; 
}
@media only screen and (min-width: 1024px) {
  header {
    height: 240px;
    line-height: 240px;
  }
  header h1 {
    font-size: 36px; 
    font-weight: 300;
  }
}

.cd-faq {
  width: 90%;
  max-width: 1024px;
  margin: 2em auto;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}
.cd-faq:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (min-width: 768px) {
  .cd-faq {
    position: relative;
    margin: 4em auto;
    box-shadow: none;
    padding: 0 !important;
  }
}

.cd-faq-categories a {
  position: relative;
  display: block;
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  padding: 0 28px 0 16px;
  background-color: #4e5359;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #ffffff;
  white-space: nowrap;
  border-bottom: 1px solid #555b61;
  text-overflow: ellipsis;
  padding: 0px;
}
.o365 a{
  background-color: #ED5332 !important;
  border-bottom: 2px solid #EA2100;
  position: static;
  display: block;
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  padding: 0 28px 0 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #ffffff;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0px;

  top: 50%;
  right: 16px;
  width: 20%;
  background-color: #7f868e;

  font-size: 13px; 
  font-weight: 600;
  padding-left: 24px;
  padding: 0 24px;
  -webkit-transition: background 0.2s, padding 0.2s;
  -moz-transition: background 0.2s, padding 0.2s;
  transition: background 0.2s, padding 0.2s;
}
.o365 a:hover{
  background-color:#EA2100 !important;
  color: #FFF;
}
.project-color-head{
  background-color: #009B3E !important;
}
.project-color{
  background-color: #009B3E ;
  border-bottom: 2px solid #006D21 !important;
  position: static;
  display: block;
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  padding: 0 28px 0 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #ffffff;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0px;

  top: 50%;
  right: 16px;
  width: 20%;

  font-size: 13px; 
  font-weight: 600;
  padding-left: 24px;
  padding: 0 24px;
  -webkit-transition: background 0.2s, padding 0.2s;
  -moz-transition: background 0.2s, padding 0.2s;
  transition: background 0.2s, padding 0.2s;
}
.project-color a:hover a:focus{
    background-color: #006D21 !important;
    color: #FFF !important;
  }
.visio-color{
  background-color: #0072C6 !important;
  border-bottom: 2px solid #006A99 !important;
  position: static;
  display: block;
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  padding: 0 28px 0 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #ffffff;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0px;

  top: 50%;
  right: 16px;
  width: 20%;
  background-color: #7f868e;

  font-size: 13px; 
  font-weight: 600;
  padding-left: 24px;
  padding: 0 24px;
  -webkit-transition: background 0.2s, padding 0.2s;
  -moz-transition: background 0.2s, padding 0.2s;
  transition: background 0.2s, padding 0.2s;
}
.visio-color a:hover {
    background-color: #006A99 !important;
  }
.cd-faq .cd-faq-categories .selected ul{
  margin: 0;
  padding: 0 !important;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
.cd-faq-categories a::before, .cd-faq-categories a::after {
  /* plus icon on the right */
  position: absolute;
  top: 50%;
  right: 16px;
  display: inline-block;
  height: 1px;
  width: 10px;
  background-color: #7f868e;
}
.cd-faq-categories a::after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.cd-faq-categories li:last-child a {
  border-bottom: none;
}
@media only screen and (min-width: 768px) {
  .cd-faq-categories {
    width: 20%;
    float: left;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
    padding: 0 !important;
  }
  .cd-faq-categories a {
    font-size: 13px; 
    font-weight: 600;
    padding-left: 24px;
    padding: 0 24px;
    -webkit-transition: background 0.2s, padding 0.2s;
    -moz-transition: background 0.2s, padding 0.2s;
    transition: background 0.2s, padding 0.2s;
  }
  .cd-faq-categories a::before, .cd-faq-categories a::after {
    display: none;
  }
  .no-touch .cd-faq-categories a:hover {
    background: #555b61;
  }
  .no-js .cd-faq-categories {
    width: 100%;
    margin-bottom: 2em;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-faq-categories {
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    z-index: 2;
    list-style: none;
  }
  .cd-faq-categories .selected a:hover{
  text-decoration: none !important;
}
  .cd-faq-categories a::before {
    /* decorative rectangle on the left visible for the selected item */
    display: block;
    top: 0;
    right: auto;
    left: 0;
    height: 100%;
    width: 3px;
    background-color: #1892CA;
    opacity: 0;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
  .cd-faq-categories .selected {
    background: #42464b;
  }
  .cd-faq-categories .selected::before {
    opacity: 1;
  }
  .cd-faq-categories.is-fixed {
    /* top and left value assigned in jQuery */
    position: fixed;
  }
  .no-js .cd-faq-categories {
    position: relative;
  }
}

.cd-faq-items {
  position: fixed;
  height: 100%;
  width: 90%;
  top: 0;
  right: 0;
  background: #ffffff;
  padding: 0 5% 1em;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0) translateX(100%);
  -moz-transform: translateZ(0) translateX(100%);
  -ms-transform: translateZ(0) translateX(100%);
  -o-transform: translateZ(0) translateX(100%);
  transform: translateZ(0) translateX(100%);
  -webkit-transition: -webkit-transform .3s;
  -moz-transition: -moz-transform .3s;
  transition: transform .3s;
}
.cd-faq-items.slide-in {
  -webkit-transform: translateZ(0) translateX(0%);
  -moz-transform: translateZ(0) translateX(0%);
  -ms-transform: translateZ(0) translateX(0%);
  -o-transform: translateZ(0) translateX(0%);
  transform: translateZ(0) translateX(0%);
}
.no-js .cd-faq-items {
  position: static;
  height: auto;
  width: 100%;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
@media only screen and (min-width: 768px) {
  .cd-faq-items {
    position: static;
    height: auto;
    width: 78%;
    float: right;
    overflow: visible;
    -webkit-transform: translateZ(0) translateX(0);
    -moz-transform: translateZ(0) translateX(0);
    -ms-transform: translateZ(0) translateX(0);
    -o-transform: translateZ(0) translateX(0);
    transform: translateZ(0) translateX(0);
    padding: 0;
    background: transparent;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-faq-items {
    float: none;
    width: 100%;
    padding-left: 220px;
  }
  .no-js .cd-faq-items {
    padding-left: 0;
  }
}

.cd-close-panel {
  position: fixed;
  top: 5px;
  right: -100%;
  display: block;
  height: 40px;
  width: 40px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  z-index: 2;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: right 0.4s;
  -moz-transition: right 0.4s;
  transition: right 0.4s;
}
.cd-close-panel::before, .cd-close-panel::after {
  /* close icon in CSS */
  position: absolute;
  top: 16px;
  left: 12px;
  display: inline-block;
  height: 3px;
  width: 18px;
  background: #6c7d8e;
}
.cd-close-panel::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cd-close-panel::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cd-close-panel.move-left {
  right: 2%;
}
@media only screen and (min-width: 768px) {
  .cd-close-panel {
    display: none;
  }
}

.cd-faq-group {
  /* hide group not selected */
  display: none;
}
.cd-faq-group a:hover, a:focus{
  text-decoration: none;
}
.cd-faq-group.selected {
  display: block;
  text-decoration: none;
}
.cd-faq-categories .selected a:hover, a:focus{
  text-decoration: none;
}
.cd-faq-group .cd-faq-title {
  background: transparent;
  box-shadow: none;
  margin: 1em 0;
}
.no-touch .cd-faq-group .cd-faq-title:hover {
  box-shadow: none;
  text-decoration: none !important;
}
.cd-faq-group .cd-faq-title h2 {
  text-transform: uppercase;
  font-size: 12px; 
  font-weight: 700;
  color: #bbbbc7;
}
.no-js .cd-faq-group {
  display: block;
}
@media only screen and (min-width: 768px) {
  .cd-faq-group {
    /* all groups visible */
    display: block;
  }
  .cd-faq-group > li {
    list-style: none;
    background: #ffffff;
    margin-bottom: 6px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
    -webkit-transition: box-shadow 0.2s;
    -moz-transition: box-shadow 0.2s;
    transition: box-shadow 0.2s;
  }
  .no-touch .cd-faq-group > li:hover {
    box-shadow: 0 1px 10px rgba(108, 125, 142, 0.3);
    text-decoration: none !important;
  }
  .cd-faq-group .cd-faq-title {
    margin: 2em 0 1em;
  }
  .cd-faq-group:first-child .cd-faq-title {
    margin-top: 0;
  }
}

.cd-faq-trigger {
  position: relative;
  display: block;
  margin: 1.6em 0 .4em;
  line-height: 1.2;
}
.cd-faq-trigger-black{
  color: #000;
}
@media only screen and (min-width: 768px) {
  .cd-faq-trigger {
    font-size: 24px; 
    font-weight: 300;
    margin: 0;
    padding: 24px 72px 24px 24px;
  }
  .cd-faq-trigger::before, .cd-faq-trigger::after {
    /* arrow icon on the right */
    position: absolute;
    right: 24px;
    top: 50%;
    height: 2px;
    width: 13px;
    background: #000;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
  }
  .cd-faq-trigger::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 32px;
  }
  .cd-faq-trigger::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .content-visible .cd-faq-trigger::before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .content-visible .cd-faq-trigger::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

.cd-faq-content p {
  font-size: 14px; 
  line-height: 1.4;
  color: #6c7d8e;
}
@media only screen and (min-width: 768px) {
  .cd-faq-content {
    display: none;
    padding: 0 24px 30px;
  }
  .cd-faq-content p {
    line-height: 1.6;
  }
  .no-js .cd-faq-content {
    display: block;
  }
}

/* General Blueprint Style */
/*@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);*/

@font-face {
	font-family: 'bpicons';
	src:url('../fonts/bpicons/bpicons.eot');
	src:url('../fonts/bpicons/bpicons.eot?#iefix') format('embedded-opentype'),
		url('../fonts/bpicons/bpicons.woff') format('woff'),
		url('../fonts/bpicons/bpicons.ttf') format('truetype'),
		url('../fonts/bpicons/bpicons.svg#bpicons') format('svg');
	font-weight: normal;
	font-style: normal;
} /* Made with http://icomoon.io/ */
   

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }

.cloud-container {
    font-family: 'Open Sans', Calibri, Arial, sans-serif;
    color: #000;
}

/*a {
	color: #ccc;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #000;
}*/

.container > header {
	width: 90%;
	max-width: 69em;
	margin: 0 auto;
	padding: 2.875em 1.875em 1.875em;
}

.container > header h1 { 
	line-height: 1.3;
	margin: 0 0 0.6em 0;
	float: left;
	font-weight: 400;
}

.container > header > span {
	display: block;
	position: relative;
	z-index: 9999;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5em;
	padding: 0 0 0.6em 0.1em;
}

.container > header > span span:after {
	width: 30px;
	height: 30px;
	left: -12px; 
	top: -8px; 
	position: relative;
}

.container > header > span span:hover:before {
	content: attr(data-content);
	text-transform: none;
	text-indent: 0;
	letter-spacing: 0;
	font-weight: 300; 
	padding: 0.8em 1em;
	line-height: 1.2;
	text-align: left;
	left: auto;
	margin-left: 4px;
	position: absolute;
	color: #fff;
	background: #47a3da;
}

.container > header nav {
	float: right;
	text-align: center;
}

.container > header nav a {
	display: inline-block;
	position: relative;
	text-align: left;
	width: 2.5em;
	height: 2.5em;
	background: #fff;
	border-radius: 50%;
	margin: 0 0.1em;
	border: 4px solid #47a3da;
}

.container > header nav a > span {
	display: none;
}

.container > header nav a:hover:before {
	content: attr(data-info);
	color: #47a3da;
	position: absolute;
	width: 600%;
	top: 120%;
	text-align: right;
	right: 0;
	pointer-events: none;
}

.container > header nav a:hover {
	background: #47a3da;
}

.bp-icon:after {
	font-family: 'bpicons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-align: center;
	color: #47a3da;
	-webkit-font-smoothing: antialiased;
}

.container > header nav .bp-icon:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	line-height: 2;
	text-indent: 0;
}

.container > header nav a:hover:after {
	color: #fff;
}

.bp-icon-next:after {
	content: "\e000";
}
.bp-icon-drop:after {
	content: "\e001";
}
.bp-icon-archive:after {
	content: "\e002";
}
.bp-icon-about:after {
	content: "\e003";
}
.bp-icon-prev:after {
	content: "\e004";
}

p.info {
	text-align: center;
	padding: 20px;
}

@media screen and (max-width: 55em) {

	.container > header h1,
	.container > header nav {
		float: none;
	}

	.container > header > span,
	.container > header h1 {
		text-align: center;
	}

	.container > header nav {
		margin: 0 auto;
	}

	.container > header > span {
		text-indent: 30px;
	}
}

/*––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––

							** demo menu general **

––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
*/

@font-face {
	font-family: 'Open Sans';
	font-weight: normal;
	font-style: normal;
	src: url('../../IntcomexCloud/fonts/codropsicons/codropsicons.eot');
	src: url('../../IntcomexCloud/fonts/codropsicons/codropsicons.eot?#iefix') format('embedded-opentype'),
         /*url('../../IntcomexCloud/fonts/codropsicons/codropsicons.woff') format('woff'),
         url('../../IntcomexCloud/fonts/codropsicons/codropsicons.ttf') format('truetype'),*/
         url('../../IntcomexCloud/fonts/codropsicons/codropsicons.svg#codropsicons') format('svg');
}
 
.clearfix:before,
.clearfix:after {
	content: '';
	display: table;
}

.clearfix:after {
	clear: both;
}

.cloud-container {
	font-family: 'Open Sans','Avenir Next', Avenir, 'Helvetica Neue', 'Lato', 'Segoe UI', Helvetica, Arial, sans-serif;
	color: #444;
	background: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/*a {
	text-decoration: none;
	color: #4e3c3e;
	outline: none;
}

a:hover,
a:focus {
	color: #1892CA
}*/

.hidden {
	position: absolute;
	overflow: hidden;
	width: 0;
	height: 0;
	pointer-events: none;
}

.info { 
	font-weight: bold;
	line-height: 36px;
	margin: 5em 0 0;
	color: #9c9898;
}

.link-copy {
	position: absolute;
	top: 2em;
	right: 2em;
	width: 20px;
	height: 20px;
	cursor: pointer;
	background: url(../img/link.svg) no-repeat center center;
	background-size: cover;
}

.link-copy::after {
	content: 'Click to copy direct link'; 
	font-weight: bold;
	position: absolute;
	right: 100%;
	margin: 0 1em 0 0;
	white-space: nowrap;
	pointer-events: none;
	opacity: 0;
	color: #ddd;
	-webkit-transform: translate3d(10px, 0, 0);
	transform: translate3d(10px, 0, 0);
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
}

.link-copy:hover::after {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.link-copy::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 50px;
	margin: -25px 0 0 -25px;
	opacity: 0;
	border-radius: 50%;
	background: #d94f5c;
}

.link-copy--animate::before {
	-webkit-animation: pulse 0.3s;
	animation: pulse 0.3s;
}

@-webkit-keyframes pulse {
	from {
		opacity: 1;
		-webkit-transform: scale3d(0, 0, 1);
		transform: scale3d(0, 0, 1);
	}

	to {
		opacity: 0;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}

}

@keyframes pulse {
	from {
		opacity: 1;
		-webkit-transform: scale3d(0, 0, 1);
		transform: scale3d(0, 0, 1);
	}

	to {
		opacity: 0;
		transform: scale3d(1, 1, 1);
		webkit-transform: scale3d(1, 1, 1);
	}

}

.github-corner:hover .octo-arm {
	animation: octocat-wave 560ms ease-in-out;
}

@keyframes octocat-wave {
	0%,
	100% {
		transform: rotate(0);
	}

	20%,
	60% {
		transform: rotate(-25deg);
	}

	40%,
	80% {
		transform: rotate(10deg);
	}

}

@media (max-width:500px) {
	.github-corner:hover .octo-arm {
		animation: none;
	}

	.github-corner .octo-arm {
		animation: octocat-wave 560ms ease-in-out;
	}

}

/* Content */
.content {
	padding: 3em 0;
}

.section {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}

.section:nth-of-type(odd):not(:first-child) {
	color: #fff;
	background: #2a282b;
}

.section--menu {
	position: relative;
	overflow: hidden;
}

.break {
	padding: 3em 0;
	text-align: center;
	background: #d94f5c;
}

.section__title { 
	font-weight: 700;
	-webkit-flex: none;
	flex: none;
	margin: 0em 0 1em;
	/*text-indent: 3px;
	letter-spacing: 3px;
	text-transform: uppercase;*/
	color: #605F63;
	text-align: center;
}

.break__title {
	font-size: 1.85em;
	font-weight: normal;
	margin: 0;
	color: #fff;
}

.section--intro {
	font-size: 2em;
	position: relative;
	min-height: 100vh;
	text-align: center;
	color: #fff;
}

.section--intro p {
	max-width: 1000px;
	margin: 0 auto;
	padding: 1em;
}

/* Header */
.codrops-header {
	position: relative;
	height: 100vh;
	min-height: 600px;
	padding: 0em 1em 4em;
	text-align: center;
	color: #fff;
	background: #d94f5c url(../img/mouse.svg) no-repeat left 50% bottom 40px;
}

.codrops-header h1 {
	font-size: 3.25em;
	font-weight: 700;
	line-height: 1;
	position: relative;
	z-index: 10;
	margin: 0.5em 0 0;
	letter-spacing: -1px;
}

.codrops-header h1 span {
	font-size: 50%;
	font-weight: normal;
	display: block;
	margin: 0.5em 0;
	letter-spacing: 0;
	color: #1892CA;
}

/* Top Navigation Style */
.codrops-links {
	position: relative;
	display: inline-block;
	text-align: center;
	white-space: nowrap;
}

.codrops-links::after {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: 1px;
	height: 100%;
	background: #c14954;
	-webkit-transform: rotate3d(0, 0, 1, 22.5deg);
	transform: rotate3d(0, 0, 1, 22.5deg);
}

.codrops-icon {
	display: inline-block;
	width: 1.5em;
	margin: 0.5em;
	padding: 0em 0;
	text-decoration: none;
}

.codrops-icon span {
	display: none;
}

.codrops-icon:before {
	font-family: 'codropsicons';
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	margin: 0 5px;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	speak: none;
}

.codrops-icon--drop:before {
	content: '\e001';
}

.codrops-icon--prev:before {
	content: '\e004';
}

/* Demo links */
.codrops-demos {
	margin: 2em 0 0;
}

.codrops-demos a {
	display: inline-block;
	margin: 0 0.5em;
}

.codrops-demos a.current-demo {
	color: #333;
}

/* Related demos */
.content--related {
	font-weight: bold;
	padding: 10em 1em;
	text-align: center;
	background: #d94f5c;
}

.content__wrap--related {
	max-width: 800px;
	margin: 0 auto;
}

.media-item {
	display: inline-block;
	padding: 1em;
	vertical-align: top;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.media-item__img {
	max-width: 100%;
	opacity: 0.6;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.media-item:hover .media-item__img,
.media-item:focus .media-item__img {
	opacity: 1;
}

.media-item__title {
	font-size: 1em;
	margin: 0;
	padding: 0.5em;
}

@media screen and (max-width:50em) {
	.section--intro {
		font-size: 1em;
	}

}
@font-face {
	font-family: 'icomoon';
	src:url('../../IntcomexCloud/fonts/icomoon/icomoon.eot?pvm5gj');
	src:url('../../IntcomexCloud/fonts/icomoon/icomoon.eot?#iefixpvm5gj') format('embedded-opentype'),
		url('../../IntcomexCloud/fonts/icomoon/icomoon.woff?pvm5gj') format('woff'),
		url('../../IntcomexCloud/fonts/icomoon/icomoon.ttf?pvm5gj') format('truetype'),
		url('../../IntcomexCloud/fonts/icomoon/icomoon.svg?pvm5gj#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
} /* Icons created with icomoon.io/app */
  
.tabs {
	position: relative;
	width: 100%;
	overflow: hidden;
	margin: 1em 0 2em;
	font-weight: 300;
}

/* Nav */
.tabs nav {
	text-align: center;
}

.tabs nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
}

/*.tabs nav ul li {
	border: 1px solid #1892CA;
	border-bottom: none;
	margin: 0 0.25em;
	display: block;
	float: left;
	position: relative;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}*/

/*.tabs nav li.tab-current {
	border: 1px solid #1892CA;
	box-shadow: inset 0 2px #1892CA;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom: none;
	z-index: 100;
}

.tabs nav li.tab-current:before,
.tabs nav li.tab-current:after {
	content: '';
	position: absolute;
	height: 1px;
	right: 100%;
	bottom: 0;
	width: 1000px;
	background: #47a3da;
}

.tabs nav li.tab-current:after {
	right: auto;
	left: 100%;
	width: 4000px;
}*/

.tabs nav a {
	color: #becbd2;
	display: block;
	font-size: 1.45em;
	line-height: 2.5;
	padding: 0 1.25em;
	white-space: nowrap;
}

.tabs nav a:hover {
	color: #768e9d;
	text-decoration: none;
}

.tabs nav li.tab-current a {
	color: #1892CA;
}

/* Icons */

.icon-food:before {
	content: url(http://mycrm.intcomex.com/sugarcrm/images/XUS/Intocomexcloud/svg/empresarial.png);
}

.icon-sa:before {
	content: url(http://mycrm.intcomex.com/sugarcrm/images/XUS/Intocomexcloud/svg/Azure-icon.png);
}


.icon-ad:before {
	content: url(http://mycrm.intcomex.com/sugarcrm/images/XUS/Intocomexcloud/svg/azure-ad.png);
	width: 23px;
	height: 23px;
}

.icon-rm:before {
	content: url(http://mycrm.intcomex.com/sugarcrm/images/XUS/Intocomexcloud/svg/Azure-icon.png);
	width: 23px;
	height: 23px;
}

.icon-lab:before {
	content: "\e601";
}

.icon-cup:before {
	content: url(http://mycrm.intcomex.com/sugarcrm/images/XUS/Intocomexcloud/svg/empresarial.png);
}

.icon-truck:before {
	content: "\e603";
}

.icon-shop:before {
	content: url(http://mycrm.intcomex.com/sugarcrm/images/XUS/Intocomexcloud/svg/empresarial.png);
	width: 23px;
	height: 23px;
}
.icon-office:before {
	content: url(http://mycrm.intcomex.com/sugarcrm/images/XUS/Intocomexcloud/svg/office.png);
	width: 23px;
	height: 23px;
}
.icon-bit:before {
	content: url(http://mycrm.intcomex.com/sugarcrm/images/XUS/Intocomexcloud/svg/bit.png);
	width: 23px;
	height: 23px;
}
.icon-o:before{
	position: absolute;
	top: 50%;
	padding-top: 50%;
}
.icon-o{
	top: 50%;
	padding-top: 0.1em;
	fill:#000;
}
/* Content */
.content section {
	font-size: 1.25em;
	display: none;
	max-width: 1230px;
	margin: 0 auto;
}

.content section:before,
.content section:after {
	content: '';
	display: table;
}

.content section:after {
	clear: both;
}

/* Fallback example */
.no-js .content section {
	display: block;
	padding-bottom: 2em;
	border-bottom: 1px solid #47a3da;
}

.content section.content-current {
	display: block;
}

.mediabox {
	float: left;
	width: 33%;
	padding: 0 25px;
}

.mediabox img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

.mediabox h3 {
	margin: 0.75em 0 0.5em;
}

.mediabox p {
	padding: 0 0 1em 0;
	margin: 0;
	line-height: 1.3;
}

/* Example media queries */

@media screen and (max-width: 52.375em) {
	.tabs nav a span {
		display: none;
	}

	.tabs nav a:before {
		margin-right: 0;
	}

	.mediabox {
		float: none;
		width: auto;
		padding: 0 0 35px 0;
		font-size: 90%;
	}

	.mediabox img {
		float: left;
		margin: 0 25px 10px 0;
		max-width: 40%;
	}

	.mediabox h3 {
		margin-top: 0;
	}

	.mediabox p {
		margin-left: 40%;
		margin-left: calc(40% + 25px);
	}

	.mediabox:before,
	.mediabox:after {
		content: '';
		display: table;
	}

	.mediabox:after {
		clear: both;
	}
}

@media screen and (max-width: 32em) {
	/*.tabs nav ul,
	.tabs nav ul li a {
		width: 100%;
		padding: 0;
	}

	.tabs nav ul li {
		width: 20%;
		width: calc(20% + 1px);
		margin: 0 0 0 -1px;
	}

	.tabs nav ul li:last-child {
		border-right: none;
	}*/

	.mediabox {
		text-align: center;
	}

	.mediabox img {
		float: none;
		margin: 0 auto;
		max-width: 100%;
	}

	.mediabox h3 {
		margin: 1.25em 0 1em;
	}

	.mediabox p {
		margin: 0;
	}
}




/* Ferdinand */
.menu--ferdinand .menu__link {
	position: relative;
	display: block;
	margin: 0 1.5em;
	padding: 0.65em 0;
	text-align: center;
	color: #b5b5b5;
	-webkit-transition: background 0.3s, color 0.3s;
	transition: background 0.3s, color 0.3s;
}

.menu--ferdinand .menu__link:hover,
.menu--ferdinand .menu__link:focus {
	color: #605F63;
}

.menu--ferdinand .menu__item--current .menu__link {
	color: #605F63;
	text-decoration: none;
}

.menu--ferdinand .menu__link::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: #605F63;
	-webkit-transform: scale3d(0, 5, 1);
	transform: scale3d(0, 5, 1);
	-webkit-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transition-timing-function: cubic-bezier(1, 0.68, 0.16, 0.9);
	transition-timing-function: cubic-bezier(1, 0.68, 0.16, 0.9);
}

.menu--ferdinand .menu__item--current .menu__link::before {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}


.menu {
	line-height: 1;
	margin: 0 auto 3em;
}

.menu__list {
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style: none;
}

.menu__item {
	display: block;
	margin: 1em 0;
}

.menu__link {
	font-size: 1.05em;
	font-weight: bold;
	display: block;
	padding: 1em;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.menu__link:hover,
.menu__link:focus {
	outline: none;
}

/* Stack items for smaller screens */
@media screen and (max-width:55em) {
	.menu__list {
		display: block;
		margin: 0 auto;
	}
}

.raleway{
	font-family: 'Raleway','Open Sans', sans-serif;
}
.cabecera-office{
	padding: 2em;
	width: 1170px;
}
@font-face {
	font-family: 'icomoon';
	src:url('../../IntcomexCloud/fonts/icomoon/icomoon.eot?pvm5gj');
	src:url('../../IntcomexCloud/fonts/icomoon/icomoon.eot?#iefixpvm5gj') format('embedded-opentype'),
		url('../../IntcomexCloud/fonts/icomoon/icomoon.woff?pvm5gj') format('woff'),
		url('../../IntcomexCloud/fonts/icomoon/icomoon.ttf?pvm5gj') format('truetype'),
		url('../../IntcomexCloud/fonts/icomoon/icomoon.svg?pvm5gj#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
} /* Icons created with icomoon.io/app */

.tabs {
	position: relative;
	width: 100%;
	overflow: hidden;
	margin: 1em 0 2em;
	font-weight: 300;
}

/* Nav */
.tabs nav {
	text-align: center;
}

.tabs nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
}

/*.tabs nav ul li {
	border: 1px solid #1892CA;
	border-bottom: none;
	margin: 0 0.25em;
	display: block;
	float: left;
	position: relative;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}*/

/*.tabs nav li.tab-current {
	border: 1px solid #1892CA;
	box-shadow: inset 0 2px #1892CA;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom: none;
	z-index: 100;
}

.tabs nav li.tab-current:before,
.tabs nav li.tab-current:after {
	content: '';
	position: absolute;
	height: 1px;
	right: 100%;
	bottom: 0;
	width: 1000px;
	background: #47a3da;
}

.tabs nav li.tab-current:after {
	right: auto;
	left: 100%;
	width: 4000px;
}*/

.tabs nav a {
	color: #becbd2;
	display: block;
	font-size: 1.45em;
	line-height: 2.5;
	padding: 0 1.25em;
	white-space: nowrap;
}

.tabs nav a:hover {
	color: #768e9d;
	text-decoration: none;
}

.tabs nav li.tab-current a {
	color: #1892CA;
}

/* Icons */


.icon-od:before {
	content: url(http://mycrm.intcomex.com/sugarcrm/images/XUS/Intocomexcloud/svg/one-icon.png);
}

.icon-ym:before {
	content: url(http://mycrm.intcomex.com/sugarcrm/images/XUS/Intocomexcloud/svg/yammer-icon.png);
}

.icon-sp:before {
	content: url(http://mycrm.intcomex.com/sugarcrm/images/XUS/Intocomexcloud/svg/share-icon.png);
	width: 23px;
	height: 23px;
}

.icon-truck:before {
	content: "\e603";
}

.icon-sb:before {
	content: url(http://mycrm.intcomex.com/sugarcrm/images/XUS/Intocomexcloud/svg/skype-icon.png);
	width: 23px;
	height: 23px;
}
.icon-o:before{
	position: absolute;
	top: 50%;
	padding-top: 50%;
}
.icon-o{
	top: 50%;
	padding-top: 0.1em;
	fill:#000;
}
/* Content */
.content section {
	font-size: 1.25em;
	display: none;
	max-width: 1230px;
	margin: 0 auto;
}

.content section:before,
.content section:after {
	content: '';
	display: table;
}

.content section:after {
	clear: both;
}

/* Fallback example */
.no-js .content section {
	display: block;
	padding-bottom: 2em;
	border-bottom: 1px solid #47a3da;
}

.content section.content-current {
	display: block;
}

.mediabox {
	float: left;
	width: 33%;
	padding: 0 25px;
}

.mediabox img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

.mediabox h3 {
	margin: 0.75em 0 0.5em;
}

.mediabox p {
	padding: 0 0 1em 0;
	margin: 0;
	line-height: 1.3;
}

/* Example media queries */

@media screen and (max-width: 52.375em) {
	.tabs nav a span {
		display: none;
	}

	.tabs nav a:before {
		margin-right: 0;
	}

	.mediabox {
		float: none;
		width: auto;
		padding: 0 0 35px 0;
		font-size: 90%;
	}

	.mediabox img {
		float: left;
		margin: 0 25px 10px 0;
		max-width: 40%;
	}

	.mediabox h3 {
		margin-top: 0;
	}

	.mediabox p {
		margin-left: 40%;
		margin-left: calc(40% + 25px);
	}

	.mediabox:before,
	.mediabox:after {
		content: '';
		display: table;
	}

	.mediabox:after {
		clear: both;
	}
}

@media screen and (max-width: 32em) {
	/*.tabs nav ul,
	.tabs nav ul li a {
		width: 100%;
		padding: 0;
	}

	.tabs nav ul li {
		width: 20%;
		width: calc(20% + 1px);
		margin: 0 0 0 -1px;
	}

	.tabs nav ul li:last-child {
		border-right: none;
	}*/

	.mediabox {
		text-align: center;
	}

	.mediabox img {
		float: none;
		margin: 0 auto;
		max-width: 100%;
	}

	.mediabox h3 {
		margin: 1.25em 0 1em;
	}

	.mediabox p {
		margin: 0;
	}
}




/* Ferdinand */
.menu--ferdinand .menu__link {
	position: relative;
	display: block;
	margin: 0 1.5em;
	padding: 0.65em 0;
	text-align: center;
	color: #b5b5b5;
	-webkit-transition: background 0.3s, color 0.3s;
	transition: background 0.3s, color 0.3s;
}

.menu--ferdinand .menu__link:hover,
.menu--ferdinand .menu__link:focus {
	color: #605F63;
}

.menu--ferdinand .menu__item--current .menu__link {
	color: #605F63;
	text-decoration: none;
}

.menu--ferdinand .menu__link::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: #605F63;
	-webkit-transform: scale3d(0, 5, 1);
	transform: scale3d(0, 5, 1);
	-webkit-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transition-timing-function: cubic-bezier(1, 0.68, 0.16, 0.9);
	transition-timing-function: cubic-bezier(1, 0.68, 0.16, 0.9);
}

.menu--ferdinand .menu__item--current .menu__link::before {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}


.menu {
	line-height: 1;
	margin: 0 auto 3em;
}

.menu__list {
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style: none;
}

.menu__item {
	display: block;
	margin: 1em 0;
}

.menu__link {
	font-size: 1.05em;
	font-weight: bold;
	display: block;
	padding: 1em;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.menu__link:hover,
.menu__link:focus {
	outline: none;
}

/* Stack items for smaller screens */
@media screen and (max-width:55em) {
	.menu__list {
		display: block;
		margin: 0 auto;
	}
}

.raleway{
	font-family: 'Raleway','Open Sans', sans-serif;
}
.cabecera-office{
	padding: 2em;
	width: 1170px;
}

.component {
	line-height: 1.5em;
	margin: 0 auto;
	padding: 2em 0 3em;
	width: 90%;
	max-width: 1000px;
	overflow: hidden;
}
.component .filler {
	font-family: 'Open Sans',"Raleway", Arial, sans-serif;
	color: #d3d3d3;
}
table {
    border-collapse: collapse;
    margin-bottom: 3em;
    width: 100%;
    background: #fff;
    text-align: center;
}
td, th {
    padding: 0.75em 1.5em;
    text-align: left;
    max-width: 100px;
    text-align: center;
}
	td.err {
		background-color: #e992b9;
		color: #fff;
		font-size: 0.75em;
		text-align: center;
		line-height: 1;
		max-width: 300px;
	}
.exchange-header  {
    background-color: #196BBA;
    font-weight: bold;
    color: #fff !important;
    white-space: nowrap;
    max-width: 100px;
}
th-cloud {
	background-color: #F9F8F7;
	color: #605F63;
	font-weight: 400; 
	max-width: 100px;
}
tbody tr:nth-child(2n-1) {
    background-color: #f5f5f5;
    transition: all .125s ease-in-out;
}
tbody tr:hover {
    background-color: rgba(147,218,249,.3);
}

/* For appearance */
.sticky-wrap {
	overflow-x: auto;
	overflow-y: hidden;
	position: relative;
	margin: 3em 0;
	width: 100%;
}
.sticky-wrap .sticky-thead,
.sticky-wrap .sticky-col,
.sticky-wrap .sticky-intersect {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	transition: all .125s ease-in-out;
	z-index: 50;
	width: auto; /* Prevent table from stretching to full size */
}
	.sticky-wrap .sticky-thead {
		box-shadow: 0 0.25em 0.1em -0.1em rgba(0,0,0,.125);
		z-index: 100;
		width: 100% !important; /* Force stretch */
	}
	.sticky-wrap .sticky-intersect {
		opacity: 1;
		z-index: 150;

	}
		.sticky-wrap .sticky-intersect th {
			background-color: #F0EFEC;
			color: #605F63;
		}
.sticky-wrap td,
.sticky-wrap th {
	box-sizing: border-box;
}

/* Not needed for sticky header/column functionality */
td.user-name {
	background-color: #F9F8F7;
	text-align: left;
	font-weight: 300;
	font-size: 14px;
}

td.user-name:hover {
    background-color: rgba(147,218,249,.3);
}

.sticky-wrap.overflow-y {
	overflow-y: auto;
	max-height: 50vh;
}



/*�����������������
	nuevas reglas
�����������������*/
@media (max-width: 60px){
	.sticky-wrap .sticky-thead{
		width:  100px !important;
	}
}

.selec-plan{
	background-color: #F0EFEC !important;
	color: #605F63 !important;
	max-width: 300px !important;
}

.2caract {
	color: #605F63 !important;
}
.precio-plan{
	font-size: 2em !important;
	font-weight: 400;
}
td.plan-name {
	background-color: #F9F8F7;
	text-align: center;
	font-weight: 300;
	font-size: 13px;
	line-height: 1.3em !important;
}
.boton-plan{
	border-radius: 5px;
	font-size: 0.6em !important;
	border: 1px solid #1892CA;
	color: #1892CA !important;
	padding: 0.3em 1em 0.4em 1em;
}
.boton-plan:hover{
	background-color: #1892CA;
	color: #fff !important;
	-webkit-transition:ease-in-out 0.14s;
	-moz-transition: all 0.14s ease 0.14s;
    -o-transition: all 0.14s ease 0.14s;
    transition:all 0.14s ease 0.14s;
}
.visio-plan{
	background-color: #0072C6 !important;
	width: 100px;
}

.raleway{
	font-family: 'Raleway','Open Sans', sans-serif;
}


/*�����������������
	nuevas reglas
�����������������*/
@media (max-width: 60px){
	.sticky-wrap .sticky-thead{
		width:  100px !important;
	}
}

.selec-plan{
	background-color: #F0EFEC !important;
	color: #605F63 !important;
	max-width: 250px !important;
}

.2caract {
	color: #605F63 !important;
}
.precio-plan{
	font-size: 2em !important;
	font-weight: 400;
}
td.plan-name {
	background-color: #F9F8F7;
	text-align: center;
	font-weight: 300;
	font-size: 13px;
	line-height: 1.3em !important;
}
.boton-plan td{
	padding: 0.15em 1.5em !important;
}
.boton-plan{
	border-radius: 5px;
	font-size: 0.6em !important;
	border: 1px solid #1892CA;
	color: #1892CA !important;
	padding: 0.3em 1em 0.4em 1em;
}
.boton-plan:hover{
	background-color: #1892CA;
	color: #fff !important;
	-webkit-transition:ease-in-out 0.14s;
	-moz-transition: all 0.14s ease 0.14s;
    -o-transition: all 0.14s ease 0.14s;
    transition:all 0.14s ease 0.14s;
}
.visio-plan{
	background-color: #0072C6 !important;
	width: 100px;
}

.raleway{
	font-family: 'Raleway','Open Sans', sans-serif;
}
.cabecera-office{
	padding: 2em;
	width: 1170px;
}
.cabecera-office{
	background:url(https://cloud.intcomex.com/wp-content/uploads/2016/06/Oficce-wbs1.jpg),#ED5332 no-repeat;
    display: block;
	text-align: center;
	max-width:100%;
}
.tit-cabecera-office{
	color: #FFF;
	font-size: 2.3em;
	font-weight: bold;
	line-height: 0.9em;
}

.th-cloud {
    background-color: #ED5332;
    font-weight: bold;
    color: #fff !important;
    white-space: nowrap;
    max-width: 100px;
}

th.th-header-azure {
    background-color: #002050;
    font-weight: bold;
    color: #fff !important;
    white-space: nowrap;
    max-width: 100px;
}
@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700);
@font-face {
	font-family: 'Open Sans';
	src:url('../../IntcomexCloud/fonts/codropsicons/codropsicons.eot');
	src:url('../../IntcomexCloud/fonts/codropsicons/codropsicons.eot?#iefix') format('embedded-opentype'),
         /*url('../../IntcomexCloud/fonts/codropsicons/codropsicons.woff') format('woff'),
         url('../../IntcomexCloud/fonts/codropsicons/codropsicons.ttf') format('truetype'),*/
		url('../../IntcomexCloud/fonts/codropsicons/codropsicons.svg#codropsicons') format('svg');
	font-weight: normal;
	font-style: normal;
}
 

.cloud-container {
	font-family:'Open Sans', 'Lato', Arial, sans-serif;
	color: #7c8d87; 
    background: #fff !important;
}

/*a {
	color: #1892CA;
	text-decoration: none;
}

a:hover, a:focus {
	color: #1892CA;
}*/

.container > header {
	margin: 0 auto;
	padding: 2em;
	text-align: center;
	background: rgba(0,0,0,0.01);
}

.container > header h1 {
	font-size: 2.625em;
	line-height: 1.3;
	margin: 0;
	font-weight: 300;
}

.container > header span {
	display: block;
	font-size: 60%;
	opacity: 0.7;
	padding: 0 0 0.6em 0.1em;
}

/* To Navigation Style */
.codrops-top {
	background: #fff;
	background: rgba(255, 255, 255, 0.6);
	text-transform: uppercase;
	width: 100%;
	font-size: 0.69em;
	line-height: 2.2;
}

.codrops-top a {
	text-decoration: none;
	padding: 0 1em;
	letter-spacing: 0.1em;
	display: inline-block;
}

.codrops-top a:hover {
	background: rgba(255,255,255,0.95);
}

.codrops-top span.right {
	float: right;
}

.codrops-top span.right a {
	float: left;
	display: block;
}

.codrops-icon:before {
	font-family: 'Open Sans';
	margin: 0 4px;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

.codrops-icon-drop:before {
	content: "\e001";
}

.codrops-icon-prev:before {
	content: "\e004";
}

/* Demo Buttons Style */
.codrops-demos {
	padding-top: 1em;
	font-size: 0.8em;
}

.codrops-demos a {
	display: inline-block;
	margin: 0.5em;
	padding: 0.7em 1.1em;
	outline: none;
	border: 2px solid #31bc86;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
}

.codrops-demos a:hover,
.codrops-demos a.current-demo,
.codrops-demos a.current-demo:hover {
	border-color: #7c8d87;
	color: #7c8d87;
}

.related {
	text-align: center;
	font-size: 1.5em;
	padding-bottom: 3em;
}

@media screen and (max-width: 25em) {

	.codrops-icon span {
		display: none;
	}

}







/*------------------------------------------------------------
					OneDrive para la Empresa 
------------------------------------------------------------*/

.od-head{
	background-color: #F0EFEC;
	width: 100%;
	padding: 3em 1em;
}
.img-head-od{
	padding: 1em;
	float: left;
	max-width: 100%;
}
.grand-title-od{
	font-size: 45px;
	line-height: 40px;
	color: #605F63;
	display: inline-block;
}
.text-1-od{
	color: #605F63;
	font-size: 14px;
}
.sa-empty{
	min-height: 100px;
}
.item-plan-od{
	margin: 1em .4em;
    max-width: 140px;
    display: inline-block;
    vertical-align: middle;
}
.price-od{
	color: #605F63;
	font-size: 25px;
	line-height: 11px;
}
.opa{
	opacity: .5;
}
.line-plan-od{
	border: 1px solid #605F63;
	margin: 1em 0em;
}
.boton-od{
	color: #1892CA;
	border: 1px solid #1892CA;
	border-radius: 10px;
	padding: 0.3em 1em 0.4em 1em;
	font-size: 1em;
	display: inline-block;
	margin:15px;
}
@media (max-width: 991px){
	.boton-od{
		margin-top: 0% !important;
		margin: 1em 0em !important;
	}
}
.boton-od:hover{
	background-color: #1892CA;
    color: #FFF !important;
    -webkit-transition: ease-in-out 0.14s;
    -moz-transition: all 0.14s ease 0.14s;
    -o-transition: all 0.14s ease 0.14s;
    transition: all 0.14s ease 0.14s;
}
.container-od{
	padding-left: 0 !important;
}
.box-blue-od{
	background-color: #0071BB;
	padding: 2em 1em;
}
.white-title-od{
	color: #FFF;
	font-size: 14px;
}
.white-text-od{
	color: #FFF;
	font-size: 12px;
}
.img-white-od{
	max-width: 49%;
	display: inline-block;
}

@media (max-width: 500px){
	.img-white-od{
		display: none;
	}
}
.img-gif-od{
	max-width: 100%;
	padding-top: 40%;
}
@media (max-width: 1000px){
	.img-gif-od{
		display: none;
	}
}
.title-od{
	font-size: 24px;
	color: #605F63;
	display: inline-block;
}
.subtitle-od{
	font-size: 20px;
	color: #605F63;
	display: inline-block;
}
.text-2-od{
	color: #605F63;
	font-size: 12px;
}
.f1-box-od{
	background: url(http://mycrm.intcomex.com/sugarcrm/images/XUS/Intocomexcloud/backgrounds/colaboration-wbs5.jpg),#0D1E25;
	padding: 1em;
	width: 100%;
	margin-bottom: 2em;
}
.video-f1-od{
	max-width: 100%;
}
.f1-od-title{
	color: #FFF;
	font-size: 24px;
	padding-top: 10%
}
@media (max-width: 980px){
	.f1-od-title{
		padding-top: 0% !important;
	}
}
.f1-od-text{
	color: #FFF;
	font-size: 14px;
}

.box-include-od{
	border: 1px solid #605F63;
	border-radius: 5px;
	padding: 1em;
	margin: 1em;
	background-color: #FFF;
	text-align: center !important;
	min-height: 290px;
    max-width: 220px;
}
.icon-include-od{
	max-width: 100%;
	margin-bottom: 1em;
}

/*------------------------------------------------------------
					SharePoint OnLine
------------------------------------------------------------*/

.sp-head{
	background: url(http://mycrm.intcomex.com/sugarcrm/images/XUS/Intocomexcloud/backgrounds/SharePoint.jpg),#FFF;
	background-repeat: no-repeat;
	padding: 1em;
	width: 100%;
}
.img-head-sp{
	padding: 1em;
	float: left;
	max-width: 100%;
}
.grand-title-sp{
	font-size: 36px;
	line-height: 40px;
	color: #605F63;
	display: inline-block;
}
.img-disp-sp{
	text-align: center;
	max-width: 100%;
	display: inline-block;
}
.sp-text-opa{
	font-size: 10px;
	color: #605F63;
	display: inline-block;
	opacity: .5;
}
.plans-sp{
	margin-top: 10%;
}
.box-sp{
	margin-bottom: 2em;
}
.video-share{
	max-width: 100%;
}
.share-container{
	padding: 2em;
	background: url(http://mycrm.intcomex.com/sugarcrm/images/XUS/Intocomexcloud/backgrounds/colaboration-wbs6.png),#0071BB;
}
.share-title{
	color: #FFF;
	font-size: 45px;
	width: 100%;
}
.share-text{
	color: #FFF;
	font-size: 12px;
	max-width: 70%;
	padding-left: 10px;
    display: inline-block;
}
.icon-share{
	text-align: center;
	display: inline-block;
	float: left;
    padding: 10px;
}
/*------------------------------------------------------------
					Skype Empresarial Online
------------------------------------------------------------*/

.sb-header{
	background: url(http://mycrm.intcomex.com/sugarcrm/images/XUS/Intocomexcloud/backgrounds/colaboration-wbs7.jpg),#605F63;
	padding: 3em;
	width: 100%;
	background-repeat: no-repeat;
}
.head-logo-sb{
	float: left;
	display: inline-block;
	padding: 1em;
}
.head-title-sb{
	color:#FFF;
	font-size: 36px;
	padding-right: 1em;
}
.soft-blue-sb{
	width: 100%;
	padding: 2em 1em;
	background-color: #E4EEF2;
}
.logo-sb{
	max-width: 100%;
	padding: 1em 0em;
	display: inline-block;
}
.title-sb{
	font-size: 36px;
	color: #605F63;
	display: inline-block;
}
.text-sb{
	font-size: 14px;
	color: #605F63;
	display: inline-block;
}
.video-sb{
	max-width: 100%;
}
.tinytops-sb{
	max-width: 300px;
	min-width: 250px;
	margin: 1em;
	display: inline-block;
	vertical-align: middle;
}
.sub-title-sb{
	font-size: 20px;
	color: #605F63;
	display: inline-block;
}
.text2-sb{
	font-size: 12px;
	color: #605F63;
	display: inline-block;
}
.tops-sb{
	width: 100%;
	padding: 2em;
}
.top-pic-sb{
	text-align: center;
	max-width: 100%;
}
.title-top-sb{
	font-size: 24px;
	color: #605F63;
	display: inline-block;
}
.toplist-sb{
	font-size: 14px;
	color: #605F63;
	display: inline-block;
}

.bitline-sb{
	border: 1px solid #00AFF0;
	width: 95%;
	text-align: center;
	opacity: .5;
}
.bigline-sb{
	border: 6px solid #00AFF0;
	width: 100%;
	text-align: center;
}

/*------------------------------------------------------------
					Yammer Enterprise
------------------------------------------------------------*/

.ym-header{
	background: url(http://mycrm.intcomex.com/sugarcrm/images/XUS/Intocomexcloud/backgrounds/colaboration-wbs8.jpg),#2B72DE;
	background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 2em;
    width: 100%;
    min-height: 600px;
}
.ym-logo{
	max-width: 100%;
	float: left;
	padding: 1em 0em;
	display: inline-block;
}
.head-title-ym{
	color: #FFF;
	font-size: 40px;
	font-weight: 700;
	display: inline-block;
	padding: 3em 0em 0em 0em;
}
.head-text-ym{
	color: #FFF;
	font-size: 1rem;
	display: inline-block;
	padding: 0em;
}
@media (min-width:1000px ){
	.box-price-ym{
		padding: 9em 0em 0em 5em;
	}
}
.grand-title-ym{
	font-size: 30px;
    line-height: 30px;
    color: #FFF;
    display: inline-block;
}
.item-plan-ym{
	margin: 1em .4em;
    max-width: 140px;
    display: inline-block;
    vertical-align: middle;
}
.price-ym{
	color: #FFF;
    font-size: 25px;
    line-height: 11px;
}
.item-plan-ym{
	margin: 1em .4em;
    max-width: 140px;
    display: inline-block;
}
.text-1-ym{
	color: #FFF;
    font-size: 14px;
}
.boton-ym{
	color: #FFF;
    border: 1px solid #FFF;
    border-radius: 10px;
    padding: 0.3em 1em 0.4em 1em;
    font-size: 1em;
    display: inline-block;
    margin: 15px;
}
.boton-ym:hover{
	background-color: #FFF;
    color: #2B72DE !important;
    -webkit-transition: ease-in-out 0.14s;
    -moz-transition: all 0.14s ease 0.14s;
    -o-transition: all 0.14s ease 0.14s;
    transition: all 0.14s ease 0.14s;
}
.white-box-ym{
	width: 100%;
	background-color: #FFF;
	padding: 2em;
}
.video-ym{
	max-width: 100%;
}
.title-ym{
	font-size: 2rem;
	font-weight: 700;
	color: #343A41;
	display: inline-block;
}
.text-ym{
	font-size: 1rem;
	color: #646D7A;
	opacity: .95;
	display: inline-block;
}
.pic-ym{
	max-width: 100%;
    padding: 1em;
}
@media (max-width: 1000px){
	.pic-ym{
		display: none;
	}
}
.list-ym{
	list-style-image: url(http://mycrm.intcomex.com/sugarcrm/images/XUS/Intocomexcloud/svg/list-ym.png);
}


/*------------------------------------------------------------
					Suscripci�n Azure 
------------------------------------------------------------*/
.sa-head{
	background: url(https://cloud.intcomex.com/wp-content/uploads/2016/05/productos.jpg),#090A0C no-repeat;
	width: 100%;
	padding: 3em 1em;
}
.grand-title-sa{
	font-size: 40px;
	line-height: 40px;
	color: #FFF;
	display: inline-block;
}
.title-sa{
	font-size: 36px;
	line-height: 36px;
	color: #FFF;
	display: inline-block;
}
.subtitle-sa{
	font-size: 20px;
	color: #FFF;
	display: inline-block;
}
.sa-empty{
	min-height: 100px;
}
.boton-sa{
	color: #FFF;
	border: 1px solid #FFF;
	border-radius: 10px;
	padding: 0.3em 1em 0.4em 1em;
	font-size: 1em;
	display: inline-block;
	margin:15px;
	float: right;
	margin-top: 20%;
}
@media (max-width: 991px){
	.boton-sa{
		margin-top: 0% !important;
		float: left;
		margin: 1em 0em !important;
	}
}
.boton-sa:hover{
	background-color: #FFF;
    color: #000 !important;
    -webkit-transition: ease-in-out 0.14s;
    -moz-transition: all 0.14s ease 0.14s;
    -o-transition: all 0.14s ease 0.14s;
    transition: all 0.14s ease 0.14s;
}


/*------------------------------------------------------------
					Active Directory Items
------------------------------------------------------------*/

.head-azure-AD{
	background-color: #002050;
	display: inline-block;
	width: 100%;
	padding: 1em;
}
.AD-title{
	color: #FFF;
	font-size: 36px;
	padding-top: 10%;
	display: inline-block;
}
.img-head-ad{
	text-align: right;
	display: inline-block;
	float: right;
}
.sub-head-ad{
	background-color: #EEE;
	display: inline-block;
	width: 100%;
	padding: 1em;
	margin-top: -7px;
}
.AD-subtitle{
	color: #002050;
	font-size: 18px;
}
.list-ad{
	color: #002050;
	font-size: 14px;
	line-height: 15px;
	list-style-image: url(https://cloud.intcomex.com/wp-content/uploads/2016/06/list-circle.png);
}

/*------------------------------------------------------------
					Active Directory Section
------------------------------------------------------------*/

.ad-basic-section{
	width: 100%;
	text-align: center;
	display: inline-block;
	padding: 1em;
}
.log-ad-field{
	display: inline-block;
	vertical-align: middle;
	float: sub;
	min-width: 120px;
}
.log-ad{
	display: inline-block;
	float: left;
}
.video-ad{
	padding: 0px !important;
	text-align: center;
}
@media (max-width: 700px){
	.video-ad{
		width: 100% !important;
	}	
}
.ad-2title-field{
	display: inline-block;
	width: 44%;
	vertical-align: middle;
}
.ad-2title{
	color: #002050;
	font-size: 36px;
	text-align: left;

}
.botones-ad-field{
	min-width: 400px;
	vertical-align: middle;
	text-align: right;
	display: inline-block;
}
.comprar-bot-ad{
	color: #1892CA;
	border: 1px solid #1892CA;
	border-radius: 10px;
	padding: 0.3em 1em 0.4em 1em;
	font-size: 1em;
	display: inline-block;
	margin:15px;
}
.comprar-bot-ad:hover{
	background-color: #1892CA;
    color: #fff !important;
    -webkit-transition: ease-in-out 0.14s;
    -moz-transition: all 0.14s ease 0.14s;
    -o-transition: all 0.14s ease 0.14s;
    transition: all 0.14s ease 0.14s;
}
.comparar-bot-ad{
	color: #605F63;
	border: 1px solid #605F63;
	border-radius: 10px;
	padding: 0.3em 1em 0.4em 1em;
	font-size: 1em;
	display: inline-block;
	margin:15px;
}
.comparar-bot-ad:hover{
	background-color: #605F63 !important;
    color: #fff !important;
    -webkit-transition: ease-in-out 0.14s;
    -moz-transition: all 0.14s ease 0.14s;
    -o-transition: all 0.14s ease 0.14s;
    transition: all 0.14s ease 0.14s;
}
@media (max-width: 500px){
	.comprar-bot-ad .comparar-bot-ad{	
		display: inline-block;
	}
	.botones-ad-field{
		min-width: 200px;
		text-align: center;
	}
	.ad-2title-field{
		width: 100%;
		text-align: center;
	}
	.ad-2title{
		text-align: center;
	}
}
@media (max-width: 800px){
	.comprar-bot-ad .comparar-bot-ad{	
		display: inline-block;
	}
	.botones-ad-field{
		min-width: 200px;
		text-align: center;
	}
	.ad-2title-field{
		width: 100%;
		text-align: center;
	}
	.ad-2title{
		text-align: center;
	}
}
.line-text{
	border: 1px solid #CCC;
	margin: 1em 0em;
}
.text-ad{
	color: #002050;
	font-size: 14px;
	line-height: 16px;
	text-align: left;
}
.line-section-ad{
	border: 2px solid #002050;
}


/*------------------------------------------------------------
					Azure Rights Management
------------------------------------------------------------*/

.arm-head{
	background: url(https://cloud.intcomex.com/wp-content/uploads/2016/07/arm-fondo.jpg);
	display: inline-block;
	width: 100%;
}
.field-arm-head{}
.arm-title{
	color: #605F63;
	font-size: 36px;
	display: inline-block;
}
@media (min-width: 1200px){
	.arm-title{
		padding: 0.5em 0em;
	}
}
.text-arm{
	font-size: 16px;
	line-height: 19px;
	color: #605F63;
	padding: 1em;
}
.arm-text{
	font-size: 12px;
	line-height: 15px;
	color: #605F63;
	display: inline-block;
}
.line-arm{
	border: 1px solid #CCC;
	margin: 1em 0em 2em 0em;
}
.price-arm{
	font-size: 36px;
	line-height: 20px;
	color: #605F63;
	display: inline-block;
}
.boton-arm{
	color: #1892CA;
	border: 1px solid #1892CA;
	border-radius: 10px;
	padding: 0.3em 1em 0.4em 1em;
	font-size: 1em;
	display: inline-block;
	margin: 0px 15px;
    vertical-align: top;
    float: right;
}
.boton-arm:hover{
	background-color: #1892CA;
    color: #fff !important;
    -webkit-transition: ease-in-out 0.14s;
    -moz-transition: all 0.14s ease 0.14s;
    -o-transition: all 0.14s ease 0.14s;
    transition: all 0.14s ease 0.14s;
}
@media (max-width: 400px){
	.boton-arm{
		float: left !important;
		margin: 1em 0em;
	}
}
.field-arm-img{
	padding-right: 0 !important;
	width: 50%;
}
.arm-img{
	padding-right: 0 !important;
	width: 100%;
	display: inline-block;
}
@media (max-width: 991px){
	.arm-img{
		display: none !important;
	}
}
.empty-arm{
	width: 100%;
	padding: .5em 1.7em;
}
.fill-arm{
	width: 100%;
	padding: .5em 1.7em;
	background-color: #F4F4F4;
}
.subtitle-arm{
	font-size: 18px;
	color: #605F63;
}
.box-arm{
	border: 1px solid #605F63;
	border-radius: 10px;
	width: 100%;
	padding:1em;
	margin: 1em 0em;
}
.bold-subtitle-arm{
	font-size: 16px;
    line-height: 19px;
    color: #605F63;
}
/*------------------------------------------------------------
					Tabla Productos Acronis
------------------------------------------------------------*/
.acro-plans{
	margin: 0 auto;
	display: inline-block;
	text-align: center;
	width: 100%;
	padding: 30px;
}
.item-acro{
	margin: 1em .4em;
    width: 240px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}
.beige-cont-acro{
	background-color: #F1F3F4;

}
.acronis-logo{
	max-width: 50%;
}
.file-acro-box{
	background-color: #488BD3;
	border-radius: 10px;
	box-shadow: 0 0.25em 0.1em -0.1em #0076CE;
	color: #FFF;
	text-align: center;
	padding: 20px;
	max-width: 300px;
	font-size: 26px;
	line-height: 30px;
}
.file-acro-box b{
	font-size: 50px;
	line-height: 50px;
}
.boton-plan{
	font-size: 25px !important;
	padding: 20px 40px;
	font-weight: 700;
}

/*------------------------------------------------------------
			Características Productos Acronis
------------------------------------------------------------*/

.acro-topic-title{
	color: #00204D !important;
	padding-top: 40px;
	font-size: 40px;
}
.line-acro{
	border:.3px solid #488BD3;
}
.acro-topic-subtitle{
	color: #488BD3 !important;
	padding-top: 20px;
	font-size: 30px;
}
.acro-plan-topics{
	max-width: 800px;
	margin: 0 auto;
	padding: 64px 0;
}
.list-acro{
	list-style-image: url(https://cloud.intcomex.com/wp-content/uploads/2016/06/list-circle.png);
}
@media screen and (min-width:1000px){
	.list-acro{
	padding-left: 176px;
	}
}


/* =================================================================================================
Estilos del Formulario Orden de Compra Microsoft Open License Program
================================================================================================= */

/*----- Header Afiliada ------ 
.head-afiliada{
	background-color: #363c4d;
}
.head-afiliada label{
	color: #ffffff;
}
.reseller-data{}
.dataResBox{
	background-color: #f2f2f2;
	top: -12px;
}

.advert-box{
	background-color: #ffffff;
	border-radius: 5px;
	color: #999999;
}
.addClient{
	background-color: #dedddd;
	margin: 15px;
	padding: unset;
}*/

.dataResBox-top-12 {
    background-color: rgba(119, 112, 112, 0.17);
    top: -12px;
}

.dataResBox {
    background-color: #f2f2f2;
}

.confir {
    background-color: #ffffff;
    border-radius: 5px;
    color: #999999;
}

.head-afiliada {
    background-color: #363c4d;
}

    .head-afiliada label {
        color: #ffffff;
    }

#tableProductsVolume [contenteditable='true'] {
    background: white;
    border-color: #00000066;
    border-style: double;
    border-width: 2px;
}

@font-face {
    font-family: 'Overpass';
    src: url('../fonts/Overpass-Regular.ttf')
}

@font-face {
    font-family: 'Barlow';
    src: url('../fonts/BarlowCondensed-Regular.ttf')
}

.CustomOverlayFormOTP {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0px;
    left: 0px;
    background: rgba(0,0,0,.5);
    display: flex;
    align-items: center;
    justify-content: center;
}

.MasterData {
    display: flexbox;
}

.Titulo1, .Titulo2 {
    padding-top: 34px;
    left: 598px;
    /* UI Properties */
    text-align: center;
    font: normal normal bold 22px/36px Overpass !important;
    letter-spacing: 0px;
    color: #191515;
    opacity: 1;
}

.introtext {
    text-align: left;
    font: normal normal normal 16px/23px Barlow !important;
    font-family: Barlow !important;
    text-align: justify;
    letter-spacing: 0px;
    color: #191515;
    opacity: 1;
    padding-top: 25px;
}

.cambio {
    display: flex;
    flex-direction: row !important;
}

#flujo {
    display: flex !important;
    flex-direction: column;
    height: 100% !important;
}

.OTPContainer {
    background-color: whitesmoke;
    width: 480px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin-top: 100px;
}

.headone {
    display: block;
}

.infocontent {
    margin-left: 80px;
    margin-right: 80px;
    text-align: justify;
    display: flex !important;
    flex-grow: 1;
}

#carta {
    margin-top: 17px;
}

.headerotp-image {
    background: #FF9961;
    opacity: 1;
    display: block;
    text-align: center;
    position: relative;
    width: 100%;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    overflow: hidden;
    height: 173px;
    border-radius: 0 0 70% 70% / 35%;
}

.input-geocode {
    text-align: center;
    background-color: #e6e6e6;
    width: 73px;
    white-space: nowrap;
    vertical-align: middle;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    position: relative;
    border: 1px solid #E6E6E6;
}

.input-geocode-select {
    text-align: center;
    background-color: #e6e6e6;
    width: 73px;
    white-space: nowrap;
    vertical-align: middle;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    position: relative;
    border: 1px solid #E6E6E6;
}

.dataOperate {
    padding-top: 25px;
    display: flex;
    flex-direction: column;
    height: 69px;
    padding-bottom: 60px !important;
}

.celphoneInput {
    display: inline-flex;
    width: 246px;
}

#formConfirmOtp {
    padding-bottom: 0px !important;
}

#tester {
    margin-top: 5px;
    display: inline-flex;
}

.close {
    position: absolute;
    top: 7px;
    right: 10px;
    font-size: 20px;
    cursor: pointer;
}

#BacktoButton {
    position: absolute;
    top: 3px;
    left: 40px;
    width: 100px;
    text-align: left;
    text-decoration: underline;
    font: normal normal normal 16px/19px Barlow;
    letter-spacing: 0px;
    color: #E6E6E6 !important;
    opacity: 1;
}

#ArrowBacktoButton {
    position: absolute;
    width: 12px;
    height: 12px;
    top: 3px;
    left: 20px;
    text-align: left;
    color: #E6E6E6;
    opacity: 1;
}

#textone, #texttwo, #textthree {
    font: normal normal normal 16px/23px Barlow !important;
    font-family: Barlow !important;
    text-align: justify;
    letter-spacing: 0px;
    color: #191515;
    opacity: 1;
}

.btnModal {
    border-radius: 2px;
    background-color: #0AA9CB;
    text-align: center;
    border: 1px solid #0AA9CB;
    height: 48px;
    width: 100%;
    max-width: 100%;
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 4px;
    margin-right: 4px;
    border: 1px solid #0AA9CB;
    color: #ffffff;
    font-weight: bold;
    cursor: pointer;
}

.buttonsbot {
    display: flex;
    flex-direction: column;
    width: 100%;
    flex-grow: 1;
    margin-bottom: 30px !important;
    justify-content: flex-end;
}

.linktermycond {
    text-align: right;
    font: normal normal normal 16px/19px Barlow !important;
    letter-spacing: 0px;
    color: #0AA9CB;
    opacity: 1;
}

.endbuttons {
    display: flex;
    flex-direction: column;
    width: 100%;
    flex-grow: 1;
    width: 100%;
    height: 48px;
    /* UI Properties */
    border-radius: 2px;
    opacity: 1;
    padding-bottom: 60px;
    padding-top: 33px;
    margin-bottom: 20px;
}

.personalerror {
    text-align: left;
    font: normal normal normal 12px Barlow !important;
    letter-spacing: 0px;
    color: #C40247;
    opacity: 1;
}

.otp-container {
    display: flex;
    justify-content: space-between;
}

.otp-input {
    width: 47px;
    height: 69px;
    text-align: center;
    font-size: 18px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-right: 5px;
    text-align: center;
    font: normal normal normal 40px/25px Barlow !important;
    letter-spacing: 0px;
    color: #191515;
    opacity: 1;
}

.laberror {
    color: #C40047 !important;
}

.finallinks {
    width: 100%;
    height: 19px;
    padding-top: 15px;
    text-align: center;
    padding-bottom: 30px;
}

.field {
    position: relative;
}

    .field label::before {
        content: attr(title);
        position: absolute;
        top: 0;
        left: 2em;
        line-height: 48px;
        color: #191515;
        font-size: 13px;
        font-family: "Barlow", sans-serif;
        font-weight: 400;
        transition: 300ms all;
        pointer-events: none;
    }

    .field.fieldd2 input {
        background-color: #F7F7F7;
        height: 48px;
        border: 1px solid #E6E6E6;
        /*padding: 16px 3em 16px 12px;*/
        padding: 1em 3em 0 12px;
        /*padding: 1em 3em 0 1.5em;*/
        border-radius: 5px;
        color: #191515;
        font-size: 13px;
        font-family: "Barlow", sans-serif;
        font-weight: 400;
    }

    .field input.uppercase {
        text-transform: uppercase;
    }

    .field input:focus {
        outline: 0;
        box-shadow: none;
        background-color: #FFFFFF;
        border: 1px solid #B3B3B3;
        /*      border-color: $gs-gray;*/
    }

    .field input::placeholder {
        color: transparent;
    }

    .field input:invalid:not(:placeholder-shown) + label::before {
        content: attr(data-title);
        border-color: #C40047;
        left: 12px;
    }

    .field input:valid:not(:placeholder-shown) {
        background-color: #FFFFFF;
    }

        .field input:valid:not(:placeholder-shown) + label::before {
            content: attr(data-title);
            left: 12px;
        }

    .field input:focus + label::before {
        color: #191515;
        left: 12px;
    }

    .field input:required {
        background: url(../../../Content/img/requerido.png);
        background-position: 12px center;
        background-repeat: no-repeat;
        background-color: #F7F7F7;
    }

        .field input:required:focus {
            background: none;
        }

    .label-before, .field input:invalid:not(:placeholder-shown) + label::before, .field input:valid:not(:placeholder-shown) + label::before, .field input:focus + label::before, .input-group.prefix-tel .field input:invalid:not(:placeholder-shown) + label::before, .input-group.prefix-tel .field input:valid:not(:placeholder-shown) + label::before, .input-group.prefix-tel .field input:focus + label::before {
        color: #191515;
        font-size: 11px;
        font-family: "Barlow", sans-serif;
        font-weight: 600;
        top: -10px;
    }

.carzy input:invalid:not(:placeholder-shown) + label::before, .carzy input:focus + label::before {
    color: #C40047 !important;
    font-size: 11px;
    font-family: "Barlow", sans-serif !important;
    font-weight: 600;
    top: -10px;
}

.input-phone {
    background: 12px center no-repeat #f7f7f7;
    ;
    height: 48px;
    color: black;
    border-radius: 5px 0px 0px 5px;
    font-weight: 400;
    border: 1px solid #e6e6e6;
    width: 100% !important;
}

input:active {
    outline: none;
    border: 1px solid #E6E6E6 !important;
}

input:focus {
    outline: 0;
    background-color: #FFFFFF;
    border: 1px solid #B3B3B3;
}

#headtwo {
    top: -170px;
    left: 70px;
    width: 341px;
    height: 256px;
    position: block;
    /* UI Properties */
    mix-blend-mode: darken;
    opacity: 1;
}

#entretanto {
    height: 180px;
    width: 100%;
    display: block;
}

.espaciobajo {
    height: 20px;
    display: block;
    margin-bottom: 20px;
}

.boxopterror {
    border: 1px solid #C40047 !important;
    border-color: #C40047 !important;
}

.disabledbtnclass {
    background: #B3B3B3 0% 0% no-repeat padding-box;
    border-radius: 2px;
    border-color: #B3B3B3;
    opacity: 1;
    cursor: default;
}

#modalConfirmNumber {
    height: 230px;
    width: 419px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border: none;
    opacity: 1;
    left: -60px;
}

dialog::backdrop {
    background-color: rgba(0, 0, 0, 0.5);
}

#titlemodalconfirmnumber {
    text-align: center;
    font: normal normal bold 22px/36px Overpass !important;
    opacity: 1;
}

#textmodalconfirmnumber {
    text-align: left;
    font: normal normal normal 14px Barlow !important;
    font-size: 14px;
    opacity: 1;
}

#btmodalcontainer {
    display: flex;
    flex-direction: row;
    gap: 12px;
}

#reversePhoneinput {
    background: #ffffff 0% 0% no-repeat padding-box;
    border: 1px solid #0AA9CB;
    color: #0AA9CB;
    border-radius: 2px;
    text-transform: uppercase;
    opacity: 1;
    margin-top: 27px;
}

#confirmPhoneinput {
    margin-top: 27px;
}

#newAlertCode {
    margin-top: 5px;
    padding-top: 10px;
    width: 320PX;
    height: 48px;
    text-align: center;
    margin-bottom: 0px !important;
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 6px #000029;
    border: 1px solid #E6E6E6 !important;
    border-radius: 2px;
    opacity: 1;
    font: normal normal normal 15px/25px Barlow;
    letter-spacing: 0px;
    color: #000000;
}

@media (max-width: 384px) {
    #modalConfirmNumber {
        width: 90%; /* Cambiar el ancho */
        height: 210px;
        left: 0 !important; /* Cambiar la altura */
    }
}

@media (max-width: 450px) {
    #modalConfirmNumber {
        width: 90%; /* Cambiar el ancho */
        height: 210px;
        left: 0; /* Cambiar la altura */
    }
}

@media (mix-width: 451px) {
    #modalConfirmNumber {
        left: 10px; /* Cambiar la altura */
    }
}

@media (max-width: 1199px) {
    #modalConfirmNumber {
        left: 30px; /* Cambiar la altura */
    }
}


@media (max-width: 450px) {
    .jconfirm.white > .jconfirm-scrollpane > .container {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #fullOverlayOtp {
        max-width: 480px;
        align-items: center;
    }

    #otpall {
        width: 100% !important; /* Cambiar el ancho */
        height: 60%; /* Cambiar la altura */
        margin-right: 0px;
        flex-wrap: nowrap;
        padding-right: 0px;
    }

    #otpformphone, #otpformphone1 {
        width: 100%
    }

    #otpformphone1 {
        margin-right: auto;
    }

    #dataOperateid, #buttonsbotid {
        width: 80%;
    }

    #flujo {
        flex-wrap: nowrap !important;
        align-items: center !important;
    }

    .infocontent {
        margin-left: auto;
        margin-right: auto;
        align-items: center !important;
    }

    #textone, #texttwo, #textthree, #texttwoWP, #textfour {
        width: 80%;
        margin-left: 10%;
    }

    .celphoneInput {
        width: 100%;
        height: 80%;
    }

    #chanelotp {
        width: 300px;
    }

    #btmodalcontainer {
        width: 300px;
    }

    .endbuttons {
        width: 80%;
    }
}

@media (max-width: 991px) {
    #fullOverlayOtp {
        max-width: 480px;
        align-items: center;
    }

    .jconfirm.white > .jconfirm-scrollpane > .container {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

.inputsupercontainer {
    position: relative;
}

#greenchecked, #redalertx {
    position: absolute;
    right: 7% !important;
    top: 25%;
}

#greenchecked {
    fill: #72c15e !important;
}

#redalertx {
    fill: #C40047 !important;
}

#otpformphone1 input:required {
    background: url(https://iwsportalpre.intcomex.com/Content/img/requerido.png);
    background-position: 12px center;
    background-repeat: no-repeat;
    background-color: #F7F7F7;
}

    #otpformphone1 input:required:focus {
        background: none;
    }

#otpformphone1 input.has-text {
    background: none;
}

.opcioncheck > label {
    font-weight: normal !important;
}

.otpfooter {
    width: 478px;
    height: 34px;
    background: #555555 0% 0% no-repeat padding-box;
    border: 1px solid #555555;
    border-radius: 0px 0px 2px 2px;
    opacity: 1;
    display: flex;
    justify-content: space-between;
}

#logofooter1 {
    height: 10px;
}

.footercontainer {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}

#validarid {
    width: 320px;
    height: 48px;
    margin-top: 15px;
}

#textofive {
    text-align: right;
    font: normal normal normal 12px/23px Barlow;
    font-family: Barlow !important;
    letter-spacing: 0;
    color: #FFFFFF;
    opacity: 1;
}

.opcioncheck {
    display: flex;
    justify-content: space-between;
}

#chanelotp {
    text-align: left;
    font: normal normal normal 16px/22px Barlow;
    font-family: Barlow;
}

.middleform {
    display: inline-block !important;
    height: 21px;
}

#validateOtpFase {
    margin-top: 10px;
}

#fomrtitle {
    text-align: left;
    font: normal normal bold 16px/22px Barlow;
    font-family: Barlow !important;
    letter-spacing: 0px;
    color: #191515;
    opacity: 1;
    margin-top: 10px;
}

#validarcod {
    margin-top: 15px;
}

#personalerror {
    margin-bottom: 15px;
}

#logofooter2 {
    height: 10px;
    opacity: 1;
}

#footercontainer2 {
    display: flex;
    background: #F7F7F7 0% 0% no-repeat padding-box;
    width: 100%;
    height: 50px;
    align-items: center;
    justify-content: center;
}

.policiesXUS {
    margin-top: 10px;
    border: solid 1px #E6E6E6;
    padding: 5px;
}

.policiesXUS-card,
.policiesXUS-card>a {
    font: normal normal normal 12px/14px Barlow !important;
    font-family: Barlow !important;
}
@font-face {
    font-family: 'Overpass';
    src: url('../fonts/Overpass-Regular.ttf')
}

@font-face {
    font-family: 'Barlow';
    src: url('../fonts/BarlowCondensed-Regular.ttf')
}

.CustomOverlayFormOTP {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0px;
    left: 0px;
    background: rgba(0,0,0,.5);
    display: flex;
    align-items: center;
    justify-content: center;
}

.MasterData {
    display: flexbox;
}

input[type="checkbox"] {
    accent-color: #0AA9CB !important;
}

.Titulo12, .Titulo22 {
    padding-top: 34px;
    left: 598px;
    /* UI Properties */
    text-align: center;
    font: normal normal bold 21px Overpass !important;
    letter-spacing: 0px;
    color: #191515;
    opacity: 1;
}

.introtext {
    text-align: left;
    font: normal normal normal 16px/23px Barlow !important;
    font-family: Barlow !important;
    text-align: justify;
    letter-spacing: 0px;
    color: #191515;
    opacity: 1;
    padding-top: 25px;
}

.cambio {
    display: flex;
    flex-direction: row !important;
}

#flujo2 {
    display: flex !important;
    flex-direction: column;
    height: 100% !important;
}

.OTPContainer {
    background-color: whitesmoke;
    width: 500px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin-top: 100px;
}

.headone {
    display: block;
}

.infocontent2 {
    margin-left: 80px;
    margin-right: 80px;
    text-align: justify;
    display: flex !important;
    flex-grow: 1;
}

#carta2 {
    margin-top: 17px;
}

.headerotp-image {
    background: #FF9961;
    opacity: 1;
    display: block;
    text-align: center;
    position: relative;
    width: 100%;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    overflow: hidden;
    height: 173px;
    border-radius: 0 0 70% 70% / 35%;
}

.input-geocode2 {
    text-align: center;
    background-color: #e6e6e6;
    width: 73px;
    white-space: nowrap;
    vertical-align: middle;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    position: relative;
    border: 1px solid #E6E6E6;
}

.input-geocode-select2 {
    text-align: center;
    background-color: #e6e6e6;
    width: 73px;
    white-space: nowrap;
    vertical-align: middle;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    position: relative;
    border: 1px solid #E6E6E6;
}

.dataOperate {
    padding-top: 25px;
    display: flex;
    flex-direction: column;
    height: 69px;
    padding-bottom: 60px !important;
}

.celphoneInput {
    display: inline-flex;
    width: 246px;
}

#formConfirmOtp2 {
    padding-bottom: 0px !important;
}

#tester2 {
    margin-top: 5px;
    display: inline-flex;
}

#closeButton2 {
    opacity: unset !important;
    color: #ffffff !important;
}

.close {
    position: absolute;
    top: 7px;
    right: 10px;
    font-size: 20px;
    cursor: pointer;
}

#BacktoButton2 {
    position: absolute;
    top: 7px;
    left: 40px;
    width: 100px;
    text-align: left;
    text-decoration: underline;
    font: normal normal normal 16px/19px Barlow;
    letter-spacing: 0px;
    color: #E6E6E6 !important;
    opacity: 1;
}

#ArrowBacktoButton2 {
    position: absolute;
    width: 12px;
    height: 12px;
    top: 7px;
    left: 20px;
    text-align: left;
    color: #E6E6E6;
    opacity: 1;
}

#textone2, #texttwo2, #textthree2 {
    font: normal normal normal 16px/23px Barlow !important;
    font-family: Barlow !important;
    text-align: justify;
    letter-spacing: 0px;
    color: #191515;
    opacity: 1;
}

.btnModal {
    border-radius: 2px;
    background-color: #0AA9CB;
    text-align: center;
    border: 1px solid #0AA9CB;
    height: 48px;
    width: 100%;
    max-width: 100%;
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 4px;
    margin-right: 4px;
    border: 1px solid #0AA9CB;
    color: #ffffff;
    font-weight: bold;
    cursor: pointer;
}

.buttonsbot {
    display: flex;
    flex-direction: column;
    width: 100%;
    flex-grow: 1;
    margin-bottom: 30px !important;
    justify-content: flex-end;
}

.linktermycond {
    text-align: right;
    font: normal normal normal 16px/19px Barlow !important;
    letter-spacing: 0px;
    color: #0AA9CB;
    opacity: 1;
}

.endbuttons {
    display: flex;
    flex-direction: column;
    width: 100%;
    flex-grow: 1;
    width: 100%;
    height: 48px;
    /* UI Properties */
    border-radius: 2px;
    opacity: 1;
    padding-bottom: 60px;
    padding-top: 33px;
    margin-bottom: 20px;
}

.personalerror {
    text-align: left;
    font: normal normal normal 12px Barlow !important;
    letter-spacing: 0px;
    color: #C40247;
    opacity: 1;
}

.otp-container {
    display: flex;
    justify-content: space-between;
}

.otp-input2 {
    width: 47px;
    height: 69px;
    text-align: center;
    font-size: 18px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-right: 5px;
    text-align: center;
    font: normal normal normal 40px/25px Barlow !important;
    letter-spacing: 0px;
    color: #191515;
    opacity: 1;
}

.laberror {
    color: #C40047 !important;
}

.finallinks2 {
    width: 100%;
    height: 19px;
    padding-top: 15px;
    text-align: center;
    padding-bottom: 30px;
}

.field {
    position: relative;
}

    .field label::before {
        content: attr(title);
        position: absolute;
        top: 0;
        left: 2em;
        line-height: 48px;
        color: #191515;
        font-size: 13px;
        font-family: "Barlow", sans-serif;
        font-weight: 400;
        transition: 300ms all;
        pointer-events: none;
    }

    .field.fieldd2 input {
        background-color: #F7F7F7;
        height: 48px;
        border: 1px solid #E6E6E6;
        /*padding: 16px 3em 16px 12px;*/
        padding: 1em 3em 0 12px;
        /*padding: 1em 3em 0 1.5em;*/
        border-radius: 5px;
        color: #191515;
        font-size: 13px;
        font-family: "Barlow", sans-serif;
        font-weight: 400;
    }

    .field input.uppercase {
        text-transform: uppercase;
    }

    .field input:focus {
        outline: 0;
        box-shadow: none;
        background-color: #FFFFFF;
        border: 1px solid #B3B3B3;
        /*      border-color: $gs-gray;*/
    }

    .field input::placeholder {
        color: transparent;
    }

    .field input:invalid:not(:placeholder-shown) + label::before {
        content: attr(data-title);
        border-color: #C40047;
        left: 12px;
    }

    .field input:valid:not(:placeholder-shown) {
        background-color: #FFFFFF;
    }

        .field input:valid:not(:placeholder-shown) + label::before {
            content: attr(data-title);
            left: 12px;
        }

    .field input:focus + label::before {
        color: #191515;
        left: 12px;
    }

    .field input:required {
        background: url(../../../Content/img/requerido.png);
        background-position: 12px center;
        background-repeat: no-repeat;
        background-color: #F7F7F7;
    }

        .field input:required:focus {
            background: none;
        }

    .label-before, .field input:invalid:not(:placeholder-shown) + label::before, .field input:valid:not(:placeholder-shown) + label::before, .field input:focus + label::before, .input-group.prefix-tel .field input:invalid:not(:placeholder-shown) + label::before, .input-group.prefix-tel .field input:valid:not(:placeholder-shown) + label::before, .input-group.prefix-tel .field input:focus + label::before {
        color: #191515;
        font-size: 11px;
        font-family: "Barlow", sans-serif;
        font-weight: 600;
        top: -10px;
    }

.carzy input:invalid:not(:placeholder-shown) + label::before, .carzy input:focus + label::before {
    color: #C40047 !important;
    font-size: 11px;
    font-family: "Barlow", sans-serif !important;
    font-weight: 600;
    top: -10px;
}

.input-phone {
    background: 12px center no-repeat #f7f7f7;
    ;
    height: 48px;
    color: black;
    border-radius: 5px 0px 0px 5px;
    font-weight: 400;
    border: 1px solid #e6e6e6;
    width: 100% !important;
}

input:active {
    outline: none;
    border: 1px solid #E6E6E6 !important;
}

input:focus {
    outline: 0;
    background-color: #FFFFFF;
    border: 1px solid #B3B3B3;
}

#headtwo2 {
    top: -170px;
    left: 70px;
    width: 341px;
    height: 256px;
    position: block;
    /* UI Properties */
    mix-blend-mode: darken;
    opacity: 1;
}

#entretanto2 {
    height: 180px;
    width: 100%;
    display: block;
}

.espaciobajo {
    height: 20px;
    display: block;
    margin-bottom: 20px;
}

.boxopterror2 {
    border: 1px solid #C40047 !important;
    border-color: #C40047 !important;
}

.disabledbtnclass2 {
    background: #B3B3B3 0% 0% no-repeat padding-box;
    border-radius: 2px;
    border-color: #B3B3B3;
    opacity: 1;
    cursor: default;
}

#modalConfirmNumber2 {
    height: 230px;
    width: 419px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border: none;
    opacity: 1;
    left: -60px;
}

dialog::backdrop {
    background-color: rgba(0, 0, 0, 0.5);
}

#titlemodalconfirmnumber2 {
    text-align: center;
    font: normal normal bold 21px Overpass !important;
    opacity: 1;
}

#textmodalconfirmnumber2 {
    text-align: left;
    font: normal normal normal 14px Barlow !important;
    font-size: 14px;
    opacity: 1;
}

#btmodalcontainer2 {
    display: flex;
    flex-direction: row;
    gap: 12px;
}

#reversePhoneinput2 {
    background: #ffffff 0% 0% no-repeat padding-box;
    border: 1px solid #0AA9CB;
    color: #0AA9CB;
    border-radius: 2px;
    text-transform: uppercase;
    opacity: 1;
    margin-top: 27px;
}

#confirmPhoneinput2 {
    margin-top: 27px;
}

#newAlertCode2 {
    /*margin-top: 5px;
    padding-top: 10px;*/
    width: 320PX;
    height: 48px;
    /*    text-align: center;
    margin-bottom: 0px !important;
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 6px #000029;
    border: 1px solid #E6E6E6 !important;*/
    border-radius: 2px;
    opacity: 1;
    font: normal normal normal 15px/25px Barlow;
    letter-spacing: 0px;
    color: #000000;
}

#otpPhoneAlerts {
    padding: 25px !important;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: justify;
    background-color: #ffffff;
}

    #otpPhoneAlerts .button {
        position: relative;
    }

        #otpPhoneAlerts .button input[type=button] {
            left: 100%;
            transform: translateX(-100%);
            margin-top: 15px;
        }

@media (max-width: 384px) {
    #modalConfirmNumber2 {
        width: 90%; /* Cambiar el ancho */
        height: 210px;
        left: 0 !important; /* Cambiar la altura */
    }
}

@media (max-width: 450px) {
    #modalConfirmNumber2 {
        width: 90%; /* Cambiar el ancho */
        height: 210px;
        left: 0; /* Cambiar la altura */
    }
}

@media (mix-width: 451px) {
    #modalConfirmNumber2 {
        left: 10px; /* Cambiar la altura */
    }
}

@media (max-width: 1199px) {
    #modalConfirmNumber2 {
        left: 30px; /* Cambiar la altura */
    }
}


@media (max-width: 450px) {

    .otpfooter2 {
        width: 400px !important;
    }

    .jconfirm.white > .jconfirm-scrollpane > .container {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #fullOverlayOtp2 {
        max-width: 480px;
        align-items: center;
    }

    #otpall2 {
        width: 100% !important; /* Cambiar el ancho */
        height: 60%; /* Cambiar la altura */
        margin-right: 0px;
        flex-wrap: nowrap;
        padding-right: 0px;
    }

    #otpformphone2, #otpformphone12 {
        width: 100%
    }

    #otpformphone12 {
        margin-right: auto;
    }

    #dataOperateid2, #buttonsbotid2 {
        width: 80%;
    }

    #flujo2 {
        flex-wrap: nowrap !important;
        align-items: center !important;
    }

    .infocontent2 {
        margin-left: auto !important;
        margin-right: auto !important;
        align-items: center !important;
    }

    #textone2, #texttwo2, #textthree2, #texttwoWP2, #textfour2 {
        width: 80%;
        margin-left: 10%;
    }

    .celphoneInput {
        width: 100%;
        height: 80%;
    }

    #chanelotp2 {
        width: 300px;
    }

    #btmodalcontainer2 {
        width: 300px;
    }

    .endbuttons {
        width: 80%;
    }
}

@media (max-width: 991px) {
    #fullOverlayOtp2 {
        max-width: 480px;
        align-items: center;
    }

    .jconfirm.white > .jconfirm-scrollpane > .container {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

.inputsupercontainer {
    position: relative;
}

#greenchecked2, #redalertx2 {
    position: absolute;
    right: 7% !important;
    top: 25%;
}

#greenchecked2 {
    fill: #72c15e !important;
}

#redalertx2 {
    fill: #C40047 !important;
}

#otpformphone12 input:required {
    background: url(https://iwsportalpre.intcomex.com/Content/img/requerido.png);
    background-position: 12px center;
    background-repeat: no-repeat;
    background-color: #F7F7F7;
}

    #otpformphone12 input:required:focus {
        background: none;
    }

#otpformphone12 input.has-text {
    background: none;
}

.opcioncheck > label {
    font-weight: normal !important;
}

.otpfooter2 {
    width: 100%;
    height: 34px;
    background: #555555 0% 0% no-repeat padding-box;
    border: 1px solid #555555;
    border-radius: 0px 0px 2px 2px;
    opacity: 1;
    display: flex;
    justify-content: space-between;
}

#logofooter12 {
    height: 10px;
}

.footercontainer {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}

#validarid2 {
    width: 320px;
    height: 48px;
    margin-top: 15px;
}

#textofive2 {
    text-align: right;
    font: normal normal normal 12px/23px Barlow;
    font-family: Barlow !important;
    letter-spacing: 0;
    color: #FFFFFF;
    opacity: 1;
}

.opcioncheck {
    display: flex;
    justify-content: space-between;
}

#chanelotp2 {
    text-align: left;
    font: normal normal normal 16px/22px Barlow;
    font-family: Barlow;
}

.middleform {
    display: inline-block !important;
    height: 21px;
}

#validateOtpFase2 {
    margin-top: 10px;
}

#fomrtitle2 {
    text-align: left;
    font: normal normal bold 16px/22px Barlow;
    font-family: Barlow !important;
    letter-spacing: 0px;
    color: #191515;
    opacity: 1;
    margin-top: 10px;
}

#validarcod2 {
    margin-top: 15px;
}

#personalerror2 {
    margin-bottom: 15px;
}

#logofooter22 {
    height: 10px;
    opacity: 1;
}

#footercontainer22 {
    display: flex;
    background: #F7F7F7 0% 0% no-repeat padding-box;
    width: 100%;
    height: 50px;
    align-items: center;
    justify-content: center;
}

.policiesXUS {
    margin-top: 10px;
    border: solid 1px #E6E6E6;
    padding: 5px;
}

.policiesXUS-card,
.policiesXUS-card > a {
    font: normal normal normal 12px/14px Barlow !important;
    font-family: Barlow !important;
}

/**
* GUIDE
*/

.guideChangeMoney {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  background-color: rgba(0,0,0,.4) !important;
  z-index: 1050 !important;
  display: none;
  justify-content: center;
  align-items: center;
}

.cardGuideChangeMoney {
  width: 441px;
  background-color: white;
  box-shadow: 1px 0px 8px #00000029;
  border: 1px solid #E6E6E6;
  opacity: 1;
  padding: 0px 20px 20px;
}

  .cardGuideChangeMoney::before {
    content: "";
    position: absolute;
    top: -15%;
    left: 53%;
    transform: translateX(-50%);
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent white transparent; /* Flecha apuntando arriba */
  }

@media (max-width: 1200px) {
  .cardGuideChangeMoney::before {
    left: 47%;
  }
}

@media (max-width: 767px) {
  .cardGuideChangeMoney {
    top: 102px;
  }

    .cardGuideChangeMoney::before {
      left: 11%;
    }
}

@media (max-width: 660px) {
  .cardGuideChangeMoney {
    width: auto;
    margin: 0px 30px 0px 20px;
  }

    .cardGuideChangeMoney::before {
      left: 24%;
    }
}

@media (max-width: 640px) {
  .cardGuideChangeMoney::before {
    left: 25%;
  }
}

@media (max-width: 485px) {
  .cardGuideChangeMoney::before {
    left: 25%;
    top: -10%;
  }
}

@media (max-width: 325px) {
  .cardGuideChangeMoney::before {
    left: 25%;
    top: -7%;
  }
}




.cardGuideChangeMoney-closed {
  text-align: right;
  font-size: 24px;
  margin: 0px;
}

  .cardGuideChangeMoney-closed > p {
    margin: 0px;
    font-size: 20px;
  }

.cardGuideChangeMoney-title {
  font-size: 22px;
  font-weight: bold;
  margin-top: 0px;
}

  .cardGuideChangeMoney-title > h3 {
    font-weight: 600;
  }

.cardGuideChangeMoney-body {
  font-size: 14px;
}

.cardBtnCloseGuideChangeMoney {
  cursor: pointer;
}


/**
* SELECT CHANGE MONEY
*/
#menuChangeSCS > div {
  margin-top: 12px;
}

  #menuChangeSCS > div:first-child {
    margin-top: 0px;
  }

#menuSCSChangeLanguage > *, #menuSCSChangeMoney > * {
  display: block
}

#menuChangeSCS > * > .titleSCS {
  color: #333333;
  font-weight: normal;
  font-family: 'Open Sans', sans-serif;
  display: block;
  font-size: 14px;
}

#menuChangeSCS > * > .optionSelectedSCS {
  width: 100%;
  height: 28px;
  font-family: 'Open Sans', sans-serif;
  border: 1px solid #E6E6E6;
  padding: 5px;
  font-size: 12px;
  cursor: pointer;
}

#menuChangeSCS > * > .optionSelectedSCS--close {
  background: url("/Content/Images/Icons/arrow-down.png") no-repeat 95% #fff !important;
  background-size: 10px 10px !important;
}

#menuChangeSCS > * > .optionSelectedSCS--open {
  background: url("/Content/Images/Icons/arrow-up.png") no-repeat 95% #fff !important;
  background-size: 10px 10px !important;
}

#menuChangeSCS > * > .optionsSCSChange {
  margin-top: 2px;
}

  #menuChangeSCS > * > .optionsSCSChange > span {
    display: block;
    margin: 0px;
    font-family: 'Open Sans', sans-serif;
    border: 1px solid #E6E6E6;
    padding: 5px;
    font-size: 12px;
    cursor: pointer;
  }

.SCSTooltipBody {
  width: 172px;
  background-color: #F4F4F4;
  color: #333333;
  text-align: center;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 135%;
  transform: translateX(-50%);
  opacity: 1;
  transition: opacity 0.3s;
  padding: 4px 14px;
}

.SCSTooltipContainer .SCSTooltipBody {
  visibility: visible;
  opacity: 1;
}

.SCSTooltipBody::before {
  content: "";
  position: absolute;
  top: 33%;
  left: -5px;
  transform: translateX(-50%);
  border-width: 5px;
  border-style: solid;
  border-color: transparent #F4F4F4 transparent transparent; /* Arrow pointing right */
}



#btnSCSChangeParams > button {
  width: 100%;
  height: 32px;
  background-color: #363C4D;
  color: white;
  border-radius: 2px;
  cursor: pointer;
}

#optionsSCSChangeMoney > .disabled {
  color: #B3B3B3;
  background: #E6E6E6;
  cursor: not-allowed !important;
}



/**
  * Alert only currency
*/

.SCSAlertOnyCurrency {
  padding: 20px 0;
}

.SCSAlertTitle {
  color: #333333;
  font: normal normal bold 22px/30px 'Open Sans', sans-serif;
  opacity: 1;
  letter-spacing: 0px;
  text-align: left;
}

.SCSAlertBody {
  margin-top: 12px;
  font-size: 14px;
  color: #333333;
  font-family: 'Open Sans', sans-serif;
  text-align: left;
}

.SCSAlertFooterButton {
  justify-content: right;
  display: flex;
}

  .SCSAlertFooterButton > button {
    margin-top: 22px;
    height: 48px;
    border-radius: 2px;
    cursor: pointer;
    margin-left: 20px;
    min-width: 154px
  }

#alertBtnNotAcceptChangeCurrency, #btnCartNotAcceptChangeCurrrency, #btnQuickOrderCartNotAcceptChangeCurrrency {
  background: white;
  color: #363C4D;
  border: solid 1px #363C4D;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
}

#alertBtnAcceptChangeCurrrency, #btnCartAddItemUSD, #btnQuickOrderCartAddItemUSD {
  background: #363C4D;
  color: white;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
}


/**
  * Cart
*/

.cardSCS {
  border: 2px solid #FF9961;
}


.SCSCartDisclaimer {
  border: 1px solid #FF9961;
  color: #FF9961;
  background: #FFF1E9 0% 0% no-repeat padding-box;
  padding: 15px;
  margin-bottom: 12px;
  border-radius: 2px;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-family: 'Barlow', sans-serif;
  font-size: 16px;
  line-height: 23px;
}

  .SCSCartDisclaimer > div {
    display: inline-block;
    width: auto;
  }

.disclaimerSCSContinueCurrencyLocal {
  color: #FF9961;
  font-family: 'Barlow', sans-serif;
  font-size: 14px;
  line-height: 23px;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  letter-spacing: 0px;
  margin-bottom: 50px;
}

  .disclaimerSCSContinueCurrencyLocal > div {
    display: inline-block;
    text-align: left;
    width: 70%;
  }

    .disclaimerSCSContinueCurrencyLocal > div:nth-child(2) {
      font-family: 'Open Sans', "Helvetica Neue", Arial, Helvetica, sans-serif;
      color: #337ab7 !important;
      text-align: right;
      width: 29%;
    }

@media (max-width: 650px) {
  .disclaimerSCSContinueCurrencyLocal > div {
    width: 100%;
  }

    .disclaimerSCSContinueCurrencyLocal > div:nth-child(2) {
      width: 100%;
    }
}


.SCSDisclaimerImgCartExist {
  width: 32px;
  height: 32px;
  margin-right: 15px;
}

/* Disclaimer Add Prod */

.SCSProductAddCart {
  padding-top: 55px;
  padding-bottom: 10px;
  text-align: center;
}

.SCSProductAddCartBody {
  width: 100%;
  display: block;
  background: #FF9961 0% 0% no-repeat padding-box;
  color: #FCFCFC;
  padding: 15px 15px;
}

  .SCSProductAddCartBody > a {
    text-decoration-line: underline;
    font-weight: bold;
    color: #FCFCFC;
  }

@media (max-width: 930px) {
  .SCSProductAddCart {
    padding-bottom: 10px;
  }
}

@media (max-width: 270px) {
  .SCSProductAddCart {
    padding-top: 80px;
    padding-bottom: 10px;
  }
}

.colorIconsGreen {
  color: #2eb934;
  cursor: pointer;
  
}
.colorIconsRed {
  cursor: pointer;
  color: red;
  background-color: white
}

#contactsList-Table_filter {
  display:none
}

.contact-alert {
  color: #fba400;
}

.btn-tooltip-container {
  margin-bottom : 20px;
}
.btn-circle {
  width: 20px;
  height: 20px;
  text-align: center;
  padding: 1px 0;
  font-size: 12px;
  line-height: 1.42;
  border-radius: 15px !important;
}

.btn-tooltip-container {
  margin-bottom : 20px;
}

.btn-access {
  width:40px;
}

.btn-notAccess {
  width: 40px;
}

.btn-placeOrders {
  width: 40px;
}

.btn-notPlaceOrders {
  width: 40px;
}
.btn-circle:hover{
  border-radius: 15px !important;
}
/*!
 * FullCalendar v3.9.0
 * Docs & License: https://fullcalendar.io/
 * (c) 2018 Adam Shaw
 */.fc button,.fc table,body .fc{font-size:1em}.fc-bg,.fc-row .fc-bgevent-skeleton,.fc-row .fc-highlight-skeleton{bottom:0}.fc-icon,.fc-unselectable{-webkit-touch-callout:none;-khtml-user-select:none}.fc{direction:ltr;text-align:left}.fc-rtl{text-align:right}.fc th,.fc-basic-view td.fc-week-number,.fc-icon,.fc-toolbar{text-align:center}.fc-highlight{background:#bce8f1;opacity:.3}.fc-bgevent{background:#8fdf82;opacity:.3}.fc-nonbusiness{background:#d7d7d7}.fc button{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;height:2.1em;padding:0 .6em;white-space:nowrap;cursor:pointer}.fc button::-moz-focus-inner{margin:0;padding:0}.fc-state-default{border:1px solid;background-color:#f5f5f5;background-image:-moz-linear-gradient(top,#fff,#e6e6e6);background-image:-webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));background-image:-webkit-linear-gradient(top,#fff,#e6e6e6);background-image:-o-linear-gradient(top,#fff,#e6e6e6);background-image:linear-gradient(to bottom,#fff,#e6e6e6);background-repeat:repeat-x;border-color:#e6e6e6 #e6e6e6 #bfbfbf;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);color:#333;text-shadow:0 1px 1px rgba(255,255,255,.75);box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05)}.fc-state-default.fc-corner-left{border-top-left-radius:4px;border-bottom-left-radius:4px}.fc-state-default.fc-corner-right{border-top-right-radius:4px;border-bottom-right-radius:4px}.fc button .fc-icon{position:relative;top:-.05em;margin:0 .2em;vertical-align:middle}.fc-state-active,.fc-state-disabled,.fc-state-down,.fc-state-hover{color:#333;background-color:#e6e6e6}.fc-state-hover{color:#333;text-decoration:none;background-position:0 -15px;-webkit-transition:background-position .1s linear;-moz-transition:background-position .1s linear;-o-transition:background-position .1s linear;transition:background-position .1s linear}.fc-state-active,.fc-state-down{background-color:#ccc;background-image:none;box-shadow:inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05)}.fc-state-disabled{cursor:default;background-image:none;opacity:.65;box-shadow:none}.fc-event.fc-draggable,.fc-event[href],.fc-popover .fc-header .fc-close,a[data-goto]{cursor:pointer}.fc-button-group{display:inline-block}.fc .fc-button-group>*{float:left;margin:0 0 0 -1px}.fc .fc-button-group>:first-child{margin-left:0}.fc-popover{position:absolute;box-shadow:0 2px 6px rgba(0,0,0,.15)}.fc-popover .fc-header{padding:2px 4px}.fc-popover .fc-header .fc-title{margin:0 2px}.fc-ltr .fc-popover .fc-header .fc-title,.fc-rtl .fc-popover .fc-header .fc-close{float:left}.fc-ltr .fc-popover .fc-header .fc-close,.fc-rtl .fc-popover .fc-header .fc-title{float:right}.fc-divider{border-style:solid;border-width:1px}hr.fc-divider{height:0;margin:0;padding:0 0 2px;border-width:1px 0}.fc-bg table,.fc-row .fc-bgevent-skeleton table,.fc-row .fc-highlight-skeleton table{height:100%}.fc-clear{clear:both}.fc-bg,.fc-bgevent-skeleton,.fc-helper-skeleton,.fc-highlight-skeleton{position:absolute;top:0;left:0;right:0}.fc table{width:100%;box-sizing:border-box;table-layout:fixed;border-collapse:collapse;border-spacing:0}.fc td,.fc th{border-style:solid;border-width:1px;padding:0;vertical-align:top}.fc td.fc-today{border-style:double}a[data-goto]:hover{text-decoration:underline}.fc .fc-row{border-style:solid;border-width:0}.fc-row table{border-left:0 hidden transparent;border-right:0 hidden transparent;border-bottom:0 hidden transparent}.fc-row:first-child table{border-top:0 hidden transparent}.fc-row{position:relative}.fc-row .fc-bg{z-index:1}.fc-row .fc-bgevent-skeleton td,.fc-row .fc-highlight-skeleton td{border-color:transparent}.fc-row .fc-bgevent-skeleton{z-index:2}.fc-row .fc-highlight-skeleton{z-index:3}.fc-row .fc-content-skeleton{position:relative;z-index:4;padding-bottom:2px}.fc-row .fc-helper-skeleton{z-index:5}.fc .fc-row .fc-content-skeleton table,.fc .fc-row .fc-content-skeleton td,.fc .fc-row .fc-helper-skeleton td{background:0 0;border-color:transparent}.fc-row .fc-content-skeleton td,.fc-row .fc-helper-skeleton td{border-bottom:0}.fc-row .fc-content-skeleton tbody td,.fc-row .fc-helper-skeleton tbody td{border-top:0}.fc-scroller{-webkit-overflow-scrolling:touch}.fc-icon,.fc-row.fc-rigid,.fc-time-grid-event{overflow:hidden}.fc-scroller>.fc-day-grid,.fc-scroller>.fc-time-grid{position:relative;width:100%}.fc-event{position:relative;display:block;font-size:.85em;line-height:1.3;border-radius:3px;border:1px solid #3a87ad}.fc-event,.fc-event-dot{background-color:#3a87ad}.fc-event,.fc-event:hover{color:#fff;text-decoration:none}.fc-not-allowed,.fc-not-allowed .fc-event{cursor:not-allowed}.fc-event .fc-bg{z-index:1;background:#fff;opacity:.25}.fc-event .fc-content{position:relative;z-index:2}.fc-event .fc-resizer{position:absolute;z-index:4;display:none}.fc-event.fc-allow-mouse-resize .fc-resizer,.fc-event.fc-selected .fc-resizer{display:block}.fc-event.fc-selected .fc-resizer:before{content:"";position:absolute;z-index:9999;top:50%;left:50%;width:40px;height:40px;margin-left:-20px;margin-top:-20px}.fc-event.fc-selected{z-index:9999!important;box-shadow:0 2px 5px rgba(0,0,0,.2)}.fc-event.fc-selected.fc-dragging{box-shadow:0 2px 7px rgba(0,0,0,.3)}.fc-h-event.fc-selected:before{content:"";position:absolute;z-index:3;top:-10px;bottom:-10px;left:0;right:0}.fc-ltr .fc-h-event.fc-not-start,.fc-rtl .fc-h-event.fc-not-end{margin-left:0;border-left-width:0;padding-left:1px;border-top-left-radius:0;border-bottom-left-radius:0}.fc-ltr .fc-h-event.fc-not-end,.fc-rtl .fc-h-event.fc-not-start{margin-right:0;border-right-width:0;padding-right:1px;border-top-right-radius:0;border-bottom-right-radius:0}.fc-ltr .fc-h-event .fc-start-resizer,.fc-rtl .fc-h-event .fc-end-resizer{cursor:w-resize;left:-1px}.fc-ltr .fc-h-event .fc-end-resizer,.fc-rtl .fc-h-event .fc-start-resizer{cursor:e-resize;right:-1px}.fc-h-event.fc-allow-mouse-resize .fc-resizer{width:7px;top:-1px;bottom:-1px}.fc-h-event.fc-selected .fc-resizer{border-radius:4px;border-width:1px;width:6px;height:6px;border-style:solid;border-color:inherit;background:#fff;top:50%;margin-top:-4px}.fc-ltr .fc-h-event.fc-selected .fc-start-resizer,.fc-rtl .fc-h-event.fc-selected .fc-end-resizer{margin-left:-4px}.fc-ltr .fc-h-event.fc-selected .fc-end-resizer,.fc-rtl .fc-h-event.fc-selected .fc-start-resizer{margin-right:-4px}.fc-day-grid-event{margin:1px 2px 0;padding:0 1px}tr:first-child>td>.fc-day-grid-event{margin-top:2px}.fc-day-grid-event.fc-selected:after{content:"";position:absolute;z-index:1;top:-1px;right:-1px;bottom:-1px;left:-1px;background:#000;opacity:.25}.fc-day-grid-event .fc-content{white-space:nowrap;overflow:hidden}.fc-day-grid-event .fc-time{font-weight:700}.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer,.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer{margin-left:-2px}.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer,.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer{margin-right:-2px}a.fc-more{margin:1px 3px;font-size:.85em;cursor:pointer;text-decoration:none}a.fc-more:hover{text-decoration:underline}.fc.fc-bootstrap3 a,.ui-widget .fc-event{text-decoration:none}.fc-limited{display:none}.fc-icon,.fc-toolbar .fc-center{display:inline-block}.fc-day-grid .fc-row{z-index:1}.fc-more-popover{z-index:2;width:220px}.fc-more-popover .fc-event-container{padding:10px}.fc-bootstrap3 .fc-popover .panel-body,.fc-bootstrap4 .fc-popover .card-body{padding:0}.fc-now-indicator{position:absolute;border:0 solid red}.fc-bootstrap3 .fc-today.alert,.fc-bootstrap4 .fc-today.alert{border-radius:0}.fc-unselectable{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.fc-unthemed .fc-content,.fc-unthemed .fc-divider,.fc-unthemed .fc-list-heading td,.fc-unthemed .fc-list-view,.fc-unthemed .fc-popover,.fc-unthemed .fc-row,.fc-unthemed tbody,.fc-unthemed td,.fc-unthemed th,.fc-unthemed thead{border-color:#ddd}.fc-unthemed .fc-popover{background-color:#fff;border-width:1px;border-style:solid}.fc-unthemed .fc-divider,.fc-unthemed .fc-list-heading td,.fc-unthemed .fc-popover .fc-header{background:#eee}.fc-unthemed td.fc-today{background:#fcf8e3}.fc-unthemed .fc-disabled-day{background:#d7d7d7;opacity:.3}.fc-icon{height:1em;line-height:1em;font-size:1em;font-family:"Courier New",Courier,monospace;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fc-icon:after{position:relative}.fc-icon-left-single-arrow:after{content:"\2039";font-weight:700;font-size:200%;top:-7%}.fc-icon-right-single-arrow:after{content:"\203A";font-weight:700;font-size:200%;top:-7%}.fc-icon-left-double-arrow:after{content:"\AB";font-size:160%;top:-7%}.fc-icon-right-double-arrow:after{content:"\BB";font-size:160%;top:-7%}.fc-icon-left-triangle:after{content:"\25C4";font-size:125%;top:3%}.fc-icon-right-triangle:after{content:"\25BA";font-size:125%;top:3%}.fc-icon-down-triangle:after{content:"\25BC";font-size:125%;top:2%}.fc-icon-x:after{content:"\D7";font-size:200%;top:6%}.fc-unthemed .fc-popover .fc-header .fc-close{color:#666;font-size:.9em;margin-top:2px}.fc-unthemed .fc-list-item:hover td{background-color:#f5f5f5}.ui-widget .fc-disabled-day{background-image:none}.fc-bootstrap3 .fc-time-grid .fc-slats table,.fc-bootstrap4 .fc-time-grid .fc-slats table,.fc-time-grid .fc-slats .ui-widget-content{background:0 0}.fc-popover>.ui-widget-header+.ui-widget-content{border-top:0}.fc-bootstrap3 hr.fc-divider,.fc-bootstrap4 hr.fc-divider{border-color:inherit}.ui-widget .fc-event{color:#fff;font-weight:400}.ui-widget td.fc-axis{font-weight:400}.fc.fc-bootstrap3 a[data-goto]:hover{text-decoration:underline}.fc.fc-bootstrap4 a{text-decoration:none}.fc.fc-bootstrap4 a[data-goto]:hover{text-decoration:underline}.fc-bootstrap4 a.fc-event:not([href]):not([tabindex]){color:#fff}.fc-bootstrap4 .fc-popover.card{position:absolute}.fc-toolbar.fc-header-toolbar{margin-bottom:1em}.fc-toolbar.fc-footer-toolbar{margin-top:1em}.fc-toolbar .fc-left{float:left}.fc-toolbar .fc-right{float:right}.fc .fc-toolbar>*>*{float:left;margin-left:.75em}.fc .fc-toolbar>*>:first-child{margin-left:0}.fc-toolbar h2{margin:0}.fc-toolbar button{position:relative}.fc-toolbar .fc-state-hover,.fc-toolbar .ui-state-hover{z-index:2}.fc-toolbar .fc-state-down{z-index:3}.fc-toolbar .fc-state-active,.fc-toolbar .ui-state-active{z-index:4}.fc-toolbar button:focus{z-index:5}.fc-view-container *,.fc-view-container :after,.fc-view-container :before{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.fc-view,.fc-view>table{position:relative;z-index:1}.fc-basicDay-view .fc-content-skeleton,.fc-basicWeek-view .fc-content-skeleton{padding-bottom:1em}.fc-basic-view .fc-body .fc-row{min-height:4em}.fc-row.fc-rigid .fc-content-skeleton{position:absolute;top:0;left:0;right:0}.fc-day-top.fc-other-month{opacity:.3}.fc-basic-view .fc-day-number,.fc-basic-view .fc-week-number{padding:2px}.fc-basic-view th.fc-day-number,.fc-basic-view th.fc-week-number{padding:0 2px}.fc-ltr .fc-basic-view .fc-day-top .fc-day-number{float:right}.fc-rtl .fc-basic-view .fc-day-top .fc-day-number{float:left}.fc-ltr .fc-basic-view .fc-day-top .fc-week-number{float:left;border-radius:0 0 3px}.fc-rtl .fc-basic-view .fc-day-top .fc-week-number{float:right;border-radius:0 0 0 3px}.fc-basic-view .fc-day-top .fc-week-number{min-width:1.5em;text-align:center;background-color:#f2f2f2;color:grey}.fc-basic-view td.fc-week-number>*{display:inline-block;min-width:1.25em}.fc-agenda-view .fc-day-grid{position:relative;z-index:2}.fc-agenda-view .fc-day-grid .fc-row{min-height:3em}.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton{padding-bottom:1em}.fc .fc-axis{vertical-align:middle;padding:0 4px;white-space:nowrap}.fc-ltr .fc-axis{text-align:right}.fc-rtl .fc-axis{text-align:left}.fc-time-grid,.fc-time-grid-container{position:relative;z-index:1}.fc-time-grid{min-height:100%}.fc-time-grid table{border:0 hidden transparent}.fc-time-grid>.fc-bg{z-index:1}.fc-time-grid .fc-slats,.fc-time-grid>hr{position:relative;z-index:2}.fc-time-grid .fc-content-col{position:relative}.fc-time-grid .fc-content-skeleton{position:absolute;z-index:3;top:0;left:0;right:0}.fc-time-grid .fc-business-container{position:relative;z-index:1}.fc-time-grid .fc-bgevent-container{position:relative;z-index:2}.fc-time-grid .fc-highlight-container{z-index:3;position:relative}.fc-time-grid .fc-event-container{position:relative;z-index:4}.fc-time-grid .fc-now-indicator-line{z-index:5}.fc-time-grid .fc-helper-container{position:relative;z-index:6}.fc-time-grid .fc-slats td{height:1.5em;border-bottom:0}.fc-time-grid .fc-slats .fc-minor td{border-top-style:dotted}.fc-time-grid .fc-highlight{position:absolute;left:0;right:0}.fc-ltr .fc-time-grid .fc-event-container{margin:0 2.5% 0 2px}.fc-rtl .fc-time-grid .fc-event-container{margin:0 2px 0 2.5%}.fc-time-grid .fc-bgevent,.fc-time-grid .fc-event{position:absolute;z-index:1}.fc-time-grid .fc-bgevent{left:0;right:0}.fc-v-event.fc-not-start{border-top-width:0;padding-top:1px;border-top-left-radius:0;border-top-right-radius:0}.fc-v-event.fc-not-end{border-bottom-width:0;padding-bottom:1px;border-bottom-left-radius:0;border-bottom-right-radius:0}.fc-time-grid-event.fc-selected{overflow:visible}.fc-time-grid-event.fc-selected .fc-bg{display:none}.fc-time-grid-event .fc-content{overflow:hidden}.fc-time-grid-event .fc-time,.fc-time-grid-event .fc-title{padding:0 1px}.fc-time-grid-event .fc-time{font-size:.85em;white-space:nowrap}.fc-time-grid-event.fc-short .fc-content{white-space:nowrap}.fc-time-grid-event.fc-short .fc-time,.fc-time-grid-event.fc-short .fc-title{display:inline-block;vertical-align:top}.fc-time-grid-event.fc-short .fc-time span{display:none}.fc-time-grid-event.fc-short .fc-time:before{content:attr(data-start)}.fc-time-grid-event.fc-short .fc-time:after{content:"\A0-\A0"}.fc-time-grid-event.fc-short .fc-title{font-size:.85em;padding:0}.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer{left:0;right:0;bottom:0;height:8px;overflow:hidden;line-height:8px;font-size:11px;font-family:monospace;text-align:center;cursor:s-resize}.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after{content:"="}.fc-time-grid-event.fc-selected .fc-resizer{border-radius:5px;border-width:1px;width:8px;height:8px;border-style:solid;border-color:inherit;background:#fff;left:50%;margin-left:-5px;bottom:-5px}.fc-time-grid .fc-now-indicator-line{border-top-width:1px;left:0;right:0}.fc-time-grid .fc-now-indicator-arrow{margin-top:-5px}.fc-ltr .fc-time-grid .fc-now-indicator-arrow{left:0;border-width:5px 0 5px 6px;border-top-color:transparent;border-bottom-color:transparent}.fc-rtl .fc-time-grid .fc-now-indicator-arrow{right:0;border-width:5px 6px 5px 0;border-top-color:transparent;border-bottom-color:transparent}.fc-event-dot{display:inline-block;width:10px;height:10px;border-radius:5px}.fc-rtl .fc-list-view{direction:rtl}.fc-list-view{border-width:1px;border-style:solid}.fc .fc-list-table{table-layout:auto}.fc-list-table td{border-width:1px 0 0;padding:8px 14px}.fc-list-table tr:first-child td{border-top-width:0}.fc-list-heading{border-bottom-width:1px}.fc-list-heading td{font-weight:700}.fc-ltr .fc-list-heading-main{float:left}.fc-ltr .fc-list-heading-alt,.fc-rtl .fc-list-heading-main{float:right}.fc-rtl .fc-list-heading-alt{float:left}.fc-list-item.fc-has-url{cursor:pointer}.fc-list-item-marker,.fc-list-item-time{white-space:nowrap;width:1px}.fc-ltr .fc-list-item-marker{padding-right:0}.fc-rtl .fc-list-item-marker{padding-left:0}.fc-list-item-title a{text-decoration:none;color:inherit}.fc-list-item-title a[href]:hover{text-decoration:underline}.fc-list-empty-wrap2{position:absolute;top:0;left:0;right:0;bottom:0}.fc-list-empty-wrap1{width:100%;height:100%;display:table}.fc-list-empty{display:table-cell;vertical-align:middle;text-align:center}.fc-unthemed .fc-list-empty{background-color:#eee}
.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{float:right}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right;margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}

