body {
    font-family: 'Open Sans', sans-serif;
}
a {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #fe6200;
}
a:hover, a:focus {
    text-decoration: none;
    color: #fe6200;
}
a:hover i, a:focus i {
    text-decoration: none;
    color: #fff;
}
img {
    max-width: 100%;
}

.resetPassword {
    color: #fe6200;
    display:block;
    width: 100%;
    padding: 10px;
    text-align: center;
}

.registre {
    display: block;
    text-align: center;
    width: 100%;
    padding: 10px;
    color: #777;
    border: 2px solid #fe6200
}
.navbar {
    border-radius: 0;
    min-height: 100px;
}
.navbar-inverse{
    background: #fff;
    border: 0;
    border-bottom: 1px solid #ccc;
}
.navbar-brand {
    height: auto;
}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    padding: 10px;
    margin-left: 0;
    display: block;
}
.navbar-nav {
    float: right;
    margin-top: 62px;
}
.navbar-inverse .navbar-nav>li>a {
    font-size: 12px;
    color: #363636;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.navbar-nav>li.sortir {
    margin-left: 40px;
}
.navbar-inverse .navbar-nav>li.sortir>a {
    color: #fe6200;
}
.navbar-nav li a.active, .navbar-nav li a:hover {
    color: #fe6200;
    background-color: transparent;
}
.breadcrumbs, .breadcrumbs a {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #999;
}
.breadcrumbs a:after {
    font-family: "Font Awesome 5 Free";
    content: '\f0da';
    font-weight: 900;
    margin: 0 10px;
    color: #fe6200;
}
.breadcrumbs a:last-child:after {
    content: '';
}
.tornar {
    float: right;
    clear: both;
    margin-top: -20px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #fe6200;
}
.hide_column {
    display : none;
}
.panel > .panel-heading {
    color: #ffffff !important;
    background-color: rgba(254,98,0,1) !important;
    border-color: rgba(254,98,0,1) !important;
}
.btn-info {
    color: #ffffff !important;
    background-color: rgba(254,98,0,1) !important;
    border-color: rgba(254,98,0,1) !important;
}
#confirmacio {
    color:#000;
}
#confirmacio .modal-body {
    text-align: center;
}
.benvinguda {
    text-align: center;
    font-size: 14px;
    color: #777;
}
.benvinguda span {
    font-family: 'Vibur', cursive;
    font-size: 40px;
    display: block;
    color: #333;
}
.imatge-extraescolars img, .imatge-preus img {
    margin: 0 auto;
    display: block;
}
.btn-opcio.extraescolar {
    min-height: 355px;
}
.btn-opcio a {
    display: block;
    font-size: 16px;
    color: #333;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    padding: 30px 10px;
}
.btn-opcio a i {
    background-color: #fe6200;
    display: block;
    font-size: 60px;
    color: #fff;
    margin-bottom: 20px;
    line-height: 160px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.btn-opcio a span {
    display: block;
    font-size: 14px;
    color: #777;
    font-weight: 400;
    font-style: italic;
    text-transform: initial;
    letter-spacing: 0;
    text-align: center;
    margin-top: 5px;
}
.btn-opcio a:hover {
    color: #fe6200;
}
.btn-opcio a:hover i {
    background-color: #ff873c;
}
.ap-content {
    padding-top: 40px;
}
.ap-content.inici {
    padding-top: 0px;
}
.ap-content > h3 {
    color: #777;
    text-align: center;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 300;
}
.panel, .panel-group {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 40px;
}
.panel-group .panel {
    border-radius: 0;
    border: 0;
}
.panel-info {
    border: 0;
    border-bottom: 1px solid #cbcbcb;
}
.panel-body {
    padding: 15px 0;
}
.panel-heading {
    padding: 15px 20px;
    border-bottom: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    font-size: 14px;
}
.panel-title {
    text-transform: uppercase;
    letter-spacing: 1px;
}
label {
    margin-top: 10px;
    color: #999;
}
label b, label p, form p b {
    font-weight: 400;
}
input + label {
    margin: 10px 20px 0 10px;
    color: #999;
    vertical-align: super;
}
input[type=checkbox] + label {
    color: #000;
}
form label + p, .panel-body label + p {
    font-weight: 700;
}
.form-control {
    height: 40px;
    padding: 6px 12px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #cbcbcb;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
input[type=checkbox], input[type=radio] {
    width: 20px;
    height: 20px;
}
.titol-form {
    color: #999;
    margin-top: 40px;
}
.btn {
    padding: 10px 40px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border: 1px solid transparent;
    border-radius: 0;
    text-transform: uppercase;
    margin: 40px 0 20px;
}
.form-signin .btn {
    margin-top: 10px;
    margin-bottom: 10px;
}
.btn i {
    margin-right: 10px;
}
.info-extra {
    font-size: 12px;
    color: #777;
    margin-top: 20px;
}
.info-extra.alerta {
    background-color: rgba(255,0,0,0.1);
    padding: 15px;
    text-align: center;
}

.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
	margin-bottom: 10px;
}
.panel-body h4, h4.subtítol {
    color: #777;
    text-align: center;
    background-color: #eee;
    padding: 10px;
    margin-top: 40px;
    margin-bottom: 20px;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    vertical-align: middle;
    padding: 8px 15px !important;
}
table, table.dataTable {
    margin-bottom: 30px !important;
}
table.dataTable thead th, table.dataTable tfoot th {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 12px;
}
table.dataTable thead th, table.dataTable thead td,.table>thead>tr>th {
    color: #777;
    border-bottom: 0 !important;
}
table.dataTable.no-footer {
    border-bottom: 0 !important;
}
table.dataTable thead .sorting, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc {
    background: none !important;
}
tbody .btn {
    margin: 0;
    padding: 8px 0;
    width: 40px;
}
tbody .btn i {
    margin: 0;
}
.dataTables_wrapper + .col-md-12 .btn {
    margin-top: 0;
}
.llegenda {
    border-top: 1px solid #cbcbcb;
    padding-top: 12px;
    text-align: center;
}
.llegenda div {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 0.5px;
}
.llegenda div.insc {
    color: #fe6200;
}
.llegenda div.llista {
    color: #f0ad4e;
}
.llegenda div.apunt {
    color: green;
}
.llegenda div.baixa {
    color: #d9534f;
}
.llegenda div i {
    font-size: 16px;
    margin-right: 6px;
}

@media (max-width: 767px) {
    .navbar-toggle {
        padding: 9px 10px;
        margin-top: 10px;
        margin-right: 15px;
        margin-bottom: 10px;
        background-color: #fe6200;
        border: 0;
        border-radius: 0;
    }
    .navbar-inverse .navbar-toggle {
        border: 0;
    }
    .navbar-nav {
        float: left;
        margin-top: 10px;
    }
    .navbar-nav.navbar-right {
        float: right;
        margin-top: 10px;
    }
    .navbar-nav>li>a {
        padding-top: 8px;
        padding-bottom: 8px;
    }
    .ap-content {
        padding-top: 20px;
    }
    .tornar {
        display: none;
    }
    .btn-opcio a {
        font-size: 11px;
        padding: 15px 0px;
    }
    .btn-opcio a i {
        font-size: 40px;
        line-height: 60px;
        margin-bottom: 15px;
    }
    .btn-opcio a span {
        font-size: 12px;
    }
    .btn-opcio.extraescolar {
        min-height: 190px;
    }
}
