html { 
 padding: 0px;
 margin-top: 5px;
 }

pre { margin:0px; padding:0px; border: 0px; background: transparent; }

@media only screen and (max-width: 500px) {
.responsive {
 width: 100% !important;
}
}
@media screen and (max-width: 768px){
.panel-responsive {
        margin:0px;
        padding-left:0%;
        padding-right:0%;
        }
        }

@media screen and (max-width: 768px){
.panel-half-responsive {
        margin:0px;
        padding-left:0%;
        padding-right:2%;
        }
        }body {
	color: #606060;
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: 300;

}

.infotext {
font-size: 1.1em;
}

h1, h2, h3, h4, h5, h6 {
        margin: 0px; padding-bottom: 5px;
}
h1 {    font-size: 1.5em; }
h2 {    font-size: 1.4em; }
h3 {    font-size: 1.3em; }
h4 {    font-size: 1.2em; }
h5 {    font-size: 1.1em; }
h6 {    font-size: 1.0em; }


nav > ul, li {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 1.4em; 
}

@media screen and (max-width: 768px){
ul, li {
	font-size: 19px;
	line-height: 1.5em; 
 }
}



.input-md {
    outline: none;
    border-color: #e9e9e9 !important;
    box-shadow: 2px 2px 4px #e9e9e9 !important;
    margin-bottom: 15px !important;
    min-height:45px !important;
}

.btn-md {
    outline: none;
    border:1px solid #e9e9e9;
    border-color: #e9e9e9 !important;
    box-shadow: 2px 2px 4px #e9e9e9 !important;
    margin-bottom: 15px !important;
    min-height:45px !important;
    line-height:30px !important;
}
@media (max-width: 992px) {
  .navbar-toggle-sm {
    display: block !important;
    height: auto !important;
    overflow: visible !important;
  }
}

@media (min-width: 992px) {
  .collapse-sm {
    display: block !important;
    height: auto !important;
    overflow: visible !important;
  }
}

@media (min-width: 768px) {
  .collapse-xs {
    display: block !important;
    height: auto !important;
    overflow: visible !important;
  }
}



.cyan   { color: #5A9CDE !important; }
.blue   { color: blue !important; }
.orange { color: orange !important; }
.green  { color: #68B828 !important; }
.brown  { color: brown !important; }
.gray   { color: gray !important; }
.red    { color: red !important; }
.success { color: #77AD3C !important; }
.primary { color: #0E62C7 !important; }

.bg-cyan   { background: #5A9CDE !important; }
.bg-blue   { background: blue !important; }
.bg-orange { background: orange !important; }
.bg-green  { background: #68B828 !important; }
.bg-brown  { background: brown !important; }
.bg-gray   { background: gray !important; }
.bg-red    { background: red !important; }
.bg-white  { background: white !important; }
.bg-success { background: #77AD3C !important; }

.switch_on {
 background: url('media/apps/tableman/images/bigswitch_on.png');
 }

.switch_off {
 background: url('media/apps/tableman/images/bigswitch_off.png');
 }


.switch2_on {
 background: url('media/apps/tableman/images/switch2_on.png');
 }

.switch2_off {
 background: url('media/apps/tableman/images/switch2_off.png');
 }


section {
        overflow:hidden;
        padding: 15px;
        margin-bottom: 15px;
        border-radius: 5px; 
        background: #fff;
        }.bs-callout {
    padding: 20px;
    margin: 10px 0 25px;
margin:15px;
    overflow: visible;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
    background: #fafafa;
}
.bs-callout-body {
    overflow: hidden;
}


.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}
.bs-callout p:last-child {
    margin-bottom: 0;
}
.bs-callout code {
    border-radius: 3px;
}
.bs-callout+.bs-callout {
    margin-top: -5px;
}
.bs-callout-default {
    border-left-color: #e0e0e0;
}
.bs-callout-default h3 {
    color: #e0e0e0e;
}
.bs-callout-primary {
    border-left-color: #5A9CDE;
}
.bs-callout-primary h3 {
    color: #5A9CDE;
}
.bs-callout-success {
    border-left-color: #5cb85c;
}
.bs-callout-success h3 {
    color: #5cb85c;
}
.bs-callout-danger {
    border-left-color: #d9534f;
}
.bs-callout-danger h3 {
    color: #d9534f;
}
.bs-callout-warning {
    border-left-color: #f0ad4e;
}
.bs-callout-warning h3 {
    color: #f0ad4e;
}
.bs-callout-info {
    border-left-color: #5bc0de;
}
.bs-callout-info h3 {
    color: #5bc0de;
}.wrapper {
        max-width:1280px;
        margin:auto;
        padding-left:2%;
        padding-right:2%;
        }

@media screen and (max-width: 768px){
.wrapper {
        margin:0px;
        padding-left:0%;
        padding-right:0%;
        }
        }.bluebar_out { 
  border:1px solid #cccccc;
 -khtml-border-radius: 6px;
 -moz-border-radius: 6px;
 -webkit-border-radius: 6px;
  border-radius: 6px; 
  margin-bottom:10px; }

.bluebar {
  box-shadow: 0px 80px 80px -80px #5A9CDE inset;
 -khtml-box-shadow: 0px 80px 80px -80px #5A9CDE inset;
  border:1px solid #fff;
 -khtml-border-radius: 6px;
 -moz-border-radius: 6px;
 -webkit-border-radius: 6px; 
  border-radius: 6px; }

.bluebar-title {
  color: #909090;
  padding: 10px;
  border-bottom:1px dotted #c0c0c0; }

.bluebar-body {
  padding: 12px;
  overflow: hidden; }

