﻿.bg-fade {
    background: -moz-linear-gradient(top, rgba(20,120,121,1) 45%, rgba(20,120,121,0.75) 80%, rgba(20,120,121,0.71) 82%, rgba(20,120,121,0.56) 89%, rgba(84,157,158,0.5) 92%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(top, rgba(20,120,121,1) 45%,rgba(20,120,121,0.75) 80%,rgba(20,120,121,0.71) 82%,rgba(20,120,121,0.56) 89%,rgba(84,157,158,0.5) 92%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom, rgba(20,120,121,1) 45%,rgba(20,120,121,0.75) 80%,rgba(20,120,121,0.71) 82%,rgba(20,120,121,0.56) 89%,rgba(84,157,158,0.5) 92%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#147879', endColorstr='#00ffffff',GradientType=0 );
}

.bg-custom {
    background-color: #147879 !important;
    color: #fff;
}

.card,
.card-header,
.btn,
.input-group-text,
.form-control {
    border-radius: 0 !important;
}

.dropdown > .dropdown-menu {
    opacity: .3;
    display: block;
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
    -webkit-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.show.dropdown > .dropdown-menu {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
}

.dropdown-item:active {
    background-color: #147879;
}

.navbar {
    -webkit-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    -o-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    -moz-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
}

.navbar-shrink {
    padding-top: 0.2em !important;
    padding-bottom: 0.2em !important;
    background-color: #147879 !important;
}

.input-group {
    min-height: 38px;
}

    .input-group .e-widget {
        height: 38px;
        width: 100%;
        -ms-flex: 1 1;
        flex: 1 1;
    }

.e-in-wrap,
.e-atc .e-in-wrap .e-input {
    border-radius: 0 !important;
}

.tooltip-inner {
    max-width: 400px;
    text-align: left;
    background-color: #147879 !important;
}

.tooltip[x-placement^="bottom"] .arrow::before {
    border-bottom-color: #147879 !important;
}

.tooltip[x-placement^="top"] .arrow::before {
    border-top-color: #147879 !important;
}

.tooltip[x-placement^="left"] .arrow::before {
    border-left-color: #147879 !important;
}

.tooltip[x-placement^="right"] .arrow::before {
    border-right-color: #147879 !important;
}

.tooltip-inner ul {
    margin-bottom: 0;
    padding-left: 30px;
    padding-right: 15px;
}

.text-muted {
    color: #dddddd !important;
}

.container {
    min-width: 100%;
    padding: 0 30px;
}

.list-group-item.active {
    background-color: rgb(91, 159, 160);
    border-color: #147879;
}

.list-group-item:focus {
    outline: none;
}

.card > .list-group:last-child .list-group-item:last-child {
    border-radius: 0;
}

.e-ddl-popup .e-active {
    background: none;
    background-color: #147879 !important;
}

.e-dialog > .e-header {
    border-bottom-color: #147879 !important;
}

.e-dialog-scroller > .e-scrollbar {
    display: none !important;
}

.loadingPopup {
    cursor: default;
    background-color: rgba(0,0,0,.5);
    z-index: 1000000;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.loading {
    background-color: #fff;
    background-image: url(ej/web/material/images/waitingpopup.gif);
    height: 70px;
    width: 70px;
    border-radius: 15px;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0 auto;
    color: #282827;
    box-shadow: 1px 1px 10px rgba(0,0,0,.7);
    position:absolute;
    top: 50%;
    left:50%;
    transform: translate(-50%, -50%);
}

.some-padding {
    padding-top: 5px;
    padding-left: 15px;
}
