
body {
	background-color:#FFF;
    font-family: Roboto, sans-serif;
}

.dataTables_length, .dataTables_info, .dataTables_paginate {
    display: none;
}

.toggle-on.btn {
    background-color: #2ab27b;
    border-color: #2ab27b;
}
.toggle-off.btn {
    background-color: #bf5329 !important;
    border-color: #bf5329 !important;
    color: #fff;
}

.no-style {
    width: 100%;
    border: none;
    outline: none;
}
/*
.panel-default {
    border-color: #FFF;
}
.panel-heading {
    padding: 30px 15px;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.panel-default > .panel-heading {
    color: #333333;
    background-color: #f2f2f2;
    border-color: #FFF;
}
*/
.entrada {
	margin-top: 20px;
	border-color: #ddd;
}
.entrada .panel-heading {
	margin: 0px !important;
}
.entrada .panel-heading {
	display:none;
}
.entrada .panel-body {
    padding: 15px;
    padding-top: 50px;
    padding-bottom: 30px;
}

.navbar-default .navbar-brand {
    color: #FFF;
    text-transform: uppercase;
    font-weight: 400;
	margin-right:20px;
}
.navbar-default {
    border-color: #d3e0e9;
    background: rgba(36,38,80,1);
    background: -moz-linear-gradient(top, rgba(36,38,80,1) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(36,38,80,1)), color-stop(100%, rgba(0,0,0,1)));
    background: -webkit-linear-gradient(top, rgba(36,38,80,1) 0%, rgba(0,0,0,1) 100%);
    background: -o-linear-gradient(top, rgba(36,38,80,1) 0%, rgba(0,0,0,1) 100%);
    background: -ms-linear-gradient(top, rgba(36,38,80,1) 0%, rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(36,38,80,1) 0%, rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#242650', endColorstr='#000000', GradientType=0 );
    color: #FFF;
    min-height: 80px;
    padding-top: 15px;
}
.navbar-default .navbar-nav > li > a {
    color: #FFF;
}

.navbar-default .navbar-nav > li > a:hover {
	color: #FFF;
	text-decoration:underline;
}
.navbar-default .navbar-brand:hover {
	color: #FFF;
	text-decoration: none;
}
.navbar-nav {
	padding-left:20px;
    position: relative;
}
.navbar-nav:before {
	content:"";
	height:15px;
	border:1px solid #FFF;
	width: 1px;
    position: absolute;
    top: 17px;
	left: 0px;
}
.navbar-right {
    margin-right: 0px;
}
.navbar-right:before {
	content:"";
	display:none;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	background:transparent;
	color:#FFF;
}
.navbar-nav > li > .dropdown-menu {
	margin-top:13px;
}
.btn-primary {
    color: #fff;
    background-color: #000;
    border-color: #000;
    padding: 10px 15px;
	border-radius: 0px;
}
.table > tbody > tr > td {
	vertical-align:middle;
	height: 80px;
}
div.dataTables_wrapper div.dataTables_filter {
    display: none;
}
.panel-heading {
    padding: 30px 15px;
}
.progress {
	/* margin-top: 15px; */
    height: 40px;
	margin-bottom:0px;
	border-radius: 0px;
    background-color: #f2f2f2;
    border: 1px solid #ccd0d2;
}
.progress-bar {
	font-size: 15px;
    line-height: 39px;
}
.form-control {
	height: 42px;
    border-radius: 0px;
    box-shadow: none;
}
.btn-afegir {
	margin-left:10px;
	border-radius: 0px;
}

.btn:active, .btn.active {
	box-shadow: none;
}
a {
	color:#242650;
	font-weight:600;
}

.select-filter {
	height:40px;
}

