/* Data Table Style Starts */
 table.dataTable{
    width:100%;
    margin:0 auto;
    clear:both;
    border-collapse:separate;
    border-spacing:0
}
table.dataTable thead th,table.dataTable tfoot th{
    font-weight:bold
}
table.dataTable thead th,table.dataTable thead td{
    padding:10px 18px;
    border-bottom:1px solid #111
}
table.dataTable thead th:active,table.dataTable thead td:active{
    outline:none
}
table.dataTable tfoot th,table.dataTable tfoot td{
    padding:10px 18px 6px 18px;
    border-top:1px solid #111
}
table.dataTable thead .sorting,table.dataTable thead .sorting_asc,table.dataTable thead .sorting_desc,table.dataTable thead .sorting_asc_disabled,table.dataTable thead .sorting_desc_disabled{
    cursor:pointer;
    *cursor:hand;
    background-repeat:no-repeat;
    background-position:center right
}
table.dataTable thead .sorting{
    background-image:url("../images/sort_both.png")
}
table.dataTable thead .sorting_asc{
    background-image:url("../images/sort_asc.png")
}
table.dataTable thead .sorting_desc{
    background-image:url("../images/sort_desc.png")
}
table.dataTable thead .sorting_asc_disabled{
    background-image:url("../images/sort_asc_disabled.png")
}
table.dataTable thead .sorting_desc_disabled{
    background-image:url("../images/sort_desc_disabled.png")
}
table.dataTable tbody tr{
    background-color:#ffffff
}
table.dataTable tbody tr.selected{
    background-color:#B0BED9
}
table.dataTable tbody th,table.dataTable tbody td{
    padding:8px 10px
}
table.dataTable.row-border tbody th,table.dataTable.row-border tbody td,table.dataTable.display tbody th,table.dataTable.display tbody td{
    border-top:1px solid #ddd
}
table.dataTable.row-border tbody tr:first-child th,table.dataTable.row-border tbody tr:first-child td,table.dataTable.display tbody tr:first-child th,table.dataTable.display tbody tr:first-child td{
    border-top:none
}
table.dataTable.cell-border tbody th,table.dataTable.cell-border tbody td{
    border-top:1px solid #ddd;
    border-right:1px solid #ddd
}
table.dataTable.cell-border tbody tr th:first-child,table.dataTable.cell-border tbody tr td:first-child{
    border-left:1px solid #ddd
}
table.dataTable.cell-border tbody tr:first-child th,table.dataTable.cell-border tbody tr:first-child td{
    border-top:none
}
table.dataTable.stripe tbody tr.odd,table.dataTable.display tbody tr.odd{
    background-color:#f9f9f9
}
table.dataTable.stripe tbody tr.odd.selected,table.dataTable.display tbody tr.odd.selected{
    background-color:#acbad4
}
table.dataTable.hover tbody tr:hover,table.dataTable.display tbody tr:hover{
    background-color:#f6f6f6
}
table.dataTable.hover tbody tr:hover.selected,table.dataTable.display tbody tr:hover.selected{
    background-color:#aab7d1
}
table.dataTable.order-column tbody tr>.sorting_1,table.dataTable.order-column tbody tr>.sorting_2,table.dataTable.order-column tbody tr>.sorting_3,table.dataTable.display tbody tr>.sorting_1,table.dataTable.display tbody tr>.sorting_2,table.dataTable.display tbody tr>.sorting_3{
    background-color:#fafafa
}
table.dataTable.order-column tbody tr.selected>.sorting_1,table.dataTable.order-column tbody tr.selected>.sorting_2,table.dataTable.order-column tbody tr.selected>.sorting_3,table.dataTable.display tbody tr.selected>.sorting_1,table.dataTable.display tbody tr.selected>.sorting_2,table.dataTable.display tbody tr.selected>.sorting_3{
    background-color:#acbad5
}
table.dataTable.display tbody tr.odd>.sorting_1,table.dataTable.order-column.stripe tbody tr.odd>.sorting_1{
    background-color:#f1f1f1
}
table.dataTable.display tbody tr.odd>.sorting_2,table.dataTable.order-column.stripe tbody tr.odd>.sorting_2{
    background-color:#f3f3f3
}
table.dataTable.display tbody tr.odd>.sorting_3,table.dataTable.order-column.stripe tbody tr.odd>.sorting_3{
    background-color:whitesmoke
}
table.dataTable.display tbody tr.odd.selected>.sorting_1,table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_1{
    background-color:#a6b4cd
}
table.dataTable.display tbody tr.odd.selected>.sorting_2,table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_2{
    background-color:#a8b5cf
}
table.dataTable.display tbody tr.odd.selected>.sorting_3,table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_3{
    background-color:#a9b7d1
}
table.dataTable.display tbody tr.even>.sorting_1,table.dataTable.order-column.stripe tbody tr.even>.sorting_1{
    background-color:#fafafa
}
table.dataTable.display tbody tr.even>.sorting_2,table.dataTable.order-column.stripe tbody tr.even>.sorting_2{
    background-color:#fcfcfc
}
table.dataTable.display tbody tr.even>.sorting_3,table.dataTable.order-column.stripe tbody tr.even>.sorting_3{
    background-color:#fefefe
}
table.dataTable.display tbody tr.even.selected>.sorting_1,table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_1{
    background-color:#acbad5
}
table.dataTable.display tbody tr.even.selected>.sorting_2,table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_2{
    background-color:#aebcd6
}
table.dataTable.display tbody tr.even.selected>.sorting_3,table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_3{
    background-color:#afbdd8
}
table.dataTable.display tbody tr:hover>.sorting_1,table.dataTable.order-column.hover tbody tr:hover>.sorting_1{
    background-color:#eaeaea
}
table.dataTable.display tbody tr:hover>.sorting_2,table.dataTable.order-column.hover tbody tr:hover>.sorting_2{
    background-color:#ececec
}
table.dataTable.display tbody tr:hover>.sorting_3,table.dataTable.order-column.hover tbody tr:hover>.sorting_3{
    background-color:#efefef
}
table.dataTable.display tbody tr:hover.selected>.sorting_1,table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_1{
    background-color:#a2aec7
}
table.dataTable.display tbody tr:hover.selected>.sorting_2,table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_2{
    background-color:#a3b0c9
}
table.dataTable.display tbody tr:hover.selected>.sorting_3,table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_3{
    background-color:#a5b2cb
}
table.dataTable.no-footer{
    border-bottom:1px solid #111
}
table.dataTable.nowrap th,table.dataTable.nowrap td{
    white-space:nowrap
}
table.dataTable.compact thead th,table.dataTable.compact thead td{
    padding:4px 17px 4px 4px
}
table.dataTable.compact tfoot th,table.dataTable.compact tfoot td{
    padding:4px
}
table.dataTable.compact tbody th,table.dataTable.compact tbody td{
    padding:4px
}
table.dataTable th.dt-left,table.dataTable td.dt-left{
    text-align:left
}
table.dataTable th.dt-center,table.dataTable td.dt-center,table.dataTable td.dataTables_empty{
    text-align:center
}
table.dataTable th.dt-right,table.dataTable td.dt-right{
    text-align:right
}
table.dataTable th.dt-justify,table.dataTable td.dt-justify{
    text-align:justify
}
table.dataTable th.dt-nowrap,table.dataTable td.dt-nowrap{
    white-space:nowrap
}
table.dataTable thead th.dt-head-left,table.dataTable thead td.dt-head-left,table.dataTable tfoot th.dt-head-left,table.dataTable tfoot td.dt-head-left{
    text-align:left
}
table.dataTable thead th.dt-head-center,table.dataTable thead td.dt-head-center,table.dataTable tfoot th.dt-head-center,table.dataTable tfoot td.dt-head-center{
    text-align:center
}
table.dataTable thead th.dt-head-right,table.dataTable thead td.dt-head-right,table.dataTable tfoot th.dt-head-right,table.dataTable tfoot td.dt-head-right{
    text-align:right
}
table.dataTable thead th.dt-head-justify,table.dataTable thead td.dt-head-justify,table.dataTable tfoot th.dt-head-justify,table.dataTable tfoot td.dt-head-justify{
    text-align:justify
}
table.dataTable thead th.dt-head-nowrap,table.dataTable thead td.dt-head-nowrap,table.dataTable tfoot th.dt-head-nowrap,table.dataTable tfoot td.dt-head-nowrap{
    white-space:nowrap
}
table.dataTable tbody th.dt-body-left,table.dataTable tbody td.dt-body-left{
    text-align:left
}
table.dataTable tbody th.dt-body-center,table.dataTable tbody td.dt-body-center{
    text-align:center
}
table.dataTable tbody th.dt-body-right,table.dataTable tbody td.dt-body-right{
    text-align:right
}
table.dataTable tbody th.dt-body-justify,table.dataTable tbody td.dt-body-justify{
    text-align:justify
}
table.dataTable tbody th.dt-body-nowrap,table.dataTable tbody td.dt-body-nowrap{
    white-space:nowrap
}
table.dataTable,table.dataTable th,table.dataTable td{
    box-sizing:content-box
}
.dataTables_wrapper{
    position:relative;
    clear:both;
    *zoom:1;
    zoom:1
}
.dataTables_wrapper .dataTables_length{
    float:left
}
.dataTables_wrapper .dataTables_filter{
    float:right;
    text-align:right
}
.dataTables_wrapper .dataTables_filter input{
    margin-left:0.5em
}
.dataTables_wrapper .dataTables_info{
    clear:both;
    float:left;
    padding-top:0.755em
}
.dataTables_wrapper .dataTables_paginate{
    float:right;
    text-align:right;
    padding-top:0.25em
}
.dataTables_wrapper .dataTables_paginate .paginate_button{
    box-sizing:border-box;
    display:inline-block;
    min-width:1.5em;
    padding:0.5em 1em;
    margin-left:2px;
    text-align:center;
    text-decoration:none !important;
    cursor:pointer;
    cursor:hand;
    color:#333 !important;
    border:1px solid transparent;
    border-radius:2px
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current,.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{
    color:#fff !important;
    border:1px solid #979797;
    background-color:white;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #dcdcdc));
    background:-webkit-linear-gradient(top, #fff 0%, #dcdcdc 100%);
    background:-moz-linear-gradient(top, #fff 0%, #dcdcdc 100%);
    background:-ms-linear-gradient(top, #fff 0%, #dcdcdc 100%);
    background:-o-linear-gradient(top, #fff 0%, #dcdcdc 100%);
    background:linear-gradient(to bottom, #fff 0%, #dcdcdc 100%)
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active{
    cursor:default;
    color:#666 !important;
    border:1px solid transparent;
    background:transparent;
    box-shadow:none
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover{
    color:white !important;
    border:1px solid #111;
    background-color:#585858;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));
    background:-webkit-linear-gradient(top, #585858 0%, #111 100%);
    background:-moz-linear-gradient(top, #585858 0%, #111 100%);
    background:-ms-linear-gradient(top, #585858 0%, #111 100%);
    background:-o-linear-gradient(top, #585858 0%, #111 100%);
    background:linear-gradient(to bottom, #585858 0%, #111 100%)
}
.dataTables_wrapper .dataTables_paginate .paginate_button:active{
    outline:none;
    background-color:#2b2b2b;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
    background:-webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
    background:-moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
    background:-ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
    background:-o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
    background:linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
    box-shadow:inset 0 0 3px #111
}
.dataTables_wrapper .dataTables_paginate .ellipsis{
    padding:0 1em
}
.dataTables_wrapper .dataTables_processing{
    position:absolute;
    top:50%;
    left:50%;
    width:100%;
    height:40px;
    margin-left:-50%;
    margin-top:-25px;
    padding-top:20px;
    text-align:center;
    font-size:1.2em;
    background-color:white;
    background:-webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(25%, rgba(255,255,255,0.9)), color-stop(75%, rgba(255,255,255,0.9)), color-stop(100%, rgba(255,255,255,0)));
    background:-webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
    background:-moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
    background:-ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
    background:-o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
    background:linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%)
}
.dataTables_wrapper .dataTables_length,.dataTables_wrapper .dataTables_filter,.dataTables_wrapper .dataTables_info,.dataTables_wrapper .dataTables_processing,.dataTables_wrapper .dataTables_paginate{
    color:#333
}
.dataTables_wrapper .dataTables_scroll{
    clear:both
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody{
    *margin-top:-1px;
    -webkit-overflow-scrolling:touch
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>th,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>td,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>th,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>td{
    vertical-align:middle
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>th>div.dataTables_sizing,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>td>div.dataTables_sizing,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>th>div.dataTables_sizing,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>td>div.dataTables_sizing{
    height:0;
    overflow:hidden;
    margin:0 !important;
    padding:0 !important
}
.dataTables_wrapper.no-footer .dataTables_scrollBody{
    border-bottom:1px solid #111
}
.dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable,.dataTables_wrapper.no-footer div.dataTables_scrollBody>table{
    border-bottom:none
}
.dataTables_wrapper:after{
    visibility:hidden;
    display:block;
    content:"";
    clear:both;
    height:0
}
@media screen and (max-width: 767px){
    .dataTables_wrapper .dataTables_info,.dataTables_wrapper .dataTables_paginate{
        float:none;
        text-align:center
    }
    .dataTables_wrapper .dataTables_paginate{
        margin-top:0.5em
    }
}
@media screen and (max-width: 640px){
    .dataTables_wrapper .dataTables_length,.dataTables_wrapper .dataTables_filter{
        float:none;
        text-align:center
    }
    .dataTables_wrapper .dataTables_filter{
        margin-top:0.5em
    }
}
/* Data Table Style Ends */
 input[type="text"].input-validation-error, input[type="email"].input-validation-error, input[type="password"].input-validation-error, input[type="date"].input-validation-error, input[type="number"].input-validation-error, select.input-validation-error, textarea.input-validation-error {
     border: solid 1px #d9534f;
     -webkit-box-shadow: inset 0 1px 5px rgba(0,0,0,.2);
     box-shadow: inset 0 1px 5px rgba(0,0,0,.2);
}
 .mandatory {
     position:relative 
}
 .mandatory:before {
     content: '*';
     color: #d9534f;
     font-size:16px;
     line-height:14px;
     font-weight:700;
     padding-right:5px;
}
 .easy-autocomplete-container ul {
     margin-bottom: 0px !important;
     margin-top: 0px!important;
}
 .easy-autocomplete-container ul li {
     width: 100% !important;
     float: none !important;
     margin-bottom: 0px !important;
     padding-bottom: 0px !important;
     display: block !important;
     border-bottom: none !important;
}
/*Date Range Picker */
 .daterangepicker {
     position: absolute;
     color: inherit;
     background-color: #fff;
     border-radius: 4px;
     border: 1px solid #ddd;
     width: 278px;
     max-width: none;
     padding: 0;
     margin-top: 7px;
     top: 100px;
     left: 20px;
     z-index: 3001;
     display: none;
     font-family: arial;
     font-size: 15px;
     line-height: 1em;
}
 .daterangepicker:before, .daterangepicker:after {
     position: absolute;
     display: inline-block;
     border-bottom-color: rgba(0, 0, 0, 0.2);
     content: '';
}
 .daterangepicker:before {
     top: -7px;
     border-right: 7px solid transparent;
     border-left: 7px solid transparent;
     border-bottom: 7px solid #ccc;
}
 .daterangepicker:after {
     top: -6px;
     border-right: 6px solid transparent;
     border-bottom: 6px solid #fff;
     border-left: 6px solid transparent;
}
 .daterangepicker.opensleft:before {
     right: 9px;
}
 .daterangepicker.opensleft:after {
     right: 10px;
}
 .daterangepicker.openscenter:before {
     left: 0;
     right: 0;
     width: 0;
     margin-left: auto;
     margin-right: auto;
}
 .daterangepicker.openscenter:after {
     left: 0;
     right: 0;
     width: 0;
     margin-left: auto;
     margin-right: auto;
}
 .daterangepicker.opensright:before {
     left: 9px;
}
 .daterangepicker.opensright:after {
     left: 10px;
}
 .daterangepicker.drop-up {
     margin-top: -7px;
}
 .daterangepicker.drop-up:before {
     top: initial;
     bottom: -7px;
     border-bottom: initial;
     border-top: 7px solid #ccc;
}
 .daterangepicker.drop-up:after {
     top: initial;
     bottom: -6px;
     border-bottom: initial;
     border-top: 6px solid #fff;
}
 .daterangepicker.single .daterangepicker .ranges, .daterangepicker.single .drp-calendar {
     float: none;
}
 .daterangepicker.single .drp-selected {
     display: none;
}
 .daterangepicker.show-calendar .drp-calendar {
     display: block;
}
 .daterangepicker.show-calendar .drp-buttons {
     display: block;
}
 .daterangepicker.auto-apply .drp-buttons {
     display: none;
}
 .daterangepicker .drp-calendar {
     display: none;
     max-width: 270px;
}
 .daterangepicker .drp-calendar.left {
     padding: 8px 0 8px 8px;
}
 .daterangepicker .drp-calendar.right {
     padding: 8px;
}
 .daterangepicker .drp-calendar.single .calendar-table {
     border: none;
}
 .daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span {
     color: #fff;
     border: solid black;
     border-width: 0 2px 2px 0;
     border-radius: 0;
     display: inline-block;
     padding: 3px;
}
 .daterangepicker .calendar-table .next span {
     transform: rotate(-45deg);
     -webkit-transform: rotate(-45deg);
}
 .daterangepicker .calendar-table .prev span {
     transform: rotate(135deg);
     -webkit-transform: rotate(135deg);
}
 .daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
     white-space: nowrap;
     text-align: center;
     vertical-align: middle;
     min-width: 32px;
     width: 32px;
     height: 24px;
     line-height: 24px;
     font-size: 12px;
     border-radius: 4px;
     border: 1px solid transparent;
     white-space: nowrap;
     cursor: pointer;
}
 .daterangepicker .calendar-table {
     border: 1px solid #fff;
     border-radius: 4px;
     background-color: #fff;
}
 .daterangepicker .calendar-table table {
     width: 100%;
     margin: 0;
     border-spacing: 0;
     border-collapse: collapse;
}
 .daterangepicker td.available:hover, .daterangepicker th.available:hover {
     background-color: #eee;
     border-color: transparent;
     color: inherit;
}
 .daterangepicker td.week, .daterangepicker th.week {
     font-size: 80%;
     color: #ccc;
}
 .daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
     background-color: #fff;
     border-color: transparent;
     color: #999;
}
 .daterangepicker td.in-range {
     background-color: #ebf4f8;
     border-color: transparent;
     color: #000;
     border-radius: 0;
}
 .daterangepicker td.start-date {
     border-radius: 4px 0 0 4px;
}
 .daterangepicker td.end-date {
     border-radius: 0 4px 4px 0;
}
 .daterangepicker td.start-date.end-date {
     border-radius: 4px;
}
 .daterangepicker td.active, .daterangepicker td.active:hover {
     background-color: #357ebd;
     border-color: transparent;
     color: #fff;
}
 .daterangepicker th.month {
     width: auto;
}
 .daterangepicker td.disabled, .daterangepicker option.disabled {
     color: #999;
     cursor: not-allowed;
     text-decoration: line-through;
}
 .daterangepicker select.monthselect, .daterangepicker select.yearselect {
     font-size: 12px;
     padding: 1px;
     height: auto;
     margin: 0;
     cursor: default;
}
 .daterangepicker select.monthselect {
     margin-right: 2%;
     width: 56%;
}
 .daterangepicker select.yearselect {
     width: 40%;
}
 .daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
     width: 50px;
     margin: 0 auto;
     background: #eee;
     border: 1px solid #eee;
     padding: 2px;
     outline: 0;
     font-size: 12px;
}
 .daterangepicker .calendar-time {
     text-align: center;
     margin: 4px auto 0 auto;
     line-height: 30px;
     position: relative;
}
 .daterangepicker .calendar-time select.disabled {
     color: #ccc;
     cursor: not-allowed;
}
 .daterangepicker .drp-buttons {
     clear: both;
     text-align: right;
     padding: 8px;
     border-top: 1px solid #ddd;
     display: none;
     line-height: 12px;
     vertical-align: middle;
}
 .daterangepicker .drp-selected {
     display: inline-block;
     font-size: 12px;
     padding-right: 8px;
}
 .daterangepicker .drp-buttons .btn {
     margin-left: 8px;
     font-size: 12px;
     font-weight: bold;
     padding: 4px 8px;
}
 .daterangepicker.show-ranges.single.rtl .drp-calendar.left {
     border-right: 1px solid #ddd;
}
 .daterangepicker.show-ranges.single.ltr .drp-calendar.left {
     border-left: 1px solid #ddd;
}
 .daterangepicker.show-ranges.rtl .drp-calendar.right {
     border-right: 1px solid #ddd;
}
 .daterangepicker.show-ranges.ltr .drp-calendar.left {
     border-left: 1px solid #ddd;
}
 .daterangepicker .ranges {
     float: none;
     text-align: left;
     margin: 0;
}
 .daterangepicker.show-calendar .ranges {
     margin-top: 8px;
}
 .daterangepicker .ranges ul {
     list-style: none;
     margin: 0 auto;
     padding: 0;
     width: 100%;
}
 .daterangepicker .ranges li {
     font-size: 12px;
     padding: 8px 12px;
     cursor: pointer;
}
 .daterangepicker .ranges li:hover {
     background-color: #eee;
}
 .daterangepicker .ranges li.active {
     background-color: #08c;
     color: #fff;
}
/* Larger Screen Styling */
 @media (min-width: 564px) {
     .daterangepicker {
         width: auto;
    }
     .daterangepicker .ranges ul {
         width: 140px;
    }
     .daterangepicker.single .ranges ul {
         width: 100%;
    }
     .daterangepicker.single .drp-calendar.left {
         clear: none;
    }
     .daterangepicker.single .ranges, .daterangepicker.single .drp-calendar {
         float: left;
    }
     .daterangepicker {
         direction: ltr;
         text-align: left;
    }
     .daterangepicker .drp-calendar.left {
         clear: left;
         margin-right: 0;
    }
     .daterangepicker .drp-calendar.left .calendar-table {
         border-right: none;
         border-top-right-radius: 0;
         border-bottom-right-radius: 0;
    }
     .daterangepicker .drp-calendar.right {
         margin-left: 0;
    }
     .daterangepicker .drp-calendar.right .calendar-table {
         border-left: none;
         border-top-left-radius: 0;
         border-bottom-left-radius: 0;
    }
     .daterangepicker .drp-calendar.left .calendar-table {
         padding-right: 8px;
    }
     .daterangepicker .ranges, .daterangepicker .drp-calendar {
         float: left;
    }
}
 @media (min-width: 730px) {
     .daterangepicker .ranges {
         width: auto;
    }
     .daterangepicker .ranges {
         float: left;
    }
     .daterangepicker.rtl .ranges {
         float: right;
    }
     .daterangepicker .drp-calendar.left {
         clear: none !important;
    }
}
/*! * FullCalendar v3.9.0 * Docs & License: https://fullcalendar.io/ * (c) 2018 Adam Shaw */
 .fc {
     direction: ltr;
     text-align: left;
}
 .fc-rtl {
     text-align: right;
}
 body .fc {
    /* extra precedence to overcome jqui */
     font-size: 1em;
}
/* Colors --------------------------------------------------------------------------------------------------*/
 .fc-highlight {
    /* when user is selecting cells */
     background: #bce8f1;
     opacity: .3;
}
 .fc-bgevent {
    /* default look for background events */
     background: #8fdf82;
     opacity: .3;
}
 .fc-nonbusiness {
    /* default look for non-business-hours areas */
    /* will inherit .fc-bgevent's styles */
     background: rgba(52,40,104,.05);
}
/* Buttons (styled <button> tags, normalized to work cross-browser) --------------------------------------------------------------------------------------------------*/
 .fc button {
    /* force height to include the border and padding */
     -moz-box-sizing: border-box;
     -webkit-box-sizing: border-box;
     box-sizing: border-box;
    /* dimensions */
     margin: 0;
     height: auto;
     padding: 0 .6em;
    /* text & cursor */
     font-size: 1em;
    /* normalize */
     white-space: nowrap;
     cursor: pointer;
}
/* Firefox has an annoying inner border */
 .fc button::-moz-focus-inner {
     margin: 0;
     padding: 0;
}
 .fc-state-default {
    /* non-theme */
     border: 1px solid;
}
 .fc-state-default.fc-corner-left {
    /* non-theme */
     border-top-left-radius: 4px;
     border-bottom-left-radius: 4px;
}
 .fc-state-default.fc-corner-right {
    /* non-theme */
     border-top-right-radius: 4px;
     border-bottom-right-radius: 4px;
}
/* icons in buttons */
 .fc button .fc-icon {
    /* non-theme */
     position: relative;
     top: -0.05em;
    /* seems to be a good adjustment across browsers */
     margin: 0 .2em;
     vertical-align: middle;
}
/* button states borrowed from twitter bootstrap (http://twitter.github.com/bootstrap/) */
 .fc-state-default {
     background-color: #f5f5f5;
     background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
     background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
     background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
     background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
     background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
     background-repeat: repeat-x;
     border-color: #e6e6e6 #e6e6e6 #bfbfbf;
     border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
     color: #333;
     text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
     box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
 .fc-state-hover, .fc-state-down, .fc-state-active, .fc-state-disabled {
     color: #333333;
     background-color: #e6e6e6;
}
 .fc-state-hover {
     color: #333333;
     text-decoration: none;
     background-position: 0 -15px;
     -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
     -o-transition: background-position 0.1s linear;
     transition: background-position 0.1s linear;
}
 .fc-state-down, .fc-state-active {
     background-color: #cccccc;
     background-image: none;
     box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
 .fc-state-disabled {
     cursor: default;
     background-image: none;
     opacity: 0.65;
     box-shadow: none;
}
/* Buttons Groups --------------------------------------------------------------------------------------------------*/
 .fc-button-group {
     display: inline-block;
}
/* every button that is not first in a button group should scootch over one pixel and cover the previous button's border... */
 .fc .fc-button-group > * {
    /* extra precedence b/c buttons have margin set to zero */
     float: left;
     margin: 0 0 0 -1px;
}
 .fc .fc-button-group > :first-child {
    /* same */
     margin-left: 0;
}
/* Popover --------------------------------------------------------------------------------------------------*/
 .fc-popover {
     position: absolute;
     box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
 .fc-popover .fc-header {
    /* TODO: be more consistent with fc-head/fc-body */
     padding: 2px 4px;
}
 .fc-popover .fc-header .fc-title {
     margin: 0 2px;
}
 .fc-popover .fc-header .fc-close {
     cursor: pointer;
}
 .fc-ltr .fc-popover .fc-header .fc-title, .fc-rtl .fc-popover .fc-header .fc-close {
     float: left;
}
 .fc-rtl .fc-popover .fc-header .fc-title, .fc-ltr .fc-popover .fc-header .fc-close {
     float: right;
}
/* Misc Reusable Components --------------------------------------------------------------------------------------------------*/
 .fc-divider {
     border-style: solid;
     border-width: 1px;
}
 hr.fc-divider {
     height: 0;
     margin: 0;
     padding: 0 0 2px;
    /* height is unreliable across browsers, so use padding */
     border-width: 1px 0;
}
 .fc-clear {
     clear: both;
}
 .fc-bg, .fc-bgevent-skeleton, .fc-highlight-skeleton, .fc-helper-skeleton {
    /* these element should always cling to top-left/right corners */
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
}
 .fc-bg {
     bottom: 0;
    /* strech bg to bottom edge */
}
 .fc-bg table {
     height: 100%;
    /* strech bg to bottom edge */
}
/* Tables --------------------------------------------------------------------------------------------------*/
 .fc table {
     width: 100%;
     box-sizing: border-box;
    /* fix scrollbar issue in firefox */
     table-layout: fixed;
     border-collapse: collapse;
     border-spacing: 0;
     font-size: 1em;
    /* normalize cross-browser */
}
 .fc th {
     text-align: center;
}
 .fc th, .fc td {
     border-style: solid;
     border-width: 1px 1px 0 1px !important;
     padding: 0;
     border-color: #eee;
     vertical-align: top;
}
 .fc td.fc-today {
     border-style: double;
    /* overcome neighboring borders */
}
/* Internal Nav Links --------------------------------------------------------------------------------------------------*/
 a[data-goto] {
     cursor: pointer;
}
 a[data-goto]:hover {
     text-decoration: underline;
}
/* Fake Table Rows --------------------------------------------------------------------------------------------------*/
 .fc .fc-row {
    /* extra precedence to overcome themes w/ .ui-widget-content forcing a 1px border */
    /* no visible border by default. but make available if need be (scrollbar width compensation) */
     border-style: solid;
     border-width: 0;
}
 .fc-row table {
    /* don't put left/right border on anything within a fake row. the outer tbody will worry about this */
     border-left: 0 hidden transparent;
     border-right: 0 hidden transparent;
    /* no bottom borders on rows */
     border-bottom: 0 hidden transparent;
}
 .fc-row:first-child table {
     border-top: 0 hidden transparent;
    /* no top border on first row */
}
/* Day Row (used within the header and the DayGrid) --------------------------------------------------------------------------------------------------*/
 .fc-row {
     position: relative;
     background: #ffffff;
}
 .fc-row .fc-bg {
     z-index: 1;
}
/* highlighting cells & background event skeleton */
 .fc-row .fc-bgevent-skeleton, .fc-row .fc-highlight-skeleton {
     bottom: 0;
    /* stretch skeleton to bottom of row */
}
 .fc-row .fc-bgevent-skeleton table, .fc-row .fc-highlight-skeleton table {
     height: 100%;
    /* stretch skeleton to bottom of row */
}
 .fc-row .fc-highlight-skeleton td, .fc-row .fc-bgevent-skeleton td {
     border-color: transparent;
}
 .fc-row .fc-bgevent-skeleton {
     z-index: 2;
}
 .fc-row .fc-highlight-skeleton {
     z-index: 3;
}
/* row content (which contains day/week numbers and events) as well as "helper" (which contains temporary rendered events). */
 .fc-row .fc-content-skeleton {
     position: relative;
     z-index: 4;
     padding-bottom: 2px;
    /* matches the space above the events */
}
 .fc-row .fc-helper-skeleton {
     z-index: 5;
}
 .fc .fc-row .fc-content-skeleton table, .fc .fc-row .fc-content-skeleton td, .fc .fc-row .fc-helper-skeleton td {
    /* see-through to the background below */
    /* extra precedence to prevent theme-provided backgrounds */
     background: none;
    /* in case <td>s are globally styled */
     border-color: transparent;
     padding: .5rem .5rem;
}
 .fc-row .fc-content-skeleton td, .fc-row .fc-helper-skeleton td {
    /* don't put a border between events and/or the day number */
     border-bottom: 0;
}
 .fc-row .fc-content-skeleton tbody td, .fc-row .fc-helper-skeleton tbody td {
    /* don't put a border between event cells */
     border-top: 0;
}
/* Scrolling Container --------------------------------------------------------------------------------------------------*/
 .fc-scroller {
     -webkit-overflow-scrolling: touch;
}
/* TODO: move to agenda/basic */
 .fc-scroller > .fc-day-grid, .fc-scroller > .fc-time-grid {
     position: relative;
    /* re-scope all positions */
     width: 100%;
    /* hack to force re-sizing this inner element when scrollbars appear/disappear */
}
/* Global Event Styles --------------------------------------------------------------------------------------------------*/
 .fc-event {
     position: relative;
     display: block;
     font-size: 12px;
     font-weight: 500;
}
 .fc-event, .fc-event-dot {
     background-color: #ffffff;
     color: #5d5386;
     position: relative;
}
 .fc-event .fc-title {
     font-weight: 500;
}
 .fc-event i{
     font-size: 26px;
     margin-right: 8px;
     vertical-align: middle;
}
 .fc-event, .fc-event:hover {
     color: #fff;
    /* default TEXT color */
     text-decoration: none;
    /* if <a> has an href */
}
 .fc-event[href], .fc-event.fc-draggable {
     cursor: pointer;
    /* give events with links and draggable events a hand mouse pointer */
}
 .fc-not-allowed, .fc-not-allowed .fc-event {
    /* to override an event's custom cursor */
     cursor: not-allowed;
}
 .fc-event .fc-bg {
    /* the generic .fc-bg already does position */
     z-index: 1;
     background: #fff;
     opacity: .25;
}
 .fc-event .fc-content {
     color: #2c304d;
     position: relative;
     z-index: 2;
     text-align: center;
}
/* resizer (cursor AND touch devices) */
 .fc-event .fc-resizer {
     position: absolute;
     z-index: 4;
}
/* resizer (touch devices) */
 .fc-event .fc-resizer {
     display: none;
}
 .fc-event.fc-allow-mouse-resize .fc-resizer, .fc-event.fc-selected .fc-resizer {
    /* only show when hovering or selected (with touch) */
     display: block;
}
/* hit area */
 .fc-event.fc-selected .fc-resizer:before {
    /* 40x40 touch area */
     content: "";
     position: absolute;
     z-index: 9999;
    /* user of this util can scope within a lower z-index */
     top: 50%;
     left: 50%;
     width: 40px;
     height: 40px;
     margin-left: -20px;
     margin-top: -20px;
}
/* Event Selection (only for touch devices) --------------------------------------------------------------------------------------------------*/
 .fc-event.fc-selected {
     z-index: 9999 !important;
    /* overcomes inline z-index */
     box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
 .fc-event.fc-selected.fc-dragging {
     box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
}
/* Horizontal Events --------------------------------------------------------------------------------------------------*/
/* bigger touch area when selected */
 .fc-h-event.fc-selected:before {
     content: "";
     position: absolute;
     z-index: 3;
    /* below resizers */
     top: -10px;
     bottom: -10px;
     left: 0;
     right: 0;
}
/* events that are continuing to/from another week. kill rounded corners and butt up against edge */
 .fc-ltr .fc-h-event.fc-not-start, .fc-rtl .fc-h-event.fc-not-end {
     margin-left: 0;
     border-left-width: 0;
     padding-left: 1px;
    /* replace the border with padding */
     border-top-left-radius: 0;
     border-bottom-left-radius: 0;
}
 .fc-ltr .fc-h-event.fc-not-end, .fc-rtl .fc-h-event.fc-not-start {
     margin-right: 0;
     border-right-width: 0;
     padding-right: 1px;
    /* replace the border with padding */
     border-top-right-radius: 0;
     border-bottom-right-radius: 0;
}
/* resizer (cursor AND touch devices) */
/* left resizer */
 .fc-ltr .fc-h-event .fc-start-resizer, .fc-rtl .fc-h-event .fc-end-resizer {
     cursor: w-resize;
     left: -1px;
    /* overcome border */
}
/* right resizer */
 .fc-ltr .fc-h-event .fc-end-resizer, .fc-rtl .fc-h-event .fc-start-resizer {
     cursor: e-resize;
     right: -1px;
    /* overcome border */
}
/* resizer (mouse devices) */
 .fc-h-event.fc-allow-mouse-resize .fc-resizer {
     width: 7px;
     top: -1px;
    /* overcome top border */
     bottom: -1px;
    /* overcome bottom border */
}
/* resizer (touch devices) */
 .fc-h-event.fc-selected .fc-resizer {
    /* 8x8 little dot */
     border-radius: 4px;
     border-width: 1px;
     width: 6px;
     height: 6px;
     border-style: solid;
     border-color: inherit;
     background: #fff;
    /* vertically center */
     top: 50%;
     margin-top: -4px;
}
/* left resizer */
 .fc-ltr .fc-h-event.fc-selected .fc-start-resizer, .fc-rtl .fc-h-event.fc-selected .fc-end-resizer {
     margin-left: -4px;
    /* centers the 8x8 dot on the left edge */
}
/* right resizer */
 .fc-ltr .fc-h-event.fc-selected .fc-end-resizer, .fc-rtl .fc-h-event.fc-selected .fc-start-resizer {
     margin-right: -4px;
    /* centers the 8x8 dot on the right edge */
}
/* DayGrid events ---------------------------------------------------------------------------------------------------- We use the full "fc-day-grid-event" class instead of using descendants because the event won't be a descendant of the grid when it is being dragged. */
 .fc-day-grid-event {
     margin: 1px 2px 0;
    /* spacing between events and edges */
     padding: 0;
}
 tr:first-child > td > .fc-day-grid-event {
     margin-top: 0;
     display: inline-block;
     border-radius: 50%;
     width: 25px;
     height: 25px;
     line-height: 25px;
}
 tr:first-child > td > .fc-day-grid-event.bg-work {
     background-color: #00a65a;
     font-size: 0;
}
 tr:first-child > td > .fc-day-grid-event.bg-work:before {
     content: 'W';
     font-size: 13px;
     color: #fff;
     text-align: center;
     display: inline-block;
     width: 25px;
}
 tr:first-child > td > .fc-day-grid-event.bg-leave {
     background-color: #f05050;
}
 tr:first-child > td > .fc-day-grid-event.bg-leave:before {
     content: 'L';
     font-size: 13px;
     color: #fff;
     text-align: center;
     display: inline-block;
     width: 25px;
}
 tr:first-child > td > .fc-day-grid-event.bg-holiday {
     background-color: #c00154;
     font-size: 0;
}
 tr:first-child > td > .fc-day-grid-event.bg-holiday:before {
     content: 'H';
     font-size: 13px;
     color: #fff;
     text-align: center;
     display: inline-block;
     width: 25px;
}
 tr:first-child > td > .fc-day-grid-event .fc-title{
     color: #fff;
}
 .fc-day-grid-event.fc-selected:after {
     content: "";
     position: absolute;
     z-index: 1;
    /* same z-index as fc-bg, behind text */
    /* overcome the borders */
     top: -1px;
     right: -1px;
     bottom: -1px;
     left: -1px;
    /* darkening effect */
     background: #000;
     opacity: .25;
}
 .fc-day-grid-event .fc-content {
    /* force events to be one-line tall */
     white-space: nowrap;
     overflow: hidden;
}
 .fc-day-grid-event .fc-time {
     font-weight: bold;
}
/* resizer (cursor devices) */
/* left resizer */
 .fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer, .fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer {
     margin-left: -2px;
    /* to the day cell's edge */
}
/* right resizer */
 .fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer, .fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer {
     margin-right: -2px;
    /* to the day cell's edge */
}
/* Event Limiting --------------------------------------------------------------------------------------------------*/
/* "more" link that represents hidden events */
 a.fc-more {
     margin: 1px 3px;
     font-size: .85em;
     cursor: pointer;
     text-decoration: none;
}
 a.fc-more:hover {
     text-decoration: underline;
}
 .fc-limited {
    /* rows and cells that are hidden because of a "more" link */
     display: none;
}
/* popover that appears when "more" link is clicked */
 .fc-day-grid .fc-row {
     z-index: 1;
    /* make the "more" popover one higher than this */
}
 .fc-more-popover {
     z-index: 2;
     width: 220px;
}
 .fc-more-popover .fc-event-container {
     padding: 10px;
}
/* Now Indicator --------------------------------------------------------------------------------------------------*/
 .fc-now-indicator {
     position: absolute;
     border: 0 solid red;
}
/* Utilities --------------------------------------------------------------------------------------------------*/
 .fc-unselectable {
     -webkit-user-select: none;
     -khtml-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
     -webkit-touch-callout: none;
     -webkit-tap-highlight-color: transparent;
}
/* TODO: more distinction between this file and common.css */
/* Colors --------------------------------------------------------------------------------------------------*/
 .fc-unthemed th, .fc-unthemed td, .fc-unthemed thead, .fc-unthemed tbody, .fc-unthemed .fc-divider, .fc-unthemed .fc-row, .fc-unthemed .fc-content, .fc-unthemed .fc-popover, .fc-unthemed .fc-list-view, .fc-unthemed .fc-list-heading td {
     border-color: #ddd;
}
 .fc-unthemed .fc-popover {
     background-color: #fff;
}
 .fc-unthemed .fc-divider, .fc-unthemed .fc-popover .fc-header, .fc-unthemed .fc-list-heading td {
     background: #eee;
}
 .fc-unthemed .fc-popover .fc-header .fc-close {
     color: #666;
}
 .fc-unthemed td.fc-today {
     background: #fcf8e3;
}
 .fc-unthemed .fc-disabled-day {
     background: #d7d7d7;
     opacity: .3;
}
/* Icons (inline elements with styled text that mock arrow icons) --------------------------------------------------------------------------------------------------*/
 .fc-icon {
     display: inline-block;
     height: 1em;
     line-height: 1em;
     font-size: 1em;
     text-align: center;
     overflow: hidden;
     font-family: "Courier New", Courier, monospace;
    /* don't allow browser text-selection */
     -webkit-touch-callout: none;
     -webkit-user-select: none;
     -khtml-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
}
/* Acceptable font-family overrides for individual icons: "Arial", sans-serif "Times New Roman", serif NOTE: use percentage font sizes or else old IE chokes */
 .fc-icon:after {
     position: relative;
}
 .fc-icon-left-single-arrow:after {
     content: "\2039";
     font-weight: bold;
     font-size: 200%;
     top: -7%;
}
 .fc-icon-right-single-arrow:after {
     content: "\203A";
     font-weight: bold;
     font-size: 200%;
     top: -7%;
}
 .fc-icon-left-double-arrow:after {
     content: "\AB";
     font-size: 160%;
     top: -7%;
}
 .fc-icon-right-double-arrow:after {
     content: "\BB";
     font-size: 160%;
     top: -7%;
}
 .fc-icon-left-triangle:after {
     content: "\25C4";
     font-size: 125%;
     top: 3%;
}
 .fc-icon-right-triangle:after {
     content: "\25BA";
     font-size: 125%;
     top: 3%;
}
 .fc-icon-down-triangle:after {
     content: "\25BC";
     font-size: 125%;
     top: 2%;
}
 .fc-icon-x:after {
     content: "\D7";
     font-size: 200%;
     top: 6%;
}
/* Popover --------------------------------------------------------------------------------------------------*/
 .fc-unthemed .fc-popover {
     border-width: 1px;
     border-style: solid;
}
 .fc-unthemed .fc-popover .fc-header .fc-close {
     font-size: .9em;
     margin-top: 2px;
}
/* List View --------------------------------------------------------------------------------------------------*/
 .fc-unthemed .fc-list-item:hover td {
     background-color: #f5f5f5;
}
/* Colors --------------------------------------------------------------------------------------------------*/
 .ui-widget .fc-disabled-day {
     background-image: none;
}
/* Popover --------------------------------------------------------------------------------------------------*/
 .fc-popover > .ui-widget-header + .ui-widget-content {
     border-top: 0;
    /* where they meet, let the header have the border */
}
/* Global Event Styles --------------------------------------------------------------------------------------------------*/
 .ui-widget .fc-event {
    /* overpower jqui's styles on <a> tags. TODO: more DRY */
     color: #fff;
    /* default TEXT color */
     text-decoration: none;
    /* if <a> has an href */
    /* undo ui-widget-header bold */
     font-weight: normal;
}
/* TimeGrid axis running down the side (for both the all-day area and the slot area) --------------------------------------------------------------------------------------------------*/
 .ui-widget td.fc-axis {
     font-weight: normal;
    /* overcome bold */
}
/* TimeGrid Slats (lines that run horizontally) --------------------------------------------------------------------------------------------------*/
 .fc-time-grid .fc-slats .ui-widget-content {
     background: none;
    /* see through to fc-bg */
}
 .fc.fc-bootstrap3 a {
     text-decoration: none;
}
 .fc.fc-bootstrap3 a[data-goto]:hover {
     text-decoration: underline;
}
 .fc-bootstrap3 hr.fc-divider {
     border-color: inherit;
}
 .fc-bootstrap3 .fc-today.alert {
     border-radius: 0;
}
/* Popover --------------------------------------------------------------------------------------------------*/
 .fc-bootstrap3 .fc-popover .panel-body {
     padding: 0;
}
/* TimeGrid Slats (lines that run horizontally) --------------------------------------------------------------------------------------------------*/
 .fc-bootstrap3 .fc-time-grid .fc-slats table {
    /* some themes have background color. see through to slats */
     background: none;
}
 .fc.fc-bootstrap4 a {
     text-decoration: none;
}
 .fc.fc-bootstrap4 a[data-goto]:hover {
     text-decoration: underline;
}
 .fc-bootstrap4 hr.fc-divider {
     border-color: inherit;
}
 .fc-bootstrap4 .fc-today.alert {
     border-radius: 0;
}
 .fc-bootstrap4 a.fc-event:not([href]):not([tabindex]) {
     color: #5d5386;
}
 .fc-bootstrap4 .fc-popover.card {
     position: absolute;
}
/* Popover --------------------------------------------------------------------------------------------------*/
 .fc-bootstrap4 .fc-popover .card-body {
     padding: 0;
}
/* TimeGrid Slats (lines that run horizontally) --------------------------------------------------------------------------------------------------*/
 .fc-bootstrap4 .fc-time-grid .fc-slats table {
    /* some themes have background color. see through to slats */
     background: none;
}
/* Toolbar --------------------------------------------------------------------------------------------------*/
 .fc-toolbar {
     text-align: center;
}
 .fc-toolbar.fc-header-toolbar {
     margin-bottom: 1em;
}
 .fc-toolbar.fc-footer-toolbar {
     margin-top: 1em;
}
 .fc-toolbar .fc-left {
     float: left;
}
 .fc-toolbar .fc-right {
     float: right;
}
 .fc-toolbar .fc-center {
     display: inline-block;
}
 .fc button {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
     margin: 0;
     height: auto;
     padding: 0 1rem;
     font-size: 1rem;
     white-space: nowrap;
     cursor: pointer;
}
/* the things within each left/right/center section */
 .fc .fc-toolbar > * > * {
    /* extra precedence to override button border margins */
     float: left;
     margin-left: .75em;
}
/* the first thing within each left/center/right section */
 .fc .fc-toolbar > * > :first-child {
    /* extra precedence to override button border margins */
     margin-left: 0;
}
/* title text */
 .fc-toolbar h2 {
     margin: 0;
     font-size: 15px;
     font-weight: 700;
}
/* button layering (for border precedence) */
 .fc-toolbar button {
     position: relative;
}
 .fc-toolbar .fc-state-hover, .fc-toolbar .ui-state-hover {
     z-index: 2;
}
 .fc-toolbar .fc-state-down {
     z-index: 3;
}
 .fc-toolbar .fc-state-active, .fc-toolbar .ui-state-active {
     z-index: 4;
}
 .fc-toolbar button:focus {
     z-index: 5;
}
/* View Structure --------------------------------------------------------------------------------------------------*/
/* undo twitter bootstrap's box-sizing rules. normalizes positioning techniques */
/* don't do this for the toolbar because we'll want bootstrap to style those buttons as some pt */
 .fc-view-container *, .fc-view-container *:before, .fc-view-container *:after {
     -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
     box-sizing: content-box;
}
 .fc-view, .fc-view > table {
    /* so dragged elements can be above the view's main element */
     position: relative;
     z-index: 1;
}
/* BasicView --------------------------------------------------------------------------------------------------*/
/* day row structure */
 .fc-basicWeek-view .fc-content-skeleton, .fc-basicDay-view .fc-content-skeleton {
    /* there may be week numbers in these views, so no padding-top */
     padding-bottom: 1em;
    /* ensure a space at bottom of cell for user selecting/clicking */
}
 .fc-basic-view .fc-body .fc-row {
     min-height: 4em;
    /* ensure that all rows are at least this tall */
}
/* a "rigid" row will take up a constant amount of height because content-skeleton is absolute */
 .fc-row.fc-rigid {
     overflow: hidden;
}
 .fc-row.fc-rigid .fc-content-skeleton {
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
}
/* week and day number styling */
 .fc-day-top.fc-other-month {
     opacity: 0.3;
}
 .fc-basic-view .fc-week-number, .fc-basic-view .fc-day-number {
     padding: 2px;
     color: rgba(52,40,104,.8);
     font-size: 15px;
     font-weight: 400;
}
 .fc-basic-view th.fc-week-number, .fc-basic-view th.fc-day-number {
     padding: 0 2px;
    /* column headers can't have as much v space */
}
 .fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
     float: right;
}
 .fc-rtl .fc-basic-view .fc-day-top .fc-day-number {
     float: left;
}
 .fc-ltr .fc-basic-view .fc-day-top .fc-week-number {
     float: left;
     border-radius: 0 0 3px 0;
}
 .fc-rtl .fc-basic-view .fc-day-top .fc-week-number {
     float: right;
     border-radius: 0 0 0 3px;
}
 .fc-basic-view .fc-day-top .fc-week-number {
     min-width: 1.5em;
     text-align: center;
     background-color: #f2f2f2;
     color: #808080;
}
/* when week/day number have own column */
 .fc-basic-view td.fc-week-number {
     text-align: center;
}
 .fc-basic-view td.fc-week-number > * {
    /* work around the way we do column resizing and ensure a minimum width */
     display: inline-block;
     min-width: 1.25em;
}
/* AgendaView all-day area --------------------------------------------------------------------------------------------------*/
 .fc-agenda-view .fc-day-grid {
     position: relative;
     z-index: 2;
    /* so the "more.." popover will be over the time grid */
}
 .fc-agenda-view .fc-day-grid .fc-row {
     min-height: 3em;
    /* all-day section will never get shorter than this */
}
 .fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
     padding-bottom: 1em;
    /* give space underneath events for clicking/selecting days */
}
/* TimeGrid axis running down the side (for both the all-day area and the slot area) --------------------------------------------------------------------------------------------------*/
 .fc .fc-axis {
    /* .fc to overcome default cell styles */
     vertical-align: middle;
     padding: 0 4px;
     white-space: nowrap;
}
 .fc-ltr .fc-axis {
     text-align: right;
}
 .fc-rtl .fc-axis {
     text-align: left;
}
/* TimeGrid Structure --------------------------------------------------------------------------------------------------*/
 .fc-time-grid-container, .fc-time-grid {
    /* so slats/bg/content/etc positions get scoped within here */
     position: relative;
     z-index: 1;
}
 .fc-time-grid {
     min-height: 100%;
    /* so if height setting is 'auto', .fc-bg stretches to fill height */
}
 .fc-time-grid table {
    /* don't put outer borders on slats/bg/content/etc */
     border: 0 hidden transparent;
}
 .fc-time-grid > .fc-bg {
     z-index: 1;
}
 .fc-time-grid .fc-slats, .fc-time-grid > hr {
    /* the <hr> AgendaView injects when grid is shorter than scroller */
     position: relative;
     z-index: 2;
}
 .fc-time-grid .fc-content-col {
     position: relative;
    /* because now-indicator lives directly inside */
}
 .fc-time-grid .fc-content-skeleton {
     position: absolute;
     z-index: 3;
     top: 0;
     left: 0;
     right: 0;
}
/* divs within a cell within the fc-content-skeleton */
 .fc-time-grid .fc-business-container {
     position: relative;
     z-index: 1;
}
 .fc-time-grid .fc-bgevent-container {
     position: relative;
     z-index: 2;
}
 .fc-time-grid .fc-highlight-container {
     position: relative;
     z-index: 3;
}
 .fc-time-grid .fc-event-container {
     position: relative;
     z-index: 4;
}
 .fc-time-grid .fc-now-indicator-line {
     z-index: 5;
}
 .fc-time-grid .fc-helper-container {
    /* also is fc-event-container */
     position: relative;
     z-index: 6;
}
/* TimeGrid Slats (lines that run horizontally) --------------------------------------------------------------------------------------------------*/
 .fc-time-grid .fc-slats td {
     height: 1.5em;
     border-bottom: 0;
    /* each cell is responsible for its top border */
}
 .fc-time-grid .fc-slats .fc-minor td {
     border-top-style: dotted;
}
/* TimeGrid Highlighting Slots --------------------------------------------------------------------------------------------------*/
 .fc-time-grid .fc-highlight-container {
    /* a div within a cell within the fc-highlight-skeleton */
     position: relative;
    /* scopes the left/right of the fc-highlight to be in the column */
}
 .fc-time-grid .fc-highlight {
     position: absolute;
     left: 0;
     right: 0;
    /* top and bottom will be in by JS */
}
/* TimeGrid Event Containment --------------------------------------------------------------------------------------------------*/
 .fc-ltr .fc-time-grid .fc-event-container {
    /* space on the sides of events for LTR (default) */
     margin: 0 2.5% 0 2px;
}
 .fc-rtl .fc-time-grid .fc-event-container {
    /* space on the sides of events for RTL */
     margin: 0 2px 0 2.5%;
}
 .fc-time-grid .fc-event, .fc-time-grid .fc-bgevent {
     position: absolute;
     z-index: 1;
    /* scope inner z-index's */
}
 .fc-time-grid .fc-bgevent {
    /* background events always span full width */
     left: 0;
     right: 0;
}
/* Generic Vertical Event --------------------------------------------------------------------------------------------------*/
 .fc-v-event.fc-not-start {
    /* events that are continuing from another day */
    /* replace space made by the top border with padding */
     border-top-width: 0;
     padding-top: 1px;
    /* remove top rounded corners */
     border-top-left-radius: 0;
     border-top-right-radius: 0;
}
 .fc-v-event.fc-not-end {
    /* replace space made by the top border with padding */
     border-bottom-width: 0;
     padding-bottom: 1px;
    /* remove bottom rounded corners */
     border-bottom-left-radius: 0;
     border-bottom-right-radius: 0;
}
/* TimeGrid Event Styling ---------------------------------------------------------------------------------------------------- We use the full "fc-time-grid-event" class instead of using descendants because the event won't be a descendant of the grid when it is being dragged. */
 .fc-time-grid-event {
     overflow: hidden;
    /* don't let the bg flow over rounded corners */
}
 .fc-time-grid-event.fc-selected {
    /* need to allow touch resizers to extend outside event's bounding box */
    /* common fc-selected styles hide the fc-bg, so don't need this anyway */
     overflow: visible;
}
 .fc-time-grid-event.fc-selected .fc-bg {
     display: none;
    /* hide semi-white background, to appear darker */
}
 .fc-time-grid-event .fc-content {
     overflow: hidden;
    /* for when .fc-selected */
}
 .fc-time-grid-event .fc-time, .fc-time-grid-event .fc-title {
     padding: 0 1px;
}
 .fc-time-grid-event .fc-time {
     font-size: .85em;
     white-space: nowrap;
}
/* short mode, where time and title are on the same line */
 .fc-time-grid-event.fc-short .fc-content {
    /* don't wrap to second line (now that contents will be inline) */
     white-space: nowrap;
}
 .fc-time-grid-event.fc-short .fc-time, .fc-time-grid-event.fc-short .fc-title {
    /* put the time and title on the same line */
     display: inline-block;
     vertical-align: top;
}
 .fc-time-grid-event.fc-short .fc-time span {
     display: none;
    /* don't display the full time text... */
}
 .fc-time-grid-event.fc-short .fc-time:before {
     content: attr(data-start);
    /* ...instead, display only the start time */
}
 .fc-time-grid-event.fc-short .fc-time:after {
     content: "\A0-\A0";
    /* seperate with a dash, wrapped in nbsp's */
}
 .fc-time-grid-event.fc-short .fc-title {
     font-size: .85em;
    /* make the title text the same size as the time */
     padding: 0;
    /* undo padding from above */
}
/* resizer (cursor device) */
 .fc-time-grid-event.fc-allow-mouse-resize .fc-resizer {
     left: 0;
     right: 0;
     bottom: 0;
     height: 8px;
     overflow: hidden;
     line-height: 8px;
     font-size: 11px;
     font-family: monospace;
     text-align: center;
     cursor: s-resize;
}
 .fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after {
     content: "=";
}
/* resizer (touch device) */
 .fc-time-grid-event.fc-selected .fc-resizer {
    /* 10x10 dot */
     border-radius: 5px;
     border-width: 1px;
     width: 8px;
     height: 8px;
     border-style: solid;
     border-color: inherit;
     background: #fff;
    /* horizontally center */
     left: 50%;
     margin-left: -5px;
    /* center on the bottom edge */
     bottom: -5px;
}
/* Now Indicator --------------------------------------------------------------------------------------------------*/
 .fc-time-grid .fc-now-indicator-line {
     border-top-width: 1px;
     left: 0;
     right: 0;
}
/* arrow on axis */
 .fc-time-grid .fc-now-indicator-arrow {
     margin-top: -5px;
    /* vertically center on top coordinate */
}
 .fc-ltr .fc-time-grid .fc-now-indicator-arrow {
     left: 0;
    /* triangle pointing right... */
     border-width: 5px 0 5px 6px;
     border-top-color: transparent;
     border-bottom-color: transparent;
}
 .fc-rtl .fc-time-grid .fc-now-indicator-arrow {
     right: 0;
    /* triangle pointing left... */
     border-width: 5px 6px 5px 0;
     border-top-color: transparent;
     border-bottom-color: transparent;
}
/* List View --------------------------------------------------------------------------------------------------*/
/* possibly reusable */
 .fc-event-dot {
     display: inline-block;
     width: 10px;
     height: 10px;
     border-radius: 5px;
}
/* view wrapper */
 .fc-rtl .fc-list-view {
     direction: rtl;
    /* unlike core views, leverage browser RTL */
}
 .fc-list-view {
     border-width: 1px;
     border-style: solid;
}
/* table resets */
 .fc .fc-list-table {
     table-layout: auto;
    /* for shrinkwrapping cell content */
}
 .fc-list-table td {
     border-width: 1px 0 0;
     padding: 8px 14px;
}
 .fc-list-table tr:first-child td {
     border-top-width: 0;
}
/* day headings with the list */
 .fc-list-heading {
     border-bottom-width: 1px;
}
 .fc-list-heading td {
     font-weight: bold;
}
 .fc-ltr .fc-list-heading-main {
     float: left;
}
 .fc-ltr .fc-list-heading-alt {
     float: right;
}
 .fc-rtl .fc-list-heading-main {
     float: right;
}
 .fc-rtl .fc-list-heading-alt {
     float: left;
}
/* event list items */
 .fc-list-item.fc-has-url {
     cursor: pointer;
    /* whole row will be clickable */
}
 .fc-list-item-marker, .fc-list-item-time {
     white-space: nowrap;
     width: 1px;
}
/* make the dot closer to the event title */
 .fc-ltr .fc-list-item-marker {
     padding-right: 0;
}
 .fc-rtl .fc-list-item-marker {
     padding-left: 0;
}
 .fc-list-item-title a {
    /* every event title cell has an <a> tag */
     text-decoration: none;
     color: inherit;
}
 .fc-list-item-title a[href]:hover {
    /* hover effect only on titles with hrefs */
     text-decoration: underline;
}
/* message when no events */
 .fc-list-empty-wrap2 {
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
}
 .fc-list-empty-wrap1 {
     width: 100%;
     height: 100%;
     display: table;
}
 .fc-list-empty {
     display: table-cell;
     vertical-align: middle;
     text-align: center;
}
 .fc-unthemed .fc-list-empty {
    /* theme will provide own background */
     background-color: #eee;
}
 .fc th.fc-day-header{
     padding: 11px 7px;
     font-size: 16px;
     font-weight: 400;
}
 .fc-day.fc-today{
     background: rgba(52,40,104,.03);
}
 .fc-day.alert-info{
     background: rgba(52,40,104,.03);
}
 .datepicker{
     z-index: 123456;
}
 .card{
     border: 0;
     background: transparent;
}
 .calendar-modal .modal-footer {
     padding: 10px;
}
 .calendar-modal .modal-footer .btn{
     font-size: 15px !important;
     text-transform: uppercase;
     font-weight: 500;
     box-shadow: none !important;
     border: 0;
     padding: 5px 10px !important;
}
 .btn:focus{
     box-shadow: none;
}
 .btn.btn-primary{
     background: #002147;
     color: #ffffff;
}
 .calendar-modal .form-group label{
     font-weight: 400;
     letter-spacing: 0.010em;
     font-size: 15px;
     margin-bottom: 0px;
}
 .calendar-modal .modal-body {
     background: #F3F5F9;
     border-radius: 5px 10px;
}
 .calendar-modal .form-group {
     margin-bottom: 15px;
}
 .calendar-modal .modal-body h4 {
     font-size: 18px;
     margin-bottom: 15px;
}
 .calleft {
     width: 280px;
     float: left;
     padding-right: 80px;
}
 .calright {
     width: calc(100% - 280px);
     float: left;
}
 #calendar .btn-group button {
     font-size: 13px !important;
     height: 35px;
}
 #modal-view-event .modal-title {
     font-size: 18px;
     margin-bottom: 10px;
}
 #modal-view-event .modal-title .event-icon {
     display: none;
}
 .calendarlist ul li {
     width: 100% !important;
     float: none !important;
     position: relative;
}
 .calendarlist ul li:before {
     content:'';
     width: 12px;
     height: 12px;
     background-color: #c00154;
     border-radius: 50%;
     margin-right: 10px;
     display: inline-block;
}
 .calendarlist ul li:first-child:before {
     background-color: #107a4e;
}
 .calendarlist ul li:last-child:before {
     background-color: #eb1b28;
}
 .fc .fc-body th, .fc .fc-body td {
     white-space: nowrap;
}
 .ui-state-default {
     min-height: 45px;
}
 #kanban-board {
     width: 100%;
}
 .ghost {
     filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
     opacity: 0.4;
     border-style: dashed;
}
 .dragging {
     -moz-transform: rotate(-5deg);
     -ms-transform: rotate(-5deg);
     -webkit-transform: rotate(-5deg);
     transform: rotate(-5deg);
     filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
     opacity: 0.8;
}
 .drag-place-holder {
     height: 0px !important;
     margin-top: -5px;
     overflow: hidden;
     border-bottom: 2px dashed blue;
}
 .sidepanel {
     width: 0;
     position: fixed;
     z-index: 999;
     height: 100%;
     width:0px;
     top: 0;
     right: 0;
     box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.06);
     background-color: #333;
     overflow: hidden;
     transition: 0.5s;
     padding: 0px 0px 15px;
}
 .titleside {
     background-color: #5d6065;
     padding: 15px;
}
 .titleside h6 {
     color: #fff;
}
 .sidepanel ul {
     padding: 15px;
}
 .sidepanel ul li {
     margin-bottom: 10px;
}
 .sidepanel ul li input,  .sidepanel ul li select {
     height: 35px;
     line-height: 35px;
     padding:5px 10px;
     border: solid 1px #7d7d7d;
     background-color: #454545;
         color: #fff;
    width: 100%;
    border-radius: 5px;
}
 .sidepanel ul li input[type=button] {
     background: #0063eb;
     height: 30px;
     line-height: 30px;
     color: #fff;
     padding: 0 20px;
     display: inline-block;
     font-weight: 400;
     cursor: pointer;
     border-radius: 40px;
}
 .sidepanel ul li input[type=text]::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
     color: #ccc;
     opacity: 1;
    /* Firefox */
}
 .sidepanel ul li input[type=text]:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
     color: #ccc;
}
 .sidepanel ul li input[type=text]::-ms-input-placeholder {
    /* Microsoft Edge */
     color: #ccc;
}
 .sidepanel a {
     padding: 0px;
     text-decoration: none;
     font-size: 25px;
     color: #818181;
     display: block;
     transition: 0.3s;
}
 .sidepanel a:hover {
     color: #f1f1f1;
}
 .sidepanel .closebtn {
     position: absolute;
     top: 0;
     right: 25px;
     font-size: 36px;
}
 .openbtn {
     font-size: 20px;
     cursor: pointer;
     background-color: #111;
     color: white;
     padding: 10px 15px;
     border: none;
}
 .openbtn:hover {
     background-color:#444;
}
 .chartData .tab-content > .tab-pane {
     visibility: hidden;
     height: 0;
     display: block;
}
 .chartData .tab-content > .active {
     visibility: visible;
     height: auto;
     display: block;
}

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

/* Layout helpers
----------------------------------*/
.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%;
    margin-left: -8px;
    display: block;
}

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

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

.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0 0;
    padding: .5em .5em .5em .7em;
    font-size: 100%;
}

.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto;
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
}

.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: 0;
}

    .ui-menu .ui-menu {
        position: absolute;
    }

    .ui-menu .ui-menu-item {
        margin: 0;
        cursor: pointer;
        /* support: IE10, see #8844 */
        list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
    }

    .ui-menu .ui-menu-item-wrapper {
        position: relative;
        padding: 3px 1em 3px .4em;
    }

    .ui-menu .ui-menu-divider {
        margin: 5px 0;
        height: 0;
        font-size: 0;
        line-height: 0;
        border-width: 1px 0 0 0;
    }

    .ui-menu .ui-state-focus,
    .ui-menu .ui-state-active {
        margin: -1px;
    }

/* icon support */
.ui-menu-icons {
    position: relative;
}

    .ui-menu-icons .ui-menu-item-wrapper {
        padding-left: 2em;
    }

/* left-aligned */
.ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: .2em;
    margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
    left: auto;
    right: 0;
}

.ui-button {
    padding: .4em 1em;
    display: inline-block;
    position: relative;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* Support: IE <= 11 */
    overflow: visible;
}

    .ui-button,
    .ui-button:link,
    .ui-button:visited,
    .ui-button:hover,
    .ui-button:active {
        text-decoration: none;
    }

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
    width: 2em;
    box-sizing: border-box;
    text-indent: -9999px;
    white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
    text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
    padding: 0;
    width: 2.1em;
    height: 2.1em;
    text-indent: -9999px;
    white-space: nowrap;
}

