@charset "UTF-8";
/*
 * Custom SASS stylesheet for SP web created with Compass 
 */
/* Material design box shadow */
@font-face {
  font-family: "proxima-nova";
  font-style: normal;
  font-weight: 400;
  src: url("../../../fonts/proxima-nova/proximanova-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../../../fonts/proxima-nova/proximanova-regular-webfont.woff") format("woff"), url("../../../fonts/proxima-nova/proximanova-regular-webfont.ttf") format("truetype"), url("../../../fonts/proxima-nova/proximanova-regular-webfont.svg#proxima_novaregular") format("svg");
}
@font-face {
  font-family: "‘proxima-nova’";
}
@font-face {
  font-family: "proxima-nova";
  font-style: normal;
  font-weight: 600;
  src: url("../../../fonts/proxima-nova/proximanova-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("../../../fonts/proxima-nova/proximanova-semibold-webfont.woff") format("woff"), url("../../../fonts/proxima-nova/proximanova-semibold-webfont.ttf") format("truetype"), url("../../../fonts/proxima-nova/proximanova-semibold-webfont.svg#proxima_novasemibold") format("svg");
}
@font-face {
  font-family: "‘proxima-nova’";
}
@font-face {
  font-family: "proxima-nova";
  font-style: normal;
  font-weight: 700;
  src: url("../../../fonts/proxima-nova/proximanova-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../../../fonts/proxima-nova/proximanova-bold-webfont.woff") format("woff"), url("../../../fonts/proxima-nova/proximanova-bold-webfont.ttf") format("truetype"), url("../../../fonts/proxima-nova/proximanova-bold-webfont.svg#proxima_novabold") format("svg");
}
@font-face {
  font-family: "‘proxima-nova’";
}
/*
 * Forms and fields styling. 
 */
/* FIELDS WITH INLINE TOP ALIGNED LABELS ( = ital)*/
.ital {
  position: relative;
}
.ital label.ital-label {
  font-weight: normal;
  position: absolute;
  top: 20px;
  left: 10px;
  color: #727272;
  transition: all 0.3s ease;
  z-index: 100;
  cursor: text;
  /* ta = top aligned */
}
.ital label.ital-label.ta {
  font-size: 80%;
  top: 0px;
  left: 10px;
}
.ital .field {
  background: transparent;
  border: none;
  border-bottom: 1px solid #727272;
  border-radius: 0px;
  box-shadow: none !important;
  color: #212121;
  padding: 16px 0px 0px 10px;
  height: 44px;
  z-index: 200;
  width: 100%;
}
.ital .field.error {
  margin-bottom: 40px;
  border-bottom-color: #e74c3c;
}
.ital .field.invalid {
  border-bottom-color: #e74c3c;
}
.ital .field.autocomplete {
  padding-right: 18px;
}
.ital .field-border {
  width: 0;
  margin: auto;
  height: 2px;
  background: transparent;
  position: relative;
  top: 45px;
  transition: width .4s ease, background-color .4s ease;
}
.ital .field-border.focused {
  background: #2196F3;
  width: 100%;
}
.ital label.error {
  position: absolute;
  left: 0px;
  top: 47px;
  text-align: left;
  width: 600px !important;
  max-width: 600px !important;
}
.ital .autocomplete-caret {
  position: absolute;
  top: 13px;
  right: 0px;
  cursor: pointer;
  padding: 10px 5px;
}
.ital .autocomplete-matching-options {
  display: none;
  list-style: none;
  background: #ffffff;
  border: 1px solid #727272;
  border-top: none;
  border-radius: 0.2em;
  padding: 0px;
  position: absolute;
  top: 46px;
  width: 100%;
  min-width: 200px;
  z-index: 1000;
}
.ital .autocomplete-matching-options li {
  margin: 0px;
  padding: 4px 8px;
  cursor: pointer;
}
.ital .autocomplete-matching-options li:hover, .ital .autocomplete-matching-options li.selected {
  background: #1976D2;
  color: #ffffff;
}

table.hide-ital-labels .ital {
  margin-bottom: 0px;
}
table.hide-ital-labels .ital label.ital-label {
  display: none;
}
table.hide-ital-labels .ital .field {
  height: 27px;
  padding-top: 0px;
}
table.hide-ital-labels .ital .field.error {
  margin-bottom: 19px;
}
table.hide-ital-labels .ital .field-border {
  top: 28px;
}
table.hide-ital-labels .ital .autocomplete-caret {
  top: 0;
}
table.hide-ital-labels .ital .autocomplete-matching-options {
  top: 30px;
  border-top: 1px solid #727272;
}
table.hide-ital-labels .ital label.error {
  top: 30px;
}

/*
 * Topbar and navbar styling. 
 */
.topbar {
  background: #1976D2;
  overflow: auto;
  height: 40px;
  color: #ffffff;
}
.topbar ul {
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  *zoom: 1;
}
.topbar ul li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
  white-space: nowrap;
  float: left;
  padding-left: 4px;
  padding-right: 4px;
}
.topbar ul li:first-child {
  padding-left: 0;
}
.topbar ul li:last-child {
  padding-right: 0;
}
.topbar ul li.last {
  padding-right: 0;
}
.topbar ul li {
  padding: 5px 10px;
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
  white-space: nowrap;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
.topbar ul li:first-child {
  padding-left: 0;
}
.topbar ul li:last-child {
  padding-right: 0;
}
.topbar ul li.last {
  padding-right: 0;
}
.topbar ul li a {
  color: #fff;
}

.navbar {
  background: #2196F3;
  /*url(../../../img/neurony-bg-navbar2.jpg)*/
  background-position: center;
  margin-bottom: 0px;
  /*height: $navbar-height;*/
  box-shadow: 0 1.5px 4px rgba(51, 51, 51, 0.24), 0 1.5px 6px rgba(51, 51, 51, 0.12);
  border: 0px;
}
.navbar .navbar-nav li a {
  color: #ffffff;
}
.navbar .navbar-nav li > a:focus, .navbar .navbar-nav li > a:hover {
  background: #BBDEFB;
  color: #212121;
  border-bottom: 2px solid #BBDEFB;
}
.navbar .navbar-nav li .dropdown-menu {
  top: 98%;
  left: -1px;
}
.navbar .navbar-nav li .dropdown-menu a {
  padding: 10px 15px;
  color: #212121;
  border: none !important;
}
.navbar .navbar-nav li.active.active, .navbar .navbar-nav li.open.active {
  border-bottom: 2px solid #BBDEFB;
}
.navbar .navbar-nav li.active > a:focus, .navbar .navbar-nav li.active > a:hover, .navbar .navbar-nav li.open > a:focus, .navbar .navbar-nav li.open > a:hover {
  border: none;
}
.navbar .navbar-nav li.active a.dropdown-toggle, .navbar .navbar-nav li.open a.dropdown-toggle {
  background: transparent;
}
.navbar .navbar-nav > .active > a, .navbar .navbar-nav > .active > a:focus, .navbar .navbar-nav > .active > a:hover {
  background: #2196F3;
  color: #ffffff;
  font-weight: bold;
}
.navbar .navbar-nav > .open > a, .navbar .navbar-nav > .open > a:focus, .navbar .navbar-nav > .open > a:hover,
.navbar .navbar-nav .open .dropdown-toggle {
  background: #BBDEFB !important;
  color: #212121 !important;
  /*border-bottom: 2px solid $c-prim-light !important;*/
}
.navbar .dropdown-menu {
  font-size: 14px;
}

.navbar-default .navbar-text {
  color: #212121 !important;
}

/* JSSOR Slider Skin Styles */
/* jssor slider arrow navigator skin 14 css ---------------------------- */
/*
.jssora14l              (normal)
.jssora14r              (normal)
.jssora14l:hover        (normal mouseover)
.jssora14r:hover        (normal mouseover)
.jssora14ldn            (mousedown)
.jssora14rdn            (mousedown)
*/
.jssora14l, .jssora14r, .jssora14ldn, .jssora14rdn {
  position: absolute;
  cursor: pointer;
  display: block;
  background: url(../../../img/slider/a14.png) no-repeat;
  overflow: hidden;
}

.jssora14l {
  background-position: -15px -35px;
}

.jssora14r {
  background-position: -75px -35px;
}

.jssora14l:hover {
  background-position: -135px -35px;
}

.jssora14r:hover {
  background-position: -195px -35px;
}

.jssora14ldn {
  background-position: -255px -35px;
}

.jssora14rdn {
  background-position: -315px -35px;
}

/* jssor slider arrow navigator skin 12 css ---------------------------- */
/*
.jssora12l              (normal)
.jssora12r              (normal)
.jssora12l:hover        (normal mouseover)
.jssora12r:hover        (normal mouseover)
.jssora12ldn            (mousedown)
.jssora12rdn            (mousedown)
*/
.jssora12l, .jssora12r, .jssora12ldn, .jssora12rdn {
  position: absolute;
  cursor: pointer;
  display: block;
  background: url(../../../img/slider/a12.png) no-repeat;
  overflow: hidden;
}

.jssora12l {
  background-position: -16px -37px;
}

.jssora12r {
  background-position: -75px -37px;
}

.jssora12l:hover {
  background-position: -136px -37px;
}

.jssora12r:hover {
  background-position: -195px -37px;
}

.jssora12ldn {
  background-position: -256px -37px;
}

.jssora12rdn {
  background-position: -315px -37px;
}

/* jssor slider bullet navigator skin 14 css ---------------------------- */
/*
.jssorb14 div           (normal)
.jssorb14 div:hover     (normal mouseover)
.jssorb14 .av           (active)
.jssorb14 .av:hover     (active mouseover)
.jssorb14 .dn           (mousedown)
*/
.jssorb14 div, .jssorb14 div:hover, .jssorb14 .av {
  background: url(../../../img/slider/b14.png) no-repeat;
  overflow: hidden;
  cursor: pointer;
}

.jssorb14 div {
  background-position: -9px -9px;
}

.jssorb14 div:hover, .jssorb14 .av:hover {
  background-position: -39px -9px;
}

.jssorb14 .av {
  background-position: -69px -9px;
}

.jssorb14 .dn, .jssorb14 .dn:hover {
  background-position: -99px -9px;
}

/* Home page slider styling */
#home-page-slider-container {
  position: relative;
  top: 0px;
  left: 0px;
  width: 1280px;
  height: 300px;
}
#home-page-slider-container #slides {
  cursor: grab;
  position: absolute;
  overflow: hidden;
  left: 0px;
  top: 0px;
  width: 1280px;
  height: 300px;
}
#home-page-slider-container #slides #slide1 {
  background: url(../../../img/slider/skola-pameti/01-bck4.jpg) no-repeat;
  color: #888;
}
#home-page-slider-container #slides #slide1 #caption-img {
  position: absolute;
  top: 30px;
  right: 20px;
  width: 300px;
  height: 50px;
}
#home-page-slider-container #slides #slide1 #caption1 {
  position: absolute;
  top: 45px;
  left: 60px;
  width: 580px;
  height: 150px;
  font-size: 24px;
  font-weight: bold;
}
#home-page-slider-container #slides #slide1 #caption2 {
  position: absolute;
  top: 41px;
  left: 718px;
  width: 350px;
  height: 50px;
  font-size: 18px;
  font-weight: bold;
}
#home-page-slider-container #slides #slide1 #caption3 {
  position: absolute;
  top: 40px;
  left: 600px;
  width: 350px;
  height: 50px;
  font-size: 12px;
  font-weight: bold;
}
#home-page-slider-container #slides #slide1 #caption4 {
  position: absolute;
  top: 70px;
  left: 630px;
  width: 350px;
  height: 50px;
  font-size: 18px;
  font-weight: bold;
}
#home-page-slider-container #slides #slide1 #caption5 {
  position: absolute;
  top: 40px;
  left: 855px;
  width: 350px;
  height: 50px;
  font-size: 18px;
  font-weight: bold;
}
#home-page-slider-container #slides #slide1 #caption6 {
  position: absolute;
  top: 68px;
  left: 750px;
  width: 350px;
  height: 50px;
  font-size: 24px;
  font-weight: bold;
}
#home-page-slider-container #slides #slide1 #caption7 {
  position: absolute;
  top: 110px;
  left: 612px;
  width: 600px;
  height: 50px;
  font-size: 12px;
  font-weight: bold;
}
#home-page-slider-container #slides #slide1 #caption8 {
  position: absolute;
  top: 113px;
  left: 670px;
  width: 600px;
  height: 50px;
  font-size: 18px;
  font-weight: bold;
}
#home-page-slider-container #slides #slide1 #caption9 {
  position: absolute;
  top: 110px;
  left: 869px;
  width: 600px;
  height: 50px;
  font-size: 18px;
  font-weight: bold;
}
#home-page-slider-container #slides #slide1 #caption10 {
  position: absolute;
  top: 110px;
  left: 800px;
  width: 600px;
  height: 50px;
  font-size: 12px;
  font-weight: bold;
}
#home-page-slider-container #slides #slide1 #caption11 {
  position: absolute;
  top: 79px;
  left: 902px;
  width: 600px;
  height: 50px;
  font-size: 12px;
  font-weight: bold;
}
#home-page-slider-container #slides #slide1 #caption12 {
  position: absolute;
  top: 43px;
  left: 786px;
  width: 600px;
  height: 50px;
  font-size: 12px;
  font-weight: bold;
}
#home-page-slider-container #slides #slide1 #caption13 {
  position: absolute;
  top: 165px;
  left: 520px;
  width: 600px;
  height: 50px;
  font-size: 18px;
  font-weight: bold;
}
#home-page-slider-container #slides #slide1 #caption-btn {
  position: absolute;
  top: 215px;
  left: 500px;
  width: 600px;
  height: 50px;
}
#home-page-slider-container #slides #slide2 {
  background: url(../../../img/slider/skola-pameti/02-bck3.jpg) no-repeat;
}
#home-page-slider-container #slides #slide2 #caption1 {
  position: absolute;
  top: 70px;
  left: 90px;
  width: 580px;
  height: 150px;
  font-size: 24px;
  font-weight: bold;
}
#home-page-slider-container #slides #slide2 #caption2 {
  position: absolute;
  top: 115px;
  left: 90px;
  width: 350px;
  height: 50px;
  font-size: 24px;
  font-weight: bold;
}
#home-page-slider-container #slides #slide2 #caption3 {
  position: absolute;
  top: 40px;
  left: 715px;
  width: 350px;
  height: 50px;
  font-size: 20px;
  font-weight: bold;
}
#home-page-slider-container #slides #slide2 #caption4 {
  position: absolute;
  top: 130px;
  left: 715px;
  width: 350px;
  height: 50px;
  font-size: 20px;
  font-weight: bold;
}
#home-page-slider-container #slides #slide2 #caption-btn {
  position: absolute;
  top: 214px;
  left: 120px;
  width: 350px;
  height: 50px;
  font-size: 18px;
  font-weight: bold;
}
#home-page-slider-container #slides #slide2 .panel {
  background: rgba(255, 255, 255, 0.7);
}
#home-page-slider-container #slides #slide2 .panel em {
  font-style: normal;
  font-size: 40px;
}
#home-page-slider-container #slides #slide2 .btn {
  color: #fff;
}
#home-page-slider-container #slides .bck-line {
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  display: inline-block;
  padding: 2px 5px;
}
#home-page-slider-container #slides .bck-line-red {
  color: #fff;
  background: rgba(231, 76, 60, 0.8);
  display: inline-block;
  padding: 2px 5px;
}
#home-page-slider-container #navigator {
  position: absolute;
  bottom: 10px;
  right: 6px;
}
#home-page-slider-container #navigator #prototype {
  POSITION: absolute;
  WIDTH: 12px;
  HEIGHT: 12px;
}
#home-page-slider-container #arrowLeft {
  width: 30px;
  height: 50px;
  top: 123px;
  left: 0px;
}
#home-page-slider-container #arrowRight {
  width: 30px;
  height: 50px;
  top: 123px;
  right: 0px;
}

