html, body {
  overflow-x: hidden !important;
}

::-webkit-input-placeholder {
  color: #555;
}

::-moz-placeholder {
  color: #555;;
}

:-ms-input-placeholder {
  color: #555;;
}

:-moz-placeholder {
  color: #555;;
}

input[type=search] {
  -webkit-appearance: searchfield;
}

.row {
  margin-left: 0;
  margin-right: 0;
}

.pagination>li>a, .pagination>li>span {
  padding: 0;
  margin-left: 0 ;
  line-height: 0 ;
  float: none;
  border: none;
  background-color: inherit;
}

th {
  font-weight: normal;
}

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

textarea {
  resize: none;
}

/*tbody td {
  border-right-style: solid;
  border-right-color: #ffffff;
  border-right-width: 1px;
}*/

.form-group label {
  font-weight: 700;
}

.form-horizontal .form-group {
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 10px;
}

.form-control.login {
  width: 300px;
}

.form-control {
  height: 35px;
  padding: 6px 50px 6px 6px;
}

.form-horizontal .control-label {
  padding-top: 5px;
  padding-left: 0;
}

.form-horizontal .checkbox, .form-horizontal .radio {
  padding-top: 0;
}

.pagination>.disabled>a, 
.pagination>.disabled>a:focus, 
.pagination>.disabled>a:hover, 
.pagination>.disabled>span, 
.pagination>.disabled>span:focus, 
.pagination>.disabled>span:hover {
  background-color: inherit;
}

tr{
  text-align: left;
}

tr td.center {
  text-align: center;
}

.col-sm-10 {
  padding-right: 0;
  padding-left: 0;
}

table.dataTable thead th,
table.dataTable tbody td {
  vertical-align: top;
  padding: 5px;
}

.h1, .h2, .h3, h1, h2, h3 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.modal-header {
  background-color: #be2834;
  border-top-radius: 6px;
  border-radius: 4px 4px 0 0;
  color: #FFFFFF;
}

ol {
    counter-reset: list;
    font-weight: bold;
}

ol > li {
    list-style: none;
    position: relative;
}

ol > li:before {
    counter-increment: list;
    content: counter(list) ") ";
    position: absolute;
    left: -1.4em;
}

ol.variant {
  padding-left: 20px;
}

ol.normal {
  font-weight: normal;
}

ol.variant > li:before {
  content: counter(list) ". ";
}

.pagination>li>a:focus, 
.pagination>li>a:hover, 
.pagination>li>span:focus, 
.pagination>li>span:hover {
    z-index: 0;  
    background-color: transparent;
    color: inherit;
}

.paginate_button {
  color: #ffffff !important;
}

.has-feedback label~.form-control-feedback {
  top: 38px;
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 10px;
}

.has-feedback .form-control {
  padding-right: 35.5px;
}

.select2-container 
.select2-selection--single {
  height: 35px !important;
}

.modal-open {
  padding-right: 0 !important;
}

.modal {
  padding-right: 0 !important;
}