.grid-stack {
    width:100%;
    position: relative;
}

.grid-stack.grid-stack-rtl {
    direction: ltr
}

.grid-stack.grid-stack-rtl>.grid-stack-item {
    direction: rtl
}

.grid-stack .grid-stack-placeholder>.placeholder-content {
    border: 1px dashed #d3d3d3;
    margin: 0;
    position: absolute;
    top: 0;
    left: 10px;
    right: 10px;
    bottom: 0;
    width: auto;
    z-index: 0!important;
    text-align: center
}

.grid-stack>.grid-stack-item {
    min-width: 8.3333333333%;
    position: absolute;
    padding: 0
}

.grid-stack>.grid-stack-item>.grid-stack-item-content {
    margin: 0;
    position: absolute;
    top: -5px;
    left: 7.5px;
    right: 7.5px;
    bottom: 0;
    width: auto;
    z-index: 0;
    overflow-x: hidden;
    overflow-y: auto
}

.grid-stack>.grid-stack-item.ui-draggable-dragging,
.grid-stack>.grid-stack-item.ui-resizable-resizing {
    z-index: 100
}

.grid-stack>.grid-stack-item.ui-draggable-dragging>.grid-stack-item-content,
.grid-stack>.grid-stack-item.ui-resizable-resizing>.grid-stack-item-content {
    box-shadow: 1px 4px 6px rgba(0, 0, 0, .1);
    opacity: .8
}

.grid-stack-item .ui-resizable-se{
    bottom:5px;
    right:10px;
}

.grid-stack>.grid-stack-item[data-gs-width='1'] {
    width: 8.3333333333%
}

.grid-stack>.grid-stack-item[data-gs-x='1'] {
    left: 8.3333333333%
}

.grid-stack>.grid-stack-item[data-gs-min-width='1'] {
    min-width: 8.3333333333%
}

.grid-stack>.grid-stack-item[data-gs-max-width='1'] {
    max-width: 8.3333333333%
}

.grid-stack>.grid-stack-item[data-gs-width='2'] {
    width: 16.6666666667%
}

.grid-stack>.grid-stack-item[data-gs-x='2'] {
    left: 16.6666666667%
}

.grid-stack>.grid-stack-item[data-gs-min-width='2'] {
    min-width: 16.6666666667%
}

.grid-stack>.grid-stack-item[data-gs-max-width='2'] {
    max-width: 16.6666666667%
}

.grid-stack>.grid-stack-item[data-gs-width='3'] {
    width: 25%
}

.grid-stack>.grid-stack-item[data-gs-x='3'] {
    left: 25%
}

.grid-stack>.grid-stack-item[data-gs-min-width='3'] {
    min-width: 25%
}

.grid-stack>.grid-stack-item[data-gs-max-width='3'] {
    max-width: 25%
}

.grid-stack>.grid-stack-item[data-gs-width='4'] {
    width: 33.3333333333%
}

.grid-stack>.grid-stack-item[data-gs-x='4'] {
    left: 33.3333333333%
}

.grid-stack>.grid-stack-item[data-gs-min-width='4'] {
    min-width: 33.3333333333%
}

.grid-stack>.grid-stack-item[data-gs-max-width='4'] {
    max-width: 33.3333333333%
}

.grid-stack>.grid-stack-item[data-gs-width='5'] {
    width: 41.6666666667%
}

.grid-stack>.grid-stack-item[data-gs-x='5'] {
    left: 41.6666666667%
}

.grid-stack>.grid-stack-item[data-gs-min-width='5'] {
    min-width: 41.6666666667%
}

.grid-stack>.grid-stack-item[data-gs-max-width='5'] {
    max-width: 41.6666666667%
}

.grid-stack>.grid-stack-item[data-gs-width='6'] {
    width: 50%
}

.grid-stack>.grid-stack-item[data-gs-x='6'] {
    left: 50%
}

.grid-stack>.grid-stack-item[data-gs-min-width='6'] {
    min-width: 50%
}

.grid-stack>.grid-stack-item[data-gs-max-width='6'] {
    max-width: 50%
}

.grid-stack>.grid-stack-item[data-gs-width='7'] {
    width: 58.3333333333%
}

.grid-stack>.grid-stack-item[data-gs-x='7'] {
    left: 58.3333333333%
}

.grid-stack>.grid-stack-item[data-gs-min-width='7'] {
    min-width: 58.3333333333%
}

.grid-stack>.grid-stack-item[data-gs-max-width='7'] {
    max-width: 58.3333333333%
}

.grid-stack>.grid-stack-item[data-gs-width='8'] {
    width: 66.6666666667%
}

.grid-stack>.grid-stack-item[data-gs-x='8'] {
    left: 66.6666666667%
}

.grid-stack>.grid-stack-item[data-gs-min-width='8'] {
    min-width: 66.6666666667%
}

.grid-stack>.grid-stack-item[data-gs-max-width='8'] {
    max-width: 66.6666666667%
}

.grid-stack>.grid-stack-item[data-gs-width='9'] {
    width: 75%
}

.grid-stack>.grid-stack-item[data-gs-x='9'] {
    left: 75%
}

.grid-stack>.grid-stack-item[data-gs-min-width='9'] {
    min-width: 75%
}

.grid-stack>.grid-stack-item[data-gs-max-width='9'] {
    max-width: 75%
}

.grid-stack>.grid-stack-item[data-gs-width='10'] {
    width: 83.3333333333%
}

.grid-stack>.grid-stack-item[data-gs-x='10'] {
    left: 83.3333333333%
}

.grid-stack>.grid-stack-item[data-gs-min-width='10'] {
    min-width: 83.3333333333%
}

.grid-stack>.grid-stack-item[data-gs-max-width='10'] {
    max-width: 83.3333333333%
}

.grid-stack>.grid-stack-item[data-gs-width='11'] {
    width: 91.6666666667%
}

.grid-stack>.grid-stack-item[data-gs-x='11'] {
    left: 91.6666666667%
}

.grid-stack>.grid-stack-item[data-gs-min-width='11'] {
    min-width: 91.6666666667%
}

.grid-stack>.grid-stack-item[data-gs-max-width='11'] {
    max-width: 91.6666666667%
}

.grid-stack>.grid-stack-item[data-gs-width='12'] {
    width: 100%
}

.grid-stack>.grid-stack-item[data-gs-x='12'] {
    left: 100%
}

.grid-stack>.grid-stack-item[data-gs-min-width='12'] {
    min-width: 100%
}

.grid-stack>.grid-stack-item[data-gs-max-width='12'] {
    max-width: 100%
}

.grid-stack.grid-stack-animate,
.grid-stack.grid-stack-animate .grid-stack-item {
    -webkit-transition: left .3s, top .3s, height .3s, width .3s;
    -moz-transition: left .3s, top .3s, height .3s, width .3s;
    -ms-transition: left .3s, top .3s, height .3s, width .3s;
    -o-transition: left .3s, top .3s, height .3s, width .3s;
    transition: left .3s, top .3s, height .3s, width .3s
}

.grid-stack.grid-stack-animate .grid-stack-item.grid-stack-placeholder,
.grid-stack.grid-stack-animate .grid-stack-item.ui-draggable-dragging,
.grid-stack.grid-stack-animate .grid-stack-item.ui-resizable-resizing {
    -webkit-transition: left 0s, top 0s, height 0s, width 0s;
    -moz-transition: left 0s, top 0s, height 0s, width 0s;
    -ms-transition: left 0s, top 0s, height 0s, width 0s;
    -o-transition: left 0s, top 0s, height 0s, width 0s;
    transition: left 0s, top 0s, height 0s, width 0s
}

.grid-stack.grid-stack-one-column-mode {
    height: auto!important
}

.grid-stack.grid-stack-one-column-mode>.grid-stack-item {
    position: relative!important;
    width: auto!important;
    left: 0!important;
    top: auto!important;
    margin-bottom: 20px;
    max-width: none!important
}
/*! 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-autocomplete-fixed-li{
    position:fixed;
    border-left:1px solid #c5c5c5;
    border-right:1px solid #c5c5c5;
    border-bottom:1px solid #c5c5c5;
    border-top:1px solid #f3eee2;
    background:#fff;
}
.ui-menu .ui-autocomplete-fixed-li .ui-menu-item-wrapper{
    color:#018ee0;
    padding:10px 25px;
}
.ui-menu .ui-autocomplete-fixed-li .ui-menu-item-wrapper .fas{
    display:none;
}
.ui-menu .ui-autocomplete-fixed-li .ui-state-active{
    background:#fff;
}
.ui-menu .ui-menu-item-wrapper {
    position: relative;
    padding: 6px 25px;
    color:#464646;
}
.ui-menu .ui-menu-item-wrapper .fas{
    float:right;
    color:#d8d8d8;
    font-size:14px;
    margin-top:6px;
}
.ui-autocomplete-container{
    position:relative;
}
.ui-menu .ui-menu-divider {
    margin: 5px 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0 0;
}

.ui-widget.ui-autocomplete {
    max-height: 190px;
    overflow-x:hidden;
    overflow-y: auto;
    z-index: 29;
}

/* 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;
    cursor:pointer;
}
.ui-datepicker .ui-datepicker-prev {
    right: 27px;
}
.ui-datepicker .ui-datepicker-next {
    right: 2px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    content: "";
    display: inline-block;
    float: left;
    background-image: url(/images/icons.svg);
    background-repeat: no-repeat;
    height: 19px;
    width: 15px;
    margin: 0;
    opacity:0.6;
}

.ui-datepicker .ui-datepicker-prev span:hover,
.ui-datepicker .ui-datepicker-next span:hover{
    opacity:1;
}

.ui-datepicker .ui-datepicker-prev span{
    background-position: -101px -2449px;
}

.ui-datepicker .ui-datepicker-next span{
    background-position: -115px -2449px;
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 0 0 10px;
    text-align: left;
    color:#afafaf;
    font-size: 13px;
}
.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: 2px 0;
    text-align: center;
    font-size:10px;
    text-transform:uppercase;
    border: 0;
    color:#afafaf;
    font-weight:500;
}
.ui-datepicker th span{
    font-size:10px;
}
.ui-datepicker td {
    border: 0;
    padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: 1px;
    text-align: center;
    text-decoration: none;
    font-size:11px;
}
.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-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: 0;
    outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
    padding: 20px 30px 10px 30px;
    position: relative;
    border-radius:0;
    -moz-border-radius:0;
    -webkit-border-radius:0;
}
.ui-dialog .ui-dialog-title {
    float: left;
    margin: .1em 0;
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight:300;
    font-size:20px;
}
.ui-dialog .ui-dialog-titlebar-close {
    display:none;
}
.ui-dialog-options{
    position: absolute;
    top: 19px;
    height: 20px;
    right: 15px;
}
.ui-dialog-options .fas{
    color:#909090;
}
.ui-dialog-options .fas:hover{
    cursor:pointer;
    color:#333;
}
.ui-dialog .ui-dialog-content {
    border: 0;
    padding: 30px;
    background: none;
    overflow: auto;
    max-height: 550px !important;
    word-break: break-word;
}
.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-dialog-fullscreen{
    top:15px;
    left:15px;
    right:15px;
    bottom:15px;
    width:calc(100% - 30px) !important;
    width:-moz-calc(100% - 30px) !important;
    width:-webkit-calc(100% - 30px) !important;
    height:calc(100% - 30px) !important;
    height:-moz-calc(100% - 30px) !important;
    height:-webkit-calc(100% - 30px) !important;
}
.ui-draggable .ui-dialog-titlebar {
    cursor: move;
    background: #f8f8f8;
    border-top-left-radius:3px;
    border-top-right-radius:3px;
}
.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-size: 1em;
}
#small_calendar .ui-widget{
    float:left;
    width:100%;
}
.ui-widget .ui-widget {
    font-size: 1em;
}
.ui-widget.ui-widget-content {
    border: 1px solid #ccc;
    box-shadow:0 10px 17px rgba(0,0,0,0.1);
    -webkit-box-shadow:0 10px 17px rgba(0,0,0,0.1);
    -moz-box-shadow:0 10px 17px rgba(0,0,0,0.1);
}
.ui-dialog.ui-widget.ui-widget-content {
    padding-bottom: 100px;
}
.ui-dialog-inner .form-label{
    width:35%;
}
.ui-dialog-inner .form-field{
    width:65%;
}
.ui-dialog-inner .form-field-radio{
    margin-right:30px;
}
.ui-dialog-footer{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    padding: 20px 30px 20px 30px;
    box-shadow: 0 -1px 5px 0 rgba(0,0,0,0.15);
}
.ui-dialog-footer .button{
    margin-bottom:0;
    margin-right: 0;
    margin-left: 10px;
    float:right;
    font-size:15px;
    line-height:15px;
}
.ui-widget-content {
    border: 1px solid #f0f0f0;
    background: #ffffff;
    color: #333333;
}

#small_calendar .ui-widget-content{
    border:none;
    box-shadow:none;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
}

.ui-widget-content a {
    color: #333333;
}
.ui-widget-header {
    border-bottom:1px solid #eee;
}
.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: none;
    background: none;
    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: none;
}
.ui-datepicker td .ui-state-hover:not(.ui-state-active){
    background: #ededed;
    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:none;
    background: #00239b;
    color:#fff;
}
.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
----------------------------------*/
.kanban-col .ui-state-highlight{
    border: 1px dashed rgba(0,0,0,0.15);
    background: #efefef;
    color: #777620;
    float:left;
    width:100%;
    height:93px;
    margin-bottom:10px;
}
.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: #000;
    opacity: .2;
    filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
    -webkit-box-shadow: 0px 0px 5px #666666;
    box-shadow: 0px 0px 5px #666666;
}

@charset "UTF-8";
:root {
  --dt-row-selected: 2, 117, 216;
  --dt-row-selected-text: 255, 255, 255;
  --dt-row-selected-link: 9, 10, 11;
  --dt-row-stripe: 0, 0, 0;
  --dt-row-hover: 0, 0, 0;
  --dt-column-ordering: 0, 0, 0;
  --dt-html-background: white;
}
:root.dark {
  --dt-html-background: rgb(33, 37, 41);
}

table.dataTable td.dt-control {
  text-align: center;
  cursor: pointer;
}
table.dataTable td.dt-control:before {
  display: inline-block;
  color: rgba(0, 0, 0, 0.5);
  content: "▶";
}
table.dataTable tr.dt-hasChild td.dt-control:before {
  content: "▼";
}

html.dark table.dataTable td.dt-control:before,
:root[data-bs-theme=dark] table.dataTable td.dt-control:before {
  color: rgba(255, 255, 255, 0.5);
}
html.dark table.dataTable tr.dt-hasChild td.dt-control:before,
:root[data-bs-theme=dark] table.dataTable tr.dt-hasChild td.dt-control:before {
  color: rgba(255, 255, 255, 0.5);
}

table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting_asc_disabled, table.dataTable thead > tr > th.sorting_desc_disabled,
table.dataTable thead > tr > td.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > td.sorting_asc_disabled,
table.dataTable thead > tr > td.sorting_desc_disabled {
  cursor: pointer;
  position: relative;
  padding-right: 26px;
}
table.dataTable thead > tr > th.sorting:before, table.dataTable thead > tr > th.sorting:after, table.dataTable thead > tr > th.sorting_asc:before, table.dataTable thead > tr > th.sorting_asc:after, table.dataTable thead > tr > th.sorting_desc:before, table.dataTable thead > tr > th.sorting_desc:after, table.dataTable thead > tr > th.sorting_asc_disabled:before, table.dataTable thead > tr > th.sorting_asc_disabled:after, table.dataTable thead > tr > th.sorting_desc_disabled:before, table.dataTable thead > tr > th.sorting_desc_disabled:after,
table.dataTable thead > tr > td.sorting:before,
table.dataTable thead > tr > td.sorting:after,
table.dataTable thead > tr > td.sorting_asc:before,
table.dataTable thead > tr > td.sorting_asc:after,
table.dataTable thead > tr > td.sorting_desc:before,
table.dataTable thead > tr > td.sorting_desc:after,
table.dataTable thead > tr > td.sorting_asc_disabled:before,
table.dataTable thead > tr > td.sorting_asc_disabled:after,
table.dataTable thead > tr > td.sorting_desc_disabled:before,
table.dataTable thead > tr > td.sorting_desc_disabled:after {
  position: absolute;
  display: block;
  opacity: 0.125;
  right: 10px;
  line-height: 9px;
  font-size: 0.8em;
}
table.dataTable thead > tr > th.sorting:before, table.dataTable thead > tr > th.sorting_asc:before, table.dataTable thead > tr > th.sorting_desc:before, table.dataTable thead > tr > th.sorting_asc_disabled:before, table.dataTable thead > tr > th.sorting_desc_disabled:before,
table.dataTable thead > tr > td.sorting:before,
table.dataTable thead > tr > td.sorting_asc:before,
table.dataTable thead > tr > td.sorting_desc:before,
table.dataTable thead > tr > td.sorting_asc_disabled:before,
table.dataTable thead > tr > td.sorting_desc_disabled:before {
  bottom: 50%;
  content: "▲";
  content: "▲"/"";
}
table.dataTable thead > tr > th.sorting:after, table.dataTable thead > tr > th.sorting_asc:after, table.dataTable thead > tr > th.sorting_desc:after, table.dataTable thead > tr > th.sorting_asc_disabled:after, table.dataTable thead > tr > th.sorting_desc_disabled:after,
table.dataTable thead > tr > td.sorting:after,
table.dataTable thead > tr > td.sorting_asc:after,
table.dataTable thead > tr > td.sorting_desc:after,
table.dataTable thead > tr > td.sorting_asc_disabled:after,
table.dataTable thead > tr > td.sorting_desc_disabled:after {
  top: 50%;
  content: "▼";
  content: "▼"/"";
}
table.dataTable thead > tr > th.sorting_asc:before, table.dataTable thead > tr > th.sorting_desc:after,
table.dataTable thead > tr > td.sorting_asc:before,
table.dataTable thead > tr > td.sorting_desc:after {
  opacity: 0.6;
}
table.dataTable thead > tr > th.sorting_desc_disabled:after, table.dataTable thead > tr > th.sorting_asc_disabled:before,
table.dataTable thead > tr > td.sorting_desc_disabled:after,
table.dataTable thead > tr > td.sorting_asc_disabled:before {
  display: none;
}
table.dataTable thead > tr > th:active,
table.dataTable thead > tr > td:active {
  outline: none;
}

div.dataTables_scrollBody > table.dataTable > thead > tr > th:before, div.dataTables_scrollBody > table.dataTable > thead > tr > th:after,
div.dataTables_scrollBody > table.dataTable > thead > tr > td:before,
div.dataTables_scrollBody > table.dataTable > thead > tr > td:after {
  display: none;
}

div.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -26px;
  text-align: center;
  padding: 2px;
  z-index: 10;
}
div.dataTables_processing > div:last-child {
  position: relative;
  width: 80px;
  height: 15px;
  margin: 1em auto;
}
div.dataTables_processing > div:last-child > div {
  position: absolute;
  top: 0;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: rgb(2, 117, 216);
  background: rgb(var(--dt-row-selected));
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
div.dataTables_processing > div:last-child > div:nth-child(1) {
  left: 8px;
  animation: datatables-loader-1 0.6s infinite;
}
div.dataTables_processing > div:last-child > div:nth-child(2) {
  left: 8px;
  animation: datatables-loader-2 0.6s infinite;
}
div.dataTables_processing > div:last-child > div:nth-child(3) {
  left: 32px;
  animation: datatables-loader-2 0.6s infinite;
}
div.dataTables_processing > div:last-child > div:nth-child(4) {
  left: 56px;
  animation: datatables-loader-3 0.6s infinite;
}

@keyframes datatables-loader-1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes datatables-loader-3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes datatables-loader-2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
table.dataTable.nowrap th, table.dataTable.nowrap td {
  white-space: nowrap;
}
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,
table.dataTable thead td,
table.dataTable tfoot th,
table.dataTable tfoot td {
  text-align: left;
}
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 {
  clear: both;
  margin-top: 6px !important;
  margin-bottom: 6px !important;
  max-width: none !important;
  border-collapse: separate !important;
  border-spacing: 0;
}
table.dataTable td,
table.dataTable th {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
table.dataTable td.dataTables_empty,
table.dataTable th.dataTables_empty {
  text-align: center;
}
table.dataTable.nowrap th,
table.dataTable.nowrap td {
  white-space: nowrap;
}
table.dataTable.table-striped > tbody > tr:nth-of-type(2n+1) {
  background-color: transparent;
}
table.dataTable > tbody > tr {
  background-color: transparent;
}
table.dataTable > tbody > tr.selected > * {
  box-shadow: inset 0 0 0 9999px rgb(2, 117, 216);
  box-shadow: inset 0 0 0 9999px rgb(var(--dt-row-selected));
  color: rgb(255, 255, 255);
  color: rgb(var(--dt-row-selected-text));
}
table.dataTable > tbody > tr.selected a {
  color: rgb(9, 10, 11);
  color: rgb(var(--dt-row-selected-link));
}
table.dataTable.table-striped > tbody > tr.odd > * {
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-stripe), 0.05);
}
table.dataTable.table-striped > tbody > tr.odd.selected > * {
  box-shadow: inset 0 0 0 9999px rgba(2, 117, 216, 0.95);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.95);
}
table.dataTable.table-hover > tbody > tr:hover > * {
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-hover), 0.075);
}
table.dataTable.table-hover > tbody > tr.selected:hover > * {
  box-shadow: inset 0 0 0 9999px rgba(2, 117, 216, 0.975);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.975);
}