input.ui-button.ui-icon-notext .ui-icon {
    width: auto;
    height: auto;
    text-indent: 0;
    white-space: normal;
    padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.ui-controlgroup {
    vertical-align: middle;
    display: inline-block;
}

    .ui-controlgroup > .ui-controlgroup-item {
        float: left;
        margin-left: 0;
        margin-right: 0;
    }

        .ui-controlgroup > .ui-controlgroup-item:focus,
        .ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
            z-index: 9999;
        }

.ui-controlgroup-vertical > .ui-controlgroup-item {
    display: block;
    float: none;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
}

.ui-controlgroup-vertical .ui-controlgroup-item {
    box-sizing: border-box;
}

.ui-controlgroup .ui-controlgroup-label {
    padding: .4em 1em;
}

    .ui-controlgroup .ui-controlgroup-label span {
        font-size: 80%;
    }

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
    border-left: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
    border-top: none;
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
    border-right: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
    border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {
    /* Support: IE8 only, Android < 4.4 only */
    width: 75%;
    width: calc( 100% - 2.4em );
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
    border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
    box-shadow: inset 1px 1px 1px #ccc;
    border-radius: .12em;
    border: none;
}

.ui-checkboxradio-radio-label .ui-icon-background {
    width: 16px;
    height: 16px;
    border-radius: 1em;
    overflow: visible;
    border: none;
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
    background-image: none;
    width: 8px;
    height: 8px;
    border-width: 4px;
    border-style: solid;
}

