div.ui-dialog {
    background-color: white;
}

div.ui-dialog div.ui-resizable-handle {
    /*  display:none !important;*/
}

div.ui-dialog-titlebar {
    color: white;

    background-color: #da0000;
    background-image: url(/images/teaserbox_head.gif);
    background-repeat: repeat-y;
    zoom: 1
}

div.ui-dialog-titlebar span.ui-dialog-title {
    line-height: 2em;
    font-size: 1.3em;
    padding: 0pt 1em;
    font-weight: bold;
}

a.ui-dialog-titlebar-close {
    position: absolute;
    right: 7px;
    top: 6px;
    /*  width:16px;*/
    color: white;
    font-weight: bold;
}

div.ui-dialog-content {
    padding: 1em;
    padding-bottom: 3em;
}

div.ui-dialog-overlay {
    background-color: black;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    cursor: wait;
}

/* *********** */

div.ui-slide-controls {
    /*  padding:0 20px;*/
    position: relative;
    zoom: 1;
}

div.ui-slide-component {
    _zoom: 1;
}

div.ui-slide-container {
    overflow: hidden;
    position: relative;
    /*  margin-left: 30px;
      margin-right: 40px;*/

}

div.ui-slide-controls .next-slide {
    position: absolute;
    right: 15px;
    top: 40%;
    cursor: hand;
    cursor: pointer;
}

div.ui-slide-controls .prev-slide {
    position: absolute;
    left: 0;
    top: 40%;
    cursor: hand;
    cursor: pointer;
}

div.ui-slide-controls h1 {
    padding-left: 17px;
}

div.ui-slide,
div.start div.ui-slide {
    margin-left: 0;
    margin-right: 0;
}

div.ui-slide-external-controls {
    float: right;
    /*  line-height:1.8em;
      line-height:2em;*/
    /*  padding-top:0.35em;
      margin-right:15px;*/
}

div.ui-slide-external-controls * {
    margin: 0 5px;
    cursor: hand;
    cursor: pointer;
}

div.ui-slide-external-controls .active {
    font-weight: bold;
}

/******* jq datepicker ****/
table.jCalendar {
    background: #E4E9F2;
    border-collapse: separate;
    border-spacing: 1px;
}

table.jCalendar th {
    background: #033479;
    color: #fff;
    font-weight: normal;
    padding: 3px 5px;
    text-align: center;
    background-repeat: repeat-x;
}

table.jCalendar td {
    background: #fff;
    color: #003277;
    padding: 3px 5px;
    text-align: center;
}

/*table.jCalendar td.other-month {
	background: #ddd;
	color: #aaa;
}*/

table.jCalendar td.today {
    background: #9FB0D0;
    color: #fff;
}

table.jCalendar td.weekend {
    background: #F2F4F9;
}

table.jCalendar td.selected {
    background: #bf0008;
    color: #fff;
    font-weight: bold;
}

table.jCalendar td.selected:hover {
    background: #bf0008;
}

table.jCalendar td:hover,
table.jCalendar td.dp-hover {
    background: #e9e9e9;
}

table.jCalendar td.disabled, table.jCalendar td.disabled:hover {
    color: #999;
    color: #BFBFBF;
}

/* For the popup */

/* NOTE - you will probably want to style a.dp-choose-date - see how I did it in demo.css */

div.dp-popup {
    position: relative;
    border: 1px solid #768ebd;
    font-size: 1.2em;
    /*
        font-family: arial, sans-serif;
        padding: 2px;
        width: 171px;*/
    line-height: 1.2em;
}

div#dp-popup {
    position: absolute;
    z-index: 199;
}

div.dp-popup h2 {
    text-align: center;
    background-color: #e4e9f2 !important;
    line-height: 2em;
    font-size: 1em;
    margin: 0;
    padding: 0;
}

a#dp-close {
    font-size: 11px;
    padding: 4px 0;
    text-align: center;
    display: block;
}

a#dp-close:hover {
    text-decoration: underline;
}

div.dp-popup a {
    color: #000;
    text-decoration: none;
    padding: 3px 2px 0;
}

div.dp-popup div.dp-nav-prev {
    position: absolute;
    top: 5px;
    left: 4px;
    width: 30%;
}

div.dp-popup div.dp-nav-prev a {
    float: left;
}

div.dp-popup div.dp-nav-prev a.disabled {
    display: none;
}

/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */
div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {
    cursor: pointer;
}

div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {
    cursor: default;
}

div.dp-popup div.dp-nav-next {
    position: absolute;
    top: 2px;
    right: 4px;
    width: 30%;
}

div.dp-popup div.dp-nav-next a {
    float: right;
}

div.dp-popup div.dp-nav-next a.disabled {
    display: none;
}

div.dp-popup td {
    cursor: pointer;
}

div.dp-popup td.disabled {
    cursor: default;
}

.o-radio__box {
    margin-top: 0.32rem;
}