div.dataTables_wrapper div.dataTables_length label {
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
}
div.dataTables_wrapper div.dataTables_length select {
  width: auto;
  display: inline-block;
}
div.dataTables_wrapper div.dataTables_filter {
  text-align: right;
}
div.dataTables_wrapper div.dataTables_filter label {
  font-weight: normal;
  white-space: nowrap;
  text-align: left;
}
div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 0.5em;
  display: inline-block;
  width: auto;
}
div.dataTables_wrapper div.dataTables_info {
  padding-top: 0.85em;
}
div.dataTables_wrapper div.dataTables_paginate {
  margin: 0;
  white-space: nowrap;
  text-align: right;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin: 2px 0;
  white-space: nowrap;
  justify-content: flex-end;
}
div.dataTables_wrapper div.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -26px;
  text-align: center;
  padding: 1em 0;
}

div.dataTables_scrollHead table.dataTable {
  margin-bottom: 0 !important;
}

div.dataTables_scrollBody > table {
  border-top: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
div.dataTables_scrollBody > table > thead .sorting:before,
div.dataTables_scrollBody > table > thead .sorting_asc:before,
div.dataTables_scrollBody > table > thead .sorting_desc:before,
div.dataTables_scrollBody > table > thead .sorting:after,
div.dataTables_scrollBody > table > thead .sorting_asc:after,
div.dataTables_scrollBody > table > thead .sorting_desc:after {
  display: none;
}
div.dataTables_scrollBody > table > tbody tr:first-child th,
div.dataTables_scrollBody > table > tbody tr:first-child td {
  border-top: none;
}

div.dataTables_scrollFoot > .dataTables_scrollFootInner {
  box-sizing: content-box;
}
div.dataTables_scrollFoot > .dataTables_scrollFootInner > table {
  margin-top: 0 !important;
  border-top: none;
}

@media screen and (max-width: 767px) {
  div.dataTables_wrapper div.dataTables_length,
  div.dataTables_wrapper div.dataTables_filter,
  div.dataTables_wrapper div.dataTables_info,
  div.dataTables_wrapper div.dataTables_paginate {
    text-align: center;
  }
  div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    justify-content: center !important;
  }
}
table.dataTable.table-sm > thead > tr > th:not(.sorting_disabled) {
  padding-right: 20px;
}

table.table-bordered.dataTable {
  border-right-width: 0;
}
table.table-bordered.dataTable th,
table.table-bordered.dataTable td {
  border-left-width: 0;
}
table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable td:last-child,
table.table-bordered.dataTable td:last-child {
  border-right-width: 1px;
}
table.table-bordered.dataTable tbody th,
table.table-bordered.dataTable tbody td {
  border-bottom-width: 0;
}

div.dataTables_scrollHead table.table-bordered {
  border-bottom-width: 0;
}

div.table-responsive > div.dataTables_wrapper > div.row {
  margin: 0;
}
div.table-responsive > div.dataTables_wrapper > div.row > div[class^=col-]:first-child {
  padding-left: 0;
}
div.table-responsive > div.dataTables_wrapper > div.row > div[class^=col-]:last-child {
  padding-right: 0;
}

@keyframes dtb-spinner {
  100% {
    transform: rotate(360deg);
  }
}
@-o-keyframes dtb-spinner {
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes dtb-spinner {
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes dtb-spinner {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes dtb-spinner {
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
div.dt-button-info {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 400px;
  margin-top: -100px;
  margin-left: -200px;
  background-color: white;
  border: 2px solid #111;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  text-align: center;
  z-index: 21;
}
div.dt-button-info h2 {
  padding: 0.5em;
  margin: 0;
  font-weight: normal;
  border-bottom: 1px solid #ddd;
  background-color: #f3f3f3;
}
div.dt-button-info > div {
  padding: 1em;
}

div.dt-button-collection-title {
  text-align: center;
  padding: 0.3em 0 0.5em;
  font-size: 0.9em;
}

div.dt-button-collection-title:empty {
  display: none;
}

div.dt-button-collection {
  position: absolute;
  z-index: 2001;
}
div.dt-button-collection div.dropdown-menu {
  display: block;
  z-index: 2002;
  min-width: 100%;
}
div.dt-button-collection div.dt-button-collection-title {
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
div.dt-button-collection.fixed {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -75px;
  border-radius: 0;
}
div.dt-button-collection.fixed.two-column {
  margin-left: -200px;
}
div.dt-button-collection.fixed.three-column {
  margin-left: -225px;
}
div.dt-button-collection.fixed.four-column {
  margin-left: -300px;
}
div.dt-button-collection > :last-child {
  display: block !important;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  -ms-column-gap: 8px;
  -o-column-gap: 8px;
  column-gap: 8px;
}
div.dt-button-collection > :last-child > * {
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
}
div.dt-button-collection.two-column {
  width: 400px;
}
div.dt-button-collection.two-column > :last-child {
  padding-bottom: 1px;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  -ms-column-count: 2;
  -o-column-count: 2;
  column-count: 2;
}
div.dt-button-collection.three-column {
  width: 450px;
}
div.dt-button-collection.three-column > :last-child {
  padding-bottom: 1px;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  -ms-column-count: 3;
  -o-column-count: 3;
  column-count: 3;
}
div.dt-button-collection.four-column {
  width: 600px;
}
div.dt-button-collection.four-column > :last-child {
  padding-bottom: 1px;
  -webkit-column-count: 4;
  -moz-column-count: 4;
  -ms-column-count: 4;
  -o-column-count: 4;
  column-count: 4;
}
div.dt-button-collection .dt-button {
  border-radius: 0;
}
div.dt-button-collection.fixed {
  max-width: none;
}
div.dt-button-collection.fixed:before, div.dt-button-collection.fixed:after {
  display: none;
}

div.dt-button-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}

@media screen and (max-width: 767px) {
  div.dt-buttons {
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 0.5em;
  }
  div.dt-buttons a.btn {
    float: none;
  }
}
div.dt-buttons button.btn.processing,
div.dt-buttons div.btn.processing,
div.dt-buttons a.btn.processing {
  color: rgba(0, 0, 0, 0.2);
}
div.dt-buttons button.btn.processing:after,
div.dt-buttons div.btn.processing:after,
div.dt-buttons a.btn.processing:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px;
  box-sizing: border-box;
  display: block;
  content: ' ';
  border: 2px solid #282828;
  border-radius: 50%;
  border-left-color: transparent;
  border-right-color: transparent;
  animation: dtb-spinner 1500ms infinite linear;
  -o-animation: dtb-spinner 1500ms infinite linear;
  -ms-animation: dtb-spinner 1500ms infinite linear;
  -webkit-animation: dtb-spinner 1500ms infinite linear;
  -moz-animation: dtb-spinner 1500ms infinite linear;
}

.select2-container {
    display: inline-block;
    margin: 0;
    position: relative;
    white-space: nowrap;
    width: auto!important;
    vertical-align: middle;
    overflow:visible;
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    user-select: none;
    -webkit-user-select: none;
    outline:none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding: 19px 35px 6px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.table-internal .select2-container .select2-selection--single .select2-selection__rendered{
    padding: 0px 25px 0px 0;
}

.table-internal .select2-container--default .select2-selection--single .select2-selection__arrow{
    top:2px;
}

#toolbar .select2-container .select2-selection--single .select2-selection__rendered{
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    padding: 10px 30px 10px 18px;
    background: rgba(0,0,0,0.04);
    float: right;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    margin-top: -4px;
}

#toolbar .select2-container .select2-selection--single .select2-selection__rendered:hover{
    background:rgba(0,0,0,0.08);
}

#toolbar .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 1px;
    right: 6px;
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px
}

.select2-container .select2-selection--multiple {
    display: block;
    padding: 0px 35px 0px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    user-select: none;
    -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-search--inline {
    float: left
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-dropdown {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
    font-size:15px;
    margin-top:10px;
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
    padding: 6px 25px!important;
    box-sizing: border-box;
    display: block!important;
    color: #5a5a5a!important;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.select2-results__option[aria-selected] {
    cursor: pointer
}

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-radius: 0;
    border: 1px solid #d6d6d6!Important;
    box-shadow: 0 10px -17px rgba(0,0,0,0.1);
    width: auto!Important;
    max-width: 950px;
}

.select2-container--open .select2-dropdown--below {
    border-radius: 0;
    border: 1px solid #d6d6d6!Important;
    box-shadow: 0 10px 17px rgba(0,0,0,0.1);
    width: auto!Important;
    top: -12px;
    max-width: 950px;
}

.select2-search--dropdown {
    display: block;
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
    display: none
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0)
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 21px;
    right: 1px;
    width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__rendered{
    color:#b3b3b3 !important;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--default .select2-selection--multiple {
    border: none;
    cursor: text
}

.select2-selection__rendered[title='-None-'],
.select2-selection__rendered[title='-Please select-'],
.select2-selection__rendered[title='Select field to import']{
    color:#b3b3b3 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 0;
    width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: none;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    padding: 0 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
    float: right
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    color:#444;
    line-height: 27px;
    outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    -webkit-appearance: none;
    border: none!important;
    border-bottom: 1px solid #ddd!important;
    padding: 5px 5px 5px 28px;
    font-size: .9rem;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff url(/images/icons.svg) no-repeat -306px -992px;
    -webkit-border-radius: 0;
    border-radius: 0;
    -khtml-border-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus {
    border-bottom: 1px solid #4ab4fe!important;
    outline:none;
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #efefef;
}

.select2-container--default .select2-results__option[aria-selected=true]:before {
    content: '';
    width: 12px;
    height: 8px;
    position: absolute;
    left: 8px;
    top: 50%;
    margin-top: -5px;
    background: url(/images/icons.svg) no-repeat -283px -34px;
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
    background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
    background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)
}

.select2-container--classic .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    float: right
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
    border-top: none
}

.select2-container--classic .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--classic .select2-results__option[role=group] {
    padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: #fff
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb
}

/*!
 * 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: #d7d7d7; }

/* 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: 2.1em;
  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;
  padding: 0;
  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; }

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

.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;
  /* for resize handle and other inner positioning */
  display: block;
  /* make the <a> tag block */
  font-size: .85em;
  line-height: 1.3;
  border-radius: 3px;
  border: 1px solid #3a87ad;
  /* default BORDER color */ }

.fc-event,
.fc-event-dot {
  background-color: #3a87ad;
  /* default BACKGROUND color */ }

.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 {
  position: relative;
  z-index: 2; }

/* 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: 2px 2px 0;
  /* spacing between events and edges */
  padding: 1px 3px; }

tr:first-child > td > .fc-day-grid-event {
  margin-top: 2px;
  /* a little bit more space before the first event */ }

.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: #fff; }

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

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

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

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

/* CONTENTS

~1. RESET
~2. COMMON ELEMENTS
~3. TYPOGRAPHY
~4. LAYOUT
~5. HEADER & FOOTER
~6. CLASSES AND IDs
~7. FORMS
~8. RESPONSIVE

END CONTENTS */

/* ~0. ALERTS */

.alert-area {
    max-height: 100%;
    position: fixed;
    bottom: 5px;
    left: 20px;
    right: 20px;
    z-index: 1;
}

.alert-box {
    font-size: 16px;
    color: white;
    background: rgba(0, 0, 0, 0.9);
    line-height: 1.3em;
    padding: 10px 15px;
    margin: 5px 10px;
    position: relative;
    border-radius: 5px;
    transition: opacity 0.5s ease-in;
}

.alert-box-danger {
    color: #721c24;
    background: #eb3d41;
}

.alert-box-success {
    color: #155724;
    background: #d4edda;
}

.alert-box-info {
    color: #0c5460;
    background: #d1ecf1;
}

.alert-box-warning {
    color: #856404;
    background: #fff3cd;
}

.alert-box.hide {
    opacity: 0;
}

.alert-close {
    background: transparent;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 15px;
    right: 15px;
}

.alert-close:before,
.alert-close:after {
    content: "";
    width: 15px;
    border-top: solid 2px black;
    position: absolute;
    top: 5px;
    right: -1px;
    display: block;
}

.alert-close:before {
    transform: rotate(45deg);
}

.alert-close:after {
    transform: rotate(135deg);
}

.alert-close:hover:before,
.alert-close:hover:after {
    border-top: solid 2px #d8d8d8;
}

.alert-box-success > .alert-close:hover:before,
.alert-box-success > .alert-close:hover:after {
    border-top: solid 2px #155724;
}

.alert-box-success > .alert-close:before,
.alert-box-success > .alert-close:after {
    border-top: solid 2px #155724;
}

.alert-box-warning > .alert-close:hover:before,
.alert-box-warning > .alert-close:hover:after {
    border-top: solid 2px #856404;
}

.alert-box-warning > .alert-close:before,
.alert-box-warning > .alert-close:after {
    border-top: solid 2px #856404;
}

.alert-box-danger > .alert-close:hover:before,
.alert-box-danger > .alert-close:hover:after {
    border-top: solid 2px #721c24;
}

.alert-box-danger > .alert-close:before,
.alert-box-danger > .alert-close:after {
    border-top: solid 2px #721c24;
}

.alert-box-info > .alert-close:hover:before,
.alert-box-info > .alert-close:hover:after {
    border-top: solid 2px #0c5460;
}

.alert-box-info > .alert-close:before,
.alert-box-info > .alert-close:after {
    border-top: solid 2px #0c5460;
}

@media (max-width: 767px) and (min-width: 481px) {
    .alert-area {
        left: 100px;
        right: 100px;
    }
}

@media (min-width: 768px) {
    .alert-area {
        width: 350px;
        left: auto;
        right: 0;
    }
    .audits-pie-text {
        font-style: 12px;
        position: absolute;
        padding-top: 10px;
    }
}

.alert-message-container {
    text-align: center;
    line-height: 2.5em;
    margin-top: 50px;
}

.alert-message-box {
    font-size: 20px;
    width: 300px;
    border: solid 1px #444;
    padding: 10px 15px;
    outline: none;
    transition: box-shadow 0.1s;
}

.alert-message-box:focus {
    box-shadow: 0 0 15px 2px #888;
}

.alert-message-button {
    font-size: 18px;
    color: white;
    background: #14b9ff;
    width: 250px;
    border: solid 1px #14b9ff;
    padding: 10px 20px;
    margin-top: 5px;
    cursor: pointer;
    outline: none;
    transition: background 0.1s;
}

.alert-message-button:hover,
.alert-message-button:focus,
.alert-message-button:active {
    background: #7dd8ff;
}

/* ALERT RELATED CLASS (END) */

/* ~1. RESET */

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

* {
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI",
    Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
::-webkit-scrollbar-button {
    width: 0;
    height: 0;
}
::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.15);
    border: 0 none #ffffff;
    border-radius: 50px;
}
::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.3);
}
::-webkit-scrollbar-thumb:active {
    background: rgba(0, 0, 0, 0.3);
}
::-webkit-scrollbar-track,
::-webkit-scrollbar-track:hover,
::-webkit-scrollbar-track:active {
    background: none;
}
::-webkit-scrollbar-corner {
    background: transparent;
}

/* END ~1. RESET */

/* ~2. COMMON ELEMENTS */

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

hr {
    border-bottom: none;
    border-top: 1px solid #eee;
    float: left;
    width: 100%;
    margin: 20px 0;
}

a {
    color: inherit;
    text-decoration: none;
}

a.a-underline {
    text-decoration: underline;
    color: #018ee0;
}

h1 {
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 20px;
}

h2 {
    font-size: 25px;
    font-weight: 300;
    margin-bottom: 20px;
}

h3 {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 20px;
}

h4 {
    font-weight: 500;
    margin-bottom: 5px;
}

p {
    margin-bottom: 20px;
}

ul {
    list-style: none;
}

ol {
    list-style: none;
}

/* END ~2. COMMON ELEMENTS */

/* ~3. TYPOGRAPHY */

em {
    font-style: italic;
}

strong,
b {
    font-weight: 500;
}

u {
    text-decoration: underline;
}

.smaller-font {
    font-size: 14px;
}

.tleft {
    text-align: left;
}
.tright {
    text-align: right !important;
}
.tcenter {
    text-align: center !important;
}

.white {
    color: #ffffff !important;
}
.grey {
    color: #cccccc !important;
}
.dark-grey {
    color: #9a9a9a !important;
}
.green {
    color: #20c933 !important;
}
.blue {
    color: #018ee0 !important;
}
.pink {
    color: #ff08c2 !important;
}
.orange {
    color: #ff6f2c !important;
}
.purple {
    color: #8b46ff !important;
}
.yellow {
    color: #fcb400 !important;
}
.red {
    color: red !important;
}
.black {
    color: #000000 !important;
}

.white-bg {
    background-color: #ffffff !important;
}
.grey-bg {
    background-color: #cccccc !important;
}
.green-bg {
    background-color: #00AB66 !important;
}
.blue-bg {
    background-color: #00239b !important;
}
.pink-bg {
    background-color: #ff08c2 !important;
}
.orange-bg {
    background-color: #ff6f2c !important;
}
.purple-bg {
    background-color: #8b46ff !important;
}
.yellow-bg {
    background-color: #fcb400 !important;
}
.red-bg {
    background-color: red !important;
}
.black-bg {
    background-color: #000000 !important;
}
.custom-grey-bg {
    background-color: #f9f9f9 !important;
}

.white-border {
    border-color: #ffffff !important;
}
.grey-border {
    border-color: #cccccc !important;
}
.green-border {
    border-color: #20c933 !important;
}
.blue-border {
    border-color: #18bfff !important;
}
.pink-border {
    border-color: #ff08c2 !important;
}
.orange-border {
    border-color: #ff6f2c !important;
}
.purple-border {
    border-color: #8b46ff !important;
}
.yellow-border {
    border-color: #fcb400 !important;
}
.red-border {
    border-color: red !important;
}
.black-border {
    border-color: #000000 !important;
}

.light-grey-bg,
.light-grey-bg:after {
    background-color: #f0f0f0 !important;
}
.light-green-bg,
.light-green-bg:after {
    background-color: #c4fff1 !important;
}
.light-blue-bg,
.light-blue-bg:after {
    background-color: #cfdfff !important;
}
.light-pink-bg,
.light-pink-bg:after {
    background-color: #ffdce5 !important;
}
.light-orange-bg,
.light-orange-bg:after {
    background-color: #ffccb4 !important;
}
.light-purple-bg,
.light-purple-bg:after {
    background-color: #e2d1ff !important;
}
.light-yellow-bg,
.light-yellow-bg:after {
    background-color: #ffeab6 !important;
}
.light-red-bg,
.light-red-bg:after {
    background-color: #ffe2e2 !important;
}
.light-black-bg,
.light-black-bg:after {
    background-color: #f0f0f0 !important;
}