/* 
 * Quote carousel stylesheet 
 */
#quote-carousel {
  padding: 0 10px 30px 10px;
  margin-top: 30px;
}

/* Control buttons  */
#quote-carousel .carousel-control {
  background: none;
  color: #222;
  font-size: 2.3em;
  text-shadow: none;
  margin-top: 30px;
}

/* Previous button  */
#quote-carousel .carousel-control.left {
  left: -12px;
}

/* Next button  */
#quote-carousel .carousel-control.right {
  right: -12px !important;
}

/* Changes the position of the indicators */
#quote-carousel .carousel-indicators {
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}

/* Changes the color of the indicators */
#quote-carousel .carousel-indicators li {
  background: #c0c0c0;
}

#quote-carousel .carousel-indicators .active {
  background: #333333;
}

#quote-carousel img {
  width: 250px;
  height: 100px;
}

.item blockquote {
  border-left: none;
  margin: 0;
}

.item blockquote img {
  margin-bottom: 10px;
}

.item blockquote p:before {
  content: "\f10d";
  font-family: 'Fontawesome';
  float: left;
  margin-right: 10px;
}

.item p {
  font-weight: bold;
}

/* media queries */
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  #quote-carousel {
    margin-bottom: 0;
    padding: 0 40px 30px 40px;
  }
}
/* Small devices (tablets, up to 768px) */
@media (max-width: 768px) {
  /* Make the indicators larger for easier clicking with fingers/thumb on mobile */
  #quote-carousel .carousel-indicators {
    bottom: -20px !important;
  }

  #quote-carousel .carousel-indicators li {
    display: inline-block;
    margin: 0px 5px;
    width: 15px;
    height: 15px;
  }

  #quote-carousel .carousel-indicators li.active {
    margin: 0px 5px;
    width: 20px;
    height: 20px;
  }
}
/*
 * Buttons styling. 
 */
