.stessa {
}

body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 13px;
    line-height: 1.4;
}

.cal2-game-tobe {
}

.report-goals blockquote {
    padding: 10px 35px;
    margin: 0px 0px 20px;
    font-size: 17.5px;
    border-left: 5px solid #EEE;
}

.main-footer {
    padding: 1px;
    color: #444;
    border-top: 1px solid #D2D6DE;
}

.box.no-bottom {
	margin-bottom: 0px;
}

ul.bread {
  margin: 0;
  padding: 0;
  list-style: none;
}

#breadcrumbs-one{
  background: #eee;
  border-width: 1px;
  border-style: solid;
  border-color: #f5f5f5 #e5e5e5 #ccc;
  border-radius: 5px;
  box-shadow: 0 0 2px rgba(0,0,0,.2);
  overflow: hidden;
  width: 100%;
}

#breadcrumbs-one li{
  float: left;
}

#breadcrumbs-one a{
  padding: .7em 1em .7em 2em;
  float: left;
  text-decoration: none;
  color: #444;
  position: relative;
  text-shadow: 0 1px 0 rgba(255,255,255,.5);
  background-color: #ddd;
  background-image: linear-gradient(to right, #f5f5f5, #ddd);  
}

#breadcrumbs-one li:first-child a{
  padding-left: 1em;
  border-radius: 5px 0 0 5px;
}

#breadcrumbs-one a:hover{
  background: #fff;
}

#breadcrumbs-one a::after,
#breadcrumbs-one a::before{
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1.5em;   
  border-top: 1.5em solid transparent;
  border-bottom: 1.5em solid transparent;
  border-left: 1em solid;
  right: -1em;
}

#breadcrumbs-one a::after{ 
  z-index: 2;
  border-left-color: #ddd;  
}

#breadcrumbs-one a::before{
  border-left-color: #ccc;  
  right: -1.1em;
  z-index: 1; 
}

#breadcrumbs-one a:hover::after{
  border-left-color: #fff;
}

#breadcrumbs-one .current,
#breadcrumbs-one .current:hover{
  font-weight: bold;
  background: none;
}

#breadcrumbs-one .current::after,
#breadcrumbs-one .current::before{
  content: normal;  
}

#breadcrumbs-two{
  overflow: hidden;
  width: 100%;
}

#breadcrumbs-two li{
  float: left;
  margin: 0 .5em 0 1em;
}

#breadcrumbs-two a{
  background: #ddd;
  padding: .7em 1em;
  float: left;
  text-decoration: none;
  color: #444;
  text-shadow: 0 1px 0 rgba(255,255,255,.5); 
  position: relative;
}

#breadcrumbs-two a:hover{
  background: #99db76;
}

#breadcrumbs-two a::before{
  content: "";
  position: absolute;
  top: 50%; 
  margin-top: -1.5em;   
  border-width: 1.5em 0 1.5em 1em;
  border-style: solid;
  border-color: #ddd #ddd #ddd transparent;
  left: -1em;
}

#breadcrumbs-two a:hover::before{
  border-color: #99db76 #99db76 #99db76 transparent;
}

#breadcrumbs-two a::after{
  content: "";
  position: absolute;
  top: 50%; 
  margin-top: -1.5em;   
  border-top: 1.5em solid transparent;
  border-bottom: 1.5em solid transparent;
  border-left: 1em solid #ddd;
  right: -1em;
}

#breadcrumbs-two a:hover::after{
  border-left-color: #99db76;
}

#breadcrumbs-two .current,
#breadcrumbs-two .current:hover{
  font-weight: bold;
  background: none;
}

#breadcrumbs-two .current::after,
#breadcrumbs-two .current::before{
  content: normal;
}

#breadcrumbs-three{
  overflow: hidden;
  width: 100%;
}

#breadcrumbs-three li{
  float: left;
  margin: 0 2em 0 0;
}

