/*****
1 - GENERAL


****/

html {
  position: relative;
  min-height: 100%;
}

body {
    font-family: 'Open Sans', sans-serif;
    background-color: #f9f9f9;
   color: #868686;
/*    margin-bottom: 60px;*/
}

ul, li {
    padding: 0 !important;
    margin: 0 !important
}

a, a:hover { text-decoration: none; color: #6C9F42; font-weight: bold }

h1 { font-size: 20px; color: #868686; font-weight: 700 }
h2 { font-size: 18px; color: #868686; font-weight: 700 }
h3 { font-size: 16px; color: #868686; font-weight: 400 }
h5 { font-size: 15px; color: #868686; font-weight: 600 }

.bg-green{
    background-color: #6C9F42;
}


/*****  LOGIN ****************************************************************/
.login {
    color:#A6A6A6;
}

.login .bg-cover {
    height: 100vh;
    background-image: url('../img/bg.png');
    background-size: cover;
}

.login img {
    margin-bottom: 50px;
}

.login .form {
    padding: 5% 5% 0 5%;
}

.login a, .login a:hover {
    color:#A6A6A6;
    font-weight: 900;
}

/*****  FORM & BTN  ****************************************************************/
input.empty {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color:#A6A6A6;
}

input{
    height: 48px !important;
    border-radius: 3px;
}

.input_checkbox{
    height: 13px !important;
}
.input_list{
    line-height: 35px;
    list-style: none;
}
.label_checkbox{
    margin-left: 10px;
}

select {
    height: 48px !important;
    border-radius: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
}

input.search { border-radius:0px !important ; }

.btn-default {
    background-color: #6C9F42;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 14px;
    width: 150px;
    height: 45px;
    border-radius: 2px;
}

.btn-info {
    background-color: transparent;
    color: #A6A6A6;
    border: 1px solid #A6A6A6;
    font-weight: 700;
    font-size: 14px;
    border-radius: 2px;
    height: 45px;
    padding: 12px
}

.btn-info.plus {
    font-size: 20px;
    padding: 3px 12px;
    height: 35px;

}

.btn-info:hover, .btn-info:hover, .btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open>.dropdown-toggle.btn-info.focus, .open>.dropdown-toggle.btn-info:focus, .open>.dropdown-toggle.btn-info:hover, .btn-info.focus, .btn-info:focus, .btn-info.active, .btn-info:active, .open>.dropdown-toggle.btn-info{
    background-color: #6C9F42;
    color: #FFFFFF;
    border: 1px solid #A6A6A6;
}

.btn-small {
    height: 25px;
    width: auto !important;
    padding: 5px 10px;
    font-size: 10px;
}

.bootstrap-select .btn-default {
    background-color: transparent !important;
    color:#555;
}

span.input-group-addon{
    height: 45px;
}

::-webkit-datetime-edit { padding: 1em; }
::-webkit-datetime-edit-fields-wrapper { background: transparent; }
::-webkit-datetime-edit-text { color: #555555; padding: 0 0.3em; }
::-webkit-datetime-edit-month-field { color: #555555; }
::-webkit-datetime-edit-day-field { color: #555555; }
::-webkit-datetime-edit-year-field { color: #555555; }
::-webkit-inner-spin-button { display: none; }
::-webkit-calendar-picker-indicator { background: transparent; }


/******** NAV ***************************************************************/
.navbar { margin-bottom: 0; }
.navbar-header { width: 150px; border-right: 1px solid #CCCCCC}
.navbar-brand img { height: 40px; margin-top: -10px; margin-left: 20px; }

.navbar-nav ul li.active a, .navbar-nav ul li.active {
    font-weight: 900;
    color: #555;
    background-color: transparent !important;
}

.navbar-right {
    margin-right: 20px !important;
    font-size: 14px;
    color: #868686;
}

.navbar-right .img{
    width: 40px;
    height: 40px;
    background-color: #FFFFFF;
    float: left;
    position: relative;
    margin-right: 10px;
    background-size: cover;
    background-image: url('../img/no-photo.png');
    border-radius: 50%;
}

.navbar-right .user, .navbar-nav>li.user>a {
    width: 200px !important;
    text-align: left;
}

.navbar .secondary {
    padding-left: 170px;
    background-color: #CCCCCC;
    margin: 0 -15px;
}

.navbar .secondary ul li {
    display: inline-block;
    padding: 10px 25px 10px 15px !important;
    height: 40px;
}

.navbar .secondary ul li a {
    font-size: 14px;
    color: #868686;
}

.navbar .secondary ul li.active a, .navbar .secondary ul li a:hover {
    font-weight: 900;
    color: #555;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{
    background-color: transparent !important;
}

@media (min-width: 768px){
    .navbar-nav>li.user>a {
        padding: 5px 10px;
    }
}

.arrow-up {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #868686;
  margin-left: 210px;
  margin-top: -5px;
  float: left;
  position: relative;
}

.budget .arrow-up{ margin-left: 430px !important; }
.proposal .arrow-up{ margin-left: 550px !important; }
.endeavour .arrow-up{ margin-left: 670px !important; }
.stats .arrow-up{ margin-left: 800px !important; }
.clients .arrow-up{ margin-left: 320px !important; }

/******** MAIN ***************************************************************/
.main-errors { padding: 0px;    margin: 0 -15px;}
.main-header { padding: 0px; }
.main-header .title { height: 80px; padding: 25px 20px; }
.main-header.subtitle { height: 60px; padding: 0 0 20px 0; margin-left: -15px; }
.main-header .filters { height: 80px; padding: 30px 20px}
.main { padding:20px; margin-bottom: 100px;}
.alert { border-radius: 0;}

/******** FILTERS ************************************************************/
.filters {
    margin-bottom: 20px;
    height: 85px;
}

.filters .input-group {
    width: 75px;
}

/******** TABLES ************************************************************/
table {
    color: #868686;
    font-size: 12px;
}

table thead th{
    background-color: #C4C4C4;
    color: #FFFFFF;
    font-size: 14px;
}

.proposals table, .proposals table thead th,{
    text-align: center;
}

table thead th:last-child{
   width: 180px;
}

table thead th.small{
   width: 50px;
}

table tfoot td{
   background-color: #DDDCDC;
   height: 42px;
   font-size: 14px;
   text-align: left;
}

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

table tr td.padding-top {
    padding-top: 20px !important;
}
.firstcell{
    font-weight: bold;
    font-size: 15px;
}
.align_center{
    vertical-align: middle!important;
    text-align: center;
}

/******** PAGINATION *********************************************************/
.pagination {
    border-radius: 0px !important;
    display: inline;
    margin-bottom: 100px;
}

.pagination>li {
    margin-left: 20px;
    display: inline-block;
}

.pagination>li>a, .pagination>li>span, .pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    color: #868686;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #6C9F42;
    border-color: #6C9F42;
}


.list-group-item{
    min-height: 50px;
    height:auto;
    padding: 10px !important;
}

.panel {
    font-size: 14px;
    line-height: 40px;
    color:#A6A6A6;
}

.panel-default>.panel-heading {
    color: #A6A6A6;
    background-color: #FFFFFF;
    border-color: #CCCCCC;
}

.no_border_panel{
    border-color: transparent;
}
.center_text{
    text-align: center!important;
}

.general_hours_number{
    font-size: 30px;
    color: #6c9f42;
}

/******** CHARTS *********************************************************/
.chart h2{
    font-size: 19px;
    font-weight: bold;
}

.chart h2 small{
    font-size: 18px;
    color: #6C9F42;
    margin-top: 40px;
}

.no-border .panel.panel-default{
    margin-bottom: 20px;
    background-color: #fff;
    border: none;
    border-radius: 0px;
     -webkit-box-shadow: 0 0px 0px rgba(0,0,0,0);
    box-shadow: 0 0px 0px rgba(0,0,0,0);
}

rect.highcharts-point{
    fill: rgb(108,159,66)!important;
}
rect.highcharts-point.highcharts-color-0{
    fill: rgb(108,159,66)!important;
}
.highcharts-title, .highcharts-subtitle, .highcharts-legend-item text{
    color: #868686!important;
    fill: #868686!important;
}

/******** FOOTER ************************************************************/
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  background-color: #6C9F42;
  color: #FFFFFF;
  font-size: 11px;
  font-weight: 300;
  padding-top: 15px;
  margin-top:15px;
}

.footer-login {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  color: #A6A6A6;
  font-size: 11px;
  font-weight: 300;
  padding: 30px 150px 50px 50px;
}

.footer .socialmedia a{
    color:#FFFFFF;
    font-size: 24px;
    margin-left: 10px;
}

.footer .socialmedia a:hover {
    color:#A6A6A6;
}

.highlight{
    background: #f5f5f5!important;
    background-color: #f5f5f5!important;
}

.highlight input{
    border: 1px solid red;
}
#first-date, #last-date{
    width: 450px!important;
    height: 50px!important;
}
.submit-dates{
    height: 49px;
    margin-top: 29px;
}
.submit-statistics{
    height: 49px;
    margin-top: 24px;
}
.form_graph{
    margin-left: 30px;
}