/*!
 *   AdminLTE - overwritten styles
 */
.box .knob-label {
  font-size: 18px;
  padding-bottom: 25px;
}

.knob {
  font-size: 12px !important;
  padding-bottom: 20px;
}

.datatable-container {
  white-space: nowrap;
  overflow-x: scroll;
  position: relative;
  width: 100%;
  margin: 0px;
  padding: 0px;
}

.pagination {
  min-height: 90px;
  /* pozwala rozwinac sie calemu menu w przycisku "drop" w pozycji tabeli */
}

.login-page,
.register-page {
  overflow-y: hidden;
}

.modal-body-tab {
  position: relative;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 15px;
  padding-bottom: 0px;
}

.navbar-nav>.user-menu>.dropdown-menu>.user-footer {
  background-color: #357ca5;
  padding: 10px;
}

.nav-tabs-dialog {
  margin-bottom: 0px !important;
  box-shadow: none !important;
}

.tab-content-dialog {
  padding-left: 15px !important;
  padding-right: 15px !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.direct-chat-messages {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  padding: 10px;
  height: 350px;
  overflow: auto;
}

.box.box-settings {
  border-top-color: #d2d6de;
  background: #f9f9f9;
}

.tablecell {}

.tablecell-right {
  text-align: right;
}

.tablecell-center {
  text-align: center;
}

.tablecell-compact {
  width: 500px;
}

td {
  text-align: left;
}

th {
  white-space: nowrap;
}

.btn-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.btn-group {
  min-width: 65px;
}

.dt-filter {
  text-align: right;
}

.dt-filter.input {
  text-align: right;
  float: right;
}

.dt-filter.length {
  text-align: left;
}

.dt-filter.paging {
  width: 100%;
  float: right;
  text-align: right;
}

.dt-filter.info {
  margin-top: 5px;
  text-align: left;
}

.dt-filter-field {
  font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  /* width: 200px; */
}

.dt-filter-button {
  margin-left: 5px !important;
}

.dt-filter-add-button {
  margin-left: 5px !important;
}

.dt-toolbar-left,
.dt-toolbar-right {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.dt-toolbar-left {
  width: 66.66666667%;
}

.dt-toolbar-right {
  width: 33.33333333%;
}

.callout.callout-info2 {
  color: #777 !important;
}

.callout.callout-info2 {
  background-color: #f7f7f7 !important;
}

.dropdown-menu {
  -webkit-box-shadow: 10px 10px 11px -1px rgba(186, 186, 186, 1);
  -moz-box-shadow: 10px 10px 11px -1px rgba(186, 186, 186, 1);
  box-shadow: 10px 10px 11px -1px rgba(186, 186, 186, 1);
  background-color: #f4f4f4;
}

.login-bckg {
  background-size: cover;
  background-repeat: no-repeat;
  /*background-image: url(../../dist/img/a2-bckg.jpg);*/
  background-color: #222d32;
}

.login-logo a {
  color: white;
}

.menu-disabled {
  color: #475f6b !important;
}

.link-inactive {
  color: #333;
}

.link-inactive:hover,
.link-inactive:focus {
  color: #7a869d;
}

.zoomify-shadow.zoomed {
  opacity: 0;
}

.zoomify.zoomed {
  background-color: #ffffff;
  border-radius: 10px;
}

#company_name {
  text-align: center;
  font-size: 36px;
  color: #01a65a;
}

.radio-label {
  min-height: 20px;
  padding-left: 20px;
  font-weight: 400;
  margin-left: -20px;
  margin-bottom: 5px !important;
  margin-top: 10px;
}

.order_window {
  width: 850px;
}

/* .rap_table {
  background-color:#eee;
  border-collapse:collapse;
  border: 1px solid rgb(0, 0, 0);
  border-collapse: collapse;
  border-spacing: 30px;
} */

.rap_table {
  border: 1px solid rgb(0, 0, 0);
  background-color: #eee;
  border-collapse: separate;
  border-spacing: 1px;
  padding: 3px;
}

.rap_table th {
  background-color: #3d3d3d;
  color: white;
  /* width: 50%; */
}

.rap_table td,
.rap_table th {
  padding: 3px;
  /* border: 1px solid #000; */
  border-bottom:1px dotted #969154;
}
.rap_table_td_c {
  text-align: center; 
  vertical-align: middle;
}
.rap_table_td_r {
  text-align: right;
  vertical-align: middle;
}
