html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
    margin-bottom: 60px;
    font: "Proxima Nova", Arial, "Segoe UI", "Segoe UI Web (West European)", "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;
}


/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
    /*padding: 10px;*/
}


* {
    box-sizing: border-box;
}

[class*="col-"] {
    float: left;    
}

/* For mobile phones: */
[class*="col-"] {
    width: 100%;
}

@media only screen and (min-width: 1300px) {
    /* For desktop: */
    .col-1 {       
        width: 30%;
    }

    .col-2 {
        width: 70%;
    }    
}









.navbar-custom {
    background-color: #43285d;        
}

    .navbar-custom .navbar-brand1 {
        width: 320px;
        display: table-cell;
    }

    .navbar-custom .navbar-brand2 {
        display: table-cell;
        color: white;
        font-family: Arial;
        font-size: 18px;
        vertical-align: bottom;
        padding-bottom: 7px;
    }

.main-custom {
    padding-left: 20px;
    padding-right: 20px;
    font-family: Arial;
    padding-top: 7rem;
}

@media screen and (max-width: 500px){
    .main-custom {
        padding-left: 20px;
        padding-right: 20px;
        font-family: Arial;
        padding-top: 14rem;
    }
}


.redlabel {
    color: red;
    text-decoration: underline;
    text-decoration-style: dotted;
}

.greenlabel {
    color: green;
    text-decoration: underline;
    text-decoration-style: dotted;
    font-weight: bold;
}

.purplelabel {
    color: #43285d;
    font-weight: bold;
    font-size: 20px;
}

.table-div {
    display: flex;
}

.table-div > div {
    border: 1px solid black;
    flex-grow: 1;
}

.dx-datagrid-headers {
    background-color: #43285d !important;
    color: white !important;
}

.dx-invalid.dx-texteditor.dx-editor-filled .dx-texteditor-input-container:after,
.dx-invalid.dx-texteditor.dx-editor-underlined .dx-texteditor-input-container:after,
.dx-invalid.dx-texteditor.dx-editor-outlined .dx-texteditor-input-container:after {
    display: none !important;
    border-color: purple;
}

.dx-theme-marker {
    font-family: "dx.material.purple.light";
}


.dx-form-group-caption {
    font-family: "Proxima Nova", Arial, "Segoe UI", "Segoe UI Web (West European)", "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;
    font-size: 16px;
}

.dx-field-item-label-text {
    font-family: "Proxima Nova", Arial, "Segoe UI", "Segoe UI Web (West European)", "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;
    font-size: 14px;
}

/*Uncomment for translation*/
/*.VIpgJd-ZVi9od-ORHb-OEVmcd {
    display: none;
    // add !important if required
}*/


div#bottomdiv {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background: white;
    padding: 5px;
}

.buttonattr {
    background-color: #43285d;
    border-color: black;
    color: white;
    font-weight: bold;
    font-family: "Proxima Nova", Arial, "Segoe UI", "Segoe UI Web (West European)", "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;
    /*font-weight: 500;*/
}

.dx-button.dx-state-hover {
    background-color: black; /* Replace with your desired color */
}
