*, ::after, ::before {
    box-sizing: border-box;
}

/** DATEPICKER UM **/
.um .picker__box,
.um .picker__box .picker__weekday {
    color: #666;
    background: #fff;
}

.um .picker__header,
.um .picker__box .picker__day--infocus:hover,
.um .picker__box .picker__day--highlighted {
    color: #fff;
}
.um .picker__box .picker__day--infocus.picker__day--disabled:hover {
    color: #666;
}
.um .picker__month,
.um .picker__footer button {
    text-transform: capitalize;
}

/** SELECT **/
.cgac_select_default,
#selectDiv select {
    height: 40px;
    padding: 0 0 0 12px !important;
    overflow: hidden !important;
    position: relative !important;
    white-space: nowrap !important;
    line-height: 35px !important;
    color: #666 !important;
    font-size: 15px !important;
    text-align: left !important;
    text-decoration: none !important;
    background: none !important;
    background-color: #fff !important;
    border: 2px solid #ddd !important;
    cursor: pointer;
    width: 80%;
    max-width: 500px;    
}

/** LOADER **/
.agensy-preloader {
    position: absolute !important;
    opacity: 0.6;
}
/** um directorio **/
div.um-members a[href="javascript:void(0)"] {
    cursor: default;
}
/*****/

.vu-card {
    margin-top: -1.25rem;
    color: #fff;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
    -webkit-border-radius: .25rem;
    border-radius: .25rem;    
    position: relative;
    overflow: hidden;
    cursor: default;
    padding: 1.6rem 1rem;
    text-align: center;

    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important; 
    -ms-flex-align: center!important;
    align-items: center!important; 
    padding-bottom: .5rem!important;
    padding-top: .5rem!important;
    margin-left: 1.5rem!important;
    margin-right: 1.5rem!important;
    margin-bottom: 1rem!important;
    font-weight: 400;      
}