.pc-40 {
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        color-stop(40%, #c4fff1),
        color-stop(40%, #00000000)
    );
    background: -moz-linear-gradient(left center, #c4fff1 40%, #00000000 40%);
    background: -o-linear-gradient(left, #c4fff1 40%, #00000000 40%);
    background: linear-gradient(to right, #c4fff1 40%, #00000000 40%);
}
.pc-50 {
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        color-stop(50%, #c4fff1),
        color-stop(50%, #00000000)
    );
    background: -moz-linear-gradient(left center, #c4fff1 50%, #00000000 50%);
    background: -o-linear-gradient(left, #c4fff1 50%, #00000000 50%);
    background: linear-gradient(to right, #c4fff1 50%, #00000000 50%);
}
.pc-60 {
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        color-stop(60%, #c4fff1),
        color-stop(60%, #00000000)
    );
    background: -moz-linear-gradient(left center, #c4fff1 60%, #00000000 60%);
    background: -o-linear-gradient(left, #c4fff1 60%, #00000000 60%);
    background: linear-gradient(to right, #c4fff1 60%, #00000000 60%);
}
.pc-80 {
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        color-stop(80%, #c4fff1),
        color-stop(80%, #00000000)
    );
    background: -moz-linear-gradient(left center, #c4fff1 80%, #00000000 80%);
    background: -o-linear-gradient(left, #c4fff1 80%, #00000000 80%);
    background: linear-gradient(to right, #c4fff1 80%, #00000000 80%);
}

.opacity-0 {
    opacity: 0;
}

.opacity-50 {
    opacity: 0.5;
}

/* ~3. END TYPOGRAPHY */

/* ~4. LAYOUT */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html {
    overflow-x: hidden;

    height: 100%;
    width: 100%;
}

body {
    width: 100%;
    height: 100%;
    font-size: 16px;
    font-weight: normal;
    line-height: 26px;
    background: #f2f2f2;
    color: #4d4d4d;
}

#wrapper {
    float: left;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    position: relative;
    transition: 0.5s;
    margin-left: 0;
}

.container {
    overflow: visible;
    height: 100%;
    margin: 0 auto;
    width: 100%;
    position: relative;
}

.col1-12 {
    width: 8.333%;
    width: calc(100% / 12);
    width: -webkit-calc(100% / 12);
    width: -moz-calc(100% / 12);
    padding: 0 5px;
}

.col2-12 {
    width: 16.666%;
    width: calc(100% / 12 * 2 - 1);
    width: -webkit-calc(100% / 12 * 2 - 1);
    width: -moz-calc(100% / 12 * 2 - 1);
    padding: 0 5px;
}

.col3-12 {
    width: 24.999%;
    width: calc(100% / 12 * 3);
    width: -webkit-calc(100% / 12 * 3);
    width: -moz-calc(100% / 12 * 3);
    padding: 0 5px;
}

.col4-12 {
    width: 33.333%;
    width: calc(100% / 12 * 4 - 1);
    width: -webkit-calc(100% / 12 * 4 - 1);
    width: -moz-calc(100% / 12 * 4 - 1);
    padding: 0 5px;
}

.col5-12 {
    width: 41.666%;
    width: calc(100% / 12 * 5);
    width: -webkit-calc(100% / 12 * 5);
    width: -moz-calc(100% / 12 * 5);
    padding: 0 5px;
}

.col6-12 {
    width: 49.999%;
    width: calc(100% / 12 * 6);
    width: -webkit-calc(100% / 12 * 6);
    width: -moz-calc(100% / 12 * 6);
    padding: 0 5px;
}

.col7-12 {
    width: 58.333%;
    width: calc(100% / 12 * 7);
    width: -webkit-calc(100% / 12 * 7);
    width: -moz-calc(100% / 12 * 7);
    padding: 0 5px;
}

.col8-12 {
    width: 66.666%;
    width: calc(100% / 12 * 8);
    width: -webkit-calc(100% / 12 * 8);
    width: -moz-calc(100% / 12 * 8);
    padding: 0 5px;
}

.col9-12 {
    width: 74.999%;
    width: calc(100% / 12 * 9);
    width: -webkit-calc(100% / 12 * 9);
    width: -moz-calc(100% / 12 * 9);
    padding: 0 5px;
}

.col10-12 {
    width: 83.333%;
    width: calc(100% / 12 * 10);
    width: -webkit-calc(100% / 12 * 10);
    width: -moz-calc(100% / 12 * 10);
    padding: 0 5px;
}

.col11-12 {
    width: 91.666%;
    width: calc(100% / 12 * 11);
    width: -webkit-calc(100% / 12 * 11);
    width: -moz-calc(100% / 12 * 11);
    padding: 0 5px;
}

.col12-12 {
    width: 100% !important;
    padding: 10px 0;
}

.col {
    overflow: hidden;
    float: left;
    display: block;
    position: relative;
}

.col:first-of-type {
    padding-left: 0;
}

.col:not(.sidebar-main):last-of-type {
    padding-right: 0;
}

.w-50 {
    width: 50px !important;
}
.w-100 {
    width: 50px !important;
}

.p-0 {
    padding: 0 !important;
}
.p-15 {
    padding: 15px !important;
}
.p-20 {
    padding: 20px !important;
}
.p-30 {
    padding: 30px !important;
}
.pl-0 {
    padding-left: 0 !important;
}
.pl-15 {
    padding: 0 0 0 15px !important;
}
.pt-15 {
    padding: 15px 0 0 0 !important;
}
.pb-0 {
    padding-bottom: 0 !important;
}
.pb-15 {
    padding-top: 15px !important;
}

.mb-30 {
    margin-bottom: 30px;
}
.mb-0 {
    margin-bottom: 0;
}
.mt-0 {
    margin-top: 0 !important;
}
.mt-20 {
    margin-top: 20px !important;
}
.ml-15 {
    margin-left: 15px;
}

.clear {
    float: left;
    width: 100%;
}

main,
#main {
    float: left;
    width: 100%;
}

.col1-12:nth-of-type(12n) {
    padding-right: 0;
}

.col1-12:nth-of-type(12n + 1) {
    padding-left: 0;
}

.col2-12:nth-of-type(6n) {
    padding-right: 0;
}

.col2-12:nth-of-type(6n + 1) {
    padding-left: 0;
}

.col3-12:nth-of-type(4n) {
    padding-right: 0;
}

.col3-12:nth-of-type(4n + 1) {
    padding-left: 0;
}

.col4-12:nth-of-type(3n) {
    padding-right: 0;
}

.col4-12:nth-of-type(3n + 1) {
    padding-left: 0;
}

.col6-12:nth-of-type(2n) {
    padding-right: 0;
}

.col6-12:nth-of-type(2n + 1) {
    padding-left: 0;
}

.fleft {
    float: left;
}
.fright {
    float: right;
}
.fnone {
    float: none;
}

.height-100 {
    height: 100%;
}
.height-90 {
    height: 90%;
}
.height-80 {
    height: 80%;
}
.height-70 {
    height: 70%;
}
.height-60 {
    height: 60%;
}
.height-50 {
    height: 50%;
}
.height-40 {
    height: 40%;
}
.height-30 {
    height: 30%;
}
.height-20 {
    height: 20%;
}
.height-10 {
    height: 10%;
}

/* END ~4. LAYOUT */

/* ~5. HEADER & FOOTER */

.logout_button {
    font-size: 16px;
}

header {
    float: left;
    width: 100%;
    background: #00239b;
    padding: 1rem 1.5rem 0 1.5rem;
    height: 52px;
}

#header-logo {
    float: left;
    height: 17px;
    margin-top: 5px;
    opacity: 0;
}

#header-tabs {
    float: left;
    margin-top: -1px;
}
.portalHeader #header-tabs {
    float: left;
    margin-top: -5px;
}

#header-tabs li {
    display: inline-block;
    float: left;
}

#header-tabs > ul > li > .header-tab {
    float: left;
    position: relative;
    margin: 0 3px 0 0;
    display: inline-block;
    padding: 7px 18px 4px 18px;
    background: #294ca4;
    color: #ffffff;
    border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    font-size: 15px;
    cursor: pointer;
}

#header-tabs > ul > li > a:hover {
    /*background: rgba(0,0,0,0.4);*/
    background: #223870;
    color: rgba(255, 255, 255, 1);
}

#header-tabs > ul > li.active > .header-tab {
    background: #dde7f1;
    color: #333333;
    font-weight: 500;
}

#header-tabs > ul > li.active > .header-tab > span:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0d7";
    float: right;
    color: #c7c7c7;
    margin: 0 -7px 0 9px;
}

#header-tabs > ul > li.active > .header-tab > span:hover:after {
    color: #333;
}

#header-tabs .no_link {
    position: relative;
    width: 100%;
    height: 100%;
    float: left;
}

#header-tabs .dropdown-menu {
    min-width: 245px;
}

#header-tabs li ul.subnav{
    display: none;
    background-color: #dde7f1;
    border: 1px solid black;
    float: left;
    clear: both;
    width: 100%;

}
#header-tabs li:hover ul.subnav{
    display: block;

}
#header-tabs li ul.subnav li{
    display: block;
    float: none;
    padding: 0.2em 0.5em;
}
#header-tabs li ul.subnav li:hover{
    background: #223870;
}
#header-tabs li ul.subnav li:hover a{
    color: #ffffff;
}

#header-add-tab {
    float: left;
    padding: 12px 8px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 15px;
}

#header-add-tab:hover {
    color: #ffffff;
    cursor: pointer;
}

#header-user {
    float: right;
}

#header-user .user-icon {
    position: relative;
    float: right;
    display: inline-block;
    margin: 1px 5px 0 5px;
}

.header-icon-help {
    padding: 2px 9px;
    position: relative;
    float: right;
}

#header-user i {
    content: "";
    background: transparent url(/images/icons.svg) no-repeat 0 0;
    display: inline-block;
    width: 22px;
    height: 21px;
    opacity: 0.8;
    cursor: pointer;
}

#header-user i:hover {
    opacity: 0.6;
}

#header-user .icon-settings {
    background-position: -275px -67px;
}
#header-user .icon-notifications {
    background-position: -211px -66px !important;
}
#header-user .icon-add {
    background-position: -180px -66px !important;
}
#header-user .icon-help-white {
    background-position: -235px -1162px !important;
}
#header-user .icon-search {
    background-position: -147px -66px !important;
}

.mobile-header-tabs {
    display: none;
}

#user-profile {
    float: right;
    position: relative;
    margin: -3px 0 0 0;
    cursor: pointer;
    padding-bottom: 10px;
}

#user-notifications,
#user-add {
    padding-bottom: 8px;
}

#user-profile-img {
    position: relative;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    overflow: hidden;
    height: 30px;
    width: 30px;
    margin-left: 5px;
}

#user-profile img {
    overflow: hidden;
    height: 100%;
}

#header-user .status {
    position: absolute;
    right: 1px;
    bottom: 11px;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    box-shadow: 0 0 0 1px hsla(0, 0%, 100%, 0.75);
}

#header-user .status-green {
    background-color: #20c933;
}

footer {
    position: fixed;
    z-index: 10;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    border-top: 1px solid hsl(202, 10%, 88%);
    padding: 0;
}

footer ul {
    font-size: 12px;
    line-height: 25px;
}

footer ul li {
    display: inline-block;
    float: right;
}

footer ul.fright li a {
    float: right;
    display: inline-block;
    border-left: 1px solid #ddd;
    margin: -1px auto 0 auto !important;
    position: relative;
    height: 28px;
    text-align: center !important;
    color: #333;
    padding: 0 9px;
}

footer ul li a.active {
    color: #f88b87;
}

.footer-signature {
    font-size: 11px;
    color: #596573;
    padding-left: 5px;
}

.footer-signature .fa-heart {
    color: red;
}

.footer-signature a {
    text-decoration: underline;
}

.sticky-icon {
    background: url(/images/sticky-notes.svg) no-repeat -5px -24px;
    height: 26px;
    width: 12px;
    float: right;
    margin: 6px 3px 0 3px;
}

.timer-icon {
    background: url(/images/icons.svg) no-repeat -195px -4px;
    height: 26px;
    width: 30px;
    float: right;
    margin-top: 1px;
}

.recent-icon {
    background: url(/images/icons.svg) no-repeat -170px -3px;
    width: 30px;
    height: 26px;
    float: right;
}

.chat-icon {
    background: url(/images/icons.svg) no-repeat -170px -3px;
    width: 30px;
    height: 26px;
    float: right;
}

/* END ~5. HEADER & FOOTER */

/* ~6. CLASSES AND IDs */

.hidden {
    opacity: 0;
}

.display-none {
    display: none !important;
}

.no-padding {
    padding: 0 !important;
}

.animate {
    transition: 0.085s all ease-in;
}

#toolbar {
    float: left;
    width: 100%;
    height: 59px;
    line-height: 31px;
    background: #fff;
    padding: 15px 15px 14px 15px;
    box-shadow: rgba(0, 0, 0, 0.1) 0 2px 0 0;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 2px 0 0;
    -moz-box-shadow: rgba(0, 0, 0, 0.1) 0 2px 0 0;
    font-size: 20px;
    font-weight: 300;
}

#toolbar > ul {
    float: left;
}

#toolbar > ul > li {
    display: inline-block;
    float: left;
    padding: 0 4px;
    font-weight: 500;
}

#toolbar > ul > li > a {
    position: relative;
    display: inline-block;
    float: left;
    padding: 1px 9px;
    color: #4d4d4d;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-size: 14px;
}

#toolbar > ul > li > a > i {
    font-size: 12px;
}

#toolbar > ul > li > a > i.has-text {
    float: left;
    margin: 10.5px 5px 0 0;
}

#toolbar > ul > li:first-of-type {
    padding-left: 0;
}

#toolbar > ul > li > a:hover,
#toolbar > ul > li:first-of-type > a {
    background: rgba(0, 0, 0, 0.05);
}

.toolbar-title {
    float: left;
    font-size: 20px;
}

.toolbar-title-icon {
    width: 20px;
    height: 17px;
    cursor: pointer;
    opacity: 0.8;
    background: url(/images/icons.svg) -74px -2438px no-repeat transparent;
    float: left;
    margin: 9px 10px 0 0;
}

.toolbar_buttons {
    float: right;
    margin-top: -3px;
}

.toolbar_buttons .button {
    float: left;
    margin-left: 2px;
}

.toolbar_buttons .button:first-of-type {
    margin-right: 0;
}

#navigation {
    position: absolute;
    left: 0;
    top: 45px;
    bottom: 0;
    width: 45px;
    background: #ffffff;
    border-right: 1px solid rgb(221, 225, 227);
}

#navigation ul {
    float: left;
    width: 100%;
    margin-top: 40px;
}

#navigation ul li {
    float: left;
    width: 100%;
    clear: both;
    text-align: center;
}

#navigation ul li a {
    float: left;
    width: 100%;
    padding: 10px 0;
    font-size: 18px;
    font-weight: 300;
    color: #ced2d6;
    opacity: 0.8;
}

#navigation ul li:nth-of-type(1) a {
    border-color: #f82b60;
}
#navigation ul li:nth-of-type(2) a {
    border-color: #20c933;
}
#navigation ul li:nth-of-type(3) a {
    border-color: #ff6f2c;
}
#navigation ul li:nth-of-type(4) a {
    border-color: #18bfff;
}
#navigation ul li:nth-of-type(5) a {
    border-color: #fcb400;
}
#navigation ul li:nth-of-type(6) a {
    border-color: #8b46ff;
}

#navigation ul li a:hover,
#navigation ul li.active a {
    background: #e7eaed;
    opacity: 1;
}

#main {
    position: absolute;
    left: 0;
    top: 52px;
    right: 0;
    bottom: 0;
    background: #fff;
}

#main-canvas {
    height: 100%;
    width: 100%;
    background: #fff;
}

#template-login #main,
#template-register #main,
#template-window #main,
#template-forgot-password #main {
    top: 0;
}

#desktop {
    width: 100%;
    position: absolute;
    left: 0;
    top: 60px;
    right: 0;
    bottom: 35px;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    background: #e7eaed;
}

#template-list #desktop {
    overflow-x: auto;
    overflow-y: hidden;
}

#template-list .sidebar-main {
    overflow-y: hidden;
}

.tag {
    background-color: #e9eef9;
    padding: 3px 4px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-size: 12.5px;
}

.tag-r {
    padding: 2px 7px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    font-size: 12.5px;
}

.dataTable {
    position: relative;
    float: left;
    width: auto;
    overflow: visible;
}

.dataTable thead {
    background-color: rgba(255, 255, 255, 0.5);
}

.dataTables_scrollBody .dataTable thead {
    opacity: 0;
    height: 0;
}

.dataTables_scrollBody .dataTable thead th {
    padding-top: 0;
    padding-bottom: 0;
    border-top-width: 0;
    border-bottom-width: 0;
    height: 0;
}

.dataTables_scrollBody .dataTable thead th i,
.dataTables_scrollBody .dataTable thead th span {
    display: none;
}

.dataTable thead th {
    position: relative;
    padding: 5px 6px;
    background-color: #f5f5f5;
    border-bottom: 1px solid rgba(209, 209, 209, 0.8);
    border-top: none;
    border-left: 1px solid rgba(209, 209, 209, 0.8);
    text-align: left;
    font-weight: normal;
}

.dataTable thead th input[type="text"] {
    float: none;
    width: 100%;
    padding: 0;
}

.dataTable thead th .dropdown {
    position: absolute;
    right: 0;
    top: 7px;
    margin-right: 10px;
    padding-bottom: 3px;
}

.dataTable thead th:first-of-type {
    padding-left: 13px;
}

.dataTable thead th:not(.locked) span.dropdown:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0d7";
    float: right;
    color: #c7c7c7;
    margin: 0 0 0 9px;
}

.dataTable thead th.locked span:last-of-type:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 9px;
    content: "\f023";
    float: right;
    color: #c7c7c7;
    margin: 0 0 0 9px;
}

.dataTable thead th:not(.locked) span:hover:after {
    color: #333;
    cursor: pointer;
}

.dataTable thead th .fas:not(.fa-plus),
.dataTable thead th .far {
    color: #909090;
    float: left;
    margin: 6px 5px 0 0;
    cursor: -moz-grab;
    cursor: -webkit-grab;
    cursor: grab;
}

.dataTable th,
.dataTable td {
    font-size: 15px;
    height: 32px;
    padding: 5px 3px;
    vertical-align: middle;
    color: #111111;
    cursor: default;
    outline: none;
    word-break: keep-all;
    min-width: 100px;
}

.dataTable td {
    border-bottom: 1px solid rgb(221, 225, 227);
    border-left: 1px solid rgb(221, 225, 227);
    border-left-color: rgb(243, 243, 243);
    border-right: none;
    border-top: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    max-width: 300px;
}

.dataTable td .fa-check {
    width: 100%;
    text-align: center;
}

.dataTable tr th:first-of-type {
    min-width: 25px;
    pointer-events: none;
}

.dataTable tr td:first-of-type input[type="checkbox"] {
    pointer-events: all;
}

.dataTable tr td:first-of-type {
    padding-left: 10px;
    padding-right: 30px;
    min-width: 10px;
    pointer-events: none;
}

.dataTable td a {
    color: #111111;
    text-decoration: underline;
}

.dataTable tr:hover td,
.dataTable tr.focus-row td {
    background: #f8f8f8;
}

.dt-th-items {
    display: flex;
}

.adding_column {
    border-bottom: 1px solid rgb(221, 225, 227) !important;
    border-left: 1px solid rgb(221, 225, 227) !important;
    border-left-color: rgb(243, 243, 243) !important;
    border-right: 1px solid rgba(209, 209, 209, 0.8) !important;
    background: #fff !important;
}

.dataTable tr:hover td .fa-search,
.dataTable tr:hover td .grab,
.dataTable tr.focus-row td .fa-search,
.dataTable tr.focus-row td .grab {
    display: block;
}

.dataTable th input[type="checkbox"] {
    left: auto;
    top: 10px;
}

.dataTable th input[type="checkbox"] + span {
    margin-top: -3px;
}

.dataTable td input[type="checkbox"] {
    left: 13px;
    top: 10px;
}

.dataTable td input[type="checkbox"] + span {
    margin: -3px 0 0 3px;
}

.dataTable td .fa-search {
    position: absolute;
    right: 5px;
    top: 8px;
    font-size: 10px;
    color: #2750ae;
    padding: 4px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    display: none;
}

.flag {
    color: #fff;
    height: 15px;
    text-align: left;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 16px;
    padding: 0 5px 0 6px;
    min-width: 35px;
}

.flag:after {
    border-width: 7px;
    border-style: solid inset solid solid;
    bottom: 0;
    content: "";
    display: inline-block;
    position: absolute;
    height: 1px;
    right: -14px;
}

.flag.purple-bg:after {
    border-color: #8b46ff transparent #8b46ff #8b46ff;
}
.flag.green-bg:after {
    border-color: #43c261 transparent #43c261 #43c261;
}
.flag.orange-bg:after {
    border-color: #ff6f2c transparent #ff6f2c #ff6f2c;
}
.flag.pink-bg:after {
    border-color: #ff08c2 transparent #ff08c2 #ff08c2;
}
.flag.yellow-bg:after {
    border-color: #fcb400 transparent #fcb400 #fcb400;
}
.flag.blue-bg:after {
    border-color: #18bfff transparent #18bfff #18bfff;
}

.table-internal .fa-ellipsis-h {
    position: relative;
    font-size: 10px;
    color: #2750ae;
    padding: 4px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    display: none;
}

.fa-facebook {
    color: #29487d;
}
.fa-twitter {
    color: #1da1f2;
}
.fa-google-plus {
    color: rgb(229, 57, 53);
}

.dataTable td .fa-search:hover,
.table-internal td .fa-ellipsis-h:hover {
    background: #d0f0fd;
    cursor: pointer;
}

.table-internal tr:hover .fa-ellipsis-h {
    display: inline-block;
}

.dataTable td .grab {
    position: absolute;
    top: 3px;
    left: 0;
    width: 12px;
    height: 100%;
    cursor: -moz-grab;
    cursor: -webkit-grab;
    cursor: grab;
    background-image: url(/images/grab.png);
    background-repeat: no-repeat;
    background-position: 2px 2px;
    display: none;
}

tr td.focus:nth-child(n + 2) {
    z-index: 3;
    -webkit-box-shadow: 0 0 0 2px rgba(1, 142, 224, 1);
    -moz-box-shadow: 0 0 0 2px rgba(1, 142, 224, 1);
    box-shadow: 0 0 0 2px rgba(1, 142, 224, 1);
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    background: #fff !important;
    overflow: visible !important;
}

td.focus:nth-child(n + 2):after {
    content: "";
    position: absolute;
    background: #fff;
    border: 1px solid #018ee0;
    width: 7px;
    height: 7px;
    border-radius: 2px;
    bottom: -5px;
    right: -5px;
    cursor: crosshair;
}

td.focus a {
    color: #42a2eb !important;
}

td.also-focused {
    background: #e6f2ff !important;
}

td.copying {
    background: yellow !important;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    z-index: 4;
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.06);
    border-left: 1px solid #d5dce0;
    border-right: 1px solid #d5dce0;
    border-bottom: 1px solid #d5dce0;
    border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    min-width: calc(100% + 2px);
    min-width: -webkit-calc(100% + 2px);
    min-width: -moz-calc(100% + 2px);
    background: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
    max-width: 300px;
    min-width: 130px;
    display: none;
}

.button .dropdown-menu {
    border-top: 1px solid #d5dce0;
    margin-top: 3px;
    min-width: 0;
}

.dropdown-menu-divider {
    padding: 5px 0 0 0;
    margin-bottom: 5px;
    border-bottom: 1px solid #ececec;
}

.dropdown-menu-align-left {
    left: -1px;
}

.dropdown-menu-align-right {
    right: -1px;
}

.dropdown-menu ul {
    float: left;
    width: 100%;
}

.dropdown-menu ul li {
    float: left;
    width: 100%;
    text-transform: none;
}

.dropdown-menu ul li hr {
    margin: 0;
}

.dropdown-menu ul.dropdown-menu-3-col li {
    width: 30%;
    text-align: center;
}

.dropdown-menu ul li a,
.dropdown-menu ul li select,
.dropdown-menu ul li .li-detail {
    display: block;
    float: left;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    background: #ffffff;
    color: #333;
    padding: 8px 15px;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    display: flex;
    flex: 1 1 auto;
    justify-content: space-between;
}

.dropdown-menu ul li select {
    width: auto;
    min-width: 100%;
    padding: 6px 15px 6px 11px;
    font-size: 13.5px;
    border-right: 10px solid #fff;
}