.btn {
  border-radius: 0.2em;
  padding: 11px 15px;
  transition: background-color 0.3s ease;
}
.btn.btn-accent {
  font-weight: bold;
}

.btn-accent {
  color: #fff !important;
  background-color: #FF5722 !important;
  border: 1px solid #FF5722 !important;
}

.btn-accent:hover,
.btn-accent:focus,
.btn-accent.focus,
.btn-accent:active,
.btn-accent.active,
.open > .dropdown-toggle.btn-accent {
  color: #fff !important;
  background-color: #c9302c !important;
  border-color: #c9302c !important;
  transition: background-color 0.3s ease !important;
}

.btn-accent:active,
.btn-accent.active,
.open > .dropdown-toggle.btn-accent {
  background-image: none;
}

.btn-accent.disabled,
.btn-accent[disabled],
fieldset[disabled] .btn-accent,
.btn-accent.disabled:hover,
.btn-accent[disabled]:hover,
fieldset[disabled] .btn-accent:hover,
.btn-accent.disabled:focus,
.btn-accent[disabled]:focus,
fieldset[disabled] .btn-accent:focus,
.btn-accent.disabled.focus,
.btn-accent[disabled].focus,
fieldset[disabled] .btn-accent.focus,
.btn-accent.disabled:active,
.btn-accent[disabled]:active,
fieldset[disabled] .btn-accent:active,
.btn-accent.disabled.active,
.btn-accent[disabled].active,
fieldset[disabled] .btn-accent.active {
  background-color: #FF5722 !important;
  border-color: #FF5722 !important;
  transition: background-color 0.5 ease;
}

