
/* General */

body {
	background-color: #f1f1f1;
	font-family: 'Ubuntu', sans-serif;
	font-size: 18px;
}

#body-users-login {
	background-color: #344571;
}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

.fs12{
    font-size: 12px;
}

.h1, h1 {
	font-size: 25px !important;
	font-weight: bold;
	color: #344571;
	padding: 10px 0 30px 0 ;
}

.form-control {
    font-size: 18px;
    border: 1px solid #cccccc;
    height: auto;
    border-radius: 5px;
}


.form-group {
	margin-bottom: 30px;
}

table#userTable {
    background: #fff;
}

table#userTable thead,
table#userTable tbody {
	padding: 28px 33px;

}

.userContentTable i{
	color: #a0a0a0;
	font-size: 50px;
	padding: 0px 20px;
}

#login {
    width: 320px;
    padding: 8% 0 0;
    margin: auto;
}

#login form {
    margin-top: 20px;
    margin-left: 0;
    padding: 30px 24px 20px;
    background: #fff;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.13);
    box-shadow: 0 1px 3px rgba(0,0,0,.13);
}

#login label {
    color: #72777c;
    font-size: 14px;
}

.version {
	font-size: 14px;
	padding: 25px;
	text-align: center;
	color: #fff;
}


#login form .input, .login input[type=text] {
    font-size: 24px;
    width: 100%;
    padding: 3px;
    margin: 2px 6px 16px 0;
}

#dashboard .plate{
	background: #fff;
	border: solid 1px  #e1e1e1;
	margin-bottom: 20px;
}
#dashboard .plate .caption{
	font-size: 20px;
	color: #344571;
	margin: 0 0 10px 0;
	padding: 0;
}
#dashboard .plate .icon{
	color: #e1e1e1;
	font-size: 60px;
}

.p30{
	padding: 30px;
}

.btn {
	font-size: 16px;
	font-weight: bold;
}
a.badge {
    font-size: 18px;
    padding: 10px 15px;
    background-color: #5cb85c !important;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

#topNavigation{
 /* background: linear-gradient(to bottom, #208ed3 0%,#0272bd 100%);*/
  background-color: #fff;
 /* height: 40px;*/
   padding: 10px 0 0 0;
  width: 100%;
  border-bottom: solid 3px #208ed3;
}
#topNavigation,
#topNavigation a{
  color: #000;
}
#topNavigation .title{
  font-size: 22px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}

#topNavigation ul{
  list-style: none;
  margin: 10px 0 0 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
  position:relative;

}
#topNavigation li{
  transition: all 500ms;
  float:left;
  padding: 0 5px;
  outline: solid 0px red;
  width: 14.28%;
}



.navButton{
  margin-top: 10px;
  color: #fff;

  display: inline-block;
  text-align: center;
  padding: 0;
  font-weight: lighter;
  font-size: 12px;
  width: 100%;
}


.navButton [class^="badge-"]{
  font-size: 0.6em;
  color: #fff;
  border-radius: 5px;
  padding: 3px 7px 3px 5px;
  vertical-align: top;
}
.navButton .badge-red{
  background: #f00;
}
.navButton .badge-green{
  background: #080;
}

.navButton i,
.navButton span{
  font-size: 22px;
  max-height: 22px;
}

.navButton [class^="flaticon-"]:before,
.navButton [class*=" flaticon-"]:before,
.navButton [class^="flaticon-"]:after,
.navButton [class*=" flaticon-"]:after {
  font-size: 1em;
  margin:0;
  padding: 0;
}


[class^="difficulty-indicator-"]{
  height: 20px;
  width: 20px;
  display: block;
  border-radius: 50%;
  margin: auto;
}
.difficulty-indicator-easy{
  background: #0f0;
}
.difficulty-indicator-medium{
  background: #dd0;
}
.difficulty-indicator-hard{
  background: #a00;
}

table .gym-logo{
  width: 50px;
  height: 50px;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	padding: 14px;
}

.lightbox-wrapper{
  position: fixed;
  padding: 40px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 99999;
  overflow: scroll;
  background: rgba(0,0,0,0.9);
}

.lightbox-wrapper .title{
  color: #fff;
  font-size: 1.5em;
}
.lightbox-wrapper .white-plate{
  *background: #fff;
  width: 100%;
  padding: 10px;
  margin: 0;
  color: #fff;
}

.lightbox-wrapper .white-plate .plate-title{
  font-size: 1em;
  display: block;
  margin: 10px 0px 10px 0px;
  white-space: nowrap;
  overflow: hidden;
}

.no-padding {
   padding: 0 !important;
   margin: 0 !important;
}


.dropzone{
	width: 100%;
	backgorund: #ccc;
	border: solid 1px #333;
	border-radius: 3px;
	text-align: center;
	min-height: 75px;
}

.tile-media{
	border-radius: 3px;
	border: solid 1px #ccc;
	padding: 3px;
}
.tile-media p{
	margin: 0;
}


#trainplan td{
	padding: 14px 2px;
}
#trainplan input{
	font-size: 14px;
}



.achievement{
  background: rgba(0,0,0,0.7);
  border-radius: 10px;
  overflow: hidden;
  *opacity: 0.6;
}

.achievement header{
  padding: 5px;
  background: linear-gradient(to bottom, #208ed3 0%,#0272bd 100%);
}
.achievement header p{
  padding:0;
  margin:0;
  font-size: 1.5em;
  font-weight: lighter;
  text-align: center;
  color: #fff;
}

.achievement section.icon{
  padding: 20px 0px;
  text-align: center;
  font-size: 3em;
  color: rgba(255,255,255,0.7);
}

.achievement section.text{
  text-align: justify;
  padding: 0px 20px 10px 20px;
}
.achievement section.text p{
  color: rgba(255,255,255,0.7);
}

.achievement section.reward{
  padding: 0px 20px 10px 20px;
}
.achievement section.reward p{
  color: #c2b41e;
  font-weight: normal;
  font-size: 0.8em;
}

.achievement section.progress-bar{
  height: 3px;
  width: 100%;
}

.achievement section.progress-bar .progress{
  background-color: #fff;
  height: 3px;
}

#mainContent {
	padding: 0px 20px 40px 20px;
}

.print-gym-logo{
	display: none;
}

ul.problems{
	font-size: 14px;
}

ul.problems li.warning{
	background: #fed627;
	margin-bottom: 20px;
	padding: 10px;
	list-style: none;
}


.user-stats-row{
	background: #fed627;
}

.app-status{
	width: 100%;
}
.app-status div{
	width: 100%;
	border: solid 1px white;
	border-radius: 5px;
	text-align: center;
	padding: 10px;
	color: white;
}
.app-status div.red{
	background: rgb(141,30,0);
}
.app-status div.green{
	background: rgb(40,175,101);
}

table.analysies-table{
	vertical-align: middle;
	border-collapse:separate;
	border-spacing:5px;
}
table.analysies-table td{
	background: #333;
	color: white;
	text-align: center;
	padding: 5px 0px;
}
