/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */


.ccss-strong {
  font-weight: bold; 
}

.ccss-em {
  font-style: italic; 
}

.ccss-table {
  background: #f5f5f5;
  border-collapse:collapse;
  border:0;
  font-size: 12px;
  margin: 30px auto;
  text-align: left;
  width: 800px;
}  

.ccss-th {
  background: steelblue;
  border-collapse:collapse;
  border:0;
  box-shadow: inset 0 1px 0 #999;
  color: #fff;
  font-weight: bold;
  padding: 10px 15px;
  position: relative;
  text-shadow: 0 1px 0 #000;  
}

.ccss-th:after {
  background: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,0));
  border-collapse:collapse;
  border:0;
  content: '';
  display: block;
  height: 25%;
  left: 0;
  position: absolute;
  top: 25%;
  width: 100%;
}

.ccss-th:first-child {
  box-shadow: inset 1px 1px 0 #999;
}

.ccss-th:last-child {
  box-shadow: inset -1px 1px 0 #999;
}

.ccss-td {
  padding: 10px 15px;
  position: relative;
  transition: all 300ms;
}

.ccss-td:first-child {
  box-shadow: inset 1px 0 0 #fff;
}  

.ccss-td:last-child {
  box-shadow: inset -1px 0 0 #fff;
  
  
}  

.ccss-tr {
  font-size: x-large;
line-height: 25px;
}

.ccss-tr:nth-child(odd) ccss-td {
  background: #f1f1f1;  
}

.ccss-tr:last-of-type ccss-td {
  box-shadow: inset 0 -1px 0 #fff; 
}

.ccss-tr:last-of-type ccss-td:first-child {
  box-shadow: inset 1px -1px 0 #fff;
}  

.ccss-tr:last-of-type ccss-td:last-child {
  box-shadow: inset -1px -1px 0 #fff;
}  

.ccss-tbody:hover ccss-td {
  color: transparent;
  text-shadow: 0 0 3px #aaa;
}

.ccss-tbody:hover ccss-tr:hover ccss-td {
  color: #444;
  text-shadow: 0 1px 0 #fff;
}

.ccss-a {
  color:inherit;
  text-decoration: none;
 }
 
 
.td_photo{
  height:90px;
  width:90px;
  color:#fff; 
  background: steelblue;  
  float:center;
}

.td_data{
  height:100px;
  width:100%;
  line-height:90%;
  background: #FCFCFC; 
}

.td_header{
  height:100px;
  min-width:400px;
  line-height:90%;
  padding-left: 30px;
  padding-right: 30px;
  color:#fff; 
  background: steelblue;
  line-height: 25px;
}

.tr_frame{
  line-height:20px;
}

.open_sans_font{
  font-family: 'Open Sans', sans-serif;
}

.optima_font{
  font-family: Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif;
}

.welcome_box{
  min-height: 320px;
  width: 640px;
  padding: 30px;
}

.page-wrap {
  position: fixed;
  top: 10px;
  right: 10px;
  left: 10px;
  bottom: 10px;
  background: 4e697d;
  border-radius: 10px;
  padding: 20px;
  overflow-y: scroll;
}

::-webkit-scrollbar-track {
  background: none;
}
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 5px;
}

.rounded-img2 {
display: inline-block;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}

/*GROW*/
.grow img {
  height: 90px;
  width: auto;
 
}
 
.grow img:hover {
  width: 150px;
  height: auto;
  transition-duration: 4s;
  transition-delay: 2s;
  
    -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}

.pic {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.iconbutton {
  height: 24px;
  width: 2;
}

.table_formatted {
  background: #f5f5f5;
  border-collapse:collapse;
  border:0;
  font-size: 12px;
  margin: 30px auto;
  text-align: left;
  width: 100%;
  text-align:center;
}  

.th_formatted {
  background: steelblue;
  border-collapse:collapse;
  border:0;
  box-shadow: inset 0 1px 0 #999;
  color: #fff;
  font-weight: bold;
  padding: 10px 15px;
  position: relative;
  text-shadow: 0 1px 0 #000;
  text-align:center;
}

.th_formatted:after {
  background: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,0));
  border-collapse:collapse;
  border:0;
  content: '';
  display: block;
  height: 25%;
  left: 0;
  position: absolute;
  top: 25%;
  width: 100%;
  text-align:center;
}

.th_formatted:first-child {
  box-shadow: inset 1px 1px 0 #999;
}

.th_formatted:last-child {
  box-shadow: inset -1px 1px 0 #999;
 
}

.td_formatted {
  padding: 10px 15px;
  position: relative;
  transition: all 300ms;
  text-align:center;
  border-right: 1px solid black;
border-bottom: 1px solid black;
}

.td_formatted:first-child {
  box-shadow: inset 1px 0 0 #fff;
  border-left: 1px solid black;
  
}  

.td_formatted:last-child {
  box-shadow: inset -1px 0 0 #fff;
}  

.tr_formatted {
  font-size: x-large;
  line-height: 25px;
  
}
.tr_formatted: first-child {
  border: 1px solid #4682B4;
  
}
.tr_formatted:nth-child(odd) td_formatted {
  background: #f1f1f1;  
}

.tr_formatted:last-of-type td_formatted {
  box-shadow: inset 0 -1px 0 #fff; 
}

.tr_formatted:last-of-type td_formatted:first-child {
  box-shadow: inset 1px -1px 0 #fff;
}  

.tr_formatted:last-of-type td_formatted:last-child {
  box-shadow: inset -1px -1px 0 #fff;
}  

.tbody_formatted:hover td_formatted {
  color: transparent;
  text-shadow: 0 0 3px #aaa;
}

.tbody_formatted:hover tr_formatted:hover td_formatted {
  color: #444;
  text-shadow: 0 1px 0 #fff;
}

.ccss-a {
  color:inherit;
  text-decoration: none;
 }
 
.one-edge-shadow {
  -webkit-box-shadow: 0 8px 6px -6px black;
     -moz-box-shadow: 0 8px 6px -6px black;
          box-shadow: 0 8px 6px -6px black;
}