﻿
.btn-defaultv3,
.btn-defaultv3:active,
.btn-defaultv3:focus {
    color: #b90e0a !important;
}

.btn-defaultv3:hover {
    background-color: #fff !important;
}

.myFontFamily {
    font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

@media (min-width: 768px) {
    .lead {
        font-size: 18px;
    }
}

.navButtons {
    box-shadow: none !important;
    width: 200px;
    border: 1px solid lightgray !important;
}


.navButtons-small {
    box-shadow: none !important;
    width: 160px;
    border: 1px solid lightgray !important;
}

.navButtons2 {
    box-shadow: none !important;
    border: 1px solid lightgray !important;
}

.btnnoactivo-icon-red {
    background-color: #c7c7c7 !important;
    color: #b90e0a !important;
}

.btnactivo-icon-red {
    background-color: #003865 !important;
    color: #b90e0a !important;
}

.dropdownButton {
    height: 36px;
    width: 120px;
    margin-top: -2px;
}

.cancelButton {
    background-color: transparent;
    border-color: transparent;
    height: 36px;
    width: 100px;
}

.cancelButton:hover {
    background-color: whitesmoke;
}

.cardBody {
    background-color: snow;
    padding-bottom: 0 !important;
    padding-top: 20px !important;
}

.tabContent {
    background-color: white;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -40px;
    padding-left: 20px;
    padding-right: 20px;
}

.tabContent2 {
    background-color: white;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.tabWidth {
    width: 130px;
}

.pendingAmount {
    font-size: 15px;
    font-weight: 500 !important;
    border-radius: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 4px;
    padding-bottom: 4px;
    position: absolute !important;
    top: 16px !important;
    right: 25px !important;
}

.statusBox {
    font-size: 14px;
    font-weight: 500 !important;
    border-radius: 6px;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 6px;
}

.statusBoxGrid {
    font-size: 14px;
    font-weight: 500 !important;
    border-radius: 6px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 2px;
}

.finishButton {
    position: absolute !important;
    top: 12px !important;
    right: 25px !important;
}

.btn-success:hover {
    color: #449d44 !important;
    background-color: #fff !important;
    border-color: #398439;
}

.bg-light-gray {
    background-color: #e7e7e7 !important;
    color: #374153 !important;
}

.bg-light-gray-2 {
    background-color: #e7e7e7 !important;
    color: gray;
}

.bg-light-green-2 {
    background-color: #ebf9eb !important;
    color: #47c546;
}

.bg-light-orange {
    background-color: #FFF5E7 !important;
    color: #D2913D;
}

.bg-light-red {
    background-color: #fdebeb !important;
    color: #f03738;
}

.bg-light-black {
    background-color: black !important;
    color: white;
}

.bg-light-darkGray {
    background-color: #696969 !important;
    color: white;
}

.contactCard {
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.contactCardHeader {
    /*background: #e9e9e9; */
    background: #eeeeee;
    padding: 15px !important;
}

.PanelList {
    background: snow !important;
    margin-left: 15px !important;
    margin-right: 15px !important;
    border-top: 1px solid #ddd !important;
    border-left: 1px solid #ddd !important;
    border-right: 1px solid #ddd !important;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    height: 70px
}

.formLabel {
    font-weight: 500;
}

.formContent {
    background-color: white;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-top: 30px;
    border-top: 1px solid rgba(204, 204, 204, 0.35);
}

.modal .modal-header {
    border-bottom: 1px solid lightgrey;
    padding: 25px 25px 5px 25px;
}

.modal .modal-footer {
    border-top: 1px solid lightgrey;
}

.gridTotalColumn {
    font-weight: 500;
}

.dataGridHeaderBottom {
    vertical-align: bottom !important;
}

.dataGridHeaderBottom-no-borders {
    vertical-align: bottom !important;
    border-right: 0px !important;
    border-left: 0px !important;
}

.dataGridHeaderBottom-no-left-border {
    vertical-align: bottom !important;
    border-left: 0px !important;
}


/*devexpress override styles*/

.dx-datagrid-total-footer {
    background: snow !important;
}

.dx-fileuploader-input-wrapper {
    padding: 0px 0;
    border: none;
}

.dx-fileuploader-wrapper {
    padding: 0;
}

.dx-fileuploader-show-file-list .dx-fileuploader-files-container {
    padding-top: 10px;
}

.dx-fileuploader-button {
    position: relative;
    width: 100%;
}

.dx-fileuploader-input-container {
    display: none;
}

.dx-datagrid .dx-row-lines > td, .dx-datagrid .dx-row-lines > tr > td {
    height: 45px;
    vertical-align: middle !important;
}

.borderlessGrid .dx-data-row > td {
    border-right: 0px;
    border-left: 0px;
}

.borderlessGrid .dx-group-row > td {
    border-right: 0px;
    border-left: 0px;
}


/* added 08.17.2022 */
.dx-datagrid-focus-overlay {
    border: 1px solid lightgray;
    border-bottom: 2px solid lightgray;
}
