@import url(custom-theme/jquery-ui-1.13.2.custom.css);


#homeFieldset, .fieldset {
    background: url("../img/backgrounds/bg_head_field_blue.png") repeat-x scroll left top #F1F1F1 !important;
}

#homeFieldset{
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
	position: relative;
}

.alertHome, .infoHome {
    padding: 20px;
    background-color: #f44336;
    color: white;
    /*position: absolute;*/
   	top: 26px;
   	left: 0;
   	width: 100%;
   	box-sizing: border-box;
}
	
.alertHome .closebtn, .infoHome .closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
}
	
.alertHome .closebtn:hover, .infoHome .closebtn:hover {
    color: black;
}

.legend {
    color: #333333;
}

.infoHome{
    background-color: #16a7fb;
}

div:has(> .alertHome){
    top: 26px;
    position:absolute;
    width: 100%;
}

/*******************************************
  * ContextMenu styles
 ******************************************/
.contextmenu-icon-edit {
    background-image:url(../img/icons/calendar_edit.png) !important;
}
.contextmenu-icon-delete {
    background-image:url(../img/icons/i_trash.png) !important;
}
.contextmenu-icon-cut {
    background-image:url(../img/icons/cut.png) !important;
}
.contextmenu-icon-paste {
    background-image:url(../img/icons/paste.png) !important;
}
.contextmenu-icon-attended {
    background-image:url(../img/icons/i_ok_l.png) !important;
}
.contextmenu-icon-notAttended {
    background-image:url(../img/icons/i_no_l.png) !important;
}
.contextmenu-icon-history {
    background-image:url(../img/icons/history.png) !important;
}
.contextmenu-icon-booking {
    background-image:url(../img/icons/calendar_preferences.png) !important;
}
.contextmenu-icon-validation {
    background-image:url(../img/icons/validation.png) !important;
}
.contextmenu-icon-administration {
    background-image:url(../img/icons/administration.png) !important;
}

.contextmenu-icon-euro {
    background-image:url(../img/icons/i_euro.png) !important;
}

/*******************************************
  * Elements
 ******************************************/
.toolbar, .toolbox, .breadcrumb, #cuerpo{
	border-color: #99BBE8 !important;
}

