@font-face {
font-family: 'Roboto', sans-serif;
}

body {
min-height: 100%;
font-family:roboto;
font-weight:300;
font-size:10px;
background-color: #F0F0F0;
color:#444444;
margin-top: 52px;
margin-bottom: 0px;
margin-left:0px;
margin-right:0px;
}


.wrapper {
background-color: #F0F0F0;
box-shadow:none;
width:960px;
margin-left:auto;
margin-right:auto;
padding-bottom: 52px;
}

a {
color: #03A9F4;
text-decoration: underline;
font-weight:400;
cursor: auto;
}

h1 {
font-size: 1.4rem;
font-weight:700;
display:inline;
/*color: #333333;*/
}

h2 {
font-weight:400;
text-decoration:underline;
margin-top:0px;

}
h3 {
font-weight: 400;
font-size: 1.2rem;
margin-bottom:8px;
}

h4 {
font-weight:500;
text-decoration:underline;
font-size: 1rem;
}

p {
  font-size: 1rem;
  color: grey;
}
.stepper-main {
  width: 100%;
}
.stepper-ul {
  display: flex;
  width: 960px;
  margin: auto;
  justify-content: space-between;
}
.stepper-ul li{
  display: inline-block;
}

.section {
background-color: white;
padding: 16px;
margin: 32px 32px 0px 32px;
box-shadow:0 3px 6px 0 rgba(0,0,0,.16),0 3px 6px 0 rgba(0,0,0,.23);
clear:both;
border-radius:4px;
}

#div-link {
  text-decoration: none;
}

.help {
  position: relative;
  float: right;
  font-size: 1rem;
}

.help a {
    text-decoration: none;
}
.help a:hover {
    text-decoration: underline;
}

.open-in-new {
  font-size: 0.8rem;
  vertical-align: middle;
  color: #999;
}


.main-header-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 48px;
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
  background-color: #ededed;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 54;
}

.header-left-pane{
  display: flex;
  align-items: center;
  height: 100%;
  z-index: 55;
}

.header-right-pane{
  display: flex;
  align-content: center;
}

.logo-btn{
  margin: 0;
  text-transform: none;
  padding: 8px 16px;
}

.logo-btn img{
  width: 172px;
}

/* Contest logo */
.trophy-link{
  display: flex;
  align-items: center;
  text-decoration: none;
  margin-right: 32px;
}

.trophy-link img{
  width: 36px;
  height: 36px;
}

.trophy-link span{
  font-weight: bold;
  font-size: 16px;
  color: #FF6B6B;

}

table {
width:100%;

}

td {
width:100%;
padding-top:0.5em;
padding-bottom:0.5em;
font-size: 0.9rem;
}

tr.border_bottom td:before{
font-family:FontAwesome;
content:"\f07a";
margin-right:8px;
}

tr.border_bottom td {
border-top: 1px solid white;
}
tr.border_bottom:first-child td{border-top:0px;}
tr.border_bottom:last-child td{ border-top: 1px solid white;}

tr td:last-child {
float:right;
}

tr td:last-child:before{
content:"x";

}

tr a {
text-decoration:none;
}

tr a:hover {
text-decoration:underline;
}

img {
max-width:800px;
max-height:100%;
margin:auto;
width:100%;
display:block;
}
.gauge {
    display: inline-block;
}

.feedback {
  display: flex;
/*  width: 960px;*/
  margin: 8px 32px 16px 32px;
  justify-content: space-between;

}

.svg-holder {
  width: 24px;
  height: 24px;
  margin: auto;
}
.bug-report{
  display: flex;
}
.rate {
  display: flex;
}

.bug-report p {
  cursor: pointer;
  font-weight: 400;
}


/*stars rating*/

