.sk-loading-modal
{
    z-index: 1052;
    position: fixed;
    background-color: rgba(105,105,105,0.5);
    width: 100%;
    top: 0px;
    left: 0px;
    text-align: center;
}

.sk-popup {
    z-index: 1053;
}

.sk-loading-modal .modal
{
    position: relative;
    margin: auto;
    left: auto;
    min-width: 90px;
    padding: 5px 25px;
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 6px;
}

.sk-loading-modal img.loading
{
    padding: 5px;
}

.sk-loading-local
{
    display: inline;
}

.sk-loading-local-field
{
    display: block;
    bottom: -2px;
    right: 30px;
    position: absolute;
}

.sk-loading-local > img
{
    padding: 0 4px;
    vertical-align: baseline;
}

.sk-loading-central
{
    border: 1px solid #ddd;
    text-align: center;
    width: 99%;
}

.dib {
    display: inline-block;
}

.modal.in {
  overflow-x: hidden;
  overflow-y: hidden;
}

.modal.in .modal-body
{
    max-height: 500px;
    overflow: auto;
    -webkit-transition: max-height .5s;
    -moz-transition: max-height .5s;
    -ms-transition: max-height .5s;
    -o-transition: max-height .5s;
    transition: max-height .5s;
}

.ui-widget-content
{
    z-index: 1051;
}

.custom-combobox {
  position: relative;
  display: inline-block;
}
.custom-combobox-toggle {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-left: -1px;
  padding: 0;
}
.custom-combobox-input {
  margin: 0;
  padding: 5px 10px;
}

.form-control, .input-group-control
{
    height: 34px;
}

.tred {
    color: red;
}

.modal.sk-popup {
    z-index: 1060;
}

.modal-backdrop {
    z-index: 1050;
}