.btn-accent .badge {
  color: #FF5722 !important;
  background-color: #fff !important;
}

.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px !important;
  font-size: 18px !important;
  line-height: 1.3333333 !important;
  border-radius: 6px;
}

.btn-sm {
  padding: 5px 10px;
}

.social-icons {
  margin: 0;
  padding: 0;
}

.social-icons li {
  display: inline-block;
  list-style: outside none none;
  margin-bottom: 5px;
  margin-right: 3px;
  text-indent: -9999px;
}

.social-icons li a, a.social-icon {
  background-position: 0 0;
  background-repeat: no-repeat;
  display: block;
  height: 28px;
  transition: all 0.3s ease-in-out 0s;
  width: 28px;
}

.social-icons li:hover a {
  background-position: 0 -38px;
}

.social-icons-color li a {
  background-position: 0 -38px !important;
  opacity: 0.7;
}

.social-icons-color li a:hover {
  opacity: 1;
}

.social_amazon {
  background: url("../../../img/icons/social/amazon.png") no-repeat scroll 0 0 transparent;
}

.social_behance {
  background: url("../../../img/icons/social/behance.png") no-repeat scroll 0 0 transparent;
}

.social_blogger {
  background: url("../../../img/icons/social/blogger.png") no-repeat scroll 0 0 transparent;
}

