
* {
  margin: 0;
}
html, body {
  height: 100%;
  font-family: sans-serif;
  color: #000;
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
a {color: #0369d7; text-decoration: none;}
a:hover {text-decoration: underline;}


.mobileView {display: none;}
.wrapper {
	min-height: 100%;
	margin: 0 auto -100px; /* bottom margin is negative value of footer height */
	min-width: 320px;
}
.logo {
	background: url(/images/logoBoodigo.png) center center no-repeat;
	width: 250px;
	height: 61px;
	margin:0 auto;
	padding-top: 50px;
	text-indent: -5000px;
	transition: all 0.2s ease-in-out;
}
.searchBox {
	margin: 0 auto;
	max-width:400px;
	width: 100%;
}
.fancy {
	border-radius: 2px;
    padding: 5px;
    background-color: #f9f5d1;
    border:1px solid #e5dda0;
    width: 100%;
    margin-bottom: 10px;
}
.encryptionText {
	font-size: 0.6em;
	text-decoration: underline;

}
.bootstrap-switch {margin-left: 10px;}
#encryptedAccordion.in{ transition: ease-in-out 0.2s;display:none;}
#encryptedAccordion .accordion-inner {
	width:320px;
	min-height:150px;
	position: relative;
    top: -174px;
	border:1px solid #f1f1f1;
	background-color:#fefefe;
	-webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
}
#encryptedAccordion .accordion-inner h2 {
	font-size:1.2em;
	background-color: #eee;
	padding:5px 10px;
}
#encryptedAccordion .accordion-inner p {
	padding:10px;
	font-size: 0.8em;
    text-align: left;
}
#encryptedAccordion h2 .close {
	font-size: 0.7em;
    position: relative;
    left: 11px;
    top: -6px;
    float: right;
    color: #fff;
    background-color: #0369d7;
    padding: 9px 14px;
}

#encryptedAccordion .close:hover {
	text-decoration: none;
}
#encryptedAccordion .close {
	font-size: 0.7em;
    position: relative;
    top: 15px;
    color: #fff;
    background-color: #0369d7;
    padding: 9px 14px;
}
#searchInput {margin-top:15px;}
footer, .push {
	height: 100px; /* '.push' must be the same height as 'footer' */
}
footer {
	display: table;
	font-size: 0.8em;
	background-color: #efefef;
	width:100%;
}
footer a {
	color: #000; 
	font-weight:bold; 
	text-decoration: none; 
	display: block
}
footer a:hover {text-decoration: underline;} 
footer ul {
list-style: none;
padding-left:0px;
}
footer li {
	padding:5px;
}

.footerLeft {
  float:left;
  padding:30px 20px 10px;
}
.footerLeft li {float:left;}
.footerRight {
  float:right;
  padding:30px 20px 10px;
}
.footerRight li{float:left;}

 /* Tabs */
 .nav-tabs{
  *zoom: 1;
  height:40px;
}

.nav-tabs:before,
.nav-tabs:after{
  display: table;
  line-height: 0;
  content: "";
}

.nav-tabs:after{
  clear: both;
}

.nav-tabs > li{
  float: left;
}

.nav-tabs > li > a{
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
  list-style: none;
  padding-left:10px;
}

.nav-tabs > li {
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  padding-top: 8px;
  padding-bottom: 5px;
  line-height: 20px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
     -moz-border-radius: 4px 4px 0 0;
          border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: none;
  background-color: #eee;
  text-decoration: none;
}

.nav-tabs > .active > a,
.nav-tabs > .active > a:hover {
  color: #555555;
  cursor: default;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}


.tabbable {
  *zoom: 1;
}

.tabbable:before,
.tabbable:after {
  display: table;
  line-height: 0;
  content: "";
}

.tabbable:after {
  clear: both;
}

.tab-content {
  overflow: auto;
}

