.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

.jumbotronSTOP {
    padding-top: 3rem;
    padding-bottom: 3rem;
    margin-bottom: 0;
    background-color: #fff;
}

@media (min-width: 768px) {
    .jumbotronSTOP {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }
}

.jumbotronSTOP p:last-child {
    margin-bottom: 0;
}

.jumbotronSTOP h1 {
    font-weight: 300;
}

.jumbotronSTOP .container {
    max-width: 40rem;
}

footer {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

footer p {
    margin-bottom: .25rem;
}

.jumbotronSTOP {
    padding: 0 !important;
    margin: 0 !important;

}

.container {
    padding-right: 1vw;
    padding-left: 1vw;
}

.btn-xlarge {
    padding: 18px 28px;
    font-size: 22px; /*change this to your desired size*/
    line-height: normal;
    -webkit-border-radius: 28px;
       -moz-border-radius: 28px;
            border-radius: 28px;

}
.btn-xlarge i{
    margin: 30px;
}

html {
  position: relative;
  min-height: 100%;
}

.footer {
  /*position: absolute;*/
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 30px; /* Set the fixed height of the footer here */
  line-height: 30px; /* Vertically center the text there */
  background-color: #f5f5f5;



}

/* LOADING  */
.container2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 100vh;
  background-color: #ededed;
}

.loader2 {
  max-width: 15rem;
  width: 100%;
  height: auto;
  stroke-linecap: round;
}

circle {
  fill: none;
  stroke-width: 3.5;
  -webkit-animation-name: preloader;
          animation-name: preloader;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-transform-origin: 170px 170px;
          transform-origin: 170px 170px;
  will-change: transform;
}
circle:nth-of-type(1) {
  stroke-dasharray: 550;
}
circle:nth-of-type(2) {
  stroke-dasharray: 500;
}
circle:nth-of-type(3) {
  stroke-dasharray: 450;
}
circle:nth-of-type(4) {
  stroke-dasharray: 300;
}
circle:nth-of-type(1) {
  -webkit-animation-delay: -0.15s;
          animation-delay: -0.15s;
}
circle:nth-of-type(2) {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}
circle:nth-of-type(3) {
  -webkit-animation-delay: -0.45s;
  -moz-animation-delay:  -0.45s;
          animation-delay: -0.45s;
}
circle:nth-of-type(4) {
  -webkit-animation-delay: -0.6s;
  -moz-animation-delay: -0.6s;
          animation-delay: -0.6s;
}

@-webkit-keyframes preloader {
  50% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes preloader {
  50% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}


.jumbotron, .container{
    width: 100% !important;
    max-width: none !important;
}
.list-group-item .badge{
    margin-top: 0.6em !important;
    margin-right: 0.6em !important;
}
.list-group-item{
    padding: .15rem 1.25rem !important;
}
.list-group-item:hover{
    background-color: #8dd4ff !important;
}





/*  LOGIN */

.loginForm .bd-placeholder-img,
.noLogin .bd-placeholder-img {
       font-size: 1.125rem;
       text-anchor: middle;
       -webkit-user-select: none;
       -moz-user-select: none;
       -ms-user-select: none;
       user-select: none;

     }

     @media (min-width: 768px) {
         .loginForm .bd-placeholder-img-lg,
         .noLogin .bd-placeholder-img-lg {
         font-size: 3.5rem;
       }
     }


.loginForm .form-signin,
.noLogin .form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: auto;
}
.loginForm .form-signin .checkbox,
.noLogin .form-signin .checkbox {
  font-weight: 400;
}
.loginForm .form-signin .form-control,
.noLogin .form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.loginForm .form-signin .form-control:focus,
.noLogin .form-signin .form-control:focus{
  z-index: 2;
}
.loginForm .form-signin input[type="email"],
.noLogin .form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.loginForm .form-signin input[type="password"],
.noLogin .form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
/*  LOGIN end*/



.allPages{
    display: none;
    margin-top: 70px;
}


#dataTable_users tr > td {
  max-width:150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


table.dataTable.dtr-column>tbody>tr>td.dtr-control:before,
table.dataTable.dtr-column>tbody>tr>th.dtr-control:before,
table.dataTable.dtr-column>tbody>tr>td.control:before,
table.dataTable.dtr-column>tbody>tr>th.control:before {
    top: 50%;
    left: 50%;
    height: 0.8em;
    width: 0.8em;
    margin-top: -0.5em;
    margin-left: -0.5em;
    display: block;
    position: absolute;
    color: white;
    border: 0.15em solid white;
    border-radius: 1em;
    box-shadow: 0 0 0.2em #444;
    box-sizing: content-box;
    text-align: center;
    text-indent: 0 !important;
    font-family: 'Courier New', Courier, monospace;
    line-height: 1em;
    content: '+';
    background-color: #31b131;
    /*padding-left: 150px !important;*/
}

