﻿
body {
    padding-bottom: 20px;
    font-family: 'Open Sans hebrew', sans-serif;
    padding-right: 0 !important;
    margin-right: 0 !important;
    padding: 0;
    overflow: scroll;
}

.pull-A {
    float: left !important;
}

.pull-Z {
    float: right !important;
}

.force-hidden[hidden] {
    display: none !important;
}

.modal-open {
    overflow: auto;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

#li-loader-spinner {
    position: relative;
    float: left;
    left: 20px;
    font-size: 16px;
}

.loader-spinner {
    font-size: 100px !important;
    color: #0b62a4;
    text-align: center;
    display: block !important;
    top: 150px;
    margin-top: -206px;
    margin-bottom: 60px;
}

/*commented output ruby yehudah*/
/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/

.tablefilter {
    width: 100%;
    margin-right: -14px !important;
    font-weight: normal;
    font-size: 13px;
    padding-right: 5px;
    background: #ffffff !important;
    border: 1px dashed #fff !important;
}

.dataTables_wrapper .dataTables_info {
    text-align: left;
}

.dataTables_filter {
    display: none;
}

/* alignment of the column visibility dropdown */
.dt-button-collection.dropdown-menu {
    left: unset !important;
    inset-inline-end: 0 !important;
    inset-inline-start: auto !important;
}

    /* fix non-active hover & focus color */
    .dt-button-collection.dropdown-menu > li:not(.active) > a:hover,
    .dt-button-collection.dropdown-menu > li:not(.active) > a:focus {
        background-color: inherit;
        color: inherit;
    }

    /* remove diff color of clicked item */
    .dt-button-collection.dropdown-menu > li.active > a:focus {
        background-color: #4f99c6;
    }


.panel-body-status {
    height: 236px;
}

.datepicker {
    width: 17em;
}

.tableLinkIcon {
    font-size: 8px;
    vertical-align: middle;
    color: gainsboro;
    padding-right: 10px;
}

.selected-li > a {
    background: #337ab7;
    color: white;
    font-weight: bold;
}

.version {
    display: block;
    font-size: smaller;
    font-style: italic;
    color: gray;
}

.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
    padding-right: 20px;
}



.status {
    color: lightgray;
}

    .status.online, .status.on {
        color: #5cb85c;
    }

    .status.offline, .status.off {
        color: #d9534f;
    }

    .status.sleep {
        color: dodgerblue;
    }

    .status.always-on {
        color: #337ab7;
    }

    .status.hidden {
        display: none;
    }

/*Simulator start*/
.ltr .well, .ltr .CodeMirror, .ltr .form-horizontal, .ltr .form-horizontal div, .ltr div {
    direction: ltr;
    text-align: left;
}

.url {
    max-width: none !important;
    width: 95% !important;
    margin: 1% 3%;
}

.btn-group-vertical .btn {
    text-align: left;
}

.repeat-span {
    display: block;
    text-align: center;
}
/*Simulator end*/
.commands div.btn {
    text-align: left;
}

.glyphicon.glyphicon-one-fine-full-dot {
    color: lightgray;
    /*margin-left: 10px;*/
    margin-top: -8px;
}

    .glyphicon.glyphicon-one-fine-full-dot:before {
        content: "\25cf";
        font-size: 23px;
    }

.glyphicon.offline {
    color: #d9534f;
}

.glyphicon.online {
    color: #5cb85c;
}

.glyphicon.down {
    color: #5c90b8;
}

.ajax-crud ul {
    padding-right: 10px;
    list-style: none;
}

    .ajax-crud ul li {
        padding: 7px;
    }

        .ajax-crud ul li .delete-item {
            color: #d9534f;
            padding-left: 10px;
            cursor: pointer;
        }

