@media (min-width: 992px) {
    .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
        float: left;
    }
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.modal-header {
	display: block !important;
}

.modal-header .btn-close {
    float: right;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

#tot {
  width: 0 !important;
  height: 0 !important;
}

#custom_modal_hover.show, #custom_modal_lg_hover.show {
  z-index: 1060 !important;
}

#tot3 {
  z-index: 1056 !important;
}

.select2-container.select2-container--open {
    z-index: 99999 !important;
}

.database-context-options {
    position: absolute;
  z-index: 9999;
  background-color: white;
  padding: 10px;
  border-radius: 2px;
  box-shadow: 0px 2px 5px rgba(0,0,0,.5);
}

.database-context-options ul {
    list-style: none;
}

.database-context-options ul li {
    padding-bottom: 5px;
}

.database-context-options ul li a {
    color: #555;
    text-decoration: none;
}

.database-context-options ul li a:hover {
    color: #444;
}

.all-database-tables {
  width: 100%;
  overflow: auto;
}

.all-database-tables::-webkit-scrollbar { 
    /*display: none; */
    background: transparent !important;
    width: 5px !important;
    height: 10px !important;
}

.all-database-tables::-webkit-scrollbar-track {
    background: transparent;
}

.all-database-tables::-webkit-scrollbar-thumb {
    background-color: #4D8C8E;
    border-radius: 3px !important;
}

.ul-database-tables {
    list-style: none;
  float: left;
  width: 250px;
  margin-bottom: 10px !important;
}

.ul-database-tables li {
  cursor: pointer;
  font-weight: bold;
  margin-bottom: 3px;
  overflow: hidden;
  white-space: pre;
  width: 90%;
}

.ul-database-tables li:hover {
    color: #4D8C8E;
}

.ul-database-tables li i {
    margin-right: 7px;
    color: #4D8C8E;
}

.select-spinner {
    position: absolute;
    right: 7px;
    top: 15px;
    font-size: 17px;
    color: #5DA0A1;
    background-color: white;
    z-index: 9;
}

.ul-columns-filters {
  list-style: none;
}

.ul-columns-filters li {
    padding: 7px;
    background-color: #81DAF5;
    width: auto;
    display: inline-block;
    border-radius: 2px;
    color: white;
    cursor: pointer;
}

.ul-columns-filters li.filter-title {
  background-color: transparent;
  margin-right: 8px;
  color: #555;
  padding-left: 0;
  font-weight: bold;
}

.ul-columns-filters li.filter-title i {
  color: green;
  margin-right: 12px;
}

.ul-columns-filters li.reset {
  background-color: #EFEFEF;
  color: #555;
  font-weight: bold;
  margin-left: 5px;
}

.ul-columns-filters li.reset a {
  text-decoration: none;
  color: red;
}

.ul-columns-filters li.reset a:hover {
  text-decoration: none;
}

.ul-columns-filters li i {
  margin-right: 8px;
}

.table-columns-editor {
  width: 100%;
  margin-top: 5px;
}

.table-columns-editor>tbody>tr {
  background-color: white;
}

.table-columns-editor>tbody>tr.head>td {
  padding: 8px;
  font-size: 13px;
  font-weight: bold;
  color: #555;
  background-color: #EFEFEF;
}

.table-columns-editor>tbody>tr>td {
  padding: 8px;
  background-color: transparent;
}

.table-position-columns {
  width: 100%;
  margin-top: 5px;
}

.table-position-columns>tbody>tr {
  background-color: white;
}

.table-position-columns>tbody>tr.head>td {
  padding: 8px;
  font-size: 13px;
  font-weight: bold;
  color: #555;
  background-color: #EFEFEF;
}

.table-position-columns>tbody>tr>td {
  padding: 8px;
  background-color: transparent;
}

.table-position-columns>tbody>tr>td i {
  color: green;
  margin-right: 12px;
}

.table-enum-editor {
  width: 100%;
  margin-top: 5px;
}

.table-enum-editor>tbody>tr {
  background-color: white;
}

.table-enum-editor>tbody>tr.head>td {
  padding: 8px;
  font-size: 13px;
  font-weight: bold;
  color: #555;
  background-color: #EFEFEF;
}

.table-enum-editor>tbody>tr>td {
  padding: 8px;
  background-color: transparent;
}

.column-box {
  display: inline-block;
    padding: 8px;
    background-color: #EFEFEF;
    border: 1px solid #E6E6E6;
    margin-right: 5px;
    margin-bottom: 8px;
    font-style: italic;
}

.column-box>.checkbox-edited {
  float: left;
  margin-right: 8px;
}

.input-search-columns {
    float: left;
    width: 200px;
    height: 32px;
    margin-right: 2px;
}

.btn-search-columns {
  float: left;
}

.btn-reset-search-columns {
  float: left;
    margin-right: 3px;
    border-color: #E6E6E6 !important;
    height: 32px;
}

.login-box .capcha-code {
    margin-top: 0 !important;
    padding-top: 10px !important;
}

.login-box .icon-reload-captcha {
  top: 0 !important;
}

.login-box {
    width: 400px !important;
    margin: 50px auto !important;
}