table.form td:first-child, table.form td:nth-child(3), td.label-block, th.label-block{
  text-align: right;
  padding-right: 10px;
  background-color: #FCF7D9;
  vertical-align: middle;
}
.dataTables_wrapper .dataTables_paginate .paginate_button{
    padding: 0 !important;
}
.label-radio{
  font-weight: normal;
  padding-right: 10px;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  vertical-align: middle;
}
.no-gutter > [class*='col-'] {
  padding-left:0;
  padding-right: 0;
}
.no-gutter-left > [class*='col-'] {
  padding-left:0;
}
.no-gutter-right > [class*='col-'] {
  padding-right:0;
}
.no-gutter-right > [class*='col-']:last-child {
  padding-right:15px;
  padding-left: 7px;
}
.navbar-default .navbar-nav > li > a.navbar-label{
  cursor: default;
}
div.navbar-label{
  padding-top: 15px;
  padding-bottom: 15px;
  color: #777;
  display: inline-block;
  position: relative;
}
.main-section.preview{
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}
.declined, a.declined{
  color: red;
  font-weight: bold;
}
.red{
  color: red;
}
tr.row-declined td{
  border-top-color: red !important;
  border-bottom-color: red !important;
  border-bottom-width: 1px !important;
}
tr.row-declined td:first-child{
  border-left-color: red !important;
  border-left-width: 1px !important;
}
tr.row-declined td:last-child{
  border-right-color: red !important;
  border-right-width: 1px !important;
}
.dropdown-menu{
  min-width: 60px !important;
}
.label-danger {
  font-size: larger;
}
.bordered-block {
	border: 1px solid grey;
	padding: 10px;
	margin-bottom: 20px;
	border-radius: 5px;
}

.btn-red {
	background: #e43461;
	color: #fff;
	border-radius: 0;
	padding: 15px 0;
	width: 220px;
	display: inline-block;
	margin-top: 10px;
	white-space:normal;
}
.btn-red:hover, .btn-red:active {
  color: #fff;
}

.width-fix-120 {
  width: 120px;
}

.width-fix-140 {
  width: 140px;
}

.width-fix-160 {
  width: 160px;
}

.ml-5 {
  margin-left: 12px;
}

.mt-5 {
  margin-top: 24px;
}