﻿#EntityFormPanel {
    background-color: #f3e9ea;
    width: 1000px;
    margin-left: 0;
    margin-right: 0;
    font-family: Arial;
    padding-left: 10px;
    padding-bottom: 5px;
    border-radius: 25px;
    color: #be1e2d;
}

.entitylist {
    font-family: Arial;
    border-radius: 25px;
    background-color: #f3e9ea;
    padding-top: 10px;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 10px;
}


.form-control {
    font-size: 14px;
    font-family: Arial;
}

.field-label {
    font-size: 14px;
    font-weight: bold;
}

.xrm-attribute-value-empty, .xrm-editable-adx_weblinkset.xrm-entity-value-empty {
    display: none !important;
    border: none !important;
}

.xrm-attribute-value-empty {
    display: none !important;
    border: none !important;
}

.xrm-editable-adx_weblinkset.xrm-entity-value-empty {
    display: none !important;
    border: none !important;
}

.xrm-attribute-value xrm-attribute-value-empty {
    display: none !important;
    border: none !important;
}

h2 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.9;
    font-family: Arial;
    padding-left: 2px;
    color: #be1e2d;
}

h3 {
    font-family: Arial;
    font-size: 22px;
    font-weight: bold;
    border-bottom: 1px solid;
    line-height: 1.9;
    padding-left: 2px;
    color: #be1e2d;
}

.page-header {
    width: 80%;
    margin-left: 0;
    margin-right: auto;
    font-family: Arial;
    margin-top: 0px;
    margin-bottom: 0px;
}

h1 {
    font-size: 28px;
    font-weight: bold;
    font-family: Arial;
    color: #be1e2d;
}

input[type="button"] {
    color: white;
    padding: 9px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
    font-weight: bold;
}

    input[type="button"]:hover {
        background-color: white !important;
        color: #be1e2d !important;
    }

input.form-control {
    border-color: #be1e2d !important;
    border: 1px solid #be1e2d;
}

.btn-primary {
    background-color: #be1e2d;
    opacity: unset !important;
    border: none;
}

div {
    word-break: normal !important;
}

.btn-default {
    border-color: #be1e2d !important;
    color: #be1e2d !important;
}

.fa {
    color: #be1e2d !important;
}

body {
    font-family: Arial !important;
}

.panel {
    border-color: #be1e2d !important;
}

a {
    color: #be1e2d;
    font-family: Arial;
}

p {
    font-family: Arial;
}

h4 {
    font-family: Arial;
}

.alert-warning {
    background-color: #7d7b8130;
}

h3.form-subgrid-heading{
    visibility:hidden !important;
}

.modal-dialog {
    width: 30%;
    height: 60%;
}

.modal-content{
    height: 100%;
    overflow-y: auto;
}

.modal-dialog {
    background-color: #f3e9ea;
}

    .modal-dialog .basic-form-class .form-group {
        background-color: #f3e9ea;
        color: #be1e2d;
    }

    .modal-dialog .basic-form-class button[type="submit"] {
        color: white;
        padding: 9px 32px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 16px;
        margin: 4px 2px;
        transition-duration: 0.4s;
        cursor: pointer;
        font-weight: bold;
    }