.ui-checkboxradio-disabled {
    pointer-events: none;
}

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none;
}

    .ui-datepicker .ui-datepicker-header {
        position: relative;
        padding: .2em 0;
    }

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

    .ui-datepicker .ui-datepicker-prev-hover,
    .ui-datepicker .ui-datepicker-next-hover {
        top: 1px;
    }

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

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

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

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

    .ui-datepicker .ui-datepicker-prev span,
    .ui-datepicker .ui-datepicker-next span {
        display: block;
        position: absolute;
        left: 50%;
        margin-left: -8px;
        top: 50%;
        margin-top: -8px;
    }

    .ui-datepicker .ui-datepicker-title {
        margin: 0 2.3em;
        line-height: 1.8em;
        text-align: center;
    }

        .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: .9em;
        border-collapse: collapse;
        margin: 0 0 .4em;
    }

    .ui-datepicker th {
        padding: .7em .3em;
        text-align: center;
        font-weight: bold;
        border: 0;
    }

    .ui-datepicker td {
        border: 0;
        padding: 1px;
    }

        .ui-datepicker td span,
        .ui-datepicker td a {
            display: block;
            padding: .2em;
            text-align: right;
            text-decoration: none;
        }

    .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;
}

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

    .ui-dialog .ui-dialog-titlebar {
        padding: .4em 1em;
        position: relative;
    }

    .ui-dialog .ui-dialog-title {
        float: left;
        margin: .1em 0;
        white-space: nowrap;
        width: 90%;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .ui-dialog .ui-dialog-titlebar-close {
        position: absolute;
        right: .3em;
        top: 50%;
        width: 20px;
        margin: -10px 0 0 0;
        padding: 1px;
        height: 20px;
    }

    .ui-dialog .ui-dialog-content {
        position: relative;
        border: 0;
        padding: .5em 1em;
        background: none;
        overflow: auto;
    }

    .ui-dialog .ui-dialog-buttonpane {
        text-align: left;
        border-width: 1px 0 0 0;
        background-image: none;
        margin-top: .5em;
        padding: .3em 1em .5em .4em;
    }

        .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
            float: right;
        }

        .ui-dialog .ui-dialog-buttonpane button {
            margin: .5em .4em .5em 0;
            cursor: pointer;
        }

    .ui-dialog .ui-resizable-n {
        height: 2px;
        top: 0;
    }

    .ui-dialog .ui-resizable-e {
        width: 2px;
        right: 0;
    }

    .ui-dialog .ui-resizable-s {
        height: 2px;
        bottom: 0;
    }

    .ui-dialog .ui-resizable-w {
        width: 2px;
        left: 0;
    }

    .ui-dialog .ui-resizable-se,
    .ui-dialog .ui-resizable-sw,
    .ui-dialog .ui-resizable-ne,
    .ui-dialog .ui-resizable-nw {
        width: 7px;
        height: 7px;
    }

    .ui-dialog .ui-resizable-se {
        right: 0;
        bottom: 0;
    }

    .ui-dialog .ui-resizable-sw {
        left: 0;
        bottom: 0;
    }

    .ui-dialog .ui-resizable-ne {
        right: 0;
        top: 0;
    }

    .ui-dialog .ui-resizable-nw {
        left: 0;
        top: 0;
    }

.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}

.ui-draggable-handle {
    -ms-touch-action: none;
    touch-action: none;
}

.ui-resizable {
    position: relative;
}

.ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    display: block;
    -ms-touch-action: none;
    touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
    display: none;
}

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0;
}

.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0;
}

.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px;
}

.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px;
}

.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px;
}

.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px;
}

.ui-progressbar {
    height: 2em;
    text-align: left;
    overflow: hidden;
}

    .ui-progressbar .ui-progressbar-value {
        margin: -1px;
        height: 100%;
    }

    .ui-progressbar .ui-progressbar-overlay {
        background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
        height: 100%;
        filter: alpha(opacity=25); /* support: IE8 */
        opacity: 0.25;
    }

.ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none;
}

.ui-selectable {
    -ms-touch-action: none;
    touch-action: none;
}

.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted black;
}

.ui-selectmenu-menu {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

    .ui-selectmenu-menu .ui-menu {
        overflow: auto;
        overflow-x: hidden;
        padding-bottom: 1px;
    }

        .ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
            font-size: 1em;
            font-weight: bold;
            line-height: 1.5;
            padding: 2px 0.4em;
            margin: 0.5em 0 0 0;
            height: auto;
            border: 0;
        }

.ui-selectmenu-open {
    display: block;
}

.ui-selectmenu-text {
    display: block;
    margin-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ui-selectmenu-button.ui-button {
    text-align: left;
    white-space: nowrap;
    width: 14em;
}

.ui-selectmenu-icon.ui-icon {
    float: right;
    margin-top: 0;
}

.ui-slider {
    position: relative;
    text-align: left;
}

    .ui-slider .ui-slider-handle {
        position: absolute;
        z-index: 2;
        width: 1.2em;
        height: 1.2em;
        cursor: default;
        -ms-touch-action: none;
        touch-action: none;
    }

    .ui-slider .ui-slider-range {
        position: absolute;
        z-index: 1;
        font-size: .7em;
        display: block;
        border: 0;
        background-position: 0 0;
    }

    /* support: IE8 - See #6727 */
    .ui-slider.ui-state-disabled .ui-slider-handle,
    .ui-slider.ui-state-disabled .ui-slider-range {
        filter: inherit;
    }

.ui-slider-horizontal {
    height: .8em;
}

    .ui-slider-horizontal .ui-slider-handle {
        top: -.3em;
        margin-left: -.6em;
    }

    .ui-slider-horizontal .ui-slider-range {
        top: 0;
        height: 100%;
    }

    .ui-slider-horizontal .ui-slider-range-min {
        left: 0;
    }

    .ui-slider-horizontal .ui-slider-range-max {
        right: 0;
    }

.ui-slider-vertical {
    width: .8em;
    height: 100px;
}

    .ui-slider-vertical .ui-slider-handle {
        left: -.3em;
        margin-left: 0;
        margin-bottom: -.6em;
    }

    .ui-slider-vertical .ui-slider-range {
        left: 0;
        width: 100%;
    }

    .ui-slider-vertical .ui-slider-range-min {
        bottom: 0;
    }

    .ui-slider-vertical .ui-slider-range-max {
        top: 0;
    }

.ui-sortable-handle {
    -ms-touch-action: none;
    touch-action: none;
}

.ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    vertical-align: middle;
}

.ui-spinner-input {
    border: none;
    background: none;
    color: inherit;
    padding: .222em 0;
    margin: .2em 0;
    vertical-align: middle;
    margin-left: .4em;
    margin-right: 2em;
}

.ui-spinner-button {
    width: 1.6em;
    height: 50%;
    font-size: .5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
    border-top-style: none;
    border-bottom-style: none;
    border-right-style: none;
}

.ui-spinner-up {
    top: 0;
}

.ui-spinner-down {
    bottom: 0;
}

.ui-tabs {
    position: relative; /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
    padding: .2em;
}

    .ui-tabs .ui-tabs-nav {
        margin: 0;
        padding: .2em .2em 0;
    }

        .ui-tabs .ui-tabs-nav li {
            list-style: none;
            float: left;
            position: relative;
            top: 0;
            margin: 1px .2em 0 0;
            border-bottom-width: 0;
            padding: 0;
            white-space: nowrap;
        }

        .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
            float: left;
            padding: .5em 1em;
            text-decoration: none;
        }

        .ui-tabs .ui-tabs-nav li.ui-tabs-active {
            margin-bottom: -1px;
            padding-bottom: 1px;
        }

            .ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
            .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
            .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
                cursor: text;
            }

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: none;
}

.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
}

body .ui-tooltip {
    border-width: 2px;
}
/* Component containers
----------------------------------*/
.ui-widget {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1em;
}

    .ui-widget .ui-widget {
        font-size: 1em;
    }

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

    .ui-widget.ui-widget-content {
        border: 1px solid #c5c5c5;
    }

.ui-widget-content {
    border: 1px solid #dddddd;
    background: #ffffff;
    color: #333333;
}

    .ui-widget-content a {
        color: #333333;
    }

.ui-widget-header {
    border: 1px solid #dddddd;
    background: #e9e9e9;
    color: #333333;
    font-weight: bold;
}

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

    /* 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: 1px solid #c5c5c5;
        background: #f6f6f6;
        font-weight: normal;
        color: #454545;
    }

        .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-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 {
                border: 1px solid #cccccc;
                background: #ededed;
                font-weight: normal;
                color: #2b2b2b;
            }

                .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: #2b2b2b;
                    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: 1px solid #003eff;
    background: #007fff;
    font-weight: normal;
    color: #ffffff;
}

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

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

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #dad55e;
    background: #fffa90;
    color: #777620;
}

.ui-state-checked {
    border: 1px solid #dad55e;
    background: #fffa90;
}

.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 */
    }

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

