/** ADD YOUR AWESOME CODES HERE **/

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	left:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}

#navbar ul.submenu {
    position: absolute;
    left: 0;
    top: 150%;
    width: 200px;
    text-align: left;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#navbar ul.submenu>li>a {
    display: block;
    line-height: 25px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#navbar ul li:hover>ul.submenu {
    top: 100%;
    background: linear-gradient(to top right, #ec8094 0%, #6f558d 100%) !important;
    opacity: 1;
    visibility: visible;
}


/** ADD YOUR AWESOME CODES HERE **/

#navbar ul.submenu2 {
    position: absolute;
    left: 100%;
    width: 200px;
    text-align: left;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#navbar ul.submenu2>li>a {
    display: block;
    line-height: 25px;
    padding:10px 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#navbar ul li:hover>ul.submenu2 {
    top: 0%;
    background: linear-gradient(to top right, #ec8094 0%, #6f558d 100%) !important;
    opacity: 1;
    visibility: visible;
}





div.table-title {
   display: block;
  margin: auto;
  
  padding:5px;
  width: 100%;
}

.table-title h3 {
   color: #000;
   font-size: 30px;
   font-weight: 400;
   font-style:normal;
  text-transform:uppercase;
}
          table {
            width: 100%;
        }
.table-fill {
  background: white;
  border-radius:3px;
  border-collapse: collapse;
  height: 320px;
  margin: auto;
  max-width: 600px;
  padding:5px;
  width: 100%;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  animation: float 5s infinite;
}
 
th {
  color:#D5DDE5;;
  background:#1b1e24;
  border-bottom:4px solid #9ea7af;
  border-right: 1px solid #343a45;
  font-size:23px;
  font-weight: 100;
  padding:24px;
  text-align:left;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  vertical-align:middle;
}

th:first-child {
  border-top-left-radius:3px;
}
 
th:last-child {
  border-top-right-radius:3px;
  border-right:none;
}
  
tr {
  border-top: 1px solid #C1C3D1;
  border-bottom-: 1px solid #C1C3D1;
  color:#666B85;
  font-size:16px;
  font-weight:normal;
  text-shadow: 0 1px 1px rgba(256, 256, 256, 0.1);
}
 
tr:hover td {
  background:#4E5066;
  color:#FFFFFF;
  border-top: 1px solid #22262e;
}
 
tr:first-child {
  border-top:none;
}

tr:last-child {
  border-bottom:none;
}
 
tr:nth-child(odd) td {
  background:#EBEBEB;
}
 
tr:nth-child(odd):hover td {
  background:#4E5066;
}

tr:last-child td:first-child {
  border-bottom-left-radius:3px;
}
 
tr:last-child td:last-child {
  border-bottom-right-radius:3px;
}
 
td {
  background:#FFFFFF;
  padding:20px;
  text-align:left;
  vertical-align:middle;
  font-weight:300;
  font-size:18px;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
  border-right: 1px solid #C1C3D1;
}

td:last-child {
  border-right: 0px;
}

th.text-left {
  text-align: left;
}

th.text-center {
  text-align: center;
}

th.text-right {
  text-align: right;
}

td.text-left {
  text-align: left;
}

td.text-center {
  text-align: center;
}

td.text-right {
  text-align: right;
}


/*
         table {
         background-color: #f5f5f5;
         margin: 2rem 0;
         word-break:none;
        
    white-space: nowrap;
         }
         .table__caption {
         caption-side: top ;
         text-align:center;
         font-size:30px;
         background-color: #eaeaea;
         }
         .table__th {
         background-color: #eaeaea;
         }
         tr:nth-child(even) {background-color: #f2f2f2;}
         tr th:first-child,
         tr td:first-child {
         width: 100px;
         min-width: 100px;
         max-width: 100px;
         
             text-align:center;
         }*/
      
.text-404 {
    text-align: center;
}

.text-404 h1 {
    font-size: 200px;
    color: #000;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.text-404 h3 {
    color: #000;
    font-weight: 500;
    margin-bottom: 20px;
}

.text-404 p {
    font-size: 15px;
    color: #c4c4c4;
    margin-bottom: 43px;
}

.text-404 .search-404 {
    position: relative;
    width: 470px;
    margin: 0 auto 35px;
}



.text-404 .search-404 button {
    font-size: 16px;
    color: #ffffff;
    background: transparent;
    border: none;
    position: absolute;
    right: 0;
    top: 0;
    padding: 11px 20px 11px;
}

.text-404 a {
    font-size: 15px;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
}

.text-404 a:after {
    position: absolute;
    left: 0;
    bottom: -5px;
    height: 1px;
    width: 100%;
    background: #252525;
    content: "";
}

.text-404 a i {
    color: #f36100;
    margin-right: 5px;
}