* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-family: 'Quicksand';
  }

/* Html Body Section */

html, body {
    margin: 0px !important;
    /*color: #7f8c8d;
    font-size: 12px;
    background-color: #f1f1f1; //#dde1e2; 
    width: 100%;*/

    padding: 0;
    margin: 0;
    width: 100vw;
    height: 100vh;

    /*overflow:hidden; //hook body*/
}

.big-container {
    //margin-top: 0px !important;
    color: #7f8c8d;
    font-size: 12px;
    background-color: #f1f1f1; /*#dde1e2; */
    width: 100%;
    height: 100%;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    overscroll-behavior-y: contain;
    -webkit-user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

/* Header Section */

.hooked-header {
    width: 100%;
    position: fixed;
    z-index: 999;
    top: 0px;

    background-color: #000; /*#4a86e8;*/
    
    color: #F1893B;
   
    font-family: "Arial";
    font-size: 1em;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.hooked-header-company-name-section {
  float: left;
  margin: 5px;
  display: inline-flex;
  font-size: 28px;
}

.hooked-header-logo-section {
  position: relative;
  float: right;
  margin: 5px;
  width: 40px;
  
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 3px solid #d0d7d9;
}

/* Icon Menu Section */

.icon-bar {
  display: inline-flex;
  position: fixed;
  z-index: 999;
  top: 50px;
  margin-top: 1px;
  width: 100%; /* Full-width */
  height: auto;
  background-color: #555; /* Dark-grey background */
  overflow: auto; /* Overflow due to float */
}

.icon-bar a {
  float: left; /* Float links side by side */
  text-align: center; /* Center-align text */
  width: 16%; /* Equal width (5 icons with 20% width each = 100%) */
  padding: 12px 0; /* Some top and bottom padding */
  transition: all 0.3s ease; /* Add transition for hover effects */
  color: white; /* White text color */
  font-size: 18px; /* Increased font size */
}

.icon-bar a:hover {
  background-color: #F1893B; /* Add a hover color */
}

.active-icon-bar {
  background-color: #000; /* Add an active/current color */
}

/* Body Form Section */

.bodyform {
  display: block;
  max-width: 100%;
  margin-top: 100px;
  margin-bottom: 6em;
  padding: 2%;
  z-index: 2;
}

.bodyform div {
  margin-top: 1.2em;
}

.bodyformAnchor {
  display: block;
  overflow: hidden;
  background-color: #f1f1f1;
  max-width: 100%;
  margin-top: 115px;
  margin-bottom: 6em;
  padding: 2.5% 2% 2% 2%;
  z-index: 1;
}

.bodyformChart {
  display: block;
  overflow: hidden;
  background-color: #f1f1f1;
  max-width: 100%;
  margin-top: 100px; /*100px*/
  margin-bottom: 6em;
  padding: 2.5% 2% 2% 2%;
  z-index: 1;
}

/* Section Input Area */

.fields-label-top-area-container {
  display: inline-flex;
  width: 100%;
  overflow: hidden;
  top: 6em;
  z-index: 2;
  padding: 3px;
  position: fixed;
  background-color: #f1f1f1;
  overflow: hidden;
  z-index: 100;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.fields-top-area-container {
  position: fixed;
  display: inline-flex;
  width: 100%;*/
  overflow: hidden;
  top: 7em;
  padding: 3px;
  
  background-color: #f1f1f1;
  z-index: 100;
  
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.input-area-container {
  display: inline-flex;
  width: 100%;
  overflow: hidden;
  top: 1.2em;
  z-index: 2;
  padding: 3px;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.input-field-2-in-1 {
  position: relative;
  margin-top: 10px;
  width: 50%;
  height: 44px;
  line-height: 44px;
  padding: 3px;
  z-index: 2;
  
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.input-field-3-in-1 {
  position: relative;
  margin-top: 10px;
  width: 33%;
  height: 44px;
  line-height: 44px;
  padding: 3px;
  z-index: 2;
  
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.input-field, .select {
  position: relative;
  margin-top: 10px;
  width: 250px;
  height: 44px;
  line-height: 44px;
  padding: 3px;
  z-index: 2;
}

.text-and-link {
  position: relative;
  margin-top: 10px;
  width: 250px;
  line-height: 25px;
  font-size: 12px;
}

a:link {
    font-weight: bold;
    color: #000;
}

.fields-in-top {
  position: fixed;
  display: inline-flex;
  width: 100%;
  overflow: hidden;
  top: 7.3em;
  padding: 2px 10px;
  
  background-color: #f1f1f1;
  z-index: 100;
  
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.call-waiting-button {
    /*display:inline-block;*/
    color:#ffffff;
    border:1px solid #CCC;
    background:#DDD;
    box-shadow: 0 0 5px -1px rgba(0,0,0,0.2);
    cursor:pointer;
    vertical-align:middle;
    max-width: 100px;
	height: 100px;
    padding: 5px;
    text-align: center;
}

.call-waiting-button-active {
	background:green;
    box-shadow: 0 0 5px -1px rgba(0,0,0,0.6);
}

.call-waiting-button-inactive {
    background:red;
    box-shadow: 0 0 5px -1px rgba(0,0,0,0.6);
}

.call-activity-button {
    /*display:inline-block;*/
    color:#444;
    border:1px solid #CCC;
    background:#DDD;
    box-shadow: 0 0 5px -1px rgba(0,0,0,0.2);
    cursor:pointer;
    vertical-align:middle;
    max-width: 100px;
	height: 100px;
    padding: 5px;
    text-align: center;
}

.call-activity-button-sales-rep {
    color:#ffffff;
    background:#00b7f8;
}

.call-activity-button:active {
    color:red;
    box-shadow: 0 0 5px -1px rgba(0,0,0,0.6);
}

.call-record-count {
    /*display:inline-block;*/
    color:#ffffff;
    border:1px solid #CCC;
    background:orange;
    box-shadow: 0 0 5px -1px rgba(0,0,0,0.2);
    cursor:pointer;
    vertical-align:middle;
    /*max-width: 100px;*/
	height: 100px;
    padding: 5px;
    text-align: center;
}

label {
  position: absolute;
  top: 0;
  left: 0;
  text-align: left;
  padding-left: 3px;
  width: 100%;
  color: #000/*#BFBFBF*/;
  transition: 0.2s all;
  cursor: text;
  z-index: 2;
}

input, select, textarea {
  width: 100%;
  border: 0;
  outline: 0;
  margin: 0.5rem 0;
  padding: 0.5rem 0;
  padding-right: 2px;
  padding-bottom: 2px;
  border-bottom: 2px solid #BFBFBF;
  box-shadow: none;
  color: #000;
  
  border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  z-index: 2;
}

input, textarea {
  font-weight: bold;
}

input:invalid {
  outline: 0;
  color: #F52F2F;
  border-color: #F52F2F;
}

input:focus, input:readonly
input:valid, select:focus {
  border-color: #3466e3;
}

input:focus~label,
input:valid~label {
  font-size: 12px;
  top: -24px;
  color: #3466e3;
}

select, textarea {
  border-color: #3466e3;
}

/* Virtual Numeric Keboard */

.keyboardArea {
  position: relative;
  margin-top: 25px;
  width: 100%;
 /* height: 50px;*/
  /*line-height: 44px;*/
}

.keyboardTable tr td
{
  background: #555;
  color: #fff;
  padding: 3px;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  border-radius: 10px;
  font-size: 18px;
  /*border: 1px solid #757575;*/
  height: 50px;
  width: 50px;
  position: relative;
}

.keyboardTable tr td:hover
{
  background: #F1893B;
}

.deleteButton
{
  width: 30px;
  height: auto;
}

.numKeyboard
{
  font-size: 24px;
  text-align: center;
}

/* Deposits Section */

.depositFieldsArea {
  position: relative;
  /*margin-top: 25px;*/
  width: 100%;
}

/* CAMERA'S Section */

.cameraTopLayout {
  width: 100%;

  display: grid;
  grid:
    "TIMER NEXT POST FOCUS ON DAILY DUTIES" 1fr
    / 1fr 1fr 1fr 1fr;
  gap: 8px;
}

.TIMER { grid-area: TIMER; }
.NEXT POST { grid-area: NEXT POST; }
.FOCUS ON { grid-area: FOCUS ON; }
.DAILY DUTIES { grid-area: DAILY DUTIES; }

/* DEPOSITS SECTION */

.depositFieldsTable td
{
  padding: 3px;
  text-align: center;
  /*border: 1px solid #757575;*/
  width: 90px;
  position: relative;
}

.depositFields
{
  text-align: right;
}

.depositFieldsPending, .cameraNextPost
{
  background: yellow;
  color: #000;
  text-align: right;
}
.depositFieldsToday, .cameraTimer
{
  background: #3383FF;
  color: #fff;
  text-align: right;
}
.depositFieldsToDeposit
{
  background: #f1893b;
  color: #fff;
  text-align: right;
}

.depositFieldsToDepositAlert
{
  background: red;
  color: #fff;
  text-align: right;
}

.depositPending
{
  color: red;
  font-weight: bold;
}

.depositInReview
{
  color: yellow;
  font-weight: bold;
}

.depositResetColor, .call-info-text
{
  color: #000;
  font-weight: normal;
}

select
{
  text-align: center;
}

.payouts-section, .call-info, .camera-input
{
  width: 100%;
  padding: 3px;
  margin-bottom: 1px;
  background: #e6e8e6;
  border: 1px solid #e6e8e6;
  border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.call-records
{
  background: yellow;
  color: #000;
  text-align: center;
}

.pushable {
  background: hsl(215deg 100% 30%);
  border-radius: 6px;
  border: none;
  padding: 0;
  cursor: pointer;
  outline-offset: 3px;
}
.front {
  display: block;
  padding: 5px 6px;
  border-radius: 6px;
  font-size: 1.35rem;
  background: hsl(220deg 100% 55%);
  color: white;
  transform: translateY(-5px);
}

.pushable:active .front {
  transform: translateY(-1px);
}

a:visited, a:active {
  color: #FFFFFF;
  text-decoration: none;
  font-family: 'Quicksand';
}

/* Footer Info Section */

.hooked-footer-form {
  display: inline-flex;
  width: 100%;
  position: fixed;
  z-index: 999;
  bottom: 50px;
  max-height: 20px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  //padding: 0px 5px 1px 5px;
  font-size: 12px;
  color: #000;
  font-weight: bold;

  vertical-align: middle;
  overflow: hidden;

  background-color: #f1f1f1; //#dde1e2; 
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.hff-left-block {
    width: 50%;
    text-align: left;
}

.hff-right-block-static, .hff-right-block-move {
    width: 50%;
    text-align: right;
}
.hff-right-block-move {
    display: none;
}

/* Footer Section */

.hooked-footer {
    width: 100%;
    position: fixed;
    z-index: 999;
    bottom: 0px;
    max-height: 50px;
    padding: 2px 0px 2px 0px;

    background-color: #383838;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.hooked-footer-logo-section {
  max-width: 100%;
  max-height: auto;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*@supports(object-fit: cover){
    .hooked-footer-logo-section img{
      height: 100%;
      object-fit: cover;
      object-position: center center;
    }
}*/

@media only screen and (min-width: 770px) {
  
  /* Hide idenCODE Ads in PC */
  /*.hooked-footer {
    display: none;
  }*/

  /* Alert user that it's not safe be logged in PC Store */
  .hff-right-block-static {
    display: none;
  }
  .hff-right-block-move {
    display: inline-flex;
    text-align: right;
    color: red;
    font-weight: bold;
  }

}

/*Buttons Section*/

button {
  width: 80%; //100%;
  border-radius: 5px;
  border: none;
  //margin: 5px;
  padding: 5px;
  color: white;
  font-size: 14px;
}

.buttons-area {
  display: inline-block;
  position: fixed;
  z-index: 999;
  bottom: 70px;
  min-height: 60px;
  left: 0;
  margin-right: 2px;
  width: 100%; /* Full-width */
  
/*  width: 100%;
  position: fixed;
  z-index: 999;
  bottom: 70px;*/
  /*max-height: 60px;*/
  padding: 1px;

  vertical-align: middle;
  overflow: hidden;

  background-color: #f1f1f1; //#dde1e2; 
}

.btn_rounded {
  width: 50px;
  height: 50px;
  background-color: #f1893b;
  border-radius: 50%;
  box-shadow: 0 2px 6px 0 #666;
  transition: all 0.1s ease-in-out;

  font-size: 20px;
  color: white;
  text-align: center;
  line-height: 50px;
  color: white;
  margin-top: 2px;
  padding: 0px;
 /* padding: 8px 20px;
  border-radius: 8px;*/
  font-size: 20px;
  font-weight: bold;
}

.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
 
  width: 50px;
  height: 50px;
  background-color: yellow;
  border-radius: 50%;
  box-shadow: 0 2px 6px 0 #666;
  transition: all 0.1s ease-in-out;

  font-size: 20px;
  color: #000;
  text-align: center;
  line-height: 50px;
}

.btn-inline-with-upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
 
  width: 50px;
  height: 50px;
  background-color: #3383FF;
  border-radius: 50%;
  box-shadow: 0 2px 6px 0 #666;
  transition: all 0.1s ease-in-out;

  font-size: 20px;
  color: #fff;
  text-align: center;
  line-height: 50px;
}

.table-max-height {
	max-height: 50px;
}

.welcome {
	text-align: center;
}

.status {
  text-align: right;
}

.btn_camera {
  font-size: 20px;
  font-weight: bold; 

  width: 50px;
  height: 50px;
  
  background-color: yellow;
  color: #000;
  
  border-radius: 50%;
  box-shadow: 0 2px 6px 0 #666;
  transition: all 0.1s ease-in-out;

  text-align: center;
  line-height: 50px;
  
  padding: 0px;

  /* border-radius: 8px;*/
}

.btn_excel {
  font-size: 20px;
  font-weight: bold; 

  width: 50px;
  height: 50px;
  
  background-color: green;
  color: #fff;
  
  border-radius: 50%;
  box-shadow: 0 2px 6px 0 #666;
  transition: all 0.1s ease-in-out;

  text-align: center;
  line-height: 50px;
  
  padding: 0px;

  /* border-radius: 8px;*/
}

.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.btn_upload {
  width: 50px;
  height: 50px;
  background-color: green;
  border-radius: 50%;
  box-shadow: 0 2px 6px 0 #666;
  transition: all 0.1s ease-in-out;

  font-size: 20px;
  color: white;
  text-align: center;
  line-height: 50px;
  color: white;
  padding: 0px;
  margin-top: 2px;
 /* padding: 8px 20px;
  border-radius: 8px;*/
  font-size: 20px;
  font-weight: bold;
}

.btn_check {
  width: 50px;
  height: 50px;
  background-color: #555;
  border-radius: 50%;
  box-shadow: 0 2px 6px 0 #666;
  transition: all 0.1s ease-in-out;

  font-size: 20px;
  color: white;
  text-align: center;
  line-height: 50px;
  margin-top: 2px;
  padding: 0px;
 /* padding: 8px 20px;
  border-radius: 8px;*/
  font-weight: bold;
}

.btn_lookup {
  font-size: 20px;
  font-weight: bold; 

  width: 50px;
  height: 50px;
  
  background-color: #3383FF;
  color: #fff;
  
  border-radius: 50%;
  box-shadow: 0 2px 6px 0 #666;
  transition: all 0.1s ease-in-out;

  text-align: center;
  line-height: 50px;
  
  padding: 0px;

  /* border-radius: 8px;*/
}

.btn_algorithm {
  width: 50px;
  height: 50px;
  background-color: blue;
  border-radius: 50%;
  box-shadow: 0 2px 6px 0 #666;
  transition: all 0.1s ease-in-out;

  font-size: 20px;
  color: white;
  text-align: center;
  line-height: 50px;
  color: white;
  margin-top: 2px;
  padding: 0px;
 /* padding: 8px 20px;
  border-radius: 8px;*/
  font-size: 20px;
  font-weight: bold;
}

.btn_cancel {
  width: 50px;
  height: 50px;
  background-color: red;
  border-radius: 50%;
  box-shadow: 0 2px 6px 0 #666;
  transition: all 0.1s ease-in-out;

  font-size: 16px;
  color: white;
  text-align: center;
  line-height: 50px;
  margin-top: 2px;
  padding: 0px;
 /* padding: 8px 20px;
  border-radius: 8px;*/
  font-weight: bold;
}

.btn-3D {
  background: #00b7f8;
  border-bottom: 5px solid #0045a6;
  border-radius: 12px;
  box-shadow: 6px 6px 6px #999;
  color: #fff;
  cursor: pointer;
  display: block;  
  /*font-family: 'Raleway', Arial, Helvetica;*/
  font-size: 40px;
  height: 70px;
  margin: 80px auto;
  padding: 10px 10px;
  text-align: center;
  transition: all 0.2s ease 0s;
  width: 70px;
  z-index = 7;
}
.btn-3D:hover, .smal-btn-3D:hover{
	background: #0096f7;
}
.btn-3D:active {
  box-shadow: 2px 2px 2px #777, 0px 0px 35px 0px #00b7f8;
  border-bottom:1px solid #0045A6;
  text-shadow:  0px 0px 5px #fff, 0px 0px 5px #fff;
  transform: translateY(4px);
  transition: all 0.1s ease 0s;
  margin: 80px auto 76px auto;
}

.small-btn-3D {
  background: #00b7f8;
  border-bottom: 5px solid #0045a6;
  border-radius: 2px;
  box-shadow: 3px 3px 3px #999;
  color: #fff;
  cursor: pointer;
  display: block;  
  /*font-family: 'Raleway', Arial, Helvetica;*/
  font-size: 0.5rem;
  height: 10px;
  margin: 1px auto;
  padding: 1px 1px;
  text-align: center;
  transition: all 0.2s ease 0s;
  width: 10px;
  z-index = 7;
}

.small-btn-3D:active {
  box-shadow: 2px 2px 2px #777, 0px 0px 5px 0px #00b7f8;
  border-bottom:1px solid #0045A6;
  text-shadow:  0px 0px 2px #fff, 0px 0px 5px #fff;
  transform: translateY(4px);
  transition: all 0.1s ease 0s;
  margin: 10px auto 9px auto;
}
/* Slider Section */

ul, li {
	padding: 0;
	margin: 0;
	list-style: none inside;
}
ul.slider {
	position:relative; /*Necesitamos que el ul sea relativo*/
}
ul.slider li {
	opacity: 0; /*Ocultamos todos los <li>*/
	transition: opacity .5s;
	position: absolute; /*Posicionamos en absoluto los <li>*/
	left: 0px;
	top: 0px;
	margin:50px;
	padding:50px;
	border:2px solid red;
	background:#fff;
}
ul.slider li:first-child {
	opacity: 1; /*Mostramos el primer <li>*/
}
ul.slider li:target {
	opacity: 1; /*Mostramos el <li> al que apunta el enlace*/
}
nav {
	position:fixed;
	top: 100px;
	//left:50px;
}

ul, li {
	box-sizing: border-box;
}

ul.slider {
	padding: 30px;
}

ul.slider li {
	width: 100%; 
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #f1f1f1;
	opacity: 0; 
	transition: opacity .5s;
	padding-top: 30vh;
	/*font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;*/
	font-weight: bold;
	font-size: calc( 1.5rem + 1vw );
	text-align: center;
}

#browser {
	background-color: #f1f2f3;
	color: #000;
}
		
nav {
	width: 100%; //100vw;*/
	position: 90%;
	top: auto;
	right: 0;
	bottom: 100px;
	left: 0;
  background:  #000;
}

nav ul {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

nav ul li {
	display: flex;
	flex-grow: 1;
	flex-wrap: wrap;
	box-sizing: border:box;
}

nav a {
	font-size: calc( 1.2rem + 1vw );
	text-decoration: none;
	font-weight: bold;
	color: #f1f2f3;
	/*font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;*/
	line-height: 1.8;
	flex-grow: 1;
	text-align: center;
	border-top: 5px solid #f1f2f3;
	border-right: 1px solid #f1f2f3;
	flex-wrap: wrap;
	position: relative;
}

nav li:last-child a {
	border-right: 0;
}

nav a:hover {
	background-color: #f1f2f3;
	color: #545b5e;
	border-top-color: #545b5e;
}

nav a:active {
	border-top-color: #f90;
	background: #f90;
	color: #f1f2f3;
}

.carrousel {
	width: 100%;
	color: #f9f9f9;
	height: auto;
}

/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
  /*border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: blue;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
 
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
}

/* Desktop Table */

.centered {
  text-align: center;
}

table.blueTable {
  background-color: #F1F1F1;
  width: 96%;
  height: 100%;
  text-align: left;
  border-collapse: collapse;
}
table.blueTable td, table.blueTable th {
  padding: 3px 2px;
}
table.blueTable tbody td {
  font-size: 12px;
  color: #000;
}
table.blueTable tr:nth-child(even) {
  background: #FFE8D7;
}
table.blueTable thead {
  background: #383838;
  background: -moz-linear-gradient(top, #6a6a6a 0%, #4c4c4c 66%, #383838 100%);
  background: -webkit-linear-gradient(top, #6a6a6a 0%, #4c4c4c 66%, #383838 100%);
  background: linear-gradient(to bottom, #6a6a6a 0%, #4c4c4c 66%, #383838 100%);
}
table.blueTable thead th {
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  border-left: 1px solid #FFFFFF;
}
table.blueTable thead th:first-child {
  border-left: none;
}

table.blueTable tfoot {
  font-size: 12px;
  font-weight: bold;
  color: #FFFFFF;
  background: #383838;
  background: -moz-linear-gradient(top, #6a6a6a 0%, #4c4c4c 66%, #383838 100%);
  background: -webkit-linear-gradient(top, #6a6a6a 0%, #4c4c4c 66%, #383838 100%);
  background: linear-gradient(to bottom, #6a6a6a 0%, #4c4c4c 66%, #383838 100%);
}
table.blueTable tfoot td {
  font-size: 12px;
}

/* Notification's Section */

.alertContainer { /*conten*/
    position: absolute;
    bottom: 10%;
    z-index: 9;
}

/*Notification Bar*/
.alertPopUp {
    display: none;
    position: relative;
    width: 350px;
    height: 90px;
    max-height: 200px;
    margin-bottom: 5px;
    background-color: #ffffff;
    padding: 5px;
    border: 1px solid rgba(0,0,0,0.5);
    box-sizing: border-box;
    overflow: auto; 
-webkit-border-radius: 0 5px 5px 0;
border-radius: 0 5px 5px 0;
    
-webkit-box-shadow: 9px 5px 7px 0 rgba(0,0,0,0.3);
box-shadow: 9px 5px 7px 0 rgba(0,0,0,0.3);
    
  animation-name: slideIn;
  animation-duration: 1s;
  animation-timing-function: ease-out;
  animation-iteration-count: 1;
  opacity:1;
  animation-delay:0s;
}

.alertPopUp>img {
    float: right;
    width: 20%;
	height: auto;
    background-size: contain;
    
}

.alertTrash {
	display: none;
    background:#000;
    position: absolute; 
    top: -12px;
    Right: -12px;
    min-width:20px;
    height: 20px;
    color:#ffffff;
    border-radius: 10%;
    padding: 2px;
    text-align: center;
    font-size: 10px;
	/*font-weight: bold;*/
}

.trashIcon {
    color:#ffffff;
    font-size: 10px;
}

.count {
       background:#ff0000;
       position: absolute; 
       top: -8px;
       Right: -8px;
       min-width:16px;
       height: 16px;
       color:#ffffff;
       border-radius: 50%;
       padding: 2px;
       text-align: center;
       font-size: 10px;
	   font-weight: bold;
	   z-index = 10;
}

.notifContainer { /*conten*/
    position: absolute;
    bottom: 10%;
    z-index: 8;
}

.notifPopUp {
    display: none;
    position: relative;
    width: 350px;
    height: 90px;
    margin-bottom: 5px;
    background-color: #ffffff;
    padding: 5px;
    border: 1px solid rgba(0,0,0,0.5);
    box-sizing: border-box;
    overflow: auto; 
-webkit-border-radius: 0 5px 5px 0;
border-radius: 0 5px 5px 0;
    
-webkit-box-shadow: 9px 5px 7px 0 rgba(0,0,0,0.3);
box-shadow: 9px 5px 7px 0 rgba(0,0,0,0.3);
    
  animation-name: slideIn;
  animation-duration: 1s;
  animation-timing-function: ease-out;
  animation-iteration-count: 1;
  opacity:1;
  animation-delay:0s;
}

.notifPopUp>img {
    float: right;
    width: 20%;
  height: auto;
    background-size: contain;
    
}

.alertMessage, .notifMessage {
    float: left;
    width: 80%;
    height: 100%;
    text-align: center;
    line-height: 20px;
    font-size: 0.7em;
}

@keyframes slideIn {
  0%   {margin-left: -500px; opacity:0;}
  100% {margin-left: 0px; opacity:1;}
}

/* Charts Section */

.pieChart {
    height: 200px;
    margin: 1rem auto;
    position: relative;
    width: 200px;
      } 
.clipping {
    border-radius: 50%;
    clip: rect(0px, 200px, 200px, 100px);
    height: 100%;
    position: absolute;
    width: 100%;
     }
.portion {
    border-radius: 50%;
    clip: rect(0px, 100px, 200px, 0px);
    height: 100%;
    position: absolute;
    width: 100%;
    font-family: monospace;
    font-size: 1.5rem;
     }
.chartShadow {
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 4px 7px rgba(0, 0, 0, 0.3);
    border: 5px solid #000;
    height: 100%;
    position: absolute;
    width: 100%;
     }

#share1 {
    transform: rotate(0deg);
     }

#share1 .portion {
    background-color: rgba(0,0,255,.7);
    transform: rotate(70deg);
     }
#share2 {
    transform: rotate(70deg);
     }
#share2 .portion {
    background-color: rgba(255,255,0,.7);
    transform: rotate(120deg);
     }
#share3 {
    transform: rotate(-170deg);
     }
#share3 .portion {
    background-color: rgba(0,128,0,.7);
    transform: rotate(25deg);
     }
#shareEnd {
    transform:rotate(-145deg);
     }
#shareEnd .portion {
    background-color: rgba(255,0,0,.7);
    transform: rotate(145deg);
     }
#share1 .portion:after {
    content: attr(data-rel);
    left: 25%;
    line-height: 5;
    position: absolute;
    top: 0;
    transform: rotate(-70deg);
}
#share2 .portion:after {
    content: attr(data-rel);
    left: 15%;
    position: absolute;
    top: 30%;
    transform: rotate(-190deg);
}
#share3 .portion:after {
    content: attr(data-rel);
    left: 35%;
    position: absolute;
    top: 4%;
    transform: rotate(70deg);
}
#shareEnd .portion:after {
   content: attr(data-rel);
   left: 10%;
   position: absolute;
   top: 30%;
}

/* Donut Chart Deposits */

/* RESET STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.chartDeposits {
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
}

.chartDeposits *,
.chartDeposits::before {
  box-sizing: border-box;
}


/* CHARTDeposits STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.chartDeposits {
  position: relative;
  width: 350px;
  height: 175px;
  overflow: hidden;
}

.chartDeposits::before,
.chartDeposits::after {
  position: absolute;
}

/*.chartDeposits::before {
  content: '';
  width: inherit;
  height: inherit;
  border: 45px solid rgba(211, 211, 211, .3);
  border-bottom: none;
  border-top-left-radius: 175px;
  border-top-right-radius: 175px;
}

.chartDeposits::after {
  content: 'Status of Deposits';
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
  font-size: 1.1rem;
  font-weight: bold;
  color: cadetblue;
}*/

.chartDeposits li {
  position: absolute;
  top: 100%;
  left: 0;
  width: inherit;
  height: inherit;
  border: 45px solid;
  border-top: none;
  border-bottom-left-radius: 175px;
  border-bottom-right-radius: 175px;
  transform-origin: 50% 0;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  animation-fill-mode: forwards;
  animation-duration: .4s;
  animation-timing-function: linear;
}

.chartDeposits li:nth-child(1) {
  z-index: 4;
  border-color: #F1893B;
  animation-name: rotate-one;
}

.chartDeposits li:nth-child(2) {
  z-index: 3;
  border-color: #F1893B;
  animation-name: rotate-two;
  animation-delay: .4s;
}

.chartDeposits li:nth-child(3) {
  z-index: 2;
  border-color: lightgrey;
  animation-name: rotate-three;
  animation-delay: .8s;
}

.chartDeposits li:nth-child(4) {
  z-index: 1;
  border-color: lightgrey;
  animation-name: rotate-four;
  animation-delay: 1.2s;
}

.chartDeposits span {
  position: absolute;
  font-size: .85rem;
  backface-visibility: hidden;
  animation: fade-in .4s linear forwards;
}

.chartDeposits li:nth-child(1) span {
  top: 5px;
  left: 10px;
  transform: rotate(0deg);
}

.chartDeposits li:nth-child(2) span {
  top: 20px;
  left: 10px;
  transform: rotate(-110.77deg);
  animation-delay: .4s;
}

.chartDeposits li:nth-child(3) span {
  top: 18px;
  left: 10px;
  transform: rotate(0deg);
  animation-delay: .8s;
}

.chartDeposits li:nth-child(4) span {
  top: 10px;
  left: 10px;
  transform: rotate(-69.23deg);
  animation-delay: 1.2s;
}


/* ANIMATIONS
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@keyframes rotate-one {
  100% {
    transform: rotate(0deg);
  }
}

@keyframes rotate-two {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(110.77deg);
  }
}

@keyframes rotate-three {
  0% {
    transform: rotate(110.77deg);
  }
  100% {
    transform: rotate(110.77deg);
  }
}

@keyframes rotate-four {
  0% {
    transform: rotate(110.77deg);
  }
  100% {
    transform: rotate(180deg);
    
  }
}

@keyframes fade-in {
  0%,
  90% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}