/* states and images */
.ui-icon {
    width: 16px;
    height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
    background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-widget-header .ui-icon {
    background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
    background-image: url("images/ui-icons_555555_256x240.png");
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
    background-image: url("images/ui-icons_ffffff_256x240.png");
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
    background-image: url("images/ui-icons_777620_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url("images/ui-icons_cc0000_256x240.png");
}

.ui-button .ui-icon {
    background-image: url("images/ui-icons_777777_256x240.png");
}

/* positioning */
.ui-icon-blank {
    background-position: 16px 16px;
}

.ui-icon-caret-1-n {
    background-position: 0 0;
}

.ui-icon-caret-1-ne {
    background-position: -16px 0;
}

.ui-icon-caret-1-e {
    background-position: -32px 0;
}

.ui-icon-caret-1-se {
    background-position: -48px 0;
}

.ui-icon-caret-1-s {
    background-position: -65px 0;
}

.ui-icon-caret-1-sw {
    background-position: -80px 0;
}

.ui-icon-caret-1-w {
    background-position: -96px 0;
}

.ui-icon-caret-1-nw {
    background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
    background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
    background-position: -144px 0;
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
    background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
    background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
    background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px;
}

.ui-icon-arrow-4 {
    background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px;
}

.ui-icon-extlink {
    background-position: -32px -80px;
}

.ui-icon-newwin {
    background-position: -48px -80px;
}

.ui-icon-refresh {
    background-position: -64px -80px;
}

.ui-icon-shuffle {
    background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px;
}

.ui-icon-folder-open {
    background-position: -16px -96px;
}

.ui-icon-document {
    background-position: -32px -96px;
}

.ui-icon-document-b {
    background-position: -48px -96px;
}

.ui-icon-note {
    background-position: -64px -96px;
}

.ui-icon-mail-closed {
    background-position: -80px -96px;
}

.ui-icon-mail-open {
    background-position: -96px -96px;
}

.ui-icon-suitcase {
    background-position: -112px -96px;
}

.ui-icon-comment {
    background-position: -128px -96px;
}

.ui-icon-person {
    background-position: -144px -96px;
}

.ui-icon-print {
    background-position: -160px -96px;
}

.ui-icon-trash {
    background-position: -176px -96px;
}

.ui-icon-locked {
    background-position: -192px -96px;
}

.ui-icon-unlocked {
    background-position: -208px -96px;
}

.ui-icon-bookmark {
    background-position: -224px -96px;
}

.ui-icon-tag {
    background-position: -240px -96px;
}

.ui-icon-home {
    background-position: 0 -112px;
}

.ui-icon-flag {
    background-position: -16px -112px;
}

.ui-icon-calendar {
    background-position: -32px -112px;
}

.ui-icon-cart {
    background-position: -48px -112px;
}

.ui-icon-pencil {
    background-position: -64px -112px;
}

.ui-icon-clock {
    background-position: -80px -112px;
}

.ui-icon-disk {
    background-position: -96px -112px;
}

.ui-icon-calculator {
    background-position: -112px -112px;
}

.ui-icon-zoomin {
    background-position: -128px -112px;
}

.ui-icon-zoomout {
    background-position: -144px -112px;
}

.ui-icon-search {
    background-position: -160px -112px;
}

.ui-icon-wrench {
    background-position: -176px -112px;
}

.ui-icon-gear {
    background-position: -192px -112px;
}

.ui-icon-heart {
    background-position: -208px -112px;
}

.ui-icon-star {
    background-position: -224px -112px;
}

.ui-icon-link {
    background-position: -240px -112px;
}

.ui-icon-cancel {
    background-position: 0 -128px;
}

.ui-icon-plus {
    background-position: -16px -128px;
}

.ui-icon-plusthick {
    background-position: -32px -128px;
}

.ui-icon-minus {
    background-position: -48px -128px;
}

.ui-icon-minusthick {
    background-position: -64px -128px;
}

.ui-icon-close {
    background-position: -80px -128px;
}

.ui-icon-closethick {
    background-position: -96px -128px;
}

.ui-icon-key {
    background-position: -112px -128px;
}

.ui-icon-lightbulb {
    background-position: -128px -128px;
}

.ui-icon-scissors {
    background-position: -144px -128px;
}

.ui-icon-clipboard {
    background-position: -160px -128px;
}

.ui-icon-copy {
    background-position: -176px -128px;
}

.ui-icon-contact {
    background-position: -192px -128px;
}

.ui-icon-image {
    background-position: -208px -128px;
}

.ui-icon-video {
    background-position: -224px -128px;
}

.ui-icon-script {
    background-position: -240px -128px;
}

.ui-icon-alert {
    background-position: 0 -144px;
}

.ui-icon-info {
    background-position: -16px -144px;
}

.ui-icon-notice {
    background-position: -32px -144px;
}

.ui-icon-help {
    background-position: -48px -144px;
}

.ui-icon-check {
    background-position: -64px -144px;
}

.ui-icon-bullet {
    background-position: -80px -144px;
}

.ui-icon-radio-on {
    background-position: -96px -144px;
}

.ui-icon-radio-off {
    background-position: -112px -144px;
}

.ui-icon-pin-w {
    background-position: -128px -144px;
}

.ui-icon-pin-s {
    background-position: -144px -144px;
}

.ui-icon-play {
    background-position: 0 -160px;
}

.ui-icon-pause {
    background-position: -16px -160px;
}

.ui-icon-seek-next {
    background-position: -32px -160px;
}

.ui-icon-seek-prev {
    background-position: -48px -160px;
}

.ui-icon-seek-end {
    background-position: -64px -160px;
}

.ui-icon-seek-start {
    background-position: -80px -160px;
}
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
    background-position: -80px -160px;
}

.ui-icon-stop {
    background-position: -96px -160px;
}

.ui-icon-eject {
    background-position: -112px -160px;
}

.ui-icon-volume-off {
    background-position: -128px -160px;
}

.ui-icon-volume-on {
    background-position: -144px -160px;
}

.ui-icon-power {
    background-position: 0 -176px;
}

.ui-icon-signal-diag {
    background-position: -16px -176px;
}

.ui-icon-signal {
    background-position: -32px -176px;
}

.ui-icon-battery-0 {
    background-position: -48px -176px;
}

.ui-icon-battery-1 {
    background-position: -64px -176px;
}

.ui-icon-battery-2 {
    background-position: -80px -176px;
}

.ui-icon-battery-3 {
    background-position: -96px -176px;
}

.ui-icon-circle-plus {
    background-position: 0 -192px;
}

.ui-icon-circle-minus {
    background-position: -16px -192px;
}

.ui-icon-circle-close {
    background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px;
}

.ui-icon-circle-check {
    background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px;
}


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

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 3px;
}

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

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

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

/* 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;
}

.xdsoft_datetimepicker {
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.506);
    background: #fff;
    border-bottom: 1px solid #bbb;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    color: #333;
    padding: 8px;
    padding-left: 0;
    padding-top: 2px;
    position: absolute;
    z-index: 9999;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
}

    .xdsoft_datetimepicker.xdsoft_rtl {
        padding: 8px 0 8px 8px;
    }

    .xdsoft_datetimepicker iframe {
        position: absolute;
        left: 0;
        top: 0;
        width: 75px;
        height: 210px;
        background: transparent;
        border: none;
    }

    /*For IE8 or lower*/
    .xdsoft_datetimepicker button {
        border: none !important;
    }

.xdsoft_noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

    .xdsoft_noselect::selection {
        background: transparent
    }

    .xdsoft_noselect::-moz-selection {
        background: transparent
    }

.xdsoft_datetimepicker.xdsoft_inline {
    display: inline-block;
    position: static;
    box-shadow: none;
}

.xdsoft_datetimepicker * {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.xdsoft_datetimepicker .xdsoft_datepicker, .xdsoft_datetimepicker .xdsoft_timepicker {
    display: none;
}

    .xdsoft_datetimepicker .xdsoft_datepicker.active, .xdsoft_datetimepicker .xdsoft_timepicker.active {
        display: block;
    }

.xdsoft_datetimepicker .xdsoft_datepicker {
    width: 224px;
    float: left;
    margin-left: 8px;
}

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_datepicker {
    float: right;
    margin-right: 8px;
    margin-left: 0;
}

.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker {
    width: 256px;
}

.xdsoft_datetimepicker .xdsoft_timepicker {
    width: 58px;
    float: left;
    text-align: center;
    margin-left: 8px;
    margin-top: 0;
}

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker {
    float: right;
    margin-right: 8px;
    margin-left: 0;
}

.xdsoft_datetimepicker .xdsoft_datepicker.active + .xdsoft_timepicker {
    margin-top: 8px;
    margin-bottom: 3px
}

.xdsoft_datetimepicker .xdsoft_monthpicker {
    position: relative;
    text-align: center;
}

.xdsoft_datetimepicker .xdsoft_label i,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_today_button {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0NBRjI1NjM0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0NBRjI1NjQ0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQ0FGMjU2MTQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQ0FGMjU2MjQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoNEP54AAAIOSURBVHja7Jq9TsMwEMcxrZD4WpBYeKUCe+kTMCACHZh4BFfHO/AAIHZGFhYkBBsSEqxsLCAgXKhbXYOTxh9pfJVP+qutnZ5s/5Lz2Y5I03QhWji2GIcgAokWgfCxNvcOCCGKqiSqhUp0laHOne05vdEyGMfkdxJDVjgwDlEQgYQBgx+ULJaWSXXS6r/ER5FBVR8VfGftTKcITNs+a1XpcFoExREIDF14AVIFxgQUS+h520cdud6wNkC0UBw6BCO/HoCYwBhD8QCkQ/x1mwDyD4plh4D6DDV0TAGyo4HcawLIBBSLDkHeH0Mg2yVP3l4TQMZQDDsEOl/MgHQqhMNuE0D+oBh0CIr8MAKyazBH9WyBuKxDWgbXfjNf32TZ1KWm/Ap1oSk/R53UtQ5xTh3LUlMmT8gt6g51Q9p+SobxgJQ/qmsfZhWywGFSl0yBjCLJCMgXail3b7+rumdVJ2YRss4cN+r6qAHDkPWjPjdJCF4n9RmAD/V9A/Wp4NQassDjwlB6XBiCxcJQWmZZb8THFilfy/lfrTvLghq2TqTHrRMTKNJ0sIhdo15RT+RpyWwFdY96UZ/LdQKBGjcXpcc1AlSFEfLmouD+1knuxBDUVrvOBmoOC/rEcN7OQxKVeJTCiAdUzUJhA2Oez9QTkp72OTVcxDcXY8iKNkxGAJXmJCOQwOa6dhyXsOa6XwEGAKdeb5ET3rQdAAAAAElFTkSuQmCC);
}

.xdsoft_datetimepicker .xdsoft_label i {
    opacity: 0.5;
    background-position: -92px -19px;
    display: inline-block;
    width: 9px;
    height: 20px;
    vertical-align: middle;
}

.xdsoft_datetimepicker .xdsoft_prev {
    float: left;
    background-position: -20px 0;
}

.xdsoft_datetimepicker .xdsoft_today_button {
    float: left;
    background-position: -70px 0;
    margin-left: 5px;
}

.xdsoft_datetimepicker .xdsoft_next {
    float: right;
    background-position: 0 0;
}

.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_today_button {
    background-color: transparent;
    background-repeat: no-repeat;
    border: 0 none;
    cursor: pointer;
    display: block;
    height: 30px;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    outline: medium none;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-indent: 100%;
    white-space: nowrap;
    width: 20px;
    min-width: 0;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
    float: none;
    background-position: -40px -15px;
    height: 15px;
    width: 30px;
    display: block;
    margin-left: 14px;
    margin-top: 7px;
}

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_next {
    float: none;
    margin-left: 0;
    margin-right: 14px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
    background-position: -40px 0;
    margin-bottom: 7px;
    margin-top: 0;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
    height: 151px;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
}

    .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div {
        background: #f5f5f5;
        border-top: 1px solid #ddd;
        color: #666;
        font-size: 12px;
        text-align: center;
        border-collapse: collapse;
        cursor: pointer;
        border-bottom-width: 0;
        height: 25px;
        line-height: 25px;
    }

        .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:first-child {
            border-top-width: 0;
        }

.xdsoft_datetimepicker .xdsoft_today_button:hover,
.xdsoft_datetimepicker .xdsoft_next:hover,
.xdsoft_datetimepicker .xdsoft_prev:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.xdsoft_datetimepicker .xdsoft_label {
    display: inline;
    position: relative;
    z-index: 9999;
    margin: 0;
    padding: 5px 3px;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    background-color: #fff;
    float: left;
    width: 182px;
    text-align: center;
    cursor: pointer;
}

    .xdsoft_datetimepicker .xdsoft_label:hover > span {
        text-decoration: underline;
    }

    .xdsoft_datetimepicker .xdsoft_label:hover i {
        opacity: 1.0;
    }

    .xdsoft_datetimepicker .xdsoft_label > .xdsoft_select {
        border: 1px solid #ccc;
        position: absolute;
        right: 0;
        top: 30px;
        z-index: 101;
        display: none;
        background: #fff;
        max-height: 160px;
        overflow-y: hidden;
    }

        .xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_monthselect {
            right: -7px
        }

        .xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_yearselect {
            right: 2px
        }

        .xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
            color: #fff;
            background: #ff8000;
        }

        .xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
            padding: 2px 10px 2px 5px;
            text-decoration: none !important;
        }

            .xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
                background: #33aaff;
                box-shadow: #178fe5 0 1px 3px 0 inset;
                color: #fff;
                font-weight: 700;
            }

.xdsoft_datetimepicker .xdsoft_month {
    width: 100px;
    text-align: right;
}

.xdsoft_datetimepicker .xdsoft_calendar {
    clear: both;
}

.xdsoft_datetimepicker .xdsoft_year {
    width: 48px;
    margin-left: 5px;
}

.xdsoft_datetimepicker .xdsoft_calendar table {
    border-collapse: collapse;
    width: 100%;
}

.xdsoft_datetimepicker .xdsoft_calendar td > div {
    padding-right: 5px;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
    height: 25px;
}

.xdsoft_datetimepicker .xdsoft_calendar td, .xdsoft_datetimepicker .xdsoft_calendar th {
    width: 14.2857142%;
    background: #f5f5f5;
    border: 1px solid #ddd;
    color: #666;
    font-size: 12px;
    text-align: right;
    vertical-align: middle;
    padding: 0;
    border-collapse: collapse;
    cursor: pointer;
    height: 25px;
}

.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td, .xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th {
    width: 12.5%;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
    background: #f1f1f1;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
    color: #33aaff;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_default {
    background: #ffe9d2;
    box-shadow: #ffb871 0 1px 4px 0 inset;
    color: #000;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_mint {
    background: #c1ffc9;
    box-shadow: #00dd1c 0 1px 4px 0 inset;
    color: #000;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
    background: #33aaff;
    box-shadow: #178fe5 0 1px 3px 0 inset;
    color: #fff;
    font-weight: 700;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,
.xdsoft_datetimepicker .xdsoft_time_box > div > div.xdsoft_disabled {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    cursor: default;
}

    .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
        opacity: 0.2;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    }

.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
    color: #fff !important;
    background: #ff8000 !important;
    box-shadow: none !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current.xdsoft_disabled:hover {
    background: #33aaff !important;
    box-shadow: #178fe5 0 1px 3px 0 inset !important;
    color: #fff !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_disabled:hover {
    color: inherit !important;
    background: inherit !important;
    box-shadow: inherit !important;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
    font-weight: 700;
    text-align: center;
    color: #999;
    cursor: default;
}

.xdsoft_datetimepicker .xdsoft_copyright {
    color: #ccc !important;
    font-size: 10px;
    clear: both;
    float: none;
    margin-left: 8px;
}

    .xdsoft_datetimepicker .xdsoft_copyright a {
        color: #eee !important
    }

        .xdsoft_datetimepicker .xdsoft_copyright a:hover {
            color: #aaa !important
        }

.xdsoft_time_box {
    position: relative;
    border: 1px solid #ccc;
}

.xdsoft_scrollbar > .xdsoft_scroller {
    background: #ccc !important;
    height: 20px;
    border-radius: 3px;
}

.xdsoft_scrollbar {
    position: absolute;
    width: 7px;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
}

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_scrollbar {
    left: 0;
    right: auto;
}

.xdsoft_scroller_box {
    position: relative;
}

.xdsoft_datetimepicker.xdsoft_dark {
    box-shadow: 0 5px 15px -5px rgba(255, 255, 255, 0.506);
    background: #000;
    border-bottom: 1px solid #444;
    border-left: 1px solid #333;
    border-right: 1px solid #333;
    border-top: 1px solid #333;
    color: #ccc;
}

    .xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box {
        border-bottom: 1px solid #222;
    }

        .xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div {
            background: #0a0a0a;
            border-top: 1px solid #222;
            color: #999;
        }

    .xdsoft_datetimepicker.xdsoft_dark .xdsoft_label {
        background-color: #000;
    }

        .xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select {
            border: 1px solid #333;
            background: #000;
        }

            .xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
                color: #000;
                background: #007fff;
            }

            .xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
                background: #cc5500;
                box-shadow: #b03e00 0 1px 3px 0 inset;
                color: #000;
            }

        .xdsoft_datetimepicker.xdsoft_dark .xdsoft_label i,
        .xdsoft_datetimepicker.xdsoft_dark .xdsoft_prev,
        .xdsoft_datetimepicker.xdsoft_dark .xdsoft_next,
        .xdsoft_datetimepicker.xdsoft_dark .xdsoft_today_button {
            background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUExQUUzOTA0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUExQUUzOTE0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQTFBRTM4RTQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQTFBRTM4RjQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp0VxGEAAAIASURBVHja7JrNSgMxEMebtgh+3MSLr1T1Xn2CHoSKB08+QmR8Bx9A8e7RixdB9CKCoNdexIugxFlJa7rNZneTbLIpM/CnNLsdMvNjM8l0mRCiQ9Ye61IKCAgZAUnH+mU3MMZaHYChBnJUDzWOFZdVfc5+ZFLbrWDeXPwbxIqrLLfaeS0hEBVGIRQCEiZoHQwtlGSByCCdYBl8g8egTTAWoKQMRBRBcZxYlhzhKegqMOageErsCHVkk3hXIFooDgHB1KkHIHVgzKB4ADJQ/A1jAFmAYhkQqA5TOBtocrKrgXwQA8gcFIuAIO8sQSA7hidvPwaQGZSaAYHOUWJABhWWw2EMIH9QagQERU4SArJXo0ZZL18uvaxejXt/Em8xjVBXmvFr1KVm/AJ10tRe2XnraNqaJvKE3KHuUbfK1E+VHB0q40/y3sdQSxY4FHWeKJCunP8UyDdqJZenT3ntVV5jIYCAh20vT7ioP8tpf6E2lfEMwERe+whV1MHjwZB7PBiCxcGQWwKZKD62lfGNnP/1poFAA60T7rF1UgcKd2id3KDeUS+oLWV8DfWAepOfq00CgQabi9zjcgJVYVD7PVzQUAUGAQkbNJTBICDhgwYTjDYD6XeW08ZKh+A4pYkzenOxXUbvZcWz7E8ykRMnIHGX1XPl+1m2vPYpL+2qdb8CDAARlKFEz/ZVkAAAAABJRU5ErkJggg==);
        }

    .xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td,
    .xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
        background: #0a0a0a;
        border: 1px solid #222;
        color: #999;
    }

    .xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
        background: #0e0e0e;
    }

    .xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_today {
        color: #cc5500;
    }

    .xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_default {
        background: #ffe9d2;
        box-shadow: #ffb871 0 1px 4px 0 inset;
        color: #000;
    }

    .xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_mint {
        background: #c1ffc9;
        box-shadow: #00dd1c 0 1px 4px 0 inset;
        color: #000;
    }

    .xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_default,
    .xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_current,
    .xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
        background: #cc5500;
        box-shadow: #b03e00 0 1px 3px 0 inset;
        color: #000;
    }

    .xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td:hover,
    .xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
        color: #000 !important;
        background: #007fff !important;
    }

    .xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
        color: #666;
    }

    .xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright {
        color: #333 !important
    }

        .xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a {
            color: #111 !important
        }

            .xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a:hover {
                color: #555 !important
            }

.xdsoft_dark .xdsoft_time_box {
    border: 1px solid #333;
}

.xdsoft_dark .xdsoft_scrollbar > .xdsoft_scroller {
    background: #333 !important;
}

.xdsoft_datetimepicker .xdsoft_save_selected {
    display: block;
    border: 1px solid #dddddd !important;
    margin-top: 5px;
    width: 100%;
    color: #454551;
    font-size: 13px;
}

