﻿.bg-header {
    background: #333f48;
    background-image: url('../images/logo_white.png');
    background-size: 180px auto;
    background-repeat: no-repeat;
    background-position: center right;
}

.dropdown .caret {
    margin-top: 8px;
    margin-left: 2px;
}

.nav-header {
    display: block;
    padding: 3px 15px;
    font-size: 11px;
    font-weight: bold;
    line-height: 20px;
    text-shadow: 0 1px 0 rgb(255 255 255 / 50%);
    text-transform: uppercase;
    color: #999;
}

.navbar .navbar-nav li ul li.nav-header:not(:first-child) {
    margin-top: 9px;
}

.menu-color {
    color: #CCCCCC !important;
}

a.dropdown-submenu {
    padding-left: 6px;
}

.custom-menu-dropdown-toggle::after {
    margin-left: 0 !important;
    margin-right: 0.4em !important;
    vertical-align: middle !important;
}

.navbar .navbar-nav li a {
    font-family: 'font-poppins';
    padding: 10px;
}

.navbar .navbar-nav li a:hover {
    color: white !important;
    text-decoration: none;
}

.navbar .navbar-nav li a:focus, .navbar .navbar-nav li.active a {
    color: white !important;
    text-decoration: none !important;
    background-color: #8EC447;
    border-radius: 3px;
}

.navbar .navbar-nav li ul li a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 20px;
    color: #333;
    white-space: nowrap;
    cursor: pointer;
    text-shadow: 0 -1px 0 rgb(0 0 0 / 25%);
    text-decoration: none;
}

.navbar .navbar-nav li ul li a:hover {
    background-color: #8ec447;
}

label.bold {
    font-weight: bold;
}

.font-poppins {
    font-family: 'poppins';
}

.custom-toggler .navbar-toggler-icon {
    background-image: url( "data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 191, 0, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.home-header {
    padding-bottom: 9px;
    margin: 20px 0 30px;
    border-bottom: 1px solid #eeeeee;
}

.code-header-home {
    padding: 2px 4px;
    color: #d14;
    background-color: #f7f7f9;
    border: 1px solid #e1e1e8;
    white-space: nowrap;
    border-radius: 3px;
}

.home-subheader {
    padding-bottom: 0px;
    margin: 20px 0 10px;
    border-bottom: 1px solid #eeeeee;
}

.bg-footer {
    background: #333f48;
}

.max-width {
    max-width: 100% !important;
}

footer.footer {
    line-height: 40px !important;
    position: fixed;
}

h1, h2, h3, h4, h5,
label,
input,
textarea,
select,
option,
b,
span,
th, td,
div {
    font-family: 'poppins' !important;
}

h2.header-content {
    font-weight:bold;
    font-size: 1.8em;
    margin-top: 0;
}

h3.subheader-content {
    font-weight:bold;
    font-size: 1.4em;
    line-height: 1;
    padding-top: 20px;
    margin: 10px 0 0;
    color: inherit;
    text-rendering: optimizelegibility;
}

#block-loader {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: transparent;
    background-image: url('../images/progressbar.gif');
    filter: brightness(1.3);
    z-index: 1000;
}

#block-loader div {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #333;
    opacity: 0.3;
}

#image-loader {
    max-height: 100px;
    max-width: 100px;
}

.alert {
    margin-bottom: 20px;
    text-shadow: 0 1px 0 rgb(255 255 255 / 50%);
    border: 1px solid #fbeed5;
    border-radius: 4px;
}

.alert-success {
    border-color: #d6e9c6 !important;
    color: #468847 !important;
}

@font-face {
    font-family: poppins;
    src: url(../font/Poppins-Regular.ttf);
}

.portlet-decoration {
    padding: 8px 15px;
    margin: 0 0 10px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}

ul.operations li a {
    color: #0088cc !important;
    text-decoration: none;
    font-family: 'poppins';
}

ul.operations li a:hover, ul.operations li a:focus {
    color: #005580 !important;
    text-decoration: underline !important;
    cursor: pointer;
}

.table {
    margin-bottom: 20px;
    color: #333333 !important;
    border-color: grey;
    text-indent: initial;
    max-width: 100%;
    background-color: transparent;
    border-spacing: 0;
    font-size: 14px;
    line-height: 20px;
}

#select-filters-call-name,
#select-filters-app-id,
#select-filters-call-status {
    padding: 0px 0px 0px 10px !important;
    background-image: url('../images/caretdown.svg');
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: calc(100% - 6px) center;
    appearance: none;
}