﻿tr.table-row-noborder > td, tr {
    border-top: none;
    border-top-width: 0px;
    border-top-style: hidden;
    border-bottom: none;
    border-bottom-width: 0px;
    border-bottom-style: hidden;
}

form.compact > p {
    margin-bottom: 0px;
}

.page-sticky-menu {
    z-index: 99;
}

.navbar {
    margin-bottom: 0px;
    margin-top: 0px;
}

    .navbar.navbar-default {
        border-color: transparent;
    }

.fixed {
    position: fixed;
    width: 100%;
    top: 0;
}

ul.nav.navbar-nav > li {
    display: inline-block;
}

.totop {
    opacity: .8;
    padding: .2em .6em;
    border-radius: 15px 15px 0 0;
    position: fixed;
    bottom: 0.1em;
    right: 2em;
    z-index: 104400;
    background: #e51c23;
    display: none;
}

div#customTypeaheadBottomFixed > ul {
    top: 40px !important;
}

tr.t-selected {
    background-color: #757575;
    color: #fff;
}
tr.bordered {
    outline: thin solid;
}
/* hide up/down arrows ("spinners") on input fields marked type=number */

@-moz-document url-prefix() { 
    .no-spinners {
      -moz-appearance:textfield;
    }
}

.no-spinners::-webkit-outer-spin-button,
.no-spinners::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.brightnessfix {
    filter: brightness(115%);
}

.activeTestcase {
    /*background-color: #2e93b1 !important;*/
    filter: brightness(90%);
}

.activeTaskDetalii {
    filter: brightness(90%);
}

.table-ta {
    border-collapse: separate;
    border-spacing: 10px;
    text-align: left;
    font-size: 16px;
}

.blink {
    animation: blink 2s infinite;
}

@-moz-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.1;
    }

    100% {
        opacity: 1;
    }
}
/* Firefox */
@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.1;
    }

    100% {
        opacity: 1;
    }
}
/* Webkit */
@-ms-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.1;
    }

    100% {
        opacity: 1;
    }
}
/* IE */
@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.1;
    }

    100% {
        opacity: 1;
    }
}
/* Opera */

.hidden-input-activitate {
    background: inherit;
    border: 0 !important;
    box-shadow: none !important;
    color: inherit;
}

.focus-input-activitate {
    text-align: left!important;
}

.logo-text {
    display: flex;
}

.logo-text span {
    display: inline-block;
    animation: LogoTextAnimation 7s infinite;
    animation-delay: calc(0.2s * var(--delay));
}

@keyframes LogoTextAnimation {
    0%, 80% {
        transform: rotateY(360deg);
    }
}

.rainbow-text {
    background-image: linear-gradient(to right, #6284FF, #f78f2f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.rainbow-loader {
    height: 3px;
    background: linear-gradient( 90deg, orange, yellow, lime, cyan, violet, magenta, red, orange, yellow, lime, cyan, violet, magenta, red, orange );
    background-size: 200%;
    animation-name: RainbowLoaderAnimation;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-duration: 1.5s;
}

@keyframes RainbowLoaderAnimation {
    0% {
        background-position: 0%;
    }

    100% {
        background-position: 100%;
    }
}

.rainbow {
    height: 2px;
    background-repeat: repeat-x;
    background: linear-gradient(to right, #6284FF, #666);
    /*linear-gradient(to right, #eb5252, #6284FF, #75d850, #f4c151, #f78f2f, #eb5252);*/
    -webkit-animation: go 1s linear infinite;
    -moz-animation: go 1s linear infinite;
    -o-animation: go 1s linear infinite;
    -ms-animation: go 1s linear infinite;
    animation: go 1s linear infinite;
    z-index: 1000;
}

.no-underline {
    text-decoration: none !important
}

.navbar {
    min-height: auto !important;
}

/* subtle zoom to attention and then back */
.pop-outin {
    animation: 7s anim-popoutin ease infinite;
}

@keyframes anim-popoutin {
    0% {
        /* animate nothing to add pause at the end of animation */
        transform: scale(1);
        opacity: 1;
        text-shadow: 1px 0 0 rgba(0, 0, 0, 0);
    }
    25% {
        transform: scale(2);
        opacity: 1;
        text-shadow: 3px 10px 10px rgba(0, 0, 0, 0.5);
    }
    50% {
        transform: scale(1);
        opacity: 1;
        text-shadow: 1px 0 0 rgba(0, 0, 0, 0);
    }
    100% {
        /* animate nothing to add pause at the end of animation */
        transform: scale(1);
        opacity: 1;
        text-shadow: 1px 0 0 rgba(0, 0, 0, 0);
    }
}

.tooltip-inner {
    text-align: left;
    max-width: none;
    white-space: nowrap;
}

.line {
    width: 50px;
    height: 0;
    border: 1px solid #C4C4C4;
    margin: 3px;
    display: inline-block;
}

.tox-tinymce {
    border-radius: 3px !important;
}

.select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAMAAACelLz8AAAAJ1BMVEVmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmaP/QSjAAAADHRSTlMAAgMJC0uWpKa6wMxMdjkoAAAANUlEQVR4AeXJyQEAERAAsNl7Hf3X6xt0QL6JpZWq30pdvdadme+0PMdzvHm8YThHcT1H7K0BtOMDniZhWOgAAAAASUVORK5CYII=);
    background-size: 13px;
    background-repeat: no-repeat;
    /*background-position: right center;*/
    background-position: calc(100% - 5px) center !important;
}