/** MODAL BOX **/
/* Modal Header */
#popmake-4791 {
    padding:0;
}
.cgac-modal-header {
    text-align: center;
    background: -webkit-linear-gradient(50deg,#45cafc,#303f9f);
    background: -o-linear-gradient(50deg,#45cafc,#303f9f);
    background: linear-gradient(40deg,#45cafc,#303f9f);
}
.cgac-modal-header h2 {
    color: #fff;
    margin: 0;
    padding: 5px;
}

/* Modal Body */
.popmake-content .cgac-modal-body {padding: 20px 16px;}
.popmake-content .cgac-modal-body p {text-align: center;font-size: 1.15em;}
.popmake-content .cgac-modal-body p.align-left {text-align: left;}
.pum-theme-581 .pum-content + .pum-close {padding-top: 1%;}

#popmake-4791 .popmake-close {padding-top:0;}

/** Users prfile **/
#post-2731 .um_delete-item,
#post-2731 .um_switch_user-item,
#post-2731 .um_put_as_pending-item 
{display: none}

/** New User VU **/
#post-4801 {
    min-width: 600px;
}
.page-id-4801 .primary {
    width: 50%;
}
.page-id-4801 div.uimob500 .um-field-half {
    width: 48% !important;
    float: left !important; 
}
.page-id-4801 div.uimob500 .um-field-half .right{
    float: right;
}

@media only screen and (max-width: 768px){

    #post-4801 {
        min-width: auto;
    }    
    
    .page-id-4801 .primary {
        width: 100%;
    }    

    .page-id-4801 div.uimob500 .um-field-half {
        float: none;
        width: 100%;    
    }    
}

/** DataTables **/
article#post-4786,
article#post-4725
{min-height: 400px;position: relative;}

.vu-crd-table table.dataTable tr.dtrg-group.dtrg-level-1 td, 
.vu-crd-table table.dataTable tr.dtrg-group.dtrg-level-2 td {
    font-weight: bold;
    padding: 8px 10px;
    font-size: 1em;
}
.vu-table-group tbody td:nth-child(1) {
    padding-left: 2em;
}
.vu-table-group tbody tr.dtrg-group.dtrg-level-0 td,
.vu-table-group tbody tr.dtrg-group.dtrg-level-1 td,
.vu-table-group tbody tr.dtrg-group.dtrg-level-2 td {
    padding: 8px 10px; 
}

.vu-crd-table {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    font-weight: 400;
    margin-top: 1.25rem;
    position: relative;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    padding-bottom: 1rem;
    margin-bottom: 4rem;
}    
.vu-tit-table {
    font-weight: bold;
    font-size: 20px;
}
.vu-total-table {
    font-weight: bold;
    font-size: 20px;    
}
/** Historial **/
#vu-historial {
    display: none;
}
#vu-historial .btns-table, 
#vu-historial .dt-buttons { display: none;}
#vu-historial table th{color: #555555 !important;}
#historial {
    font-size: 14px;
}
/****/
table.dataTable tbody tr {
    background-color: #ddd;
}
.dataTables_wrapper table td,
.dataTables_wrapper table th
{
    border-top: 1px solid #dee2e6;
}
.dataTables_wrapper table thead th {
    border-top: none;
    border-bottom: 2px solid #dee2e6 !important;
    color: #212529;
    font-weight: normal !important;
}
.pd-table {
    padding: 0 1.5rem !important;
}
.dataTables_wrapper table {
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;    
}
.dataTables_filter{
    display: none;
}
.dataTables_wrapper table th,
.dataTables_wrapper table td {
    border: none;
    border-bottom: 1px solid #ddd;
}
.dt-buttons .dt-button {
    border: 2px solid #fff !important;
    background-color: transparent !important;
    background: none;
    color: #fff !important;  
    border-radius: 10em;  
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;  
    cursor: pointer;
    font-size: .64rem;  
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.dt-buttons .dt-button i {
    font-size: 25px;
}
.dt-buttons .dt-button .dt-button-title {
    font-size: 15px;
    font-weight: bold;
    padding: 1rem;    
}

.buttons-edit.disabled,
.buttons-create.disabled,
.buttons-remove.disabled
{
    display: none;
}
.buttons-edit,
.buttons-create,
.buttons-remove
{display: inline;}

.buttons-edit span,
.buttons-create span,
.buttons-remove span{font-size: 15px;}

button.buttons-edit:hover,
.buttons-create:hover,
.buttons-remove:hover {
    background-image: none !important;
    background-color: #fff !important;
    color: #41424e !important;
}

div.DTED_Lightbox_Wrapper div.DTED_Lightbox_Container div.DTED_Lightbox_Content_Wrapper div.DTED_Lightbox_Content div.DTED_Lightbox_Close:after{
    font-size:25px !important;
}
button.buttons-copy:hover,
button.buttons-default:hover{
    background-image: none !important;
    background-color: #fff !important;      
    color: #41424e !important;
}
button.buttons-excel:hover,
button.buttons-excel-all:hover,
button.buttons-excel-filter:hover
{
    background-image: none !important;
    background-color: #fff !important;  
    color: #106910 !important;  
}
button.buttons-pdf:hover{
    background-image: none !important;
    background-color: #fff !important;  
    color: #b12e2e !important;  
}

/** INPUT VU **/
#selectDiv {
    padding: 3% 5%;

    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between; 
    -ms-flex-align: center;
    align-items: center;
    flex-flow: row;
    flex-wrap: wrap;    

}
#selectDiv .group { 
    position:relative; 
    margin-bottom:45px; 
    width: 50%;
}
#selectDiv .lb-sel {position: relative; pointer-events: all;}

div#selectDiv select,
div#selectDiv input {
    margin: 2%;
}

#selectDiv input {
    font-size:18px;
    padding:10px 10px 10px 5px;
    display:block;
    width:80%;
    border:none;
    border-bottom:1px solid #757575;
}
#selectDiv input:focus { outline:none; }
  
#selectDiv label {
    color:#999; 
    font-size:18px;
    font-weight:normal;
    position:absolute;
    pointer-events:none;
    left:5px;
    top:10px;
    transition:0.2s ease all; 
    -moz-transition:0.2s ease all; 
    -webkit-transition:0.2s ease all;
}
  
  /* active state */
  #selectDiv input:focus ~ label, 
  #selectDiv input:valid ~ label {
    top:-20px;
    font-size:14px;
    color:#5264AE;
  }
  
  /** BOTTOM BARS **/
  #selectDiv .bar 	{ position:relative; display:block; width:80%; }
  #selectDiv .bar:before, 
  #selectDiv .bar:after 	{
    content:'';
    height:2px; 
    width:0;
    bottom:10px; 
    position:absolute;
    background:#5264AE; 
    transition:0.2s ease all; 
    -moz-transition:0.2s ease all; 
    -webkit-transition:0.2s ease all;
  }
  #selectDiv .bar:before {
    left:50%;
  }
  #selectDiv .bar:after {
    right:50%; 
  }
  
  /* active state */
  #selectDiv input:focus ~ .bar:before,
  #selectDiv input:focus ~ .bar:after {
    width:50%;
  }
  
  #selectDiv .highlight {
    position:absolute;
    height:60%; 
    width:100px; 
    top:25%; 
    left:0;
    pointer-events:none;
    opacity:0.5;
  }
  
  /* active state */
  #selectDiv input:focus ~ .highlight {
    -webkit-animation:inputHighlighter 0.3s ease;
    -moz-animation:inputHighlighter 0.3s ease;
    animation:inputHighlighter 0.3s ease;
  }
  
