@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
*{
  margin: 20;
  padding: 0px;
  box-sizing: border-box;
  text-decoration: none;
  font-family: 'Poppins', sans-serif;
}

body {
	text-transform: uppercase;
	font-size: 11px;
}

.redcircle { 
   width: 15px;
   height: 15px;
   background: #d64161; 
   -moz-border-radius: 70px; 
   -webkit-border-radius: 70px; 
   border-radius: 70px;
}

.greencircle { 
   width: 15px;
   height: 15px;
   background: #86af49; 
   -moz-border-radius: 70px; 
   -webkit-border-radius: 70px; 
   border-radius: 70px;
}

.orangecircle { 
   width: 15px;
   height: 15px;
   background: #feb236; 
   -moz-border-radius: 70px; 
   -webkit-border-radius: 70px; 
   border-radius: 70px;
}

.btn {
  font-size: 11px;
  color: white;
  border: none;
  border-radius: 0px;
  padding: 0px 10px;
  width:70px;
}

.btn1 {
  font-size: 15px;
  font-weight: 600;
  color: white;
  border: none;
  border-radius: 0px;
  padding: 0px 0px;
  width:100%;
}

.btn1:hover {
  font-size: 15px;
  font-weight: 600;
  color: black;
  border: none;
  border-radius: 0px;
  padding: 0px 0px;
  width:100%;
}

.btn2 {
 background-color:#DFEEF2;
  font-size: 11px;
  color: black;
  border: 1px solid black;
  border-radius: 2px;
  padding-top: 5px;
  padding-bottom: 5px;
  width:75px;
}

.btn2:hover {
     background-color: black;
    color: white;
}

.btn4 {
 background-color:white;
  font-size: 11px;
  color: black;
  border: 1px solid black;
  border-radius: 2px;
  padding: 0px 10px;
  width:70px; 
}

.btn4:hover {
     background-color: #70AEC9;
    color: white;
}

.btn5 {
 background-color:#9ed9e0;
  font-size: 11px;
  color: black;
  border: 1px solid black;
  border-radius: 3px;
  padding: 0px 10px;
  width:70px;  
}

.btn5:hover {
    background-color: #70AEC9;
    color: white;
}

table {
 width: 100%;
    font-size: 11px;
	color: black;
    padding: 1px 0px 1px 1px;
}

td {
    padding: 0px 0px 0px 5px;
}

table#t01 {
  width: 100%;    
  background-color: #DFEEF2;
}

table#t01 td {
    padding: 0px 20px;
}

span {
  display: inline; /* the default for span */
  float:right;
 }
 
 hr {
 border-top: 5px solid black;
 height: 12px;
        }
		
table#t03 td {
    border: 1px solid silver;
    padding: 1px 5px 1px;
    font-size: 10px;
    text-transform: none;
	text-align: left;
}

table#t03 th {

    padding: 0px 10px 0px;
    font-size: 11px;
    text-align: left;
    background-color: black;
    color: white;
    text-transform: uppercase;
	height: 20px;
}

input[type=text] {
    background-color:#DFEEF2;
	color: black;
    width: 100%;
	height: 30px;
    padding: 1px 1px 1px 5px;
    box-sizing: border-box;
    border: 1px solid silver;
	border-radius: 4px;
    outline: none;
    line-height: 1.5;
	resize: vertical;
	font-size: 12px;
}

input[type=date] {
    background-color: #DFEEF2; 
	color: black;
    width: 100%;
	height: 30px;
    padding: 1px 1px 1px 5px;
    box-sizing: border-box;
    border: 1px solid silver;
	border-radius: 4px;
    outline: none;
    line-height: 1.5;
	resize: vertical;
	font-size: 12px;
}
	
textarea {
  background-color: #DFEEF2; 
	color: black;
    padding: 1px 1px 1px 5px;
    border: 2px solid silver;
	border-radius: 4px;
    outline: none;
    line-height: 1;
	font-size: 12px;
}

label {
  padding: 5px 5px 0px 5px;
  display: inline-block;
  color: black;
  font-weight:500;
}

select {
  background-color:#DFEEF2;
  color: black;
  font-size:10px;
  border: 2px solid silver;
  padding: 0px 0px 0px 5px;
  height:27px;
  border-radius: 4px;
}
 
.header {
  background-color: black;
  color: white; 
  text-transform: uppercase; 
  line-height: 1;
  padding: 2px 0px 2px 0px;
  font-weight: 700;
  font-size: 20px;
}

.accordion {
  background-color: #DFEEF2;
  color: black;
  cursor: pointer;
  padding: 5px 0px 5px 5px;
  width: 100%;
  height: 30px;
  border: 1px solid silver;
  border-radius: 4px;
  text-align: left;
  outline: none;
  font-size: 12px;
  transition: 0.4s;
}

.active, .accordion:hover {
  background-color: #9dd0e1;
  color: black;
  font-size: 12px;
}

.panel {
  background-color: white;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.dropdown-menu {
	font-size:12px;
	text-transform: capitalize;
}
a {
  color: #3691b0;
}

a:hover {
  color: orange;
  font-weight:500;
  text-decoration: none;
}	
.bg {
  /* The image used */
  background-image: url("crm/account-management-3.jpg");

  /* Full height */
  height: 100%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #DFEEF2;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}
.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: white;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 5px 5px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: #3e8e41;}

//* For mobile phones: */
[class*="col-"] {
  width: 100%;
}

