/*! jQuery UI - v1.12.1 - 2017-08-22
* http://jqueryui.com
* Includes: core.css, datepicker.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */


/* Layout helpers
----------------------------------*/

.ui-datepicker-calendar tr:first-child .ui-state-default {
    margin-top: 1rem;
}

.ui-helper-hidden {
    display: none;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}

.ui-helper-clearfix:after {
    clear: both;
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
    /* support: IE8 */
}

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





/* Interaction Cues
----------------------------------*/

.ui-state-disabled {
    cursor: default !important;
    pointer-events: none;
}





/* Icons
----------------------------------*/

.ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

.ui-widget-icon-block {
    left: 50%;
    display: block;
}




/* Misc visuals
----------------------------------*/


/* Overlays */

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-datepicker {
    width: 80%;
    padding: 0;
    display: none;
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: 0 0 2.4rem;
    margin: 0 auto;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 0;
    width: 1.8em;
    height: 1.8em;
}


.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
    background: none;
    border: none;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    margin: 0;
    top: 5px;
    left: auto;
    right: auto;
}

.ui-datepicker .ui-datepicker-prev {
    left: 15px;
}

.ui-datepicker .ui-datepicker-next {
    right: 15px;
}


.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    font-family: 'Roboto', sans-serif;
    font-size: 1.8rem;
    text-align: center;
    font-weight: 500;
    color: #000;
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 45%;
}

.ui-datepicker table {
    width: 100%;
    font-size: 1.6rem;
    border-collapse: collapse;
    margin: 0 0 0;
}

.ui-datepicker th {
    padding: 0.7em 0.3em 0.8em 0.3em;
    text-align: center;
    font-weight: normal;
    border: 0;
    border-bottom: 1px solid #c9d1d9;
    color: #000;
    font-size: 1.4rem;
    font-weight: 500;
    background: none;
    font-family: Roboto, sans-serif;
}

.ui-datepicker td {
    border: 0;
    padding: 1px;
    font-family: 'Roboto', sans-serif;
    pointer-events:none;
}

.ui-datepicker td span,
.ui-datepicker td a {
    display: inline-block;
    box-sizing: border-box;
    padding: 0;
    width: 40px;
    height: 40px;
    padding-top: 0.7rem;
    text-align: center;
    text-decoration: none;
    margin: 0rem 1rem 0.4rem;
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}




/* with multiple calendars */

.ui-datepicker.ui-datepicker-multi {
    width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0;
}




/* RTL support */

.ui-datepicker-rtl {
    direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}




/* Icons */

.ui-datepicker .ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    left: .5em;
    top: .3em;
}




/* Component containers
----------------------------------*/

.ui-widget-content {
    border: none;
    background: none;
    color: #6c7980;
}

.ui-widget {
    font-family: 'Roboto', sans-serif;
    font-size: 1.6rem;
    line-height: 1.875;
    margin: 0 auto;
}

.ui-widget .ui-widget {
    font-size: 1.6rem;
    line-height: 1.875;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: 'Roboto', sans-serif;
    font-size: 1em;
}

.ui-widget-header {
    border: none;
    background: transparent;
    color: #6c7980;
    font-weight: bold;
}

.ui-widget-header a {
    color: #6c7980;
}




/* Interaction states
----------------------------------*/

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,



/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */

html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: none;
    background: transparent;
    font-weight: 400;
    color: #697d8c;
    text-align: center;
    font-size: 1.4rem;
    border-radius: 50%;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
    color: #454545;
    text-decoration: none;
}

.ui-state-default a {
pointer-events: none;
}


 .ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
    background: transparent;
    font-weight: inherit;
    text-decoration: underline;
    border: none;
    cursor: pointer;
    text-decoration: none;
} 

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
    color: #f2f2f2;
    text-decoration: none;
}

.ui-visual-focus {
    box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: none;
    font-weight: normal;
    color: #000;
    background: #fff;
    border-radius: 50%;
    cursor: default;
    box-shadow: 0px 3px 5px 0 #d8dee4;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
    border: #003eff;
   
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #ffffff;
    text-decoration: none;
}