.dropdown-menu ul li a:hover {
    background: #018ee0;
    color: #fff !important;
}

.dropdown-menu ul li a .dropdown-right {
    color: #848f99;
}

.dropdown-menu ul li a:hover .dropdown-right {
    color: #fff;
}

.widget-canvas {
    height: 100% !important;
    overflow-y: auto;
    background: #e7eaed;
    padding: 15px 5px !important;
}

.widget-canvas > .col {
    height: 100%;
    padding: 0 !important;
}

.widget-container {
    width: 50%;
    float: left;
    height: 100%;
    padding: 0 7.5px;
}

.widget {
    background: #ffffff;
    border: 1px solid #ddd;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.widget-title {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    padding: 15px 15px 15px 15px;
    border-bottom: 1px solid #f2f2f2;
}

.widget-title-text-container {
    float: left;
    margin-right: 8px;
}

.widget-title-text-container:hover {
    cursor: pointer;
    color: #333333;
}

.widget-title-text {
    float: left;
}
.widget-title-description {
    font-size: 12px;
}
.widget-title-text-container span.dropdown {
    position: relative;
    display: inline-block;
    width: 75px;
    height: 22px;
    padding-bottom: 3px;
}

.widget-title-left > .fas {
    color: #fff;
    font-size: 8px;
    width: 17px;
    height: 17px;
    line-height: 17px;
    text-align: center;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    float: left;
    margin: 5px 8px 0 0;
}

.widget-title-text-container:hover > span:after {
    color: #333333;
}

.widget-title .fa-check {
    line-height: 18px;
}

.widget-title-text-container > span:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0d7";
    float: left;
    color: #c7c7c7;
    margin: 0 0 0 7px;
}

.widget-title > .widget-title-left > span:hover:after {
    color: #333;
    cursor: pointer;
}

.widget-title-left {
    float: left;
    position: relative;
}

.widget-title-right {
    display: none;
    float: right;
    padding-top: 10px;
    padding-bottom: 5px;
}

.widget-title-right .fas {
    float: right;
    font-size: 12.5px;
    margin-top: 0.5px;
    color: #bbbbbb;
}

.widget-title-right .fas:hover {
    cursor: pointer;
    color: #333333;
}

.widget-title-right .drag {
    float: right;
    width: 10px;
    height: 12px;
    margin-left: 10px;
    background-image: url(/images/drag-dots.png);
    background-repeat: no-repeat;
    cursor: -moz-grab;
    cursor: -webkit-grab;
    cursor: grab;
}

.widget-inner {
    position: absolute;
    left: 0;
    right: 0;
    top: 50px;
    bottom: 0;
    padding: 10px 15px;
}

.widget:hover .widget-title-right {
    display: block;
}

#tabs {
    width: 100%;
    border-bottom: 1px solid #d5dce0;
}

#tabs > ul > li {
    display: inline-block;
    padding: 0 15px;
}

#tabs > ul > li.active:first-of-type > a {
    border-left: none;
}

#tabs > ul > li > a {
    width: 100%;
    position: relative;
    margin: 0 0 -1px 0;
    display: inline-block;
    padding: 8px 0;
    border-left: 1px solid none;
    border-right: 1px solid none;
    color: rgba(0, 0, 0, 0.3);
}

#tabs > ul > li:nth-last-child(2) > a {
    margin-right: 0;
}

#tabs > ul > li > a:hover {
    color: rgba(0, 0, 0, 0.7);
}

#tabs > ul > li.active > a {
    color: #2c7bd0;
    border-bottom: 1px solid #2c7bd0;
}

#tabs > ul > li.active > a > span:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0d7";
    float: right;
    color: #c7c7c7;
    margin: 0 -7px 0 9px;
}

#tabs > ul > li.active > a > span:hover:after {
    color: #333;
}

#tabs .no_link {
    position: relative;
    width: 100%;
    height: 100%;
    float: left;
}

#detail-add-tab {
    float: left;
    padding: 17px 8px 12px 8px;
    color: rgba(0, 0, 0, 0.2);
    font-size: 13px;
}

#detail-add-tab:hover {
    color: #333;
    cursor: pointer;
}

#tabs-content-container {
    float: left;
    width: 100%;
}

.tab-content {
    float: left;
    width: 100%;
    display: none;
    padding: 15px;
}

.overflow-y-scroll {
    overflow-y: auto;
}

.notes {
    float: left;
    width: 100%;
    height: 100%;
    max-height: 900px;
    webkit-box-shadow: inset 0 -10px 38px -15px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 -10px 38px -15px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 -10px 38px -15px rgba(0, 0, 0, 0.1);
}

#template-detail .notes {
    height: calc(100% - 80px);
    height: -webkit-calc(100% - 80px);
    height: -moz-calc(100% - 80px);
}

#template-detail .sidebar-main {
    padding: 0;
}

.notes .note {
    position: relative;
    float: left;
    width: 100%;
    border-bottom: 1px solid #f1f1f1;
    padding: 10px;
    font-size: 14px;
    line-height: 1.7em;
    background: #fff;
}

.widget-inner .notes .note {
    padding: 10px 0;
}

.notes .note:last-of-type {
    border-bottom: none;
}

.notes .note-status,
.notes .note-icon {
    border-bottom: none;
    padding: 5px;
    font-size: 12px;
}

.notes .note-status .note-status-status {
    float: left;
    font-size: 11px;
    margin: 3px 5px 0 0;
    padding: 0 4px 0 4px;
    line-height: 15px;
    color: #fff;
}

.notes .note-icon .note-icon-icon {
    display: inline;
    color: #d3d4d4;
    padding: 0 3px;
    font-size: 13px;
}

.notes .note-icon .note-icon-info {
    display: inline;
}

.notes .note-icon .note-task-completed {
    display: inline;
    text-decoration: line-through;
}

.notes .note-info {
    float: left;
    width: 100%;
    font-weight: bold;
    font-size: 11px;
}

.notes .note-info span,
.notes .note-info span a {
    color: #848484;
    font-weight: normal;
    font-size: 10px;
}

.notes .note-info span a {
    text-decoration: underline;
}

.notes .note-note {
    float: left;
    width: 100%;
}

.note .edit-delete-iconset,
.task .edit-delete-iconset {
    position: absolute;
    right: 7px;
    top: 5px;
}

.note-toolbar {
    float: left;
    width: 100%;
    background: #dfdfdf;
    padding: 0 3px;
}

.note-toolbar-item {
    float: left;
    width: auto;
    font-size: 9px;
    margin-right: 10px;
    cursor: pointer;
}

.note-comments {
    float: left;
    width: 100%;
    background: #dfdfdf;
}

.note-comment {
    margin-left: 50px;
    margin-bottom: 3px;
    width: calc(100% - 53px) !important;
    width: -webkit-calc(100% - 53px) !important;
    width: -moz-calc(100% - 53px) !important;
    background: #fff;
    padding: 0 10px !important;
}

.notes-toolbar {
    float: left;
    width: 100%;
    padding: 3px;
    background: #f0f0f0;
}

#addNoteForm .form-section-header {
    padding: 0 0 10px;
}
#addNoteForm .form-label {
    display: none;
}

#addNoteForm .form-field {
    width: 100%;
    min-height: 75px;
}


.chart {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    padding-right: 5px;
}

.tasks {
    float: left;
    width: 100%;
    padding-right: 5px;
}

.tasks .task {
    position: relative;
    float: left;
    width: 100%;
    border-bottom: 1px solid #f1f1f1;
    padding: 5px 0;
    font-size: 14px;
}

.tasks .task:last-of-type {
    border-bottom: none;
}

.tasks .task div {
    display: inline;
    position: relative;
    margin: 6px 5px 0 0;
}

.task-checkbox input {
    margin: 3px 5px 0 5px;
}

.task-category {
    float: left;
    font-size: 11px;
    margin: 2px 5px 0 0;
    padding: 0 4px 0 4px;
    line-height: 15px;
    color: #fff;
}

.task-assigned-to {
    font-weight: bold;
}

.task-assigned-by {
    color: #848484;
    font-size: 11px;
}

.task-section {
    float: left;
    width: 100%;
    text-transform: uppercase;
    font-size: 11px;
    padding: 7px 0;
    color: #999;
}

.notes-add {
    position: relative;
    float: left;
    width: 100%;
    padding: 0 0 20px 0;
}

.notes-textarea {
    float: left;
    width: 100%;
    height: auto;
    padding: 5px;
    cursor: text;
    border: 1px solid #e4e4e4;
    transition: height 0s 10000s;
    background: #fff;
}

.notes-textarea:empty:before {
    content: attr(data-text);
    color: #ccc;
}

.notes-buttons {
    position: absolute;
    z-index: 2;
    right: 23px;
    bottom: 26px;
    color: #ccc;
    font-size: 13px;
    cursor: pointer;
}

.notes-formatting {
    position: absolute;
    bottom: 0;
    right: 15px;
    font-size: 9px;
    color: #ccc;
    display: none;
}

.detail-panel {
    padding: 20px 40px !important;
    background: #fff;
    overflow: visible;
}

.detail-panel .tab-content {
    padding-left: 0;
    padding-right: 0;
}

.detail-title {
    float: left;
    width: 100%;
    display: flex;
}

.detail-title-nextto-image {
    float: left;
    padding-left: 20px;
    flex-grow: 100;
}

.detail-title-text {
    float: left;
    width: 100%;
    font-size: 25px;
    font-weight: 300;
}

.detail-title-tags {
    float: left;
    width: 100%;
    margin-top: 15px;
}

.detail-title-tags .fa-tag {
    float: left;
    margin-right: 8px;
    font-size: 14px;
    margin-top: 3px;
    color: #a5a5a5;
}

.detail-tags {
    float: left;
    position: relative;
}

.broker-tag {
    background: #b8dcdb;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    padding: 0 10px;
    margin: 3px 0;
    border-radius: 6px;
    display: inline-block;
    width: auto;
    position: relative;
    color: black;
    margin-right: 3px;
}

.detail-tags .select2-container .select2-selection--multiple {
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: 21px;
}

.edit-info .form-label {
    padding: 15px 6px 0 0;
    width: 30%;
}

.form-field input,
.form-field {
    background-color: rgb(241, 241, 241) !important;
}

.form-field input,
.form-field select {
    padding: 0 10px !important;
    margin: 0 !important;
    height: 100%;
    /* display: flex;
    flex-direction: column; */
}

.form-field .fa-edit {
    position: absolute;
    z-index: 1;
    right: 0;
    top: 27px;
    font-size: 11px;
    color: #b3b3b3;
    display: none;
    cursor: pointer;
}

.form-field:not(.form-field-buttons):hover .fa-edit {
    display: block;
}

#template-detail .select2-dropdown {
    margin-top: 7px;
}

.edit-info .select2-container .select2-selection--single .select2-selection__rendered {
    padding-top: 2px;
}

.edit-info .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 5px;
    display: none;
}

.edit-info .form-label:hover .select2-container--default .select2-selection--single .select2-selection__arrow {
    display: block;
}

.profile-image {
    position: relative;
    float: left;
    overflow: hidden;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 1px solid rgba(168, 168, 168, 0.3);
}

.profile-image img {
    width: 100%;
}

.camera-upload {
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    cursor: pointer;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.camera-upload span {
    width: 22px;
    height: 20px;
    background: url(/images/icons.svg) no-repeat scroll -176px -323px;
    position: absolute;
    top: 24px;
    left: 23px;
    cursor: pointer;
}

.profile-image:hover .camera-upload {
    display: block;
}

.profile-image-detail {
    float: left;
    padding-left: 20px;
}

.profile-image-detail-title {
    float: left;
    width: 100%;
    margin-bottom: 3px;
    font-weight: 500;
    font-size: 18px;
}

.profile-image-detail-detail {
    color: #777;
}

.profile-image-detail-icons-icon {
    font-size: 14px;
}

.profile-image-detail-icons-icon .fas,
.profile-image-detail-icons-icon .far {
    color: #9c9c9c;
    float: left;
    font-size: 13px;
    margin: 8px 5px 0 0;
}

.profile-image-detail-name {
    float: left;
}

.profile-image-detail-role {
    color: #777;
    float: left;
    padding: 5px 5px;
    border: 1px solid #ccc;
    font-size: 12px;
    line-height: 12px;
    margin: 2px 0 0 10px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.kanban {
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
}

.kanban-col {
    float: left;
    width: 20%;
    padding: 15px 5px;
    height: 100%;
}

.kanban-col:first-of-type {
    padding-left: 15px;
}

.kanban-col:last-of-type {
    padding-right: 15px;
}

.kanban-col-inner {
    background: #fafafa;
    padding: 20px;
    position: relative;
    overflow: visible;
    display: inline-block;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.kanban-item {
    float: left;
    width: 100%;
    font-size: 15px;
    padding: 15px;
    border-top: 1px solid rgba(0, 0, 0, 0.0785);
    border-left: 1px solid rgba(0, 0, 0, 0.0785);
    border-right: 1px solid rgba(0, 0, 0, 0.0785);
    border-bottom: 2px solid rgba(0, 0, 0, 0.0785);
    cursor: move;
    background: #ffffff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-bottom: 10px;
}

.kanban-col-content .kanban-item:last-of-type {
    margin-bottom: 0;
}

.kanban-item:hover {
    background: #f7f7f7;
}

.kanban-item-inner {
    float: left;
    flex-grow: 100;
}

.kanban-col-title {
    float: left;
    width: 100%;
    padding: 5px 0 20px 0;
    display: flex;
}

.kanban-col-content {
    float: left;
    width: 100%;
    height: auto;
}

.kanban-item-checkbox {
    position: relative;
    float: left;
    padding-right: 10px;
}

.kanban-item-checked .kanban-item-checkbox,
.kanban-col-checked .kanban-title-checkbox,
.kanban-item:hover .kanban-item-checkbox,
.kanban-col:hover .kanban-title-checkbox {
    visibility: visible;
}

.kanban-title-checkbox {
    float: left;
    position: relative;
    padding-right: 10px;
}

.kanban-title-inner {
    float: left;
    flex-grow: 100;
}

.kanban-title-inner-title {
    float: left;
    width: 100%;
}

.kanban-title-inner-title > span {
    position: relative;
    float: right;
}

.kanban-title-inner-title > span:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0d7";
    float: right;
    color: #c7c7c7;
    margin: 0 0 0 9px;
    cursor: pointer;
}

.kanban-title-inner-details {
    font-size: 11px;
}

.kanban-item-checkbox input[type="checkbox"] + span,
.kanban-title-checkbox input[type="checkbox"] + span,
.kanban-item-checkbox input[type="checkbox"],
.kanban-title-checkbox input[type="checkbox"] {
    margin-top: 0;
    top: 8px;
}

.kanban-item-colours {
    float: left;
    width: 100%;
    margin-bottom: 5px;
}

.kanban-item-text {
    float: left;
    width: 100%;
    display: flex;
}

.kanban-color {
    float: left;
    width: 15%;
    height: 7px;
    border-radius: 3px;
    margin-right: 5px;
}

.green-bg .kanban-item-inner-title,
.green-bg .kanban-item-inner-details,
.green-bg .kanban-item-inner a,
.green-bg .kanban-item-inner-title:hover,
.green-bg .kanban-item-inner-add {
    color: #fff;
}

.kanban-item-inner-title {
    font-weight: 500;
    float: left;
    width: 100%;
}

.kanban-item-inner-title:hover {
    color: #2c7bd0;
}

.kanban-item-inner-details {
    float: left;
    width: 100%;
}

.kanban-item-inner-title .profile-image {
    width: 25px;
    height: 25px;
    margin: 3px 5px 0 0;
}

.kanban-item-inner-add {
    float: right;
    font-size: 14px;
    font-weight: 300;
    color: #2c7bd0;
    display: none;
    cursor: pointer;
}

.kanban-item:hover .kanban-item-inner-add {
    display: block;
}

.kanban-title-tag {
    float: left;
    width: auto;
    padding: 2px 7px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    font-size: 14px;
    cursor: pointer;
    font-weight: 500;
}

.kanban-title-field {
    display: none;
    position: relative;
    float: left;
    width: 93%;
}

.kanban-title-field input[type="text"] {
    border: 2px solid #b3b3b3;
    padding: 1px 5px;
    border-radius: 3px;
}

.kanban-title-field > span:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0d7";
    color: #c7c7c7;
    cursor: pointer;
    position: absolute;
    right: 8px;
    top: 7px;
    line-height: 18px;
    height: 18px;
    width: 18px;
    text-align: center;
    border-radius: 50%;
    font-size: 13px;
}

.tag-color-select {
    cursor: pointer;
}

.timeline-container {
    position: relative;
    padding: 20px;
    overflow: auto;
}

.timeline-day {
    position: relative;
    float: left;
    width: 100%;
}

.timeline-day:before {
    content: "";
    display: block;
    position: absolute;
    top: 7px;
    bottom: 0;
    left: 105px;
    width: 1px;
    background: #e3e3e3;
}

.timeline-day-list {
    padding: 0 30px 0 0;
    margin: 0;
    list-style: none;
    position: relative;
}

.timeline-day-date {
    float: left;
    width: 100%;
    font-weight: 600;
    padding-bottom: 20px;
}

.timeline-li {
    float: left;
    width: 100%;
    padding: 0 0 20px;
    color: #111;
    background: none;
    margin-left: 0;
}

.timeline-li-time {
    float: left;
    color: #9e9e9e;
    position: relative;
    text-align: center;
    padding-right: 80px;
    padding-top: 3px;
    font-weight: normal;
    font-size: 13px;
}

.timeline-li-time:after {
    content: "";
    background: url(/images/icons.svg) no-repeat;
    background-color: #bebfbf;
    display: block;
    position: absolute;
    right: 12px;
    top: -1px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    z-index: 1;
    visibility: visible;
}

.timeline-li[data-type="note"] .timeline-li-time:after {
    background-position: -257px -1447px;
}
.timeline-li[data-type="edit"] .timeline-li-time:after {
    background-position: -256px -1542px;
}
.timeline-li[data-type="tag"] .timeline-li-time:after {
    background-position: -97px -1575px;
}
.timeline-li[data-type="attachment"] .timeline-li-time:after {
    background-position: -66px -1604px;
}

.timeline-li-details {
    float: left;
    padding-left: 5px;
    max-width: 500px;
}

.timeline-li-details span.timeline-li-note,
.timeline-li-details span.timeline-li-by {
    float: left;
    width: 100%;
}

.timeline-li-by {
    font-size: 13px;
    color: #777;
    padding-top: 5px;
}

.window {
    background: #ffffff;
    padding: 15px 15px 10px 15px;
    float: left;
    width: 100%;
    height: 100%;
}

.window form {
    height: 100%;
}

.send-email-window {
    float: left;
    width: 100%;
    height: 100%;
}

.send-email-field {
    float: left;
    width: 100%;
    border-bottom: 1px solid rgb(238, 238, 238);
}

.send-email-field input[type="text"] {
    padding: 5px 0 5px 0;
    font-size: 15px;
}

.send-email-field-label {
    float: left;
    width: 35px;
    font-size: 14px;
    line-height: 14px;
    padding-top: 12px;
}

.send-email-field-field {
    position: relative;
    float: left;
    width: calc(100% - 35px);
    width: -moz-calc(100% - 35px);
    width: -webkit-calc(100% - 35px);
}

.send-email-buttons {
    position: fixed;
    bottom: 10px;
    left: 0;
    padding: 10px 15px 0 15px;
}

.send-email-buttons .button {
    float: left;
    margin-right: 10px;
}

.send-email-cc,
.send-email-bcc {
    display: none;
}

.send-email-to-click {
    cursor: pointer;
}

.send-email-body {
    position: relative;
    float: left;
    width: 100%;
    padding-top: 10px;
    height: calc(100% - 70px);
    height: -webkit-calc(100% - 70px);
    height: -moz-calc(100% - 70px);
}

.send-email-bcc-cc {
    position: absolute;
    right: 0;
    top: 5px;
    color: #b3b3b3;
}

.send-email-respondents-view {
    cursor: pointer;
    display: none;
    border-bottom: 1px solid rgb(238, 238, 238);
    padding: 5px 0 5px 0;
}

.respondent-to,
.respondent-cc,
.respondent-bcc {
    font-size: 15px;
    color: grey;
    padding: 0 7px 0 4px;
}

.respondent-to {
    padding-left: 20px;
}

.respondent-label-cc,
.respondent-label-bcc {
    display: none;
}

.respondent-label {
    font-size: 14px;
    line-height: 14px;
    padding-top: 12px;
}

.ckloader {
    z-index: 1;
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

#login {
    padding-top: 0;
    padding-bottom: 0;
    height: 100%;
}

.login-left {
    height: 100%;
    background: #fff;
    padding: 10% 14% !important;
}

.login-right {
    height: 100%;
    background-image: url(/images/catch_background.png);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 60px 120px;
}
.portal-login-right {
    height: 100%;
    background-image: url(/images/portal_background.png);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 60px 120px;
}

.login-right h1 {
    color: #fff;
    font-weight: 300;
    font-size: 35px;
    line-height: 46px;
}

.login-right p {
    font-size: 19px;
    line-height: 24px;
    color: #fff;
    font-weight: 300;
}

.login-right .button {
    text-transform: uppercase;
    padding: 11px 20px;
    margin-top: 10px;
}

.external-form .col {
    overflow: visible;
    padding-top: 0;
    padding-bottom: 0;
}

.external-form .group {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 45px;
}
.external-form input[type="text"],
.external-form input[type="email"],
.external-form input[type="password"] {
    font-size: 18px;
    padding: 10px 0 10px 0;
    display: block;
    border: none;
    border-bottom: 1px solid #bfbfbf;
    margin: 0;
}

.password-eye {
    position: absolute;
    right: 0;
    top: 10px;
    cursor: pointer;
    color: #c7c7c7;
}

.external-form .group label {
    color: #999;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 0;
    top: 10px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}
.external-form input[type="submit"] {
    margin-top: 0;
}

input[type="search"] {
    width: 100%;
    height: 100%;
}

.form-field-container.type-search-container .search-input {
    float: left;
    width: 100%;
    margin: 0;
    border: none;
    padding: 19px 0 6px 0;
    border: none;
    outline: none;
    transition: 0.085s all ease-in;
    font-size: 16px;
    font-weight: normal;
    line-height: 26px;
    background: none;
    padding: 13px 10px !important;
}

.external-form input:-webkit-autofill ~ label,
.external-form input:focus ~ label,
.external-form input:valid ~ label {
    top: -20px;
    font-size: 11px;
}

.external-form .bar {
    position: absolute;
    display: block;
    width: 100%;
    bottom: 0;
}
.external-form .bar:before,
.external-form .bar:after {
    content: "";
    height: 2px;
    width: 0;
    bottom: 1px;
    position: absolute;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    background: #294ca4;
}
.external-form .bar:before {
    left: 50%;
}
.external-form .bar:after {
    right: 50%;
}

.external-form input:focus ~ .bar:before,
.external-form input:focus ~ .bar:after,
.external-form input:visited ~ .bar:after,
.external-form input:visited ~ .bar:before {
    width: 50%;
}

.external-form .highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}

