/* Turnkey Telemetry 2017 */
@import url(bootstrap.css);


body {
    margin: 0;
}


#logout {
    z-index: 10;
    position: absolute;
    right: 0;
    top: 0;
    margin-right: 5px;
    margin-top: 2px;
}

#logout-link {
    background-color: transparent;
    text-decoration: underline;
    border: none;
    cursor: pointer;
}

.inline-form {
    margin: 0;
    display: inline;
}





#console {
    margin: 0;
    width: 100%;
    background: white url('../img/bg.png') repeat-x top left;
}


#header {
    margin: 0 auto;
    width: 960px;
    height: 85px;
}

#hlogo {
    width: 300px;
    float: left;
    margin: 10px 0 0 15px;
}

#hlogo a {
    background: transparent url('../img/logo.png') no-repeat left top;
    display: block;
    width: 300px;
    height: 64px;
}

#hmenu {
    margin: 35px 0 0 0;
    width: 580px;
    float: right;
}

#hhmenu {
    float: left;
    margin-left: 10px;
}

#hmenu ul {
    margin: 0;
}

#hmenu li {
    float: left;
    padding: 0;
    margin-right: 1px;
    height: 50px;
    display: block;
}

#hmenu .current {
    background: transparent url('../img/nav-current.png') no-repeat center bottom;
}

#hmenu a {
    text-decoration: none;
    display: block;
    cursor: pointer;
    font-size: 17px;
    color: gray;
    line-height: 6px;
    margin: 3px 3px 1px 3px;
    padding: 6px 11px 9px 11px;
}




#content {
    min-height: 400px;
    margin: 0 auto;
    overflow: auto;
    width: 970px;
    padding: 4px 15px 0 15px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    background: white url('../img/content.png') no-repeat center top;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}


#main-content {
    width: 960px;
    float: left;
}

#subheader {
    clear: both;
    height: 34px;
    margin-top: 5px;
    border-bottom: 1px solid #E5E5E5;
    padding: 0;
}

#subheader h1 {
    color: gray;
    font-size: 22px;
    margin: 5px 0 5px 21px;
    font-weight: bold;
    line-height: 27px;
    float: left;
}

legend {
    color: gray;
    font-size: 20px;
    margin: 15px 0 15px 31px;
    font-weight: bold;
    line-height: 27px;
    float: left;
    border-bottom: 0px;
}

#submenu {
    float: right;
    margin: 6px 80px 3px 5px;
}

#submenu a {
    text-decoration: none;
    color: gray;
    border-bottom: 1px solid #E8E8E8;
    font-weight: bold;
    padding: 0px 3px 8px 3px;
    margin: 0px 4px;
    display: block;
    float: left;
}

#submenu a:hover {
    border-bottom: 1px solid #AAA;
}

#submenu .current {
    border-bottom: 1px solid #222;
}

#inner-content {
    margin: 20px 12px;
}






.row {
    padding: 1px 0px;
}

.row-spacer-25 {
    padding: 25px 0;
}

.row-spacer-5 {
    padding: 5px 0;
}

.progress {
    margin-bottom: 0px;
}

.channel-row {
    cursor: pointer;
    padding: 5px 0;
}

.channel-row:hover {
    background-color: #eeeeee;
}


.ab {
    padding-top: 5px;
}

.syntax-error {
    color:red;
}



.input-smallmed {
    width: 100px;
}







/* Footer */
html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 60px; /* For footer. */
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  background-color: #DCDCDC;
}

.footer p {
    margin: 20px 0;
}










.dataTable {
    clear: both;
}

.dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 250px;
    height: 30px;
    margin-left: -125px;
    margin-top: -15px;
    padding: 14px 0 2px 0;
    border: 1px solid #ddd;
    text-align: center;
    color: #999;
    font-size: 14px;
    background-color: white;
}

.dataTables_filter {
    width: 50%;
    float: right;
    text-align: right;
}

.dataTables_info {
    width: 60%;
    float: left;
}

th.sorting_asc {
    background: url('../img/sort_asc.png') no-repeat center left; padding-left: 23px;
}

th.sorting_desc {
    background: url('../img/sort_desc.png') no-repeat center left; padding-left: 23px;
}

th.sorting {
    background: url('../img/sort_both.png') no-repeat center left; padding-left: 23px;
}



.table .expression td {
    border-top: 0px;
}
