﻿
/* Sticky footer styles
-------------------------------------------------- */
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.navbar {
    border-radius: 0;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
}

.ui-grid-header {
    background-color: #7a8288;
}

.ui-grid-category {
    text-align: center;
    border-right: 0px;
    box-shadow: -1px 1px #d4d4d4;
}

.ui-grid-cell-contents {
    color: #000000;
    overflow: visible;
}

    .ui-grid-cell-contents > .btn {
        margin: 0 .16em;
        padding: 2px 7px;
    }

.grid .ui-grid-row .row-bg-color-green {
    background-color: lightgreen !important;
}

.bg-color-green {
    background-color: lightgreen;
}

.navbar-btn {
    margin-left: 2px;
    margin-right: 2px;
}

.voiteq-overlay {
    position: absolute;
    top: 50px;
    width: 100%;
    z-index: 100;
}

.voiteq-marged {
    margin-left: 30px;
    margin-right: 10px;
}

.center-screen {
    margin-top: 40vh; /* poussé de la moitié de hauteur de viewport */
    transform: translateY(-50%); /* tiré de la moitié de sa propre hauteur */
}

.horizontal-center {
    align-content: center;
}

.vertical-center {
    top: 50%;
    transform: translate(0%, 50%);
}

.modal-xl {
    width: 1200px;
}

.modal-fullscreen {
    width: 100%;
}
/*.ngdialog.ngdialog-theme-default.custom-width .ngdialog-content {
    width: 540px;
}*/

.center {
    /*position: absolute;*/
    top: 50%;
    left: 50%;
}

html[browser='Firefox'] .full-center {
    left: 50%;
    transform: translate(-50%, 0%);
}

html[browser='Edge'] .full-center, html[browser='Chrome'] .full-center, html[browser='IE'] .full-center {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ui-grid-cell-contents > select {
    width: 100%;
}

    .ui-grid-cell-contents > select.ng-invalid {
        border-width: 2px;
        border-color: red;
    }

.panel-heading .title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: normal;
    width: 75%;
    padding-top: 8px;
}

pre.telnet {
    overflow: auto;
    word-wrap: normal;
    white-space: pre;
    font-family: Consolas;
}

    pre.telnet span {
        line-height: 1.5em;
        display: block;
    }

        pre.telnet span:before {
            content: '';
            display: inline-block;
        }

pre.lineCount {
    padding: 10px 16px;
}

    pre.lineCount span {
        counter-increment: line;
    }

        pre.lineCount span:before {
            content: counter(line);
            display: inline-block;
            border-right: 1px solid #ddd;
            margin-right: .5em;
            width: 2em; /* Fixed width */
        }

pre.lineCountShadow {
    padding: 0px 16px;
    overflow-x: hidden;
    border: hidden;
    background-color: transparent;
}

    pre.lineCountShadow span:before {
        content: '';
        display: inline-block;
        border-right: 1px solid #ddd;
        margin-right: .5em;
        width: 2em; /* Fixed width */
    }

.line-breaks {
    white-space: pre-wrap;
}

.btn-unfocusable {
    pointer-event: none;
}

.btn-xs-vertical {
    line-height: 1;
}

.glyphicon-arrow-up, .glyphicon-arrow-down {
    color: black;
}

.navbar-btn {
    padding-top: 7px;
}

.CodeMirror {
    border: 1px solid #eee;
    height: auto;
}

.thead-dark th {
    color: #fff;
    background-color: #373a3c;
}

.input-sm-autoH {
    height: unset;
}

.angular-meditor-content {
    min-height: 105px;
}