.external-form input:focus ~ .highlight,
.external-form input:visited ~ .highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
}

.external-form form {
    float: left;
    width: 100%;
    box-shadow: 0 -10px 30px -20px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 -10px 30px -20px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 -10px 30px -20px rgba(0, 0, 0, 0.5);
    padding-top: 50px;
}

.login-logo {
    float: left;
    width: 100%;
    padding-bottom: 40px;
    text-align: center;
}

.login-logo img {
    width: 30%;
    margin: 0 auto;
}

.login-button {
    color: #fff !important;
    background-color: #294ca4 !important;
    border-color: #294ca4 !important;
}

.login-button:focus,
.login-button.focus {
    color: #fff !important;
    background-color: #294ca4 !important;
    border-color: #294ca4 !important;
    box-shadow: 0 0 0 0.2rem rgba(41, 76, 164, 0.5) !important;
}

.external-form input[type="submit"] {
    width: 100%;
    padding: 15px 20px;
    background-color: #42a2eb;
    color: #fff;
    font-weight: 500;
    border: none;
}

.external-form input[type="submit"]:hover {
    opacity: 0.8;
}

.external-form .login-hold {
    position: relative;
    float: left;
    width: 100%;
    padding: 12px 0 20px 0;
    color: #b3b3b3;
}

.external-form .login-hold label {
    cursor: pointer;
}

.external-form .login-hold label a {
    text-decoration: underline;
    color: #42a2eb;
}

.external-form .login-hold input[type="checkbox"] + span {
    margin-top: -2px;
}

.external-form .login-hold input[type="checkbox"] {
    top: 15px;
}

.login-forgot {
    float: left;
    width: 100%;
    margin-top: 50px;
    padding-top: 20px;
    text-align: center;
}

@-webkit-keyframes inputHighlighter {
    from {
        background: #5264ae;
    }
    to {
        width: 0;
        background: transparent;
    }
}
@-moz-keyframes inputHighlighter {
    from {
        background: #5264ae;
    }
    to {
        width: 0;
        background: transparent;
    }
}
@keyframes inputHighlighter {
    from {
        background: #5264ae;
    }
    to {
        width: 0;
        background: transparent;
    }
}

#user-search .user-search-field {
    position: relative;
    float: right;
    display: none;
}

#user-search input {
    background: #fff;
    margin-top: -3px;
    padding: 6px 10px 6px 30px;
    border-radius: 14px;
    font-size: 13px;
    line-height: 13px;
    width: 215px;
}

#user-search .close-icon {
    background: url(/images/icons.svg) no-repeat;
    position: absolute;
    right: 8px;
    top: 7px;
    background-position: -3px -1144px;
    width: 9px;
    height: 9px;
    cursor: pointer;
}

#user-search .search-icon {
    background: url(/images/icons.svg) no-repeat;
    background-position: 1px 0 !important;
    position: absolute;
    left: 5px;
    top: 4px;
    width: 20px;
    height: 20px;
}

#search-overlay {
    background: #fff;
    z-index: 9;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.search-overlay-title {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    background: #fff;
}

.search-overlay-icon {
    position: relative;
    float: left;
    width: 57px;
    height: 57px;
    background-color: #42a2eb;
}

.search-overlay-icon span {
    position: absolute;
    top: 16px;
    left: 14px;
    width: 30px;
    height: 25px;
    background: url(/images/icons.svg) no-repeat;
    background-position: -241px -567px;
}

.search-overlay-field {
    float: left;
    width: calc(100% - 57px);
    width: -moz-calc(100% - 57px);
    width: -webkit-calc(100% - 57px);
}

.search-overlay-field input[type="text"] {
    float: left;
    width: 100%;
    padding: 20px 15px 10px 15px;
    border-bottom: 1px solid #eee;
    font-size: 20px;
    font-weight: 300;
}

.search-overlay-field input[type="text"]:focus {
    border-bottom: 1px solid #018ee0;
}

.search-overlay-close {
    position: absolute;
    right: 20px;
    top: 21px;
    background: url(/images/icons.svg) no-repeat;
    background-position: -299px -1608px;
    width: 16px;
    height: 16px;
    cursor: pointer;
    opacity: 0.4;
}

.search-overlay-content {
    float: left;
    height: 100%;
    width: 100%;
    padding: 90px 40px 40px 57px;
    overflow-y: auto;
}

.search-overlay-content-inner {
    float: left;
    width: 100%;
}

.search-overlay-content .table-internal {
    margin-bottom: 40px;
}

.search-no-results {
    float: left;
    width: 100%;
    padding: 15px;
    background: #f0f0f0;
    margin-bottom: 40px;
}

.sidebar-wrapper {
    height: 100%;
    overflow: hidden;
    padding: 0;
}

.sidebar-sidebar {
    height: 100%;
    overflow: visible;
    padding: 10px 0 20px 0 !important;
    border-right: #e0e0e0 1px solid;
}

.sidebar-main {
    height: 100%;
    padding: 20px;
    background: #fff;
    overflow: hidden;
}

.sidebar-sidebar ul li a {
    float: left;
    width: 100%;
    padding: 8px 20px 8px 20px;
    font-weight: normal;
}

.sidebar-hastitle ul li.active > a {
    color: #2c7bd0;
}

.sidebar-hastitle .sidebar-ul {
    height: 100%;
}

.sidebar-notitle ul li.active a {
    background: #65aae5;
    color: #fff;
}

.sidebar-notitle ul li:not(.active):hover a {
    background: #d7d8da;
}

.sidebar-sidebar ul > li.sidebar-parent > a {
    font-weight: 500;
    cursor: pointer;
}

.sidebar-sidebar ul > li.sidebar-parent ul {
    display: none;
    padding-left: 20px;
}

.sidebar-sidebar ul > li.active ul {
    display: block;
}

.sidebar-title {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    top: 0;
    padding: 20px 20px 20px 20px;
    background: #e7eaed;
    font-size: 18px;
    font-weight: 300;
}

.sidebar-ul {
    float: left;
    width: 100%;
    position: relative;
    overflow: auto;
}

.sidebar-ul li a .fa-cog {
    float: right;
    font-size: 13px;
    margin-top: 7px;
    color: #b3b3b3;
    display: none;
}

.sidebar-ul li.active a .fa-cog {
    color: #fff;
}

.sidebar-ul li:hover a .fa-cog {
    display: block;
}

.sidebar-hastitle .sidebar-ul {
    padding-top: 50px;
}

.sidebar-filter {
    float: left;
    width: 100%;
}

.sidebar-filter li {
    float: left;
    width: 100%;
}

.sidebar-filter li label {
    float: left;
    width: 100%;
    position: relative;
    padding: 5px 15px;
}

.sidebar-filter li label input[type="checkbox"] {
    top: 7px;
}

.sidebar-filter li label input[type="checkbox"] + span {
    margin-top: -1px;
}

.sidebar-filter li label:hover {
    background: rgba(0, 0, 0, 0.04);
}

.sidebar-filter-title {
    text-transform: uppercase;
    color: #fff;
    font-size: 13px;
    padding: 5px 15px;
    background: #00239b;
}

.sidebar-filter-text-input {
    position: relative;
    float: left;
    width: 100%;
    padding: 15px 15px 15px 15px;
}

.sidebar-filter-text-input span {
    background: url(/images/icons.svg) no-repeat 100% -992px;
    z-index: 2;
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    right: 20px;
    top: 18px;
}

.sidebar-filter-text-input.p-0 span {
    right: 10px;
    top: 4px;
}

.sidebar-filter-text-input input[type="text"] {
    background: rgba(0, 0, 0, 0.04);
    padding: 5px;
}

.sidebar-filter-number {
    padding: 2px 5px;
    background-color: #a9a9a9;
    color: #fff !important;
    border-radius: 2px;
    line-height: 12px;
    display: inline-block;
    text-align: center;
    font-size: 11px;
    position: relative;
    left: 8px;
    top: -1px;
}

.sidebar-scroll {
    float: left;
    width: 100%;
}

.sidebar-scroll li {
    float: left;
    width: 100%;
    padding: 7px 15px;
    position: relative;
    border-left: 4px solid #ffffff;
}

.sidebar-scroll li:not(.sidebar-scroll-title):hover {
    cursor: pointer;
}

.sidebar-scroll li.active {
    background: rgba(0, 0, 0, 0.04);
    border-left: 4px solid #018ee0;
}

.sidebar-scroll li:not(.sidebar-scroll-title):not(.active):hover {
    background: rgba(0, 0, 0, 0.04);
    border-left: 4px solid rgba(0, 0, 0, 0.04);
}

.sidebar-scroll li span.smaller-font {
    font-size: 12px;
    color: #999;
    float: right;
}

.sidebar-scroll-title {
    text-transform: uppercase;
    color: #afafaf;
    font-size: 13px;
    padding: 5px 15px;
}

.table-heading {
    float: left;
    width: 100%;
    margin: 10px 0 30px 0;
}

.table-filters {
    float: left;
    width: 100%;
    padding: 10px 20px;
    border: 1px solid #e5e5e5;
}

#table-advanced-filters:before {
    content: "";
    display: inline-block;
    float: left;
    background: url(/images/icons.svg) no-repeat -218px -364px;
    height: 19px;
    width: 25px;
    margin: 2px 0 0 0;
}

.table-advanced-filters {
    background: #fff;
    display: none;
    float: left;
    width: 100%;
    padding: 10px;
}

.table-report {
    float: left;
    width: 100%;
}

.table-report .table-internal td,
.table-report .table-internal thead {
    border: 1px solid #e5e5e5;
}

.hash-dropdown .dropdown-menu,
.tree-li-container .dropdown-menu,
.widget-title .dropdown-menu,
.table-internal td .dropdown-menu,
.after-pick-list-options .dropdown-menu,
.field-editor-field .dropdown-menu,
.field-editor-section-title-icon .dropdown-menu,
.detail-panel h4 > span .dropdown-menu {
    border-top: 1px solid #d5dce0;
    top: calc(100% + 8px);
    top: -webkit-calc(100% + 8px);
    top: -moz-calc(100% + 8px);
    left: -7px;
    min-width: 0;
}

.hash-dropdown .dropdown-menu:before,
.tree-li-container .dropdown-menu:before,
.widget-title .dropdown-menu:before,
.table-internal td .dropdown-menu:before,
.after-pick-list-options .dropdown-menu:before,
.field-editor-field .dropdown-menu:before,
.field-editor-section-title-icon .dropdown-menu:before,
.detail-panel h4 > span .dropdown-menu:before {
    position: absolute;
    top: -7px;
    left: 9px;
    content: "";
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    display: inline-block;
}

.hash-dropdown .dropdown-menu:after,
.tree-li-container .dropdown-menu:after,
.widget-title .dropdown-menu:after,
.table-internal td .dropdown-menu:after,
.after-pick-list-options .dropdown-menu:after,
.field-editor-field .dropdown-menu:after,
.field-editor-section-title-icon .dropdown-menu:after,
.detail-panel h4 > span .dropdown-menu:after {
    position: absolute;
    top: -6px;
    left: 10px;
    content: "";
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    display: inline-block;
}

#header-user .dropdown-menu {
    right: -3px;
}

#header-user #user-profile .dropdown-menu {
    right: -1px;
}

.detail-panel h4 > span .dropdown-menu {
    left: -3px;
}

.widget-title .dropdown-menu {
    left: -4px;
}

#header-user .dropdown-menu:before {
    position: absolute;
    top: -7px;
    right: 7px;
    content: "";
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    display: inline-block;
}

#header-user .dropdown-menu:after {
    position: absolute;
    top: -6px;
    right: 8px;
    content: "";
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    display: inline-block;
}

.table-heading-small {
    float: left;
    width: 100%;
    padding: 30px 0 10px 0;
}

.table-heading-h1 {
    float: left;
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 20px;
}

.table-heading-h1-text {
    float: left;
}

.table-heading-detail {
    float: left;
    clear: left;
    width: 75%;
}

.table-heading-h1-icon {
    float: left;
    display: inline-block;
    width: 22px;
    height: 17px;
    margin: 7px 15px 0 0;
    background: transparent url(/images/icons.svg) no-repeat -134px -270px;
}

.table-heading .button {
    float: right;
    margin-left: 10px;
    margin-right: 0;
}

.table-heading-reload {
    font-size: 15px;
    line-height: 15px;
    margin: 9px 0 0 20px;
    float: left;
    display: none;
}

.table-heading:hover .table-heading-reload {
    display: inline-block;
}

.table-heading-reload:before {
    content: "";
    display: inline-block;
    background: transparent url(/images/icons.svg) no-repeat 0 -19px;
    width: 16px;
    height: 16px;
    margin: -3px 2px 0 0;
    opacity: 0.5;
    cursor: pointer;
    vertical-align: middle;
}

.table-internal {
    float: left;
    width: 100%;
}

.table-internal th {
    position: relative;
    padding: 9px 0 9px 10px;
    border-bottom: 3px double #e5e5e5;
    border-top: 1px solid #e5e5e5;
    font-size: 0.857rem;
    color: #9b9b9b;
    text-align: left;
    text-transform: uppercase;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}

.table-internal th .fa-info-circle {
    cursor: pointer;
}

.table-internal td {
    position: relative;
    empty-cells: show;
    padding: 7px 0 7px 10px;
    vertical-align: top;
    font-weight: normal;
    text-align: left;
    position: relative;
    vertical-align: middle;
}

.v-top td {
    vertical-align: top;
}

.table-internal tfoot td {
    font-weight: 700;
    background: #eaeaea;
}

.table-internal td a {
    color: #2c7bd0;
}

.table-internal tbody tr:nth-of-type(even) td {
    background: rgb(251, 251, 251);
}

.table-internal tr:last-of-type td {
    border-bottom: 1px solid #e5e5e5;
}

.table-internal .profile-image {
    width: 60px;
    height: 60px;
    position: relative;
    overflow: visible;
    padding: 2px;
    border: solid 1px grey;
}

.table-internal .profile-image img {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

/*.table-internal .profile-image:before{*/
/*    content: "";*/
/*    width: 10px;*/
/*    height: 10px;*/
/*    border: solid 3px #fff;*/
/*    border-radius: 50%;*/
/*    display: inline-block;*/
/*    position: absolute;*/
/*    bottom: -3px;*/
/*    right: 4px;*/
/*    background: #8ec549;*/
/*}*/

.table-internal-lines span {
    float: left;
    width: 100%;
}

.table-internal .fa-star {
    font-size: 12px;
    float: left;
    margin: 8px 3px 0 0;
    cursor: pointer;
}

.table-internal .fa-star:not(.fas) {
    color: #d4d4d4;
}

.table-internal .fa-star:not(.far) {
    color: #ffcc0b;
}

.table-internal td input[type="checkbox"],
.table-internal th input[type="checkbox"] {
    left: 12px;
    top: 15px;
}

.table-internal td input[type="checkbox"] + span,
.table-internal th input[type="checkbox"] + span {
    margin: 0;
}

.table-internal td.tcenter input[type="checkbox"],
.table-internal th.tcenter input[type="checkbox"] {
    left: 50%;
    top: 15px;
}

.table-internal td.tcenter input[type="checkbox"] + span,
.table-internal th.tcenter input[type="checkbox"] + span {
    margin: 0 auto;
}

.table-internal .td-min-width {
    width: 1%;
    white-space: nowrap;
}

#footer-tray {
    display: none;
}

.fixed-module {
    position: fixed;
    bottom: 28px;
    right: 50px;
    background: #f8f8f8;
    z-index: 9;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    transition: 200ms all;
    width: 380px;
    height: 500px;
}

.fixed-module-title {
    float: left;
    width: 100%;
    padding: 10px;
    background: #018ee0;
    color: #fff;
    cursor: pointer;
    border-bottom: 1px solid #f8f8f8;
}

.fixed-module-title:before {
    float: right;
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url(/images/dash-icons.svg) -315px -72px no-repeat;
    content: "";
}

.fixed-module-content {
    float: left;
    width: 100%;
    height: 100%;
}

.dash-conversation-container {
    float: left;
    width: 100%;
    height: calc(100% - 104px);
    height: -moz-calc(100% - 104px);
    height: -webkit-calc(100% - 104px);
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0 10px;
}

.dash-conversation-container-inner {
    float: left;
    width: 100%;
    height: auto;
}

.dash-conversation-item {
    float: left;
    width: 100%;
    clear: both;
    box-sizing: border-box;
    position: relative;
    transition: 200ms all;
    padding: 15px 0;
}

.dash-profile-image {
    float: left;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
}

.dash-profile-image img {
    width: 100%;
}

.dash-conversation {
    padding: 7px 13px;
    max-width: calc(100% - 60px);
    float: left;
    border-radius: 4px;
    word-wrap: break-word;
    background-color: #c9e7ff;
    position: relative;
    border-top-left-radius: 0;
    font-size: 14px;
}

.dash-conversation:before {
    content: "";
    width: 16px;
    height: 9px;
    background-color: #f8f8f8;
    position: absolute;
    left: -15.5px;
    top: 1px;
    transform: rotate(30deg);
    box-sizing: border-box;
    z-index: 1;
    border-radius: 50%;
    border: 2px solid #f8f8f8;
}

.dash-conversation:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 13px solid transparent;
    border-top: 9px solid #c9e7ff;
    border-right: 0 solid transparent;
    position: absolute;
    left: -11px;
    top: 0;
}

.dash-conversation-input {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px;
    background: #fff;
    border-top: 2px solid #dadee4;
}

.dash-conversation-input input[type="text"] {
    font-size: 16px;
    color: #222;
    padding: 0;
}

.dash-user .dash-profile-image {
    float: right;
    margin-left: 10px;
    margin-right: 0;
    border: 1px solid rgba(168, 168, 168, 0.3);
}

.dash-user .dash-conversation {
    background-color: #56adff;
    color: #fff;
    float: right;
}

.dash-user .dash-conversation:before {
    left: auto;
    right: -15.4px;
    transform: rotate(-30deg);
}

.dash-user .dash-conversation:after {
    left: auto;
    right: -11px;
    background-color: #56adff;
    border-top: 8px solid #56adff;
}

.dash-typing {
    background: url(/images/typing.gif) no-repeat bottom left;
    float: left;
    width: 50px;
    height: 26px;
}

.dash-response {
    display: none;
}

.dash-conversation-shortened {
    max-width: 300px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.table-internal td .dash-conversation-item {
    padding-top: 0;
    padding-bottom: 7px;
}

.table-internal td .dash-conversation-item:last-of-type {
    padding-bottom: 0;
}

.table-internal td .dash-conversation {
    padding: 4px 13px;
}

.import-canvas {
    width: 100%;
    min-height: 100%;
    float: left;
    background: #ffffff;
    padding: 10px 20px 95px 20px !important;
    overflow-y: auto;
}

.report-canvas {
    width: 100%;
    float: left;
    height: 100%;
    background: #ffffff;
    padding: 10px 20px 95px 20px !important;
    overflow-y: auto;
}

.report-total {
    background: #fff;
    z-index: 2;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px 20px;
    border-top: 1px solid rgb(204, 204, 204);
    color: #979797;
}

.report-total span {
    color: initial;
}

.form-field-table-hascounter tr td {
    position: relative;
    padding-top: 10px;
}

.form-field-table-hascounter tr:not(:first-of-type) > td:first-of-type:before {
    content: "";
    display: inline-block;
    position: absolute;
    border-left: 1px solid #dadada;
    height: 100%;
    top: -12px;
    left: 14px;
}

.counter {
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #f6f6f6;
    border: 1px solid #b3b3b3;
    border-radius: 50%;
    text-align: center;
    z-index: 1;
    position: relative;
    left: 0;
    top: -11px;
}

.and-or {
    text-transform: uppercase;
    color: #2c7bd0;
    z-index: 1;
    cursor: pointer;
    position: absolute;
    width: 30px;
    text-align: center;
    background-color: #fff;
    font-size: 12px;
    line-height: 12px;
    padding: 2px 0;
    top: 2px;
    left: 0;
}

.form-field-table-hascounter tr:first-of-type .and-or {
    display: none;
}

.filter-criteria {
    float: left;
    width: 100%;
    padding-left: 70px;
}

#template-calendar .sidebar-main {
    overflow: hidden;
}