#breadcrumbs-three a{
  padding: .7em 1em .7em 2em;
  float: left;
  text-decoration: none;
  color: #444;
  background: #ddd;  
  position: relative;
  z-index: 1;
  text-shadow: 0 1px 0 rgba(255,255,255,.5);
  border-radius: .4em 0 0 .4em;  
}

#breadcrumbs-three a:hover{
  background: #abe0ef;
}

#breadcrumbs-three a::after{
  background: #ddd;
  content: "";
  height: 2.5em;
  margin-top: -1.25em;
  position: absolute;
  right: -1em;
  top: 50%;
  width: 2.5em;
  z-index: -1; 
  transform: rotate(45deg);
  border-radius: .4em;
}

#breadcrumbs-three a:hover::after{
  background: #abe0ef;
}

#breadcrumbs-three .current,
#breadcrumbs-three .current:hover{
  font-weight: bold;
  background: none;
}

#breadcrumbs-three .current::after{
  content: normal;
}

#breadcrumbs-four{
  overflow: hidden;
  width: 100%;
}

#breadcrumbs-four li{
  float: left;
  margin: 0 .5em 0 1em;
}

#breadcrumbs-four a{
  background: #ddd;
  padding: .7em 1em;
  float: left;
  text-decoration: none;
  color: #444;
  text-shadow: 0 1px 0 rgba(255,255,255,.5); 
  position: relative;
}

#breadcrumbs-four a:hover{
  background: #efc9ab;
}

#breadcrumbs-four a::before,
#breadcrumbs-four a::after{
  content:'';
  position:absolute;
  top: 0;
  bottom: 0;
  width: 1em;
  background: #ddd;
  transform: skew(-10deg);  
}

#breadcrumbs-four a::before{

  left: -.5em;
  border-radius: 5px 0 0 5px;
}

#breadcrumbs-four a:hover::before{
  background: #efc9ab;
}

#breadcrumbs-four a::after{
  right: -.5em;   
  border-radius: 0 5px 5px 0;
}

#breadcrumbs-four a:hover::after{
  background: #efc9ab;
}

#breadcrumbs-four .current,
#breadcrumbs-four .current:hover{
  font-weight: bold;
  background: none;
}

#breadcrumbs-four .current::after,
#breadcrumbs-four .current::before{
  content: normal;
}

.form-horizontal .control-label {
    padding-top: 5px;
    padding-bottom: 0px;
}

.form-control:focus {
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(102, 175, 233, 0.6);
    border: 2px solid;
    border-color: #66AFE9;
}

.form-group.has-success .form-control {
    border-color: #00A65A;
    box-shadow: none;
}
.form-group.has-success .form-control:focus {
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 6px #67B168;
    border: 2px solid;
    border-color: #00A65A;
}

.form-group.has-error .form-control:focus {
    border-color: #DD4B39;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 6px #CE8483;
}


.table.grade td.text-right {
	text-align: right;
}
.table.grade td.text-right label {
	margin-bottom: 0px;
}

.table.grade td {
	text-align: center;   
	padding: 1px 8px 1px 8px;
	vertical-align:middle;

}

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

	
.streamtabx li {
	width:150px;
}

.upload-filename {
    font-size: 16px;
}

.rep-page-header img {
	vertical-align: bottom;
}

.rank {
	margin-top: 80px;
	margin-left: 30px;
	
}
.player-rep h4 {
    margin-top: 5px;
    
}
.table.rep-score > tbody > tr > td, .table > tfoot > tr > td {
    padding: 2px 10px 2px;
    line-height: 1.4;
}
.donut-inner {
   margin-top: 10px;
   margin-bottom: 10px;
}
.donut-inner h5 {
   margin-bottom: 50px;
   margin-top: -50;
}
.donut-inner span {
   font-size: 12px;
}

.report-box {
    border-radius: 2px;
    position: relative;
    display: block;
    margin-bottom: 10px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    text-align: center;
    width: 135px;
}

.report-box > .inner {
	padding: 10px;
	padding-top: 60px;
    text-align: center;
    font-size: 15px;
    z-index: 100;
}
    
