/* your styles go here */

ul.list {
	padding:0px;
	list-style-type: none;
	line-height: 2em;
}
/* http://www.cssmatic.com/box-shadow  */
.shadow {
-webkit-box-shadow: 1px 1px 1px 2px rgba(170,170,170,1);
-moz-box-shadow: 1px 1px 1px 2px rgba(170,170,170,1);
box-shadow: 1px 1px 1px 2px rgba(170,170,170,1);
}
.white {
  color: white !important;
  line-height: 2em;
}
.int-border {
    border: 2px solid #F87273;
}
.text-intro a.btn {
  text-decoration: none;
}
section {
    padding-top: 30px !important;
    padding-bottom: 30px;
}
.violet, .highlight{
 color: #9055A2 !important;
}
/* No greater than 800px, no less than 700px */
@media (max-width:800px) and (min-width:700px) {
    .no-show {
        display:none !important;
    }
}​

.funkyradio div {
  clear: both;
  overflow: hidden;
}

.funkyradio label {
  width: 100%;
  border-radius: 3px;
  border: 1px solid #D1D3D4;
  font-weight: normal;
  background-color: #FBF9FF;
}

.funkyradio input[type="radio"]:empty,
.funkyradio input[type="checkbox"]:empty {
  display: none;
}

.funkyradio input[type="radio"]:empty ~ label,
.funkyradio input[type="checkbox"]:empty ~ label {
  position: relative;
  line-height: 2.5em;
  text-indent: 3.25em;
  /* margin-top: 2em; */
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.funkyradio input[type="radio"]:empty ~ label:before,
.funkyradio input[type="checkbox"]:empty ~ label:before {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  content: '';
  width: 2.5em;
  background: #D1D3D4;
  border-radius: 3px 0 0 3px;
}

.funkyradio input[type="radio"]:hover:not(:checked) ~ label,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label {
  color: #888;
}

.funkyradio input[type="radio"]:hover:not(:checked) ~ label:before,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label:before {
  content: '\2714';
  text-indent: .9em;
  color: #C2C2C2;
}

.funkyradio input[type="radio"]:checked ~ label,
.funkyradio input[type="checkbox"]:checked ~ label {
  color: #777;
}

.funkyradio input[type="radio"]:checked ~ label:before,
.funkyradio input[type="checkbox"]:checked ~ label:before {
  content: '\2714';
  text-indent: .9em;
  color: #333;
  background-color: #ccc;
}

.funkyradio input[type="radio"]:focus ~ label:before,
.funkyradio input[type="checkbox"]:focus ~ label:before {
  box-shadow: 0 0 0 3px #999;
}

.funkyradio-default input[type="radio"]:checked ~ label:before,
.funkyradio-default input[type="checkbox"]:checked ~ label:before {
  color: #333;
  background-color: #ccc;
}

.funkyradio-primary input[type="radio"]:checked ~ label:before,
.funkyradio-primary input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #337ab7;
}

.funkyradio-success input[type="radio"]:checked ~ label:before,
.funkyradio-success input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #5cb85c;
}

.funkyradio-danger input[type="radio"]:checked ~ label:before,
.funkyradio-danger input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #d9534f;
}

.funkyradio-warning input[type="radio"]:checked ~ label:before,
.funkyradio-warning input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #f0ad4e;
}

.funkyradio-info input[type="radio"]:checked ~ label:before,
.funkyradio-info input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #5bc0de;
}

.input-group-addon {
  width: 65px;
}
.konyvek .input-group-addon {
  width: 30px;
}
.input-group {
  margin: 3px 0px;
  width: 100%;
}
.pf {
	width: 60px;
}
.red-700 {
	font-weight:700;
	color:red;
}
.input-group.funkyradio.text-right {
	width: 165px;
	padding-right:0px;
}

input[type=text], 
input[type=email], 
input[type=number], 
select {
  background-color: #FBF9FF;
}
input[type=number] {
  min-height:36px;
  width: 100px;
}
@media (max-width:430px) {
  .funkyradio label {
    font-size:11px;
	padding: 0px;
  }
}​

/* highlight results */
.ui-autocomplete span.hl_results {
    background-color: #ffff66;
}
 
/* loading - the AJAX indicator */
.ui-autocomplete-loading {
    background: white url('../img/ui-anim_basic_16x16.gif') right center no-repeat;
}
 
/* scroll results */
.ui-autocomplete {
    max-height: 250px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    /* add padding for vertical scrollbar */
    padding: 5px 10px;
	background: white;
	border: 1px solid #cccccc;
	max-width: 320px;
}
 
.ui-autocomplete li {
    font-size: 16px;
}

div.ui-helper-hidden-accessible {
	display: none;
}
 
/* IE 6 doesn't support max-height
* we use height instead, but this forces the menu to always be this tall
*/
* html .ui-autocomplete {
    height: 250px;
}
.bookdesc {
	height: 44px;
}
.footer__copyright a, .footer__copyright a:hover {color: white; text-decoration:none;}

#CookieModal a, #CookieModal a:visited {
	color: blue;
}
.error label, label .error, .error {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}