/* Custom Styles */

.img-hover:hover {
    opacity: 0.5;
}

.btn-custom { 
  color: #ffffff; 
  background-color: #6D6E70; 
  border-color: #454549; 
} 
 
.btn-custom:hover, 
.btn-custom:focus, 
.btn-custom:active, 
.btn-custom.active, 
.open .dropdown-toggle.btn-custom { 
  color: #ffffff; 
  background-color: #454549; 
  border-color: #454549; 
} 
 
.btn-custom:active, 
.btn-custom.active, 
.open .dropdown-toggle.btn-custom { 
  background-image: none; 
} 
 
.btn-custom.disabled, 
.btn-custom[disabled], 
fieldset[disabled] .btn-custom, 
.btn-custom.disabled:hover, 
.btn-custom[disabled]:hover, 
fieldset[disabled] .btn-custom:hover, 
.btn-custom.disabled:focus, 
.btn-custom[disabled]:focus, 
fieldset[disabled] .btn-custom:focus, 
.btn-custom.disabled:active, 
.btn-custom[disabled]:active, 
fieldset[disabled] .btn-custom:active, 
.btn-custom.disabled.active, 
.btn-custom[disabled].active, 
fieldset[disabled] .btn-custom.active { 
  background-color: #6D6E70; 
  border-color: #454549; 
} 
 
.btn-custom .badge { 
  color: #6D6E70; 
  background-color: #ffffff; 
}

.btn-customa { 
  color: #ffffff; 
  background-color: #454549; 
  border-color: #6D6E70; 
} 
 
.btn-customa:hover, 
.btn-customa:focus, 
.btn-customa:active, 
.btn-customa.active, 
.open .dropdown-toggle.btn-customa { 
  color: #ffffff; 
  background-color: #6D6E70; 
  border-color: #6D6E70; 
} 
 
.btn-customa:active, 
.btn-customa.active, 
.open .dropdown-toggle.btn-customa { 
  background-image: none; 
} 
 
.btn-customa.disabled, 
.btn-customa[disabled], 
fieldset[disabled] .btn-customa, 
.btn-customa.disabled:hover, 
.btn-customa[disabled]:hover, 
fieldset[disabled] .btn-customa:hover, 
.btn-customa.disabled:focus, 
.btn-customa[disabled]:focus, 
fieldset[disabled] .btn-customa:focus, 
.btn-customa.disabled:active, 
.btn-customa[disabled]:active, 
fieldset[disabled] .btn-customa:active, 
.btn-customa.disabled.active, 
.btn-customa[disabled].active, 
fieldset[disabled] .btn-customa.active { 
  background-color: #454549; 
  border-color: #6D6E70; 
} 
 
.btn-customa .badge { 
  color: #454549; 
  background-color: #ffffff; 
}
.well {
min-height: 20px;
padding: 19px;
margin-bottom: 5px;
background-color: transparent;
border: 0px solid #E3E3E3;
border-radius: 0px;
-webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.05);
}
.divider {
  height: 1px;
  width:95%;
  display:block;
  margin: auto;
  overflow: hidden;
  background-color: #767676;
}
.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
	/* custom width */
	width:px;
	/* custom min width */
    min-width:auto;
	/* custom max width */
    max-width:190px;
}
.col-centered2 {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
	/* custom width */
	width:px;
	/* custom min width */
    min-width:auto;
	/* custom max width */
    max-width:210px;
}
.col-centered3 {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
	/* custom width */
	width:px;
	/* custom min width */
    min-width:auto;
	/* custom max width */
    max-width:165px;
}
hr {
	height: 12px;
	width: 95%;
    border: 0;
    box-shadow: inset 0 12px 12px -12px rgba(118, 118, 118, 0.5);
}

body {

  background: url('../img/noisy_net_@2X.png')center center fixed;

}