/*
 This BOOTSTRAP stylesheet is built in. Do not change it 
 when customizing an app, it will be overwritten
 when the Framework updates. Instead make app
 specific customizations in the custom.css file!
*/

.sortablePlaceholderHighlight{
	background: #FFFFDD;
}
.editLayout .card-header, .editLayout .nav-tabs, .editLayout .info-box-icon, .editLayout .card{
	cursor: move;
}
.hide {
	display: none;
}
.connectedSortable{
	border: 2px dashed transparent;
	position: relative;
	/*border-spacing: 2px;*/
	/*margin:0px;*/
}
.editLayout{
	min-height: 60px;
}
.editLayout:hover{
	border: 2px dashed #0387c9;
}
.editLayout:hover .hide{
	display: flex !important;
	position: absolute;
	top: -32px;
	z-index: 999;
}
/*.editLayout:hover .card{
	opacity: .5;
	filter: blur(5px); 
}*/


.timeline>div>.bi{
    background-color: #adb5bd;
    border-radius: 50%;
    font-size: 16px;
    height: 30px;
    left: 18px;
    line-height: 30px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 30px;
    color:#FFF;
}

.timeline>div>.timeline-item>.time {
    color: #999;
    float: right;
    font-size: 14px;
    padding: 8px 15px;
}
.timeline>.time-label>span {
    border-radius: 4px;
    background-color: #fff;
    display: inline-block;
    font-weight: 600;
    padding: 5px 10px;
}
.timeline>div>.timeline-item>.timeline-header {
    border-bottom: 1px solid rgba(0,0,0,.125);
    color: #495057;
    font-size: 16px;
    line-height: 1.1;
    margin: 0;
    padding: 10px 15px;
}
.timeline>div>.timeline-item>.timeline-body, .timeline>div>.timeline-item>.timeline-footer {
    padding: 15px;
}
.timeline>.time-label>span{
	background-color: #adb5bd;
	color: #FFF;
}

.mce-tinymce{
	border:none !important;
	box-shadow: none !important;
}

table.dataTable{
	margin-bottom: 15px !important;
}
/* wrap all cells 
table.dataTable td {
    white-space: normal !important;
    word-break: break-word;
}*/
/* explicit no-wrap if you want to override any other rules */
table.dataTable td.nowrapCell {
	white-space: nowrap !important;
}
/* allow cell wrapping */
table.dataTable td.wrapCell {
  white-space: normal !important;
  overflow-wrap: anywhere;
  word-break: break-word;
}



.returnBtn{
	border-radius: 15rem;
	padding-right: .65rem;
	padding-left: .65rem;
	margin-top: -2px;
	/*font-size: 2rem;*/
	/*line-height: 0;*/
	/*border:none;*/
	/*color:#212529 !important;*/
}

.form-control-sm{
	border:1px solid #ced4da;
}

.form_req_asterisk{
	color:#dc3545;
}

/*.toggle{
	display:block !important;
}*/

/*h1, .card-title, .modal-title{ font-weight: 600; }*/
h1{
	font-size: 1.7rem;
    font-weight: 700;
}
h2.card-title{
	font-size: 1.4rem;
    font-weight: 700;
}
h3.card-title{
	font-size: 1.1rem;
    font-weight: 700;
}

.subTitle{
	font-size: 1.5rem;
    font-weight: 600;
}

body:not(.login-page) h1{
	float:left;
}

label:not(.form-check-label):not(.custom-file-label){
	font-weight: 600;
}

.brand-link{ text-align: center; }
.brand-link img{
	width: 65%;
	margin:0 auto 10px auto;
	float:none;
}
.login-page .brand-image{
	width: 200px;
}

/*.modal-open { overflow-y: auto; }*/
.modal-header{
	padding: 1rem 1.5rem;
}
.modal-title{
	font-weight: 600;
}
.modal-title .icon{
	padding-right:5px;
}
.modal-body{
	padding: 1rem 1.5rem;
}
.modal-body ul{
	padding:0 5px 0 30px;
	line-height: 1.4;
}

.table-hover tbody tr:not([onClick=""]):hover{ cursor: default !important; }

.direct-chat-messages {
  padding: 10px 1.25rem;
}


.app-content-header{
	padding: 1.9rem 2rem 0rem 2rem;
	border-bottom: 1px solid var(--bs-border-color);
    background: var(--bs-body-bg);
}

.app-main .app-content {
	padding: 2rem 1.5rem 2rem 1.5rem;
}