/* Interaction Cues
----------------------------------*/

.selectedFirst {
    border: none;
background: rgb(22, 138, 201);
    color: #fff;
    border-radius: 50%;
}

.ui-state-checked {
    border: none;
    background: #e3e3e3;
    border-radius: 50%;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #777620;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #f1a899;
    background: #fddfdf;
    color: #5f3f3f;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
    color: #5f3f3f;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
    color: #5f3f3f;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    /* support: IE8 */
    font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    /* support: IE8 */
    background-image: none;
}

.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35);
    /* support: IE8 - See #6059 */
}




/* states and images */

.ui-icon {
    width: 30px;
    height: 20px;
}

.ui-widget-header .ui-icon {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAUCAYAAACaq43EAAAAs0lEQVRIib3WIQ7CQBCF4b+kCZfAQYLhEAguU42uqa7mNBW9AwpR10MgEIh2k81kYUnLvGc3my+Z2ZlsUdUtmeyADngBJ3t4a665+8lsfkB74AiUi4QFcED3wABcFLBFz8DoDbujKViCWliGxrAUDbAcBSiqun0CW2/I5J5bIG4pgQMrSr1mZY4zNsx4z9R314RSy/G4x1LcPi4ZnnrVEvzTOLnj3+bY4p0KjvEH09fnb3kDnYU5/fFsKBEAAAAASUVORK5CYII=');
}


.ui-icon-circle-triangle-w:before {
    // content: "\f105";
    width: 1px;
    height: 1px;
    display: block;
    font-family: FontAwesome;
    color: black;
}

.ui-icon-circle-triangle-e:before {
    // content: "\f104";
    width: 1px;
    height: 1px;
    display: block;
    font-family: FontAwesome;
    color: black;
}

.ui-icon-circle-triangle-e {
    transform: rotate(180deg);
}





/* Misc visuals
----------------------------------*/


/* Corner radius */

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 0;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 0;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 0;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 0;
}




/* Overlays */

.ui-widget-overlay {
    background: #aaaaaa;
    opacity: .3;
    filter: Alpha(Opacity=30);
    /* support: IE8 */
}

.ui-widget-shadow {
    -webkit-box-shadow: 0px 0px 5px #666666;
    box-shadow: 0px 0px 5px #666666;
}

/*.ui-state-active.selectedFirst {
    width: 40px;
    box-sizing: border-box;
    height: 40px;
    border: 3px solid #fff;
    padding-top: 4px;
}*/

 .ui-state-active.selectedFirst:active {
       background: rgb(22, 138, 201);
} 




/* ---------------------------------------------------------------------- */


/*  Media Queries jquery ui
/* ---------------------------------------------------------------------- */

@media screen and (max-width: 1190px) {
    .ui-datepicker td span, .ui-datepicker td a {
        width: 30px;
        height: 30px;
        padding-top: 1px;
        margin: 0.4rem;
    }

    .ui-state-active.selectedFirst {
    width: 30px;
    height: 30px;
    border: 2px solid #fff;
    line-height: 1;
    padding-top: 5px;
}
}

@media screen and (max-width: 890px) {
    .ui-datepicker .ui-datepicker-header {
        font-size: 1.4rem;
    }

    .ui-datepicker .ui-datepicker-prev {
        left: 0;
    }

    .ui-datepicker .ui-datepicker-next {
        right: 0;
    }
}

@media screen and (max-width: 680px) {
    }
    .ui-datepicker .ui-datepicker-header {
        font-size: 1.6rem;
    }
}

@media screen and (max-width: 480px) {
    .ui-datepicker td span,
    .ui-datepicker td a {
        font-size: 1.2rem;
        margin: 0
    }
    .ui-datepicker th {
        font-size: 1.2rem;
    }
    .ui-datepicker .ui-datepicker-header {
        font-size: 1.2rem;
    }
    .ui-datepicker .ui-datepicker-title {
        line-height: 2.6rem;
    }
}
[][][]