@-webkit-keyframes inputHighlighter {
    from { background:#5264AE; }
    to 	{ width:0; background:transparent; }
}
@-moz-keyframes inputHighlighter {
    from { background:#5264AE; }
    to 	{ width:0; background:transparent; }
}
@keyframes inputHighlighter {
    from { background:#5264AE; }
    to 	{ width:0; background:transparent; }
}

/** CENSO (article#post-4671) **/
article#post-4725 select{
    width: 70%;
}
article#post-4725 p{
    padding: 0;
    margin: 0;
}
article#post-4725 input{
    width: 70%;
}

#censo-count .odd{background-color: #fff;}
.vu.crd-table-2 {display: none;}

/** Solicitud **/
.page-id-4767 #primary{
    min-width: 80%;
}
#solicitud {
    overflow: -webkit-paged-y;    
}
#solicitud #vu-profile-solicitud {
    padding: 2em 0;
}
#solicitud .um {opacity: 1;}
#solicitud .vu-card {margin-top:0rem;}
#solicitud .hd-table{
    position: -webkit-sticky;
    position: sticky;
    top: 0;    
}
#solicitud .tit-dt-btn {
    font-size: 16px;
}
#solicitud .dt-buttons .dt-button i {
    font-size: 20px;
}
#solicitud .dt-button:hover,
.dt-button:focus{
    background-image: none !important;
    background-color: #fff !important;      
    color: #41424e !important;
}
#solicitud textarea {
    resize: none;
    max-width: 99%;
}
#solicitud .um-profile .um-profile-body {
    max-width: 100%;
}
.vu-cover.has-cover {
    width: 70%;
    margin: auto;
}
.vu-cover {
    box-sizing: border-box;
    position: relative;
}
.vu-cover .um-profile-meta {
    padding-left: 150px;
}
#solicitud .um-header .um-profile-photo {
    top: 0;
    width: 12em;
    bottom: 0;
}
#solicitud div .um-profile-photo a.um-profile-photo-img{
    top: 0 !important;
}
.um-profile .vu-cover .um-main-meta .um-name {
    margin-top: 0;
    width: 100%;
}
#solicitud .um-row {
    overflow: hidden;
}
#solicitud button#acept-sol {
    background-color:#106910 !important; 
}
#solicitud button#acept-sol:hover {
    background-color: #fff !important;
}
#solicitud button#rech-sol {
    background-color:#b12e2e !important; 
}
#solicitud button#rech-sol:hover {
    background-color: #fff !important;
}
#solicitud .um-profile-status{
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    position: absolute;
    bottom: 0;
    right: 2%;    
}
.vu-cover .um-field-area {
    min-height: 27px;
}

