/*
 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{ 
	cursor: move; 
}
.hide {
	display: none;
}
.connectedSortable{
	border: 2px dashed transparent;
	/*border-spacing: 2px;*/
	/*margin:0px;*/
}
.editLayout:hover{
	border: 2px dashed #0387c9;
	/*background:#FFF;*/
}
.editLayout:hover .hide{
	display: initial; !important;
	position: absolute;
	top:-31px;
	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;
}

.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;
}

/*.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;
}


.content-header{
	padding: 1.9rem 2rem 0rem 2rem;
	border-bottom: 1px solid #DDD;
    background: white;
}

.content-wrapper .content {
	padding: 2rem 1.5rem 2rem 1.5rem;
}

.content-header .breadcrumb{
	padding: 3px 0 0 0;
	font-size: .95em;
}

.navbar {
  padding: 0.5rem 1.25rem 0.5rem .9rem;
}
.main-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.5);
	background: rgba(255, 255, 255, 0.5);
	border-bottom:3px solid #CCC;
}

.subNavBar .navbar-nav .nav-link:not(.btn){
	
}

.main-footer{
	padding: 1rem 1.8rem;
	font-size: .8em;
	font-weight: 400;
}
.main-footer a{
	color:#869099;
	text-decoration: ;
}
.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;
}

.nav-sidebar>.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 */




/* adding col-xxl */
.col-xxl, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl-auto {position: relative; width: 100%; } /*padding-right: 15px; padding-left: 15px;*/ 

