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

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

.placeholder {
  color: #aaa;
}

* {
  -webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          border-radius: 0 !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%;
        }
        }.table-deskman {
 width: 100%;
 }

.table-deskman tr td {
 padding: 5px;
 }

.table-deskman-lg {
 width: 100%;
 }

.table-deskman-lg tr td {
 padding: 10px;
 }

.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; }

.modal-dialog {
  height: 90%;
}

.modal-content {
  height: 100%;
  border-radius: 0;
  margin:0px;
  padding:0px;
}

.modal-body {
  height: 100%;
  border-radius: 0;
  margin:0px;
  padding:0px;
}.input-lg {
    outline: none;
    border-color: #e0e0e0 !important;
    box-shadow: 2px 2px 4px #e0e0e0 !important;
    margin-bottom: 15px !important;
}

.btn-lg {
    outline: none;
    border-color: #e0e0e0 !important;
    box-shadow: 2px 2px 4px #e0e0e0 !important;
    margin-bottom: 15px !important;
    height:47px !important;
}


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

.btn-md {
    outline: none;
    border:1px solid #e0e0e0;
    border-color: #e0e0e0 !important;
    box-shadow: 2px 2px 4px #e0e0e0 !important;
    margin-bottom: 15px !important;
    min-height:45px !important;
    line-height:45px;
    padding-top:0px;
    padding-bottom:0px;
}


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

.btn-sm {
    outline: none;
    border:1px solid #e0e0e0;
    border-color: #e0e0e0 !important;
    box-shadow: 2px 2px 4px #e0e0e0 !important;
    margin-bottom: 15px !important;
    height:34px !important;
    line-height:16px !important;
}


.navbar .nav > li.dropdown.open > ul > li a {
 line-height:30px;
}

.nav > li > ul > li a {
 height: 40px;
 padding-top: 0px;
 line-height: 40px;
}

.dropdown-auto:hover .dropdown-menu {
    display: block;
    margin-top: 0; // remove the gap so it doesn't close
 }

.navbar-toggle-sm {
   display: none;
  }
@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; }
.red       { color: red !important; }
.gray      { color: gray !important; }
.lightgray { color: lightgray !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%;
        }
        }

@media only screen and (max-width: 500px) {
.responsive {
 width: 100% !important;
}
}
.bluebar_out { 
  border:1px solid #cccccc;
 -khtml-border-radius: 6px;
 -moz-border-radius: 6px;
 -webkit-border-radius: 6px;
  border-radius: 6px; 
  margin-bottom:20px; }

.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; }

