/******************************************************************************
 *                     GENERAL
 ******************************************************************************/

/*:root {
    --header-color: #e01e4f;
}*/

* {
    box-sizing: border-box;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin: 0;
    padding: 0;
}

header {
    background-color: #e01e4f;
    /*var(--header-color);*/
    min-height: 120px;
}

main {
    margin: 0px auto;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 95%;
    min-height: 62vh;
}

footer {
    width: 100%;
    min-height: 24vh;
    max-height: 245px;
    color: white;
    background-color: #e01e4f;
    /*var(--header-color);*/
    padding: 40px;
}

footer address {
    color: white;
}

h1 {
    color: white;
    font-size: 2em;
    text-align: center;
}

a:link, a:visited {
    text-decoration: none;
    color: #1c94c4;
}

a:hover {
    text-decoration: underline;
}

a:active {
    color: #e01e4f;
}

/******************************************************************************
 *  Classes
 ******************************************************************************/

.filtersBackGround {
    background-color: rgb(245, 245, 245);
}

.filter {
    width: 90%;
    margin: 0 auto;
}

.TextCenter {
    text-align: center !important;
}

/******************************************************************************
 *  Ids
 ******************************************************************************/

#logoLanguage {
    padding-top: 20px;
    height: 60px;
}

#logo {
    margin-left: 100px;
    float: left;
}

#language {
    margin-right: 100px;
    float: right;
}

#title {
    clear: both;
    color: white;
}

#pnlCercarBotons {
    text-align: center;
}

#footerButtons {
    margin: 1em auto;
    text-align: center;
    min-height: 38px;
}

#footerButtons button {
    margin: 5px;
}

/********************************************************************************
 *  Class Selectors
 ********************************************************************************/

.label-bold {
    font-weight: bold !important;
}

.SelectedRowBackColor {
    background-color: #cccccc;
    font-weight: bold;
}

.Button {
    margin: 0 4px;
}

.botoDestacat {
    background-color: rgb(224, 30, 79);
    color: #FFFFFF;
}

.dlg-responsive {
    width: 900px;
    height: 590px;
    margin: 0 auto;
}

.dlg-responsive div.ui-tabs-panel {
    min-height: 450px;
}

/********************************************************************************
 *  Colors Class Selectors
 ********************************************************************************/

.Red {
    color: #e01e4f;
}

.Green {
    color: green;
}

.Blue {
    color: #2e6e9e;
}

.Orange {
    color: orange;
}

.Yellow {
    color: yellow;
}

.Fuchsia {
    color: fuchsia;
}

.White {
    color: white;
}

/*******************************************************************************
 *  Width classes
 *******************************************************************************/

.width10 {
    width: 10px;
}

.width20 {
    width: 20px;
}

.width30 {
    width: 30px;
}

.width40 {
    width: 40px;
}

.width50 {
    width: 50px;
}

.width60 {
    width: 60px;
}

.width65 {
    width: 65px;
}

.width70 {
    width: 70px;
}

.width80 {
    width: 80px;
}

.width90 {
    width: 90px;
}

.width100 {
    width: 100px;
}

.width120 {
    width: 120px;
}

.width150 {
    width: 150px;
}

.width180 {
    width: 180px;
}

.width200 {
    width: 200px;
}

.width250 {
    width: 250px;
}

.width300 {
    width: 300px;
}

/*******************************************************************************
 *  THEME CUSTOM
 *******************************************************************************/

.ui-reflow-dropdown {
    margin-top: 10px;
}

.ui-tabs .ui-tabs-panels {
    border: 1px solid rgb(221, 221, 221);
    border-top: 0;
}

.ui-tabs.ui-tabs-top {
    border-bottom: 0;
}

.ui-tabs .ui-tabs-nav.ui-widget-header li.ui-state-active a {
    font-weight: bold;
}

/*******************************************************************************
 *  Specific styles
 *******************************************************************************/
.dlg-header .ui-dialog-titlebar {
    background-color: #e01e4f !important;
    color: white;
}

.title-col td span.ui-column-title {
    font-weight: bold;
}

.title-col td span.ui-column-title {
    font-weight: bold;
}


.botoDestacat .ui-button-text.ui-c {
    background: #e01e4f;
    color: white;
}

.title-col td span.ui-column-title {
    font-weight: bold;
}

.ui-accordion.especialitatAccordion .ui-accordion-header.ui-state-default.especialitatTitleStyleClass {
    border: 1px solid #E5E5E5;
    border-bottom: none;
    border-radius: 5px 5px 0px 0px;
    font-weight: bold;
}
 .ui-accordion.especialitatAccordion .ui-accordion-content.ui-widget-content{
    border:1px solid #e5e5e5;
    border-top:none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.dtLlistat .ui-state-highlight.centre, .dtLlistat .ui-widget-content .ui-state-highlight.centre {

    background-color:rgba(224, 30, 79, 0.6);
}


/*******************************************************************************
 *  Media queries
 *******************************************************************************/
@media only screen and (max-width: 900px) {
    header {
        height: auto;
        max-height: none;
    }

    /*dlg-responsive height calculated 100vh minus header and padding*/
    .dlg-responsive {
        width: 100%;
        height: calc(100vh - 58.58px - 30px);
    }
}

@media only screen and (max-width: 600px) {

    .my-mobile-hidden {
        display: none;
    }

    .ui-dialog.ui-widget-content .ui-dialog-title {
        font-size: 18px;
    }

    .resboXS span {
        display: block;
        margin-top: 5px;
    }
}

@media (min-width: 767px) {
    .hidden-md {
        display: none !important
    }
}

.myfileupload .ui-fileupload-buttonbar {
    border: 0 !important;
    background-color: transparent !important;
    padding: 0 !important;
}

.myfileupload .ui-fileupload-content {
    /*display: none;*/
    border:none;
}

@media (max-width: 767px) {
    .ui-selectonemenu-filter-container .ui-selectonemenu-filter {
        display: none !important;
    }
    .ui-selectonemenu-filter-container .ui-icon{
        display: none !important;
    }
}