/* =====================================
                  Fonts
   ===================================== */
/* -------------- Color ---------------- */
.link-gray {
    color: #979797;
}
.link-red {
    color: #FF2F2F;
}
.link-gray:hover, .link-gray:focus, .link-gray:active, .link-gray:target {
    color: dimgrey;
}
.font-firebrick {
    color: firebrick;
}
.font-darkgreen {
    color: darkgreen;
}
.text-blocked {
    color: #c2c2c2 !important;
}
/* -------------- Weight --------------- */
.font-weight-bold {
    font-weight: bold;
}
/* =====================================
                  Padding
   ===================================== */
.padding-top-md {
    padding-top: 30px;
}
.padding-left-sm {
    padding-left: 15px;
}
/* =====================================
                Bootstrap 4
   ===================================== */
.mt-15 {
    margin-top: 15px !important;
}
.mb-30 {
    margin-bottom: 30px !important;
}
.mb-05 {
    margin-bottom: 5px !important;
}
.w-100 {
    width: 100% !important;
}
/* =====================================
                 Display
   ===================================== */

/* =====================================
                 Cursor
   ===================================== */
.c-not-allowed {
   cursor: not-allowed;
}

td.details-dtmf-control,
td.details-control {
    background: url('/static/images/details_open.png') no-repeat center center;
    cursor: pointer;
}
tr.shown td.details-dtmf-control,
tr.shown td.details-control {
    background: url('/static/images/details_close.png') no-repeat center center;
}

.table-hover-cells > tbody > tr > td.blocked,
.table-hover-cells > tbody > tr > td:hover.allowed {
  background-color: #ffcccb;
}

.table-hover-cells > tbody > tr > td:hover.blocked,
.table-hover-cells > tbody > tr > td.allowed {
  background-color: #90ee90;
}

.table-hover-cells > tbody > tr > td.blocked-auth,
.table-hover-cells > tbody > tr > td:not(.disabled):hover.allowed-auth {
  background-color: #ffcccb;
}

.table-hover-cells > tbody > tr > td:hover.blocked-auth,
.table-hover-cells > tbody > tr > td.allowed-auth {
  background-color: #90ee90;
}

.table-hover-cells > tbody > tr > th.active:hover,
.table-hover-cells > tbody > tr > td.active:hover,
.table-hover-cells > tbody > tr.active > th:hover,
.table-hover-cells > tbody > tr.active > th:hover,
.table-hover-cells > tbody > tr.active > td:hover {
  background-color: #e8e8e8;
}

.table-hover.table-hover-cells > tbody > tr.active:hover > th:hover,
.table-hover.table-hover-cells > tbody > tr.active:hover > td:hover {
  background-color: #d8d8d8;
}

.table-hover.table-hover-cells > thead > tr.active:hover > th:hover,
.table-hover.table-hover-cells > thead > tr.active:hover > td:hover {
  background-color: #d8d8d8;
}

.table-hover-cells > tbody > tr > td.toogle {
	width: 50px;
}

.table-hover-cells > tbody > tr > td.toogle-auth {
	width: 50px;
}

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

abbr[title] {
    text-decoration: unset;
}

.camera-image {
    object-fit: cover;
    width: 100%;
    max-width: 160px;
}
.camera-image:hover {
    transform: scale(3);
    width: auto;
    z-index: 999;
    position: relative;
}

.columns-centered {
    float: none;
    margin: 0 auto;
}

.btn-dropdown-menu {
    min-width: unset;
    padding-top: 0px;
    padding-bottom: 0px;
}
.bootstrap-datetimepicker-widget.dropdown-menu{
    display:block;
    margin:4px 0;
    padding-left:15px;
    width:19em;
}

th.dt-center, td.dt-center { text-align: center; }
select option[disabled] { background: lightgray; font-weight: bold }

.progress-bar {
    color: black;
}

.progress-bar-marker {
    background-color: transparent;
    border-right: 3px solid red;
}

.big-checkbox {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}