@charset "utf-8";
/* CSS Document */
#load{
    width:100%;
    height:100%;
    position:fixed;
    z-index:99999999 !important;
    background:url("../images/horizontal-loader.gif") no-repeat center center rgba(0,0,0,0.25)
}
#load div{
    width: 100%;
    position: absolute;
    top: 45%;
    text-align: center;
    font-weight: bold;
    color: teal;
}
#load div span{
    background: #fff;
    padding: 5px 25px;
}

.load{
    width:100%;
    height:100%;
    position:fixed;
    top:0px;
    left:0px;
    z-index:99999999 !important;
    background:rgba(0,0,0,0.25)
}
.load div{
    width: 100%;
    position: absolute;
    top: 45%;
    text-align: center;
    font-weight: bold;
    color: teal;
}
.load div span{
    background: #fff;
    padding: 5px 25px;
}


.table th, .table td { 
  line-height: 1.5 !important;
}

.primaryColor{
    color:var(--primary);
}

/* A class used by the jQuery UI CSS framework for their dialogs. */
.ui-dialog {
    z-index:1000000 !important; /* The default is 100. !important overrides the default. */
}

.form-control, .select2-container--default .select2-selection--single, .select2-container--default .select2-selection--single .select2-search__field, .typeahead, .tt-query, .tt-hint {
	border: 1px solid #aaa !important;	
}
.form-control{
	padding:0.7rem 0.7rem !important;
}
/*
select.form-control{
	padding: 1em !important;
}
*/

#colorbox, #cboxOverlay, #cboxWrapper {
	z-index: 9998 !important;
}

.btn-primary2 {
  color: #fff !important;
  background-color: #801a56 !important;
  border-color: #801a56 !important;
}

.btn-primary2:hover {
  color: #fff;
  background-color: #5d0739 !important;
  border-color: #5d0739 !important;
}
.auth .brand-logo img {
	width:inherit !important;
}


/* tabs  */
.nav-tabs .nav-link {
	background: #e2e5e8;
}
.nav-tabs .nav-link.active {
	border-color: #aaa !important;
	border-bottom: none !important;
}
.tab-content{
	border-color: #aaa !important;
}
/*
.nav-tabs {
    border-bottom: 2px solid #000 !important;
	width:98% !important;
	margin-left:auto !important;
	margin-right:auto !important;
}
.tab-content{
	border-radius:10px;
	position:relative;
	top:-2px;
}
.nav-tabs>li {
    margin-bottom: -2px !important;
    z-index: 2 !important;
}
.nav-tabs>li>a {
	border-radius:10px 10px 0 0 !important;
}
.nav-tabs>li.active>a{
	border:2px solid #000 !important;
    border-bottom-color: transparent !important;
}
.tab-pane{
	padding:10px !important;
}
.nav-tabs>li.active>a:hover {
	background:white !important
}
.nav-tabs>li>a:hover {
	background:gray !important
}
*/