@import url(//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css);

fieldset, label { margin: 0; padding: 0; }
h1 { font-size: 1.5em; margin: 10px; }

/****** Style Star Rating Widget *****/

.rating { 
  display: inline-block;
  margin: auto;
/*  float: right;*/
  border: none;
}

.rating > input { display: none; } 
.rating > label:before { 
  margin: 5px;
  font-size: 1.25em;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005";
}

.rating > .half:before { 
  content: "\f089";
  position: absolute;
}

.rating > label { 
  color: #ddd; 
 float: right; 
}


/***** CSS Magic to Highlight Stars on Hover *****/

.rating > input:checked ~ label, /* show gold star when clicked */
.rating:not(:checked) > label:hover, /* hover current star */
.rating:not(:checked) > label:hover ~ label { color: #FFD700;  } /* hover previous stars in list */

.rating > input:checked + label:hover, /* hover current star when changing rating */
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label, /* lighten current selection */
.rating > input:checked ~ label:hover ~ label { color: #FFED85;  } 

@media (max-width: 768px) {
  .feedback{
    margin: 0 16px
    ;
  }
  .rate{
    display: inline-block;
  }
  .bug-report{
    display: block;
  }
  .svg-holder{
    display: none;
  }
}


#gallery{
padding:32px;
background-color:white;
}

center {
color: white;
height:4em;
margin-top:16px;
padding:16px;
background-color:#343434;
font-size: 0.8rem;

}

#img-desc{

    padding:0.5em 0px;
    font-weight :400;

}
    
    .side-menu {

    }


/*#img-desc:before{
content:"Pin to Pin: ";   
font-weight:300;
float:left;*/
    


.text-wrap {
display:inline-block;
}

#galleryindex{
height:2rem;
vertical-align:middle;
display:inline;
}

.button, .button-center{
padding:0.5rem;
background-color:#ff6b6b;
color:white;
border:0;
border-radius:4px;
height:2rem;
cursor: pointer;
font-size:1rem;
box-shadow:0 3px 6px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23);
}

.ghost {
  display: inline-block;
  /*margin: auto;*/
  width: auto;
  text-decoration: none;
  box-shadow: none;
  color: #ff6b6b;
  border: 1px solid #ff6b6b;
  border-radius: 4px;
  background-color: rgba(0,0,0,0);
}
.ghost:hover{
  color: white;
  background-color: #ff6b6b;
}

 .flat {
  background-color: rgba(0,0,0,0);
  color: #ff6b6b;
  box-shadow: none;

}
.button-center {
width:200px;
height:auto;
display:block;
position:relative;
margin:1.5em auto 1em auto;
text-decoration:none;
text-align:center;
}

#button-prev{
float:left;
}

#button-next{
float:right;
}

#button-first{

text-decoration:underline;
color:white;
background-color:#343434;
float:left;
margin-left:16px;
}

#button-last{

text-decoration:underline;
color:white;
background-color:#343434;
float:right;
margin-right:16px;
font-weight: 100;
}

.fritzing {

}

.header {
width: 960px;
line-height:3rem;
margin:0 auto;
padding-left: 52px;
text-decoration:none;
color:#343434;
text-align:left;
box-shadow:none;
}

.container {
padding:0px;
background-color:#46ADFE;
box-shadow:none;
padding-top:0px;
padding-bottom:0px;
display:flex;
}

.container #bom {
margin-left:0px;
margin-right:16px;
float: left;
margin-top: 0px;
margin-bottom: 0px;
width:42%;
height:auto;
clear:none;
flex:1;

}

.container #notes {
margin-left:16px;
margin-right:0px;
float:right;
width:42%;
margin-top:0px;
margin-bottom:0px;
height:auto;
clear:none;
background-color:#FFCE39;
color:#343434;
font-weight:400;
flex:1;
}

.container #notes a {
color: #03A9F4;
}

.license {

}

.badge1 {
position:relative;
}
.badge1[data-badge]:after {
content:attr(data-badge);
position:absolute;
top:-32px;
right:-64px;
font-size:16px;
font-weight:bold;
background:#494949;
color:white;
border:2px solid white;
width:64px;
height:32px;
text-align:center;
line-height:32px;
border-radius:32px;
}

.main-footer{
display: flex;
flex-direction: row-reverse;
height: 48px;
width: 100%;
background-color: #ededed;
left: 0;
top: 0;
z-index: 54;

}