.app-content-header .breadcrumb{
	padding: 3px 0 0 0;
	font-size: .95em;
}

.navbar {
  padding: 0.5rem 1.25rem 0.5rem .9rem;
}
.app-header.navbar {
  padding: 0.2rem 2rem 0.4rem .5rem;
}



.subNavBar {
	background: none;
	padding: 0;
	font-weight: 600;
}
.subNavBar .navbar-nav .nav-link{
	color: rgba(0, 0, 0, 0.5);
	/*background: rgba(255, 255, 255, 0.5);*/
	border-radius: 0;
	padding: .5rem 1rem;
	border-bottom:3px solid transparent;
}
.subNavBar .navbar-nav .nav-link p{
	display: inline;
}
.subNavBar .navbar-nav .show > .nav-link,
.subNavBar .navbar-nav .active > .nav-link,
.subNavBar .navbar-nav .nav-link.show,
.subNavBar .navbar-nav .nav-link.active {
	color: #333;
	background:#FFF;
	border-bottom:3px solid #0387c9;
}

.subNavBar .navbar-nav .nav-link:hover {
	color: rgba(0, 0, 0, 0.8) !important;
	background: rgba(255, 255, 255, 0.5);
	border-bottom:3px solid #CCC;
}

/* .subNavBar .navbar-nav .nav-link:not(.btn){
	
} */

.app-footer{
	padding: 1rem 1.8rem;
	font-size: .8em;
	font-weight: 400;
}
.app-footer a{
	color:#869099;
}
.card{
	margin-bottom: 1.5rem;
}
.accordion .card{
	margin-bottom: 0rem;
	border-radius: 0;
	/*border-bottom: 1px solid rgba(0,0,0,.125);*/
}
.accordion .card-header{
	border-radius: 0;
}
.accordion .card:first-of-type {
    border-top-right-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
}
.accordion .card:last-of-type {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.accordion a[aria-expanded="true"]{
	background-color: #fff;
}
.accordion a{
  background-color: #eef0f2;
}


.card-footer{
	background-color: #FFF;
}
.card-footer:last-child{
	border-radius: .25rem;
}

.sidebar-menu>.nav-item .nav-icon{
	margin-right: 0.4rem;
	font-size: 1rem;
}

.navbar-dark .navbar-nav .nav-link:not(.active):hover {
  color: white;
}



.beta-disclaim{
  text-align: center;
  max-width: 550px;
  color: #999;
  font-weight: 600;
  line-height: 1.3;
  font-size: 14px;
}
.show_ip_div{
  text-align: center;
  color: #999;
  font-size: 14px;
}


.btn-white {
  background-color: #FFF;
  border-color: #ddd;
  color: #444;
}

.btn-white:hover, 
.btn-white:active, 
.btn-white:focus, 
.btn-white.hover {
  background-color: #e9ecef;
  color: #2b2b2b;
}

.btn-clear-white{
	color:#FFF;
}
.btn-clear-white:hover, 
.btn-clear-white:active, 
.btn-clear-white:focus, 
.btn-clear-white.hover {
	background-color: rgba(255, 255, 255, .2);
	color:#FFF;
}
.btn-clear-white i, .btn-clear-white-outline i{
	/*font-weight: 600;*/
	margin-right:auto;
}
/*.btn-clear-white:hover:after {
	content: "Edit";
    padding-left: 5px;
    font-weight: 600;
}*/

.btn-clear-white-outline{
	background-color: rgba(255, 255, 255, .1);
	color:#FFF;
	border-color: #FFF;
}
.btn-clear-white-outline:hover, 
.btn-clear-white-outline:active, 
.btn-clear-white-outline.hover {
	background-color: rgba(255, 255, 255, .3);
	color:#FFF;
}










/* Bootstrap Tour Overrides */
.tour-backdrop {
	background-color: #000;
	opacity: 0.5;
	-ms-filter: "alpha(opacity=50)";
	filter: alpha(opacity=50);
}
.popover[class*="tour-"] {
	z-index: 10113;
	will-change: auto !important;
	border:2px solid white;
	max-width: 100%;
}
.tour-highlight {
	border-radius: 0.25rem;
}
.popover-body{
	padding: 15px 15px 0;
	line-height: 1.3;
	font-size: 1rem;
	color:#333;
}
.popover-navigation{
	padding: 15px !important;
}
.popover-body .progress{
	margin-bottom: 10px;
}

/* End Bootstrap Tour Overrides */