.message-count {
    float: left;
    width: 20px;
    opacity: 0.4;
}

    .message-count .glyphicon-comment {
        font-size: 16px;
    }

    .message-count .badge-notify {
        background: red;
        position: absolute;
        margin-right: -8px;
        margin-top: -6px;
        line-height: 16px;
        font-size: 12px;
        border-radius: 8px;
        width: 16px;
        height: 16px;
        padding: 1px;
    }

#poster-frame body {
    cursor: pointer !important;
}

table.table-bordered.dataTable tbody th, table.table-bordered.dataTable tbody td {
    max-width: 240px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

td.long-text {
    white-space: normal;
    word-wrap: break-word;
}

.device-main-image-a {
    width: 95%;
    display: block;
    text-align: center;
    background: whitesmoke;
}

.device-main-image {
    max-width: 90%;
    height: 250px;
}

iframe {
    background: whitesmoke;
    border: solid 1px gray;
}

.btn.toggle {
    border: 0;
}


.filter-button {
    height: 36px;
}

    .filter-button.active {
        --ot: 1px #d9534f solid;
        --otoffset: -0.5px;
        outline: var(--ot) !important;
        outline-offset: var(--otoffset) !important;
    }

        .filter-button.active:focus {
            outline: var(--ot) !important;
            outline-offset: var(--otoffset) !important;
        }

    .filter-button:focus {
        outline: none !important;
    }

.margin-top-8 {
    margin-top: 8px;
}

.margin-top-16 {
    margin-top: 16px;
}

.ico-of-text {
    margin-inline-end: 6px;
}

th input {
    font-weight: bold !important;
}

    th input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        color: black;
        font-weight: normal !important;
    }

        th input::-webkit-input-placeholder:hover { /* Chrome/Opera/Safari */
            color: #b5b5b5;
        }

    th input::-moz-placeholder { /* Firefox 19+ */
        font-weight: normal !important;
        color: black;
    }

    th input:-ms-input-placeholder { /* IE 10+ */
        font-weight: normal !important;
        color: black;
    }

    th input:-moz-placeholder { /* Firefox 18- */
        font-weight: normal !important;
        color: black;
    }

.table-hover > tbody > tr:hover {
    background-color: #fffdd8;
}

.table td a {
    margin-right: 10px;
    margin-left: 10px;
}

th input:hover {
    border-color: #b5b5b5 !important;
    border-radius: 1px !important;
}

/* written by yehudah */
@media (min-width: 768px) {
    .modal-dialog {
        min-width: 600px;
        width: auto !important;
        max-width: 60%;
    }
}

/* localiztion partial */
.lang-item {
    color: white;
    background-color: unset !important;
}

    .lang-item.active {
        font-size: 16px;
        font-weight: bold;
    }


.chart {
    height: 250px;
}

    .chart svg circle {
        stroke: transparent !important;
    }

.deviceWithIcons {
    display: flex;
}

.table td a.remote-controll-link {
    margin-right: 0px;
    margin-left: 0px;
}

.default-override {
    border-right: 4px solid;
    border-right-color: lightblue;
}

.operation-status-not-active a {
    color: orange;
    font-weight: 600;
}


.inline-filter-radios label {
    margin-bottom: 0;
}

    .inline-filter-radios label:not(:last-child) {
        margin-inline-end: 1.5ch;
    }

input.bs5-input {
    flex-shrink: 0;
    width: 1em;
    height: 1em;
    margin-top: 0.25em;
    vertical-align: top;
    appearance: none;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0,0,0,.25);
}

    input.bs5-input[type=radio] {
        border-radius: 50%;
    }

    input.bs5-input:focus {
        border-color: #86b7fe;
        outline: 0;
        box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    }

    input.bs5-input:checked {
        background-color: #0d6efd;
        border-color: #0d6efd;
    }

        input.bs5-input:checked[type=radio] {
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
        }


.flex {
    display: flex;
}

.align-center {
    align-self: center;
}

.flex-grow {
    flex-grow: 1;
}


div.cut-text {
    white-space: nowrap;
    max-width: 20ch;
    overflow: hidden;
}


.service-level-indicator {
    color: purple;
}