.social_deviantart {
  background: url("../../../img/icons/social/deviantart.png") no-repeat scroll 0 0 transparent;
}

.social_dribbble {
  background: url("../../../img/icons/social/dribbble.png") no-repeat scroll 0 0 transparent;
}

.social_dropbox {
  background: url("../../../img/icons/social/dropbox.png") no-repeat scroll 0 0 transparent;
}

.social_evernote {
  background: url("../../../img/icons/social/evernote.png") no-repeat scroll 0 0 transparent;
}

.social_facebook {
  background: url("../../../img/icons/social/facebook.png") no-repeat scroll 0 0 transparent;
}

.social_forrst {
  background: url("../../../img/icons/social/forrst.png") no-repeat scroll 0 0 transparent;
}

.social_github {
  background: url("../../../img/icons/social/github.png") no-repeat scroll 0 0 transparent;
}

.social_googleplus {
  background: url("../../../img/icons/social/googleplus.png") no-repeat scroll 0 0 transparent;
}

.social_jolicloud {
  background: url("../../../img/icons/social/jolicloud.png") no-repeat scroll 0 0 transparent;
}

.social_last-fm {
  background: url("../../../img/icons/social/last-fm.png") no-repeat scroll 0 0 transparent;
}

.social_linkedin {
  background: url("../../../img/icons/social/linkedin.png") no-repeat scroll 0 0 transparent;
}

