body{
	font-family: 'Poppins', sans-serif;
	font-size:14px;
}

.container-fluid{
	padding: 0;
}

header{
	background:#36404a;
	padding:0 40px;
}

header .row{
	margin:0;
}

header .row > ul{
	margin:0;
	list-style:none;
	padding: 0;
	position: relative;
}

header .row > ul > li{
	text-transform:uppercase;
	padding:10px;
	cursor:pointer;
	font-size: 14px;
    font-weight: bold;
	display:inline-block;
	color:#fff;
	letter-spacing: 0.5px;
	border-left:1px solid #fff;
	position:relative;
}

header .row > ul > li:last-child{
	border-right:1px solid #fff;
}

header .row > ul > li > a{
	color:#fff;
	text-decoration: none;
}

header .row > ul > li:hover {
    text-decoration: underline;
}

header .row > ul > li:hover {
    text-decoration: underline;
}

header .row > ul > li > ul {
	position: absolute;
    top: 100%;
    color: #36404a;
    left: 0;
	background:#fff;
	list-style: none;
	padding: 0;
	border-top: 2px solid #36404a;
	display:none;
	z-index: 999;
    width: max-content;
    padding: 10px;
}

header .row > ul > li > ul > li {
	padding: 5px 0;
	clear:both;
}

/*header .row > ul > li > ul > li > a {
	font-size: 1.5em;
}*/

header .row > ul > li > ul > li a {
	color: #36404a;
	text-decoration:none;
}

header .row > ul > li > ul > li a:hover {
	text-decoration:underline;
}

header .row > ul > li > ul > li > ul {
	list-style: none;
	padding: 0;
}
header .row > ul > li > ul > li > ul > li:nth-child(4n+1) {
	clear:both;
}
header .row > ul > li > ul > li > ul > li {
	font-weight:500;
	padding: 10px;
    float: left;
	width: 300px;
}
header .row > ul > li > ul > li > ul > li:hover {
	text-decoration: underline;
}

header .row > ul > li:hover > ul {
    display:block !important;
	z-index:999;
}

/*
header .row > ul > li > ul {
    position: absolute;
    top: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    color: #36404a;
    width: max-content;
	display:none;
}

header .row > ul > li:hover > ul {
    display:block !important;
}

header .row > ul > li > ul > li {
    padding: 5px;
    background: #f5f5f5;
    border: 1px dashed #36404a;
    font-weight:medium;
    font-size: 13px;
    border-top: 0;
	letter-spacing: 0.5px;
	position:relative;
}

header .row > ul > li > ul > li:hover {
    background: #36404a;
    color: #f5f5f5;
}

header .row > ul > li > ul > li > ul {
   position: absolute;
    top: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    background: #36404a;
    width: max-content;
	left:100%;
	display:none;
	column-count: 4;
	padding:0 20px;
	color: #f5f5f5;
}

header .row > ul > li > ul > li:hover > ul {
	display:block;
	padding:5px 10px;
}

header .row > ul > li > ul > li > ul > li {
	padding:5px 0;
}

*/

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

main{
	padding:40px;
}

.table-striped th{
	color:#36404a;
}

.contactdetailslink{
	display: block;
    color: #36404a !important;
}

.fonticons i{
	font-size:1.5em;
}

.addcontact input{
	width:100px;
}

.addcontact textarea{
	width:200px;
}

.callhgroup{
	margin-bottom:20px;
}

.callhgroup h1{
	font-size:1.75rem;
}

.callhgroup h2{
	font-size:1.25rem;
}

.callrows .row:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.sortbylink{
	color:#000;
	text-decoration:none;
}

.filterul li{
	cursor:pointer;
	font-size:14px;
}

.filtercountryul{
	height:300px;
	overflow-y:scroll;
}

.excludecountryul{
	height:300px;
	overflow-y:scroll;
}

tr.hide-table-padding td {
  padding: 0;
  }

  .expand-button {
    position: relative;
  }

  .accordion-toggle .expand-button:after
  {
    position: absolute;
    left:.75rem;
    top: 50%;
    transform: translate(0, -50%);
    content: '-';
  }
  .accordion-toggle.collapsed .expand-button:after
  {
    content: '+';
  }

 .selectedtaskrow{
	background-color:lightyellow !important;
 }

 .selectedtaskrowalert{
	background-color:red !important;
 }

 .selectedrow{
	background-color:lightgreen !important;
 }

.dropdown-button{
	width: 100%;
    text-align: left;
	background:cadetblue !important;
}

.dropdown-button::after{
	position: absolute;
    right: 5px;
    top: 45%;
    font-size: 20px;
}