﻿@charset "UTF-8";

.lar, .las, .lab {
    -moz-osx-font-smoothing:grayscale;
    -webkit-font-smoothing:antialiased;
    display:inline-block;
    font-style:normal;
    font-variant:normal;
    text-rendering:auto;
    line-height:1
}

@font-face {
    font-family:Line Awesome Brands;
    font-style:normal;
    font-weight:normal;
    font-display:auto;
    src:url("../../lib/line-awesome/fonts/la-brands-400.eot?");
    src:url("../../lib/line-awesome/fonts/la-brands-400.eot?#iefix") format("embedded-opentype"),url("../../lib/line-awesome/fonts/la-brands-400.woff2") format("woff2"),url("../../lib/line-awesome/fonts/la-brands-400.woff") format("woff"),url("../../lib/line-awesome/fonts/la-brands-400.ttf") format("truetype"),url("../../lib/line-awesome/fonts/la-brands-400.svg#lineawesome") format("svg")
}

.lab {
    font-family:Line Awesome Brands;
    font-weight:400
}

@font-face {
    font-family:Line Awesome Free;
    font-style:normal;
    font-weight:400;
    font-display:auto;
    src:url("../../lib/line-awesome/fonts/la-regular-400.eot?");
    src:url("../../lib/line-awesome/fonts/la-regular-400.eot?#iefix") format("embedded-opentype"),url("../../lib/line-awesome/fonts/la-regular-400.woff2") format("woff2"),url("../../lib/line-awesome/fonts/la-regular-400.woff") format("woff"),url("../../lib/line-awesome/fonts/la-regular-400.ttf") format("truetype"),url("../../lib/line-awesome/fonts/la-regular-400.svg#lineawesome") format("svg")
}

.lar {
    font-family:Line Awesome Free;
    font-weight:400
}

@font-face {
    font-family:Line Awesome Free;
    font-style:normal;
    font-weight:900;
    font-display:auto;
    src:url("../../lib/line-awesome/fonts/la-solid-900.eot?");
    src:url("../../lib/line-awesome/fonts/la-solid-900.eot?#iefix") format("embedded-opentype"),url("../../lib/line-awesome/fonts/la-solid-900.woff2") format("woff2"),url("../../lib/line-awesome/fonts/la-solid-900.woff") format("woff"),url("../../lib/line-awesome/fonts/la-solid-900.ttf") format("truetype"),url("../../lib/line-awesome/fonts/la-solid-900.svg#lineawesome") format("svg")
}

.la {
    font-family:Line Awesome Free;
    font-weight:900
}

.la-lg {
    font-size:1.33333em;
    line-height:.75em;
    vertical-align:-.0667em
}

.la-xs {
    font-size:.75em
}

.la-2x {
    font-size:1em
}

.la-2x {
    font-size:2em
}

.la-3x {
    font-size:3em
}

.la-4x {
    font-size:4em
}

.la-5x {
    font-size:5em
}

.la-6x {
    font-size:6em
}

.la-7x {
    font-size:7em
}

.la-8x {
    font-size:8em
}

.la-9x {
    font-size:9em
}

.la-10x {
    font-size:10em
}

.la-fw {
    text-align:center;
    width:1.25em
}

.la-fw {
    width:1.25em;
    text-align:center
}

.la-ul {
    padding-left:0;
    margin-left:1.4285714286em;
    list-style-type:none
}

    .la-ul > li {
        position:relative
    }

.la-li {
    position:absolute;
    left:-2em;
    text-align:center;
    width:1.4285714286em;
    line-height:inherit
}

    .la-li.la-lg {
        left:-1.1428571429em
    }

.la-border {
    border:solid .08em #eee;
    border-radius:.1em;
    padding:.2em .25em .15em
}

.la-pull-left {
    float:left
}

.la-pull-right {
    float:right
}

.la.la-pull-left {
    margin-right:.3em
}

.la.la-pull-right {
    margin-left:.3em
}

.la.pull-left {
    margin-right:.3em
}

.la.pull-right {
    margin-left:.3em
}

.la-pull-left {
    float:left
}

.la-pull-right {
    float:right
}

.la.la-pull-left, .las.la-pull-left, .lar.la-pull-left, .lal.la-pull-left, .lab.la-pull-left {
    margin-right:.3em
}

.la.la-pull-right, .las.la-pull-right, .lar.la-pull-right, .lal.la-pull-right, .lab.la-pull-right {
    margin-left:.3em
}

.la-spin {
    -webkit-animation:la-spin 2s infinite linear;
    animation:la-spin 2s infinite linear
}

.la-pulse {
    -webkit-animation:la-spin 1s infinite steps(8);
    animation:la-spin 1s infinite steps(8)
}

@-webkit-keyframes la-spin {
    0% {
        -webkit-transform:rotate(0deg);
        transform:rotate(0deg)
    }

    100% {
        -webkit-transform:rotate(360deg);
        transform:rotate(360deg)
    }
}

@keyframes la-spin {
    0% {
        -webkit-transform:rotate(0deg);
        transform:rotate(0deg)
    }

    100% {
        -webkit-transform:rotate(360deg);
        transform:rotate(360deg)
    }
}

.la-rotate-90 {
    -ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform:rotate(90deg);
    transform:rotate(90deg)
}

.la-rotate-180 {
    -ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform:rotate(180deg);
    transform:rotate(180deg)
}

.la-rotate-270 {
    -ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform:rotate(270deg);
    transform:rotate(270deg)
}

.la-flip-horizontal {
    -ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform:scale(-1,1);
    transform:scale(-1,1)
}

.la-flip-vertical {
    -ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform:scale(1,-1);
    transform:scale(1,-1)
}

.la-flip-both, .la-flip-horizontal.la-flip-vertical {
    -ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform:scale(-1,-1);
    transform:scale(-1,-1)
}

:root .la-rotate-90, :root .la-rotate-180, :root .la-rotate-270, :root .la-flip-horizontal, :root .la-flip-vertical, :root .la-flip-both {
    -webkit-filter:none;
    filter:none
}

.la-stack {
    display:inline-block;
    height:2em;
    line-height:2em;
    position:relative;
    vertical-align:middle;
    width:2.5em
}

.la-stack-1x, .la-stack-2x {
    left:0;
    position:absolute;
    text-align:center;
    width:100%
}

.la-stack-1x {
    line-height:inherit
}

.la-stack-2x {
    font-size:2em
}

.la-inverse {
    color:#fff
}

.la-500px:before {
    content:""
}

.la-accessible-icon:before {
    content:""
}

.la-accusoft:before {
    content:""
}

.la-acquisitions-incorporated:before {
    content:""
}

.la-ad:before {
    content:""
}

.la-address-book:before {
    content:""
}

.la-address-card:before {
    content:""
}

.la-adjust:before {
    content:""
}

.la-adn:before {
    content:""
}

.la-adobe:before {
    content:""
}

.la-adversal:before {
    content:""
}

.la-affiliatetheme:before {
    content:""
}

.la-air-freshener:before {
    content:""
}

.la-airbnb:before {
    content:""
}

.la-algolia:before {
    content:""
}

.la-align-center:before {
    content:""
}

.la-align-justify:before {
    content:""
}

.la-align-left:before {
    content:""
}

.la-align-right:before {
    content:""
}

.la-alipay:before {
    content:""
}

.la-allergies:before {
    content:""
}

.la-amazon:before {
    content:""
}

.la-amazon-pay:before {
    content:""
}

.la-ambulance:before {
    content:""
}

.la-american-sign-language-interpreting:before {
    content:""
}

.la-amilia:before {
    content:""
}

.la-anchor:before {
    content:""
}

.la-android:before {
    content:""
}

.la-angellist:before {
    content:""
}

.la-angle-double-down:before {
    content:""
}

.la-angle-double-left:before {
    content:""
}

.la-angle-double-right:before {
    content:""
}

.la-angle-double-up:before {
    content:""
}

.la-angle-down:before {
    content:""
}

.la-angle-left:before {
    content:""
}

.la-angle-right:before {
    content:""
}

.la-angle-up:before {
    content:""
}

.la-angry:before {
    content:""
}

.la-angrycreative:before {
    content:""
}

.la-angular:before {
    content:""
}

.la-ankh:before {
    content:""
}

.la-app-store:before {
    content:""
}

.la-app-store-ios:before {
    content:""
}

.la-apper:before {
    content:""
}

.la-apple:before {
    content:""
}

.la-apple-alt:before {
    content:""
}

.la-apple-pay:before {
    content:""
}

.la-archive:before {
    content:""
}

.la-archway:before {
    content:""
}

.la-arrow-alt-circle-down:before {
    content:""
}

.la-arrow-alt-circle-left:before {
    content:""
}

.la-arrow-alt-circle-right:before {
    content:""
}

.la-arrow-alt-circle-up:before {
    content:""
}

.la-arrow-circle-down:before {
    content:""
}

.la-arrow-circle-left:before {
    content:""
}

.la-arrow-circle-right:before {
    content:""
}

.la-arrow-circle-up:before {
    content:""
}

.la-arrow-down:before {
    content:""
}

.la-arrow-left:before {
    content:""
}

.la-arrow-right:before {
    content:""
}

.la-arrow-up:before {
    content:""
}

.la-arrows-alt:before {
    content:""
}

.la-arrows-alt-h:before {
    content:""
}

.la-arrows-alt-v:before {
    content:""
}

.la-artstation:before {
    content:""
}

.la-assistive-listening-systems:before {
    content:""
}

.la-asterisk:before {
    content:""
}

.la-asymmetrik:before {
    content:""
}

.la-at:before {
    content:""
}

.la-atlas:before {
    content:""
}

.la-atlassian:before {
    content:""
}

.la-atom:before {
    content:""
}

.la-audible:before {
    content:""
}

.la-audio-description:before {
    content:""
}

.la-autoprefixer:before {
    content:""
}

.la-avianex:before {
    content:""
}

.la-aviato:before {
    content:""
}

.la-award:before {
    content:""
}

.la-aws:before {
    content:""
}

.la-baby:before {
    content:""
}

.la-baby-carriage:before {
    content:""
}

.la-backspace:before {
    content:""
}

.la-backward:before {
    content:""
}

.la-bacon:before {
    content:""
}

.la-balance-scale:before {
    content:""
}

.la-balance-scale-left:before {
    content:""
}

.la-balance-scale-right:before {
    content:""
}

.la-ban:before {
    content:""
}

.la-band-aid:before {
    content:""
}

.la-bandcamp:before {
    content:""
}

.la-barcode:before {
    content:""
}

.la-bars:before {
    content:""
}

.la-baseball-ball:before {
    content:""
}

.la-basketball-ball:before {
    content:""
}

.la-bath:before {
    content:""
}

.la-battery-empty:before {
    content:""
}

.la-battery-full:before {
    content:""
}

.la-battery-half:before {
    content:""
}

.la-battery-quarter:before {
    content:""
}

.la-battery-three-quarters:before {
    content:""
}

.la-battle-net:before {
    content:""
}

.la-bed:before {
    content:""
}

.la-beer:before {
    content:""
}

.la-behance:before {
    content:""
}

.la-behance-square:before {
    content:""
}

.la-bell:before {
    content:""
}

.la-bell-slash:before {
    content:""
}

.la-bezier-curve:before {
    content:""
}

.la-bible:before {
    content:""
}

.la-bicycle:before {
    content:""
}

.la-biking:before {
    content:""
}

.la-bimobject:before {
    content:""
}

.la-binoculars:before {
    content:""
}

.la-biohazard:before {
    content:""
}

.la-birthday-cake:before {
    content:""
}

.la-bitbucket:before {
    content:""
}

.la-bitcoin:before {
    content:""
}

.la-bity:before {
    content:""
}

.la-black-tie:before {
    content:""
}

.la-blackberry:before {
    content:""
}

.la-blender:before {
    content:""
}

.la-blender-phone:before {
    content:""
}

.la-blind:before {
    content:""
}

.la-blog:before {
    content:""
}

.la-blogger:before {
    content:""
}

.la-blogger-b:before {
    content:""
}

.la-bluetooth:before {
    content:""
}

.la-bluetooth-b:before {
    content:""
}

.la-bold:before {
    content:""
}

.la-bolt:before {
    content:""
}

.la-bomb:before {
    content:""
}

.la-bone:before {
    content:""
}

.la-bong:before {
    content:""
}

.la-book:before {
    content:""
}

.la-book-dead:before {
    content:""
}

.la-book-medical:before {
    content:""
}

.la-book-open:before {
    content:""
}

.la-book-reader:before {
    content:""
}

.la-bookmark:before {
    content:""
}

.la-bootstrap:before {
    content:""
}

.la-border-all:before {
    content:""
}

.la-border-none:before {
    content:""
}

.la-border-style:before {
    content:""
}

.la-bowling-ball:before {
    content:""
}

.la-box:before {
    content:""
}

.la-box-open:before {
    content:""
}

.la-boxes:before {
    content:""
}

.la-braille:before {
    content:""
}

.la-brain:before {
    content:""
}

.la-bread-slice:before {
    content:""
}

.la-briefcase:before {
    content:""
}

.la-briefcase-medical:before {
    content:""
}

.la-broadcast-tower:before {
    content:""
}

.la-broom:before {
    content:""
}

.la-brush:before {
    content:""
}

.la-btc:before {
    content:""
}

.la-buffer:before {
    content:""
}

.la-bug:before {
    content:""
}

.la-building:before {
    content:""
}

.la-bullhorn:before {
    content:""
}

.la-bullseye:before {
    content:""
}

.la-burn:before {
    content:""
}

.la-buromobelexperte:before {
    content:""
}

.la-bus:before {
    content:""
}

.la-bus-alt:before {
    content:""
}

.la-business-time:before {
    content:""
}

.la-buysellads:before {
    content:""
}

.la-calculator:before {
    content:""
}

.la-calendar:before {
    content:""
}

.la-calendar-alt:before {
    content:""
}

.la-calendar-check:before {
    content:""
}

.la-calendar-day:before {
    content:""
}

.la-calendar-minus:before {
    content:""
}

.la-calendar-plus:before {
    content:""
}

.la-calendar-times:before {
    content:""
}

.la-calendar-week:before {
    content:""
}

.la-camera:before {
    content:""
}

.la-camera-retro:before {
    content:""
}

.la-campground:before {
    content:""
}

.la-canadian-maple-leaf:before {
    content:""
}

.la-candy-cane:before {
    content:""
}

.la-cannabis:before {
    content:""
}

.la-capsules:before {
    content:""
}

.la-car:before {
    content:""
}

.la-car-alt:before {
    content:""
}

.la-car-battery:before {
    content:""
}

.la-car-crash:before {
    content:""
}

.la-car-side:before {
    content:""
}

.la-caret-down:before {
    content:""
}

.la-caret-left:before {
    content:""
}

.la-caret-right:before {
    content:""
}

.la-caret-square-down:before {
    content:""
}

.la-caret-square-left:before {
    content:""
}

.la-caret-square-right:before {
    content:""
}

.la-caret-square-up:before {
    content:""
}

.la-caret-up:before {
    content:""
}

.la-carrot:before {
    content:""
}

.la-cart-arrow-down:before {
    content:""
}

.la-cart-plus:before {
    content:""
}

.la-cash-register:before {
    content:""
}

.la-cat:before {
    content:""
}

.la-cc-amazon-pay:before {
    content:""
}

.la-cc-amex:before {
    content:""
}

.la-cc-apple-pay:before {
    content:""
}

.la-cc-diners-club:before {
    content:""
}

.la-cc-discover:before {
    content:""
}

.la-cc-jcb:before {
    content:""
}

.la-cc-mastercard:before {
    content:""
}

.la-cc-paypal:before {
    content:""
}

.la-cc-stripe:before {
    content:""
}

.la-cc-visa:before {
    content:""
}

.la-centercode:before {
    content:""
}

.la-centos:before {
    content:""
}

.la-certificate:before {
    content:""
}

.la-chair:before {
    content:""
}

.la-chalkboard:before {
    content:""
}

.la-chalkboard-teacher:before {
    content:""
}

.la-charging-station:before {
    content:""
}

.la-chart-area:before {
    content:""
}

.la-chart-bar:before {
    content:""
}

.la-chart-line:before {
    content:""
}

.la-chart-pie:before {
    content:""
}

.la-check:before {
    content:""
}

.la-check-circle:before {
    content:""
}

.la-check-double:before {
    content:""
}

.la-check-square:before {
    content:""
}

.la-cheese:before {
    content:""
}

.la-chess:before {
    content:""
}

.la-chess-bishop:before {
    content:""
}

.la-chess-board:before {
    content:""
}

.la-chess-king:before {
    content:""
}

.la-chess-knight:before {
    content:""
}

.la-chess-pawn:before {
    content:""
}

.la-chess-queen:before {
    content:""
}

.la-chess-rook:before {
    content:""
}

.la-chevron-circle-down:before {
    content:""
}

.la-chevron-circle-left:before {
    content:""
}

.la-chevron-circle-right:before {
    content:""
}

.la-chevron-circle-up:before {
    content:""
}

.la-chevron-down:before {
    content:""
}

.la-chevron-left:before {
    content:""
}

.la-chevron-right:before {
    content:""
}

.la-chevron-up:before {
    content:""
}

.la-child:before {
    content:""
}

.la-chrome:before {
    content:""
}

.la-chromecast:before {
    content:""
}

.la-church:before {
    content:""
}

.la-circle:before {
    content:""
}

.la-circle-notch:before {
    content:""
}

.la-city:before {
    content:""
}

.la-clinic-medical:before {
    content:""
}

.la-clipboard:before {
    content:""
}

.la-clipboard-check:before {
    content:""
}

.la-clipboard-list:before {
    content:""
}

.la-clock:before {
    content:""
}

.la-clone:before {
    content:""
}

.la-closed-captioning:before {
    content:""
}

.la-cloud:before {
    content:""
}

.la-cloud-download-alt:before {
    content:""
}

.la-cloud-meatball:before {
    content:""
}

.la-cloud-moon:before {
    content:""
}

.la-cloud-moon-rain:before {
    content:""
}

.la-cloud-rain:before {
    content:""
}

.la-cloud-showers-heavy:before {
    content:""
}

.la-cloud-sun:before {
    content:""
}

.la-cloud-sun-rain:before {
    content:""
}

.la-cloud-upload-alt:before {
    content:""
}

.la-cloudscale:before {
    content:""
}

.la-cloudsmith:before {
    content:""
}

.la-cloudversify:before {
    content:""
}

.la-cocktail:before {
    content:""
}

.la-code:before {
    content:""
}

.la-code-branch:before {
    content:""
}

.la-codepen:before {
    content:""
}

.la-codiepie:before {
    content:""
}

.la-coffee:before {
    content:""
}

.la-cog:before {
    content:""
}

.la-cogs:before {
    content:""
}

.la-coins:before {
    content:""
}

.la-columns:before {
    content:""
}

.la-comment:before {
    content:""
}

.la-comment-alt:before {
    content:""
}

.la-comment-dollar:before {
    content:""
}

.la-comment-dots:before {
    content:""
}

.la-comment-medical:before {
    content:""
}

.la-comment-slash:before {
    content:""
}

.la-comments:before {
    content:""
}

.la-comments-dollar:before {
    content:""
}

.la-compact-disc:before {
    content:""
}

.la-compass:before {
    content:""
}

.la-compress:before {
    content:""
}

.la-compress-arrows-alt:before {
    content:""
}

.la-concierge-bell:before {
    content:""
}

.la-confluence:before {
    content:""
}

.la-connectdevelop:before {
    content:""
}

.la-contao:before {
    content:""
}

.la-cookie:before {
    content:""
}

.la-cookie-bite:before {
    content:""
}

.la-copy:before {
    content:""
}

.la-copyright:before {
    content:""
}

.la-cotton-bureau:before {
    content:""
}

.la-couch:before {
    content:""
}

.la-cpanel:before {
    content:""
}

.la-creative-commons:before {
    content:""
}

.la-creative-commons-by:before {
    content:""
}

.la-creative-commons-nc:before {
    content:""
}

.la-creative-commons-nc-eu:before {
    content:""
}

.la-creative-commons-nc-jp:before {
    content:""
}

.la-creative-commons-nd:before {
    content:""
}

.la-creative-commons-pd:before {
    content:""
}

.la-creative-commons-pd-alt:before {
    content:""
}

.la-creative-commons-remix:before {
    content:""
}

.la-creative-commons-sa:before {
    content:""
}

.la-creative-commons-sampling:before {
    content:""
}

.la-creative-commons-sampling-plus:before {
    content:""
}

.la-creative-commons-share:before {
    content:""
}

.la-creative-commons-zero:before {
    content:""
}

.la-credit-card:before {
    content:""
}

.la-critical-role:before {
    content:""
}

.la-crop:before {
    content:""
}

.la-crop-alt:before {
    content:""
}

.la-cross:before {
    content:""
}

.la-crosshairs:before {
    content:""
}

.la-crow:before {
    content:""
}

.la-crown:before {
    content:""
}

.la-crutch:before {
    content:""
}

.la-css3:before {
    content:""
}

.la-css3-alt:before {
    content:""
}

.la-cube:before {
    content:""
}

.la-cubes:before {
    content:""
}

.la-cut:before {
    content:""
}

.la-cuttlefish:before {
    content:""
}

.la-d-and-d:before {
    content:""
}

.la-d-and-d-beyond:before {
    content:""
}

.la-dashcube:before {
    content:""
}

.la-database:before {
    content:""
}

.la-deaf:before {
    content:""
}

.la-delicious:before {
    content:""
}

.la-democrat:before {
    content:""
}

.la-deploydog:before {
    content:""
}

.la-deskpro:before {
    content:""
}

.la-desktop:before {
    content:""
}

.la-dev:before {
    content:""
}

.la-deviantart:before {
    content:""
}

.la-dharmachakra:before {
    content:""
}

.la-dhl:before {
    content:""
}

.la-diagnoses:before {
    content:""
}

.la-diaspora:before {
    content:""
}

.la-dice:before {
    content:""
}

.la-dice-d20:before {
    content:""
}

.la-dice-d6:before {
    content:""
}

.la-dice-five:before {
    content:""
}

.la-dice-four:before {
    content:""
}

.la-dice-one:before {
    content:""
}

.la-dice-six:before {
    content:""
}

.la-dice-three:before {
    content:""
}

.la-dice-two:before {
    content:""
}

.la-digg:before {
    content:""
}

.la-digital-ocean:before {
    content:""
}

.la-digital-tachograph:before {
    content:""
}

.la-directions:before {
    content:""
}

.la-discord:before {
    content:""
}

.la-discourse:before {
    content:""
}

.la-divide:before {
    content:""
}

.la-dizzy:before {
    content:""
}

.la-dna:before {
    content:""
}

.la-dochub:before {
    content:""
}

.la-docker:before {
    content:""
}

.la-dog:before {
    content:""
}

.la-dollar-sign:before {
    content:""
}

.la-dolly:before {
    content:""
}

.la-dolly-flatbed:before {
    content:""
}

.la-donate:before {
    content:""
}

.la-door-closed:before {
    content:""
}

.la-door-open:before {
    content:""
}

.la-dot-circle:before {
    content:""
}

.la-dove:before {
    content:""
}

.la-download:before {
    content:""
}

.la-draft2digital:before {
    content:""
}

.la-drafting-compass:before {
    content:""
}

.la-dragon:before {
    content:""
}

.la-draw-polygon:before {
    content:""
}

.la-dribbble:before {
    content:""
}

.la-dribbble-square:before {
    content:""
}

.la-dropbox:before {
    content:""
}

.la-drum:before {
    content:""
}

.la-drum-steelpan:before {
    content:""
}

.la-drumstick-bite:before {
    content:""
}

.la-drupal:before {
    content:""
}

.la-dumbbell:before {
    content:""
}

.la-dumpster:before {
    content:""
}

.la-dumpster-fire:before {
    content:""
}

.la-dungeon:before {
    content:""
}

.la-dyalog:before {
    content:""
}

.la-earlybirds:before {
    content:""
}

.la-ebay:before {
    content:""
}

.la-edge:before {
    content:""
}

.la-edit:before {
    content:""
}

.la-egg:before {
    content:""
}

.la-eject:before {
    content:""
}

.la-elementor:before {
    content:""
}

.la-ellipsis-h:before {
    content:""
}

.la-ellipsis-v:before {
    content:""
}

.la-ello:before {
    content:""
}

.la-ember:before {
    content:""
}

.la-empire:before {
    content:""
}

.la-envelope:before {
    content:""
}

.la-envelope-open:before {
    content:""
}

.la-envelope-open-text:before {
    content:""
}

.la-envelope-square:before {
    content:""
}

.la-envira:before {
    content:""
}

.la-equals:before {
    content:""
}

.la-eraser:before {
    content:""
}

.la-erlang:before {
    content:""
}

.la-ethereum:before {
    content:""
}

.la-ethernet:before {
    content:""
}

.la-etsy:before {
    content:""
}

.la-euro-sign:before {
    content:""
}

.la-evernote:before {
    content:""
}

.la-exchange-alt:before {
    content:""
}

.la-exclamation:before {
    content:""
}

.la-exclamation-circle:before {
    content:""
}

.la-exclamation-triangle:before {
    content:""
}

.la-expand:before {
    content:""
}

.la-expand-arrows-alt:before {
    content:""
}

.la-expeditedssl:before {
    content:""
}

.la-external-link-alt:before {
    content:""
}

.la-external-link-square-alt:before {
    content:""
}

.la-eye:before {
    content:""
}

.la-eye-dropper:before {
    content:""
}

.la-eye-slash:before {
    content:""
}

.la-facebook:before {
    content:""
}

.la-facebook-f:before {
    content:""
}

.la-facebook-messenger:before {
    content:""
}

.la-facebook-square:before {
    content:""
}

.la-fan:before {
    content:""
}

.la-fantasy-flight-games:before {
    content:""
}

.la-fast-backward:before {
    content:""
}

.la-fast-forward:before {
    content:""
}

.la-fax:before {
    content:""
}

.la-feather:before {
    content:""
}

.la-feather-alt:before {
    content:""
}

.la-fedex:before {
    content:""
}

.la-fedora:before {
    content:""
}

.la-female:before {
    content:""
}

.la-fighter-jet:before {
    content:""
}

.la-figma:before {
    content:""
}

.la-file:before {
    content:""
}

.la-file-alt:before {
    content:""
}

.la-file-archive:before {
    content:""
}

.la-file-audio:before {
    content:""
}

.la-file-code:before {
    content:""
}

.la-file-contract:before {
    content:""
}

.la-file-csv:before {
    content:""
}

.la-file-download:before {
    content:""
}

.la-file-excel:before {
    content:""
}

.la-file-export:before {
    content:""
}

.la-file-image:before {
    content:""
}

.la-file-import:before {
    content:""
}

.la-file-invoice:before {
    content:""
}

.la-file-invoice-dollar:before {
    content:""
}

.la-file-medical:before {
    content:""
}

.la-file-medical-alt:before {
    content:""
}

.la-file-pdf:before {
    content:""
}

.la-file-powerpoint:before {
    content:""
}

.la-file-prescription:before {
    content:""
}

.la-file-signature:before {
    content:""
}

.la-file-upload:before {
    content:""
}

.la-file-video:before {
    content:""
}

.la-file-word:before {
    content:""
}

.la-fill:before {
    content:""
}

.la-fill-drip:before {
    content:""
}

.la-film:before {
    content:""
}

.la-filter:before {
    content:""
}

.la-fingerprint:before {
    content:""
}

.la-fire:before {
    content:""
}

.la-fire-alt:before {
    content:""
}

.la-fire-extinguisher:before {
    content:""
}

.la-firefox:before {
    content:""
}

.la-first-aid:before {
    content:""
}

.la-first-order:before {
    content:""
}

.la-first-order-alt:before {
    content:""
}

.la-firstdraft:before {
    content:""
}

.la-fish:before {
    content:""
}

.la-fist-raised:before {
    content:""
}

.la-flag:before {
    content:""
}

.la-flag-checkered:before {
    content:""
}

.la-flag-usa:before {
    content:""
}

.la-flask:before {
    content:""
}

.la-flickr:before {
    content:""
}

.la-flipboard:before {
    content:""
}

.la-flushed:before {
    content:""
}

.la-fly:before {
    content:""
}

.la-folder:before {
    content:""
}

.la-folder-minus:before {
    content:""
}

.la-folder-open:before {
    content:""
}

.la-folder-plus:before {
    content:""
}

.la-font:before {
    content:""
}

.la-font-awesome:before {
    content:""
}

.la-font-awesome-alt:before {
    content:""
}

.la-font-awesome-flag:before {
    content:""
}

.la-fonticons:before {
    content:""
}

.la-fonticons-fi:before {
    content:""
}

.la-football-ball:before {
    content:""
}

.la-fort-awesome:before {
    content:""
}

.la-fort-awesome-alt:before {
    content:""
}

.la-forumbee:before {
    content:""
}

.la-forward:before {
    content:""
}

.la-foursquare:before {
    content:""
}

.la-free-code-camp:before {
    content:""
}

.la-freebsd:before {
    content:""
}

.la-frog:before {
    content:""
}

.la-frown:before {
    content:""
}

.la-frown-open:before {
    content:""
}

.la-fulcrum:before {
    content:""
}

.la-funnel-dollar:before {
    content:""
}

.la-futbol:before {
    content:""
}

.la-galactic-republic:before {
    content:""
}

.la-galactic-senate:before {
    content:""
}

.la-gamepad:before {
    content:""
}

.la-gas-pump:before {
    content:""
}

.la-gavel:before {
    content:""
}

.la-gem:before {
    content:""
}

.la-genderless:before {
    content:""
}

.la-get-pocket:before {
    content:""
}

.la-gg:before {
    content:""
}

.la-gg-circle:before {
    content:""
}

.la-ghost:before {
    content:""
}

.la-gift:before {
    content:""
}

.la-gifts:before {
    content:""
}

.la-git:before {
    content:""
}

.la-git-alt:before {
    content:""
}

.la-git-square:before {
    content:""
}

.la-github:before {
    content:""
}

.la-github-alt:before {
    content:""
}

.la-github-square:before {
    content:""
}

.la-gitkraken:before {
    content:""
}

.la-gitlab:before {
    content:""
}

.la-gitter:before {
    content:""
}

.la-glass-cheers:before {
    content:""
}

.la-glass-martini:before {
    content:""
}

.la-glass-martini-alt:before {
    content:""
}

.la-glass-whiskey:before {
    content:""
}

.la-glasses:before {
    content:""
}

.la-glide:before {
    content:""
}

.la-glide-g:before {
    content:""
}

.la-globe:before {
    content:""
}

.la-globe-africa:before {
    content:""
}

.la-globe-americas:before {
    content:""
}

.la-globe-asia:before {
    content:""
}

.la-globe-europe:before {
    content:""
}

.la-gofore:before {
    content:""
}

.la-golf-ball:before {
    content:""
}

.la-goodreads:before {
    content:""
}

.la-goodreads-g:before {
    content:""
}

.la-google:before {
    content:""
}

.la-google-drive:before {
    content:""
}

.la-google-play:before {
    content:""
}

.la-google-plus:before {
    content:""
}

.la-google-plus-g:before {
    content:""
}

.la-google-plus-square:before {
    content:""
}

.la-google-wallet:before {
    content:""
}

.la-gopuram:before {
    content:""
}

.la-graduation-cap:before {
    content:""
}

.la-gratipay:before {
    content:""
}

.la-grav:before {
    content:""
}

.la-greater-than:before {
    content:""
}

.la-greater-than-equal:before {
    content:""
}

.la-grimace:before {
    content:""
}

.la-grin:before {
    content:""
}

.la-grin-alt:before {
    content:""
}

.la-grin-beam:before {
    content:""
}

.la-grin-beam-sweat:before {
    content:""
}

.la-grin-hearts:before {
    content:""
}

.la-grin-squint:before {
    content:""
}

.la-grin-squint-tears:before {
    content:""
}

.la-grin-stars:before {
    content:""
}

.la-grin-tears:before {
    content:""
}

.la-grin-tongue:before {
    content:""
}

.la-grin-tongue-squint:before {
    content:""
}

.la-grin-tongue-wink:before {
    content:""
}

.la-grin-wink:before {
    content:""
}

.la-grip-horizontal:before {
    content:""
}

.la-grip-lines:before {
    content:""
}

.la-grip-lines-vertical:before {
    content:""
}

.la-grip-vertical:before {
    content:""
}

.la-gripfire:before {
    content:""
}

.la-grunt:before {
    content:""
}

.la-guitar:before {
    content:""
}

.la-gulp:before {
    content:""
}

.la-h-square:before {
    content:""
}

.la-hacker-news:before {
    content:""
}

.la-hacker-news-square:before {
    content:""
}

.la-hackerrank:before {
    content:""
}

.la-hamburger:before {
    content:""
}

.la-hammer:before {
    content:""
}

.la-hamsa:before {
    content:""
}

.la-hand-holding:before {
    content:""
}

.la-hand-holding-heart:before {
    content:""
}

.la-hand-holding-usd:before {
    content:""
}

.la-hand-lizard:before {
    content:""
}

.la-hand-middle-finger:before {
    content:""
}

.la-hand-paper:before {
    content:""
}

.la-hand-peace:before {
    content:""
}

.la-hand-point-down:before {
    content:""
}

.la-hand-point-left:before {
    content:""
}

.la-hand-point-right:before {
    content:""
}

.la-hand-point-up:before {
    content:""
}

.la-hand-pointer:before {
    content:""
}

.la-hand-rock:before {
    content:""
}

.la-hand-scissors:before {
    content:""
}

.la-hand-spock:before {
    content:""
}

.la-hands:before {
    content:""
}

.la-hands-helping:before {
    content:""
}

.la-handshake:before {
    content:""
}

.la-hanukiah:before {
    content:""
}

.la-hard-hat:before {
    content:""
}

.la-hashtag:before {
    content:""
}

.la-hat-wizard:before {
    content:""
}

.la-haykal:before {
    content:""
}

.la-hdd:before {
    content:""
}

.la-heading:before {
    content:""
}

.la-headphones:before {
    content:""
}

.la-headphones-alt:before {
    content:""
}

.la-headset:before {
    content:""
}

.la-heart:before {
    content:""
}

.la-heart-broken:before {
    content:""
}

.la-heartbeat:before {
    content:""
}

.la-helicopter:before {
    content:""
}

.la-highlighter:before {
    content:""
}

.la-hiking:before {
    content:""
}

.la-hippo:before {
    content:""
}

.la-hips:before {
    content:""
}

.la-hire-a-helper:before {
    content:""
}

.la-history:before {
    content:""
}

.la-hockey-puck:before {
    content:""
}

.la-holly-berry:before {
    content:""
}

.la-home:before {
    content:""
}

.la-hooli:before {
    content:""
}

.la-hornbill:before {
    content:""
}

.la-horse:before {
    content:""
}

.la-horse-head:before {
    content:""
}

.la-hospital:before {
    content:""
}

.la-hospital-alt:before {
    content:""
}

.la-hospital-symbol:before {
    content:""
}

.la-hot-tub:before {
    content:""
}

.la-hotdog:before {
    content:""
}

.la-hotel:before {
    content:""
}

.la-hotjar:before {
    content:""
}

.la-hourglass:before {
    content:""
}

.la-hourglass-end:before {
    content:""
}

.la-hourglass-half:before {
    content:""
}

.la-hourglass-start:before {
    content:""
}

.la-house-damage:before {
    content:""
}

.la-houzz:before {
    content:""
}

.la-hryvnia:before {
    content:""
}

.la-html5:before {
    content:""
}

.la-hubspot:before {
    content:""
}

.la-i-cursor:before {
    content:""
}

.la-ice-cream:before {
    content:""
}

.la-icicles:before {
    content:""
}

.la-icons:before {
    content:""
}

.la-id-badge:before {
    content:""
}

.la-id-card:before {
    content:""
}

.la-id-card-alt:before {
    content:""
}

.la-igloo:before {
    content:""
}

.la-image:before {
    content:""
}

.la-images:before {
    content:""
}

.la-imdb:before {
    content:""
}

.la-inbox:before {
    content:""
}

.la-indent:before {
    content:""
}

.la-industry:before {
    content:""
}

.la-infinity:before {
    content:""
}

.la-info:before {
    content:""
}

.la-info-circle:before {
    content:""
}

.la-instagram:before {
    content:""
}

.la-intercom:before {
    content:""
}

.la-internet-explorer:before {
    content:""
}

.la-invision:before {
    content:""
}

.la-ioxhost:before {
    content:""
}

.la-italic:before {
    content:""
}

.la-itch-io:before {
    content:""
}

.la-itunes:before {
    content:""
}

.la-itunes-note:before {
    content:""
}

.la-java:before {
    content:""
}

.la-jedi:before {
    content:""
}

.la-jedi-order:before {
    content:""
}

.la-jenkins:before {
    content:""
}

.la-jira:before {
    content:""
}

.la-joget:before {
    content:""
}

.la-joint:before {
    content:""
}

.la-joomla:before {
    content:""
}

.la-journal-whills:before {
    content:""
}

.la-js:before {
    content:""
}

.la-js-square:before {
    content:""
}

.la-jsfiddle:before {
    content:""
}

.la-kaaba:before {
    content:""
}

.la-kaggle:before {
    content:""
}

.la-key:before {
    content:""
}

.la-keybase:before {
    content:""
}

.la-keyboard:before {
    content:""
}

.la-keycdn:before {
    content:""
}

.la-khanda:before {
    content:""
}

.la-kickstarter:before {
    content:""
}

.la-kickstarter-k:before {
    content:""
}

.la-kiss:before {
    content:""
}

.la-kiss-beam:before {
    content:""
}

.la-kiss-wink-heart:before {
    content:""
}

.la-kiwi-bird:before {
    content:""
}

.la-korvue:before {
    content:""
}

.la-landmark:before {
    content:""
}

.la-language:before {
    content:""
}

.la-laptop:before {
    content:""
}

.la-laptop-code:before {
    content:""
}

.la-laptop-medical:before {
    content:""
}

.la-laravel:before {
    content:""
}

.la-lastfm:before {
    content:""
}

.la-lastfm-square:before {
    content:""
}

.la-laugh:before {
    content:""
}

.la-laugh-beam:before {
    content:""
}

.la-laugh-squint:before {
    content:""
}

.la-laugh-wink:before {
    content:""
}

.la-layer-group:before {
    content:""
}

.la-leaf:before {
    content:""
}

.la-leanpub:before {
    content:""
}

.la-lemon:before {
    content:""
}

.la-less:before {
    content:""
}

.la-less-than:before {
    content:""
}

.la-less-than-equal:before {
    content:""
}

.la-level-down-alt:before {
    content:""
}

.la-level-up-alt:before {
    content:""
}

.la-life-ring:before {
    content:""
}

.la-lightbulb:before {
    content:""
}

.la-line:before {
    content:""
}

.la-link:before {
    content:""
}

.la-linkedin:before {
    content:""
}

.la-linkedin-in:before {
    content:""
}

.la-linode:before {
    content:""
}

.la-linux:before {
    content:""
}

.la-lira-sign:before {
    content:""
}

.la-list:before {
    content:""
}

.la-list-alt:before {
    content:""
}

.la-list-ol:before {
    content:""
}

.la-list-ul:before {
    content:""
}

.la-location-arrow:before {
    content:""
}

.la-lock:before {
    content:""
}

.la-lock-open:before {
    content:""
}

.la-long-arrow-alt-down:before {
    content:""
}

.la-long-arrow-alt-left:before {
    content:""
}

.la-long-arrow-alt-right:before {
    content:""
}

.la-long-arrow-alt-up:before {
    content:""
}

.la-low-vision:before {
    content:""
}

.la-luggage-cart:before {
    content:""
}

.la-lyft:before {
    content:""
}

.la-magento:before {
    content:""
}

.la-magic:before {
    content:""
}

.la-magnet:before {
    content:""
}

.la-mail-bulk:before {
    content:""
}

.la-mailchimp:before {
    content:""
}

.la-male:before {
    content:""
}

.la-mandalorian:before {
    content:""
}

.la-map:before {
    content:""
}

.la-map-marked:before {
    content:""
}

.la-map-marked-alt:before {
    content:""
}

.la-map-marker:before {
    content:""
}

.la-map-marker-alt:before {
    content:""
}

.la-map-pin:before {
    content:""
}

.la-map-signs:before {
    content:""
}

.la-markdown:before {
    content:""
}

.la-marker:before {
    content:""
}

.la-mars:before {
    content:""
}

.la-mars-double:before {
    content:""
}

.la-mars-stroke:before {
    content:""
}

.la-mars-stroke-h:before {
    content:""
}

.la-mars-stroke-v:before {
    content:""
}

.la-mask:before {
    content:""
}

.la-mastodon:before {
    content:""
}

.la-maxcdn:before {
    content:""
}

.la-medal:before {
    content:""
}

.la-medapps:before {
    content:""
}

.la-medium:before {
    content:""
}

.la-medium-m:before {
    content:""
}

.la-medkit:before {
    content:""
}

.la-medrt:before {
    content:""
}

.la-meetup:before {
    content:""
}

.la-megaport:before {
    content:""
}

.la-meh:before {
    content:""
}

.la-meh-blank:before {
    content:""
}

.la-meh-rolling-eyes:before {
    content:""
}

.la-memory:before {
    content:""
}

.la-mendeley:before {
    content:""
}

.la-menorah:before {
    content:""
}

.la-mercury:before {
    content:""
}

.la-meteor:before {
    content:""
}

.la-microchip:before {
    content:""
}

.la-microphone:before {
    content:""
}

.la-microphone-alt:before {
    content:""
}

.la-microphone-alt-slash:before {
    content:""
}

.la-microphone-slash:before {
    content:""
}

.la-microscope:before {
    content:""
}

.la-microsoft:before {
    content:""
}

.la-minus:before {
    content:""
}

.la-minus-circle:before {
    content:""
}

.la-minus-square:before {
    content:""
}

.la-mitten:before {
    content:""
}

.la-mix:before {
    content:""
}

.la-mixcloud:before {
    content:""
}

.la-mizuni:before {
    content:""
}

.la-mobile:before {
    content:""
}

.la-mobile-alt:before {
    content:""
}

.la-modx:before {
    content:""
}

.la-monero:before {
    content:""
}

.la-money-bill:before {
    content:""
}

.la-money-bill-alt:before {
    content:""
}

.la-money-bill-wave:before {
    content:""
}

.la-money-bill-wave-alt:before {
    content:""
}

.la-money-check:before {
    content:""
}

.la-money-check-alt:before {
    content:""
}

.la-monument:before {
    content:""
}

.la-moon:before {
    content:""
}

.la-mortar-pestle:before {
    content:""
}

.la-mosque:before {
    content:""
}

.la-motorcycle:before {
    content:""
}

.la-mountain:before {
    content:""
}

.la-mouse-pointer:before {
    content:""
}

.la-mug-hot:before {
    content:""
}

.la-music:before {
    content:""
}

.la-napster:before {
    content:""
}

.la-neos:before {
    content:""
}

.la-network-wired:before {
    content:""
}

.la-neuter:before {
    content:""
}

.la-newspaper:before {
    content:""
}

.la-nimblr:before {
    content:""
}

.la-node:before {
    content:""
}

.la-node-js:before {
    content:""
}

.la-not-equal:before {
    content:""
}

.la-notes-medical:before {
    content:""
}

.la-npm:before {
    content:""
}

.la-ns8:before {
    content:""
}

.la-nutritionix:before {
    content:""
}

.la-object-group:before {
    content:""
}

.la-object-ungroup:before {
    content:""
}

.la-odnoklassniki:before {
    content:""
}

.la-odnoklassniki-square:before {
    content:""
}

.la-oil-can:before {
    content:""
}

.la-old-republic:before {
    content:""
}

.la-om:before {
    content:""
}

.la-opencart:before {
    content:""
}

.la-openid:before {
    content:""
}

.la-opera:before {
    content:""
}

.la-optin-monster:before {
    content:""
}

.la-osi:before {
    content:""
}

.la-otter:before {
    content:""
}

.la-outdent:before {
    content:""
}

.la-page4:before {
    content:""
}

.la-pagelines:before {
    content:""
}

.la-pager:before {
    content:""
}

.la-paint-brush:before {
    content:""
}

.la-paint-roller:before {
    content:""
}

.la-palette:before {
    content:""
}

.la-palfed:before {
    content:""
}

.la-pallet:before {
    content:""
}

.la-paper-plane:before {
    content:""
}

.la-paperclip:before {
    content:""
}

.la-parachute-box:before {
    content:""
}

.la-paragraph:before {
    content:""
}

.la-parking:before {
    content:""
}

.la-passport:before {
    content:""
}

.la-pastafarianism:before {
    content:""
}

.la-paste:before {
    content:""
}

.la-patreon:before {
    content:""
}

.la-pause:before {
    content:""
}

.la-pause-circle:before {
    content:""
}

.la-paw:before {
    content:""
}

.la-paypal:before {
    content:""
}

.la-peace:before {
    content:""
}

.la-pen:before {
    content:""
}

.la-pen-alt:before {
    content:""
}

.la-pen-fancy:before {
    content:""
}

.la-pen-nib:before {
    content:""
}

.la-pen-square:before {
    content:""
}

.la-pencil-alt:before {
    content:""
}

.la-pencil-ruler:before {
    content:""
}

.la-penny-arcade:before {
    content:""
}

.la-people-carry:before {
    content:""
}

.la-pepper-hot:before {
    content:""
}

.la-percent:before {
    content:""
}

.la-percentage:before {
    content:""
}

.la-periscope:before {
    content:""
}

.la-person-booth:before {
    content:""
}

.la-phabricator:before {
    content:""
}

.la-phoenix-framework:before {
    content:""
}

.la-phoenix-squadron:before {
    content:""
}

.la-phone:before {
    content:""
}

.la-phone-alt:before {
    content:""
}

.la-phone-slash:before {
    content:""
}

.la-phone-square:before {
    content:""
}

.la-phone-square-alt:before {
    content:""
}

.la-phone-volume:before {
    content:""
}

.la-photo-video:before {
    content:""
}

.la-php:before {
    content:""
}

.la-pied-piper:before {
    content:""
}

.la-pied-piper-alt:before {
    content:""
}

.la-pied-piper-hat:before {
    content:""
}

.la-pied-piper-pp:before {
    content:""
}

.la-piggy-bank:before {
    content:""
}

.la-pills:before {
    content:""
}

.la-pinterest:before {
    content:""
}

.la-pinterest-p:before {
    content:""
}

.la-pinterest-square:before {
    content:""
}

.la-pizza-slice:before {
    content:""
}

.la-place-of-worship:before {
    content:""
}

.la-plane:before {
    content:""
}

.la-plane-arrival:before {
    content:""
}

.la-plane-departure:before {
    content:""
}

.la-play:before {
    content:""
}

.la-play-circle:before {
    content:""
}

.la-playstation:before {
    content:""
}

.la-plug:before {
    content:""
}

.la-plus:before {
    content:""
}

.la-plus-circle:before {
    content:""
}

.la-plus-square:before {
    content:""
}

.la-podcast:before {
    content:""
}

.la-poll:before {
    content:""
}

.la-poll-h:before {
    content:""
}

.la-poo:before {
    content:""
}

.la-poo-storm:before {
    content:""
}

.la-poop:before {
    content:""
}

.la-portrait:before {
    content:""
}

.la-pound-sign:before {
    content:""
}

.la-power-off:before {
    content:""
}

.la-pray:before {
    content:""
}

.la-praying-hands:before {
    content:""
}

.la-prescription:before {
    content:""
}

.la-prescription-bottle:before {
    content:""
}

.la-prescription-bottle-alt:before {
    content:""
}

.la-print:before {
    content:""
}

.la-procedures:before {
    content:""
}

.la-product-hunt:before {
    content:""
}

.la-project-diagram:before {
    content:""
}

.la-pushed:before {
    content:""
}

.la-puzzle-piece:before {
    content:""
}

.la-python:before {
    content:""
}

.la-qq:before {
    content:""
}

.la-qrcode:before {
    content:""
}

.la-question:before {
    content:""
}

.la-question-circle:before {
    content:""
}

.la-quidditch:before {
    content:""
}

.la-quinscape:before {
    content:""
}

.la-quora:before {
    content:""
}

.la-quote-left:before {
    content:""
}

.la-quote-right:before {
    content:""
}

.la-quran:before {
    content:""
}

.la-r-project:before {
    content:""
}

.la-radiation:before {
    content:""
}

.la-radiation-alt:before {
    content:""
}

.la-rainbow:before {
    content:""
}

.la-random:before {
    content:""
}

.la-raspberry-pi:before {
    content:""
}

.la-ravelry:before {
    content:""
}

.la-react:before {
    content:""
}

.la-reacteurope:before {
    content:""
}

.la-readme:before {
    content:""
}

.la-rebel:before {
    content:""
}

.la-receipt:before {
    content:""
}

.la-recycle:before {
    content:""
}

.la-red-river:before {
    content:""
}

.la-reddit:before {
    content:""
}

.la-reddit-alien:before {
    content:""
}

.la-reddit-square:before {
    content:""
}

.la-redhat:before {
    content:""
}

.la-redo:before {
    content:""
}

.la-redo-alt:before {
    content:""
}

.la-registered:before {
    content:""
}

.la-remove-format:before {
    content:""
}

.la-renren:before {
    content:""
}

.la-reply:before {
    content:""
}

.la-reply-all:before {
    content:""
}

.la-replyd:before {
    content:""
}

.la-republican:before {
    content:""
}

.la-researchgate:before {
    content:""
}

.la-resolving:before {
    content:""
}

.la-restroom:before {
    content:""
}

.la-retweet:before {
    content:""
}

.la-rev:before {
    content:""
}

.la-ribbon:before {
    content:""
}

.la-ring:before {
    content:""
}

.la-road:before {
    content:""
}

.la-robot:before {
    content:""
}

.la-rocket:before {
    content:""
}

.la-rocketchat:before {
    content:""
}

.la-rockrms:before {
    content:""
}

.la-route:before {
    content:""
}

.la-rss:before {
    content:""
}

.la-rss-square:before {
    content:""
}

.la-ruble-sign:before {
    content:""
}

.la-ruler:before {
    content:""
}

.la-ruler-combined:before {
    content:""
}

.la-ruler-horizontal:before {
    content:""
}

.la-ruler-vertical:before {
    content:""
}

.la-running:before {
    content:""
}

.la-rupee-sign:before {
    content:""
}

.la-sad-cry:before {
    content:""
}

.la-sad-tear:before {
    content:""
}

.la-safari:before {
    content:""
}

.la-salesforce:before {
    content:""
}

.la-sass:before {
    content:""
}

.la-satellite:before {
    content:""
}

.la-satellite-dish:before {
    content:""
}

.la-save:before {
    content:""
}

.la-schlix:before {
    content:""
}

.la-school:before {
    content:""
}

.la-screwdriver:before {
    content:""
}

.la-scribd:before {
    content:""
}

.la-scroll:before {
    content:""
}

.la-sd-card:before {
    content:""
}

.la-search:before {
    content:""
}

.la-search-dollar:before {
    content:""
}

.la-search-location:before {
    content:""
}

.la-search-minus:before {
    content:""
}

.la-search-plus:before {
    content:""
}

.la-searchengin:before {
    content:""
}

.la-seedling:before {
    content:""
}

.la-sellcast:before {
    content:""
}

.la-sellsy:before {
    content:""
}

.la-server:before {
    content:""
}

.la-servicestack:before {
    content:""
}

.la-shapes:before {
    content:""
}

.la-share:before {
    content:""
}

.la-share-alt:before {
    content:""
}

.la-share-alt-square:before {
    content:""
}

.la-share-square:before {
    content:""
}

.la-shekel-sign:before {
    content:""
}

.la-shield-alt:before {
    content:""
}

.la-ship:before {
    content:""
}

.la-shipping-fast:before {
    content:""
}

.la-shirtsinbulk:before {
    content:""
}

.la-shoe-prints:before {
    content:""
}

.la-shopping-bag:before {
    content:""
}

.la-shopping-basket:before {
    content:""
}

.la-shopping-cart:before {
    content:""
}

.la-shopware:before {
    content:""
}

.la-shower:before {
    content:""
}

.la-shuttle-van:before {
    content:""
}

.la-sign:before {
    content:""
}

.la-sign-in-alt:before {
    content:""
}

.la-sign-language:before {
    content:""
}

.la-sign-out-alt:before {
    content:""
}

.la-signal:before {
    content:""
}

.la-signature:before {
    content:""
}

.la-sim-card:before {
    content:""
}

.la-simplybuilt:before {
    content:""
}

.la-sistrix:before {
    content:""
}

.la-sitemap:before {
    content:""
}

.la-sith:before {
    content:""
}

.la-skating:before {
    content:""
}

.la-sketch:before {
    content:""
}

.la-skiing:before {
    content:""
}

.la-skiing-nordic:before {
    content:""
}

.la-skull:before {
    content:""
}

.la-skull-crossbones:before {
    content:""
}

.la-skyatlas:before {
    content:""
}

.la-skype:before {
    content:""
}

.la-slack:before {
    content:""
}

.la-slack-hash:before {
    content:""
}

.la-slash:before {
    content:""
}

.la-sleigh:before {
    content:""
}

.la-sliders-h:before {
    content:""
}

.la-slideshare:before {
    content:""
}

.la-smile:before {
    content:""
}

.la-smile-beam:before {
    content:""
}

.la-smile-wink:before {
    content:""
}

.la-smog:before {
    content:""
}

.la-smoking:before {
    content:""
}

.la-smoking-ban:before {
    content:""
}

.la-sms:before {
    content:""
}

.la-snapchat:before {
    content:""
}

.la-snapchat-ghost:before {
    content:""
}

.la-snapchat-square:before {
    content:""
}

.la-snowboarding:before {
    content:""
}

.la-snowflake:before {
    content:""
}

.la-snowman:before {
    content:""
}

.la-snowplow:before {
    content:""
}

.la-socks:before {
    content:""
}

.la-solar-panel:before {
    content:""
}

.la-sort:before {
    content:""
}

.la-sort-alpha-down:before {
    content:""
}

.la-sort-alpha-down-alt:before {
    content:""
}

.la-sort-alpha-up:before {
    content:""
}

.la-sort-alpha-up-alt:before {
    content:""
}

.la-sort-amount-down:before {
    content:""
}

.la-sort-amount-down-alt:before {
    content:""
}

.la-sort-amount-up:before {
    content:""
}

.la-sort-amount-up-alt:before {
    content:""
}

.la-sort-down:before {
    content:""
}

.la-sort-numeric-down:before {
    content:""
}

.la-sort-numeric-down-alt:before {
    content:""
}

.la-sort-numeric-up:before {
    content:""
}

.la-sort-numeric-up-alt:before {
    content:""
}

.la-sort-up:before {
    content:""
}

.la-soundcloud:before {
    content:""
}

.la-sourcetree:before {
    content:""
}

.la-spa:before {
    content:""
}

.la-space-shuttle:before {
    content:""
}

.la-speakap:before {
    content:""
}

.la-speaker-deck:before {
    content:""
}

.la-spell-check:before {
    content:""
}

.la-spider:before {
    content:""
}

.la-spinner:before {
    content:""
}

.la-splotch:before {
    content:""
}

.la-spotify:before {
    content:""
}

.la-spray-can:before {
    content:""
}

.la-square:before {
    content:""
}

.la-square-full:before {
    content:""
}

.la-square-root-alt:before {
    content:""
}

.la-squarespace:before {
    content:""
}

.la-stack-exchange:before {
    content:""
}

.la-stack-overflow:before {
    content:""
}

.la-stackpath:before {
    content:""
}

.la-stamp:before {
    content:""
}

.la-star:before {
    content:""
}

.la-star-and-crescent:before {
    content:""
}

.la-star-half:before {
    content:""
}

.la-star-half-alt:before {
    content:""
}

.la-star-of-david:before {
    content:""
}

.la-star-of-life:before {
    content:""
}

.la-staylinked:before {
    content:""
}

.la-steam:before {
    content:""
}

.la-steam-square:before {
    content:""
}

.la-steam-symbol:before {
    content:""
}

.la-step-backward:before {
    content:""
}

.la-step-forward:before {
    content:""
}

.la-stethoscope:before {
    content:""
}

.la-sticker-mule:before {
    content:""
}

.la-sticky-note:before {
    content:""
}

.la-stop:before {
    content:""
}

.la-stop-circle:before {
    content:""
}

.la-stopwatch:before {
    content:""
}

.la-store:before {
    content:""
}

.la-store-alt:before {
    content:""
}

.la-strava:before {
    content:""
}

.la-stream:before {
    content:""
}

.la-street-view:before {
    content:""
}

.la-strikethrough:before {
    content:""
}

.la-stripe:before {
    content:""
}

.la-stripe-s:before {
    content:""
}

.la-stroopwafel:before {
    content:""
}

.la-studiovinari:before {
    content:""
}

.la-stumbleupon:before {
    content:""
}

.la-stumbleupon-circle:before {
    content:""
}

.la-subscript:before {
    content:""
}

.la-subway:before {
    content:""
}

.la-suitcase:before {
    content:""
}

.la-suitcase-rolling:before {
    content:""
}

.la-sun:before {
    content:""
}

.la-superpowers:before {
    content:""
}

.la-superscript:before {
    content:""
}

.la-supple:before {
    content:""
}

.la-surprise:before {
    content:""
}

.la-suse:before {
    content:""
}

.la-swatchbook:before {
    content:""
}

.la-swimmer:before {
    content:""
}

.la-swimming-pool:before {
    content:""
}

.la-symfony:before {
    content:""
}

.la-synagogue:before {
    content:""
}

.la-sync:before {
    content:""
}

.la-sync-alt:before {
    content:""
}

.la-syringe:before {
    content:""
}

.la-table:before {
    content:""
}

.la-table-tennis:before {
    content:""
}

.la-tablet:before {
    content:""
}

.la-tablet-alt:before {
    content:""
}

.la-tablets:before {
    content:""
}

.la-tachometer-alt:before {
    content:""
}

.la-tag:before {
    content:""
}

.la-tags:before {
    content:""
}

.la-tape:before {
    content:""
}

.la-tasks:before {
    content:""
}

.la-taxi:before {
    content:""
}

.la-teamspeak:before {
    content:""
}

.la-teeth:before {
    content:""
}

.la-teeth-open:before {
    content:""
}

.la-telegram:before {
    content:""
}

.la-telegram-plane:before {
    content:""
}

.la-temperature-high:before {
    content:""
}

.la-temperature-low:before {
    content:""
}

.la-tencent-weibo:before {
    content:""
}

.la-tenge:before {
    content:""
}

.la-terminal:before {
    content:""
}

.la-text-height:before {
    content:""
}

.la-text-width:before {
    content:""
}

.la-th:before {
    content:""
}

.la-th-large:before {
    content:""
}

.la-th-list:before {
    content:""
}

.la-the-red-yeti:before {
    content:""
}

.la-theater-masks:before {
    content:""
}

.la-themeco:before {
    content:""
}

.la-themeisle:before {
    content:""
}

.la-thermometer:before {
    content:""
}

.la-thermometer-empty:before {
    content:""
}

.la-thermometer-full:before {
    content:""
}

.la-thermometer-half:before {
    content:""
}

.la-thermometer-quarter:before {
    content:""
}

.la-thermometer-three-quarters:before {
    content:""
}

.la-think-peaks:before {
    content:""
}

.la-thumbs-down:before {
    content:""
}

.la-thumbs-up:before {
    content:""
}

.la-thumbtack:before {
    content:""
}

.la-ticket-alt:before {
    content:""
}

.la-times:before {
    content:""
}

.la-times-circle:before {
    content:""
}

.la-tint:before {
    content:""
}

.la-tint-slash:before {
    content:""
}

.la-tired:before {
    content:""
}

.la-toggle-off:before {
    content:""
}

.la-toggle-on:before {
    content:""
}

.la-toilet:before {
    content:""
}

.la-toilet-paper:before {
    content:""
}

.la-toolbox:before {
    content:""
}

.la-tools:before {
    content:""
}

.la-tooth:before {
    content:""
}

.la-torah:before {
    content:""
}

.la-torii-gate:before {
    content:""
}

.la-tractor:before {
    content:""
}

.la-trade-federation:before {
    content:""
}

.la-trademark:before {
    content:""
}

.la-traffic-light:before {
    content:""
}

.la-train:before {
    content:""
}

.la-tram:before {
    content:""
}

.la-transgender:before {
    content:""
}

.la-transgender-alt:before {
    content:""
}

.la-trash:before {
    content:""
}

.la-trash-alt:before {
    content:""
}

.la-trash-restore:before {
    content:""
}

.la-trash-restore-alt:before {
    content:""
}

.la-tree:before {
    content:""
}

.la-trello:before {
    content:""
}

.la-tripadvisor:before {
    content:""
}

.la-trophy:before {
    content:""
}

.la-truck:before {
    content:""
}

.la-truck-loading:before {
    content:""
}

.la-truck-monster:before {
    content:""
}

.la-truck-moving:before {
    content:""
}

.la-truck-pickup:before {
    content:""
}

.la-tshirt:before {
    content:""
}

.la-tty:before {
    content:""
}

.la-tumblr:before {
    content:""
}

.la-tumblr-square:before {
    content:""
}

.la-tv:before {
    content:""
}

.la-twitch:before {
    content:""
}

.la-twitter:before {
    content:""
}

.la-twitter-square:before {
    content:""
}

.la-typo3:before {
    content:""
}

.la-uber:before {
    content:""
}

.la-ubuntu:before {
    content:""
}

.la-uikit:before {
    content:""
}

.la-umbrella:before {
    content:""
}

.la-umbrella-beach:before {
    content:""
}

.la-underline:before {
    content:""
}

.la-undo:before {
    content:""
}

.la-undo-alt:before {
    content:""
}

.la-uniregistry:before {
    content:""
}

.la-universal-access:before {
    content:""
}

.la-university:before {
    content:""
}

.la-unlink:before {
    content:""
}

.la-unlock:before {
    content:""
}

.la-unlock-alt:before {
    content:""
}

.la-untappd:before {
    content:""
}

.la-upload:before {
    content:""
}

.la-ups:before {
    content:""
}

.la-usb:before {
    content:""
}

.la-user:before {
    content:""
}

.la-user-alt:before {
    content:""
}

.la-user-alt-slash:before {
    content:""
}

.la-user-astronaut:before {
    content:""
}

.la-user-check:before {
    content:""
}

.la-user-circle:before {
    content:""
}

.la-user-clock:before {
    content:""
}

.la-user-cog:before {
    content:""
}

.la-user-edit:before {
    content:""
}

.la-user-friends:before {
    content:""
}

.la-user-graduate:before {
    content:""
}

.la-user-injured:before {
    content:""
}

.la-user-lock:before {
    content:""
}

.la-user-md:before {
    content:""
}

.la-user-minus:before {
    content:""
}

.la-user-ninja:before {
    content:""
}

.la-user-nurse:before {
    content:""
}

.la-user-plus:before {
    content:""
}

.la-user-secret:before {
    content:""
}

.la-user-shield:before {
    content:""
}

.la-user-slash:before {
    content:""
}

.la-user-tag:before {
    content:""
}

.la-user-tie:before {
    content:""
}

.la-user-times:before {
    content:""
}

.la-users:before {
    content:""
}

.la-users-cog:before {
    content:""
}

.la-usps:before {
    content:""
}

.la-ussunnah:before {
    content:""
}

.la-utensil-spoon:before {
    content:""
}

.la-utensils:before {
    content:""
}

.la-vaadin:before {
    content:""
}

.la-vector-square:before {
    content:""
}

.la-venus:before {
    content:""
}

.la-venus-double:before {
    content:""
}

.la-venus-mars:before {
    content:""
}

.la-viacoin:before {
    content:""
}

.la-viadeo:before {
    content:""
}

.la-viadeo-square:before {
    content:""
}

.la-vial:before {
    content:""
}

.la-vials:before {
    content:""
}

.la-viber:before {
    content:""
}

.la-video:before {
    content:""
}

.la-video-slash:before {
    content:""
}

.la-vihara:before {
    content:""
}

.la-vimeo:before {
    content:""
}

.la-vimeo-square:before {
    content:""
}

.la-vimeo-v:before {
    content:""
}

.la-vine:before {
    content:""
}

.la-vk:before {
    content:""
}

.la-vnv:before {
    content:""
}

.la-voicemail:before {
    content:""
}

.la-volleyball-ball:before {
    content:""
}

.la-volume-down:before {
    content:""
}

.la-volume-mute:before {
    content:""
}

.la-volume-off:before {
    content:""
}

.la-volume-up:before {
    content:""
}

.la-vote-yea:before {
    content:""
}

.la-vr-cardboard:before {
    content:""
}

.la-vuejs:before {
    content:""
}

.la-walking:before {
    content:""
}

.la-wallet:before {
    content:""
}

.la-warehouse:before {
    content:""
}

.la-water:before {
    content:""
}

.la-wave-square:before {
    content:""
}

.la-waze:before {
    content:""
}

.la-weebly:before {
    content:""
}

.la-weibo:before {
    content:""
}

.la-weight:before {
    content:""
}

.la-weight-hanging:before {
    content:""
}

.la-weixin:before {
    content:""
}

.la-whatsapp:before {
    content:""
}

.la-whatsapp-square:before {
    content:""
}

.la-wheelchair:before {
    content:""
}

.la-whmcs:before {
    content:""
}

.la-wifi:before {
    content:""
}

.la-wikipedia-w:before {
    content:""
}

.la-wind:before {
    content:""
}

.la-window-close:before {
    content:""
}

.la-window-maximize:before {
    content:""
}

.la-window-minimize:before {
    content:""
}

.la-window-restore:before {
    content:""
}

.la-windows:before {
    content:""
}

.la-wine-bottle:before {
    content:""
}

.la-wine-glass:before {
    content:""
}

.la-wine-glass-alt:before {
    content:""
}

.la-wix:before {
    content:""
}

.la-wizards-of-the-coast:before {
    content:""
}

.la-wolf-pack-battalion:before {
    content:""
}

.la-won-sign:before {
    content:""
}

.la-wordpress:before {
    content:""
}

.la-wordpress-simple:before {
    content:""
}

.la-wpbeginner:before {
    content:""
}

.la-wpexplorer:before {
    content:""
}

.la-wpforms:before {
    content:""
}

.la-wpressr:before {
    content:""
}

.la-wrench:before {
    content:""
}

.la-x-ray:before {
    content:""
}

.la-xbox:before {
    content:""
}

.la-xing:before {
    content:""
}

.la-xing-square:before {
    content:""
}

.la-y-combinator:before {
    content:""
}

.la-yahoo:before {
    content:""
}

.la-yammer:before {
    content:""
}

.la-yandex:before {
    content:""
}

.la-yandex-international:before {
    content:""
}

.la-yarn:before {
    content:""
}

.la-yelp:before {
    content:""
}

.la-yen-sign:before {
    content:""
}

.la-yin-yang:before {
    content:""
}

.la-yoast:before {
    content:""
}

.la-youtube:before {
    content:""
}

.la-youtube-square:before {
    content:""
}

.la-zhihu:before {
    content:""
}

.la-hat-cowboy:before {
    content:""
}

.la-hat-cowboy-side:before {
    content:""
}

.la-mdb:before {
    content:""
}

.la-mouse:before {
    content:""
}

.la-orcid:before {
    content:""
}

.la-record-vinyl:before {
    content:""
}

.la-swift:before {
    content:""
}

.la-umbraco:before {
    content:""
}

.la-buy-n-large:before {
    content:""
}

.sr-only {
    border:0;
    clip:rect(0,0,0,0);
    height:1px;
    margin:-1px;
    overflow:hidden;
    padding:0;
    position:absolute;
    width:1px
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    clip:auto;
    height:auto;
    margin:0;
    overflow:visible;
    position:static;
    width:auto
}

.datepicker {
    border-radius:4px;
    direction:ltr
}

.datepicker-inline {
    width:220px
}

.datepicker-rtl {
    direction:rtl
}

    .datepicker-rtl.dropdown-menu {
        left:auto
    }

    .datepicker-rtl table tr td span {
        float:right
    }

.datepicker-dropdown {
    top:0;
    left:0;
    padding:4px
}

    .datepicker-dropdown:before {
        content:"";
        display:inline-block;
        border-left:7px solid transparent;
        border-right:7px solid transparent;
        border-bottom:7px solid rgba(0,0,0,.15);
        border-top:0;
        border-bottom-color:rgba(0,0,0,.2);
        position:absolute
    }

    .datepicker-dropdown:after {
        content:"";
        display:inline-block;
        border-left:6px solid transparent;
        border-right:6px solid transparent;
        border-bottom:6px solid #fff;
        border-top:0;
        position:absolute
    }

    .datepicker-dropdown.datepicker-orient-left:before {
        left:6px
    }

    .datepicker-dropdown.datepicker-orient-left:after {
        left:7px
    }

    .datepicker-dropdown.datepicker-orient-right:before {
        right:6px
    }

    .datepicker-dropdown.datepicker-orient-right:after {
        right:7px
    }

    .datepicker-dropdown.datepicker-orient-bottom:before {
        top:-7px
    }

    .datepicker-dropdown.datepicker-orient-bottom:after {
        top:-6px
    }

    .datepicker-dropdown.datepicker-orient-top:before {
        bottom:-7px;
        border-bottom:0;
        border-top:7px solid rgba(0,0,0,.15)
    }

    .datepicker-dropdown.datepicker-orient-top:after {
        bottom:-6px;
        border-bottom:0;
        border-top:6px solid #fff
    }

.datepicker table {
    margin:0;
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -khtml-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none
}

    .datepicker table tr td, .datepicker table tr th {
        text-align:center;
        width:30px;
        height:30px;
        border-radius:4px;
        border:none
    }

.table-striped .datepicker table tr td, .table-striped .datepicker table tr th {
    background-color:transparent
}

.datepicker table tr td.new, .datepicker table tr td.old {
    color:#777
}

.datepicker table tr td.day:hover, .datepicker table tr td.focused {
    background:#eee;
    cursor:pointer
}

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
    background:0 0;
    color:#777;
    cursor:default
}

.datepicker table tr td.highlighted {
    color:#000;
    background-color:#d9edf7;
    border-color:#85c5e5;
    border-radius:0
}

    .datepicker table tr td.highlighted.focus, .datepicker table tr td.highlighted:focus {
        color:#000;
        background-color:#afd9ee;
        border-color:#298fc2
    }

    .datepicker table tr td.highlighted:hover {
        color:#000;
        background-color:#afd9ee;
        border-color:#52addb
    }

    .datepicker table tr td.highlighted.active, .datepicker table tr td.highlighted:active {
        color:#000;
        background-color:#afd9ee;
        border-color:#52addb
    }

        .datepicker table tr td.highlighted.active.focus, .datepicker table tr td.highlighted.active:focus, .datepicker table tr td.highlighted.active:hover, .datepicker table tr td.highlighted:active.focus, .datepicker table tr td.highlighted:active:focus, .datepicker table tr td.highlighted:active:hover {
            color:#000;
            background-color:#91cbe8;
            border-color:#298fc2
        }

    .datepicker table tr td.highlighted.disabled.focus, .datepicker table tr td.highlighted.disabled:focus, .datepicker table tr td.highlighted.disabled:hover, .datepicker table tr td.highlighted[disabled].focus, .datepicker table tr td.highlighted[disabled]:focus, .datepicker table tr td.highlighted[disabled]:hover, fieldset[disabled] .datepicker table tr td.highlighted.focus, fieldset[disabled] .datepicker table tr td.highlighted:focus, fieldset[disabled] .datepicker table tr td.highlighted:hover {
        background-color:#d9edf7;
        border-color:#85c5e5
    }

    .datepicker table tr td.highlighted.focused {
        background:#afd9ee
    }

    .datepicker table tr td.highlighted.disabled, .datepicker table tr td.highlighted.disabled:active {
        background:#d9edf7;
        color:#777
    }

.datepicker table tr td.today {
    color:#000;
    background-color:#ffb733
}

    .datepicker table tr td.today.focus, .datepicker table tr td.today:focus {
        color:#000;
        background-color:#ffc966;
        border-color:#b37400
    }

    .datepicker table tr td.today:hover {
        color:#000;
        background-color:#ffc966;
        border-color:#f59e00
    }

    .datepicker table tr td.today.active, .datepicker table tr td.today:active {
        color:#000;
        background-color:#ffc966;
        border-color:#f59e00
    }

        .datepicker table tr td.today.active.focus, .datepicker table tr td.today.active:focus, .datepicker table tr td.today.active:hover, .datepicker table tr td.today:active.focus, .datepicker table tr td.today:active:focus, .datepicker table tr td.today:active:hover {
            color:#000;
            background-color:#ffbc42;
            border-color:#b37400
        }

    .datepicker table tr td.today.disabled.focus, .datepicker table tr td.today.disabled:focus, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today[disabled].focus, .datepicker table tr td.today[disabled]:focus, .datepicker table tr td.today[disabled]:hover, fieldset[disabled] .datepicker table tr td.today.focus, fieldset[disabled] .datepicker table tr td.today:focus, fieldset[disabled] .datepicker table tr td.today:hover {
        background-color:#ffdb99;
        border-color:#ffb733
    }

    .datepicker table tr td.today.focused {
        background:#ffc966
    }

    .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:active {
        background:#ffdb99;
        color:#777
    }

.datepicker table tr td.range {
    color:#000;
    background-color:#eee;
    border-color:#bbb;
    border-radius:0
}

    .datepicker table tr td.range.focus, .datepicker table tr td.range:focus {
        color:#000;
        background-color:#d5d5d5;
        border-color:#7c7c7c
    }

    .datepicker table tr td.range:hover {
        color:#000;
        background-color:#d5d5d5;
        border-color:#9d9d9d
    }

    .datepicker table tr td.range.active, .datepicker table tr td.range:active {
        color:#000;
        background-color:#d5d5d5;
        border-color:#9d9d9d
    }

        .datepicker table tr td.range.active.focus, .datepicker table tr td.range.active:focus, .datepicker table tr td.range.active:hover, .datepicker table tr td.range:active.focus, .datepicker table tr td.range:active:focus, .datepicker table tr td.range:active:hover {
            color:#000;
            background-color:#c3c3c3;
            border-color:#7c7c7c
        }

    .datepicker table tr td.range.disabled.focus, .datepicker table tr td.range.disabled:focus, .datepicker table tr td.range.disabled:hover, .datepicker table tr td.range[disabled].focus, .datepicker table tr td.range[disabled]:focus, .datepicker table tr td.range[disabled]:hover, fieldset[disabled] .datepicker table tr td.range.focus, fieldset[disabled] .datepicker table tr td.range:focus, fieldset[disabled] .datepicker table tr td.range:hover {
        background-color:#eee;
        border-color:#bbb
    }

    .datepicker table tr td.range.focused {
        background:#d5d5d5
    }

    .datepicker table tr td.range.disabled, .datepicker table tr td.range.disabled:active {
        background:#eee;
        color:#777
    }

    .datepicker table tr td.range.highlighted {
        color:#000;
        background-color:#e4eef3;
        border-color:#9dc1d3
    }

        .datepicker table tr td.range.highlighted.focus, .datepicker table tr td.range.highlighted:focus {
            color:#000;
            background-color:#c1d7e3;
            border-color:#4b88a6
        }

        .datepicker table tr td.range.highlighted:hover {
            color:#000;
            background-color:#c1d7e3;
            border-color:#73a6c0
        }

        .datepicker table tr td.range.highlighted.active, .datepicker table tr td.range.highlighted:active {
            color:#000;
            background-color:#c1d7e3;
            border-color:#73a6c0
        }

            .datepicker table tr td.range.highlighted.active.focus, .datepicker table tr td.range.highlighted.active:focus, .datepicker table tr td.range.highlighted.active:hover, .datepicker table tr td.range.highlighted:active.focus, .datepicker table tr td.range.highlighted:active:focus, .datepicker table tr td.range.highlighted:active:hover {
                color:#000;
                background-color:#a8c8d8;
                border-color:#4b88a6
            }

        .datepicker table tr td.range.highlighted.disabled.focus, .datepicker table tr td.range.highlighted.disabled:focus, .datepicker table tr td.range.highlighted.disabled:hover, .datepicker table tr td.range.highlighted[disabled].focus, .datepicker table tr td.range.highlighted[disabled]:focus, .datepicker table tr td.range.highlighted[disabled]:hover, fieldset[disabled] .datepicker table tr td.range.highlighted.focus, fieldset[disabled] .datepicker table tr td.range.highlighted:focus, fieldset[disabled] .datepicker table tr td.range.highlighted:hover {
            background-color:#e4eef3;
            border-color:#9dc1d3
        }

        .datepicker table tr td.range.highlighted.focused {
            background:#c1d7e3
        }

        .datepicker table tr td.range.highlighted.disabled, .datepicker table tr td.range.highlighted.disabled:active {
            background:#e4eef3;
            color:#777
        }

    .datepicker table tr td.range.today {
        color:#000;
        background-color:#f7ca77;
        border-color:#f1a417
    }

        .datepicker table tr td.range.today.focus, .datepicker table tr td.range.today:focus {
            color:#000;
            background-color:#f4b747;
            border-color:#815608
        }

        .datepicker table tr td.range.today:hover {
            color:#000;
            background-color:#f4b747;
            border-color:#bf800c
        }

        .datepicker table tr td.range.today.active, .datepicker table tr td.range.today:active {
            color:#000;
            background-color:#f4b747;
            border-color:#bf800c
        }

            .datepicker table tr td.range.today.active.focus, .datepicker table tr td.range.today.active:focus, .datepicker table tr td.range.today.active:hover, .datepicker table tr td.range.today:active.focus, .datepicker table tr td.range.today:active:focus, .datepicker table tr td.range.today:active:hover {
                color:#000;
                background-color:#f2aa25;
                border-color:#815608
            }

        .datepicker table tr td.range.today.disabled.focus, .datepicker table tr td.range.today.disabled:focus, .datepicker table tr td.range.today.disabled:hover, .datepicker table tr td.range.today[disabled].focus, .datepicker table tr td.range.today[disabled]:focus, .datepicker table tr td.range.today[disabled]:hover, fieldset[disabled] .datepicker table tr td.range.today.focus, fieldset[disabled] .datepicker table tr td.range.today:focus, fieldset[disabled] .datepicker table tr td.range.today:hover {
            background-color:#f7ca77;
            border-color:#f1a417
        }

        .datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today.disabled:active {
            background:#f7ca77;
            color:#777
        }

.datepicker table tr td.selected, .datepicker table tr td.selected.highlighted {
    color:#fff;
    background-color:#777;
    border-color:#555;
    text-shadow:0 -1px 0 rgba(0,0,0,.25)
}

    .datepicker table tr td.selected.focus, .datepicker table tr td.selected.highlighted.focus, .datepicker table tr td.selected.highlighted:focus, .datepicker table tr td.selected:focus {
        color:#fff;
        background-color:#5e5e5e;
        border-color:#161616
    }

    .datepicker table tr td.selected.highlighted:hover, .datepicker table tr td.selected:hover {
        color:#fff;
        background-color:#5e5e5e;
        border-color:#373737
    }

    .datepicker table tr td.selected.active, .datepicker table tr td.selected.highlighted.active, .datepicker table tr td.selected.highlighted:active, .datepicker table tr td.selected:active {
        color:#fff;
        background-color:#5e5e5e;
        border-color:#373737
    }

        .datepicker table tr td.selected.active.focus, .datepicker table tr td.selected.active:focus, .datepicker table tr td.selected.active:hover, .datepicker table tr td.selected.highlighted.active.focus, .datepicker table tr td.selected.highlighted.active:focus, .datepicker table tr td.selected.highlighted.active:hover, .datepicker table tr td.selected.highlighted:active.focus, .datepicker table tr td.selected.highlighted:active:focus, .datepicker table tr td.selected.highlighted:active:hover, .datepicker table tr td.selected:active.focus, .datepicker table tr td.selected:active:focus, .datepicker table tr td.selected:active:hover {
            color:#fff;
            background-color:#4c4c4c;
            border-color:#161616
        }

    .datepicker table tr td.selected.disabled.focus, .datepicker table tr td.selected.disabled:focus, .datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected.highlighted.disabled.focus, .datepicker table tr td.selected.highlighted.disabled:focus, .datepicker table tr td.selected.highlighted.disabled:hover, .datepicker table tr td.selected.highlighted[disabled].focus, .datepicker table tr td.selected.highlighted[disabled]:focus, .datepicker table tr td.selected.highlighted[disabled]:hover, .datepicker table tr td.selected[disabled].focus, .datepicker table tr td.selected[disabled]:focus, .datepicker table tr td.selected[disabled]:hover, fieldset[disabled] .datepicker table tr td.selected.focus, fieldset[disabled] .datepicker table tr td.selected.highlighted.focus, fieldset[disabled] .datepicker table tr td.selected.highlighted:focus, fieldset[disabled] .datepicker table tr td.selected.highlighted:hover, fieldset[disabled] .datepicker table tr td.selected:focus, fieldset[disabled] .datepicker table tr td.selected:hover {
        background-color:#777;
        border-color:#555
    }

.datepicker table tr td.active, .datepicker table tr td.active.highlighted {
    color:#fff;
    background-color:#337ab7;
    border-color:#2e6da4;
    text-shadow:0 -1px 0 rgba(0,0,0,.25)
}

    .datepicker table tr td.active.focus, .datepicker table tr td.active.highlighted.focus, .datepicker table tr td.active.highlighted:focus, .datepicker table tr td.active:focus {
        color:#fff;
        background-color:#286090;
        border-color:#122b40
    }

    .datepicker table tr td.active.highlighted:hover, .datepicker table tr td.active:hover {
        color:#fff;
        background-color:#286090;
        border-color:#204d74
    }

    .datepicker table tr td.active.active, .datepicker table tr td.active.highlighted.active, .datepicker table tr td.active.highlighted:active, .datepicker table tr td.active:active {
        color:#fff;
        background-color:#f09004
    }

        .datepicker table tr td.active.active.focus, .datepicker table tr td.active.active:focus, .datepicker table tr td.active.active:hover, .datepicker table tr td.active.highlighted.active.focus, .datepicker table tr td.active.highlighted.active:focus, .datepicker table tr td.active.highlighted.active:hover, .datepicker table tr td.active.highlighted:active.focus, .datepicker table tr td.active.highlighted:active:focus, .datepicker table tr td.active.highlighted:active:hover, .datepicker table tr td.active:active.focus, .datepicker table tr td.active:active:focus, .datepicker table tr td.active:active:hover {
            color:#fff;
            background-color:#204d74;
            border-color:#122b40
        }

    .datepicker table tr td.active.disabled.focus, .datepicker table tr td.active.disabled:focus, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.highlighted.disabled.focus, .datepicker table tr td.active.highlighted.disabled:focus, .datepicker table tr td.active.highlighted.disabled:hover, .datepicker table tr td.active.highlighted[disabled].focus, .datepicker table tr td.active.highlighted[disabled]:focus, .datepicker table tr td.active.highlighted[disabled]:hover, .datepicker table tr td.active[disabled].focus, .datepicker table tr td.active[disabled]:focus, .datepicker table tr td.active[disabled]:hover, fieldset[disabled] .datepicker table tr td.active.focus, fieldset[disabled] .datepicker table tr td.active.highlighted.focus, fieldset[disabled] .datepicker table tr td.active.highlighted:focus, fieldset[disabled] .datepicker table tr td.active.highlighted:hover, fieldset[disabled] .datepicker table tr td.active:focus, fieldset[disabled] .datepicker table tr td.active:hover {
        background-color:#337ab7;
        border-color:#2e6da4
    }

.datepicker table tr td span {
    display:block;
    width:23%;
    height:54px;
    line-height:54px;
    float:left;
    margin:1%;
    cursor:pointer;
    border-radius:4px
}

    .datepicker table tr td span.focused, .datepicker table tr td span:hover {
        background:#eee
    }

    .datepicker table tr td span.disabled, .datepicker table tr td span.disabled:hover {
        background:0 0;
        color:#777;
        cursor:default
    }

    .datepicker table tr td span.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active:hover {
        color:#fff;
        background-color:#337ab7;
        border-color:#2e6da4;
        text-shadow:0 -1px 0 rgba(0,0,0,.25)
    }

        .datepicker table tr td span.active.disabled.focus, .datepicker table tr td span.active.disabled:focus, .datepicker table tr td span.active.disabled:hover.focus, .datepicker table tr td span.active.disabled:hover:focus, .datepicker table tr td span.active.focus, .datepicker table tr td span.active:focus, .datepicker table tr td span.active:hover.focus, .datepicker table tr td span.active:hover:focus {
            color:#fff;
            background-color:#286090;
            border-color:#122b40
        }

        .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover:hover {
            color:#fff;
            background-color:#286090;
            border-color:#204d74
        }

            .datepicker table tr td span.active.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active:hover:active {
                color:#fff;
                background-color:#286090;
                border-color:#204d74
            }

                .datepicker table tr td span.active.active.focus, .datepicker table tr td span.active.active:focus, .datepicker table tr td span.active.active:hover, .datepicker table tr td span.active.disabled.active.focus, .datepicker table tr td span.active.disabled.active:focus, .datepicker table tr td span.active.disabled.active:hover, .datepicker table tr td span.active.disabled:active.focus, .datepicker table tr td span.active.disabled:active:focus, .datepicker table tr td span.active.disabled:active:hover, .datepicker table tr td span.active.disabled:hover.active.focus, .datepicker table tr td span.active.disabled:hover.active:focus, .datepicker table tr td span.active.disabled:hover.active:hover, .datepicker table tr td span.active.disabled:hover:active.focus, .datepicker table tr td span.active.disabled:hover:active:focus, .datepicker table tr td span.active.disabled:hover:active:hover, .datepicker table tr td span.active:active.focus, .datepicker table tr td span.active:active:focus, .datepicker table tr td span.active:active:hover, .datepicker table tr td span.active:hover.active.focus, .datepicker table tr td span.active:hover.active:focus, .datepicker table tr td span.active:hover.active:hover, .datepicker table tr td span.active:hover:active.focus, .datepicker table tr td span.active:hover:active:focus, .datepicker table tr td span.active:hover:active:hover {
                    color:#fff;
                    background-color:#204d74;
                    border-color:#122b40
                }

            .datepicker table tr td span.active.disabled.disabled.focus, .datepicker table tr td span.active.disabled.disabled:focus, .datepicker table tr td span.active.disabled.disabled:hover, .datepicker table tr td span.active.disabled.focus, .datepicker table tr td span.active.disabled:focus, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover.disabled.focus, .datepicker table tr td span.active.disabled:hover.disabled:focus, .datepicker table tr td span.active.disabled:hover.disabled:hover, .datepicker table tr td span.active.disabled:hover[disabled].focus, .datepicker table tr td span.active.disabled:hover[disabled]:focus, .datepicker table tr td span.active.disabled:hover[disabled]:hover, .datepicker table tr td span.active.disabled[disabled].focus, .datepicker table tr td span.active.disabled[disabled]:focus, .datepicker table tr td span.active.disabled[disabled]:hover, .datepicker table tr td span.active:hover.disabled.focus, .datepicker table tr td span.active:hover.disabled:focus, .datepicker table tr td span.active:hover.disabled:hover, .datepicker table tr td span.active:hover[disabled].focus, .datepicker table tr td span.active:hover[disabled]:focus, .datepicker table tr td span.active:hover[disabled]:hover, .datepicker table tr td span.active[disabled].focus, .datepicker table tr td span.active[disabled]:focus, .datepicker table tr td span.active[disabled]:hover, fieldset[disabled] .datepicker table tr td span.active.disabled.focus, fieldset[disabled] .datepicker table tr td span.active.disabled:focus, fieldset[disabled] .datepicker table tr td span.active.disabled:hover, fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus, fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus, fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover, fieldset[disabled] .datepicker table tr td span.active.focus, fieldset[disabled] .datepicker table tr td span.active:focus, fieldset[disabled] .datepicker table tr td span.active:hover, fieldset[disabled] .datepicker table tr td span.active:hover.focus, fieldset[disabled] .datepicker table tr td span.active:hover:focus, fieldset[disabled] .datepicker table tr td span.active:hover:hover {
                background-color:#337ab7;
                border-color:#2e6da4
            }

    .datepicker table tr td span.new, .datepicker table tr td span.old {
        color:#777
    }

.datepicker .datepicker-switch {
    width:145px
}

.datepicker .datepicker-switch, .datepicker .next, .datepicker .prev, .datepicker tfoot tr th {
    cursor:pointer
}

    .datepicker .datepicker-switch:hover, .datepicker .next:hover, .datepicker .prev:hover, .datepicker tfoot tr th:hover {
        background:#eee
    }

    .datepicker .next.disabled, .datepicker .prev.disabled {
        visibility:hidden
    }

.datepicker .cw {
    font-size:10px;
    width:12px;
    padding:0 2px 0 5px;
    vertical-align:middle
}

.timeselector {
    padding:2px;
    line-height:100%;
    color:#333;
    border:solid 1px #aaa;
    border-radius:6px;
    background:#c9c9c9;
    position:absolute;
    overflow:hidden;
    -moz-user-select:none;
    -webkit-user-select:none;
    -ms-user-select:none
}

.timeselector-item, .timeselector-separator {
    float:left
}

.timeselector-value, .timeselector-button {
    padding:2px 8px;
    font-weight:700;
    text-align:center;
    cursor:pointer
}

.timeselector-value {
    display:block;
    color:#444;
    border:solid 1px #fff;
    background:#eee
}

.timeselector-separator {
    padding:0 2px;
    margin-top:26%
}

.timeselector-button {
    display:block;
    text-decoration:none;
    color:#3383bb;
    border:solid 1px #ccc;
    background:#eee
}

    .timeselector-button:hover {
        color:#599fcf;
        border-color:#bbb;
        background:#f8f8f8
    }

.timeselector-up {
    border-width:1px 1px 0;
    border-radius:4px 4px 0 0
}

.timeselector-down {
    border-width:0 1px 1px;
    border-radius:0 0 4px 4px
}

/*!
 * FullCalendar v3.10.5
 * Docs & License:https://fullcalendar.io/
 * (c) 2019 Adam Shaw
 */
.fc button, .fc table, body .fc {
    font-size:1em
}

.fc .fc-axis, .fc button, .fc-day-grid-event .fc-content, .fc-list-item-marker, .fc-list-item-time, .fc-time-grid-event .fc-time, .fc-time-grid-event.fc-short .fc-content {
    white-space:nowrap
}

.fc-event, .fc-event:hover, .fc-state-hover, .fc.fc-bootstrap3 a, .ui-widget .fc-event, a.fc-more {
    text-decoration:none
}

.fc {
    direction:ltr;
    text-align:left
}

.fc-rtl {
    text-align:right
}

.fc th, .fc-basic-view .fc-day-top .fc-week-number, .fc-basic-view td.fc-week-number, .fc-icon, .fc-toolbar {
    text-align:center
}

.fc-highlight {
    background:#bce8f1;
    opacity:.3
}

.fc-bgevent {
    background:#8fdf82;
    opacity:.3
}

.fc-nonbusiness {
    background:#d7d7d7
}

.fc button {
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    margin:0;
    height:2.1em;
    padding:0 .6em;
    cursor:pointer
}

    .fc button::-moz-focus-inner {
        margin:0;
        padding:0
    }

.fc-state-default {
    border:1px solid;
    background-color:#f5f5f5;
    background-image:-moz-linear-gradient(top,#fff,#e6e6e6);
    background-image:-webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
    background-image:-webkit-linear-gradient(top,#fff,#e6e6e6);
    background-image:-o-linear-gradient(top,#fff,#e6e6e6);
    background-image:linear-gradient(to bottom,#fff,#e6e6e6);
    background-repeat:repeat-x;
    border-color:#e6e6e6 #e6e6e6 #bfbfbf;
    border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    color:#333;
    text-shadow:0 1px 1px rgba(255,255,255,.75);
    box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05)
}

    .fc-state-default.fc-corner-left {
        border-top-left-radius:4px;
        border-bottom-left-radius:4px
    }

    .fc-state-default.fc-corner-right {
        border-top-right-radius:4px;
        border-bottom-right-radius:4px
    }

.fc button .fc-icon {
    position:relative;
    top:-.05em;
    margin:0 .2em;
    vertical-align:middle
}

.fc-state-active, .fc-state-disabled, .fc-state-down, .fc-state-hover {
    color:#333;
    background-color:#e6e6e6
}

.fc-state-hover {
    color:#333;
    background-position:0 -15px;
    -webkit-transition:background-position .1s linear;
    -moz-transition:background-position .1s linear;
    -o-transition:background-position .1s linear;
    transition:background-position .1s linear
}

.fc-state-active, .fc-state-down {
    background-color:#ccc;
    background-image:none;
    box-shadow:inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05)
}

.fc-state-disabled {
    cursor:default;
    background-image:none;
    opacity:.65;
    box-shadow:none
}

.fc-event.fc-draggable, .fc-event[href], .fc-popover .fc-header .fc-close, a[data-goto] {
    cursor:pointer
}

.fc-button-group {
    display:inline-block
}

.fc .fc-button-group > * {
    float:left;
    margin:0 0 0 -1px
}

.fc .fc-button-group > :first-child {
    margin-left:0
}

.fc-popover {
    position:absolute;
    box-shadow:0 2px 6px rgba(0,0,0,.15)
}

    .fc-popover .fc-header {
        padding:2px 4px
    }

        .fc-popover .fc-header .fc-title {
            margin:0 2px
        }

.fc-ltr .fc-popover .fc-header .fc-title, .fc-rtl .fc-popover .fc-header .fc-close {
    float:left
}

.fc-ltr .fc-popover .fc-header .fc-close, .fc-rtl .fc-popover .fc-header .fc-title {
    float:right
}

.fc-divider {
    border-style:solid;
    border-width:1px
}

hr.fc-divider {
    height:0;
    margin:0;
    padding:0 0 2px;
    border-width:1px 0
}

.fc-bg table, .fc-row .fc-bgevent-skeleton table, .fc-row .fc-highlight-skeleton table {
    height:100%
}

.fc-clear {
    clear:both
}

.fc-bg, .fc-bgevent-skeleton, .fc-helper-skeleton, .fc-highlight-skeleton {
    position:absolute;
    top:0;
    left:0;
    right:0
}

.fc-bg {
    bottom:0
}

.fc table {
    width:100%;
    box-sizing:border-box;
    table-layout:fixed;
    border-collapse:collapse;
    border-spacing:0
}

.fc td, .fc th {
    border-style:solid;
    border-width:1px;
    padding:0;
    vertical-align:top
}

    .fc td.fc-today {
        border-style:double
    }

a[data-goto]:hover {
    text-decoration:underline
}

.fc .fc-row {
    border-style:solid;
    border-width:0
}

.fc-row table {
    border-left:0 hidden transparent;
    border-right:0 hidden transparent;
    border-bottom:0 hidden transparent
}

.fc-row:first-child table {
    border-top:0 hidden transparent
}

.fc-row {
    position:relative
}

    .fc-row .fc-bg {
        z-index:1
    }

    .fc-row .fc-bgevent-skeleton, .fc-row .fc-highlight-skeleton {
        bottom:0
    }

        .fc-row .fc-bgevent-skeleton td, .fc-row .fc-highlight-skeleton td {
            border-color:transparent
        }

    .fc-row .fc-bgevent-skeleton {
        z-index:2
    }

    .fc-row .fc-highlight-skeleton {
        z-index:3
    }

    .fc-row .fc-content-skeleton {
        position:relative;
        z-index:4;
        padding-bottom:2px
    }

    .fc-row .fc-helper-skeleton {
        z-index:5
    }

.fc .fc-row .fc-content-skeleton table, .fc .fc-row .fc-content-skeleton td, .fc .fc-row .fc-helper-skeleton td {
    background:0 0;
    border-color:transparent
}

.fc-row .fc-content-skeleton td, .fc-row .fc-helper-skeleton td {
    border-bottom:0
}

.fc-row .fc-content-skeleton tbody td, .fc-row .fc-helper-skeleton tbody td {
    border-top:0
}

.fc-scroller {
    -webkit-overflow-scrolling:touch
}

.fc-day-grid-event .fc-content, .fc-icon, .fc-row.fc-rigid, .fc-time-grid-event {
    overflow:hidden
}

.fc-scroller > .fc-day-grid, .fc-scroller > .fc-time-grid {
    position:relative;
    width:100%
}

.fc-event {
    position:relative;
    display:block;
    font-size:.85em;
    line-height:1.3;
    border-radius:3px;
    border:1px solid #3a87ad
}

.fc-event, .fc-event-dot {
    background-color:#3a87ad
}

    .fc-event, .fc-event:hover {
        color:#fff
    }

.fc-not-allowed, .fc-not-allowed .fc-event {
    cursor:not-allowed
}

.fc-event .fc-bg {
    z-index:1;
    background:#fff;
    opacity:.25
}

.fc-event .fc-content {
    position:relative;
    z-index:2
}

.fc-event .fc-resizer {
    position:absolute;
    z-index:4;
    display:none
}

.fc-event.fc-allow-mouse-resize .fc-resizer, .fc-event.fc-selected .fc-resizer {
    display:block
}

    .fc-event.fc-selected .fc-resizer:before {
        content:"";
        position:absolute;
        z-index:9999;
        top:50%;
        left:50%;
        width:40px;
        height:40px;
        margin-left:-20px;
        margin-top:-20px
    }

.fc-event.fc-selected {
    z-index:9999 !important;
    box-shadow:0 2px 5px rgba(0,0,0,.2)
}

    .fc-event.fc-selected.fc-dragging {
        box-shadow:0 2px 7px rgba(0,0,0,.3)
    }

.fc-h-event.fc-selected:before {
    content:"";
    position:absolute;
    z-index:3;
    top:-10px;
    bottom:-10px;
    left:0;
    right:0
}

.fc-ltr .fc-h-event.fc-not-start, .fc-rtl .fc-h-event.fc-not-end {
    margin-left:0;
    border-left-width:0;
    padding-left:1px;
    border-top-left-radius:0;
    border-bottom-left-radius:0
}

.fc-ltr .fc-h-event.fc-not-end, .fc-rtl .fc-h-event.fc-not-start {
    margin-right:0;
    border-right-width:0;
    padding-right:1px;
    border-top-right-radius:0;
    border-bottom-right-radius:0
}

.fc-ltr .fc-h-event .fc-start-resizer, .fc-rtl .fc-h-event .fc-end-resizer {
    cursor:w-resize;
    left:-1px
}

.fc-ltr .fc-h-event .fc-end-resizer, .fc-rtl .fc-h-event .fc-start-resizer {
    cursor:e-resize;
    right:-1px
}

.fc-h-event.fc-allow-mouse-resize .fc-resizer {
    width:7px;
    top:-1px;
    bottom:-1px
}

.fc-h-event.fc-selected .fc-resizer {
    border-radius:4px;
    border-width:1px;
    width:6px;
    height:6px;
    border-style:solid;
    border-color:inherit;
    background:#fff;
    top:50%;
    margin-top:-4px
}

.fc-ltr .fc-h-event.fc-selected .fc-start-resizer, .fc-rtl .fc-h-event.fc-selected .fc-end-resizer {
    margin-left:-4px
}

.fc-ltr .fc-h-event.fc-selected .fc-end-resizer, .fc-rtl .fc-h-event.fc-selected .fc-start-resizer {
    margin-right:-4px
}

.fc-day-grid-event {
    margin:1px 2px 0;
    padding:0 1px
}

tr:first-child > td > .fc-day-grid-event {
    margin-top:2px
}

.fc-day-grid-event.fc-selected:after {
    content:"";
    position:absolute;
    z-index:1;
    top:-1px;
    right:-1px;
    bottom:-1px;
    left:-1px;
    background:#000;
    opacity:.25
}

.fc-day-grid-event .fc-time {
    font-weight:700
}

.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer, .fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer {
    margin-left:-2px
}

.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer, .fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer {
    margin-right:-2px
}

a.fc-more {
    margin:1px 3px;
    font-size:.85em;
    cursor:pointer
}

    a.fc-more:hover {
        text-decoration:underline
    }

.fc-limited {
    display:none
}

.fc-day-grid .fc-row {
    z-index:1
}

.fc-more-popover {
    z-index:2;
    width:220px
}

    .fc-more-popover .fc-event-container {
        padding:10px
    }

.fc-bootstrap3 .fc-popover .panel-body, .fc-bootstrap4 .fc-popover .card-body {
    padding:0
}

.fc-now-indicator {
    position:absolute;
    border:0 solid #f00
}

.fc-bootstrap3 .fc-today.alert, .fc-bootstrap4 .fc-today.alert {
    border-radius:0
}

.fc-unselectable {
    -webkit-user-select:none;
    -khtml-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    -webkit-touch-callout:none;
    -webkit-tap-highlight-color:transparent
}

.fc-unthemed .fc-content, .fc-unthemed .fc-divider, .fc-unthemed .fc-list-heading td, .fc-unthemed .fc-list-view, .fc-unthemed .fc-popover, .fc-unthemed .fc-row, .fc-unthemed tbody, .fc-unthemed td, .fc-unthemed th, .fc-unthemed thead {
    border-color:#ddd
}

.fc-unthemed .fc-popover {
    background-color:#fff;
    border-width:1px;
    border-style:solid
}

    .fc-unthemed .fc-divider, .fc-unthemed .fc-list-heading td, .fc-unthemed .fc-popover .fc-header {
        background:#eee
    }

.fc-unthemed td.fc-today {
    background:#fcf8e3
}

.fc-unthemed .fc-disabled-day {
    background:#d7d7d7;
    opacity:.3
}

.fc-icon {
    display:inline-block;
    height:1em;
    line-height:1em;
    font-size:1em;
    font-family:"Courier New",Courier,monospace;
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -khtml-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none
}

    .fc-icon:after {
        position:relative
    }

.fc-icon-left-single-arrow:after {
    content:"‹";
    font-weight:700;
    font-size:200%;
    top:-7%
}

.fc-icon-right-single-arrow:after {
    content:"›";
    font-weight:700;
    font-size:200%;
    top:-7%
}

.fc-icon-left-double-arrow:after {
    content:"«";
    font-size:160%;
    top:-7%
}

.fc-icon-right-double-arrow:after {
    content:"»";
    font-size:160%;
    top:-7%
}

.fc-icon-left-triangle:after {
    content:"◄";
    font-size:125%;
    top:3%
}

.fc-icon-right-triangle:after {
    content:"►";
    font-size:125%;
    top:3%
}

.fc-icon-down-triangle:after {
    content:"▼";
    font-size:125%;
    top:2%
}

.fc-icon-x:after {
    content:"×";
    font-size:200%;
    top:6%
}

.fc-unthemed .fc-popover .fc-header .fc-close {
    color:#666;
    font-size:.9em;
    margin-top:2px
}

.fc-unthemed .fc-list-item:hover td {
    background-color:#f5f5f5
}

.ui-widget .fc-disabled-day {
    background-image:none
}

.fc-bootstrap3 .fc-time-grid .fc-slats table, .fc-bootstrap4 .fc-time-grid .fc-slats table, .fc-time-grid .fc-slats .ui-widget-content {
    background:0 0
}

.fc-popover > .ui-widget-header + .ui-widget-content {
    border-top:0
}

.fc-bootstrap3 hr.fc-divider, .fc-bootstrap4 hr.fc-divider {
    border-color:inherit
}

.ui-widget .fc-event {
    color:#fff;
    font-weight:400
}

.ui-widget td.fc-axis {
    font-weight:400
}

.fc.fc-bootstrap3 a[data-goto]:hover {
    text-decoration:underline
}

.fc.fc-bootstrap4 a {
    text-decoration:none
}

    .fc.fc-bootstrap4 a[data-goto]:hover {
        text-decoration:underline
    }

.fc-bootstrap4 a.fc-event:not([href]):not([tabindex]) {
    color:#fff
}

.fc-bootstrap4 .fc-popover.card {
    position:absolute
}

.fc-toolbar.fc-header-toolbar {
    margin-bottom:1em
}

.fc-toolbar.fc-footer-toolbar {
    margin-top:1em
}

.fc-toolbar .fc-left {
    float:left
}

.fc-toolbar .fc-right {
    float:right
}

.fc-toolbar .fc-center {
    display:inline-block
}

.fc .fc-toolbar > * > * {
    float:left;
    margin-left:.75em
}

.fc .fc-toolbar > * > :first-child {
    margin-left:0
}

.fc-toolbar h2 {
    margin:0
}

.fc-toolbar button {
    position:relative
}

.fc-toolbar .fc-state-hover, .fc-toolbar .ui-state-hover {
    z-index:2
}

.fc-toolbar .fc-state-down {
    z-index:3
}

.fc-toolbar .fc-state-active, .fc-toolbar .ui-state-active {
    z-index:4
}

.fc-toolbar button:focus {
    z-index:5
}

.fc-view-container *, .fc-view-container :after, .fc-view-container :before {
    -webkit-box-sizing:content-box;
    -moz-box-sizing:content-box;
    box-sizing:content-box
}

.fc-view, .fc-view > table {
    position:relative;
    z-index:1
}

.fc-basicDay-view .fc-content-skeleton, .fc-basicWeek-view .fc-content-skeleton {
    padding-bottom:1em
}

.fc-basic-view .fc-body .fc-row {
    min-height:4em
}

.fc-row.fc-rigid .fc-content-skeleton {
    position:absolute;
    top:0;
    left:0;
    right:0
}

.fc-day-top.fc-other-month {
    opacity:.3
}

.fc-basic-view .fc-day-number, .fc-basic-view .fc-week-number {
    padding:2px
}

.fc-basic-view th.fc-day-number, .fc-basic-view th.fc-week-number {
    padding:0 2px
}

.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
    float:right
}

.fc-rtl .fc-basic-view .fc-day-top .fc-day-number {
    float:left
}

.fc-ltr .fc-basic-view .fc-day-top .fc-week-number {
    float:left;
    border-radius:0 0 3px
}

.fc-rtl .fc-basic-view .fc-day-top .fc-week-number {
    float:right;
    border-radius:0 0 0 3px
}

.fc-basic-view .fc-day-top .fc-week-number {
    min-width:1.5em;
    background-color:#f2f2f2;
    color:#808080
}

.fc-basic-view td.fc-week-number > * {
    display:inline-block;
    min-width:1.25em
}

.fc-agenda-view .fc-day-grid {
    position:relative;
    z-index:2
}

    .fc-agenda-view .fc-day-grid .fc-row {
        min-height:3em
    }

        .fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
            padding-bottom:1em
        }

.fc .fc-axis {
    vertical-align:middle;
    padding:0 4px
}

.fc-ltr .fc-axis {
    text-align:right
}

.fc-rtl .fc-axis {
    text-align:left
}

.fc-time-grid, .fc-time-grid-container {
    position:relative;
    z-index:1
}

.fc-time-grid {
    min-height:100%
}

    .fc-time-grid table {
        border:0 hidden transparent
    }

    .fc-time-grid > .fc-bg {
        z-index:1
    }

    .fc-time-grid .fc-slats, .fc-time-grid > hr {
        position:relative;
        z-index:2
    }

    .fc-time-grid .fc-content-col {
        position:relative
    }

    .fc-time-grid .fc-content-skeleton {
        position:absolute;
        z-index:3;
        top:0;
        left:0;
        right:0
    }

    .fc-time-grid .fc-business-container {
        position:relative;
        z-index:1
    }

    .fc-time-grid .fc-bgevent-container {
        position:relative;
        z-index:2
    }

    .fc-time-grid .fc-highlight-container {
        z-index:3;
        position:relative
    }

    .fc-time-grid .fc-event-container {
        position:relative;
        z-index:4
    }

    .fc-time-grid .fc-now-indicator-line {
        z-index:5
    }

    .fc-time-grid .fc-helper-container {
        position:relative;
        z-index:6
    }

    .fc-time-grid .fc-slats td {
        height:1.5em;
        border-bottom:0
    }

    .fc-time-grid .fc-slats .fc-minor td {
        border-top-style:dotted
    }

    .fc-time-grid .fc-highlight {
        position:absolute;
        left:0;
        right:0
    }

.fc-ltr .fc-time-grid .fc-event-container {
    margin:0 2.5% 0 2px
}

.fc-rtl .fc-time-grid .fc-event-container {
    margin:0 2px 0 2.5%
}

.fc-time-grid .fc-bgevent, .fc-time-grid .fc-event {
    position:absolute;
    z-index:1
}

.fc-time-grid .fc-bgevent {
    left:0;
    right:0
}

.fc-v-event.fc-not-start {
    border-top-width:0;
    padding-top:1px;
    border-top-left-radius:0;
    border-top-right-radius:0
}

.fc-v-event.fc-not-end {
    border-bottom-width:0;
    padding-bottom:1px;
    border-bottom-left-radius:0;
    border-bottom-right-radius:0
}

.fc-time-grid-event.fc-selected {
    overflow:visible
}

    .fc-time-grid-event.fc-selected .fc-bg {
        display:none
    }

.fc-time-grid-event .fc-content {
    overflow:hidden
}

.fc-time-grid-event .fc-time, .fc-time-grid-event .fc-title {
    padding:0 1px
}

.fc-time-grid-event .fc-time {
    font-size:.85em
}

.fc-time-grid-event.fc-short .fc-time, .fc-time-grid-event.fc-short .fc-title {
    display:inline-block;
    vertical-align:top
}

    .fc-time-grid-event.fc-short .fc-time span {
        display:none
    }

    .fc-time-grid-event.fc-short .fc-time:before {
        content:attr(data-start)
    }

    .fc-time-grid-event.fc-short .fc-time:after {
        content:" - "
    }

.fc-time-grid-event.fc-short .fc-title {
    font-size:.85em;
    padding:0
}

.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer {
    left:0;
    right:0;
    bottom:0;
    height:8px;
    overflow:hidden;
    line-height:8px;
    font-size:11px;
    font-family:monospace;
    text-align:center;
    cursor:s-resize
}

    .fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after {
        content:"="
    }

.fc-time-grid-event.fc-selected .fc-resizer {
    border-radius:5px;
    border-width:1px;
    width:8px;
    height:8px;
    border-style:solid;
    border-color:inherit;
    background:#fff;
    left:50%;
    margin-left:-5px;
    bottom:-5px
}

.fc-time-grid .fc-now-indicator-line {
    border-top-width:1px;
    left:0;
    right:0
}

.fc-time-grid .fc-now-indicator-arrow {
    margin-top:-5px
}

.fc-ltr .fc-time-grid .fc-now-indicator-arrow {
    left:0;
    border-width:5px 0 5px 6px;
    border-top-color:transparent;
    border-bottom-color:transparent
}

.fc-rtl .fc-time-grid .fc-now-indicator-arrow {
    right:0;
    border-width:5px 6px 5px 0;
    border-top-color:transparent;
    border-bottom-color:transparent
}

.fc-event-dot {
    display:inline-block;
    width:10px;
    height:10px;
    border-radius:5px
}

.fc-rtl .fc-list-view {
    direction:rtl
}

.fc-list-view {
    border-width:1px;
    border-style:solid
}

.fc .fc-list-table {
    table-layout:auto
}

.fc-list-table td {
    border-width:1px 0 0;
    padding:8px 14px
}

.fc-list-table tr:first-child td {
    border-top-width:0
}

.fc-list-heading {
    border-bottom-width:1px
}

    .fc-list-heading td {
        font-weight:700
    }

.fc-ltr .fc-list-heading-main {
    float:left
}

.fc-ltr .fc-list-heading-alt, .fc-rtl .fc-list-heading-main {
    float:right
}

.fc-rtl .fc-list-heading-alt {
    float:left
}

.fc-list-item.fc-has-url {
    cursor:pointer
}

.fc-list-item-marker, .fc-list-item-time {
    width:1px
}

.fc-ltr .fc-list-item-marker {
    padding-right:0
}

.fc-rtl .fc-list-item-marker {
    padding-left:0
}

.fc-list-item-title a {
    text-decoration:none;
    color:inherit
}

    .fc-list-item-title a[href]:hover {
        text-decoration:underline
    }

.fc-list-empty-wrap2 {
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0
}

.fc-list-empty-wrap1 {
    width:100%;
    height:100%;
    display:table
}

.fc-list-empty {
    display:table-cell;
    vertical-align:middle;
    text-align:center
}

.fc-unthemed .fc-list-empty {
    background-color:#eee
}

/*!
 * FullCalendar Scheduler v1.10.4
 * Docs & License:https://fullcalendar.io/scheduler/
 * (c) 2019 Adam Shaw
 */
.fc-resource-area .fc-cell-content, .fc-timeline .fc-cell-text {
    padding-left:4px;
    padding-right:4px
}

.fc-scroller-clip {
    overflow:hidden;
    position:relative
}

.fc-no-scrollbars {
    background:rgba(255,255,255,0)
}

.fc-timeline .fc-body .fc-divider.ui-widget-header, .fc-timeline .fc-body .ui-widget-content {
    background-image:none
}

.fc-no-scrollbars::-webkit-scrollbar {
    width:0;
    height:0
}

.fc-scroller-canvas {
    position:relative;
    box-sizing:border-box;
    min-height:100%
}

    .fc-scroller-canvas > .fc-bg {
        z-index:1
    }

    .fc-scroller-canvas > .fc-content {
        z-index:2;
        position:relative;
        border-style:solid;
        border-width:0
    }

.ui-widget .fc-scroller-canvas > .fc-content {
    border-color:transparent
}

.fc-scroller-canvas.fc-gutter-left > .fc-content {
    border-left-width:1px;
    margin-left:-1px
}

.fc-scroller-canvas.fc-gutter-right > .fc-content {
    border-right-width:1px;
    margin-right:-1px
}

.fc-scroller-canvas.fc-gutter-top > .fc-content {
    border-top-width:1px;
    margin-top:-1px
}

.fc-rtl .fc-timeline {
    direction:rtl
}

.fc-timeline .fc-divider {
    width:3px;
    border-style:double
}

.fc-timeline .fc-head > tr > .fc-divider {
    border-bottom:0
}

.fc-timeline .fc-body > tr > .fc-divider {
    border-top:0
}

.fc-scrolled .fc-head .fc-scroller {
    z-index:2
}

.fc-timeline.fc-scrolled .fc-head .fc-scroller {
    box-shadow:0 3px 4px rgba(0,0,0,.075)
}

.fc-timeline .fc-body .fc-scroller {
    z-index:1
}

.fc-timeline .fc-scroller-canvas > div > div > table, .fc-timeline .fc-scroller-canvas > div > table {
    border-style:hidden
}

.fc-timeline .fc-scroller-canvas > .fc-content > .fc-rows > table {
    border-bottom-style:none
}

.fc-timeline td, .fc-timeline th {
    white-space:nowrap
}

.fc-timeline .fc-cell-content {
    overflow:hidden
}

.fc-timeline .fc-col-resizer {
    cursor:col-resize
}

.fc-timeline th {
    vertical-align:middle
}

.fc-timeline .fc-head .fc-cell-content {
    padding-top:3px;
    padding-bottom:3px
}

.fc-resource-area {
    width:30%
}

    .fc-resource-area col {
        width:40%;
        min-width:70px
    }

        .fc-resource-area col.fc-main-col {
            width:60%
        }

.fc-flat .fc-expander-space {
    display:none
}

.fc-ltr .fc-resource-area tr > * {
    text-align:left
}

.fc-rtl .fc-resource-area tr > * {
    text-align:right
}

.fc-resource-area .fc-super th {
    text-align:center
}

.fc-resource-area th > div {
    position:relative
}

.fc-resource-area th .fc-cell-content {
    position:relative;
    z-index:1
}

.fc-resource-area th .fc-col-resizer {
    position:absolute;
    z-index:2;
    top:0;
    bottom:0;
    width:5px
}

.fc-ltr .fc-resource-area th .fc-col-resizer {
    right:-3px
}

.fc-rtl .fc-resource-area th .fc-col-resizer {
    left:-3px
}

tr.fc-collapsed > td, tr.fc-transitioning > td {
    overflow:hidden
}

    tr.fc-transitioning > td > div {
        transition:margin-top .2s
    }

    tr.fc-collapsed > td > div {
        margin-top:-10px
    }

.fc-body .fc-resource-area .fc-cell-content {
    position:relative;
    padding-top:8px;
    padding-bottom:8px
}

.fc-no-overlap .fc-body .fc-resource-area .fc-cell-content {
    padding-top:5px;
    padding-bottom:5px
}

.fc-resource-area .fc-icon {
    width:1em;
    font-size:.9em;
    vertical-align:middle;
    margin-top:-1%
}

.fc-resource-area .fc-expander {
    cursor:pointer;
    color:#666
}

.fc-time-area col {
    min-width:2.2em
}

.fc-ltr .fc-time-area .fc-chrono th {
    text-align:left
}

.fc-rtl .fc-time-area .fc-chrono th {
    text-align:right
}

.fc-time-area .fc-slats {
    position:absolute;
    z-index:1;
    top:0;
    left:0;
    right:0;
    bottom:0
}

    .fc-time-area .fc-slats table {
        height:100%
    }

    .fc-time-area .fc-slats .fc-minor {
        border-style:dotted
    }

    .fc-time-area .fc-slats td {
        border-width:0 1px
    }

.fc-ltr .fc-time-area .fc-slats td {
    border-right-width:0
}

.fc-rtl .fc-time-area .fc-slats td {
    border-left-width:0
}

.fc-time-area .fc-bgevent-container, .fc-time-area .fc-highlight-container {
    position:absolute;
    z-index:2;
    top:0;
    bottom:0;
    width:0
}

.fc-ltr .fc-time-area .fc-bgevent-container, .fc-ltr .fc-time-area .fc-helper-container, .fc-ltr .fc-time-area .fc-highlight-container {
    left:0
}

.fc-rtl .fc-time-area .fc-bgevent-container, .fc-rtl .fc-time-area .fc-helper-container, .fc-rtl .fc-time-area .fc-highlight-container {
    right:0
}

.fc-time-area .fc-bgevent, .fc-time-area .fc-highlight {
    position:absolute;
    top:0;
    bottom:0
}

.fc-time-area .fc-rows {
    position:relative;
    z-index:3
}

    .fc-time-area .fc-rows .ui-widget-content {
        background:0 0
    }

    .fc-time-area .fc-rows td > div {
        position:relative
    }

    .fc-time-area .fc-rows .fc-bgevent-container, .fc-time-area .fc-rows .fc-highlight-container {
        z-index:1
    }

.fc-time-area .fc-event-container {
    position:relative;
    z-index:2;
    width:0
}

.fc-time-area .fc-helper-container {
    position:absolute;
    z-index:3;
    top:0
}

.fc-time-area .fc-event-container {
    padding-bottom:8px;
    top:-1px
}

.fc-time-area tr:first-child .fc-event-container {
    top:0
}

.fc-no-overlap .fc-time-area .fc-event-container {
    padding-bottom:0;
    top:0
}

.fc-timeline .fc-now-indicator {
    z-index:3;
    top:0
}

.fc-time-area .fc-now-indicator-arrow {
    margin:0 -6px;
    border-width:6px 5px 0;
    border-left-color:transparent;
    border-right-color:transparent
}

.fc-time-area .fc-now-indicator-line {
    margin:0 -1px;
    bottom:0;
    border-left-width:1px
}

.fc-timeline-event {
    position:absolute;
    border-radius:0;
    padding:2px 0;
    margin-bottom:1px
}

.fc-no-overlap .fc-timeline-event {
    padding:5px 0;
    margin-bottom:0
}

.fc-ltr .fc-timeline-event {
    margin-right:1px
}

.fc-rtl .fc-timeline-event {
    margin-left:1px
}

.fc-timeline-event .fc-content {
    padding:0 1px;
    white-space:nowrap;
    overflow:hidden
}

.fc-timeline-event .fc-time {
    font-weight:700;
    padding:0 1px
}

.fc-rtl .fc-timeline-event .fc-time {
    display:inline-block
}

.fc-timeline-event .fc-title {
    position:relative;
    padding:0 1px
}

.fc-timeline-event.fc-selected .fc-bg {
    display:none
}

.fc-ltr .fc-timeline-event .fc-title {
    padding-left:10px;
    margin-left:-8px
}

.fc-rtl .fc-timeline-event .fc-title {
    padding-right:10px;
    margin-right:-8px
}

.fc-ltr .fc-timeline-event.fc-not-start .fc-title {
    margin-left:-2px
}

.fc-rtl .fc-timeline-event.fc-not-start .fc-title {
    margin-right:-2px
}

.fc-body .fc-time-area .fc-following, .fc-timeline-event.fc-not-start .fc-title {
    position:relative
}

    .fc-body .fc-time-area .fc-following:before, .fc-timeline-event.fc-not-start .fc-title:before {
        content:"";
        position:absolute;
        top:50%;
        margin-top:-5px;
        border:5px solid #000;
        border-top-color:transparent;
        border-bottom-color:transparent;
        opacity:.5
    }

.fc-ltr .fc-body .fc-time-area .fc-following:before, .fc-ltr .fc-timeline-event.fc-not-start .fc-title:before {
    border-left:0;
    left:2px
}

.fc-rtl .fc-body .fc-time-area .fc-following:before, .fc-rtl .fc-timeline-event.fc-not-start .fc-title:before {
    border-right:0;
    right:2px
}

.fc-license-message {
    position:absolute;
    z-index:99999;
    bottom:1px;
    left:1px;
    background:#eee;
    border-color:#ddd;
    border-style:solid;
    border-width:1px 1px 0 0;
    padding:2px 4px;
    font-size:12px;
    border-top-right-radius:3px
}

.slick-slider {
    position:relative;
    display:block;
    box-sizing:border-box;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    -webkit-touch-callout:none;
    -khtml-user-select:none;
    -ms-touch-action:pan-y;
    touch-action:pan-y;
    -webkit-tap-highlight-color:transparent
}

.slick-list {
    position:relative;
    display:block;
    overflow:hidden;
    margin:0;
    padding:0
}

    .slick-list:focus {
        outline:none
    }

    .slick-list.dragging {
        cursor:pointer;
        cursor:hand
    }

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform:translate3d(0,0,0);
    -moz-transform:translate3d(0,0,0);
    -ms-transform:translate3d(0,0,0);
    -o-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0)
}

.slick-track {
    position:relative;
    top:0;
    left:0;
    display:block
}

    .slick-track:before, .slick-track:after {
        display:table;
        content:""
    }

    .slick-track:after {
        clear:both
    }

.slick-loading .slick-track {
    visibility:hidden
}

.slick-slide {
    display:none;
    float:left;
    height:100%;
    min-height:1px
}

[dir=rtl] .slick-slide {
    float:right
}

.slick-slide img {
    display:block
}

.slick-slide.slick-loading img {
    display:none
}

.slick-slide.dragging img {
    pointer-events:none
}

.slick-initialized .slick-slide {
    display:block
}

.slick-loading .slick-slide {
    visibility:hidden
}

.slick-vertical .slick-slide {
    display:block;
    height:auto;
    border:1px solid transparent
}

.slick-arrow.slick-hidden {
    display:none
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    font-size:100%;
    font:inherit;
    vertical-align:baseline
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display:block
}

body {
    line-height:1
}

ol, ul {
    list-style:none
}

blockquote, q {
    quotes:none
}

    blockquote:before, blockquote:after, q:before, q:after {
        content:"";
        content:none
    }

table {
    border-collapse:collapse;
    border-spacing:0
}

a:active, a:link, a:after, a:focus, a:visited {
    text-decoration:none;
    border:none;
    outline:none;
    color:#fff
}

select::-ms-expand {
    display:none
}

label, input, button, form, fieldset {
    padding:0;
    margin:0;
    outline:none;
    border:none;
    font-weight:normal !important
}

ul, ol, li, span, a, p, b, figure, img, button, input {
    list-style-type:none;
    padding:0;
    margin:0;
    text-decoration:none !important
}

    a:active, a:link, a:after, a:focus, a:visited {
        text-decoration:none;
        border:none;
        outline:none;
        color:#fff
    }

img {
    border:none
}

select:disabled {
    background-color:#ebebe4 !important;
    color:#b8bfc5 !important;
    cursor:default
}

input:disabled + .dps-textbox-icon {
    border-left:solid 1px #fff
}

textarea, input[type=text], input[type=password], input[type=email], input[type=button], input[type=submit] {
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none
}

@keyframes loading-item-1 {
    0% {
        transform:rotate(0deg)
    }

    100% {
        transform:rotate(360deg)
    }
}

@keyframes loading-item-2 {
    0% {
        transform:rotate(0deg)
    }

    100% {
        transform:rotate(360deg)
    }
}

@keyframes loading-item-3 {
    0% {
        transform:rotate(41deg)
    }

    100% {
        transform:rotate(401deg)
    }
}

@keyframes loadAni {
    0% {
        -transform:rotate(0deg);
        -webkit-transform:rotate(0deg);
        -ms-transform:rotate(0deg);
        -moz-transform:rotate(0deg);
        -o-transform:rotate(0deg)
    }

    100% {
        -transform:rotate(360deg);
        -webkit-transform:rotate(360deg);
        -ms-transform:rotate(360deg);
        -moz-transform:rotate(360deg);
        -o-transform:rotate(360deg)
    }
}

.loading {
    display:flex;
    justify-content:center;
    align-items:center;
    width:100%;
    height:100%;
    position:fixed;
    z-index:99999;
    left:0;
    top:0
}

    .loading > .scope {
        display:flex;
        justify-content:center;
        align-items:center;
        width:65px;
        height:65px;
        position:relative
    }

        .loading > .scope > ul {
            display:flex
        }

            .loading > .scope > ul > li {
                position:absolute;
                left:0;
                top:0;
                transform-origin:bottom
            }

                .loading > .scope > ul > li:nth-child(1) {
                    width:38px;
                    height:58px;
                    z-index:99;
                    background:url(../../images/logo-leaf-orange.svg) no-repeat center center;
                    background-size:cover;
                    -animation:loading-item-1 infinite 2.1s;
                    -webkit-animation:loading-item-1 infinite 2.1s;
                    -ms-animation:loading-item-1 infinite 2.1s;
                    -moz-animation:loading-item-1 infinite 2.1s;
                    -o-animation:loading-item-1 infinite 2.1s;
                    -animation-duration:1.6s;
                    -webkit-animation-duration:1.6s;
                    -ms-animation-duration:1.6s;
                    -moz-animation-duration:1.6s;
                    -o-animation-duration:1.6s;
                    -animation-delay:.32s;
                    -webkit-animation-delay:.32s;
                    -ms-animation-delay:.32s;
                    -moz-animation-delay:.32s;
                    -o-animation-delay:.32s
                }

                .loading > .scope > ul > li:nth-child(2) {
                    width:23px;
                    height:41px;
                    z-index:999;
                    background:url(../../images/logo-leaf-yellow.svg) no-repeat center center;
                    background-size:cover;
                    left:16px;
                    top:17px;
                    -animation:loading-item-2 infinite 2.1s;
                    -webkit-animation:loading-item-2 infinite 2.1s;
                    -ms-animation:loading-item-2 infinite 2.1s;
                    -moz-animation:loading-item-2 infinite 2.1s;
                    -o-animation:loading-item-2 infinite 2.1s;
                    -animation-duration:1.6s;
                    -webkit-animation-duration:1.6s;
                    -ms-animation-duration:1.6s;
                    -moz-animation-duration:1.6s;
                    -o-animation-duration:1.6s;
                    -animation-delay:.16s;
                    -webkit-animation-delay:.16s;
                    -ms-animation-delay:.16s;
                    -moz-animation-delay:.16s;
                    -o-animation-delay:.16s
                }

                .loading > .scope > ul > li:nth-child(3) {
                    width:38px;
                    height:58px;
                    z-index:9;
                    background:url(../../images/logo-leaf-green.svg) no-repeat center center;
                    background-size:cover;
                    left:2px;
                    top:-5px;
                    -transform:rotate(41deg);
                    -webkit-transform:rotate(41deg);
                    -ms-transform:rotate(41deg);
                    -moz-transform:rotate(41deg);
                    -o-transform:rotate(41deg);
                    -animation:loading-item-3 infinite 2.1s;
                    -webkit-animation:loading-item-3 infinite 2.1s;
                    -ms-animation:loading-item-3 infinite 2.1s;
                    -moz-animation:loading-item-3 infinite 2.1s;
                    -o-animation:loading-item-3 infinite 2.1s;
                    -animation-duration:1.6s;
                    -webkit-animation-duration:1.6s;
                    -ms-animation-duration:1.6s;
                    -moz-animation-duration:1.6s;
                    -o-animation-duration:1.6s;
                    -animation-delay:.11s;
                    -webkit-animation-delay:.11s;
                    -ms-animation-delay:.11s;
                    -moz-animation-delay:.11s;
                    -o-animation-delay:.11s
                }

.loading-odd {
    display:flex;
    justify-content:flex-end;
    align-items:flex-end;
    width:100%;
    height:100%;
    position:fixed;
    left:0;
    top:0;
    z-index:9999
}

    .loading-odd .item {
        display:inline-block;
        width:36px;
        height:36px;
        margin-right:15px;
        margin-bottom:15px
    }

        .loading-odd .item:after {
            width:calc(100% - 6px);
            height:calc(100% - 6px);
            content:" ";
            display:inline-block;
            border-radius:50%;
            border:2px solid #455a64;
            border-color:#455a64 transparent #455a64 transparent;
            animation:loadAni .6s linear infinite
        }

.loading-fixed {
    display:flex;
    justify-content:center;
    align-items:center;
    width:100%;
    position:relative;
    height:100%;
    left:0;
    top:0;
    z-index:9999
}

    .loading-fixed .item {
        display:inline-block;
        width:36px;
        height:36px;
        margin-right:15px;
        margin-bottom:15px
    }

        .loading-fixed .item:after {
            width:calc(100% - 6px);
            height:calc(100% - 6px);
            content:" ";
            display:inline-block;
            border-radius:50%;
            border:2px solid #455a64;
            border-color:#455a64 transparent #455a64 transparent;
            animation:loadAni .6s linear infinite
        }

html {
    height:100%
}

body {
    width:100%;
    height:100%;
    padding:0;
    margin:0;
    font-family:Roboto,Arial,sans-serif;
    font-size:14px;
    line-height:initial !important;
    background-color:#eceff1;
    color:#37474f;
    overflow-y:scroll
}

input, select, textarea {
    font-family:Roboto,Arial,sans-serif
}

    select:disabled, input:disabled, textarea:disabled, time:disabled {
        background-color:#f7f7f7 !important;
        color:#9699a2 !important;
        border-color:#d7d9dc !important;
        opacity:1 !important
    }

.bold {
    font-weight:bold
}

.display-none {
    display:none !important
}

.reset-padding {
    padding:0 !important
}

.link-color {
    color:#c37400 !important
}

.link-cursor {
    cursor:pointer
}

.margin-top-5 {
    margin-top:5px
}

.margin-top-10 {
    margin-top:10px
}

.margin-top-15 {
    margin-top:15px
}

.margin-top-20 {
    margin-top:20px
}

.margin-right-5 {
    margin-right:5px
}

.margin-right-10 {
    margin-right:10px
}

.margin-right-15 {
    margin-right:15px
}

.margin-right-15 {
    margin-right:15px
}

.margin-right-20 {
    margin-right:20px
}

.margin-bottom-5 {
    margin-bottom:5px
}

.margin-bottom-10 {
    margin-bottom:10px
}

.margin-bottom-15 {
    margin-bottom:15px
}

.margin-bottom-20 {
    margin-bottom:20px
}

.margin-left-5 {
    margin-left:5px
}

.margin-left-10 {
    margin-left:10px
}

.margin-left-15 {
    margin-left:15px
}

.margin-left-20 {
    margin-left:20px
}

.link-color-bold {
    color:#c37400 !important;
    font-weight:bold
}

.text-uppercase {
    text-transform:uppercase
}

.padding-15 {
    padding:15px
}

.hide-iframe {
    opacity:0;
    position:absolute;
    visibility:hidden
}

.dps-wrd-break {
    word-break:break-all
}

.dps-scrollbar::-webkit-scrollbar {
    width:7px;
    height:7px;
    background-color:#f5f5f5;
    border-radius:10px
}

.dps-scrollbar::-webkit-scrollbar-thumb {
    background-color:#cfd8dc;
    border-radius:10px
}

.datepicker {
    width:220px !important;
    height:220px !important;
    left:20px;
    margin-top:12px !important;
    box-shadow:0 3px 6px 0 rgba(0,0,0,.16)
}

    .datepicker .table-condensed {
        width:100% !important;
        border-collapse:separate;
        border-spacing:2px
    }

    .datepicker table tr td {
        width:24px;
        height:24px;
        line-height:24px;
        font-size:14px;
        border-radius:0 !important
    }

        .datepicker table tr td:hover {
            background-color:#eee
        }

    .datepicker table tr th {
        font-size:14px;
        position:relative
    }

    .datepicker table tr td.active {
        background-color:#92c025 !important;
        color:#fff !important;
        position:relative
    }

        .datepicker table tr td.active:before {
            content:"";
            width:0;
            height:0;
            border-bottom:solid 7px #fff;
            border-left:solid 7px transparent;
            position:absolute;
            bottom:2px;
            right:2px
        }

    .datepicker table tr td.today {
        background:none;
        font-weight:bold
    }

        .datepicker table tr td.today:hover {
            background-color:#eee
        }

    .datepicker table thead tr th {
        width:24px;
        height:28px;
        line-height:28px;
        font-size:14px;
        font-weight:bold
    }

    .datepicker .disabled {
        color:#eee !important
    }

    .datepicker .day.disabled {
        background-color:#fff;
        color:#eee !important
    }

.datepicker-dropdown {
    position:absolute;
    top:100%;
    background-color:#fff;
    border:solid 1px rgba(0,0,0,.2)
}

.datepicker table thead tr th.prev:before {
    content:"";
    font-family:"Line Awesome Free";
    font-weight:900;
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background-color:#fff;
    border-radius:5px
}

.datepicker table thead tr th.prev:hover:before {
    background-color:#eee
}

.datepicker table thead tr th.next:before {
    content:"";
    font-family:"Line Awesome Free";
    font-weight:900;
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background-color:#fff;
    border-radius:5px
}

.datepicker table thead tr th.next:hover:before {
    background-color:#eee
}

.disabled-style {
    background-color:#f0f0f0;
    border:1px solid #ccc;
    color:#999
}

.timeselector {
    padding:6px;
    background-color:#fff;
    border-radius:4px;
    box-shadow:0 3px 6px 0 rgba(0,0,0,.16);
    margin-top:9px
}

    .timeselector:before {
        content:"";
        display:inline-block;
        border-left:7px solid transparent;
        border-right:7px solid transparent;
        border-bottom:7px solid rgba(0,0,0,.15);
        border-top:0;
        border-bottom-color:rgba(0,0,0,.2);
        position:absolute;
        left:5px;
        top:-7px
    }

    .timeselector:after {
        content:"";
        display:inline-block;
        border-left:6px solid transparent;
        border-right:6px solid transparent;
        border-bottom:6px solid #fff;
        border-top:0;
        left:6px;
        top:-6px;
        position:absolute
    }

.timeselector-value {
    border:solid 1px #ccc !important;
    border-top:0 !important;
    border-bottom:0 !important
}

.timeselector-button {
    border:solid 1px #ccc !important;
    color:#000
}

.tooltip {
    position:absolute;
    z-index:99;
    width:auto;
    max-width:300px;
    height:auto;
    max-height:100px;
    margin-left:10px;
    margin-top:10px;
    padding:7px;
    border:solid 1px #000;
    background-color:#fff;
    color:#37474f;
    font-size:12px;
    line-height:14px
}

    .tooltip > ul {
        display:flex;
        flex-direction:column
    }

        .tooltip > ul > li {
            display:flex;
            margin-bottom:2px
        }

            .tooltip > ul > li:last-child {
                margin-bottom:0
            }

.k-grid td {
    white-space:nowrap
}

.k-pager-numbers .k-link {
    color:#000 !important
}

.dps-tab-page #calendar {
    min-height:1345px
}

    .dps-tab-page #calendar .fc-toolbar, .fc-time-grid-container, .fc-time-grid {
        overflow:hidden !important;
        height:auto !important
    }

.fc-event {
    background:none !important;
    border:none !important;
    color:#455a64 !important;
    margin:5px;
    margin-top:5px !important;
    margin-bottom:0
}

    .fc-event.statu-8 > .fc-content > .fc-time {
        background-color:#54a767 !important
    }

    .fc-event.statu-8 > .fc-content > .fc-title {
        border-color:#54a767 !important;
        background-color:#d5ebda !important;
        color:#455a64 !important
    }

    .fc-event.statu-7 > .fc-content > .fc-time {
        background-color:#ed5454 !important
    }

    .fc-event.statu-7 > .fc-content > .fc-title {
        border-color:#ed5454 !important;
        background-color:#e5cfcf !important;
        color:#455a64 !important
    }

    .fc-event.statu-5 > .fc-content > .fc-time {
        background-color:#556f7b !important
    }

    .fc-event.statu-5 > .fc-content > .fc-title {
        border-color:#556f7b !important;
        background-color:#cfd8dc !important;
        color:#455a64 !important
    }

    .fc-event .fc-content {
        display:flex;
        white-space:inherit !important
    }

        .fc-event .fc-content > .fc-time {
            display:flex;
            align-items:center;
            width:20px;
            font-size:9px !important;
            padding:7px;
            font-weight:400;
            background-color:#54a767 !important;
            color:#fff;
            border-bottom-left-radius:5px;
            border-top-left-radius:5px
        }

            .fc-event .fc-content > .fc-time > .time {
                font-weight:bold
            }

            .fc-event .fc-content > .fc-time > .seperator {
                margin:0 3px
            }

        .fc-event .fc-content > .fc-title {
            width:calc(100% - 48px);
            font-size:12px;
            min-height:63px;
            padding:7px;
            background-color:#fff;
            border:solid 1px #54a767;
            border-bottom-right-radius:5px;
            border-top-right-radius:5px
        }

            .fc-event .fc-content > .fc-title > ul {
                display:flex;
                flex-direction:column
            }

                .fc-event .fc-content > .fc-title > ul > li {
                    margin-bottom:1px !important
                }

                    .fc-event .fc-content > .fc-title > ul > li.off {
                        display:none
                    }

                    .fc-event .fc-content > .fc-title > ul > li.word-break {
                        word-break:break-all
                    }

.fc-time {
    font-size:12px !important
}

.fc-title .time-fix-number {
    position:absolute;
    top:0;
    left:35px
}

.fc-tooltip {
    min-height:130px;
    padding:12px;
    position:absolute;
    z-index:9999;
    background-color:#fafafa;
    color:#455a64;
    border:solid 1px #dbdbdf;
    border-radius:5px;
    box-shadow:0 0 8px 0 rgba(0,0,0,.36);
    font-size:12px;
    line-height:14px
}

    .fc-tooltip:before {
        content:"";
        display:inline-block;
        border-top:11px solid transparent;
        border-bottom:11px solid transparent;
        border-right:11px solid transparent;
        border-right-color:rgba(0,0,0,.08);
        position:absolute;
        left:-11px;
        top:23px
    }

    .fc-tooltip:after {
        content:"";
        display:inline-block;
        border-top:9px solid transparent;
        border-bottom:9px solid transparent;
        border-right:9px solid #fafafa;
        position:absolute;
        left:-8px;
        top:25px
    }

    .fc-tooltip.is-end-evt:before {
        border-right:0;
        border-left:11px solid transparent;
        border-left-color:rgba(0,0,0,.08);
        left:355px
    }

    .fc-tooltip.is-end-evt:after {
        border-right:0;
        border-left:9px solid #fafafa;
        left:354px
    }

.fc-close-btn {
    position: absolute;
    top: 3px;
    right: 5px;
    background: none;
    border: none;
    font-size: 20px;
    color: #afbec5;
    cursor: pointer;
    z-index: 1000;
}

    .fc-close-btn:hover {
        color: black
    }

    .fc-tooltip > ul {
        display:flex;
        flex-direction:column
    }

        .fc-tooltip > ul > li {
            display:flex;
            margin-bottom:3px
        }

            .fc-tooltip > ul > li:last-child {
                margin-bottom:0
            }

            .fc-tooltip > ul > li > span:nth-child(1) {
                width:70px;
                font-weight:bold
            }

            .fc-tooltip > ul > li > span:nth-child(2) {
                width:calc(100% - 74px);
                margin-left:4px
            }

                .fc-tooltip > ul > li > span:nth-child(2) > a {
                    color:#007bff;
                    cursor:pointer
                }

                    .fc-tooltip > ul > li > span:nth-child(2) > a > i {
                        color:#455a64;
                        font-size:15px
                    }

            .fc-tooltip > ul > li .wrap {
                overflow-wrap:break-word
            }

.fc-unit-list {
    display:flex;
    flex-wrap:wrap
}

    .fc-unit-list > li {
        margin-right:2px;
        position:relative
    }

        .fc-unit-list > li:last-child:before {
            content:""
        }

.fc-popover {
    width:246px
}

.fc-scroller {
    height:auto !important;
    overflow:inherit !important
}


.dps-approval-color {
    background-color:#98BD3D !important;
}
.dps-rejected-color {
    background-color: #BB261F !important;
}
.dps-pendingconfirmation-color {
    background-color: #2493C0 !important;
}
.dps-appointment-color {
    background-color: #FFF200 !important;
}
.dps-entrybank-color {
    background-color: #F0AD4E !important;
}

@media(max-width:1219px) {
    .dps-tab-page #calendar {
        min-height:1345px;
        overflow-x:scroll
    }

        .dps-tab-page #calendar .fc-scroller, .dps-tab-page #calendar .fc-basic-view .fc-body .fc-row {
            min-height:1345px
        }

        .dps-tab-page #calendar .fc-view-container {
            overflow-x:auto;
            width:100%;
        }

        .dps-tab-page #calendar .fc-toolbar {
            display:flex;
            flex-direction:column
        }

            .dps-tab-page #calendar .fc-toolbar .fc-left, .dps-tab-page #calendar .fc-toolbar .fc-right, .dps-tab-page #calendar .fc-toolbar .fc-center {
                margin:5px 0
            }
}

.modal {
    display:flex;
    justify-content:center;
    width:100%;
    height:100%;
    position:fixed;
    z-index:9999;
    left:0;
    top:0;
    right:0;
    bottom:0;
    background-color:rgba(55,71,79,.5)
}

    .modal .scope {
        display:flex;
        flex-direction:column;
        width:420px;
        overflow:hidden;
        position:relative;
        top:185px
    }

        .modal .scope .header {
            display:flex;
            justify-content:flex-end;
            align-items:center;
            background-color:#fff;
            color:#455a64
        }

            .modal .scope .header .button-close {
                display:flex;
                justify-content:center;
                align-items:center;
                width:30px;
                height:30px;
                position:relative;
                cursor:pointer
            }

                .modal .scope .header .button-close:before {
                    content:"";
                    font-size:17px;
                    font-family:"Line Awesome Free";
                    font-weight:900;
                    color:#afbec5
                }

        .modal .scope .content {
            display:flex;
            flex-direction:column;
            align-items:center;
            padding:20px;
            padding-top:0;
            background-color:#fff;
            color:#455a64
        }

            .modal .scope .content figure {
                display:flex;
                justify-content:center;
                align-items:center;
                width:60px;
                height:60px;
                margin-top:10px;
                border-radius:50%;
                color:#fff
            }

                .modal .scope .content figure:before {
                    font-family:"Line Awesome Free";
                    font-weight:900;
                    font-size:29px
                }

                .modal .scope .content figure.fail {
                    background-color:#e83f40
                }

                    .modal .scope .content figure.fail:before {
                        content:""
                    }

                .modal .scope .content figure.error {
                    background-color:#e83f40
                }

                    .modal .scope .content figure.error:before {
                        content:""
                    }

                .modal .scope .content figure.info {
                    background-color:#2f96b4
                }

                    .modal .scope .content figure.info:before {
                        content:""
                    }

                .modal .scope .content figure.warning {
                    background-color:#f09004
                }

                    .modal .scope .content figure.warning:before {
                        content:""
                    }

                .modal .scope .content figure.success {
                    background-color:#92c028
                }

                    .modal .scope .content figure.success:before {
                        content:""
                    }

            .modal .scope .content span {
                margin-top:12px;
                font-size:20px;
                font-weight:bold;
                text-align:center
            }

            .modal .scope .content p {
                max-width:100%;
                max-height:200px;
                overflow-y:auto;
                margin-top:7px;
                font-size:15px;
                text-align:center
            }

                .modal .scope .content p .colored {
                    color:#c37400
                }

            .modal .scope .content .custom-content {
                display:flex;
                flex-direction:column;
                width:100%
            }

                .modal .scope .content .custom-content li {
                    display:flex;
                    flex-direction:column;
                    align-items:center;
                    background-color:#f9ffed
                }

                    .modal .scope .content .custom-content li b {
                        display:flex;
                        justify-content:center;
                        align-items:center;
                        width:100%;
                        background-color:#eaf1dc;
                        font-weight:bold
                    }

                    .modal .scope .content .custom-content li p {
                        margin:0;
                        padding:7px
                    }

            .modal .scope .content ul.list {
                display:flex;
                flex-direction:column;
                margin-left:20px
            }

                .modal .scope .content ul.list > li {
                    list-style-type:circle;
                    margin-bottom:5px
                }

        .modal .scope .footer {
            display:flex;
            justify-content:center;
            align-items:center;
            flex-direction:row-reverse;
            padding:20px;
            background-color:#cfd8dc;
            position:relative
        }

            .modal .scope .footer:before {
                content:"";
                width:0;
                height:0;
                border-left:17px solid transparent;
                border-right:17px solid transparent;
                border-top:10px solid #fff;
                position:absolute;
                top:0;
                left:50%;
                margin-left:-17px
            }

            .modal .scope .footer > a {
                display:flex;
                padding:10px 25px;
                margin:4px;
                font-size:13px;
                border-radius:4px;
                border:none;
                background-color:#455a64;
                color:#fff;
                cursor:pointer;
                outline:none
            }

                .modal .scope .footer > a.approval {
                    background-color:#92c028;
                    color:#fff
                }

                .modal .scope .footer > a.reject {
                    background-color:#455a64;
                    color:#fff
                }

.modal-send-project {
    display:flex;
    justify-content:center;
    align-items:center;
    width:100%;
    height:100%;
    position:fixed;
    z-index:9999;
    overflow-y:auto;
    left:0;
    top:0;
    right:0;
    bottom:0;
    background-color:rgba(55,71,79,.5)
}

    .modal-send-project .scope {
        display:flex;
        flex-direction:column;
        width:500px;
        overflow:hidden;
        position:relative;
        background-color:#fff
    }

        .modal-send-project .scope .header {
            display:flex;
            justify-content:flex-end;
            align-items:center;
            background-color:#fff;
            color:#455a64
        }

            .modal-send-project .scope .header .button-close {
                display:flex;
                justify-content:center;
                align-items:center;
                width:30px;
                height:30px;
                position:relative;
                cursor:pointer
            }

                .modal-send-project .scope .header .button-close:before {
                    content:"";
                    font-size:17px;
                    font-family:"Line Awesome Free";
                    font-weight:900;
                    color:#afbec5
                }

        .modal-send-project .scope .content {
            display:flex;
            flex-direction:column
        }

            .modal-send-project .scope .content text {
                display:flex;
                justify-content:center;
                align-items:center;
                flex-direction:column;
                width:calc(100% - 40px);
                padding:20px;
                padding-top:0;
                background-color:#fff;
                color:#455a64;
                text-align:center
            }

                .modal-send-project .scope .content text > figure {
                    display:flex;
                    justify-content:center;
                    align-items:center;
                    width:70px;
                    height:70px;
                    margin-top:10px;
                    border-radius:50%
                }

                .modal-send-project .scope .content text > span {
                    margin-top:12px;
                    font-size:18px;
                    font-weight:bold;
                    text-align:center
                }

                .modal-send-project .scope .content text > p {
                    margin-top:7px;
                    font-size:14px;
                    text-align:center
                }

                .modal-send-project .scope .content text > ol {
                    display:flex;
                    justify-content:space-around;
                    width:100%;
                    margin-top:20px
                }

                    .modal-send-project .scope .content text > ol > li {
                        display:flex
                    }

                        .modal-send-project .scope .content text > ol > li > b {
                            font-weight:600;
                            margin-right:3px
                        }

            .modal-send-project .scope .content figure:before {
                font-family:"Line Awesome Free";
                font-weight:900;
                font-size:48px
            }

            .modal-send-project .scope .content figure.fail {
                background-color:#e83f40;
                color:#fff
            }

                .modal-send-project .scope .content figure.fail:before {
                    content:""
                }

            .modal-send-project .scope .content figure.error {
                background-color:#e83f40;
                color:#fff
            }

                .modal-send-project .scope .content figure.error:before {
                    content:""
                }

            .modal-send-project .scope .content figure.info {
                background-color:#2f96b4;
                color:#fff
            }

                .modal-send-project .scope .content figure.info:before {
                    content:""
                }

            .modal-send-project .scope .content figure.warning {
                background-color:#f09004;
                color:#fff
            }

                .modal-send-project .scope .content figure.warning:before {
                    content:""
                }

            .modal-send-project .scope .content figure.success {
                background-color:#92c028;
                color:#fff
            }

                .modal-send-project .scope .content figure.success:before {
                    content:""
                }

            .modal-send-project .scope .content ul {
                display:flex;
                flex-direction:column
            }

                .modal-send-project .scope .content ul > li {
                    display:flex;
                    background-color:#eceff1;
                    border-bottom:solid 1px rgba(0,0,0,.08)
                }

                    .modal-send-project .scope .content ul > li:last-child {
                        border-bottom:none
                    }

                    .modal-send-project .scope .content ul > li > span {
                        width:calc(70% - 30px);
                        display:inline-block;
                        white-space:pre-line;
                        padding:10px;
                        font-weight:bold
                    }

                        .modal-send-project .scope .content ul > li > span > a {
                            cursor:pointer
                        }

                    .modal-send-project .scope .content ul > li > a {
                        width:calc(30% - 30px);
                        padding:15px;
                        color:#788f9b;
                        cursor:pointer
                    }

        .modal-send-project .scope .footer {
            display:flex;
            justify-content:center;
            align-items:center;
            width:calc(100% - 40px);
            padding:20px;
            background-color:#fff;
            text-align:center;
            position:relative
        }

            .modal-send-project .scope .footer .dps-button {
                margin-left:4px
            }

.modal-send-project-zetacad-error {
    display:flex;
    justify-content:center;
    align-items:baseline;
    width:100%;
    height:100%;
    position:fixed;
    z-index:9999;
    left:0;
    top:0;
    right:0;
    bottom:0;
    background-color:rgba(55,71,79,.5)
}

    .modal-send-project-zetacad-error .scope {
        display:flex;
        flex-direction:column;
        width:640px;
        overflow:hidden;
        position:relative;
        top:175px;
        background-color:#fff
    }

        .modal-send-project-zetacad-error .scope .header {
            display:flex;
            justify-content:flex-end;
            align-items:center;
            background-color:#fff;
            color:#455a64
        }

            .modal-send-project-zetacad-error .scope .header .button-close {
                display:flex;
                justify-content:center;
                align-items:center;
                width:30px;
                height:30px;
                position:relative;
                cursor:pointer
            }

                .modal-send-project-zetacad-error .scope .header .button-close:before {
                    content:"";
                    font-size:17px;
                    font-family:"Line Awesome Free";
                    font-weight:900;
                    color:#afbec5
                }

        .modal-send-project-zetacad-error .scope .content {
            display:flex;
            flex-direction:column
        }

            .modal-send-project-zetacad-error .scope .content text {
                display:flex;
                justify-content:center;
                align-items:center;
                flex-direction:column;
                width:calc(100% - 40px);
                padding:20px;
                padding-top:0;
                background-color:#fff;
                color:#455a64;
                text-align:center
            }

                .modal-send-project-zetacad-error .scope .content text > figure {
                    display:flex;
                    justify-content:center;
                    align-items:center;
                    width:70px;
                    height:70px;
                    margin-top:10px;
                    border-radius:50%;
                    background-color:#f09004;
                    color:#fff
                }

                    .modal-send-project-zetacad-error .scope .content text > figure:before {
                        font-family:"Line Awesome Free";
                        font-weight:900;
                        content:"";
                        font-size:48px
                    }

                .modal-send-project-zetacad-error .scope .content text > span {
                    margin-top:12px;
                    font-size:18px;
                    text-align:center
                }

            .modal-send-project-zetacad-error .scope .content ul {
                display:flex;
                flex-direction:column;
                height:320px;
                overflow-y:auto;
                margin-top:20px
            }

                .modal-send-project-zetacad-error .scope .content ul > li {
                    display:flex;
                    flex-direction:column;
                    width:calc(100% - 20px);
                    margin-left:20px;
                    text-align:left;
                    margin-bottom:15px;
                    position:relative
                }

                    .modal-send-project-zetacad-error .scope .content ul > li:before {
                        content:"";
                        position:absolute;
                        transform:rotate(45deg);
                        top:3px;
                        left:-16px;
                        width:8px;
                        height:8px;
                        background-color:#455a64
                    }

                    .modal-send-project-zetacad-error .scope .content ul > li > span {
                        font-weight:bold
                    }

                    .modal-send-project-zetacad-error .scope .content ul > li > p {
                        width:calc(100% - 30px);
                        margin-left:30px;
                        margin-top:4px
                    }

                    .modal-send-project-zetacad-error .scope .content ul > li.red {
                        color:#e83f40
                    }

                        .modal-send-project-zetacad-error .scope .content ul > li.red:before {
                            background-color:#e83f40
                        }

        .modal-send-project-zetacad-error .scope .footer {
            width:calc(100% - 40px);
            padding:20px;
            background-color:#fff;
            text-align:center;
            position:relative
        }

            .modal-send-project-zetacad-error .scope .footer > a {
                width:auto;
                height:auto;
                margin:0 auto;
                padding:10px 25px;
                margin-top:6px;
                display:inline-block;
                font-size:13px;
                border-radius:4px;
                border:none;
                background-color:#455a64;
                color:#fff;
                cursor:pointer;
                outline:none
            }

.modal-document-viewer {
    display:flex;
    justify-content:center;
    align-items:baseline;
    width:100%;
    height:100%;
    position:fixed;
    z-index:9999;
    left:0;
    top:0;
    right:0;
    bottom:0;
    background-color:rgba(55,71,79,.5)
}

    .modal-document-viewer > .scope {
        display:flex;
        flex-direction:column;
        width:70%;
        height:calc(90% - 100px);
        overflow:hidden;
        position:relative;
        top:100px;
        background-color:#fff;
        border-radius:4px;
        box-shadow:0 3px 6px 0 rgba(0,0,0,.16)
    }

        .modal-document-viewer > .scope > .header {
            display:flex;
            border-bottom:solid 1px rgba(0,0,0,.08)
        }

            .modal-document-viewer > .scope > .header span {
                width:calc(100% - 108px);
                padding:20px 25px;
                font-weight:bold;
                font-size:16px
            }

            .modal-document-viewer > .scope > .header a {
                display:flex;
                justify-content:center;
                align-items:center;
                width:58px;
                height:58px;
                cursor:pointer
            }

                .modal-document-viewer > .scope > .header a:before {
                    content:"";
                    font-family:"Line Awesome Free";
                    font-weight:900;
                    font-size:19px;
                    color:#707070
                }

        .modal-document-viewer > .scope > .content {
            display:flex;
            width:calc(100% - 50px);
            height:calc(100% - 109px);
            padding:25px
        }

            .modal-document-viewer > .scope > .content > ul {
                width:calc(100% - 40px);
                height:100%;
                overflow-y:auto;
                padding-right:40px
            }

                .modal-document-viewer > .scope > .content > ul > li {
                    display:flex;
                    flex-direction:column;
                    height:500px;
                    overflow-y:auto;
                    overflow-x:hidden;
                    margin-bottom:20px
                }

                    .modal-document-viewer > .scope > .content > ul > li > .title {
                        display:flex;
                        align-items:center;
                        justify-content:space-between
                    }

                        .modal-document-viewer > .scope > .content > ul > li > .title > span {
                            display:flex;
                            font-weight:bold
                        }

                        .modal-document-viewer > .scope > .content > ul > li > .title > .buttons {
                            display:flex;
                            margin-bottom:10px
                        }

                            .modal-document-viewer > .scope > .content > ul > li > .title > .buttons > a {
                                display:flex;
                                justify-content:center;
                                align-items:center;
                                width:27px;
                                height:27px;
                                margin:2px;
                                font-size:12px;
                                border-radius:3px;
                                border:none;
                                border:solid 1px #455a64;
                                color:#455a66;
                                cursor:pointer;
                                outline:none;
                                opacity:.8
                            }

                                .modal-document-viewer > .scope > .content > ul > li > .title > .buttons > a:hover {
                                    opacity:1
                                }

                                .modal-document-viewer > .scope > .content > ul > li > .title > .buttons > a > i {
                                    font-size:20px
                                }

                                .modal-document-viewer > .scope > .content > ul > li > .title > .buttons > a > span {
                                    margin-top:2px;
                                    margin-left:1px
                                }

                                .modal-document-viewer > .scope > .content > ul > li > .title > .buttons > a.send {
                                    background-color:#92c026;
                                    color:#fff
                                }

                                .modal-document-viewer > .scope > .content > ul > li > .title > .buttons > a.delete {
                                    background-color:#e83f40;
                                    color:#fff
                                }

                                .modal-document-viewer > .scope > .content > ul > li > .title > .buttons > a.gray {
                                    background-color:#788f9b;
                                    color:#fff
                                }

                                .modal-document-viewer > .scope > .content > ul > li > .title > .buttons > a.green {
                                    background-color:#94c125;
                                    color:#fff
                                }

                                .modal-document-viewer > .scope > .content > ul > li > .title > .buttons > a.red {
                                    background-color:#e83f40;
                                    color:#fff
                                }

                    .modal-document-viewer > .scope > .content > ul > li img {
                        width:100%;
                        border:solid 2px #455a64
                    }

                    .modal-document-viewer > .scope > .content > ul > li iframe {
                        width:100%;
                        height:1100px;
                        border:solid 2px #455a64
                    }

.modal-expand {
    display:flex;
    justify-content:center;
    align-items:baseline;
    width:100%;
    height:100%;
    position:fixed;
    z-index:9999;
    left:0;
    top:0;
    right:0;
    bottom:0;
    background-color:rgba(55,71,79,.5)
}

    .modal-expand > .scope {
        display:flex;
        flex-direction:column;
        width:900px;
        overflow:hidden;
        position:relative;
        top:175px;
        background-color:#fff;
        border-radius:4px;
        box-shadow:0 3px 6px 0 rgba(0,0,0,.16)
    }

        .modal-expand > .scope.w-450 {
            width:450px
        }

        .modal-expand > .scope.w-500 {
            width:500px
        }

        .modal-expand > .scope.w-550 {
            width:550px
        }

        .modal-expand > .scope.w-600 {
            width:600px
        }

        .modal-expand > .scope.w-650 {
            width:650px
        }

        .modal-expand > .scope.w-700 {
            width:700px
        }

        .modal-expand > .scope.w-750 {
            width:750px
        }

        .modal-expand > .scope.w-800 {
            width:800px
        }

        .modal-expand > .scope.w-850 {
            width:850px
        }

        .modal-expand > .scope.w-900 {
            width:900px
        }

        .modal-expand > .scope > .header {
            display:flex;
            align-items:center;
            border-bottom:solid 1px rgba(0,0,0,.08)
        }

            .modal-expand > .scope > .header span {
                width:calc(100% - 102px);
                padding:17px 25px;
                font-weight:bold;
                font-size:16px
            }

            .modal-expand > .scope > .header a {
                display:flex;
                justify-content:center;
                align-items:center;
                width:52px;
                height:52px;
                cursor:pointer
            }

                .modal-expand > .scope > .header a:before {
                    content:"";
                    font-family:"Line Awesome Free";
                    font-weight:900;
                    font-size:19px;
                    color:#707070
                }

        .modal-expand > .scope > .content {
            display:flex;
            flex-direction:column;
            width:calc(100% - 50px);
            padding:25px
        }

            .modal-expand > .scope > .content > .dps-button {
                align-self:flex-end
            }

        .modal-expand > .scope > .footer {
            display:flex;
            justify-content:flex-end;
            align-items:center;
            width:calc(100% - 40px);
            padding:17px 20px;
            background-color:#fff;
            position:relative;
            border-top:solid 1px rgba(0,0,0,.08);
            border-bottom-left-radius:4px;
            border-bottom-right-radius:4px
        }

            .modal-expand > .scope > .footer .dps-button {
                margin-left:4px
            }

    .modal-expand .dps-table .row-detail .table-data-any-message {
        border-bottom:none
    }
    .row{
        margin-left:0 !important;
        margin-right:0 !important;
    }

    .modal-expand.fullscreen-fixed {
        align-items:center
    }

        .modal-expand.fullscreen-fixed > .scope {
            width:70%;
            max-height:90%;
            top:initial;
            overflow:initial
        }

            .modal-expand.fullscreen-fixed > .scope > .content {
                width:calc(100% - 36px);
                padding-right:32px;
                max-height:calc(100% - 110px);
                overflow:hidden;
                overflow-y:auto
            }

                .modal-expand.fullscreen-fixed > .scope > .content::-webkit-scrollbar {
                    width:10px;
                    background-color:#fff;
                    border-radius:20px
                }

                .modal-expand.fullscreen-fixed > .scope > .content::-webkit-scrollbar-thumb {
                    background-color:#d6dae4;
                    border-radius:20px
                }

.modal-tab {
    display:flex;
    flex-direction:column
}

    .modal-tab > ul {
        display:flex;
        background-color:#fff;
        border-bottom:solid 1px #eceff1;
        user-select:none;
        margin-bottom:15px
    }

        .modal-tab > ul > li {
            display:flex
        }

            .modal-tab > ul > li > a {
                padding-bottom:10px;
                padding-right:12px;
                cursor:pointer;
                position:relative
            }

                .modal-tab > ul > li > a:hover, .modal-tab > ul > li > a.active {
                    color:#94c125
                }

                    .modal-tab > ul > li > a:hover:before, .modal-tab > ul > li > a.active:before {
                        content:"";
                        width:calc(100% - 10px);
                        height:4px;
                        left:0;
                        bottom:-1px;
                        background-color:#94c125;
                        position:absolute
                    }

.modal-tabs {
    display:flex;
    margin-bottom:15px
}

    .modal-tabs > li {
        width:50%;
        position:relative
    }

        .modal-tabs > li:nth-child(1) > input + label {
            border-top-right-radius:0 !important;
            border-bottom-right-radius:0 !important
        }

        .modal-tabs > li:nth-child(2) > input + label {
            border-top-left-radius:0 !important;
            border-bottom-left-radius:0 !important;
            border-left:none !important;
            width:calc(100% - 15px) !important
        }

        .modal-tabs > li > input[type=radio] {
            display:none
        }

            .modal-tabs > li > input[type=radio] + label {
                display:flex;
                align-items:center;
                justify-content:center;
                width:calc(100% - 16px);
                padding:7px;
                cursor:pointer;
                text-align:center;
                border-radius:4px;
                border:solid 1px #455a64
            }

                .modal-tabs > li > input[type=radio] + label > i {
                    font-size:21px
                }

                .modal-tabs > li > input[type=radio] + label > span {
                    display:inline-block;
                    position:relative;
                    top:-2px;
                    margin-left:3px
                }

            .modal-tabs > li > input[type=radio]:checked + label {
                background-color:#73848c;
                color:#fff
            }

.modal-tabs-content {
    display:flex;
    flex-direction:column
}

    .modal-tabs-content > li {
        position:relative
    }

        .modal-tabs-content > li.off {
            display:none
        }

.modal-policy-info {
    display:flex;
    flex-direction:column
}

    .modal-policy-info .project-no {
        display:flex;
        font-size:20px;
        font-weight:bold
    }

    .modal-policy-info .policy-list {
        display:flex;
        flex-direction:column;
        width:calc(100% - 10px);
        height:auto;
        max-height:400px;
        margin-top:15px;
        overflow-y:auto;
        padding-right:10px
    }

        .modal-policy-info .policy-list > li {
            display:flex;
            width:calc(100% - 30px);
            padding:10px 15px;
            background-color:#f4f6f7;
            color:#455a64;
            border-radius:4px;
            margin-bottom:7px
        }

            .modal-policy-info .policy-list > li .policy-col {
                display:flex;
                flex-direction:column
            }

                .modal-policy-info .policy-list > li .policy-col:nth-child(1) {
                    margin-bottom:10px
                }

                .modal-policy-info .policy-list > li .policy-col b {
                    font-weight:bold;
                    margin-bottom:2px
                }

            .modal-policy-info .policy-list > li .policy-buttons {
                display:flex;
                flex-wrap:wrap;
                align-self:flex-end;
                width:70px;
                margin:10px 0
            }

                .modal-policy-info .policy-list > li .policy-buttons > li {
                    display:flex;
                    margin:4px
                }

                    .modal-policy-info .policy-list > li .policy-buttons > li > a {
                        display:flex;
                        align-items:center;
                        justify-content:center;
                        width:25px;
                        height:25px;
                        font-size:17px;
                        border-radius:4px;
                        background-color:#788f9b;
                        color:#fff;
                        cursor:pointer
                    }

                        .modal-policy-info .policy-list > li .policy-buttons > li > a.download {
                            background-color:#92c028
                        }

                        .modal-policy-info .policy-list > li .policy-buttons > li > a.delete {
                            background-color:#e83f40
                        }

    .modal-policy-info .policy-not-units {
        display:flex;
        align-items:center;
        margin-top:20px
    }

        .modal-policy-info .policy-not-units > a {
            display:inline-block;
            padding:8px 15px;
            margin-left:10px;
            border-radius:4px;
            border:none;
            background-color:#94c125;
            color:#fff;
            cursor:pointer;
            outline:none
        }

.modal-photo-gallery {
    display:flex;
    justify-content:center;
    align-items:center;
    width:100%;
    height:100%;
    position:fixed;
    z-index:9999;
    left:0;
    top:0;
    right:0;
    bottom:0;
    background-color:rgba(55,71,79,.5)
}

    .modal-photo-gallery > .scope {
        display:flex;
        flex-direction:column;
        width:900px;
        height:70%;
        overflow:hidden;
        position:relative;
        background-color:#fff;
        border-radius:4px;
        box-shadow:0 3px 6px 0 rgba(0,0,0,.16)
    }

        .modal-photo-gallery > .scope > .header {
            display:flex;
            align-items:center;
            border-bottom:solid 1px rgba(0,0,0,.08)
        }

            .modal-photo-gallery > .scope > .header span {
                width:calc(100% - 102px);
                padding:17px 25px;
                font-weight:bold;
                font-size:16px
            }

            .modal-photo-gallery > .scope > .header a {
                display:flex;
                justify-content:center;
                align-items:center;
                width:52px;
                height:52px;
                cursor:pointer
            }

                .modal-photo-gallery > .scope > .header a:before {
                    content:"";
                    font-family:"Line Awesome Free";
                    font-weight:900;
                    font-size:19px;
                    color:#707070
                }

        .modal-photo-gallery > .scope > .content {
            display:flex;
            flex-direction:column;
            width:calc(100% - 50px);
            height:calc(100% - 103px);
            padding:25px
        }

            .modal-photo-gallery > .scope > .content > section {
                display:flex;
                height:100%
            }

                .modal-photo-gallery > .scope > .content > section .slider {
                    width:calc(75% - 10px);
                    height:100%;
                    margin-right:10px;
                    position:relative
                }

                    .modal-photo-gallery > .scope > .content > section .slider .slick-list {
                        height:100%
                    }

                        .modal-photo-gallery > .scope > .content > section .slider .slick-list .slick-track {
                            height:100%
                        }

                            .modal-photo-gallery > .scope > .content > section .slider .slick-list .slick-track .slick-slide {
                                display:flex;
                                height:100%
                            }

                                .modal-photo-gallery > .scope > .content > section .slider .slick-list .slick-track .slick-slide a {
                                    display:flex;
                                    justify-content:center;
                                    width:100%;
                                    height:100%
                                }

                                    .modal-photo-gallery > .scope > .content > section .slider .slick-list .slick-track .slick-slide a figure {
                                        display:flex;
                                        justify-content:center;
                                        height:100%
                                    }

                                        .modal-photo-gallery > .scope > .content > section .slider .slick-list .slick-track .slick-slide a figure img {
                                            height:100%
                                        }

                    .modal-photo-gallery > .scope > .content > section .slider .slick-arrow {
                        display:flex;
                        justify-content:center;
                        align-items:center;
                        width:34px;
                        height:34px;
                        border-radius:50%;
                        background-color:#fff;
                        position:absolute;
                        right:10px;
                        top:50%;
                        margin-top:-17px;
                        z-index:99;
                        font-size:20px;
                        cursor:pointer;
                        box-shadow:0 0 5px 0 rgba(0,0,0,.35)
                    }

                        .modal-photo-gallery > .scope > .content > section .slider .slick-arrow.prev {
                            right:inherit;
                            left:10px
                        }

                    .modal-photo-gallery > .scope > .content > section .slider .slick-disabled {
                        opacity:.45
                    }

                .modal-photo-gallery > .scope > .content > section .slider-nav {
                    width:25%;
                    background-color:#eceff1
                }

                    .modal-photo-gallery > .scope > .content > section .slider-nav .slick-track {
                        width:calc(100% - 6px) !important;
                        padding:3px
                    }

                        .modal-photo-gallery > .scope > .content > section .slider-nav .slick-track .slick-slide {
                            display:flex;
                            justify-content:center;
                            width:calc(33.333% - 12px) !important;
                            height:46px;
                            margin:3px;
                            padding:2px;
                            background-color:#fff;
                            border:solid 1px #fff
                        }

                            .modal-photo-gallery > .scope > .content > section .slider-nav .slick-track .slick-slide.slick-current {
                                border-color:#94c125
                            }

                            .modal-photo-gallery > .scope > .content > section .slider-nav .slick-track .slick-slide a {
                                display:flex;
                                cursor:pointer
                            }

                                .modal-photo-gallery > .scope > .content > section .slider-nav .slick-track .slick-slide a figure {
                                    display:flex
                                }

                                    .modal-photo-gallery > .scope > .content > section .slider-nav .slick-track .slick-slide a figure img {
                                        width:100%
                                    }

.dps-strap {
    display:flex;
    flex-direction:column;
    width:100%
}

[class^="dps-strap w"] {
    align-self:center
}

.dps-strap.w-30 {
    width:30%
}

.dps-strap.w-40 {
    width:40%
}

.dps-strap.w-50 {
    width:50%
}

.dps-strap.w-60 {
    width:60%
}

.dps-strap .row {
    display:flex;
    flex-wrap:wrap;
    margin-left:-7px;
    margin-bottom:7px
}

    .dps-strap .row.bottomfix {
        margin-bottom:0
    }

    .dps-strap .row.bfix {
        margin-bottom:0
    }

    .dps-strap .row.off {
        display:none
    }

.dps-strap.row-mg-12 .row {
    margin-bottom:12px
}

.dps-strap [class^=col] {
    min-height:1px;
    margin-left:7px;
    margin-right:7px;
    position:relative
}

.dps-strap .col-1 {
    width:calc(8.33333% - 14px)
}

.dps-strap .col-2 {
    width:calc(16.66667% - 14px)
}

.dps-strap .col-3 {
    width:calc(25% - 14px)
}

.dps-strap .col-4 {
    width:calc(33.33333% - 14px)
}

.dps-strap .col-5 {
    width:calc(41.66667% - 14px)
}

.dps-strap .col-6 {
    width:calc(50% - 14px)
}

.dps-strap .col-7 {
    width:calc(58.33333% - 14px)
}

.dps-strap .col-8 {
    width:calc(66.66667% - 14px)
}

.dps-strap .col-9 {
    width:calc(75% - 14px)
}

.dps-strap .col-10 {
    width:calc(83.33333% - 14px)
}

.dps-strap .col-11 {
    width:calc(91.66667% - 14px)
}

.dps-strap .col-12 {
    width:calc(100% - 14px)
}

.align-items-start {
    display:flex;
    align-items:start !important
}

.align-items-center {
    display:flex;
    align-items:center !important
}

.align-items-end {
    display:flex;
    align-items:end !important
}

.align-items-stretch {
    display:flex;
    align-items:stretch !important
}

.justify-content-start {
    display:flex;
    justify-content:start;
    align-items:baseline
}

.justify-content-center {
    display:flex;
    justify-content:center;
    align-items:baseline
}

.justify-content-end {
    display:flex !important;
    justify-content:flex-end !important;
    align-items:baseline
}

.dps-displayfor {
    width:calc(100% - 18px);
    padding:8px;
    border-radius:4px;
    outline:none;
    color:#9699a2
}

.dps-label {
    display:flex;
    align-items:center;
    width:calc(100% - 16px);
    padding:8px;
    color:#9699a2;
    font-size:14px;
    text-align:left
}

    .dps-label.widoffset {
        padding:8px 0
    }

.label-r .dps-label {
    justify-content:flex-end;
    text-align:right
}

.dps-button {
    display:inline-block;
    opacity:.85;
    transition:all .15s;
    padding:5px 7px;
    border-radius:4px;
    border:none;
    background-color:#cfd8dc;
    color:#9699a2;
    font-size:14px;
    cursor:pointer;
    outline:none;
    user-select:none;
    position:relative
}

    .dps-button:hover {
        opacity:1
    }

    .dps-button.off {
        display:none
    }

    .dps-button > i {
        float:left;
        width:22px;
        height:22px;
        font-size:22px
    }

    .dps-button > span {
        float:left;
        padding:3px
    }

    .dps-button.w-40 {
        width:40px
    }

    .dps-button.w-100 {
        width:100px
    }

    .dps-button.w-100-fix {
        width:100%
    }

    .dps-button.disabled {
        cursor:initial
    }

    .dps-button.disabled-opacity {
        cursor:initial;
        opacity:.65
    }

    .dps-button.bordered {
        padding:3px 7px !important;
        border:solid 1px transparent
    }

    .dps-button.mg-fix {
        margin:0 !important
    }

    .dps-button.center {
        display:flex;
        justify-content:center
    }

    .dps-button.xs {
        padding:4px 5px;
        font-size:12px;
        line-height:14px
    }

        .dps-button.xs > i {
            width:16px;
            height:16px;
            font-size:16px;
            position:relative;
            top:1px
        }

        .dps-button.xs > span {
            padding:1px
        }

    .dps-button.transparent {
        background:none
    }

    .dps-button.ext-nonebg {
        width:100%;
        background:none
    }

    .dps-button:active, .dps-button:link, .dps-button:after, .dps-button:focus, .dps-button:visited {
        color:#9699a2
    }

    .dps-button.success {
        background-color:#94c125;
        color:#fff
    }

.dps-green {
    background-color:#94c125;
    color:#fff !important
}

.dps-button.green {
    background-color:#94c125;
    color:#fff
}

.dps-button.red {
    background-color:#e83f40;
    color:#fff
}

.dps-button.grey {
    background-color:#455a64;
    color:#fff
}

.dps-button.cyan {
    background-color:#009688;
    color:#fff
}

.dps-button.grey-2 {
    background-color:#507c85
}

.dps-button.bt-primary {
    background-color:#007bff;
    border-color:#007bff;
    color:#fff
}

.dps-button.bt-secondary {
    background-color:#545b62;
    border-color:#545b62;
    color:#fff
}

.dps-button.bt-success {
    background-color:#28a745;
    border-color:#28a745;
    color:#fff
}

.dps-button.bt-danger {
    background-color:#dc3545;
    border-color:#dc3545;
    color:#fff
}

.dps-button.bt-warning {
    background-color:#ffc107;
    border-color:#ffc107;
    color:#212529
}

.dps-button.bt-info {
    background-color:#17a2b8;
    border-color:#17a2b8;
    color:#fff
}

.dps-button-2 {
    display:inline-block;
    padding:5px 7px;
    border-radius:4px;
    border:none;
    background-color:#cfd8dc;
    color:#9699a2;
    font-size:14px;
    cursor:pointer;
    outline:none;
    user-select:none;
    position:relative;
    padding:12px 39px;
    border-radius:10px;
    font-size:18px;
    font-weight:400;
    box-shadow:rgba(0,0,0,.1) 0 -4px 0 0 inset
}

    .dps-button-2.green {
        background-color:#94c125;
        color:#fff
    }

    .dps-button-2.success {
        background-color:#94c125;
        color:#fff
    }

    .dps-button-2.red {
        background-color:#e83f40;
        color:#fff
    }

    .dps-button-2.grey {
        background-color:#455a64;
        color:#fff
    }

    .dps-button-2.grey-2 {
        background-color:#507c85;
        color:#fff
    }

.dps-button-file {
    display:flex
}

    .dps-button-file > input {
        display:none
    }

    .dps-button-file > label {
        display:flex;
        padding:5px 7px;
        border-radius:4px;
        border:none;
        background-color:#94c125;
        color:#fff;
        font-size:14px;
        cursor:pointer;
        outline:none;
        user-select:none;
        position:relative
    }

        .dps-button-file > label > i {
            font-size:22px
        }

        .dps-button-file > label > span {
            padding:3px
        }

.dps-button-container {
    display:flex
}

    .dps-button-container .dps-button {
        margin-right:14px
    }

.dps-textbox {
    width:100% !important;
    padding:7.5px 7.5px 7.5px 7.5px;
    border:solid 1px #d7d9dc;
    border-radius:4px;
    outline:none;
    color:#9699a2
}

    .dps-textbox.border-grey {
        border-color:#9da6ab
    }

    .dps-textbox.xs {
        padding:5px 7.5px
    }

.dps-textbox-2 {
    width:calc(100% - 26px);
    padding:13px;
    border:none;
    font-size:14px;
    border-radius:4px;
    outline:none;
    color:#9699a2
}

.dps-textbox-icon-wrapper {
    display:flex;
    flex-direction:column;
    flex-wrap:wrap;
    flex-grow:1;
    width:100%;
    position:relative
}

    .dps-textbox-icon-wrapper > input {
        width:100% !important;
        padding:7.5px 38px 7.5px 7.5px
    }

    .dps-textbox-icon-wrapper > i {
        display:flex;
        justify-content:center;
        align-items:center;
        width:32px;
        height:32px;
        position:absolute;
        right:0;
        top:0;
        font-size:22px;
        border-left:solid 1px #d7d9dc;
        color:#9699a2
    }

    .dps-textbox-icon-wrapper > .input-validation-error + i {
        background-color:#e83f40;
        color:#fff;
        border-left-color:#e83f40;
        border-top-right-radius:4px;
        border-bottom-right-radius:4px
    }

    .dps-textbox-icon-wrapper.left > input {
        padding:7.5px 7.5px 7.5px 36px
    }

    .dps-textbox-icon-wrapper.left > i {
        left:0;
        border-left:none;
        border-right:solid 1px #cfd8dc
    }

    .dps-textbox-icon-wrapper.left > .input-validation-error + i {
        background-color:#e83f40;
        color:#fff;
        border-right-color:#e83f40;
        border-top-right-radius:0;
        border-bottom-right-radius:0;
        border-top-left-radius:4px;
        border-bottom-left-radius:4px
    }

    .dps-textbox-icon-wrapper > .text-to-pass {
        display:flex;
        justify-content:center;
        align-items:center;
        width:35px;
        height:32px;
        position:absolute;
        right:0;
        top:0;
        cursor:pointer
    }

        .dps-textbox-icon-wrapper > .text-to-pass:before {
            content:"";
            font-family:"Line Awesome Free";
            font-weight:900;
            font-size:22px;
            color:#cfd8dc;
            transition:.1s
        }

    .dps-textbox-icon-wrapper.pass-icon > input {
        width:calc(100% - 75px);
        padding:7.5px 35px 7.5px 38px
    }

    .dps-textbox-icon-wrapper.watch > .text-to-pass:before {
        content:"";
        font-family:"Line Awesome Free";
        font-weight:900;
        font-size:22px;
        color:#455a64
    }

.dps-textbox-2-icon-wrapper {
    display:flex;
    flex-direction:column;
    flex-wrap:wrap;
    flex-grow:1;
    width:100%;
    position:relative
}

    .dps-textbox-2-icon-wrapper > input {
        width:calc(100% - 68px);
        padding:13px 55px 13px 13px
    }

    .dps-textbox-2-icon-wrapper > i {
        display:flex;
        justify-content:center;
        align-items:center;
        width:42px;
        height:42px;
        position:absolute;
        right:0;
        top:0;
        font-size:26px;
        border-left:solid 1px #cfd8dc;
        color:#cfd8dc
    }

    .dps-textbox-2-icon-wrapper.left > input {
        padding:13px 13px 13px 55px
    }

    .dps-textbox-2-icon-wrapper.left > select {
        padding: 13px 13px 13px 55px;
        border-radius:4px;
    }

    .dps-textbox-2-icon-wrapper.left > i {
        left:0;
        border-left:none;
        border-right:solid 1px #cfd8dc
    }

    .dps-textbox-2-icon-wrapper > .text-to-pass {
        display:flex;
        justify-content:center;
        align-items:center;
        width:45px;
        height:42px;
        position:absolute;
        right:0;
        top:0;
        cursor:pointer
    }

        .dps-textbox-2-icon-wrapper > .text-to-pass:before {
            content:"";
            font-family:"Line Awesome Free";
            font-weight:900;
            font-size:26px;
            color:#cfd8dc;
            transition:.1s
        }

    .dps-textbox-2-icon-wrapper.pass-icon > input {
        width:calc(100% - 100px);
        padding:13px 45px 13px 55px
    }

    .dps-textbox-2-icon-wrapper.watch > .text-to-pass:before {
        content:"";
        font-family:"Line Awesome Free";
        font-weight:900;
        font-size:26px;
        color:#455a64
    }

.dps-textbox::placeholder {
    color:#b6bbc7
}

.dps-textbox.readonly {
    border-color:transparent;
    width:calc(100% - 10px);
    padding-left:0
}

.dps-textbox-icon-merge {
    position:absolute;
    right:-30px;
    top:5px;
    font-size:22px;
    color:#788f9b;
    display:none
}

.dps-textbox-icon.on + .dps-textbox-icon-merge {
    display:block
}

.dps-time {
    width:calc(100% - 17px);
    padding:7.5px;
    border:solid 1px #d7d9dc;
    border-radius:4px;
    outline:none;
    color:#9699a2
}

    .dps-time.fix {
        width:34px
    }

    .dps-time::placeholder {
        color:#b6bbc7
    }

.dps-textarea {
    width:calc(100% - 18px);
    height:100px;
    padding:8px;
    border:solid 1px #d7d9dc;
    border-radius:4px;
    outline:none;
    color:#9699a2;
    resize:none;
    font-family:Roboto,Arial,sans-serif
}

    .dps-textarea::placeholder {
        color:#b6bbc7
    }

    .dps-textarea.xs {
        height:45px !important
    }

    .dps-textarea.s {
        height:80px !important
    }

.dps-dropdown {
    display:flex;
    width:100%;
    padding:7.5px 23px 7.5px 7px;
    background-color:#fff;
    border:solid 1px #d7d9dc;
    border-radius:4px;
    outline:none;
    color:#9699a2
}

    .dps-dropdown.border-grey {
        border-color:#9da6ab
    }

.dps-dropdown-icon-wrapper {
    display:flex;
    flex-grow:1;
    position:relative
}

    .dps-dropdown-icon-wrapper:before {
        content:"";
        font-family:"Line Awesome Free";
        font-weight:900;
        position:absolute;
        right:8px;
        top:8px;
        font-size:15px;
        pointer-events:none;
        -transition:all .32s;
        -webkit-transition:all .32s;
        -ms-transition:all .32s;
        -moz-transition:all .32s;
        -o-transition:all .32s
    }

    .dps-dropdown-icon-wrapper > select {
        -appearance:none;
        -webkit-appearance:none;
        -ms-appearance:none;
        -moz-appearance:none;
        -o-appearance:none
    }

        .dps-dropdown-icon-wrapper > select > option:first-child {
            color:#b6bbc7
        }

    .dps-dropdown-icon-wrapper.fullcalendar {
        width:110px
    }

        .dps-dropdown-icon-wrapper.fullcalendar > select {
            padding:6.5px 30px 6px 7px
        }

.dps-checkbox {
    display:flex;
    justify-content:flex-start;
    align-items:center;
    flex-wrap:wrap;
    min-height:18px
}

    .dps-checkbox.column {
        flex-direction:column
    }

    .dps-checkbox > input[type=checkbox] {
        display:none
    }

        .dps-checkbox > input[type=checkbox] + label {
            display:flex;
            align-items:center;
            position:relative;
            font-size:14px;
            cursor:pointer
        }

            .dps-checkbox > input[type=checkbox] + label:before {
                content:"";
                position:relative;
                display:flex;
                justify-content:center;
                align-items:center;
                width:16px;
                min-width:16px;
                height:16px;
                margin-right:5px;
                font-size:13px;
                background-color:#fff;
                border:solid 1px #979aa3;
                border-radius:2px;
                cursor:pointer
            }

        .dps-checkbox > input[type=checkbox]:checked + label:before {
            content:"";
            font-family:"Line Awesome Free";
            font-weight:900;
            background-color:#788f9b;
            color:#fff
        }

        .dps-checkbox > input[type=checkbox]:disabled + label {
            opacity:.45
        }

        .dps-checkbox > input[type=checkbox]:disabled.disabled-cursor + label, .dps-checkbox > input[type=checkbox]:disabled.disabled-cursor + label:before {
            cursor:not-allowed
        }

    .dps-checkbox.desc > input[type=checkbox] + label:before {
        background-color:#fff
    }

    .dps-checkbox.desc > input[type=checkbox]:checked + label:before {
        color:#455a64
    }

    .dps-checkbox.desc-2 > input[type=checkbox]:checked + label:before {
        background-color:#c4cfd6;
        color:#455a64
    }

    .dps-checkbox.desc-3 > input[type=checkbox] + label:before {
        background-color:#cfd8dc;
        color:#455a64
    }

    .dps-checkbox.desc-3 > input[type=checkbox]:checked + label:before {
        background-color:#aaa;
        border-color:#455a64;
        color:#fff
    }

    .dps-checkbox.desc-4 > input[type=checkbox] + label {
        color:#fff
    }

        .dps-checkbox.desc-4 > input[type=checkbox] + label:before {
            background:none;
            border-color:#fff
        }

.dps-checkbox-wrapper {
    display:flex;
    flex-direction:column;
    width:calc(100% - 22px);
    padding:10px;
    border:solid 1px #d7d9dc;
    border-radius:4px;
    background-color:#fff
}

    .dps-checkbox-wrapper.input {
        width:calc(100% - 16px);
        padding:4.5px 7px
    }

    .dps-checkbox-wrapper.half > ul {
        flex-direction:row;
        flex-wrap:wrap
    }

        .dps-checkbox-wrapper.half > ul > li {
            width:50%;
            margin-bottom:4px
        }

    .dps-checkbox-wrapper.quarter > ul {
        flex-direction:row;
        flex-wrap:wrap
    }

        .dps-checkbox-wrapper.quarter > ul > li {
            width:25%;
            margin-bottom:4px
        }

    .dps-checkbox-wrapper.bottomfix > ul > li {
        margin-bottom:0
    }

    .dps-checkbox-wrapper.sub {
        margin:7px 0
    }

        .dps-checkbox-wrapper.sub > ul {
            width:calc(100% - 28px);
            max-height:initial;
            overflow:hidden;
            padding:0;
            margin:6px 6px 0 22px;
            border:none
        }

    .dps-checkbox-wrapper > ul {
        display:flex;
        flex-direction:column;
        width:calc(100% - 10px);
        min-height:21px;
        max-height:220px;
        overflow-y:auto;
        padding-right:10px
    }

    .dps-checkbox-wrapper.s > ul {
        max-height:130px
    }

    .dps-checkbox-wrapper.xl > ul {
        max-height:420px
    }

    .dps-checkbox-wrapper.xxl > ul {
        max-height:600px
    }

    .dps-checkbox-wrapper > ul::-webkit-scrollbar {
        width:5px;
        height:5px;
        background-color:#fff;
        border-radius:20px
    }

    .dps-checkbox-wrapper > ul::-webkit-scrollbar-thumb {
        background-color:#d6dae4;
        border-radius:20px
    }

    .dps-checkbox-wrapper > ul li {
        display:flex;
        flex-direction:column;
        justify-content:center;
        margin-bottom:3px
    }

        .dps-checkbox-wrapper > ul li > span {
            color:#979aa3;
            margin-top:3px
        }

.dps-checkbox-switch {
    display:flex;
    align-items:center;
    min-height:32px;
    user-select:none
}

    .dps-checkbox-switch > input[type=checkbox] {
        display:none
    }

        .dps-checkbox-switch > input[type=checkbox] + label {
            width:42px;
            height:20px;
            border-radius:13px;
            text-align:center;
            position:relative;
            background-color:#788f9b;
            cursor:pointer
        }

            .dps-checkbox-switch > input[type=checkbox] + label:before {
                content:"";
                width:14px;
                height:14px;
                border-radius:50%;
                background-color:#fff;
                position:absolute;
                left:3px;
                top:3px;
                -transition:all .25s;
                -webkit-transition:all .25s;
                -ms-transition:all .25s;
                -moz-transition:all .25s;
                -o-transition:all .25s
            }

        .dps-checkbox-switch > input[type=checkbox]:checked + label {
            background-color:#94c125
        }

            .dps-checkbox-switch > input[type=checkbox]:checked + label:before {
                left:23px
            }

.dps-button-checkbox {
    display:flex
}

    .dps-button-checkbox > input[type=checkbox] {
        display:none
    }

        .dps-button-checkbox > input[type=checkbox] + label {
            display:flex;
            padding:7px 7px;
            font-size:18px;
            background-color:#c3cdd2;
            color:#455a66;
            border-radius:4px;
            cursor:pointer;
            opacity:.8
        }

            .dps-button-checkbox > input[type=checkbox] + label > span {
                display:inline-block;
                margin:0 2px
            }

            .dps-button-checkbox > input[type=checkbox] + label > i.checked {
                display:none
            }

        .dps-button-checkbox > input[type=checkbox]:checked + label {
            background-color:#455a64;
            color:#fff
        }

            .dps-button-checkbox > input[type=checkbox]:checked + label > i.first {
                display:none
            }

            .dps-button-checkbox > input[type=checkbox]:checked + label > i.checked {
                display:inline-block
            }

    .dps-button-checkbox.xs > input[type=checkbox] + label {
        padding:4.5px 8px;
        font-size:12px
    }

    .dps-button-checkbox.green > input[type=checkbox] + label {
        background-color:#94c125;
        color:#fff
    }

    .dps-button-checkbox.green > input[type=checkbox]:checked + label {
        background-color:#455a64;
        color:#fff
    }

.dps-radio {
    display:flex;
    justify-content:flex-start;
    flex-wrap:wrap;
    min-height:18px
}

    .dps-radio > input[type=radio] {
        display:none
    }

        .dps-radio > input[type=radio] + label {
            display:flex;
            justify-content:center;
            align-items:center;
            position:relative;
            padding-left:22px;
            font-size:14px;
            cursor:pointer
        }

            .dps-radio > input[type=radio] + label:before {
                content:"";
                position:absolute;
                left:0;
                top:0;
                display:flex;
                justify-content:center;
                align-items:center;
                width:16px;
                height:16px;
                font-size:14px;
                background-color:#fff;
                border:solid 1px #979aa3;
                border-radius:50%;
                cursor:pointer
            }

        .dps-radio > input[type=radio]:checked + label:after {
            content:"";
            position:absolute;
            left:4px;
            top:4px;
            width:10px;
            height:10px;
            border-radius:50%;
            background-color:#788f9b
        }

.dps-radio-wrapper {
    display:flex;
    width:calc(100% - 22px);
    padding:10px;
    border:solid 1px #edeff3;
    border-radius:4px;
    background-color:#fff;
    margin-bottom:10px
}

    .dps-radio-wrapper > ul {
        display:flex;
        flex-direction:column;
        max-height:220px;
        overflow-y:auto
    }

        .dps-radio-wrapper > ul::-webkit-scrollbar {
            width:7px;
            background-color:#fff;
            border-radius:20px
        }

        .dps-radio-wrapper > ul::-webkit-scrollbar-thumb {
            background-color:#d6dae4;
            border-radius:20px
        }

        .dps-radio-wrapper > ul > li {
            display:flex;
            margin-bottom:3px
        }

.dps-link {
    display:flex;
    font-size:15px;
    line-height:18px;
    cursor:pointer;
    text-decoration:none
}

    .dps-link.white {
        color:#fff
    }

.input-validation-error {
    border-color:#e83f40 !important;
    color:#e83f40 !important
}

    .input-validation-error::placeholder {
        color:#e83f40 !important
    }

    .input-validation-error + .dps-textbox-icon {
        background-color:#e83f40
    }

        .input-validation-error + .dps-textbox-icon > i {
            color:#fff
        }

.field-validation-error {
    display:flex;
    margin-top:3px;
    font-size:13px;
    color:#e83f40 !important
}

.dps-validation-summary {
    display:none
}

    .dps-validation-summary.on {
        display:flex
    }

    .dps-validation-summary p {
        display:flex;
        width:calc(100% - 30px);
        padding:15px;
        border-radius:5px;
        background-color:#f09004;
        color:#fff;
        margin-top:30px
    }

        .dps-validation-summary p > i {
            width:36px;
            height:36px;
            font-size:36px
        }

        .dps-validation-summary p > span {
            width:calc(100% - 50px);
            margin-left:14px;
            margin-top:8px;
            font-size:16px
        }

.dps-unauthorized-operation {
    display:flex;
    justify-content:center;
    align-items:center;
    position:fixed;
    top:137px;
    width:100%;
    height:calc(100% - 137px);
    margin-left:-70px;
    background:url(../../images/image-error-background.png);
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat
}

    .dps-unauthorized-operation > article {
        display:flex;
        flex-direction:column;
        align-items:center;
        color:#fff
    }

        .dps-unauthorized-operation > article > h1 {
            font-size:250px;
            color:#327c88
        }

        .dps-unauthorized-operation > article > p {
            font-size:19px;
            line-height:22px
        }

        .dps-unauthorized-operation > article > .dps-button {
            float:none;
            display:inline-block;
            margin:0 auto;
            margin-top:20px
        }

        .dps-unauthorized-operation > article > span {
            font-size:18px;
            color:#327c88;
            margin-top:10px
        }

.dps-not-found {
    display:flex;
    justify-content:center;
    align-items:center;
    position:fixed;
    top:137px;
    width:100%;
    height:calc(100% - 137px);
    margin-left:-70px;
    background:url(../../images/image-error-background.png);
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat
}

    .dps-not-found > article {
        display:flex;
        flex-direction:column;
        align-items:center;
        color:#fff
    }

        .dps-not-found > article > h1 {
            font-size:120px;
            color:#327c88
        }

        .dps-not-found > article > p {
            font-size:19px;
            line-height:22px
        }

        .dps-not-found > article > .dps-button {
            float:none;
            display:inline-block;
            margin:0 auto;
            margin-top:20px
        }

        .dps-not-found > article > span {
            font-size:18px;
            color:#327c88;
            margin-top:10px
        }

.dps-table {
    display:grid;
    overflow-x:auto;
    width:100%;
    font-size:13px;
    color:#575961
}

    .dps-table .row {
        display:flex;
        background-color:#f4f6f7;
        border-bottom:solid 1px #cfd8dc
    }

        .dps-table .row.border {
            border-bottom:solid 1px #cfd8dc
        }

        .dps-table .row:nth-child(odd) {
            background-color:#fcfcfc
        }

    .dps-table .row-group {
        display:flex;
        flex-direction:column;
        background-color:#f4f6f7
    }

        .dps-table .row-group:nth-child(odd) {
            background-color:#fcfcfc
        }

        .dps-table .row-group > .row {
            background:none !important;
            border-bottom:solid 1px #efe4e4
        }

        .dps-table .row-group.odd > .row {
            border-bottom-color:#cfd8dc
        }

        .dps-table .row-group > .row.group {
            background-color:#faebd7 !important
        }

            .dps-table .row-group > .row.group b {
                font-weight:bold
            }

        .dps-table .row-group > .input {
            width:100px;
            padding:15px
        }

    .dps-table .passive div {
        opacity:.45
    }

    .dps-table .deleted {
        display:none !important
    }

    .dps-table .row.header {
        background-color:#f4f6f7;
        font-weight:bold
    }

        .dps-table .row.header > div {
            padding:6px 9px;
            cursor:pointer
        }

            .dps-table .row.header > div.sorting {
                cursor:pointer;
                user-select:none
            }

                .dps-table .row.header > div.sorting:before {
                    font-family:"Line Awesome Free";
                    font-weight:900;
                    font-size:16px;
                    position:absolute;
                    right:-3px;
                    top:13px
                }

                .dps-table .row.header > div.sorting.asc:before {
                    content:""
                }

                .dps-table .row.header > div.sorting.desc:before {
                    content:""
                }

            .dps-table .row.header > div.detail-button:before {
                content:""
            }

            .dps-table .row.header > div.fl-merge div {
                flex:1;
                padding:13px 9px;
                position:relative;
                overflow:hidden
            }

        .dps-table .row.header > [class^=icons] {
            padding:13px 10px
        }

    .dps-table .row-content > .row > div.icons {
        padding:2px 10px
    }

    .dps-table .row-content {
        display:flex;
        flex-direction:column
    }

        .dps-table .row-content.hide {
            display:none
        }

        .dps-table .row-content.fixed {
            width:calc(100% + 7px);
            padding-right:7px;
            max-height:200px;
            overflow-y:scroll
        }

            .dps-table .row-content.fixed.fxl {
                max-height:300px
            }

    .dps-table .row .detail-button-head {
        flex:0 10px;
        position:relative;
        cursor:pointer;
        min-width:30px
    }

        .dps-table .row .detail-button-head.show:before {
            content:"";
            font-family:"Line Awesome Free";
            font-weight:900;
            font-size:16px;
            position:absolute;
            left:7px;
            top:13px;
            transition:ease-in .15s
        }

        .dps-table .row .detail-button-head.on:before, .dps-table .row.on .detail-button-head:before {
            transform:rotate(90deg)
        }

    .dps-table .row.on > div.detail-button:before {
        transform:rotate(90deg)
    }

    .dps-table .row-button {
        display:flex;
        justify-content:center;
        align-items:center;
        text-align:center
    }

        .dps-table .row-button .dps-button {
            margin:10px 0;
        }

    .dps-table .row .fl-0 {
        flex:0 4.16% !important
    }

    .dps-table .row .fl-0-5 {
        flex:0 6.24% !important
    }

    .dps-table .row .fl-1 {
        flex:0 8.33333% !important
    }

    .dps-table .row .fl-1-5 {
        flex:0 12.49% !important
    }

    .dps-table .row .fl-2 {
        flex:0 16.66667% !important
    }

    .dps-table .row .fl-3 {
        flex:0 25% !important
    }

    .dps-table .row .fl-4 {
        flex:0 33.33333% !important
    }

    .dps-table .row .fl-5 {
        flex:0 41.66667% !important
    }

    .dps-table .row .fl-6 {
        flex:0 50% !important
    }

    .dps-table .row .fl-6-5 {
        flex:0 54.166% !important
    }

    .dps-table .row .fl-7 {
        flex:0 58.33333% !important
    }

    .dps-table .row .fl-8 {
        flex:0 66.66667% !important
    }

    .dps-table .row .fl-9 {
        flex:0 75% !important
    }

    .dps-table .row .fl-10 {
        flex:0 83.33333% !important
    }

    .dps-table .row .fl-11 {
        flex:0 91.66667% !important
    }

    .dps-table .row .fl-12 {
        flex:0 100% !important
    }

    .dps-table .row > div {
        flex:1;
        padding:6px 9px;
        position:relative;
        overflow:hidden;
        font-size:13px;
        line-height:15px;
        min-width:80px
    }

        .dps-table .row > div .dps-button {
            margin-left:5px;
            margin-bottom:5px
        }

        .dps-table .row > div .date-format-style {
            display:flex;
            width:60px;
            height:25px;
            position:relative;
            letter-spacing:-.4px
        }

            .dps-table .row > div .date-format-style > small {
                font-size:12px;
                position:absolute;
                left:0;
                top:14px
            }

        .dps-table .row > div .unit-list-link {
            display:flex;
            flex-direction:column;
            color:#575961
        }

            .dps-table .row > div .unit-list-link > small {
                font-size:12px
            }

        .dps-table .row > div b {
            font-weight:bold
        }

        .dps-table .row > div.no-hidden {
            overflow:inherit
        }

        .dps-table .row > div.no {
            flex:0 17px;
            min-width:30px
        }

        .dps-table .row > div.icon {
            flex:0 17px
        }

            .dps-table .row > div.icon.inputbetween {
                padding:8px 2px 8px 2px
            }

                .dps-table .row > div.icon.inputbetween a {
                    cursor:pointer
                }

                .dps-table .row > div.icon.inputbetween i {
                    top:3.5px;
                    left:-2px
                }

                .dps-table .row > div.icon.inputbetween .passive {
                    opacity:.42
                }

            .dps-table .row > div.icon i {
                font-size:23px;
                position:relative;
                top:-2px
            }

        .dps-table .row > div.icon-img {
            flex:0 25px;
            position:relative
        }

            .dps-table .row > div.icon-img img {
                width:28px;
                position:absolute;
                top:6px
            }

        .dps-table .row > div.icon-img-svg {
            flex:0 28px;
            position:relative
        }

            .dps-table .row > div.icon-img-svg > img {
                width:33px;
                position:absolute;
                top:2px
            }

            .dps-table .row > div.icon-img-svg > a > img {
                width:33px;
                position:absolute;
                top:2px
            }

        .dps-table .row > div.detail-button {
            flex:0 10px;
            position:relative;
            cursor:pointer;
            min-width:30px
        }

            .dps-table .row > div.detail-button:before {
                content:"";
                font-family:"Line Awesome Free";
                font-weight:900;
                font-size:16px;
                position:absolute;
                left:7px;
                top:6px;
                transition:ease-in .15s
            }

            .dps-table .row > div.detail-button.on:before {
                transform:rotate(90deg)
            }

        .dps-table .row > div.pid {
            flex:0 70px
        }

        .dps-table .row > div.name {
            flex:0 150px;
            min-width:150px
        }

        .dps-table .row > div.gasarea {
            flex:0 60px
        }

        .dps-table .row > div.pid {
            flex:0 70px
        }

        .dps-table .row > div.midsize {
            flex:0 100px
        }

        .dps-table .row > div.btn-1 {
            flex:0 50px
        }

        .dps-table .row > div.btn-1-5 {
            flex:0 80px
        }

        .dps-table .row > div.btn-2 {
            flex:0 120px
        }

        .dps-table .row > div.btn-2-5 {
            flex:0 135px
        }

        .dps-table .row > div.btn-3 {
            flex:0 170px
        }

        .dps-table .row > div.btn-4 {
            flex:0 225px
        }

        .dps-table .row > div.btn-wrap {
            display:flex;
            flex-wrap:wrap;
            flex:0 65px
        }

        .dps-table .row > div.icons-1 {
            flex:0 50px
        }

        .dps-table .row > div.icons-3 {
            flex:0 100px
        }

        .dps-table .row > div.icons-5 {
            flex:0 185px
        }

        .dps-table .row > div.nopad {
            padding:2px 10px
        }

        .dps-table .row > div.date {
            flex:0 72px
        }

        .dps-table .row > div small {
            font-size:13px
        }

        .dps-table .row > div > ul {
            display:flex
        }

            .dps-table .row > div > ul.column {
                flex-direction:column
            }

            .dps-table .row > div > ul > li {
                display:flex
            }

            .dps-table .row > div > ul.log {
                display:flex;
                flex-direction:column
            }

                .dps-table .row > div > ul.log > li {
                    padding-left:15px;
                    margin-bottom:5px;
                    position:relative;
                    font-size:12px;
                    line-height:13px
                }

                    .dps-table .row > div > ul.log > li:before {
                        content:"";
                        position:absolute;
                        left:0;
                        top:2px;
                        width:8px;
                        height:8px;
                        background-color:#c7c7d2;
                        border-radius:50%
                    }

                    .dps-table .row > div > ul.log > li:after {
                        content:"";
                        position:absolute;
                        left:3px;
                        top:2px;
                        width:2px;
                        height:calc(100% + 10px);
                        background-color:#c7c7d2
                    }

                    .dps-table .row > div > ul.log > li:last-child:after {
                        opacity:0
                    }

        .dps-table .row > div.fl-merge {
            padding:0 !important;
            display:flex !important
        }

            .dps-table .row > div.fl-merge > ul {
                display:flex;
                flex-direction:column;
                flex-grow:1;
                border-left:solid 1px #cfd8dc;
                border-right:solid 1px #cfd8dc
            }

                .dps-table .row > div.fl-merge > ul.border-right-none {
                    border-right:none
                }

                .dps-table .row > div.fl-merge > ul > li {
                    display:flex;
                    height:100%;
                    border-bottom:solid 1px #cfd8dc
                }

                    .dps-table .row > div.fl-merge > ul > li:last-child {
                        border-bottom:none !important
                    }

                    .dps-table .row > div.fl-merge > ul > li > div {
                        border-right:solid 1px #cfd8dc
                    }

                        .dps-table .row > div.fl-merge > ul > li > div:last-child {
                            border-right:none
                        }

            .dps-table .row > div.fl-merge div {
                display:flex;
                flex-direction:column;
                flex:1;
                padding:7px 9px;
                position:relative;
                overflow:hidden
            }

                .dps-table .row > div.fl-merge div.border-right {
                    border-right:solid 1px #cfd8dc
                }

        .dps-table .row > div.word-break {
            word-break:break-all
        }

    .dps-table .row > [class^=btn] {
        align-self:baseline;
        display:flex;
        align-items:baseline
    }

    .dps-table .row > [class^=icons] {
        flex:0 185px;
        min-width:185px;
        align-items:baseline;
        padding:2px 10px
    }

    .dps-table .row.fw-bold {
        font-weight:600;
        letter-spacing:-.3px
    }

    .dps-table .row.color-green {
        color:#6c920f
    }

    .dps-table .row.color-green-4 {
        color:#28af16
    }

    .dps-table .row.color-brown {
        color:#993838
    }

    .dps-table .row.color-black {
        color:#000
    }

    .dps-table .row.color-blue {
        color:#2273b0
    }

    .dps-table .row.color-blue-5 {
        color:#0f89e6
    }

    .dps-table .row.color-red {
        color:#f00
    }

    .dps-table .row.color-red-dark {
        color:#f00
    }

    .dps-table .row.color-purple {
        color:#783894
    }

    .dps-table .row-detail {
        display:flex;
        flex-direction:column;
        width:calc(100% - 30px);
        padding:15px;
        background-color:#eceff1
    }

        .dps-table .row-detail.off {
            display:none
        }

        .dps-table .row-detail .content {
            display:flex;
            width:calc(100% - 30px);
            padding:15px;
            background-color:#fff;
            box-shadow:0 3px 6px 0 rgba(0,0,0,.12)
        }

            .dps-table .row-detail .content section.detail {
                display:flex;
                width:20%
            }

                .dps-table .row-detail .content section.detail > ul {
                    display:flex;
                    flex-direction:column;
                    width:100%;
                    height:100%
                }

                    .dps-table .row-detail .content section.detail > ul > li {
                        display:flex;
                        border-bottom:solid 1px #eceff1
                    }

                        .dps-table .row-detail .content section.detail > ul > li:last-child {
                            border-bottom:none
                        }

                        .dps-table .row-detail .content section.detail > ul > li > b {
                            width:calc(50% - 20px);
                            min-height:1px;
                            padding:10px
                        }

                        .dps-table .row-detail .content section.detail > ul > li > span {
                            width:calc(50% - 20px);
                            padding:10px
                        }

                        .dps-table .row-detail .content section.detail > ul > li > div.buttons {
                            display:flex;
                            margin-top:15px;
                            gap:10px
                        }

                .dps-table .row-detail .content section.detail input[type=text] {
                    width:calc(100% - 8px);
                    padding:6px 8px;
                    border-radius:4px;
                    border:solid 1px #cfd8dc;
                    background-color:#f7f7f7;
                    position:relative
                }

                .dps-table .row-detail .content section.detail button {
                    float:right;
                    padding:8px 15px;
                    margin-left:7px;
                    margin-bottom:7px;
                    border-radius:4px;
                    border:none;
                    background-color:#9cadb5;
                    color:#fff;
                    cursor:pointer;
                    outline:none
                }

                    .dps-table .row-detail .content section.detail button.success {
                        background-color:#94c125;
                        color:#fff
                    }

            .dps-table .row-detail .content section.unit-device {
                display:flex;
                width:calc(80% - 52px);
                margin-left:25px;
                padding-left:25px;
                border-left:solid 1px #eceff1
            }

                .dps-table .row-detail .content section.unit-device.expand {
                    width:100% !important;
                    margin-left:0 !important;
                    padding-left:0 !important;
                    border-left:0
                }

                .dps-table .row-detail .content section.unit-device li {
                    padding-bottom:0 !important
                }

        .dps-table .row-detail .table-data-any-message {
            border-bottom:solid 1px #cfd8dc
        }

    .dps-table .row-detail-button {
        position:relative
    }

        .dps-table .row-detail-button:before {
            content:"";
            font-family:"Line Awesome Free";
            font-weight:900;
            font-size:18px;
            position:absolute;
            left:50%;
            top:50%;
            margin-left:-9px;
            margin-top:-9px;
            transition:ease-in .15s
        }

    .dps-table .table-data-any-message {
        display:flex;
        width:calc(100% - 30px);
        padding:15px !important
    }

        .dps-table .table-data-any-message > i {
            font-size:20px;
            margin-right:4px
        }

        .dps-table .table-data-any-message > span {
            font-weight:bold;
            margin-right:5px;
            font-size:14px;
            margin-top:1.5px
        }

        .dps-table .table-data-any-message > p {
            font-size:14px;
            margin-top:1.5px
        }

.dps-table-action-buttons {
    display:flex;
    justify-content:flex-end;
    margin-bottom:10px
}

    .dps-table-action-buttons > .dps-button {
        margin-left:7px
    }

.dps-table-action-buttons-tabfix {
    display:flex;
    position:absolute;
    right:17px;
    top:8.5px
}

.dps-table.no-filling .row {
    background:none !important;
    border-bottom:solid 1px #edeff3
}

.dps-table.no-border .row {
    background:none !important;
    border:none !important
}

.dps-table .unit-buttons {
    display:flex;
    width:calc(7.14% - 10px);
    padding:5px
}

    .dps-table .unit-buttons > a {
        cursor:pointer
    }

        .dps-table .unit-buttons > a > img {
            width:28px
        }

.unit-device {
    display:flex;
    flex-direction:column
}

    .unit-device > li {
        display:flex;
        border-top:solid 1px #c4cfd6;
        padding-bottom:0
    }

        .unit-device > li:nth-child(odd) {
            background-color:#f4f6f7
        }

        .unit-device > li:first-child {
            font-weight:bold;
            border-top:none
        }

        .unit-device > li > div {
            width:calc(33% - 14px);
            padding:7px;
            overflow:hidden
        }

            .unit-device > li > div.device-list {
                width:42.84%;
                padding:0
            }

                .unit-device > li > div.device-list > ul {
                    display:flex;
                    flex-direction:column;
                    border-left:solid 1px #cfd8dc
                }

                    .unit-device > li > div.device-list > ul > li {
                        display:flex;
                        border-top:solid 1px #cfd8dc
                    }

                        .unit-device > li > div.device-list > ul > li:first-child {
                            border-top:none
                        }

                        .unit-device > li > div.device-list > ul > li > div {
                            width:calc(16.6% - 20px);
                            padding:4px 10px
                        }

            .unit-device > li > div .red {
                color:#e83f40
            }

    .unit-device.expand li div {
        flex:1;
        width:auto
    }

.dps-login-bg {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 100%;
    overflow: hidden;
    background-color: #455A64;
}

.dps-login-field {
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    width:430px;
    height:auto;
    margin:0 auto;
    margin-top:7.5%;
    position:relative;
    border-radius:6px;
    overflow:hidden
}

    .dps-login-field .header {
        display:flex;
        width:calc(100% - 35px);
        padding:15px
    }

        .dps-login-field .header figure {
            display:flex;
            justify-content:center;
            align-items:center;
            flex-grow:1;
            height:97px;
            padding:0;
            margin:0
        }

            .dps-login-field .header figure img {
                width:200px
            }

    .dps-login-field .content {
        display:flex;
        flex-direction:column;
        width:calc(100% - 30px);
        padding:15px
    }

        .dps-login-field .content > ul {
            display:flex;
            flex-direction:column
        }

            .dps-login-field .content > ul > li {
                display:flex
            }

                .dps-login-field .content > ul > li.off {
                    display:none !important
                }

    .dps-login-field form .field-validation-error {
        display:flex;
        color:#f8ea19 !important;
        margin-top:7px;
        font-size:15px;
        line-height:16px
    }

    .dps-login-field form ul.role-card {
        display:flex;
        justify-content:center;
        align-items:center;
        width:calc(100% + 10px);
        margin-left:-5px;
        margin-top:-5px;
        position:relative
    }

        .dps-login-field form ul.role-card > li {
            display:flex;
            flex-direction:column;
            width:calc(33.33% - 10px);
            margin:5px;
            border-radius:5px
        }

            .dps-login-field form ul.role-card > li > input[type=radio] {
                position:absolute;
                opacity:0
            }

                .dps-login-field form ul.role-card > li > input[type=radio] + label {
                    display:flex;
                    flex-direction:column;
                    width:calc(100% - 22px);
                    height:77px;
                    padding:10px;
                    text-align:center;
                    border:solid 1px #fff;
                    border-radius:5px;
                    background-color:#fff;
                    color:#507c85;
                    cursor:pointer;
                    transition:all .2s;
                    user-select:none
                }

                .dps-login-field form ul.role-card > li > input[type=radio]:checked + label {
                    background-color:#507c85;
                    color:#fff
                }

                .dps-login-field form ul.role-card > li > input[type=radio] + label > i {
                    font-size:40px
                }

.dps-reset-password {
    display:flex;
    justify-content:center;
    min-height:100%;
    overflow:hidden;
    background:url(../../images/login-bg-diposIV.png);
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    background-attachment:fixed
}

    .dps-reset-password .scope {
        display:flex;
        flex-direction:column;
        align-self:baseline;
        width:480px;
        height:auto;
        margin:0 auto;
        margin-top:7.5%;
        position:relative;
        box-shadow:0 3px 6px 0 rgba(0,0,0,.16);
        border-radius:6px;
        overflow:hidden
    }

        .dps-reset-password .scope > figure {
            display:flex;
            justify-content:center;
            align-items:center;
            height:120px;
            background-color:#455a64;
            text-align:center
        }

            .dps-reset-password .scope > figure > img {
                width:109px
            }

        .dps-reset-password .scope > .content {
            display:flex;
            flex-direction:column;
            justify-content:center;
            align-items:center;
            width:calc(100% - 60px);
            height:auto;
            padding:30px;
            background-color:#fff
        }

            .dps-reset-password .scope > .content h1 {
                color:#455a64;
                font-size:20px;
                line-height:24px;
                margin-bottom:20px
            }

            .dps-reset-password .scope > .content > .invalid {
                display:flex;
                flex-direction:column;
                justify-content:center;
                align-items:center;
                color:#e83f40
            }

                .dps-reset-password .scope > .content > .invalid > i {
                    font-size:48px
                }

                .dps-reset-password .scope > .content > .invalid > p {
                    font-size:16px
                }

    .dps-reset-password .mobile-app-register {
        display:none;
        flex-direction:column;
        justify-content:center
    }

        .dps-reset-password .mobile-app-register.on {
            display:flex
        }

        .dps-reset-password .mobile-app-register p {
            text-align:center;
            margin-bottom:17px
        }

.dps-empty-content {
    display:flex;
    width:calc(100% - 30px);
    padding:15px;
    border-radius:5px;
    background-color:#f7c67e;
    margin-bottom:10px;
    margin-top:10px
}

    .dps-empty-content.mg-top-0 {
        margin-top:0
    }

    .dps-empty-content.mg-bottom-0 {
        margin-bottom:0
    }

    .dps-empty-content.grey {
        background-color:#f7f7f7
    }

    .dps-empty-content.grey-2 {
        background-color:#e5cfcf
    }

    .dps-empty-content > i {
        width:auto;
        font-size:24px;
        margin-right:4px
    }

    .dps-empty-content > span {
        width:auto;
        font-weight:bold;
        margin-right:5px;
        font-size:15px;
        margin-top:4px
    }

    .dps-empty-content > p {
        width:auto;
        font-size:15px;
        margin-top:4px
    }

.dps-scroll-to-top, .dps-scroll-to-top:active {
    display:none;
    justify-content:center;
    align-items:center;
    width:35px;
    height:35px;
    border-radius:6px;
    background-color:#788f9b;
    color:#fff;
    position:fixed;
    z-index:99;
    right:15px;
    bottom:95px;
    font-size:22px;
    cursor:pointer
}

    .dps-scroll-to-top.active {
        display:flex
    }

.dps-wrapper {
    width:calc(100% - 140px);
    margin:0 70px;
    position:relative
}

.dps-content {
    display:flex;
    flex-direction:column;
    background-color:#eceff1
}

    .dps-content .content-inner {
        display:flex;
        flex-direction:column;
        padding:25px 0 25px 0
    }

    .dps-content .dps-renderbody {
        display:block;
        padding:25px 0 25px 0
    }

.dps-inner-content {
    display:flex;
    flex-direction:column;
    margin-top:15px
}

.dps-header {
    display:flex;
    flex-direction:column;
    position:relative
}

    .dps-header:before {
        content:"";
        width:100%;
        height:1px;
        position:absolute;
        bottom:0;
        box-shadow:0 1px 15px 1px rgba(113,106,202,.6)
    }

    .dps-header .dps-header-top {
        display:flex;
        flex-direction:column;
        background-color:#37474f
    }

        .dps-header .dps-header-top section {
            display:flex;
            flex-grow:1;
            align-items:center;
            justify-content:space-between;
            height:77px
        }

            .dps-header .dps-header-top section .logo {
                width:185px
            }

                .dps-header .dps-header-top section .logo > a {
                    display:flex
                }

                    .dps-header .dps-header-top section .logo > a > img {
                        display:block;
                        width:100%
                    }

            .dps-header .dps-header-top section .top-content {
                display:flex;
                align-items:center;
                justify-content:space-between
            }

                .dps-header .dps-header-top section .top-content .user-info {
                    display:block;
                    max-width:220px;
                    max-height:48px;
                    color:#788f9b;
                    font-size:14px;
                    position:relative;
                    text-align:right
                }

                    .dps-header .dps-header-top section .top-content .user-info > a {
                        display:flex;
                        flex-direction:column;
                        cursor:pointer;
                        color:#fff;
                        user-select:none;
                        text-align:right;
                        overflow:hidden
                    }

                        .dps-header .dps-header-top section .top-content .user-info > a > p > span {
                            color:#788f9b
                        }

                    .dps-header .dps-header-top section .top-content .user-info > .detail {
                        display:none;
                        flex-direction:column;
                        min-width:200px;
                        max-width:320px;
                        height:auto;
                        text-align:center;
                        padding:20px;
                        border-radius:5px;
                        background-color:#f8f9fa;
                        box-shadow:0 1px 15px 1px rgba(0,0,0,.25);
                        position:absolute;
                        z-index:999;
                        right:0;
                        top:42px
                    }

                        .dps-header .dps-header-top section .top-content .user-info > .detail.on {
                            display:flex
                        }

                        .dps-header .dps-header-top section .top-content .user-info > .detail > figure {
                            width:90px;
                            height:90px;
                            display:inline-block;
                            margin:0 auto;
                            border-radius:10px;
                            overflow:hidden
                        }

                            .dps-header .dps-header-top section .top-content .user-info > .detail > figure > img {
                                width:100%
                            }

                        .dps-header .dps-header-top section .top-content .user-info > .detail > p {
                            margin-bottom:3px
                        }

                        .dps-header .dps-header-top section .top-content .user-info > .detail > ul {
                            display:flex;
                            flex-direction:column;
                            text-align:start !important;
                        }

                            .dps-header .dps-header-top section .top-content .user-info > .detail > ul > li {
                                margin-bottom:2px
                            }

                                .dps-header .dps-header-top section .top-content .user-info > .detail > ul > li > a {
                                    display:flex;
                                    justify-content:center;
                                    align-items:center;
                                    width:calc(100% - 8px);
                                    height:auto;
                                    padding:4px;
                                    border-radius:5px;
                                    background-color:#e6e6e9;
                                    color:#788f9b
                                }

                                    .dps-header .dps-header-top section .top-content .user-info > .detail > ul > li > a:hover {
                                        background-color:#dbdbdf
                                    }

                                    .dps-header .dps-header-top section .top-content .user-info > .detail > ul > li > a.active {
                                        background-color:#c7c7d2;
                                        color:#4d5572
                                    }

                .dps-header .dps-header-top section .top-content .global-search-field {
                    display:flex;
                    padding:11px 0;
                    margin-right:20px
                }

                    .dps-header .dps-header-top section .top-content .global-search-field > form {
                        display:flex;
                        border-radius:5px;
                        overflow:hidden
                    }

                        .dps-header .dps-header-top section .top-content .global-search-field > form > fieldset {
                            display:flex;
                            width:110px;
                            position:relative
                        }

                            .dps-header .dps-header-top section .top-content .global-search-field > form > fieldset.icon-date:before {
                                content:"";
                                font-family:"Line Awesome Free";
                                font-weight:900;
                                position:absolute;
                                right:8px;
                                top:6px;
                                font-size:23px;
                                color:#788f9b
                            }

                            .dps-header .dps-header-top section .top-content .global-search-field > form > fieldset.icon-dropdown:before {
                                content:"";
                                font-family:"Line Awesome Free";
                                font-weight:900;
                                position:absolute;
                                right:10px;
                                top:8px;
                                font-size:17px;
                                color:#788f9b;
                                pointer-events:none
                            }

                            .dps-header .dps-header-top section .top-content .global-search-field > form > fieldset.auto {
                                width:auto !important
                            }

                            .dps-header .dps-header-top section .top-content .global-search-field > form > fieldset.search {
                                width:140px !important
                            }

                            .dps-header .dps-header-top section .top-content .global-search-field > form > fieldset > input {
                                width:calc(100% - 22px);
                                padding:10px 10px 10px 10px;
                                border:none;
                                background-color:#455a64;
                                font-size:13px;
                                color:#788f9b
                            }

                                .dps-header .dps-header-top section .top-content .global-search-field > form > fieldset > input::placeholder {
                                    color:#788f9b
                                }

                                .dps-header .dps-header-top section .top-content .global-search-field > form > fieldset > input:focus {
                                    color:#fff
                                }

                            .dps-header .dps-header-top section .top-content .global-search-field > form > fieldset > select {
                                width:calc(100% - 2px);
                                padding:10px 30px 10px 10px;
                                border:none;
                                background-color:#455a64;
                                font-size:13px;
                                color:#788f9b;
                                outline:none;
                                -webkit-appearance:none
                            }

                            .dps-header .dps-header-top section .top-content .global-search-field > form > fieldset > a {
                                width:35px;
                                height:35px;
                                line-height:37px;
                                text-align:center;
                                border:none;
                                font-size:18px;
                                background-color:#455a64;
                                color:#788f9b;
                                cursor:pointer
                            }

                .dps-header .dps-header-top section .top-content .user-deploy-time {
                    display:flex;
                    padding:7px;
                    background-color:#37474f;
                    color:#788f9b;
                    position:absolute;
                    top:92px;
                    right:0;
                    z-index:9
                }

    .dps-header .dps-header-bottom {
        display:flex;
        background-color:#455a64
    }

        .dps-header .dps-header-bottom section {
            display:flex;
            justify-content:space-between;
            align-items:center;
        }

            .dps-header .dps-header-bottom section .filter-user {
                display:flex;
                justify-content:center;
                align-items:center;
                width:300px;
                position:relative
            }

                .dps-header .dps-header-bottom section .filter-user > select {
                    width:100%;
                    height:auto;
                    padding:10px 33px 10px 15px;
                    border:none;
                    border-radius:4px;
                    background-color:#37474f;
                    font-size:13px;
                    color:#fff;
                    outline:none;
                    -webkit-appearance:none
                }

                    .dps-header .dps-header-bottom section .filter-user > select::placeholder {
                        color:#788f9b
                    }

                    .dps-header .dps-header-bottom section .filter-user > select:-ms-input-placeholder {
                        color:#788f9b
                    }

                    .dps-header .dps-header-bottom section .filter-user > select::-ms-input-placeholder {
                        color:#788f9b
                    }

                    .dps-header .dps-header-bottom section .filter-user > select + label:before {
                        content:"";
                        font-family:"Line Awesome Free";
                        font-weight:900;
                        font-size:15px;
                        color:#788f9b;
                        position:absolute;
                        right:10px;
                        top:10px;
                        pointer-events:none
                    }

                    .dps-header .dps-header-bottom section .filter-user > select > option.child {
                        color:#bcbcbc
                    }

            .dps-header .dps-header-bottom section ul.menu {
                display:flex;
                flex-grow:1;
                margin-left:40px
            }

                .dps-header .dps-header-bottom section ul.menu > li {
                    display:flex;
                    position:relative
                }

                    .dps-header .dps-header-bottom section ul.menu > li > a {
                        font-size:14px;
                        letter-spacing:-.2px;
                        padding:22px 10px;
                        color:#788f9b;
                        cursor:pointer;
                        position:relative
                    }

                        .dps-header .dps-header-bottom section ul.menu > li > a:hover {
                            color:#fff
                        }

                        .dps-header .dps-header-bottom section ul.menu > li > a.active {
                            color:#fff
                        }

                        .dps-header .dps-header-bottom section ul.menu > li > a.on {
                            color:#fff
                        }

                        .dps-header .dps-header-bottom section ul.menu > li > a.active:after {
                            content:"";
                            width:0;
                            height:0;
                            border-left:18px solid transparent;
                            border-right:18px solid transparent;
                            border-top:10px solid #455a64;
                            position:absolute;
                            bottom:-9px;
                            left:50%;
                            margin-left:-20px;
                            opacity:0
                        }

                        .dps-header .dps-header-bottom section ul.menu > li > a.submenuitem {
                            padding-right:25px
                        }

                            .dps-header .dps-header-bottom section ul.menu > li > a.submenuitem:hover {
                                color:#fff !important
                            }

                            .dps-header .dps-header-bottom section ul.menu > li > a.submenuitem:before {
                                content:"";
                                font-family:"Line Awesome Free";
                                font-weight:900;
                                font-size:13px;
                                position:absolute;
                                right:8px;
                                top:24px;
                                pointer-events:all
                            }

                            .dps-header .dps-header-bottom section ul.menu > li > a.submenuitem.on:before {
                                transform:rotate(180deg)
                            }

                            .dps-header .dps-header-bottom section ul.menu > li > a.submenuitem.active {
                                color:#fff
                            }

                            .dps-header .dps-header-bottom section ul.menu > li > a.submenuitem.on + ul.submenu {
                                display:flex
                            }

                    .dps-header .dps-header-bottom section ul.menu > li ul.submenu {
                        display:none;
                        flex-direction:column;
                        width:170px;
                        padding:20px;
                        position:absolute;
                        top:65px;
                        left:9px;
                        z-index:99;
                        background-color:#455a64;
                        color:#fff;
                        box-shadow:1px 0 11px 3px rgba(0,0,0,.25)
                    }

                        .dps-header .dps-header-bottom section ul.menu > li ul.submenu > li {
                            display:flex;
                            margin:3px 0
                        }

                            .dps-header .dps-header-bottom section ul.menu > li ul.submenu > li > a {
                                display:flex;
                                color:#788f9b;
                                cursor:pointer;
                                font-size:14px
                            }

                                .dps-header .dps-header-bottom section ul.menu > li ul.submenu > li > a:hover {
                                    color:#fff
                                }

                                .dps-header .dps-header-bottom section ul.menu > li ul.submenu > li > a.active {
                                    color:#fff
                                }

.dps-tab-page-header {
    display:flex;
    justify-content:space-between;
    align-items:start;
    min-height:28px;
    margin-bottom:5px
}

    .dps-tab-page-header.column {
        flex-direction:column;
        align-items:flex-start
    }

        .dps-tab-page-header.column > .dps-filter {
            width:100%
        }

            .dps-tab-page-header.column > .dps-filter > form {
                justify-content:flex-start;
                margin-left:-3px;
                margin-top:3px
            }

    .dps-tab-page-header .dps-breadcrumbs {
        display:flex;
        color:#455a64
    }

        .dps-tab-page-header .dps-breadcrumbs span {
            font-size:20px;
            position:relative;
            font-weight:bold;
            margin-right:35px
        }

            .dps-tab-page-header .dps-breadcrumbs span:before {
                content:"";
                width:1px;
                height:100%;
                position:absolute;
                right:-20px;
                top:0;
                background-color:#455a64
            }

        .dps-tab-page-header .dps-breadcrumbs > ul {
            display:flex;
            font-size:13px;
            padding-top:2px
        }

            .dps-tab-page-header .dps-breadcrumbs > ul > li {
                display:flex;
                margin-right:16px
            }

                .dps-tab-page-header .dps-breadcrumbs > ul > li:first-child > i {
                    font-size:20px;
                    position:relative;
                    top:-2px
                }

                .dps-tab-page-header .dps-breadcrumbs > ul > li > a {
                    position:relative;
                    font-size:14px;
                    color:#455a64
                }

                    .dps-tab-page-header .dps-breadcrumbs > ul > li > a:before {
                        content:"";
                        font-family:"Line Awesome Free";
                        font-weight:900;
                        font-size:12px;
                        position:absolute;
                        left:-15px;
                        top:2px
                    }

                    .dps-tab-page-header .dps-breadcrumbs > ul > li > a > b {
                        font-weight:bold
                    }

                    .dps-tab-page-header .dps-breadcrumbs > ul > li > a > small {
                        color:#2f57a8
                    }

    .dps-tab-page-header .dps-filter {
        display:flex;
        flex-direction:column;
        width:62%
    }

        .dps-tab-page-header .dps-filter > form {
            display:flex;
            flex-wrap:wrap;
            justify-content:flex-end;
            width:calc(100% + 3px);
            align-items:center;
            position:relative;
            margin-top:-10px
        }

            .dps-tab-page-header .dps-filter > form.off {
                display:none
            }

            .dps-tab-page-header .dps-filter > form .fieldgroup {
                display:flex
            }

            .dps-tab-page-header .dps-filter > form > fieldset {
                display:flex;
                justify-content:center;
                align-items:center;
                width:120px;
                margin:3px;
                position:relative
            }

                .dps-tab-page-header .dps-filter > form > fieldset.xl {
                    width:200px
                }

                .dps-tab-page-header .dps-filter > form > fieldset.auto {
                    width:auto
                }

                .dps-tab-page-header .dps-filter > form > fieldset input, .dps-tab-page-header .dps-filter > form > fieldset select {
                    border-color:#9da6ab
                }

                    .dps-tab-page-header .dps-filter > form > fieldset input + i {
                        color:#9da6ab;
                        border-color:#9da6ab
                    }

.dps-tab-page {
    display:flex;
    flex-direction:column;
    width:100%;
    position:relative
}

    .dps-tab-page .tab-menu {
        display:flex
    }

        .dps-tab-page .tab-menu > ul {
            display:flex;
            flex-grow:1;
            background-color:#fff;
            border-bottom:solid 1px #eceff1;
            user-select:none;
            box-shadow:0 3px 6px 0 rgba(0,0,0,.16)
        }

            .dps-tab-page .tab-menu > ul > li {
                display:flex
            }

                .dps-tab-page .tab-menu > ul > li > a {
                    display:flex;
                    align-items:center;
                    padding:10px;
                    cursor:pointer;
                    position:relative
                }

                    .dps-tab-page .tab-menu > ul > li > a:hover > span, .dps-tab-page .tab-menu > ul > li > a.active > span, .dps-tab-page .tab-menu > ul > li > a.active > i, .dps-tab-page .tab-menu > ul > li > a:hover > i {
                        color:#94c125
                    }

                    .dps-tab-page .tab-menu > ul > li > a.active:before {
                        content:"";
                        width:calc(100% - 28px);
                        height:4px;
                        left:14px;
                        bottom:-1px;
                        background-color:#94c125;
                        position:absolute
                    }

                    .dps-tab-page .tab-menu > ul > li > a > img {
                        width:auto;
                        height:30px
                    }

                    .dps-tab-page .tab-menu > ul > li > a > i {
                        font-size:23px;
                        position:relative;
                        margin:2px
                    }

                    .dps-tab-page .tab-menu > ul > li > a > span {
                        padding:6px 4px
                    }

    .dps-tab-page > .content {
        display:flex;
        flex-direction:column
    }

    .dps-tab-page .section {
        display:flex;
        flex-direction:column;
        background-color:#fff;
        box-shadow:0 3px 6px 0 rgba(0,0,0,.16)
    }

        .dps-tab-page .section > .content {
            display:flex;
            flex-direction:column;
        }

            .dps-tab-page .section > .content > form {
                display:flex;
                flex-direction:column
            }

        .dps-tab-page .section > .header {
            display:flex;
            flex-direction:column;
            padding:20px;
            font-size:18px;
            font-weight:bold;
            color:#575961;
            border-bottom:solid 1px #eceff1
        }

        .dps-tab-page .section .part {
            display:flex;
            flex-direction:column;
            width:calc(100% - 50px);
            padding:18px 15px;
            margin:10px;
            border:solid 1px #788f9b;
            position:relative
        }

            .dps-tab-page .section .part span.title {
                padding:2px 7px;
                position:absolute;
                background-color:#fff;
                left:20px;
                top:-13px;
                font-size:18px;
                font-weight:bold;
                color:#575961
            }

            .dps-tab-page .section .part div.content {
                display:flex;
                flex-direction:column;
                flex-grow:1
            }

            .dps-tab-page .section .part > ul {
                display:flex;
                flex-direction:column;
                margin-top:10px;
                font-size:14px
            }

                .dps-tab-page .section .part > ul > li {
                    display:flex;
                    padding:6px 0;
                    border-bottom:solid 1px #efefef
                }

                    .dps-tab-page .section .part > ul > li .bold-red {
                        font-weight:bold;
                        color:#e83f40
                    }

                    .dps-tab-page .section .part > ul > li:last-child {
                        border-bottom:none
                    }

                    .dps-tab-page .section .part > ul > li > span:nth-child(1) {
                        width:30%;
                        font-weight:bold
                    }

                    .dps-tab-page .section .part > ul > li > span:nth-child(2) {
                        width:70%
                    }

                        .dps-tab-page .section .part > ul > li > span:nth-child(2) > label {
                            display:flex
                        }

        .dps-tab-page .section .section-button {
            display:flex;
            justify-content:flex-end;
            width:calc(100% - 18px);
            margin:0 9px 15px 9px
        }

    .dps-tab-page .plain-iframe {
        width:100%;
        height:850px;
        border:none
    }

.pdfobject-container {
    width:100%;
    height:900px;
    border:none
}

.pdfViewer > p > a {
    text-decoration:underline !important;
    font-weight:bold
}

.dps-tab-page .solid-model {
    display:flex;
    position:relative
}

    .dps-tab-page .solid-model .threedDiv {
        position:relative
    }

    .dps-tab-page .solid-model .floorSelectDiv {
        display:flex;
        flex-wrap:wrap
    }

        .dps-tab-page .solid-model .floorSelectDiv > button {
            align-self:flex-start;
            display:flex;
            border-radius:4px;
            margin-left:7px;
            margin-bottom:7px;
            padding:8.5px;
            background-color:#788f9b;
            color:#fff;
            outline:none;
            cursor:pointer
        }

            .dps-tab-page .solid-model .floorSelectDiv > button.active {
                background-color:#94c125
            }

    .dps-tab-page .solid-model canvas {
        width:600px !important;
        height:450px !important
    }

.dg.main.a {
    display:none
}

.dps-left-filter-page {
    display:flex
}

    .dps-left-filter-page > .filter {
        min-width:250px;
        background-color:#fff;
        box-shadow:0 3px 6px 0 rgba(0,0,0,.16)
    }

    .dps-left-filter-page > .page {
        align-self:baseline;
        flex-grow:1;
        background-color:#fff;
        box-shadow:0 3px 6px 0 rgba(0,0,0,.16);
        margin-left:10px
    }

.dps-dashboard {
    display:flex;
    margin-left:-7px;
    margin-top:-7px;
    justify-content:space-between
}

    .dps-dashboard .boxs {
        display:flex;
        flex-direction:column;
        width:100%
    }

        .dps-dashboard .boxs > .title {
            font-size:20px;
            font-weight:700;
            color:#455a64;
            padding:20px 6px 0 6px
        }

        .dps-dashboard .boxs > ul {
            display:flex;
            flex-wrap:wrap
        }

            .dps-dashboard .boxs > ul > li {
                width:calc(33% - 14px);
                margin:7px;
                height:min-content
            }

                .dps-dashboard .boxs > ul > li > a:last-child {
                    height:100%;
                    padding-bottom:25px
                }

                .dps-dashboard .boxs > ul > li > a {
                    display:flex;
                    flex-direction:column;
                    width:calc(100% - 50px);
                    padding:35px 0;
                    padding-bottom:5px;
                    position:relative;
                    cursor:pointer
                }

                .dps-dashboard .boxs > ul > li:hover {
                    box-shadow:0 2px 11px 0 rgba(0,0,0,.46)
                }

            .dps-dashboard .boxs > ul.dfirm-dashboard-list > li:hover {
                box-shadow:none
            }

            .dps-dashboard .boxs > ul.dfirm-dashboard-list > li {
                height:auto
            }

                .dps-dashboard .boxs > ul.dfirm-dashboard-list > li > div {
                    padding:5px 8px;
                    margin:8px 0
                }

                    .dps-dashboard .boxs > ul.dfirm-dashboard-list > li > div > span {
                        font-weight:bold;
                        margin-bottom:5px;
                        font-size:16px
                    }

                    .dps-dashboard .boxs > ul.dfirm-dashboard-list > li > div > i {
                        font-size:20px
                    }

                .dps-dashboard .boxs > ul.dfirm-dashboard-list > li:first-child > div:first-child {
                    color:#2594c1;
                    cursor:pointer
                }

                .dps-dashboard .boxs > ul.dfirm-dashboard-list > li:nth-child(2) > div:first-child {
                    color:#94c125;
                    cursor:pointer
                }

                .dps-dashboard .boxs > ul.dfirm-dashboard-list > li:nth-child(3) > div:first-child {
                    color:#c12525;
                    cursor:pointer
                }

                .dps-dashboard .boxs > ul.dfirm-dashboard-list > li:nth-child(2) > div:last-child > span {
                    color:#94c125;
                    cursor:pointer
                }

                .dps-dashboard .boxs > ul.dfirm-dashboard-list > li:nth-child(3) > div:last-child > span {
                    color:#c12525;
                    cursor:pointer
                }

                .dps-dashboard .boxs > ul.dfirm-dashboard-list > li:nth-child(2) > div:last-child {
                    display:flex;
                    justify-content:end
                }

                .dps-dashboard .boxs > ul.dfirm-dashboard-list > li:nth-child(3) > div:last-child {
                    display:flex;
                    justify-content:end
                }

                .dps-dashboard .boxs > ul.dfirm-dashboard-list > li > div > div {
                    display:flex;
                    justify-content:space-between
                }

                .dps-dashboard .boxs > ul.dfirm-dashboard-list > li > div > progress {
                    width:calc(100% - 14px)
                }

progress {
    background-color:#efefef;
    -webkit-appearance:none;
    accent-color:#aec2ae;
    height:9px;
    border-radius:10px
}

    progress::-webkit-progress-bar {
        background-color:#efefef;
        border-radius:10px
    }

.dps-dashboard .boxs > ul.dfirm-dashboard-list > li:first-child > div > progress::-webkit-progress-value {
    background-color:#2594c1;
    border-radius:10px;
    transition:width .4s ease-in
}

.dps-dashboard .boxs > ul.dfirm-dashboard-list > li:nth-child(2) > div > progress::-webkit-progress-value {
    background-color:#94c125;
    border-radius:10px;
    transition:width .4s ease-in
}

.dps-dashboard .boxs > ul.dfirm-dashboard-list > li:nth-child(3) > div > progress::-webkit-progress-value {
    background-color:#c12525;
    border-radius:10px;
    transition:width .4s ease-in
}

.dps-dashboard .boxs > ul.dfirm-dashboard-list > li:first-child > div > progress::-moz-progress-bar {
    background-color:#008bff;
    border-radius:10px;
    transition:width .4s ease-in
}

.dps-dashboard .boxs > ul.dfirm-dashboard-list > li:nth-child(2) > div > progress::-moz-progress-bar {
    background-color:#94c125;
    border-radius:10px;
    transition:width .4s ease-in
}

.dps-dashboard .boxs > ul.dfirm-dashboard-list > li:nth-child(3) > div > progress::-moz-progress-bar {
    background-color:#e83f40;
    border-radius:10px;
    transition:width .4s ease-in
}

.dps-dashboard .boxs > ul.dfirm-dashboard-list > li {
    background-color:#fff;
    border-radius:5px
}

    .dps-dashboard .boxs > ul.dfirm-dashboard-list > li > div > div > span:first-child {
        font-weight:bold;
        margin-bottom:4px;
        font-size:14px;
        color:#455a64;
        cursor:pointer
    }

    .dps-dashboard .boxs > ul.dfirm-dashboard-list > li > div > div > span:last-child {
        font-size:16px;
        font-weight:bold
    }

        .dps-dashboard .boxs > ul.dfirm-dashboard-list > li > div > div > span:last-child > span {
            cursor:pointer
        }

.dps-progress-base {
    width:100%;
    display:flex;
    justify-content:center;
    margin:0 !important;
    padding:0 !important
}

.dps-progress-container {
    width:100%;
    background-color:#efefef;
    border:.5px solid #ccc;
    border-radius:20px;
    overflow:hidden;
    height:8px;
    display:flex;
    padding:0 !important;
    position:relative
}

.dps-progress-item {
    position:absolute;
    height:100%
}

.dps-dashboard .boxs > ul > li > a > .count {
    position:absolute;
    right:20px;
    top:17px;
    font-size:30px;
    color:#92c028;
    font-weight:bold
}

.dps-dashboard .boxs > ul > li > a > .title {
    font-weight:bold;
    margin-bottom:5px;
    font-size:18px;
    color:black;
    text-align:center;
}

.dps-dashboard .boxs > ul > li > a > .title-child {
    width:100%;
    color:#aaacb3;
    margin-top:3px
}

.dps-dashboard .boxs > ul > li > a > .title-my-count {
    position:absolute;
    bottom:37px;
    font-size:14px;
    line-height:16px;
    color:#92c028
}

.dps-dashboard .boxs > ul > li > a > .title-bottom-info {
    position:absolute;
    margin-top:3px;
    bottom:37px;
    font-size:14px;
    color:#aaacb3
}

.dps-dashboard .boxs > ul > li > a > .full-ratio {
    display:flex;
    width:calc(100% - 50px);
    height:7px;
    border-radius:5px;
    background-color:#e9ecef;
    position:absolute;
    bottom:25px;
    left:25px;
    overflow:hidden
}

    .dps-dashboard .boxs > ul > li > a > .full-ratio > span {
        width:0%;
        height:7px;
        background-color:#92c028;
        transition:.75s
    }

.dps-dashboard .boxs > ul > li.yellow > a > .count {
    color:#f8cd19
}

.dps-dashboard .boxs > ul > li.yellow > a > .full-ratio > span {
    background-color:#f8cd19
}

.dps-dashboard .announcements {
    align-self:baseline;
    display:flex;
    flex-direction:column;
    width:40%;
    margin-top:7px;
    background-color:#fff;
    color:#575961;
    box-shadow:0 3px 6px 0 rgba(0,0,0,.16)
}

    .dps-dashboard .announcements.wid-expand {
        width:calc(100% - 10px);
        margin-left:5px
    }

    .dps-dashboard .announcements > .header {
        display:flex;
        justify-content:space-between;
        width:calc(100% - 40px);
        padding:20px;
        border-bottom:solid 1px #eceff1
    }

        .dps-dashboard .announcements > .header > span {
            padding:5px;
            font-size:18px;
            font-weight:bold
        }

    .dps-dashboard .announcements > .content {
        display:flex;
        flex-direction:column
    }

        .dps-dashboard .announcements > .content > ul {
            display:flex;
            flex-direction:column;
            width:calc(100% + 8px);
            max-height:619px;
            overflow-y:scroll;
            padding-right:8px
        }

            .dps-dashboard .announcements > .content > ul::-webkit-scrollbar {
                width:8px;
                background-color:#eceff1;
                border-radius:20px
            }

            .dps-dashboard .announcements > .content > ul::-webkit-scrollbar-thumb {
                background-color:#afbec5;
                border-radius:20px
            }

            .dps-dashboard .announcements > .content > ul > li {
                display:flex;
                align-items:center
            }

                .dps-dashboard .announcements > .content > ul > li.empty-message {
                    display:flex;
                    padding:20px
                }

                    .dps-dashboard .announcements > .content > ul > li.empty-message > i {
                        font-size:20px;
                        margin-right:4px
                    }

                    .dps-dashboard .announcements > .content > ul > li.empty-message > span {
                        font-size:14px;
                        line-height:17px;
                        font-weight:bold;
                        margin-right:5px
                    }

                    .dps-dashboard .announcements > .content > ul > li.empty-message > p {
                        font-size:14px;
                        line-height:17px
                    }

                .dps-dashboard .announcements > .content > ul > li > a {
                    display:flex;
                    width:calc(100% - 50px);
                    padding:13px 25px;
                    border-bottom:solid 1px #e9ecef;
                    cursor:pointer
                }

                    .dps-dashboard .announcements > .content > ul > li > a:hover {
                        background-color:#efe4e4
                    }

                    .dps-dashboard .announcements > .content > ul > li > a > div {
                        display:flex
                    }

                        .dps-dashboard .announcements > .content > ul > li > a > div:nth-child(1) {
                            flex:0 70px
                        }

                        .dps-dashboard .announcements > .content > ul > li > a > div:nth-child(2) {
                            flex:0 calc(100% - 160px);
                            padding:10px;
                            flex-direction:column
                        }

                        .dps-dashboard .announcements > .content > ul > li > a > div:nth-child(3) {
                            flex:0 70px;
                            padding:20px 0
                        }

                        .dps-dashboard .announcements > .content > ul > li > a > div > figure {
                            display:flex;
                            justify-content:center;
                            align-items:center;
                            width:60px;
                            height:60px;
                            border-radius:50%;
                            overflow:hidden;
                            background-color:#f8f9fa;
                            box-shadow:0 0 5px 0 rgba(0,0,0,.16)
                        }

                            .dps-dashboard .announcements > .content > ul > li > a > div > figure > img {
                                display:block;
                                width:50px;
                                height:50px
                            }

                        .dps-dashboard .announcements > .content > ul > li > a > div .title {
                            font-weight:bold
                        }

                        .dps-dashboard .announcements > .content > ul > li > a > div .desc {
                            margin-top:2px;
                            color:#8f929b
                        }

                        .dps-dashboard .announcements > .content > ul > li > a > div .date {
                            font-weight:bold
                        }

.authorization-code-list {
    display:flex;
    flex-direction:column;
    flex-wrap:nowrap !important
}

    .authorization-code-list .dps-button {
        align-self:flex-end;
        margin-bottom:10px
    }

.authorization-code-item {
    display:flex;
    flex-direction:column;
    padding-top:20px;
    padding-bottom:10px;
    border:solid 1px #ddd;
    border-radius:4px;
    margin-bottom:10px;
    position:relative
}

    .authorization-code-item > a {
        display:flex;
        justify-content:center;
        align-items:center;
        width:20px;
        height:20px;
        border-radius:4px;
        position:absolute;
        right:7px;
        top:7px;
        background-color:#dbdbdf;
        cursor:pointer
    }

.create-document-project-detail {
    display:flex;
    flex-direction:column;
    align-items:flex-start
}

    .create-document-project-detail.off {
        display:none
    }

    .create-document-project-detail > fieldset {
        display:flex;
        flex-direction:column;
        align-items:flex-start
    }

        .create-document-project-detail > fieldset > input[type=file] {
            display:none
        }

            .create-document-project-detail > fieldset > input[type=file] + label {
                display:flex;
                padding:8px 15px;
                border-radius:4px;
                border:none;
                background-color:#94c125;
                color:#fff;
                cursor:pointer;
                outline:none
            }

        .create-document-project-detail > fieldset > span {
            margin-top:10px
        }

    .create-document-project-detail > .title {
        display:flex;
        margin-bottom:5px;
        font-size:18px;
        font-weight:bold;
        margin-top:15px
    }

        .create-document-project-detail > .title.off {
            display:none
        }

    .create-document-project-detail > ul.desktopselect-document-list {
        display:flex;
        flex-direction:column;
        width:100%
    }

        .create-document-project-detail > ul.desktopselect-document-list > li {
            display:flex;
            flex-direction:column;
            width:calc(100% - 20px);
            padding:10px;
            background-color:#f4f6f7;
            color:#455a64;
            border-radius:4px;
            margin-bottom:10px;
            position:relative
        }

            .create-document-project-detail > ul.desktopselect-document-list > li.is-frequently > .file-header > div:nth-child(1) {
                display:none
            }

            .create-document-project-detail > ul.desktopselect-document-list > li.is-frequently > .file-header > div:nth-child(3) {
                width:calc(75% - 14px)
            }

            .create-document-project-detail > ul.desktopselect-document-list > li > .file-header {
                display:flex
            }

                .create-document-project-detail > ul.desktopselect-document-list > li > .file-header > div {
                    display:flex;
                    align-items:baseline;
                    padding:7px
                }

                    .create-document-project-detail > ul.desktopselect-document-list > li > .file-header > div:nth-child(1) {
                        width:calc(15% - 14px);
                        margin-top:3px
                    }

                    .create-document-project-detail > ul.desktopselect-document-list > li > .file-header > div:nth-child(2) {
                        width:calc(25% - 14px);
                        margin-top:3px
                    }

                    .create-document-project-detail > ul.desktopselect-document-list > li > .file-header > div:nth-child(3) {
                        display:flex;
                        flex-direction:column;
                        width:calc(60% - 14px);
                        font-size:13px
                    }

                        .create-document-project-detail > ul.desktopselect-document-list > li > .file-header > div:nth-child(3) > span {
                            font-weight:bold
                        }

                        .create-document-project-detail > ul.desktopselect-document-list > li > .file-header > div:nth-child(3) > ul {
                            display:flex;
                            flex-wrap:wrap
                        }

                            .create-document-project-detail > ul.desktopselect-document-list > li > .file-header > div:nth-child(3) > ul > li {
                                display:flex;
                                margin-right:8px;
                                margin-top:3px
                            }

            .create-document-project-detail > ul.desktopselect-document-list > li > .file-form {
                display:flex;
                flex-direction:column;
                width:calc(100% - 14px);
                margin-top:10px
            }

                .create-document-project-detail > ul.desktopselect-document-list > li > .file-form.off {
                    display:none
                }

                .create-document-project-detail > ul.desktopselect-document-list > li > .file-form > ul {
                    display:flex;
                    width:calc(100% - 22px);
                    padding:10px;
                    border:dashed 1px #b8c1c5
                }

                    .create-document-project-detail > ul.desktopselect-document-list > li > .file-form > ul > li {
                        display:flex;
                        flex-direction:column;
                        width:160px;
                        margin:5px
                    }

                        .create-document-project-detail > ul.desktopselect-document-list > li > .file-form > ul > li > label {
                            margin-bottom:4px;
                            color:#afbec5
                        }

                        .create-document-project-detail > ul.desktopselect-document-list > li > .file-form > ul > li > input {
                            width:calc(100% - 14px);
                            padding:6px;
                            font-size:13px;
                            border-radius:4px;
                            background-color:#fff;
                            color:#afbec5;
                            border:solid 1px #cfd8dc;
                            outline:none
                        }

                        .create-document-project-detail > ul.desktopselect-document-list > li > .file-form > ul > li > select {
                            padding:5px;
                            font-size:13px;
                            border-radius:4px;
                            color:#afbec5;
                            background-color:#fff;
                            border:solid 1px #cfd8dc;
                            outline:none
                        }

            .create-document-project-detail > ul.desktopselect-document-list > li > div .file {
                display:flex;
                align-items:center;
                width:100%;
                border-radius:4px;
                background-color:#cfd8dc;
                color:#455a64;
                font-size:13px
            }

                .create-document-project-detail > ul.desktopselect-document-list > li > div .file > span {
                    width:calc(100% - 50px);
                    height:15px;
                    margin:7px 10px;
                    overflow:hidden
                }

                .create-document-project-detail > ul.desktopselect-document-list > li > div .file > figure {
                    display:flex;
                    justify-content:center;
                    align-items:center;
                    width:23px;
                    height:23px;
                    margin:5px;
                    border-radius:50%;
                    background-color:#fff
                }

                    .create-document-project-detail > ul.desktopselect-document-list > li > div .file > figure > i {
                        font-size:17px
                    }

            .create-document-project-detail > ul.desktopselect-document-list > li > div select {
                width:100%;
                padding:8px;
                font-size:13px;
                border-radius:4px;
                color:#afbec5;
                background-color:#fff;
                border:solid 1px #cfd8dc;
                outline:none
            }

            .create-document-project-detail > ul.desktopselect-document-list > li > div input[type=text] {
                width:calc(100% - 14px);
                padding:9px;
                font-size:13px;
                border-radius:4px;
                background-color:#fff;
                color:#afbec5;
                border:solid 1px #cfd8dc;
                outline:none
            }

            .create-document-project-detail > ul.desktopselect-document-list > li > a.button-delete {
                display:flex;
                justify-content:center;
                align-items:center;
                width:20px;
                height:20px;
                cursor:pointer;
                position:absolute;
                right:5px;
                top:5px;
                opacity:.8
            }

                .create-document-project-detail > ul.desktopselect-document-list > li > a.button-delete:hover {
                    opacity:.95
                }

    .create-document-project-detail .dps-button.off {
        display:none
    }

    .create-document-project-detail > a {
        align-self:flex-end
    }

.project-pagination-buttons {
    display:none
}

    .project-pagination-buttons > li {
        display:flex
    }

        .project-pagination-buttons > li:nth-child(1) > a {
            border-top-right-radius:0 !important;
            border-bottom-right-radius:0 !important
        }

        .project-pagination-buttons > li:nth-child(2) > a {
            border-top-left-radius:0 !important;
            border-bottom-left-radius:0 !important;
            border-left:solid 1px rgba(0,0,0,.16)
        }

        .project-pagination-buttons > li > a {
            display:flex;
            justify-content:center;
            align-items:center;
            padding:8px;
            font-size:14px;
            cursor:pointer;
            outline:none;
            user-select:none;
            position:relative;
            background-color:#fff;
            color:#9699a2;
            box-shadow:0 3px 6px 0 rgba(0,0,0,.16);
            border-radius:5px;
            transition:all .12s
        }

            .project-pagination-buttons > li > a:hover {
                background-color:#eceff1
            }

.document-list {
    display:flex;
    flex-direction:column;
    font-size:13px
}

    .document-list > a {
        align-self:flex-start
    }

    .document-list > .title {
        display:flex;
        font-size:18px;
        line-height:22px;
        font-weight:bold;
        margin:20px 0 0 0
    }

    .document-list > ul {
        display:flex;
        flex-wrap:wrap;
        width:calc(100% + 10px);
        margin-left:-5px;
        margin-top:2px
    }

        .document-list > ul > li {
            display:flex;
            flex-direction:column;
            width:calc(11.111% - 42px);
            padding:15px;
            margin:5px;
            border:solid 1px #eceff1;
            border-radius:5px
        }

            .document-list > ul > li > a {
                display:flex;
                cursor:pointer;
                position:relative
            }

                .document-list > ul > li > a > figure {
                    display:flex;
                    align-items:center;
                    justify-content:center;
                    height:70px;
                    margin-bottom:5px
                }

                    .document-list > ul > li > a > figure > img {
                        width:85%
                    }

            .document-list > ul > li > ul {
                display:flex;
                flex-direction:column;
                margin-top:10px
            }

                .document-list > ul > li > ul > li {
                    display:flex;
                    flex-direction:column;
                    margin-bottom:6px;
                    padding-bottom:6px;
                    border-bottom:solid 1px #eceff1
                }

                    .document-list > ul > li > ul > li:last-child {
                        border-bottom:none;
                        margin-bottom:0;
                        padding-bottom:0
                    }

                    .document-list > ul > li > ul > li > span {
                        margin-top:3px;
                        font-weight:bold
                    }

                    .document-list > ul > li > ul > li.buttons {
                        display:flex;
                        flex-direction:row;
                        flex-wrap:wrap;
                        width:calc(100% + 4px);
                        margin-left:-2px;
                        margin-top:10px;
                        margin-bottom:0;
                        padding-bottom:0
                    }

                        .document-list > ul > li > ul > li.buttons > a {
                            display:flex;
                            justify-content:center;
                            align-items:center;
                            width:27px;
                            height:27px;
                            margin:2px;
                            font-size:12px;
                            border-radius:3px;
                            border:none;
                            border:solid 1px #455a64;
                            color:#455a66;
                            cursor:pointer;
                            outline:none;
                            opacity:.8
                        }

                            .document-list > ul > li > ul > li.buttons > a:hover {
                                opacity:1
                            }

                            .document-list > ul > li > ul > li.buttons > a > i {
                                font-size:20px
                            }

                            .document-list > ul > li > ul > li.buttons > a > span {
                                margin-top:2px;
                                margin-left:1px
                            }

                            .document-list > ul > li > ul > li.buttons > a.send {
                                background-color:#94c125;
                                color:#fff
                            }

                            .document-list > ul > li > ul > li.buttons > a.delete {
                                background-color:#e83f40;
                                color:#fff
                            }

                            .document-list > ul > li > ul > li.buttons > a.gray {
                                background-color:#788f9b;
                                color:#fff
                            }

                            .document-list > ul > li > ul > li.buttons > a.green {
                                background-color:#94c125;
                                color:#fff
                            }

                            .document-list > ul > li > ul > li.buttons > a.red {
                                background-color:#e83f40;
                                color:#fff
                            }

.create-frequently-document {
    display:flex;
    flex-direction:column
}

    .create-frequently-document > fieldset {
        display:flex
    }

        .create-frequently-document > fieldset > input[type=file] {
            display:none
        }

            .create-frequently-document > fieldset > input[type=file] + label {
                padding:8px 15px;
                border-radius:4px;
                border:none;
                background-color:#94c125;
                color:#fff;
                cursor:pointer;
                outline:none
            }

        .create-frequently-document > fieldset > span {
            width:calc(100% - 108px);
            padding-left:10px
        }

    .create-frequently-document > ul {
        display:flex;
        flex-direction:column;
        width:calc(100% - 10px);
        max-height:195px;
        overflow-y:auto;
        margin-top:15px;
        padding-right:10px
    }

        .create-frequently-document > ul::-webkit-scrollbar {
            width:8px;
            background-color:#f5f5f5;
            border-radius:4px
        }

        .create-frequently-document > ul::-webkit-scrollbar-thumb {
            background-color:#cfd8dc;
            border-radius:4px
        }

        .create-frequently-document > ul > li {
            display:flex;
            width:100%;
            margin-bottom:7px
        }

            .create-frequently-document > ul > li > div {
                flex:1;
                display:flex;
                align-items:center
            }

                .create-frequently-document > ul > li > div:nth-child(1) {
                    flex:0 calc(100% - 180px);
                    padding-right:8px
                }

                .create-frequently-document > ul > li > div:nth-child(2) {
                    flex:0 150px;
                    padding-right:8px
                }

                .create-frequently-document > ul > li > div:nth-child(3) {
                    flex:0 22px
                }

                .create-frequently-document > ul > li > div > .file {
                    display:flex;
                    width:100%;
                    background-color:#f4f6f7;
                    border-radius:4px;
                    color:#788f9b;
                    font-size:14px
                }

                    .create-frequently-document > ul > li > div > .file > span {
                        width:calc(100% - 63px);
                        height:15px;
                        margin-right:10px;
                        padding:9px;
                        overflow:hidden
                    }

                    .create-frequently-document > ul > li > div > .file > figure {
                        display:flex;
                        justify-content:center;
                        align-items:center;
                        width:24px;
                        height:24px;
                        margin:4px;
                        border-radius:50%;
                        background-color:#94c125;
                        color:#fff;
                        font-size:15px;
                        text-align:center
                    }

                .create-frequently-document > ul > li > div > select {
                    padding:6.5px 5px;
                    font-size:13px;
                    border-radius:4px;
                    background-color:#fff;
                    color:#afbec5;
                    border:solid 1px #cfd8dc;
                    outline:none
                }

                .create-frequently-document > ul > li > div > input[type=text] {
                    width:calc(100% - 14px);
                    padding:6px;
                    font-size:13px;
                    border-radius:4px;
                    background-color:#fff;
                    color:#afbec5;
                    border:solid 1px #cfd8dc;
                    outline:none
                }

                .create-frequently-document > ul > li > div > a {
                    cursor:pointer
                }

.preview-document-link {
    cursor:initial !important
}

    .preview-document-link:before {
        content:"";
        position:absolute;
        left:33px;
        top:7px;
        width:20px;
        height:23px
    }

    .preview-document-link:hover .preview-document-field {
        opacity:1;
        visibility:visible
    }

        .preview-document-link:hover .preview-document-field > figure, .preview-document-link:hover .preview-document-field > iframe {
            display:flex
        }

.preview-document-field {
    display:flex;
    position:absolute;
    z-index:9999;
    left:47px;
    top:-50px;
    background-color:#fff;
    opacity:0;
    visibility:hidden
}

    .preview-document-field:before {
        content:"";
        display:inline-block;
        border-top:7px solid transparent;
        border-bottom:7px solid transparent;
        border-right:7px solid #000;
        position:absolute;
        left:-7px;
        top:62px
    }

    .preview-document-field.project {
        left:120px
    }

        .preview-document-field.project:before {
            top:80px
        }

    .preview-document-field > iframe {
        display:none;
        width:230px;
        height:280px;
        border:solid 1px #000;
        box-shadow:0 3px 6px 0 rgba(0,0,0,.36)
    }

    .preview-document-field > figure {
        display:none;
        width:230px;
        min-height:100px;
        border:solid 1px #000;
        box-shadow:0 3px 6px 0 rgba(0,0,0,.36)
    }

        .preview-document-field > figure > img {
            display:block;
            width:100%
        }

    .preview-document-field:hover {
        opacity:1;
        visibility:visible
    }

        .preview-document-field:hover > iframe {
            width:470px;
            height:560px
        }

        .preview-document-field:hover > figure {
            width:500px
        }

.create-policy {
    display:flex;
    flex-direction:column;
    width:calc(100% - 60px);
    padding:30px
}

    .create-policy > .wizard-progress-bar {
        display:flex;
        flex-direction:column;
        align-items:center;
        justify-content:center
    }

        .create-policy > .wizard-progress-bar > ul {
            display:flex;
            width:85%
        }

            .create-policy > .wizard-progress-bar > ul > li {
                display:flex;
                justify-content:center;
                align-items:center;
                width:20%;
                position:relative
            }

                .create-policy > .wizard-progress-bar > ul > li:before {
                    content:"";
                    width:100%;
                    height:13px;
                    left:50%;
                    top:21px;
                    background-color:#cfd8dc;
                    position:absolute
                }

                .create-policy > .wizard-progress-bar > ul > li:first-child:before {
                    left:50%
                }

                .create-policy > .wizard-progress-bar > ul > li:last-child:before {
                    width:0%
                }

                .create-policy > .wizard-progress-bar > ul > li > a {
                    display:flex;
                    flex-direction:column;
                    justify-content:center;
                    align-items:center
                }

                    .create-policy > .wizard-progress-bar > ul > li > a > b {
                        display:flex;
                        justify-content:center;
                        align-items:center;
                        width:45px;
                        height:45px;
                        position:relative;
                        z-index:9;
                        border-radius:50%;
                        border:solid 5px #cfd8dc;
                        background-color:#cfd8dc;
                        color:#788f9b;
                        font-size:26px;
                        font-weight:600
                    }

                .create-policy > .wizard-progress-bar > ul > li.active > a > b {
                    border-color:#94c125;
                    background-color:#e4efc9
                }

                .create-policy > .wizard-progress-bar > ul > li.complated > a > b {
                    border-color:#94c125;
                    background-color:#94c125
                }

                    .create-policy > .wizard-progress-bar > ul > li.complated > a > b:before {
                        font-family:"Line Awesome Free";
                        font-weight:900;
                        content:"";
                        position:absolute;
                        display:flex;
                        justify-content:center;
                        align-items:center;
                        width:100%;
                        height:100%;
                        border-radius:50%;
                        left:0;
                        top:0;
                        background-color:#94c125;
                        color:#fff;
                        font-size:28px
                    }

                .create-policy > .wizard-progress-bar > ul > li.complated:before {
                    background-color:#94c125
                }

                .create-policy > .wizard-progress-bar > ul > li > a > span {
                    margin-top:10px;
                    font-size:16px;
                    color:#788f9b
                }

    .create-policy > .wizard-views {
        display:flex;
        flex-direction:column;
        justify-content:center;
        align-items:center;
        padding:50px 0 60px 0
    }

        .create-policy > .wizard-views form > fieldset .dps-label {
            padding:4px 0
        }

        .create-policy > .wizard-views > ul {
            display:flex;
            flex-direction:column;
            width:45%
        }

            .create-policy > .wizard-views > ul > li {
                display:none;
                flex-direction:column;
                justify-content:center;
                align-items:center
            }

                .create-policy > .wizard-views > ul > li.active {
                    display:flex
                }

                .create-policy > .wizard-views > ul > li > ul.policy-type-select {
                    display:flex;
                    width:450px;
                    margin-top:20px
                }

                    .create-policy > .wizard-views > ul > li > ul.policy-type-select > li {
                        display:flex;
                        width:calc(33.33% - 12px);
                        margin:5px;
                        background-color:#c4cfd6;
                        border:solid 1px #ecf2f5;
                        box-shadow:0 2px 10px 0 rgba(0,0,0,.26);
                        transition:all .11s ease-in-out
                    }

                        .create-policy > .wizard-views > ul > li > ul.policy-type-select > li:hover {
                            transform:scale(1.3);
                            z-index:9999;
                            position:relative
                        }

                        .create-policy > .wizard-views > ul > li > ul.policy-type-select > li:nth-child(2) {
                            transform:scale(1.22);
                            background-color:#f4f6f7
                        }

                            .create-policy > .wizard-views > ul > li > ul.policy-type-select > li:nth-child(2):hover {
                                transform:scale(1.5)
                            }

                        .create-policy > .wizard-views > ul > li > ul.policy-type-select > li > a {
                            display:flex;
                            flex-direction:column;
                            justify-content:center;
                            align-items:center;
                            width:calc(100% - 40px);
                            padding:20px 20px 50px 20px;
                            text-align:center;
                            cursor:pointer;
                            user-select:none
                        }

                            .create-policy > .wizard-views > ul > li > ul.policy-type-select > li > a > figure {
                                display:flex;
                                justify-content:center;
                                align-items:center;
                                height:90px
                            }

                                .create-policy > .wizard-views > ul > li > ul.policy-type-select > li > a > figure > img {
                                    width:90px
                                }

                    .create-policy > .wizard-views > ul > li > ul.policy-type-select > .active {
                        transform:scale(1.3)
                    }

                        .create-policy > .wizard-views > ul > li > ul.policy-type-select > .active:hover {
                            transform:scale(1.5)
                        }

                    .create-policy > .wizard-views > ul > li > ul.policy-type-select > li > a > span {
                        width:70%;
                        font-size:19px;
                        font-weight:bold;
                        color:#455a64
                    }

                    .create-policy > .wizard-views > ul > li > ul.policy-type-select > li:nth-child(4) {
                        width:100%;
                        margin-top:60px;
                        background-color:#fff
                    }

                        .create-policy > .wizard-views > ul > li > ul.policy-type-select > li:nth-child(4):hover {
                            transform:scale(1)
                        }

                .create-policy > .wizard-views > ul > li > .policy-error-section {
                    display:flex;
                    margin-top:30px
                }

    .create-policy .policy-form-section {
        display:flex;
        width:calc(100% - 56px);
        padding:25px 25px 15px 25px;
        margin-bottom:40px;
        color:#788f9b;
        border:solid 3px #cfd8dc;
        border-radius:5px;
        position:relative
    }

        .create-policy .policy-form-section > span.title {
            width:auto;
            height:auto;
            padding:8px 12px;
            background-color:#fff;
            border:solid 3px #cfd8dc;
            color:#788f9b;
            border-radius:5px;
            position:absolute;
            left:22px;
            top:-22px;
            font-size:16px;
            font-weight:bold
        }

        .create-policy .policy-form-section section {
            width:100%
        }

        .create-policy .policy-form-section.bottomfix {
            margin-bottom:18px !important
        }

        .create-policy .policy-form-section.color {
            background-color:rgba(146,192,40,.07)
        }

    .create-policy .insurancefirmname {
        display:flex;
        justify-content:flex-end;
        height:19px;
        margin-bottom:5px;
        color:#788f9b;
        font-size:15px;
        text-align:right
    }

        .create-policy .insurancefirmname > i {
            font-size:18px;
            position:relative;
            top:1px
        }

    .create-policy .policy-message {
        display:flex;
        flex-direction:column;
        justify-content:center;
        align-items:center;
        margin-bottom:50px
    }

        .create-policy .policy-message > figure {
            display:flex;
            justify-content:center;
            align-items:center;
            width:110px;
            height:110px;
            font-size:68px;
            border-radius:50%;
            margin-bottom:20px;
            background-color:#94c125;
            color:#fff
        }

        .create-policy .policy-message > p {
            font-size:18px;
            text-align:center;
            margin-bottom:2px
        }

            .create-policy .policy-message > p > span {
                font-weight:bold;
                text-decoration:underline !important
            }

    .create-policy .dps-strap .dps-table {
        margin-top:10px;
        font-size:14px
    }

        .create-policy .dps-strap .dps-table .row {
            margin:0
        }

    .create-policy .policy-form-section .is-again-policy {
        padding:35px 0 10px 0;
        border:solid 1px #cfd8dc;
        border-radius:5px;
        margin-bottom:9px;
        position:relative
    }

    .create-policy .policy-form-section .is-again-policy-title {
        display:flex;
        align-items:center;
        padding:5px;
        border-radius:5px;
        background-color:#cfd8dc;
        color:#fff;
        position:absolute;
        top:7px;
        left:7px;
        font-size:12px
    }

.reports-iframe {
    width:100%;
    height:600px;
    border:none
}

.detailed-search-filter > .filter-form {
    display:flex;
    flex-direction:column
}

    .detailed-search-filter > .filter-form > .filter-section {
        display:flex;
        flex-direction:column;
        border-bottom:solid 1px #c7c7d2;
        padding:15px
    }

        .detailed-search-filter > .filter-form > .filter-section:last-child {
            border-bottom:none
        }

        .detailed-search-filter > .filter-form > .filter-section > span {
            font-size:15px;
            font-weight:bold;
            color:#788f9b;
            margin-bottom:7px
        }

        .detailed-search-filter > .filter-form > .filter-section > div > input {
            margin-bottom:10px
        }

        .detailed-search-filter > .filter-form > .filter-section > .section-filter {
            display:flex;
            margin-bottom:10px
        }

        .detailed-search-filter > .filter-form > .filter-section > ul {
            display:flex;
            flex-direction:column
        }

            .detailed-search-filter > .filter-form > .filter-section > ul.fixed {
                max-height:92px;
                overflow-y:auto
            }

            .detailed-search-filter > .filter-form > .filter-section > ul > li {
                width:calc(100% - 7px);
                padding-right:7px;
                margin-bottom:5px
            }

                .detailed-search-filter > .filter-form > .filter-section > ul > li.empty {
                    display:flex;
                    justify-content:center;
                    width:calc(100% - 18px);
                    padding:7px;
                    border:solid 1px #d7d9dc;
                    border-radius:4px;
                    color:#788f9b
                }

                    .detailed-search-filter > .filter-form > .filter-section > ul > li.empty > i {
                        font-size:22px
                    }

                    .detailed-search-filter > .filter-form > .filter-section > ul > li.empty > span {
                        width:calc(100% - 30px);
                        padding:4px;
                        font-size:13px
                    }

        .detailed-search-filter > .filter-form > .filter-section > a {
            display:flex;
            justify-content:center;
            text-align:center;
            font-size:15px;
            color:#2f57a8;
            text-decoration:underline !important;
            cursor:pointer
        }

        .detailed-search-filter > .filter-form > .filter-section ul.detail-search-items {
            display:flex;
            flex-direction:column
        }

            .detailed-search-filter > .filter-form > .filter-section ul.detail-search-items > li {
                display:flex;
                align-items:center;
                width:calc(100% - 30px);
                padding:2px 15px
            }

                .detailed-search-filter > .filter-form > .filter-section ul.detail-search-items > li:first-child {
                    margin-top:7px
                }

                .detailed-search-filter > .filter-form > .filter-section ul.detail-search-items > li:last-child {
                    margin-bottom:17px
                }

                .detailed-search-filter > .filter-form > .filter-section ul.detail-search-items > li > figure {
                    display:flex;
                    justify-content:center;
                    align-items:center;
                    width:20px;
                    height:20px;
                    border-radius:50%;
                    background-color:#94c125;
                    color:#fff;
                    font-size:12px
                }

                    .detailed-search-filter > .filter-form > .filter-section ul.detail-search-items > li > figure:last-child {
                        color:#f00 !important;
                        background:#fff !important;
                        font-size:16px !important;
                        cursor:pointer
                    }

                .detailed-search-filter > .filter-form > .filter-section ul.detail-search-items > li > span {
                    width:calc(100% - 50px);
                    font-weight:bold;
                    margin:0 5px
                }

                .detailed-search-filter > .filter-form > .filter-section ul.detail-search-items > li > a {
                    display:flex;
                    justify-content:center;
                    align-items:center;
                    width:20px;
                    height:20px;
                    font-size:16px;
                    cursor:pointer
                }

.detailed-search-list {
    display:flex;
    flex-direction:column;
    width:calc(100% - 24px);
    padding:12px
}

.report-type-select {
    display:grid;
    grid-template-columns:repeat(1,minmax(0,1fr));
    grid-gap:10px
}

    .report-type-select > li {
        display:flex
    }

        .report-type-select > li > a {
            display:flex;
            align-items:center;
            width:100%;
            padding:10px
        }

.report-type-select-dropdown {
    width:300px;
    height:30px;
    overflow:hidden
}

.report-grid {
    margin-top:10px
}

.report-filter {
    display:flex !important;
    flex-direction:row !important;
    justify-content:flex-start
}

    .report-filter.mt {
        margin-top:10px
    }

    .report-filter > fieldset {
        display:flex;
        width:120px;
        margin-right:6px
    }

        .report-filter > fieldset.w-large {
            width:200px
        }

        .report-filter > fieldset.w-auto {
            width:auto
        }

        .report-filter > fieldset > label {
            margin-bottom:3px
        }

.credit-operation {
    display:flex;
    flex-direction:column;
    align-self:center;
    width:calc(100% - 2px)
}

    .credit-operation > .header {
        display:flex;
        justify-content:center;
        align-items:center;
        width:calc(100% - 24px);
        padding:12px;
        text-align:center;
        background-color:#455a64;
        color:#fff;
        font-size:20px;
        font-weight:bold
    }

    .credit-operation > .content {
        display:flex;
        flex-direction:column
    }

        .credit-operation > .content > hr {
            width:100%;
            height:3px;
            background-color:#eceff1;
            border:none;
            margin:20px 0
        }

        .credit-operation > .content > iframe {
            float:left;
            width:100%;
            height:600px
        }

    .credit-operation section {
        display:flex;
        flex-direction:column;
        width:calc(100% - 40px);
        padding:20px
    }

        .credit-operation section > .title {
            font-size:16px;
            font-weight:bold;
            color:#263239
        }

        .credit-operation section > ul.list {
            display:flex;
            flex-direction:column;
            margin-top:10px
        }

            .credit-operation section > ul.list > li {
                display:flex;
                margin-bottom:8px
            }

                .credit-operation section > ul.list > li.warning {
                    color:#e83f40;
                    font-size:12px;
                    margin-top:10px
                }

                .credit-operation section > ul.list > li.off {
                    display:none
                }

                .credit-operation section > ul.list > li.active {
                    display:flex
                }

                .credit-operation section > ul.list > li > div {
                    flex:1;
                    padding-top:7px
                }

                    .credit-operation section > ul.list > li > div.fl-0 {
                        flex:0 35px;
                        text-align:center
                    }

                    .credit-operation section > ul.list > li > div.fl-2 {
                        flex:0 145px
                    }

                    .credit-operation section > ul.list > li > div.fl-3 {
                        flex:0 210px
                    }

                .credit-operation section > ul.list > li .warning {
                    display:none;
                    margin-top:10px;
                    color:#e83f40
                }

                    .credit-operation section > ul.list > li .warning.on {
                        display:flex
                    }

                .credit-operation section > ul.list > li .paytype {
                    display:none
                }

                    .credit-operation section > ul.list > li .paytype.active {
                        display:flex
                    }

        .credit-operation section.payment-type-tab {
            display:flex;
            width:100%;
            padding:0
        }

            .credit-operation section.payment-type-tab > ul {
                display:flex;
                border-bottom:solid 3px #f09004
            }

                .credit-operation section.payment-type-tab > ul > li {
                    display:flex;
                    width:50%
                }

                    .credit-operation section.payment-type-tab > ul > li > input {
                        opacity:0;
                        position:absolute
                    }

                        .credit-operation section.payment-type-tab > ul > li > input + label {
                            display:flex;
                            justify-content:center;
                            align-items:center;
                            width:calc(100% - 30px);
                            padding:12px 15px 7px 15px;
                            font-size:16px;
                            text-align:center;
                            color:#f09004;
                            cursor:pointer
                        }

                            .credit-operation section.payment-type-tab > ul > li > input + label:hover {
                                background-color:#f5f5f5
                            }

                        .credit-operation section.payment-type-tab > ul > li > input:checked + label {
                            background-color:#f09004;
                            color:#fff
                        }

                    .credit-operation section.payment-type-tab > ul > li:nth-child(1) > input + label {
                        border-top-right-radius:7px
                    }

                    .credit-operation section.payment-type-tab > ul > li:nth-child(2) > input + label {
                        border-top-left-radius:7px
                    }

        .credit-operation section .total-amount {
            display:flex;
            align-items:center;
            font-size:20px;
            font-weight:bold
        }

            .credit-operation section .total-amount > span {
                padding:2px
            }

            .credit-operation section .total-amount > .vat {
                font-size:14px
            }

        .credit-operation section.card-ui-content {
            display:flex;
            flex-direction:column;
            width:calc(100% - 70px);
            padding:35px;
            background-color:#cfd8dc
        }

            .credit-operation section.card-ui-content > .card-container {
                display:flex;
                flex-direction:column;
                width:269px;
                height:176px;
                margin:0 auto;
                -perspective:600px;
                -webkit-perspective:600px;
                -ms-perspective:600px;
                -moz-perspective:600px;
                -o-perspective:600px
            }

                .credit-operation section.card-ui-content > .card-container > .card-wrapper {
                    display:flex;
                    flex-direction:column;
                    width:229px;
                    height:132px;
                    padding:22px 20px;
                    overflow:hidden;
                    -transition:transform 1s;
                    -webkit-transition:transform 1s;
                    -ms-transition:transform 1s;
                    -moz-transition:transform 1s;
                    -o-transition:transform 1s;
                    -transform-style:preserve-3d;
                    -webkit-transform-style:preserve-3d;
                    -ms-transform-style:preserve-3d;
                    -moz-transform-style:preserve-3d;
                    -o-transform-style:preserve-3d;
                    cursor:pointer;
                    position:relative;
                    background-color:#37474f;
                    border-radius:10px;
                    box-shadow:0 3px 6px 0 rgba(0,0,0,.16)
                }

                    .credit-operation section.card-ui-content > .card-container > .card-wrapper.flipped {
                        transform:rotateY(-180deg)
                    }

                        .credit-operation section.card-ui-content > .card-container > .card-wrapper.flipped > .card > .card-logo, .credit-operation section.card-ui-content > .card-container > .card-wrapper.flipped > .card > .card-number, .credit-operation section.card-ui-content > .card-container > .card-wrapper.flipped > .card > .card-endexpration > .card-date, .credit-operation section.card-ui-content > .card-container > .card-wrapper.flipped > .card > .card-endexpration > .card-fullname {
                            transition:.2s;
                            transition-delay:.2s;
                            color:#000;
                            opacity:.26
                        }

                        .credit-operation section.card-ui-content > .card-container > .card-wrapper.flipped > .card > .card-cvv {
                            opacity:1;
                            color:#37474f;
                            -transition:.1s;
                            -webkit-transition:.1s;
                            -ms-transition:.1s;
                            -moz-transition:.1s;
                            -o-transition:.1s;
                            -transition-delay:.27s;
                            -webkit-transition-delay:.27s;
                            -ms-transition-delay:.27s;
                            -moz-transition-delay:.27s;
                            -o-transition-delay:.27s;
                            position:relative;
                            -transform:rotateY(-180deg);
                            -webkit-transform:rotateY(-180deg);
                            -ms-transform:rotateY(-180deg);
                            -moz-transform:rotateY(-180deg);
                            -o-transform:rotateY(-180deg)
                        }

                    .credit-operation section.card-ui-content > .card-container > .card-wrapper > .card-lines {
                        width:auto;
                        height:300px;
                        position:absolute;
                        right:40px;
                        top:-40px;
                        -transform:rotate(38deg);
                        -webkit-transform:rotate(38deg);
                        -ms-transform:rotate(38deg);
                        -moz-transform:rotate(38deg);
                        -o-transform:rotate(38deg)
                    }

                        .credit-operation section.card-ui-content > .card-container > .card-wrapper > .card-lines > span {
                            width:34px;
                            height:100%;
                            float:left
                        }

                            .credit-operation section.card-ui-content > .card-container > .card-wrapper > .card-lines > span:nth-child(1) {
                                background-color:#5d6a70
                            }

                            .credit-operation section.card-ui-content > .card-container > .card-wrapper > .card-lines > span:nth-child(2) {
                                background-color:#6d797f
                            }

                            .credit-operation section.card-ui-content > .card-container > .card-wrapper > .card-lines > span:nth-child(3) {
                                background-color:#818b90
                            }

                    .credit-operation section.card-ui-content > .card-container > .card-wrapper > .card {
                        display:flex;
                        flex-direction:column;
                        backface-visibility:hidden;
                        z-index:999;
                        position:relative;
                        color:#fff
                    }

                        .credit-operation section.card-ui-content > .card-container > .card-wrapper > .card > .card-logo {
                            height:45px;
                            -transition:.2s;
                            -webkit-transition:.2s;
                            -ms-transition:.2s;
                            -moz-transition:.2s;
                            -o-transition:.2s;
                            -transition-delay:.2s;
                            -webkit-transition-delay:.2s;
                            -ms-transition-delay:.2s;
                            -moz-transition-delay:.2s;
                            -o-transition-delay:.2s
                        }

                            .credit-operation section.card-ui-content > .card-container > .card-wrapper > .card > .card-logo > figure {
                                height:100%
                            }

                                .credit-operation section.card-ui-content > .card-container > .card-wrapper > .card > .card-logo > figure > img {
                                    height:100%
                                }

                        .credit-operation section.card-ui-content > .card-container > .card-wrapper > .card > .card-number {
                            display:flex;
                            align-items:center;
                            height:15px;
                            padding:5px;
                            margin-top:8px;
                            font-size:18px;
                            font-weight:bold;
                            letter-spacing:1.08px;
                            -transition:.2s;
                            -webkit-transition:.2s;
                            -ms-transition:.2s;
                            -moz-transition:.2s;
                            -o-transition:.2s;
                            -transition-delay:.2s;
                            -webkit-transition-delay:.2s;
                            -ms-transition-delay:.2s;
                            -moz-transition-delay:.2s;
                            -o-transition-delay:.2s
                        }

                        .credit-operation section.card-ui-content > .card-container > .card-wrapper > .card > .card-cvv {
                            display:flex;
                            align-items:center;
                            justify-content:center;
                            width:30px;
                            height:15px;
                            transform:rotateY(-180deg);
                            padding:5px;
                            padding-right:10px;
                            margin:5px;
                            background-color:#cfd8dc;
                            color:#37474f;
                            font-size:13px;
                            opacity:0;
                            -transition:.2s;
                            -webkit-transition:.2s;
                            -ms-transition:.2s;
                            -moz-transition:.2s;
                            -o-transition:.2s;
                            -transition-delay:.16s;
                            -webkit-transition-delay:.16s;
                            -ms-transition-delay:.16s;
                            -moz-transition-delay:.16s;
                            -o-transition-delay:.16s;
                            text-align:right
                        }

                        .credit-operation section.card-ui-content > .card-container > .card-wrapper > .card > .card-endexpration {
                            display:flex
                        }

                            .credit-operation section.card-ui-content > .card-container > .card-wrapper > .card > .card-endexpration > .card-date {
                                display:flex;
                                width:calc(30% - 10px);
                                height:12px;
                                overflow:hidden;
                                padding:5px;
                                font-size:13px;
                                -transition:.2s;
                                -webkit-transition:.2s;
                                -ms-transition:.2s;
                                -moz-transition:.2s;
                                -o-transition:.2s;
                                -transition-delay:.2s;
                                -webkit-transition-delay:.2s;
                                -ms-transition-delay:.2s;
                                -moz-transition-delay:.2s;
                                -o-transition-delay:.2s
                            }

                            .credit-operation section.card-ui-content > .card-container > .card-wrapper > .card > .card-endexpration > .card-fullname {
                                width:calc(70% - 10px);
                                height:9px;
                                overflow:hidden;
                                padding:5px;
                                font-size:13px;
                                text-align:right;
                                text-transform:uppercase;
                                -transition:.2s;
                                -webkit-transition:.2s;
                                -ms-transition:.2s;
                                -moz-transition:.2s;
                                -o-transition:.2s;
                                -transition-delay:.2s;
                                -webkit-transition-delay:.2s;
                                -ms-transition-delay:.2s;
                                -moz-transition-delay:.2s;
                                -o-transition-delay:.2s;
                                white-space:nowrap
                            }

        .credit-operation section .card-form {
            display:flex;
            align-self:center;
            width:283px;
            margin-top:10px;
            margin-bottom:10px
        }

            .credit-operation section .card-form label {
                margin-bottom:4px;
                color:#7c7f89;
                font-size:13px
            }

            .credit-operation section .card-form a {
                display:flex;
                justify-content:center;
                align-items:center;
                padding:15px;
                border-radius:4px;
                border:none;
                box-shadow:0 3px 6px 0 rgba(0,0,0,.16);
                background-color:#94c125;
                color:#fff;
                font-size:16px;
                cursor:pointer;
                outline:none;
                user-select:none;
                position:relative
            }

.role-definition-table {
    display:flex;
    flex-direction:column
}

    .role-definition-table .row {
        display:flex
    }

        .role-definition-table .row.child {
            width:calc(100% - 20px);
            margin-left:20px
        }

        .role-definition-table .row > div:nth-child(1) {
            flex:1
        }

    .role-definition-table .row-header {
        display:flex;
        flex-direction:column
    }

        .role-definition-table .row-header.fixed {
            width:calc(100% - 140px);
            position:fixed;
            top:10px;
            left:70px;
            z-index:999;
            background-color:#eceff1;
            box-shadow:0 2px 8px 0 rgba(0,0,0,.45)
        }

    .role-definition-table .row.header > div {
        padding:13px 10px;
        margin:0 2px
    }

    .role-definition-table .row.header .rotate {
        width:200px;
        height:18px;
        -transform:rotate(270deg);
        -webkit-transform:rotate(270deg);
        -ms-transform:rotate(270deg);
        -moz-transform:rotate(270deg);
        -o-transform:rotate(270deg);
        transform-origin:0 0;
        position:absolute;
        bottom:0;
        overflow:hidden;
        white-space:nowrap
    }

        .role-definition-table .row.header .rotate.bold {
            font-weight:bold
        }

        .role-definition-table .row.header .rotate > i {
            width:18px;
            height:18px;
            line-height:18px;
            display:inline-block;
            text-align:center;
            border-radius:50%;
            background-color:#94c125;
            color:#fff
        }

        .role-definition-table .row.header.rotate > div {
            height:200px
        }

            .role-definition-table .row.header.rotate > div.child-menu {
                height:180px
            }

    .role-definition-table .row.header > div:nth-child(1) {
        background:none
    }

    .role-definition-table .row-header > .row:nth-child(3) > div, .role-definition-table .row-header > .row.bottom-band > div {
        background-color:#cfd8dc;
        border-bottom:solid 2px #fff
    }

    .role-definition-table .row-header .buttons-field {
        display:flex
    }

        .role-definition-table .row-header .buttons-field > ul {
            display:flex;
            flex-direction:column
        }

            .role-definition-table .row-header .buttons-field > ul > li {
                display:flex;
                margin-bottom:3px
            }

                .role-definition-table .row-header .buttons-field > ul > li > a {
                    display:flex;
                    cursor:pointer
                }

                    .role-definition-table .row-header .buttons-field > ul > li > a > i {
                        font-size:18px
                    }

    .role-definition-table .row-content {
        display:flex;
        flex-direction:column
    }

    .role-definition-table .row-group {
        display:flex;
        flex-direction:column;
        margin-bottom:7px
    }

        .role-definition-table .row-group.child {
            width:calc(100% - 20px);
            margin-left:20px;
            margin-bottom:5px
        }

        .role-definition-table .row-group:last-child {
            margin-bottom:0
        }

        .role-definition-table .row-group > .row:first-child > div {
            background-color:#cfd8dc !important;
            display:block
        }

        .role-definition-table .row-group > .row:nth-child(odd) > div {
            background-color:#f4f6f7
        }

        .role-definition-table .row-group > .row > .accordion {
            display:flex;
            cursor:pointer;
            font-size:14px;
            line-height:16px
        }

            .role-definition-table .row-group > .row > .accordion:before {
                content:"";
                font-size:20px;
                position:absolute;
                right:8px;
                top:8px;
                font-family:"Line Awesome Free";
                font-weight:900;
                transform:rotate(-90deg);
                transition:.25s
            }

        .role-definition-table .row-group.off > .row {
            display:none
        }

            .role-definition-table .row-group.off > .row:first-child {
                display:flex
            }

            .role-definition-table .row-group.off > .row > .accordion:before {
                transform:rotate(90deg)
            }

        .role-definition-table .row-group.child-off {
            display:none
        }

    .role-definition-table .row > div {
        display:flex;
        flex:0 18px;
        background-color:#fff;
        padding:8px 10px;
        margin:0 2px;
        font-size:14px;
        line-height:16px;
        position:relative;
        overflow:hidden
    }

        .role-definition-table .row > div > a {
            display:flex;
            border-radius:4px;
            padding:3px 6px;
            background-color:#94c125;
            color:#fff;
            cursor:pointer;
            user-select:none
        }

            .role-definition-table .row > div > a.off {
                opacity:.65
            }

        .role-definition-table .row > div:nth-child(1) {
            flex:1
        }

    .role-definition-table .row > a {
        display:flex;
        flex:0 18px;
        background-color:#fff;
        padding:8px 10px;
        margin:0 2px;
        position:relative;
        overflow:hidden;
        cursor:pointer
    }

    .role-definition-table .parent-menu {
        cursor:pointer
    }

        .role-definition-table .parent-menu:before {
            content:"";
            font-size:20px;
            position:absolute;
            right:10px;
            top:10px;
            font-family:"Line Awesome Free";
            font-weight:900;
            transform:rotate(0deg);
            transition:.25s
        }

        .role-definition-table .parent-menu.on:before {
            transform:rotate(90deg)
        }

    .role-definition-table .child-menu {
        display:none !important;
        border-bottom:solid 1px #cfd8dc
    }

        .role-definition-table .child-menu.on {
            display:flex !important
        }

        .role-definition-table .child-menu.disable-color {
            background-color:#edeff3 !important
        }

.announcement-detail {
    display:flex
}

    .announcement-detail > .title {
        display:flex;
        font-size:18px;
        font-weight:bold;
        margin-bottom:20px
    }

    .announcement-detail > .html {
        display:block
    }

.dps-locked-project {
    background:#ffe6e6 !important
}

.modal-expand > .scope {
    top:70px !important
}

.demand-form > fieldset > div > a {
    width:calc(100% - 14px);
    margin-top:10px
}

.demand-form > ul.desktopselect-document-list {
    margin:10px 0;
    display:flex;
    height:auto;
    max-height:130px;
    overflow-y:auto;
    flex-direction:column;
    width:100%
}

    .demand-form > ul.desktopselect-document-list > li {
        display:flex;
        flex-direction:column;
        width:calc(100% - 20px);
        padding:10px;
        background-color:#f4f6f7;
        color:#455a64;
        border-radius:4px;
        margin-bottom:10px;
        position:relative
    }

.demand-form {
    display:flex;
    flex-direction:column;
    align-items:flex-start
}

    .demand-form.off {
        display:none
    }

    .demand-form > fieldset {
        display:flex;
        flex-direction:column;
        align-items:flex-start
    }

        .demand-form > fieldset > input[type=file] {
            display:none
        }

            .demand-form > fieldset > input[type=file] + label {
                display:flex;
                padding:8px 15px;
                border-radius:4px;
                border:none;
                background-color:#94c125;
                color:#fff;
                cursor:pointer;
                outline:none
            }

        .demand-form > fieldset > span {
            margin-top:10px
        }

    .demand-form > .title {
        display:flex;
        margin-bottom:5px;
        font-size:18px;
        font-weight:bold;
        margin-top:15px
    }

        .demand-form > .title.off {
            display:none
        }

    .demand-form > ul.desktopselect-document-list > li.is-frequently > .file-header > div:nth-child(1) {
        display:none
    }

    .demand-form > ul.desktopselect-document-list > li.is-frequently > .file-header > div:nth-child(3) {
        width:calc(75% - 14px)
    }

    .demand-form > ul.desktopselect-document-list > li > .file-header {
        display:flex
    }

        .demand-form > ul.desktopselect-document-list > li > .file-header > div {
            display:flex;
            align-items:baseline;
            padding:7px
        }

            .demand-form > ul.desktopselect-document-list > li > .file-header > div:nth-child(1) {
                margin-top:3px
            }

            .demand-form > ul.desktopselect-document-list > li > .file-header > div:nth-child(2) {
                width:calc(25% - 14px);
                margin-top:3px
            }

            .demand-form > ul.desktopselect-document-list > li > .file-header > div:nth-child(3) {
                display:flex;
                flex-direction:column;
                width:calc(60% - 14px);
                font-size:13px
            }

                .demand-form > ul.desktopselect-document-list > li > .file-header > div:nth-child(3) > span {
                    font-weight:bold
                }

                .demand-form > ul.desktopselect-document-list > li > .file-header > div:nth-child(3) > ul {
                    display:flex;
                    flex-wrap:wrap
                }

                    .demand-form > ul.desktopselect-document-list > li > .file-header > div:nth-child(3) > ul > li {
                        display:flex;
                        margin-right:8px;
                        margin-top:3px
                    }

    .demand-form > ul.desktopselect-document-list > li > .file-form {
        display:flex;
        flex-direction:column;
        width:calc(100% - 14px);
        margin-top:10px
    }

        .demand-form > ul.desktopselect-document-list > li > .file-form.off {
            display:none
        }

        .demand-form > ul.desktopselect-document-list > li > .file-form > ul {
            display:flex;
            width:calc(100% - 22px);
            padding:10px;
            border:dashed 1px #b8c1c5
        }

            .demand-form > ul.desktopselect-document-list > li > .file-form > ul > li {
                display:flex;
                flex-direction:column;
                width:160px;
                margin:5px
            }

                .demand-form > ul.desktopselect-document-list > li > .file-form > ul > li > label {
                    margin-bottom:4px;
                    color:#afbec5
                }

                .demand-form > ul.desktopselect-document-list > li > .file-form > ul > li > input {
                    width:calc(100% - 14px);
                    padding:6px;
                    font-size:13px;
                    border-radius:4px;
                    background-color:#fff;
                    color:#afbec5;
                    border:solid 1px #cfd8dc;
                    outline:none
                }

                .demand-form > ul.desktopselect-document-list > li > .file-form > ul > li > select {
                    padding:5px;
                    font-size:13px;
                    border-radius:4px;
                    color:#afbec5;
                    background-color:#fff;
                    border:solid 1px #cfd8dc;
                    outline:none
                }

    .demand-form > ul.desktopselect-document-list > li > div .file {
        display:flex;
        align-items:center;
        width:100%;
        border-radius:4px;
        background-color:#cfd8dc;
        color:#455a64;
        font-size:13px
    }

        .demand-form > ul.desktopselect-document-list > li > div .file > span {
            width:calc(100% - 50px);
            height:15px;
            margin:7px 10px;
            overflow:hidden
        }

        .demand-form > ul.desktopselect-document-list > li > div .file > figure {
            display:flex;
            justify-content:center;
            align-items:center;
            width:23px;
            height:23px;
            margin:5px;
            border-radius:50%;
            background-color:#fff
        }

            .demand-form > ul.desktopselect-document-list > li > div .file > figure > i {
                font-size:17px
            }

    .demand-form > ul.desktopselect-document-list > li > div select {
        width:100%;
        padding:8px;
        font-size:13px;
        border-radius:4px;
        color:#afbec5;
        background-color:#fff;
        border:solid 1px #cfd8dc;
        outline:none
    }

    .demand-form > ul.desktopselect-document-list > li > div input[type=text] {
        width:calc(100% - 14px);
        padding:9px;
        font-size:13px;
        border-radius:4px;
        background-color:#fff;
        color:#afbec5;
        border:solid 1px #cfd8dc;
        outline:none
    }

    .demand-form > ul.desktopselect-document-list > li > a.button-delete {
        display:flex;
        justify-content:center;
        align-items:center;
        width:20px;
        height:20px;
        cursor:pointer;
        position:absolute;
        right:5px;
        top:5px;
        opacity:.8
    }

        .demand-form > ul.desktopselect-document-list > li > a.button-delete:hover {
            opacity:.95
        }

@media(min-width:1219px) and (max-width:1466px) {
    .modal-expand > .scope {
        top:90px
    }

    .dps-table {
        overflow-x:auto
    }

    .dps-table {
        display:grid;
        flex-direction:column;
        width:100%;
        font-size:13px;
        color:#575961
    }

        .dps-table .row > div {
            font-size:12px !important;
            line-height:14px !important
        }

            .dps-table .row > div.name, .dps-table .row > div.firmname {
                flex:0 90px !important
            }

    .dps-wrapper {
        width:calc(100% - 40px) !important;
        margin:0 20px !important
    }

    .dps-header .dps-header-top section .logo {
        width:160px !important
    }

    .dps-tab-page-header {
        align-items:end !important
    }

        .dps-tab-page-header.column {
            align-items:flex-start !important
        }

            .dps-tab-page-header.column .dps-filter {
                width:100% !important
            }
}

@media(min-width:768px) and (max-width:1219px) {
    .modal .scope {
        width:420%
    }

        .modal .scope .header {
            width:100%
        }

        .modal .scope .content figure:before {
            font-size:30px
        }

        .modal .scope .content span {
            font-size:18px
        }

        .modal .scope .content p {
            margin-top:4px;
            font-size:14px
        }

        .modal .scope .footer > a {
            padding:8px 20px;
            margin:0;
            margin-left:4px
        }

    .modal-send-project {
        align-items:center
    }

        .modal-send-project .scope {
            width:80%
        }

            .modal-send-project .scope .content text > figure {
                width:50px;
                height:50px
            }

            .modal-send-project .scope .content text > span {
                margin-top:10px
            }

            .modal-send-project .scope .content text > p {
                margin-top:4px
            }

            .modal-send-project .scope .content figure:before {
                font-size:30px
            }

            .modal-send-project .scope .content ul > li {
                flex-direction:column;
                width:calc(100% - 20px);
                padding:10px
            }

                .modal-send-project .scope .content ul > li > span {
                    width:auto;
                    padding:0
                }

                .modal-send-project .scope .content ul > li > a {
                    width:auto;
                    padding:0;
                    color:#788f9b;
                    cursor:pointer;
                    margin-top:5px
                }

    .modal-document-viewer > .scope {
        width:90%
    }

        .modal-document-viewer > .scope > .content > ul {
            width:calc(100% - 20px);
            padding-right:20px
        }

    .modal-expand {
        align-items:center
    }

        .modal-expand > .scope {
            width:80%;
            top:inherit
        }

            .modal-expand > .scope.w-450 {
                width:80%
            }

            .modal-expand > .scope.w-500 {
                width:80%
            }

            .modal-expand > .scope.w-550 {
                width:80%
            }

            .modal-expand > .scope.w-600 {
                width:80%
            }

            .modal-expand > .scope.w-650 {
                width:80%
            }

            .modal-expand > .scope.w-700 {
                width:80%
            }

            .modal-expand > .scope.w-750 {
                width:80%
            }

            .modal-expand > .scope.w-800 {
                width:80%
            }

            .modal-expand > .scope > .header span {
                width:calc(100% - 92px);
                padding:17px 20px
            }

            .modal-expand > .scope > .content {
                padding:20px;
                max-height:350px;
                overflow-y:auto
            }

        .modal-expand .dps-table .row {
            width:720px !important
        }

        .modal-expand .dps-table .row-content.fixed {
            width:727px
        }

    .modal-tabs {
        flex-direction:column
    }

        .modal-tabs > li {
            width:100%
        }

            .modal-tabs > li:nth-child(2) > input + label {
                width:calc(100% - 16px) !important
            }

    .modal-policy-info .project-no {
        font-size:16px
    }

    .modal-photo-gallery > .scope {
        width:90%;
        height:80%
    }

        .modal-photo-gallery > .scope > .content > section {
            flex-direction:column
        }

            .modal-photo-gallery > .scope > .content > section .slider {
                width:calc(100% - 10px)
            }

            .modal-photo-gallery > .scope > .content > section .slider-nav {
                width:100%;
                display:none
            }

    .dps-strap.w-xs-100 {
        width:100% !important
    }

    .dps-strap .col-xs-1 {
        width:calc(8.33333% - 14px)
    }

    .dps-strap .col-xs-2 {
        width:calc(16.66667% - 14px)
    }

    .dps-strap .col-xs-3 {
        width:calc(25% - 14px)
    }

    .dps-strap .col-xs-4 {
        width:calc(33.33333% - 14px)
    }

    .dps-strap .col-xs-5 {
        width:calc(41.66667% - 14px)
    }

    .dps-strap .col-xs-6 {
        width:calc(50% - 14px)
    }

    .dps-strap .col-xs-7 {
        width:calc(58.33333% - 14px)
    }

    .dps-strap .col-xs-8 {
        width:calc(66.66667% - 14px)
    }

    .dps-strap .col-xs-9 {
        width:calc(75% - 14px)
    }

    .dps-strap .col-xs-10 {
        width:calc(83.33333% - 14px)
    }

    .dps-strap .col-xs-11 {
        width:calc(91.66667% - 14px)
    }

    .dps-strap .col-xs-12 {
        width:calc(100% - 14px)
    }

    .dps-strap .col-xs-mg-7 {
        margin-bottom:7px
    }

    .dps-strap .col-xs-display-none {
        display:none
    }

    .dps-label {
        padding:3px 0
    }

    .label-r .dps-label {
        justify-content:flex-start;
        text-align:left
    }

    .dps-button-container {
        display:flex;
        flex-direction:column
    }

        .dps-button-container .dps-button {
            margin-bottom:7px
        }

            .dps-button-container .dps-button:last-child {
                margin-bottom:0
            }

    .dps-checkbox-wrapper.half > ul > li {
        margin-bottom:3px
    }

    .dps-unauthorized-operation {
        top:126px;
        height:calc(100% - 126px);
        margin-left:-20px
    }

        .dps-unauthorized-operation > article {
            width:80%;
            text-align:center
        }

            .dps-unauthorized-operation > article > h1 {
                font-size:250px;
                color:#327c88
            }

            .dps-unauthorized-operation > article > p {
                font-size:16px;
                line-height:19px;
                margin-bottom:8px
            }

            .dps-unauthorized-operation > article > .dps-button {
                margin-top:10px
            }

            .dps-unauthorized-operation > article > span {
                font-size:17px
            }

    .dps-table {
        overflow-x:auto
    }

        .dps-table .row > div {
            min-width:0
        }

        .dps-table .row {
            width:1720px
        }

        .dps-table .row-content {
            width:1720px
        }

            .dps-table .row-content.fixed {
                width:1727px
            }

        .dps-table .row-detail {
            width:1690px
        }

            .dps-table .row-detail .content section.detail input[type=text] {
                width:calc(100% - 8px);
                right:0
            }

    .dps-table-action-buttons-tabfix {
        right:9px
    }

    .unit-device {
        overflow-x:auto
    }

        .unit-device > li {
            width:100% !important;
        }

    .dps-login-field {
        width:380px;
        padding:25px;
        margin-top:130px
    }

        .dps-login-field .header figure {
            height:85px
        }

            .dps-login-field .header figure img {
                width:200px
            }

        .dps-login-field form ul.role-card {
            flex-direction:column
        }

            .dps-login-field form ul.role-card > li {
                width:100%;
                margin-bottom:8px
            }

                .dps-login-field form ul.role-card > li:last-child {
                    margin-bottom:0
                }

    .dps-reset-password .scope {
        width:380px;
        margin:40px;
        margin-top:60px
    }

    .dps-reset-password .col-4 {
        display:flex;
        justify-content:flex-end;
        align-items:baseline
    }

        .dps-reset-password .col-4 label {
            justify-content:flex-end;
            text-align:right
        }

    .dps-empty-content {
        flex-direction:column;
        justify-content:center;
        align-items:center;
        text-align:center
    }

        .dps-empty-content.mobile-justify-content-start {
            flex-direction:row;
            justify-content:start
        }

            .dps-empty-content.mobile-justify-content-start > p {
                margin-top:0
            }

        .dps-empty-content > p {
            margin-top:8px
        }

    .dps-wrapper {
        width:calc(100% - 60px);
        margin:0 30px
    }

    .dps-content .dps-renderbody {
        padding:20px 0 20px 0
    }

    .dps-header-visibility {
        display:flex;
    }

    .dps-header {
        width:100%;
        position:fixed;
        z-index:99;
        left:0;
        top:0
    }

        .dps-header .dps-header-top section {
            height:66px
        }

            .dps-header .dps-header-top section .logo {
                width:145px
            }

            .dps-header .dps-header-top section .top-content {
                display:flex;
                flex-wrap:wrap;
                align-items:center;
                justify-content:flex-end;
                width:calc(100% - 160px);
                margin-left:15px
            }

                .dps-header .dps-header-top section .top-content .user-info {
                    display:flex;
                    align-items:center;
                    justify-content:flex-end;
                    width:calc(100% - 39px);
                    color:#788f9b;
                    font-size:14px;
                    position:relative;
                    margin-right:15px
                }

                    .dps-header .dps-header-top section .top-content .user-info > .detail {
                        min-width:150px;
                        max-width:330px;
                        z-index:99999
                    }

                        .dps-header .dps-header-top section .top-content .user-info > .detail > figure {
                            width:80px;
                            height:80px
                        }

                .dps-header .dps-header-top section .top-content .mobile-menu-button {
                    display:flex;
                    flex-direction:column;
                    width:24px;
                    position:relative;
                    z-index:1;
                    -webkit-user-select:none;
                    user-select:none
                }

                    .dps-header .dps-header-top section .top-content .mobile-menu-button input {
                        width:100%;
                        height:100%;
                        position:absolute;
                        top:0;
                        left:0;
                        cursor:pointer;
                        opacity:0;
                        z-index:2
                    }

                    .dps-header .dps-header-top section .top-content .mobile-menu-button span {
                        display:block;
                        width:100%;
                        height:2px;
                        margin-bottom:5px;
                        position:relative;
                        background:#fff;
                        border-radius:3px;
                        z-index:1;
                        transform-origin:22px 2px;
                        transition:transform .42s cubic-bezier(.77,.2,.05,1),background .5s cubic-bezier(.77,.2,.05,1),opacity .55s ease
                    }

                        .dps-header .dps-header-top section .top-content .mobile-menu-button span:last-child {
                            margin-bottom:0
                        }

                    .dps-header .dps-header-top section .top-content .mobile-menu-button.on > span:nth-last-child(3) {
                        transform:rotate(-45deg)
                    }

                    .dps-header .dps-header-top section .top-content .mobile-menu-button.on > span:nth-last-child(2) {
                        opacity:0;
                        transform:rotate(0deg) scale(.2,.2)
                    }

                    .dps-header .dps-header-top section .top-content .mobile-menu-button.on > span:nth-last-child(1) {
                        transform:rotate(45deg)
                    }

                .dps-header .dps-header-top section .top-content .global-search-field {
                    display:none
                }

                .dps-header .dps-header-top section .top-content .user-deploy-time {
                    display:none
                }

        .dps-header .dps-header-bottom section ul.menu {
            display:block;
            width:100%;
            height:0;
            overflow-y:auto;
            position:fixed;
            z-index:9999;
            top:65px;
            left:0;
            margin-left:0;
            background-color:rgba(55,71,79,.95);
            transition:height .42s cubic-bezier(.77,.2,.05,1)
        }

            .dps-header .dps-header-bottom section ul.menu.on {
                height:calc(100% - 66px)
            }

            .dps-header .dps-header-bottom section ul.menu > li {
                flex-direction:column
            }

                .dps-header .dps-header-bottom section ul.menu > li:first-child {
                    margin-top:15px
                }

                .dps-header .dps-header-bottom section ul.menu > li > a {
                    width:calc(100% - 45px);
                    padding:7px 20px 7px 20px
                }

                    .dps-header .dps-header-bottom section ul.menu > li > a.submenuitem:before {
                        font-size:14px;
                        right:22px;
                        top:13px
                    }

                .dps-header .dps-header-bottom section ul.menu > li ul.submenu {
                    display:none;
                    flex-direction:column;
                    width:calc(100% - 40px);
                    margin:5px 20px 5px 30px;
                    padding:0;
                    position:relative;
                    top:0;
                    left:0;
                    background:none;
                    color:#fff;
                    box-shadow:none
                }

                    .dps-header .dps-header-bottom section ul.menu > li ul.submenu > li {
                        margin:0
                    }

                        .dps-header .dps-header-bottom section ul.menu > li ul.submenu > li > a {
                            display:flex;
                            width:calc(100% - 10px);
                            padding:6px 6px;
                            color:#788f9b
                        }

        .dps-header .dps-header-bottom section .filter-user {
            width:100%
        }

    .dps-tab-page-header {
        display:flex;
        flex-direction:column;
        margin-bottom:5px
    }

        .dps-tab-page-header .dps-breadcrumbs {
            display:flex;
            flex-direction:column;
            width:100%;
            color:#455a64
        }

            .dps-tab-page-header .dps-breadcrumbs span {
                font-size:18px;
                position:relative;
                font-weight:bold
            }

                .dps-tab-page-header .dps-breadcrumbs span:before {
                    background:none
                }

            .dps-tab-page-header .dps-breadcrumbs > ul {
                display:flex;
                flex-wrap:wrap;
                font-size:13px;
                padding-top:2px
            }

                .dps-tab-page-header .dps-breadcrumbs > ul > li {
                    display:flex;
                    justify-content:center;
                    align-items:center;
                    margin-right:3px;
                    margin-bottom:3px
                }

                    .dps-tab-page-header .dps-breadcrumbs > ul > li:first-child > i {
                        font-size:18px;
                        position:relative;
                        top:0
                    }

                    .dps-tab-page-header .dps-breadcrumbs > ul > li > a {
                        display:flex;
                        position:relative;
                        font-size:13px;
                        color:#455a64;
                        padding-left:15px
                    }

                        .dps-tab-page-header .dps-breadcrumbs > ul > li > a:before {
                            content:"";
                            font-family:"Line Awesome Free";
                            font-weight:900;
                            font-size:12px;
                            position:absolute;
                            left:0;
                            top:2px
                        }

        .dps-tab-page-header .dps-filter {
            flex-direction:row;
            width:100%;
            position:relative
        }

    .dps-tab-page .tab-menu > ul {
        flex-direction:column
    }

        .dps-tab-page .tab-menu > ul > li > a {
            width:calc(100% - 20px);
            padding:8px 10px
        }

    .dps-tab-page .section .part {
        width:calc(100% - 64px);
        padding:15px;
        margin:7px;
        margin-bottom:15px
    }

        .dps-tab-page .section .part span.title {
            padding:3px 7px;
            left:15px;
            font-size:16px
        }

        .dps-tab-page .section .part div.content {
            padding:5px
        }

    .dps-tab-page .section .section-button {
        width:calc(100% - 12px);
        margin:0 6px 10px 6px
    }

    .dps-tab-page .solid-model {
        flex-direction:column
    }

        .dps-tab-page .solid-model .floorSelectDiv {
            margin-top:5px
        }

            .dps-tab-page .solid-model .floorSelectDiv > button {
                margin-right:7px
            }

        .dps-tab-page .solid-model canvas {
            width:100% !important;
            height:350px !important
        }

    .dps-left-filter-page {
        flex-direction:column
    }

        .dps-left-filter-page > .filter {
            width:100%
        }

        .dps-left-filter-page > .page {
            width:100%;
            margin-top:10px
        }

    .dps-dashboard {
        flex-direction:column
    }

        .dps-dashboard .boxs {
            width:100%
        }

            .dps-dashboard .boxs > ul > li {
                width:calc(33.333% - 14px)
            }

                .dps-dashboard .boxs > ul > li > a {
                    width:100% !important;
                    height:auto;
                }

                    .dps-dashboard .boxs > ul > li > a > .count {
                        position:relative;
                        right:inherit;
                        top:inherit;
                        font-size:22px;
                        margin-bottom:5px
                    }


                    .dps-dashboard .boxs > ul > li > a > .title-my-count {
                        font-size:14px;
                        margin-top:5px;
                        position:relative;
                        bottom:0
                    }

                    .dps-dashboard .boxs > ul > li > a > .title-bottom-info {
                        position:relative;
                        margin-top:5px;
                        bottom:0;
                        font-size:14px;
                        color:#aaacb3
                    }

                    .dps-dashboard .boxs > ul > li > a > .full-ratio {
                        display:flex;
                        width:calc(100% - 0px);
                        height:7px;
                        border-radius:5px;
                        background-color:#ecf2f5;
                        overflow:hidden;
                        margin-top:5px;
                        position:relative;
                        bottom:inherit;
                        left:inherit
                    }

        .dps-dashboard .announcements {
            width:calc(100% - 14px);
            margin:7px;
            margin-top:20px
        }

            .dps-dashboard .announcements > .header {
                width:calc(100% - 30px);
                padding:15px
            }

            .dps-dashboard .announcements > .content > ul > li > a {
                width:calc(100% - 30px);
                padding:10px 15px
            }

                .dps-dashboard .announcements > .content > ul > li > a > div:nth-child(1) {
                    flex:0 60px
                }

                .dps-dashboard .announcements > .content > ul > li > a > div:nth-child(2) {
                    flex:0 calc(100% - 150px)
                }

                .dps-dashboard .announcements > .content > ul > li > a > div > figure {
                    width:50px;
                    height:50px
                }

                    .dps-dashboard .announcements > .content > ul > li > a > div > figure > img {
                        width:40px;
                        height:40px
                    }

            .dps-dashboard .announcements > .content > ul > li.empty-message {
                flex-direction:column
            }

    .authorization-code-item {
        padding:15px
    }

    .create-document-project-detail > ul.desktopselect-document-list > li > .file-header {
        flex-direction:column
    }

        .create-document-project-detail > ul.desktopselect-document-list > li > .file-header > div {
            padding:5px
        }

            .create-document-project-detail > ul.desktopselect-document-list > li > .file-header > div:nth-child(1) {
                width:calc(100% - 10px);
                margin-top:12px
            }

            .create-document-project-detail > ul.desktopselect-document-list > li > .file-header > div:nth-child(2) {
                width:calc(100% - 10px)
            }

            .create-document-project-detail > ul.desktopselect-document-list > li > .file-header > div:nth-child(3) {
                width:calc(100% - 10px)
            }

    .create-document-project-detail > ul.desktopselect-document-list > li > .file-form {
        width:calc(100% - 10px)
    }

        .create-document-project-detail > ul.desktopselect-document-list > li > .file-form > ul {
            flex-direction:column
        }

    .create-document-project-detail > ul.desktopselect-document-list > li > a.button-delete {
        border-radius:50%;
        border:solid 1px #c7c7d2;
        background-color:#f4f6f7
    }

    .document-list > ul > li {
        width:calc(50% - 42px)
    }

    .create-policy {
        width:100%;
        padding:10px 0
    }

        .create-policy > .wizard-progress-bar > ul {
            width:100%;
            margin:0 10px
        }

            .create-policy > .wizard-progress-bar > ul > li:before {
                height:7px;
                top:17px
            }

            .create-policy > .wizard-progress-bar > ul > li > a {
                justify-content:flex-start
            }

                .create-policy > .wizard-progress-bar > ul > li > a > b {
                    width:33px;
                    height:33px;
                    border:solid 3px #cfd8dc;
                    font-size:20px
                }

                .create-policy > .wizard-progress-bar > ul > li > a > span {
                    font-size:13px;
                    text-align:center
                }

        .create-policy > .wizard-views {
            padding:30px 0 40px 0
        }

            .create-policy > .wizard-views > ul {
                width:100%
            }

                .create-policy > .wizard-views > ul > li > ul.policy-type-select {
                    width:85%;
                    margin-top:10px
                }

                    .create-policy > .wizard-views > ul > li > ul.policy-type-select > li:nth-child(2) {
                        transform:scale(1.3)
                    }

                    .create-policy > .wizard-views > ul > li > ul.policy-type-select > li > a {
                        width:calc(100% - 20px);
                        padding:12px 10px 20px 10px
                    }

                        .create-policy > .wizard-views > ul > li > ul.policy-type-select > li > a > figure {
                            height:60px
                        }

                            .create-policy > .wizard-views > ul > li > ul.policy-type-select > li > a > figure > img {
                                width:60px
                            }

                        .create-policy > .wizard-views > ul > li > ul.policy-type-select > li > a > span {
                            width:100%;
                            font-size:14px
                        }

        .create-policy .policy-form-section {
            width:calc(100% - 54px);
            border:solid 2px #cfd8dc
        }

            .create-policy .policy-form-section > span.title {
                border:solid 2px #cfd8dc
            }

        .create-policy .policy-message > figure {
            width:60px;
            height:60px;
            font-size:38px
        }

        .create-policy .policy-message > p {
            font-size:15px;
            margin-bottom:4px
        }

    .role-definition-table {
        overflow-y:auto
    }

        .role-definition-table .row {
            width:1720px
        }

            .role-definition-table .row.child {
                margin-left:20px
            }

        .role-definition-table .row-header.fixed {
            position:relative;
            top:0;
            left:0
        }

        .role-definition-table .row-content {
            margin-top:0 !important
        }

        .role-definition-table .row-group.child {
            width:1700px
        }

            .role-definition-table .row-group.child > .row {
                width:1700px
            }

        .role-definition-table .row > a {
            font-size:14px;
            line-height:16px
        }
}

@media(max-width:767px) {
    .modal .scope {
        width:85%
    }

        .modal .scope .header {
            width:100%
        }

        .modal .scope .content figure:before {
            font-size:30px
        }

        .modal .scope .content span {
            font-size:18px
        }

        .modal .scope .content p {
            margin-top:4px;
            font-size:14px
        }

        .modal .scope .footer > a {
            padding:8px 20px;
            margin:0;
            margin-left:4px
        }

    .modal-send-project {
        align-items:center
    }

        .modal-send-project .scope {
            width:85%
        }

            .modal-send-project .scope .content text > figure {
                width:50px;
                height:50px
            }

            .modal-send-project .scope .content text > span {
                margin-top:10px
            }

            .modal-send-project .scope .content text > p {
                margin-top:4px
            }

            .modal-send-project .scope .content figure:before {
                font-size:30px
            }

            .modal-send-project .scope .content ul > li {
                flex-direction:column;
                width:calc(100% - 20px);
                padding:10px
            }

                .modal-send-project .scope .content ul > li > span {
                    width:auto;
                    padding:0
                }

                .modal-send-project .scope .content ul > li > a {
                    width:auto;
                    padding:0;
                    color:#788f9b;
                    cursor:pointer;
                    margin-top:5px
                }

    .modal-document-viewer > .scope {
        width:90%
    }

        .modal-document-viewer > .scope > .content > ul {
            width:calc(100% - 20px);
            padding-right:20px
        }

    .modal-expand {
        align-items:center
    }

        .modal-expand > .scope {
            width:90%;
            top:inherit
        }

            .modal-expand > .scope.w-450 {
                width:90%
            }

            .modal-expand > .scope.w-500 {
                width:90%
            }

            .modal-expand > .scope.w-550 {
                width:90%
            }

            .modal-expand > .scope.w-600 {
                width:90%
            }

            .modal-expand > .scope.w-650 {
                width:90%
            }

            .modal-expand > .scope.w-700 {
                width:90%
            }

            .modal-expand > .scope.w-750 {
                width:90%
            }

            .modal-expand > .scope.w-800 {
                width:90%
            }

            .modal-expand > .scope.w-850 {
                width:90%
            }

            .modal-expand > .scope > .header span {
                width:calc(100% - 92px);
                padding:17px 20px
            }

            .modal-expand > .scope > .content {
                width:calc(100% - 40px);
                padding:20px;
                max-height:350px;
                overflow-y:auto
            }

        .modal-expand .dps-table .row {
            width:720px !important
        }

        .modal-expand .dps-table .row-content.fixed {
            width:727px
        }

    .modal-tabs {
        flex-direction:column
    }

        .modal-tabs > li {
            width:100%
        }

            .modal-tabs > li:nth-child(2) > input + label {
                width:calc(100% - 16px) !important
            }

    .modal-policy-info .project-no {
        font-size:16px
    }

    .modal-photo-gallery > .scope {
        width:90%;
        height:80%
    }

        .modal-photo-gallery > .scope > .content > section {
            flex-direction:column
        }

            .modal-photo-gallery > .scope > .content > section .slider {
                width:calc(100% - 10px)
            }

            .modal-photo-gallery > .scope > .content > section .slider-nav {
                width:100%;
                display:none
            }

    .dps-strap.w-xs-100 {
        width:100% !important
    }

    .dps-strap .col-xs-1 {
        width:calc(8.33333% - 14px)
    }

    .dps-strap .col-xs-2 {
        width:calc(16.66667% - 14px)
    }

    .dps-strap .col-xs-3 {
        width:calc(25% - 14px)
    }

    .dps-strap .col-xs-4 {
        width:calc(33.33333% - 14px)
    }

    .dps-strap .col-xs-5 {
        width:calc(41.66667% - 14px)
    }

    .dps-strap .col-xs-6 {
        width:calc(50% - 14px)
    }

    .dps-strap .col-xs-7 {
        width:calc(58.33333% - 14px)
    }

    .dps-strap .col-xs-8 {
        width:calc(66.66667% - 14px)
    }

    .dps-strap .col-xs-9 {
        width:calc(75% - 14px)
    }

    .dps-strap .col-xs-10 {
        width:calc(83.33333% - 14px)
    }

    .dps-strap .col-xs-11 {
        width:calc(91.66667% - 14px)
    }

    .dps-strap .col-xs-12 {
        width:calc(100% - 14px)
    }

    .dps-strap .col-xs-mg-7 {
        margin-bottom:7px
    }

    .dps-strap .col-xs-display-none {
        display:none
    }

    .dps-label {
        padding:3px 0
    }

    .label-r .dps-label {
        justify-content:flex-start;
        text-align:left
    }

    .dps-button-container {
        display:flex;
        flex-direction:column
    }

        .dps-button-container .dps-button {
            margin-bottom:7px
        }

            .dps-button-container .dps-button:last-child {
                margin-bottom:0
            }

    .dps-checkbox-wrapper.half > ul > li {
        margin-bottom:3px
    }

    .dps-unauthorized-operation {
        top:126px;
        height:calc(100% - 126px);
        margin-left:-20px
    }

        .dps-unauthorized-operation > article {
            width:80%;
            text-align:center
        }

            .dps-unauthorized-operation > article > h1 {
                font-size:250px;
                color:#327c88
            }

            .dps-unauthorized-operation > article > p {
                font-size:16px;
                line-height:19px;
                margin-bottom:8px
            }

            .dps-unauthorized-operation > article > .dps-button {
                margin-top:10px
            }

            .dps-unauthorized-operation > article > span {
                font-size:17px
            }

    .dps-not-found {
        top:126px;
        height:calc(100% - 126px);
        margin-left:-20px
    }

        .dps-not-found > article {
            width:80%;
            text-align:center
        }

            .dps-not-found > article > h1 {
                font-size:50px;
                color:#327c88
            }

            .dps-not-found > article > p {
                font-size:16px;
                line-height:19px;
                margin-bottom:8px
            }

            .dps-not-found > article > .dps-button {
                margin-top:10px
            }

            .dps-not-found > article > span {
                font-size:17px
            }

    .dps-table {
        overflow-x:auto
    }

        .dps-table .row > div {
            min-width:0
        }

        .dps-table .row {
            width: 100% !important;
        }

        .dps-table .row-content {
            width:100% !important;
        }

            .dps-table .row-content.fixed {
                width:327px
            }

        .dps-table .row-detail {
            width:290px
        }

            .dps-table .row-detail .content section.detail input[type=text] {
                width:calc(100% - 8px);
                right:0
            }
    .row{
        margin-left:0px !important;
        margin-right:0px !important;
    }

    .dps-table-action-buttons-tabfix {
        right:9px
    }

    .unit-device {
        overflow-x:auto
    }

        .unit-device > li {
            width:100% !important;
        }

    .dps-login-field {
        width:calc(100% - 50px);
        padding:25px;
        margin-top:130px
    }

        .dps-login-field .header figure {
            height:85px
        }

            .dps-login-field .header figure img {
                width:200px
            }

        .dps-login-field form ul.role-card {
            flex-direction:column
        }

            .dps-login-field form ul.role-card > li {
                width:100%;
                margin-bottom:8px
            }

                .dps-login-field form ul.role-card > li:last-child {
                    margin-bottom:0
                }

    .dps-reset-password .scope {
        width:calc(100% - 80px);
        margin:40px;
        margin-top:60px
    }

    .dps-reset-password .col-4 {
        display:flex;
        justify-content:flex-end;
        align-items:baseline
    }

        .dps-reset-password .col-4 label {
            justify-content:flex-end;
            text-align:right
        }

    .dps-empty-content {
        flex-direction:column;
        justify-content:center;
        align-items:center;
        text-align:center
    }

        .dps-empty-content.mobile-justify-content-start {
            flex-direction:row;
            justify-content:start
        }

            .dps-empty-content.mobile-justify-content-start > p {
                margin-top:0
            }

        .dps-empty-content > p {
            margin-top:8px
        }

    .dps-wrapper {
        width:calc(100% - 20px);
        margin:0 10px
    }

    .dps-content .dps-renderbody {
        padding:20px 0 20px 0;
    }
    html, body {
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
        box-sizing: border-box;
    }
    .dps-header-visibility {
        display:flex;
    }

    .dps-header {
        width:100%;
        z-index:99;
        left:0;
        top:0
    }

        .dps-header .dps-header-top section {
            height:66px
        }

            .dps-header .dps-header-top section .logo {
                width:145px
            }

            .dps-header .dps-header-top section .top-content {
                display:flex;
                flex-wrap:wrap;
                align-items:center;
                justify-content:flex-end;
                width:calc(100% - 160px);
                margin-left:15px
            }

                .dps-header .dps-header-top section .top-content .user-info {
                    display:flex;
                    align-items:center;
                    justify-content:flex-end;
                    width:calc(100% - 39px);
                    color:#788f9b;
                    font-size:14px;
                    position:relative;
                    margin-right:15px
                }

                    .dps-header .dps-header-top section .top-content .user-info > .detail {
                        min-width:150px;
                        max-width:330px;
                        z-index:99999
                    }

                        .dps-header .dps-header-top section .top-content .user-info > .detail > figure {
                            width:80px;
                            height:80px
                        }

                .dps-header .dps-header-top section .top-content .mobile-menu-button {
                    display:flex;
                    flex-direction:column;
                    width:24px;
                    position:relative;
                    z-index:1;
                    -webkit-user-select:none;
                    user-select:none
                }

                    .dps-header .dps-header-top section .top-content .mobile-menu-button input {
                        width:100%;
                        height:100%;
                        position:absolute;
                        top:0;
                        left:0;
                        cursor:pointer;
                        opacity:0;
                        z-index:2
                    }

                    .dps-header .dps-header-top section .top-content .mobile-menu-button span {
                        display:block;
                        width:100%;
                        height:2px;
                        margin-bottom:5px;
                        position:relative;
                        background:#fff;
                        border-radius:3px;
                        z-index:1;
                        transform-origin:22px 2px;
                        transition:transform .42s cubic-bezier(.77,.2,.05,1),background .5s cubic-bezier(.77,.2,.05,1),opacity .55s ease
                    }

                        .dps-header .dps-header-top section .top-content .mobile-menu-button span:last-child {
                            margin-bottom:0
                        }

                    .dps-header .dps-header-top section .top-content .mobile-menu-button.on > span:nth-last-child(3) {
                        transform:rotate(-45deg)
                    }

                    .dps-header .dps-header-top section .top-content .mobile-menu-button.on > span:nth-last-child(2) {
                        opacity:0;
                        transform:rotate(0deg) scale(.2,.2)
                    }

                    .dps-header .dps-header-top section .top-content .mobile-menu-button.on > span:nth-last-child(1) {
                        transform:rotate(45deg)
                    }

                .dps-header .dps-header-top section .top-content .global-search-field {
                    display:flex;
                    position:absolute;
                    top:110px;
                    left:0;
                    z-index:4;
                    margin-right:0;
                    width:100% !important
                }

                    .dps-header .dps-header-top section .top-content .global-search-field > form {
                        width:100% !important
                    }

                        .dps-header .dps-header-top section .top-content .global-search-field > form > fieldset {
                            width:140px
                        }

                            .dps-header .dps-header-top section .top-content .global-search-field > form > fieldset > select {
                                background:#37474f
                            }

                            .dps-header .dps-header-top section .top-content .global-search-field > form > fieldset > input {
                                background:#37474f
                            }

                            .dps-header .dps-header-top section .top-content .global-search-field > form > fieldset > a {
                                background:#37474f
                            }

                            .dps-header .dps-header-top section .top-content .global-search-field > form > fieldset.search {
                                width:100% !important
                            }

                .dps-header .dps-header-top section .top-content .user-deploy-time {
                    display:none
                }

            .dps-header .dps-header-bottom section ul.menu {
                display:block;
                width:100%;
                height:0;
                overflow-y:auto;
                position:fixed;
                z-index:9999;
                top:65px;
                left:0;
                margin-left:0;
                background-color:rgba(55,71,79,.95);
                transition:height .42s cubic-bezier(.77,.2,.05,1)
            }

                .dps-header .dps-header-bottom section ul.menu.on {
                    height:calc(100% - 66px)
                }

                .dps-header .dps-header-bottom section ul.menu > li {
                    flex-direction:column
                }

                    .dps-header .dps-header-bottom section ul.menu > li:first-child {
                        margin-top:15px
                    }

                    .dps-header .dps-header-bottom section ul.menu > li > a {
                        width:calc(100% - 45px);
                        padding:7px 20px 7px 20px
                    }

                        .dps-header .dps-header-bottom section ul.menu > li > a.submenuitem:before {
                            font-size:14px;
                            right:22px;
                            top:13px
                        }

                    .dps-header .dps-header-bottom section ul.menu > li ul.submenu {
                        display:none;
                        flex-direction:column;
                        width:calc(100% - 40px);
                        margin:5px 20px 5px 30px;
                        padding:0;
                        position:relative;
                        top:0;
                        left:0;
                        background:none;
                        color:#fff;
                        box-shadow:none
                    }

                        .dps-header .dps-header-bottom section ul.menu > li ul.submenu > li {
                            margin:0
                        }

                            .dps-header .dps-header-bottom section ul.menu > li ul.submenu > li > a {
                                display:flex;
                                width:calc(100% - 10px);
                                padding:6px 6px;
                                color:#788f9b
                            }

            .dps-header .dps-header-bottom section .filter-user {
                width:100%
            }

    .dps-tab-page-header {
        display:flex;
        flex-direction:column;
        margin-bottom:5px
    }

        .dps-tab-page-header .dps-breadcrumbs {
            display:flex;
            flex-direction:column;
            width:100%;
            color:#455a64;
            margin-bottom:7px
        }

            .dps-tab-page-header .dps-breadcrumbs span {
                font-size:18px;
                position:relative;
                font-weight:bold;
                margin-bottom:3px
            }

                .dps-tab-page-header .dps-breadcrumbs span:before {
                    background:none
                }

            .dps-tab-page-header .dps-breadcrumbs > ul {
                display:flex;
                flex-wrap:wrap;
                font-size:13px;
                padding-top:2px
            }

                .dps-tab-page-header .dps-breadcrumbs > ul > li {
                    display:flex;
                    justify-content:center;
                    align-items:center;
                    margin-right:3px;
                    margin-bottom:3px
                }

                    .dps-tab-page-header .dps-breadcrumbs > ul > li:first-child > i {
                        font-size:18px;
                        position:relative;
                        top:0
                    }

                    .dps-tab-page-header .dps-breadcrumbs > ul > li > a {
                        display:flex;
                        position:relative;
                        font-size:13px;
                        color:#455a64;
                        padding-left:15px
                    }

                        .dps-tab-page-header .dps-breadcrumbs > ul > li > a:before {
                            content:"";
                            font-family:"Line Awesome Free";
                            font-weight:900;
                            font-size:12px;
                            position:absolute;
                            left:0;
                            top:2px
                        }

        .dps-tab-page-header .dps-filter {
            flex-direction:row;
            width:100%;
            margin-top:4px;
            position:relative
        }

            .dps-tab-page-header .dps-filter > form {
                flex-direction:column;
                align-items:flex-end;
                width:100%;
                overflow:hidden;
                margin-top:0
            }

                .dps-tab-page-header .dps-filter > form > fieldset {
                    width:100%;
                    margin:0;
                    margin-bottom:5px
                }

                    .dps-tab-page-header .dps-filter > form > fieldset:first-child {
                        margin-left:0
                    }

                    .dps-tab-page-header .dps-filter > form > fieldset.xl {
                        width:100%
                    }

    .dps-tab-page .tab-menu > ul {
        flex-direction:column
    }

        .dps-tab-page .tab-menu > ul > li > a {
            width:calc(100% - 20px);
            padding:8px 10px
        }

    .dps-tab-page .section .part {
        width:calc(100% - 64px);
        padding:15px;
        margin:7px;
        margin-bottom:15px
    }

        .dps-tab-page .section .part span.title {
            padding:3px 7px;
            left:15px;
            font-size:16px
        }

        .dps-tab-page .section .part div.content {
            padding:5px
        }

    .dps-tab-page .section .section-button {
        width:calc(100% - 12px);
        margin:0 6px 10px 6px
    }

    .dps-tab-page .solid-model {
        flex-direction:column
    }

        .dps-tab-page .solid-model .floorSelectDiv {
            margin-top:5px
        }

            .dps-tab-page .solid-model .floorSelectDiv > button {
                margin-right:7px
            }

        .dps-tab-page .solid-model canvas {
            width:100% !important;
            height:350px !important
        }

    .dps-left-filter-page {
        flex-direction:column
    }

        .dps-left-filter-page > .filter {
            width:100%
        }

        .dps-left-filter-page > .page {
            width:100%;
            margin-top:10px
        }

    .dps-dashboard {
        flex-direction:column
    }

        .dps-dashboard .boxs {
            width:100%
        }

            .dps-dashboard .boxs > ul > li {
                width:calc(100% - 14px);
            }

                .dps-dashboard .boxs > ul > li > a {
                    width:100% !important;
                    height:auto;
                }

                    .dps-dashboard .boxs > ul > li > a > .count {
                        position:relative;
                        right:inherit;
                        top:inherit;
                        font-size:22px;
                        margin-bottom:5px
                    }


                    .dps-dashboard .boxs > ul > li > a > .title-my-count {
                        font-size:14px;
                        margin-top:5px;
                        position:relative;
                        bottom:0
                    }

                    .dps-dashboard .boxs > ul > li > a > .title-bottom-info {
                        position:relative;
                        bottom:0;
                        margin-top:5px;
                        font-size:14px;
                        color:#aaacb3
                    }

                    .dps-dashboard .boxs > ul > li > a > .full-ratio {
                        display:flex;
                        width:calc(100% - 0px);
                        height:7px;
                        border-radius:5px;
                        background-color:#ecf2f5;
                        overflow:hidden;
                        margin-top:5px;
                        position:relative;
                        bottom:inherit;
                        left:inherit
                    }

        .dps-dashboard .announcements {
            width:calc(100% - 14px);
            margin:7px;
            margin-top:20px
        }

            .dps-dashboard .announcements > .header {
                width:calc(100% - 30px);
                padding:15px
            }

            .dps-dashboard .announcements > .content > ul > li > a {
                width:calc(100% - 30px);
                padding:10px 15px
            }

                .dps-dashboard .announcements > .content > ul > li > a > div:nth-child(1) {
                    flex:0 60px
                }

                .dps-dashboard .announcements > .content > ul > li > a > div:nth-child(2) {
                    flex:0 calc(100% - 150px)
                }

                .dps-dashboard .announcements > .content > ul > li > a > div > figure {
                    width:50px;
                    height:50px
                }

                    .dps-dashboard .announcements > .content > ul > li > a > div > figure > img {
                        width:40px;
                        height:40px
                    }

            .dps-dashboard .announcements > .content > ul > li.empty-message {
                flex-direction:column
            }

    .authorization-code-item {
        padding:15px
    }

    .create-document-project-detail > ul.desktopselect-document-list > li > .file-header {
        flex-direction:column
    }

        .create-document-project-detail > ul.desktopselect-document-list > li > .file-header > div {
            padding:5px
        }

            .create-document-project-detail > ul.desktopselect-document-list > li > .file-header > div:nth-child(1) {
                width:calc(100% - 10px);
                margin-top:12px
            }

            .create-document-project-detail > ul.desktopselect-document-list > li > .file-header > div:nth-child(2) {
                width:calc(100% - 10px)
            }

            .create-document-project-detail > ul.desktopselect-document-list > li > .file-header > div:nth-child(3) {
                width:calc(100% - 10px)
            }

    .create-document-project-detail > ul.desktopselect-document-list > li > .file-form {
        width:calc(100% - 10px)
    }

        .create-document-project-detail > ul.desktopselect-document-list > li > .file-form > ul {
            flex-direction:column
        }

    .create-document-project-detail > ul.desktopselect-document-list > li > a.button-delete {
        border-radius:50%;
        border:solid 1px #c7c7d2;
        background-color:#f4f6f7
    }

    .document-list > ul > li {
        width:calc(50% - 42px)
    }

    .create-policy {
        width:100%;
        padding:10px 0
    }

        .create-policy > .wizard-progress-bar > ul {
            width:100%;
            margin:0 10px
        }

            .create-policy > .wizard-progress-bar > ul > li:before {
                height:7px;
                top:17px
            }

            .create-policy > .wizard-progress-bar > ul > li > a {
                justify-content:flex-start
            }

                .create-policy > .wizard-progress-bar > ul > li > a > b {
                    width:33px;
                    height:33px;
                    border:solid 3px #cfd8dc;
                    font-size:20px
                }

                .create-policy > .wizard-progress-bar > ul > li > a > span {
                    font-size:13px;
                    text-align:center
                }

        .create-policy > .wizard-views {
            padding:30px 0 40px 0
        }

            .create-policy > .wizard-views > ul {
                width:100%
            }

                .create-policy > .wizard-views > ul > li > ul.policy-type-select {
                    width:85%;
                    margin-top:10px
                }

                    .create-policy > .wizard-views > ul > li > ul.policy-type-select > li:nth-child(2) {
                        transform:scale(1.3)
                    }

                    .create-policy > .wizard-views > ul > li > ul.policy-type-select > li > a {
                        width:calc(100% - 20px);
                        padding:12px 10px 20px 10px
                    }

                        .create-policy > .wizard-views > ul > li > ul.policy-type-select > li > a > figure {
                            height:60px
                        }

                            .create-policy > .wizard-views > ul > li > ul.policy-type-select > li > a > figure > img {
                                width:60px
                            }

                        .create-policy > .wizard-views > ul > li > ul.policy-type-select > li > a > span {
                            width:100%;
                            font-size:14px
                        }

        .create-policy .policy-form-section {
            width:calc(100% - 54px);
            border:solid 2px #cfd8dc
        }

            .create-policy .policy-form-section > span.title {
                border:solid 2px #cfd8dc
            }

        .create-policy .policy-message > figure {
            width:60px;
            height:60px;
            font-size:38px
        }

        .create-policy .policy-message > p {
            font-size:15px;
            margin-bottom:4px
        }

    .role-definition-table {
        overflow-y:auto
    }

        .role-definition-table .row {
            width:1720px
        }

            .role-definition-table .row.child {
                margin-left:20px
            }

        .role-definition-table .row-header.fixed {
            position:relative;
            top:0;
            left:0
        }

        .role-definition-table .row-content {
            margin-top:0 !important
        }

        .role-definition-table .row-group.child {
            width:1700px
        }

            .role-definition-table .row-group.child > .row {
                width:1700px
            }

        .role-definition-table .row > a {
            font-size:14px;
            line-height:16px
        }

    .demand-form > fieldset > div > a {
        margin-top:7px
    }
}