.social{
/*height:2em;*/
margin: 0;
padding: 0;
float: left;
padding-left: 32px;
text-decoration:none;
color:#ff6b6b;
background-color:#ededed ;
text-align:center;
box-shadow:none;
border-radius:0;
display:flex;
flex-direction: column;
justify-content: center;
}

.social a{
color:#ff6b6b;
text-decoration:none;
}

.social a:hover{
transition:color 0.1s ease;
color:#1767A5;
text-decoration:none;
color:#13568A;
}

.list-inline{
margin: 0 4.2rem;
padding-left:0px;

}

.icon {
width: 32px;
height: auto;
fill: #444;
}
.icon:hover{
  fill: #ff6b6b;
}



#editor { 
        width: 100%;
        height:200px;
}

.list-inline li{
margin-left:0.8rem;
margin-right:0.8rem;
list-style:none;
display:inline;
font-size:30px;
}

/* Style the list */
ul,ol {
  font-size: 0.9rem;
  color: grey;
}
ul.tab {
list-style-type: none;
font-size: 1rem;
margin: 0;
padding: 0;
overflow: hidden;
border: 1px solid #ccc;
background-color: #f1f1f1;
}
/* Float the list items side by side */
ul.tab li {float: left;}
/* Style the links inside the list items */
ul.tab li a {
display: inline-block;
color: black;
text-align: center;
padding: 14px 16px;
text-decoration: none;
transition: 0.3s;
font-size: 17px;
}
/* Change background color of links on hover */
ul.tab li a:hover {background-color: #ddd;}
/* Create an active/current tablink class */
ul.tab li a:focus, .active {background-color: #ccc;}
/* Style the tab content */
.tabcontent {
display: none;
padding: 6px 0px;
/*border: 1px solid #ccc;*/
border-top: none;
}
.tabcontent {
}
@-webkit-keyframes fadeEffect {
from {opacity: 0;}
to {opacity: 1;}
}
@keyframes fadeEffect {
from {opacity: 0;}
to {opacity: 1;}
}


@media (max-width: 768px) {
     body {margin: 24px 0px;}
    .header {height:3em;line-height:3em;margin-bottom:1em;padding: 16px}
    .section {margin:24px 0px 10px 0px; border-radius:0px;}
    .list-inline li{margin-left:10px;margin-right:10px;}
    .notonphone{display:none;}
    .header-right-pane{
      display: none;
    }
.wrapper {
width:100%;

}
ul {padding-left:10px;}


ol {padding-left:12px;}

center{height:auto;overflow:hidden}

#img-desc{
    margin-top:1em;
    padding:0.5em;
    font-weight :400;
    background-color:grey;
}

#button-prev,#button-next,#button-first,#button-last{}
#gallery {
padding:2px;
}

tr{font-size:14px!important;}
td{padding-bottom:0.2em;padding-top:0.2em;}
h1{font-size:1.5em!important;}
h3{font-size:1.5em!important;}

.tabs .tab a {
  font-size: 0.7rem;
}
}

/* tabs based on material design */
.tabs {
  padding-left: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  height: 48px;
  background-color: #fff;
  margin: 0 auto;
  white-space: nowrap;
}

.tabs .tab {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: block;
  float: left;
  text-align: center;
  line-height: 48px;
  height: 48px;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  text-overflow: ellipsis;
  overflow: hidden;
  letter-spacing: .8px;
  min-width: 40px;
  border-right: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
}

.tabs .tab a {
  text-decoration: none;
  font-size: 0.7rem;
  color:  grey;
  background-color: #ededed;
  display: block;
  width: 100%;
  height: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: color .28s ease;
}

.tabs .tab a:hover {
  color:  white;
  background-color:#ff6b6b;
}

.tabs .indicator {
  position: absolute;
  bottom: 0;
  height: 2px;
  background-color: #f6b2b5;
  will-change: left, right;
}

.gauge-pane {
  width: 100%;
}
.gauge {
  width: 30%;
  height: auto;
  height: auto;
}

.modal-content,
.popover {
  background-clip: padding-box
}

/*.modal {
  display: none;
  position: fixed;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0
}*/

.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before {
  display: table;
  content: " "
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0)
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto
}