#template-layout .sidebar-main,
#template-template-editor .sidebar-main {
    background: none;
}

#template-layout .sidebar-sidebar {
    background: #3b3f42;
}

#template-template-editor .sidebar-sidebar {
    background: #fff;
}

#calendar {
    float: left;
    margin-top: -1px;
    margin-left: -1px;
    width: calc(100% + 2px);
    width: -webkit-calc(100% + 2px);
    width: -moz-calc(100% + 2px);
    height: calc(100% + 2px);
    height: -webkit-calc(100% + 2px);
    height: -moz-calc(100% + 2px);
}

#small_calendar {
    border-bottom: #e0e0e0 1px solid;
    float: left;
    width: 100%;
    padding-bottom: 10px;
}

#map {
    height: 100%;
}

.advanced-filter {
    float: left;
    width: 100%;
    padding: 5px 15px 0 35px;
    background: #f5f5f5;
}

.advanced-filter .inline-fields-field .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0;
    margin-top: -7px;
    margin-bottom: 10px;
    border-color: #dedede;
    font-size: 13px;
}

.advanced-filter .inline-fields-field .select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
}

.inline-fields-field div[contenteditable="true"],
.advanced-filter .inline-fields-field input[type="text"] {
    min-width: 25px;
    max-width: 80px;
    border-bottom: 1px solid #dedede;
    font-size: 13px;
    outline: none;
    padding-bottom: 1px;
    padding-top: 0;
    top: -8px;
    text-align: center;
    position: relative;
    float: none;
    width: auto;
    display: inline-block;
}

.inline-fields-field div[contenteditable="true"] p {
    margin: 0;
}

.form-field .inline-fields-field div[contenteditable="true"] {
    font-size: inherit;
}

.advanced-filter .inline-fields-label {
    display: inline-block;
    vertical-align: top;
    line-height: 13px;
    font-size: 13px;
}

.warning {
    float: left;
    width: 100%;
    padding: 10px 20px;
    background-color: #ffecec;
    color: red;
    border: 1px solid #ddd;
}

.notice {
    float: left;
    width: 100%;
    padding: 10px 20px;
    background-color: #feffdf;
    border: 1px solid #ddd;
}

.copy-area {
    float: left;
    width: 100%;
    padding: 10px 20px;
    background: #fff7dd;
    border: 1px dashed #ffd58c;
}

.form-section .notice {
    margin: 15px 0;
}

.lock {
    background-image: url(/images/icons.svg);
    background-position: -230px -964px;
    width: 19px;
    height: 24px;
    float: left;
    margin: 9px 20px 0 0;
}

.tree {
    float: left;
    width: 100%;
}

.tree li .tree-li-container {
    position: relative;
    float: left;
    width: 100%;
    padding: 3px 5px;
}

.tree li ul {
    padding-left: 20px;
}

.tree li .dropdown-menu ul {
    padding-left: 0;
}

.tree li .tree-li-container:hover {
    background: #f0f1f3;
}

.tree li .tree-li-container:hover > .edit-delete-iconset {
    display: inline-block;
}

.note:hover > .edit-delete-iconset,
.task:hover > .edit-delete-iconset {
    display: block;
}

.tree li .tree-li-container .minimize,
.tree li .tree-li-container .expand,
.tree li .tree-li-container .none {
    content: "";
    background-image: url(/images/tree-icons.png);
    background-repeat: no-repeat;
    cursor: pointer;
    height: 13px;
    width: 13px;
    z-index: 2;
    position: relative;
    left: 0;
    top: 7px;
    margin-right: 9px;
    float: left;
}

.tree li .minimize {
    background-position: -10px -33px;
}

.tree li .expand {
    background-position: -10px -10px;
}

.tree li .none {
    background-position: -10px -56px;
}

.edit-delete-iconset {
    position: relative;
    margin-left: 25px;
}

.edit-delete-iconset span {
    cursor: pointer;
    background-image: url(/images/icons.svg);
    background-repeat: no-repeat;
    width: 14px;
    height: 13px;
    margin-left: 5px;
    display: inline-block;
}

.edit-delete-iconset .fa-ellipsis-h {
    font-size: 14px;
    color: #999;
    cursor: pointer;
}

.edit-delete-iconset .edit-icon {
    background-position: -120px -246px;
}

.edit-delete-iconset .delete-icon {
    background-position: -159px -246px;
}

.edit-delete-iconset .delete-icon:hover {
    background-position: -180px -474px;
}

.tree-options {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    font-size: 13px;
    line-height: 13px;
}

.tree-options a {
    text-decoration: underline;
    color: #018ee0;
    float: left;
    padding-right: 10px;
    padding-left: 10px;
    border-right: 1px solid #aaa;
}

.tree-options a:first-of-type {
    padding-left: 0;
}

.email-parser {
    position: relative;
    float: left;
    width: 100%;
    height: 400px;
    margin-bottom: 10px;
    border: 1px solid #d8d8d8 !important;
}

.email-parser-content {
    position: relative;
    padding: 30px;
    float: left;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    outline: none;
}

.parse-field-text {
    background: #fae1b9;
    position: relative;
}

.parse-field-label {
    font-size: 13px;
    color: #888;
    margin-top: 2px;
    padding-left: 10px;
    padding-right: 10px;
}

.parse-field-select .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0 20px 0 0 !important;
}

.parse-field-select .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 2px !important;
}

.email-parser-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #e7e7e7;
    width: 100%;
    padding: 10px;
    text-align: right;
}

.email-parser-footer a {
    float: right;
    margin-left: 10px;
}

.templates {
    float: left;
    width: 100%;
    padding: 30px 0;
}

.template-container {
    float: left;
    width: 177px;
    margin: 0 20px;
}

.template-container:first-of-type {
    margin-left: 0;
}

.template {
    width: 100%;
    height: 238px;
}

.template-image {
    float: left;
    position: relative;
    width: 100%;
    height: 100%;
    background: #fff;
    border: #e0e0e0 1px solid;
    padding: 8px;
    overflow: hidden;
}

.template-image-image {
    background-repeat: no-repeat;
    float: left;
    position: relative;
    width: 100%;
    height: 100%;
}

.template-one-column {
    background-image: url(/images/templates/one-column.svg);
}
.template-two-column {
    background-image: url(/images/templates/two-column.svg);
}
.template-two-column-image {
    background-image: url(/images/templates/two-column-image.svg);
}
.template-two-column-two-image {
    background-image: url(/images/templates/two-column-two-image.svg);
}
.template-three-column {
    background-image: url(/images/templates/three-column.svg);
}

.template-select {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.7);
    text-align: center;
    padding: 10px 0;
    transition: all 0.3s ease-out;
    bottom: -55px;
}

.template:hover .template-select {
    bottom: 0;
}

.template-select .button {
    float: none;
    margin: 0;
}

.template-title {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #888;
    padding-top: 10px;
}

.field-selector,
.template-items {
    float: left;
    width: 100%;
    padding: 0 20px;
}

.field-selector .edit-info,
.template-items .edit-info {
    padding: 0;
    margin-bottom: 20px;
}

.field-selector .edit-info .form-field {
    border-color: #5a5a5a;
}

.field-selector .edit-info input[type="text"] {
    color: #fff;
}

.field-selector-fields {
    float: left;
    width: 100%;
}

.field-selector-fields li {
    float: left;
    width: 50%;
    padding-top: 5px;
    cursor: grab;
}

.field-selector-fields li[data-type="section"] {
    padding-top: 10px !important;
}

.field-selector-fields li:nth-of-type(even) {
    padding: 5px 0 0 2.5px;
}

.field-selector-fields li:nth-of-type(odd) {
    padding: 5px 2.5px 0 0;
}

.field-selector-fields li.wider {
    width: 100%;
    padding: 5px 0 0 0;
    text-align: center;
}

.field-selector-fields li > div {
    background: #fff;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    padding: 3px 10px 3px 10px;
    position: relative;
    font-size: 12px;
}

.field-selector-fields li > div:before,
.field-type > div:before {
    content: "";
    position: relative;
    display: inline-block;
    width: 20px;
    height: 17px;
    background: transparent url(/images/sprite-fields.svg) no-repeat scroll;
    opacity: 0.5;
    top: 4px;
    margin-right: 5px;
}

.field-selector-fields li > div:hover {
    background: #fff3d3;
    color: #111 !important;
}

.field-selector-fields li > div:hover:before {
    opacity: 1;
}

.field-selector-fields li[data-type="text"] div:before,
.field-type[data-type="text"] div:before {
    background-position: -9px -45px;
}
.field-selector-fields li[data-type="multi-line"] div:before,
.field-type[data-type="multi-line"] div:before {
    background-position: -8px -59px;
}
.field-selector-fields li[data-type="email"] div:before,
.field-type[data-type="email"] div:before {
    background-position: -9px -73px;
}
.field-selector-fields li[data-type="phone"] div:before,
.field-type[data-type="phone"] div:before {
    background-position: -8px -93px;
}
.field-selector-fields li[data-type="pick-list"] div:before,
.field-type[data-type="pick-list"] div:before {
    background-position: -9px -111px;
}
.field-selector-fields li[data-type="multi-select"] div:before,
.field-type[data-type="multi-select"] div:before {
    background-position: -8px -132px;
}
.field-selector-fields li[data-type="date"] div:before,
.field-type[data-type="date"] div:before {
    background-position: -9px -155px;
}
.field-selector-fields li[data-type="datetime"] div:before,
.field-type[data-type="datetime"] div:before {
    background-position: -9px -178px;
}
.field-selector-fields li[data-type="number"] div:before,
.field-type[data-type="number"] div:before {
    background-position: -162px -7px;
}
.field-selector-fields li[data-type="auto-number"] div:before,
.field-type[data-type="auto-number"] div:before {
    background-position: -37px -114px;
}
.field-selector-fields li[data-type="currency"] div:before,
.field-type[data-type="currency"] div:before {
    background-position: -5px -223px;
}
.field-selector-fields li[data-type="decimal"] div:before,
.field-type[data-type="decimal"] div:before {
    background-position: -39px -46px;
}
.field-selector-fields li[data-type="percent"] div:before,
.field-type[data-type="percent"] div:before {
    background-position: -39px -95px;
}
.field-selector-fields li[data-type="long-integer"] div:before,
.field-type[data-type="long-integer"] div:before {
    background-position: -8px -200px;
}
.field-selector-fields li[data-type="checkbox"] div:before,
.field-type[data-type="checkbox"] div:before {
    background-position: -39px -79px;
}
.field-selector-fields li[data-type="url"] div:before,
.field-type[data-type="url"] div:before {
    background-position: -39px -10px;
}
.field-selector-fields li[data-type="lookup"] div:before,
.field-type[data-type="lookup"] div:before {
    background-position: -71px -10px;
}
.field-selector-fields li[data-type="formula"] div:before,
.field-type[data-type="formula"] div:before {
    background-position: -104px -8px;
}
.field-selector-fields li[data-type="user"] div:before,
.field-type[data-type="user"] div:before {
    background-position: -101px -209px;
}
.field-selector-fields li[data-type="file-upload"] div:before,
.field-type[data-type="file-upload"] div:before {
    background-position: -72px -267px;
}
.field-selector-fields li[data-type="multi-select-lookup"] div:before,
.field-type[data-type="multi-select-lookup"] div:before {
    background-position: -37px -265px;
}
.field-selector-fields li[data-type="subform"] div:before,
.field-type[data-type="subform"] div:before {
    background-position: -205px -135px;
}
.field-selector-fields li[data-type="section"] div:before,
.field-type[data-type="section"] div:before {
    background-position: -10px -294px;
}

.field-editor {
    float: left;
    width: 80%;
}

.field-editor > .ui-sortable-placeholder {
    float: left;
    width: 100%;
    height: 100px;
    border: 1px dashed #37a3dc;
    background-color: #e7f2fa;
    margin-bottom: 30px;
}

.field-editor-section {
    position: relative;
    float: left;
    width: 100% !important;
    height: auto !important;
    padding: 10px;
    cursor: move;
    border: solid 1px #e7eaed;
    margin-bottom: 30px;
    background: #e7eaed;
}

.field-editor .one-col .col12-12 .col6-12:first-of-type {
    width: 100% !important;
}

.field-editor .one-col .col12-12 .col6-12:last-of-type {
    display: none;
}

.field-editor-section:hover,
.field-editor > .active {
    border: dashed 1px #96989a;
}

.field-editor-section .col {
    overflow: visible;
}

.field-editor-section-title {
    float: left;
    width: 100%;
}

.field-editor-section-title-icon {
    display: none;
    background: url(/images/sprite-modules.svg) no-repeat -56px -292px;
    width: 19px;
    height: 18px;
    float: right;
    cursor: pointer;
    position: relative;
    z-index: 3;
}

.field-editor-section:hover .field-editor-section-title-icon,
.active .field-editor-section-title-icon {
    display: inline-block;
}

.field-editor-section-title input[type="text"] {
    padding: 0;
    border: none;
    font-weight: bold;
    font-size: 15px;
    max-width: 300px;
}

.field-editor-section-title input[type="text"]:hover,
.field-editor-section-title input[type="text"]:focus {
    background: #ffffff;
}

.field-editor-fields {
    position: relative;
    float: left;
    width: 100%;
    min-height: 44px;
    padding-bottom: 20px;
}

.field-editor-fields > li {
    float: left;
    width: 100% !important;
    height: auto !important;
    margin-bottom: 10px;
    min-height: 44px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.field-editor-fields > li.multi-line .field-editor-field {
    min-height: 88px;
}

.field-editor-fields li.ui-sortable-placeholder {
    border: 1px dashed #37a3dc;
    background-color: #e7f2fa;
}

.field-editor-field {
    float: left;
    width: 100%;
    background: #fff;
    position: relative;
    padding: 7px 10px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border: 1px solid #ffffff;
}

.field-editor-field:hover {
    cursor: grab;
    border: 1px solid #d6d6d6;
}

.field-editor-fields .active {
    border: 1px solid #37a3dc !important;
    background-color: #e7f2fa !important;
}

.field-editor-field-title {
    display: inline-block;
    float: left;
    width: 40%;
}

.field-editor-field-type {
    display: inline-block;
    float: left;
    width: 60%;
    line-height: 14px;
    font-size: 14px;
    padding: 10px 0 0 0;
}

.field-editor-field-type .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0 20px 5px 0;
    line-height: 14px;
    font-size: 14px;
}

.field-editor-field-type .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: -5px;
}

.field-editor-field i {
    position: absolute;
    right: 10px;
    top: 15px;
    font-size: 14px;
    cursor: pointer;
    color: #b3b3b3;
}

.field-editor-field i:hover {
    color: #333;
}

.field-editor-field input[type="text"] {
    padding: 5px;
    border: none;
    font-size: 14px;
    line-height: 14px;
    width: 90%;
    border: 1px solid #fff;
    text-transform: capitalize;
}

.field-editor-field input[type="text"]:hover {
    background: #e7eaed;
    border: 1px solid #e7eaed;
}

.field-editor-field input[type="text"]:focus,
.field-editor-fields .active input[type="text"] {
    background: #ffffff;
    border: 1px solid rgba(121, 187, 238, 0.75);
}

.pick-list-options {
    float: left;
    width: 100%;
    padding: 5px;
    border: 1px solid #e2e2e2;
    max-height: 200px;
    overflow-y: auto;
}

.pick-list-options tr {
    border-bottom: 3px solid #fff;
}

.pick-list-options table tr:last-of-type {
    border: none;
}

.pick-list-options td {
    background: #f4f4f4;
    padding: 5px;
}

.pick-list-options tr:hover td {
    background: #eaeaea;
}

.pick-list-options td input[type="text"] {
    background: none;
    padding: 5px;
    font-size: 13px;
}

.pick-list-options td input[type="text"]:focus {
    background: #fff;
    border: none;
}

.pick-list-options .form-field-table td .form-field {
    height: auto;
    border: none;
}

.pick-list-options .form-field-table td .form-field:not(.no-underline):focus-within {
    border: none !important;
}

.pick-list-options input[type="radio"] + span {
    margin-top: -10px;
}

.after-pick-list-options {
    float: left;
    width: 100%;
    background: #f4f4f4;
    padding: 5px 5px 5px 0;
    font-size: 13px;
}

.after-pick-list-options > a {
    color: #42a2eb;
    margin-left: 10px;
}

.dialog-slide-container {
    float: left;
    width: 100%;
    overflow: hidden;
}

.dialog-slide-section {
    float: left;
    width: 100%;
    top: auto !important;
}

.multiple-picker {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.multiple-picker-list {
    float: left;
    width: 50%;
    height: 280px;
    background: #f8f8f8;
    border: 1px solid #e2e2e2;
}

.multiple-picker-list li {
    font-size: 12px;
    padding: 5px 10px;
    cursor: pointer;
    border-bottom: 1px solid #e2e2e2;
}

.multiple-picker-list li:hover {
    background: #fdfdfd;
}

.multiple-picker-select {
    float: right;
    width: calc(50% - 10px);
    width: -webkit-calc(50% - 10px);
    width: -moz-calc(50% - 10px);
    height: 280px;
    border: 1px solid #e2e2e2;
    text-align: center;
}

.multiple-picker-select select {
    width: 100%;
    height: 100%;
    padding: 10px 0 10px 10px;
    font-size: 14px;
}

.multiple-picker-select select option {
    padding: 5px;
}

.multiple-picker-select-placeholder {
    color: #b3b3b3;
    font-size: 20px;
    font-weight: 300;
    padding: 40% 30px 0 30px;
}

.dialog-slide-back {
    margin-top: 10px;
    font-size: 13px;
    color: #018ee0;
}

.manual-entry-options {
    min-height: 300px;
}

.heightAuto {
    height: auto !important;
}

.formula-picker {
    background: #f8f8f8;
    margin-bottom: 15px;
    padding: 10px !important;
}

.formula-picker .form-field {
    height: auto;
    width: 100%;
}

.formula-picker .select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding: 0 25px 3px 10px;
    background: #fff;
}

.formula-picker .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 3px;
}

.formula-picker .select2-container {
    width: 100% !important;
}

.function-syntax {
    font-size: 14px;
    line-height: 20px;
}

.function-syntax td {
    padding-right: 20px;
}

.add-to-formula {
    font-size: 14px;
    color: #42a2eb;
}

.sub-form {
    margin-top: 15px;
    padding: 0;
    background: #fff;
    border: 1px solid #d6d6d6;
}

.sub-form .field-editor-field,
.sub-form .field-editor-field:hover {
    padding: 0;
    height: 90px;
    border: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.sub-form > .field-editor-fields {
    padding-bottom: 0;
}

.sub-form > .field-editor-fields > li {
    width: 20% !important;
    margin-bottom: 0;
    height: 90px !important;
    padding: 0;
    border-right: 1px solid #d6d6d6;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.sub-form .field-editor-field-title {
    width: 100%;
}

.sub-form .field-editor-field-type {
    width: 100%;
    padding: 15px 15px 10px 15px;
}

.sub-form .field-editor-field input[type="text"],
.sub-form .field-editor-field input[type="text"]:active {
    background: #e7eaed;
    border: 1px solid #e7eaed;
    width: 100%;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    padding: 10px 15px;
}

.add-subform-field {
    text-align: center;
}

.add-subform-field:hover {
    cursor: pointer;
    border: 1px solid #8e8e8e;
}
.sub-form-aggregate-fields {
    float: right;
    width: 30%;
    background: #fff;
    margin-top: 10px;
}

.sub-form-aggregate-fields li {
    border-bottom: 1px solid #d6d6d6;
    padding: 7px 15px;
    position: relative;
}

.sub-form-aggregate-fields li i {
    position: absolute;
    right: 10px;
    top: 15px;
    font-size: 14px;
    cursor: pointer;
    color: #b3b3b3;
}

.sub-form-aggregate-fields ul li:last-of-type {
    border: none;
}

.add-aggregate-field {
    font-size: 13px;
}

.advanced-config {
    float: right;
    margin-top: 10px;
    font-size: 14px;
}

.sidebar-main-scroll-to {
    overflow: visible;
}

.extensions-container {
    float: left;
    width: calc(100% + 30px);
    width: -webkit-calc(100% + 30px);
    width: -moz-calc(100% + 30px);
    overflow: auto;
    margin-left: -15px;
}

.featured-extensions {
    background: #018ee0;
    color: #fff;
    padding: 30px !important;
    overflow: auto;
}

.featured-extensions .extension-container {
    width: 20%;
}

.featured-extensions .extension {
    margin-bottom: 0;
}

.extension-container {
    padding: 0 15px !important;
    float: left;
    display: inline-block;
    width: 25%;
}

.extension {
    background: #fff;
    border: 1px solid #fff;
    overflow: auto;
    color: initial;
    position: relative;
    margin-bottom: 30px;
}

.extension-image {
    float: left;
    width: 100%;
    text-align: center;
}

.extensions-container .extension-image {
    height: 162px;
}

.featured-extensions .extension-image {
    height: 120px;
}

.extension-image img {
    width: 100%;
    margin: 0 auto;
}

.extension-detail {
    padding: 10px;
    float: left;
    width: 100%;
    border-top: 1px solid #e8e8e8;
}

.extension-title {
    float: left;
}

.extension-rating {
    float: right;
    text-align: right;
}

.extension-stars {
    display: inline-block;
}

.extension-rating .fa-star {
    color: #d8d8d8;
    font-size: 12px;
}

.extension-filters {
    float: left;
    width: 100%;
    background: #fff;
    padding: 10px;
    margin: 30px 0;
}

.extension-filters .fa-search {
    float: right;
    margin: 8px 0 0 0;
    color: #b9b9b9;
}

.extension-filters .select2-container {
    margin-right: 30px;
}

.form-field .select2-container {
    width: 100% !important;
    height: 100%;
    flex: 1;
}

.form-field.color-form-field {
    display: block;
}
.form-field.color-form-field input[type="color"] {
    height: 52px;
}

.form-field:hover,
.form-field input:hover {
    background-color: rgb(226, 226, 226) !important;
}

.form-field .select2-search__field {
    background-color: transparent !important;
}

.form-field .select2-container .selection {
    flex: 1;
    width: 100%;
}
.form-field textarea {
    padding: 15px !important;
    margin: 0 !important;
}
.form-field input {
    flex: 1;
}

.form-field .select2-container .select2-selection {
    flex: 1;
    height: 100%;
    padding: 0 10px;
}

.extension-filters .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0 25px 0 0;
}

