/*report icon on index page*/
.report-icon {
	width: 75px;
	height: 69px;
	margin-right: 10px;
}

/*reports list elements on main page*/
/*.list-group-item {
	border: none;
}*/

li.store, li.zone {
	border: none;
	padding: 5px 7px;
}

/*stores on stores page*/
tr.row_problem td, tr.ok td{
    border-top: 1px solid #000;
}

.td_problem {
    color: #000;
	background-color: #FFB6C1 !important;
}

table.group>tbody>tr.row_problem>td.row_problem{
	vertical-align: middle;
}

tr.row_problem  {
	display: table-row;
}

tr.ok, tr#color_tr /*color option line on report page*/{
	display: none;
}

label {
	font-weight: normal;
	margin: 0;
}

.list-item-final {
	padding: 5px;
	border: none;
	/*border-bottom: 1px dotted red;*/
}

#tree input {
	margin: 0 4px;
}

.mark {
	background-color: #fff;
	display: none;
}

.whole_group {
  border-collapse:separate; 
  border-spacing: 0 10px;
}

.whole_group td {
	padding: 0 !important;
	border-top: none !important;
    background-color: #f5f5f5;
    /* border-bottom:1px solid black; */
}

.group {
	margin: 0;
	border-bottom:1px solid black;
}

.collapse_group, .edit_group, .edit_store, .edit_zones, .edit_group_zones, .edit_cards {
	/* font-size: 1.2em; */
	margin: 0 15px 0 5px;
}

.problem-sign {
	font-size: 1.5em;
}

.input-group-addon .glyphicon, .list-group .glyphicon{
	font-size: initial;
}

.list-group .glyphicon{
	opacity: 0.5;
}

#events_form  .form-horizontal .form-group {
    margin: 0;
}

.table>thead>tr>th {
	vertical-align: top;
}

.table>thead>tr>th.small {
	text-align: center;
	vertical-align: middle;
}

.table-report>thead>tr>th.small:not(.text-center) {
	text-align: left;
	vertical-align: middle;
}

.table-report>tbody>tr>td:not(.min), .table-report>tfoot>tr>td:not(.min) {
	text-align: center;
}

.table-report>thead {
	background-color: #99CCFF;
}

.group thead {
	background-color: #99CCFF;
}

.group>thead>tr>th {
	border: none;
}

.bat_rcvr {
	text-align: center;
}

table.group .glyphicon {
	font-size: 1.5em;
}

 a.edit_group  .glyphicon {
	font-size: 1em;
}

.dhcp_disabled {
	background-color: #dedede;
}

.form_par td, .form_par th{
	text-align: center;
}

/*.form_par {
	margin-top: 20px;
}*/

.fa-2x {
    font-size: 1.2em !important;
}

.table-condensed>tbody>tr>td, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>td, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>thead>tr>th {
    padding: 2px;
	vertical-align: middle;
}

.table {
    margin-bottom: 20px;
}

td.text-right, .groups td:not([class^="td_problem"]){
	background-color: #fff;
}

.group th {
	color: #000;
	background-color: #ccc;
}

.panel {
    margin-bottom: 5px;
}

.h1, h1 {
    font-size: 24px;
}
.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.page-header {
    padding-bottom: 9px;
    margin: 0;
    border-bottom: none;
}

.navbar {
    margin-bottom: 10px;
}

.navbar-nav a.btn {
	margin-left: 15px;
	background-color: #fff;
}

/*dividing wifi networks*/
.bottom_border/*, .bottom_border  td*/{
	border-bottom: 2px solid #ccc;
}

/*td for events and alerts page - bold*/
.hdr {
	font-weight: bold;
}

form#report .radio {
	width: 50%;
	display: inline-block;
}

@media all and (max-width:767px) {
   .btn-xs-block { width: 100%; display:block; text-align: left;}
} 

.indicator {
	font-size: 24px;
	vertical-align: middle;
}

.maxw120px {
	max-width: 120px;
}

.events_list {
	margin-top: 20px;
}

caption {
	font-weight: bold;
	margin-top: 20px;
}

.min {
    width: 1%;
    white-space: nowrap;
}

td.min {
    font-weight: bold;
}

.title_group, .collapse_group{
	font-size: 13px;
}

.groups {
	margin-bottom: 5px;
}

.modal-body {
	padding: 3px 15px 15px 15px;
}

.panel-body {
    padding: 5px 15px;
}

.panel-report {
    margin-bottom: 15px;
}

.vacation {
    background-color: #ffc0cb;
}

.selectStore, .selectDevice {
    padding-left: 10px;
}

#tree .device_label {
    display: inline;
}

.join_selector {
    width: 1%;
    /* border-left:1px solid black; */
}

.join_selector .join_checkbox {
    width: 25px;
    height: 25px;
}

.join_selected {
    background-color: green !important;
}

.tr_join_selected {
    border:1px solid black;
}

.has-success {
    border-color: #00FF00;
}