ul.list-group {
  padding-right: 0;
}

ul.list-group .list-group-item {
  padding: 10px;
}

ul.list-group .media img {
  float: right;
}

ul.list-group .media .media-body {
  float: right;
  width: calc(100% - 85px);
}

.box .box-body {
  padding: 10px;
}

.box .box-head {
  padding: 8px 10px;
  border-bottom: 1px solid #f1f1f1;
  background: #f4f4f4;
}

.box .box-head button {
  font-size: 16px !important;
  line-height: 14px;
}

.header-logo {
  height: 50px;
}

.side-header {
  top: 50px;
  height: calc(100vh - 50px);
}

.button-xs {
  font-weight: bold;
}

.table .adomx-checkbox {
  padding: 0px;
  min-width: 10px;
}

.table input[type="checkbox"] {
  margin: 0;
}

.table .post-title {
  float: right;
  min-width: 300px;
}

.table .txt-cont-img {
  float: right;
  width: calc(100% - 100px);
  min-height: 56px;
  padding: 0 10px;
  font-weight: bold;
  font-size: 14px;
  display: block;
  overflow: hidden;
  white-space: initial;
}

.table .txt-cont-img {
    cursor:pointer;
}

.table .txt-cont-img .button {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .table .txt-cont-img {
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  .table .txt-cont-img {
    font-size: 18px;
  }
}

.table .stat-cont {
  float: right;
  width: 100%;
}

.table .img-cont {
  float: right;
  width: 100px;
}

.table .img-cont img {
  width: 100%;
  height: auto;
}

.table tr.selected {
  background-color: rgba(255, 150, 102, 0.1);
}
/*# sourceMappingURL=custom.css.map */

.sk-chase-out {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: .3;
    z-index: 999999;
}


.sk-chase {
    width: 40px;
    height: 40px;
    position: relative;
    animation: sk-chase 2.5s infinite linear both;
    top: 48%;
    right: 48%;
}

.sk-chase-dot {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    animation: sk-chase-dot 2.0s infinite ease-in-out both;
}

    .sk-chase-dot:before {
        content: '';
        display: block;
        width: 25%;
        height: 25%;
        background-color: #000;
        border-radius: 100%;
        animation: sk-chase-dot-before 2.0s infinite ease-in-out both;
    }

    .sk-chase-dot:nth-child(1) {
        animation-delay: -1.1s;
    }

    .sk-chase-dot:nth-child(2) {
        animation-delay: -1.0s;
    }

    .sk-chase-dot:nth-child(3) {
        animation-delay: -0.9s;
    }

    .sk-chase-dot:nth-child(4) {
        animation-delay: -0.8s;
    }

    .sk-chase-dot:nth-child(5) {
        animation-delay: -0.7s;
    }

    .sk-chase-dot:nth-child(6) {
        animation-delay: -0.6s;
    }

    .sk-chase-dot:nth-child(1):before {
        animation-delay: -1.1s;
    }

    .sk-chase-dot:nth-child(2):before {
        animation-delay: -1.0s;
    }

    .sk-chase-dot:nth-child(3):before {
        animation-delay: -0.9s;
    }

    .sk-chase-dot:nth-child(4):before {
        animation-delay: -0.8s;
    }

    .sk-chase-dot:nth-child(5):before {
        animation-delay: -0.7s;
    }

    .sk-chase-dot:nth-child(6):before {
        animation-delay: -0.6s;
    }

@keyframes sk-chase {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes sk-chase-dot {
    80%, 100% {
        transform: rotate(360deg);
    }
}

@keyframes sk-chase-dot-before {
    50% {
        transform: scale(0.4);
    }

    100%, 0% {
        transform: scale(1.0);
    }
}

td>label{display:inline-block}

.style1{
    width:100%;
}

.f label{
    display:inline-block;
}

.modal {
    z-index: 9999999;
}