@media (min-width: 1680px){
	/* expanding BS4 max-width */
	/*.container {max-width: 1540px;}*/

	/* grid columns xxl */
	.col-xxl {-ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%;}
	.col-xxl-auto {-webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; max-width: none;}  
	.col-xxl-1 {-webkit-box-flex: 0; -ms-flex: 0 0 8.333333%; flex: 0 0 8.333333%; max-width: 8.333333%;}
	.col-xxl-2 {-webkit-box-flex: 0; -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667%;}
	.col-xxl-3 {-webkit-box-flex: 0; -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%;}
	.col-xxl-4 {-webkit-box-flex: 0; -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%;}
	.col-xxl-5 {-webkit-box-flex: 0; -ms-flex: 0 0 41.666667%; flex: 0 0 41.666667%; max-width: 41.666667%;}
	.col-xxl-6 {-webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%;}
	.col-xxl-7 {-webkit-box-flex: 0; -ms-flex: 0 0 58.333333%; flex: 0 0 58.333333%; max-width: 58.333333%;}
	.col-xxl-8 {-webkit-box-flex: 0; -ms-flex: 0 0 66.666667%; flex: 0 0 66.666667%; max-width: 66.666667%;}
	.col-xxl-9 {-webkit-box-flex: 0; -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%;}
	.col-xxl-10 {-webkit-box-flex: 0; -ms-flex: 0 0 83.333333%; flex: 0 0 83.333333%; max-width: 83.333333%;}
	.col-xxl-11 {-webkit-box-flex: 0; -ms-flex: 0 0 91.666667%; flex: 0 0 91.666667%; max-width: 91.666667%;}
	.col-xxl-12 {-webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%;}


	/* order xxl */
	.order-xxl-0 {-webkit-box-ordinal-group: 1; -ms-flex-order: 0; order: 0;}
	.order-xxl-1 {-webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1;}
	.order-xxl-2 {-webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2;}
	.order-xxl-3 {-webkit-box-ordinal-group: 4; -ms-flex-order: 3; order: 3;}
	.order-xxl-4 {-webkit-box-ordinal-group: 5; -ms-flex-order: 4; order: 4;}
	.order-xxl-5 {-webkit-box-ordinal-group: 6; -ms-flex-order: 5; order: 5;}
	.order-xxl-6 {-webkit-box-ordinal-group: 7; -ms-flex-order: 6; order: 6;}
	.order-xxl-7 {-webkit-box-ordinal-group: 8; -ms-flex-order: 7; order: 7;}
	.order-xxl-8 {-webkit-box-ordinal-group: 9; -ms-flex-order: 8; order: 8;}
	.order-xxl-9 {-webkit-box-ordinal-group: 10; -ms-flex-order: 9; order: 9;}
	.order-xxl-10 {-webkit-box-ordinal-group: 11; -ms-flex-order: 10; order: 10;}
	.order-xxl-11 {-webkit-box-ordinal-group: 12; -ms-flex-order: 11; order: 11;}
	.order-xxl-12 {-webkit-box-ordinal-group: 13; -ms-flex-order: 12; order: 12;}

	/* text-align xxl */
	.text-xxl-center {text-align: center!important;}
	.text-xxl-left {text-align: left!important;}
	.text-xxl-right {text-align: right!important;}  

	/* float xxl */
	.float-xxl-left {float: left!important;}
	.float-xxl-right {float: right!important;}
	.float-xxl-none {float: none!important;}

	/* display xxl */
	.d-xxl-none {display: none!important;}
	.d-xxl-inline {display: inline!important;}
	.d-xxl-inline-block {display: inline-block!important;}
	.d-xxl-block {display: block!important;}
	.d-xxl-table {display: table!important;}
	.d-xxl-table-cell {display: table-cell!important;}
	.d-xxl-table-row {display: table-row!important;}
	.d-xxl-flex {display: flex!important;}
	.d-xxl-inline-flex {display: inline-flex!important;}

	/* offsets xxl */
	.offset-xxl-1 {margin-left: 8.333333%;}
	.offset-xxl-2 {margin-left: 16.666667%;}
	.offset-xxl-3 {margin-left: 25%;}
	.offset-xxl-4 {margin-left: 33.333333%;}
	.offset-xxl-5 {margin-left: 41.666667%;}
	.offset-xxl-6 {margin-left: 50%;}
	.offset-xxl-7 {margin-left: 58.333333%;}
	.offset-xxl-8 {margin-left: 66.666667%;}
	.offset-xxl-9 {margin-left: 75%;}
	.offset-xxl-10 {margin-left: 83.333333%;}
	.offset-xxl-11 {margin-left: 91.666667%;}

	/* spacing xxl */
	.m-xxl-0{margin:0!important}.mt-xxl-0,.my-xxl-0{margin-top:0!important}.mr-xxl-0,.mx-xxl-0{margin-right:0!important}.mb-xxl-0,.my-xxl-0{margin-bottom:0!important}.ml-xxl-0,.mx-xxl-0{margin-left:0!important}.m-xxl-1{margin:.25rem!important}.mt-xxl-1,.my-xxl-1{margin-top:.25rem!important}.mr-xxl-1,.mx-xxl-1{margin-right:.25rem!important}.mb-xxl-1,.my-xxl-1{margin-bottom:.25rem!important}.ml-xxl-1,.mx-xxl-1{margin-left:.25rem!important}.m-xxl-2{margin:.5rem!important}.mt-xxl-2,.my-xxl-2{margin-top:.5rem!important}.mr-xxl-2,.mx-xxl-2{margin-right:.5rem!important}.mb-xxl-2,.my-xxl-2{margin-bottom:.5rem!important}.ml-xxl-2,.mx-xxl-2{margin-left:.5rem!important}.m-xxl-3{margin:1rem!important}.mt-xxl-3,.my-xxl-3{margin-top:1rem!important}.mr-xxl-3,.mx-xxl-3{margin-right:1rem!important}.mb-xxl-3,.my-xxl-3{margin-bottom:1rem!important}.ml-xxl-3,.mx-xxl-3{margin-left:1rem!important}.m-xxl-4{margin:1.5rem!important}.mt-xxl-4,.my-xxl-4{margin-top:1.5rem!important}.mr-xxl-4,.mx-xxl-4{margin-right:1.5rem!important}.mb-xxl-4,.my-xxl-4{margin-bottom:1.5rem!important}.ml-xxl-4,.mx-xxl-4{margin-left:1.5rem!important}.m-xxl-5{margin:3rem!important}.mt-xxl-5,.my-xxl-5{margin-top:3rem!important}.mr-xxl-5,.mx-xxl-5{margin-right:3rem!important}.mb-xxl-5,.my-xxl-5{margin-bottom:3rem!important}.ml-xxl-5,.mx-xxl-5{margin-left:3rem!important}
	.p-xxl-0{padding:0!important}.pt-xxl-0,.py-xxl-0{padding-top:0!important}.pr-xxl-0,.px-xxl-0{padding-right:0!important}.pb-xxl-0,.py-xxl-0{padding-bottom:0!important}.pl-xxl-0,.px-xxl-0{padding-left:0!important}.p-xxl-1{padding:.25rem!important}.pt-xxl-1,.py-xxl-1{padding-top:.25rem!important}.pr-xxl-1,.px-xxl-1{padding-right:.25rem!important}.pb-xxl-1,.py-xxl-1{padding-bottom:.25rem!important}.pl-xxl-1,.px-xxl-1{padding-left:.25rem!important}.p-xxl-2{padding:.5rem!important}.pt-xxl-2,.py-xxl-2{padding-top:.5rem!important}.pr-xxl-2,.px-xxl-2{padding-right:.5rem!important}.pb-xxl-2,.py-xxl-2{padding-bottom:.5rem!important}.pl-xxl-2,.px-xxl-2{padding-left:.5rem!important}.p-xxl-3{padding:1rem!important}.pt-xxl-3,.py-xxl-3{padding-top:1rem!important}.pr-xxl-3,.px-xxl-3{padding-right:1rem!important}.pb-xxl-3,.py-xxl-3{padding-bottom:1rem!important}.pl-xxl-3,.px-xxl-3{padding-left:1rem!important}.p-xxl-4{padding:1.5rem!important}.pt-xxl-4,.py-xxl-4{padding-top:1.5rem!important}.pr-xxl-4,.px-xxl-4{padding-right:1.5rem!important}.pb-xxl-4,.py-xxl-4{padding-bottom:1.5rem!important}.pl-xxl-4,.px-xxl-4{padding-left:1.5rem!important}.p-xxl-5{padding:3rem!important}.pt-xxl-5,.py-xxl-5{padding-top:3rem!important}.pr-xxl-5,.px-xxl-5{padding-right:3rem!important}.pb-xxl-5,.py-xxl-5{padding-bottom:3rem!important}.pl-xxl-5,.px-xxl-5{padding-left:3rem!important}
	.m-xxl-auto{margin:auto!important}.mt-xxl-auto,.my-xxl-auto{margin-top:auto!important}.mr-xxl-auto,.mx-xxl-auto{margin-right:auto!important}.mb-xxl-auto,.my-xxl-auto{margin-bottom:auto!important}.ml-xxl-auto,.mx-xxl-auto{margin-left:auto!important}

}