body {
	padding-top: 0px !important;
}

body, table {
	font: 13px Verdana;
}

.form-signin {
  width: 200px;
  margin-left: auto;
  margin-right: auto;
}

/*
.form {
	width: 500px; 
	float: left;
	margin-right: 10px;
}
*/


.form label {
	margin-right: 50px;
	float: left;
	clear: left;
	width: 80px;
	padding-top: 5px;
}

.form textarea, .form input, .form select {
	padding: 5px;
	width: 300px;
	font: 13px Verdana;
}

.form-check {
	height: calc(25px);
	width: calc(25px) !important;
}

.footer {
	margin-top: 50px;
 	text-align: center;
}

.alert {
  color: #a94442;
  font-weight: bold;
  text-align: center;
}

.over {
	overflow: auto;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: auto;
}

.btn-block {
	width: 100px;
	float:right;

}

.list div {
	float: left;
}

.table > thead > tr > th {
  background-color: #f5f5f5;
}

.table td, .table th {
	padding: 5px;
}

.select2-selection { 
  padding: 0px !important;
  height: calc(30px) !important;
  font: 13px Verdana;
}

.select2-container--default .select2-selection--single, .select2-container--default .select2-selection--multiple {
  border:1px solid #d6d6d6 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-left: -5px !important;
    margin-top: 0px !important;
}

.form-control {
	padding: 1px;
	height: calc(30px) !important;

}

.wdt400 {
	width: 400px !important;
}
.wdt500 {
	width: 500px !important;
}
.left {
	float: left;
}
.cboth {
	clear: both;
}

.highlight a {
	background-color: lightblue !important;
}

.col {
	float: left; 
	padding-left: 0px !important;
	padding-bottom: 1px;
}

/* menu */

.navbar {
	border: 1px solid #dee2e6;
	background-color: #f5f5f5 !important;
}

.navbar .active {
	font-weight: bold;
}
.navbar .nav-item {
	width:150px;
	border-right: 1px solid #dee2e6;
	text-align: center;
}


.logout {
	margin-left: 500px;
	border: none !important;
}

.redips-table {
	margin-bottom: 20px;
	margin-right: 20px;
}

.redips-drag {
	height: auto !important;
	float: left;
	margin: 3px !important;
}

.red {
	color: #a94442;
}

.green {
	color: green;
}

.paging .btn {
	padding: 5px;
	font-size: 10px;
}