.xdsoft_datetimepicker .blue-gradient-button {
    font-family: "museo-sans", "Book Antiqua", sans-serif;
    font-size: 12px;
    font-weight: 300;
    color: #82878c;
    height: 28px;
    position: relative;
    padding: 4px 17px 4px 33px;
    border: 1px solid #d7d8da;
    background: -moz-linear-gradient(top, #fff 0%, #f4f8fa 73%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(73%, #f4f8fa));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fff 0%, #f4f8fa 73%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fff 0%, #f4f8fa 73%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fff 0%, #f4f8fa 73%);
    /* IE10+ */
    background: linear-gradient(to bottom, #fff 0%, #f4f8fa 73%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#f4f8fa',GradientType=0 );
    /* IE6-9 */
}

    .xdsoft_datetimepicker .blue-gradient-button:hover, .xdsoft_datetimepicker .blue-gradient-button:focus, .xdsoft_datetimepicker .blue-gradient-button:hover span, .xdsoft_datetimepicker .blue-gradient-button:focus span {
        color: #454551;
        background: -moz-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
        /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f8fa), color-stop(73%, #FFF));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
        /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
        /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
        /* IE10+ */
        background: linear-gradient(to bottom, #f4f8fa 0%, #FFF 73%);
        /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f8fa', endColorstr='#FFF',GradientType=0 );
        /* IE6-9 */
    }




/* -------------------------------- 
Main Menu Primary style
-------------------------------- */

@media only screen and (max-width: 1169px) {
    body.nav-on-left.overflow-hidden {
        overflow: hidden;
    }
}

a {
    color: #69aa6f;
    text-decoration: none;
}

img {
    max-width: 100%;
}

input[type="search"]::-ms-clear {
    /* removes close icon - IE */
    display: none;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}


/* -------------------------------- 
Main components 
-------------------------------- */


/*.cd-main-content, .cd-main-header {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform;
  }*/

.cd-main-content,
.cd-main-header {
    position: relative;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}

@media only screen and (max-width: 1169px) {
    .cd-main-content.nav-is-visible,
    .cd-main-header.nav-is-visible {
        -webkit-transform: translateX(-260px);
        -moz-transform: translateX(-260px);
        -ms-transform: translateX(-260px);
        -o-transform: translateX(-260px);
        transform: translateX(-260px);
    }

    .nav-on-left .cd-main-content.nav-is-visible,
    .nav-on-left .cd-main-header.nav-is-visible {
        -webkit-transform: translateX(260px);
        -moz-transform: translateX(260px);
        -ms-transform: translateX(260px);
        -o-transform: translateX(260px);
        transform: translateX(260px);
    }
}


/*.cd-main-content {
  height: 100vh;
  z-index: 50;
  }*/

.cd-main-header {
    background: #ffffff;
    z-index: 100;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}

@media only screen and (min-width: 1170px) {
    .cd-main-header {
        height: 70px;
    }

        .cd-main-header::after {
            clear: both;
            content: "";
            display: table;
        }
}

.cd-logo {
    position: absolute;
    top: 0;
    left: 25px;
    height: 70px;
    display: flex;
    align-items: center;
    z-index: 50;
}

    .cd-logo img {
        display: block;
    }

@media only screen and (max-width: 1169px) {
    .nav-on-left .cd-logo {
        left: auto;
        right: 5%;
    }
}

@media only screen and (min-width: 1170px) {
    .cd-logo {
        top: 0px;
        left: 25px;
    }
}

.cd-header-buttons {
    position: absolute;
    display: inline-block;
    top: 3px;
    right: 5%;
}

    .cd-header-buttons li {
        display: inline-block;
    }

@media only screen and (max-width: 1169px) {
    .nav-on-left .cd-header-buttons {
        right: auto;
        left: 5%;
    }

        .nav-on-left .cd-header-buttons li {
            float: right;
        }
}

@media only screen and (min-width: 1170px) {
    .cd-header-buttons {
        top: 18px;
        right: 4em;
    }
}

.cd-search-trigger,
.cd-nav-trigger {
    position: relative;
    display: block;
    width: 44px;
    height: 44px;
    overflow: hidden;
    white-space: nowrap;
    color: transparent;
    z-index: 3;
}

    .cd-search-trigger::before,
    .cd-search-trigger::after {
        content: '';
        position: absolute;
        -webkit-transition: opacity 0.3s;
        -moz-transition: opacity 0.3s;
        transition: opacity 0.3s;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .cd-search-trigger::before {
        top: 11px;
        left: 11px;
        width: 18px;
        height: 18px;
        border-radius: 50%;
        border: 3px solid #2e3233;
    }

    .cd-search-trigger::after {
        height: 3px;
        width: 8px;
        background: #2e3233;
        bottom: 14px;
        right: 11px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .cd-search-trigger span {
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
    }

        .cd-search-trigger span::before,
        .cd-search-trigger span::after {
            content: '';
            position: absolute;
            display: inline-block;
            height: 3px;
            width: 22px;
            top: 50%;
            margin-top: -2px;
            left: 50%;
            margin-left: -11px;
            background: #2e3233;
            opacity: 0;
            -webkit-transform: translateZ(0);
            -moz-transform: translateZ(0);
            -ms-transform: translateZ(0);
            -o-transform: translateZ(0);
            transform: translateZ(0);
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
            -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
            -moz-transition: opacity 0.3s, -moz-transform 0.3s;
            transition: opacity 0.3s, transform 0.3s;
        }

        .cd-search-trigger span::before {
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        .cd-search-trigger span::after {
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

    .cd-search-trigger.search-is-visible::before,
    .cd-search-trigger.search-is-visible::after {
        opacity: 0;
    }

    .cd-search-trigger.search-is-visible span::before,
    .cd-search-trigger.search-is-visible span::after {
        opacity: 1;
    }

    .cd-search-trigger.search-is-visible span::before {
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    .cd-search-trigger.search-is-visible span::after {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .cd-nav-trigger span,
    .cd-nav-trigger span::before,
    .cd-nav-trigger span::after {
        position: absolute;
        display: inline-block;
        height: 3px;
        width: 24px;
        background: #2e3233;
    }

    .cd-nav-trigger span {
        position: absolute;
        top: 50%;
        right: 10px;
        margin-top: -2px;
        -webkit-transition: background 0.3s 0.3s;
        -moz-transition: background 0.3s 0.3s;
        transition: background 0.3s 0.3s;
    }

        .cd-nav-trigger span::before,
        .cd-nav-trigger span::after {
            content: '';
            right: 0;
            -webkit-transform: translateZ(0);
            -moz-transform: translateZ(0);
            -ms-transform: translateZ(0);
            -o-transform: translateZ(0);
            transform: translateZ(0);
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
            -webkit-transform-origin: 0% 50%;
            -moz-transform-origin: 0% 50%;
            -ms-transform-origin: 0% 50%;
            -o-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
            -webkit-transition: -webkit-transform 0.3s 0.3s;
            -moz-transition: -moz-transform 0.3s 0.3s;
            transition: transform 0.3s 0.3s;
        }

        .cd-nav-trigger span::before {
            top: -6px;
        }

        .cd-nav-trigger span::after {
            top: 6px;
        }

    .cd-nav-trigger.nav-is-visible span {
        background: rgba(46, 50, 51, 0);
    }

        .cd-nav-trigger.nav-is-visible span::before,
        .cd-nav-trigger.nav-is-visible span::after {
            background: #2e3233;
        }

        .cd-nav-trigger.nav-is-visible span::before {
            -webkit-transform: translateX(4px) translateY(-3px) rotate(45deg);
            -moz-transform: translateX(4px) translateY(-3px) rotate(45deg);
            -ms-transform: translateX(4px) translateY(-3px) rotate(45deg);
            -o-transform: translateX(4px) translateY(-3px) rotate(45deg);
            transform: translateX(4px) translateY(-3px) rotate(45deg);
        }

        .cd-nav-trigger.nav-is-visible span::after {
            -webkit-transform: translateX(4px) translateY(2px) rotate(-45deg);
            -moz-transform: translateX(4px) translateY(2px) rotate(-45deg);
            -ms-transform: translateX(4px) translateY(2px) rotate(-45deg);
            -o-transform: translateX(4px) translateY(2px) rotate(-45deg);
            transform: translateX(4px) translateY(2px) rotate(-45deg);
        }

@media only screen and (min-width: 1170px) {
    .cd-nav-trigger {
        display: none;
    }
}

.cd-primary-nav,
.cd-primary-nav ul {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 260px;
    background: #2e3233;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 1;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}

    .cd-primary-nav a,
    .cd-primary-nav ul a {
        display: block;
        height: 50px;
        line-height: 50px;
        padding: 0 20px;
        color: #ffffff;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        border-bottom: 1px solid #3a3f40;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
        will-change: transform, opacity;
        -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
        -moz-transition: -moz-transform 0.3s, opacity 0.3s;
        transition: transform 0.3s, opacity 0.3s;
    }

    .cd-primary-nav.is-hidden,
    .cd-primary-nav ul.is-hidden {
        /* secondary navigations hidden by default */
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
    }

    .cd-primary-nav.moves-out > li > a,
    .cd-primary-nav ul.moves-out > li > a {
        /* push the navigation items to the left - and lower down opacity - when secondary nav slides in */
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 0;
    }

@media only screen and (max-width: 1169px) {
    .nav-on-left .cd-primary-nav,
    .nav-on-left .cd-primary-nav ul {
        right: auto;
        left: 0;
    }
}

.cd-primary-nav .see-all a {
    /* different style for the See all button on mobile and tablet */
    color: #69aa6f;
}

.cd-primary-nav .cd-nav-gallery .cd-nav-item,
.cd-primary-nav .cd-nav-icons .cd-nav-item {
    /* items with picture (or icon) and title */
    height: 80px;
    line-height: 80px;
}

    .cd-primary-nav .cd-nav-gallery .cd-nav-item h3,
    .cd-primary-nav .cd-nav-icons .cd-nav-item h3 {
        overflow: hidden;
        text-overflow: ellipsis;
    }

.cd-primary-nav .cd-nav-gallery .cd-nav-item {
    padding-left: 90px;
}

    .cd-primary-nav .cd-nav-gallery .cd-nav-item img {
        position: absolute;
        display: block;
        height: 40px;
        width: auto;
        left: 20px;
        top: 50%;
        margin-top: -20px;
    }

.cd-primary-nav .cd-nav-icons .cd-nav-item {
    padding-left: 75px;
}

    .cd-primary-nav .cd-nav-icons .cd-nav-item p {
        color: #2e3233;
        font-size: 1.3rem;
        /* hide description on small devices */
        display: none;
    }

    .cd-primary-nav .cd-nav-icons .cd-nav-item::before {
        /* item icon */
        content: '';
        display: block;
        position: absolute;
        left: 20px;
        top: 50%;
        margin-top: -20px;
        width: 40px;
        height: 40px;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 40px 40px;
    }

    .cd-primary-nav .cd-nav-icons .cd-nav-item.item-1::before {
        background-image: url("../img/line-icon-1.svg");
    }

    .cd-primary-nav .cd-nav-icons .cd-nav-item.item-2::before {
        background-image: url("../img/line-icon-2.svg");
    }

    .cd-primary-nav .cd-nav-icons .cd-nav-item.item-3::before {
        background-image: url("../img/line-icon-3.svg");
    }

    .cd-primary-nav .cd-nav-icons .cd-nav-item.item-4::before {
        background-image: url("../img/line-icon-4.svg");
    }

    .cd-primary-nav .cd-nav-icons .cd-nav-item.item-5::before {
        background-image: url("../img/line-icon-5.svg");
    }

    .cd-primary-nav .cd-nav-icons .cd-nav-item.item-6::before {
        background-image: url("../img/line-icon-6.svg");
    }

    .cd-primary-nav .cd-nav-icons .cd-nav-item.item-7::before {
        background-image: url("../img/line-icon-7.svg");
    }

    .cd-primary-nav .cd-nav-icons .cd-nav-item.item-8::before {
        background-image: url("../img/line-icon-8.svg");
    }

@media only screen and (max-width: 1169px) {
    .cd-primary-nav {
        /* by default .cd-primary-nav is hidden - trick for iOS devices where you can see the navigation if you pull down */
        visibility: hidden;
        -webkit-transition: visibility 0s 0.3s;
        -moz-transition: visibility 0s 0.3s;
        transition: visibility 0s 0.3s;
    }

        .cd-primary-nav.nav-is-visible {
            visibility: visible;
            -webkit-transition: visibility 0s 0s;
            -moz-transition: visibility 0s 0s;
            transition: visibility 0s 0s;
        }
}

@media only screen and (min-width: 1170px) {
    .cd-primary-nav {
        display: flex;
        justify-content: center;
        position: static;
        padding: 0 0;
        height: auto;
        width: auto;
        overflow: visible;
        background: transparent;
    }

        .cd-primary-nav::after {
            clear: both;
            content: "";
            display: table;
        }

        .cd-primary-nav.moves-out > li > a {
            /* reset mobile style */
            -webkit-transform: translateX(0);
            -moz-transform: translateX(0);
            -ms-transform: translateX(0);
            -o-transform: translateX(0);
            transform: translateX(0);
            opacity: 1;
        }

        .cd-primary-nav ul {
            position: static;
            height: auto;
            width: auto;
            background: transparent;
            overflow: visible;
            z-index: 3;
        }

            .cd-primary-nav ul.is-hidden {
                /* reset mobile style */
                -webkit-transform: translateX(0);
                -moz-transform: translateX(0);
                -ms-transform: translateX(0);
                -o-transform: translateX(0);
                transform: translateX(0);
            }

            .cd-primary-nav ul.moves-out > li > a {
                /* reset mobile style */
                -webkit-transform: translateX(0);
                -moz-transform: translateX(0);
                -ms-transform: translateX(0);
                -o-transform: translateX(0);
                transform: translateX(0);
                opacity: 1;
            }

        .cd-primary-nav > li {
            float: left;
            margin-left: 20px;
            position: relative;
        }

            .cd-primary-nav > li > a.subnav {
                position: relative;
                padding-right: 26px;
            }

                .cd-primary-nav > li > a.subnav::before, .cd-primary-nav > li > a.subnav::after {
                    content: '';
                    position: absolute;
                    top: 52%;
                    margin-top: -1px;
                    display: inline-block;
                    height: 2px;
                    width: 8px;
                    background: #464c4e;
                    -webkit-backface-visibility: hidden;
                    backface-visibility: hidden;
                    -webkit-transform-origin: 50% 50%;
                    -moz-transform-origin: 50% 50%;
                    -ms-transform-origin: 50% 50%;
                    -o-transform-origin: 50% 50%;
                    transform-origin: 50% 50%;
                    background: #c9cbc4;
                    -webkit-backface-visibility: hidden;
                    backface-visibility: hidden;
                    -webkit-transition: width 0.3s, -webkit-transform 0.3s;
                    -moz-transition: width 0.3s, -moz-transform 0.3s;
                    transition: width 0.3s, transform 0.3s;
                }

                .cd-primary-nav > li > a.subnav::before {
                    right: 11px;
                    -webkit-transform: rotate(45deg);
                    -moz-transform: rotate(45deg);
                    -ms-transform: rotate(45deg);
                    -o-transform: rotate(45deg);
                    transform: rotate(45deg);
                }

                .cd-primary-nav > li > a.subnav::after {
                    right: 7px;
                    -webkit-transform: rotate(-45deg);
                    -moz-transform: rotate(-45deg);
                    -ms-transform: rotate(-45deg);
                    -o-transform: rotate(-45deg);
                    transform: rotate(-45deg);
                }

            .cd-primary-nav > li:before {
                content: '';
                width: 100%;
                height: 6px;
                border-radius: 27px 27px 0 0;
                box-shadow: none;
                background-color: #fff;
                display: block;
                position: relative;
                top: 64px;
            }

            .cd-primary-nav > li.active:before {
                box-shadow: 0 -2px 18px 0 rgba(172, 230, 255, 0.7);
                background-color: #6bb1cb;
            }

            .cd-primary-nav > li > ul.submenu {
                position: absolute;
                top: 70px;
                left: 0;
                z-index: 99;
                width: 300px;
                background: #eee;
                display: none;
            }

            .cd-primary-nav > li:hover > ul.submenu {
                display: block;
            }

            .cd-primary-nav > li > ul.submenu::before {
                content: '';
                width: 0px;
                height: 0px;
                border-left: 15px solid transparent;
                border-right: 15px solid transparent;
                border-bottom: 15px solid #eee;
                position: absolute;
                top: -12px;
                left: 15px;
            }

            .cd-primary-nav > li > ul.submenu > li > a {
                border-bottom: 1px solid #ccc;
                color: #333;
            }

            .cd-primary-nav > li > ul.submenu > li:hover > a {
                color: #222;
            }

            .cd-primary-nav > li > a {
                position: relative;
                display: inline-block;
                height: 58px;
                line-height: 58px;
                font-size: 16px;
                padding: 0 10px;
                color: #2e3233;
                overflow: visible;
                border-bottom: none;
                -webkit-transition: color 0.3s, box-shadow 0.3s;
                -moz-transition: color 0.3s, box-shadow 0.3s;
                transition: color 0.3s, box-shadow 0.3s;
            }

                .cd-primary-nav > li > a:hover {
                    color: #6bb1cb;
                }

                .cd-primary-nav > li > a.selected {
                    color: #6bb1cb;
                    /*box-shadow: inset 0 -3px 0 #6bb1cb;*/
                }

            .cd-primary-nav > li:active {
            }

        .cd-primary-nav .go-back,
        .cd-primary-nav .see-all {
            display: none;
        }

        .cd-primary-nav .cd-secondary-nav,
        .cd-primary-nav .cd-nav-gallery,
        .cd-primary-nav .cd-nav-icons {
            position: absolute;
            top: 70px;
            width: 100vw;
            background: #ffffff;
            padding: 20px 30px;
            box-shadow: inset 0 1px 0 #e2e3df, 0 3px 6px rgba(0, 0, 0, 0.05);
            -webkit-transform: translateX(0);
            -moz-transform: translateX(0);
            -ms-transform: translateX(0);
            -o-transform: translateX(0);
            transform: translateX(0);
            -webkit-transition: opacity .3s 0s, visibility 0s 0s;
            -moz-transition: opacity .3s 0s, visibility 0s 0s;
            transition: opacity .3s 0s, visibility 0s 0s;
        }

        .cd-primary-nav .cd-secondary-nav {
            display: flex;
            flex-wrap: wrap;
        }

            .cd-primary-nav .cd-secondary-nav::after,
            .cd-primary-nav .cd-nav-gallery::after,
            .cd-primary-nav .cd-nav-icons::after {
                clear: both;
                content: "";
                display: table;
            }

            .cd-primary-nav .cd-secondary-nav.is-hidden,
            .cd-primary-nav .cd-nav-gallery.is-hidden,
            .cd-primary-nav .cd-nav-icons.is-hidden {
                opacity: 0;
                visibility: hidden;
                -webkit-transition: opacity .3s 0s, visibility 0s .3s;
                -moz-transition: opacity .3s 0s, visibility 0s .3s;
                transition: opacity .3s 0s, visibility 0s .3s;
            }

            .cd-primary-nav .cd-secondary-nav > .see-all,
            .cd-primary-nav .cd-nav-gallery > .see-all,
            .cd-primary-nav .cd-nav-icons > .see-all {
                display: block;
                position: absolute;
                left: 0;
                bottom: 0;
                height: 80px;
                width: 100%;
                overflow: hidden;
                margin: 0;
                padding: 0;
            }

                .cd-primary-nav .cd-secondary-nav > .see-all a,
                .cd-primary-nav .cd-nav-gallery > .see-all a,
                .cd-primary-nav .cd-nav-icons > .see-all a {
                    position: absolute;
                    width: 100%;
                    height: 100%;
                    top: 0;
                    left: 0;
                    font-size: 22px;
                    font-weight: bold;
                    text-align: center;
                    line-height: 80px;
                    border-top: 1px solid #e2e3df;
                    /* reset some inherited style */
                    border-bottom: none;
                    margin: 0;
                    padding: 0;
                    -webkit-transition: color 0.2s, background 0.2s, border 0.2s;
                    -moz-transition: color 0.2s, background 0.2s, border 0.2s;
                    transition: color 0.2s, background 0.2s, border 0.2s;
                }

                    .cd-primary-nav .cd-secondary-nav > .see-all a:hover,
                    .cd-primary-nav .cd-nav-gallery > .see-all a:hover,
                    .cd-primary-nav .cd-nav-icons > .see-all a:hover {
                        background: #2e3233;
                        border-color: #2e3233;
                        color: #ffffff;
                    }

            .cd-primary-nav .cd-secondary-nav > li {
                height: auto;
                max-height: 80%;
                width: 22%;
                float: left;
                margin-right: 2.66%;
                border-right: 1px solid #e2e3df;
                overflow: hidden;
                overflow-x: hidden;
                overflow-y: auto;
                -webkit-overflow-scrolling: touch;
            }

                .cd-primary-nav .cd-secondary-nav > li:nth-child(6) {
                    margin-right: 0;
                    border-right: none;
                }

                .cd-primary-nav .cd-secondary-nav > li > a {
                    color: #6bb1cb;
                    font-weight: bold;
                    font-size: 18px;
                    margin-bottom: 10px;
                }

                .cd-primary-nav .cd-secondary-nav > li > ul > li {
                    margin-bottom: 10px;
                }

            .cd-primary-nav .cd-secondary-nav a {
                height: 30px;
                line-height: 30px;
                padding: 0 18% 0 0;
                color: #222;
                border-bottom: none;
                font-size: 16px;
            }

                .cd-primary-nav .cd-secondary-nav a:hover {
                    color: #6bb1cb;
                }

            .cd-primary-nav .cd-secondary-nav ul {
                /* Force Hardware Acceleration in WebKit */
                -webkit-transform: translateZ(0);
                -moz-transform: translateZ(0);
                -ms-transform: translateZ(0);
                -o-transform: translateZ(0);
                transform: translateZ(0);
            }

                .cd-primary-nav .cd-secondary-nav ul ul {
                    /* tertiary navigation */
                    position: absolute;
                    top: 0;
                    left: 0;
                    height: 100%;
                    width: 100%;
                }

                    .cd-primary-nav .cd-secondary-nav ul ul.is-hidden {
                        -webkit-transform: translateX(100%);
                        -moz-transform: translateX(100%);
                        -ms-transform: translateX(100%);
                        -o-transform: translateX(100%);
                        transform: translateX(100%);
                    }

                    .cd-primary-nav .cd-secondary-nav ul ul .go-back {
                        display: block;
                    }

                        .cd-primary-nav .cd-secondary-nav ul ul .go-back a {
                            color: transparent;
                        }

                    .cd-primary-nav .cd-secondary-nav ul ul .see-all {
                        display: block;
                    }

            .cd-primary-nav .cd-secondary-nav .moves-out > li > a {
                /* push the navigation items to the left - and lower down opacity - when tertiary nav slides in */
                -webkit-transform: translateX(-100%);
                -moz-transform: translateX(-100%);
                -ms-transform: translateX(-100%);
                -o-transform: translateX(-100%);
                transform: translateX(-100%);
            }

        .cd-primary-nav .cd-nav-gallery li {
            /* set here number of columns - use width percentage */
            width: 22%;
            float: left;
            margin: 0 4% 40px 0;
        }

            .cd-primary-nav .cd-nav-gallery li:nth-child(4n+2) {
                /* +2 because we have two additional list items with display:none */
                margin-right: 0;
            }

        .cd-primary-nav .cd-nav-gallery .cd-nav-item {
            border-bottom: none;
            padding: 0;
            height: auto;
            line-height: 1.2;
        }

            .cd-primary-nav .cd-nav-gallery .cd-nav-item img {
                position: static;
                margin-top: 0;
                height: auto;
                width: 100%;
                margin-bottom: .6em;
            }

            .cd-primary-nav .cd-nav-gallery .cd-nav-item h3 {
                color: #69aa6f;
                font-weight: bold;
                padding: 0 .4em;
            }

        .cd-primary-nav .cd-nav-icons li {
            /* set here number of columns - use width percentage */
            width: 32%;
            float: left;
            margin: 0 2% 20px 0;
        }

            .cd-primary-nav .cd-nav-icons li:nth-child(3n+2) {
                /* +2 because we have two additional list items with display:none */
                margin-right: 0;
            }

        .cd-primary-nav .cd-nav-icons .cd-nav-item {
            border-bottom: none;
            height: 80px;
            line-height: 1.2;
            padding: 24px 0 0 85px;
            position: relative;
        }

            .cd-primary-nav .cd-nav-icons .cd-nav-item:hover {
                background: #f6f6f5;
            }

            .cd-primary-nav .cd-nav-icons .cd-nav-item h3 {
                color: #69aa6f;
                font-weight: bold;
            }

            .cd-primary-nav .cd-nav-icons .cd-nav-item p {
                display: block;
            }

            .cd-primary-nav .cd-nav-icons .cd-nav-item::before {
                left: 25px;
            }

        .cd-primary-nav li.has-children:nth-child(2) .cd-secondary-nav > li:nth-child(5) {
            margin: 0;
            border-right: none;
        }
}

.has-children > a,
.go-back a {
    position: relative;
}

    .has-children > a::before,
    .has-children > a::after,
    .go-back a::before,
    .go-back a::after {
        /* arrow icon in CSS - for element with nested unordered lists */
        content: '';
        position: absolute;
        top: 50%;
        margin-top: -1px;
        display: inline-block;
        height: 2px;
        width: 10px;
        background: #464c4e;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .has-children > a::before,
    .go-back a::before {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .has-children > a::after,
    .go-back a::after {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

@media only screen and (min-width: 1170px) {
    .has-children > a::before,
    .has-children > a::after,
    .go-back a::before,
    .go-back a::after {
        background: #c9cbc4;
    }

    .has-children > a:hover::before,
    .has-children > a:hover::after,
    .go-back a:hover::before,
    .go-back a:hover::after {
        background: #4ec6e0;
    }
}

.has-children > a {
    padding-right: 40px;
}

    .has-children > a::before,
    .has-children > a::after {
        /* arrow goes on the right side - children navigation */
        right: 20px;
        -webkit-transform-origin: 9px 50%;
        -moz-transform-origin: 9px 50%;
        -ms-transform-origin: 9px 50%;
        -o-transform-origin: 9px 50%;
        transform-origin: 9px 50%;
    }

.cd-primary-nav .go-back a {
    padding-left: 40px;
}

    .cd-primary-nav .go-back a::before,
    .cd-primary-nav .go-back a::after {
        /* arrow goes on the left side - go back button */
        left: 20px;
        -webkit-transform-origin: 1px 50%;
        -moz-transform-origin: 1px 50%;
        -ms-transform-origin: 1px 50%;
        -o-transform-origin: 1px 50%;
        transform-origin: 1px 50%;
    }

@media only screen and (min-width: 1170px) {
    .has-children > a::before,
    .has-children > a::after {
        right: 15%;
    }

    .cd-primary-nav > .has-children > a {
        /* main navigation arrows on larger devices */
        padding-right: 30px !important;
    }

        .cd-primary-nav > .has-children > a::before,
        .cd-primary-nav > .has-children > a::after {
            width: 9px;
            -webkit-transform-origin: 50% 50%;
            -moz-transform-origin: 50% 50%;
            -ms-transform-origin: 50% 50%;
            -o-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
            background: #c9cbc4;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
            -webkit-transition: width 0.3s, -webkit-transform 0.3s;
            -moz-transition: width 0.3s, -moz-transform 0.3s;
            transition: width 0.3s, transform 0.3s;
        }

        .cd-primary-nav > .has-children > a::before {
            right: 12px;
        }

        .cd-primary-nav > .has-children > a::after {
            right: 7px;
        }

        .cd-primary-nav > .has-children > a.selected::before,
        .cd-primary-nav > .has-children > a.selected::after {
            width: 14px;
        }

        .cd-primary-nav > .has-children > a.selected::before {
            -webkit-transform: translateX(5px) rotate(-45deg);
            -moz-transform: translateX(5px) rotate(-45deg);
            -ms-transform: translateX(5px) rotate(-45deg);
            -o-transform: translateX(5px) rotate(-45deg);
            transform: translateX(5px) rotate(-45deg);
        }

        .cd-primary-nav > .has-children > a.selected::after {
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
        }

    .cd-secondary-nav > .has-children > a::before,
    .cd-secondary-nav > .has-children > a::after {
        /* remove arrows on secondary nav titles */
        display: none;
    }

    .cd-primary-nav .go-back a {
        padding-left: 20px;
    }

        .cd-primary-nav .go-back a::before,
        .cd-primary-nav .go-back a::after {
            left: 1px;
        }
}

.cd-search {
    position: absolute;
    height: 50px;
    width: 100%;
    top: 50px;
    left: 0;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}

    .cd-search form {
        height: 100%;
        width: 100%;
    }

    .cd-search input {
        border-radius: 0;
        border: none;
        background: #ffffff;
        height: 100%;
        width: 100%;
        padding: 0 5%;
        box-shadow: inset 0 1px 0 #e2e3df, 0 3px 6px rgba(0, 0, 0, 0.05);
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        -o-appearance: none;
        appearance: none;
    }

        .cd-search input::-webkit-input-placeholder {
            color: #c9cbc4;
        }

        .cd-search input::-moz-placeholder {
            color: #c9cbc4;
        }

        .cd-search input:-moz-placeholder {
            color: #c9cbc4;
        }

        .cd-search input:-ms-input-placeholder {
            color: #c9cbc4;
        }

        .cd-search input:focus {
            outline: none;
        }

    .cd-search.is-visible {
        opacity: 1;
        visibility: visible;
        -webkit-transition: opacity .3s 0s, visibility 0s 0s;
        -moz-transition: opacity .3s 0s, visibility 0s 0s;
        transition: opacity .3s 0s, visibility 0s 0s;
    }

.nav-is-fixed .cd-search {
    position: fixed;
}

@media only screen and (min-width: 1170px) {
    .cd-search {
        height: 120px;
        top: 80px;
    }

        .cd-search input {
            padding: 0 2em;
            font-size: 3.2rem;
            font-weight: 300;
        }
}

.cd-overlay {
    position: fixed;
    z-index: 90;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.5);
    visibility: hidden;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, -webkit-transform 0.3s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s, -moz-transform 0.3s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s;
}

    .cd-overlay.is-visible {
        opacity: 1;
        visibility: visible;
        -webkit-transition: opacity 0.3s 0s, visibility 0s 0s, -webkit-transform 0.3s 0s;
        -moz-transition: opacity 0.3s 0s, visibility 0s 0s, -moz-transform 0.3s 0s;
        transition: opacity 0.3s 0s, visibility 0s 0s, transform 0.3s 0s;
    }

@media only screen and (max-width: 1169px) {
    .cd-overlay.is-visible {
        -webkit-transform: translateX(-260px);
        -moz-transform: translateX(-260px);
        -ms-transform: translateX(-260px);
        -o-transform: translateX(-260px);
        transform: translateX(-260px);
    }

    .nav-on-left .cd-overlay.is-visible {
        -webkit-transform: translateX(260px);
        -moz-transform: translateX(260px);
        -ms-transform: translateX(260px);
        -o-transform: translateX(260px);
        transform: translateX(260px);
    }

        .cd-overlay.is-visible.search-is-visible,
        .nav-on-left .cd-overlay.is-visible.search-is-visible {
            -webkit-transform: translateX(0);
            -moz-transform: translateX(0);
            -ms-transform: translateX(0);
            -o-transform: translateX(0);
            transform: translateX(0);
        }
}


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

support for no js 

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

.no-js .cd-primary-nav {
    position: relative;
    height: auto;
    width: 100%;
    overflow: visible;
    visibility: visible;
    z-index: 2;
}

.no-js .cd-search {
    position: relative;
    top: 0;
    opacity: 1;
    visibility: visible;
}

@media only screen and (min-width: 1170px) {
    .no-js .cd-primary-nav {
        position: absolute;
        z-index: 3;
        display: inline-block;
        width: auto;
        top: 0;
        right: 150px;
        padding: 0;
    }

    .no-js .nav-is-fixed .cd-primary-nav {
        position: fixed;
    }
}


/* Accordion Menu */

.sidebar {
    width: 100%;
    z-index: 100;
    overflow: auto;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .sidebar #sidenavs ul,
    .sidebar #sidenavs ul ul {
        margin: 0;
        padding: 0;
    }

        .sidebar #sidenavs ul ul {
            box-shadow: inset 0 0 4px 0 rgba(0, 0, 0, 0.07);
            background-color: #f8f8f8;
        }

        .sidebar #sidenavs ul li {
            /* display: none; */
            list-style-type: none;
            border-bottom: 1px solid rgba(255, 255, 255, 0.05);
        }

            .sidebar #sidenavs ul li.active > a {
                color: #1abc9c;
            }

            .sidebar #sidenavs ul li.active ul {
                display: block;
            }

            .sidebar #sidenavs ul li a {
                color: #333;
                text-decoration: none;
                display: block;
                padding: 15px 0 15px 15px;
                font-size: 16px;
                outline: 0;
                display: flex;
                align-items: center;
                position: relative;
            }

                .sidebar #sidenavs ul li a.active {
                    //color: #fff;
                    border-radius: 2px;
                    box-shadow: 4px 8px 24px 0 rgba(107, 177, 203, 0.32);
                    //background-color: #6bb1cb;
                    color: #6bb1cb;
                }

                .sidebar #sidenavs ul > li.sub-menu:hover > a,
                .sidebar #sidenavs ul li a.icorotate {
                    color: #fff;
                    border-radius: 2px;
                    box-shadow: 4px 8px 24px 0 rgba(107, 177, 203, 0.32);
                    background-color: #6bb1cb;
                }

        .sidebar #sidenavs ul > li.sub-menu.active > a {
            color: #fff;
            border-radius: 2px;
            box-shadow: 4px 8px 24px 0 rgba(107, 177, 203, 0.32);
            background-color: #6bb1cb;
        }

        .sidebar #sidenavs ul li a span {
            display: inline-block;
        }

        .sidebar #sidenavs ul li a i {
            width: 20px;
            margin-right: 10px;
        }

            .sidebar #sidenavs ul li a i.arrow {
                position: absolute;
                top: 12px;
                right: 5px;
                margin: 0;
                transition: all 200ms linear;
                line-height: 30px;
            }

            .sidebar #sidenavs ul li a i .fa-angle-left,
            .sidebar #sidenavs ul li a i .fa-angle-right {
                padding-top: 3px;
            }

        .sidebar #sidenavs ul ul {
            display: none;
        }

            .sidebar #sidenavs ul ul li {
                margin-bottom: 0;
                margin-left: 0;
                margin-right: 0;
                border-bottom: none;
            }

                .sidebar #sidenavs ul ul li a {
                    font-size: 16px;
                    padding-top: 6px;
                    padding-bottom: 6px;
                    color: #777;
                    padding-left: 25px;
                }

        .sidebar #sidenavs ul li.sub-menu.mainactive {
            color: #fff;
            border-radius: 2px;
            //box-shadow: 4px 8px 24px 0 rgb(107 177 203 / 32%);
            background-color: #6bb1cb;
        }

            .sidebar #sidenavs ul li.sub-menu.mainactive > ul {
                display: block !important;
            }

