osipkd.css 3.25 KB
body {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --font-weight: 300;
  --color: #ffffff;
  --background: #bc2131;
  font-size: 12px !important;
  padding-top: 40px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
}
legend {
  font-size: 14px;
}

.bar {
  height: 18px;
  background: green;
}

.twitter-typeahead .tt-query,
.twitter-typeahead .tt-hint {
  margin-bottom: 0;
  width: 100%;
  height: 26px;
  position: absolute;
  top: 0;
  left: 0;
}
.twitter-typeahead .tt-hint {
  color: #a1a1a1;
  z-index: 1;
  padding: 3px 6px;
  border: 1px solid transparent;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  /* display: block; */
  /* padding-left: 8px; */
  /* padding-right: 20px; */
  overflow: hidden;
  /* text-overflow: ellipsis; */
  /* white-space: nowrap; */
  padding: 3px 6px;
}
.form-control {
  font-size: 12px;
  padding: 3px 6px !important;
  height: 26px;
}
.btn {
  font-size: 12px;
  padding: 3px 6px;
  height: 26px;
}

.input-group-addon {
  padding: 3px 6px;
  height: 26px;
  font-size: 12px;
}

.picker__select--month,
.picker__select--year {
  padding: 0.1em;
  /*height: 3em;*/
}

.container {
  --max-width: 1024px;
}

.container .info {
  font-size: 18px;
  padding: 14px;
  color: #fff;
}

.container .btn-menu {
  text-align: left;
  font-size: 16px;
  padding: 14px 24px;
  border-radius: 6px;
  border: 0px none;
  width: 100%;
  margin-bottom: 10px;
}

.container .btn-login {
  font-size: 18px;
  padding: 10px 20px;
  border-radius: 6px;
  border: 0px none;
  background: #bc2131;
  background-image: linear-gradient(to bottom, #c6414e 0px, #bc2131 100%);
  background-repeat: repeat-x;

  margin-top: 20px;
}

.container .btn-logout {
  margin-top: 12px;
}

.container .btn-login:hover {
  background: #bc2131;
}

.container .btn-login .label {
  display: block;
  font-size: 8px;
}

/* dataTables Customize */
table.dataTable thead {
  background-color: #eaeaea;
}

table.dataTable tr.even.selected td {
  background-color: #b0bed9;
}
table.dataTable tr.odd.selected td {
  background-color: #9fafd1;
}
table.dataTable tr.selected td {
  background-color: #9fafd1;
}

/*
table.dataTable thead > tr > th{
    padding: 2px;
    line-height: 30px;
}

table.dataTable tbody > tr > td{
    padding: 2px;
    line-height: 20px;
}


table.dataTable tr.even td {
	background-color: #FFFFFF;
}
table.dataTable tr.odd td {
	background-color: #E2E4FF;
}

table.dataTable tr td {
    vertical-align: middle;
}
table.dataTable tbody > tr > td.dataTables_empty {
    line-height:inherit;
}

table.dataTable tbody td {
  padding: 2px 2px;
}

table.dataTable th.right,
table.dataTable td.right {
  text-align: right;
}

table.dataTable th.center,
table.dataTable td.center {
  text-align: center;
}

div.tab-content {
    padding-top: 10px;
}
*/
.form-horizontal .form-group {
  margin-bottom: 4px !important;
}

.picker {
  font-size: 12px;
  text-align: left;
  line-height: 1.2;
  color: #000000;
  position: absolute;
  z-index: 10000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.dataTables_paginate {
  font-size: 10px !important;
}

.paginate_button .current {
  font-size: 10px !important;
}