.modal-dialog {
  display: none;
  position: fixed;
  z-index: 1050;
  width: auto;
  margin: 10px;

}

.modal-content {
  position: relative;
  background-color: #fff;
  outline: 0
}

.modal-backdrop {
  position: fixed;
  z-index: 1040;
  background-color: #000
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0)
}

.modal-backdrop.in {
  opacity: 1;
  filter: alpha(opacity=100)
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
  margin-top: -2px
}

.modal-title {
  margin: 0;
  line-height: 1.42857
}

.modal-body {
  position: relative;
  padding: 15px
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5
}

.modal-footer .btn+.btn {
  margin-left: 5px;
  margin-bottom: 0
}

.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: 500px;
    top:30%;
    left: 50%;
    margin-left: -250px;

  }
  .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
  }
}
.close {
  float: right;
}
button.close {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none
}

input::after,
input::before,
select::after,
select::before,
textarea::after,
textarea::before,
body *::after,
body *::before {
  box-sizing: border-box;
}

body {
  background-image: -webkit-linear-gradient(top, #f2f2f2, #e6e6e6);
  background-image: linear-gradient(top, #f2f2f2, #e6e6e6);
}

h1 {
  font-size: 2rem;
  text-align: center;
  margin: 0 0 2em;
}

.popup {
  display: block;
  opacity: 1;
  position: relative;
  max-width: 90%;
  margin: 1rem auto;
  background: #fff;
  width: 100%;
  height: 0;
  padding:0;
  border-radius: 2px;
  z-index: 1050;
  box-shadow: 0;
  transition: height 0.1s ease, padding 0.1s ease, box-shadow 0.1s ease;
  overflow: hidden;
}


.button-container {
  text-align: center;
  float: right;
}

fieldset {
  margin: 0 0 3rem;
  padding: 0;
  border: none;
}

.form-radio,
.form-group {
  position: relative;
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}

.form-group input {
  height: 1.9rem;
}
.form-group textarea {
  resize: none;
}
.form-group select {
  width: 100%;
  font-size: 1rem;
  height: 1.6rem;
  padding: 0.125rem 0.125rem 0.0625rem;
  background: none;
  border: none;
  line-height: 1.6;
  box-shadow: none;
}
.form-group .control-label {
  position: absolute;
  top: 0.25rem;
  pointer-events: none;
  padding-left: 0.125rem;
  z-index: 1;
  color: #b3b3b3;
  font-size: 1rem;
  font-weight: normal;
  -webkit-transition: all 0.28s ease;
  transition: all 0.28s ease;
}
.form-group .bar {
  position: relative;
  border-bottom: 0.0625rem solid #999;
  display: block;
}
.form-group .bar::before {
  content: '';
  height: 0.125rem;
  width: 0;
  left: 50%;
  bottom: -0.0625rem;
  position: absolute;
  background: #337ab7;
  -webkit-transition: left 0.28s ease, width 0.28s ease;
  transition: left 0.28s ease, width 0.28s ease;
  z-index: 2;
}
.form-group input,
.form-group textarea {
  display: block;
  background: none;
  padding: 0.125rem 0.125rem 0.0625rem;
  font-size: 1rem;
  border-width: 0;
  border-color: transparent;
  line-height: 1.9;
  width: 100%;
  color: transparent;
  -webkit-transition: all 0.28s ease;
  transition: all 0.28s ease;
  box-shadow: none;
}
.form-group input[type="file"] {
  line-height: 1;
}
.form-group input[type="file"] ~ .bar {
  display: none;
}
.form-group select,
.form-group input:focus,
.form-group input:valid,
.form-group input.form-file,
.form-group input.has-value,
.form-group textarea:focus,
.form-group textarea:valid,
.form-group textarea.form-file,
.form-group textarea.has-value {
  color: #333;
}
.form-group select ~ .control-label,
.form-group input:focus ~ .control-label,
.form-group input:valid ~ .control-label,
.form-group input.form-file ~ .control-label,
.form-group input.has-value ~ .control-label,
.form-group textarea:focus ~ .control-label,
.form-group textarea:valid ~ .control-label,
.form-group textarea.form-file ~ .control-label,
.form-group textarea.has-value ~ .control-label {
  font-size: 0.8rem;
  color: gray;
  top: -1rem;
  left: 0;
}
.form-group select:focus,
.form-group input:focus,
.form-group textarea:focus {
  outline: none;
}
.form-group select:focus ~ .control-label,
.form-group input:focus ~ .control-label,
.form-group textarea:focus ~ .control-label {
  color: #337ab7;
}
.form-group select:focus ~ .bar::before,
.form-group input:focus ~ .bar::before,
.form-group textarea:focus ~ .bar::before {
  width: 100%;
  left: 0;
}

.checkbox label,
.form-radio label {
  position: relative;
  cursor: pointer;
  padding-left: 2rem;
  text-align: left;
  color: #333;
  display: block;
}
.checkbox input,
.form-radio input {
  width: auto;
  opacity: 0.00000001;
  position: absolute;
  left: 0;
}

.radio {
  margin-bottom: 1rem;
}
.radio .helper {
  position: absolute;
  top: -0.25rem;
  left: -0.25rem;
  cursor: pointer;
  display: block;
  font-size: 1rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #999;
}
.radio .helper::before, .radio .helper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  margin: 0.25rem;
  width: 1rem;
  height: 1rem;
  -webkit-transition: -webkit-transform 0.28s ease;
  transition: -webkit-transform 0.28s ease;
  transition: transform 0.28s ease;
  transition: transform 0.28s ease, -webkit-transform 0.28s ease;
  border-radius: 50%;
  border: 0.125rem solid currentColor;
}
.radio .helper::after {
  -webkit-transform: scale(0);
          transform: scale(0);
  background-color: #337ab7;
  border-color: #337ab7;
}
.radio label:hover .helper {
  color: #337ab7;
}
.radio input:checked ~ .helper::after {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}
.radio input:checked ~ .helper::before {
  color: #337ab7;
}

.checkbox {
  margin-top: 3rem;
  margin-bottom: 1rem;
}
.checkbox .helper {
  color: #999;
  position: absolute;
  top: 0;
  left: 0;
  width: 1rem;
  height: 1rem;
  z-index: 0;
  border: 0.125rem solid currentColor;
  border-radius: 0.0625rem;
  -webkit-transition: border-color 0.28s ease;
  transition: border-color 0.28s ease;
}
.checkbox .helper::before, .checkbox .helper::after {
  position: absolute;
  height: 0;
  width: 0.2rem;
  background-color: #337ab7;
  display: block;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  border-radius: 0.25rem;
  content: '';
  -webkit-transition: opacity 0.28s ease, height 0s linear 0.28s;
  transition: opacity 0.28s ease, height 0s linear 0.28s;
  opacity: 0;
}
.checkbox .helper::before {
  top: 0.65rem;
  left: 0.38rem;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  box-shadow: 0 0 0 0.0625rem #fff;
}
.checkbox .helper::after {
  top: 0.3rem;
  left: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.checkbox label:hover .helper {
  color: #337ab7;
}
.checkbox input:checked ~ .helper {
  color: #337ab7;
}
.checkbox input:checked ~ .helper::after, .checkbox input:checked ~ .helper::before {
  opacity: 1;
  -webkit-transition: height 0.28s ease;
  transition: height 0.28s ease;
}
.checkbox input:checked ~ .helper::after {
  height: 0.5rem;
}
.checkbox input:checked ~ .helper::before {
  height: 1.2rem;
  -webkit-transition-delay: 0.28s;
          transition-delay: 0.28s;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: 1rem;
}

.has-error .legend.legend, .has-error.form-group .control-label.control-label {
  color: #d9534f;
}
.has-error.form-group .form-help,
.has-error.form-group .helper, .has-error.checkbox .form-help,
.has-error.checkbox .helper, .has-error.radio .form-help,
.has-error.radio .helper, .has-error.form-radio .form-help,
.has-error.form-radio .helper {
  color: #d9534f;
}
.has-error .bar::before {
  background: #d9534f;
  left: 0;
  width: 100%;
}

