/*
	Part of		: 	OpenTel - opentel.co.za
	By			:	Emmanuel Adigun (emmanuel@zignal.net)
	Date        :   25 Jan 2023
*/

html {

}

body {
	font-size: .8em !important;
}

.small, small {
    font-size: 95% !important;
}

h6 {
    font-size: 14px;
}

body,
.table,
.default-text-color,
.form-control {
    color: #111;
}

.progress-bar {
	background-color: #04a9f5;
}

div.cardLogin {
	width: 500px;
	height: 500px;
	background-color: transparent;

	position: absolute;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	
	margin: auto;
}

.opentel-organization-text {
	color: #4e73df; 
	font-size: 2em;
}

.card .card-block, .card .card-body {
    padding: 30px 25px;
}

.card-opentel, .card-opentel-chart {
	border-radius: 0;
	-webkit-box-shadow: 0 1px 20px 0 rgba(69, 90, 100, 0.08);
	box-shadow: 0 1px 20px 0 rgba(69, 90, 100, 0.08);
	border: none;
	margin-bottom: 30px;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.card-opentel .card-block div#containerChart { width: 100%; border: 1px solid rgba(0,0,0,.125); }

.card-opentel:hover {
	cursor: pointer;
	background-color: rgba(69, 90, 100, 0.08);
}

.opentel-badge-pill {
	padding-right: .4em;
	padding-left: .4em;
	border-radius: 3rem;
	line-height: 1.5;
	background-color: #04a9f5;
}

span.icon-minus-sign { color: #dc3545 !important; }
span.icon-ok-circle  { color: #1cc88a !important; }


input[name='search'],
a.btn-clear{
  font-size: 1em !important;
}

.card-lead-topic {
	cursor: pointer;
}

.card-lead-topic-text {
	font-size: 1rem;
	font-weight: 900 !important;
}

div#generalPurposeModalDialog {

}

div#generalPurposeModalDialog .modal-content {
	border-color: transparent;
}

div#generalPurposeModalDialog .modal-header {
	background-color: #007bff !important;
	color:  #fff !important;
	display:  block;
}

div#generalPurposeModalDialog .modal-header h5.title,
div#generalPurposeModalDialog .modal-header span i{
	color:  rgba(255,255,255,0.5);
}

div#generalPurposeModalDialog .modal-header span i{
	font-size: 60px;
}

div#generalPurposeModalDialog .modal-body,
div#generalPurposeModalDialog .modal-footer {
	padding: 0px;
}

div#generalPurposeModalDialog .modal-footer {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
}

div#generalPurposeModalDialog .modal-body .card { width: 100%; }

div#generalPurposeModalDialog .modal-body span.badge-primary {
	background-color: #007bff;
}


div#generalPurposeModalDialog .modal-body li.list-group-item span.badge-secondary {
	font-size: 12px !important;
	background-color: rgb(239, 239, 240);
	font-weight: normal;
	color: #111;
	border-radius: 5px;
	min-width: 60px;
	padding: 5px;
}
.btn-primary {
  color: #fff;
  background-color: #007bff !important;
  border-color: #007bff !important;
}

.text-primary {
  color: #007bff !important;
}

.text-listview-header {
  color: #444 !important;
}


div#generalPurposeModalDialog .modal-body .card {
	overflow-y: auto;
	height: 250px;
	border: 0px;
	border-radius: 0px;
}

div#generalPurposeModalDialog .modal-body li.list-group-item:last-child {
  border-bottom: 1px solid rgba(0,0,0,.125);
}

div#generalPurposeModalDialog .modal-footer {
	border: 0px;
	border-radius: 0px;
}

th.column-header-number {
	width:  1% !important;
}

th.column-center,
td.column-center {
	text-align: center;
}

div.dropdown-menu-top {
	margin-top: -20px !important;
}

li.nav-item a.nav-link span,
li.nav-item a span b {
	font-size: 14px !important;
	font-weight: bold !important;
	color: #111 !important;
}


.topbar .topbar-divider {
  height: 20px !important;
  border-right: 1px solid lightgray;
}

.container-fluid-main {
	height: calc(100vh - 200px) !important;
}


a.form-social-icons {
  background-color: #1555a4;
  height: 22px;
  width: 22px;
  line-height: 22px;
  display: inline-block;
  text-align: center;
  border-radius: 5px;
  color: #fff;
  margin-right: 3px;
}


#wrapper #content-wrapper {
	height: 100vh;
}

#wrapper #content-wrapper #content {
  -webkit-box-flex: none;
  -ms-flex: none;
  flex: none;
}

.container-fluid-main {
  height: calc(100vh - 125px) !important;
}

div.main-card {
	height: 100% !important;
}

div.card-body-list {
	position: relative;
}

div.card-body-list div.table-responsive-list {
	 position: absolute;
	 top: 0;
   bottom: 0;
   right: 0;
   left: 0;
   overflow:auto;
   padding: 10px;
   padding-left: 20px;
}


div.card-body-list div.table-responsive-list table th,
div.card-body-list div.table-responsive-list table td {
	 width: 1px;
   white-space: nowrap;
}


footer.sticky-footer {
  padding: 1rem 0;
}


div.card-body div.table-responsive table {
	width:  100%;
	overflow-x: scroll;
}

div.card-body div.table-responsive table th,
div.card-body div.table-responsive table td {
	white-space: nowrap;
}

ul.pagination.opentel-pagination {
	margin-left: 0px;
}

.badge { font-size: 85%; }
.badge-color-dark {
  color: #000;
}

.btn-search { 
	color: #fff; 
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}

small.text-customer-notes {
	color: #d62832 !important;
}

small.hide {
	display: none;
}

small.show {
	display: block;
}