/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.4.2
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2015 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/


/* @group Base */

.chosen-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    zoom: 1;
    *display: inline;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

    .chosen-container * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .chosen-container .chosen-drop {
        position: absolute;
        top: 100%;
        left: -9999px;
        z-index: 1010;
        width: 100%;
        border: none;
        border-top: 0;
        background: #fff;
        -webkit-box-shadow: 0px 4px 25px 1px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 4px 25px 1px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.1);
    }

    .chosen-container.chosen-with-drop .chosen-drop {
        left: 0;
    }

    .chosen-container a {
        cursor: pointer;
    }

    .chosen-container .search-choice .group-name,
    .chosen-container .chosen-single .group-name {
        margin-right: 4px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-weight: normal;
        color: #999999;
    }

        .chosen-container .search-choice .group-name:after,
        .chosen-container .chosen-single .group-name:after {
            content: ":";
            padding-left: 2px;
            vertical-align: top;
        }


/* @end */


/* @group Single Chosen */

.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 8px;
    height: 40px;
    border: solid 1.4px #d5d1d1;
    border-radius: 5px;
    background-color: #fff;
    color: #444;
    text-decoration: none;
    white-space: nowrap;
    display: flex;
    align-items: center;
    padding: 0 15px;
    border-radius: 4px;
}

.chosen-container-single .chosen-default {
    color: #999;
}

.chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    margin-right: 26px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.chosen-container-single .chosen-single-with-deselect span {
    margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
    position: absolute;
    top: 14px;
    right: 26px;
    display: block;
    width: 12px;
    height: 12px;
    background: url('chosen-sprite.png') -42px 1px no-repeat;
    font-size: 1px;
}

    .chosen-container-single .chosen-single abbr:hover {
        background-position: -42px -10px;
    }

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
    background-position: -42px -10px;
}

.chosen-container-single .chosen-single div {
    position: absolute;
    top: 7px;
    right: 0;
    display: block;
    width: 18px;
    height: 20px;
}

    .chosen-container-single .chosen-single div b {
        display: block;
        width: 100%;
        height: 100%;
        background: url('chosen-sprite.png') no-repeat 0px 2px;
    }

.chosen-container-single .chosen-search {
    position: relative;
    z-index: 1010;
    margin: 0;
    padding: 3px 4px;
    white-space: nowrap;
}

    .chosen-container-single .chosen-search input[type="text"] {
        margin: 1px 0;
        padding: 4px 20px 4px 5px;
        width: 100%;
        height: auto;
        outline: 0;
        border: 1px solid #aaa;
        background: white url('chosen-sprite.png') no-repeat 100% -20px;
        background: url('chosen-sprite.png') no-repeat 100% -20px;
        font-size: 1em;
        line-height: normal;
        border-radius: 0;
    }

.chosen-container-single .chosen-drop {
    margin-top: -1px;
    border-radius: 0 0 4px 4px;
    background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
    position: absolute;
    left: -9999px;
}


/* @end */


/* @group Results */

.chosen-container .chosen-results {
    color: #444;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0 4px 4px 0;
    padding: 0 0 0 4px;
    max-height: 240px;
    -webkit-overflow-scrolling: touch;
}

    .chosen-container .chosen-results li {
        display: none;
        align-items: center;
        margin: 0;
        padding: 10px;
        list-style: none;
        line-height: 20px;
        font-size: 15px;
        word-wrap: break-word;
        -webkit-touch-callout: none;
        border-bottom: 1px solid #eee;
    }

        .chosen-container .chosen-results li.active-result {
            display: flex;
            cursor: pointer;
        }

        .chosen-container .chosen-results li.disabled-result {
            display: flex;
            color: #ccc;
            cursor: default;
        }

        .chosen-container .chosen-results li.highlighted {
            background-color: #eaf1f7;
            color: #222;
        }

        .chosen-container .chosen-results li.no-results {
            color: #777;
            display: list-item;
            background: #f4f4f4;
        }

        .chosen-container .chosen-results li.group-result {
            display: list-item;
            font-weight: bold;
            cursor: default;
        }

        .chosen-container .chosen-results li.group-option {
            padding-left: 15px;
        }

        .chosen-container .chosen-results li em {
            font-style: normal;
            text-decoration: underline;
        }


/* @end */


/* @group Multi Chosen */

.chosen-container-multi .chosen-choices {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 6px 8px;
    width: 100%;
    height: auto !important;
    height: 1%;
    border-radius: 4px;
    border: solid 1.4px #d5d1d1;
    background-color: #fff;
    /*  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);*/
    cursor: text;
}

    .chosen-container-multi .chosen-choices li {
        float: left;
        list-style: none;
    }

        .chosen-container-multi .chosen-choices li.search-field {
            margin: 0;
            padding: 0;
            white-space: nowrap;
            width: 100%;
        }

            .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
                margin: 1px 0;
                padding: 0;
                height: 25px;
                outline: 0;
                border: 0 !important;
                background: transparent !important;
                box-shadow: none;
                color: #999;
                font-size: 100%;
                line-height: normal;
                border-radius: 0;
                width: 100%;
                font-size: 13px;
                line-height: 15px;
                color: #999;
                font-weight: 400;
                padding-left: 5px;
            }

.search-field input {
    width: 100% !important;
}

.chosen-container-multi .chosen-choices li.search-choice {
    position: relative;
    margin: 3px 5px 3px 0;
    padding: 5px 25px 5px 10px;
    border: 1px solid #005e83;
    max-width: 100%;
    border-radius: 3px;
    background-color: #005e83;
    color: #fff;
    cursor: default;
    font-weight: 600;
    font-size: 15px;
}

    .chosen-container-multi .chosen-choices li.search-choice span {
        word-wrap: break-word;
    }

    .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
        position: absolute;
        top: 10px;
        right: 4px;
        display: block;
        width: 12px;
        height: 12px;
        background: url('chosen-sprite.png') -42px 1px no-repeat;
        font-size: 1px;
    }

        .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
            background-position: -42px -10px;
        }

.chosen-container-multi .chosen-choices li.search-choice-disabled {
    padding-right: 5px;
    border: 1px solid #ccc;
    background-color: #e4e4e4;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
    background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    color: #666;
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
    background: #d4d4d4;
}

    .chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
        background-position: -42px -10px;
    }

.chosen-container-multi .chosen-results {
    margin: 0;
    padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
    display: list-item;
    color: #ccc;
    cursor: default;
}


/* @end */


/* @group Active  */

.chosen-container-active .chosen-single {
    border: 1px solid #5897fb;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #aaa;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
    background-image: -webkit-linear-gradient(#eeeeee 20%, #ffffff 80%);
    background-image: -moz-linear-gradient(#eeeeee 20%, #ffffff 80%);
    background-image: -o-linear-gradient(#eeeeee 20%, #ffffff 80%);
    background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
    box-shadow: 0 1px 0 #fff inset;
}

    .chosen-container-active.chosen-with-drop .chosen-single div {
        border-left: none;
        background: transparent;
    }

        .chosen-container-active.chosen-with-drop .chosen-single div b {
            background-position: -18px 2px;
        }

.chosen-container-active .chosen-choices {
    border: 1px solid #5897fb;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

    .chosen-container-active .chosen-choices li.search-field input[type="text"] {
        color: #222 !important;
    }


/* @end */


/* @group Disabled Support */

.chosen-disabled {
    opacity: 0.5 !important;
    cursor: default;
}

    .chosen-disabled .chosen-single {
        cursor: default;
    }

    .chosen-disabled .chosen-choices .search-choice .search-choice-close {
        cursor: default;
    }


/* @end */


/* @group Right to Left */

.chosen-rtl {
    text-align: right;
}

    .chosen-rtl .chosen-single {
        overflow: visible;
        padding: 0 8px 0 0;
    }

        .chosen-rtl .chosen-single span {
            margin-right: 0;
            margin-left: 26px;
            direction: rtl;
        }

    .chosen-rtl .chosen-single-with-deselect span {
        margin-left: 38px;
    }

    .chosen-rtl .chosen-single div {
        right: auto;
        left: 3px;
    }

    .chosen-rtl .chosen-single abbr {
        right: auto;
        left: 26px;
    }

    .chosen-rtl .chosen-choices li {
        float: right;
    }

        .chosen-rtl .chosen-choices li.search-field input[type="text"] {
            direction: rtl;
        }

        .chosen-rtl .chosen-choices li.search-choice {
            margin: 3px 5px 3px 0;
            padding: 3px 5px 3px 19px;
        }

            .chosen-rtl .chosen-choices li.search-choice .search-choice-close {
                right: auto;
                left: 4px;
            }

    .chosen-rtl.chosen-container-single-nosearch .chosen-search,
    .chosen-rtl .chosen-drop {
        left: 9999px;
    }

    .chosen-rtl.chosen-container-single .chosen-results {
        margin: 0 0 4px 4px;
        padding: 0 4px 0 0;
    }

    .chosen-rtl .chosen-results li.group-option {
        padding-right: 15px;
        padding-left: 0;
    }

    .chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
        border-right: none;
    }

    .chosen-rtl .chosen-search input[type="text"] {
        padding: 4px 5px 4px 20px;
        background: white url('chosen-sprite.png') no-repeat -30px -20px;
        background: url('chosen-sprite.png') no-repeat -30px -20px;
        direction: rtl;
    }

    .chosen-rtl.chosen-container-single .chosen-single div b {
        background-position: 6px 2px;
    }

    .chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
        background-position: -12px 2px;
    }


/* @end */


/* @group Retina compatibility */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
    .chosen-rtl .chosen-search input[type="text"],
    .chosen-container-single .chosen-single abbr,
    .chosen-container-single .chosen-single div b,
    .chosen-container-single .chosen-search input[type="text"],
    .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
    .chosen-container .chosen-results-scroll-down span,
    .chosen-container .chosen-results-scroll-up span {
        background-image: url('chosen-sprite@2x.png') !important;
        background-size: 52px 37px !important;
        background-repeat: no-repeat !important;
    }
}


/* @end */


/**
 * okaidia theme for JavaScript, CSS and HTML
 * Loosely based on Monokai textmate theme by http://www.monokai.nl/
 * @author ocodia
 */

code[class*="language-"],
pre[class*="language-"] {
    color: #f8f8f2;
    text-shadow: 0 1px rgba(0, 0, 0, 0.3);
    direction: ltr;
    text-align: left;
    white-space: pre;
    word-spacing: normal;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}


/* Code blocks */

pre[class*="language-"] {
    padding: 1em;
    margin: .5em 0;
    overflow: auto;
    border-radius: 0.3em;
}

:not(pre) > code[class*="language-"],
pre[class*="language-"] {
    background: #272822;
}


/* Inline code */

:not(pre) > code[class*="language-"] {
    padding: .1em;
    border-radius: .3em;
}

.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
    color: slategray;
}

.token.punctuation {
    color: #f8f8f2;
}

.namespace {
    opacity: .7;
}

.token.property,
.token.tag {
    color: #f92672;
}

.token.boolean,
.token.number {
    color: #ae81ff;
}

.token.selector,
.token.attr-name,
.token.string {
    color: #a6e22e;
}

.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string {
    color: #f8f8f2;
}

.token.atrule,
.token.attr-value {
    color: #e6db74;
}

.token.keyword {
    color: #66d9ef;
}

.token.regex,
.token.important {
    color: #fd971f;
}

.token.important {
    font-weight: bold;
}

.token.entity {
    cursor: help;
}

.selectallSection {
    display: flex;
    justify-content: space-between;
    padding: 10px 5px;
    border-bottom: 1px solid #ccc;
}

    .selectallSection i,
    .selectallSection span {
        font-family: 'Cairo', sans-serif;
        font-weight: 400;
        line-height: 19px;
        cursor: pointer;
    }

.ui-datepicker-calendar thead th {
    padding: 0.25rem 0;
    text-align: center;
    font-size: 0.75rem;
    font-weight: 400;
    color: #78909C;
}

.ui-datepicker-calendar tbody td {
    width: 2.5rem;
    text-align: center;
    padding: 0;
}

    .ui-datepicker-calendar tbody td a {
        display: block;
        border-radius: 0.25rem;
        line-height: 2rem;
        transition: 0.3s all;
        color: #546E7A;
        font-size: 0.875rem;
        text-decoration: none;
    }

        .ui-datepicker-calendar tbody td a:hover {
            background-color: #E0F2F1;
        }

        .ui-datepicker-calendar tbody td a.ui-state-active {
            background-color: #009688;
            color: white;
        }

.ui-datepicker-header a.ui-corner-all {
    cursor: pointer;
    position: absolute;
    top: 0;
    width: 2rem;
    height: 2rem;
    margin: 0.5rem;
    border-radius: 0.25rem;
    transition: 0.3s all;
}

    .ui-datepicker-header a.ui-corner-all:hover {
        background-color: #ECEFF1;
    }

.ui-datepicker-header a.ui-datepicker-prev {
    left: 0;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==");
    background-repeat: no-repeat;
    background-size: 0.5rem;
    background-position: 50%;
    transform: rotate(180deg);
}

.ui-datepicker-header a.ui-datepicker-next {
    right: 0;
    background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==');
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: 50%;
}

.ui-datepicker-header a > span {
    display: none;
}

.ui-datepicker-title {
    text-align: center;
    line-height: 2rem;
    margin-bottom: 0.25rem;
    font-size: 0.875rem;
    font-weight: 500;
    padding-bottom: 0.25rem;
}

.ui-datepicker-week-col {
    color: #78909C;
    font-weight: 400;
    font-size: 0.75rem;
}


/* File Upload css */

.ajax-file-upload-statusbar {
    border: 1px solid #0ba1b5;
    margin-top: 10px;
    width: 420px;
    margin-right: 10px;
    margin: 5px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 5px 5px 5px 15px
}

.ajax-file-upload-filename {
    width: 300px;
    height: auto;
    margin: 0 5px 5px 0px;
}

.ajax-file-upload-filesize {
    width: 50px;
    height: auto;
    margin: 0 5px 5px 0px;
    display: inline-block;
    vertical-align: middle;
}

.ajax-file-upload-progress {
    margin: 5px 10px 5px 0px;
    position: relative;
    width: 250px;
    border: 1px solid #ddd;
    padding: 1px;
    border-radius: 3px;
    display: inline-block;
    color: #FFFFFF;
}

.ajax-file-upload-bar {
    background-color: #0ba1b5;
    width: 0;
    height: 20px;
    border-radius: 3px;
    color: #FFFFFF;
}

.ajax-file-upload-percent {
    position: absolute;
    display: inline-block;
    top: 3px;
    left: 48%
}

.ajax-file-upload-red {
    -moz-box-shadow: inset 0 39px 0 -24px #e67a73;
    -webkit-box-shadow: inset 0 39px 0 -24px #e67a73;
    box-shadow: inset 0 39px 0 -24px #e67a73;
    background-color: #e4685d;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
    color: #fff;
    font-size: 13px;
    font-weight: normal;
    padding: 4px 15px;
    text-decoration: none;
    text-shadow: 0 1px 0 #b23e35;
    cursor: pointer;
    vertical-align: top;
    margin: 5px 10px 5px 0px;
}

.ajax-file-upload-green {
    background-color: #77b55a;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin: 0;
    padding: 0;
    display: inline-block;
    color: #fff;
    font-size: 13px;
    font-weight: normal;
    padding: 4px 15px;
    text-decoration: none;
    cursor: pointer;
    text-shadow: 0 1px 0 #5b8a3c;
    vertical-align: top;
    margin: 5px 10px 5px 0px;
}

.ajax-file-upload {
    font-size: 16px;
    font-weight: 400;
    padding: 15px 20px;
    cursor: pointer;
    line-height: 20px;
    height: 35px;
    vertical-align: middle;
    line-height: 35px;
    margin: 0 10px 0px 0;
    display: inline-block;
    background: #fff;
    border: 1px solid #e8e8e8;
    color: #888;
    text-decoration: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 0px 20px;
    color: #fff;
    background: #2f8ab9;
    border: none;
    -moz-box-shadow: 0 2px 0 0 #13648d;
    -webkit-box-shadow: 0 2px 0 0 #13648d;
    box-shadow: 0 2px 0 0 #13648d;
}

    .ajax-file-upload:hover {
        background: #3396c9;
        -moz-box-shadow: 0 2px 0 0 #15719f;
        -webkit-box-shadow: 0 2px 0 0 #15719f;
        box-shadow: 0 2px 0 0 #15719f;
    }

.ajax-upload-dragdrop {
    background: #fff;
    border: 3px dashed #607d8b;
    border-radius: 0px;
    color: #455a64;
    font-size: 16px;
    margin: 0;
    padding: 25px;
    font-weight: 300;
    text-align: center;
    -webkit-transition: background .15s linear, border .15s linear, color .15s linear, opacity .15s linear;
    transition: background .15s linear, border .15s linear, color .15s linear, opacity .15s linear vertical-align:middle;
}

.state-hover {
    border: 2px solid #A5A5C7;
}

.ajax-file-upload-container {
    margin: 20px 0px 20px 0px;
}

#fileuploader {
    margin: 25px 0px;
}

    #fileuploader .ajax-upload-dragdrop {
        width: 100% !important;
    }

/*!
 * FullCalendar v3.10.0
 * Docs & License: https://fullcalendar.io/
 * (c) 2018 Adam Shaw
 */
.fc button, .fc table, body .fc {
    font-size: 1em
}

.fc .fc-axis, .fc button, .fc-day-grid-event .fc-content, .fc-list-item-marker, .fc-list-item-time, .fc-time-grid-event .fc-time, .fc-time-grid-event.fc-short .fc-content {
    white-space: nowrap
}

.fc-event, .fc-event:hover, .fc-state-hover, .fc.fc-bootstrap3 a, .ui-widget .fc-event, a.fc-more {
    text-decoration: none
}

.fc {
    direction: ltr;
    text-align: left
}

.fc-rtl {
    text-align: right
}

.fc th, .fc-basic-view .fc-day-top .fc-week-number, .fc-basic-view td.fc-week-number, .fc-icon, .fc-toolbar {
    text-align: center
}

.fc-highlight {
    background: #bce8f1;
    opacity: .3
}

.fc-bgevent {
    background: #8fdf82;
    opacity: .3
}

.fc-nonbusiness {
    background: #d7d7d7
}

.fc button {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    height: 2.1em;
    padding: 0 .6em;
    cursor: pointer
}

    .fc button::-moz-focus-inner {
        margin: 0;
        padding: 0
    }

.fc-state-default {
    border: 1px solid;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
    background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
    background-image: -o-linear-gradient(top,#fff,#e6e6e6);
    background-image: linear-gradient(to bottom,#fff,#e6e6e6);
    background-repeat: repeat-x;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    color: #333;
    text-shadow: 0 1px 1px rgba(255,255,255,.75);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05)
}

    .fc-state-default.fc-corner-left {
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px
    }

    .fc-state-default.fc-corner-right {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px
    }

.fc button .fc-icon {
    position: relative;
    top: -.05em;
    margin: 0 .2em;
    vertical-align: middle
}

.fc-state-active, .fc-state-disabled, .fc-state-down, .fc-state-hover {
    color: #333;
    background-color: #e6e6e6
}

.fc-state-hover {
    color: #333;
    background-position: 0 -15px;
    -webkit-transition: background-position .1s linear;
    -moz-transition: background-position .1s linear;
    -o-transition: background-position .1s linear;
    transition: background-position .1s linear
}

.fc-state-active, .fc-state-down {
    background-color: #ccc;
    background-image: none;
    box-shadow: inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05)
}

.fc-state-disabled {
    cursor: default;
    background-image: none;
    opacity: .65;
    box-shadow: none
}

.fc-event.fc-draggable, .fc-event[href], .fc-popover .fc-header .fc-close, a[data-goto] {
    cursor: pointer
}

.fc-button-group {
    display: inline-block
}

.fc .fc-button-group > * {
    float: left;
    margin: 0 0 0 -1px
}

.fc .fc-button-group > :first-child {
    margin-left: 0
}

.fc-popover {
    position: absolute;
    box-shadow: 0 2px 6px rgba(0,0,0,.15)
}

    .fc-popover .fc-header {
        padding: 2px 4px
    }

        .fc-popover .fc-header .fc-title {
            margin: 0 2px
        }

.fc-ltr .fc-popover .fc-header .fc-title, .fc-rtl .fc-popover .fc-header .fc-close {
    float: left
}

.fc-ltr .fc-popover .fc-header .fc-close, .fc-rtl .fc-popover .fc-header .fc-title {
    float: right
}

.fc-divider {
    border-style: solid;
    border-width: 1px
}

hr.fc-divider {
    height: 0;
    margin: 0;
    padding: 0 0 2px;
    border-width: 1px 0
}

.fc-bg table, .fc-row .fc-bgevent-skeleton table, .fc-row .fc-highlight-skeleton table {
    height: 100%
}

.fc-clear {
    clear: both
}

