a {
 	color: #111;
}

.bold {
    font-weight: bold;
}

.content-wrapper {
    padding-bottom: 10px
}

.content {
    padding: 0px;
}

.content-header {
    padding: 15px;
}

.main-footer {
    z-index: 800;
}

.row {
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 15px;
    padding-right: 15px;
}

.box {
    border-radius: 0px;
    border-top: 1px solid #d2d6de;
    margin-bottom: 0px;
}

.box-header {
    margin: 20px;
}

.box-body {
    border-radius: 0 0 3px 3px;
    padding: 0px;
    margin: 20px 0px 20px 0px;
}

.breadcrumb {
  padding: 15px 15px;
  margin-bottom: 0px;
  list-style: none;
  background-color: #fff;
  border-radius: 4px;
  float: left;
  font-size: 12pt;
}
 .breadcrumb li.inactive a {
     color: #888888;
 }

 .breadcrumb li.active{
     color: #1E1E1E;
 }

.btn-info {
  background-color: #84B916;
  border-color: #719F12;
}

.btn-info:hover {
  background-color: #719F12;
  border-color: #719F12;
}

/*.sidebar-menu > li > a {
    display: block;
    padding: 15px 5px 15px 15px;
    font-size: 12pt;
}*/

.input-margin {
	margin-left: 15px;
	margin-bottom: 20px;
}

.table th {
    background-color: transparent;
    /*border-right: 1px solid #D0D0D0;*/
    text-transform: uppercase;
}

.table tr:not(:first-child) {
    border-top: 1px solid #EEE;
    background-color: transparent;
}

.table tbody tr td, .table thead tr th {
    border-top: transparent;
    background-color: transparent;
}

.button-list {
	float: right;
}

.dataTables_length, .dataTables_info, .dataTables_paginate {
	margin: 10px;
	display: inline-block;
}

.dataTables_paginate {
	margin-top: 15px;
	float: right;
}

td.details-control {
    cursor: pointer;
}

tr.shown td.details-control {
}

/* Spinner -----------------------------------------*/

#overlay {
    background-color: rgba(0, 0, 0, .6);
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 5;
}

#spinner-ajax {
    width: 0;
    height: 0;
}

/* Boxes -------------------------------------------*/

.box-row {

}

.table tr.box-row {
    background-color: transparent;
}


/* Box detail table ------------------------------- */

.box_detail {
    margin-left: 24px;
}

.box_detail table td, th {
    padding-left: 10px;
}

/* Logs ----------------------------------------- */

.table tr.user-row {
    background-color: white;
}

.table tbody tr td {
    line-height: 16pt;
}

.table tr td i.online {
    content: ' ';
    color: #719f12;
    font-size: 16pt;
}

.table tr td i.offline {
    content: ' ';
    color: #DA2222;
    font-size: 16pt;
}

.table tr td i.user-offline {
    content: ' ';
    color: #3D3C3A;
    font-size: 16pt;
}

/* Registration ----------------------------------------- */

.register-my-box {
  width: 360px;
  margin: auto;
}

.register-my-box-msg {
    padding: 20px;
    display: block;
}