.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #333;
    height: 60px;
    padding-bottom: 30px;
    text-transform: uppercase;
    font-size: 13px;
}
table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
	bottom: 31px;
	opacity: 1;
    color: #333;

}
.select2-container--default .select2-selection--single {
    border-radius: 0px;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    color: #FFF;
    background-color: #666;
    border-color: #666;
}
.btn {
    padding: 10px 15px;
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.btn-primary {
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.btn-primary:hover {
    color: #fff;
    background-color: #242650;
    border-color: #242650;
}
.btn-default {
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.btn-default.active:hover {
	background-color:#242650;
	border-color:242650;
	color:#FFF;
}
.page-header {
	margin-bottom:60px;
}
h1, .h1 {
    font-size: 36px;
    color: #000;
    font-weight: 700;
}
h1 small {
	font-size: 30px;
    color: #000;
}
h1 small:before {
	content: "";
    width: 1px;
    height: 40px;
    background: #000;
    border: 1px solid #000;
    margin-right: 20px;
    margin-left: 10px;
}
.toggle-group {
	text-transform: uppercase;
}
toggle-on {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 50%;
    margin: 0;
    border: 0;
    font-size: 10px !important;
    line-height: 17px !important;
    border-radius: 0 !important;
}
.toggle-on.btn {
    background-color: rgba(42, 178, 123, 0.24);
    border-color: rgb(42, 178, 123);
    color: #FFF;
    font-size: 10px;
    font-weight: 700;
}

.toggle-off.btn {
    background-color: #bf5329 !important;
    border-color: #bf5329 !important;
    color: #fff;
    font-size: 10px;
    text-align: center;
    font-weight: 700;
}
.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #ccd0d2;
    border-radius: 0px;
    cursor: text;
    height: 42px;
}

.table.control-hores > tbody > tr.titols > td {
    height: 40px;
}
.nom-usuari {
	font-size: 26px;
    color: #000;
    font-weight: 700;
    margin-top: 10px;
}
.total-hores {
	font-size: 20px;
    text-transform: uppercase;
}
.mes-nav {
	float: right;
    background: #f2f2f2;
    text-align: center;
    padding: 0px;
    margin-top: 0px;
    line-height: 45px;
    padding-left: 20px;
    padding-right: 20px;
	margin-right: 20px;
}
i.prev, i.next {
	font-size: 20px;
    background: #f2f2f2;
    color: #000;
    padding: 12px;
}

#tasks input[type="text"].no-style {
    width: 500px;
    background: none;
}

#tasks input[type="date"] {
    width: 140px;
    background: none;
}

#tasks textarea {
    min-height: 200px;
    border: 1px solid #eee;
}

#tasks .panel-task {
    border: 1px solid #d3e0e9;
    padding: 20px
}

.table .f-input-data {
    min-width: 145px;
    width: 30%;
}

.table .f-input-concepte {
    min-width: 215px;
    width: 40%;
}

.table .f-input-hores {
    min-width: 60px;
    width: 20%;
}

.table .input-data {
    padding-right: 0;
}

.bar {
    -webkit-transition: -webkit-transform .8s ease-in-out;
    -ms-transition: -ms-transform .8s ease-in-out;
    transition: transform .8s ease-in-out;
}

#swal2-html-container {
    font-size: 16px;
    line-height: 22px;
}

.swal2-styled.swal2-confirm, .swal2-styled.swal2-cancel {
    font-size: 16px !important;
}

@media (max-width: 1440px) {
    .table > tbody > tr > td {
       padding: 5px 0;
    }
/*
    .table .input-data {
        padding-right: 0;
        min-width: 145px;
        width: 30%;
    }

    .table .input-concepte {
        min-width: 215px;
        width: 40%;
    }

    .table .input-hores {
        min-width: 60px;
        width: 20%;
    }*/
    /*
    .table .col-xs-8 {
        width: 40%;
        padding-right: 5px;
        padding-left: 5px;
    }

    .table .col-xs-2 {
        width: 30%;
    }
    .table .col-xs-1 {
        width: 15%;
    }
    */
}

@media (max-width: 450px) {

    .table-responsive .table.datatable {
        width: 300%;
    }

}

@media (max-width: 767px) {
    .navbar-nav:before {
        display: none;
    }

    .table-responsive {
        padding: 10px;
    }

}