

.w3-tangerine {
  font-family: "Tangerine", serif;
  font-size: 24px;
  color: orange;
  text-align: center;
  left: 100px;
}

.w3-title {
  font-size: 26px;
  text-align: center;
}

.responsive {
  width: 100%;
  height: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);

}

.fitbox {
  width: 350px;
  height: 233px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);

}

.sidebar {
  box-shadow: 0px 8px 16px 0px rgba(2,2,2,2);
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidebar a {
  box-shadow: 0px 8px 16px 0px rgba(2,2,2,2);
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 12px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidebar a:hover {
  box-shadow: 0px 8px 16px 0px rgba(2,2,2,2);
  color: #f1f1f1;
}

.sidebar .closebtn {
  position: absolute;
  top: 0;
  right: 5px;
  font-size: 12px;
  margin-left: 50px;
}

.learnmore {
  font-size: 12px;
  cursor: pointer;
  background-color: #21971A;
  color: white;
  padding: 5px 5px;
  border: 3;
  border-color: #000000;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  border-radius: 10px 0px 0px 10px;
}

.openbtn {
  font-size: 12px;
  cursor: pointer;
  background-color: #21971A;
  color: white;
  padding: 5px 5px;
  border: none;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  border-radius: 10px 0px 0px 10px;
  
}

.openbtn2 {
  font-size: 12px;
  cursor: pointer;
  background-color: #111;
  color: white;
  padding: 5px 5px;
  border: none;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  border-radius: 0px 0px 15px 0px;
}

.openbtn3 {
  font-size: 12px;
  cursor: pointer;
  background-color: #21971A;
  color: white;
  padding: 5px 5px;
  border: none;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  border-radius: 0px 0px 0px 15px;
}

.openbtnR {
  font-size: 12px;
  cursor: pointer;
  background-color: #A02525;
  color: white;
  padding: 5px 5px;
  border: none;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  border-radius: 0px 0px 0px 0px;
}

.openbtn:hover {
  background-color: #177610;
}

.openbtn2:hover {
  background-color: #444;
}

.openbtn3:hover {
  background-color: #177610;
}

.openbtnR:hover {
  background-color: #761010;
}

.lrnmr {
  font-size: 12px;
  cursor: pointer;
  background-color: Transparent;
  color: white;
  padding: 5px 5px;
  border: 1;
  border-color: #000000;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  border-radius: 5px 5px 5px 5px;
}

.lrnmr:hover {
  background-color: #177610;
}

#main {
  box-shadow: 0px 8px 16px 0px rgba(2,2,2,2);
  transition: margin-left .5s;
  padding: 16px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidebar {padding-top: 15px;}
  .sidebar a {font-size: 18px;}
}


.parent {
  position:fixed;
  width:100%;
}

.company{
  float: left;
  font-family: Arial, Helvetica, sans-serif;
  display: block;
  color: <%=compfntclr%>;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav {
  font-family: Arial, Helvetica, sans-serif;
  overflow: hidden;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.topnav a {
  float: left;
  display: block;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav .icon {
  display: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 17px;    
  border: none;
  outline: none;
  padding: 14px 16px;
  font-family: inherit;
  margin: 0;
}

.dropdown-content {
  display: none;
  position: absolute;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.dropdown-content a {
  float: none;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  background-color:;
  color:;
}

.dropdown-content a:hover {
  color:;
}

.dropdown:hover .dropdown-content {
  display: block;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
   #Settings {
    display:none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0px;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}

.container{
    display: flex;
}
.fixed{
    float:left
    width: 200px;
}
.flex-item{
    flex-grow: 1;
}

img {
    border: 0px solid black;
}

i:hover::before {
  transform: rotate(360deg);
}

i:before {
  display: inline-block;/* mandatory to be able to use transform */
  transition: 0.3s all;
}



/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 50px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}

/* Modal Content */
.modal-content {
  background-image: url("assets/biz-img/bizite_login.png");
  background-color: #5DADE2;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 235px;
  border-radius: 10px;
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

/* The Close Button */
.close {
  color: #ffffff;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

  .affix {
    top: 0;
    width: 100%;
    z-index: 9999 !important;
  }

  .affix + .container-fluid {
    padding-top: 70px;
  }


.notification {
  background-color: #555;
  color: white;
  text-decoration: none;
  padding: 15px 26px;
  position: relative;
  display: inline-block;
  border-radius: 2px;
}

.notification:hover {
  background-color: red;
}

.notification .badge {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 5px 10px;
  border-radius: 50%;
  background-color: red;
  color: white;
}

#greetings {
  width: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow:inherit;
}

#endoftext {
  width: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow:inherit;
}

#sm {
  font-size:24px;
}

#sm:hover {
    opacity: 0.7;
}

#mydiv {
  position: absolute;
  z-index: 9;
  background-color: #f1f1f1;
  text-align: center;
  border: 1px solid #d3d3d3;
}

#mydivheader {
  padding: 10px;
  cursor: move;
  z-index: 10;
  background-color: #2196F3;
  color: #fff;
}
.refTable {
	display:table;
	margin:0px auto;
}

.refRow {
	display:table-row;
}

.refCell {
	display:absolute;
	width:152px;
        height: 152px;
	text-align: center;
        left:25%;
	font-size:12px;
	border:1px #ffffff solid;
	padding:0px 0px 10px 0px;
	background:#ffffff;
        color:#333333;
	resize: none;
	outline:0;
	transition-duration: 0.2s;
    position: relative;
    overflow: hidden;
}

.info {
    position: absolute;
    top: 100%;
    width: 152px;
    height: 145px;
    background: rgba(0, 0, 0, 0.4);
    text-align: center;
    -webkit-transition: top 0.6s ease-in-out;
    left: 0;
    color: #f7f7f7;
    text-decoration: none;
}

.refCell:hover .info {
    top: 0;
    display: block;
}

.refCell img {
	padding-bottom:5px;
}

.refCell p {
	line-height: 20px;
}

.refCell:hover {
	border-color:#ffffff;
	background:#ffffff;
	-webkit-transition: color background 0.2s ease-in-out;
	-moz-transition: color background 0.2s ease-in-out;
	-ms-transition: color background -0.8s ease-in-out;
	-o-transition: color background 0.2s ease-in-out;
	transition: color background 0.2s ease-in-out;
	cursor:pointer;
	color:#cacaca;
}

.refCell:hover img {
	opacity:0.4;
	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	-ms-transition: opacity -0.8s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}

.refSep {
	display:table-cell;
	width:20px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 55px;
    height: 25px;
    margin: 0 10px;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #910000;
    transition: .4s;
    border-radius: 34px;
}

.switch input {
    display: none
}

.slider:before {
    position: absolute;
    content: "";
    height: 21px;
    width: 21px;
    left: 2px;
    bottom: 2px;
    background-color: grey;
    transition: 0.4s;
    border-radius: 50px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.slider::after {
    content: 'No';
    color: white;
    display: block;
    position: absolute;
    transform: translate(25%,-58%);
    transition: 0.2s;
    top: 50%;
    left: 50%;
    font-size: 0.7em;
    font-family: Verdana, sans-serif;
}

input:checked + .slider {
    content: 'Yes';
    background-color: #00731D;
}

    input:checked + .slider:before {
        transform: translateX(30px);
    }

    input:checked + .slider::after {
        content: 'Yes';
        transform: translate(-100%,-58%);
        color: white;
    }