button {
    color: #212529;
    background-color: #77ddb0;
    border-width: 0px;
    border-radius: 3px;
    padding: 5px 10px;
}

.content-full {
    min-height: calc(100% - 123px);
}

.card-default {
	/*border: 1px solid rgba(0,25,0,.125);*/
}

.card.analytic-card {
    padding: 10px;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.20);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.20);
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.20);
    transition: all ease .5s;
    position: relative;
    top: 0px;
}

.card.analytic-card:hover{
    -webkit-box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.10);
    -moz-box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.10);
    box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.10);
    cursor: pointer;
    position: relative;
    top:-5px;
}

.card.analytic-card .card-value {
    font-weight: 900;
    color: #0b2239;
    font-size: 2em;
    margin-bottom: 0px;
}

.card.analytic-card .card-page {
    margin: 0;
    color: #333333;
    font-weight: 400;
}

.card.analytic-card .card-handler {
    font-size: 0.75rem;
    font-weight: 400;
    color: #9A9A9A;
    margin-bottom: 0px;
}

.card.analytic-card h4 {
    color: grey;
    font-weight: 400;
    font-size: 12px;
}

.card-center {
  text-align: center;
  color: white;
}

.icon-circle {
    width: 3em;
    height: 3em;
    border-radius: 50%;
    background-color: #4ad295;
    color: #0b2239;
    text-align: center;
    padding-top: 10px;
}

body {
	font-family: 'Poppins', sans-serif !important;
}

.date-picker {
    width: 220px;
    outline: 0;
  	border-width: 0 0 2px;
  	border-color: black
}

.date-picker2 {
    width: 1px;
    height: 1px;
    float:right;
    visibility: hidden;
}

.date-button {
    color: #FFFFFF;
    background-color: #77ddb0;
    border-width: 0px;
    border-radius: 3px;
}

.date-checkbox {
    color: #FFFFFF;
}

.date-checked input:checked {
    background-color: #77ddb0;
    border-color: #77ddb0;
}

.date-checked[type="checkbox"]:after {
    background-image: linear-gradient(135deg, #77ddb0 0%,#77ddb0 100%);
    background-repeat: no-repeat;
    background-position: center;
}

.date-checked[type="checkbox"]:checked:after {
    background-image: linear-gradient(135deg, #77ddb0 0%,#77ddb0 100%);
    background-repeat: no-repeat;
    background-position: center;
}

.input-wrapper {
    display:inline-block;
    position: relative;
    float: right;
}
.input-wrapper:after {
    font-family: 'FontAwesome';
    content: '\f274';
    position: absolute;
    right: 6px;
}

.health-child {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 900;
    color: #ffffff;
    font-size: 2em;
}

th.pos {
  width: 100px;
}

.zeroPadding {
    padding: 0 !important;
}

.zeroDisplay {
    display: none;
}

.table-part-row{
  line-height:0;
  transition: 1s;
  opacity: 0;
}
.table-part-row.show {
  line-height:1.6;
  opacity: 1;

}


.custom-shape-divider-bottom-1602860728 {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
    background-image: url(https://www.icn-squid.com/wp-content/uploads/2020/05/bg_squid.jpg);
}

.custom-shape-divider-bottom-1602860728 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 150px;
}

.custom-shape-divider-bottom-1602860728 .shape-fill {
    fill: #F4F7FC;
}

.custom-shape-divider-top-1602861159 {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1602861159 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 150px;
    background-image: url(https://www.icn-squid.com/wp-content/uploads/2020/05/bg_squid.jpg);
}

.custom-shape-divider-top-1602861159 .shape-fill {
    fill: #F4F7FC;
}


/* Style tab links */
.tablink {
  /*background-color: #0647b8;*/
  background-color: #ddd;
  color: #0b2239;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 17px;
  width: 250px;
  height: 60px;
  border-radius: 5px 5px 0px 0px;
}


.tablink:focus {
    outline: none;
}

.tablink:hover {
  background-color: #8dcfff;
}

/* Style the tab content (and add height:100% for full page content) */
.tabcontent {
  display: none;
}

/*facebook styles*/
.socialTopBG {
    background: rgb(24,52,139);
    background: linear-gradient(0deg, rgba(24,52,139,1) 80%, rgba(58,93,206,1) 100%);
}

/*.table tr:nth-child(even){background-color: rgba(119, 221, 176, 0.5);}*/