.fc-bg, .fc-bgevent-skeleton, .fc-helper-skeleton, .fc-highlight-skeleton {
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.fc-bg {
    bottom: 0
}

.fc table {
    width: 100%;
    box-sizing: border-box;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0
}

.fc td, .fc th {
    border-style: solid;
    border-width: 1px;
    padding: 0;
    vertical-align: top
}

    .fc td.fc-today {
        border-style: double
    }

a[data-goto]:hover {
    text-decoration: underline
}

.fc .fc-row {
    border-style: solid;
    border-width: 0
}

.fc-row table {
    border-left: 0 hidden transparent;
    border-right: 0 hidden transparent;
    border-bottom: 0 hidden transparent
}

.fc-row:first-child table {
    border-top: 0 hidden transparent
}

.fc-row {
    position: relative
}

    .fc-row .fc-bg {
        z-index: 1
    }

    .fc-row .fc-bgevent-skeleton, .fc-row .fc-highlight-skeleton {
        bottom: 0
    }

        .fc-row .fc-bgevent-skeleton td, .fc-row .fc-highlight-skeleton td {
            border-color: transparent
        }

    .fc-row .fc-bgevent-skeleton {
        z-index: 2
    }

    .fc-row .fc-highlight-skeleton {
        z-index: 3
    }

    .fc-row .fc-content-skeleton {
        position: relative;
        z-index: 4;
        padding-bottom: 2px
    }

    .fc-row .fc-helper-skeleton {
        z-index: 5
    }

.fc .fc-row .fc-content-skeleton table, .fc .fc-row .fc-content-skeleton td, .fc .fc-row .fc-helper-skeleton td {
    background: 0 0;
    border-color: transparent
}

.fc-row .fc-content-skeleton td, .fc-row .fc-helper-skeleton td {
    border-bottom: 0
}

.fc-row .fc-content-skeleton tbody td, .fc-row .fc-helper-skeleton tbody td {
    border-top: 0
}

.fc-scroller {
    -webkit-overflow-scrolling: touch
}

.fc-day-grid-event .fc-content, .fc-icon, .fc-row.fc-rigid, .fc-time-grid-event {
    overflow: hidden
}

.fc-scroller > .fc-day-grid, .fc-scroller > .fc-time-grid {
    position: relative;
    width: 100%
}

.fc-event {
    position: relative;
    display: block;
    font-size: .85em;
    line-height: 1.3;
    border-radius: 3px;
    border: 1px solid #3a87ad
}

.fc-event, .fc-event-dot {
    background-color: #3a87ad
}

    .fc-event, .fc-event:hover {
        color: #fff
    }

.fc-not-allowed, .fc-not-allowed .fc-event {
    cursor: not-allowed
}

.fc-event .fc-bg {
    z-index: 1;
    background: #fff;
    opacity: .25
}

.fc-event .fc-content {
    position: relative;
    z-index: 2
}

.fc-event .fc-resizer {
    position: absolute;
    z-index: 4;
    display: none
}

.fc-event.fc-allow-mouse-resize .fc-resizer, .fc-event.fc-selected .fc-resizer {
    display: block
}

    .fc-event.fc-selected .fc-resizer:before {
        content: "";
        position: absolute;
        z-index: 9999;
        top: 50%;
        left: 50%;
        width: 40px;
        height: 40px;
        margin-left: -20px;
        margin-top: -20px
    }

.fc-event.fc-selected {
    z-index: 9999 !important;
    box-shadow: 0 2px 5px rgba(0,0,0,.2)
}

    .fc-event.fc-selected.fc-dragging {
        box-shadow: 0 2px 7px rgba(0,0,0,.3)
    }

.fc-h-event.fc-selected:before {
    content: "";
    position: absolute;
    z-index: 3;
    top: -10px;
    bottom: -10px;
    left: 0;
    right: 0
}

.fc-ltr .fc-h-event.fc-not-start, .fc-rtl .fc-h-event.fc-not-end {
    margin-left: 0;
    border-left-width: 0;
    padding-left: 1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.fc-ltr .fc-h-event.fc-not-end, .fc-rtl .fc-h-event.fc-not-start {
    margin-right: 0;
    border-right-width: 0;
    padding-right: 1px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.fc-ltr .fc-h-event .fc-start-resizer, .fc-rtl .fc-h-event .fc-end-resizer {
    cursor: w-resize;
    left: -1px
}

.fc-ltr .fc-h-event .fc-end-resizer, .fc-rtl .fc-h-event .fc-start-resizer {
    cursor: e-resize;
    right: -1px
}

.fc-h-event.fc-allow-mouse-resize .fc-resizer {
    width: 7px;
    top: -1px;
    bottom: -1px
}

.fc-h-event.fc-selected .fc-resizer {
    border-radius: 4px;
    border-width: 1px;
    width: 6px;
    height: 6px;
    border-style: solid;
    border-color: inherit;
    background: #fff;
    top: 50%;
    margin-top: -4px
}

.fc-ltr .fc-h-event.fc-selected .fc-start-resizer, .fc-rtl .fc-h-event.fc-selected .fc-end-resizer {
    margin-left: -4px
}

.fc-ltr .fc-h-event.fc-selected .fc-end-resizer, .fc-rtl .fc-h-event.fc-selected .fc-start-resizer {
    margin-right: -4px
}

.fc-day-grid-event {
    margin: 1px 2px 0;
    padding: 0 1px
}

tr:first-child > td > .fc-day-grid-event {
    margin-top: 2px
}

.fc-day-grid-event.fc-selected:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    background: #000;
    opacity: .25
}

.fc-day-grid-event .fc-time {
    font-weight: 700
}

.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer, .fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer {
    margin-left: -2px
}

.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer, .fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer {
    margin-right: -2px
}

a.fc-more {
    margin: 1px 3px;
    font-size: .85em;
    cursor: pointer
}

    a.fc-more:hover {
        text-decoration: underline
    }

.fc-limited {
    display: none
}

.fc-day-grid .fc-row {
    z-index: 1
}

.fc-more-popover {
    z-index: 2;
    width: 220px
}

    .fc-more-popover .fc-event-container {
        padding: 10px
    }

.fc-bootstrap3 .fc-popover .panel-body, .fc-bootstrap4 .fc-popover .card-body {
    padding: 0
}

.fc-now-indicator {
    position: absolute;
    border: 0 solid red
}

.fc-bootstrap3 .fc-today.alert, .fc-bootstrap4 .fc-today.alert {
    border-radius: 0
}

.fc-unselectable {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent
}

.fc-unthemed .fc-content, .fc-unthemed .fc-divider, .fc-unthemed .fc-list-heading td, .fc-unthemed .fc-list-view, .fc-unthemed .fc-popover, .fc-unthemed .fc-row, .fc-unthemed tbody, .fc-unthemed td, .fc-unthemed th, .fc-unthemed thead {
    border-color: #ddd
}

.fc-unthemed .fc-popover {
    background-color: #fff;
    border-width: 1px;
    border-style: solid
}

    .fc-unthemed .fc-divider, .fc-unthemed .fc-list-heading td, .fc-unthemed .fc-popover .fc-header {
        background: #eee
    }

.fc-unthemed td.fc-today {
    background: #fcf8e3
}

.fc-unthemed .fc-disabled-day {
    background: #d7d7d7;
    opacity: .3
}

.fc-icon {
    display: inline-block;
    height: 1em;
    line-height: 1em;
    font-size: 1em;
    font-family: "Courier New",Courier,monospace;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

    .fc-icon:after {
        position: relative
    }

.fc-icon-left-single-arrow:after {
    content: "\2039";
    font-weight: 700;
    font-size: 200%;
    top: -7%
}

.fc-icon-right-single-arrow:after {
    content: "\203A";
    font-weight: 700;
    font-size: 200%;
    top: -7%
}

.fc-icon-left-double-arrow:after {
    content: "\AB";
    font-size: 160%;
    top: -7%
}

.fc-icon-right-double-arrow:after {
    content: "\BB";
    font-size: 160%;
    top: -7%
}

.fc-icon-left-triangle:after {
    content: "\25C4";
    font-size: 125%;
    top: 3%
}

.fc-icon-right-triangle:after {
    content: "\25BA";
    font-size: 125%;
    top: 3%
}

.fc-icon-down-triangle:after {
    content: "\25BC";
    font-size: 125%;
    top: 2%
}

.fc-icon-x:after {
    content: "\D7";
    font-size: 200%;
    top: 6%
}

.fc-unthemed .fc-popover .fc-header .fc-close {
    color: #666;
    font-size: .9em;
    margin-top: 2px
}

.fc-unthemed .fc-list-item:hover td {
    background-color: #f5f5f5
}

.ui-widget .fc-disabled-day {
    background-image: none
}

.fc-bootstrap3 .fc-time-grid .fc-slats table, .fc-bootstrap4 .fc-time-grid .fc-slats table, .fc-time-grid .fc-slats .ui-widget-content {
    background: 0 0
}

.fc-popover > .ui-widget-header + .ui-widget-content {
    border-top: 0
}

.fc-bootstrap3 hr.fc-divider, .fc-bootstrap4 hr.fc-divider {
    border-color: inherit
}

.ui-widget .fc-event {
    color: #fff;
    font-weight: 400
}

.ui-widget td.fc-axis {
    font-weight: 400
}

.fc.fc-bootstrap3 a[data-goto]:hover {
    text-decoration: underline
}

.fc.fc-bootstrap4 a {
    text-decoration: none
}

    .fc.fc-bootstrap4 a[data-goto]:hover {
        text-decoration: underline
    }

.fc-bootstrap4 a.fc-event:not([href]):not([tabindex]) {
    color: #fff
}

.fc-bootstrap4 .fc-popover.card {
    position: absolute
}

.fc-toolbar.fc-header-toolbar {
    margin-bottom: 1em
}

.fc-toolbar.fc-footer-toolbar {
    margin-top: 1em
}

.fc-toolbar .fc-left {
    float: left
}

.fc-toolbar .fc-right {
    float: right
}

.fc-toolbar .fc-center {
    display: inline-block
}

.fc .fc-toolbar > * > * {
    float: left;
    margin-left: .75em
}

.fc .fc-toolbar > * > :first-child {
    margin-left: 0
}

.fc-toolbar h2 {
    margin: 0
}

.fc-toolbar button {
    position: relative
}

.fc-toolbar .fc-state-hover, .fc-toolbar .ui-state-hover {
    z-index: 2
}

.fc-toolbar .fc-state-down {
    z-index: 3
}

.fc-toolbar .fc-state-active, .fc-toolbar .ui-state-active {
    z-index: 4
}

.fc-toolbar button:focus {
    z-index: 5
}

.fc-view-container *, .fc-view-container :after, .fc-view-container :before {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.fc-view, .fc-view > table {
    position: relative;
    z-index: 1
}

.fc-basicDay-view .fc-content-skeleton, .fc-basicWeek-view .fc-content-skeleton {
    padding-bottom: 1em
}

.fc-basic-view .fc-body .fc-row {
    min-height: 4em
}

.fc-row.fc-rigid .fc-content-skeleton {
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.fc-day-top.fc-other-month {
    opacity: .3
}

.fc-basic-view .fc-day-number, .fc-basic-view .fc-week-number {
    padding: 2px
}

.fc-basic-view th.fc-day-number, .fc-basic-view th.fc-week-number {
    padding: 0 2px
}

.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
    float: right
}

.fc-rtl .fc-basic-view .fc-day-top .fc-day-number {
    float: left
}

.fc-ltr .fc-basic-view .fc-day-top .fc-week-number {
    float: left;
    border-radius: 0 0 3px
}

.fc-rtl .fc-basic-view .fc-day-top .fc-week-number {
    float: right;
    border-radius: 0 0 0 3px
}

.fc-basic-view .fc-day-top .fc-week-number {
    min-width: 1.5em;
    background-color: #f2f2f2;
    color: grey
}

.fc-basic-view td.fc-week-number > * {
    display: inline-block;
    min-width: 1.25em
}

.fc-agenda-view .fc-day-grid {
    position: relative;
    z-index: 2
}

    .fc-agenda-view .fc-day-grid .fc-row {
        min-height: 3em
    }

        .fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
            padding-bottom: 1em
        }

.fc .fc-axis {
    vertical-align: middle;
    padding: 0 4px
}

.fc-ltr .fc-axis {
    text-align: right
}

.fc-rtl .fc-axis {
    text-align: left
}

.fc-time-grid, .fc-time-grid-container {
    position: relative;
    z-index: 1
}

.fc-time-grid {
    min-height: 100%
}

    .fc-time-grid table {
        border: 0 hidden transparent
    }

    .fc-time-grid > .fc-bg {
        z-index: 1
    }

    .fc-time-grid .fc-slats, .fc-time-grid > hr {
        position: relative;
        z-index: 2
    }

    .fc-time-grid .fc-content-col {
        position: relative
    }

    .fc-time-grid .fc-content-skeleton {
        position: absolute;
        z-index: 3;
        top: 0;
        left: 0;
        right: 0
    }

    .fc-time-grid .fc-business-container {
        position: relative;
        z-index: 1
    }

    .fc-time-grid .fc-bgevent-container {
        position: relative;
        z-index: 2
    }

    .fc-time-grid .fc-highlight-container {
        z-index: 3;
        position: relative
    }

    .fc-time-grid .fc-event-container {
        position: relative;
        z-index: 4
    }

    .fc-time-grid .fc-now-indicator-line {
        z-index: 5
    }

    .fc-time-grid .fc-helper-container {
        position: relative;
        z-index: 6
    }

    .fc-time-grid .fc-slats td {
        height: 1.5em;
        border-bottom: 0
    }

    .fc-time-grid .fc-slats .fc-minor td {
        border-top-style: dotted
    }

    .fc-time-grid .fc-highlight {
        position: absolute;
        left: 0;
        right: 0
    }

.fc-ltr .fc-time-grid .fc-event-container {
    margin: 0 2.5% 0 2px
}

.fc-rtl .fc-time-grid .fc-event-container {
    margin: 0 2px 0 2.5%
}

.fc-time-grid .fc-bgevent, .fc-time-grid .fc-event {
    position: absolute;
    z-index: 1
}

.fc-time-grid .fc-bgevent {
    left: 0;
    right: 0
}

.fc-v-event.fc-not-start {
    border-top-width: 0;
    padding-top: 1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.fc-v-event.fc-not-end {
    border-bottom-width: 0;
    padding-bottom: 1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.fc-time-grid-event.fc-selected {
    overflow: visible
}

    .fc-time-grid-event.fc-selected .fc-bg {
        display: none
    }

.fc-time-grid-event .fc-content {
    overflow: hidden
}

.fc-time-grid-event .fc-time, .fc-time-grid-event .fc-title {
    padding: 0 1px
}

.fc-time-grid-event .fc-time {
    font-size: .85em
}

.fc-time-grid-event.fc-short .fc-time, .fc-time-grid-event.fc-short .fc-title {
    display: inline-block;
    vertical-align: top
}

    .fc-time-grid-event.fc-short .fc-time span {
        display: none
    }

    .fc-time-grid-event.fc-short .fc-time:before {
        content: attr(data-start)
    }

    .fc-time-grid-event.fc-short .fc-time:after {
        content: "\A0-\A0"
    }

.fc-time-grid-event.fc-short .fc-title {
    font-size: .85em;
    padding: 0
}

.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer {
    left: 0;
    right: 0;
    bottom: 0;
    height: 8px;
    overflow: hidden;
    line-height: 8px;
    font-size: 11px;
    font-family: monospace;
    text-align: center;
    cursor: s-resize
}

    .fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after {
        content: "="
    }

.fc-time-grid-event.fc-selected .fc-resizer {
    border-radius: 5px;
    border-width: 1px;
    width: 8px;
    height: 8px;
    border-style: solid;
    border-color: inherit;
    background: #fff;
    left: 50%;
    margin-left: -5px;
    bottom: -5px
}

.fc-time-grid .fc-now-indicator-line {
    border-top-width: 1px;
    left: 0;
    right: 0
}

.fc-time-grid .fc-now-indicator-arrow {
    margin-top: -5px
}

.fc-ltr .fc-time-grid .fc-now-indicator-arrow {
    left: 0;
    border-width: 5px 0 5px 6px;
    border-top-color: transparent;
    border-bottom-color: transparent
}

.fc-rtl .fc-time-grid .fc-now-indicator-arrow {
    right: 0;
    border-width: 5px 6px 5px 0;
    border-top-color: transparent;
    border-bottom-color: transparent
}

.fc-event-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 5px
}

.fc-rtl .fc-list-view {
    direction: rtl
}

.fc-list-view {
    border-width: 1px;
    border-style: solid
}

.fc .fc-list-table {
    table-layout: auto
}

.fc-list-table td {
    border-width: 1px 0 0;
    padding: 8px 14px
}

.fc-list-table tr:first-child td {
    border-top-width: 0
}

.fc-list-heading {
    border-bottom-width: 1px
}

    .fc-list-heading td {
        font-weight: 700
    }

.fc-ltr .fc-list-heading-main {
    float: left
}

.fc-ltr .fc-list-heading-alt, .fc-rtl .fc-list-heading-main {
    float: right
}

.fc-rtl .fc-list-heading-alt {
    float: left
}

.fc-list-item.fc-has-url {
    cursor: pointer
}

.fc-list-item-marker, .fc-list-item-time {
    width: 1px
}

.fc-ltr .fc-list-item-marker {
    padding-right: 0
}

.fc-rtl .fc-list-item-marker {
    padding-left: 0
}

.fc-list-item-title a {
    text-decoration: none;
    color: inherit
}

    .fc-list-item-title a[href]:hover {
        text-decoration: underline
    }

.fc-list-empty-wrap2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.fc-list-empty-wrap1 {
    width: 100%;
    height: 100%;
    display: table
}

.fc-list-empty {
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

.fc-unthemed .fc-list-empty {
    background-color: #eee
}


/* ############### CAlendar STYLES ############### */
.header-calendar {
    background-color: transparent;
}

.content-body-calendar {
    padding: 15px;
}

@media (min-width: 576px) {
    .content-body-calendar {
        padding: 20px;
    }
}

.content-calendar {
    background-color: #fff;
}

@media (min-width: 576px) {
    .content-calendar {
        min-height: calc(100vh - 98px);
    }
}

.content-calendar .fc-toolbar.fc-header-toolbar {
    height: 55px;
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(230, 231, 239, 0.85);
    padding: 0 15px;
}

.content-calendar .fc-toolbar .fc-button-group button:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.content-calendar .fc-toolbar .fc-button-group button:last-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.content-calendar .fc-toolbar button {
    height: 32px;
    background-color: #fff;
    background-image: none;
    border: 1px solid rgba(230, 231, 239, 0.85);
    color: rgba(55, 56, 87, 0.7);
    box-shadow: none;
    padding: 0 15px;
    display: flex;
    align-items: center;
    font-size: 13px;
    text-transform: capitalize;
    outline: none;
    text-shadow: none;
    border-radius: 0;
    transition: all 0.25s;
}

@media (prefers-reduced-motion: reduce) {
    .content-calendar .fc-toolbar button {
        transition: none;
    }
}

.content-calendar .fc-toolbar button:hover,
.content-calendar .fc-toolbar button:focus {
    border-color: #8392a5;
    color: #373857;
    position: relative;
    z-index: 5;
}

.content-calendar .fc-toolbar button:active {
    background-color: #f9f9fd;
}

.content-calendar .fc-toolbar button.fc-prev-button,
.content-calendar .fc-toolbar button.fc-next-button {
    padding: 0;
    width: 34px;
    justify-content: center;
}

    .content-calendar .fc-toolbar button.fc-prev-button span,
    .content-calendar .fc-toolbar button.fc-next-button span {
        margin: 0;
    }

.content-calendar .fc-toolbar button.fc-state-active {
    background-color: #f9f9fd;
    border-color: #c0ccda;
    color: #373857;
}

.content-calendar .fc-toolbar button.fc-today-button {
    border-radius: 0;
    color: rgba(55, 56, 87, 0.7);
    background-color: #fff;
    display: none;
}

@media (min-width: 768px) {
    .content-calendar .fc-toolbar button.fc-today-button {
        display: block;
    }
}

.content-calendar .fc-toolbar button.fc-today-button:hover,
.content-calendar .fc-toolbar button.fc-today-button:focus {
    border-color: #8392a5;
    color: #373857;
}

.content-calendar .fc-toolbar button.fc-today-button:active {
    background-color: #f9f9fd;
}

.content-calendar .fc-toolbar button.fc-today-button.fc-state-disabled {
    border-color: rgba(230, 231, 239, 0.85);
    background-color: #f9f9fd;
    color: #575d78;
    font-weight: 400;
    cursor: default;
}

@media (max-width: 575px) {
    .content-calendar .fc-toolbar button.fc-prev-button,
    .content-calendar .fc-toolbar button.fc-next-button {
        width: 32px;
        height: 32px;
    }

    .content-calendar .fc-toolbar button.fc-today-button {
        height: 32px;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 11px;
    }

    .content-calendar .fc-toolbar button.fc-month-button,
    .content-calendar .fc-toolbar button.fc-agendaWeek-button,
    .content-calendar .fc-toolbar button.fc-agendaDay-button,
    .content-calendar .fc-toolbar button.fc-listWeek-button,
    .content-calendar .fc-toolbar button.fc-listMonth-button {
        text-indent: -9999px;
        width: 32px;
        height: 32px;
        position: relative;
        color: transparent;
    }

        .content-calendar .fc-toolbar button.fc-month-button::before,
        .content-calendar .fc-toolbar button.fc-agendaWeek-button::before,
        .content-calendar .fc-toolbar button.fc-agendaDay-button::before,
        .content-calendar .fc-toolbar button.fc-listWeek-button::before,
        .content-calendar .fc-toolbar button.fc-listMonth-button::before {
            position: absolute;
            top: 6px;
            left: 10px;
            z-index: 100;
            display: inline-block;
            text-indent: 0;
            font-size: 12px;
            font-weight: 700;
            color: #373857;
        }

        .content-calendar .fc-toolbar button.fc-month-button::before {
            content: 'M';
        }

        .content-calendar .fc-toolbar button.fc-agendaWeek-button::before {
            content: 'W';
        }

        .content-calendar .fc-toolbar button.fc-agendaDay-button::before {
            content: 'D';
        }

        .content-calendar .fc-toolbar button.fc-listWeek-button::before,
        .content-calendar .fc-toolbar button.fc-listMonth-button::before {
            content: 'L';
            left: 11px;
        }
}

.content-calendar .fc-toolbar .fc-icon-left-single-arrow,
.content-calendar .fc-toolbar .fc-icon-right-single-arrow {
    top: 0;
}


.content-calendar .fc-toolbar .fc-clear {
    display: none;
}

.content-calendar .fc-toolbar .fc-left {
    order: 1;
    float: none;
    display: flex;
    align-items: center;
}

.content-calendar .fc-toolbar .fc-center {
    display: flex;
    align-items: center;
    order: 2;
}

    .content-calendar .fc-toolbar .fc-center h2 {
        font-size: 16px;
        font-weight: 400;
        letter-spacing: -.2px;
    }

@media (min-width: 576px) {
    .content-calendar .fc-toolbar .fc-center h2 {
        font-size: 18px;
    }
}

@media (min-width: 992px) {
    .content-calendar .fc-toolbar .fc-center h2 {
        font-size: 20px;
    }
}

.content-calendar .fc-toolbar .fc-right {
    float: none;
    order: 3;
    display: none;
}

@media (min-width: 480px) {
    .content-calendar .fc-toolbar .fc-right {
        display: flex;
        align-items: center;
    }
}

.content-calendar .fc-divider {
    background-color: #f3f6f9;
    border-color: rgba(230, 231, 239, 0.85);
}

.content-calendar .fc-view-container {
    height: calc(100% - 50px);
}

.content-calendar .fc-head-container {
    border-top-width: 0;
    border-left-width: 0;
    border-right-width: 0;
}

    .content-calendar .fc-head-container .fc-day-header {
        padding: 5px 0;
        border-color: rgba(230, 231, 239, 0.85);
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 500;
        color: #373857;
    }

.content-calendar .fc-widget-content {
    border-left-width: 0;
}

    .content-calendar .fc-widget-content:last-child {
        border-right-width: 0;
    }

.content-calendar td {
    border-color: rgba(230, 231, 239, 0.85);
}

    .content-calendar td.fc-today {
        background-color: rgba(243, 246, 249, 0.7);
    }

        .content-calendar td.fc-today .fc-day-number,
        .content-calendar td.fc-today .fc-day-number:hover,
        .content-calendar td.fc-today .fc-day-number:focus {
            background-color: #5556fd;
            color: #fff;
            border-radius: 1px;
        }

.content-calendar .fc-other-month {
    background-color: #fdfdfe;
}

.content-calendar .fc-day-number {
    font-size: 14px;
    font-weight: 400;
    color: #454f5b;
    display: inline-block;
    padding: 5px 8px;
    position: relative;
    transition: all 0.25s;
    margin: 2px 2px 0 0;
    min-width: 20px;
    text-align: center;
}

@media (prefers-reduced-motion: reduce) {
    .content-calendar .fc-day-number {
        transition: none;
    }
}

.content-calendar .fc-day-number:hover,
.content-calendar .fc-day-number:focus {
    color: #373857;
    background-color: #f9f9fd;
}

.content-calendar .fc-day-top.fc-other-month {
    color: rgba(55, 56, 87, 0.6);
    opacity: 1;
}

.content-calendar .fc-event {
    border-width: 0;
    border-top-width: 5px;
    border-radius: 0;
    color: #222;
}

@media (min-width: 576px) {
    .content-calendar .fc-event {
        border-top-width: 0;
        border-left-width: 2px;
        padding: 3px 4px;
    }
}

.content-calendar .fc-event.fc-day-grid-event > div {
    display: none;
    font-size: 11px;
}

@media (min-width: 576px) {
    .content-calendar .fc-event.fc-day-grid-event > div {
        display: block;
    }
}

.content-calendar .fc-event.fc-day-grid-event > div .fc-time {
    font-weight: 500;
}

.content-calendar .fc-event.fc-day-grid-event > div .fc-desc {
    display: none;
}

.content-calendar .fc-time-grid-event {
    padding: 5px;
    border-left-width: 2px;
    border-top-width: 2px;
}

    .content-calendar .fc-time-grid-event .fc-time {
        font-size: 12px;
    }

    .content-calendar .fc-time-grid-event .fc-title {
        font-size: 13px;
        font-weight: 500;
        color: #212b35;
        margin-bottom: 10px;
    }

    .content-calendar .fc-time-grid-event .fc-desc {
        line-height: 1.3;
        color: rgba(33, 43, 53, 0.8);
    }

.content-calendar .fc-agendaWeek-view .fc-time-grid-event > div {
    display: none;
}

@media (min-width: 576px) {
    .content-calendar .fc-agendaWeek-view .fc-time-grid-event > div {
        display: block;
    }
}

.content-calendar .fc-agendaWeek-view .fc-time-grid-event > div .fc-time {
    font-size: 11px;
}

.content-calendar .fc-agendaWeek-view .fc-time-grid-event > div .fc-desc {
    display: none;
}

@media (min-width: 992px) {
    .content-calendar .fc-agendaWeek-view .fc-time-grid-event > div .fc-desc {
        display: block;
    }
}

.content-calendar .fc-list-empty {
    padding: 20px 0;
    background-color: #fdfdfe;
}

.content-calendar .fc-agenda-view .fc-day-header > a > span {
    display: block;
}

    .content-calendar .fc-agenda-view .fc-day-header > a > span:first-child {
        color: #575d78;
        font-size: 8px;
        font-weight: 400;
        line-height: 1.2;
    }

@media (min-width: 576px) {
    .content-calendar .fc-agenda-view .fc-day-header > a > span:first-child {
        font-size: 11px;
        font-weight: 500;
    }
}

.content-calendar .fc-agenda-view .fc-day-header > a > span:last-child {
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
}

@media (min-width: 576px) {
    .content-calendar .fc-agenda-view .fc-day-header > a > span:last-child {
        font-size: 25px;
    }
}

.content-calendar .fc-agenda-view .fc-day-header.fc-today > a {
    color: #5556fd;
}

.content-calendar .fc-listMonth-view,
.content-calendar .fc-listWeek-view {
    border-width: 0;
}

    .content-calendar .fc-listMonth-view .fc-scroller,
    .content-calendar .fc-listWeek-view .fc-scroller {
        padding: 20px 20px 20px 0;
    }

    .content-calendar .fc-listMonth-view .fc-list-table,
    .content-calendar .fc-listWeek-view .fc-list-table {
        border-collapse: separate;
        display: block;
    }

        .content-calendar .fc-listMonth-view .fc-list-table > tbody,
        .content-calendar .fc-listWeek-view .fc-list-table > tbody {
            display: flex;
            flex-wrap: wrap;
        }

    .content-calendar .fc-listMonth-view .fc-list-heading,
    .content-calendar .fc-listWeek-view .fc-list-heading {
        flex: 0 0 20%;
        max-width: 20%;
        margin-top: 15px;
        display: flex;
        justify-content: center;
    }

@media (min-width: 576px) {
    .content-calendar .fc-listMonth-view .fc-list-heading,
    .content-calendar .fc-listWeek-view .fc-list-heading {
        flex: 0 0 15%;
        max-width: 15%;
    }
}

@media (min-width: 768px) {
    .content-calendar .fc-listMonth-view .fc-list-heading,
    .content-calendar .fc-listWeek-view .fc-list-heading {
        flex: 0 0 12%;
        max-width: 12%;
    }
}

@media (min-width: 992px) {
    .content-calendar .fc-listMonth-view .fc-list-heading,
    .content-calendar .fc-listWeek-view .fc-list-heading {
        flex: 0 0 10%;
        max-width: 10%;
    }
}

@media (min-width: 1200px) {
    .content-calendar .fc-listMonth-view .fc-list-heading,
    .content-calendar .fc-listWeek-view .fc-list-heading {
        flex: 0 0 8%;
        max-width: 8%;
    }
}

.content-calendar .fc-listMonth-view .fc-list-heading:first-child,
.content-calendar .fc-listWeek-view .fc-list-heading:first-child {
    margin-top: 0;
}

    .content-calendar .fc-listMonth-view .fc-list-heading:first-child + .fc-list-item,
    .content-calendar .fc-listWeek-view .fc-list-heading:first-child + .fc-list-item {
        margin-top: 0;
    }

.content-calendar .fc-listMonth-view .fc-list-heading td,
.content-calendar .fc-listWeek-view .fc-list-heading td {
    background-color: transparent;
    border-width: 0;
    padding: 0;
}

.content-calendar .fc-listMonth-view .fc-list-heading-main,
.content-calendar .fc-listWeek-view .fc-list-heading-main {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    color: #575d78;
    font-weight: 500;
    padding: 5px;
    text-align: center;
}

    .content-calendar .fc-listMonth-view .fc-list-heading-main span:last-child,
    .content-calendar .fc-listWeek-view .fc-list-heading-main span:last-child {
        display: block;
        font-size: 28px;
        font-weight: 400;
        letter-spacing: -1.5px;
        color: #06072d;
        line-height: 1;
    }

@media (min-width: 576px) {
    .content-calendar .fc-listMonth-view .fc-list-heading-main span:last-child,
    .content-calendar .fc-listWeek-view .fc-list-heading-main span:last-child {
        font-size: 32px;
    }
}

@media (min-width: 1200px) {
    .content-calendar .fc-listMonth-view .fc-list-heading-main span:last-child,
    .content-calendar .fc-listWeek-view .fc-list-heading-main span:last-child {
        font-size: 36px;
    }
}

.content-calendar .fc-listMonth-view .fc-list-heading-main.now,
.content-calendar .fc-listWeek-view .fc-list-heading-main.now {
    color: #5556fd;
}

    .content-calendar .fc-listMonth-view .fc-list-heading-main.now span:last-child,
    .content-calendar .fc-listWeek-view .fc-list-heading-main.now span:last-child {
        color: #5556fd;
    }

.content-calendar .fc-listMonth-view .fc-list-item,
.content-calendar .fc-listWeek-view .fc-list-item {
    flex: 0 0 calc(80% - 5px);
    max-width: calc(80% - 5px);
    dispLay: flex;
    flex-direction: column;
    border-left: 4px solid transparent;
    background-color: #fff;
    margin-top: 15px;
}

@media (min-width: 576px) {
    .content-calendar .fc-listMonth-view .fc-list-item,
    .content-calendar .fc-listWeek-view .fc-list-item {
        flex: 0 0 calc(85% - 5px);
        max-width: calc(85% - 5px);
    }
}

@media (min-width: 768px) {
    .content-calendar .fc-listMonth-view .fc-list-item,
    .content-calendar .fc-listWeek-view .fc-list-item {
        flex: 0 0 calc(88% - 5px);
        max-width: calc(88% - 5px);
    }
}

@media (min-width: 992px) {
    .content-calendar .fc-listMonth-view .fc-list-item,
    .content-calendar .fc-listWeek-view .fc-list-item {
        flex: 0 0 calc(90% - 5px);
        max-width: calc(90% - 5px);
    }
}

@media (min-width: 1200px) {
    .content-calendar .fc-listMonth-view .fc-list-item,
    .content-calendar .fc-listWeek-view .fc-list-item {
        flex: 0 0 calc(92% - 5px);
        max-width: calc(92% - 5px);
    }
}

.content-calendar .fc-listMonth-view .fc-list-item:hover,
.content-calendar .fc-listMonth-view .fc-list-item:focus,
.content-calendar .fc-listWeek-view .fc-list-item:hover,
.content-calendar .fc-listWeek-view .fc-list-item:focus {
    cursor: pointer;
}

    .content-calendar .fc-listMonth-view .fc-list-item:hover td,
    .content-calendar .fc-listMonth-view .fc-list-item:focus td,
    .content-calendar .fc-listWeek-view .fc-list-item:hover td,
    .content-calendar .fc-listWeek-view .fc-list-item:focus td {
        background-color: transparent;
    }

.content-calendar .fc-listMonth-view .fc-list-item > td,
.content-calendar .fc-listWeek-view .fc-list-item > td {
    border-width: 0;
}

    .content-calendar .fc-listMonth-view .fc-list-item > td.fc-list-item-time,
    .content-calendar .fc-listWeek-view .fc-list-item > td.fc-list-item-time {
        border-top: 1px solid #e6e7ef;
        border-right: 1px solid #e6e7ef;
        box-sizing: border-box;
    }

    .content-calendar .fc-listMonth-view .fc-list-item > td.fc-list-item-title,
    .content-calendar .fc-listWeek-view .fc-list-item > td.fc-list-item-title {
        border-bottom: 1px solid #e6e7ef;
        border-right: 1px solid #e6e7ef;
        box-sizing: border-box;
    }

.content-calendar .fc-listMonth-view .fc-list-item + .fc-list-item,
.content-calendar .fc-listWeek-view .fc-list-item + .fc-list-item {
    margin-left: 20%;
}

@media (min-width: 576px) {
    .content-calendar .fc-listMonth-view .fc-list-item + .fc-list-item,
    .content-calendar .fc-listWeek-view .fc-list-item + .fc-list-item {
        margin-left: 15%;
    }
}

@media (min-width: 768px) {
    .content-calendar .fc-listMonth-view .fc-list-item + .fc-list-item,
    .content-calendar .fc-listWeek-view .fc-list-item + .fc-list-item {
        margin-left: 12%;
    }
}

@media (min-width: 992px) {
    .content-calendar .fc-listMonth-view .fc-list-item + .fc-list-item,
    .content-calendar .fc-listWeek-view .fc-list-item + .fc-list-item {
        margin-left: 10%;
    }
}

@media (min-width: 1200px) {
    .content-calendar .fc-listMonth-view .fc-list-item + .fc-list-item,
    .content-calendar .fc-listWeek-view .fc-list-item + .fc-list-item {
        margin-left: 8%;
    }
}

.content-calendar .fc-listMonth-view .fc-list-item-marker,
.content-calendar .fc-listWeek-view .fc-list-item-marker {
    display: none;
}

.content-calendar .fc-listMonth-view .fc-list-item-time,
.content-calendar .fc-listWeek-view .fc-list-item-time {
    padding: 12px 15px 2px;
    width: 100%;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .5px;
}

.content-calendar .fc-listMonth-view .fc-list-item-title,
.content-calendar .fc-listWeek-view .fc-list-item-title {
    padding: 0 15px 12px;
}

    .content-calendar .fc-listMonth-view .fc-list-item-title a,
    .content-calendar .fc-listWeek-view .fc-list-item-title a {
        display: block;
        font-weight: 500;
        font-size: 16px;
        margin-bottom: 2px;
        color: #06072d;
    }

@media (min-width: 576px) {
    .content-calendar .fc-listMonth-view .fc-list-item-title a,
    .content-calendar .fc-listWeek-view .fc-list-item-title a {
        font-size: 18px;
    }
}

.content-calendar .fc-listMonth-view .fc-list-item-title .fc-desc,
.content-calendar .fc-listWeek-view .fc-list-item-title .fc-desc {
    font-size: 12px;
    line-height: 1.375;
    display: block;
    color: #575d78;
}

@media (min-width: 992px) {
    .content-calendar .fc-listMonth-view .fc-list-item-title .fc-desc,
    .content-calendar .fc-listWeek-view .fc-list-item-title .fc-desc {
        font-size: 13px;
    }
}

.content-calendar .fc-head-container .fc-day-header {
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 5px 0;
    color: #373857;
}

@media (min-width: 576px) {
    .content-calendar .fc-head-container .fc-day-header {
        font-size: 12px;
    }
}

.content-calendar .fc-axis {
    font-size: 11px;
}

@media (min-width: 576px) {
    .content-calendar .fc-axis {
        font-size: 12px;
    }
}

.calendar-modal-event .modal-content {
    border-width: 0;
    position: relative;
    background-color: transparent;
}

.calendar-modal-event .modal-header {
    position: relative;
    padding: 20px 15px;
    border-bottom-width: 0;
    display: flex;
    align-items: center;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.calendar-modal-event .nav-modal-event .nav-link {
    padding: 0;
    color: rgba(255, 255, 255, 0.75);
    line-height: 0;
    position: relative;
    transition: all 0.25s;
}

@media (prefers-reduced-motion: reduce) {
    .calendar-modal-event .nav-modal-event .nav-link {
        transition: none;
    }
}

.calendar-modal-event .nav-modal-event .nav-link svg {
    width: 16px;
    height: 16px;
}

.calendar-modal-event .nav-modal-event .nav-link:hover,
.calendar-modal-event .nav-modal-event .nav-link:focus {
    color: #fff;
}

.calendar-modal-event .nav-modal-event .nav-link + .nav-link {
    margin-left: 10px;
}

.calendar-modal-event .event-title {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 1;
    width: calc(100% - 80px);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

@media (min-width: 992px) {
    .calendar-modal-event .event-title {
        font-size: 20px;
    }
}

.calendar-modal-event .modal-body {
    padding: 20px;
    background-color: #fff;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

@media (min-width: 576px) {
    .calendar-modal-event .modal-body {
        padding: 25px;
    }
}

.calendar-modal-event .event-start-date,
.calendar-modal-event .event-end-date {
    color: #212b35;
    font-weight: 500;
}

.calendar-modal-event .event-desc {
    margin-top: 5px;
}

    .calendar-modal-event .event-desc:empty {
        margin-bottom: 5px;
    }

.labels .label {
    display: inline-block;
    margin-bottom: 0;
    position: relative;
    padding: 0 17px;
    font-size: 14px;
    color: #3b3f5c;
    cursor: pointer;
}

    .labels .label:before {
        content: '';
        position: absolute;
        padding: 0;
        background: #000;
        border-radius: 2px;
        left: 0px;
        top: 5px;
        height: 10px;
        width: 10px;
    }

    .labels .label.label-primary:before {
        background: #4361ee;
    }

    .labels .label.label-warning:before {
        background: #e2a03f;
    }

    .labels .label.label-success:before {
        background: #00CCCC;
    }

    .labels .label.label-danger:before {
        background: #F10075;
    }

.radio-primary span.new-control-indicator {
    border: 2px solid #4361ee;
}

.radio-warning span.new-control-indicator {
    border: 2px solid #e2a03f;
}

.radio-success span.new-control-indicator {
    border: 2px solid #1abc9c;
}

.radio-danger span.new-control-indicator {
    border: 2px solid #e7515a;
}

/* Multi Select Style */
.dual-listbox {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

    .dual-listbox .dual-lsitbox__container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .dual-listbox .dual-listbox__search {
        border: 1px solid #ddd;
        padding: 10px;
        max-width: 300px;
        margin-bottom: 20px;
    }

    .dual-listbox .dual-listbox__available, .dual-listbox .dual-listbox__selected {
        border: 1px solid #ddd;
        height: 300px;
        overflow-y: auto;
        padding: 0;
        width: 300px
    }

    .dual-listbox .dual-listbox__buttons {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0 10px
    }

    .dual-listbox .dual-listbox__button {
        margin-bottom: 5px;
        border: 0;
        background-color: #666;
        padding: 10px;
        color: #fff
    }

        .dual-listbox .dual-listbox__button:hover {
            background-color: #ddd
        }

    .dual-listbox .dual-listbox__title {
        padding: 15px 10px;
        font-size: 120%;
        font-weight: 700;
        border-bottom: 1px solid #efefef
    }

    .dual-listbox .dual-listbox__item {
        display: block;
        padding: 10px;
        cursor: pointer;
        user-select: none;
        -moz-user-select: none;
        -webkit-user-select: none;
        -ms-user-select: none;
        border-bottom: 1px solid #efefef;
        transition: background .2s ease
    }

        .dual-listbox .dual-listbox__item.dual-listbox__item--selected {
            background-color: rgba(8,157,227,.7)
        }

/*!
 * Copyright (c) 2017 Tamble, Inc.
 * Licensed under MIT (https://github.com/tamble/jquery-ui-daterangepicker/raw/master/LICENSE.txt)
 */

.comiseo-daterangepicker-triggerbutton.ui-button {
    text-align: left;
    min-width: 18em;
}

.comiseo-daterangepicker-triggerbutton .ui-button-icon { /* fix v1.12 */
    position: absolute;
    right: 0.5em;
    top: 50%;
    margin-top: -8px;
}

.comiseo-daterangepicker {
    position: absolute;
    padding: 5px;
}

.comiseo-daterangepicker-mask {
    margin: 0;
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    /* required for IE */
    background-color: #fff;
    opacity: 0;
    filter: alpha(opacity = 0);
}

.comiseo-daterangepicker-presets,
.comiseo-daterangepicker-calendar {
    display: table-cell;
    vertical-align: top;
    height: 230px;
}

.comiseo-daterangepicker-right .comiseo-daterangepicker-presets {
    padding: 2px 7px 7px 2px;
}

.comiseo-daterangepicker-left .comiseo-daterangepicker-presets {
    padding: 2px 2px 7px 7px;
}

.comiseo-daterangepicker-presets .ui-menu {
    padding: 2px; /* fix v1.11 */
    white-space: nowrap;
}

.comiseo-daterangepicker-presets .ui-menu-item { /* fix v1.11 */
    padding: 0;
}

    .comiseo-daterangepicker-presets .ui-menu-item > * { /* fix v1.11 */
        text-decoration: none;
        display: block;
        padding: 2px 0.4em;
        line-height: 1.5;
        min-height: 0; /* support: IE7 */
    }

.comiseo-daterangepicker .ui-widget-content,
.comiseo-daterangepicker .ui-datepicker .ui-state-highlight {
    border-width: 0;
}

.comiseo-daterangepicker > .comiseo-daterangepicker-main.ui-widget-content {
    border-bottom-width: 1px;
}

.comiseo-daterangepicker .ui-datepicker .ui-datepicker-today .ui-state-highlight {
    border-width: 1px;
}

.comiseo-daterangepicker-right .comiseo-daterangepicker-calendar {
    border-left-width: 1px;
    padding-left: 5px;
}

.comiseo-daterangepicker-left .comiseo-daterangepicker-calendar {
    border-right-width: 1px;
    padding-right: 5px;
}

.comiseo-daterangepicker-right .comiseo-daterangepicker-buttonpanel {
    float: left;
}

.comiseo-daterangepicker-left .comiseo-daterangepicker-buttonpanel {
    float: right;
}

.comiseo-daterangepicker-buttonpanel > button {
    margin-top: 6px;
}

.comiseo-daterangepicker-right .comiseo-daterangepicker-buttonpanel > button {
    margin-right: 6px;
}

.comiseo-daterangepicker-left .comiseo-daterangepicker-buttonpanel > button {
    margin-left: 6px;
}

/* themeable styles */
.comiseo-daterangepicker-calendar .ui-state-highlight a.ui-state-default {
    background: #b0c4de;
    color: #fff;
}


.dataTables_info {
    float: left;
    margin: 10px 0;
}

.dataTables_paginate.paging_simple_numbers {
    float: right;
    margin-top: 10px;
    position: relative;
}

a.paginate_button.previous.disabled {
    cursor: not-allowed;
}

span a.paginate_button.current {
    border-radius: 3px;
    cursor: pointer;
    margin-right: 5px;
    color: #fff;
    padding: 0 12px;
    background: #8cc1d9;
}

span a.paginate_button {
    border-radius: 3px;
    cursor: pointer;
    margin-right: 5px;
    color: #958686;
    padding: 0 12px;
    background: #ffffff;
    box-shadow: 1px 1px 2px 1px #ccc;
}

a.paginate_button.next.disabled {
    cursor: not-allowed;
}

td.dataTables_empty {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #999999;
}

a.paginate_button.previous {
    cursor: pointer;
    color: #1a1a1a;
    margin-right: 15px;
    font-weight: bolder;
}

a.paginate_button.next {
    cursor: pointer;
    color: #1a1a1a;
    margin-left: 10px;
    margin-right: 5px;
    font-weight: bolder;
}

li .eac-item {
    background-color: #fff;
    color: #7b7a7a;
    padding: 10px;
    border-radius: 2px;
}

    li .eac-item:hover {
        background-color: #e6e6e6;
        color: black;
        padding: 10px;
        border-radius: 2px;
    }

#eac-container-host li, #eac-container-pres li {
    border-right: 1px solid black;
    border-left: 1px solid black;
}

    #eac-container-host li:last-child, #eac-container-pres li:last-child {
        border-bottom: 1px solid black;
    }

select.chosen-select.filter-dl + .chosen-container-multi .chosen-choices {
    display: flex !important;
}

    select.chosen-select.filter-dl + .chosen-container-multi .chosen-choices li.search-choice span {
        white-space: nowrap;
    }

.fc-view.fc-agendaWeek-view.fc-agenda-view .fc-content-skeleton .fc-desc {
    display: none;
}

/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.4.2
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2015 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/


/* @group Base */

.chosen-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    zoom: 1;
    *display: inline;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

    .chosen-container * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .chosen-container .chosen-drop {
        position: absolute;
        top: 100%;
        left: -9999px;
        z-index: 1010;
        width: 100%;
        border: none;
        border-top: 0;
        background: #fff;
        -webkit-box-shadow: 0px 4px 25px 1px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 4px 25px 1px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.1);
    }

    .chosen-container.chosen-with-drop .chosen-drop {
        left: 0;
    }

    .chosen-container a {
        cursor: pointer;
    }

    .chosen-container .search-choice .group-name,
    .chosen-container .chosen-single .group-name {
        margin-right: 4px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-weight: normal;
        color: #999999;
    }

        .chosen-container .search-choice .group-name:after,
        .chosen-container .chosen-single .group-name:after {
            content: ":";
            padding-left: 2px;
            vertical-align: top;
        }


/* @end */


/* @group Single Chosen */

.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 8px;
    height: 40px;
    border: solid 1.4px #d5d1d1;
    border-radius: 5px;
    background-color: #fff;
    color: #444;
    text-decoration: none;
    white-space: nowrap;
    display: flex;
    align-items: center;
    padding: 0 15px;
    border-radius: 4px;
}

.chosen-container-single .chosen-default {
    color: #999;
}

.chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    margin-right: 26px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.chosen-container-single .chosen-single-with-deselect span {
    margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
    position: absolute;
    top: 14px;
    right: 26px;
    display: block;
    width: 12px;
    height: 12px;
    background: url('chosen-sprite.png') -42px 1px no-repeat;
    font-size: 1px;
}

    .chosen-container-single .chosen-single abbr:hover {
        background-position: -42px -10px;
    }

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
    background-position: -42px -10px;
}

.chosen-container-single .chosen-single div {
    position: absolute;
    top: 7px;
    right: 0;
    display: block;
    width: 18px;
    height: 20px;
}

    .chosen-container-single .chosen-single div b {
        display: block;
        width: 100%;
        height: 100%;
        background: url('chosen-sprite.png') no-repeat 0px 2px;
    }

.chosen-container-single .chosen-search {
    position: relative;
    z-index: 1010;
    margin: 0;
    padding: 3px 4px;
    white-space: nowrap;
}

    .chosen-container-single .chosen-search input[type="text"] {
        margin: 1px 0;
        padding: 4px 20px 4px 5px;
        width: 100%;
        height: auto;
        outline: 0;
        border: 1px solid #aaa;
        background: white url('chosen-sprite.png') no-repeat 100% -20px;
        background: url('chosen-sprite.png') no-repeat 100% -20px;
        font-size: 1em;
        line-height: normal;
        border-radius: 0;
    }

.chosen-container-single .chosen-drop {
    margin-top: -1px;
    border-radius: 0 0 4px 4px;
    background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
    position: absolute;
    left: -9999px;
}


/* @end */


/* @group Results */

.chosen-container .chosen-results {
    color: #444;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0 4px 4px 0;
    padding: 0 0 0 4px;
    max-height: 240px;
    -webkit-overflow-scrolling: touch;
}

    .chosen-container .chosen-results li {
        display: none;
        align-items: center;
        margin: 0;
        padding: 10px;
        list-style: none;
        line-height: 20px;
        font-size: 15px;
        word-wrap: break-word;
        -webkit-touch-callout: none;
        border-bottom: 1px solid #eee;
    }

        .chosen-container .chosen-results li.active-result {
            display: flex;
            cursor: pointer;
        }

        .chosen-container .chosen-results li.disabled-result {
            display: flex;
            color: #ccc;
            cursor: default;
        }

        .chosen-container .chosen-results li.highlighted {
            background-color: #eaf1f7;
            color: #222;
        }

        .chosen-container .chosen-results li.no-results {
            color: #777;
            display: list-item;
            background: #f4f4f4;
        }

        .chosen-container .chosen-results li.group-result {
            display: list-item;
            font-weight: bold;
            cursor: default;
        }

        .chosen-container .chosen-results li.group-option {
            padding-left: 15px;
        }

        .chosen-container .chosen-results li em {
            font-style: normal;
            text-decoration: underline;
        }


/* @end */


/* @group Multi Chosen */

.chosen-container-multi .chosen-choices {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 6px 8px;
    width: 100%;
    height: auto !important;
    height: 1%;
    border-radius: 4px;
    border: solid 1.4px #d5d1d1;
    background-color: #fff;
    /*  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);*/
    cursor: text;
}

    .chosen-container-multi .chosen-choices li {
        float: left;
        list-style: none;
    }

        .chosen-container-multi .chosen-choices li.search-field {
            margin: 0;
            padding: 0;
            white-space: nowrap;
            width: 100%;
        }

            .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
                margin: 1px 0;
                padding: 0;
                height: 25px;
                outline: 0;
                border: 0 !important;
                background: transparent !important;
                box-shadow: none;
                color: #999;
                font-size: 100%;
                line-height: normal;
                border-radius: 0;
                width: 100%;
                font-size: 13px;
                line-height: 15px;
                color: #999;
                font-weight: 400;
                padding-left: 5px;
            }

.search-field input {
    width: 100% !important;
}

.chosen-container-multi .chosen-choices li.search-choice {
    position: relative;
    margin: 3px 5px 3px 0;
    padding: 5px 25px 5px 10px;
    border: 1px solid #005e83;
    max-width: 100%;
    border-radius: 3px;
    background-color: #005e83;
    color: #fff;
    cursor: default;
    font-weight: 600;
    font-size: 15px;
}

    .chosen-container-multi .chosen-choices li.search-choice span {
        word-wrap: break-word;
    }

    .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
        position: absolute;
        top: 10px;
        right: 4px;
        display: block;
        width: 12px;
        height: 12px;
        background: url('chosen-sprite.png') -42px 1px no-repeat;
        font-size: 1px;
    }

        .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
            background-position: -42px -10px;
        }

.chosen-container-multi .chosen-choices li.search-choice-disabled {
    padding-right: 5px;
    border: 1px solid #ccc;
    background-color: #e4e4e4;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
    background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    color: #666;
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
    background: #d4d4d4;
}

    .chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
        background-position: -42px -10px;
    }

