html,
body {
    height: 100%;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

@media (min-width: 992px) {
    .modal-filtr {
        width: 1200px;
    }
}

span.date-last-update {
    color: #848;
    opacity: 0.7;
    font-size: 85%;
}

.btn-grey {
    color: #fff;
    background-color: #E5E5E5;
}

.blue-steel {
    color: #FFFFFF;
    background-color: #4B77BE;
    border-color: "";
}

.blue-steel:focus, .blue-steel:active, .blue-steel:hover {
  color: #fff;
  background-color: #5C9BD1;
}

.btn-grey:focus, .btn-grey:active, .btn-grey:hover {
  color: #fff;
  background-color: lightgray;
}

.btn-pos-grey {
    color: #337ab7;
    background-color: #E5E5E5;
}

.btn-pos-grey:focus, .btn-pos-grey:active, .btn-pos-grey:hover {
  color: #337ab7;
  background-color: lightgray;
}

.btn-grey-cascade {
    color: #fff;
    background-color: #95A5A6;
}

.btn-grey-cascade:focus, .btn-grey-cascade:active, .btn-grey-cascade:hover {
  color: #fff;
  background-color: #829596;
}

.btn-seagreen {
    color: #fff;
    background-color: #1BA39C;
}

.btn-seagreen:focus, .btn-seagreen:active, .btn-seagreen:hover {
  color: #fff;
  background-color: #16847f;
}

.btn-secondary {
    color: #fff;
    background-color: #1b1e21;
}

.btn-secondary:focus, .btn-secondary:active, .btn-secondary:hover {
  color: #fff;
  background-color: #383d40;
}

.btn-sharp {
    color: #fff;
    background-color: #5C9BD1;
}

.btn-sharp:focus, .btn-sharp:active, .btn-sharp:hover {
  color: #fff;
  background-color: #408ac9;
}

.btn-green {
    color: #fff;
    background-color: #35aa47;
}

.btn-green:focus, .btn-green:active, .btn-green:hover {
  color: #fff;
  background-color: #2d8f3c;
}

.btn-blue-sharp {
    color: #fff;
    background-color: #5C9BD1;
}

.btn-blue-sharp:focus, .btn-blue-sharp:active, .btn-blue-sharp:hover {
  color: #fff;
  background-color: #367fa9;
}

.btn-yellow-gold {
  color: #fff;
  background-color: #E87E04;
}

.btn-yellow-gold:focus, .btn-yellow-gold:active, .btn-yellow-gold:hover {
  color: #fff;
  background-color: #c56b03;
}

.posbox {
    font-size: 120%;
    text-align: center;
    padding: 5px;
    border-radius: 0;
    height: 32px !important;
    width: 100%;
}

.posbox:hover {
    text-decoration: none;
}

.posbox2 {
    text-align: center;
    padding: 5px;
    border-radius: 0;
    height: 32px !important;
    width: 100%;
}

.posbox2:hover {
    text-decoration: none;
}

span.mg-negative {
    color: #F00;
    font-size: 80%;
}

span.mg-positive {
    color: #080;
    font-size: 80%;
}

.bg-positive {
    background-color: #CFC !important;
}

.bg-negative {
    background-color: #FCC !important;
}

.bg-hitgoalnow {
    background-color: #CCF !important;
}

div.new-url-ind {
    font-size: 50%;
    position: relative;
    margin: 0px !important;
    top: -30px;
    left: 37px !important;
}

.form-control-date {
    padding-left: 12px;
    padding-top: 0;
}

.ui-datepicker {
    z-index: 1151 !important;
}

.highcharts-container{
width: 100% !important;
}

.highcharts-root{
width: 100% !important;
}

.btn-ul {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 0px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    list-style-type: none;
}

.proxy-status {
    margin-left: auto;
    margin-right: auto;
    width: 23px;
    height: 23px;
    border-radius: 15px;
    position: relative;
    display: block;
    visibility: visible;
    border: 4px solid #E0E0E0;
}

.proxy-status-dead {
    background-color: #dd4b39;
}

.proxy-status-alive {
    background-color: #00a65a;
}

.modal-fs {
  width: 99%;
  margin: 20px;
}

.no-bullet {
  list-style: none;
}

.dropdown-menu-right {
  margin-bottom: -55px;
  margin-right: 40px;    
  top: auto;
  bottom: 0;
}

.queries-reports {
    margin-left: 20px;
}

.form-control-group {
    height: 35px;
}

.urlsbox {
    font-size: 15px;
    text-align: center; 
    color: #3c8dbc;
}

.urlsbox2 {
    font-size: 15px; 
    color: #3c8dbc;
}

.urlsbox_url {
    font-size: 14px;
    color: #3c8dbc;
}

.notifications-menu a img {
  padding: 4px;                /* отступ вокруг, рамка больше картинки */
  border-radius: 2px;          /* скруглённые углы */
  box-sizing: content-box;
  background-color: #fff;      /* фон белый */
}

.modal {
    padding-right: 17px;
}

.modal-dialog {
    max-width: 100%;       /* чтобы не выходило за экран */
    margin: 30px auto;     /* центрирование */
}

.modal-content {
    overflow-x: auto;      /* если контент слишком широкий */
}

/* Подсветка всей строки при наведении */
.grid-view tbody tr:hover {
    background-color: #dff0d8; /* Можно любой цвет */
    transition: background-color 0.2s ease; /* плавное появление */
}

/* Можно ещё добавить выделение текста или шрифта */
.grid-view tbody tr:hover td {
    color: #000; /* Цвет текста при наведении */
    font-weight: normal; /* Можно подчеркнуть */
}

/* Toogle Switch */
.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0; left: 0; right: 0; bottom: 0;
  background-color: #ccc;
  transition: .4s;
  border-radius: 20px;
}
.slider:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  transition: .4s;
  border-radius: 50%;
}
input:checked + .slider {
  background-color: #4caf50;
}
input:checked + .slider:before {
  transform: translateX(20px);
}

.process-check {
    display: inline-block;        /* чтобы padding и border работали */
    text-align: center;
    padding: 2px 4px;             /* внутренние отступы */
    border: 1px solid transparent; /* граница по умолчанию */
    border-radius: 4px;
    font-size: 0.7em;             /* чуть меньше, чем основной текст */
    line-height: 1;
    vertical-align: super;        /* чтобы оставалось в верхнем положении */
    transition: background-color 0.8s ease, border-color 0.8s ease;
}

span.date-last-update {
  color: #848;
  opacity: 0.7;
  font-size: 85%;
}