/*.passive-menu {
	color: #333;
}*/
.torolgomb img {
	height: 25px;
	width: auto;
}
.settingblock {
	padding: 15px;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	}
.errormessage {
	background-color: fuchsia;
	/*border: 2px solid red;*/
	color: white;
	border: 2px;
}
.glyphicon {
	cursor: pointer;
	width: 34px;
	padding: 10px;
	color: white;
}
.glyphicon-plus {
	background-color: #008d4c;
}
.glyphicon-trash {
	background-color: #e74d3d;
}
.glyphicon-edit {
	background-color: #3898db;
}
.glyphicon-eye-open, .glyphicon-eye-close {
	background-color: #f39c3c;
}
.glyphicon-open {
	background-color: #008d4c;
}
.glyphicon-random {
	background-color:#3898db;
}

/*.gridtable {*/
.box-body {
	background-color: #e9e8e8;
}

.t3:hover {
	background-color:#eee;
}
.t1 {
	color:#00719c;
}
.t2 {
	color:#343434;
}


.content-wrapper,.right-side{min-height:100%;background-color:#f9f7f7;}

li.hidden-row, tr.hidden-row {
	background: #e9e8e8!important; color: #aaa!important;
}

@media only screen and (min-width: 768px) {
	body {
		margin-left: 15px;
		margin-right: 15px;
	}
}


/* Widget: TODO LIST */
.todo-list {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: auto;
}
.todo-list > li {
  border-radius: 2px;
  /*padding: 10px;*/
  padding: 4px;
  background: #f4f4f4;
  margin-bottom: 2px;
  border-left: 2px solid #e6e7e8;
  color: #444;
}
.todo-list > li:last-of-type {
  margin-bottom: 0;
}
.todo-list > li > input[type='checkbox'] {
  margin: 0 10px 0 5px;
}
.todo-list > li .text {
  display: inline-block;
  margin-left: 5px;
  font-weight: 600;
}
.todo-list > li .label {
  margin-left: 10px;
  font-size: 9px;
}
.todo-list > li .tools {
  display: none;
  float: right;
  color: #dd4b39;
}
.todo-list > li .tools > .fa,
.todo-list > li .tools > .glyphicon,
.todo-list > li .tools > .ion {
  margin-right: 5px;
  cursor: pointer;
}
.todo-list > li:hover .tools {
  display: inline-block;
}
.todo-list > li.done {
  color: #999;
}
.todo-list > li.done .text {
  text-decoration: line-through;
  font-weight: 500;
}
.todo-list > li.done .label {
  background: #d2d6de !important;
}
.todo-list .danger {
  border-left-color: #dd4b39;
}
.todo-list .warning {
  border-left-color: #f39c12;
}
.todo-list .info {
  border-left-color: #00c0ef;
}
.todo-list .success {
  border-left-color: #00a65a;
}
.todo-list .primary {
  border-left-color: #3c8dbc;
}
.todo-list .handle {
  display: inline-block;
  cursor: move;
  margin: 0 5px;
}
/*shortable*/

.connectedSortable {
  min-height: 100px;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sort-highlight {
  background: #f4f4f4;
  border: 1px dashed #ddd;
  margin-bottom: 10px;
}


@media (min-width: 768px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .container {
    width: 99%;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 95%;
    max-width: 1400px;
  }
}