.chosen-container-multi .chosen-results {
    margin: 0;
    padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
    display: list-item;
    color: #ccc;
    cursor: default;
}


/* @end */


/* @group Active  */

.chosen-container-active .chosen-single {
    border: 1px solid #5897fb;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #aaa;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
    background-image: -webkit-linear-gradient(#eeeeee 20%, #ffffff 80%);
    background-image: -moz-linear-gradient(#eeeeee 20%, #ffffff 80%);
    background-image: -o-linear-gradient(#eeeeee 20%, #ffffff 80%);
    background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
    box-shadow: 0 1px 0 #fff inset;
}

    .chosen-container-active.chosen-with-drop .chosen-single div {
        border-left: none;
        background: transparent;
    }

        .chosen-container-active.chosen-with-drop .chosen-single div b {
            background-position: -18px 2px;
        }

.chosen-container-active .chosen-choices {
    border: 1px solid #5897fb;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

    .chosen-container-active .chosen-choices li.search-field input[type="text"] {
        color: #222 !important;
    }


/* @end */


/* @group Disabled Support */

.chosen-disabled {
    opacity: 0.5 !important;
    cursor: default;
}

    .chosen-disabled .chosen-single {
        cursor: default;
    }

    .chosen-disabled .chosen-choices .search-choice .search-choice-close {
        cursor: default;
    }


/* @end */


/* @group Right to Left */

.chosen-rtl {
    text-align: right;
}

    .chosen-rtl .chosen-single {
        overflow: visible;
        padding: 0 8px 0 0;
    }

        .chosen-rtl .chosen-single span {
            margin-right: 0;
            margin-left: 26px;
            direction: rtl;
        }

    .chosen-rtl .chosen-single-with-deselect span {
        margin-left: 38px;
    }

    .chosen-rtl .chosen-single div {
        right: auto;
        left: 3px;
    }

    .chosen-rtl .chosen-single abbr {
        right: auto;
        left: 26px;
    }

    .chosen-rtl .chosen-choices li {
        float: right;
    }

        .chosen-rtl .chosen-choices li.search-field input[type="text"] {
            direction: rtl;
        }

        .chosen-rtl .chosen-choices li.search-choice {
            margin: 3px 5px 3px 0;
            padding: 3px 5px 3px 19px;
        }

            .chosen-rtl .chosen-choices li.search-choice .search-choice-close {
                right: auto;
                left: 4px;
            }

    .chosen-rtl.chosen-container-single-nosearch .chosen-search,
    .chosen-rtl .chosen-drop {
        left: 9999px;
    }

    .chosen-rtl.chosen-container-single .chosen-results {
        margin: 0 0 4px 4px;
        padding: 0 4px 0 0;
    }

    .chosen-rtl .chosen-results li.group-option {
        padding-right: 15px;
        padding-left: 0;
    }

    .chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
        border-right: none;
    }

    .chosen-rtl .chosen-search input[type="text"] {
        padding: 4px 5px 4px 20px;
        background: white url('chosen-sprite.png') no-repeat -30px -20px;
        background: url('chosen-sprite.png') no-repeat -30px -20px;
        direction: rtl;
    }

    .chosen-rtl.chosen-container-single .chosen-single div b {
        background-position: 6px 2px;
    }

    .chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
        background-position: -12px 2px;
    }


/* @end */


/* @group Retina compatibility */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
    .chosen-rtl .chosen-search input[type="text"],
    .chosen-container-single .chosen-single abbr,
    .chosen-container-single .chosen-single div b,
    .chosen-container-single .chosen-search input[type="text"],
    .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
    .chosen-container .chosen-results-scroll-down span,
    .chosen-container .chosen-results-scroll-up span {
        background-image: url('chosen-sprite@2x.png') !important;
        background-size: 52px 37px !important;
        background-repeat: no-repeat !important;
    }
}


/* @end */

.chosen-container {
    width: 100% !important;
    padding: 10px 0px !important;
}

.controls .chosen-container {
    width: 100% !important;
    padding: 0px !important;
}

.mg0 {
    margin: 0;
}

.btn-close {
    background-color: #ccc;
    border-radius: 50%;
    font-size: 10px;
    padding: 5px;
}

.chosen-container .chosen-results::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.chosen-container .chosen-results::-webkit-scrollbar {
    width: 8px;
    background-color: #F5F5F5;
}

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

.chosen-container .chosen-results li input {
    margin-right: 6px;
    width: 15px;
    height: 15px;
    display: block;
}
.chosen-container .chosen-results li em {
    display: contents;
}
.chosen-container .chosen-results li {
   white-space: nowrap;
}
.formsingle .chosen-container {
    padding: 0 !important;
}
    .formsingle .chosen-container .chosen-results {
        max-height: 220px !important;
    }