/* #####################################################################################################
   Button styles
   ##################################################################################################### */

/*--- standard variables ---*/
/*--- overwrite variables with the variable from a theme ---*/
/* #####################################################################################################
   This stylesheet is used for theme specific variables
   ##################################################################################################### */
/*--- media queries. When using responsive ---*/
/*--- custom class functions ---*/
/*----- Default functions -----*/
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/*----- CSS3 Animation functions -----*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.bttn {
  text-align: center;
  background: #003948;
  height: 35px;
  line-height: 35px;
  display: inline-block;
  border: 0 none;
  padding: 0 10px;
  text-transform: uppercase;
  background-color: #cccc00;
  color: white;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.bttn:hover {
  color: white;
  background-color: #a3a300;
  text-decoration: none;
}
button.alt,
input[type="button"].alt,
input[type="reset"].alt,
input[type="submit"].alt,
.bttn.alt {
  background: #c6d2dd;
}
button.alt:hover,
input[type="button"].alt:hover,
input[type="reset"].alt:hover,
input[type="submit"].alt:hover,
.bttn.alt:hover {
  background: #a6b8ca;
  color: white;
}
button.high,
input[type="button"].high,
input[type="reset"].high,
input[type="submit"].high,
.bttn.high {
  height: 40px;
  line-height: 40px;
}
button.floatLeft,
input[type="button"].floatLeft,
input[type="reset"].floatLeft,
input[type="submit"].floatLeft,
.bttn.floatLeft {
  margin-right: 10px;
}
button.floatRight,
input[type="button"].floatRight,
input[type="reset"].floatRight,
input[type="submit"].floatRight,
.bttn.floatRight {
  margin-left: 10px;
}
button.width,
input[type="button"].width,
input[type="reset"].width,
input[type="submit"].width,
.bttn.width {
  min-width: 140px;
}
button.link,
input[type="button"].link,
input[type="reset"].link,
input[type="submit"].link,
.bttn.link {
  background: none;
  color: #a0a0a0;
  text-decoration: underline;
  text-shadow: none;
}
button.link:hover,
input[type="button"].link:hover,
input[type="reset"].link:hover,
input[type="submit"].link:hover,
.bttn.link:hover {
  color: #6c6c6c;
}
input.bttn {
  padding: 0 15px;
  border: 0 none;
  cursor: pointer;
}
.btnDisabled {
  cursor: pointer;
  opacity: 0.3;
}
.deleteButton,
.deleteCodeSmall,
.deleteCode {
  background: url(../../../images/deleteSmall.png) no-repeat 0 0;
  height: 15px;
  width: 15px;
  text-indent: -9999px;
  font-size: 0;
  overflow: hidden;
  display: block;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: color 0 ease-in;
  transition: none;
}
.deleteButton:hover,
.deleteCodeSmall:hover,
.deleteCode:hover {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: color 0 ease-in;
  transition: none;
  background-position: 0 -15px;
}
.moreBtn,
.galleryBtn,
.mapBtn {
  display: block;
  float: left;
  min-width: 120px;
  height: 38px;
  line-height: 38px;
  background: white;
  border: 1px solid #c6d2dd;
  text-align: center;
  color: #001f4b;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none!important;
}
.moreBtn:hover,
.galleryBtn:hover,
.mapBtn:hover {
  color: white;
  background-color: #c6d2dd;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.moreBtn:after,
.galleryBtn:after,
.mapBtn:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  *zoom: 1;
}
.galleryBtn,
.mapBtn {
  padding: 0 25px 0 40px;
}
.galleryBtn {
  /* ie8 */
  background: url(../../../images/IconSpriteColoredSmall.png) no-repeat 20px -216px;
}
.backgroundsize .galleryBtn {
  background: url(../../../images/IconSpriteColored.png) no-repeat 20px -216px;
  background-size: 23px 314px;
}
.mapBtn {
  /* ie8 */
  background: url(../../../images/IconSpriteColoredSmall.png) no-repeat 30px -170px;
}
.backgroundsize .mapBtn {
  background: url(../../../images/IconSpriteColored.png) no-repeat 30px -170px;
  background-size: 23px 314px;
}
a.back {
  float: right;
  padding: 0 0 0 25px;
  margin: 0 0 10px;
  display: block;
  background: transparent url(../../../images/back.png) no-repeat left center;
}
a.addItemLnk {
  padding: 5px 0 5px 30px;
  display: block;
  background: transparent url(../../../images/add.png) no-repeat left center;
}
.itemBtn {
  margin: 2px 0;
}
.submitCode {
  height: 24px;
  line-height: 24px;
  padding: 0 5px;
  margin: 0 0 0 5px;
}
/* ==========================================================================
   Desktop styles
   ========================================================================== */

@media only screen and (min-width : 1180px) {
  
}
