body {
        color: #242629;
        background: #f5f5f5;
        font-family: 'Varela Round', sans-serif;
        font-size: 16px;
}

.page-label {
  color: #50b5d6;
  height: 35px;
  border-radius: 2px;
  padding: 0 10px;
  letter-spacing: 0.1em;
  transition: background 0.3s ease;
  display: inline-block;
  text-transform: uppercase;
  font-size: .8em;
  margin: 0 2px
}

.page-input {
outline-color: #50b5d6;
}

button {
  background: none;
  appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  border: none;
  cursor: pointer;
}

.table-responsive {
    margin: 30px 0;
    background: #fff;
}
.table-wrapper {
        background: #fff;
        padding: 20px 25px;
        border-radius: 3px;
        min-width: 1000px;
        box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.table-title {
        padding-bottom: 10px;
        background: #ADD8E6;
        color: #fff;
        padding: 10px 20px;
        min-width: 100%;
        margin: -20px -25px 10px;
        border-radius: 3px 3px 0 0;
}
.table-title h2 {
        margin: 5px 0 0;
        font-size: 24px;
}
.table-title .btn-group {
        float: right;
}
.table-title .btn {
        color: #fff;
        float: right;
        font-size: 13px;
        border: none;
        min-width: 50px;
        border-radius: 2px;
        border: none;
        outline: none !important;
        margin-left: 3px;
}
.table-title .btn i {
        float: left;
        font-size: 18px;
        margin-right: 3px;
}
.table-title .btn span {
        float: left;
        margin-top: 2px;
}
table.table tr th, table.table tr td {
        padding: 8px 10px;
        vertical-align: middle;
        outline: thin solid #959597;
}
table.table tr th:first-child {
        width: 60px;
}
table.table tr th:last-child {
        width: 100px;
}
table.table-striped tbody tr:nth-of-type(odd) {
        border-color: #0000002b;
        background-color: #fcfcfc;
}
table.table-striped.table-hover tbody tr:hover {
        background: #f5f5f5;
}

table.table.table-hover tbody tr:hover{
        background: yellow !important;
}
table.table th i {
        font-size: 13px;
        margin: 0 5px;
        cursor: pointer;
}
table.table td:last-child i {
        opacity: 0.9;
        font-size: 22px;
        margin: 0 5px;
}
table.table td a {
        font-weight: bold;
        color: #0913a1;
        display: inline-block;
        text-decoration: none;
        outline: none !important;
}
table.table td a:hover {
        color: #2196F3;
}
table.table td a.edit {
        color: #FFC107;
}
table.table td a.delete {
        color: #F44336;
}
table.table td a.execute {
         color: #55D904;
}
table.table td i {
        font-size: 19px;
}
table.table .avatar {
        border-radius: 50%;
        vertical-align: middle;
        margin-right: 10px;
}

.hint-text {
        float: left;
        margin-top: 10px;
        font-size: 13px;
}
/* Custom checkbox */
.custom-checkbox {
        position: relative;
}
.custom-checkbox input[type="checkbox"] {
        opacity: 0;
        position: absolute;
        margin: 5px 0 0 3px;
        z-index: 9;
}
.custom-checkbox label:before{
        width: 18px;
        height: 18px;
}
.custom-checkbox label:before {
        content: '';
        margin-right: 10px;
        display: inline-block;
        vertical-align: text-top;
        background: white;
        border: 1px solid #bbb;
        border-radius: 2px;
        box-sizing: border-box;
        z-index: 2;
}
.custom-checkbox input[type="checkbox"]:checked + label:after {
        content: '';
        position: absolute;
        left: 6px;
        top: 3px;
        width: 6px;
        height: 11px;
        border: solid #000;
        border-width: 0 3px 3px 0;
        transform: inherit;
        z-index: 3;
        transform: rotateZ(45deg);
}
.custom-checkbox input[type="checkbox"]:checked + label:before {
        border-color: #03A9F4;
        background: #03A9F4;
}
.custom-checkbox input[type="checkbox"]:checked + label:after {
        border-color: #fff;
}
.custom-checkbox input[type="checkbox"]:disabled + label:before {
        color: #b8b8b8;
        cursor: auto;
        box-shadow: none;
        background: #ddd;
}
/* Modal styles */
.modal .modal-dialog {
        max-width: 800px;
        /*overflow-y: scroll !important;*/
}
.modal-header{
     background-color:#ADD8E6;
}
.modal-content {
    overflow:hidden;
}
.modal .modal-header, .modal .modal-body, .modal .modal-footer {
        padding: 20px 30px;
        position: relative;
        overflow-y: scroll;
}
.modal-body {
        max-height: calc(100vh - 200px);
        padding: 20px 30px;
        position: relative;
        overflow-y: scroll;
}

.modal .modal-content {
        border-radius: 3px;
        font-size: 14px;
}
.modal .modal-footer {
        background: #ecf0f1;
        border-radius: 0 0 3px 3px;
}
.modal .modal-title {
        display: inline-block;
}
.modal .form-control {
        border-radius: 2px;
        box-shadow: none;
        border-color: #dddddd;
}
.modal textarea.form-control {
        resize: vertical;
}
.modal .btn {
        border-radius: 2px;
        min-width: 100px;
}
.modal form label {
        font-weight: normal;
}

/* Pagination Styles */
.page-btn {
  color: #50b5d6;
  height: 35px;
  border-radius: 2px;
  padding: 0 5px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  transition: background 0.3s ease;
  font-size: 1em;
  margin: 0 2px
}
.page-btn.active {
  color: #fff;
  font-size: 1.2em;
  background: #717790;
}

.page-btn:first-of-type {
  margin-left: 0;
}

.page-btn:last-of-type {
  margin-right: 0;
}

.page-btn:not([class$="-page"]) {
  width: auto;
}

.pagination-buttons {
  display: flex;
  align-items: center;
}

.page-btn[class*="-page"] {
  font-size: 0.8em;
  font-weight: 700;
}

.page-btn[disabled] {
  opacity: 0.3;
}

#blackout {
     width:100%;
     height:100%; /* make sure you have set parents to a height of 100% too*/
     position: absolute;
     left:0; top:0;
     z-index:10; /*just to make sure its on top*/
     background-color: rgba(255,255,255,0.5);
     display:none;
}


/* Default is sticky header and scrolling */
.fixed-header {
        position:sticky;
        top:0;
}
.fixed-container {
        width: 100%;
        height: 400px;
        overflow:auto;
}
.fixed-thead {
        position:sticky;
        top:0;
        z-index: 15;
        background: lightgreen !important;
}