.social_picasa {
  background: url("../../../img/icons/social/picasa.png") no-repeat scroll 0 0 transparent;
}

.social_pintrest {
  background: url("../../../img/icons/social/pintrest.png") no-repeat scroll 0 0 transparent;
}

.social_rss {
  background: url("../../../img/icons/social/rss.png") no-repeat scroll 0 0 transparent;
}

.social_skype {
  background: url("../../../img/icons/social/skype.png") no-repeat scroll 0 0 transparent;
}

.social_spotify {
  background: url("../../../img/icons/social/spotify.png") no-repeat scroll 0 0 transparent;
}

.social_stumbleupon {
  background: url("../../../img/icons/social/stumbleupon.png") no-repeat scroll 0 0 transparent;
}

.social_tumblr {
  background: url("../../../img/icons/social/tumblr.png") no-repeat scroll 0 0 transparent;
}

.social_twitter {
  background: url("../../../img/icons/social/twitter.png") no-repeat scroll 0 0 transparent;
}

.social_vimeo {
  background: url("../../../img/icons/social/vimeo.png") no-repeat scroll 0 0 transparent;
}

.social_wordpress {
  background: url("../../../img/icons/social/wordpress.png") no-repeat scroll 0 0 transparent;
}

.social_xing {
  background: url("../../../img/icons/social/xing.png") no-repeat scroll 0 0 transparent;
}

.social_yahoo {
  background: url("../../../img/icons/social/yahoo.png") no-repeat scroll 0 0 transparent;
}

.social_youtube {
  background: url("../../../img/icons/social/youtube.png") no-repeat scroll 0 0 transparent;
}

.social_vk {
  background: url("../../../img/icons/social/vk.png") no-repeat scroll 0 0 transparent;
}

.social_instagram {
  background: url("../../../img/icons/social/instagram.png") no-repeat scroll 0 0 transparent;
}

/* css for timepicker */
.ui-timepicker-div .ui-widget-header {
  margin-bottom: 8px;
}

.ui-timepicker-div dl {
  text-align: left;
}

.ui-timepicker-div dl dt {
  float: left;
  clear: left;
  padding: 0 0 0 5px;
}

.ui-timepicker-div dl dd {
  margin: 0 10px 10px 45%;
}

.ui-timepicker-div td {
  font-size: 90%;
}

.ui-tpicker-grid-label {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}

.ui-timepicker-rtl {
  direction: rtl;
}

.ui-timepicker-rtl dl {
  text-align: right;
  padding: 0 5px 0 0;
}

.ui-timepicker-rtl dl dt {
  float: right;
  clear: right;
}

.ui-timepicker-rtl dl dd {
  margin: 0 45% 10px 10px;
}

.ui-timepicker-div {
  margin-top: 10px;
}

/*
.ui-timepicker-div { height: 100px; }
.ui-timepicker-div .quick-links { margin-top: 5px; }
.ui-timepicker-div .timepicker-quick-link { margin-right: 5px; font-weight: normal; color: $c-accent; text-decoration: underline;}
*/
.strong, .text-strong {
  font-weight: bold;
}

.c-prim-dark {
  color: #1976D2 !important;
}

.c-prim-default {
  color: #2196F3 !important;
}

.c-prim-light {
  color: #BBDEFB !important;
}

.c-accent {
  color: #FF5722 !important;
}

