body
{
	font-family: verdana;
}

.table-header
{
	clear: both;
	background: #710000;
	height: 1em;
	padding: 0.5em;	
	font-family: verdana;
}

.view_page.table-header{
	height: 2em;
}

.table-header  > div
{
	float: left;
	width: 20em;
	height: 2em;
	color: white;
	font-weight: bold;
	font-family: verdana;
}

.table-row
{
	clear: both;
	background: #e0c8c8;;
	height: 1em;
	padding: 0.5em;
	font-family: verdana;
}

.table-row   > div
{
	float: left;
	width: 20em;
	height: 2em;
	font-family: verdana;
}


.table-row  > a  > div
{
	float: left;
	width: 15em;
	height: 2em;
	font-family: verdana;
}

.table-row a {
	color: black;
	text-decoration: none;
}

.menu-item{
	float: left;
    font-family: sans-serif;
    cursor: pointer;
    border-radius: 0.0em;
    font-size: 18px;
    margin-top: 30px;
    margin-left: 50px;
}

.menu-item a{
	text-decoration:none;
	color: #ffffff;
}

.menu-item a:hover, 
.menu-item a:active {
  color: #d7adad;;
}

footer{
	clear: both;
    background: #710000;
    height: 30px;
    color: white;
    text-align: center;
    padding: 3px;
    margin-top: 30px;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
}

footer a, 
* a:visited 
footer a:hover, 
footer a:active {
  color: inherit;
}


.center {
  text-align: center;
  clear:both;  
  margin-bottom: 60px; 
  margin-top: 10px
}

.pagination {
  display: inline-block;
}

.pagination a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color .3s;
  border: 1px solid #ddd;
  margin: 0 4px;
  border-radius: 5px;
}

.pagination a:hover:not(.active) {background-color: #ddd;}

.pagination span {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    margin: 0 4px;
}

.pagination span.active {
    background-color: #710000;
    color: white;
    border: 1px solid #c38686;
    border-radius: 5px;
}

.showdevices .pagination span.active {
    background-color: #512e94;
    border: 1px solid #7d6e9a;  
}

.wrapper {
    margin: 30px auto;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.wrapper h1 {
    font-family: 'Titillium Web', sans-serif;
    letter-spacing: 8px;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
}

#login_page {
  background-color: #710000;
  background: url(android_background.png) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.login_form{
	font-size: 20px;
    color: black;
    width: 20em;
    padding: 1em;
    margin: auto;
    text-align: center;
}

.login_form > div{
	margin: 15px;
}

.login_form input{
	font-size: 18px;
  padding: 3px;
  width: 260px;
}

#search, #search_devices {
    height: 15px;
    padding: 4px;
    width: 200px;
}

ul.breadcrumb {
  padding: 10px 16px;
  list-style: none;
  background-color: #eee;
}
ul.breadcrumb li {
  display: inline;
  font-size: 18px;
}
ul.breadcrumb li+li:before {
  padding: 8px;
  color: black;
  content: "/\00a0";
}
ul.breadcrumb li a {
  color: #0275d8;
  text-decoration: none;
}
ul.breadcrumb li a:hover {
  color: #01447e;
}

.info{
    float: left;
    font-size: 12px;
    margin: 2px;
    color: white;
    font-style: italic;
}

.button {
  background-color: #710000;
  border: none;
  color: white;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  padding: 5px;
  margin: 1px;
  cursor: pointer;
  width: 75px;
  margin-right: 14px;
}

.button:hover {
  background-color: #410000;
}

.button1 {background-color: #710000 !important;} /* Alfanum */
.button1:hover {background-color: #410000 !important;} /* Alfanum */
.button2 {background-color: #008CBA !important;} /* Blue */
.button2:hover {background-color: #005773 !important;} /* Blue */
.button3 {background-color: #f44336;} /* Red */ 
.button3:hover {background-color: #d44336;} /* Red */ 
.button4 {background-color: #e7e7e7 !important; color: black !important;} /* Gray */ 
.button4:hover {background-color: #c7e7e7 !important;} /* Gray */ 
.button5 {background-color: #555555 !important;} /* Black */
.button5:hover {background-color: #255555 !important;} /* Black */
.button6 {background-color: #2e8835 !important;} /* Green */
.button6:hover {background-color: #1c5220 !important;} /* Green */
.button7 {background-color: #ffc904 !important;} /* Orange */
.button7:hover {background-color: #e6b501 !important;} /* Orange */


.button3.disabled_link, 
.button3.disabled_link:hover {
  cursor: default;
  text-decoration: none !important;
  background-color: #fb9f98;
}

.buttom_export{
  width: 150px !important;
}

.navbar {
  overflow: hidden;
  background-color: #710000;
  position: fixed;
  top: 0;
  width: 100%;
}

.navbar a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.navbar a:hover {
  background: #daacac;
  color: black;
}

#device_name{
    width: 250px;
    height: 25px;
    margin-top: 8px;
}


table {
  border-collapse: collapse;
  width: 100%;
}

th, td {
  text-align: left;
  padding: 8px;
}

tr:nth-child(even){background-color: #f2f2f2}

.overview{
  overflow-x:auto;
  margin-top: 110px;
}

.overview th {
  background-color: #710000;
  color: white;
}

.overview.showdevices th {
  background-color: #512e94;
}

.overview td h5{
  margin: 0px;
  color: black;
}

.overview td a {
    text-decoration: none;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before {
bottom: .5em;
}

/* Responsive manu */

.topnav {
  overflow: hidden;
  background-color: #710000;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 16px;
}

.topnav a:hover {
  background-color: #e0c9c9;
  color: black;
}

.topnav a.active {
  background-color: #b16665;
  color: white;
}

.topnav a.right_menu{
  float: right;
}

.topnav .icon {
  display: none;
}

#speaker {
  height: 135px;
}

@media screen and (max-width: 1150px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 1150px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}


/* Style inputs, select elements and textareas */
.container input[type=text], 
.container input[type=password], 
.container input[type=number], 
.container select, 
.container textarea{
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  resize: vertical;
}

/* Style the label to display next to the inputs */
.container label {
  padding: 12px 12px 12px 0;
  display: inline-block;
}

/* Style the submit button */
.container input[type=reset], 
.container input[type=submit]{ 
  background-color: #710000;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  float: right;
  margin-right: 10px;
  margin-top: 10px;
}

/* Style the container */
.container {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 100px 50px;
}

.container form {
  width: 70%;
}

/* Floating column for labels: 25% width */
.col-25 {
  float: left;
  width: 25%;
  margin-top: 6px;
}

/* Floating column for inputs: 75% width */
.col-75 {
  float: left;
  width: 75%;
  margin-top: 6px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.reports_links{
    text-decoration: none;
    font-weight: bold;
    color: blue;
}


/* Responsive layout - when the screen is less than 1000px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 1000px) {
  .col-25, .col-75, 
  .container input[type=reset],
  .container input[type=submit] {
    width: 100%;
    margin-top: 5px;
    margin-right: 0px;
  }

  .container {
    width: 100%;
    padding: 30px 5px !important;
  }

  * {
    font-size: inherit;
  }
}

@media screen and (max-width: 1600px) {
  .container form {
    width: 90%;
  }
}


