/* ESTILOS PARA MODIFICAR SELECT GRIS */
.select2con .select2-container {
    margin: 0;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 100% !important;
    float: left !important;
}


.select2con .select2-container .select2-choice {
    display: block;
    height: 28px;
    padding: 0 0 0 8px;
    overflow: hidden;
    position: relative;
    border: 1px solid #aaa;
    white-space: nowrap;
    line-height: 26px;
    color: #444;
    text-decoration: none;
    border-radius: 0;
    background-clip: padding-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
    background-image: none;
    filter: none;
}

.select2con .select2-container .select2-choice .select2-arrow {
    display: block;
    width: 18px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border-left: 1px solid transparent;
    border-radius: 0 0px 0px 0;
    background-clip: padding-box;
    background: #fff;
    filter: none;
    background-image: none;
}

.select2con .select2-container .select2-choice .select2-arrow, .select2-selection__arrow {
    display: inline-block;
    width: 34px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border-left: 1px solid #transparent;
    background: #fff;
}


.select2con .select2-dropdown-open .select2-choice {
    border-bottom-color: transparent;
    -webkit-box-shadow: 0 1px 0 #fff inset;
    box-shadow: 0 1px 0 #fff inset;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-color: #fff;
    filter: none;
    background-image: none;
}

.select2con .select2-search::before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    content: "\f002";
    top: 50%;
    margin-top: -8px;
    right: 10px;
    color: transparent !important;
}

.select2con .select2-container .select2-choice .select2-arrow b, .select2-selection__arrow b {
    width: 50%;
    height: 100%;
    display: block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    font-size: 0px;
    margin: 0 auto;
}




/* ESTILOS PARA MODIFICAR SELECT CONSULTA */
.select2con .select2-container {
    margin: 0;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    float: left !important;
}


.select2con .select2-container .select2-choice {
    display: block;
    height: 28px;
    padding: 0 0 0 8px;
    overflow: hidden;
    position: relative;
    border: 1px solid #aaa;
    white-space: nowrap;
    line-height: 26px;
    color: #444;
    text-decoration: none;
    border-radius: 0;
    background-clip: padding-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
    background-image: none;
    filter: none;
}

.select2con .select2-container .select2-choice .select2-arrow {
    display: block;
    width: 18px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border-left: 1px solid transparent;
    border-radius: 0 0px 0px 0;
    background-clip: padding-box;
    background: #fff;
    filter: none;
    background-image: none;
}

.select2con .select2-container .select2-choice .select2-arrow, .select2-selection__arrow {
    display: inline-block;
    width: 34px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border-left: 1px solid #transparent;
    background: #fff;
}


.select2con .select2-dropdown-open .select2-choice {
    border-bottom-color: transparent;
    -webkit-box-shadow: 0 1px 0 #fff inset;
    box-shadow: 0 1px 0 #fff inset;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-color: #fff;
    filter: none;
    background-image: none;
}

.select2con .select2-search::before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    content: "\f002";
    top: 50%;
    margin-top: -8px;
    right: 10px;
    color: transparent !important;
}

.select2con .select2-container .select2-choice .select2-arrow b, .select2-selection__arrow b {
    width: 50%;
    height: 100%;
    display: block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    font-size: 0px;
    margin: 0 auto;
}





/* clases normales*/

/* ESTILOS PARA MODIFICAR SELECT GRIS */
.select2-container {
    margin: 0;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 100% !important;
    float: left !important;
}


.select2-container .select2-choice {
    display: block;
    height: 28px;
    padding: 0 0 0 8px;
    overflow: hidden;
    position: relative;
    border: 1px solid #aaa;
    white-space: nowrap;
    line-height: 26px;
    color: #444;
    text-decoration: none;
    border-radius: 0;
    background-clip: padding-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
    background-image: none;
    filter: none;
}

.select2-container .select2-choice .select2-arrow {
    display: block;
    width: 18px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border-left: 1px solid transparent;
    border-radius: 0 0px 0px 0;
    background-clip: padding-box;
    background: #fff;
    filter: none;
    background-image: none;
}

.select2-container .select2-choice .select2-arrow, .select2-selection__arrow {
    display: inline-block;
    width: 34px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border-left: 1px solid #transparent;
    background: #fff;
}


.select2-dropdown-open .select2-choice {
    border-bottom-color: transparent;
    -webkit-box-shadow: 0 1px 0 #fff inset;
    box-shadow: 0 1px 0 #fff inset;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-color: #fff;
    filter: none;
    background-image: none;
}

.select2-search::before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    content: "\f002";
    top: 50%;
    margin-top: -8px;
    right: 10px;
    color: transparent !important;
}

.select2-container .select2-choice .select2-arrow b, .select2-selection__arrow b {
    width: 50%;
    height: 100%;
    display: block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    font-size: 0px;
    margin: 0 auto;
}




/* ESTILOS PARA MODIFICAR SELECT CONSULTA */
.select2-container {
    margin: 0;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 100% !important;
    float: left !important;
}


.select2-container .select2-choice {
    display: block;
    height: 28px;
    padding: 0 0 0 8px;
    overflow: hidden;
    position: relative;
    border: 1px solid #0F3549;
    white-space: nowrap;
    line-height: 26px;
    color: #444;
    text-decoration: none;
    border-radius: 8px;
    background-clip: padding-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
    background-image: none;
    filter: none;
}

.select2-container .select2-choice .select2-arrow {
    display: block;
    width: 18px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border-left: 1px solid transparent;
    border-radius: 0 0px 0px 0;
    background-clip: padding-box;
    background: #fff;
    filter: none;
    background-image: none;
}

.select2-container .select2-choice .select2-arrow, .select2-selection__arrow {
    display: inline-block;
    width: 34px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border-left: 1px solid #transparent;
    background: #fff;
}


.select2-dropdown-open .select2-choice {
    border-bottom-color: transparent;
    -webkit-box-shadow: 0 1px 0 #fff inset;
    box-shadow: 0 1px 0 #fff inset;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-color: #fff;
    filter: none;
    background-image: none;
}

.select2-search::before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    content: "\f002";
    top: 50%;
    margin-top: -8px;
    right: 10px;
    color: transparent !important;
}

.select2-container .select2-choice .select2-arrow b, .select2-selection__arrow b {
    width: 50%;
    height: 100%;
    display: block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    font-size: 0px;
    margin: 0 auto;
}



/* ESTILOS PARA MODIFICAR SELECT RECURSO AÑADIDO EQUIPO AZLAIN */

.custom-select {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    zoom: 1;
    *display: inline;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /*width: 85% !important;*/
    float: left !important;
}

.custom-select > .dropdown-menu > .custom-select-search > input {
    width: 100%;
    height: 30px;
    margin: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 4px 20px 4px 5px;
    border-radius: 0;
    border-top: 1px solid #aaa;
    border-left: 1px solid #aaa;
}

.btnClearInput {
    position: relative;
    width: auto;
    bottom: 27px;
    float: right;
    right: 25px;
}


.trash-component {
    width: auto;
    height: auto;
    cursor: pointer;
    vertical-align: sub;
}

.fa-eraser::before {
    content: "\f12d";
    margin: 0px 0px 0px 5px;
}

.chart {
    overflow: hidden;
    height: 350px;
    margin: 20px auto 10px auto;
}

div.state-error.has-error > div > a.select2-choice.ui-select-match.select2-default {
    background: #fff0f0;
}

div.state-error.has-error > div > a.select2-choice.ui-select-match.select2-default {
    background: #fff0f0;
}