.extension-filters .select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: -21px;
}

.extension-hover {
    display: none;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #fff;
    position: absolute;
    padding: 30px;
}

.extension-hover-title {
    font-size: 22px;
}

.extension-hover-description {
    color: #999;
    margin-top: 15px;
    float: left;
    width: 100%;
}

.extension-hover .button {
    float: left;
    clear: both;
}

.extension:hover > .extension-hover {
    display: block;
    cursor: pointer;
}

.extension:hover {
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.06);
    border: 1px solid #d5dce0;
}

#notification-panel {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 400px;
    background: #f8f8f8;
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.06);
    border-left: 1px solid #d5dce0;
    border-right: 1px solid #d5dce0;
    border-bottom: 1px solid #d5dce0;
    padding-bottom: 20px;
}

.notifications-header {
    float: left;
    width: 100%;
    padding: 15px 15px 10px 15px;
    border-bottom: 1px solid #d5dce0;
    background: #fff;
    line-height: 31px;
    font-size: 20px;
    font-weight: 300;
}

.notifications-title {
    font-size: 20px;
}

.notifications-body {
    float: left;
    width: 100%;
    max-height: calc(100% - 60px);
    max-height: -moz-calc(100% - 60px);
    max-height: -webkit-calc(100% - 60px);
    overflow-y: auto;
}

.notifications {
    float: left;
    width: 100%;
    padding: 15px;
}

.notifications li {
    padding: 15px;
    font-size: 15px;
    border: 1px solid #e6e6e6;
    background: #fff;
    margin-bottom: 10px;
}

.notifications li a {
    text-decoration: underline;
    color: #42a2eb;
}

body.notification-panel-open #desktop,
body.notification-panel-open #toolbar {
    width: calc(100% - 400px);
    width: -moz-calc(100% - 400px);
    width: -webkit-calc(100% - 400px);
    right: 300px;
}

#user-notifications-close {
    color: #dbdbdb;
    position: absolute;
    top: 24px;
    right: 15px;
    font-size: 15px;
    cursor: pointer;
}

#user-notifications-close:hover {
    color: #b3b3b3;
}

.title-link {
    font-size: 15px;
    color: #42a2eb;
}

.list-bulk-options {
    float: right;
}

.template-editor {
    box-shadow: rgb(195, 195, 195) 0 0 3px 2px;
    -webkit-box-shadow: rgb(195, 195, 195) 0 0 3px 2px;
    -moz-box-shadow: rgb(195, 195, 195) 0 0 3px 2px;
    background-color: #ffffff;
    width: 1000px;
    margin: 0 auto 0 auto;
    padding: 30px 0;
    border-radius: 2px;
    min-height: 120%;
}

.template-component {
    border: 1px solid #fff;
    padding: 20px 30px !important;
    margin-bottom: 3px;
    position: relative;
    overflow: visible;
}

.template-component-row {
    overflow: visible;
    padding: 0 !important;
}

.template-component h1,
.template-component h2,
.template-component h3 {
    font-weight: 500;
}

.template-component:hover {
    border: dashed 1px #96989a;
}

.template-component-focused {
    border: 1px solid #018ee0 !important;
}

.template-component-inner {
    outline: none;
    position: relative;
}

.template-control-move {
    position: absolute;
    top: -1px;
    left: -35px;
    background-color: #018ee0;
    width: 35px;
    height: 35px;
    background-position: -81px -630px;
    background-image: url(/images/editor-icons.svg);
    cursor: move;
}

.template-control-duplicate {
    position: absolute;
    top: -1px;
    right: -35px;
    background-color: #018ee0;
    width: 35px;
    height: 35px;
    background-position: -78px -339px;
    background-image: url(/images/editor-icons.svg);
    cursor: pointer;
}

.template-control-delete {
    position: absolute;
    top: 35px;
    right: -35px;
    background-color: #018ee0;
    width: 35px;
    height: 35px;
    background-position: -102px -338px;
    background-image: url(/images/editor-icons.svg);
    cursor: pointer;
}

.template-item-container {
    position: relative;
    float: left;
    width: 104px;
    height: 100px;
    margin-bottom: 20px;
    margin-right: 20px;
}

.template-item {
    position: relative;
    background-color: #f7f7f7;
    cursor: move;
    border: 1px solid #cacaca;
    border-radius: 2px;
    transition: all 0.4s;
    box-shadow: 0 4px 6px -2px #d6d6d6;
    text-decoration: none;
    font-weight: lighter;
    font-size: 11px;
    text-transform: uppercase;
    color: #3b3b3b;
    text-align: center;
    padding-top: 10px;
    height: 100%;
    width: 100%;
}

.template-item:hover {
    background: #ededed;
}

.template-item:before {
    content: "";
    display: block;
    width: 55px;
    margin: 0 auto;
    height: 45px;
    background-image: url(/images/editor-icons.svg);
}

.template-item-text:before {
    background-position: -4px -96px;
}
.template-item-image:before {
    background-position: -80px -96px;
}
.template-item-spacer:before {
    background-position: -253px -271px;
}
.template-item-image-text:before {
    background-position: -163px -100px;
}
.template-item-button:before {
    background-position: -249px -99px;
}
.template-item-columns:before {
    background-position: -71px -214px;
}
.template-item-table:before {
    background-position: -239px -485px;
}
.template-item-background:before {
    background-position: -266px -669px;
}

.template-items-footer {
    position: absolute;
    bottom: 0;
    left: 20px;
    right: 20px;
}

.center-box {
    margin: 5% auto 0 auto;
    width: 500px;
}

.center-box form {
    background: #fff;
    padding: 30px 30px 30px 30px;
    border: solid 1px #dddddd;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.center-box p {
    margin-bottom: 30px;
}

.password-requirements-info {
    margin: -15px 0 25px 0;
}

.password-requirements-info .green .fa-times-circle {
    display: none;
}

.password-requirements-info .red .fa-check-circle {
    display: none;
}

.detail-panel h4 > span {
    position: relative;
}

.detail-panel h4 > span:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0d7";
    color: #c7c7c7;
    margin: 0 -7px 0 9px;
}

.detail-panel h4 > span:hover:after {
    color: #333;
    cursor: pointer;
}

.detail-tabs {
    padding: 0 !important;
}

.upload-area {
    float: left;
    width: 100%;
    min-height: 300px;
    border: 2px dashed #d5d5d5;
    text-align: center;
    padding-top: 17%;
}

.time-icon {
    background-image: url(/images/basic.png);
    background-position: -8px -109px;
    width: 28px;
    height: 28px;
    float: none;
    display: block;
}

.time-play {
    background-position: -8px -109px;
}

.time-pause {
    background-image: url(/images/pause.gif);
    border-radius: 50%;
    background-position: -2px 0;
}

.next-prev {
    background-image: url(/images/icons.svg);
    background-repeat: no-repeat;
    width: 16px;
    height: 21px;
    cursor: pointer;
    float: right;
    padding: 10px;
    margin: 7px 0 0 10px;
}

.prev-record {
    background-position: -2px -127px;
}

.next-record {
    background-position: -20px -127px;
}

.detail-stages {
    height: 110px;
    line-height: 85px;
    margin: 0;
    padding: 0 20px;
    list-style: none;
    box-sizing: border-box;
    position: relative;
}

.detail-stages:before {
    content: "";
    display: block;
    position: absolute;
    top: 46px;
    bottom: 38px;
    left: 35px;
    right: 20px;
    box-sizing: border-box;
    height: 1px;
    background: #e3e3e3;
}

.detail-stage {
    width: 20px !important;
    height: 20px !important;
    border: 1px #cbcbcb solid;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    z-index: 1;
    position: relative;
    background-color: #fff;
    padding: 0;
    margin-top: 6px;
    zoom: 1;
    vertical-align: middle;
    margin-left: 10%;
    cursor: pointer;
}

.detail-stage.current {
    border: 2px #7abc64 solid;
    box-shadow: 0 0 0 2px #fff;
    width: 22px !important;
    height: 22px !important;
}

.detail-stage.complete {
    border: 2px #7abc64 solid;
}

.detail-stage.complete:after {
    content: "";
    background: url(/images/icons.svg) no-repeat -260px -327px !important;
    width: 11px !important;
    height: 8px;
    display: inline-block;
    position: absolute;
    top: 4px;
    left: 2px;
}

.detail-stage.current:before {
    content: "";
    background-color: #7abc64;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    display: inline-block;
    position: absolute;
    top: 3px;
    left: 3px;
}

.detail-stage:first-of-type {
    margin-left: 0;
}

.detail-stage-detail {
    font-size: 11px;
    line-height: 15px;
    color: #999;
    display: inline-block;
    width: 100px;
    margin-left: -38px;
    position: relative;
}

.detail-stage-detail .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0 20px 0 0;
}

.detail-stage-detail .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 2px;
}

.hash-dropdown {
    position: absolute;
    width: 10px;
    height: 25px;
}

.hash-dropdown .dropdown-menu {
    width: 100px;
}

.selected-item a,
.selected-item a:hover {
    background: #ececec !important;
    color: #333 !important;
}

#progress-bar {
    display: none;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
}

.progress-bar-success {
    height: 100%;
    float: left;
    display: block;
    background: #5cb85c;
}

.upload-files {
    text-decoration: underline;
    color: #018ee0;
    float: left;
    padding-right: 10px;
    padding-left: 10px;
    position: relative;
}

.upload-files input {
    opacity: 0;
    width: 72px;
    height: 14px;
    margin: 0 !important;
    position: absolute;
    left: 9px;
    top: 0;
    cursor: pointer;
}

#edit-image {
    max-width: 100%;
}

#external-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 20px;
    background: #018ee0;
    color: #ffffff;
    line-height: 38px;
}

#external-header .button {
    float: right;
    margin: 0 0 0 20px;
}

#external-header .fa-ellipsis-v {
    float: right;
    margin: 8px 0 0 20px;
}

#template-signature #desktop {
    top: 22px;
}

#signature-area {
    float: left;
    width: 100%;
    max-height: 120px;
    overflow: hidden;
    background: #ffffff;
}

.edit-image-buttons .button {
    float: left;
    margin-right: 3px;
    min-width: 34px;
    text-align: center;
}

.button-group {
    float: left;
    margin-right: 10px;
}

.workflow-canvas {
    background: #ebe8e1 url(/images/dots.svg) repeat;
    padding-top: 30px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.workflow-item {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 50px;
}

.workflow-title {
    float: left;
    position: relative;
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
}

.workflow-title:before {
    content: "";
    border-top: 2px solid #a4a4a4;
    position: absolute;
    left: 60px;
    display: inline-block;
    height: 1px;
    width: 70px;
    top: 30px;
}

.workflow-content-completed:after {
    content: "";
    border-left: 2px solid #a4a4a4;
    position: absolute;
    left: 30px;
    display: inline-block;
    height: 100%;
    width: 1px;
    top: 60px;
}

.workflow-content {
    float: left;
    background: #fff;
    padding: 20px;
    margin-left: 70px;
    width: 50%;
}

.workflow-content-break {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 5px;
    overflow: visible;
}

.workflow-content-break .chevron-down {
    border-top: 9px solid #ccc;
    border-left: 9px solid transparent;
    left: 55px;
    border-right: 9px solid transparent;
    display: inline-block;
    position: absolute;
    bottom: -9px;
    transform-origin: top;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    -moz-transform-origin: top;
}

.workflow-content-break .chevron-down:after {
    content: "";
    border-top: 8px solid #fff;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    display: inline-block;
    position: absolute;
    top: -9px;
    left: -8px;
}

.workflow-inner-option {
    background: #f6f6f6;
    padding: 10px !important;
}

.workflow-inner-option .form-field-table {
    margin-bottom: 10px;
}

.workflow-inner-option .form-field-table td {
    padding: 0 10px 5px 10px;
    background: #fff;
}

/* END ~6. CLASSES AND IDs */

/* ~7. FORMS */

form {
    float: left;
    width: 100%;
}

form.delete_button_form {
    float: none;
    width: auto;
    display: inline-block;
}

label {
    float: left;
    width: 100%;
    cursor: pointer;
}

textarea {
    resize: vertical;
    border-bottom: 1px solid #f0f0f0 !important;
}

input[type="text"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="color"],
textarea,
select {
    float: left;
    width: 100%;
    margin: 0;
    border: none;
    padding: 19px 0 6px 0;
    border: none;
    outline: none;
    transition: 0.085s all ease-in;
    font-size: 16px;
    font-weight: normal;
    line-height: 26px;
    background: none;
}

input[type="file"] {
    margin-top: 19px;
    border: none;
    font-size: 15px;
    padding: 15px!important;
}
input[name="password_confirmation"] {
    text-security: disc;
    -moz-text-security: disc;
    -webkit-text-security: disc;
}
input[type="color"] {
    padding: 0;
    height: 30px;
    margin-top: 15px;
    width: 200px;
    cursor: pointer;
}

input[disabled] {
    color: #b3b3b3;
}

input[type="checkbox"] {
    width: 15px;
    height: 15px;
    position: absolute;
    left: 0;
    top: 30px;
    cursor: pointer;
    margin: 0;
}

.CheckboxNotification {
    position: relative !important;
    top: 0 !important;
}

input.span_checkbox[type="checkbox"] {
    opacity: 0;
}

input[type="checkbox"] + span {
    width: 15px;
    height: 15px;
    display: inline-block;
    margin: 30px 0 0 0;
    vertical-align: middle;
    background: url(/images/icons.svg) no-repeat scroll -55px -588px;
    cursor: pointer;
}

input[type="checkbox"]:not(.switch-checkbox):checked + span {
    background: url(/images/icons.svg) -76px -588px no-repeat scroll !important;
}

input[type="checkbox"] + span.partial {
    background: url(/images/icons.svg) no-repeat -124px -474px !important;
}

input[type="checkbox"].switch-checkbox {
    left: 12px;
    top: auto;
    margin-top: 5px;
    z-index: 2;
    width: 35px;
    height: 20px;
}
input[type="checkbox"].switch-checkbox + .switch-container {
    transition: 200ms ease;
    cursor: pointer;
    vertical-align: middle;
    width: 35px;
    height: 20px;
    display: inline-block;
    border-radius: 20px;
    position: relative;
    background: #ddd;
    margin: 0;
}

.inline-checkbox {
    top: 3px !important;
}

textarea.has-border {
    border: 1px solid #d8d8d8 !important;
    padding: 5px !important;
}

textarea.larger-textarea {
    min-height: 400px;
    background: #fff;
}

.switch-container .switch-button {
    width: 16px;
    height: 16px;
    background: #fff;
    display: inline-block;
    border-radius: 20px;
    position: absolute;
    left: 2px;
    top: 2px;
    right: auto;
}

input[type="checkbox"].switch-checkbox:checked + .switch-container .switch-button {
    left: 17px;
}

input[type="checkbox"].switch-checkbox:checked + .switch-container {
    background: #72c98a;
}

.form-label input[type="checkbox"].switch-checkbox + .switch-container {
    float: right;
    margin-right: 30px;
}

.form-field input[type="checkbox"].switch-checkbox + .switch-container {
    margin-top: 20px;
}

.form-field input[type="checkbox"].switch-checkbox {
    left: 0;
    top: 16px;
}

.form-label input[type="checkbox"].switch-checkbox {
    right: 35px;
    left: auto;
    margin-top: 0;
}

input[type="radio"] {
    display: none;
}

input[type="radio"] + span {
    background: #fff;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 15px;
    height: 15px;
    border: 1px solid #aaa;
    border-radius: 50%;
    margin: -1.5px 5px 0 0;
}

input[type="radio"] + span:after {
    transition: 0.15s all ease-In-Out;
    -webkit-transition: 0.15s all ease-In-Out;
    border-radius: 50%;
    background: #4da4f9;
    width: 7px;
    height: 7px;
    border-top: none;
    border-left: none;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    top: 3px;
    left: 3px;
    transform-origin: center;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    position: absolute;
    content: "";
    display: inline-block;
}

input[type="radio"]:checked + span:after {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
}

input[type="radio"]:hover input[type="radio"] + span span {
    border: 1px solid #4da4f9;
}

input[name="password"] {
    text-security: disc;
    -moz-text-security: disc;
    -webkit-text-security: disc;
}

button,
.button,
.btn {
    position: relative;
    background-color: #ffffff;
    color: #3c3c3c;
    border: solid 1px #c4c4c4;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    padding: 9px 18px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-font-smoothing: auto;
    cursor: pointer;
    outline: none;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
}

.button-h {
    color: white !important;
    background-color: #00239b !important;
    border: solid 1px #00239b !important;
}

.button-h:hover {
    background-color: #3c98dd !important;
    border: solid 1px #3c98dd !important;
    border-bottom: solid 1px #1b70b0 !important;
}

.button-add {
    background-image: url(/images/icons.svg);
    background-repeat: no-repeat;
    background-position: -308px -1847px !important;
    padding-left: 30px;
}

.button-green {
    background-color: #19bc7d !important;
    background-image: none !important;
    border: solid 1px #19bc7d !important;
    color: white !important;
}

.button-green:hover {
    background-color: #1ec786 !important;
    border-bottom: solid 1px #148157 !important;
}

.button-warning {
    border: 1px solid transparent;
    background-color: #ec4844 !important;
    background-image: none;
    color: white;
}

.button-d {
    padding-right: 40px;
}

.button-d .dropdown {
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    height: 33px;
}

.button-i {
    padding: 9px 9px;
    color: #929292;
}

.button-i:hover {
    color: #3c3c3c;
}

button:hover,
.button:hover {
    border: solid 1px #abaaaa;
    border-bottom: solid 1px #777;
}

.button .dropdown:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 0 6px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0d7";
    color: #c7c7c7;
    line-height: 32px;
    border-left: 1px solid #c4c4c4;
}

.button .dropdown:hover:after {
    color: #333;
}

.button[disabled] {
    cursor: not-allowed;
    opacity: 0.4;
}

.inline-buttons {
    float: left;
    width: 100%;
}

.inline-buttons .button {
    float: left;
    margin-right: 20px;
}

.larger-buttons .button {
    font-size: 15px;
    line-height: 18px;
}

.form-section,
.list-section {
    float: left;
    width: 100%;
    padding: 30px 0;
}

.form-section-header,
.list-section-header {
    float: left;
    width: 100%;
    font-weight: bold;
    font-size: 15px;
    padding-top: 30px;
}

.form-section-header {
    padding-bottom: 10px;
}

.form-section-sub-header {
    float: left;
    width: 100%;
    text-transform: uppercase;
    font-size: 14px;
    color: #999;
    padding-top: 30px;
}

.form-note {
    float: left;
    width: 100%;
    padding: 30px 0;
    color: #999;
}

.form-scroll {
    float: left;
    width: 100%;
    padding-bottom: 1000px;
}

.form-scroll-section:not(:first-child) {
    display: none;
}

.report-icon {
    height: 103px;
    width: 187px;
    margin: 20px 0;
    float: left;
    clear: both;
    background-image: url(/images/report-icons.svg);
    background-repeat: no-repeat;
}

.tabular-report .report-icon {
    background-position: -1px -8px;
}
.summary-report .report-icon {
    background-position: -1px -122px;
}
.matrix-report .report-icon {
    background-position: -1px -236px;
}

.report-icon-detail {
    float: left;
    padding-right: 20px;
    clear: both;
}