.shirt-number {
	font-family: "Source Sans Pro",sans-serif;
	font-size: 38px;
	font-weight: bold;
	padding-top: 30px;
	width: 135px;
	line-height: 30px;
	color: #fff;
}
.s-num {
	line-height: 38px;
}
.shirt {
	color: #2c2e64;
	color: #4b2e83;
	font-size:150px;
}

.shirt-text {
	line-height: 15px;
	font-size: 15px;
	margin-top: 3px;
}

.report-box h3 {
    font-size: 38px;
    font-weight: bold;
    margin: 0px 0px 20px;
    white-space: nowrap;
    padding: 0px;
      z-index: 100;
}

.report-player.icon {
    transition: all 0.3s linear 0s;
    position: absolute;
    top: -10px;
    z-index: 1;
    font-size: 150px;
    color: rgba(255, 0, 0, 1);
    text-align: center;
 }



.file-box > li:hover > a, .skin-blue .sidebar-menu > li.active > a:hover {
    color: #FFF;
    background: none repeat scroll 0% 0% #1E282C;
    border-left-color: #3C8DBC;
}


.file-box > .nav-stacked > li.active > a, .file-box .nav-stacked > li > a:hover {
    background: none repeat scroll 0% 0% transparent;
    color: #444;
    border-top: 0px none;
    border-left-color: #3C8DBC;
}


.navbar-nav > .user-menu > .dropdown-menu > li.user-header {
    height: 65px;
 }

.sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
    top: 38px;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 8px;
    padding-bottom: 6px;
    line-height: 1.4;
}

/*
.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
  background-color: #ddd;
}
*/
.table-hover > tbody > tr:hover {
    background-color: #DDD !important;
}

table.dataTable tbody > tr.selected:hover , table.dataTable tbody > tr > .selected:hover {
    background-color: #07B !important;
}
.table-striped > tbody > tr:nth-child(2n+1) {
    background-color: #F9F9F9;
}

.table-striped > tbody > tr:nth-child(2n+1) {
    background-color: #F1F1F1;
}
/*
.odd {
	background-color: #F1F1F1; /* !important; */
}
*/

.small-box .icon {
    top: 0px;
}

.sidebar-menu .treeview-menu > li > a {
    font-size: 13px;
}
.bootstrap-filestyle .form-control {
    height: 34px;
    padding: 3px 6px;
    font-size: 13px;
}


.form-control {
    height: 26px;
    padding: 3px 6px;
    font-size: 13px;
    /*border-color: #BBB;*/
}

.select2-container .select2-selection--multiple {
    min-height: 26px;
}

.form-control-feedback {
    top: -2px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    right: 3px;
    top: -2px;
}

.box-header > .fa, .box-header > .glyphicon, .box-header > .ion, .box-header .box-title {
 
    font-size: 16px;
}
.box-header h2.box-title.play {
    font-size: 20px;
}
 
.box .knob-label {
	color: #444;
}

.tacklemargin.row {
    margin-left: 0px;
}

.barbox {
	height: 150px;
}

.help-block {
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
}


a {
    color: #666;
}

a.tackle {
    color: #222;
}

a.tackle:hover {
    color: #367FA9;;
}

a:hover, a:active, a:focus {
    outline: medium none;
    text-decoration: none;
    color: #72AFD2;
    color: #000;
}

.knob {
	display: none;
}

.box.databox {
    border-top-color: #D2D6DE;
}

.select2-container--default .select2-selection--single, .select2-selection .select2-selection--single {
    border: 1px solid #BBB;
	padding: 3px 12px;
	height: 26px;    
}
 

.box.dense {
    margin-bottom: 2px;
}

.box-subheader {
	font-size: 15px; 
	font-weight: 500;
    padding: 4px 10px;
    border-bottom: 1px solid #F4F4F4;
}

.skin-blue .main-header .navbar .sidebar-toggle:hover {
    color: #DABB17;
    color: #FAEB37;
    background-color: #222;    
}

.login-box-body, .register-box-body {
    
    padding: 20px;
    border: 1px solid;
    border-color: #DDD

}