.c-text-prim {
  color: #212121 !important;
}

.c-text-sec {
  color: #727272 !important;
}

.c-grey {
  color: #b6b6b6 !important;
}

.c-white {
  color: #ffffff !important;
}

.bg-prim-dark {
  background: #1976D2 !important;
}

.bg-prim-default {
  background: #2196F3 !important;
}

.bg-prim-light {
  background: #BBDEFB !important;
}

.bg-accent {
  background: #FF5722 !important;
}

.bg-text-prim {
  background: #212121 !important;
}

.bg-text-sec {
  background: #727272 !important;
}

.bg-grey {
  background: #b6b6b6 !important;
}

.bg-white {
  background: #ffffff !important;
}

.bg-circle {
  font-weight: bold;
  padding: 4px 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.font-handwritten {
  font-family: 'Shadows Into Light Two', cursive;
  letter-spacing: 1px;
}

h1, h2, h3, h4 {
  margin-top: 10px;
  margin-bottom: 20px;
}

h1 {
  font-size: 22px;
}

h2 {
  font-size: 20px;
}

h3 {
  font-size: 18px;
}

.text-18 {
  font-size: 18px !important;
}

.text-20 {
  font-size: 20px !important;
}

.text-24 {
  font-size: 24px !important;
}

.text-32 {
  font-size: 32px !important;
}

.text-40, .f-40px {
  font-size: 40px !important;
}

.text-50, .f-50px {
  font-size: 50px !important;
}

.text-60 {
  font-size: 60px !important;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-lowercase {
  text-transform: lowercase;
}

.card-1 {
  box-shadow: 0 1.5px 4px rgba(51, 51, 51, 0.24), 0 1.5px 6px rgba(51, 51, 51, 0.12);
}

.card-2 {
  box-shadow: 0 3px 12px rgba(51, 51, 51, 0.23), 0 3px 12px rgba(51, 51, 51, 0.16);
}

.card-3 {
  box-shadow: 0 6px 12px rgba(51, 51, 51, 0.23), 0 10px 40px rgba(51, 51, 51, 0.19);
}

.card-4 {
  box-shadow: 0 10px 20px rgba(51, 51, 51, 0.22), 0 14px 56px rgba(51, 51, 51, 0.25);
}

.cursor-default {
  cursor: default;
}

.cursor-help {
  cursor: help;
}

.cursor-hand {
  cursor: pointer;
  cursor: hand;
}

label.error {
  color: #e74c3c;
}

span.error-label {
  color: #e74c3c;
  font-weight: bold;
  display: block;
  padding-top: 5px;
}
span.error-label::first-letter {
  text-transform: uppercase;
}

input.error {
  border: 1px solid #e74c3c;
}

.underline {
  text-decoration: underline;
}

no-underline,
no-underline:hover {
  text-decoration: none !important;
}

body {
  color: #212121;
  font-size: 14px;
  font-family: "proxima-nova","Helvetica Neue",​Helvetica,​Arial,​sans-serif;
}

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
}

.wrapper {
  min-height: 100%;
  position: relative;
}

.content {
  padding-bottom: 60px;
  /* height of the footer + footer margin (.copyright, see below) */
}

.content-container {
  padding-top: 20px;
}

.copyright {
  /* = the footer */
  padding: 10px;
  background: #333333;
  color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.lead {
  font-size: 15px;
  font-weight: bold;
  margin-top: 20px;
}

.rounded-x {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

a {
  color: #FF5722;
}
a:visited {
  color: #FF5722;
}
a:hover {
  color: #FF5722;
}
a:active {
  color: #FF5722;
}
a.btn {
  color: #fff;
}
a.icon {
  font-size: 16px;
}

blockquote p {
  font-size: 14px;
}

ul.feedbackPanel {
  list-style: none;
  padding-left: 0px;
  margin-top: 5px;
  margin-bottom: 20px;
  max-width: 800px;
}
ul.feedbackPanel li.feedbackPanelERROR {
  color: #CC0000;
  padding: 10px;
  border: 1px solid #CC0000;
  background: #ffd4d4;
  margin-bottom: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
ul.feedbackPanel li.feedbackPanelERROR span {
  display: block;
}
ul.feedbackPanel li.feedbackPanelERROR span::first-letter {
  text-transform: uppercase;
}
ul.feedbackPanel li.feedbackPanelERROR a {
  color: #CC0000 !important;
  text-decoration: underline;
}
ul.feedbackPanel li.feedbackPanelINFO {
  color: #080;
  padding: 10px;
  border: 1px solid #080;
  background: #d8efb8;
  margin-bottom: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
ul.feedbackPanel li.feedbackPanelINFO span {
  display: block;
}
ul.feedbackPanel li.feedbackPanelINFO span::first-letter {
  text-transform: uppercase;
}

.nav-pills li a {
  color: #212121;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
  background: #BBDEFB;
  color: #212121;
  border-radius: 0.2em;
}

.ui-widget {
  font-size: 14px !important;
}

.label-as-badge {
  border-radius: 1em;
}

table th, table td {
  vertical-align: top;
}

.table-borderless td, .table-borderless th, .table-noborder td,
.table-noborder th {
  border: 0 !important;
}

.wysihtml5-toolbar a.btn,
a.btn.btn-default {
  color: #333333;
}

.admin-menu .fa {
  width: 15px;
}
.admin-menu a {
  padding: 10px !important;
  color: #212121;
}

.admin-order-table th {
  background: #b6b6b6;
}
.admin-order-table td {
  padding: 10px !important;
}
.admin-order-table tr.top td {
  border-top: 3px solid #999 !important;
}

table.table-vertical-middle th, table.table-vertical-middle td {
  vertical-align: middle !important;
}

.vertical-center {
  align-items: center;
  display: flex;
}

.popover {
  max-width: 600px;
  background: #333333;
  color: white;
}

.popover.top > .arrow:after {
  border-top-color: #333333;
}

hr {
  border-width: 2px;
}

.login-panel {
  border: 0px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.login-panel .panel-body {
  padding: 0px !important;
}
.login-panel .panel-body .login-panel-title {
  background: #2196F3;
  color: #ffffff;
  padding: 20px;
  padding-bottom: 10px;
  margin: 0px;
}
.login-panel .panel-body .login-panel-form {
  padding: 20px;
}

.inline-table-field {
  padding: 0px 5px;
  height: 30px;
}

.inline-edit-link {
  color: #212121;
}
.inline-edit-link:hover, .inline-edit-link:focus, .inline-edit-link:active {
  text-decoration: none;
}

.modal-header {
  background: #2196F3;
  color: white;
}

.alert-info {
  background-color: #f3f3f3;
  border-color: #f3f3f3;
  color: #212121;
  border-radius: 0.2em;
}

.table-row-hightlighted {
  background: #f3f3f3;
  border: 0px !important;
}

.material-move-in tr,
td.material-move-in {
  background: #dff0d8;
}

.material-move-out tr,
td.material-move-out {
  background: #f2dede;
}

.material-move-stocktake tr,
td.material-move-stocktake {
  background: #BBDEFB;
}

.paging {
  line-height: 50px;
  /* active items */
  /* inactive items */
}
.paging a.first, .paging a.last, .paging a.prev, .paging a.next, .paging .goto a {
  padding: 5px 10px;
  border: 1px solid #b6b6b6;
  text-decoration: none;
  color: #555;
}
.paging a.first:hover, .paging a.last:hover, .paging a.prev:hover, .paging a.next:hover, .paging .goto a:hover {
  background: #e6e6e6;
  transition: background .3s ease;
}
.paging .first em, .paging .prev em, .paging .next em, .paging .last em {
  padding: 5px 10px;
  border: 1px solid #f3f3f3;
  background: #f3f3f3;
  text-decoration: none;
  color: #b6b6b6;
  font-style: normal;
}
.paging .goto em {
  padding: 5px 10px;
  border: 1px solid #2196F3;
  background: #2196F3;
  text-decoration: none;
  color: #ffffff;
  font-style: normal;
  font-weight: bold;
}

.nav-tabs > li > a {
  font-weight: bold;
}

.nav-tabs > li > a:hover {
  transition: background .3s ease, border .3s ease;
}

.material-moves table th,
.material-moves table td {
  padding: 8px 4px !important;
}

@media screen and (max-width: 1199px) {
  .topbar-time {
    display: none;
  }
}
.radio-choice label {
  font-weight: normal;
  margin: 0px;
  margin-left: 4px;
  margin-right: 10px;
  padding: 0px;
}
.radio-choice br {
  display: none;
}
