/*Styling to top navigation bar*/
.navbar-default {
  	background: transparent;
    padding: 5px 0px;
    /*background-color: #2b3e50;*/
    /*color: #2b3e50;*/
}


a.navbar-brand {
    /*background: : transparent;
    background-color: #2b3e50;
    color: #2b3e50;*/
    display: contents;
}

.navbar-brand > img {
   width: 140px;
   height: 50px;
   margin-top: 10px;
}

/* Hide the Pomodoro / Ten-a-day toggle button on the Timer module */
.btn-toggle-tenaday > .btn {
    visibility: hidden;
}

/* "What are you working on" text */
label {
    font-weight: normal;
}

/* "Set up sprint" button on Timer module */

.btn-info {
	background-color: #b9bccd;	
}

.btn-info:focus,
.btn-info.focus {
  color: #ffffff;
  background-color: #b9bccd;
  border-color: rgba(0, 0, 0, 0);
}
.btn-info:hover {
  color: #ffffff;
  background-color: #aaadc1;
  border-color: rgba(0, 0, 0, 0);
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #b9bccd;
  border-color: rgba(0, 0, 0, 0);
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #ffffff;
  background-color: #b9bccd;
  border-color: rgba(0, 0, 0, 0);
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #b9bccd;
  border-color: transparent;
}


/*
.btn-info:hover {
    background-color: #aeb2c9;
}

.btn-info:focus {
	background-color:#b9bccd;
}

.btn-info:visited {
background-color: #aeb2c9;
}

.btn-info:active {
background-color: red;
color: red;
}

a.btn-info {
background-color: #aeb2c9;
}

.toggle-sprint {
background-color: #aeb2c9;
}

.toggle-sprint:active {
background-color: red;
color: red;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #aeb2c9;
}
*/

/*Styling to Pomodoro board module*/
.col-md-8 > .panel-default > .panel-heading {
    /*background-color: #ed1515;*/
    visibility: hidden;
}

.panel-body.panel-leaderboard {
    padding: 0px 0 !important;
}

.panel-body.panel-leaderboard {
    margin-top: -42px;
    background-color: #435360;
    font-weight: normal;
   
}


.col-md-8 > .panel-default {
	background-color: transparent;
}


.table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {

    font-weight: normal;
    padding: 10px 0px 10px 10px;
    font-size: 15px;
    vertical-align: middle;
}


.table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th {
    padding: 5px 0px 3px 10px;
}

.table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th {
    padding: 5px 0px 3px 10px;
}

/*Headline bar of Pomodoro board*/
table tr td:nth-child(1), table tr th:nth-child(1) {
    display: none;
}

table tr th {
    vertical-align: middle;
}
    

table tr th:nth-child(5) {
    text-align: left;
}

table tr th:nth-child(6) {
    text-align: left;
}
    

/*Cells of Pomodoro board for "Time", "Pomodoros Today" and "Pomodoros This week"*/
table tr td:nth-child(4) {
    text-align: right;
    width: 80px;
}

table tr td:nth-child(5) {
    text-align: center;
    width: 55px;
}

table tr td:nth-child(6) {
    text-align: center;
    width: 100px;
}


/* Footer text*/
footer {
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
}

