
body {
	line-height: 1.5;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif, Roboto !important;
	color: #4e5d65;
}

body, td {
    font-family: 'Open Sans', sans-serif, Roboto !important;
    color: #4e5d65;
}

ul li{
    margin-left: 1em;
}

.row.no-gutters {
   margin-right: -5px;
   margin-left: -5px;
}

.table .thead-light th {
    font-size: 1rem !important;
	color: #1e3643;/*changed to rr theme*/
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.dateOnlyInput input {
    width: 50%;
}

.dateFormat{
    visibility:hidden;
}

input.form-control {
    display: inherit;
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: #BE2BBB;/*pink color menu on hover and focus*/
}
.navbar-dark .navbar-nav .nav-link {
    color: #595454;
    font-size: 14px;
    font-weight: normal;
}
.bg-RoyalBlue {
    background-color: #10069f!important;
}
/*
@media screen and (min-width: 1050px) {
    .container {
      width: 1000px !important;
    }
}
@media screen and (max-width: 1000px) {
    .container {
      width: 100% !important;
    }
}
*/
.dottedTable {
    @extend .table;
}

.dottedTable td {
    border:2px dotted blue;
    color:#2d76b7;
    padding-left: 5px;
    padding-right: 5px;
}

.tableHeader {
    @extend .table;
}
.tableHeader thead {
  background: #2d76b7;
}
.tableHeader thead th {
  color: #FFFFFF;
  text-align: center;
}
  
.tableFooter {
    @extend .table;
}
.tableFooter tfoot{
  background: #2d76b7;
}
.tableFooter tfoot td {
  color: #FFFFFF;
  text-align: center;
}

.requiredField {
    background-color: #c00;
    position: absolute;
    left: -4px;
    width: 3px;
    top: 1px;
    bottom: 1px;
}

div.required {
    border-left: 3px solid #c00
}

.btn-primary {
    color: #fff !important;
    background-color: #BE2BBB !important;
    border-color: #BE2BBB !important;
}

.btn-primary:hover {
  color: #fff;
  background-color: #33D6F1 !important;
  border-color: #0062cc !important;
}

.btn-dark {
  color: #fff !important;
  background-color: #343a40 !important;
  border-color: #343a40 !important;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b !important;
  border-color: #1d2124 !important;
}

.bg-primary {
  background-color: #10069f !important;
}

.HomeLogo {
    background-color: #FFF;
    background-size: 100%;
    background-repeat: no-repeat;
    border-radius: 5px;
    margin-right: 0px;
    width: 63px;
    padding: 2px;
    position: absolute;
    margin-left: 0px;
    left: 39px;
    border-radius: 7px;
    top: 2px;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
    line-height: 85px;
    height: 100px;
    display: inline-block;
    vertical-align: middle;
    z-index: 1;
}
a.navbar-brand {
    margin-left: 45px;
    margin-right: 45px;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown-menu {
    position: absolute;
    top: 80%;
    left: 9px;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #21252B;
    text-align: left;
    list-style: none;
    background-color: #FFF;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #595454;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
	font-size: 0.875rem;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #BE2BBB;
    text-decoration: none;
    background-color: #FFF;
}
.navbar {
    position: relative;
    display: flex;
    align-items: center;
    padding: 39px 22rem;
}
.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0.9rem;
    margin-bottom: 0px;
    list-style: none;
    background-color: #fff;
    border-radius: 0rem;
    font-size: small;
    font-style: italic;
    padding-bottom: 1rem;
    padding-top: 0;
}
.breadcrumb-item.active {
  color: #595454;
}
.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #595454;
    content: ">>";
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: 0.0rem;
}

.white-text {
    color: #FFF!important;
}
.disclaimer-text{
  color: #595454;
}

.qp-shadow{box-shadow:0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)}
.qp-card-body-shadow{box-shadow: -4px 5px 15px 6px rgba(0, 0, 0, 0.2);}
.qp-card-header-shadow{box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.2)}

.qp-container,.qp-panel{padding:0.01em 16px}
.qp-card,.qp-card-2{box-shadow:0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)}
.qp-white,.qp-hover-white:hover{color:#000!important;background-color:#fff!important}
.qp-round-small{border-radius:2px}.qp-round,.qp-round-medium{border-radius:4px}.qp-round-large{border-radius:8px}.qp-round-xlarge{border-radius:16px}.qp-round-xxlarge{border-radius:32px}
.qp-margin{margin:16px!important}.qp-margin-top{margin-top:16px!important}.qp-margin-bottom{margin-bottom:16px!important}
.qp-margin-left{margin-left:16px!important}.qp-margin-right{margin-right:16px!important}


/* unvisited link */
a.rrLink:link {
  color: #595454;
}

/* visited link */
a.rrLink:visited {
  color: #33D6F1
}

/* mouse over link */
a.rrLink:hover {
  color: #BE2BBB;
  font-size: 102%;
}

.bulk-btn{
	border: 1px solid #33D6F1;
    background-color: white;
    color: #33D6F1;
    padding: 10px 25px;
    border-radius: 5px;
}

.purple {
  border-color: #33D6F1;
  color: #33D6F1
}

.purple:hover {
  background: #BE2BBB;
  color: white;
} 

.purple-btn{
  background: #BE2BBB;
  color: white;
} 

#form_status_text{
  color: #33D6F1 !important;
}