/** {
    font-size: 13pt !important;
}

html, body {
    height: 100%;
}

#center {
  position:relative;
  width:600px;
  margin: 0px auto ;
  height:auto !important;
  height:100%;
  min-height:100%;
}
*/
.header {
    background-color: #000C52;
    text-align: left;
}
.coat {
    background: url(../images/coat_rk.png);
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    margin-top: 5px;
    margin-right: 8px;
    margin-left: 5px;
}
.nameIAS {
    font-family: 'Times New Roman';
    color: #FFFFFF;
    font-size: 1rem;
    vertical-align: top;
    padding-top: 3px;
    line-height: 1.5;
}
.coat, .nameIAS {
    display: inline-block;
}

.x-column-header-inner .x-column-header-text {
    white-space: normal;
}

.x-column-header-inner {
    line-height: normal;
    padding-top: 3px !important;
    padding-bottom: 3px !important;
    text-align: center;
    top: 20%;
}

.x-grid-cell-inner {
    overflow: hidden !important;
    padding: 3px 6px !important;
    white-space: normal !important;
}

.accepted {
    background-image: url(../images/accepted.png);
    background-position: center center;
    background-repeat: no-repeat;
}
.not-accepted {
    background-image: url(../images/not_accepted.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.green-row .x-grid-cell {
    background-color: #77d496;
}
.green-row.x-grid-row-over .x-grid-cell {
    background-color: #8dd9bf !important;
}
.green-row.x-grid-row-selected .x-grid-cell {
    background-color: #50c777 !important;
}
.reserve-row .x-grid-cell {
    background-color: #ffe2e2;
}
.reserve-row.x-grid-row-over .x-grid-cell {
    background-color: #ffcccc;
}
.reserve-row.x-grid-row-selected .x-grid-cell {
    background-color: #ffcccc;
}
.selectpicker {
    background: #ffffff !important;
}
.custom-selectpicker button {
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.custom-selectpicker .show>.btn-light.dropdown-toggle {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}

.custom-selectpicker .btn-light:hover {
  color: #495057;
  background-color: #fff;
  border-color: #ced4da;
}