.form-scroll-section .form-section-header {
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.form-next-section {
    float: left;
    width: 100%;
    padding: 40px 0 10px 0;
}

.form-next-section .button-h {
    margin-right: 10px;
}

.form-title {
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 20px;
}

.form-section .col6-12 {
    width: 47%;
}

.form-section .col7-12 {
    padding: 0 !important;
}

.form-section .tab-content {
    padding-left: 0;
    padding-right: 0;
    min-height: 300px;
}

.ui-dialog .tab-content {
    padding-left: 0;
    padding-right: 0;
}

.form-section .col6-12:nth-of-type(2n) {
    float: right;
}

.form-section-no-pad-bot {
    padding-bottom: 0 !important;
}

.form-field-wrapper-grey {
    background: #f8f8f8;
    padding: 10px;
    float: left;
    width: 100%;
}

.form-field-wrapper-grey input {
    background: #fff;
    padding: 6px;
}

.form-field-container {
    display: flex;
    width: 100%;
    align-items: center;
    border-bottom: 1px solid rgb(241, 241, 241);
    margin-bottom: 3px;
}

.form-field input {
    border: none;
    outline: none;
}

.form-field .select2-selection > * {
    padding: 0 !important;
    margin: 0 !important;
}

.form-field-helper,
.list-helper {
    float: left;
    width: 100%;
    padding: 15px 0;
}

.form-field .select2 {
    display: flex;
    align-items: center;
}

.form-label {
    position: relative;
    width: 40%;
    color: #666;
    height: 100%;
    display: flex;
}

.form-label .fa-info-circle,
.table-internal td .fa-info-circle,
.notice .fa-info-circle {
    cursor: pointer;
    color: #b5b5b5;
    font-size: 12px;
    margin-top: 1px;
}

.form-field-label-checkbox .fa-info-circle {
    cursor: pointer;
    color: #b5b5b5;
    font-size: 12px;
    margin-top: 1px;
}

.form-label-full-width {
    width: 100% !important;
    border-bottom: none;
}

.form-field,
.form-field-full-width {
    position: relative;
    width: 60%;
    min-height: 52px;
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    flex-direction: column;
}

.toolbar_buttons {
    margin-top: 0 !important;
}

.form-field input {
    padding: 10px;
}

.form-field-input {
    outline: 1px solid rgb(222,226,230);
}

.table .form-field,
.table .form-field-full-width {
    min-height: 0;
}

.table td {
    vertical-align: middle;
}

.form-field-full-width {
    width: 100%;
}

.form-field-table {
    float: left;
    width: 100%;
}

.form-field-table-nexttolabel {
    width: 60%;
}

.form-field-table td.td-15 {
    width: 15%;
}
.form-field-table td.td-20 {
    width: 20%;
}
.form-field-table td.td-30 {
    width: 30%;
}

.form-field-table td .form-field {
    width: 95%;
}

.form-field-table td .form-field-text {
    float: left;
    padding-bottom: 6px;
}

.form-field-table-add {
    width: 33px;
    height: 33px;
    cursor: pointer;
    background: url(/images/sprite-icons.svg) no-repeat 5px 4px;
    float: left;
}

.form-field-table-remove {
    width: 33px;
    margin-right: 0;
    height: 33px;
    cursor: pointer;
    background: url(/images/sprite-icons.svg) no-repeat 4px -22px;
    float: left;
}

.form-field-auto-width {
    width: auto;
    display: inline-block;
}

.form-field-set-width {
    width: 150px;
    display: inline-block;
}

.no-underline {
    border: none;
}

.form-field-buttons {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: -23px;
    font-size: 11px;
    display: none;
}

.form-field-buttons a {
    float: right;
    margin-left: 10px;
}

.form-field-button-save {
    color: #2c7bd0;
}

.form-field-row {
    float: left;
    width: 100%;
    margin-top: 15px;
}

.form-field-list {
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 15px;
}

.form-field-list .form-field {
    height: auto;
    border-bottom: none;
}

.form-field-list .form-label {
    border: none;
}

.form-field-list label {
    width: 100%;
    margin: 15px 0 0 0;
}

.form-field-textonly {
    padding: 19px 35px 6px 0;
}

.form-field-list label.form-field-label-inline {
    width: auto;
    display: inline-block;
    margin: 1px 0 0 0 !important;
    float: none;
}

.form-field-label-checkbox {
    position: relative;
}

.form-field-label-checkbox input[type="checkbox"]:not(.switch-checkbox) + span {
    margin-top: -2px;
}

.form-field-label-checkbox input[type="checkbox"] {
    top: 7px;
}

.form-field-inline .form-field-label-checkbox {
    width: auto;
    float: none;
    display: inline-block;
    top: 9px;
}

.form-field-inline input[type="text"] {
    width: auto;
}

.form-field-list input[type="checkbox"] + span {
    margin-top: -1px !important;
}

#template-change .form-field-container:hover > .form-field:not(.no-underline) {
    border-bottom: 1px solid #a5a5a5;
}

.form-field:not(.no-underline):focus-within {
    border-bottom: 1px solid #018ee0 !important;
}

.form-field-radio {
    width: auto;
    margin: 15px 40px 0 0;
}

.form-field-radio:hover input[type="radio"] + span {
    border: 1px solid #4da4f9;
}

.form-field-radio-note {
    float: left;
    width: 100%;
    padding-left: 25px;
    color: #999;
}

.table-internal td .form-field-radio {
    margin-top: 0;
}

.inline-fields {
    display: inline-block;
}

.inline-fields-label {
    display: inline-block;
}

.inline-fields-field:not(.display-none) {
    display: inline-block;
}

.inline-form-fields-field {
    display: inline-block;
}

.inline-fields .select2-dropdown {
    margin-top: 1px;
}

.inline-form-fields-field .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0 0 3px 0;
    margin: 0;
    border-bottom: none;
    position: relative;
    top: -11px;
}

.inline-fields-field .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0;
    margin: -3px 0 0 0;
    border-bottom: 1px solid #f0f0f0;
}

.mailchimpPanel .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 3px 0;
}
.mailchimpPanel .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 3px;
    right: -35px;
    width: 20px;
}

.form-field .inline-fields-field .select2-container--default .select2-selection--single .select2-selection__arrow,
.form-field .inline-form-fields-field .select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
}

.form-field .select2-selection__arrow {
    top: 50%;
    transform: translateY(-50%);
}

.select2-dropdown-inline .select2-dropdown {
    margin-top: 0;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #b3b3b3;
}
::-moz-placeholder {
    /* Firefox 19+ */
    color: #b3b3b3;
}
:-ms-input-placeholder {
    /* IE 10+ */
    color: #b3b3b3;
}
:-moz-placeholder {
    /* Firefox 18- */
    color: #b3b3b3;
}

input::-webkit-calendar-picker-indicator {
    font-size: 9px;
    color: #888;
}

.change-buttons {
    float: left;
    width: 100%;
    border-top: 1px solid #e5e5e5;
    background-color: #f5f5f5;
}

.change-buttons .button {
    float: right;
    margin-left: 8px;
}

.change-buttons-edit-layout a {
    font-size: 13px;
    text-decoration: underline;
    margin-top: 6px;
    margin-right: 6px;
    float: left;
}

.form-container {
    float: left;
    width: 100%;
    min-height: 765px;
}

.autocomplete-field span.field-icon,
.multiple-field span.field-icon {
    background: #fff url(/images/icons.svg) no-repeat 100% -992px;
    z-index: 2;
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    right: 0;
    top: 18px;
}

input[data-type-search^="users"] {
    width: 50%;
    height: 50%;
}

/* END ~7. FORMS */

.grey-border-left {
    border-left: #e0e0e0 1px solid;
}
.grey-border-right {
    border-right: #e0e0e0 1px solid;
}
.grey-border-top {
    border-top: #e0e0e0 1px solid;
}
.grey-border-bottom {
    border-bottom: #e0e0e0 1px solid;
}
.grey-border {
    border: #e0e0e0 1px solid;
}
/* ~8. RESPONSIVE */

/*see responsive.css*/

/* END ~8. RESPONSIVE */

/**
 * Material Modal CSS
 */
.modal {
    will-change: visibility, opacity;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 1000;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.modal--active {
    visibility: visible;
    opacity: 1;
}
.modal--align-top {
    align-items: flex-start;
}
.modal__bg {
    background: #0000005e;
}
.modal__dialog {
    max-width: 1000px;
    padding: 1.2rem;
    min-width: 660px;
}
.modal__content {
    will-change: transform, opacity;
    position: relative;
    padding: 25px;
    background: #ffffff;
    background-clip: padding-box;
    box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.25);
    opacity: 0;
    transition: all 0.25s cubic-bezier(0.23, 1, 0.32, 1);
}
.modal__content--active {
    opacity: 1;
}
.modal__close {
    z-index: 1100;
    cursor: pointer;
}
.modal__trigger {
    position: relative;
    display: inline-block;
    color: rgba(0, 0, 0, 0.7);
    line-height: 1;
    cursor: pointer;
    background: #ffebee;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.modal__trigger--active {
    z-index: 10;
}
.modal__trigger:hover {
    background: #e5d3d6;
}
#modal__temp {
    will-change: transform, opacity;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    transform: none;
    opacity: 1;
    transition: opacity 0.1s ease-out,
    transform 0.1s cubic-bezier(0.23, 1, 0.32, 1);
}

.modal__actions {
    margin-top: 10px;
}

/**
 * Details Template
 */
.detail-list {
    font-size: 14px;
}
.light-grey-text {
    color: #c7c7c7;
}
.tab-component {
    padding: 20px 20px;
}

.detail-panel {
    width: 100%;
}

.form-field:hover {
    border-bottom: 1px solid #a5a5a5;
}

.task-checkbox {
    margin: 6px 20px 0 0 !important;
}

.task-modify {
    cursor: pointer;
}

th {
    text-align: left;
}

/**
 * List template
 */

table.dataTable {
    margin-top: 0 !important;
}

.dataTable thead th {
    padding: 0 30px 5px 5px !important;
}

.pagination {
    float: right;
}

.pagination ul {
    list-style-type: none;
    overflow: hidden;
    background-color: #333333;
}

.pagination li {
    float: left;
    padding: 0 10px;
}

/**
 * Timepicker CSS
 */
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}
.ui-timepicker-div dl {
    text-align: left;
}
.ui-timepicker-div dl dt {
    float: left;
    clear: left;
    padding: 0 0 0 5px;
}
.ui-timepicker-div dl dd {
    margin: 0 10px 10px 40%;
}
.ui-timepicker-div td {
    font-size: 90%;
}
.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}
.ui-timepicker-div .ui_tpicker_unit_hide {
    display: none;
}

.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input {
    background: none;
    color: inherit;
    border: none;
    outline: none;
    border-bottom: solid 1px #555;
    width: 95%;
}
.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input:focus {
    border-bottom-color: #aaa;
}

.ui-timepicker-rtl {
    direction: rtl;
}
.ui-timepicker-rtl dl {
    text-align: right;
    padding: 0 5px 0 0;
}
.ui-timepicker-rtl dl dt {
    float: right;
    clear: right;
}
.ui-timepicker-rtl dl dd {
    margin: 0 40% 10px 10px;
}

/* Shortened version style */
.ui-timepicker-div.ui-timepicker-oneLine {
    padding-right: 2px;
}
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time,
.ui-timepicker-div.ui-timepicker-oneLine dt {
    display: none;
}
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time_label {
    display: block;
    padding-top: 2px;
}
.ui-timepicker-div.ui-timepicker-oneLine dl {
    text-align: right;
}
.ui-timepicker-div.ui-timepicker-oneLine dl dd,
.ui-timepicker-div.ui-timepicker-oneLine dl dd > div {
    display: inline-block;
    margin: 0;
}
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_minute:before,
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_second:before {
    content: ":";
    display: inline-block;
}
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_millisec:before,
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_microsec:before {
    content: ".";
    display: inline-block;
}
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide,
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide:before {
    display: none;
}

.block_display {
    display: block !important;
}

.none_display {
    display: none !important;
}

.dataTables_scrollBody {
    margin-top: -7px;
    margin-bottom: 20px;
}

.task_cal {
    white-space: normal;
    margin-bottom: 0;
}

.horizontal-ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333333;
}

.horizontal-ul > li {
    float: left;
}

.fc .fc-toolbar.fc-header-toolbar {
    margin-right: 1.5em;
    margin-left: 1.5em;
    margin-top: 10px;
    margin-bottom: 10px !important;
}

.fc .fc-header-toolbar .fc-button {
    display: flex;
    justify-content: center;
    align-items: center;
}

.fc-event-time,
.fc-event-title {
    padding: 0 1px;
    white-space: normal;
}

.dt-orange {
    background: orange;
}

.dt-green {
    background: green;
}

.dt-red {
    background: red;
}

.text-blue-dark {
    color: #00239b;
}

.table__container table {
    border-collapse: separate;
    border-spacing: 0 10px;
    color: #223870;
    font-size: 16px;
}

.table-header__container h3 {
    font-weight: 600;
    font-size: 30px;
    color: #223870;
    padding-top: 30px;
    float: left;
}

.table-header__container {
    margin-bottom: 20px;
}

.table-header__container .filter_button {
    background-color: transparent;
    border: none;
    padding: 0;
    color: #223870;
    outline: none;
}

.table-header__container .filter-button_text {
    border-bottom: 1px solid #223870;
    font-size: 16px;
}

.table__container .table .table-row td {
    background-color: #fff;
    padding: 15px 20px;
}

.table__container .table .table-cell_bold {
    font-weight: bold;
}

.table__container .table .table-row td.button-cell {
    background-color: transparent;
    padding-top: 0;
    padding-bottom: 0;
    width: auto;
    width: 0;
    padding-right: 0;
}

.table-row-button {
    background-color: #44c426;
    color: #fff;
    text-transform: capitalize;
    border-radius: 5px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
    border-color: #44c426;
    white-space: nowrap;
}

.row.button-row {
    justify-content: center;
}
.row.button-row > * {
    flex: 1;
}

@media only screen and (max-width: 576px) {
    .row.button-row {
        display: block;
    }

    .row.button-row a {
        display: block;
    }
}

.view-task-button {
    padding: 0;
    border-radius: 0;
    border: none;
    color: #00239b;
}

.view-task-button:hover {
    color: #abaaaa;
    border-bottom: none;
}

table.dataTable td,
table.dataTable th {
    cursor: pointer;
}

div.dataTables_wrapper div.dataTables_info {
    padding: 0.85em 0 1em 1em;
}
.sidebar {
    min-height: 789px;
}

.portalToolbar {
    padding: 15px 8rem!important;
}

.tabbed-body_container {
    padding: 15px 8rem!important;
}


.portalHeader-tabs {
    padding: 0 8rem!important;
}

.portalHeader {
    padding: 2rem 0;
}

@media (max-width: 767px) and (min-width: 300px) {
    .portalHeader,
    .portalHeader-tabs,
    .tabbed-body_container,
    .portalToolbar {
        padding: 15px !important;
    }

    .toolbar-title {
        display: none;
    }

    .table-row {
        display: inline-grid;
        width: 100%;
        margin-bottom: 15px;
    }

    .table-row .btn {
        width: 100%;
    }
    .portalHeader {
        display: block!important;
        padding: 0!important;
    }
    .portalHeader-tabs > ul > li > .header-tab {
        font-size: 12px;
        padding: 6px 15px;
    }
    .document-area td {
        text-align: center!important;
    }
}
.no-margin-top {
    margin-top: 0!important;
}

.document-area {
    display: none;
}

.fa-chevron-down,
.fa-chevron-up {
    cursor: pointer;
}

.visible_on_portal {
    top: -8px!important;
}

.widget-canvas .task-link .view-task-button:hover {
    border: none !important;
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #fff!important;
    background: #dc3545;
    float: left;
    padding: 10px;
}

.field-area {
    display:none;
    padding: 25px;
    background: rgb(241, 241, 241);
    margin-top: 35px;
}
.field-area .form-section-header {
    padding-top: 0;
}

.settings-menu {
    padding: 35px 20px;
    position: relative;
}

.settings-menu-item {
    padding: 10px;
    background: rgb(241, 241, 241) !important;
    cursor: pointer;
    margin: 7px 0;
}

.settings-menu-item.active {
    padding: 10px;
    background: #00239b!important;
    color: #fff;
}
.settings-menu-item:hover {
    color: #00239b;
}

.field-area input {
    background-color: #fff!important;
}
.field-area .form-field textarea {
    height: 150px;
    background-color: #fff!important;
}
.sticky-menu {
    position: sticky;
    top: 10px;
    left: 0;
}
#concom-document-folders tr,
#concom-document-folders tr td{
    padding: 0;
}
#concom-document-folders tbody td {
    padding: 0 5px;
    border-top: none;
}
#concom-document-folders th.actions,
#concom-document-folders td.actions{
    text-align: right;
}
#concom-document-folders i.fa[data-toggle-folder]{
    color: #00239b;
    cursor: pointer;
}
.concom_services_header{
    text-align: center;
}
.concom_services_container{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 0 1em;
}
.modal .concom_services_container{
    height: 75vh;
    gap: 0 0;
    overflow-y: scroll;
}

label.concom_service{
    padding: 0.2em 0.5em;
    float: none;
    display: inline-block;
    position: initial;
    white-space: nowrap;
}
label.concom_service:hover{
    background-color: #E2E2E2;
}
label.concom_service input[type='checkbox']{
    float: none;
    display: inline-block;
    position: initial;
}

.modal .concom_services_container label.concom_service{
    padding: 0.2em 0.5em;
    float: none;
    display: inline-block;
    position: initial;
    white-space: initial;
}

.concom_services{
    display: block;
    float: none;
}
.portal-concom-services{
    display: inline-block;
}
.table__container .table .table-row:hover td,
.concom-companies-table tr:hover td{
    background-color: #f5f5f5;
}
.table-with-preview-pane{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 1em;
    width: 100%;
}

div[data-preview-pane]{
    padding: 1em 0;
}
div[data-preview-pane] .tab-container{
    padding: 1em 0.5em;
    background-color: #fff;
}
div[data-preview-pane] .tab-container .tab-content{
    float: none;
    width: 100%;
    margin-top: 0.5em;
    display: block;
    padding: 0;
}
.addAttendee .select2-selection__rendered {
    padding: 10px 17px!important;
}
.addAttendee .select2-selection__arrow {
    top: 12px!important;
}
.portalChevronUp {
    display: none;
}
#user-kpi-table th ,
#user-kpi-table td {
    padding: 0.2em 0.5em;
}
#user-kpi-table input {
    margin: 0;
    padding: 0.2em 0.5em;
}
#user-kpi-table input[name="kpi_year"] {
    text-align: center;
    font-weight: 700;
}
#user-kpi-table th.table-nav-icon {
    width: 1.5em;
}
#user-kpi-table a[data-kpi-action] {
    cursor:pointer;
}
.dataTables_info {
    position: fixed;
    left: 25px;
    bottom: 7px;
    padding: 0!important;
    font-size: 14px;
    line-height: 1.25;
}

.dataTables_paginate.paging_simple_numbers {
    position: fixed;
    bottom: 7px;
    right: 25px;
    padding: 0!important;
    font-size: 14px;
    line-height: 1.25;
}
.paginate_button.page-item,
.dataTables_info {
    color: #000;
}
.paginate_button.page-item.active {
    font-weight:bold;
}
#po_number,
#delegate_cost {
    border: 1px solid #dee2e6;
    padding: 5px;
    width: 120px;
}

a.disabled {
    pointer-events: none;
    cursor: default;
    opacity: 0.5;
}

.prev-page,
.next-page {
    cursor: pointer
}

.directory_page_p {
    margin: 0;
    text-align: center;
}
.folders .folder-text {
    font-weight: normal;
    margin-left: 10px;
}
.type-strategic {
    display: none !important;
}


#sidebar-area-User,
#User-side-bar-arrow-up,
#Locations-side-bar-arrow-up
{
    display:none;
}

.sidebar-filter-title {
    margin-bottom: 10px;
    cursor: pointer;
}
.btn-danger {
    position: absolute;
    right: 25px;
}
.form-field input {
    padding: 14px 10px !important;
}

.dataTables_length .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: -4px;
    right: -4px;
}
.dataTables_length .select2-container {
    width: 40px!important;
    margin: 0 5px;
    background: #fff;
}
.dataTables_length label {
    padding: 6px 25px;
    line-height: 1;
    position: fixed;
    bottom: 25px;
    width: 100%;
    background: #fff;
    font-size: 14px;
    font-weight: 700;
}
.dataTables_length .select2-selection__rendered {
    padding: 2px!important;
    line-height: 1!important;
}

.eqlCkr_side_left {
    background: #7089a7;
}

.mob_hide {display: block}
.mob_show {display: none}
#header-nav{display:none;}

/*ipads*/
@media only screen and (device-width: 768px) {
}
/*mobiles*/
@media only screen and (max-width: 767px) {

    html{overflow-x:hidden;}

    .container,
    .col,
    .center-box,
    .grid-stack.grid-stack-one-column-mode>.grid-stack-item{
        width: 100% !important;
        min-width: 0;
        float: left;
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
        margin-right: 0;
    }

    .mob_hide{
        display: none !important;
    }

    .mob_show{
        display: block !important;
    }

    #header-user #user-add{
        margin-right:0;
    }

    #header-nav{
        display:block;
        position:relative;
        float:left;
        display:inline-block;
        margin:3px 5px 0 0px;
        background:transparent url(/images/header-nav.png) no-repeat 0 0;
        display:inline-block;
        width: 22px;
        height: 21px;
        cursor:pointer;
    }

    .sidebar-wrapper,
    .sidebar-sidebar,
    .sidebar-main{
        height:auto;
    }

    #tabs > ul > li{
        width:100%;
    }

    .open-nav #wrapper{
        margin-left:85%;
    }

    #header-tabs{
        display:none;
    }

    .mobile-header-tabs{
        position:fixed;
        display:block !important;
        transition: 0.5s;
        left:-85%;
    }

    .open-nav #header-tabs{
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        width: 85%;
        background: #fff;
        z-index: 9;
        transition: 0.5s;
    }

    .mobile-header-tabs li{
        width:100%;
    }

    .mobile-header-tabs > ul > li > .header-tab {
        width:100%;
        margin: 0 0 0 0;
        color: rgba(0, 0, 0, 0.7) !important;
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
    }

    .mobile-header-tabs > ul > li > .header-tab:hover{
        color:#000 !important;
    }

    footer.mob_show ul{
        float:left;
        width:100%;
    }

    footer.mob_show ul li{
        float:left;
        width:25%;
        padding:10px 0;
        text-align:center;
        font-size:15px;
        color:#999;
    }

    footer.mob_show ul li.active{
        border-top:3px solid #018ee0;
    }

    .ui-dialog.ui-widget.ui-widget-content{
        max-width:100%;
        left: 20px;
        right: 20px;
        width:calc(100% - 40px) !important;
        width:-moz-calc(100% - 40px) !important;
        width:-webkit-calc(100% - 40px) !important;
    }

}
