/*
 * **************************************************************************
 * Copyright (c) 2018 - 2019 by DH3 Solutions (pvt) ltd.
 * All Rights Reserved.
 *
 * THIS FILE CONTAINS PROPRIETARY AND CONFIDENTIAL INFORMATION
 * AND REMAINS THE UNPUBLISHED PROPERTY OF DH3 SOLUTIONS (PVT) LTD.
 * Use, disclosure, or reproduction is prohibited except as permitted
 * by express written license agreement with DH3 Solutions (pvt) ltd.
 * **************************************************************************
 */

/*login page css*/
.login-image {
    width: 620px;
    background-position: 10px 220px;
}

.login-table {
    width: 100%;
}

.image-div {
    height: 50px;
}

.product-name {
    margin-left: 10px;
}

.header-color {
    color: #d7171f;
}

.section-head .panel-title {
    color: #d7171f;
}

.banner div.banner-heading {
    font-size: 16pt;
    padding-left: 10px;
    border-left: 3px solid #428BCA;
}

.banner {
    height: 50px;
    overflow: hidden;
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 19%, rgba(227, 228, 230, 1) 64%, rgba(255, 255, 255, 1) 92%);
}

.datagrid-row-selected {
    background: none repeat scroll 0 0 #d7171f;
}

.data-form .sub-head {
    color: #d7171f;
}

.l-btn {
    background: linear-gradient(to bottom, #fefeff 0, #dadada 100%);
}

.data-form input[type="submit"], .search, .data-form .submit {
    background: linear-gradient(to bottom, #ffffff 0px, #7dc3ff 100%) repeat-x scroll 0 0 transparent;
}

.l-btn-plain {
    background: transparent;
    border: 0;
    filter: none;
}
.sub-row > th {
    padding-left: 25px !important;
    min-width: 55px !important;
    color: gray;
}

.mainmenu .menu-text {
    height: 34px;
    line-height: 34px;
    padding-left: 28px;
    color: #d7171f;
    font-weight: bold;
}

.module-icons-container a:hover {
    background-color: rgba(215, 23, 31, 0.17);
}

.module.selected {
    background-color: #d7171f;
}

.dialog-button {
    padding: 8px;
}

.line-field-td {
    margin-right: 10px;
    padding-left: 5px;
}
.icon-billing {
    background: url("../../peppol/img/billing-icon.png") no-repeat 9px 11px;
    background-size: auto 26px;
    padding-left: 35px !important;
}