﻿.br-right {
    border-radius: 0 0.25rem 0.25rem 0 !important;
}

.blockquote {
    border-left: 3px solid #6c757d !important;
    text-align: left;
    padding: 0 0 0 10px !important;
    font-size: 1rem;
}

.CustomMargin {
  margin-bottom: 2rem;
}

@media only screen and (max-width: 750px) {
  .CustomMargin {
    margin-bottom: 1rem;
  }
}


.form-control:valid {
    padding-right:5px !important;
    background-image: none !important;
    background-repeat: unset !important;
    background-position: unset !important;
    background-size: unset !important;
}


.login-invalid {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid red;
    border-radius: 0.25rem 0 0 0.25rem;
    box-shadow: inset 0 0 0 transparent;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    position: relative;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0;
    border-right:none !important
}


.login-invalid:focus-visible {
    outline:none !important
}

.group-text-invalid {
    border: 1px solid red;
    border-left: none !important
}


.pdfobject-container {
    height: 40rem;
    width: 100%;
    overflow-y: scroll;
}
.dynamic-checkbox-style {
  width: 10%;
  height: 20px;
}
.partition-border {
    border-left: 1px solid #e9e5e5!important;
}

img.imageViewer {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  margin: auto;
  vertical-align: middle;
}


.space-normal {
    white-space: normal !important;
}

.right-border-rad {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.text-elips {
    overflow: hidden;
    text-overflow: ellipsis;
}

.bn-green {
    color: #278f27 !important;
}

.invalid-field {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border-color: red !important;
    background-clip: padding-box;
    border: 1px solid #dc3545;
    border-radius: 0.25rem;
    box-shadow: inset 0 0 0 transparent;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.invalid-field:focus-visible {
        outline: none !important
    }

.no-drop {
    cursor: no-drop !important;
}

.light-65{
    opacity: .65;
}

.small-img {
    width: 23px;
    height: 23px;
}


.col-green{
    color:green;
}

.col-blue {
    color: steelblue;
}

.col-red {
    color: red;
}

.col-yellow {
    color: yellow;
}

.multi-buttons {
    align-items: center;
    margin-top: 2.2%;
}

.mt-2px{
    margin-top:2px;
}

.ml-1em {
    margin-left: 0.6em !important;
}

.mr5{
    margin-right: 5px;
}

.invalidcass {
    border-color: #dc3545;
    padding-right: 2.25rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}


.blue-dot {
    height: 23px;
    width: 23px;
    background-color: dodgerblue;
    border-radius: 50%;
    display: inline-block;
    margin-right: 4px;
}
.green-dot {
    height: 23px;
    width: 23px;
    background-color: forestgreen;
    border-radius: 50%;
    display: inline-block;
    margin-right: 4px;
}
.yellow-dot {
    height: 23px;
    width: 23px;
    background-color: yellow;
    border-radius: 50%;
    display: inline-block;
    margin-right: 4px;
}
.red-dot {
    height: 23px;
    width: 23px;
    background-color: red;
    border-radius: 50%;
    display: inline-block;
    margin-right: 4px;
}

.hgt-17{
    height:17px;
}

.multi-actions {
    display: flex;
    width: max-content;
    border-bottom: none !important;
}

.clearall {
    cursor: pointer;
    
}
.btn-type {
    font-weight: 400;
    display: inline-block;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent; 
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.file-button::after {
    content: attr(data-buttonText) !important;
}