.ui-dialog .ui-dialog-buttonpane {
	text-align:center !important;
	padding: 5px !important;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float:none !important;
}
.form-group {
  margin-bottom: 0rem !important;
}
.flL{
	float: left;
}
.flR{
	float: right;
}
.tableFixHead          { overflow: auto; }
.tableFixHead thead th { position: sticky; top: 0; z-index: 1; background: #fff; }

.card .card-title {
  margin-bottom: 0rem !important;
  margin-right: 20px !important;
  line-height: 45px !important;
}
.qvTitle{
	min-width: 130px;
	text-decoration: underline;
}
legend {
	width:auto !important;
	padding:inherit !important;
	margin-bottom:inherit !important;
	font-size: inherit !important;
	font-weight: bold;
}
fieldset {
	padding: 5px 10px !important;
	margin: 0px !important;
	border: 1px solid #ccc !important;
}
.card .card-body {
    padding: 1rem 1.2rem !important;
}

.table-striped tbody tr:nth-child(odd) td {
  background-color: #e8eff9;
}

/*.table-striped tbody */
tr.highlight td, .table-striped tbody tr.highlight td{ 
    background-color: #c2dddf;
}
tr.highlightExp td, .table-striped tbody tr.highlightExp td{ 
    background-color: #e5dbe1;
}
.btn-task{
    font-size: 0.875rem;
    padding: .25rem .35rem;
    border-radius: 4px;
}
.btn-task i {
    font-size: 1.5rem !important;
    line-height: 0.95 ;
}
.typcn-mail{
    line-height: 0.9 !important;
}
.btn-xss{
    padding: 0.2rem 0.25rem;
    font-size: 0.725rem;
}
.btn-xss i {
  font-size: 1.5rem !important;
}
.col-sm-12{
    margin-bottom: 0.5rem !important;
}
.compactForm label{
    margin-bottom: 0rem !important;
}
.btn-appt{
    width: 350px;
    margin-bottom: 8px;
}
.hr-dark{
    border-top: 1px solid rgba(0, 0, 0, 0.4) !important;
}
.btn-warning {
  color: #000 !important;
}
.alert-warning2 {
  color: #000 !important;
  background-color: lightyellow !important;
  border-color: #ffdcb8 !important;
  font-size: 0.95rem !important;
  margin-top: 5px !important;
  line-height: 1.5rem !important;
}
.sortBtn{
    cursor: pointer;
}
.dragging{
}
.flex{
    display: flex;
}
.flexi{
    display: inline-flex;
}
.cancelBtnDialogue{
    background-color: #17c964 !important;
    border-color: #17c964 !important;
    color: #fff !important;
    font-weight: bold !important;
}
[contenteditable] {
  border: solid 1px lightgreen;
  padding: 5px;
  border-radius: 3px;
}
.dropdown-item{
    padding:12px !important;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
    text-wrap: auto;
}
.dropdown-container {
  position: relative;
}

.dropdown-menu {
  position: absolute;
  top: 100%; /* Bottom of button */
  right: 0;
  margin-left: -100px; /* More to the left */
}
.optionLine{
    font-size: 0.1px;
    background-color: #ccc;
}
.tab-content {
    text-align: left !important;
}
.nav-pills .nav-item {
  margin-right: 0 !important;
}
textarea{
    line-height: 21px !important;
}
/******* SIDEBAR *******/
.sidebar .nav.sub-menu .nav-item::before {
  content: none;
}
.sidebar .nav.sub-menu .nav-item::after {
  content: none;
}
.sidebar .nav.sub-menu {
    padding: 0rem 0 0 0.1rem;
    border-bottom: 1px solid #555;
}
.sidebar .nav.sub-menu .nav-item .nav-link {
    display: block;
    line-height: 1.5;
    padding-right: 0px;
    width: 100%;
}
.sidebar .nav.sub-menu:hover {
    background: #414147;
}
.sidebar .nav.sub-menu .nav-item {
    display:flex;
}
.side-nav-left{
    width: 80%;
/*    border: 1px dashed #fff;*/
}
.side-nav-right{
    width: 20%;
/*    border: 1px dashed #fff;*/
    text-align: right;
    font-weight: bold;
    padding: 0.3rem 0.5rem 0 0;
    font-size: 0.75rem;
    color: #fff;
}
/******* SIDEBAR *******/

/****** VALIDATE REPORT ******/
.valRepOuter{
    background: #000; display: flex; padding: 10px
}
.valRepLeft{
    width: 90%;
}
.valRepLeft strong{
    color:#fff;
}
.valRepRight{
    width: 10%; text-align: center
}
/****** VALIDATE REPORT ******/

.fieldRedBorder{
    border: 2px solid red !important;
    padding: 0.6rem 0.6rem !important;
}

.dropdown-menu.show {
    border: 2px solid black;
}

/* COLORBOX - To change position of close button to Top Right Corner */
#colorbox #cboxClose
{
    top: 0 !important;
    right: 0 !important;
}
#cboxLoadedContent{
/*
    margin-top:28px !important;
    margin-bottom:15px !important;
*/
}
/* COLORBOX */


.task-btn-highlight{
	background-color: #17c964 !important;
	color: #fff !important;
}
.task-btn-highlight:hover{
	background-color: #13a753 !important;
}

.highlightGender{
    border: 1px solid orange !important;
    background-color: #f2ede8 !important;
}

.highlightValidate{
    border: 1px solid red !important;
    background-color: #f2e8e8 !important;
}

.highlightValidateDiv{
    border: 1px solid red !important;
    background-color: #f2e8e8 !important;
    padding: 5px;
}

/* DISABLE DATE FIELDS WITHT WTHIS CLASS */
.disabledField{
    pointer-events:none !important;
    background:#fff;
}

/* POPUP TASK BUTTONS */
.dropdown .dropdown-menu {
    min-width: 200px !important;
}
/* POPUP TASK BUTTONS */


.lPadding-10{
    padding-left:10px;
}
.lPadding-15{
    padding-left:15px;
}
.lPadding-20{
    padding-left:20px;
}
.lPadding-25{
    padding-left:25px;
}
.noEmailViewedRow td{
    font-weight: bold !important;
}
.emailLoadBG{
    background: #fff !important;
    padding: 20px 10px !important;
    border-radius: 5px !important;
}

.placeholder-badge.clicked {
    background-color: #007bff !important; /* Bootstrap blue */
    color: white !important;
}

.clear{
    clear:both;
}

/* overwrite padding of tab window */
.tab-content {
    padding: 1rem !important;
}

/** CUSTOM DROPDOWN BUTTON FOR TO EMAIL FIELD **/

.autofill-container {
  position: relative;
  width: 348px;
  font-family: sans-serif;
}

.autofill-input-group {
  display: flex;
  align-items: center;
  border: 1px solid #aaa;
  border-radius: 0px;
  overflow: hidden;
}

.autofill-input {
  border: none !important;
  outline: none;
  padding: 8px 10px;
  flex: 1;
  font-size: 14px;
}

.autofill-btn {
  background: #f7f7f7;
  border: none;
  cursor: pointer;
  padding: 8px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.autofill-btn:hover {
  background: #e9e9e9;
}

.autofill-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: white;
  border: none !important;
  border-top: none;
  border-radius: 0;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  display: none;
  max-height: 150px;
  overflow-y: auto;
  z-index: 10;
}

.autofill-option {
  padding: 8px 10px;
  cursor: pointer;
}

.autofill-option:hover {
  background: #f0f0f0;
}

/** CUSTOM DROPDOWN BUTTON FOR TO EMAIL FIELD ----END **/