.dataTables_wrapper table .st-pe{font-weight: bold;color:#c1810c;}
.dataTables_wrapper table .st-ap{font-weight: bold;color:#106910;}
.dataTables_wrapper table .st-re{font-weight: bold;color:#b12e2e;}

/** Solicitudes **/
#group-solicitudes-6{ display: none;}

/** Listado de colegiados **/
#list-colegiados_wrapper .dt-buttons {display: none;}

/** Botones **/
#search-baj-col,
.btn-cgac,
.wpcf7-submit {
    background: #ca461c !important;
    color: #fff !important;
    border-color: transparent !important;    
}
#search-baj-col:hover,
.btn-cgac:hover,
.wpcf7-submit:hover,
.um-search .um-search-submit .um-do-search:hover {
    border-color: #ca461c !important;
    background: #fff !important;
    color: #ca461c !important;
}

div.wpcf7-response-output {
    font-size: 1.3rem;
}
/** **/
#post-2731 .um-profile-photo a.um-profile-photo-img img {
    width: auto;
    transform: scale(1.2);
    margin: 0 auto !important;
}
#post-2731 .um-2191.um .um-profile-photo a.um-profile-photo-img {
    overflow: hidden;
}
/** **/
#post-5042 .um-directory,
#post-5005 .um-directory {
    max-width: 300px;
}
#post-5042 .um-directory .um-search.um-search-2 .um-search-filter,
#post-5005 .um-directory .um-search.um-search-2 .um-search-filter {
    width: 100%;
    display: block;
    float: none;
}
#post-5042 .res-search,
#post-5005 .res-search {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: distribute;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 5% 0;
    max-width: 800px;
    flex-flow: wrap;    
}
#post-5042 .res-search .um-role-colegiado,
#post-5005 .res-search .um-role-colegiado {
    position: relative !important;
    max-width: 200px;
    width: 200px;
    margin: 5px 10px;
}
#post-5042 .res-search .um-role-colegiado .um-member-cover,
#post-5005 .res-search .um-role-colegiado .um-member-cover{
    background: url(http://ventanillaunica.cgac.es/wp-content/uploads/sites/15/2019/01/header-2.jpg);
    background-position: bottom right;
    background-size: cover;    
}
#post-5042 .res-search .um-members-edit-btn .anul-baja:hover,
#post-5005 .res-search .um-members-edit-btn .anul-baja:hover {
    color: #ca461c;
}
/** Circulares **/
.wrapper-circulares {
    width: 900px;
    display: flex;
}
.wrapper-circulares .filter-circulares {
    width: 30%;
    overflow: hidden;
    padding: 1rem;
    height: 200px;    
}
.wrapper-circulares .filter-circulares > div {
    padding: 10px 0;
}
.wrapper-circulares .filter-circulares h4 {
    color: #727888;
}
.wrapper-circulares .filter-circulares .select-filter-circulares {
    display: flex;
    justify-content: space-between;    
}
.wrapper-circulares .filter-circulares .select-filter-circulares #cgac-date-month {
    width: 65%;
}
.wrapper-circulares .filter-circulares .select-filter-circulares #cgac-date-year {
    width: 30%;
}
.wrapper-circulares .pd-table {
    width: 70%;
}
#list-circulares thead {display: none;}

#list-circulares tbody tr.odd, 
#list-circulares tbody tr.even,
#list-circulares tbody tr.odd > .sorting_1, 
#list-circulares tbody tr.even > .sorting_1,
#list-circulares tbody tr:hover {
    background-color: #ffffff;
}
#list-circulares .cgac-circ-header,
#list-circulares .cgac-circ-body {
    font-size: 1.15rem;
}
#list-circulares .cgac-down-file {
    font-size: 40px;
    color: #b12e2e;  
    cursor: pointer;
}

@media (min-width: 768px) and (max-width: 1024px){
    .wrapper-circulares {
        width: 100%;
    }   
    .wrapper-circulares .filter-circulares,
    .wrapper-circulares .pd-table {
        width: 100%;
    }    
}
@media only screen and (max-width: 768px){
    .wrapper-circulares {
        width: 100%;
        flex-direction: column-reverse;
    }
    .wrapper-circulares .filter-circulares,
    .wrapper-circulares .pd-table {
        width: 100%;
        padding: 1rem !important;
    }    
}
@media only screen and (max-width: 480px){

    .hd-table.vu-card {
        display: block !important;
        width: 100%;
        margin-left: 0!important;
        margin-right: 0!important; 
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;       
    }

    .hd-table.vu-card > * {
        display: block;
        width: 100%;
    }

    #selectDiv .group { 
        margin-bottom:45px; 
        width: 100%;
    }

    #selectDiv .group select {
        width: 100%;
    }

    div#selectDiv select, div#selectDiv input {
        margin: 0;
    }

    #selectDiv .group .lb-sel span {
        display: block;
    }

    #solicitud {padding: 2rem 0;}
    #solicitud .tit-dt-btn {display: none;}
    #solicitud .dt-buttons .dt-button i {
        font-size: 8vw;
    }
    #solicitud .dt-buttons .dt-button {
        font-size: 4vw;
        padding-top: 3vw;
        padding-bottom: 2vw;        
    }
    #solicitud div .um-profile-photo a.um-profile-photo-img {
        top: -25% !important;
    }
    #solicitud #vu-profile-solicitud {
        padding: 3em 0;
    }  
    #solicitud .vu-cover.has-cover {
        width:80%;
    }  
    #solicitud #view-user-sol .tit-dt-btn {
        display: inline;
    }

    #solicitud .um-profile-status {
        font-size: 4vw;
    }

}