.tabs-below > .nav-tabs {
  border-bottom: 0;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active{
  display: block;
}

.tabs-below > .nav-tabs {
}

.tabs-below > .nav-tabs > li {
  padding-top:5px;
  margin-bottom: 0;
}

.tabs-below > .nav-tabs > li > a {
 	-webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
          border-radius: 0 0 4px 4px;
}

.tabs-below > .nav-tabs > li > a:hover {
  border-bottom-color: transparent;
}

.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover {
  border-color: transparent #ddd #ddd #ddd;
}
.searchBox .form-search {border:1px solid #eee;}
.searchBox input[type=text] { border: none; padding: 13px 5px 10px; font-size:1em; width:341px;}
.searchBox input:focus {outline: none;}
.search {
    background: url(/images/iconSprite.png) 17px 14px no-repeat #fdd337;
    text-indent: -5000px;
    width: 47px;
    height: 42px;
    float: right;
    border:none;
}
.search:hover {
  background-position: 17px -32px;
}
@media only screen and (max-width: 667px) {
	.wrapper {
		margin: 0 auto -40px; /* bottom margin is negative value of footer height */
	}
	.mobileView {display: inherit;}
	.footerRight {
		display: none;}
	footer, .push {
		height: 40px;
		font-size: 0.8em;
	}
	.footerLeft {
		padding: 7px 0 0 10px;
	}
}
@media only screen and (max-width: 550px) {

	.wrapper {
		margin: 0 auto -50px; /* bottom margin is negative value of footer height */
	}
	.logo {
		width: 150px;
		height: 33px;
		padding-top: 20px;
	    background: url(/images/logoBoodigoSM.png) 5px center no-repeat;
	}
	.searchBox {
		margin: 0 auto;
		max-width:310px;
		width: 100%;
	}
	.searchBox p {
		font-size: 0.8em;
	}
	#encryptedAccordion .accordion-inner {
		height: 171px;
		width:90%;
		margin: 0 auto;
		border:1px solid #f1f1f1;
		background-color:#fefefe;
		
	}
	.tabs-below > .nav-tabs > li {
	  padding-top:0px;
	}
	.nav-tabs > li > a {padding-left:7px; padding-right:7px;}
	.searchBox input[type=text] {width:250px; padding-right:0px; }
	.search {float:right;}
	.nav-tabs a {font-size:0.7em;}
	footer, .push {
		transition: all 0.2s ease-in-out;
		height: 50px;
		font-size: 0.5em;
	}
	
}
@media only screen and (min-width: 1140px) {
  /* ===============
    Maximal Width
   =============== */
  .wrapper {
    width: 1026px;
    /* 1140px - 10% for margins */
  }

}


/* remodal */


html.remodal-is-locked {
  overflow: hidden;
}

/* Anti FOUC */

.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */

.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;

  display: none;
}

/* Necessary styles of the wrapper */

.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  display: none;
  overflow: auto;

  text-align: center;

  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;

  height: 100%;
  margin-left: -0.05em;

  content: "";
}

/* Fix iPad, iPhone glitches */

.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */

.remodal {
  position: relative;
  border-radius:200px;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  height:320px;
  width:320px;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

.remodal-overlay {
  background: rgba(43, 46, 56, 0.9);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  -webkit-animation: remodal-overlay-opening-keyframes 0.3s;
  animation: remodal-overlay-opening-keyframes 0.3s;
}

.remodal-overlay.remodal-is-closing {
  -webkit-animation: remodal-overlay-closing-keyframes 0.3s;
  animation: remodal-overlay-closing-keyframes 0.3s;
}



.remodal-wrapper {
  padding: 10px 10px 0;
}


.remodal {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 10px;
  padding: 35px;

  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);

  color: #313131;
  background: #fff;
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  -webkit-animation: remodal-opening-keyframes 0.3s;
  animation: remodal-opening-keyframes 0.3s;
}

.remodal.remodal-is-closing {
  -webkit-animation: remodal-closing-keyframes 0.3s;
  animation: remodal-closing-keyframes 0.3s;
}

/* Vertical align of the modal dialog */

.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}


/* Dialog buttons */

.remodal-confirm,
.remodal-cancel {
  font: inherit;

  display: inline-block;
  overflow: visible;

  min-width: 110px;
  margin: 0;
  padding: 12px 0;

  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;

  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #0369d7;
}

.remodal-confirm:hover {
  background: #589be2;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}

.remodal-cancel:hover {
  background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */

.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner {
  padding: 0;

  border: 0;
}

/* Keyframes
   ========================================================================== */

@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);

    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;

    opacity: 1;
  }
}

@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);

    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;

    opacity: 1;
  }
}

@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);

    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);

    opacity: 0;
  }
}

@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);

    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);

    opacity: 0;
  }
}

@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/* IE8
   ========================================================================== */

.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  width: 320px;
}




