﻿*{
    list-style-type:none;
}
body{
	width:100%;
	height:100%;
}
.row > div{
	text-align:center;
	margin-top:10px;
	padding-top:10px;
	padding-bottom: 10px;
}

/*footer{*/
/*	clear: both;*/
/*    text-align: center;*/
/*    position: relative;*/
/*    bottom: 0px;*/
/*    width: 100%;*/
/*}*/
img{
	width: 100%;
	height: 100%;
	objec-fit: cover;
}
.navbar-brand span{
	color: #000
}

.navbar-default{
	font-size: 20px;
	background: transparent;
	box-shadow: none !important;
	border-color: #fff;
	background-color: #34495e;
}
.form-group label{
	float: left;
}


.table th{
	text-align:center;
}
.table{
	font-size: 15px;
	text-align: center;
	border-width: 1px;
}

.table-striped>tbody>tr:nth-of-type(odd) {
	background-color: #f6fafd;
}

/*.row h1{*/
/*	text-shadow: 5px 5px 5px #888;*/
/*}*/
.spinner {
  width: 100%;
}
.spinner input {
  text-align: left;
}
.input-group-btn-vertical {
  position: relative;
  white-space: nowrap;
  width: 1%;
  vertical-align: middle;
  display: table-cell;
}
.input-group-btn-vertical > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
  padding: 8px;
  margin-left: -1px;
  position: relative;
  border-radius: 0;
  background: transparent;
}
.input-group-btn-vertical > .btn:first-child {
  border-top-right-radius: 4px;
}
.input-group-btn-vertical > .btn:last-child {
  margin-top: -2px;
  border-bottom-right-radius: 4px;
}
.input-group-btn-vertical i{
  position: absolute;
  top: 0;
  left: 4px;
}
.tabStyle{
	border-width: 1px;
	font-weight: bold;
	font-size: 16px;
	/*box-shadow: 5px 5px 5px #888;*/
	color: #34495e !important;
}

.tgcButton{
	font-weight: bold;
	box-shadow: 6px 6px 6px #b0bec2;;
}
/*.selectedNav{*/
/*	box-shadow:2px 2px 2px 2px rgba(0,0,0,0.3);*/
/*}*/



/*.p-register{*/
/*	font-size: 14px;*/
/*	margin-top: 30px;*/
/*}*/
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover{
	border: 2px solid #34495e !important;
	border-bottom-color: white !important;
}

.nav-tabs>li>a {
	border-radius: 8px 8px 0 0 !important;
}

.nav-tabs {
	border-bottom: 1px solid #34495e;
}

.nav {
	margin-bottom: 5px;
}

/*.form-control {*/
/*	height: 40px;*/
/*}*/