.color-atavus-yellow {
	color: #FAEB37;
}

.bg-color-atavus-yellow {
	background-color: #FAEB37;
}

.form-horizontal .form-group {
    margin-left:  -10px;
    margin-right: -10px;
}

.no-bottom {
    margin-bottom: 1px;
}

.multiselect {
	display: none;
}





.logo-head {
    width: 100%;
    max-height: 35px;
    width: auto;
    padding-top: 10px;
     
}

.logo-mini img {
    width: 100%;
    max-height: 25px;
    width: auto;
}

.headline {
	float: left;
	color: #F6F6F6;
	padding-top: 10px;
	font-size: 24px;
	
}



.headline img {
    width: 100%;
    max-height: 26px;
    width: auto;
    vertical-align: -4px;
}
.skin-blue .main-header .logo:hover {
    background-color: #357CA5;
    background-color: #222;
}

.skin-blue .wrapper, .skin-blue .main-sidebar, .skin-blue .left-side {
    /* background-color: #001F3F; */
   background-color: #000;
}


.skin-blue .sidebar-menu > li:hover > a, .skin-blue .sidebar-menu > li.active > a {
    color: #FFF;
    color: #FAEB37;
    background: none repeat scroll 0% 0% #001A35;
    background: none repeat scroll 0% 0% #222;
    border-left-color: #3C8DBC;
    border-left-color: #FAEB37;
}

.skin-blue .treeview-menu > li > a:hover {
    color: #FAEB37;
}

.skin-blue .sidebar-menu > li.active > a {
    color: #FFF;
}

.skin-blue .sidebar-menu > li > .treeview-menu {
    background: none repeat scroll 0% 0% #001F3F;
    background: none repeat scroll 0% 0% #222;
}
.skin-blue .sidebar-menu > li.header {
    color: #6B848F;
    background: none repeat scroll 0% 0% #001F3F;
    background: none repeat scroll 0% 0% #111;
}
.skin-blue .main-header li.user-header {
    background-color: #001F3F;
    background-color: #000;
}
.skin-blue .main-header .logo {
    background-color: #001A35;
    background-color: #000;
}
.control-sidebar-dark .nav-tabs.control-sidebar-tabs {
    border-bottom: medium none #102A35;
}
.control-sidebar-dark, .control-sidebar-dark + .control-sidebar-bg {
    background: none repeat scroll 0% 0% #001A35;
    background: none repeat scroll 0% 0% #000;
}

.skin-blue .main-header .navbar {
    background-color: #001F3F;
    background-color: #000;
    /* background-color: #596d82;*/
}

.header-in h2, .header-in h3, .header-in h4 {
    display: inline-block;
    vertical-align: baseline;
    line-height: 100%;
}

.dense .box-header {
    padding-top: 9px;
    padding-bottom: 5px;
}

.dense .form-group {
    margin-bottom: 5px;
}

.dense .form-control {
	height: 26px;
	padding: 2px 4px;
    padding-top: 2px;
    padding-right-value: 4px;
    padding-bottom: 2px;
    padding-left-value: 4px;
    padding-left-ltr-source: physical;
    padding-left-rtl-source: physical;
    padding-right-ltr-source: physical;
    padding-right-rtl-source: physical;
}
.dense .select2-container--default .select2-selection--single, .dense .select2-selection .select2-selection--single {
    padding: 2px 4px;
    height: 26px;
}
.dense .form-horizontal .control-label {
    padding-top: 2px;
    padding-left: 5px;
	padding-right: 5px;
}

.dense .control-label {
	padding-top: 5px;
	padding-right: 1px;
}

.dense .btn {
    padding: 2px 4px;
    padding-top: 2px;
	padding-right-value: 4px;
	padding-bottom: 2px;
	padding-left-value: 4px;
    
}

.logo-panel > .image > img {
    width: 100%;
    max-width: 150px;
    height: auto;
}

.login-page, .register-page {
    background: none repeat scroll 0% 0% #D2D6DE;
    background: none repeat scroll 0% 0% #FFF;
}