#events {
        margin-bottom: 1em;
        padding: 1em;
        background-color: #f6f6f6;
        border: 1px solid #999;
        border-radius: 3px;
        height: 100px;
        overflow: auto;
    }



.SendNotyfyButtons{
    background-color: #3adb76 !important;
    color: #ffffff !important;
}
.csvStatistics{
    background-color: #c526a7 !important;
    color: #ffffff !important;
}
.revenueReports{
    background-color: #c5b958 !important;
    color: #ffffff !important;
}

.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
            color: #dadada;
            opacity: 1; /* Firefox */
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
            color: #dadada;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
            color: #dadada;
 }

table.dataTable > thead .sorting::after,
table.dataTable > thead .sorting_asc::after,
table.dataTable > thead .sorting_desc::after,
table.dataTable > thead .sorting_asc_disabled::after,
table.dataTable > thead .sorting_desc_disabled::after {
    right: 1em;
    /*content: "↓";*/
    /*▲▼*/
    content: "▼";
    margin-bottom: -0.5em;
}
table.dataTable>thead .sorting:before,
table.dataTable>thead .sorting_asc:before,
table.dataTable>thead .sorting_desc:before,
table.dataTable>thead .sorting_asc_disabled:before,
table.dataTable>thead .sorting_desc_disabled:before {
    right: 1em;
    /*content: "↑";*/
    /*▲▼*/
    content: "▲";
    margin-bottom: 0.2em;
}
table.dataTable>thead .sorting_desc,
table.dataTable>thead .sorting_asc{
    background-color: #DADADA;
    /*color: #FFFFFF;*/
}

table.dataTable>thead .sorting_asc:before{
    /*background-color: #0a0a0a;*/
    /*color: blue;*/
}
table.dataTable>thead .sorting_asc::after {
    /*background-color: #0a0a0a;*/
    color: #DADADA;
}


table.dataTable > thead .sorting_desc::after {
    /*background-color: #0a0a0a;*/
    /*color: green;*/
}

table.dataTable > thead .sorting_desc:before {
    /*background-color: #0a0a0a;*/
    color: #DADADA;
}


.spinner-border {
    display: block;
    position: fixed;
    width: 158px;
    height: 158px;
    top: calc(50% - (158px / 2));
    right: calc(50% - (158px / 2));
    color: #7e6df5;
}

#backdrop {
  position:absolute;
  top:0;
  width: 100vw;
  height: 100vh;
  z-index: 999999999;
  /*background-color: rgb(0,0,0,0.2);*/
  background-color: rgb(255,255,255,0.8);
}

table > thead > tr > th {
    /*background-color: #0a53be !important;*/
    /*overflow-wrap: break-spaces;*/
    /*word-break: break-all;*/
    /*white-space: pre;*/
    /*max-width: 60px;*/
}
table > thead > tr > th:before,
table > thead > tr > th:after {
    display: none !important;
}

table > thead > tr > th.sorting_desc:after,
table > thead > tr > th.sorting_asc:before {
    display: block !important;
    color: #0069d9 !important;
}

table.table tr th{
    /*text-transform: capitalize;*/
}


.popupIdlink{
    text-decoration: underline dotted;
    cursor: pointer;
}

#zoom-controls {
    position: absolute;
    top: 15px;
    left: 55px;
    z-index: 9999999;

    /*display: flex;*/
    /*flex-direction: column;*/
}
#page-controls {
    position: absolute;
    top: 15px;
    right: 55px;
    z-index: 9999999;

    /*display: flex;*/
    /*flex-direction: column;*/
}


.ck.ck-content.ck-editor__editable{
    height: 500px; /* Начальная высота */
    overflow: auto; /* Позволяет прокрутку */
    resize: both; /* Позволяет изменять размеры как по горизонтали, так и по вертикали */
    overflow: auto; /* Позволяет отображение полос прокрутки */
}
.border-top-dashed {
    position: relative;
    padding-top: 10px; /* Отступ сверху, если нужен */
}

.border-top-dashed::before {
    content: "";
    position: absolute;
    top: 0;
    left: 15px;
    width: calc(100% - 30px); /* Уменьшаем ширину на 30px (по 15px с каждого края) */
    height: 1px; /* Толщина линии */
    background: repeating-linear-gradient(
            to right,
            gray 0px,
            gray 10px,
            transparent 10px,
            transparent 20px
    );
}

/*
### В ОДНУ ЛИНИЮ
div.dataTables_wrapper .top-blocks {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
div.dataTables_wrapper .buttonShowPanelSortFilter,
div.dataTables_wrapper div.dataTables_filter,
div.dataTables_wrapper div.dataTables_length,
div.dataTables_wrapper div.dataTables_info {
    display: inline-block;
    vertical-align: middle;
}

*/
