/* estilos del popover */
.popover-div {
    font-size: 13px;
    margin-top: 100px;
}
.popover-title {
	color: #ffffff;
    background-color: #302264;
    font-size: 12px;
}
.popover-content {
    color: #ffffff;
    background-color: #1C0E52;
    font-size: 12px;
}

/* Cambiamos el schedule Popup*/

.ui-dialog {
    position: absolute;
    top: 0;
    left: 0;
    padding: .2em;
    outline: 0;
}

.ui-widget-header {
    background: #332764;
    border: 0;
    color: #fff;
    font-weight: normal;
}

.ui-dialog .ui-dialog-titlebar {
    padding: 0.4em 0em;
    position: relative;
}

.ui-dialog .ui-dialog-title {
    float: left;
    margin: 0.1em 4px;
    white-space: nowrap;
    width: 89%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0px solid transparent;
    padding: .1em .1em;
   	overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane{
	color: #ffffff;
    background-color: #332764;
    font-size: 12px;
    border: 0px solid #transparent;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 4px;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 4px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 4px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 4px;
}

.ui-widget {
    font-family: titillium,verdana,sans-serif;
    font-size: 1.1em;
}

.ui-front {
    z-index: 100;
}

.ui-dialog .table-schedule   td, 
.ui-dialog .table-schedule   th {
    padding: 3px;
    text-align: left;
    font-size: 85%;
}

.ui-dialog .table-schedule  thead {
	display:none;
}

.ui-dialog .table-schedule .schedule-mytime ,
.ui-dialog .table-schedule .schedule-venue,
.ui-dialog .table-schedule .schedule-status
 {
	display: none;
}

.ui-dialog .table-schedule .schedule-time{
	width:10%;
}
.ui-dialog .table-schedule .schedule-medal{
	width:10%;
}
.ui-dialog .table-schedule .schedule-event{
	width:80%;
}

.ui-dialog .table-schedule  img {
<<<<<<< HEAD
    height: 30px;
    width: 30px;
=======
    width: 31px;
>>>>>>> branch 'develop' of ssh://git@mev-git.es.atos.net/IRS/IRS.git
}

.ui-dialog .table-schedule  .schedule-event .container-fluid{
	display:none;
}

.ui-dialog  .table td a:focus { outline: none; }
 
.ui-dialog .table-schedule td strong::after {
    content: '\A';
    white-space: pre;
}

.ui-dialog .btn-dialog:hover{
    background-color: #7A6Eff;
}

.ui-dialog .btn-dialog{
    margin:2.5rem 0;
    padding:.6125rem 1rem .6875rem;
    font-size:1rem;
    overflow-wrap:break-word;
    word-wrap:break-word;
    word-break:break-all;
    word-break:break-word;
    -webkit-hyphens:auto;
    -ms-hyphens:auto;
    hyphens:auto;
    max-width:100%;
    border:2px solid transparent;
    font-family:titillium,verdana,sans-serif;
    color:#FFF;
    background-color:#5347E1;
    text-decoration:none;
    text-transform:uppercase;
    -webkit-transition:all .2s ease-in;
    transition:all .2s ease-in
}
.ui-dialog .btn-close{
    font-size:1rem;
     border:2px solid transparent;
    font-family:titillium,verdana,sans-serif;
    color:#FFF;
    background-color:#5347E1;
    text-decoration:none;
    text-transform:uppercase;    
    -webkit-transition:all .2s ease-in;
    transition:all .2s ease-in
}

.ui-dialog .btn-close:hover{
    background-color: #7A6Eff;
}

.ui-icon, .ui-widget-content .ui-icon {
    background-image: url("../img/nav/ui-icons_ffffff_256x240.png");
}


#atosDialog::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #332764;
}

#atosDialog::-webkit-scrollbar
{
	width: 12px;
	background-color: #332764;
}

#atosDialog::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #fff;
}

